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> 7body { 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[ 68function 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 78function 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 89function toggleall() { 90 var a = window.document.getElementsByClassName('licence'); 91 for (var i = 0; i < a.length; i++) { 92 toggleblock(a[i], a[i].previousSibling.previousSibling.previousSibling.previousSibling); 93 } 94 return false; 95} 96//]]> 97</script> 98</head> 99<body> 100<span class="page-title" style="float:left;">Credits</span> 101<span style="float:right"> 102<a href="javascript:toggleall()">Toggle All</a> 103<a id="print-link" href="javascript:window.print();">Print</a> 104</span> 105<div style="clear:both; overflow:auto;"> 106<h2>List of Packages used in Google Chrome OS:</h2> 107<!-- Chromium <3s the following projects --> 108<div class="product"> 109<span class="title">acl-2.2.51</span> 110<a class="show" href="#" onclick="return toggle(this);">show license text</a> 111<span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span> 112<div class="licence"> 113<pre></pre> 114<ul> 115<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 116</ul> 117</div> 118</div> 119 120 121<div class="product"> 122<span class="title">adhd-0.0.1</span> 123<a class="show" href="#" onclick="return toggle(this);">show license text</a> 124<span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 125<div class="licence"> 126<pre></pre> 127<ul> 128<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 129</ul> 130</div> 131</div> 132 133 134<div class="product"> 135<span class="title">alsa-lib-1.0.27.2</span> 136<a class="show" href="#" onclick="return toggle(this);">show license text</a> 137<span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 138<div class="licence"> 139<pre></pre> 140<ul> 141<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 142</ul> 143</div> 144</div> 145 146 147<div class="product"> 148<span class="title">alsa-plugins-1.0.25</span> 149<a class="show" href="#" onclick="return toggle(this);">show license text</a> 150<span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 151<div class="licence"> 152<pre></pre> 153<ul> 154<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 155<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 156</ul> 157</div> 158</div> 159 160 161<div class="product"> 162<span class="title">alsa-utils-1.0.27.1</span> 163<a class="show" href="#" onclick="return toggle(this);">show license text</a> 164<span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 165<div class="licence"> 166<pre></pre> 167<ul> 168<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 169</ul> 170</div> 171</div> 172 173 174<div class="product"> 175<span class="title">ascender_to_license-20130111</span> 176<a class="show" href="#" onclick="return toggle(this);">show license text</a> 177<span class="homepage"><a href="http://www.monotypeimaging.com">homepage</a></span> 178<div class="licence"> 179<pre></pre> 180<ul> 181<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 182</ul> 183</div> 184</div> 185 186 187<div class="product"> 188<span class="title">ath3k-0.0.1</span> 189<a class="show" href="#" onclick="return toggle(this);">show license text</a> 190<span class="homepage"><a href="http://www.atheros.com/">homepage</a></span> 191<div class="licence"> 192<pre></pre> 193<ul> 194<li><a href='#Atheros'>Custom License Atheros</a></li> 195</ul> 196</div> 197</div> 198 199 200<div class="product"> 201<span class="title">ath6k-34</span> 202<a class="show" href="#" onclick="return toggle(this);">show license text</a> 203<span class="homepage"><a href="http://www.atheros.com/">homepage</a></span> 204<div class="licence"> 205<pre></pre> 206<ul> 207<li><a href='#Atheros'>Custom License Atheros</a></li> 208</ul> 209</div> 210</div> 211 212 213<div class="product"> 214<span class="title">atk-1.32.0</span> 215<a class="show" href="#" onclick="return toggle(this);">show license text</a> 216<span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span> 217<div class="licence"> 218<pre></pre> 219<ul> 220<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 221</ul> 222</div> 223</div> 224 225 226<div class="product"> 227<span class="title">attr-2.4.46</span> 228<a class="show" href="#" onclick="return toggle(this);">show license text</a> 229<span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span> 230<div class="licence"> 231<pre></pre> 232<ul> 233<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 234</ul> 235</div> 236</div> 237 238 239<div class="product"> 240<span class="title">audioconfig-0.0.1</span> 241<a class="show" href="#" onclick="return toggle(this);">show license text</a> 242<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 243<div class="licence"> 244<pre></pre> 245<ul> 246<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 247</ul> 248</div> 249</div> 250 251 252<div class="product"> 253<span class="title">audiotest-0.0.1</span> 254<a class="show" href="#" onclick="return toggle(this);">show license text</a> 255<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 256<div class="licence"> 257<pre></pre> 258<ul> 259<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 260</ul> 261</div> 262</div> 263 264 265<div class="product"> 266<span class="title">autoconf-2.13</span> 267<a class="show" href="#" onclick="return toggle(this);">show license text</a> 268<span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span> 269<div class="licence"> 270<pre></pre> 271<ul> 272<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 273</ul> 274</div> 275</div> 276 277 278<div class="product"> 279<span class="title">autoconf-2.69</span> 280<a class="show" href="#" onclick="return toggle(this);">show license text</a> 281<span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span> 282<div class="licence"> 283<pre></pre> 284<ul> 285<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 286</ul> 287</div> 288</div> 289 290 291<div class="product"> 292<span class="title">autoconf-wrapper-13</span> 293<a class="show" href="#" onclick="return toggle(this);">show license text</a> 294<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 295<div class="licence"> 296<pre></pre> 297<ul> 298<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 299</ul> 300</div> 301</div> 302 303 304<div class="product"> 305<span class="title">automake-1.11.1</span> 306<a class="show" href="#" onclick="return toggle(this);">show license text</a> 307<span class="homepage"><a href="http://sources.redhat.com/automake/">homepage</a></span> 308<div class="licence"> 309<pre></pre> 310<ul> 311<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 312</ul> 313</div> 314</div> 315 316 317<div class="product"> 318<span class="title">automake-wrapper-9</span> 319<a class="show" href="#" onclick="return toggle(this);">show license text</a> 320<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 321<div class="licence"> 322<pre></pre> 323<ul> 324<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 325</ul> 326</div> 327</div> 328 329 330<div class="product"> 331<span class="title">autotest-0.0.2</span> 332<a class="show" href="#" onclick="return toggle(this);">show license text</a> 333<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 334<div class="licence"> 335<pre></pre> 336<ul> 337<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 338</ul> 339</div> 340</div> 341 342 343<div class="product"> 344<span class="title">autotest-all-0.0.1</span> 345<a class="show" href="#" onclick="return toggle(this);">show license text</a> 346<span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 347<div class="licence"> 348<pre></pre> 349<ul> 350<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 351</ul> 352</div> 353</div> 354 355 356<div class="product"> 357<span class="title">autotest-chrome-0.0.1</span> 358<a class="show" href="#" onclick="return toggle(this);">show license text</a> 359<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 360<div class="licence"> 361<pre></pre> 362<ul> 363<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 364</ul> 365</div> 366</div> 367 368 369<div class="product"> 370<span class="title">autotest-client-0.0.1</span> 371<a class="show" href="#" onclick="return toggle(this);">show license text</a> 372<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 373<div class="licence"> 374<pre></pre> 375<ul> 376<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 377</ul> 378</div> 379</div> 380 381 382<div class="product"> 383<span class="title">autotest-deps-0.0.4</span> 384<a class="show" href="#" onclick="return toggle(this);">show license text</a> 385<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 386<div class="licence"> 387<pre></pre> 388<ul> 389<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 390</ul> 391</div> 392</div> 393 394 395<div class="product"> 396<span class="title">autotest-deps-cellular-0.0.1</span> 397<a class="show" href="#" onclick="return toggle(this);">show license text</a> 398<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 399<div class="licence"> 400<pre></pre> 401<ul> 402<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 403</ul> 404</div> 405</div> 406 407 408<div class="product"> 409<span class="title">autotest-deps-glbench-0.0.1</span> 410<a class="show" href="#" onclick="return toggle(this);">show license text</a> 411<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 412<div class="licence"> 413<pre></pre> 414<ul> 415<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 416</ul> 417</div> 418</div> 419 420 421<div class="product"> 422<span class="title">autotest-deps-glmark2-0.0.1</span> 423<a class="show" href="#" onclick="return toggle(this);">show license text</a> 424<span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span> 425<div class="licence"> 426<pre></pre> 427<ul> 428<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 429</ul> 430</div> 431</div> 432 433 434<div class="product"> 435<span class="title">autotest-deps-graphics-0.0.1</span> 436<a class="show" href="#" onclick="return toggle(this);">show license text</a> 437<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 438<div class="licence"> 439<pre></pre> 440<ul> 441<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 442</ul> 443</div> 444</div> 445 446 447<div class="product"> 448<span class="title">autotest-deps-ltp-0.0.1</span> 449<a class="show" href="#" onclick="return toggle(this);">show license text</a> 450<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 451<div class="licence"> 452<pre></pre> 453<ul> 454<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 455</ul> 456</div> 457</div> 458 459 460<div class="product"> 461<span class="title">autotest-deps-p2p-0.0.1</span> 462<a class="show" href="#" onclick="return toggle(this);">show license text</a> 463<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 464<div class="licence"> 465<pre></pre> 466<ul> 467<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 468</ul> 469</div> 470</div> 471 472 473<div class="product"> 474<span class="title">autotest-deps-piglit-0.0.1</span> 475<a class="show" href="#" onclick="return toggle(this);">show license text</a> 476<span class="homepage"><a href="http://cgit.freedesktop.org/piglit">homepage</a></span> 477<div class="licence"> 478<pre></pre> 479<ul> 480<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 481<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 482</ul> 483</div> 484</div> 485 486 487<div class="product"> 488<span class="title">autotest-deps-touchpad-0.0.1</span> 489<a class="show" href="#" onclick="return toggle(this);">show license text</a> 490<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 491<div class="licence"> 492<pre></pre> 493<ul> 494<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 495</ul> 496</div> 497</div> 498 499 500<div class="product"> 501<span class="title">autotest-deps-webgl-mpd-0.0.1</span> 502<a class="show" href="#" onclick="return toggle(this);">show license text</a> 503<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 504<div class="licence"> 505<pre></pre> 506<ul> 507<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 508</ul> 509</div> 510</div> 511 512 513<div class="product"> 514<span class="title">autotest-deps-webgl-perf-0.0.1</span> 515<a class="show" href="#" onclick="return toggle(this);">show license text</a> 516<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 517<div class="licence"> 518<pre></pre> 519<ul> 520<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 521</ul> 522</div> 523</div> 524 525 526<div class="product"> 527<span class="title">autotest-factory-install-0.0.1</span> 528<a class="show" href="#" onclick="return toggle(this);">show license text</a> 529<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 530<div class="licence"> 531<pre></pre> 532<ul> 533<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 534</ul> 535</div> 536</div> 537 538 539<div class="product"> 540<span class="title">autotest-fakemodem-conf-0.0.1</span> 541<a class="show" href="#" onclick="return toggle(this);">show license text</a> 542<span class="homepage"><a href="">homepage</a></span> 543<div class="licence"> 544<pre></pre> 545<ul> 546<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 547</ul> 548</div> 549</div> 550 551 552<div class="product"> 553<span class="title">autotest-private-0.2.1</span> 554<a class="show" href="#" onclick="return toggle(this);">show license text</a> 555<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 556<div class="licence"> 557<pre></pre> 558<ul> 559<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 560</ul> 561</div> 562</div> 563 564 565<div class="product"> 566<span class="title">autotest-private-all-0.0.1</span> 567<a class="show" href="#" onclick="return toggle(this);">show license text</a> 568<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 569<div class="licence"> 570<pre></pre> 571<ul> 572<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 573</ul> 574</div> 575</div> 576 577 578<div class="product"> 579<span class="title">autotest-private-tests-echoprivate-0.0.1</span> 580<a class="show" href="#" onclick="return toggle(this);">show license text</a> 581<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 582<div class="licence"> 583<pre></pre> 584<ul> 585<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 586</ul> 587</div> 588</div> 589 590 591<div class="product"> 592<span class="title">autotest-private-tests-pagecycler-0.0.1</span> 593<a class="show" href="#" onclick="return toggle(this);">show license text</a> 594<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 595<div class="licence"> 596<pre></pre> 597<ul> 598<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 599</ul> 600</div> 601</div> 602 603 604<div class="product"> 605<span class="title">autotest-private-tests-quickoffice-0.0.1</span> 606<a class="show" href="#" onclick="return toggle(this);">show license text</a> 607<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 608<div class="licence"> 609<pre></pre> 610<ul> 611<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 612</ul> 613</div> 614</div> 615 616 617<div class="product"> 618<span class="title">autotest-server-tests-0.0.2</span> 619<a class="show" href="#" onclick="return toggle(this);">show license text</a> 620<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 621<div class="licence"> 622<pre></pre> 623<ul> 624<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 625</ul> 626</div> 627</div> 628 629 630<div class="product"> 631<span class="title">autotest-server-tests-bluetooth-0.0.1</span> 632<a class="show" href="#" onclick="return toggle(this);">show license text</a> 633<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 634<div class="licence"> 635<pre></pre> 636<ul> 637<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 638</ul> 639</div> 640</div> 641 642 643<div class="product"> 644<span class="title">autotest-server-tests-shill-0.0.1</span> 645<a class="show" href="#" onclick="return toggle(this);">show license text</a> 646<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 647<div class="licence"> 648<pre></pre> 649<ul> 650<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 651</ul> 652</div> 653</div> 654 655 656<div class="product"> 657<span class="title">autotest-server-tests-telemetry-0.0.1</span> 658<a class="show" href="#" onclick="return toggle(this);">show license text</a> 659<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 660<div class="licence"> 661<pre></pre> 662<ul> 663<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 664</ul> 665</div> 666</div> 667 668 669<div class="product"> 670<span class="title">autotest-tests-0.0.3</span> 671<a class="show" href="#" onclick="return toggle(this);">show license text</a> 672<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 673<div class="licence"> 674<pre></pre> 675<ul> 676<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 677</ul> 678</div> 679</div> 680 681 682<div class="product"> 683<span class="title">autotest-tests-audio-0.0.1</span> 684<a class="show" href="#" onclick="return toggle(this);">show license text</a> 685<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 686<div class="licence"> 687<pre></pre> 688<ul> 689<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 690</ul> 691</div> 692</div> 693 694 695<div class="product"> 696<span class="title">autotest-tests-cellular-0.0.1</span> 697<a class="show" href="#" onclick="return toggle(this);">show license text</a> 698<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 699<div class="licence"> 700<pre></pre> 701<ul> 702<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 703</ul> 704</div> 705</div> 706 707 708<div class="product"> 709<span class="title">autotest-tests-cros-disks-0.0.1</span> 710<a class="show" href="#" onclick="return toggle(this);">show license text</a> 711<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 712<div class="licence"> 713<pre></pre> 714<ul> 715<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 716</ul> 717</div> 718</div> 719 720 721<div class="product"> 722<span class="title">autotest-tests-cryptohome-0.0.1</span> 723<a class="show" href="#" onclick="return toggle(this);">show license text</a> 724<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 725<div class="licence"> 726<pre></pre> 727<ul> 728<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 729</ul> 730</div> 731</div> 732 733 734<div class="product"> 735<span class="title">autotest-tests-debugd-0.0.1</span> 736<a class="show" href="#" onclick="return toggle(this);">show license text</a> 737<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 738<div class="licence"> 739<pre></pre> 740<ul> 741<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 742</ul> 743</div> 744</div> 745 746 747<div class="product"> 748<span class="title">autotest-tests-graphics-0.0.1</span> 749<a class="show" href="#" onclick="return toggle(this);">show license text</a> 750<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 751<div class="licence"> 752<pre></pre> 753<ul> 754<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 755</ul> 756</div> 757</div> 758 759 760<div class="product"> 761<span class="title">autotest-tests-ltp-0.0.1</span> 762<a class="show" href="#" onclick="return toggle(this);">show license text</a> 763<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 764<div class="licence"> 765<pre></pre> 766<ul> 767<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 768</ul> 769</div> 770</div> 771 772 773<div class="product"> 774<span class="title">autotest-tests-ownershipapi-0.0.1</span> 775<a class="show" href="#" onclick="return toggle(this);">show license text</a> 776<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 777<div class="licence"> 778<pre></pre> 779<ul> 780<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 781</ul> 782</div> 783</div> 784 785 786<div class="product"> 787<span class="title">autotest-tests-p2p-0.0.1</span> 788<a class="show" href="#" onclick="return toggle(this);">show license text</a> 789<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 790<div class="licence"> 791<pre></pre> 792<ul> 793<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 794</ul> 795</div> 796</div> 797 798 799<div class="product"> 800<span class="title">autotest-tests-power-0.0.1</span> 801<a class="show" href="#" onclick="return toggle(this);">show license text</a> 802<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 803<div class="licence"> 804<pre></pre> 805<ul> 806<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 807</ul> 808</div> 809</div> 810 811 812<div class="product"> 813<span class="title">autotest-tests-security-0.0.1</span> 814<a class="show" href="#" onclick="return toggle(this);">show license text</a> 815<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 816<div class="licence"> 817<pre></pre> 818<ul> 819<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 820</ul> 821</div> 822</div> 823 824 825<div class="product"> 826<span class="title">autotest-tests-shill-0.0.1</span> 827<a class="show" href="#" onclick="return toggle(this);">show license text</a> 828<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 829<div class="licence"> 830<pre></pre> 831<ul> 832<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 833</ul> 834</div> 835</div> 836 837 838<div class="product"> 839<span class="title">autotest-tests-touchpad-0.0.1</span> 840<a class="show" href="#" onclick="return toggle(this);">show license text</a> 841<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 842<div class="licence"> 843<pre></pre> 844<ul> 845<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 846</ul> 847</div> 848</div> 849 850 851<div class="product"> 852<span class="title">autotest-tests-tpm-0.0.1</span> 853<a class="show" href="#" onclick="return toggle(this);">show license text</a> 854<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 855<div class="licence"> 856<pre></pre> 857<ul> 858<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 859</ul> 860</div> 861</div> 862 863 864<div class="product"> 865<span class="title">avahi-0.6.31</span> 866<a class="show" href="#" onclick="return toggle(this);">show license text</a> 867<span class="homepage"><a href="http://avahi.org/">homepage</a></span> 868<div class="licence"> 869<pre></pre> 870<ul> 871<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 872</ul> 873</div> 874</div> 875 876 877<div class="product"> 878<span class="title">avahi-daemon-0.0.1</span> 879<a class="show" href="#" onclick="return toggle(this);">show license text</a> 880<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 881<div class="licence"> 882<pre></pre> 883<ul> 884<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 885</ul> 886</div> 887</div> 888 889 890<div class="product"> 891<span class="title">avfs-1.0.1</span> 892<a class="show" href="#" onclick="return toggle(this);">show license text</a> 893<span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span> 894<div class="licence"> 895<pre></pre> 896<ul> 897<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 898</ul> 899</div> 900</div> 901 902 903<div class="product"> 904<span class="title">avtest_label_detect-0.0.1</span> 905<a class="show" href="#" onclick="return toggle(this);">show license text</a> 906<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 907<div class="licence"> 908<pre></pre> 909<ul> 910<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 911</ul> 912</div> 913</div> 914 915 916<div class="product"> 917<span class="title">baselayout-2.0.1</span> 918<a class="show" href="#" onclick="return toggle(this);">show license text</a> 919<span class="homepage"><a href="http://src.chromium.org/">homepage</a></span> 920<div class="licence"> 921<pre></pre> 922<ul> 923<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 924</ul> 925</div> 926</div> 927 928 929<div class="product"> 930<span class="title">bash-4.2_p45</span> 931<a class="show" href="#" onclick="return toggle(this);">show license text</a> 932<span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span> 933<div class="licence"> 934<pre></pre> 935<ul> 936<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 937</ul> 938</div> 939</div> 940 941 942<div class="product"> 943<span class="title">beaker-1.5.4</span> 944<a class="show" href="#" onclick="return toggle(this);">show license text</a> 945<span class="homepage"><a href="http://beaker.groovie.org/">homepage</a></span> 946<div class="licence"> 947<pre>Scanned Source License Beaker-1.5.4/Beaker.egg-info/PKG-INFO: 948 949Metadata-Version: 1.0 950Name: Beaker 951Version: 1.5.4 952Summary: A Session and Caching library with WSGI Middleware 953Home-page: http://beaker.groovie.org 954Author: Ben Bangert, Mike Bayer, Philip Jenvey 955Author-email: ben@groovie.org, pjenvey@groovie.org 956License: BSD 957Description: Cache and Session Library 958 +++++++++++++++++++++++++ 959 960 About 961 ===== 962 963 Beaker is a web session and general caching library that includes WSGI 964 middleware for use in web applications. 965 966 As a general caching library, Beaker can handle storing for various times 967 any Python object that can be pickled with optional back-ends on a 968 fine-grained basis. 969 970 Beaker was built largely on the code from MyghtyUtils, then refactored and 971 extended with database support. 972 973 Beaker includes Cache and Session WSGI middleware to ease integration with 974 WSGI capable frameworks, and is automatically used by `Pylons 975 <http://pylonshq.com/>`_. 976 977 978 Features 979 ======== 980 981 * Fast, robust performance 982 * Multiple reader/single writer lock system to avoid duplicate simultaneous 983 cache creation 984 * Cache back-ends include dbm, file, memory, memcached, and database (Using 985 SQLAlchemy for multiple-db vendor support) 986 * Signed cookie's to prevent session hijacking/spoofing 987 * Cookie-only sessions to remove the need for a db or file backend (ideal 988 for clustered systems) 989 * Extensible Container object to support new back-ends 990 * Cache's can be divided into namespaces (to represent templates, objects, 991 etc.) then keyed for different copies 992 * Create functions for automatic call-backs to create new cache copies after 993 expiration 994 * Fine-grained toggling of back-ends, keys, and expiration per Cache object 995 996 997 Documentation 998 ============= 999 1000 Documentation can be found on the `Official Beaker Docs site 1001 <http://beaker.groovie.org/>`_. 1002 1003 1004 Source 1005 ====== 1006 1007 The latest developer version is available in a `Mercurial repository 1008 <http://bitbucket.org/bbangert/beaker/get/tip.gz#egg=Beaker-dev>`_. 1009 1010Keywords: wsgi myghty session web cache middleware 1011Platform: UNKNOWN 1012Classifier: Development Status :: 5 - Production/Stable 1013Classifier: Environment :: Web Environment 1014Classifier: Intended Audience :: Developers 1015Classifier: License :: OSI Approved :: BSD License 1016Classifier: Programming Language :: Python 1017Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 1018 1019-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1020 1021Scanned Source License Beaker-1.5.4/LICENSE: 1022 1023Copyright (c) 2006, 2007 Ben Bangert, Mike Bayer, Philip Jenvey 1024 and contributors. 1025All rights reserved. 1026 1027Redistribution and use in source and binary forms, with or without 1028modification, are permitted provided that the following conditions 1029are met: 10301. Redistributions of source code must retain the above copyright 1031 notice, this list of conditions and the following disclaimer. 10322. Redistributions in binary form must reproduce the above copyright 1033 notice, this list of conditions and the following disclaimer in the 1034 documentation and/or other materials provided with the distribution. 10353. The name of the author or contributors may not be used to endorse or 1036 promote products derived from this software without specific prior 1037 written permission. 1038 1039THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1040ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1041IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1042ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1043FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1044DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1045OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1046HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1047LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1048OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1049SUCH DAMAGE. 1050 1051-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1052 1053Scanned Source License Beaker-1.5.4/PKG-INFO: 1054 1055Metadata-Version: 1.0 1056Name: Beaker 1057Version: 1.5.4 1058Summary: A Session and Caching library with WSGI Middleware 1059Home-page: http://beaker.groovie.org 1060Author: Ben Bangert, Mike Bayer, Philip Jenvey 1061Author-email: ben@groovie.org, pjenvey@groovie.org 1062License: BSD 1063Description: Cache and Session Library 1064 +++++++++++++++++++++++++ 1065 1066 About 1067 ===== 1068 1069 Beaker is a web session and general caching library that includes WSGI 1070 middleware for use in web applications. 1071 1072 As a general caching library, Beaker can handle storing for various times 1073 any Python object that can be pickled with optional back-ends on a 1074 fine-grained basis. 1075 1076 Beaker was built largely on the code from MyghtyUtils, then refactored and 1077 extended with database support. 1078 1079 Beaker includes Cache and Session WSGI middleware to ease integration with 1080 WSGI capable frameworks, and is automatically used by `Pylons 1081 <http://pylonshq.com/>`_. 1082 1083 1084 Features 1085 ======== 1086 1087 * Fast, robust performance 1088 * Multiple reader/single writer lock system to avoid duplicate simultaneous 1089 cache creation 1090 * Cache back-ends include dbm, file, memory, memcached, and database (Using 1091 SQLAlchemy for multiple-db vendor support) 1092 * Signed cookie's to prevent session hijacking/spoofing 1093 * Cookie-only sessions to remove the need for a db or file backend (ideal 1094 for clustered systems) 1095 * Extensible Container object to support new back-ends 1096 * Cache's can be divided into namespaces (to represent templates, objects, 1097 etc.) then keyed for different copies 1098 * Create functions for automatic call-backs to create new cache copies after 1099 expiration 1100 * Fine-grained toggling of back-ends, keys, and expiration per Cache object 1101 1102 1103 Documentation 1104 ============= 1105 1106 Documentation can be found on the `Official Beaker Docs site 1107 <http://beaker.groovie.org/>`_. 1108 1109 1110 Source 1111 ====== 1112 1113 The latest developer version is available in a `Mercurial repository 1114 <http://bitbucket.org/bbangert/beaker/get/tip.gz#egg=Beaker-dev>`_. 1115 1116Keywords: wsgi myghty session web cache middleware 1117Platform: UNKNOWN 1118Classifier: Development Status :: 5 - Production/Stable 1119Classifier: Environment :: Web Environment 1120Classifier: Intended Audience :: Developers 1121Classifier: License :: OSI Approved :: BSD License 1122Classifier: Programming Language :: Python 1123Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 1124 1125-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1126</pre> 1127<ul> 1128 1129</ul> 1130</div> 1131</div> 1132 1133 1134<div class="product"> 1135<span class="title">bigreqsproto-1.1.1</span> 1136<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1137<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 1138<div class="licence"> 1139<pre>Scanned Source License bigreqsproto-1.1.1/COPYING: 1140 1141Copyright 1992, 1998 The Open Group 1142 1143Permission to use, copy, modify, distribute, and sell this software and its 1144documentation for any purpose is hereby granted without fee, provided that 1145the above copyright notice appear in all copies and that both that 1146copyright notice and this permission notice appear in supporting 1147documentation. 1148 1149The above copyright notice and this permission notice shall be included in 1150all copies or substantial portions of the Software. 1151 1152THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1153IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1154FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1155OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 1156AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 1157CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1158 1159Except as contained in this notice, the name of The Open Group shall not be 1160used in advertising or otherwise to promote the sale, use or other dealings 1161in this Software without prior written authorization from The Open Group. 1162 1163-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1164</pre> 1165<ul> 1166 1167</ul> 1168</div> 1169</div> 1170 1171 1172<div class="product"> 1173<span class="title">binutils-2.22</span> 1174<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1175<span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span> 1176<div class="licence"> 1177<pre></pre> 1178<ul> 1179<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 1180<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 1181</ul> 1182</div> 1183</div> 1184 1185 1186<div class="product"> 1187<span class="title">binutils-config-3</span> 1188<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1189<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 1190<div class="licence"> 1191<pre></pre> 1192<ul> 1193<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1194</ul> 1195</div> 1196</div> 1197 1198 1199<div class="product"> 1200<span class="title">bluez-5.19</span> 1201<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1202<span class="homepage"><a href="http://www.bluez.org/">homepage</a></span> 1203<div class="licence"> 1204<pre></pre> 1205<ul> 1206<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 1207<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1208</ul> 1209</div> 1210</div> 1211 1212 1213<div class="product"> 1214<span class="title">bootcomplete-login-0.0.1</span> 1215<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1216<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1217<div class="licence"> 1218<pre></pre> 1219<ul> 1220<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1221</ul> 1222</div> 1223</div> 1224 1225 1226<div class="product"> 1227<span class="title">bootstat-0.0.1</span> 1228<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1229<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1230<div class="licence"> 1231<pre></pre> 1232<ul> 1233<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 1234</ul> 1235</div> 1236</div> 1237 1238 1239<div class="product"> 1240<span class="title">brltty-4.5</span> 1241<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1242<span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span> 1243<div class="licence"> 1244<pre></pre> 1245<ul> 1246<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 1247<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1248</ul> 1249</div> 1250</div> 1251 1252 1253<div class="product"> 1254<span class="title">bsdiff-4.3</span> 1255<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1256<span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span> 1257<div class="licence"> 1258<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff: 1259 1260Copyright 2003-2005 Colin Percival 1261All rights reserved 1262 1263Redistribution and use in source and binary forms, with or without 1264modification, are permitted providing that the following conditions· 1265are met: 12661. Redistributions of source code must retain the above copyright 1267 notice, this list of conditions and the following disclaimer. 12682. Redistributions in binary form must reproduce the above copyright 1269 notice, this list of conditions and the following disclaimer in the 1270 documentation and/or other materials provided with the distribution. 1271 1272THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1273IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1274WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1275ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1276DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1277DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1278OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1279HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 1280STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 1281IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 1282POSSIBILITY OF SUCH DAMAGE. 1283 1284-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1285</pre> 1286<ul> 1287 1288</ul> 1289</div> 1290</div> 1291 1292 1293<div class="product"> 1294<span class="title">btsocket-0.0.1</span> 1295<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1296<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 1297<div class="licence"> 1298<pre>Scanned Source License btsocket-0.0.1/LICENSE: 1299 1300// Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 1301// 1302// Redistribution and use in source and binary forms, with or without 1303// modification, are permitted provided that the following conditions are 1304// met: 1305// 1306// * Redistributions of source code must retain the above copyright 1307// notice, this list of conditions and the following disclaimer. 1308// * Redistributions in binary form must reproduce the above 1309// copyright notice, this list of conditions and the following disclaimer 1310// in the documentation and/or other materials provided with the 1311// distribution. 1312// * Neither the name of Google Inc. nor the names of its 1313// contributors may be used to endorse or promote products derived from 1314// this software without specific prior written permission. 1315// 1316// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1317// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1318// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 1319// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 1320// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1321// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1322// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 1323// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 1324// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1325// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1326// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1327 1328-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1329</pre> 1330<ul> 1331 1332</ul> 1333</div> 1334</div> 1335 1336 1337<div class="product"> 1338<span class="title">busybox-1.21.0</span> 1339<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1340<span class="homepage"><a href="http://www.busybox.net/">homepage</a></span> 1341<div class="licence"> 1342<pre></pre> 1343<ul> 1344<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 1345</ul> 1346</div> 1347</div> 1348 1349 1350<div class="product"> 1351<span class="title">bzip2-1.0.6</span> 1352<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1353<span class="homepage"><a href="http://www.bzip.org/">homepage</a></span> 1354<div class="licence"> 1355<pre>Scanned Source License bzip2-1.0.6/LICENSE: 1356 1357 1358-------------------------------------------------------------------------- 1359 1360This program, "bzip2", the associated library "libbzip2", and all 1361documentation, are copyright (C) 1996-2010 Julian R Seward. All 1362rights reserved. 1363 1364Redistribution and use in source and binary forms, with or without 1365modification, are permitted provided that the following conditions 1366are met: 1367 13681. Redistributions of source code must retain the above copyright 1369 notice, this list of conditions and the following disclaimer. 1370 13712. The origin of this software must not be misrepresented; you must 1372 not claim that you wrote the original software. If you use this 1373 software in a product, an acknowledgment in the product 1374 documentation would be appreciated but is not required. 1375 13763. Altered source versions must be plainly marked as such, and must 1377 not be misrepresented as being the original software. 1378 13794. The name of the author may not be used to endorse or promote 1380 products derived from this software without specific prior written 1381 permission. 1382 1383THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 1384OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1385WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1386ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1387DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1388DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1389GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 1390INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 1391WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1392NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1393SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1394 1395Julian Seward, jseward@bzip.org 1396bzip2/libbzip2 version 1.0.6 of 6 September 2010 1397 1398-------------------------------------------------------------------------- 1399 1400-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1401 1402Gentoo Package Stock License BZIP2: 1403 1404<copyright notice> 1405All rights reserved. 1406 1407Redistribution and use in source and binary forms, with or without 1408modification, are permitted provided that the following conditions 1409are met: 1410 14111. Redistributions of source code must retain the above copyright 1412 notice, this list of conditions and the following disclaimer. 1413 14142. The origin of this software must not be misrepresented; you must 1415 not claim that you wrote the original software. If you use this 1416 software in a product, an acknowledgment in the product 1417 documentation would be appreciated but is not required. 1418 14193. Altered source versions must be plainly marked as such, and must 1420 not be misrepresented as being the original software. 1421 14224. The name of the author may not be used to endorse or promote 1423 products derived from this software without specific prior written 1424 permission. 1425 1426THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 1427OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1428WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1429ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 1430DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1431DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 1432GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 1433INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 1434WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1435NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1436SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1437 1438-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1439</pre> 1440<ul> 1441 1442</ul> 1443</div> 1444</div> 1445 1446 1447<div class="product"> 1448<span class="title">c-ares-1.7.5</span> 1449<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1450<span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span> 1451<div class="licence"> 1452<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares: 1453 1454Copyright 1998 by the Massachusetts Institute of Technology. 1455 1456Permission to use, copy, modify, and distribute this 1457software and its documentation for any purpose and without 1458fee is hereby granted, provided that the above copyright 1459notice appear in all copies and that both that copyright 1460notice and this permission notice appear in supporting 1461documentation, and that the name of M.I.T. not be used in 1462advertising or publicity pertaining to distribution of the 1463software without specific, written prior permission. 1464M.I.T. makes no representations about the suitability of 1465this software for any purpose. It is provided "as is" 1466without express or implied warranty. 1467 1468-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 1469</pre> 1470<ul> 1471 1472</ul> 1473</div> 1474</div> 1475 1476 1477<div class="product"> 1478<span class="title">cairo-1.12.12</span> 1479<a class="show" href="#" onclick="return toggle(this);">show license text</a> 1480<span class="homepage"><a href="http://cairographics.org/">homepage</a></span> 1481<div class="licence"> 1482<pre>Gentoo Package Stock License MPL-1.1: 1483 1484 MOZILLA PUBLIC LICENSE 1485 Version 1.1 1486 1487 --------------- 1488 14891. Definitions. 1490 1491 1.0.1. "Commercial Use" means distribution or otherwise making the 1492 Covered Code available to a third party. 1493 1494 1.1. "Contributor" means each entity that creates or contributes to 1495 the creation of Modifications. 1496 1497 1.2. "Contributor Version" means the combination of the Original 1498 Code, prior Modifications used by a Contributor, and the Modifications 1499 made by that particular Contributor. 1500 1501 1.3. "Covered Code" means the Original Code or Modifications or the 1502 combination of the Original Code and Modifications, in each case 1503 including portions thereof. 1504 1505 1.4. "Electronic Distribution Mechanism" means a mechanism generally 1506 accepted in the software development community for the electronic 1507 transfer of data. 1508 1509 1.5. "Executable" means Covered Code in any form other than Source 1510 Code. 1511 1512 1.6. "Initial Developer" means the individual or entity identified 1513 as the Initial Developer in the Source Code notice required by Exhibit 1514 A. 1515 1516 1.7. "Larger Work" means a work which combines Covered Code or 1517 portions thereof with code not governed by the terms of this License. 1518 1519 1.8. "License" means this document. 1520 1521 1.8.1. "Licensable" means having the right to grant, to the maximum 1522 extent possible, whether at the time of the initial grant or 1523 subsequently acquired, any and all of the rights conveyed herein. 1524 1525 1.9. "Modifications" means any addition to or deletion from the 1526 substance or structure of either the Original Code or any previous 1527 Modifications. When Covered Code is released as a series of files, a 1528 Modification is: 1529 A. Any addition to or deletion from the contents of a file 1530 containing Original Code or previous Modifications. 1531 1532 B. Any new file that contains any part of the Original Code or 1533 previous Modifications. 1534 1535 1.10. "Original Code" means Source Code of computer software code 1536 which is described in the Source Code notice required by Exhibit A as 1537 Original Code, and which, at the time of its release under this 1538 License is not already Covered Code governed by this License. 1539 1540 1.10.1. "Patent Claims" means any patent claim(s), now owned or 1541 hereafter acquired, including without limitation, method, process, 1542 and apparatus claims, in any patent Licensable by grantor. 1543 1544 1.11. "Source Code" means the preferred form of the Covered Code for 1545 making modifications to it, including all modules it contains, plus 1546 any associated interface definition files, scripts used to control 1547 compilation and installation of an Executable, or source code 1548 differential comparisons against either the Original Code or another 1549 well known, available Covered Code of the Contributor's choice. The 1550 Source Code can be in a compressed or archival form, provided the 1551 appropriate decompression or de-archiving software is widely available 1552 for no charge. 1553 1554 1.12. "You" (or "Your") means an individual or a legal entity 1555 exercising rights under, and complying with all of the terms of, this 1556 License or a future version of this License issued under Section 6.1. 1557 For legal entities, "You" includes any entity which controls, is 1558 controlled by, or is under common control with You. For purposes of 1559 this definition, "control" means (a) the power, direct or indirect, 1560 to cause the direction or management of such entity, whether by 1561 contract or otherwise, or (b) ownership of more than fifty percent 1562 (50%) of the outstanding shares or beneficial ownership of such 1563 entity. 1564 15652. Source Code License. 1566 1567 2.1. The Initial Developer Grant. 1568 The Initial Developer hereby grants You a world-wide, royalty-free, 1569 non-exclusive license, subject to third party intellectual property 1570 claims: 1571 (a) under intellectual property rights (other than patent or 1572 trademark) Licensable by Initial Developer to use, reproduce, 1573 modify, display, perform, sublicense and distribute the Original 1574 Code (or portions thereof) with or without Modifications, and/or 1575 as part of a Larger Work; and 1576 1577 (b) under Patents Claims infringed by the making, using or 1578 selling of Original Code, to make, have made, use, practice, 1579 sell, and offer for sale, and/or otherwise dispose of the 1580 Original Code (or portions thereof). 1581 1582 (c) the licenses granted in this Section 2.1(a) and (b) are 1583 effective on the date Initial Developer first distributes 1584 Original Code under the terms of this License. 1585 1586 (d) Notwithstanding Section 2.1(b) above, no patent license is 1587 granted: 1) for code that You delete from the Original Code; 2) 1588 separate from the Original Code; or 3) for infringements caused 1589 by: i) the modification of the Original Code or ii) the 1590 combination of the Original Code with other software or devices. 1591 1592 2.2. Contributor Grant. 1593 Subject to third party intellectual property claims, each Contributor 1594 hereby grants You a world-wide, royalty-free, non-exclusive license 1595 1596 (a) under intellectual property rights (other than patent or 1597 trademark) Licensable by Contributor, to use, reproduce, modify, 1598 display, perform, sublicense and distribute the Modifications 1599 created by such Contributor (or portions thereof) either on an 1600 unmodified basis, with other Modifications, as Covered Code 1601 and/or as part of a Larger Work; and 1602 1603 (b) under Patent Claims infringed by the making, using, or 1604 selling of Modifications made by that Contributor either alone 1605 and/or in combination with its Contributor Version (or portions 1606 of such combination), to make, use, sell, offer for sale, have 1607 made, and/or otherwise dispose of: 1) Modifications made by that 1608 Contributor (or portions thereof); and 2) the combination of 1609 Modifications made by that Contributor with its Contributor 1610 Version (or portions of such combination). 1611 1612 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are 1613 effective on the date Contributor first makes Commercial Use of 1614 the Covered Code. 1615 1616 (d) Notwithstanding Section 2.2(b) above, no patent license is 1617 granted: 1) for any code that Contributor has deleted from the 1618 Contributor Version; 2) separate from the Contributor Version; 1619 3) for infringements caused by: i) third party modifications of 1620 Contributor Version or ii) the combination of Modifications made 1621 by that Contributor with other software (except as part of the 1622 Contributor Version) or other devices; or 4) under Patent Claims 1623 infringed by Covered Code in the absence of Modifications made by 1624 that Contributor. 1625 16263. Distribution Obligations. 1627 1628 3.1. Application of License. 1629 The Modifications which You create or to which You contribute are 1630 governed by the terms of this License, including without limitation 1631 Section 2.2. The Source Code version of Covered Code may be 1632 distributed only under the terms of this License or a future version 1633 of this License released under Section 6.1, and You must include a 1634 copy of this License with every copy of the Source Code You 1635 distribute. You may not offer or impose any terms on any Source Code 1636 version that alters or restricts the applicable version of this 1637 License or the recipients' rights hereunder. However, You may include 1638 an additional document offering the additional rights described in 1639 Section 3.5. 1640 1641 3.2. Availability of Source Code. 1642 Any Modification which You create or to which You contribute must be 1643 made available in Source Code form under the terms of this License 1644 either on the same media as an Executable version or via an accepted 1645 Electronic Distribution Mechanism to anyone to whom you made an 1646 Executable version available; and if made available via Electronic 1647 Distribution Mechanism, must remain available for at least twelve (12) 1648 months after the date it initially became available, or at least six 1649 (6) months after a subsequent version of that particular Modification 1650 has been made available to such recipients. You are responsible for 1651 ensuring that the Source Code version remains available even if the 1652 Electronic Distribution Mechanism is maintained by a third party. 1653 1654 3.3. Description of Modifications. 1655 You must cause all Covered Code to which You contribute to contain a 1656 file documenting the changes You made to create that Covered Code and 1657 the date of any change. You must include a prominent statement that 1658 the Modification is derived, directly or indirectly, from Original 1659 Code provided by the Initial Developer and including the name of the 1660 Initial Developer in (a) the Source Code, and (b) in any notice in an 1661 Executable version or related documentation in which You describe the 1662 origin or ownership of the Covered Code. 1663 1664 3.4. Intellectual Property Matters 1665 (a) Third Party Claims. 1666 If Contributor has knowledge that a license under a third party's 1667 intellectual property rights is required to exercise the rights 1668 granted by such Contributor under Sections 2.1 or 2.2, 1669 Contributor must include a text file with the Source Code 1670 distribution titled "LEGAL" which describes the claim and the 1671 party making the claim in sufficient detail that a recipient will 1672 know whom to contact. If Contributor obtains such knowledge after 1673 the Modification is made available as described in Section 3.2, 1674 Contributor shall promptly modify the LEGAL file in all copies 1675 Contributor makes available thereafter and shall take other steps 1676 (such as notifying appropriate mailing lists or newsgroups) 1677 reasonably calculated to inform those who received the Covered 1678 Code that new knowledge has been obtained. 1679 1680 (b) Contributor APIs. 1681 If Contributor's Modifications include an application programming 1682 interface and Contributor has knowledge of patent licenses which 1683 are reasonably necessary to implement that API, Contributor must 1684 also include this information in the LEGAL file. 1685 1686 (c) Representations. 1687 Contributor represents that, except as disclosed pursuant to 1688 Section 3.4(a) above, Contributor believes that Contributor's 1689 Modifications are Contributor's original creation(s) and/or 1690 Contributor has sufficient rights to grant the rights conveyed by 1691 this License. 1692 1693 3.5. Required Notices. 1694 You must duplicate the notice in Exhibit A in each file of the Source 1695 Code. If it is not possible to put such notice in a particular Source 1696 Code file due to its structure, then You must include such notice in a 1697 location (such as a relevant directory) where a user would be likely 1698 to look for such a notice. If You created one or more Modification(s) 1699 You may add your name as a Contributor to the notice described in 1700 Exhibit A. You must also duplicate this License in any documentation 1701 for the Source Code where You describe recipients' rights or ownership 1702 rights relating to Covered Code. You may choose to offer, and to 1703 charge a fee for, warranty, support, indemnity or liability 1704 obligations to one or more recipients of Covered Code. However, You 1705 may do so only on Your own behalf, and not on behalf of the Initial 1706 Developer or any Contributor. You must make it absolutely clear than 1707 any such warranty, support, indemnity or liability obligation is 1708 offered by You alone, and You hereby agree to indemnify the Initial 1709 Developer and every Contributor for any liability incurred by the 1710 Initial Developer or such Contributor as a result of warranty, 1711 support, indemnity or liability terms You offer. 1712 1713 3.6. Distribution of Executable Versions. 1714 You may distribute Covered Code in Executable form only if the 1715 requirements of Section 3.1-3.5 have been met for that Covered Code, 1716 and if You include a notice stating that the Source Code version of 1717 the Covered Code is available under the terms of this License, 1718 including a description of how and where You have fulfilled the 1719 obligations of Section 3.2. The notice must be conspicuously included 1720 in any notice in an Executable version, related documentation or 1721 collateral in which You describe recipients' rights relating to the 1722 Covered Code. You may distribute the Executable version of Covered 1723 Code or ownership rights under a license of Your choice, which may 1724 contain terms different from this License, provided that You are in 1725 compliance with the terms of this License and that the license for the 1726 Executable version does not attempt to limit or alter the recipient's 1727 rights in the Source Code version from the rights set forth in this 1728 License. If You distribute the Executable version under a different 1729 license You must make it absolutely clear that any terms which differ 1730 from this License are offered by You alone, not by the Initial 1731 Developer or any Contributor. You hereby agree to indemnify the 1732 Initial Developer and every Contributor for any liability incurred by 1733 the Initial Developer or such Contributor as a result of any such 1734 terms You offer. 1735 1736 3.7. Larger Works. 1737 You may create a Larger Work by combining Covered Code with other code 1738 not governed by the terms of this License and distribute the Larger 1739 Work as a single product. In such a case, You must make sure the 1740 requirements of this License are fulfilled for the Covered Code. 1741 17424. Inability to Comply Due to Statute or Regulation. 1743 1744 If it is impossible for You to comply with any of the terms of this 1745 License with respect to some or all of the Covered Code due to 1746 statute, judicial order, or regulation then You must: (a) comply with 1747 the terms of this License to the maximum extent possible; and (b) 1748 describe the limitations and the code they affect. Such description 1749 must be included in the LEGAL file described in Section 3.4 and must 1750 be included with all distributions of the Source Code. Except to the 1751 extent prohibited by statute or regulation, such description must be 1752 sufficiently detailed for a recipient of ordinary skill to be able to 1753 understand it. 1754 17555. Application of this License. 1756 1757 This License applies to code to which the Initial Developer has 1758 attached the notice in Exhibit A and to related Covered Code. 1759 17606. Versions of the License. 1761 1762 6.1. New Versions. 1763 Netscape Communications Corporation ("Netscape") may publish revised 1764 and/or new versions of the License from time to time. Each version 1765 will be given a distinguishing version number. 1766 1767 6.2. Effect of New Versions. 1768 Once Covered Code has been published under a particular version of the 1769 License, You may always continue to use it under the terms of that 1770 version. You may also choose to use such Covered Code under the terms 1771 of any subsequent version of the License published by Netscape. No one 1772 other than Netscape has the right to modify the terms applicable to 1773 Covered Code created under this License. 1774 1775 6.3. Derivative Works. 1776 If You create or use a modified version of this License (which you may 1777 only do in order to apply it to code which is not already Covered Code 1778 governed by this License), You must (a) rename Your license so that 1779 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", 1780 "MPL", "NPL" or any confusingly similar phrase do not appear in your 1781 license (except to note that your license differs from this License) 1782 and (b) otherwise make it clear that Your version of the license 1783 contains terms which differ from the Mozilla Public License and 1784 Netscape Public License. (Filling in the name of the Initial 1785 Developer, Original Code or Contributor in the notice described in 1786 Exhibit A shall not of themselves be deemed to be modifications of 1787 this License.) 1788 17897. DISCLAIMER OF WARRANTY. 1790 1791 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, 1792 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, 1793 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF 1794 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. 1795 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE 1796 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, 1797 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE 1798 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER 1799 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF 1800 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 1801 18028. TERMINATION. 1803 1804 8.1. This License and the rights granted hereunder will terminate 1805 automatically if You fail to comply with terms herein and fail to cure 1806 such breach within 30 days of becoming aware of the breach. All 1807 sublicenses to the Covered Code which are properly granted shall 1808 survive any termination of this License. Provisions which, by their 1809 nature, must remain in effect beyond the termination of this License 1810 shall survive. 1811 1812 8.2. If You initiate litigation by asserting a patent infringement 1813 claim (excluding declatory judgment actions) against Initial Developer 1814 or a Contributor (the Initial Developer or Contributor against whom 1815 You file such action is referred to as "Participant") alleging that: 1816 1817 (a) such Participant's Contributor Version directly or indirectly 1818 infringes any patent, then any and all rights granted by such 1819 Participant to You under Sections 2.1 and/or 2.2 of this License 1820 shall, upon 60 days notice from Participant terminate prospectively, 1821 unless if within 60 days after receipt of notice You either: (i) 1822 agree in writing to pay Participant a mutually agreeable reasonable 1823 royalty for Your past and future use of Modifications made by such 1824 Participant, or (ii) withdraw Your litigation claim with respect to 1825 the Contributor Version against such Participant. If within 60 days 1826 of notice, a reasonable royalty and payment arrangement are not 1827 mutually agreed upon in writing by the parties or the litigation claim 1828 is not withdrawn, the rights granted by Participant to You under 1829 Sections 2.1 and/or 2.2 automatically terminate at the expiration of 1830 the 60 day notice period specified above. 1831 1832 (b) any software, hardware, or device, other than such Participant's 1833 Contributor Version, directly or indirectly infringes any patent, then 1834 any rights granted to You by such Participant under Sections 2.1(b) 1835 and 2.2(b) are revoked effective as of the date You first made, used, 1836 sold, distributed, or had made, Modifications made by that 1837 Participant. 1838 1839 8.3. If You assert a patent infringement claim against Participant 1840 alleging that such Participant's Contributor Version directly or 1841 indirectly infringes any patent where such claim is resolved (such as 1842 by license or settlement) prior to the initiation of patent 1843 infringement litigation, then the reasonable value of the licenses 1844 granted by such Participant under Sections 2.1 or 2.2 shall be taken 1845 into account in determining the amount or value of any payment or 1846 license. 1847 1848 8.4. In the event of termination under Sections 8.1 or 8.2 above, 1849 all end user license agreements (excluding distributors and resellers) 1850 which have been validly granted by You or any distributor hereunder 1851 prior to termination shall survive termination. 1852 18539. LIMITATION OF LIABILITY. 1854 1855 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT 1856 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL 1857 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, 1858 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR 1859 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY 1860 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, 1861 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER 1862 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN 1863 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF 1864 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY 1865 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW 1866 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE 1867 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO 1868 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 1869 187010. U.S. GOVERNMENT END USERS. 1871 1872 The Covered Code is a "commercial item," as that term is defined in 1873 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer 1874 software" and "commercial computer software documentation," as such 1875 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 1876 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), 1877 all U.S. Government End Users acquire Covered Code with only those 1878 rights set forth herein. 1879 188011. MISCELLANEOUS. 1881 1882 This License represents the complete agreement concerning subject 1883 matter hereof. If any provision of this License is held to be 1884 unenforceable, such provision shall be reformed only to the extent 1885 necessary to make it enforceable. This License shall be governed by 1886 California law provisions (except to the extent applicable law, if 1887 any, provides otherwise), excluding its conflict-of-law provisions. 1888 With respect to disputes in which at least one party is a citizen of, 1889 or an entity chartered or registered to do business in the United 1890 States of America, any litigation relating to this License shall be 1891 subject to the jurisdiction of the Federal Courts of the Northern 1892 District of California, with venue lying in Santa Clara County, 1893 California, with the losing party responsible for costs, including 1894 without limitation, court costs and reasonable attorneys' fees and 1895 expenses. The application of the United Nations Convention on 1896 Contracts for the International Sale of Goods is expressly excluded. 1897 Any law or regulation which provides that the language of a contract 1898 shall be construed against the drafter shall not apply to this 1899 License. 1900 190112. RESPONSIBILITY FOR CLAIMS. 1902 1903 As between Initial Developer and the Contributors, each party is 1904 responsible for claims and damages arising, directly or indirectly, 1905 out of its utilization of rights under this License and You agree to 1906 work with Initial Developer and Contributors to distribute such 1907 responsibility on an equitable basis. Nothing herein is intended or 1908 shall be deemed to constitute any admission of liability. 1909 191013. MULTIPLE-LICENSED CODE. 1911 1912 Initial Developer may designate portions of the Covered Code as 1913 "Multiple-Licensed". "Multiple-Licensed" means that the Initial 1914 Developer permits you to utilize portions of the Covered Code under 1915 Your choice of the NPL or the alternative licenses, if any, specified 1916 by the Initial Developer in the file described in Exhibit A. 1917 1918EXHIBIT A -Mozilla Public License. 1919 1920 ``The contents of this file are subject to the Mozilla Public License 1921 Version 1.1 (the "License"); you may not use this file except in 1922 compliance with the License. You may obtain a copy of the License at 1923 http://www.mozilla.org/MPL/ 1924 1925 Software distributed under the License is distributed on an "AS IS" 1926 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 1927 License for the specific language governing rights and limitations 1928 under the License. 1929 1930 The Original Code is ______________________________________. 1931 1932 The Initial Developer of the Original Code is ________________________. 1933 Portions created by ______________________ are Copyright (C) ______ 1934 _______________________. All Rights Reserved. 1935 1936 Contributor(s): ______________________________________. 1937 1938 Alternatively, the contents of this file may be used under the terms 1939 of the _____ license (the "[___] License"), in which case the 1940 provisions of [______] License are applicable instead of those 1941 above. If you wish to allow use of your version of this file only 1942 under the terms of the [____] License and not to allow others to use 1943 your version of this file under the MPL, indicate your decision by 1944 deleting the provisions above and replace them with the notice and 1945 other provisions required by the [___] License. If you do not delete 1946 the provisions above, a recipient may use your version of this file 1947 under either the MPL or the [___] License." 1948 1949 [NOTE: The text of this Exhibit A may differ slightly from the text of 1950 the notices in the Source Code files of the Original Code. You should 1951 use the text of this Exhibit A rather than the text found in the 1952 Original Code Source Code for Your Modifications.] 1953 1954 ---------------------------------------------------------------------- 1955 1956 AMENDMENTS 1957 1958 The Netscape Public License Version 1.1 ("NPL") consists of the 1959 Mozilla Public License Version 1.1 with the following Amendments, 1960 including Exhibit A-Netscape Public License. Files identified with 1961 "Exhibit A-Netscape Public License" are governed by the Netscape 1962 Public License Version 1.1. 1963 1964 Additional Terms applicable to the Netscape Public License. 1965 I. Effect. 1966 These additional terms described in this Netscape Public 1967 License -- Amendments shall apply to the Mozilla Communicator 1968 client code and to all Covered Code under this License. 1969 1970 II. "Netscape's Branded Code" means Covered Code that Netscape 1971 distributes and/or permits others to distribute under one or more 1972 trademark(s) which are controlled by Netscape but which are not 1973 licensed for use under this License. 1974 1975 III. Netscape and logo. 1976 This License does not grant any rights to use the trademarks 1977 "Netscape", the "Netscape N and horizon" logo or the "Netscape 1978 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", 1979 "Smart Browsing" even if such marks are included in the Original 1980 Code or Modifications. 1981 1982 IV. Inability to Comply Due to Contractual Obligation. 1983 Prior to licensing the Original Code under this License, Netscape 1984 has licensed third party code for use in Netscape's Branded Code. 1985 To the extent that Netscape is limited contractually from making 1986 such third party code available under this License, Netscape may 1987 choose to reintegrate such code into Covered Code without being 1988 required to distribute such code in Source Code form, even if 1989 such code would otherwise be considered "Modifications" under 1990 this License. 1991 1992 V. Use of Modifications and Covered Code by Initial Developer. 1993 V.1. In General. 1994 The obligations of Section 3 apply to Netscape, except to 1995 the extent specified in this Amendment, Section V.2 and V.3. 1996 1997 V.2. Other Products. 1998 Netscape may include Covered Code in products other than the 1999 Netscape's Branded Code which are released by Netscape 2000 during the two (2) years following the release date of the 2001 Original Code, without such additional products becoming 2002 subject to the terms of this License, and may license such 2003 additional products on different terms from those contained 2004 in this License. 2005 2006 V.3. Alternative Licensing. 2007 Netscape may license the Source Code of Netscape's Branded 2008 Code, including Modifications incorporated therein, without 2009 such Netscape Branded Code becoming subject to the terms of 2010 this License, and may license such Netscape Branded Code on 2011 different terms from those contained in this License. 2012 2013 VI. Litigation. 2014 Notwithstanding the limitations of Section 11 above, the 2015 provisions regarding litigation in Section 11(a), (b) and (c) of 2016 the License shall apply to all disputes relating to this License. 2017 2018 EXHIBIT A-Netscape Public License. 2019 2020 "The contents of this file are subject to the Netscape Public 2021 License Version 1.1 (the "License"); you may not use this file 2022 except in compliance with the License. You may obtain a copy of 2023 the License at http://www.mozilla.org/NPL/ 2024 2025 Software distributed under the License is distributed on an "AS 2026 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 2027 implied. See the License for the specific language governing 2028 rights and limitations under the License. 2029 2030 The Original Code is Mozilla Communicator client code, released 2031 March 31, 1998. 2032 2033 The Initial Developer of the Original Code is Netscape 2034 Communications Corporation. Portions created by Netscape are 2035 Copyright (C) 1998-1999 Netscape Communications Corporation. All 2036 Rights Reserved. 2037 2038 Contributor(s): ______________________________________. 2039 2040 Alternatively, the contents of this file may be used under the 2041 terms of the _____ license (the "[___] License"), in which case 2042 the provisions of [______] License are applicable instead of 2043 those above. If you wish to allow use of your version of this 2044 file only under the terms of the [____] License and not to allow 2045 others to use your version of this file under the NPL, indicate 2046 your decision by deleting the provisions above and replace them 2047 with the notice and other provisions required by the [___] 2048 License. If you do not delete the provisions above, a recipient 2049 may use your version of this file under either the NPL or the 2050 [___] License." 2051 2052-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2053</pre> 2054<ul> 2055<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 2056</ul> 2057</div> 2058</div> 2059 2060 2061<div class="product"> 2062<span class="title">cherrypy-3.2.2</span> 2063<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2064<span class="homepage"><a href="http://www.cherrypy.org/">homepage</a></span> 2065<div class="licence"> 2066<pre>Scanned Source License CherryPy-3.2.2/CherryPy.egg-info/PKG-INFO: 2067 2068Metadata-Version: 1.0 2069Name: CherryPy 2070Version: 3.2.2 2071Summary: Object-Oriented HTTP framework 2072Home-page: http://www.cherrypy.org 2073Author: CherryPy Team 2074Author-email: team@cherrypy.org 2075License: BSD 2076Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/ 2077Description: CherryPy is a pythonic, object-oriented HTTP framework 2078Platform: UNKNOWN 2079Classifier: Development Status :: 5 - Production/Stable 2080Classifier: Environment :: Web Environment 2081Classifier: Intended Audience :: Developers 2082Classifier: License :: Freely Distributable 2083Classifier: Operating System :: OS Independent 2084Classifier: Programming Language :: Python 2085Classifier: Programming Language :: Python :: 2 2086Classifier: Programming Language :: Python :: 3 2087Classifier: Topic :: Internet :: WWW/HTTP 2088Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 2089Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers 2090Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 2091Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 2092Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server 2093Classifier: Topic :: Software Development :: Libraries :: Application Frameworks 2094 2095-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2096 2097Scanned Source License CherryPy-3.2.2/PKG-INFO: 2098 2099Metadata-Version: 1.0 2100Name: CherryPy 2101Version: 3.2.2 2102Summary: Object-Oriented HTTP framework 2103Home-page: http://www.cherrypy.org 2104Author: CherryPy Team 2105Author-email: team@cherrypy.org 2106License: BSD 2107Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/ 2108Description: CherryPy is a pythonic, object-oriented HTTP framework 2109Platform: UNKNOWN 2110Classifier: Development Status :: 5 - Production/Stable 2111Classifier: Environment :: Web Environment 2112Classifier: Intended Audience :: Developers 2113Classifier: License :: Freely Distributable 2114Classifier: Operating System :: OS Independent 2115Classifier: Programming Language :: Python 2116Classifier: Programming Language :: Python :: 2 2117Classifier: Programming Language :: Python :: 3 2118Classifier: Topic :: Internet :: WWW/HTTP 2119Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 2120Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers 2121Classifier: Topic :: Internet :: WWW/HTTP :: WSGI 2122Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application 2123Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server 2124Classifier: Topic :: Software Development :: Libraries :: Application Frameworks 2125 2126-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2127 2128Scanned Source License CherryPy-3.2.2/cherrypy/LICENSE.txt: 2129 2130Copyright (c) 2004-2011, CherryPy Team (team@cherrypy.org) 2131All rights reserved. 2132 2133Redistribution and use in source and binary forms, with or without modification, 2134are permitted provided that the following conditions are met: 2135 2136 * Redistributions of source code must retain the above copyright notice, 2137 this list of conditions and the following disclaimer. 2138 * Redistributions in binary form must reproduce the above copyright notice, 2139 this list of conditions and the following disclaimer in the documentation 2140 and/or other materials provided with the distribution. 2141 * Neither the name of the CherryPy Team nor the names of its contributors 2142 may be used to endorse or promote products derived from this software 2143 without specific prior written permission. 2144 2145THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 2146ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 2147WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 2148DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 2149FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2150DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 2151SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 2152CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 2153OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 2154OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2155 2156-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2157</pre> 2158<ul> 2159 2160</ul> 2161</div> 2162</div> 2163 2164 2165<div class="product"> 2166<span class="title">chinese-input-1.1.0.0</span> 2167<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2168<span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span> 2169<div class="licence"> 2170<pre></pre> 2171<ul> 2172<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2173</ul> 2174</div> 2175</div> 2176 2177 2178<div class="product"> 2179<span class="title">chromeos-activate-date-0.0.1</span> 2180<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2181<span class="homepage"><a href="">homepage</a></span> 2182<div class="licence"> 2183<pre></pre> 2184<ul> 2185<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2186</ul> 2187</div> 2188</div> 2189 2190 2191<div class="product"> 2192<span class="title">chromeos-assets-0.0.2</span> 2193<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2194<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2195<div class="licence"> 2196<pre></pre> 2197<ul> 2198<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2199</ul> 2200</div> 2201</div> 2202 2203 2204<div class="product"> 2205<span class="title">chromeos-auth-config-0.0.1</span> 2206<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2207<span class="homepage"><a href="http://www.chromium.org">homepage</a></span> 2208<div class="licence"> 2209<pre></pre> 2210<ul> 2211<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2212</ul> 2213</div> 2214</div> 2215 2216 2217<div class="product"> 2218<span class="title">chromeos-base-0</span> 2219<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2220<span class="homepage"><a href="http://src.chromium.org/">homepage</a></span> 2221<div class="licence"> 2222<pre></pre> 2223<ul> 2224<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2225</ul> 2226</div> 2227</div> 2228 2229 2230<div class="product"> 2231<span class="title">chromeos-bsp-alex-0.0.1</span> 2232<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2233<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2234<div class="licence"> 2235<pre></pre> 2236<ul> 2237<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2238</ul> 2239</div> 2240</div> 2241 2242 2243<div class="product"> 2244<span class="title">chromeos-bsp-x86-alex-0.0.2</span> 2245<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2246<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2247<div class="licence"> 2248<pre></pre> 2249<ul> 2250<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2251</ul> 2252</div> 2253</div> 2254 2255 2256<div class="product"> 2257<span class="title">chromeos-ca-certificates-0.0.1</span> 2258<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2259<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2260<div class="licence"> 2261<pre></pre> 2262<ul> 2263<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2264</ul> 2265</div> 2266</div> 2267 2268 2269<div class="product"> 2270<span class="title">chromeos-chrome-37.0.2062.28_rc</span> 2271<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2272<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2273<div class="licence"> 2274<pre></pre> 2275<ul> 2276<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 2277<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2278</ul> 2279</div> 2280</div> 2281 2282 2283<div class="product"> 2284<span class="title">chromeos-cryptohome-0.0.1</span> 2285<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2286<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2287<div class="licence"> 2288<pre></pre> 2289<ul> 2290<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2291</ul> 2292</div> 2293</div> 2294 2295 2296<div class="product"> 2297<span class="title">chromeos-default-apps-1.2.0</span> 2298<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2299<span class="homepage"><a href="">homepage</a></span> 2300<div class="licence"> 2301<pre></pre> 2302<ul> 2303<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 2304</ul> 2305</div> 2306</div> 2307 2308 2309<div class="product"> 2310<span class="title">chromeos-dev-root-0.0.1</span> 2311<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2312<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2313<div class="licence"> 2314<pre></pre> 2315<ul> 2316<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2317</ul> 2318</div> 2319</div> 2320 2321 2322<div class="product"> 2323<span class="title">chromeos-factory-0.0.1</span> 2324<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2325<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2326<div class="licence"> 2327<pre></pre> 2328<ul> 2329<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2330</ul> 2331</div> 2332</div> 2333 2334 2335<div class="product"> 2336<span class="title">chromeos-factory-board-3.0.0</span> 2337<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2338<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2339<div class="licence"> 2340<pre></pre> 2341<ul> 2342<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2343</ul> 2344</div> 2345</div> 2346 2347 2348<div class="product"> 2349<span class="title">chromeos-factory-regions-0.0.1</span> 2350<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2351<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2352<div class="licence"> 2353<pre></pre> 2354<ul> 2355<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2356</ul> 2357</div> 2358</div> 2359 2360 2361<div class="product"> 2362<span class="title">chromeos-factoryinstall-0.0.1</span> 2363<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2364<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2365<div class="licence"> 2366<pre></pre> 2367<ul> 2368<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2369</ul> 2370</div> 2371</div> 2372 2373 2374<div class="product"> 2375<span class="title">chromeos-firewall-init-0.0.1</span> 2376<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2377<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2378<div class="licence"> 2379<pre></pre> 2380<ul> 2381<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2382</ul> 2383</div> 2384</div> 2385 2386 2387<div class="product"> 2388<span class="title">chromeos-firmware-alex-0.0.1</span> 2389<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2390<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2391<div class="licence"> 2392<pre></pre> 2393<ul> 2394<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2395</ul> 2396</div> 2397</div> 2398 2399 2400<div class="product"> 2401<span class="title">chromeos-fonts-0.0.1</span> 2402<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2403<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2404<div class="licence"> 2405<pre></pre> 2406<ul> 2407<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2408</ul> 2409</div> 2410</div> 2411 2412 2413<div class="product"> 2414<span class="title">chromeos-hangul-1.2.0.3</span> 2415<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2416<span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span> 2417<div class="licence"> 2418<pre></pre> 2419<ul> 2420<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2421</ul> 2422</div> 2423</div> 2424 2425 2426<div class="product"> 2427<span class="title">chromeos-hwid-0.0.2</span> 2428<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2429<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2430<div class="licence"> 2431<pre></pre> 2432<ul> 2433<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2434</ul> 2435</div> 2436</div> 2437 2438 2439<div class="product"> 2440<span class="title">chromeos-imageburner-0.0.1</span> 2441<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2442<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2443<div class="licence"> 2444<pre></pre> 2445<ul> 2446<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2447</ul> 2448</div> 2449</div> 2450 2451 2452<div class="product"> 2453<span class="title">chromeos-init-0.0.25</span> 2454<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2455<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2456<div class="licence"> 2457<pre></pre> 2458<ul> 2459<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2460</ul> 2461</div> 2462</div> 2463 2464 2465<div class="product"> 2466<span class="title">chromeos-initramfs-0.0.1</span> 2467<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2468<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2469<div class="licence"> 2470<pre></pre> 2471<ul> 2472<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2473</ul> 2474</div> 2475</div> 2476 2477 2478<div class="product"> 2479<span class="title">chromeos-installer-0.0.1</span> 2480<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2481<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2482<div class="licence"> 2483<pre></pre> 2484<ul> 2485<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2486</ul> 2487</div> 2488</div> 2489 2490 2491<div class="product"> 2492<span class="title">chromeos-installshim-0.0.1</span> 2493<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2494<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 2495<div class="licence"> 2496<pre></pre> 2497<ul> 2498<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2499</ul> 2500</div> 2501</div> 2502 2503 2504<div class="product"> 2505<span class="title">chromeos-keyboards-1.1.4.0</span> 2506<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2507<span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span> 2508<div class="licence"> 2509<pre></pre> 2510<ul> 2511<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2512</ul> 2513</div> 2514</div> 2515 2516 2517<div class="product"> 2518<span class="title">chromeos-login-0.0.5</span> 2519<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2520<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2521<div class="licence"> 2522<pre></pre> 2523<ul> 2524<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2525</ul> 2526</div> 2527</div> 2528 2529 2530<div class="product"> 2531<span class="title">chromeos-minijail-0.0.1</span> 2532<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2533<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2534<div class="licence"> 2535<pre></pre> 2536<ul> 2537<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2538</ul> 2539</div> 2540</div> 2541 2542 2543<div class="product"> 2544<span class="title">chromeos-test-init-0.0.1</span> 2545<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2546<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2547<div class="licence"> 2548<pre></pre> 2549<ul> 2550<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2551</ul> 2552</div> 2553</div> 2554 2555 2556<div class="product"> 2557<span class="title">chromeos-test-root-0.0.1</span> 2558<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2559<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2560<div class="licence"> 2561<pre></pre> 2562<ul> 2563<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2564</ul> 2565</div> 2566</div> 2567 2568 2569<div class="product"> 2570<span class="title">chromeos-test-testauthkeys-0.0.1</span> 2571<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2572<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2573<div class="licence"> 2574<pre></pre> 2575<ul> 2576<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2577</ul> 2578</div> 2579</div> 2580 2581 2582<div class="product"> 2583<span class="title">chromite-0.0.1</span> 2584<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2585<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2586<div class="licence"> 2587<pre></pre> 2588<ul> 2589<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2590</ul> 2591</div> 2592</div> 2593 2594 2595<div class="product"> 2596<span class="title">chvt-0.0.1</span> 2597<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2598<span class="homepage"><a href="">homepage</a></span> 2599<div class="licence"> 2600<pre></pre> 2601<ul> 2602<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2603</ul> 2604</div> 2605</div> 2606 2607 2608<div class="product"> 2609<span class="title">ckermit-8.0.211</span> 2610<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2611<span class="homepage"><a href="http://www.kermit-project.org/">homepage</a></span> 2612<div class="licence"> 2613<pre>Gentoo Package Stock License Kermit: 2614 2615THE C-KERMIT 7.0 AND 8.0 LICENSE 2616 2617 Last update: Thu Feb 8 17:41:07 2002 2618 2619This is the new C-Kermit 7.0 and 8.0 license. The intention is to allow 2620C-Kermit to be distributed with "free" operating systems such as GNU/Linux, 2621FreeBSD, NetBSD, OpenBSD, The Hurd, etc, even when the distributions 2622themselves (such as Red Hat or Caldera) might be sold and/or might include 2623applications that are not free, and yet still require a license to include 2624C-Kermit in or with "non-free" products such as commercial OS's, commercial 2625software packages, embedded systems, and hardware (other than general-purpose 2626computers preloaded with "free" operating systems), since these licenses 2627furnish a large portion of the Kermit Project's funding. 2628 2629There have been some questions about the provision in Clause (A) that: 2630 2631 The 2632 C-Kermit source code may not be changed without the consent of the 2633 Kermit Project, which will not be unreasonably withheld (this is 2634 simply a matter of keeping a consistent and supportable code base). 2635 2636The intention of this clause is primarily to make sure that anybody who 2637makes modifications sends them back to us, since we are the ones have to 2638support C-Kermit, and so we can carry them through to future releases (so 2639you don't have to make the same changes again and again). 2640 2641Secondarily it is to protect Columbia University in the unlikely event of 2642modifications made with deliberate intent to offend or cause damage. 2643 2644Any redistributor of C-Kermit under Clause (A) below should rest assured 2645there is no intention of preventing them from constructing a distribution in 2646the appropriate format (RPM or whatever) for their product or from issuing 2647any patches required for their products; we simply want to be informed so we 2648can maintain a consistent code base and a solid, supportable software 2649package. We are happy to work with any redistributor an any issues that 2650concern them. If you have questions, send them to kermit@columbia.edu. 2651 2652Note: All changes to this file since 1 January 2000 (the C-Kermit 7.0 2653release date) are above; the license itself has not changed, except to 2654update the most recent copyright date. 2655 2656(Begin) 2657 2658Copyright (C) 1985, 2002, 2659 The Trustees of Columbia University in the City of New York. 2660 All rights reserved. 2661 2662PERMISSIONS: 2663 2664The C-Kermit software may be obtained directly from the Kermit Project at 2665Columbia University (or from any source explicitly licensed by the Kermit 2666Project or implicitly licensed by Clause (A) below) by any individual for 2667his or her OWN USE, and by any company or other organization for its own 2668INTERNAL DISTRIBUTION and use, including installation on servers that are 2669accessed by customers or clients, WITHOUT EXPLICIT LICENSE. 2670 2671Conditions for REDISTRIBUTION are as follows: 2672 2673(A) The C-Kermit software, in source and/or binary form, may be 2674 included WITHOUT EXPLICIT LICENSE in distributions of OPERATING 2675 SYSTEMS that have OSI (Open Source Initiative, www.opensource.org) 2676 approved licenses, even if non-Open-Source applications (but not 2677 operating systems) are included in the same distribution. Such 2678 distributions include, but are not limited to, CD-ROM, FTP site, 2679 Web site, or preinstalled software on a new GENERAL-PURPOSE 2680 computer, as long as the primary character of the distribution is 2681 an Open Source operating system with accompanying utilities. The 2682 C-Kermit source code may not be changed without the consent of the 2683 Kermit Project, which will not be unreasonably withheld (this is 2684 simply a matter of keeping a consistent and supportable code base). 2685 2686(B) Inclusion of C-Kermit software in whole or in part, in any form, in 2687 or with any product not covered by Clause (A), or its distribution 2688 by any commercial enterprise to its actual or potential customers 2689 or clients except as in Clause (A), requires a license from the 2690 Kermit Project, Columbia University; contact kermit@columbia.edu. 2691 2692The name of Columbia University may not be used to endorse or promote 2693products derived from or including the C-Kermit software without specific 2694prior written permission. 2695 2696DISCLAIMER: 2697 2698 THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE 2699 TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS 2700 FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF 2701 COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER 2702 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED 2703 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 2704 THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT 2705 BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, 2706 OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR 2707 IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS 2708 HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU SHALL 2709 INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN 2710 THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY 2711 AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING 2712 ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE. 2713 2714The above copyright notice, permissions notice, and disclaimer may not be 2715removed, altered, or obscured and shall be included in all copies of the 2716C-Kermit software. The Trustees of Columbia University in the City of 2717New York reserve the right to revoke this permission if any of the terms 2718of use set forth above are breached. 2719 2720(End) 2721 2722-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2723</pre> 2724<ul> 2725 2726</ul> 2727</div> 2728</div> 2729 2730 2731<div class="product"> 2732<span class="title">common-assets-0.0.1</span> 2733<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2734<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2735<div class="licence"> 2736<pre></pre> 2737<ul> 2738<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2739</ul> 2740</div> 2741</div> 2742 2743 2744<div class="product"> 2745<span class="title">compositeproto-0.4.2</span> 2746<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2747<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 2748<div class="licence"> 2749<pre>Scanned Source License compositeproto-0.4.2/COPYING: 2750 2751Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 2752 2753Permission is hereby granted, free of charge, to any person obtaining a 2754copy of this software and associated documentation files (the "Software"), 2755to deal in the Software without restriction, including without limitation 2756the rights to use, copy, modify, merge, publish, distribute, sublicense, 2757and/or sell copies of the Software, and to permit persons to whom the 2758Software is furnished to do so, subject to the following conditions: 2759 2760The above copyright notice and this permission notice (including the next 2761paragraph) shall be included in all copies or substantial portions of the 2762Software. 2763 2764THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2765IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2766FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 2767THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 2768LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 2769FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 2770DEALINGS IN THE SOFTWARE. 2771 2772Copyright © 2003 Keith Packard 2773 2774Permission to use, copy, modify, distribute, and sell this software and its 2775documentation for any purpose is hereby granted without fee, provided that 2776the above copyright notice appear in all copies and that both that 2777copyright notice and this permission notice appear in supporting 2778documentation, and that the name of Keith Packard not be used in 2779advertising or publicity pertaining to distribution of the software without 2780specific, written prior permission. Keith Packard makes no 2781representations about the suitability of this software for any purpose. It 2782is provided "as is" without express or implied warranty. 2783 2784KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2785INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2786EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2787CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 2788DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 2789TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2790PERFORMANCE OF THIS SOFTWARE. 2791 2792 2793-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2794</pre> 2795<ul> 2796 2797</ul> 2798</div> 2799</div> 2800 2801 2802<div class="product"> 2803<span class="title">confuse-2.7</span> 2804<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2805<span class="homepage"><a href="http://www.nongnu.org/confuse/">homepage</a></span> 2806<div class="licence"> 2807<pre></pre> 2808<ul> 2809<li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 2810</ul> 2811</div> 2812</div> 2813 2814 2815<div class="product"> 2816<span class="title">coreboot-2013.04</span> 2817<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2818<span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span> 2819<div class="licence"> 2820<pre></pre> 2821<ul> 2822<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 2823</ul> 2824</div> 2825</div> 2826 2827 2828<div class="product"> 2829<span class="title">coreutils-8.22</span> 2830<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2831<span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span> 2832<div class="licence"> 2833<pre></pre> 2834<ul> 2835<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 2836</ul> 2837</div> 2838</div> 2839 2840 2841<div class="product"> 2842<span class="title">cpio-2.11</span> 2843<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2844<span class="homepage"><a href="http://www.gnu.org/software/cpio/cpio.html">homepage</a></span> 2845<div class="licence"> 2846<pre></pre> 2847<ul> 2848<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 2849</ul> 2850</div> 2851</div> 2852 2853 2854<div class="product"> 2855<span class="title">crda-1.1.1</span> 2856<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2857<span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span> 2858<div class="licence"> 2859<pre>Scanned Source License crda-1.1.1/LICENSE: 2860 2861Copyright (c) 2008, Luis R. Rodriguez <mcgrof@gmail.com> 2862Copyright (c) 2008, Johannes Berg <johannes@sipsolutions.net> 2863Copyright (c) 2008, Michael Green <Michael.Green@Atheros.com> 2864 2865Permission to use, copy, modify, and/or distribute this software for any 2866purpose with or without fee is hereby granted, provided that the above 2867copyright notice and this permission notice appear in all copies. 2868 2869THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2870WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2871MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2872ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2873WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2874ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2875OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2876 2877 2878-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2879 2880Scanned Source License crda-1.1.1/debian-example/copyright: 2881 2882This package was debianized by Luis Rodriguez <mcgrof@gmail.com> on 2883Thu, 22 Jan 2009 16:00:00 +0100. 2884 2885The crda packages was downloaded from <http://wireless.kernel.org/download/crda/> 2886 2887Copyright (c) 2008, Luis R. Rodriguez <mcgrof@gmail.com> 2888Copyright (c) 2008, Johannes Berg <johannes@sipsolutions.net> 2889Copyright (c) 2008, Michael Green <Michael.Green@Atheros.com> 2890 2891Permission to use, copy, modify, and/or distribute this software for any 2892purpose with or without fee is hereby granted, provided that the above 2893copyright notice and this permission notice appear in all copies. 2894 2895THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 2896WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 2897MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2898ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2899WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2900ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2901OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2902 2903 2904-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2905</pre> 2906<ul> 2907<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 2908</ul> 2909</div> 2910</div> 2911 2912 2913<div class="product"> 2914<span class="title">cros_boot_mode-0.0.1</span> 2915<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2916<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 2917<div class="licence"> 2918<pre></pre> 2919<ul> 2920<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 2921</ul> 2922</div> 2923</div> 2924 2925 2926<div class="product"> 2927<span class="title">croscorefonts-1.23.0</span> 2928<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2929<span class="homepage"><a href="">homepage</a></span> 2930<div class="licence"> 2931<pre></pre> 2932<ul> 2933<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2934</ul> 2935</div> 2936</div> 2937 2938 2939<div class="product"> 2940<span class="title">crosextrafonts-20130214</span> 2941<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2942<span class="homepage"><a href="">homepage</a></span> 2943<div class="licence"> 2944<pre></pre> 2945<ul> 2946<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 2947</ul> 2948</div> 2949</div> 2950 2951 2952<div class="product"> 2953<span class="title">crosextrafonts-carlito-20130920</span> 2954<a class="show" href="#" onclick="return toggle(this);">show license text</a> 2955<span class="homepage"><a href="">homepage</a></span> 2956<div class="licence"> 2957<pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE: 2958 2959Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito". 2960 2961This Font Software is licensed under the SIL Open Font License, 2962Version 1.1 as shown below. 2963 2964SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 2965 2966PREAMBLE The goals of the Open Font License (OFL) are to stimulate 2967worldwide development of collaborative font projects, to support the font 2968creation efforts of academic and linguistic communities, and to provide 2969a free and open framework in which fonts may be shared and improved in 2970partnership with others. 2971 2972The OFL allows the licensed fonts to be used, studied, modified and 2973redistributed freely as long as they are not sold by themselves. 2974The fonts, including any derivative works, can be bundled, embedded, 2975redistributed and/or sold with any software provided that any reserved 2976names are not used by derivative works. The fonts and derivatives, 2977however, cannot be released under any other type of license. The 2978requirement for fonts to remain under this license does not apply to 2979any document created using the fonts or their derivatives. 2980 2981 2982DEFINITIONS 2983"Font Software" refers to the set of files released by the Copyright 2984Holder(s) under this license and clearly marked as such. 2985This may include source files, build scripts and documentation. 2986 2987"Reserved Font Name" refers to any names specified as such after the 2988copyright statement(s). 2989 2990"Original Version" refers to the collection of Font Software components 2991as distributed by the Copyright Holder(s). 2992 2993"Modified Version" refers to any derivative made by adding to, deleting, 2994or substituting ? in part or in whole ? 2995any of the components of the Original Version, by changing formats or 2996by porting the Font Software to a new environment. 2997 2998"Author" refers to any designer, engineer, programmer, technical writer 2999or other person who contributed to the Font Software. 3000 3001 3002PERMISSION & CONDITIONS 3003 3004Permission is hereby granted, free of charge, to any person obtaining a 3005copy of the Font Software, to use, study, copy, merge, embed, modify, 3006redistribute, and sell modified and unmodified copies of the Font 3007Software, subject to the following conditions: 3008 30091) Neither the Font Software nor any of its individual components,in 3010 Original or Modified Versions, may be sold by itself. 3011 30122) Original or Modified Versions of the Font Software may be bundled, 3013 redistributed and/or sold with any software, provided that each copy 3014 contains the above copyright notice and this license. These can be 3015 included either as stand-alone text files, human-readable headers or 3016 in the appropriate machine-readable metadata fields within text or 3017 binary files as long as those fields can be easily viewed by the user. 3018 30193) No Modified Version of the Font Software may use the Reserved Font 3020 Name(s) unless explicit written permission is granted by the 3021 corresponding Copyright Holder. This restriction only applies to the 3022 primary font name as presented to the users. 3023 30244) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 3025 Software shall not be used to promote, endorse or advertise any 3026 Modified Version, except to acknowledge the contribution(s) of the 3027 Copyright Holder(s) and the Author(s) or with their explicit written 3028 permission. 3029 30305) The Font Software, modified or unmodified, in part or in whole, must 3031 be distributed entirely under this license, and must not be distributed 3032 under any other license. The requirement for fonts to remain under 3033 this license does not apply to any document created using the Font 3034 Software. 3035 3036 3037 3038TERMINATION 3039This license becomes null and void if any of the above conditions are not met. 3040 3041 3042 3043DISCLAIMER 3044THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3045EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 3046MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 3047OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 3048COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 3049INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 3050DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 3051FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 3052DEALINGS IN THE FONT SOFTWARE. 3053 3054 3055-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3056</pre> 3057<ul> 3058<li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 3059</ul> 3060</div> 3061</div> 3062 3063 3064<div class="product"> 3065<span class="title">crosh-0.0.1</span> 3066<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3067<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 3068<div class="licence"> 3069<pre></pre> 3070<ul> 3071<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 3072</ul> 3073</div> 3074</div> 3075 3076 3077<div class="product"> 3078<span class="title">ctemplate-1.0</span> 3079<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3080<span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span> 3081<div class="licence"> 3082<pre>Scanned Source License ctemplate-1.0/COPYING: 3083 3084Copyright (c) 2005, Google Inc. 3085All rights reserved. 3086 3087Redistribution and use in source and binary forms, with or without 3088modification, are permitted provided that the following conditions are 3089met: 3090 3091 * Redistributions of source code must retain the above copyright 3092notice, this list of conditions and the following disclaimer. 3093 * Redistributions in binary form must reproduce the above 3094copyright notice, this list of conditions and the following disclaimer 3095in the documentation and/or other materials provided with the 3096distribution. 3097 * Neither the name of Google Inc. nor the names of its 3098contributors may be used to endorse or promote products derived from 3099this software without specific prior written permission. 3100 3101THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3102"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3103LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 3104A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 3105OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 3106SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 3107LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3108DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3109THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3110(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 3111OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3112 3113-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3114 3115Scanned Source License ctemplate-1.0/packages/deb/copyright: 3116 3117This package was debianized by Google Inc. <opensource@google.com> on 311813 March 2006. 3119 3120It was downloaded from http://code.google.com/ 3121 3122Upstream Author: opensource@google.com 3123 3124Copyright (c) 2006, Google Inc. 3125All rights reserved. 3126 3127Redistribution and use in source and binary forms, with or without 3128modification, are permitted provided that the following conditions are 3129met: 3130 3131 * Redistributions of source code must retain the above copyright 3132notice, this list of conditions and the following disclaimer. 3133 * Redistributions in binary form must reproduce the above 3134copyright notice, this list of conditions and the following disclaimer 3135in the documentation and/or other materials provided with the 3136distribution. 3137 * Neither the name of Google Inc. nor the names of its 3138contributors may be used to endorse or promote products derived from 3139this software without specific prior written permission. 3140 3141THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3142"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 3143LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 3144A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 3145OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 3146SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 3147LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 3148DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 3149THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3150(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 3151OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3152 3153-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3154</pre> 3155<ul> 3156 3157</ul> 3158</div> 3159</div> 3160 3161 3162<div class="product"> 3163<span class="title">curl-7.31.0</span> 3164<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3165<span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span> 3166<div class="licence"> 3167<pre>Scanned Source License curl-7.31.0/COPYING: 3168 3169COPYRIGHT AND PERMISSION NOTICE 3170 3171Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel@haxx.se>. 3172 3173All rights reserved. 3174 3175Permission to use, copy, modify, and distribute this software for any purpose 3176with or without fee is hereby granted, provided that the above copyright 3177notice and this permission notice appear in all copies. 3178 3179THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3180IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3181FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN 3182NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 3183DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 3184OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 3185OR OTHER DEALINGS IN THE SOFTWARE. 3186 3187Except as contained in this notice, the name of a copyright holder shall not 3188be used in advertising or otherwise to promote the sale, use or other dealings 3189in this Software without prior written authorization of the copyright holder. 3190 3191-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3192 3193Scanned Source License curl-7.31.0/docs/LICENSE-MIXING: 3194 3195 License Mixing with apps, libcurl and Third Party Libraries 3196 =========================================================== 3197 3198libcurl can be built to use a fair amount of various third party libraries, 3199libraries that are written and provided by other parties that are distributed 3200using their own licenses. Even libcurl itself contains code that may cause 3201problems to some. This document attempts to describe what licenses libcurl and 3202the other libraries use and what possible dilemmas linking and mixing them all 3203can lead to for end users. 3204 3205I am not a lawyer and this is not legal advice! 3206 3207One common dilemma is that GPL[1]-licensed code is not allowed to be linked 3208with code licensed under the Original BSD license (with the announcement 3209clause). You may still build your own copies that use them all, but 3210distributing them as binaries would be to violate the GPL license - unless you 3211accompany your license with an exception[2]. This particular problem was 3212addressed when the Modified BSD license was created, which does not have the 3213announcement clause that collides with GPL. 3214 3215libcurl http://curl.haxx.se/docs/copyright.html 3216 3217 Uses an MIT (or Modified BSD)-style license that is as liberal as 3218 possible. Some of the source files that deal with KRB4 have Original 3219 BSD-style announce-clause licenses. You may not distribute binaries 3220 with krb4-enabled libcurl that also link with GPL-licensed code! 3221 3222OpenSSL http://www.openssl.org/source/license.html 3223 3224 (May be used for SSL/TLS support) Uses an Original BSD-style license 3225 with an announcement clause that makes it "incompatible" with GPL. You 3226 are not allowed to ship binaries that link with OpenSSL that includes 3227 GPL code (unless that specific GPL code includes an exception for 3228 OpenSSL - a habit that is growing more and more common). If OpenSSL's 3229 licensing is a problem for you, consider using GnuTLS or yassl 3230 instead. 3231 3232GnuTLS http://www.gnutls.org/ 3233 3234 (May be used for SSL/TLS support) Uses the LGPL[3] license. If this is 3235 a problem for you, consider using OpenSSL instead. Also note that 3236 GnuTLS itself depends on and uses other libs (libgcrypt and 3237 libgpg-error) and they too are LGPL- or GPL-licensed. 3238 3239yassl http://www.yassl.com/ 3240 3241 (May be used for SSL/TLS support) Uses the GPL[1] license. If this is 3242 a problem for you, consider using OpenSSL or GnuTLS instead. 3243 3244NSS http://www.mozilla.org/projects/security/pki/nss/ 3245 3246 (May be used for SSL/TLS support) Is covered by the MPL[4] license, 3247 the GPL[1] license and the LGPL[3] license. You may choose to license 3248 the code under MPL terms, GPL terms, or LGPL terms. These licenses 3249 grant you different permissions and impose different obligations. You 3250 should select the license that best meets your needs. 3251 3252axTLS http://axtls.sourceforge.net/ 3253 3254 (May be used for SSL/TLS support) Uses a Modified BSD-style license. 3255 3256c-ares http://daniel.haxx.se/projects/c-ares/license.html 3257 3258 (Used for asynchronous name resolves) Uses an MIT license that is very 3259 liberal and imposes no restrictions on any other library or part you 3260 may link with. 3261 3262zlib http://www.gzip.org/zlib/zlib_license.html 3263 3264 (Used for compressed Transfer-Encoding support) Uses an MIT-style 3265 license that shouldn't collide with any other library. 3266 3267krb4 3268 3269 While nothing in particular says that a Kerberos4 library must use any 3270 particular license, the one I've tried and used successfully so far 3271 (kth-krb4) is partly Original BSD-licensed with the announcement 3272 clause. Some of the code in libcurl that is written to deal with 3273 Kerberos4 is Modified BSD-licensed. 3274 3275MIT Kerberos http://web.mit.edu/kerberos/www/dist/ 3276 3277 (May be used for GSS support) MIT licensed, that shouldn't collide 3278 with any other parts. 3279 3280Heimdal http://www.pdc.kth.se/heimdal/ 3281 3282 (May be used for GSS support) Heimdal is Original BSD licensed with 3283 the announcement clause. 3284 3285GNU GSS http://www.gnu.org/software/gss/ 3286 3287 (May be used for GSS support) GNU GSS is GPL licensed. Note that you 3288 may not distribute binary curl packages that uses this if you build 3289 curl to also link and use any Original BSD licensed libraries! 3290 3291fbopenssl 3292 3293 (Used for SPNEGO support) Unclear license. Based on its name, I assume 3294 that it uses the OpenSSL license and thus shares the same issues as 3295 described for OpenSSL above. 3296 3297libidn http://josefsson.org/libidn/ 3298 3299 (Used for IDNA support) Uses the GNU Lesser General Public 3300 License [3]. LGPL is a variation of GPL with slightly less aggressive 3301 "copyleft". This license requires more requirements to be met when 3302 distributing binaries, see the license for details. Also note that if 3303 you distribute a binary that includes this library, you must also 3304 include the full LGPL license text. Please properly point out what 3305 parts of the distributed package that the license addresses. 3306 3307OpenLDAP http://www.openldap.org/software/release/license.html 3308 3309 (Used for LDAP support) Uses a Modified BSD-style license. Since 3310 libcurl uses OpenLDAP as a shared library only, I have not heard of 3311 anyone that ships OpenLDAP linked with libcurl in an app. 3312 3313libssh2 http://www.libssh2.org/ 3314 3315 (Used for scp and sftp support) libssh2 uses a Modified BSD-style 3316 license. 3317 3318[1] = GPL - GNU General Public License: http://www.gnu.org/licenses/gpl.html 3319[2] = http://www.fsf.org/licenses/gpl-faq.html#GPLIncompatibleLibs details on 3320 how to write such an exception to the GPL 3321[3] = LGPL - GNU Lesser General Public License: 3322 http://www.gnu.org/licenses/lgpl.html 3323[4] = MPL - Mozilla Public License: 3324 http://www.mozilla.org/MPL/ 3325 3326-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3327</pre> 3328<ul> 3329 3330</ul> 3331</div> 3332</div> 3333 3334 3335<div class="product"> 3336<span class="title">daisydog-0.0.1</span> 3337<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3338<span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/daisydog">homepage</a></span> 3339<div class="licence"> 3340<pre></pre> 3341<ul> 3342<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3343</ul> 3344</div> 3345</div> 3346 3347 3348<div class="product"> 3349<span class="title">damageproto-1.2.1</span> 3350<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3351<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 3352<div class="licence"> 3353<pre>Scanned Source License damageproto-1.2.1/COPYING: 3354 3355$Id: COPYING,v 1.1 2003-10-24 06:16:46 keithp Exp $ 3356 3357Copyright © 2001,2003 Keith Packard 3358Copyright © 2007 Eric Anholt 3359 3360Permission to use, copy, modify, distribute, and sell this software and its 3361documentation for any purpose is hereby granted without fee, provided that 3362the above copyright notice appear in all copies and that both that 3363copyright notice and this permission notice appear in supporting 3364documentation, and that the name of Keith Packard not be used in 3365advertising or publicity pertaining to distribution of the software without 3366specific, written prior permission. Keith Packard makes no 3367representations about the suitability of this software for any purpose. It 3368is provided "as is" without express or implied warranty. 3369 3370KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 3371INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 3372EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 3373CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 3374DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 3375TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 3376PERFORMANCE OF THIS SOFTWARE. 3377 3378 3379-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3380</pre> 3381<ul> 3382 3383</ul> 3384</div> 3385</div> 3386 3387 3388<div class="product"> 3389<span class="title">dash-0.5.5.1.7</span> 3390<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3391<span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span> 3392<div class="licence"> 3393<pre>Scanned Source License dash-0.5.5.1/COPYING: 3394 3395Copyright (c) 1989-1994 3396 The Regents of the University of California. All rights reserved. 3397Copyright (c) 1997 Christos Zoulas. All rights reserved. 3398Copyright (c) 1997-2005 3399 Herbert Xu <herbert@gondor.apana.org.au>. All rights reserved. 3400 3401This code is derived from software contributed to Berkeley by Kenneth Almquist. 3402 3403 3404Redistribution and use in source and binary forms, with or without 3405modification, are permitted provided that the following conditions 3406are met: 34071. Redistributions of source code must retain the above copyright 3408 notice, this list of conditions and the following disclaimer. 34092. Redistributions in binary form must reproduce the above copyright 3410 notice, this list of conditions and the following disclaimer in the 3411 documentation and/or other materials provided with the distribution. 34123. Neither the name of the University nor the names of its contributors 3413 may be used to endorse or promote products derived from this software 3414 without specific prior written permission. 3415 3416THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 3417ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3418IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3419ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 3420FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 3421DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 3422OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3423HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3424LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3425OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3426SUCH DAMAGE. 3427 3428mksignames.c: 3429 3430This file is not directly linked with dash. However, its output is. 3431 3432Copyright (C) 1992 Free Software Foundation, Inc. 3433 3434This file is part of GNU Bash, the Bourne Again SHell. 3435 3436Bash is free software; you can redistribute it and/or modify it under 3437the terms of the GNU General Public License as published by the Free 3438Software Foundation; either version 2, or (at your option) any later 3439version. 3440 3441Bash is distributed in the hope that it will be useful, but WITHOUT ANY 3442WARRANTY; without even the implied warranty of MERCHANTABILITY or 3443FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 3444for more details. 3445 3446You should have received a copy of the GNU General Public License with 3447your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the 3448Debian GNU/Linux hello source package as the file COPYING. If not, 3449write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 3450Boston, MA 02111 USA. 3451 3452-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3453</pre> 3454<ul> 3455 3456</ul> 3457</div> 3458</div> 3459 3460 3461<div class="product"> 3462<span class="title">dbus-1.6.8</span> 3463<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3464<span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span> 3465<div class="licence"> 3466<pre></pre> 3467<ul> 3468<li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li> 3469<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3470</ul> 3471</div> 3472</div> 3473 3474 3475<div class="product"> 3476<span class="title">dbus-c++-0.0.2</span> 3477<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3478<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span> 3479<div class="licence"> 3480<pre></pre> 3481<ul> 3482<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 3483</ul> 3484</div> 3485</div> 3486 3487 3488<div class="product"> 3489<span class="title">dbus-glib-0.100.2</span> 3490<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3491<span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span> 3492<div class="licence"> 3493<pre></pre> 3494<ul> 3495<li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li> 3496<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 3497</ul> 3498</div> 3499</div> 3500 3501 3502<div class="product"> 3503<span class="title">dbus-python-0.84.0</span> 3504<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3505<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/DBusBindings">homepage</a></span> 3506<div class="licence"> 3507<pre>Scanned Source License dbus-python-0.84.0/COPYING: 3508 3509As of version 0.82.4, dbus-python is released under the following permissive 3510non-copyleft license (the same one used for D-Bus core): 3511 3512 Permission is hereby granted, free of charge, to any person 3513 obtaining a copy of this software and associated documentation 3514 files (the "Software"), to deal in the Software without 3515 restriction, including without limitation the rights to use, copy, 3516 modify, merge, publish, distribute, sublicense, and/or sell copies 3517 of the Software, and to permit persons to whom the Software is 3518 furnished to do so, subject to the following conditions: 3519 3520 The above copyright notice and this permission notice shall be 3521 included in all copies or substantial portions of the Software. 3522 3523 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3524 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3525 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3526 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 3527 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 3528 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 3529 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 3530 DEALINGS IN THE SOFTWARE. 3531 3532Copyright holders and licensing are indicated in the source files. 3533 3534-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3535</pre> 3536<ul> 3537 3538</ul> 3539</div> 3540</div> 3541 3542 3543<div class="product"> 3544<span class="title">dbus-spy-0.0.1</span> 3545<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3546<span class="homepage"><a href="http://vidner.net/martin/software/dbus-spy/">homepage</a></span> 3547<div class="licence"> 3548<pre>Gentoo Package Stock License CC-BY-3.0: 3549 3550Creative Commons Legal Code 3551 3552Attribution 3.0 Unported 3553 3554 CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 3555 LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN 3556 ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 3557 INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 3558 REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR 3559 DAMAGES RESULTING FROM ITS USE. 3560 3561License 3562 3563THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 3564COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 3565COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 3566AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 3567 3568BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE 3569TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY 3570BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS 3571CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 3572CONDITIONS. 3573 35741. Definitions 3575 3576 a. "Adaptation" means a work based upon the Work, or upon the Work and 3577 other pre-existing works, such as a translation, adaptation, 3578 derivative work, arrangement of music or other alterations of a 3579 literary or artistic work, or phonogram or performance and includes 3580 cinematographic adaptations or any other form in which the Work may be 3581 recast, transformed, or adapted including in any form recognizably 3582 derived from the original, except that a work that constitutes a 3583 Collection will not be considered an Adaptation for the purpose of 3584 this License. For the avoidance of doubt, where the Work is a musical 3585 work, performance or phonogram, the synchronization of the Work in 3586 timed-relation with a moving image ("synching") will be considered an 3587 Adaptation for the purpose of this License. 3588 b. "Collection" means a collection of literary or artistic works, such as 3589 encyclopedias and anthologies, or performances, phonograms or 3590 broadcasts, or other works or subject matter other than works listed 3591 in Section 1(f) below, which, by reason of the selection and 3592 arrangement of their contents, constitute intellectual creations, in 3593 which the Work is included in its entirety in unmodified form along 3594 with one or more other contributions, each constituting separate and 3595 independent works in themselves, which together are assembled into a 3596 collective whole. A work that constitutes a Collection will not be 3597 considered an Adaptation (as defined above) for the purposes of this 3598 License. 3599 c. "Distribute" means to make available to the public the original and 3600 copies of the Work or Adaptation, as appropriate, through sale or 3601 other transfer of ownership. 3602 d. "Licensor" means the individual, individuals, entity or entities that 3603 offer(s) the Work under the terms of this License. 3604 e. "Original Author" means, in the case of a literary or artistic work, 3605 the individual, individuals, entity or entities who created the Work 3606 or if no individual or entity can be identified, the publisher; and in 3607 addition (i) in the case of a performance the actors, singers, 3608 musicians, dancers, and other persons who act, sing, deliver, declaim, 3609 play in, interpret or otherwise perform literary or artistic works or 3610 expressions of folklore; (ii) in the case of a phonogram the producer 3611 being the person or legal entity who first fixes the sounds of a 3612 performance or other sounds; and, (iii) in the case of broadcasts, the 3613 organization that transmits the broadcast. 3614 f. "Work" means the literary and/or artistic work offered under the terms 3615 of this License including without limitation any production in the 3616 literary, scientific and artistic domain, whatever may be the mode or 3617 form of its expression including digital form, such as a book, 3618 pamphlet and other writing; a lecture, address, sermon or other work 3619 of the same nature; a dramatic or dramatico-musical work; a 3620 choreographic work or entertainment in dumb show; a musical 3621 composition with or without words; a cinematographic work to which are 3622 assimilated works expressed by a process analogous to cinematography; 3623 a work of drawing, painting, architecture, sculpture, engraving or 3624 lithography; a photographic work to which are assimilated works 3625 expressed by a process analogous to photography; a work of applied 3626 art; an illustration, map, plan, sketch or three-dimensional work 3627 relative to geography, topography, architecture or science; a 3628 performance; a broadcast; a phonogram; a compilation of data to the 3629 extent it is protected as a copyrightable work; or a work performed by 3630 a variety or circus performer to the extent it is not otherwise 3631 considered a literary or artistic work. 3632 g. "You" means an individual or entity exercising rights under this 3633 License who has not previously violated the terms of this License with 3634 respect to the Work, or who has received express permission from the 3635 Licensor to exercise rights under this License despite a previous 3636 violation. 3637 h. "Publicly Perform" means to perform public recitations of the Work and 3638 to communicate to the public those public recitations, by any means or 3639 process, including by wire or wireless means or public digital 3640 performances; to make available to the public Works in such a way that 3641 members of the public may access these Works from a place and at a 3642 place individually chosen by them; to perform the Work to the public 3643 by any means or process and the communication to the public of the 3644 performances of the Work, including by public digital performance; to 3645 broadcast and rebroadcast the Work by any means including signs, 3646 sounds or images. 3647 i. "Reproduce" means to make copies of the Work by any means including 3648 without limitation by sound or visual recordings and the right of 3649 fixation and reproducing fixations of the Work, including storage of a 3650 protected performance or phonogram in digital form or other electronic 3651 medium. 3652 36532. Fair Dealing Rights. Nothing in this License is intended to reduce, 3654limit, or restrict any uses free from copyright or rights arising from 3655limitations or exceptions that are provided for in connection with the 3656copyright protection under copyright law or other applicable laws. 3657 36583. License Grant. Subject to the terms and conditions of this License, 3659Licensor hereby grants You a worldwide, royalty-free, non-exclusive, 3660perpetual (for the duration of the applicable copyright) license to 3661exercise the rights in the Work as stated below: 3662 3663 a. to Reproduce the Work, to incorporate the Work into one or more 3664 Collections, and to Reproduce the Work as incorporated in the 3665 Collections; 3666 b. to create and Reproduce Adaptations provided that any such Adaptation, 3667 including any translation in any medium, takes reasonable steps to 3668 clearly label, demarcate or otherwise identify that changes were made 3669 to the original Work. For example, a translation could be marked "The 3670 original work was translated from English to Spanish," or a 3671 modification could indicate "The original work has been modified."; 3672 c. to Distribute and Publicly Perform the Work including as incorporated 3673 in Collections; and, 3674 d. to Distribute and Publicly Perform Adaptations. 3675 e. For the avoidance of doubt: 3676 3677 i. Non-waivable Compulsory License Schemes. In those jurisdictions in 3678 which the right to collect royalties through any statutory or 3679 compulsory licensing scheme cannot be waived, the Licensor 3680 reserves the exclusive right to collect such royalties for any 3681 exercise by You of the rights granted under this License; 3682 ii. Waivable Compulsory License Schemes. In those jurisdictions in 3683 which the right to collect royalties through any statutory or 3684 compulsory licensing scheme can be waived, the Licensor waives the 3685 exclusive right to collect such royalties for any exercise by You 3686 of the rights granted under this License; and, 3687 iii. Voluntary License Schemes. The Licensor waives the right to 3688 collect royalties, whether individually or, in the event that the 3689 Licensor is a member of a collecting society that administers 3690 voluntary licensing schemes, via that society, from any exercise 3691 by You of the rights granted under this License. 3692 3693The above rights may be exercised in all media and formats whether now 3694known or hereafter devised. The above rights include the right to make 3695such modifications as are technically necessary to exercise the rights in 3696other media and formats. Subject to Section 8(f), all rights not expressly 3697granted by Licensor are hereby reserved. 3698 36994. Restrictions. The license granted in Section 3 above is expressly made 3700subject to and limited by the following restrictions: 3701 3702 a. You may Distribute or Publicly Perform the Work only under the terms 3703 of this License. You must include a copy of, or the Uniform Resource 3704 Identifier (URI) for, this License with every copy of the Work You 3705 Distribute or Publicly Perform. You may not offer or impose any terms 3706 on the Work that restrict the terms of this License or the ability of 3707 the recipient of the Work to exercise the rights granted to that 3708 recipient under the terms of the License. You may not sublicense the 3709 Work. You must keep intact all notices that refer to this License and 3710 to the disclaimer of warranties with every copy of the Work You 3711 Distribute or Publicly Perform. When You Distribute or Publicly 3712 Perform the Work, You may not impose any effective technological 3713 measures on the Work that restrict the ability of a recipient of the 3714 Work from You to exercise the rights granted to that recipient under 3715 the terms of the License. This Section 4(a) applies to the Work as 3716 incorporated in a Collection, but this does not require the Collection 3717 apart from the Work itself to be made subject to the terms of this 3718 License. If You create a Collection, upon notice from any Licensor You 3719 must, to the extent practicable, remove from the Collection any credit 3720 as required by Section 4(b), as requested. If You create an 3721 Adaptation, upon notice from any Licensor You must, to the extent 3722 practicable, remove from the Adaptation any credit as required by 3723 Section 4(b), as requested. 3724 b. If You Distribute, or Publicly Perform the Work or any Adaptations or 3725 Collections, You must, unless a request has been made pursuant to 3726 Section 4(a), keep intact all copyright notices for the Work and 3727 provide, reasonable to the medium or means You are utilizing: (i) the 3728 name of the Original Author (or pseudonym, if applicable) if supplied, 3729 and/or if the Original Author and/or Licensor designate another party 3730 or parties (e.g., a sponsor institute, publishing entity, journal) for 3731 attribution ("Attribution Parties") in Licensor's copyright notice, 3732 terms of service or by other reasonable means, the name of such party 3733 or parties; (ii) the title of the Work if supplied; (iii) to the 3734 extent reasonably practicable, the URI, if any, that Licensor 3735 specifies to be associated with the Work, unless such URI does not 3736 refer to the copyright notice or licensing information for the Work; 3737 and (iv) , consistent with Section 3(b), in the case of an Adaptation, 3738 a credit identifying the use of the Work in the Adaptation (e.g., 3739 "French translation of the Work by Original Author," or "Screenplay 3740 based on original Work by Original Author"). The credit required by 3741 this Section 4(b) may be implemented in any reasonable manner; 3742 provided, however, that in the case of a Adaptation or Collection, at 3743 a minimum such credit will appear, if a credit for all contributing 3744 authors of the Adaptation or Collection appears, then as part of these 3745 credits and in a manner at least as prominent as the credits for the 3746 other contributing authors. For the avoidance of doubt, You may only 3747 use the credit required by this Section for the purpose of attribution 3748 in the manner set out above and, by exercising Your rights under this 3749 License, You may not implicitly or explicitly assert or imply any 3750 connection with, sponsorship or endorsement by the Original Author, 3751 Licensor and/or Attribution Parties, as appropriate, of You or Your 3752 use of the Work, without the separate, express prior written 3753 permission of the Original Author, Licensor and/or Attribution 3754 Parties. 3755 c. Except as otherwise agreed in writing by the Licensor or as may be 3756 otherwise permitted by applicable law, if You Reproduce, Distribute or 3757 Publicly Perform the Work either by itself or as part of any 3758 Adaptations or Collections, You must not distort, mutilate, modify or 3759 take other derogatory action in relation to the Work which would be 3760 prejudicial to the Original Author's honor or reputation. Licensor 3761 agrees that in those jurisdictions (e.g. Japan), in which any exercise 3762 of the right granted in Section 3(b) of this License (the right to 3763 make Adaptations) would be deemed to be a distortion, mutilation, 3764 modification or other derogatory action prejudicial to the Original 3765 Author's honor and reputation, the Licensor will waive or not assert, 3766 as appropriate, this Section, to the fullest extent permitted by the 3767 applicable national law, to enable You to reasonably exercise Your 3768 right under Section 3(b) of this License (right to make Adaptations) 3769 but not otherwise. 3770 37715. Representations, Warranties and Disclaimer 3772 3773UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR 3774OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY 3775KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, 3776INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, 3777FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF 3778LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, 3779WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION 3780OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 3781 37826. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE 3783LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR 3784ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES 3785ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS 3786BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 3787 37887. Termination 3789 3790 a. This License and the rights granted hereunder will terminate 3791 automatically upon any breach by You of the terms of this License. 3792 Individuals or entities who have received Adaptations or Collections 3793 from You under this License, however, will not have their licenses 3794 terminated provided such individuals or entities remain in full 3795 compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will 3796 survive any termination of this License. 3797 b. Subject to the above terms and conditions, the license granted here is 3798 perpetual (for the duration of the applicable copyright in the Work). 3799 Notwithstanding the above, Licensor reserves the right to release the 3800 Work under different license terms or to stop distributing the Work at 3801 any time; provided, however that any such election will not serve to 3802 withdraw this License (or any other license that has been, or is 3803 required to be, granted under the terms of this License), and this 3804 License will continue in full force and effect unless terminated as 3805 stated above. 3806 38078. Miscellaneous 3808 3809 a. Each time You Distribute or Publicly Perform the Work or a Collection, 3810 the Licensor offers to the recipient a license to the Work on the same 3811 terms and conditions as the license granted to You under this License. 3812 b. Each time You Distribute or Publicly Perform an Adaptation, Licensor 3813 offers to the recipient a license to the original Work on the same 3814 terms and conditions as the license granted to You under this License. 3815 c. If any provision of this License is invalid or unenforceable under 3816 applicable law, it shall not affect the validity or enforceability of 3817 the remainder of the terms of this License, and without further action 3818 by the parties to this agreement, such provision shall be reformed to 3819 the minimum extent necessary to make such provision valid and 3820 enforceable. 3821 d. No term or provision of this License shall be deemed waived and no 3822 breach consented to unless such waiver or consent shall be in writing 3823 and signed by the party to be charged with such waiver or consent. 3824 e. This License constitutes the entire agreement between the parties with 3825 respect to the Work licensed here. There are no understandings, 3826 agreements or representations with respect to the Work not specified 3827 here. Licensor shall not be bound by any additional provisions that 3828 may appear in any communication from You. This License may not be 3829 modified without the mutual written agreement of the Licensor and You. 3830 f. The rights granted under, and the subject matter referenced, in this 3831 License were drafted utilizing the terminology of the Berne Convention 3832 for the Protection of Literary and Artistic Works (as amended on 3833 September 28, 1979), the Rome Convention of 1961, the WIPO Copyright 3834 Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 3835 and the Universal Copyright Convention (as revised on July 24, 1971). 3836 These rights and subject matter take effect in the relevant 3837 jurisdiction in which the License terms are sought to be enforced 3838 according to the corresponding provisions of the implementation of 3839 those treaty provisions in the applicable national law. If the 3840 standard suite of rights granted under applicable copyright law 3841 includes additional rights not granted under this License, such 3842 additional rights are deemed to be included in the License; this 3843 License is not intended to restrict the license of any rights under 3844 applicable law. 3845 3846 3847Creative Commons Notice 3848 3849 Creative Commons is not a party to this License, and makes no warranty 3850 whatsoever in connection with the Work. Creative Commons will not be 3851 liable to You or any party on any legal theory for any damages 3852 whatsoever, including without limitation any general, special, 3853 incidental or consequential damages arising in connection to this 3854 license. Notwithstanding the foregoing two (2) sentences, if Creative 3855 Commons has expressly identified itself as the Licensor hereunder, it 3856 shall have all rights and obligations of Licensor. 3857 3858 Except for the limited purpose of indicating to the public that the 3859 Work is licensed under the CCPL, Creative Commons does not authorize 3860 the use by either party of the trademark "Creative Commons" or any 3861 related trademark or logo of Creative Commons without the prior 3862 written consent of Creative Commons. Any permitted use will be in 3863 compliance with Creative Commons' then-current trademark usage 3864 guidelines, as may be published on its website or otherwise made 3865 available upon request from time to time. For the avoidance of doubt, 3866 this trademark restriction does not form part of this License. 3867 3868 Creative Commons may be contacted at http://creativecommons.org/. 3869 3870-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 3871</pre> 3872<ul> 3873 3874</ul> 3875</div> 3876</div> 3877 3878 3879<div class="product"> 3880<span class="title">dejavu-2.33</span> 3881<a class="show" href="#" onclick="return toggle(this);">show license text</a> 3882<span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span> 3883<div class="licence"> 3884<pre>Gentoo Package Stock License BitstreamVera: 3885 3886Bitstream Vera Fonts Copyright 3887 3888The fonts have a generous copyright, allowing derivative works (as 3889long as "Bitstream" or "Vera" are not in the names), and full 3890redistribution (so long as they are not *sold* by themselves). They 3891can be be bundled, redistributed and sold with any software. 3892 3893The fonts are distributed under the following copyright: 3894 3895Copyright 3896========= 3897 3898Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream 3899Vera is a trademark of Bitstream, Inc. 3900 3901Permission is hereby granted, free of charge, to any person obtaining 3902a copy of the fonts accompanying this license ("Fonts") and associated 3903documentation files (the "Font Software"), to reproduce and distribute 3904the Font Software, including without limitation the rights to use, 3905copy, merge, publish, distribute, and/or sell copies of the Font 3906Software, and to permit persons to whom the Font Software is furnished 3907to do so, subject to the following conditions: 3908 3909The above copyright and trademark notices and this permission notice 3910shall be included in all copies of one or more of the Font Software 3911typefaces. 3912 3913The Font Software may be modified, altered, or added to, and in 3914particular the designs of glyphs or characters in the Fonts may be 3915modified and additional glyphs or characters may be added to the 3916Fonts, only if the fonts are renamed to names not containing either 3917the words "Bitstream" or the word "Vera". 3918 3919This License becomes null and void to the extent applicable to Fonts 3920or Font Software that has been modified and is distributed under the 3921"Bitstream Vera" names. 3922 3923The Font Software may be sold as part of a larger software package but 3924no copy of one or more of the Font Software typefaces may be sold by 3925itself. 3926 3927THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3928EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 3929MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 3930OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL 3931BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR 3932OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, 3933OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR 3934OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT 3935SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. 3936 3937Except as contained in this notice, the names of Gnome, the Gnome 3938Foundation, and Bitstream Inc., shall not be used in advertising or 3939otherwise to promote the sale, use or other dealings in this Font 3940Software without prior written authorization from the Gnome Foundation 3941or Bitstream Inc., respectively. For further information, contact: 3942fonts at gnome dot org. 3943 3944Copyright FAQ 3945============= 3946 3947 1. I don't understand the resale restriction... What gives? 3948 3949 Bitstream is giving away these fonts, but wishes to ensure its 3950 competitors can't just drop the fonts as is into a font sale system 3951 and sell them as is. It seems fair that if Bitstream can't make money 3952 from the Bitstream Vera fonts, their competitors should not be able to 3953 do so either. You can sell the fonts as part of any software package, 3954 however. 3955 3956 2. I want to package these fonts separately for distribution and 3957 sale as part of a larger software package or system. Can I do so? 3958 3959 Yes. A RPM or Debian package is a "larger software package" to begin 3960 with, and you aren't selling them independently by themselves. 3961 See 1. above. 3962 3963 3. Are derivative works allowed? 3964 Yes! 3965 3966 4. Can I change or add to the font(s)? 3967 Yes, but you must change the name(s) of the font(s). 3968 3969 5. Under what terms are derivative works allowed? 3970 3971 You must change the name(s) of the fonts. This is to ensure the 3972 quality of the fonts, both to protect Bitstream and Gnome. We want to 3973 ensure that if an application has opened a font specifically of these 3974 names, it gets what it expects (though of course, using fontconfig, 3975 substitutions could still could have occurred during font 3976 opening). You must include the Bitstream copyright. Additional 3977 copyrights can be added, as per copyright law. Happy Font Hacking! 3978 3979 6. If I have improvements for Bitstream Vera, is it possible they might get 3980 adopted in future versions? 3981 3982 Yes. The contract between the Gnome Foundation and Bitstream has 3983 provisions for working with Bitstream to ensure quality additions to 3984 the Bitstream Vera font family. Please contact us if you have such 3985 additions. Note, that in general, we will want such additions for the 3986 entire family, not just a single font, and that you'll have to keep 3987 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add 3988 glyphs to the font, they must be stylistically in keeping with Vera's 3989 design. Vera cannot become a "ransom note" font. Jim Lyles will be 3990 providing a document describing the design elements used in Vera, as a 3991 guide and aid for people interested in contributing to Vera. 3992 3993 7. I want to sell a software package that uses these fonts: Can I do so? 3994 3995 Sure. Bundle the fonts with your software and sell your software 3996 with the fonts. That is the intent of the copyright. 3997 3998 8. If applications have built the names "Bitstream Vera" into them, 3999 can I override this somehow to use fonts of my choosing? 4000 4001 This depends on exact details of the software. Most open source 4002 systems and software (e.g., Gnome, KDE, etc.) are now converting to 4003 use fontconfig (see www.fontconfig.org) to handle font configuration, 4004 selection and substitution; it has provisions for overriding font 4005 names and subsituting alternatives. An example is provided by the 4006 supplied local.conf file, which chooses the family Bitstream Vera for 4007 "sans", "serif" and "monospace". Other software (e.g., the XFree86 4008 core server) has other mechanisms for font substitution. 4009 4010 4011-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4012</pre> 4013<ul> 4014 4015</ul> 4016</div> 4017</div> 4018 4019 4020<div class="product"> 4021<span class="title">dev-install-0.0.1</span> 4022<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4023<span class="homepage"><a href="http://www.chromium.org/chromium-os">homepage</a></span> 4024<div class="licence"> 4025<pre></pre> 4026<ul> 4027<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 4028</ul> 4029</div> 4030</div> 4031 4032 4033<div class="product"> 4034<span class="title">dhcp-4.2.2</span> 4035<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4036<span class="homepage"><a href="http://www.isc.org/products/DHCP">homepage</a></span> 4037<div class="licence"> 4038<pre>Scanned Source License dhcp-4.2.2/LICENSE: 4039 4040# Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC") 4041# Copyright (c) 1995-2003 by Internet Software Consortium 4042# 4043# Permission to use, copy, modify, and distribute this software for any 4044# purpose with or without fee is hereby granted, provided that the above 4045# copyright notice and this permission notice appear in all copies. 4046# 4047# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 4048# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4049# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 4050# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4051# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4052# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4053# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4054# 4055# Internet Systems Consortium, Inc. 4056# 950 Charter Street 4057# Redwood City, CA 94063 4058# <info@isc.org> 4059# https://www.isc.org/ 4060 4061-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4062 4063Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/COPYRIGHT: 4064 4065Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") 4066Copyright (C) 1996-2003 Internet Software Consortium. 4067 4068Permission to use, copy, modify, and/or distribute this software for any 4069purpose with or without fee is hereby granted, provided that the above 4070copyright notice and this permission notice appear in all copies. 4071 4072THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 4073REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 4074AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 4075INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 4076LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 4077OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 4078PERFORMANCE OF THIS SOFTWARE. 4079 4080$Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $ 4081 4082Portions Copyright (C) 1996-2001 Nominum, Inc. 4083 4084Permission to use, copy, modify, and distribute this software for any 4085purpose with or without fee is hereby granted, provided that the above 4086copyright notice and this permission notice appear in all copies. 4087 4088THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES 4089WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 4090MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR 4091ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 4092WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 4093ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 4094OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 4095 4096-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4097 4098Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/idn/idnkit-1.0-src/LICENSE.txt: 4099 4100Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved. 4101 4102By using this file, you agree to the terms and conditions set forth bellow. 4103 4104 LICENSE TERMS AND CONDITIONS 4105 4106The following License Terms and Conditions apply, unless a different 4107license is obtained from Japan Network Information Center ("JPNIC"), 4108a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda, 4109Chiyoda-ku, Tokyo 101-0047, Japan. 4110 41111. Use, Modification and Redistribution (including distribution of any 4112 modified or derived work) in source and/or binary forms is permitted 4113 under this License Terms and Conditions. 4114 41152. Redistribution of source code must retain the copyright notices as they 4116 appear in each source code file, this License Terms and Conditions. 4117 41183. Redistribution in binary form must reproduce the Copyright Notice, 4119 this License Terms and Conditions, in the documentation and/or other 4120 materials provided with the distribution. For the purposes of binary 4121 distribution the "Copyright Notice" refers to the following language: 4122 "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved." 4123 41244. The name of JPNIC may not be used to endorse or promote products 4125 derived from this Software without specific prior written approval of 4126 JPNIC. 4127 41285. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC 4129 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 4130 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 4131 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE 4132 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4133 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4134 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 4135 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4136 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4137 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4138 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 4139 4140-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4141 4142Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/zkt/LICENSE: 4143 4144Copyright (c) 2005 - 2008, Holger Zuleger HZnet. All rights reserved. 4145 4146This software is open source. 4147 4148Redistribution and use in source and binary forms, with or without 4149modification, are permitted provided that the following conditions 4150are met: 4151 4152Redistributions of source code must retain the above copyright notice, 4153this list of conditions and the following disclaimer. 4154 4155Redistributions in binary form must reproduce the above copyright notice, 4156this list of conditions and the following disclaimer in the documentation 4157and/or other materials provided with the distribution. 4158 4159Neither the name of Holger Zuleger HZnet nor the names of its contributors may 4160be used to endorse or promote products derived from this software without 4161specific prior written permission. 4162 4163THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4164"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4165TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4166PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE 4167LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4168CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4169SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4170INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 4171CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 4172ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 4173POSSIBILITY OF SUCH DAMAGE. 4174 4175-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4176</pre> 4177<ul> 4178<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 4179</ul> 4180</div> 4181</div> 4182 4183 4184<div class="product"> 4185<span class="title">dhcpcd-5.1.4</span> 4186<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4187<span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span> 4188<div class="licence"> 4189<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd: 4190 4191Copyright (c) 2006-2010 Roy Marples <roy@marples.name> 4192All rights reserved 4193 4194Redistribution and use in source and binary forms, with or without 4195modification, are permitted provided that the following conditions 4196are met: 41971. Redistributions of source code must retain the above copyright 4198 notice, this list of conditions and the following disclaimer. 41992. Redistributions in binary form must reproduce the above copyright 4200 notice, this list of conditions and the following disclaimer in the 4201 documentation and/or other materials provided with the distribution. 4202 4203THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 4204ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4205IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4206ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 4207FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 4208DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 4209OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 4210HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 4211LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 4212OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 4213SUCH DAMAGE. 4214 4215-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4216</pre> 4217<ul> 4218 4219</ul> 4220</div> 4221</div> 4222 4223 4224<div class="product"> 4225<span class="title">diffutils-3.2</span> 4226<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4227<span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span> 4228<div class="licence"> 4229<pre></pre> 4230<ul> 4231<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4232</ul> 4233</div> 4234</div> 4235 4236 4237<div class="product"> 4238<span class="title">dmidecode-2.11</span> 4239<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4240<span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span> 4241<div class="licence"> 4242<pre></pre> 4243<ul> 4244<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4245</ul> 4246</div> 4247</div> 4248 4249 4250<div class="product"> 4251<span class="title">dnsmasq-2.50</span> 4252<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4253<span class="homepage"><a href="http://www.thekelleys.org.uk/dnsmasq/">homepage</a></span> 4254<div class="licence"> 4255<pre></pre> 4256<ul> 4257<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4258</ul> 4259</div> 4260</div> 4261 4262 4263<div class="product"> 4264<span class="title">docbook-xml-dtd-4.1.2</span> 4265<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4266<span class="homepage"><a href="http://www.docbook.org/">homepage</a></span> 4267<div class="licence"> 4268<pre></pre> 4269<ul> 4270<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 4271</ul> 4272</div> 4273</div> 4274 4275 4276<div class="product"> 4277<span class="title">dosfstools-3.0.26</span> 4278<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4279<span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span> 4280<div class="licence"> 4281<pre></pre> 4282<ul> 4283<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 4284</ul> 4285</div> 4286</div> 4287 4288 4289<div class="product"> 4290<span class="title">dpkt-1.8</span> 4291<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4292<span class="homepage"><a href="http://code.google.com/p/dpkt/">homepage</a></span> 4293<div class="licence"> 4294<pre>Scanned Source License dpkt-1.8/LICENSE: 4295 4296 4297 Copyright (c) 2004 Dug Song <dugsong@monkey.org> 4298 All rights reserved, all wrongs reversed. 4299 4300 Redistribution and use in source and binary forms, with or without 4301 modification, are permitted provided that the following conditions 4302 are met: 4303 4304 1. Redistributions of source code must retain the above copyright 4305 notice, this list of conditions and the following disclaimer. 4306 2. Redistributions in binary form must reproduce the above copyright 4307 notice, this list of conditions and the following disclaimer in the 4308 documentation and/or other materials provided with the distribution. 4309 3. The names of the authors and copyright holders may not be used to 4310 endorse or promote products derived from this software without 4311 specific prior written permission. 4312 4313 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 4314 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 4315 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 4316 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4317 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4318 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 4319 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4320 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4321 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4322 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4323 4324 4325-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4326 4327Scanned Source License dpkt-1.8/PKG-INFO: 4328 4329Metadata-Version: 1.0 4330Name: dpkt 4331Version: 1.8 4332Summary: dumb packet module 4333Home-page: http://dpkt.googlecode.com/ 4334Author: Dug Song <dugsong@monkey.org> 4335Author-email: UNKNOWN 4336License: UNKNOWN 4337Description: UNKNOWN 4338Platform: UNKNOWN 4339 4340-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4341</pre> 4342<ul> 4343 4344</ul> 4345</div> 4346</div> 4347 4348 4349<div class="product"> 4350<span class="title">dri2proto-2.6</span> 4351<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4352<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 4353<div class="licence"> 4354<pre>Scanned Source License dri2proto-2.6/COPYING: 4355 4356Copyright © 2007 Red Hat, Inc. 4357 4358Permission is hereby granted, free of charge, to any person obtaining a 4359copy of this software and associated documentation files (the "Soft- 4360ware"), to deal in the Software without restriction, including without 4361limitation the rights to use, copy, modify, merge, publish, distribute, 4362and/or sell copies of the Software, and to permit persons to whom the 4363Software is furnished to do so, provided that the above copyright 4364notice(s) and this permission notice appear in all copies of the Soft- 4365ware and that both the above copyright notice(s) and this permission 4366notice appear in supporting documentation. 4367 4368THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 4369OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- 4370ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY 4371RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN 4372THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- 4373QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 4374DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 4375TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- 4376MANCE OF THIS SOFTWARE. 4377 4378Except as contained in this notice, the name of a copyright holder shall 4379not be used in advertising or otherwise to promote the sale, use or 4380other dealings in this Software without prior written authorization of 4381the copyright holder. 4382 4383Authors: 4384 Kristian Høgsberg (krh@redhat.com) 4385 4386-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 4387</pre> 4388<ul> 4389 4390</ul> 4391</div> 4392</div> 4393 4394 4395<div class="product"> 4396<span class="title">droidfonts-cros-20121206</span> 4397<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4398<span class="homepage"><a href="">homepage</a></span> 4399<div class="licence"> 4400<pre></pre> 4401<ul> 4402<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 4403</ul> 4404</div> 4405</div> 4406 4407 4408<div class="product"> 4409<span class="title">dtc-1.4.0</span> 4410<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4411<span class="homepage"><a href="http://git.jdl.com/gitweb/?p=dtc.git">homepage</a></span> 4412<div class="licence"> 4413<pre></pre> 4414<ul> 4415<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 4416</ul> 4417</div> 4418</div> 4419 4420 4421<div class="product"> 4422<span class="title">e2fsprogs-1.42</span> 4423<a class="show" href="#" onclick="return toggle(this);">show license text</a> 4424<span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span> 4425<div class="licence"> 4426<pre>Scanned Source License e2fsprogs-1.42/COPYING: 4427 4428This package, the EXT2 filesystem utilities, are made available under 4429the GNU Public License version 2, with the exception of the lib/ext2fs 4430and lib/e2p libraries, which are made available under the GNU Library 4431General Public License Version 2, the lib/uuid library which is made 4432available under a BSD-style license and the lib/et and lib/ss 4433libraries which are made available under an MIT-style license. Please 4434see lib/uuid/COPYING for more details for the license for the files 4435comprising the libuuid library, and the source file headers of the 4436libet and libss libraries for more information. 4437 4438The most recent officially distributed version can be found at 4439http://e2fsprogs.sourceforge.net. If you need to make a distribution, 4440that's the one you should use. If there is some reason why you'd like 4441a more recent version that is still in ALPHA testing (i.e., either 4442using the "WIP" test distributions or one from the hg or git 4443repository from the development branch, please contact me 4444(tytso@mit.edu) before you ship. The release schedules for this 4445package are flexible, if you give me enough lead time. 4446 4447 4448 Theodore Ts'o 4449 23-June-2007 4450 4451---------------------------------------------------------------------- 4452 4453 GNU GENERAL PUBLIC LICENSE 4454 Version 2, June 1991 4455 4456 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 4457 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4458 Everyone is permitted to copy and distribute verbatim copies 4459 of this license document, but changing it is not allowed. 4460 4461 Preamble 4462 4463 The licenses for most software are designed to take away your 4464freedom to share and change it. By contrast, the GNU General Public 4465License is intended to guarantee your freedom to share and change free 4466software--to make sure the software is free for all its users. This 4467General Public License applies to most of the Free Software 4468Foundation's software and to any other program whose authors commit to 4469using it. (Some other Free Software Foundation software is covered by 4470the GNU Library General Public License instead.) You can apply it to 4471your programs, too. 4472 4473 When we speak of free software, we are referring to freedom, not 4474price. Our General Public Licenses are designed to make sure that you 4475have the freedom to distribute copies of free software (and charge for 4476this service if you wish), that you receive source code or can get it 4477if you want it, that you can change the software or use pieces of it 4478in new free programs; and that you know you can do these things. 4479 4480 To protect your rights, we need to make restrictions that forbid 4481anyone to deny you these rights or to ask you to surrender the rights. 4482These restrictions translate to certain responsibilities for you if you 4483distribute copies of the software, or if you modify it. 4484 4485 For example, if you distribute copies of such a program, whether 4486gratis or for a fee, you must give the recipients all the rights that 4487you have. You must make sure that they, too, receive or can get the 4488source code. And you must show them these terms so they know their 4489rights. 4490 4491 We protect your rights with two steps: (1) copyright the software, and 4492(2) offer you this license which gives you legal permission to copy, 4493distribute and/or modify the software. 4494 4495 Also, for each author's protection and ours, we want to make certain 4496that everyone understands that there is no warranty for this free 4497software. If the software is modified by someone else and passed on, we 4498want its recipients to know that what they have is not the original, so 4499that any problems introduced by others will not reflect on the original 4500authors' reputations. 4501 4502 Finally, any free program is threatened constantly by software 4503patents. We wish to avoid the danger that redistributors of a free 4504program will individually obtain patent licenses, in effect making the 4505program proprietary. To prevent this, we have made it clear that any 4506patent must be licensed for everyone's free use or not licensed at all. 4507 4508 The precise terms and conditions for copying, distribution and 4509modification follow. 4510 4511 GNU GENERAL PUBLIC LICENSE 4512 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4513 4514 0. This License applies to any program or other work which contains 4515a notice placed by the copyright holder saying it may be distributed 4516under the terms of this General Public License. The "Program", below, 4517refers to any such program or work, and a "work based on the Program" 4518means either the Program or any derivative work under copyright law: 4519that is to say, a work containing the Program or a portion of it, 4520either verbatim or with modifications and/or translated into another 4521language. (Hereinafter, translation is included without limitation in 4522the term "modification".) Each licensee is addressed as "you". 4523 4524Activities other than copying, distribution and modification are not 4525covered by this License; they are outside its scope. The act of 4526running the Program is not restricted, and the output from the Program 4527is covered only if its contents constitute a work based on the 4528Program (independent of having been made by running the Program). 4529Whether that is true depends on what the Program does. 4530 4531 1. You may copy and distribute verbatim copies of the Program's 4532source code as you receive it, in any medium, provided that you 4533conspicuously and appropriately publish on each copy an appropriate 4534copyright notice and disclaimer of warranty; keep intact all the 4535notices that refer to this License and to the absence of any warranty; 4536and give any other recipients of the Program a copy of this License 4537along with the Program. 4538 4539You may charge a fee for the physical act of transferring a copy, and 4540you may at your option offer warranty protection in exchange for a fee. 4541 4542 2. You may modify your copy or copies of the Program or any portion 4543of it, thus forming a work based on the Program, and copy and 4544distribute such modifications or work under the terms of Section 1 4545above, provided that you also meet all of these conditions: 4546 4547 a) You must cause the modified files to carry prominent notices 4548 stating that you changed the files and the date of any change. 4549 4550 b) You must cause any work that you distribute or publish, that in 4551 whole or in part contains or is derived from the Program or any 4552 part thereof, to be licensed as a whole at no charge to all third 4553 parties under the terms of this License. 4554 4555 c) If the modified program normally reads commands interactively 4556 when run, you must cause it, when started running for such 4557 interactive use in the most ordinary way, to print or display an 4558 announcement including an appropriate copyright notice and a 4559 notice that there is no warranty (or else, saying that you provide 4560 a warranty) and that users may redistribute the program under 4561 these conditions, and telling the user how to view a copy of this 4562 License. (Exception: if the Program itself is interactive but 4563 does not normally print such an announcement, your work based on 4564 the Program is not required to print an announcement.) 4565 4566These requirements apply to the modified work as a whole. If 4567identifiable sections of that work are not derived from the Program, 4568and can be reasonably considered independent and separate works in 4569themselves, then this License, and its terms, do not apply to those 4570sections when you distribute them as separate works. But when you 4571distribute the same sections as part of a whole which is a work based 4572on the Program, the distribution of the whole must be on the terms of 4573this License, whose permissions for other licensees extend to the 4574entire whole, and thus to each and every part regardless of who wrote it. 4575 4576Thus, it is not the intent of this section to claim rights or contest 4577your rights to work written entirely by you; rather, the intent is to 4578exercise the right to control the distribution of derivative or 4579collective works based on the Program. 4580 4581In addition, mere aggregation of another work not based on the Program 4582with the Program (or with a work based on the Program) on a volume of 4583a storage or distribution medium does not bring the other work under 4584the scope of this License. 4585 4586 3. You may copy and distribute the Program (or a work based on it, 4587under Section 2) in object code or executable form under the terms of 4588Sections 1 and 2 above provided that you also do one of the following: 4589 4590 a) Accompany it with the complete corresponding machine-readable 4591 source code, which must be distributed under the terms of Sections 4592 1 and 2 above on a medium customarily used for software interchange; or, 4593 4594 b) Accompany it with a written offer, valid for at least three 4595 years, to give any third party, for a charge no more than your 4596 cost of physically performing source distribution, a complete 4597 machine-readable copy of the corresponding source code, to be 4598 distributed under the terms of Sections 1 and 2 above on a medium 4599 customarily used for software interchange; or, 4600 4601 c) Accompany it with the information you received as to the offer 4602 to distribute corresponding source code. (This alternative is 4603 allowed only for noncommercial distribution and only if you 4604 received the program in object code or executable form with such 4605 an offer, in accord with Subsection b above.) 4606 4607The source code for a work means the preferred form of the work for 4608making modifications to it. For an executable work, complete source 4609code means all the source code for all modules it contains, plus any 4610associated interface definition files, plus the scripts used to 4611control compilation and installation of the executable. However, as a 4612special exception, the source code distributed need not include 4613anything that is normally distributed (in either source or binary 4614form) with the major components (compiler, kernel, and so on) of the 4615operating system on which the executable runs, unless that component 4616itself accompanies the executable. 4617 4618If distribution of executable or object code is made by offering 4619access to copy from a designated place, then offering equivalent 4620access to copy the source code from the same place counts as 4621distribution of the source code, even though third parties are not 4622compelled to copy the source along with the object code. 4623 4624 4. You may not copy, modify, sublicense, or distribute the Program 4625except as expressly provided under this License. Any attempt 4626otherwise to copy, modify, sublicense or distribute the Program is 4627void, and will automatically terminate your rights under this License. 4628However, parties who have received copies, or rights, from you under 4629this License will not have their licenses terminated so long as such 4630parties remain in full compliance. 4631 4632 5. You are not required to accept this License, since you have not 4633signed it. However, nothing else grants you permission to modify or 4634distribute the Program or its derivative works. These actions are 4635prohibited by law if you do not accept this License. Therefore, by 4636modifying or distributing the Program (or any work based on the 4637Program), you indicate your acceptance of this License to do so, and 4638all its terms and conditions for copying, distributing or modifying 4639the Program or works based on it. 4640 4641 6. Each time you redistribute the Program (or any work based on the 4642Program), the recipient automatically receives a license from the 4643original licensor to copy, distribute or modify the Program subject to 4644these terms and conditions. You may not impose any further 4645restrictions on the recipients' exercise of the rights granted herein. 4646You are not responsible for enforcing compliance by third parties to 4647this License. 4648 4649 7. If, as a consequence of a court judgment or allegation of patent 4650infringement or for any other reason (not limited to patent issues), 4651conditions are imposed on you (whether by court order, agreement or 4652otherwise) that contradict the conditions of this License, they do not 4653excuse you from the conditions of this License. If you cannot 4654distribute so as to satisfy simultaneously your obligations under this 4655License and any other pertinent obligations, then as a consequence you 4656may not distribute the Program at all. For example, if a patent 4657license would not permit royalty-free redistribution of the Program by 4658all those who receive copies directly or indirectly through you, then 4659the only way you could satisfy both it and this License would be to 4660refrain entirely from distribution of the Program. 4661 4662If any portion of this section is held invalid or unenforceable under 4663any particular circumstance, the balance of the section is intended to 4664apply and the section as a whole is intended to apply in other 4665circumstances. 4666 4667It is not the purpose of this section to induce you to infringe any 4668patents or other property right claims or to contest validity of any 4669such claims; this section has the sole purpose of protecting the 4670integrity of the free software distribution system, which is 4671implemented by public license practices. Many people have made 4672generous contributions to the wide range of software distributed 4673through that system in reliance on consistent application of that 4674system; it is up to the author/donor to decide if he or she is willing 4675to distribute software through any other system and a licensee cannot 4676impose that choice. 4677 4678This section is intended to make thoroughly clear what is believed to 4679be a consequence of the rest of this License. 4680 4681 8. If the distribution and/or use of the Program is restricted in 4682certain countries either by patents or by copyrighted interfaces, the 4683original copyright holder who places the Program under this License 4684may add an explicit geographical distribution limitation excluding 4685those countries, so that distribution is permitted only in or among 4686countries not thus excluded. In such case, this License incorporates 4687the limitation as if written in the body of this License. 4688 4689 9. The Free Software Foundation may publish revised and/or new versions 4690of the General Public License from time to time. Such new versions will 4691be similar in spirit to the present version, but may differ in detail to 4692address new problems or concerns. 4693 4694Each version is given a distinguishing version number. If the Program 4695specifies a version number of this License which applies to it and "any 4696later version", you have the option of following the terms and conditions 4697either of that version or of any later version published by the Free 4698Software Foundation. If the Program does not specify a version number of 4699this License, you may choose any version ever published by the Free Software 4700Foundation. 4701 4702 10. If you wish to incorporate parts of the Program into other free 4703programs whose distribution conditions are different, write to the author 4704to ask for permission. For software which is copyrighted by the Free 4705Software Foundation, write to the Free Software Foundation; we sometimes 4706make exceptions for this. Our decision will be guided by the two goals 4707of preserving the free status of all derivatives of our free software and 4708of promoting the sharing and reuse of software generally. 4709 4710 NO WARRANTY 4711 4712 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 4713FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 4714OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 4715PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 4716OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 4717MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 4718TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 4719PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 4720REPAIR OR CORRECTION. 4721 4722 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 4723WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 4724REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 4725INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 4726OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 4727TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 4728YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 4729PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 4730POSSIBILITY OF SUCH DAMAGES. 4731 4732 END OF TERMS AND CONDITIONS 4733 4734 How to Apply These Terms to Your New Programs 4735 4736 If you develop a new program, and you want it to be of the greatest 4737possible use to the public, the best way to achieve this is to make it 4738free software which everyone can redistribute and change under these terms. 4739 4740 To do so, attach the following notices to the program. It is safest 4741to attach them to the start of each source file to most effectively 4742convey the exclusion of warranty; and each file should have at least 4743the "copyright" line and a pointer to where the full notice is found. 4744 4745 <one line to give the program's name and a brief idea of what it does.> 4746 Copyright (C) <year> <name of author> 4747 4748 This program is free software; you can redistribute it and/or modify 4749 it under the terms of the GNU General Public License as published by 4750 the Free Software Foundation; either version 2 of the License, or 4751 (at your option) any later version. 4752 4753 This program is distributed in the hope that it will be useful, 4754 but WITHOUT ANY WARRANTY; without even the implied warranty of 4755 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 4756 GNU General Public License for more details. 4757 4758 You should have received a copy of the GNU General Public License 4759 along with this program; if not, write to the Free Software 4760 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4761 4762 4763Also add information on how to contact you by electronic and paper mail. 4764 4765If the program is interactive, make it output a short notice like this 4766when it starts in an interactive mode: 4767 4768 Gnomovision version 69, Copyright (C) year name of author 4769 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 4770 This is free software, and you are welcome to redistribute it 4771 under certain conditions; type `show c' for details. 4772 4773The hypothetical commands `show w' and `show c' should show the appropriate 4774parts of the General Public License. Of course, the commands you use may 4775be called something other than `show w' and `show c'; they could even be 4776mouse-clicks or menu items--whatever suits your program. 4777 4778You should also get your employer (if you work as a programmer) or your 4779school, if any, to sign a "copyright disclaimer" for the program, if 4780necessary. Here is a sample; alter the names: 4781 4782 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 4783 `Gnomovision' (which makes passes at compilers) written by James Hacker. 4784 4785 <signature of Ty Coon>, 1 April 1989 4786 Ty Coon, President of Vice 4787 4788This General Public License does not permit incorporating your program into 4789proprietary programs. If your program is a subroutine library, you may 4790consider it more useful to permit linking proprietary applications with the 4791library. If this is what you want to do, use the GNU Library General 4792Public License instead of this License. 4793 4794---------------------------------------------------------------------- 4795 4796 GNU LIBRARY GENERAL PUBLIC LICENSE 4797 Version 2, June 1991 4798 4799 Copyright (C) 1991 Free Software Foundation, Inc. 4800 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4801 Everyone is permitted to copy and distribute verbatim copies 4802 of this license document, but changing it is not allowed. 4803 4804[This is the first released version of the library GPL. It is 4805 numbered 2 because it goes with version 2 of the ordinary GPL.] 4806 4807 Preamble 4808 4809 The licenses for most software are designed to take away your 4810freedom to share and change it. By contrast, the GNU General Public 4811Licenses are intended to guarantee your freedom to share and change 4812free software--to make sure the software is free for all its users. 4813 4814 This license, the Library General Public License, applies to some 4815specially designated Free Software Foundation software, and to any 4816other libraries whose authors decide to use it. You can use it for 4817your libraries, too. 4818 4819 When we speak of free software, we are referring to freedom, not 4820price. Our General Public Licenses are designed to make sure that you 4821have the freedom to distribute copies of free software (and charge for 4822this service if you wish), that you receive source code or can get it 4823if you want it, that you can change the software or use pieces of it 4824in new free programs; and that you know you can do these things. 4825 4826 To protect your rights, we need to make restrictions that forbid 4827anyone to deny you these rights or to ask you to surrender the rights. 4828These restrictions translate to certain responsibilities for you if 4829you distribute copies of the library, or if you modify it. 4830 4831 For example, if you distribute copies of the library, whether gratis 4832or for a fee, you must give the recipients all the rights that we gave 4833you. You must make sure that they, too, receive or can get the source 4834code. If you link a program with the library, you must provide 4835complete object files to the recipients so that they can relink them 4836with the library, after making changes to the library and recompiling 4837it. And you must show them these terms so they know their rights. 4838 4839 Our method of protecting your rights has two steps: (1) copyright 4840the library, and (2) offer you this license which gives you legal 4841permission to copy, distribute and/or modify the library. 4842 4843 Also, for each distributor's protection, we want to make certain 4844that everyone understands that there is no warranty for this free 4845library. If the library is modified by someone else and passed on, we 4846want its recipients to know that what they have is not the original 4847version, so that any problems introduced by others will not reflect on 4848the original authors' reputations. 4849 4850 Finally, any free program is threatened constantly by software 4851patents. We wish to avoid the danger that companies distributing free 4852software will individually obtain patent licenses, thus in effect 4853transforming the program into proprietary software. To prevent this, 4854we have made it clear that any patent must be licensed for everyone's 4855free use or not licensed at all. 4856 4857 Most GNU software, including some libraries, is covered by the ordinary 4858GNU General Public License, which was designed for utility programs. This 4859license, the GNU Library General Public License, applies to certain 4860designated libraries. This license is quite different from the ordinary 4861one; be sure to read it in full, and don't assume that anything in it is 4862the same as in the ordinary license. 4863 4864 The reason we have a separate public license for some libraries is that 4865they blur the distinction we usually make between modifying or adding to a 4866program and simply using it. Linking a program with a library, without 4867changing the library, is in some sense simply using the library, and is 4868analogous to running a utility program or application program. However, in 4869a textual and legal sense, the linked executable is a combined work, a 4870derivative of the original library, and the ordinary General Public License 4871treats it as such. 4872 4873 Because of this blurred distinction, using the ordinary General 4874Public License for libraries did not effectively promote software 4875sharing, because most developers did not use the libraries. We 4876concluded that weaker conditions might promote sharing better. 4877 4878 However, unrestricted linking of non-free programs would deprive the 4879users of those programs of all benefit from the free status of the 4880libraries themselves. This Library General Public License is intended to 4881permit developers of non-free programs to use free libraries, while 4882preserving your freedom as a user of such programs to change the free 4883libraries that are incorporated in them. (We have not seen how to achieve 4884this as regards changes in header files, but we have achieved it as regards 4885changes in the actual functions of the Library.) The hope is that this 4886will lead to faster development of free libraries. 4887 4888 The precise terms and conditions for copying, distribution and 4889modification follow. Pay close attention to the difference between a 4890"work based on the library" and a "work that uses the library". The 4891former contains code derived from the library, while the latter only 4892works together with the library. 4893 4894 Note that it is possible for a library to be covered by the ordinary 4895General Public License rather than by this special one. 4896 4897 GNU LIBRARY GENERAL PUBLIC LICENSE 4898 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 4899 4900 0. This License Agreement applies to any software library which 4901contains a notice placed by the copyright holder or other authorized 4902party saying it may be distributed under the terms of this Library 4903General Public License (also called "this License"). Each licensee is 4904addressed as "you". 4905 4906 A "library" means a collection of software functions and/or data 4907prepared so as to be conveniently linked with application programs 4908(which use some of those functions and data) to form executables. 4909 4910 The "Library", below, refers to any such software library or work 4911which has been distributed under these terms. A "work based on the 4912Library" means either the Library or any derivative work under 4913copyright law: that is to say, a work containing the Library or a 4914portion of it, either verbatim or with modifications and/or translated 4915straightforwardly into another language. (Hereinafter, translation is 4916included without limitation in the term "modification".) 4917 4918 "Source code" for a work means the preferred form of the work for 4919making modifications to it. For a library, complete source code means 4920all the source code for all modules it contains, plus any associated 4921interface definition files, plus the scripts used to control compilation 4922and installation of the library. 4923 4924 Activities other than copying, distribution and modification are not 4925covered by this License; they are outside its scope. The act of 4926running a program using the Library is not restricted, and output from 4927such a program is covered only if its contents constitute a work based 4928on the Library (independent of the use of the Library in a tool for 4929writing it). Whether that is true depends on what the Library does 4930and what the program that uses the Library does. 4931 4932 1. You may copy and distribute verbatim copies of the Library's 4933complete source code as you receive it, in any medium, provided that 4934you conspicuously and appropriately publish on each copy an 4935appropriate copyright notice and disclaimer of warranty; keep intact 4936all the notices that refer to this License and to the absence of any 4937warranty; and distribute a copy of this License along with the 4938Library. 4939 4940 You may charge a fee for the physical act of transferring a copy, 4941and you may at your option offer warranty protection in exchange for a 4942fee. 4943 4944 2. You may modify your copy or copies of the Library or any portion 4945of it, thus forming a work based on the Library, and copy and 4946distribute such modifications or work under the terms of Section 1 4947above, provided that you also meet all of these conditions: 4948 4949 a) The modified work must itself be a software library. 4950 4951 b) You must cause the files modified to carry prominent notices 4952 stating that you changed the files and the date of any change. 4953 4954 c) You must cause the whole of the work to be licensed at no 4955 charge to all third parties under the terms of this License. 4956 4957 d) If a facility in the modified Library refers to a function or a 4958 table of data to be supplied by an application program that uses 4959 the facility, other than as an argument passed when the facility 4960 is invoked, then you must make a good faith effort to ensure that, 4961 in the event an application does not supply such function or 4962 table, the facility still operates, and performs whatever part of 4963 its purpose remains meaningful. 4964 4965 (For example, a function in a library to compute square roots has 4966 a purpose that is entirely well-defined independent of the 4967 application. Therefore, Subsection 2d requires that any 4968 application-supplied function or table used by this function must 4969 be optional: if the application does not supply it, the square 4970 root function must still compute square roots.) 4971 4972These requirements apply to the modified work as a whole. If 4973identifiable sections of that work are not derived from the Library, 4974and can be reasonably considered independent and separate works in 4975themselves, then this License, and its terms, do not apply to those 4976sections when you distribute them as separate works. But when you 4977distribute the same sections as part of a whole which is a work based 4978on the Library, the distribution of the whole must be on the terms of 4979this License, whose permissions for other licensees extend to the 4980entire whole, and thus to each and every part regardless of who wrote 4981it. 4982 4983Thus, it is not the intent of this section to claim rights or contest 4984your rights to work written entirely by you; rather, the intent is to 4985exercise the right to control the distribution of derivative or 4986collective works based on the Library. 4987 4988In addition, mere aggregation of another work not based on the Library 4989with the Library (or with a work based on the Library) on a volume of 4990a storage or distribution medium does not bring the other work under 4991the scope of this License. 4992 4993 3. You may opt to apply the terms of the ordinary GNU General Public 4994License instead of this License to a given copy of the Library. To do 4995this, you must alter all the notices that refer to this License, so 4996that they refer to the ordinary GNU General Public License, version 2, 4997instead of to this License. (If a newer version than version 2 of the 4998ordinary GNU General Public License has appeared, then you can specify 4999that version instead if you wish.) Do not make any other change in 5000these notices. 5001 5002 Once this change is made in a given copy, it is irreversible for 5003that copy, so the ordinary GNU General Public License applies to all 5004subsequent copies and derivative works made from that copy. 5005 5006 This option is useful when you wish to copy part of the code of 5007the Library into a program that is not a library. 5008 5009 4. You may copy and distribute the Library (or a portion or 5010derivative of it, under Section 2) in object code or executable form 5011under the terms of Sections 1 and 2 above provided that you accompany 5012it with the complete corresponding machine-readable source code, which 5013must be distributed under the terms of Sections 1 and 2 above on a 5014medium customarily used for software interchange. 5015 5016 If distribution of object code is made by offering access to copy 5017from a designated place, then offering equivalent access to copy the 5018source code from the same place satisfies the requirement to 5019distribute the source code, even though third parties are not 5020compelled to copy the source along with the object code. 5021 5022 5. A program that contains no derivative of any portion of the 5023Library, but is designed to work with the Library by being compiled or 5024linked with it, is called a "work that uses the Library". Such a 5025work, in isolation, is not a derivative work of the Library, and 5026therefore falls outside the scope of this License. 5027 5028 However, linking a "work that uses the Library" with the Library 5029creates an executable that is a derivative of the Library (because it 5030contains portions of the Library), rather than a "work that uses the 5031library". The executable is therefore covered by this License. 5032Section 6 states terms for distribution of such executables. 5033 5034 When a "work that uses the Library" uses material from a header file 5035that is part of the Library, the object code for the work may be a 5036derivative work of the Library even though the source code is not. 5037Whether this is true is especially significant if the work can be 5038linked without the Library, or if the work is itself a library. The 5039threshold for this to be true is not precisely defined by law. 5040 5041 If such an object file uses only numerical parameters, data 5042structure layouts and accessors, and small macros and small inline 5043functions (ten lines or less in length), then the use of the object 5044file is unrestricted, regardless of whether it is legally a derivative 5045work. (Executables containing this object code plus portions of the 5046Library will still fall under Section 6.) 5047 5048 Otherwise, if the work is a derivative of the Library, you may 5049distribute the object code for the work under the terms of Section 6. 5050Any executables containing that work also fall under Section 6, 5051whether or not they are linked directly with the Library itself. 5052 5053 6. As an exception to the Sections above, you may also compile or 5054link a "work that uses the Library" with the Library to produce a 5055work containing portions of the Library, and distribute that work 5056under terms of your choice, provided that the terms permit 5057modification of the work for the customer's own use and reverse 5058engineering for debugging such modifications. 5059 5060 You must give prominent notice with each copy of the work that the 5061Library is used in it and that the Library and its use are covered by 5062this License. You must supply a copy of this License. If the work 5063during execution displays copyright notices, you must include the 5064copyright notice for the Library among them, as well as a reference 5065directing the user to the copy of this License. Also, you must do one 5066of these things: 5067 5068 a) Accompany the work with the complete corresponding 5069 machine-readable source code for the Library including whatever 5070 changes were used in the work (which must be distributed under 5071 Sections 1 and 2 above); and, if the work is an executable linked 5072 with the Library, with the complete machine-readable "work that 5073 uses the Library", as object code and/or source code, so that the 5074 user can modify the Library and then relink to produce a modified 5075 executable containing the modified Library. (It is understood 5076 that the user who changes the contents of definitions files in the 5077 Library will not necessarily be able to recompile the application 5078 to use the modified definitions.) 5079 5080 b) Accompany the work with a written offer, valid for at 5081 least three years, to give the same user the materials 5082 specified in Subsection 6a, above, for a charge no more 5083 than the cost of performing this distribution. 5084 5085 c) If distribution of the work is made by offering access to copy 5086 from a designated place, offer equivalent access to copy the above 5087 specified materials from the same place. 5088 5089 d) Verify that the user has already received a copy of these 5090 materials or that you have already sent this user a copy. 5091 5092 For an executable, the required form of the "work that uses the 5093Library" must include any data and utility programs needed for 5094reproducing the executable from it. However, as a special exception, 5095the source code distributed need not include anything that is normally 5096distributed (in either source or binary form) with the major 5097components (compiler, kernel, and so on) of the operating system on 5098which the executable runs, unless that component itself accompanies 5099the executable. 5100 5101 It may happen that this requirement contradicts the license 5102restrictions of other proprietary libraries that do not normally 5103accompany the operating system. Such a contradiction means you cannot 5104use both them and the Library together in an executable that you 5105distribute. 5106 5107 7. You may place library facilities that are a work based on the 5108Library side-by-side in a single library together with other library 5109facilities not covered by this License, and distribute such a combined 5110library, provided that the separate distribution of the work based on 5111the Library and of the other library facilities is otherwise 5112permitted, and provided that you do these two things: 5113 5114 a) Accompany the combined library with a copy of the same work 5115 based on the Library, uncombined with any other library 5116 facilities. This must be distributed under the terms of the 5117 Sections above. 5118 5119 b) Give prominent notice with the combined library of the fact 5120 that part of it is a work based on the Library, and explaining 5121 where to find the accompanying uncombined form of the same work. 5122 5123 8. You may not copy, modify, sublicense, link with, or distribute 5124the Library except as expressly provided under this License. Any 5125attempt otherwise to copy, modify, sublicense, link with, or 5126distribute the Library is void, and will automatically terminate your 5127rights under this License. However, parties who have received copies, 5128or rights, from you under this License will not have their licenses 5129terminated so long as such parties remain in full compliance. 5130 5131 9. You are not required to accept this License, since you have not 5132signed it. However, nothing else grants you permission to modify or 5133distribute the Library or its derivative works. These actions are 5134prohibited by law if you do not accept this License. Therefore, by 5135modifying or distributing the Library (or any work based on the 5136Library), you indicate your acceptance of this License to do so, and 5137all its terms and conditions for copying, distributing or modifying 5138the Library or works based on it. 5139 5140 10. Each time you redistribute the Library (or any work based on the 5141Library), the recipient automatically receives a license from the 5142original licensor to copy, distribute, link with or modify the Library 5143subject to these terms and conditions. You may not impose any further 5144restrictions on the recipients' exercise of the rights granted herein. 5145You are not responsible for enforcing compliance by third parties to 5146this License. 5147 5148 11. If, as a consequence of a court judgment or allegation of patent 5149infringement or for any other reason (not limited to patent issues), 5150conditions are imposed on you (whether by court order, agreement or 5151otherwise) that contradict the conditions of this License, they do not 5152excuse you from the conditions of this License. If you cannot 5153distribute so as to satisfy simultaneously your obligations under this 5154License and any other pertinent obligations, then as a consequence you 5155may not distribute the Library at all. For example, if a patent 5156license would not permit royalty-free redistribution of the Library by 5157all those who receive copies directly or indirectly through you, then 5158the only way you could satisfy both it and this License would be to 5159refrain entirely from distribution of the Library. 5160 5161If any portion of this section is held invalid or unenforceable under any 5162particular circumstance, the balance of the section is intended to apply, 5163and the section as a whole is intended to apply in other circumstances. 5164 5165It is not the purpose of this section to induce you to infringe any 5166patents or other property right claims or to contest validity of any 5167such claims; this section has the sole purpose of protecting the 5168integrity of the free software distribution system which is 5169implemented by public license practices. Many people have made 5170generous contributions to the wide range of software distributed 5171through that system in reliance on consistent application of that 5172system; it is up to the author/donor to decide if he or she is willing 5173to distribute software through any other system and a licensee cannot 5174impose that choice. 5175 5176This section is intended to make thoroughly clear what is believed to 5177be a consequence of the rest of this License. 5178 5179 12. If the distribution and/or use of the Library is restricted in 5180certain countries either by patents or by copyrighted interfaces, the 5181original copyright holder who places the Library under this License may add 5182an explicit geographical distribution limitation excluding those countries, 5183so that distribution is permitted only in or among countries not thus 5184excluded. In such case, this License incorporates the limitation as if 5185written in the body of this License. 5186 5187 13. The Free Software Foundation may publish revised and/or new 5188versions of the Library General Public License from time to time. 5189Such new versions will be similar in spirit to the present version, 5190but may differ in detail to address new problems or concerns. 5191 5192Each version is given a distinguishing version number. If the Library 5193specifies a version number of this License which applies to it and 5194"any later version", you have the option of following the terms and 5195conditions either of that version or of any later version published by 5196the Free Software Foundation. If the Library does not specify a 5197license version number, you may choose any version ever published by 5198the Free Software Foundation. 5199 5200 14. If you wish to incorporate parts of the Library into other free 5201programs whose distribution conditions are incompatible with these, 5202write to the author to ask for permission. For software which is 5203copyrighted by the Free Software Foundation, write to the Free 5204Software Foundation; we sometimes make exceptions for this. Our 5205decision will be guided by the two goals of preserving the free status 5206of all derivatives of our free software and of promoting the sharing 5207and reuse of software generally. 5208 5209 NO WARRANTY 5210 5211 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 5212WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 5213EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 5214OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 5215KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 5216IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5217PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 5218LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 5219THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 5220 5221 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 5222WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 5223AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 5224FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 5225CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 5226LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 5227RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 5228FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 5229SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 5230DAMAGES. 5231 5232 END OF TERMS AND CONDITIONS 5233 5234 How to Apply These Terms to Your New Libraries 5235 5236 If you develop a new library, and you want it to be of the greatest 5237possible use to the public, we recommend making it free software that 5238everyone can redistribute and change. You can do so by permitting 5239redistribution under these terms (or, alternatively, under the terms of the 5240ordinary General Public License). 5241 5242 To apply these terms, attach the following notices to the library. It is 5243safest to attach them to the start of each source file to most effectively 5244convey the exclusion of warranty; and each file should have at least the 5245"copyright" line and a pointer to where the full notice is found. 5246 5247 <one line to give the library's name and a brief idea of what it does.> 5248 Copyright (C) <year> <name of author> 5249 5250 This library is free software; you can redistribute it and/or 5251 modify it under the terms of the GNU Library General Public 5252 License as published by the Free Software Foundation; either 5253 version 2 of the License, or (at your option) any later version. 5254 5255 This library is distributed in the hope that it will be useful, 5256 but WITHOUT ANY WARRANTY; without even the implied warranty of 5257 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 5258 Library General Public License for more details. 5259 5260 You should have received a copy of the GNU Library General Public 5261 License along with this library; if not, write to the Free Software 5262 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 5263 5264Also add information on how to contact you by electronic and paper mail. 5265 5266You should also get your employer (if you work as a programmer) or your 5267school, if any, to sign a "copyright disclaimer" for the library, if 5268necessary. Here is a sample; alter the names: 5269 5270 Yoyodyne, Inc., hereby disclaims all copyright interest in the 5271 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 5272 5273 <signature of Ty Coon>, 1 April 1990 5274 Ty Coon, President of Vice 5275 5276That's all there is to it! 5277 5278-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5279 5280Scanned Source License e2fsprogs-1.42/debian/copyright: 5281 5282This is the Debian GNU/Linux prepackaged version of the EXT2 file 5283system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were 5284written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>. 5285 5286Sources were obtained from http://sourceforge.net/projects/e2fsprogs 5287 5288Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso@mit.edu> 5289 Copyright (c) 1997-2003 Yann Dirson <dirson@debian.org> 5290 Copyright (c) 2001 Alcove <http://www.alcove.com/> 5291 Copyright (c) 1997 Klee Dienes 5292 Copyright (c) 1995-1996 Michael Nonweiler <mrn20@cam.ac.uk> 5293 5294Upstream Author: Theodore Ts'o <tytso@mit.edu> 5295 5296Copyright notice: 5297 5298This package, the EXT2 filesystem utilities, are made available under 5299the GNU Public License version 2, with the exception of the lib/ext2fs 5300and lib/e2p libraries, which are made available under the GNU Library 5301General Public License Version 2, the lib/uuid library which is made 5302available under a BSD-style license and the lib/et and lib/ss 5303libraries which are made available under an MIT-style license. 5304 5305 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 5306 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o 5307 5308On Debian GNU systems, the complete text of the GNU General Public 5309License can be found in `/usr/share/common-licenses/GPL-2'. The 5310complete text of the GNU Library General Public License can be found 5311in '/usr/share/common-licenses/LGPL-2'. 5312 5313 5314The license used for lib/et and lib/ss libraries is: 5315 5316 Copyright 1987 by the Student Information Processing Board 5317 of the Massachusetts Institute of Technology 5318 5319 Permission to use, copy, modify, and distribute this software and 5320 its documentation for any purpose is hereby granted, provided that 5321 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in 5322 advertising or publicity pertaining to distribution of the software 5323 without specific, written prior permission. M.I.T. and the 5324 M.I.T. S.I.P.B. make no representations about the suitability of 5325 this software for any purpose. It is provided "as is" without 5326 express or implied warranty. 5327 5328The license used for lib/uuid is: 5329 5330 Redistribution and use in source and binary forms, with or without 5331 modification, are permitted provided that the following conditions 5332 are met: 5333 1. Redistributions of source code must retain the above copyright 5334 notice, and the entire permission notice in its entirety, 5335 including the disclaimer of warranties. 5336 2. Redistributions in binary form must reproduce the above copyright 5337 notice, this list of conditions and the following disclaimer in the 5338 documentation and/or other materials provided with the distribution. 5339 3. The name of the author may not be used to endorse or promote 5340 products derived from this software without specific prior 5341 written permission. 5342 5343 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 5344 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5345 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 5346 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 5347 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5348 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 5349 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5350 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5351 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5352 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 5353 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 5354 DAMAGE. 5355 5356-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5357 5358Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT: 5359 5360EXT2ED is hereby placed under the terms of the GNU General Public License. 5361Follows the GNU license. 5362 5363Gadi Oxman, August 1995 5364 5365--------------------------------------------------------------------------- 5366 5367 GNU GENERAL PUBLIC LICENSE 5368 Version 2, June 1991 5369 5370 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5371 675 Mass Ave, Cambridge, MA 02139, USA 5372 Everyone is permitted to copy and distribute verbatim copies 5373 of this license document, but changing it is not allowed. 5374 5375 Preamble 5376 5377 The licenses for most software are designed to take away your 5378freedom to share and change it. By contrast, the GNU General Public 5379License is intended to guarantee your freedom to share and change free 5380software--to make sure the software is free for all its users. This 5381General Public License applies to most of the Free Software 5382Foundation's software and to any other program whose authors commit to 5383using it. (Some other Free Software Foundation software is covered by 5384the GNU Library General Public License instead.) You can apply it to 5385your programs, too. 5386 5387 When we speak of free software, we are referring to freedom, not 5388price. Our General Public Licenses are designed to make sure that you 5389have the freedom to distribute copies of free software (and charge for 5390this service if you wish), that you receive source code or can get it 5391if you want it, that you can change the software or use pieces of it 5392in new free programs; and that you know you can do these things. 5393 5394 To protect your rights, we need to make restrictions that forbid 5395anyone to deny you these rights or to ask you to surrender the rights. 5396These restrictions translate to certain responsibilities for you if you 5397distribute copies of the software, or if you modify it. 5398 5399 For example, if you distribute copies of such a program, whether 5400gratis or for a fee, you must give the recipients all the rights that 5401you have. You must make sure that they, too, receive or can get the 5402source code. And you must show them these terms so they know their 5403rights. 5404 5405 We protect your rights with two steps: (1) copyright the software, and 5406(2) offer you this license which gives you legal permission to copy, 5407distribute and/or modify the software. 5408 5409 Also, for each author's protection and ours, we want to make certain 5410that everyone understands that there is no warranty for this free 5411software. If the software is modified by someone else and passed on, we 5412want its recipients to know that what they have is not the original, so 5413that any problems introduced by others will not reflect on the original 5414authors' reputations. 5415 5416 Finally, any free program is threatened constantly by software 5417patents. We wish to avoid the danger that redistributors of a free 5418program will individually obtain patent licenses, in effect making the 5419program proprietary. To prevent this, we have made it clear that any 5420patent must be licensed for everyone's free use or not licensed at all. 5421 5422 The precise terms and conditions for copying, distribution and 5423modification follow. 5424 5425 GNU GENERAL PUBLIC LICENSE 5426 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5427 5428 0. This License applies to any program or other work which contains 5429a notice placed by the copyright holder saying it may be distributed 5430under the terms of this General Public License. The "Program", below, 5431refers to any such program or work, and a "work based on the Program" 5432means either the Program or any derivative work under copyright law: 5433that is to say, a work containing the Program or a portion of it, 5434either verbatim or with modifications and/or translated into another 5435language. (Hereinafter, translation is included without limitation in 5436the term "modification".) Each licensee is addressed as "you". 5437 5438Activities other than copying, distribution and modification are not 5439covered by this License; they are outside its scope. The act of 5440running the Program is not restricted, and the output from the Program 5441is covered only if its contents constitute a work based on the 5442Program (independent of having been made by running the Program). 5443Whether that is true depends on what the Program does. 5444 5445 1. You may copy and distribute verbatim copies of the Program's 5446source code as you receive it, in any medium, provided that you 5447conspicuously and appropriately publish on each copy an appropriate 5448copyright notice and disclaimer of warranty; keep intact all the 5449notices that refer to this License and to the absence of any warranty; 5450and give any other recipients of the Program a copy of this License 5451along with the Program. 5452 5453You may charge a fee for the physical act of transferring a copy, and 5454you may at your option offer warranty protection in exchange for a fee. 5455 5456 2. You may modify your copy or copies of the Program or any portion 5457of it, thus forming a work based on the Program, and copy and 5458distribute such modifications or work under the terms of Section 1 5459above, provided that you also meet all of these conditions: 5460 5461 a) You must cause the modified files to carry prominent notices 5462 stating that you changed the files and the date of any change. 5463 5464 b) You must cause any work that you distribute or publish, that in 5465 whole or in part contains or is derived from the Program or any 5466 part thereof, to be licensed as a whole at no charge to all third 5467 parties under the terms of this License. 5468 5469 c) If the modified program normally reads commands interactively 5470 when run, you must cause it, when started running for such 5471 interactive use in the most ordinary way, to print or display an 5472 announcement including an appropriate copyright notice and a 5473 notice that there is no warranty (or else, saying that you provide 5474 a warranty) and that users may redistribute the program under 5475 these conditions, and telling the user how to view a copy of this 5476 License. (Exception: if the Program itself is interactive but 5477 does not normally print such an announcement, your work based on 5478 the Program is not required to print an announcement.) 5479 5480These requirements apply to the modified work as a whole. If 5481identifiable sections of that work are not derived from the Program, 5482and can be reasonably considered independent and separate works in 5483themselves, then this License, and its terms, do not apply to those 5484sections when you distribute them as separate works. But when you 5485distribute the same sections as part of a whole which is a work based 5486on the Program, the distribution of the whole must be on the terms of 5487this License, whose permissions for other licensees extend to the 5488entire whole, and thus to each and every part regardless of who wrote it. 5489 5490Thus, it is not the intent of this section to claim rights or contest 5491your rights to work written entirely by you; rather, the intent is to 5492exercise the right to control the distribution of derivative or 5493collective works based on the Program. 5494 5495In addition, mere aggregation of another work not based on the Program 5496with the Program (or with a work based on the Program) on a volume of 5497a storage or distribution medium does not bring the other work under 5498the scope of this License. 5499 5500 3. You may copy and distribute the Program (or a work based on it, 5501under Section 2) in object code or executable form under the terms of 5502Sections 1 and 2 above provided that you also do one of the following: 5503 5504 a) Accompany it with the complete corresponding machine-readable 5505 source code, which must be distributed under the terms of Sections 5506 1 and 2 above on a medium customarily used for software interchange; or, 5507 5508 b) Accompany it with a written offer, valid for at least three 5509 years, to give any third party, for a charge no more than your 5510 cost of physically performing source distribution, a complete 5511 machine-readable copy of the corresponding source code, to be 5512 distributed under the terms of Sections 1 and 2 above on a medium 5513 customarily used for software interchange; or, 5514 5515 c) Accompany it with the information you received as to the offer 5516 to distribute corresponding source code. (This alternative is 5517 allowed only for noncommercial distribution and only if you 5518 received the program in object code or executable form with such 5519 an offer, in accord with Subsection b above.) 5520 5521The source code for a work means the preferred form of the work for 5522making modifications to it. For an executable work, complete source 5523code means all the source code for all modules it contains, plus any 5524associated interface definition files, plus the scripts used to 5525control compilation and installation of the executable. However, as a 5526special exception, the source code distributed need not include 5527anything that is normally distributed (in either source or binary 5528form) with the major components (compiler, kernel, and so on) of the 5529operating system on which the executable runs, unless that component 5530itself accompanies the executable. 5531 5532If distribution of executable or object code is made by offering 5533access to copy from a designated place, then offering equivalent 5534access to copy the source code from the same place counts as 5535distribution of the source code, even though third parties are not 5536compelled to copy the source along with the object code. 5537 5538 4. You may not copy, modify, sublicense, or distribute the Program 5539except as expressly provided under this License. Any attempt 5540otherwise to copy, modify, sublicense or distribute the Program is 5541void, and will automatically terminate your rights under this License. 5542However, parties who have received copies, or rights, from you under 5543this License will not have their licenses terminated so long as such 5544parties remain in full compliance. 5545 5546 5. You are not required to accept this License, since you have not 5547signed it. However, nothing else grants you permission to modify or 5548distribute the Program or its derivative works. These actions are 5549prohibited by law if you do not accept this License. Therefore, by 5550modifying or distributing the Program (or any work based on the 5551Program), you indicate your acceptance of this License to do so, and 5552all its terms and conditions for copying, distributing or modifying 5553the Program or works based on it. 5554 5555 6. Each time you redistribute the Program (or any work based on the 5556Program), the recipient automatically receives a license from the 5557original licensor to copy, distribute or modify the Program subject to 5558these terms and conditions. You may not impose any further 5559restrictions on the recipients' exercise of the rights granted herein. 5560You are not responsible for enforcing compliance by third parties to 5561this License. 5562 5563 7. If, as a consequence of a court judgment or allegation of patent 5564infringement or for any other reason (not limited to patent issues), 5565conditions are imposed on you (whether by court order, agreement or 5566otherwise) that contradict the conditions of this License, they do not 5567excuse you from the conditions of this License. If you cannot 5568distribute so as to satisfy simultaneously your obligations under this 5569License and any other pertinent obligations, then as a consequence you 5570may not distribute the Program at all. For example, if a patent 5571license would not permit royalty-free redistribution of the Program by 5572all those who receive copies directly or indirectly through you, then 5573the only way you could satisfy both it and this License would be to 5574refrain entirely from distribution of the Program. 5575 5576If any portion of this section is held invalid or unenforceable under 5577any particular circumstance, the balance of the section is intended to 5578apply and the section as a whole is intended to apply in other 5579circumstances. 5580 5581It is not the purpose of this section to induce you to infringe any 5582patents or other property right claims or to contest validity of any 5583such claims; this section has the sole purpose of protecting the 5584integrity of the free software distribution system, which is 5585implemented by public license practices. Many people have made 5586generous contributions to the wide range of software distributed 5587through that system in reliance on consistent application of that 5588system; it is up to the author/donor to decide if he or she is willing 5589to distribute software through any other system and a licensee cannot 5590impose that choice. 5591 5592This section is intended to make thoroughly clear what is believed to 5593be a consequence of the rest of this License. 5594 5595 8. If the distribution and/or use of the Program is restricted in 5596certain countries either by patents or by copyrighted interfaces, the 5597original copyright holder who places the Program under this License 5598may add an explicit geographical distribution limitation excluding 5599those countries, so that distribution is permitted only in or among 5600countries not thus excluded. In such case, this License incorporates 5601the limitation as if written in the body of this License. 5602 5603 9. The Free Software Foundation may publish revised and/or new versions 5604of the General Public License from time to time. Such new versions will 5605be similar in spirit to the present version, but may differ in detail to 5606address new problems or concerns. 5607 5608Each version is given a distinguishing version number. If the Program 5609specifies a version number of this License which applies to it and "any 5610later version", you have the option of following the terms and conditions 5611either of that version or of any later version published by the Free 5612Software Foundation. If the Program does not specify a version number of 5613this License, you may choose any version ever published by the Free Software 5614Foundation. 5615 5616 10. If you wish to incorporate parts of the Program into other free 5617programs whose distribution conditions are different, write to the author 5618to ask for permission. For software which is copyrighted by the Free 5619Software Foundation, write to the Free Software Foundation; we sometimes 5620make exceptions for this. Our decision will be guided by the two goals 5621of preserving the free status of all derivatives of our free software and 5622of promoting the sharing and reuse of software generally. 5623 5624 NO WARRANTY 5625 5626 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 5627FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 5628OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 5629PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 5630OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 5631MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 5632TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 5633PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 5634REPAIR OR CORRECTION. 5635 5636 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 5637WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 5638REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 5639INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 5640OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 5641TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 5642YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 5643PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 5644POSSIBILITY OF SUCH DAMAGES. 5645 5646 END OF TERMS AND CONDITIONS 5647 5648 Appendix: How to Apply These Terms to Your New Programs 5649 5650 If you develop a new program, and you want it to be of the greatest 5651possible use to the public, the best way to achieve this is to make it 5652free software which everyone can redistribute and change under these terms. 5653 5654 To do so, attach the following notices to the program. It is safest 5655to attach them to the start of each source file to most effectively 5656convey the exclusion of warranty; and each file should have at least 5657the "copyright" line and a pointer to where the full notice is found. 5658 5659 <one line to give the program's name and a brief idea of what it does.> 5660 Copyright (C) 19yy <name of author> 5661 5662 This program is free software; you can redistribute it and/or modify 5663 it under the terms of the GNU General Public License as published by 5664 the Free Software Foundation; either version 2 of the License, or 5665 (at your option) any later version. 5666 5667 This program is distributed in the hope that it will be useful, 5668 but WITHOUT ANY WARRANTY; without even the implied warranty of 5669 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 5670 GNU General Public License for more details. 5671 5672 You should have received a copy of the GNU General Public License 5673 along with this program; if not, write to the Free Software 5674 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 5675 5676Also add information on how to contact you by electronic and paper mail. 5677 5678If the program is interactive, make it output a short notice like this 5679when it starts in an interactive mode: 5680 5681 Gnomovision version 69, Copyright (C) 19yy name of author 5682 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 5683 This is free software, and you are welcome to redistribute it 5684 under certain conditions; type `show c' for details. 5685 5686The hypothetical commands `show w' and `show c' should show the appropriate 5687parts of the General Public License. Of course, the commands you use may 5688be called something other than `show w' and `show c'; they could even be 5689mouse-clicks or menu items--whatever suits your program. 5690 5691You should also get your employer (if you work as a programmer) or your 5692school, if any, to sign a "copyright disclaimer" for the program, if 5693necessary. Here is a sample; alter the names: 5694 5695 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 5696 `Gnomovision' (which makes passes at compilers) written by James Hacker. 5697 5698 <signature of Ty Coon>, 1 April 1989 5699 Ty Coon, President of Vice 5700 5701This General Public License does not permit incorporating your program into 5702proprietary programs. If your program is a subroutine library, you may 5703consider it more useful to permit linking proprietary applications with the 5704library. If this is what you want to do, use the GNU Library General 5705Public License instead of this License. 5706 5707-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5708 5709Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright: 5710 5711Index: tdbsa/tdb.c 5712=================================================================== 5713--- tdbsa.orig/tdb.c 5714+++ tdbsa/tdb.c 5715@@ -4,11 +4,11 @@ Rev: 23371 5716 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007) 5717 */ 5718 /* 5719- Unix SMB/CIFS implementation. 5720+ trivial database library - standalone version 5721 5722- trivial database library - private includes 5723- 5724- Copyright (C) Andrew Tridgell 2005 5725+ Copyright (C) Andrew Tridgell 1999-2005 5726+ Copyright (C) Jeremy Allison 2000-2006 5727+ Copyright (C) Paul `Rusty' Russell 2000 5728 5729 ** NOTE! The following LGPL license applies to the tdb 5730 ** library. This does NOT imply that all of Samba is released 5731 5732-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5733 5734Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING: 5735 5736Redistribution and use in source and binary forms, with or without 5737modification, are permitted provided that the following conditions 5738are met: 57391. Redistributions of source code must retain the above copyright 5740 notice, and the entire permission notice in its entirety, 5741 including the disclaimer of warranties. 57422. Redistributions in binary form must reproduce the above copyright 5743 notice, this list of conditions and the following disclaimer in the 5744 documentation and/or other materials provided with the distribution. 57453. The name of the author may not be used to endorse or promote 5746 products derived from this software without specific prior 5747 written permission. 5748 5749THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 5750WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 5751OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 5752WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 5753LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 5754CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 5755OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 5756BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5757LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 5758(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 5759USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 5760DAMAGE. 5761 5762-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 5763</pre> 5764<ul> 5765<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5766</ul> 5767</div> 5768</div> 5769 5770 5771<div class="product"> 5772<span class="title">e2fsprogs-libs-1.42</span> 5773<a class="show" href="#" onclick="return toggle(this);">show license text</a> 5774<span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span> 5775<div class="licence"> 5776<pre></pre> 5777<ul> 5778<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5779</ul> 5780</div> 5781</div> 5782 5783 5784<div class="product"> 5785<span class="title">ecryptfs-utils-101</span> 5786<a class="show" href="#" onclick="return toggle(this);">show license text</a> 5787<span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span> 5788<div class="licence"> 5789<pre></pre> 5790<ul> 5791<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 5792</ul> 5793</div> 5794</div> 5795 5796 5797<div class="product"> 5798<span class="title">elfutils-0.154</span> 5799<a class="show" href="#" onclick="return toggle(this);">show license text</a> 5800<span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span> 5801<div class="licence"> 5802<pre>Gentoo Package Stock License GPL-2-with-exceptions: 5803 5804NOTE: This is the GPL with specific exceptions added by packages to extend your rights under the GPL. The specific exception(s) for the package can be found in the source tarball. 5805 5806Exceptions follow, 5807 5808// As a special exception, if other files instantiate templates or use macros 5809// or inline functions from this file, or you compile this file and link it 5810// with other works to produce a work based on this file, this file does not 5811// by itself cause the resulting work to be covered by the GNU General Public 5812// License. This exception does not invalidate any other reasons why a work 5813// based on this file might be covered by the GNU General Public License. 5814 5815End of exceptions. The rest of this file is the GPL. 5816 5817 GNU GENERAL PUBLIC LICENSE 5818 Version 2, June 1991 5819 5820 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5821 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 5822 Everyone is permitted to copy and distribute verbatim copies 5823 of this license document, but changing it is not allowed. 5824 5825 Preamble 5826 5827 The licenses for most software are designed to take away your 5828freedom to share and change it. By contrast, the GNU General Public 5829License is intended to guarantee your freedom to share and change free 5830software--to make sure the software is free for all its users. This 5831General Public License applies to most of the Free Software 5832Foundation's software and to any other program whose authors commit to 5833using it. (Some other Free Software Foundation software is covered by 5834the GNU Library General Public License instead.) You can apply it to 5835your programs, too. 5836 5837 When we speak of free software, we are referring to freedom, not 5838price. Our General Public Licenses are designed to make sure that you 5839have the freedom to distribute copies of free software (and charge for 5840this service if you wish), that you receive source code or can get it 5841if you want it, that you can change the software or use pieces of it 5842in new free programs; and that you know you can do these things. 5843 5844 To protect your rights, we need to make restrictions that forbid 5845anyone to deny you these rights or to ask you to surrender the rights. 5846These restrictions translate to certain responsibilities for you if you 5847distribute copies of the software, or if you modify it. 5848 5849 For example, if you distribute copies of such a program, whether 5850gratis or for a fee, you must give the recipients all the rights that 5851you have. You must make sure that they, too, receive or can get the 5852source code. And you must show them these terms so they know their 5853rights. 5854 5855 We protect your rights with two steps: (1) copyright the software, and 5856(2) offer you this license which gives you legal permission to copy, 5857distribute and/or modify the software. 5858 5859 Also, for each author's protection and ours, we want to make certain 5860that everyone understands that there is no warranty for this free 5861software. If the software is modified by someone else and passed on, we 5862want its recipients to know that what they have is not the original, so 5863that any problems introduced by others will not reflect on the original 5864authors' reputations. 5865 5866 Finally, any free program is threatened constantly by software 5867patents. We wish to avoid the danger that redistributors of a free 5868program will individually obtain patent licenses, in effect making the 5869program proprietary. To prevent this, we have made it clear that any 5870patent must be licensed for everyone's free use or not licensed at all. 5871 5872 The precise terms and conditions for copying, distribution and 5873modification follow. 5874 5875 GNU GENERAL PUBLIC LICENSE 5876 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 5877 5878 0. This License applies to any program or other work which contains 5879a notice placed by the copyright holder saying it may be distributed 5880under the terms of this General Public License. The "Program", below, 5881refers to any such program or work, and a "work based on the Program" 5882means either the Program or any derivative work under copyright law: 5883that is to say, a work containing the Program or a portion of it, 5884either verbatim or with modifications and/or translated into another 5885language. (Hereinafter, translation is included without limitation in 5886the term "modification".) Each licensee is addressed as "you". 5887 5888Activities other than copying, distribution and modification are not 5889covered by this License; they are outside its scope. The act of 5890running the Program is not restricted, and the output from the Program 5891is covered only if its contents constitute a work based on the 5892Program (independent of having been made by running the Program). 5893Whether that is true depends on what the Program does. 5894 5895 1. You may copy and distribute verbatim copies of the Program's 5896source code as you receive it, in any medium, provided that you 5897conspicuously and appropriately publish on each copy an appropriate 5898copyright notice and disclaimer of warranty; keep intact all the 5899notices that refer to this License and to the absence of any warranty; 5900and give any other recipients of the Program a copy of this License 5901along with the Program. 5902 5903You may charge a fee for the physical act of transferring a copy, and 5904you may at your option offer warranty protection in exchange for a fee. 5905 5906 2. You may modify your copy or copies of the Program or any portion 5907of it, thus forming a work based on the Program, and copy and 5908distribute such modifications or work under the terms of Section 1 5909above, provided that you also meet all of these conditions: 5910 5911 a) You must cause the modified files to carry prominent notices 5912 stating that you changed the files and the date of any change. 5913 5914 b) You must cause any work that you distribute or publish, that in 5915 whole or in part contains or is derived from the Program or any 5916 part thereof, to be licensed as a whole at no charge to all third 5917 parties under the terms of this License. 5918 5919 c) If the modified program normally reads commands interactively 5920 when run, you must cause it, when started running for such 5921 interactive use in the most ordinary way, to print or display an 5922 announcement including an appropriate copyright notice and a 5923 notice that there is no warranty (or else, saying that you provide 5924 a warranty) and that users may redistribute the program under 5925 these conditions, and telling the user how to view a copy of this 5926 License. (Exception: if the Program itself is interactive but 5927 does not normally print such an announcement, your work based on 5928 the Program is not required to print an announcement.) 5929 5930These requirements apply to the modified work as a whole. If 5931identifiable sections of that work are not derived from the Program, 5932and can be reasonably considered independent and separate works in 5933themselves, then this License, and its terms, do not apply to those 5934sections when you distribute them as separate works. But when you 5935distribute the same sections as part of a whole which is a work based 5936on the Program, the distribution of the whole must be on the terms of 5937this License, whose permissions for other licensees extend to the 5938entire whole, and thus to each and every part regardless of who wrote it. 5939 5940Thus, it is not the intent of this section to claim rights or contest 5941your rights to work written entirely by you; rather, the intent is to 5942exercise the right to control the distribution of derivative or 5943collective works based on the Program. 5944 5945In addition, mere aggregation of another work not based on the Program 5946with the Program (or with a work based on the Program) on a volume of 5947a storage or distribution medium does not bring the other work under 5948the scope of this License. 5949 5950 3. You may copy and distribute the Program (or a work based on it, 5951under Section 2) in object code or executable form under the terms of 5952Sections 1 and 2 above provided that you also do one of the following: 5953 5954 a) Accompany it with the complete corresponding machine-readable 5955 source code, which must be distributed under the terms of Sections 5956 1 and 2 above on a medium customarily used for software interchange; or, 5957 5958 b) Accompany it with a written offer, valid for at least three 5959 years, to give any third party, for a charge no more than your 5960 cost of physically performing source distribution, a complete 5961 machine-readable copy of the corresponding source code, to be 5962 distributed under the terms of Sections 1 and 2 above on a medium 5963 customarily used for software interchange; or, 5964 5965 c) Accompany it with the information you received as to the offer 5966 to distribute corresponding source code. (This alternative is 5967 allowed only for noncommercial distribution and only if you 5968 received the program in object code or executable form with such 5969 an offer, in accord with Subsection b above.) 5970 5971The source code for a work means the preferred form of the work for 5972making modifications to it. For an executable work, complete source 5973code means all the source code for all modules it contains, plus any 5974associated interface definition files, plus the scripts used to 5975control compilation and installation of the executable. However, as a 5976special exception, the source code distributed need not include 5977anything that is normally distributed (in either source or binary 5978form) with the major components (compiler, kernel, and so on) of the 5979operating system on which the executable runs, unless that component 5980itself accompanies the executable. 5981 5982If distribution of executable or object code is made by offering 5983access to copy from a designated place, then offering equivalent 5984access to copy the source code from the same place counts as 5985distribution of the source code, even though third parties are not 5986compelled to copy the source along with the object code. 5987 5988 4. You may not copy, modify, sublicense, or distribute the Program 5989except as expressly provided under this License. Any attempt 5990otherwise to copy, modify, sublicense or distribute the Program is 5991void, and will automatically terminate your rights under this License. 5992However, parties who have received copies, or rights, from you under 5993this License will not have their licenses terminated so long as such 5994parties remain in full compliance. 5995 5996 5. You are not required to accept this License, since you have not 5997signed it. However, nothing else grants you permission to modify or 5998distribute the Program or its derivative works. These actions are 5999prohibited by law if you do not accept this License. Therefore, by 6000modifying or distributing the Program (or any work based on the 6001Program), you indicate your acceptance of this License to do so, and 6002all its terms and conditions for copying, distributing or modifying 6003the Program or works based on it. 6004 6005 6. Each time you redistribute the Program (or any work based on the 6006Program), the recipient automatically receives a license from the 6007original licensor to copy, distribute or modify the Program subject to 6008these terms and conditions. You may not impose any further 6009restrictions on the recipients' exercise of the rights granted herein. 6010You are not responsible for enforcing compliance by third parties to 6011this License. 6012 6013 7. If, as a consequence of a court judgment or allegation of patent 6014infringement or for any other reason (not limited to patent issues), 6015conditions are imposed on you (whether by court order, agreement or 6016otherwise) that contradict the conditions of this License, they do not 6017excuse you from the conditions of this License. If you cannot 6018distribute so as to satisfy simultaneously your obligations under this 6019License and any other pertinent obligations, then as a consequence you 6020may not distribute the Program at all. For example, if a patent 6021license would not permit royalty-free redistribution of the Program by 6022all those who receive copies directly or indirectly through you, then 6023the only way you could satisfy both it and this License would be to 6024refrain entirely from distribution of the Program. 6025 6026If any portion of this section is held invalid or unenforceable under 6027any particular circumstance, the balance of the section is intended to 6028apply and the section as a whole is intended to apply in other 6029circumstances. 6030 6031It is not the purpose of this section to induce you to infringe any 6032patents or other property right claims or to contest validity of any 6033such claims; this section has the sole purpose of protecting the 6034integrity of the free software distribution system, which is 6035implemented by public license practices. Many people have made 6036generous contributions to the wide range of software distributed 6037through that system in reliance on consistent application of that 6038system; it is up to the author/donor to decide if he or she is willing 6039to distribute software through any other system and a licensee cannot 6040impose that choice. 6041 6042This section is intended to make thoroughly clear what is believed to 6043be a consequence of the rest of this License. 6044 6045 8. If the distribution and/or use of the Program is restricted in 6046certain countries either by patents or by copyrighted interfaces, the 6047original copyright holder who places the Program under this License 6048may add an explicit geographical distribution limitation excluding 6049those countries, so that distribution is permitted only in or among 6050countries not thus excluded. In such case, this License incorporates 6051the limitation as if written in the body of this License. 6052 6053 9. The Free Software Foundation may publish revised and/or new versions 6054of the General Public License from time to time. Such new versions will 6055be similar in spirit to the present version, but may differ in detail to 6056address new problems or concerns. 6057 6058Each version is given a distinguishing version number. If the Program 6059specifies a version number of this License which applies to it and "any 6060later version", you have the option of following the terms and conditions 6061either of that version or of any later version published by the Free 6062Software Foundation. If the Program does not specify a version number of 6063this License, you may choose any version ever published by the Free Software 6064Foundation. 6065 6066 10. If you wish to incorporate parts of the Program into other free 6067programs whose distribution conditions are different, write to the author 6068to ask for permission. For software which is copyrighted by the Free 6069Software Foundation, write to the Free Software Foundation; we sometimes 6070make exceptions for this. Our decision will be guided by the two goals 6071of preserving the free status of all derivatives of our free software and 6072of promoting the sharing and reuse of software generally. 6073 6074 NO WARRANTY 6075 6076 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 6077FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 6078OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 6079PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 6080OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 6081MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 6082TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 6083PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 6084REPAIR OR CORRECTION. 6085 6086 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 6087WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 6088REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 6089INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 6090OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 6091TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 6092YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 6093PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 6094POSSIBILITY OF SUCH DAMAGES. 6095 6096 END OF TERMS AND CONDITIONS 6097 6098 How to Apply These Terms to Your New Programs 6099 6100 If you develop a new program, and you want it to be of the greatest 6101possible use to the public, the best way to achieve this is to make it 6102free software which everyone can redistribute and change under these terms. 6103 6104 To do so, attach the following notices to the program. It is safest 6105to attach them to the start of each source file to most effectively 6106convey the exclusion of warranty; and each file should have at least 6107the "copyright" line and a pointer to where the full notice is found. 6108 6109 <one line to give the program's name and a brief idea of what it does.> 6110 Copyright (C) <year> <name of author> 6111 6112 This program is free software; you can redistribute it and/or modify 6113 it under the terms of the GNU General Public License as published by 6114 the Free Software Foundation; either version 2 of the License, or 6115 (at your option) any later version. 6116 6117 This program is distributed in the hope that it will be useful, 6118 but WITHOUT ANY WARRANTY; without even the implied warranty of 6119 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 6120 GNU General Public License for more details. 6121 6122 You should have received a copy of the GNU General Public License 6123 along with this program; if not, write to the Free Software 6124 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 6125 6126 6127Also add information on how to contact you by electronic and paper mail. 6128 6129If the program is interactive, make it output a short notice like this 6130when it starts in an interactive mode: 6131 6132 Gnomovision version 69, Copyright (C) year name of author 6133 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 6134 This is free software, and you are welcome to redistribute it 6135 under certain conditions; type `show c' for details. 6136 6137The hypothetical commands `show w' and `show c' should show the appropriate 6138parts of the General Public License. Of course, the commands you use may 6139be called something other than `show w' and `show c'; they could even be 6140mouse-clicks or menu items--whatever suits your program. 6141 6142You should also get your employer (if you work as a programmer) or your 6143school, if any, to sign a "copyright disclaimer" for the program, if 6144necessary. Here is a sample; alter the names: 6145 6146 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 6147 `Gnomovision' (which makes passes at compilers) written by James Hacker. 6148 6149 <signature of Ty Coon>, 1 April 1989 6150 Ty Coon, President of Vice 6151 6152This General Public License does not permit incorporating your program into 6153proprietary programs. If your program is a subroutine library, you may 6154consider it more useful to permit linking proprietary applications with the 6155library. If this is what you want to do, use the GNU Library General 6156Public License instead of this License. 6157 6158-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6159</pre> 6160<ul> 6161 6162</ul> 6163</div> 6164</div> 6165 6166 6167<div class="product"> 6168<span class="title">engine_pkcs11-0.1.8</span> 6169<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6170<span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span> 6171<div class="licence"> 6172<pre></pre> 6173<ul> 6174<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 6175</ul> 6176</div> 6177</div> 6178 6179 6180<div class="product"> 6181<span class="title">eselect-opengl-1.2.4</span> 6182<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6183<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 6184<div class="licence"> 6185<pre></pre> 6186<ul> 6187<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6188</ul> 6189</div> 6190</div> 6191 6192 6193<div class="product"> 6194<span class="title">eselect-python-20100321</span> 6195<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6196<span class="homepage"><a href="http://www.gentoo.org">homepage</a></span> 6197<div class="licence"> 6198<pre></pre> 6199<ul> 6200<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6201</ul> 6202</div> 6203</div> 6204 6205 6206<div class="product"> 6207<span class="title">ethtool-3.12.1</span> 6208<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6209<span class="homepage"><a href="http://www.kernel.org/pub/software/network/ethtool/">homepage</a></span> 6210<div class="licence"> 6211<pre></pre> 6212<ul> 6213<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6214</ul> 6215</div> 6216</div> 6217 6218 6219<div class="product"> 6220<span class="title">evtest-1.29</span> 6221<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6222<span class="homepage"><a href="http://cgit.freedesktop.org/evtest/">homepage</a></span> 6223<div class="licence"> 6224<pre></pre> 6225<ul> 6226<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6227</ul> 6228</div> 6229</div> 6230 6231 6232<div class="product"> 6233<span class="title">exfat-utils-1.0.2_pre401</span> 6234<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6235<span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span> 6236<div class="licence"> 6237<pre></pre> 6238<ul> 6239<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 6240</ul> 6241</div> 6242</div> 6243 6244 6245<div class="product"> 6246<span class="title">expat-2.1.0</span> 6247<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6248<span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span> 6249<div class="licence"> 6250<pre>Scanned Source License expat-2.1.0/COPYING: 6251 6252Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 6253 and Clark Cooper 6254Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. 6255 6256Permission is hereby granted, free of charge, to any person obtaining 6257a copy of this software and associated documentation files (the 6258"Software"), to deal in the Software without restriction, including 6259without limitation the rights to use, copy, modify, merge, publish, 6260distribute, sublicense, and/or sell copies of the Software, and to 6261permit persons to whom the Software is furnished to do so, subject to 6262the following conditions: 6263 6264The above copyright notice and this permission notice shall be included 6265in all copies or substantial portions of the Software. 6266 6267THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 6268EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 6269MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 6270IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 6271CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 6272TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 6273SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6274 6275-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6276</pre> 6277<ul> 6278 6279</ul> 6280</div> 6281</div> 6282 6283 6284<div class="product"> 6285<span class="title">fftw-3.2.2</span> 6286<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6287<span class="homepage"><a href="http://www.fftw.org/">homepage</a></span> 6288<div class="licence"> 6289<pre></pre> 6290<ul> 6291<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6292</ul> 6293</div> 6294</div> 6295 6296 6297<div class="product"> 6298<span class="title">file-5.15</span> 6299<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6300<span class="homepage"><a href="http://www.darwinsys.com/file/">homepage</a></span> 6301<div class="licence"> 6302<pre>Scanned Source License file-5.15/COPYING: 6303 6304$File: COPYING,v 1.1 2008/02/05 19:08:11 christos Exp $ 6305Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. 6306Software written by Ian F. Darwin and others; 6307maintained 1994- Christos Zoulas. 6308 6309This software is not subject to any export provision of the United States 6310Department of Commerce, and may be exported to any country or planet. 6311 6312Redistribution and use in source and binary forms, with or without 6313modification, are permitted provided that the following conditions 6314are met: 63151. Redistributions of source code must retain the above copyright 6316 notice immediately at the beginning of the file, without modification, 6317 this list of conditions, and the following disclaimer. 63182. Redistributions in binary form must reproduce the above copyright 6319 notice, this list of conditions and the following disclaimer in the 6320 documentation and/or other materials provided with the distribution. 6321 6322THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 6323ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 6324IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 6325ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR 6326ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 6327DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 6328OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 6329HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 6330LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 6331OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 6332SUCH DAMAGE. 6333 6334-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6335</pre> 6336<ul> 6337 6338</ul> 6339</div> 6340</div> 6341 6342 6343<div class="product"> 6344<span class="title">findutils-4.4.2</span> 6345<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6346<span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span> 6347<div class="licence"> 6348<pre></pre> 6349<ul> 6350<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6351</ul> 6352</div> 6353</div> 6354 6355 6356<div class="product"> 6357<span class="title">fio-2.1.8</span> 6358<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6359<span class="homepage"><a href="http://brick.kernel.dk/snaps/">homepage</a></span> 6360<div class="licence"> 6361<pre></pre> 6362<ul> 6363<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6364</ul> 6365</div> 6366</div> 6367 6368 6369<div class="product"> 6370<span class="title">fixesproto-5.0</span> 6371<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6372<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6373<div class="licence"> 6374<pre>Scanned Source License fixesproto-5.0/COPYING: 6375 6376Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 6377Copyright 2010 Red Hat, Inc. 6378 6379Permission is hereby granted, free of charge, to any person obtaining a 6380copy of this software and associated documentation files (the "Software"), 6381to deal in the Software without restriction, including without limitation 6382the rights to use, copy, modify, merge, publish, distribute, sublicense, 6383and/or sell copies of the Software, and to permit persons to whom the 6384Software is furnished to do so, subject to the following conditions: 6385 6386The above copyright notice and this permission notice (including the next 6387paragraph) shall be included in all copies or substantial portions of the 6388Software. 6389 6390THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6391IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6392FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6393THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6394LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6395FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 6396DEALINGS IN THE SOFTWARE. 6397 6398Copyright © 2001,2003 Keith Packard 6399 6400Permission to use, copy, modify, distribute, and sell this software and its 6401documentation for any purpose is hereby granted without fee, provided that 6402the above copyright notice appear in all copies and that both that 6403copyright notice and this permission notice appear in supporting 6404documentation, and that the name of Keith Packard not be used in 6405advertising or publicity pertaining to distribution of the software without 6406specific, written prior permission. Keith Packard makes no 6407representations about the suitability of this software for any purpose. It 6408is provided "as is" without express or implied warranty. 6409 6410KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6411INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 6412EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6413CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 6414DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 6415TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6416PERFORMANCE OF THIS SOFTWARE. 6417 6418 6419-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6420</pre> 6421<ul> 6422 6423</ul> 6424</div> 6425</div> 6426 6427 6428<div class="product"> 6429<span class="title">flashmap-0.3</span> 6430<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6431<span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span> 6432<div class="licence"> 6433<pre></pre> 6434<ul> 6435<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 6436</ul> 6437</div> 6438</div> 6439 6440 6441<div class="product"> 6442<span class="title">flashrom-0.9.4</span> 6443<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6444<span class="homepage"><a href="http://flashrom.org/">homepage</a></span> 6445<div class="licence"> 6446<pre></pre> 6447<ul> 6448<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6449</ul> 6450</div> 6451</div> 6452 6453 6454<div class="product"> 6455<span class="title">flex-2.5.37</span> 6456<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6457<span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span> 6458<div class="licence"> 6459<pre>Gentoo Package Stock License FLEX: 6460 6461Flex carries the copyright used for BSD software, slightly modified 6462because it originated at the Lawrence Berkeley (not Livermore!) Laboratory, 6463which operates under a contract with the Department of Energy: 6464 6465 Copyright (c) 1990 The Regents of the University of California. 6466 All rights reserved. 6467 6468 This code is derived from software contributed to Berkeley by 6469 Vern Paxson. 6470 6471 The United States Government has rights in this work pursuant 6472 to contract no. DE-AC03-76SF00098 between the United States 6473 Department of Energy and the University of California. 6474 6475 Redistribution and use in source and binary forms with or without 6476 modification are permitted provided that: (1) source distributions 6477 retain this entire copyright notice and comment, and (2) 6478 distributions including binaries display the following 6479 acknowledgement: ``This product includes software developed by the 6480 University of California, Berkeley and its contributors'' in the 6481 documentation or other materials provided with the distribution and 6482 in all advertising materials mentioning features or use of this 6483 software. Neither the name of the University nor the names of its 6484 contributors may be used to endorse or promote products derived 6485 from this software without specific prior written permission. 6486 6487 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 6488 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 6489 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6490 PURPOSE. 6491 6492This basically says "do whatever you please with this software except 6493remove this notice or take advantage of the University's (or the flex 6494authors') name". 6495 6496Note that the "flex.skl" scanner skeleton carries no copyright notice. 6497You are free to do whatever you please with scanners generated using flex; 6498for them, you are not even bound by the above copyright. 6499 6500-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6501</pre> 6502<ul> 6503 6504</ul> 6505</div> 6506</div> 6507 6508 6509<div class="product"> 6510<span class="title">font-util-1.2.0</span> 6511<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6512<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6513<div class="licence"> 6514<pre>Scanned Source License font-util-1.2.0/COPYING: 6515 6516Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. 6517 6518Permission is hereby granted, free of charge, to any person obtaining a 6519copy of this software and associated documentation files (the "Software"), 6520to deal in the Software without restriction, including without limitation 6521the rights to use, copy, modify, merge, publish, distribute, sublicense, 6522and/or sell copies of the Software, and to permit persons to whom the 6523Software is furnished to do so, subject to the following conditions: 6524 6525The above copyright notice and this permission notice (including the next 6526paragraph) shall be included in all copies or substantial portions of the 6527Software. 6528 6529THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6530IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6531FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6532THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 6533LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 6534FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 6535DEALINGS IN THE SOFTWARE. 6536 6537 ------------------------------------------------------------------------ 6538 6539Copyright (c) 2003 The NetBSD Foundation, Inc. 6540All rights reserved. 6541 6542This code is derived from software contributed to The NetBSD Foundation 6543by Ben Collver <collver1@attbi.com>. 6544 6545Redistribution and use in source and binary forms, with or without 6546modification, are permitted provided that the following conditions 6547are met: 65481. Redistributions of source code must retain the above copyright 6549 notice, this list of conditions and the following disclaimer. 65502. Redistributions in binary form must reproduce the above copyright 6551 notice, this list of conditions and the following disclaimer in the 6552 documentation and/or other materials provided with the distribution. 6553 6554THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 6555``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6556TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6557PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 6558BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 6559CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 6560SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 6561INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 6562CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 6563ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 6564POSSIBILITY OF SUCH DAMAGE. 6565 6566 ------------------------------------------------------------------------ 6567 6568Copyright (c) 2006 Martin Husemann. 6569Copyright (c) 2007 Joerg Sonnenberger. 6570All rights reserved. 6571 6572Redistribution and use in source and binary forms, with or without 6573modification, are permitted provided that the following conditions 6574are met: 65751. Redistributions of source code must retain the above copyright 6576 notice, this list of conditions and the following disclaimer. 65772. The name of the author may not be used to endorse or promote 6578 products derived from this software without specific prior 6579 written permission. 6580 6581THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 6582``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6583TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6584PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 6585BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 6586CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 6587SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 6588INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 6589CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 6590ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 6591POSSIBILITY OF SUCH DAMAGE. 6592 6593 ------------------------------------------------------------------------ 6594 6595Copyright 2005 Red Hat, Inc 6596 6597Permission to use, copy, modify, distribute, and sell this software and its 6598documentation for any purpose is hereby granted without fee, provided that 6599the above copyright notice appear in all copies and that both that 6600copyright notice and this permission notice appear in supporting 6601documentation. 6602 6603The above copyright notice and this permission notice shall be included 6604in all copies or substantial portions of the Software. 6605 6606THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 6607OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 6608MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 6609IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 6610OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 6611ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 6612OTHER DEALINGS IN THE SOFTWARE. 6613 6614Except as contained in this notice, the name of the copyright holders shall 6615not be used in advertising or otherwise to promote the sale, use or 6616other dealings in this Software without prior written authorization 6617from the copyright holders. 6618 6619 ------------------------------------------------------------------------ 6620 6621Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved. 6622 6623This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 6624No claims are made as to fitness for any particular purpose. No 6625warranties of any kind are expressed or implied. The recipient 6626agrees to determine applicability of information provided. If this 6627file has been provided on optical media by Unicode, Inc., the sole 6628remedy for any claim will be exchange of defective media within 90 6629days of receipt. 6630 6631Unicode, Inc. hereby grants the right to freely use the information 6632supplied in this file in the creation of products supporting the 6633Unicode Standard, and to make copies of this file in any form for 6634internal or external distribution as long as this notice remains 6635attached. 6636 6637-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6638</pre> 6639<ul> 6640 6641</ul> 6642</div> 6643</div> 6644 6645 6646<div class="product"> 6647<span class="title">fontconfig-2.7.1</span> 6648<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6649<span class="homepage"><a href="http://fontconfig.org/">homepage</a></span> 6650<div class="licence"> 6651<pre>Scanned Source License fontconfig-2.7.1/COPYING: 6652 6653fontconfig/COPYING 6654 6655Copyright © 2001,2003 Keith Packard 6656 6657Permission to use, copy, modify, distribute, and sell this software and its 6658documentation for any purpose is hereby granted without fee, provided that 6659the above copyright notice appear in all copies and that both that 6660copyright notice and this permission notice appear in supporting 6661documentation, and that the name of Keith Packard not be used in 6662advertising or publicity pertaining to distribution of the software without 6663specific, written prior permission. Keith Packard makes no 6664representations about the suitability of this software for any purpose. It 6665is provided "as is" without express or implied warranty. 6666 6667THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 6668INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 6669EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 6670CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 6671DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 6672TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 6673PERFORMANCE OF THIS SOFTWARE. 6674 6675 6676-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6677</pre> 6678<ul> 6679 6680</ul> 6681</div> 6682</div> 6683 6684 6685<div class="product"> 6686<span class="title">fontsproto-2.1.1</span> 6687<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6688<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 6689<div class="licence"> 6690<pre>Scanned Source License fontsproto-2.1.1/COPYING: 6691 6692Copyright 1990, 1991 Network Computing Devices; 6693Portions Copyright 1987 by Digital Equipment Corporation 6694 6695Permission to use, copy, modify, distribute, and sell this software and 6696its documentation for any purpose is hereby granted without fee, provided 6697that the above copyright notice appear in all copies and that both that 6698copyright notice and this permission notice appear in supporting 6699documentation, and that the names of Network Computing Devices or Digital 6700not be used in advertising or publicity pertaining to distribution 6701of the software without specific, written prior permission. 6702Network Computing Devices and Digital make no representations 6703about the suitability of this software for any purpose. It is provided 6704"as is" without express or implied warranty. 6705 6706NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH 6707REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 6708MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES 6709OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 6710DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 6711PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 6712ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 6713THIS SOFTWARE. 6714 6715 6716Copyright 1990, 1991, 1998 The Open Group 6717 6718Permission to use, copy, modify, distribute, and sell this software and its 6719documentation for any purpose is hereby granted without fee, provided that 6720the above copyright notice appear in all copies and that both that 6721copyright notice and this permission notice appear in supporting 6722documentation. 6723 6724The above copyright notice and this permission notice shall be included in 6725all copies or substantial portions of the Software. 6726 6727THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6728IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6729FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6730OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 6731AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6732CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6733 6734Except as contained in this notice, the name of The Open Group shall not be 6735used in advertising or otherwise to promote the sale, use or other dealings 6736in this Software without prior written authorization from The Open Group. 6737 6738 6739Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 6740 6741 All Rights Reserved 6742 6743Permission to use, copy, modify, and distribute this software and its 6744documentation for any purpose and without fee is hereby granted, 6745provided that the above copyright notice appear in all copies and that 6746both that copyright notice and this permission notice appear in 6747supporting documentation, and that the name of Digital not be 6748used in advertising or publicity pertaining to distribution of the 6749software without specific, written prior permission. 6750 6751DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 6752ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 6753DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 6754ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 6755WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 6756ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 6757SOFTWARE. 6758 6759 6760Copyright (c) 1999 The XFree86 Project Inc. 6761 6762All Rights Reserved. 6763 6764The above copyright notice and this permission notice shall be included in 6765all copies or substantial portions of the Software. 6766 6767THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6768IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6769FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 6770OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 6771AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6772CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6773 6774Except as contained in this notice, the name of The XFree86 Project 6775Inc. shall not be used in advertising or otherwise to promote the 6776sale, use or other dealings in this Software without prior written 6777authorization from The XFree86 Project Inc.. 6778 6779-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6780</pre> 6781<ul> 6782 6783</ul> 6784</div> 6785</div> 6786 6787 6788<div class="product"> 6789<span class="title">freeglut-2.4.0</span> 6790<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6791<span class="homepage"><a href="http://freeglut.sourceforge.net/">homepage</a></span> 6792<div class="licence"> 6793<pre>Scanned Source License freeglut-2.4.0/COPYING: 6794 6795 6796 Freeglut Copyright 6797 ------------------ 6798 6799 Freeglut code without an explicit copyright is covered by the following 6800 copyright: 6801 6802 Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved. 6803 Permission is hereby granted, free of charge, to any person obtaining a copy 6804 of this software and associated documentation files (the "Software"), to deal 6805 in the Software without restriction, including without limitation the rights 6806 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6807 copies or substantial portions of the Software. 6808 6809 The above copyright notice and this permission notice shall be included in 6810 all copies or substantial portions of the Software. 6811 6812 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6813 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 6814 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 6815 PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 6816 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 6817 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 6818 6819 Except as contained in this notice, the name of Pawel W. Olszta shall not be 6820 used in advertising or otherwise to promote the sale, use or other dealings 6821 in this Software without prior written authorization from Pawel W. Olszta. 6822 6823-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6824</pre> 6825<ul> 6826 6827</ul> 6828</div> 6829</div> 6830 6831 6832<div class="product"> 6833<span class="title">freeimage-3.15.3</span> 6834<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6835<span class="homepage"><a href="http://freeimage.sourceforge.net/">homepage</a></span> 6836<div class="licence"> 6837<pre>Gentoo Package Stock License FIPL-1.0: 6838 6839FreeImage Public License - Version 1.0 6840--------------------------------------------- 6841 68421. Definitions. 6843 68441.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. 6845 68461.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. 6847 68481.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. 6849 68501.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. 6851 68521.5. "Executable" means Covered Code in any form other than Source Code. 6853 68541.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 6855 68561.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 6857 68581.8. "License" means this document. 6859 68601.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 6861Modification is: 6862 6863A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. 6864 6865B. Any new file that contains any part of the Original Code or previous Modifications. 6866 68671.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. 6868 68691.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 6870compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. 6871 68721.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 6873direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 6874 68752. Source Code License. 6876 68772.1. The Initial Developer Grant. 6878The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: 6879 6880(a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and 6881 6882(b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("Utilize") the Original Code (or portions thereof), but solely to the extent that 6883any 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 6884combinations. 6885 68862.2. Contributor Grant. 6887Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: 6888 6889(a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and 6890 6891(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that 6892may be necessary to Utilize further Modifications or combinations. 6893 68943. Distribution Obligations. 6895 68963.1. Application of License. 6897The 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 6898restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. 6899 69003.2. Availability of Source Code. 6901Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. 6902 69033.3. Description of Modifications. 6904You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. 6905 69063.4. Intellectual Property Matters 6907 6908(a) Third Party Claims. 6909If 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 6910available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. 6911 6912(b) Contributor APIs. 6913If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file. 6914 69153.5. Required Notices. 6916You 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 6917structure, 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 6918liability 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 6919warranty, support, indemnity or liability terms You offer. 6920 69213.6. Distribution of Executable Versions. 6922You 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 6923describe 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, 6924provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. 6925 69263.7. Larger Works. 6927You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. 6928 69294. Inability to Comply Due to Statute or Regulation. 6930 6931If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 6932 69335. Application of this License. 6934 6935This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code. 6936 69376. Versions of the License. 6938 69396.1. New Versions. 6940Floris van den Berg may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. 6941 69426.2. Effect of New Versions. 6943Once 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 6944No one other than Floris van den Berg has the right to modify the terms applicable to Covered Code created under this License. 6945 69466.3. Derivative Works. 6947If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases "FreeImage", `FreeImage Public License", "FIPL", or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the FreeImage Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) 6948 69497. DISCLAIMER OF WARRANTY. 6950 6951COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 6952 69538. TERMINATION. 6954 6955This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. 6956 69579. LIMITATION OF LIABILITY. 6958 6959UNDER 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 6960EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 6961 696210. U.S. GOVERNMENT END USERS. 6963 6964The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 6965 696611. MISCELLANEOUS. 6967 6968This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by Dutch law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the The Netherlands: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Almelo, The Netherlands; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the court of Almelo, The Netherlands with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. 6969 697012. RESPONSIBILITY FOR CLAIMS. 6971 6972Except 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 6973on 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 6974responsibility on an equitable basis. 6975 6976EXHIBIT A. 6977 6978"The contents of this file are subject to the FreeImage Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://home.wxs.nl/~flvdberg/freeimage-license.txt 6979 6980Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. 6981-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 6982</pre> 6983<ul> 6984<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6985</ul> 6986</div> 6987</div> 6988 6989 6990<div class="product"> 6991<span class="title">freetype-2.5.0.1</span> 6992<a class="show" href="#" onclick="return toggle(this);">show license text</a> 6993<span class="homepage"><a href="http://www.freetype.org/">homepage</a></span> 6994<div class="licence"> 6995<pre></pre> 6996<ul> 6997<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 6998<li><a href='#FTL'>Gentoo Package Stock License FTL</a></li> 6999<li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 7000</ul> 7001</div> 7002</div> 7003 7004 7005<div class="product"> 7006<span class="title">fuse-2.8.6</span> 7007<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7008<span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span> 7009<div class="licence"> 7010<pre></pre> 7011<ul> 7012<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7013</ul> 7014</div> 7015</div> 7016 7017 7018<div class="product"> 7019<span class="title">fuse-exfat-1.0.2_pre401</span> 7020<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7021<span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span> 7022<div class="licence"> 7023<pre></pre> 7024<ul> 7025<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7026</ul> 7027</div> 7028</div> 7029 7030 7031<div class="product"> 7032<span class="title">gcc-libs-4.8.2</span> 7033<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7034<span class="homepage"><a href="">homepage</a></span> 7035<div class="licence"> 7036<pre>Gentoo Package Stock License FDL-1.2: 7037 7038 GNU Free Documentation License 7039 Version 1.2, November 2002 7040 7041 7042 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 7043 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 7044 Everyone is permitted to copy and distribute verbatim copies 7045 of this license document, but changing it is not allowed. 7046 7047 70480. PREAMBLE 7049 7050The purpose of this License is to make a manual, textbook, or other 7051functional and useful document "free" in the sense of freedom: to 7052assure everyone the effective freedom to copy and redistribute it, 7053with or without modifying it, either commercially or noncommercially. 7054Secondarily, this License preserves for the author and publisher a way 7055to get credit for their work, while not being considered responsible 7056for modifications made by others. 7057 7058This License is a kind of "copyleft", which means that derivative 7059works of the document must themselves be free in the same sense. It 7060complements the GNU General Public License, which is a copyleft 7061license designed for free software. 7062 7063We have designed this License in order to use it for manuals for free 7064software, because free software needs free documentation: a free 7065program should come with manuals providing the same freedoms that the 7066software does. But this License is not limited to software manuals; 7067it can be used for any textual work, regardless of subject matter or 7068whether it is published as a printed book. We recommend this License 7069principally for works whose purpose is instruction or reference. 7070 7071 70721. APPLICABILITY AND DEFINITIONS 7073 7074This License applies to any manual or other work, in any medium, that 7075contains a notice placed by the copyright holder saying it can be 7076distributed under the terms of this License. Such a notice grants a 7077world-wide, royalty-free license, unlimited in duration, to use that 7078work under the conditions stated herein. The "Document", below, 7079refers to any such manual or work. Any member of the public is a 7080licensee, and is addressed as "you". You accept the license if you 7081copy, modify or distribute the work in a way requiring permission 7082under copyright law. 7083 7084A "Modified Version" of the Document means any work containing the 7085Document or a portion of it, either copied verbatim, or with 7086modifications and/or translated into another language. 7087 7088A "Secondary Section" is a named appendix or a front-matter section of 7089the Document that deals exclusively with the relationship of the 7090publishers or authors of the Document to the Document's overall subject 7091(or to related matters) and contains nothing that could fall directly 7092within that overall subject. (Thus, if the Document is in part a 7093textbook of mathematics, a Secondary Section may not explain any 7094mathematics.) The relationship could be a matter of historical 7095connection with the subject or with related matters, or of legal, 7096commercial, philosophical, ethical or political position regarding 7097them. 7098 7099The "Invariant Sections" are certain Secondary Sections whose titles 7100are designated, as being those of Invariant Sections, in the notice 7101that says that the Document is released under this License. If a 7102section does not fit the above definition of Secondary then it is not 7103allowed to be designated as Invariant. The Document may contain zero 7104Invariant Sections. If the Document does not identify any Invariant 7105Sections then there are none. 7106 7107The "Cover Texts" are certain short passages of text that are listed, 7108as Front-Cover Texts or Back-Cover Texts, in the notice that says that 7109the Document is released under this License. A Front-Cover Text may 7110be at most 5 words, and a Back-Cover Text may be at most 25 words. 7111 7112A "Transparent" copy of the Document means a machine-readable copy, 7113represented in a format whose specification is available to the 7114general public, that is suitable for revising the document 7115straightforwardly with generic text editors or (for images composed of 7116pixels) generic paint programs or (for drawings) some widely available 7117drawing editor, and that is suitable for input to text formatters or 7118for automatic translation to a variety of formats suitable for input 7119to text formatters. A copy made in an otherwise Transparent file 7120format whose markup, or absence of markup, has been arranged to thwart 7121or discourage subsequent modification by readers is not Transparent. 7122An image format is not Transparent if used for any substantial amount 7123of text. A copy that is not "Transparent" is called "Opaque". 7124 7125Examples of suitable formats for Transparent copies include plain 7126ASCII without markup, Texinfo input format, LaTeX input format, SGML 7127or XML using a publicly available DTD, and standard-conforming simple 7128HTML, PostScript or PDF designed for human modification. Examples of 7129transparent image formats include PNG, XCF and JPG. Opaque formats 7130include proprietary formats that can be read and edited only by 7131proprietary word processors, SGML or XML for which the DTD and/or 7132processing tools are not generally available, and the 7133machine-generated HTML, PostScript or PDF produced by some word 7134processors for output purposes only. 7135 7136The "Title Page" means, for a printed book, the title page itself, 7137plus such following pages as are needed to hold, legibly, the material 7138this License requires to appear in the title page. For works in 7139formats which do not have any title page as such, "Title Page" means 7140the text near the most prominent appearance of the work's title, 7141preceding the beginning of the body of the text. 7142 7143A section "Entitled XYZ" means a named subunit of the Document whose 7144title either is precisely XYZ or contains XYZ in parentheses following 7145text that translates XYZ in another language. (Here XYZ stands for a 7146specific section name mentioned below, such as "Acknowledgements", 7147"Dedications", "Endorsements", or "History".) To "Preserve the Title" 7148of such a section when you modify the Document means that it remains a 7149section "Entitled XYZ" according to this definition. 7150 7151The Document may include Warranty Disclaimers next to the notice which 7152states that this License applies to the Document. These Warranty 7153Disclaimers are considered to be included by reference in this 7154License, but only as regards disclaiming warranties: any other 7155implication that these Warranty Disclaimers may have is void and has 7156no effect on the meaning of this License. 7157 7158 71592. VERBATIM COPYING 7160 7161You may copy and distribute the Document in any medium, either 7162commercially or noncommercially, provided that this License, the 7163copyright notices, and the license notice saying this License applies 7164to the Document are reproduced in all copies, and that you add no other 7165conditions whatsoever to those of this License. You may not use 7166technical measures to obstruct or control the reading or further 7167copying of the copies you make or distribute. However, you may accept 7168compensation in exchange for copies. If you distribute a large enough 7169number of copies you must also follow the conditions in section 3. 7170 7171You may also lend copies, under the same conditions stated above, and 7172you may publicly display copies. 7173 7174 71753. COPYING IN QUANTITY 7176 7177If you publish printed copies (or copies in media that commonly have 7178printed covers) of the Document, numbering more than 100, and the 7179Document's license notice requires Cover Texts, you must enclose the 7180copies in covers that carry, clearly and legibly, all these Cover 7181Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 7182the back cover. Both covers must also clearly and legibly identify 7183you as the publisher of these copies. The front cover must present 7184the full title with all words of the title equally prominent and 7185visible. You may add other material on the covers in addition. 7186Copying with changes limited to the covers, as long as they preserve 7187the title of the Document and satisfy these conditions, can be treated 7188as verbatim copying in other respects. 7189 7190If the required texts for either cover are too voluminous to fit 7191legibly, you should put the first ones listed (as many as fit 7192reasonably) on the actual cover, and continue the rest onto adjacent 7193pages. 7194 7195If you publish or distribute Opaque copies of the Document numbering 7196more than 100, you must either include a machine-readable Transparent 7197copy along with each Opaque copy, or state in or with each Opaque copy 7198a computer-network location from which the general network-using 7199public has access to download using public-standard network protocols 7200a complete Transparent copy of the Document, free of added material. 7201If you use the latter option, you must take reasonably prudent steps, 7202when you begin distribution of Opaque copies in quantity, to ensure 7203that this Transparent copy will remain thus accessible at the stated 7204location until at least one year after the last time you distribute an 7205Opaque copy (directly or through your agents or retailers) of that 7206edition to the public. 7207 7208It is requested, but not required, that you contact the authors of the 7209Document well before redistributing any large number of copies, to give 7210them a chance to provide you with an updated version of the Document. 7211 7212 72134. MODIFICATIONS 7214 7215You may copy and distribute a Modified Version of the Document under 7216the conditions of sections 2 and 3 above, provided that you release 7217the Modified Version under precisely this License, with the Modified 7218Version filling the role of the Document, thus licensing distribution 7219and modification of the Modified Version to whoever possesses a copy 7220of it. In addition, you must do these things in the Modified Version: 7221 7222A. Use in the Title Page (and on the covers, if any) a title distinct 7223 from that of the Document, and from those of previous versions 7224 (which should, if there were any, be listed in the History section 7225 of the Document). You may use the same title as a previous version 7226 if the original publisher of that version gives permission. 7227B. List on the Title Page, as authors, one or more persons or entities 7228 responsible for authorship of the modifications in the Modified 7229 Version, together with at least five of the principal authors of the 7230 Document (all of its principal authors, if it has fewer than five), 7231 unless they release you from this requirement. 7232C. State on the Title page the name of the publisher of the 7233 Modified Version, as the publisher. 7234D. Preserve all the copyright notices of the Document. 7235E. Add an appropriate copyright notice for your modifications 7236 adjacent to the other copyright notices. 7237F. Include, immediately after the copyright notices, a license notice 7238 giving the public permission to use the Modified Version under the 7239 terms of this License, in the form shown in the Addendum below. 7240G. Preserve in that license notice the full lists of Invariant Sections 7241 and required Cover Texts given in the Document's license notice. 7242H. Include an unaltered copy of this License. 7243I. Preserve the section Entitled "History", Preserve its Title, and add 7244 to it an item stating at least the title, year, new authors, and 7245 publisher of the Modified Version as given on the Title Page. If 7246 there is no section Entitled "History" in the Document, create one 7247 stating the title, year, authors, and publisher of the Document as 7248 given on its Title Page, then add an item describing the Modified 7249 Version as stated in the previous sentence. 7250J. Preserve the network location, if any, given in the Document for 7251 public access to a Transparent copy of the Document, and likewise 7252 the network locations given in the Document for previous versions 7253 it was based on. These may be placed in the "History" section. 7254 You may omit a network location for a work that was published at 7255 least four years before the Document itself, or if the original 7256 publisher of the version it refers to gives permission. 7257K. For any section Entitled "Acknowledgements" or "Dedications", 7258 Preserve the Title of the section, and preserve in the section all 7259 the substance and tone of each of the contributor acknowledgements 7260 and/or dedications given therein. 7261L. Preserve all the Invariant Sections of the Document, 7262 unaltered in their text and in their titles. Section numbers 7263 or the equivalent are not considered part of the section titles. 7264M. Delete any section Entitled "Endorsements". Such a section 7265 may not be included in the Modified Version. 7266N. Do not retitle any existing section to be Entitled "Endorsements" 7267 or to conflict in title with any Invariant Section. 7268O. Preserve any Warranty Disclaimers. 7269 7270If the Modified Version includes new front-matter sections or 7271appendices that qualify as Secondary Sections and contain no material 7272copied from the Document, you may at your option designate some or all 7273of these sections as invariant. To do this, add their titles to the 7274list of Invariant Sections in the Modified Version's license notice. 7275These titles must be distinct from any other section titles. 7276 7277You may add a section Entitled "Endorsements", provided it contains 7278nothing but endorsements of your Modified Version by various 7279parties--for example, statements of peer review or that the text has 7280been approved by an organization as the authoritative definition of a 7281standard. 7282 7283You may add a passage of up to five words as a Front-Cover Text, and a 7284passage of up to 25 words as a Back-Cover Text, to the end of the list 7285of Cover Texts in the Modified Version. Only one passage of 7286Front-Cover Text and one of Back-Cover Text may be added by (or 7287through arrangements made by) any one entity. If the Document already 7288includes a cover text for the same cover, previously added by you or 7289by arrangement made by the same entity you are acting on behalf of, 7290you may not add another; but you may replace the old one, on explicit 7291permission from the previous publisher that added the old one. 7292 7293The author(s) and publisher(s) of the Document do not by this License 7294give permission to use their names for publicity for or to assert or 7295imply endorsement of any Modified Version. 7296 7297 72985. COMBINING DOCUMENTS 7299 7300You may combine the Document with other documents released under this 7301License, under the terms defined in section 4 above for modified 7302versions, provided that you include in the combination all of the 7303Invariant Sections of all of the original documents, unmodified, and 7304list them all as Invariant Sections of your combined work in its 7305license notice, and that you preserve all their Warranty Disclaimers. 7306 7307The combined work need only contain one copy of this License, and 7308multiple identical Invariant Sections may be replaced with a single 7309copy. If there are multiple Invariant Sections with the same name but 7310different contents, make the title of each such section unique by 7311adding at the end of it, in parentheses, the name of the original 7312author or publisher of that section if known, or else a unique number. 7313Make the same adjustment to the section titles in the list of 7314Invariant Sections in the license notice of the combined work. 7315 7316In the combination, you must combine any sections Entitled "History" 7317in the various original documents, forming one section Entitled 7318"History"; likewise combine any sections Entitled "Acknowledgements", 7319and any sections Entitled "Dedications". You must delete all sections 7320Entitled "Endorsements". 7321 7322 73236. COLLECTIONS OF DOCUMENTS 7324 7325You may make a collection consisting of the Document and other documents 7326released under this License, and replace the individual copies of this 7327License in the various documents with a single copy that is included in 7328the collection, provided that you follow the rules of this License for 7329verbatim copying of each of the documents in all other respects. 7330 7331You may extract a single document from such a collection, and distribute 7332it individually under this License, provided you insert a copy of this 7333License into the extracted document, and follow this License in all 7334other respects regarding verbatim copying of that document. 7335 7336 73377. AGGREGATION WITH INDEPENDENT WORKS 7338 7339A compilation of the Document or its derivatives with other separate 7340and independent documents or works, in or on a volume of a storage or 7341distribution medium, is called an "aggregate" if the copyright 7342resulting from the compilation is not used to limit the legal rights 7343of the compilation's users beyond what the individual works permit. 7344When the Document is included in an aggregate, this License does not 7345apply to the other works in the aggregate which are not themselves 7346derivative works of the Document. 7347 7348If the Cover Text requirement of section 3 is applicable to these 7349copies of the Document, then if the Document is less than one half of 7350the entire aggregate, the Document's Cover Texts may be placed on 7351covers that bracket the Document within the aggregate, or the 7352electronic equivalent of covers if the Document is in electronic form. 7353Otherwise they must appear on printed covers that bracket the whole 7354aggregate. 7355 7356 73578. TRANSLATION 7358 7359Translation is considered a kind of modification, so you may 7360distribute translations of the Document under the terms of section 4. 7361Replacing Invariant Sections with translations requires special 7362permission from their copyright holders, but you may include 7363translations of some or all Invariant Sections in addition to the 7364original versions of these Invariant Sections. You may include a 7365translation of this License, and all the license notices in the 7366Document, and any Warranty Disclaimers, provided that you also include 7367the original English version of this License and the original versions 7368of those notices and disclaimers. In case of a disagreement between 7369the translation and the original version of this License or a notice 7370or disclaimer, the original version will prevail. 7371 7372If a section in the Document is Entitled "Acknowledgements", 7373"Dedications", or "History", the requirement (section 4) to Preserve 7374its Title (section 1) will typically require changing the actual 7375title. 7376 7377 73789. TERMINATION 7379 7380You may not copy, modify, sublicense, or distribute the Document except 7381as expressly provided for under this License. Any other attempt to 7382copy, modify, sublicense or distribute the Document is void, and will 7383automatically terminate your rights under this License. However, 7384parties who have received copies, or rights, from you under this 7385License will not have their licenses terminated so long as such 7386parties remain in full compliance. 7387 7388 738910. FUTURE REVISIONS OF THIS LICENSE 7390 7391The Free Software Foundation may publish new, revised versions 7392of the GNU Free Documentation License from time to time. Such new 7393versions will be similar in spirit to the present version, but may 7394differ in detail to address new problems or concerns. See 7395http://www.gnu.org/copyleft/. 7396 7397Each version of the License is given a distinguishing version number. 7398If the Document specifies that a particular numbered version of this 7399License "or any later version" applies to it, you have the option of 7400following the terms and conditions either of that specified version or 7401of any later version that has been published (not as a draft) by the 7402Free Software Foundation. If the Document does not specify a version 7403number of this License, you may choose any version ever published (not 7404as a draft) by the Free Software Foundation. 7405 7406 7407ADDENDUM: How to use this License for your documents 7408 7409To use this License in a document you have written, include a copy of 7410the License in the document and put the following copyright and 7411license notices just after the title page: 7412 7413 Copyright (c) YEAR YOUR NAME. 7414 Permission is granted to copy, distribute and/or modify this document 7415 under the terms of the GNU Free Documentation License, Version 1.2 7416 or any later version published by the Free Software Foundation; 7417 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. 7418 A copy of the license is included in the section entitled "GNU 7419 Free Documentation License". 7420 7421If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, 7422replace the "with...Texts." line with this: 7423 7424 with the Invariant Sections being LIST THEIR TITLES, with the 7425 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 7426 7427If you have Invariant Sections without Cover Texts, or some other 7428combination of the three, merge those two alternatives to suit the 7429situation. 7430 7431If your document contains nontrivial examples of program code, we 7432recommend releasing these examples in parallel under your choice of 7433free software license, such as the GNU General Public License, 7434to permit their use in free software. 7435 7436-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7437</pre> 7438<ul> 7439<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7440<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 7441</ul> 7442</div> 7443</div> 7444 7445 7446<div class="product"> 7447<span class="title">gdb-7.7.1</span> 7448<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7449<span class="homepage"><a href="http://sourceware.org/gdb/">homepage</a></span> 7450<div class="licence"> 7451<pre></pre> 7452<ul> 7453<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7454<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 7455</ul> 7456</div> 7457</div> 7458 7459 7460<div class="product"> 7461<span class="title">gdbm-1.9.1</span> 7462<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7463<span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span> 7464<div class="licence"> 7465<pre></pre> 7466<ul> 7467<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7468</ul> 7469</div> 7470</div> 7471 7472 7473<div class="product"> 7474<span class="title">genius-app-oem-0.0.6</span> 7475<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7476<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 7477<div class="licence"> 7478<pre></pre> 7479<ul> 7480<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 7481</ul> 7482</div> 7483</div> 7484 7485 7486<div class="product"> 7487<span class="title">gestures-0.0.1</span> 7488<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7489<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 7490<div class="licence"> 7491<pre></pre> 7492<ul> 7493<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 7494</ul> 7495</div> 7496</div> 7497 7498 7499<div class="product"> 7500<span class="title">gflags-1.2</span> 7501<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7502<span class="homepage"><a href="http://code.google.com/p/google-gflags/">homepage</a></span> 7503<div class="licence"> 7504<pre>Scanned Source License gflags-1.2/COPYING: 7505 7506Copyright (c) 2006, Google Inc. 7507All rights reserved. 7508 7509Redistribution and use in source and binary forms, with or without 7510modification, are permitted provided that the following conditions are 7511met: 7512 7513 * Redistributions of source code must retain the above copyright 7514notice, this list of conditions and the following disclaimer. 7515 * Redistributions in binary form must reproduce the above 7516copyright notice, this list of conditions and the following disclaimer 7517in the documentation and/or other materials provided with the 7518distribution. 7519 * Neither the name of Google Inc. nor the names of its 7520contributors may be used to endorse or promote products derived from 7521this software without specific prior written permission. 7522 7523THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7524"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7525LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7526A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7527OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7528SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7529LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7530DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7531THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7532(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7533OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7534 7535-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7536 7537Scanned Source License gflags-1.2/packages/deb/copyright: 7538 7539This package was debianized by Google Inc. <opensource@google.com> on 754013 December 2006. 7541 7542It was downloaded from http://code.google.com/ 7543 7544Upstream Author: opensource@google.com 7545 7546Copyright (c) 2006, Google Inc. 7547All rights reserved. 7548 7549Redistribution and use in source and binary forms, with or without 7550modification, are permitted provided that the following conditions are 7551met: 7552 7553 * Redistributions of source code must retain the above copyright 7554notice, this list of conditions and the following disclaimer. 7555 * Redistributions in binary form must reproduce the above 7556copyright notice, this list of conditions and the following disclaimer 7557in the documentation and/or other materials provided with the 7558distribution. 7559 * Neither the name of Google Inc. nor the names of its 7560contributors may be used to endorse or promote products derived from 7561this software without specific prior written permission. 7562 7563THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7564"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7565LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7566A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7567OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7568SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7569LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7570DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7571THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7572(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7573OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7574 7575-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7576</pre> 7577<ul> 7578 7579</ul> 7580</div> 7581</div> 7582 7583 7584<div class="product"> 7585<span class="title">git-1.8.3.2</span> 7586<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7587<span class="homepage"><a href="http://www.git-scm.com/">homepage</a></span> 7588<div class="licence"> 7589<pre></pre> 7590<ul> 7591<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7592</ul> 7593</div> 7594</div> 7595 7596 7597<div class="product"> 7598<span class="title">glib-2.34.3</span> 7599<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7600<span class="homepage"><a href="http://www.gtk.org/">homepage</a></span> 7601<div class="licence"> 7602<pre></pre> 7603<ul> 7604<li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li> 7605<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 7606</ul> 7607</div> 7608</div> 7609 7610 7611<div class="product"> 7612<span class="title">glmark2-285</span> 7613<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7614<span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span> 7615<div class="licence"> 7616<pre></pre> 7617<ul> 7618<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 7619</ul> 7620</div> 7621</div> 7622 7623 7624<div class="product"> 7625<span class="title">glog-0.3.2</span> 7626<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7627<span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span> 7628<div class="licence"> 7629<pre>Scanned Source License glog-0.3.2/COPYING: 7630 7631Copyright (c) 2008, Google Inc. 7632All rights reserved. 7633 7634Redistribution and use in source and binary forms, with or without 7635modification, are permitted provided that the following conditions are 7636met: 7637 7638 * Redistributions of source code must retain the above copyright 7639notice, this list of conditions and the following disclaimer. 7640 * Redistributions in binary form must reproduce the above 7641copyright notice, this list of conditions and the following disclaimer 7642in the documentation and/or other materials provided with the 7643distribution. 7644 * Neither the name of Google Inc. nor the names of its 7645contributors may be used to endorse or promote products derived from 7646this software without specific prior written permission. 7647 7648THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7649"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7650LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7651A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7652OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7653SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7654LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7655DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7656THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7657(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7658OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7659 7660 7661A function gettimeofday in utilities.cc is based on 7662 7663http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd 7664 7665The license of this code is: 7666 7667Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors 7668All Rights Reserved. 7669 7670Redistribution and use in source and binary forms, with or without 7671modification, are permitted provided that the following conditions are 7672met: 7673 76741. Redistributions of source code must retain the above copyright 7675 notice, this list of conditions and the following disclaimer. 7676 76772. Redistributions in binary form must reproduce the above copyright 7678 notice, this list of conditions and the following disclaimer in the 7679 documentation and/or other materials provided with the distribution. 7680 76813. Neither the name(s) of the above-listed copyright holder(s) nor the 7682 names of its contributors may be used to endorse or promote products 7683 derived from this software without specific prior written permission. 7684 7685THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7686"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7687LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7688A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7689OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7690SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7691LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7692DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7693THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7694(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7695OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7696 7697-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7698 7699Scanned Source License glog-0.3.2/packages/deb/copyright: 7700 7701This package was debianized by Google Inc. <opensource@google.com> on 770213 June 2008. 7703 7704It was downloaded from http://code.google.com/ 7705 7706Upstream Author: opensource@google.com 7707 7708Copyright (c) 2008, Google Inc. 7709All rights reserved. 7710 7711Redistribution and use in source and binary forms, with or without 7712modification, are permitted provided that the following conditions are 7713met: 7714 7715 * Redistributions of source code must retain the above copyright 7716notice, this list of conditions and the following disclaimer. 7717 * Redistributions in binary form must reproduce the above 7718copyright notice, this list of conditions and the following disclaimer 7719in the documentation and/or other materials provided with the 7720distribution. 7721 * Neither the name of Google Inc. nor the names of its 7722contributors may be used to endorse or promote products derived from 7723this software without specific prior written permission. 7724 7725THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7726"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7727LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7728A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7729OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7730SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7731LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7732DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7733THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7734(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7735OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7736 7737-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7738</pre> 7739<ul> 7740 7741</ul> 7742</div> 7743</div> 7744 7745 7746<div class="product"> 7747<span class="title">glproto-1.4.14</span> 7748<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7749<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 7750<div class="licence"> 7751<pre></pre> 7752<ul> 7753<li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 7754</ul> 7755</div> 7756</div> 7757 7758 7759<div class="product"> 7760<span class="title">glu-9.0.0</span> 7761<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7762<span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span> 7763<div class="licence"> 7764<pre></pre> 7765<ul> 7766<li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 7767</ul> 7768</div> 7769</div> 7770 7771 7772<div class="product"> 7773<span class="title">gmerge-0.0.1</span> 7774<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7775<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 7776<div class="licence"> 7777<pre></pre> 7778<ul> 7779<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 7780</ul> 7781</div> 7782</div> 7783 7784 7785<div class="product"> 7786<span class="title">gmock-1.6.0</span> 7787<a class="show" href="#" onclick="return toggle(this);">show license text</a> 7788<span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span> 7789<div class="licence"> 7790<pre>Scanned Source License gmock-1.6.0/COPYING: 7791 7792Copyright 2008, Google Inc. 7793All rights reserved. 7794 7795Redistribution and use in source and binary forms, with or without 7796modification, are permitted provided that the following conditions are 7797met: 7798 7799 * Redistributions of source code must retain the above copyright 7800notice, this list of conditions and the following disclaimer. 7801 * Redistributions in binary form must reproduce the above 7802copyright notice, this list of conditions and the following disclaimer 7803in the documentation and/or other materials provided with the 7804distribution. 7805 * Neither the name of Google Inc. nor the names of its 7806contributors may be used to endorse or promote products derived from 7807this software without specific prior written permission. 7808 7809THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7810"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7811LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7812A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7813OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7814SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7815LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7816DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7817THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7818(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7819OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7820 7821-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7822 7823Scanned Source License gmock-1.6.0/gtest/COPYING: 7824 7825Copyright 2008, Google Inc. 7826All rights reserved. 7827 7828Redistribution and use in source and binary forms, with or without 7829modification, are permitted provided that the following conditions are 7830met: 7831 7832 * Redistributions of source code must retain the above copyright 7833notice, this list of conditions and the following disclaimer. 7834 * Redistributions in binary form must reproduce the above 7835copyright notice, this list of conditions and the following disclaimer 7836in the documentation and/or other materials provided with the 7837distribution. 7838 * Neither the name of Google Inc. nor the names of its 7839contributors may be used to endorse or promote products derived from 7840this software without specific prior written permission. 7841 7842THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7843"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 7844LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 7845A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 7846OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 7847SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 7848LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 7849DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 7850THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 7851(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 7852OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7853 7854-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 7855 7856Scanned Source License gmock-1.6.0/scripts/generator/COPYING: 7857 7858 7859 Apache License 7860 Version 2.0, January 2004 7861 http://www.apache.org/licenses/ 7862 7863 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7864 7865 1. Definitions. 7866 7867 "License" shall mean the terms and conditions for use, reproduction, 7868 and distribution as defined by Sections 1 through 9 of this document. 7869 7870 "Licensor" shall mean the copyright owner or entity authorized by 7871 the copyright owner that is granting the License. 7872 7873 "Legal Entity" shall mean the union of the acting entity and all 7874 other entities that control, are controlled by, or are under common 7875 control with that entity. For the purposes of this definition, 7876 "control" means (i) the power, direct or indirect, to cause the 7877 direction or management of such entity, whether by contract or 7878 otherwise, or (ii) ownership of fifty percent (50%) or more of the 7879 outstanding shares, or (iii) beneficial ownership of such entity. 7880 7881 "You" (or "Your") shall mean an individual or Legal Entity 7882 exercising permissions granted by this License. 7883 7884 "Source" form shall mean the preferred form for making modifications, 7885 including but not limited to software source code, documentation 7886 source, and configuration files. 7887 7888 "Object" form shall mean any form resulting from mechanical 7889 transformation or translation of a Source form, including but 7890 not limited to compiled object code, generated documentation, 7891 and conversions to other media types. 7892 7893 "Work" shall mean the work of authorship, whether in Source or 7894 Object form, made available under the License, as indicated by a 7895 copyright notice that is included in or attached to the work 7896 (an example is provided in the Appendix below). 7897 7898 "Derivative Works" shall mean any work, whether in Source or Object 7899 form, that is based on (or derived from) the Work and for which the 7900 editorial revisions, annotations, elaborations, or other modifications 7901 represent, as a whole, an original work of authorship. For the purposes 7902 of this License, Derivative Works shall not include works that remain 7903 separable from, or merely link (or bind by name) to the interfaces of, 7904 the Work and Derivative Works thereof. 7905 7906 "Contribution" shall mean any work of authorship, including 7907 the original version of the Work and any modifications or additions 7908 to that Work or Derivative Works thereof, that is intentionally 7909 submitted to Licensor for inclusion in the Work by the copyright owner 7910 or by an individual or Legal Entity authorized to submit on behalf of 7911 the copyright owner. For the purposes of this definition, "submitted" 7912 means any form of electronic, verbal, or written communication sent 7913 to the Licensor or its representatives, including but not limited to 7914 communication on electronic mailing lists, source code control systems, 7915 and issue tracking systems that are managed by, or on behalf of, the 7916 Licensor for the purpose of discussing and improving the Work, but 7917 excluding communication that is conspicuously marked or otherwise 7918 designated in writing by the copyright owner as "Not a Contribution." 7919 7920 "Contributor" shall mean Licensor and any individual or Legal Entity 7921 on behalf of whom a Contribution has been received by Licensor and 7922 subsequently incorporated within the Work. 7923 7924 2. Grant of Copyright License. Subject to the terms and conditions of 7925 this License, each Contributor hereby grants to You a perpetual, 7926 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 7927 copyright license to reproduce, prepare Derivative Works of, 7928 publicly display, publicly perform, sublicense, and distribute the 7929 Work and such Derivative Works in Source or Object form. 7930 7931 3. Grant of Patent License. Subject to the terms and conditions of 7932 this License, each Contributor hereby grants to You a perpetual, 7933 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 7934 (except as stated in this section) patent license to make, have made, 7935 use, offer to sell, sell, import, and otherwise transfer the Work, 7936 where such license applies only to those patent claims licensable 7937 by such Contributor that are necessarily infringed by their 7938 Contribution(s) alone or by combination of their Contribution(s) 7939 with the Work to which such Contribution(s) was submitted. If You 7940 institute patent litigation against any entity (including a 7941 cross-claim or counterclaim in a lawsuit) alleging that the Work 7942 or a Contribution incorporated within the Work constitutes direct 7943 or contributory patent infringement, then any patent licenses 7944 granted to You under this License for that Work shall terminate 7945 as of the date such litigation is filed. 7946 7947 4. Redistribution. You may reproduce and distribute copies of the 7948 Work or Derivative Works thereof in any medium, with or without 7949 modifications, and in Source or Object form, provided that You 7950 meet the following conditions: 7951 7952 (a) You must give any other recipients of the Work or 7953 Derivative Works a copy of this License; and 7954 7955 (b) You must cause any modified files to carry prominent notices 7956 stating that You changed the files; and 7957 7958 (c) You must retain, in the Source form of any Derivative Works 7959 that You distribute, all copyright, patent, trademark, and 7960 attribution notices from the Source form of the Work, 7961 excluding those notices that do not pertain to any part of 7962 the Derivative Works; and 7963 7964 (d) If the Work includes a "NOTICE" text file as part of its 7965 distribution, then any Derivative Works that You distribute must 7966 include a readable copy of the attribution notices contained 7967 within such NOTICE file, excluding those notices that do not 7968 pertain to any part of the Derivative Works, in at least one 7969 of the following places: within a NOTICE text file distributed 7970 as part of the Derivative Works; within the Source form or 7971 documentation, if provided along with the Derivative Works; or, 7972 within a display generated by the Derivative Works, if and 7973 wherever such third-party notices normally appear. The contents 7974 of the NOTICE file are for informational purposes only and 7975 do not modify the License. You may add Your own attribution 7976 notices within Derivative Works that You distribute, alongside 7977 or as an addendum to the NOTICE text from the Work, provided 7978 that such additional attribution notices cannot be construed 7979 as modifying the License. 7980 7981 You may add Your own copyright statement to Your modifications and 7982 may provide additional or different license terms and conditions 7983 for use, reproduction, or distribution of Your modifications, or 7984 for any such Derivative Works as a whole, provided Your use, 7985 reproduction, and distribution of the Work otherwise complies with 7986 the conditions stated in this License. 7987 7988 5. Submission of Contributions. Unless You explicitly state otherwise, 7989 any Contribution intentionally submitted for inclusion in the Work 7990 by You to the Licensor shall be under the terms and conditions of 7991 this License, without any additional terms or conditions. 7992 Notwithstanding the above, nothing herein shall supersede or modify 7993 the terms of any separate license agreement you may have executed 7994 with Licensor regarding such Contributions. 7995 7996 6. Trademarks. This License does not grant permission to use the trade 7997 names, trademarks, service marks, or product names of the Licensor, 7998 except as required for reasonable and customary use in describing the 7999 origin of the Work and reproducing the content of the NOTICE file. 8000 8001 7. Disclaimer of Warranty. Unless required by applicable law or 8002 agreed to in writing, Licensor provides the Work (and each 8003 Contributor provides its Contributions) on an "AS IS" BASIS, 8004 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 8005 implied, including, without limitation, any warranties or conditions 8006 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 8007 PARTICULAR PURPOSE. You are solely responsible for determining the 8008 appropriateness of using or redistributing the Work and assume any 8009 risks associated with Your exercise of permissions under this License. 8010 8011 8. Limitation of Liability. In no event and under no legal theory, 8012 whether in tort (including negligence), contract, or otherwise, 8013 unless required by applicable law (such as deliberate and grossly 8014 negligent acts) or agreed to in writing, shall any Contributor be 8015 liable to You for damages, including any direct, indirect, special, 8016 incidental, or consequential damages of any character arising as a 8017 result of this License or out of the use or inability to use the 8018 Work (including but not limited to damages for loss of goodwill, 8019 work stoppage, computer failure or malfunction, or any and all 8020 other commercial damages or losses), even if such Contributor 8021 has been advised of the possibility of such damages. 8022 8023 9. Accepting Warranty or Additional Liability. While redistributing 8024 the Work or Derivative Works thereof, You may choose to offer, 8025 and charge a fee for, acceptance of support, warranty, indemnity, 8026 or other liability obligations and/or rights consistent with this 8027 License. However, in accepting such obligations, You may act only 8028 on Your own behalf and on Your sole responsibility, not on behalf 8029 of any other Contributor, and only if You agree to indemnify, 8030 defend, and hold each Contributor harmless for any liability 8031 incurred by, or claims asserted against, such Contributor by reason 8032 of your accepting any such warranty or additional liability. 8033 8034 END OF TERMS AND CONDITIONS 8035 8036 APPENDIX: How to apply the Apache License to your work. 8037 8038 To apply the Apache License to your work, attach the following 8039 boilerplate notice, with the fields enclosed by brackets "[]" 8040 replaced with your own identifying information. (Don't include 8041 the brackets!) The text should be enclosed in the appropriate 8042 comment syntax for the file format. We also recommend that a 8043 file or class name and description of purpose be included on the 8044 same "printed page" as the copyright notice for easier 8045 identification within third-party archives. 8046 8047 Copyright [2007] Neal Norwitz 8048 Portions Copyright [2007] Google Inc. 8049 8050 Licensed under the Apache License, Version 2.0 (the "License"); 8051 you may not use this file except in compliance with the License. 8052 You may obtain a copy of the License at 8053 8054 http://www.apache.org/licenses/LICENSE-2.0 8055 8056 Unless required by applicable law or agreed to in writing, software 8057 distributed under the License is distributed on an "AS IS" BASIS, 8058 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 8059 See the License for the specific language governing permissions and 8060 limitations under the License. 8061 8062-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8063</pre> 8064<ul> 8065 8066</ul> 8067</div> 8068</div> 8069 8070 8071<div class="product"> 8072<span class="title">gmp-5.0.2_p1</span> 8073<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8074<span class="homepage"><a href="http://gmplib.org/">homepage</a></span> 8075<div class="licence"> 8076<pre></pre> 8077<ul> 8078<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 8079</ul> 8080</div> 8081</div> 8082 8083 8084<div class="product"> 8085<span class="title">gobi-cromo-plugin-1.0.1</span> 8086<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8087<span class="homepage"><a href="">homepage</a></span> 8088<div class="licence"> 8089<pre></pre> 8090<ul> 8091<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8092</ul> 8093</div> 8094</div> 8095 8096 8097<div class="product"> 8098<span class="title">gobi-firmware-1.0.61</span> 8099<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8100<span class="homepage"><a href="">homepage</a></span> 8101<div class="licence"> 8102<pre></pre> 8103<ul> 8104<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8105</ul> 8106</div> 8107</div> 8108 8109 8110<div class="product"> 8111<span class="title">gobi-sdk-0.1</span> 8112<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8113<span class="homepage"><a href="">homepage</a></span> 8114<div class="licence"> 8115<pre></pre> 8116<ul> 8117<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8118</ul> 8119</div> 8120</div> 8121 8122 8123<div class="product"> 8124<span class="title">gobi3k-lib-0.0.1</span> 8125<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8126<span class="homepage"><a href="">homepage</a></span> 8127<div class="licence"> 8128<pre></pre> 8129<ul> 8130<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8131</ul> 8132</div> 8133</div> 8134 8135 8136<div class="product"> 8137<span class="title">gobi3k-sdk-1.0.1</span> 8138<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8139<span class="homepage"><a href="">homepage</a></span> 8140<div class="licence"> 8141<pre></pre> 8142<ul> 8143<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8144</ul> 8145</div> 8146</div> 8147 8148 8149<div class="product"> 8150<span class="title">google-breakpad-1303</span> 8151<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8152<span class="homepage"><a href="http://code.google.com/p/google-breakpad">homepage</a></span> 8153<div class="licence"> 8154<pre></pre> 8155<ul> 8156<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 8157</ul> 8158</div> 8159</div> 8160 8161 8162<div class="product"> 8163<span class="title">GoogleChineseInput-cangjie-2.0.0.0</span> 8164<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8165<span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8166<div class="licence"> 8167<pre></pre> 8168<ul> 8169<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8170</ul> 8171</div> 8172</div> 8173 8174 8175<div class="product"> 8176<span class="title">GoogleChineseInput-pinyin-2.0.0.0</span> 8177<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8178<span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8179<div class="licence"> 8180<pre></pre> 8181<ul> 8182<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8183</ul> 8184</div> 8185</div> 8186 8187 8188<div class="product"> 8189<span class="title">GoogleChineseInput-zhuyin-2.0.0.0</span> 8190<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8191<span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8192<div class="licence"> 8193<pre></pre> 8194<ul> 8195<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8196</ul> 8197</div> 8198</div> 8199 8200 8201<div class="product"> 8202<span class="title">GoogleKeyboardInput-keyboards-1.3.2.3</span> 8203<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8204<span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span> 8205<div class="licence"> 8206<pre></pre> 8207<ul> 8208<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8209</ul> 8210</div> 8211</div> 8212 8213 8214<div class="product"> 8215<span class="title">GoogleKeyboardInput-xkb-1.1.2.0</span> 8216<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8217<span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 8218<div class="licence"> 8219<pre></pre> 8220<ul> 8221<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8222</ul> 8223</div> 8224</div> 8225 8226 8227<div class="product"> 8228<span class="title">gpsd-3.4</span> 8229<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8230<span class="homepage"><a href="http://catb.org/gpsd/">homepage</a></span> 8231<div class="licence"> 8232<pre>Scanned Source License gpsd-3.4/COPYING: 8233 8234 COPYRIGHTS 8235 8236Compilation copyright is held by the GPSD project. All rights reserved. 8237 8238GPSD project copyrights are assigned to the project lead, currently 8239Eric S. Raymond. Other portions of the GPSD code are Copyright (c) 82401997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others 8241Copyright (c) 2005 by Eric S. Raymond. For other copyrights, see 8242individual files. 8243 8244 BSD LICENSE 8245 8246Redistribution and use in source and binary forms, with or without 8247modification, are permitted provided that the following conditions 8248are met:<P> 8249 8250Redistributions of source code must retain the above copyright 8251notice, this list of conditions and the following disclaimer.<P> 8252 8253Redistributions in binary form must reproduce the above copyright 8254notice, this list of conditions and the following disclaimer in the 8255documentation and/or other materials provided with the distribution.<P> 8256 8257Neither name of the GPSD project nor the names of its contributors 8258may be used to endorse or promote products derived from this software 8259without specific prior written permission. 8260 8261THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8262``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 8263LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 8264A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR 8265CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8266EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8267PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8268PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8269LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8270NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8271SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8272 8273-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8274</pre> 8275<ul> 8276 8277</ul> 8278</div> 8279</div> 8280 8281 8282<div class="product"> 8283<span class="title">grep-2.14</span> 8284<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8285<span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span> 8286<div class="licence"> 8287<pre></pre> 8288<ul> 8289<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 8290</ul> 8291</div> 8292</div> 8293 8294 8295<div class="product"> 8296<span class="title">gsm-1.0.13</span> 8297<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8298<span class="homepage"><a href="http://packages.qa.debian.org/libg/libgsm.html">homepage</a></span> 8299<div class="licence"> 8300<pre>Gentoo Package Stock License gsm: 8301 8302Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, 8303Technische Universitaet Berlin 8304 8305Any use of this software is permitted provided that this notice is not 8306removed and that neither the authors nor the Technische Universitaet Berlin 8307are deemed to have made any representations as to the suitability of this 8308software for any purpose nor are held responsible for any defects of 8309this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 8310 8311As a matter of courtesy, the authors request to be informed about uses 8312this software has found, about bugs in this software, and about any 8313improvements that may be of general interest. 8314 8315Berlin, 28.11.1994 8316Jutta Degener 8317Carsten Bormann 8318 8319 oOo 8320 8321Since the original terms of 15 years ago maybe do not make our 8322intentions completely clear given today's refined usage of the legal 8323terms, we append this additional permission: 8324 8325 Permission to use, copy, modify, and distribute this software 8326 for any purpose with or without fee is hereby granted, 8327 provided that this notice is not removed and that neither 8328 the authors nor the Technische Universitaet Berlin are 8329 deemed to have made any representations as to the suitability 8330 of this software for any purpose nor are held responsible 8331 for any defects of this software. THERE IS ABSOLUTELY NO 8332 WARRANTY FOR THIS SOFTWARE. 8333 8334Berkeley/Bremen, 05.04.2009 8335Jutta Degener 8336Carsten Bormann 8337 8338-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8339</pre> 8340<ul> 8341 8342</ul> 8343</div> 8344</div> 8345 8346 8347<div class="product"> 8348<span class="title">gtalk-62219080</span> 8349<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8350<span class="homepage"><a href="http://www.google.com">homepage</a></span> 8351<div class="licence"> 8352<pre></pre> 8353<ul> 8354<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 8355</ul> 8356</div> 8357</div> 8358 8359 8360<div class="product"> 8361<span class="title">gtest-1.6.0</span> 8362<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8363<span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span> 8364<div class="licence"> 8365<pre>Scanned Source License gtest-1.6.0/COPYING: 8366 8367Copyright 2008, Google Inc. 8368All rights reserved. 8369 8370Redistribution and use in source and binary forms, with or without 8371modification, are permitted provided that the following conditions are 8372met: 8373 8374 * Redistributions of source code must retain the above copyright 8375notice, this list of conditions and the following disclaimer. 8376 * Redistributions in binary form must reproduce the above 8377copyright notice, this list of conditions and the following disclaimer 8378in the documentation and/or other materials provided with the 8379distribution. 8380 * Neither the name of Google Inc. nor the names of its 8381contributors may be used to endorse or promote products derived from 8382this software without specific prior written permission. 8383 8384THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8385"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 8386LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 8387A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 8388OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 8389SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 8390LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 8391DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 8392THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 8393(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 8394OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8395 8396-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8397</pre> 8398<ul> 8399 8400</ul> 8401</div> 8402</div> 8403 8404 8405<div class="product"> 8406<span class="title">gtk+-2.20.1</span> 8407<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8408<span class="homepage"><a href="http://www.gtk.org/">homepage</a></span> 8409<div class="licence"> 8410<pre></pre> 8411<ul> 8412<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 8413</ul> 8414</div> 8415</div> 8416 8417 8418<div class="product"> 8419<span class="title">gtk-doc-am-1.18</span> 8420<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8421<span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span> 8422<div class="licence"> 8423<pre>Gentoo Package Stock License FDL-1.1: 8424 8425 GNU Free Documentation License 8426 Version 1.1, March 2000 8427 8428 Copyright (C) 2000 Free Software Foundation, Inc. 8429 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8430 Everyone is permitted to copy and distribute verbatim copies 8431 of this license document, but changing it is not allowed. 8432 8433 84340. PREAMBLE 8435 8436The purpose of this License is to make a manual, textbook, or other 8437written document "free" in the sense of freedom: to assure everyone 8438the effective freedom to copy and redistribute it, with or without 8439modifying it, either commercially or noncommercially. Secondarily, 8440this License preserves for the author and publisher a way to get 8441credit for their work, while not being considered responsible for 8442modifications made by others. 8443 8444This License is a kind of "copyleft", which means that derivative 8445works of the document must themselves be free in the same sense. It 8446complements the GNU General Public License, which is a copyleft 8447license designed for free software. 8448 8449We have designed this License in order to use it for manuals for free 8450software, because free software needs free documentation: a free 8451program should come with manuals providing the same freedoms that the 8452software does. But this License is not limited to software manuals; 8453it can be used for any textual work, regardless of subject matter or 8454whether it is published as a printed book. We recommend this License 8455principally for works whose purpose is instruction or reference. 8456 8457 84581. APPLICABILITY AND DEFINITIONS 8459 8460This License applies to any manual or other work that contains a 8461notice placed by the copyright holder saying it can be distributed 8462under the terms of this License. The "Document", below, refers to any 8463such manual or work. Any member of the public is a licensee, and is 8464addressed as "you". 8465 8466A "Modified Version" of the Document means any work containing the 8467Document or a portion of it, either copied verbatim, or with 8468modifications and/or translated into another language. 8469 8470A "Secondary Section" is a named appendix or a front-matter section of 8471the Document that deals exclusively with the relationship of the 8472publishers or authors of the Document to the Document's overall subject 8473(or to related matters) and contains nothing that could fall directly 8474within that overall subject. (For example, if the Document is in part a 8475textbook of mathematics, a Secondary Section may not explain any 8476mathematics.) The relationship could be a matter of historical 8477connection with the subject or with related matters, or of legal, 8478commercial, philosophical, ethical or political position regarding 8479them. 8480 8481The "Invariant Sections" are certain Secondary Sections whose titles 8482are designated, as being those of Invariant Sections, in the notice 8483that says that the Document is released under this License. 8484 8485The "Cover Texts" are certain short passages of text that are listed, 8486as Front-Cover Texts or Back-Cover Texts, in the notice that says that 8487the Document is released under this License. 8488 8489A "Transparent" copy of the Document means a machine-readable copy, 8490represented in a format whose specification is available to the 8491general public, whose contents can be viewed and edited directly and 8492straightforwardly with generic text editors or (for images composed of 8493pixels) generic paint programs or (for drawings) some widely available 8494drawing editor, and that is suitable for input to text formatters or 8495for automatic translation to a variety of formats suitable for input 8496to text formatters. A copy made in an otherwise Transparent file 8497format whose markup has been designed to thwart or discourage 8498subsequent modification by readers is not Transparent. A copy that is 8499not "Transparent" is called "Opaque". 8500 8501Examples of suitable formats for Transparent copies include plain 8502ASCII without markup, Texinfo input format, LaTeX input format, SGML 8503or XML using a publicly available DTD, and standard-conforming simple 8504HTML designed for human modification. Opaque formats include 8505PostScript, PDF, proprietary formats that can be read and edited only 8506by proprietary word processors, SGML or XML for which the DTD and/or 8507processing tools are not generally available, and the 8508machine-generated HTML produced by some word processors for output 8509purposes only. 8510 8511The "Title Page" means, for a printed book, the title page itself, 8512plus such following pages as are needed to hold, legibly, the material 8513this License requires to appear in the title page. For works in 8514formats which do not have any title page as such, "Title Page" means 8515the text near the most prominent appearance of the work's title, 8516preceding the beginning of the body of the text. 8517 8518 85192. VERBATIM COPYING 8520 8521You may copy and distribute the Document in any medium, either 8522commercially or noncommercially, provided that this License, the 8523copyright notices, and the license notice saying this License applies 8524to the Document are reproduced in all copies, and that you add no other 8525conditions whatsoever to those of this License. You may not use 8526technical measures to obstruct or control the reading or further 8527copying of the copies you make or distribute. However, you may accept 8528compensation in exchange for copies. If you distribute a large enough 8529number of copies you must also follow the conditions in section 3. 8530 8531You may also lend copies, under the same conditions stated above, and 8532you may publicly display copies. 8533 8534 85353. COPYING IN QUANTITY 8536 8537If you publish printed copies of the Document numbering more than 100, 8538and the Document's license notice requires Cover Texts, you must enclose 8539the copies in covers that carry, clearly and legibly, all these Cover 8540Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 8541the back cover. Both covers must also clearly and legibly identify 8542you as the publisher of these copies. The front cover must present 8543the full title with all words of the title equally prominent and 8544visible. You may add other material on the covers in addition. 8545Copying with changes limited to the covers, as long as they preserve 8546the title of the Document and satisfy these conditions, can be treated 8547as verbatim copying in other respects. 8548 8549If the required texts for either cover are too voluminous to fit 8550legibly, you should put the first ones listed (as many as fit 8551reasonably) on the actual cover, and continue the rest onto adjacent 8552pages. 8553 8554If you publish or distribute Opaque copies of the Document numbering 8555more than 100, you must either include a machine-readable Transparent 8556copy along with each Opaque copy, or state in or with each Opaque copy 8557a publicly-accessible computer-network location containing a complete 8558Transparent copy of the Document, free of added material, which the 8559general network-using public has access to download anonymously at no 8560charge using public-standard network protocols. If you use the latter 8561option, you must take reasonably prudent steps, when you begin 8562distribution of Opaque copies in quantity, to ensure that this 8563Transparent copy will remain thus accessible at the stated location 8564until at least one year after the last time you distribute an Opaque 8565copy (directly or through your agents or retailers) of that edition to 8566the public. 8567 8568It is requested, but not required, that you contact the authors of the 8569Document well before redistributing any large number of copies, to give 8570them a chance to provide you with an updated version of the Document. 8571 8572 85734. MODIFICATIONS 8574 8575You may copy and distribute a Modified Version of the Document under 8576the conditions of sections 2 and 3 above, provided that you release 8577the Modified Version under precisely this License, with the Modified 8578Version filling the role of the Document, thus licensing distribution 8579and modification of the Modified Version to whoever possesses a copy 8580of it. In addition, you must do these things in the Modified Version: 8581 8582A. Use in the Title Page (and on the covers, if any) a title distinct 8583 from that of the Document, and from those of previous versions 8584 (which should, if there were any, be listed in the History section 8585 of the Document). You may use the same title as a previous version 8586 if the original publisher of that version gives permission. 8587B. List on the Title Page, as authors, one or more persons or entities 8588 responsible for authorship of the modifications in the Modified 8589 Version, together with at least five of the principal authors of the 8590 Document (all of its principal authors, if it has less than five). 8591C. State on the Title page the name of the publisher of the 8592 Modified Version, as the publisher. 8593D. Preserve all the copyright notices of the Document. 8594E. Add an appropriate copyright notice for your modifications 8595 adjacent to the other copyright notices. 8596F. Include, immediately after the copyright notices, a license notice 8597 giving the public permission to use the Modified Version under the 8598 terms of this License, in the form shown in the Addendum below. 8599G. Preserve in that license notice the full lists of Invariant Sections 8600 and required Cover Texts given in the Document's license notice. 8601H. Include an unaltered copy of this License. 8602I. Preserve the section entitled "History", and its title, and add to 8603 it an item stating at least the title, year, new authors, and 8604 publisher of the Modified Version as given on the Title Page. If 8605 there is no section entitled "History" in the Document, create one 8606 stating the title, year, authors, and publisher of the Document as 8607 given on its Title Page, then add an item describing the Modified 8608 Version as stated in the previous sentence. 8609J. Preserve the network location, if any, given in the Document for 8610 public access to a Transparent copy of the Document, and likewise 8611 the network locations given in the Document for previous versions 8612 it was based on. These may be placed in the "History" section. 8613 You may omit a network location for a work that was published at 8614 least four years before the Document itself, or if the original 8615 publisher of the version it refers to gives permission. 8616K. In any section entitled "Acknowledgements" or "Dedications", 8617 preserve the section's title, and preserve in the section all the 8618 substance and tone of each of the contributor acknowledgements 8619 and/or dedications given therein. 8620L. Preserve all the Invariant Sections of the Document, 8621 unaltered in their text and in their titles. Section numbers 8622 or the equivalent are not considered part of the section titles. 8623M. Delete any section entitled "Endorsements". Such a section 8624 may not be included in the Modified Version. 8625N. Do not retitle any existing section as "Endorsements" 8626 or to conflict in title with any Invariant Section. 8627 8628If the Modified Version includes new front-matter sections or 8629appendices that qualify as Secondary Sections and contain no material 8630copied from the Document, you may at your option designate some or all 8631of these sections as invariant. To do this, add their titles to the 8632list of Invariant Sections in the Modified Version's license notice. 8633These titles must be distinct from any other section titles. 8634 8635You may add a section entitled "Endorsements", provided it contains 8636nothing but endorsements of your Modified Version by various 8637parties--for example, statements of peer review or that the text has 8638been approved by an organization as the authoritative definition of a 8639standard. 8640 8641You may add a passage of up to five words as a Front-Cover Text, and a 8642passage of up to 25 words as a Back-Cover Text, to the end of the list 8643of Cover Texts in the Modified Version. Only one passage of 8644Front-Cover Text and one of Back-Cover Text may be added by (or 8645through arrangements made by) any one entity. If the Document already 8646includes a cover text for the same cover, previously added by you or 8647by arrangement made by the same entity you are acting on behalf of, 8648you may not add another; but you may replace the old one, on explicit 8649permission from the previous publisher that added the old one. 8650 8651The author(s) and publisher(s) of the Document do not by this License 8652give permission to use their names for publicity for or to assert or 8653imply endorsement of any Modified Version. 8654 8655 86565. COMBINING DOCUMENTS 8657 8658You may combine the Document with other documents released under this 8659License, under the terms defined in section 4 above for modified 8660versions, provided that you include in the combination all of the 8661Invariant Sections of all of the original documents, unmodified, and 8662list them all as Invariant Sections of your combined work in its 8663license notice. 8664 8665The combined work need only contain one copy of this License, and 8666multiple identical Invariant Sections may be replaced with a single 8667copy. If there are multiple Invariant Sections with the same name but 8668different contents, make the title of each such section unique by 8669adding at the end of it, in parentheses, the name of the original 8670author or publisher of that section if known, or else a unique number. 8671Make the same adjustment to the section titles in the list of 8672Invariant Sections in the license notice of the combined work. 8673 8674In the combination, you must combine any sections entitled "History" 8675in the various original documents, forming one section entitled 8676"History"; likewise combine any sections entitled "Acknowledgements", 8677and any sections entitled "Dedications". You must delete all sections 8678entitled "Endorsements." 8679 8680 86816. COLLECTIONS OF DOCUMENTS 8682 8683You may make a collection consisting of the Document and other documents 8684released under this License, and replace the individual copies of this 8685License in the various documents with a single copy that is included in 8686the collection, provided that you follow the rules of this License for 8687verbatim copying of each of the documents in all other respects. 8688 8689You may extract a single document from such a collection, and distribute 8690it individually under this License, provided you insert a copy of this 8691License into the extracted document, and follow this License in all 8692other respects regarding verbatim copying of that document. 8693 8694 86957. AGGREGATION WITH INDEPENDENT WORKS 8696 8697A compilation of the Document or its derivatives with other separate 8698and independent documents or works, in or on a volume of a storage or 8699distribution medium, does not as a whole count as a Modified Version 8700of the Document, provided no compilation copyright is claimed for the 8701compilation. Such a compilation is called an "aggregate", and this 8702License does not apply to the other self-contained works thus compiled 8703with the Document, on account of their being thus compiled, if they 8704are not themselves derivative works of the Document. 8705 8706If the Cover Text requirement of section 3 is applicable to these 8707copies of the Document, then if the Document is less than one quarter 8708of the entire aggregate, the Document's Cover Texts may be placed on 8709covers that surround only the Document within the aggregate. 8710Otherwise they must appear on covers around the whole aggregate. 8711 8712 87138. TRANSLATION 8714 8715Translation is considered a kind of modification, so you may 8716distribute translations of the Document under the terms of section 4. 8717Replacing Invariant Sections with translations requires special 8718permission from their copyright holders, but you may include 8719translations of some or all Invariant Sections in addition to the 8720original versions of these Invariant Sections. You may include a 8721translation of this License provided that you also include the 8722original English version of this License. In case of a disagreement 8723between the translation and the original English version of this 8724License, the original English version will prevail. 8725 8726 87279. TERMINATION 8728 8729You may not copy, modify, sublicense, or distribute the Document except 8730as expressly provided for under this License. Any other attempt to 8731copy, modify, sublicense or distribute the Document is void, and will 8732automatically terminate your rights under this License. However, 8733parties who have received copies, or rights, from you under this 8734License will not have their licenses terminated so long as such 8735parties remain in full compliance. 8736 8737 873810. FUTURE REVISIONS OF THIS LICENSE 8739 8740The Free Software Foundation may publish new, revised versions 8741of the GNU Free Documentation License from time to time. Such new 8742versions will be similar in spirit to the present version, but may 8743differ in detail to address new problems or concerns. See 8744http://www.gnu.org/copyleft/. 8745 8746Each version of the License is given a distinguishing version number. 8747If the Document specifies that a particular numbered version of this 8748License "or any later version" applies to it, you have the option of 8749following the terms and conditions either of that specified version or 8750of any later version that has been published (not as a draft) by the 8751Free Software Foundation. If the Document does not specify a version 8752number of this License, you may choose any version ever published (not 8753as a draft) by the Free Software Foundation. 8754 8755 8756ADDENDUM: How to use this License for your documents 8757 8758To use this License in a document you have written, include a copy of 8759the License in the document and put the following copyright and 8760license notices just after the title page: 8761 8762 Copyright (c) YEAR YOUR NAME. 8763 Permission is granted to copy, distribute and/or modify this document 8764 under the terms of the GNU Free Documentation License, Version 1.1 8765 or any later version published by the Free Software Foundation; 8766 with the Invariant Sections being LIST THEIR TITLES, with the 8767 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 8768 A copy of the license is included in the section entitled "GNU 8769 Free Documentation License". 8770 8771If you have no Invariant Sections, write "with no Invariant Sections" 8772instead of saying which ones are invariant. If you have no 8773Front-Cover Texts, write "no Front-Cover Texts" instead of 8774"Front-Cover Texts being LIST"; likewise for Back-Cover Texts. 8775 8776If your document contains nontrivial examples of program code, we 8777recommend releasing these examples in parallel under your choice of 8778free software license, such as the GNU General Public License, 8779to permit their use in free software. 8780 8781-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8782</pre> 8783<ul> 8784<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 8785</ul> 8786</div> 8787</div> 8788 8789 8790<div class="product"> 8791<span class="title">gzip-1.5</span> 8792<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8793<span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span> 8794<div class="licence"> 8795<pre></pre> 8796<ul> 8797<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 8798</ul> 8799</div> 8800</div> 8801 8802 8803<div class="product"> 8804<span class="title">harfbuzz-0.9.27</span> 8805<a class="show" href="#" onclick="return toggle(this);">show license text</a> 8806<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span> 8807<div class="licence"> 8808<pre>Scanned Source License harfbuzz-0.9.27/COPYING: 8809 8810HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. 8811For parts of HarfBuzz that are licensed under different licenses see individual 8812files names COPYING in subdirectories where applicable. 8813 8814Copyright © 2010,2011,2012 Google, Inc. 8815Copyright © 2012 Mozilla Foundation 8816Copyright © 2011 Codethink Limited 8817Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) 8818Copyright © 2009 Keith Stribley 8819Copyright © 2009 Martin Hosken and SIL International 8820Copyright © 2007 Chris Wilson 8821Copyright © 2006 Behdad Esfahbod 8822Copyright © 2005 David Turner 8823Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. 8824Copyright © 1998-2004 David Turner and Werner Lemberg 8825 8826For full copyright notices consult the individual files in the package. 8827 8828 8829Permission is hereby granted, without written agreement and without 8830license or royalty fees, to use, copy, modify, and distribute this 8831software and its documentation for any purpose, provided that the 8832above copyright notice and the following two paragraphs appear in 8833all copies of this software. 8834 8835IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 8836DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 8837ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 8838IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 8839DAMAGE. 8840 8841THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, 8842BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 8843FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 8844ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 8845PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 8846 8847-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8848 8849Scanned Source License harfbuzz-0.9.27/src/hb-ucdn/COPYING: 8850 8851The contents of this directory are licensed under the following terms: 8852 8853Permission to use, copy, modify, and/or distribute this software for any 8854purpose with or without fee is hereby granted, provided that the above 8855copyright notice and this permission notice appear in all copies. 8856 8857THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8858WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 8859MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 8860ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 8861WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 8862ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 8863OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 8864 8865-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8866 8867Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/LICENSE: 8868 8869CC BY-NC-SA 3.0 8870http://www.crulp.org/software/license/CreativeCommons.html 8871https://creativecommons.org/licenses/by-nc-sa/3.0/ 8872 8873-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8874 8875Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/LICENSE: 8876 8877Copyright (c) 2010 Red Hat Inc. 8878 8879Permission is hereby granted, free of charge, to any person obtaining a copy 8880of this software and associated documentation files (the "Software"), to deal 8881in the Software without restriction, including without limitation the rights 8882to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8883copies of the Software, and to permit persons to whom the Software is 8884furnished to do so, subject to the following conditions: 8885 8886The above copyright notice and this permission notice shall be included in 8887all copies or substantial portions of the Software. 8888 8889THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8890IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8891FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8892AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8893LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8894OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8895THE SOFTWARE. 8896 8897-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8898 8899Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/LICENSE: 8900 8901Copyright (c) 2010 Red Hat Inc. 8902 8903Permission is hereby granted, free of charge, to any person obtaining a copy 8904of this software and associated documentation files (the "Software"), to deal 8905in the Software without restriction, including without limitation the rights 8906to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8907copies of the Software, and to permit persons to whom the Software is 8908furnished to do so, subject to the following conditions: 8909 8910The above copyright notice and this permission notice shall be included in 8911all copies or substantial portions of the Software. 8912 8913THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8914IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8915FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8916AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8917LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8918OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8919THE SOFTWARE. 8920 8921-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8922 8923Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/LICENSE: 8924 8925Copyright (c) 2010 Red Hat Inc. 8926 8927Permission is hereby granted, free of charge, to any person obtaining a copy 8928of this software and associated documentation files (the "Software"), to deal 8929in the Software without restriction, including without limitation the rights 8930to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8931copies of the Software, and to permit persons to whom the Software is 8932furnished to do so, subject to the following conditions: 8933 8934The above copyright notice and this permission notice shall be included in 8935all copies or substantial portions of the Software. 8936 8937THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8938IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8939FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8940AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8941LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8942OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8943THE SOFTWARE. 8944 8945-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8946 8947Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/LICENSE: 8948 8949Copyright (c) 2010 Red Hat Inc. 8950 8951Permission is hereby granted, free of charge, to any person obtaining a copy 8952of this software and associated documentation files (the "Software"), to deal 8953in the Software without restriction, including without limitation the rights 8954to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8955copies of the Software, and to permit persons to whom the Software is 8956furnished to do so, subject to the following conditions: 8957 8958The above copyright notice and this permission notice shall be included in 8959all copies or substantial portions of the Software. 8960 8961THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8962IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8963FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8964AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8965LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8966OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8967THE SOFTWARE. 8968 8969-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8970 8971Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/LICENSE: 8972 8973Copyright (c) 2010 Red Hat Inc. 8974 8975Permission is hereby granted, free of charge, to any person obtaining a copy 8976of this software and associated documentation files (the "Software"), to deal 8977in the Software without restriction, including without limitation the rights 8978to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8979copies of the Software, and to permit persons to whom the Software is 8980furnished to do so, subject to the following conditions: 8981 8982The above copyright notice and this permission notice shall be included in 8983all copies or substantial portions of the Software. 8984 8985THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 8986IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 8987FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8988AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 8989LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 8990OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 8991THE SOFTWARE. 8992 8993-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 8994 8995Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/LICENSE: 8996 8997Copyright (c) 2010 Red Hat Inc. 8998 8999Permission is hereby granted, free of charge, to any person obtaining a copy 9000of this software and associated documentation files (the "Software"), to deal 9001in the Software without restriction, including without limitation the rights 9002to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9003copies of the Software, and to permit persons to whom the Software is 9004furnished to do so, subject to the following conditions: 9005 9006The above copyright notice and this permission notice shall be included in 9007all copies or substantial portions of the Software. 9008 9009THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9010IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9011FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9012AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9013LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9014OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9015THE SOFTWARE. 9016 9017-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9018 9019Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/LICENSE: 9020 9021Copyright (c) 2010 Red Hat Inc. 9022 9023Permission is hereby granted, free of charge, to any person obtaining a copy 9024of this software and associated documentation files (the "Software"), to deal 9025in the Software without restriction, including without limitation the rights 9026to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9027copies of the Software, and to permit persons to whom the Software is 9028furnished to do so, subject to the following conditions: 9029 9030The above copyright notice and this permission notice shall be included in 9031all copies or substantial portions of the Software. 9032 9033THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9034IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9035FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9036AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9037LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9038OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9039THE SOFTWARE. 9040 9041-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9042 9043Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/LICENSE: 9044 9045Copyright (c) 2010 Red Hat Inc. 9046 9047Permission is hereby granted, free of charge, to any person obtaining a copy 9048of this software and associated documentation files (the "Software"), to deal 9049in the Software without restriction, including without limitation the rights 9050to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9051copies of the Software, and to permit persons to whom the Software is 9052furnished to do so, subject to the following conditions: 9053 9054The above copyright notice and this permission notice shall be included in 9055all copies or substantial portions of the Software. 9056 9057THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9058IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9059FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9060AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9061LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9062OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9063THE SOFTWARE. 9064 9065-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9066 9067Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/LICENSE: 9068 9069Copyright (c) 2010 Red Hat Inc. 9070 9071Permission is hereby granted, free of charge, to any person obtaining a copy 9072of this software and associated documentation files (the "Software"), to deal 9073in the Software without restriction, including without limitation the rights 9074to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9075copies of the Software, and to permit persons to whom the Software is 9076furnished to do so, subject to the following conditions: 9077 9078The above copyright notice and this permission notice shall be included in 9079all copies or substantial portions of the Software. 9080 9081THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9082IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9083FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9084AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9085LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9086OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9087THE SOFTWARE. 9088 9089-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9090 9091Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/LICENSE: 9092 9093Copyright (c) 2010 Red Hat Inc. 9094 9095Permission is hereby granted, free of charge, to any person obtaining a copy 9096of this software and associated documentation files (the "Software"), to deal 9097in the Software without restriction, including without limitation the rights 9098to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9099copies of the Software, and to permit persons to whom the Software is 9100furnished to do so, subject to the following conditions: 9101 9102The above copyright notice and this permission notice shall be included in 9103all copies or substantial portions of the Software. 9104 9105THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9106IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9107FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9108AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9109LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9110OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9111THE SOFTWARE. 9112 9113-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9114 9115Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/LICENSE: 9116 9117Copyright (c) 2010 Red Hat Inc. 9118 9119Permission is hereby granted, free of charge, to any person obtaining a copy 9120of this software and associated documentation files (the "Software"), to deal 9121in the Software without restriction, including without limitation the rights 9122to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9123copies of the Software, and to permit persons to whom the Software is 9124furnished to do so, subject to the following conditions: 9125 9126The above copyright notice and this permission notice shall be included in 9127all copies or substantial portions of the Software. 9128 9129THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9130IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9131FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9132AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9133LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9134OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 9135THE SOFTWARE. 9136 9137-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9138 9139Gentoo Package Stock License icu: 9140 9141ICU License - ICU 1.8.1 and later 9142 9143COPYRIGHT AND PERMISSION NOTICE 9144 9145Copyright (c) 1995-2003 International Business Machines Corporation and others 9146All rights reserved. 9147 9148Permission is hereby granted, free of charge, to any person obtaining a 9149copy of this software and associated documentation files (the 9150"Software"), to deal in the Software without restriction, including 9151without limitation the rights to use, copy, modify, merge, publish, 9152distribute, and/or sell copies of the Software, and to permit persons 9153to whom the Software is furnished to do so, provided that the above 9154copyright notice(s) and this permission notice appear in all copies of 9155the Software and that both the above copyright notice(s) and this 9156permission notice appear in supporting documentation. 9157 9158THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9159OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9160MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 9161OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 9162HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 9163INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 9164FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 9165NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 9166WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 9167 9168Except as contained in this notice, the name of a copyright holder 9169shall not be used in advertising or otherwise to promote the sale, use 9170or other dealings in this Software without prior written authorization 9171of the copyright holder. 9172 9173-------------------------------------------------------------------------------- 9174All trademarks and registered trademarks mentioned herein are the property of their respective owners. 9175 9176-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9177</pre> 9178<ul> 9179<li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 9180</ul> 9181</div> 9182</div> 9183 9184 9185<div class="product"> 9186<span class="title">hdctools-0.0.1</span> 9187<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9188<span class="homepage"><a href="">homepage</a></span> 9189<div class="licence"> 9190<pre></pre> 9191<ul> 9192<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9193</ul> 9194</div> 9195</div> 9196 9197 9198<div class="product"> 9199<span class="title">hdparm-9.39</span> 9200<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9201<span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span> 9202<div class="licence"> 9203<pre>Scanned Source License hdparm-9.39/LICENSE.TXT: 9204 9205BSD-Style Open Source License: 9206 9207You may freely use, modify, and redistribute the hdparm program, 9208as either binary or source, or both. 9209 9210The only condition is that my name and copyright notice 9211remain in the source code as-is. 9212 9213Mark Lord (mlord@pobox.com) 9214 9215-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9216 9217Scanned Source License hdparm-9.39/debian/copyright: 9218 9219This package was debianized by Christopher L Cheney <ccheney@debian.org> on 9220Wed, 21 Nov 2001 15:51:14 -0600. 9221 9222It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware 9223 9224Upstream Author: Mark S. Lord <mlord@pobox.com> 9225 9226Copyright: 9227 9228/* hdparm.c - Command line interface to get/set hard disk parameters */ 9229/* - by Mark Lord © 1994-2008 -- freely distributable */ 9230 9231You are free to distribute this software under the terms of the BSD License. 9232On Debian systems, the complete text of the BSD License can be found in 9233/usr/share/common-licenses/BSD 9234 9235 9236 9237-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9238</pre> 9239<ul> 9240<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9241</ul> 9242</div> 9243</div> 9244 9245 9246<div class="product"> 9247<span class="title">hostapd-2.1</span> 9248<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9249<span class="homepage"><a href="http://hostap.epitest.fi">homepage</a></span> 9250<div class="licence"> 9251<pre></pre> 9252<ul> 9253<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9254</ul> 9255</div> 9256</div> 9257 9258 9259<div class="product"> 9260<span class="title">htmltidy-20090325</span> 9261<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9262<span class="homepage"><a href="http://tidy.sourceforge.net/">homepage</a></span> 9263<div class="licence"> 9264<pre></pre> 9265<ul> 9266<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9267</ul> 9268</div> 9269</div> 9270 9271 9272<div class="product"> 9273<span class="title">htpdate-1.0.4</span> 9274<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9275<span class="homepage"><a href="http://www.clevervest.com/htp/">homepage</a></span> 9276<div class="licence"> 9277<pre></pre> 9278<ul> 9279<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9280</ul> 9281</div> 9282</div> 9283 9284 9285<div class="product"> 9286<span class="title">hwids-20130915.1</span> 9287<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9288<span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span> 9289<div class="licence"> 9290<pre></pre> 9291<ul> 9292<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9293<li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 9294</ul> 9295</div> 9296</div> 9297 9298 9299<div class="product"> 9300<span class="title">i2c-tools-3.0.2</span> 9301<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9302<span class="homepage"><a href="http://www.lm-sensors.org/wiki/I2CTools">homepage</a></span> 9303<div class="licence"> 9304<pre></pre> 9305<ul> 9306<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9307</ul> 9308</div> 9309</div> 9310 9311 9312<div class="product"> 9313<span class="title">i7z-0.27</span> 9314<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9315<span class="homepage"><a href="http://code.google.com/p/i7z/">homepage</a></span> 9316<div class="licence"> 9317<pre></pre> 9318<ul> 9319<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9320</ul> 9321</div> 9322</div> 9323 9324 9325<div class="product"> 9326<span class="title">ibus-1.4.99.20120314</span> 9327<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9328<span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span> 9329<div class="licence"> 9330<pre></pre> 9331<ul> 9332<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 9333</ul> 9334</div> 9335</div> 9336 9337 9338<div class="product"> 9339<span class="title">imagemagick-6.7.8.7</span> 9340<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9341<span class="homepage"><a href="http://www.imagemagick.org/">homepage</a></span> 9342<div class="licence"> 9343<pre>Gentoo Package Stock License imagemagick: 9344 9345Before we get to the text of the license, lets just review what the license says in simple terms: 9346 9347It allows you to: 9348 9349 * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes; 9350 * use ImageMagick software in packages or distributions that you create; 9351 * link against a library under a different license; 9352 * link code under a different license against a library under this license; 9353 * merge code into a work under a different license; 9354 * extend patent grants to any code using code under this license; 9355 * and extend patent protection. 9356 9357It forbids you to: 9358 9359 * redistribute any piece of ImageMagick-originated software without proper attribution; 9360 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution; 9361 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question. 9362 9363It requires you to: 9364 9365 * include a copy of the license in any redistribution you may make that includes ImageMagick software; 9366 * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software. 9367 9368It does not require you to: 9369 9370 * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it; 9371 * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged). 9372 9373A few other clarifications include: 9374 9375 * ImageMagick is freely available without charge; 9376 * you may include ImageMagick on a DVD as long as you comply with the terms of the license; 9377 * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software; 9378 * the license is compatible with the GPL V3. 9379 * when exporting the ImageMagick software, review its export classification. 9380 9381Terms and Conditions for Use, Reproduction, and Distribution 9382 9383The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow: 9384 9385Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. 9386 93871. Definitions. 9388 9389License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. 9390 9391Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. 9392 9393Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. 9394 9395You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License. 9396 9397Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. 9398 9399Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. 9400 9401Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). 9402 9403Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. 9404 9405Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution. 9406 9407Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 9408 94092. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 9410 94113. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 9412 94134. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: 9414 9415 * You must give any other recipients of the Work or Derivative Works a copy of this License; and 9416 * You must cause any modified files to carry prominent notices stating that You changed the files; and 9417 * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and 9418 * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. 9419You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 9420 94215. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 9422 94236. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 9424 94257. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 9426 94278. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9428 94299. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. 9430 9431How to Apply the License to your Work 9432 9433To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. 9434 9435 Copyright [yyyy] [name of copyright owner] 9436 9437 Licensed under the ImageMagick License (the "License"); you may not use 9438 this file except in compliance with the License. You may obtain a copy 9439 of the License at 9440 9441 http://www.imagemagick.org/script/license.php 9442 9443 Unless required by applicable law or agreed to in writing, software 9444 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 9445 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 9446 License for the specific language governing permissions and limitations 9447 under the License. 9448 9449-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9450</pre> 9451<ul> 9452 9453</ul> 9454</div> 9455</div> 9456 9457 9458<div class="product"> 9459<span class="title">iniparser-3.0b</span> 9460<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9461<span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span> 9462<div class="licence"> 9463<pre>Scanned Source License iniparser3.0b/LICENSE: 9464 9465Copyright (c) 2000-2007 by Nicolas Devillard. 9466MIT License 9467 9468Permission is hereby granted, free of charge, to any person obtaining a 9469copy of this software and associated documentation files (the "Software"), 9470to deal in the Software without restriction, including without limitation 9471the rights to use, copy, modify, merge, publish, distribute, sublicense, 9472and/or sell copies of the Software, and to permit persons to whom the 9473Software is furnished to do so, subject to the following conditions: 9474 9475The above copyright notice and this permission notice shall be included in 9476all copies or substantial portions of the Software. 9477 9478THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9479IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9480FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9481AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9482LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9483FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 9484DEALINGS IN THE SOFTWARE. 9485 9486 9487-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9488</pre> 9489<ul> 9490 9491</ul> 9492</div> 9493</div> 9494 9495 9496<div class="product"> 9497<span class="title">input-tools-4.3.2.5</span> 9498<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9499<span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span> 9500<div class="licence"> 9501<pre></pre> 9502<ul> 9503<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9504</ul> 9505</div> 9506</div> 9507 9508 9509<div class="product"> 9510<span class="title">inputcontrol-0.0.1</span> 9511<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9512<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 9513<div class="licence"> 9514<pre></pre> 9515<ul> 9516<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 9517</ul> 9518</div> 9519</div> 9520 9521 9522<div class="product"> 9523<span class="title">inputproto-2.3</span> 9524<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9525<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9526<div class="licence"> 9527<pre>Scanned Source License inputproto-2.3/COPYING: 9528 9529Copyright 1989, 1998 The Open Group 9530 9531Permission to use, copy, modify, distribute, and sell this software and its 9532documentation for any purpose is hereby granted without fee, provided that 9533the above copyright notice appear in all copies and that both that 9534copyright notice and this permission notice appear in supporting 9535documentation. 9536 9537The above copyright notice and this permission notice shall be included in 9538all copies or substantial portions of the Software. 9539 9540THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9541IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9542FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 9543OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 9544AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 9545CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9546 9547Except as contained in this notice, the name of The Open Group shall not be 9548used in advertising or otherwise to promote the sale, use or other dealings 9549in this Software without prior written authorization from The Open Group. 9550 9551Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 9552 9553 All Rights Reserved 9554 9555Permission to use, copy, modify, and distribute this software and its 9556documentation for any purpose and without fee is hereby granted, 9557provided that the above copyright notice appear in all copies and that 9558both that copyright notice and this permission notice appear in 9559supporting documentation, and that the name of Hewlett-Packard not be 9560used in advertising or publicity pertaining to distribution of the 9561software without specific, written prior permission. 9562 9563HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 9564ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 9565HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 9566ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 9567WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 9568ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 9569SOFTWARE. 9570 9571Copyright © 2009 Red Hat, Inc. 9572 9573Permission is hereby granted, free of charge, to any person obtaining a 9574copy of this software and associated documentation files (the "Software"), 9575to deal in the Software without restriction, including without limitation 9576the rights to use, copy, modify, merge, publish, distribute, sublicense, 9577and/or sell copies of the Software, and to permit persons to whom the 9578Software is furnished to do so, subject to the following conditions: 9579 9580The above copyright notice and this permission notice (including the next 9581paragraph) shall be included in all copies or substantial portions of the 9582Software. 9583 9584THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9585IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9586FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9587THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9588LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9589FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 9590DEALINGS IN THE SOFTWARE. 9591 9592 9593-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9594</pre> 9595<ul> 9596 9597</ul> 9598</div> 9599</div> 9600 9601 9602<div class="product"> 9603<span class="title">intel-gpu-tools-1.3</span> 9604<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9605<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9606<div class="licence"> 9607<pre>Scanned Source License intel-gpu-tools-1.3/COPYING: 9608 9609Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 9610All Rights Reserved. 9611 9612Permission is hereby granted, free of charge, to any person obtaining a 9613copy of this software and associated documentation files (the 9614"Software"), to deal in the Software without restriction, including 9615without limitation the rights to use, copy, modify, merge, publish, 9616distribute, sub license, and/or sell copies of the Software, and to 9617permit persons to whom the Software is furnished to do so, subject to 9618the following conditions: 9619 9620The above copyright notice and this permission notice (including the 9621next paragraph) shall be included in all copies or substantial portions 9622of the Software. 9623 9624THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9625OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9626MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 9627IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 9628ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 9629TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9630SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9631 9632Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas. 9633All Rights Reserved. 9634 9635Permission is hereby granted, free of charge, to any person obtaining a 9636copy of this software and associated documentation files (the 9637"Software"), to deal in the Software without restriction, including 9638without limitation the rights to use, copy, modify, merge, publish, 9639distribute, sub license, and/or sell copies of the Software, and to 9640permit persons to whom the Software is furnished to do so, subject to 9641the following conditions: 9642 9643The above copyright notice and this permission notice (including the 9644next paragraph) shall be included in all copies or substantial portions 9645of the Software. 9646 9647THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 9648OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 9649MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 9650IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 9651ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 9652TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9653SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9654 9655Copyright © 2006-2011 Intel Corporation 9656 9657Permission is hereby granted, free of charge, to any person obtaining a 9658copy of this software and associated documentation files (the "Software"), 9659to deal in the Software without restriction, including without limitation 9660the rights to use, copy, modify, merge, publish, distribute, sublicense, 9661and/or sell copies of the Software, and to permit persons to whom the 9662Software is furnished to do so, subject to the following conditions: 9663 9664The above copyright notice and this permission notice (including the next 9665paragraph) shall be included in all copies or substantial portions of the 9666Software. 9667 9668THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9669IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9670FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9671THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9672LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9673FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 9674IN THE SOFTWARE. 9675 9676Copyright © 2010 Red Hat, Inc. 9677 9678Permission is hereby granted, free of charge, to any person obtaining a 9679copy of this software and associated documentation files (the "Software"), 9680to deal in the Software without restriction, including without limitation 9681the rights to use, copy, modify, merge, publish, distribute, sublicense, 9682and/or sell copies of the Software, and to permit persons to whom the 9683Software is furnished to do so, subject to the following conditions: 9684 9685The above copyright notice and this permission notice (including the next 9686paragraph) shall be included in all copies or substantial portions of the 9687Software. 9688 9689THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9690IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9691FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9692THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9693LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 9694OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 9695SOFTWARE. 9696 9697Copyright © 2011 Daniel Vetter 9698 9699Permission is hereby granted, free of charge, to any person obtaining a 9700copy of this software and associated documentation files (the "Software"), 9701to deal in the Software without restriction, including without limitation 9702the rights to use, copy, modify, merge, publish, distribute, sublicense, 9703and/or sell copies of the Software, and to permit persons to whom the 9704Software is furnished to do so, subject to the following conditions: 9705 9706The above copyright notice and this permission notice (including the next 9707paragraph) shall be included in all copies or substantial portions of the 9708Software. 9709 9710THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9711IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 9712FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 9713THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9714LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 9715FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 9716IN THE SOFTWARE. 9717 9718-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9719</pre> 9720<ul> 9721 9722</ul> 9723</div> 9724</div> 9725 9726 9727<div class="product"> 9728<span class="title">intltool-0.50.2</span> 9729<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9730<span class="homepage"><a href="https://launchpad.net/intltool/">homepage</a></span> 9731<div class="licence"> 9732<pre></pre> 9733<ul> 9734<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9735</ul> 9736</div> 9737</div> 9738 9739 9740<div class="product"> 9741<span class="title">iotools-1.5</span> 9742<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9743<span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span> 9744<div class="licence"> 9745<pre></pre> 9746<ul> 9747<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9748</ul> 9749</div> 9750</div> 9751 9752 9753<div class="product"> 9754<span class="title">iperf-2.0.4</span> 9755<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9756<span class="homepage"><a href="http://iperf.sourceforge.net/">homepage</a></span> 9757<div class="licence"> 9758<pre>Scanned Source License iperf-2.0.4/COPYING: 9759 9760Copyright (c) 1999-2007, The Board of Trustees of the University of Illinois 9761All Rights Reserved. 9762 9763Iperf performance test 9764Mark Gates 9765Ajay Tirumala 9766Jim Ferguson 9767Jon Dugan 9768Feng Qin 9769Kevin Gibbs 9770John Estabrook 9771National Laboratory for Applied Network Research 9772National Center for Supercomputing Applications 9773University of Illinois at Urbana-Champaign 9774http://www.ncsa.uiuc.edu 9775 9776Permission is hereby granted, free of charge, to any person obtaining a copy 9777of this software (Iperf) and associated documentation files (the "Software"), 9778to deal in the Software without restriction, including without limitation the 9779rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 9780sell copies of the Software, and to permit persons to whom the Software is 9781furnished to do so, subject to the following conditions: 9782 9783 9784Redistributions of source code must retain the above copyright notice, this 9785list of conditions and the following disclaimers. 9786 9787Redistributions in binary form must reproduce the above copyright notice, this 9788list of conditions and the following disclaimers in the documentation and/or 9789other materials provided with the distribution. 9790 9791Neither the names of the University of Illinois, NCSA, nor the names of its 9792contributors may be used to endorse or promote products derived from this 9793Software without specific prior written permission. THE SOFTWARE IS PROVIDED 9794"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 9795LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 9796AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTIBUTORS OR COPYRIGHT HOLDERS BE 9797LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 9798CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 9799SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9800 9801-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9802</pre> 9803<ul> 9804<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 9805</ul> 9806</div> 9807</div> 9808 9809 9810<div class="product"> 9811<span class="title">iproute2-3.8.0</span> 9812<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9813<span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">homepage</a></span> 9814<div class="licence"> 9815<pre></pre> 9816<ul> 9817<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9818</ul> 9819</div> 9820</div> 9821 9822 9823<div class="product"> 9824<span class="title">iptables-1.4.16.3</span> 9825<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9826<span class="homepage"><a href="http://www.iptables.org/">homepage</a></span> 9827<div class="licence"> 9828<pre></pre> 9829<ul> 9830<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9831</ul> 9832</div> 9833</div> 9834 9835 9836<div class="product"> 9837<span class="title">iputils-20121221</span> 9838<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9839<span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils">homepage</a></span> 9840<div class="licence"> 9841<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils: 9842 9843Copyright (c) 1989 The Regents of the University of California. 9844All rights reserved. 9845 9846This code is derived from software contributed to Berkeley by 9847Mike Muuss. 9848 9849Redistribution and use in source and binary forms, with or without 9850modification, are permitted provided that the following conditions 9851are met: 98521. Redistributions of source code must retain the above copyright 9853 notice, this list of conditions and the following disclaimer. 98542. Redistributions in binary form must reproduce the above copyright 9855 notice, this list of conditions and the following disclaimer in the 9856 documentation and/or other materials provided with the distribution. 98573. All advertising materials mentioning features or use of this software 9858 must display the following acknowledgement: 9859 This product includes software developed by the University of 9860 California, Berkeley and its contributors. 98614. Neither the name of the University nor the names of its contributors 9862 may be used to endorse or promote products derived from this software 9863 without specific prior written permission. 9864 9865THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 9866ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 9867IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 9868ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 9869FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 9870DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 9871OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 9872HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 9873LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 9874OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 9875SUCH DAMAGE. 9876 9877-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 9878</pre> 9879<ul> 9880 9881</ul> 9882</div> 9883</div> 9884 9885 9886<div class="product"> 9887<span class="title">iw-3.10</span> 9888<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9889<span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span> 9890<div class="licence"> 9891<pre></pre> 9892<ul> 9893<li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 9894</ul> 9895</div> 9896</div> 9897 9898 9899<div class="product"> 9900<span class="title">ja-motoyafonts-1.0.0</span> 9901<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9902<span class="homepage"><a href="http://www.motoya.co.jp">homepage</a></span> 9903<div class="licence"> 9904<pre></pre> 9905<ul> 9906<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 9907</ul> 9908</div> 9909</div> 9910 9911 9912<div class="product"> 9913<span class="title">japanese-input-1.0.0.0</span> 9914<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9915<span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span> 9916<div class="licence"> 9917<pre></pre> 9918<ul> 9919<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 9920</ul> 9921</div> 9922</div> 9923 9924 9925<div class="product"> 9926<span class="title">joystick-1.4.2</span> 9927<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9928<span class="homepage"><a href="http://sourceforge.net/projects/linuxconsole/">homepage</a></span> 9929<div class="licence"> 9930<pre></pre> 9931<ul> 9932<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9933</ul> 9934</div> 9935</div> 9936 9937 9938<div class="product"> 9939<span class="title">jsoncpp-0.6.0_rc2</span> 9940<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9941<span class="homepage"><a href="http://jsoncpp.sourceforge.net/">homepage</a></span> 9942<div class="licence"> 9943<pre></pre> 9944<ul> 9945<li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 9946</ul> 9947</div> 9948</div> 9949 9950 9951<div class="product"> 9952<span class="title">jsonrpclib-0_pre20110820</span> 9953<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9954<span class="homepage"><a href="https://github.com/joshmarshall/jsonrpclib">homepage</a></span> 9955<div class="licence"> 9956<pre></pre> 9957<ul> 9958<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 9959</ul> 9960</div> 9961</div> 9962 9963 9964<div class="product"> 9965<span class="title">kbd-1.15.3</span> 9966<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9967<span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span> 9968<div class="licence"> 9969<pre></pre> 9970<ul> 9971<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 9972</ul> 9973</div> 9974</div> 9975 9976 9977<div class="product"> 9978<span class="title">kbproto-1.0.5</span> 9979<a class="show" href="#" onclick="return toggle(this);">show license text</a> 9980<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 9981<div class="licence"> 9982<pre>Scanned Source License kbproto-1.0.5/COPYING: 9983 9984Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. 9985 9986Permission to use, copy, modify, and distribute this 9987software and its documentation for any purpose and without 9988fee is hereby granted, provided that the above copyright 9989notice appear in all copies and that both that copyright 9990notice and this permission notice appear in supporting 9991documentation, and that the name of Silicon Graphics not be 9992used in advertising or publicity pertaining to distribution 9993of the software without specific prior written permission. 9994Silicon Graphics makes no representation about the suitability 9995of this software for any purpose. It is provided "as is" 9996without any express or implied warranty. 9997 9998SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 9999SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 10000AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 10001GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 10002DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 10003DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 10004OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 10005THE USE OR PERFORMANCE OF THIS SOFTWARE. 10006 10007-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10008</pre> 10009<ul> 10010 10011</ul> 10012</div> 10013</div> 10014 10015 10016<div class="product"> 10017<span class="title">keyboard-input-1.0.0.0</span> 10018<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10019<span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span> 10020<div class="licence"> 10021<pre></pre> 10022<ul> 10023<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 10024</ul> 10025</div> 10026</div> 10027 10028 10029<div class="product"> 10030<span class="title">keyutils-1.1</span> 10031<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10032<span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 10033<div class="licence"> 10034<pre></pre> 10035<ul> 10036<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 10037<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10038</ul> 10039</div> 10040</div> 10041 10042 10043<div class="product"> 10044<span class="title">kmod-17</span> 10045<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10046<span class="homepage"><a href="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git">homepage</a></span> 10047<div class="licence"> 10048<pre></pre> 10049<ul> 10050<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 10051</ul> 10052</div> 10053</div> 10054 10055 10056<div class="product"> 10057<span class="title">ko-nanumfonts-3.10.0</span> 10058<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10059<span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span> 10060<div class="licence"> 10061<pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE: 10062 10063Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com), 10064with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver 10065NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver 10066NanumBrush, NanumPen, Naver NanumPen 10067 10068This Font Software is licensed under the SIL Open Font License, 10069Version 1.1. 10070 10071This license is copied below, and is also available with a FAQ at: 10072http://scripts.sil.org/OFL 10073 10074SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10075 10076PREAMBLE The goals of the Open Font License (OFL) are to stimulate 10077worldwide development of collaborative font projects, to support the font 10078creation efforts of academic and linguistic communities, and to provide 10079a free and open framework in which fonts may be shared and improved in 10080partnership with others. 10081 10082The OFL allows the licensed fonts to be used, studied, modified and 10083redistributed freely as long as they are not sold by themselves. 10084The fonts, including any derivative works, can be bundled, embedded, 10085redistributed and/or sold with any software provided that any reserved 10086names are not used by derivative works. The fonts and derivatives, 10087however, cannot be released under any other type of license. The 10088requirement for fonts to remain under this license does not apply to 10089any document created using the fonts or their derivatives. 10090 10091 10092 10093DEFINITIONS 10094"Font Software" refers to the set of files released by the Copyright 10095Holder(s) under this license and clearly marked as such. 10096This may include source files, build scripts and documentation. 10097 10098"Reserved Font Name" refers to any names specified as such after the 10099copyright statement(s). 10100 10101"Original Version" refers to the collection of Font Software components 10102as distributed by the Copyright Holder(s). 10103 10104"Modified Version" refers to any derivative made by adding to, deleting, 10105or substituting ? in part or in whole ? 10106any of the components of the Original Version, by changing formats or 10107by porting the Font Software to a new environment. 10108 10109"Author" refers to any designer, engineer, programmer, technical writer 10110or other person who contributed to the Font Software. 10111 10112 10113PERMISSION & CONDITIONS 10114 10115Permission is hereby granted, free of charge, to any person obtaining a 10116copy of the Font Software, to use, study, copy, merge, embed, modify, 10117redistribute, and sell modified and unmodified copies of the Font 10118Software, subject to the following conditions: 10119 101201) Neither the Font Software nor any of its individual components,in 10121 Original or Modified Versions, may be sold by itself. 10122 101232) Original or Modified Versions of the Font Software may be bundled, 10124 redistributed and/or sold with any software, provided that each copy 10125 contains the above copyright notice and this license. These can be 10126 included either as stand-alone text files, human-readable headers or 10127 in the appropriate machine-readable metadata fields within text or 10128 binary files as long as those fields can be easily viewed by the user. 10129 101303) No Modified Version of the Font Software may use the Reserved Font 10131 Name(s) unless explicit written permission is granted by the 10132 corresponding Copyright Holder. This restriction only applies to the 10133 primary font name as presented to the users. 10134 101354) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 10136 Software shall not be used to promote, endorse or advertise any 10137 Modified Version, except to acknowledge the contribution(s) of the 10138 Copyright Holder(s) and the Author(s) or with their explicit written 10139 permission. 10140 101415) The Font Software, modified or unmodified, in part or in whole, must 10142 be distributed entirely under this license, and must not be distributed 10143 under any other license. The requirement for fonts to remain under 10144 this license does not apply to any document created using the Font 10145 Software. 10146 10147 10148 10149TERMINATION 10150This license becomes null and void if any of the above conditions are not met. 10151 10152 10153 10154DISCLAIMER 10155THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10156EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 10157MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 10158OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 10159COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 10160INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 10161DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 10162FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER 10163DEALINGS IN THE FONT SOFTWARE. 10164 10165 10166-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10167</pre> 10168<ul> 10169<li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 10170</ul> 10171</div> 10172</div> 10173 10174 10175<div class="product"> 10176<span class="title">ktop-0.0.1</span> 10177<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10178<span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/ktop">homepage</a></span> 10179<div class="licence"> 10180<pre></pre> 10181<ul> 10182<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10183</ul> 10184</div> 10185</div> 10186 10187 10188<div class="product"> 10189<span class="title">ladspa-sdk-1.13</span> 10190<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10191<span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span> 10192<div class="licence"> 10193<pre></pre> 10194<ul> 10195<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 10196</ul> 10197</div> 10198</div> 10199 10200 10201<div class="product"> 10202<span class="title">laptop-mode-tools-1.59</span> 10203<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10204<span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span> 10205<div class="licence"> 10206<pre></pre> 10207<ul> 10208<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 10209</ul> 10210</div> 10211</div> 10212 10213 10214<div class="product"> 10215<span class="title">less-457</span> 10216<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10217<span class="homepage"><a href="http://www.greenwoodsoftware.com/less/">homepage</a></span> 10218<div class="licence"> 10219<pre></pre> 10220<ul> 10221<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 10222</ul> 10223</div> 10224</div> 10225 10226 10227<div class="product"> 10228<span class="title">leveldb-0.0.1</span> 10229<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10230<span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span> 10231<div class="licence"> 10232<pre>Scanned Source License leveldb-0.0.1/LICENSE: 10233 10234Copyright (c) 2011 The LevelDB Authors. All rights reserved. 10235 10236Redistribution and use in source and binary forms, with or without 10237modification, are permitted provided that the following conditions are 10238met: 10239 10240 * Redistributions of source code must retain the above copyright 10241notice, this list of conditions and the following disclaimer. 10242 * Redistributions in binary form must reproduce the above 10243copyright notice, this list of conditions and the following disclaimer 10244in the documentation and/or other materials provided with the 10245distribution. 10246 * Neither the name of Google Inc. nor the names of its 10247contributors may be used to endorse or promote products derived from 10248this software without specific prior written permission. 10249 10250THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10251"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 10252LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 10253A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 10254OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 10255SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 10256LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 10257DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 10258THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 10259(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 10260OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10261 10262-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10263</pre> 10264<ul> 10265 10266</ul> 10267</div> 10268</div> 10269 10270 10271<div class="product"> 10272<span class="title">libaio-0.3.109</span> 10273<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10274<span class="homepage"><a href="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/">homepage</a></span> 10275<div class="licence"> 10276<pre></pre> 10277<ul> 10278<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 10279</ul> 10280</div> 10281</div> 10282 10283 10284<div class="product"> 10285<span class="title">libatomic_ops-7.2d</span> 10286<a class="show" href="#" onclick="return toggle(this);">show license text</a> 10287<span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span> 10288<div class="licence"> 10289<pre>Scanned Source License gc-7.2/libatomic_ops/COPYING: 10290 10291 GNU GENERAL PUBLIC LICENSE 10292 Version 2, June 1991 10293 10294 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 10295 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10296 Everyone is permitted to copy and distribute verbatim copies 10297 of this license document, but changing it is not allowed. 10298 10299 Preamble 10300 10301 The licenses for most software are designed to take away your 10302freedom to share and change it. By contrast, the GNU General Public 10303License is intended to guarantee your freedom to share and change free 10304software--to make sure the software is free for all its users. This 10305General Public License applies to most of the Free Software 10306Foundation's software and to any other program whose authors commit to 10307using it. (Some other Free Software Foundation software is covered by 10308the GNU Library General Public License instead.) You can apply it to 10309your programs, too. 10310 10311 When we speak of free software, we are referring to freedom, not 10312price. Our General Public Licenses are designed to make sure that you 10313have the freedom to distribute copies of free software (and charge for 10314this service if you wish), that you receive source code or can get it 10315if you want it, that you can change the software or use pieces of it 10316in new free programs; and that you know you can do these things. 10317 10318 To protect your rights, we need to make restrictions that forbid 10319anyone to deny you these rights or to ask you to surrender the rights. 10320These restrictions translate to certain responsibilities for you if you 10321distribute copies of the software, or if you modify it. 10322 10323 For example, if you distribute copies of such a program, whether 10324gratis or for a fee, you must give the recipients all the rights that 10325you have. You must make sure that they, too, receive or can get the 10326source code. And you must show them these terms so they know their 10327rights. 10328 10329 We protect your rights with two steps: (1) copyright the software, and 10330(2) offer you this license which gives you legal permission to copy, 10331distribute and/or modify the software. 10332 10333 Also, for each author's protection and ours, we want to make certain 10334that everyone understands that there is no warranty for this free 10335software. If the software is modified by someone else and passed on, we 10336want its recipients to know that what they have is not the original, so 10337that any problems introduced by others will not reflect on the original 10338authors' reputations. 10339 10340 Finally, any free program is threatened constantly by software 10341patents. We wish to avoid the danger that redistributors of a free 10342program will individually obtain patent licenses, in effect making the 10343program proprietary. To prevent this, we have made it clear that any 10344patent must be licensed for everyone's free use or not licensed at all. 10345 10346 The precise terms and conditions for copying, distribution and 10347modification follow. 10348 10349 GNU GENERAL PUBLIC LICENSE 10350 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10351 10352 0. This License applies to any program or other work which contains 10353a notice placed by the copyright holder saying it may be distributed 10354under the terms of this General Public License. The "Program", below, 10355refers to any such program or work, and a "work based on the Program" 10356means either the Program or any derivative work under copyright law: 10357that is to say, a work containing the Program or a portion of it, 10358either verbatim or with modifications and/or translated into another 10359language. (Hereinafter, translation is included without limitation in 10360the term "modification".) Each licensee is addressed as "you". 10361 10362Activities other than copying, distribution and modification are not 10363covered by this License; they are outside its scope. The act of 10364running the Program is not restricted, and the output from the Program 10365is covered only if its contents constitute a work based on the 10366Program (independent of having been made by running the Program). 10367Whether that is true depends on what the Program does. 10368 10369 1. You may copy and distribute verbatim copies of the Program's 10370source code as you receive it, in any medium, provided that you 10371conspicuously and appropriately publish on each copy an appropriate 10372copyright notice and disclaimer of warranty; keep intact all the 10373notices that refer to this License and to the absence of any warranty; 10374and give any other recipients of the Program a copy of this License 10375along with the Program. 10376 10377You may charge a fee for the physical act of transferring a copy, and 10378you may at your option offer warranty protection in exchange for a fee. 10379 10380 2. You may modify your copy or copies of the Program or any portion 10381of it, thus forming a work based on the Program, and copy and 10382distribute such modifications or work under the terms of Section 1 10383above, provided that you also meet all of these conditions: 10384 10385 a) You must cause the modified files to carry prominent notices 10386 stating that you changed the files and the date of any change. 10387 10388 b) You must cause any work that you distribute or publish, that in 10389 whole or in part contains or is derived from the Program or any 10390 part thereof, to be licensed as a whole at no charge to all third 10391 parties under the terms of this License. 10392 10393 c) If the modified program normally reads commands interactively 10394 when run, you must cause it, when started running for such 10395 interactive use in the most ordinary way, to print or display an 10396 announcement including an appropriate copyright notice and a 10397 notice that there is no warranty (or else, saying that you provide 10398 a warranty) and that users may redistribute the program under 10399 these conditions, and telling the user how to view a copy of this 10400 License. (Exception: if the Program itself is interactive but 10401 does not normally print such an announcement, your work based on 10402 the Program is not required to print an announcement.) 10403 10404These requirements apply to the modified work as a whole. If 10405identifiable sections of that work are not derived from the Program, 10406and can be reasonably considered independent and separate works in 10407themselves, then this License, and its terms, do not apply to those 10408sections when you distribute them as separate works. But when you 10409distribute the same sections as part of a whole which is a work based 10410on the Program, the distribution of the whole must be on the terms of 10411this License, whose permissions for other licensees extend to the 10412entire whole, and thus to each and every part regardless of who wrote it. 10413 10414Thus, it is not the intent of this section to claim rights or contest 10415your rights to work written entirely by you; rather, the intent is to 10416exercise the right to control the distribution of derivative or 10417collective works based on the Program. 10418 10419In addition, mere aggregation of another work not based on the Program 10420with the Program (or with a work based on the Program) on a volume of 10421a storage or distribution medium does not bring the other work under 10422the scope of this License. 10423 10424 3. You may copy and distribute the Program (or a work based on it, 10425under Section 2) in object code or executable form under the terms of 10426Sections 1 and 2 above provided that you also do one of the following: 10427 10428 a) Accompany it with the complete corresponding machine-readable 10429 source code, which must be distributed under the terms of Sections 10430 1 and 2 above on a medium customarily used for software interchange; or, 10431 10432 b) Accompany it with a written offer, valid for at least three 10433 years, to give any third party, for a charge no more than your 10434 cost of physically performing source distribution, a complete 10435 machine-readable copy of the corresponding source code, to be 10436 distributed under the terms of Sections 1 and 2 above on a medium 10437 customarily used for software interchange; or, 10438 10439 c) Accompany it with the information you received as to the offer 10440 to distribute corresponding source code. (This alternative is 10441 allowed only for noncommercial distribution and only if you 10442 received the program in object code or executable form with such 10443 an offer, in accord with Subsection b above.) 10444 10445The source code for a work means the preferred form of the work for 10446making modifications to it. For an executable work, complete source 10447code means all the source code for all modules it contains, plus any 10448associated interface definition files, plus the scripts used to 10449control compilation and installation of the executable. However, as a 10450special exception, the source code distributed need not include 10451anything that is normally distributed (in either source or binary 10452form) with the major components (compiler, kernel, and so on) of the 10453operating system on which the executable runs, unless that component 10454itself accompanies the executable. 10455 10456If distribution of executable or object code is made by offering 10457access to copy from a designated place, then offering equivalent 10458access to copy the source code from the same place counts as 10459distribution of the source code, even though third parties are not 10460compelled to copy the source along with the object code. 10461 10462 4. You may not copy, modify, sublicense, or distribute the Program 10463except as expressly provided under this License. Any attempt 10464otherwise to copy, modify, sublicense or distribute the Program is 10465void, and will automatically terminate your rights under this License. 10466However, parties who have received copies, or rights, from you under 10467this License will not have their licenses terminated so long as such 10468parties remain in full compliance. 10469 10470 5. You are not required to accept this License, since you have not 10471signed it. However, nothing else grants you permission to modify or 10472distribute the Program or its derivative works. These actions are 10473prohibited by law if you do not accept this License. Therefore, by 10474modifying or distributing the Program (or any work based on the 10475Program), you indicate your acceptance of this License to do so, and 10476all its terms and conditions for copying, distributing or modifying 10477the Program or works based on it. 10478 10479 6. Each time you redistribute the Program (or any work based on the 10480Program), the recipient automatically receives a license from the 10481original licensor to copy, distribute or modify the Program subject to 10482these terms and conditions. You may not impose any further 10483restrictions on the recipients' exercise of the rights granted herein. 10484You are not responsible for enforcing compliance by third parties to 10485this License. 10486 10487 7. If, as a consequence of a court judgment or allegation of patent 10488infringement or for any other reason (not limited to patent issues), 10489conditions are imposed on you (whether by court order, agreement or 10490otherwise) that contradict the conditions of this License, they do not 10491excuse you from the conditions of this License. If you cannot 10492distribute so as to satisfy simultaneously your obligations under this 10493License and any other pertinent obligations, then as a consequence you 10494may not distribute the Program at all. For example, if a patent 10495license would not permit royalty-free redistribution of the Program by 10496all those who receive copies directly or indirectly through you, then 10497the only way you could satisfy both it and this License would be to 10498refrain entirely from distribution of the Program. 10499 10500If any portion of this section is held invalid or unenforceable under 10501any particular circumstance, the balance of the section is intended to 10502apply and the section as a whole is intended to apply in other 10503circumstances. 10504 10505It is not the purpose of this section to induce you to infringe any 10506patents or other property right claims or to contest validity of any 10507such claims; this section has the sole purpose of protecting the 10508integrity of the free software distribution system, which is 10509implemented by public license practices. Many people have made 10510generous contributions to the wide range of software distributed 10511through that system in reliance on consistent application of that 10512system; it is up to the author/donor to decide if he or she is willing 10513to distribute software through any other system and a licensee cannot 10514impose that choice. 10515 10516This section is intended to make thoroughly clear what is believed to 10517be a consequence of the rest of this License. 10518 10519 8. If the distribution and/or use of the Program is restricted in 10520certain countries either by patents or by copyrighted interfaces, the 10521original copyright holder who places the Program under this License 10522may add an explicit geographical distribution limitation excluding 10523those countries, so that distribution is permitted only in or among 10524countries not thus excluded. In such case, this License incorporates 10525the limitation as if written in the body of this License. 10526 10527 9. The Free Software Foundation may publish revised and/or new versions 10528of the General Public License from time to time. Such new versions will 10529be similar in spirit to the present version, but may differ in detail to 10530address new problems or concerns. 10531 10532Each version is given a distinguishing version number. If the Program 10533specifies a version number of this License which applies to it and "any 10534later version", you have the option of following the terms and conditions 10535either of that version or of any later version published by the Free 10536Software Foundation. If the Program does not specify a version number of 10537this License, you may choose any version ever published by the Free Software 10538Foundation. 10539 10540 10. If you wish to incorporate parts of the Program into other free 10541programs whose distribution conditions are different, write to the author 10542to ask for permission. For software which is copyrighted by the Free 10543Software Foundation, write to the Free Software Foundation; we sometimes 10544make exceptions for this. Our decision will be guided by the two goals 10545of preserving the free status of all derivatives of our free software and 10546of promoting the sharing and reuse of software generally. 10547 10548 NO WARRANTY 10549 10550 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 10551FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 10552OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 10553PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 10554OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10555MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 10556TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 10557PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 10558REPAIR OR CORRECTION. 10559 10560 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 10561WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 10562REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 10563INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 10564OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 10565TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 10566YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 10567PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 10568POSSIBILITY OF SUCH DAMAGES. 10569 10570 END OF TERMS AND CONDITIONS 10571 10572 How to Apply These Terms to Your New Programs 10573 10574 If you develop a new program, and you want it to be of the greatest 10575possible use to the public, the best way to achieve this is to make it 10576free software which everyone can redistribute and change under these terms. 10577 10578 To do so, attach the following notices to the program. It is safest 10579to attach them to the start of each source file to most effectively 10580convey the exclusion of warranty; and each file should have at least 10581the "copyright" line and a pointer to where the full notice is found. 10582 10583 <one line to give the program's name and a brief idea of what it does.> 10584 Copyright (C) <year> <name of author> 10585 10586 This program is free software; you can redistribute it and/or modify 10587 it under the terms of the GNU General Public License as published by 10588 the Free Software Foundation; either version 2 of the License, or 10589 (at your option) any later version. 10590 10591 This program is distributed in the hope that it will be useful, 10592 but WITHOUT ANY WARRANTY; without even the implied warranty of 10593 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10594 GNU General Public License for more details. 10595 10596 You should have received a copy of the GNU General Public License 10597 along with this program; if not, write to the Free Software 10598 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10599 10600 10601Also add information on how to contact you by electronic and paper mail. 10602 10603If the program is interactive, make it output a short notice like this 10604when it starts in an interactive mode: 10605 10606 Gnomovision version 69, Copyright (C) year name of author 10607 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 10608 This is free software, and you are welcome to redistribute it 10609 under certain conditions; type `show c' for details. 10610 10611The hypothetical commands `show w' and `show c' should show the appropriate 10612parts of the General Public License. Of course, the commands you use may 10613be called something other than `show w' and `show c'; they could even be 10614mouse-clicks or menu items--whatever suits your program. 10615 10616You should also get your employer (if you work as a programmer) or your 10617school, if any, to sign a "copyright disclaimer" for the program, if 10618necessary. Here is a sample; alter the names: 10619 10620 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 10621 `Gnomovision' (which makes passes at compilers) written by James Hacker. 10622 10623 <signature of Ty Coon>, 1 April 1989 10624 Ty Coon, President of Vice 10625 10626This General Public License does not permit incorporating your program into 10627proprietary programs. If your program is a subroutine library, you may 10628consider it more useful to permit linking proprietary applications with the 10629library. If this is what you want to do, use the GNU Library General 10630Public License instead of this License. 10631 10632-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10633 10634Scanned Source License gc-7.2/libatomic_ops/doc/COPYING: 10635 10636 GNU GENERAL PUBLIC LICENSE 10637 Version 2, June 1991 10638 10639 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 10640 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10641 Everyone is permitted to copy and distribute verbatim copies 10642 of this license document, but changing it is not allowed. 10643 10644 Preamble 10645 10646 The licenses for most software are designed to take away your 10647freedom to share and change it. By contrast, the GNU General Public 10648License is intended to guarantee your freedom to share and change free 10649software--to make sure the software is free for all its users. This 10650General Public License applies to most of the Free Software 10651Foundation's software and to any other program whose authors commit to 10652using it. (Some other Free Software Foundation software is covered by 10653the GNU Library General Public License instead.) You can apply it to 10654your programs, too. 10655 10656 When we speak of free software, we are referring to freedom, not 10657price. Our General Public Licenses are designed to make sure that you 10658have the freedom to distribute copies of free software (and charge for 10659this service if you wish), that you receive source code or can get it 10660if you want it, that you can change the software or use pieces of it 10661in new free programs; and that you know you can do these things. 10662 10663 To protect your rights, we need to make restrictions that forbid 10664anyone to deny you these rights or to ask you to surrender the rights. 10665These restrictions translate to certain responsibilities for you if you 10666distribute copies of the software, or if you modify it. 10667 10668 For example, if you distribute copies of such a program, whether 10669gratis or for a fee, you must give the recipients all the rights that 10670you have. You must make sure that they, too, receive or can get the 10671source code. And you must show them these terms so they know their 10672rights. 10673 10674 We protect your rights with two steps: (1) copyright the software, and 10675(2) offer you this license which gives you legal permission to copy, 10676distribute and/or modify the software. 10677 10678 Also, for each author's protection and ours, we want to make certain 10679that everyone understands that there is no warranty for this free 10680software. If the software is modified by someone else and passed on, we 10681want its recipients to know that what they have is not the original, so 10682that any problems introduced by others will not reflect on the original 10683authors' reputations. 10684 10685 Finally, any free program is threatened constantly by software 10686patents. We wish to avoid the danger that redistributors of a free 10687program will individually obtain patent licenses, in effect making the 10688program proprietary. To prevent this, we have made it clear that any 10689patent must be licensed for everyone's free use or not licensed at all. 10690 10691 The precise terms and conditions for copying, distribution and 10692modification follow. 10693 10694 GNU GENERAL PUBLIC LICENSE 10695 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 10696 10697 0. This License applies to any program or other work which contains 10698a notice placed by the copyright holder saying it may be distributed 10699under the terms of this General Public License. The "Program", below, 10700refers to any such program or work, and a "work based on the Program" 10701means either the Program or any derivative work under copyright law: 10702that is to say, a work containing the Program or a portion of it, 10703either verbatim or with modifications and/or translated into another 10704language. (Hereinafter, translation is included without limitation in 10705the term "modification".) Each licensee is addressed as "you". 10706 10707Activities other than copying, distribution and modification are not 10708covered by this License; they are outside its scope. The act of 10709running the Program is not restricted, and the output from the Program 10710is covered only if its contents constitute a work based on the 10711Program (independent of having been made by running the Program). 10712Whether that is true depends on what the Program does. 10713 10714 1. You may copy and distribute verbatim copies of the Program's 10715source code as you receive it, in any medium, provided that you 10716conspicuously and appropriately publish on each copy an appropriate 10717copyright notice and disclaimer of warranty; keep intact all the 10718notices that refer to this License and to the absence of any warranty; 10719and give any other recipients of the Program a copy of this License 10720along with the Program. 10721 10722You may charge a fee for the physical act of transferring a copy, and 10723you may at your option offer warranty protection in exchange for a fee. 10724 10725 2. You may modify your copy or copies of the Program or any portion 10726of it, thus forming a work based on the Program, and copy and 10727distribute such modifications or work under the terms of Section 1 10728above, provided that you also meet all of these conditions: 10729 10730 a) You must cause the modified files to carry prominent notices 10731 stating that you changed the files and the date of any change. 10732 10733 b) You must cause any work that you distribute or publish, that in 10734 whole or in part contains or is derived from the Program or any 10735 part thereof, to be licensed as a whole at no charge to all third 10736 parties under the terms of this License. 10737 10738 c) If the modified program normally reads commands interactively 10739 when run, you must cause it, when started running for such 10740 interactive use in the most ordinary way, to print or display an 10741 announcement including an appropriate copyright notice and a 10742 notice that there is no warranty (or else, saying that you provide 10743 a warranty) and that users may redistribute the program under 10744 these conditions, and telling the user how to view a copy of this 10745 License. (Exception: if the Program itself is interactive but 10746 does not normally print such an announcement, your work based on 10747 the Program is not required to print an announcement.) 10748 10749These requirements apply to the modified work as a whole. If 10750identifiable sections of that work are not derived from the Program, 10751and can be reasonably considered independent and separate works in 10752themselves, then this License, and its terms, do not apply to those 10753sections when you distribute them as separate works. But when you 10754distribute the same sections as part of a whole which is a work based 10755on the Program, the distribution of the whole must be on the terms of 10756this License, whose permissions for other licensees extend to the 10757entire whole, and thus to each and every part regardless of who wrote it. 10758 10759Thus, it is not the intent of this section to claim rights or contest 10760your rights to work written entirely by you; rather, the intent is to 10761exercise the right to control the distribution of derivative or 10762collective works based on the Program. 10763 10764In addition, mere aggregation of another work not based on the Program 10765with the Program (or with a work based on the Program) on a volume of 10766a storage or distribution medium does not bring the other work under 10767the scope of this License. 10768 10769 3. You may copy and distribute the Program (or a work based on it, 10770under Section 2) in object code or executable form under the terms of 10771Sections 1 and 2 above provided that you also do one of the following: 10772 10773 a) Accompany it with the complete corresponding machine-readable 10774 source code, which must be distributed under the terms of Sections 10775 1 and 2 above on a medium customarily used for software interchange; or, 10776 10777 b) Accompany it with a written offer, valid for at least three 10778 years, to give any third party, for a charge no more than your 10779 cost of physically performing source distribution, a complete 10780 machine-readable copy of the corresponding source code, to be 10781 distributed under the terms of Sections 1 and 2 above on a medium 10782 customarily used for software interchange; or, 10783 10784 c) Accompany it with the information you received as to the offer 10785 to distribute corresponding source code. (This alternative is 10786 allowed only for noncommercial distribution and only if you 10787 received the program in object code or executable form with such 10788 an offer, in accord with Subsection b above.) 10789 10790The source code for a work means the preferred form of the work for 10791making modifications to it. For an executable work, complete source 10792code means all the source code for all modules it contains, plus any 10793associated interface definition files, plus the scripts used to 10794control compilation and installation of the executable. However, as a 10795special exception, the source code distributed need not include 10796anything that is normally distributed (in either source or binary 10797form) with the major components (compiler, kernel, and so on) of the 10798operating system on which the executable runs, unless that component 10799itself accompanies the executable. 10800 10801If distribution of executable or object code is made by offering 10802access to copy from a designated place, then offering equivalent 10803access to copy the source code from the same place counts as 10804distribution of the source code, even though third parties are not 10805compelled to copy the source along with the object code. 10806 10807 4. You may not copy, modify, sublicense, or distribute the Program 10808except as expressly provided under this License. Any attempt 10809otherwise to copy, modify, sublicense or distribute the Program is 10810void, and will automatically terminate your rights under this License. 10811However, parties who have received copies, or rights, from you under 10812this License will not have their licenses terminated so long as such 10813parties remain in full compliance. 10814 10815 5. You are not required to accept this License, since you have not 10816signed it. However, nothing else grants you permission to modify or 10817distribute the Program or its derivative works. These actions are 10818prohibited by law if you do not accept this License. Therefore, by 10819modifying or distributing the Program (or any work based on the 10820Program), you indicate your acceptance of this License to do so, and 10821all its terms and conditions for copying, distributing or modifying 10822the Program or works based on it. 10823 10824 6. Each time you redistribute the Program (or any work based on the 10825Program), the recipient automatically receives a license from the 10826original licensor to copy, distribute or modify the Program subject to 10827these terms and conditions. You may not impose any further 10828restrictions on the recipients' exercise of the rights granted herein. 10829You are not responsible for enforcing compliance by third parties to 10830this License. 10831 10832 7. If, as a consequence of a court judgment or allegation of patent 10833infringement or for any other reason (not limited to patent issues), 10834conditions are imposed on you (whether by court order, agreement or 10835otherwise) that contradict the conditions of this License, they do not 10836excuse you from the conditions of this License. If you cannot 10837distribute so as to satisfy simultaneously your obligations under this 10838License and any other pertinent obligations, then as a consequence you 10839may not distribute the Program at all. For example, if a patent 10840license would not permit royalty-free redistribution of the Program by 10841all those who receive copies directly or indirectly through you, then 10842the only way you could satisfy both it and this License would be to 10843refrain entirely from distribution of the Program. 10844 10845If any portion of this section is held invalid or unenforceable under 10846any particular circumstance, the balance of the section is intended to 10847apply and the section as a whole is intended to apply in other 10848circumstances. 10849 10850It is not the purpose of this section to induce you to infringe any 10851patents or other property right claims or to contest validity of any 10852such claims; this section has the sole purpose of protecting the 10853integrity of the free software distribution system, which is 10854implemented by public license practices. Many people have made 10855generous contributions to the wide range of software distributed 10856through that system in reliance on consistent application of that 10857system; it is up to the author/donor to decide if he or she is willing 10858to distribute software through any other system and a licensee cannot 10859impose that choice. 10860 10861This section is intended to make thoroughly clear what is believed to 10862be a consequence of the rest of this License. 10863 10864 8. If the distribution and/or use of the Program is restricted in 10865certain countries either by patents or by copyrighted interfaces, the 10866original copyright holder who places the Program under this License 10867may add an explicit geographical distribution limitation excluding 10868those countries, so that distribution is permitted only in or among 10869countries not thus excluded. In such case, this License incorporates 10870the limitation as if written in the body of this License. 10871 10872 9. The Free Software Foundation may publish revised and/or new versions 10873of the General Public License from time to time. Such new versions will 10874be similar in spirit to the present version, but may differ in detail to 10875address new problems or concerns. 10876 10877Each version is given a distinguishing version number. If the Program 10878specifies a version number of this License which applies to it and "any 10879later version", you have the option of following the terms and conditions 10880either of that version or of any later version published by the Free 10881Software Foundation. If the Program does not specify a version number of 10882this License, you may choose any version ever published by the Free Software 10883Foundation. 10884 10885 10. If you wish to incorporate parts of the Program into other free 10886programs whose distribution conditions are different, write to the author 10887to ask for permission. For software which is copyrighted by the Free 10888Software Foundation, write to the Free Software Foundation; we sometimes 10889make exceptions for this. Our decision will be guided by the two goals 10890of preserving the free status of all derivatives of our free software and 10891of promoting the sharing and reuse of software generally. 10892 10893 NO WARRANTY 10894 10895 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 10896FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 10897OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 10898PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 10899OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 10900MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 10901TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 10902PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 10903REPAIR OR CORRECTION. 10904 10905 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 10906WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 10907REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 10908INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 10909OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 10910TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 10911YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 10912PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 10913POSSIBILITY OF SUCH DAMAGES. 10914 10915 END OF TERMS AND CONDITIONS 10916 10917 How to Apply These Terms to Your New Programs 10918 10919 If you develop a new program, and you want it to be of the greatest 10920possible use to the public, the best way to achieve this is to make it 10921free software which everyone can redistribute and change under these terms. 10922 10923 To do so, attach the following notices to the program. It is safest 10924to attach them to the start of each source file to most effectively 10925convey the exclusion of warranty; and each file should have at least 10926the "copyright" line and a pointer to where the full notice is found. 10927 10928 <one line to give the program's name and a brief idea of what it does.> 10929 Copyright (C) <year> <name of author> 10930 10931 This program is free software; you can redistribute it and/or modify 10932 it under the terms of the GNU General Public License as published by 10933 the Free Software Foundation; either version 2 of the License, or 10934 (at your option) any later version. 10935 10936 This program is distributed in the hope that it will be useful, 10937 but WITHOUT ANY WARRANTY; without even the implied warranty of 10938 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10939 GNU General Public License for more details. 10940 10941 You should have received a copy of the GNU General Public License 10942 along with this program; if not, write to the Free Software 10943 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10944 10945 10946Also add information on how to contact you by electronic and paper mail. 10947 10948If the program is interactive, make it output a short notice like this 10949when it starts in an interactive mode: 10950 10951 Gnomovision version 69, Copyright (C) year name of author 10952 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 10953 This is free software, and you are welcome to redistribute it 10954 under certain conditions; type `show c' for details. 10955 10956The hypothetical commands `show w' and `show c' should show the appropriate 10957parts of the General Public License. Of course, the commands you use may 10958be called something other than `show w' and `show c'; they could even be 10959mouse-clicks or menu items--whatever suits your program. 10960 10961You should also get your employer (if you work as a programmer) or your 10962school, if any, to sign a "copyright disclaimer" for the program, if 10963necessary. Here is a sample; alter the names: 10964 10965 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 10966 `Gnomovision' (which makes passes at compilers) written by James Hacker. 10967 10968 <signature of Ty Coon>, 1 April 1989 10969 Ty Coon, President of Vice 10970 10971This General Public License does not permit incorporating your program into 10972proprietary programs. If your program is a subroutine library, you may 10973consider it more useful to permit linking proprietary applications with the 10974library. If this is what you want to do, use the GNU Library General 10975Public License instead of this License. 10976 10977-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 10978 10979Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt: 10980 10981Our intent is to make it easy to use libatomic_ops, in 10982both free and proprietary software. Hence most code that we expect to be 10983linked into a client application is covered by an MIT-style license. 10984 10985A few library routines are covered by the GNU General Public License. 10986These are put into a separate library, libatomic_ops_gpl.a . 10987 10988The low-level part of the library is mostly covered by the following 10989license: 10990 10991---------------------------------------- 10992 10993Copyright (c) ... 10994 10995Permission is hereby granted, free of charge, to any person obtaining a copy 10996of this software and associated documentation files (the "Software"), to deal 10997in the Software without restriction, including without limitation the rights 10998to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10999copies of the Software, and to permit persons to whom the Software is 11000furnished to do so, subject to the following conditions: 11001 11002The above copyright notice and this permission notice shall be included in all 11003copies or substantial portions of the Software. 11004 11005THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11006IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11007FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11008AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11009LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 11010OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 11011SOFTWARE. 11012 11013-------------------------------- 11014 11015A few files in the sysdeps directory were inherited in part from the 11016Boehm-Demers-Weiser conservative garbage collector, and are covered by 11017its license, which is similar in spirit: 11018 11019-------------------------------- 11020 11021Copyright (c) ... 11022 11023THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 11024OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 11025 11026Permission is hereby granted to use or copy this program 11027for any purpose, provided the above notices are retained on all copies. 11028Permission to modify the code and to distribute modified code is granted, 11029provided the above notices are retained, and a notice that the code was 11030modified is included with the above copyright notice. 11031 11032---------------------------------- 11033 11034A few files are covered by the GNU General Public License. (See file 11035"COPYING".) This applies only to test code, sample applications, 11036and the libatomic_ops_gpl portion of the library. 11037Thus libatomic_ops_gpl should generally not be linked into proprietary code. 11038(This distinction was motivated by patent considerations.) 11039 11040It is possible that the license of the GPL pieces may be changed for 11041future versions to make them more consistent with the rest of the package. 11042If you submit patches, and have strong preferences about licensing, please 11043express them. 11044 11045 11046-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11047 11048Gentoo Package Stock License boehm-gc: 11049 11050<copyright notice> 11051 11052THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED 11053OR IMPLIED. ANY USE IS AT YOUR OWN RISK. 11054 11055Permission is hereby granted to use or copy this program 11056for any purpose, provided the above notices are retained on all copies. 11057Permission to modify the code and to distribute modified code is granted, 11058provided the above notices are retained, and a notice that the code was 11059modified is included with the above copyright notice. 11060 11061-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11062</pre> 11063<ul> 11064<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11065<li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 11066</ul> 11067</div> 11068</div> 11069 11070 11071<div class="product"> 11072<span class="title">libc-bench-0.0.1</span> 11073<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11074<span class="homepage"><a href="http://www.etalabs.net/libc-bench.html">homepage</a></span> 11075<div class="licence"> 11076<pre>Scanned Source License libc-bench-0.0.1/COPYRIGHT: 11077 11078libc-bench, a performance and memory usage benchmark for comparing 11079libc implementations 11080 11081Copyright © 2011 Rich Felker 11082 11083Permission is hereby granted, free of charge, to any person obtaining 11084a copy of this software and associated documentation files (the 11085"Software"), to deal in the Software without restriction, including 11086without limitation the rights to use, copy, modify, merge, publish, 11087distribute, sublicense, and/or sell copies of the Software, and to 11088permit persons to whom the Software is furnished to do so, subject to 11089the following conditions: 11090 11091The above copyright notice and this permission notice shall be 11092included in all copies or substantial portions of the Software. 11093 11094THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 11095EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11096MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 11097IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 11098CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 11099TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 11100SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11101 11102-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11103</pre> 11104<ul> 11105 11106</ul> 11107</div> 11108</div> 11109 11110 11111<div class="product"> 11112<span class="title">libcap-2.17</span> 11113<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11114<span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span> 11115<div class="licence"> 11116<pre>Scanned Source License libcap-2.17/License: 11117 11118Unless otherwise *explicitly* stated, the following text describes the 11119licensed conditions under which the contents of this libcap release 11120may be used and distributed: 11121 11122------------------------------------------------------------------------- 11123Redistribution and use in source and binary forms of libcap, with 11124or without modification, are permitted provided that the following 11125conditions are met: 11126 111271. Redistributions of source code must retain any existing copyright 11128 notice, and this entire permission notice in its entirety, 11129 including the disclaimer of warranties. 11130 111312. Redistributions in binary form must reproduce all prior and current 11132 copyright notices, this list of conditions, and the following 11133 disclaimer in the documentation and/or other materials provided 11134 with the distribution. 11135 111363. The name of any author may not be used to endorse or promote 11137 products derived from this software without their specific prior 11138 written permission. 11139 11140ALTERNATIVELY, this product may be distributed under the terms of the 11141GNU General Public License, in which case the provisions of the GNU 11142GPL are required INSTEAD OF the above restrictions. (This clause is 11143necessary due to a potential conflict between the GNU GPL and the 11144restrictions contained in a BSD-style copyright.) 11145 11146THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 11147WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 11148MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11149IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 11150INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 11151BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 11152OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 11153ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 11154TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 11155USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 11156DAMAGE. 11157------------------------------------------------------------------------- 11158 11159 11160-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11161 11162Scanned Source License libcap-2.17/pam_cap/License: 11163 11164Unless otherwise *explicitly* stated the following text describes the 11165licensed conditions under which the contents of this module release 11166may be distributed: 11167 11168------------------------------------------------------------------------- 11169Redistribution and use in source and binary forms of this module, with 11170or without modification, are permitted provided that the following 11171conditions are met: 11172 111731. Redistributions of source code must retain any existing copyright 11174 notice, and this entire permission notice in its entirety, 11175 including the disclaimer of warranties. 11176 111772. Redistributions in binary form must reproduce all prior and current 11178 copyright notices, this list of conditions, and the following 11179 disclaimer in the documentation and/or other materials provided 11180 with the distribution. 11181 111823. The name of any author may not be used to endorse or promote 11183 products derived from this software without their specific prior 11184 written permission. 11185 11186ALTERNATIVELY, this product may be distributed under the terms of the 11187GNU Library General Public License, in which case the provisions of 11188the GNU LGPL are required INSTEAD OF the above restrictions. (This 11189clause is necessary due to a potential conflict between the GNU LGPL 11190and the restrictions contained in a BSD-style copyright.) 11191 11192THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 11193WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 11194MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11195IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 11196INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 11197BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 11198OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 11199ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 11200TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 11201USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 11202DAMAGE. 11203------------------------------------------------------------------------- 11204 11205 11206-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11207</pre> 11208<ul> 11209<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11210</ul> 11211</div> 11212</div> 11213 11214 11215<div class="product"> 11216<span class="title">libcap-ng-0.6.6</span> 11217<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11218<span class="homepage"><a href="http://people.redhat.com/sgrubb/libcap-ng/">homepage</a></span> 11219<div class="licence"> 11220<pre></pre> 11221<ul> 11222<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11223</ul> 11224</div> 11225</div> 11226 11227 11228<div class="product"> 11229<span class="title">libchrome-271506</span> 11230<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11231<span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span> 11232<div class="licence"> 11233<pre></pre> 11234<ul> 11235<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11236</ul> 11237</div> 11238</div> 11239 11240 11241<div class="product"> 11242<span class="title">libchrome_crypto-271506</span> 11243<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11244<span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span> 11245<div class="licence"> 11246<pre></pre> 11247<ul> 11248<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11249</ul> 11250</div> 11251</div> 11252 11253 11254<div class="product"> 11255<span class="title">libchromeos-0.0.1</span> 11256<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11257<span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span> 11258<div class="licence"> 11259<pre></pre> 11260<ul> 11261<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11262</ul> 11263</div> 11264</div> 11265 11266 11267<div class="product"> 11268<span class="title">libchromeos-use-flags-0.0.1</span> 11269<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11270<span class="homepage"><a href="">homepage</a></span> 11271<div class="licence"> 11272<pre></pre> 11273<ul> 11274<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11275</ul> 11276</div> 11277</div> 11278 11279 11280<div class="product"> 11281<span class="title">libdaemon-0.14</span> 11282<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11283<span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span> 11284<div class="licence"> 11285<pre></pre> 11286<ul> 11287<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11288</ul> 11289</div> 11290</div> 11291 11292 11293<div class="product"> 11294<span class="title">libdrm-2.4.54</span> 11295<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11296<span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span> 11297<div class="licence"> 11298<pre></pre> 11299<ul> 11300<li><a href='#X'>Custom License X</a></li> 11301</ul> 11302</div> 11303</div> 11304 11305 11306<div class="product"> 11307<span class="title">libdrm-tests-2.4.54</span> 11308<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11309<span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span> 11310<div class="licence"> 11311<pre></pre> 11312<ul> 11313<li><a href='#X'>Custom License X</a></li> 11314</ul> 11315</div> 11316</div> 11317 11318 11319<div class="product"> 11320<span class="title">libevdev-0.0.1</span> 11321<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11322<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 11323<div class="licence"> 11324<pre></pre> 11325<ul> 11326<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 11327</ul> 11328</div> 11329</div> 11330 11331 11332<div class="product"> 11333<span class="title">libevent-2.0.21</span> 11334<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11335<span class="homepage"><a href="http://libevent.org/">homepage</a></span> 11336<div class="licence"> 11337<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent: 11338 11339Copyright (c) 2002, 2003 Niels Provos <provos@citi.umich.edu> 11340All rights reserved. 11341 11342Redistribution and use in source and binary forms, with or without 11343modification, are permitted provided that the following conditions 11344are met: 113451. Redistributions of source code must retain the above copyright 11346 notice, this list of conditions and the following disclaimer. 113472. Redistributions in binary form must reproduce the above copyright 11348 notice, this list of conditions and the following disclaimer in the 11349 documentation and/or other materials provided with the distribution. 113503. The name of the author may not be used to endorse or promote products 11351 derived from this software without specific prior written permission. 11352 11353THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 11354IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 11355OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11356IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 11357INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 11358NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 11359DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 11360THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 11361(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 11362THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11363 11364-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11365</pre> 11366<ul> 11367 11368</ul> 11369</div> 11370</div> 11371 11372 11373<div class="product"> 11374<span class="title">libffi-3.0.11</span> 11375<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11376<span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span> 11377<div class="licence"> 11378<pre>Scanned Source License libffi-3.0.11/LICENSE: 11379 11380libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others. 11381See source files for details. 11382 11383Permission is hereby granted, free of charge, to any person obtaining 11384a copy of this software and associated documentation files (the 11385``Software''), to deal in the Software without restriction, including 11386without limitation the rights to use, copy, modify, merge, publish, 11387distribute, sublicense, and/or sell copies of the Software, and to 11388permit persons to whom the Software is furnished to do so, subject to 11389the following conditions: 11390 11391The above copyright notice and this permission notice shall be 11392included in all copies or substantial portions of the Software. 11393 11394THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 11395EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11396MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 11397IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 11398CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 11399TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 11400SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11401 11402-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11403</pre> 11404<ul> 11405 11406</ul> 11407</div> 11408</div> 11409 11410 11411<div class="product"> 11412<span class="title">libfontenc-1.1.0</span> 11413<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11414<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11415<div class="licence"> 11416<pre>Scanned Source License libfontenc-1.1.0/COPYING: 11417 11418Copyright (c) 1998-2001 by Juliusz Chroboczek 11419 11420Permission is hereby granted, free of charge, to any person obtaining a copy 11421of this software and associated documentation files (the "Software"), to deal 11422in the Software without restriction, including without limitation the rights 11423to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11424copies of the Software, and to permit persons to whom the Software is 11425furnished to do so, subject to the following conditions: 11426 11427The above copyright notice and this permission notice shall be included in 11428all copies or substantial portions of the Software. 11429 11430THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11431IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11432FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11433AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11434LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 11435OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 11436THE SOFTWARE. 11437 11438-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11439</pre> 11440<ul> 11441 11442</ul> 11443</div> 11444</div> 11445 11446 11447<div class="product"> 11448<span class="title">libftdi-1.0</span> 11449<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11450<span class="homepage"><a href="http://www.intra2net.com/en/developer/libftdi/">homepage</a></span> 11451<div class="licence"> 11452<pre></pre> 11453<ul> 11454<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 11455</ul> 11456</div> 11457</div> 11458 11459 11460<div class="product"> 11461<span class="title">libgcrypt-1.4.6</span> 11462<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11463<span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span> 11464<div class="licence"> 11465<pre></pre> 11466<ul> 11467<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11468</ul> 11469</div> 11470</div> 11471 11472 11473<div class="product"> 11474<span class="title">libglade-2.6.4</span> 11475<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11476<span class="homepage"><a href="http://www.gnome.org/">homepage</a></span> 11477<div class="licence"> 11478<pre></pre> 11479<ul> 11480<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 11481</ul> 11482</div> 11483</div> 11484 11485 11486<div class="product"> 11487<span class="title">libgpg-error-1.10</span> 11488<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11489<span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span> 11490<div class="licence"> 11491<pre></pre> 11492<ul> 11493<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11494<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11495</ul> 11496</div> 11497</div> 11498 11499 11500<div class="product"> 11501<span class="title">libICE-1.0.7</span> 11502<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11503<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11504<div class="licence"> 11505<pre>Scanned Source License libICE-1.0.7/COPYING: 11506 11507Copyright 1993, 1998 The Open Group 11508 11509Permission to use, copy, modify, distribute, and sell this software and its 11510documentation for any purpose is hereby granted without fee, provided that 11511the above copyright notice appear in all copies and that both that 11512copyright notice and this permission notice appear in supporting 11513documentation. 11514 11515The above copyright notice and this permission notice shall be included in 11516all copies or substantial portions of the Software. 11517 11518THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11519IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11520FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11521OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 11522AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 11523CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11524 11525Except as contained in this notice, the name of The Open Group shall not be 11526used in advertising or otherwise to promote the sale, use or other dealings 11527in this Software without prior written authorization from The Open Group. 11528 11529Author: Ralph Mor, X Consortium 11530 11531-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11532</pre> 11533<ul> 11534 11535</ul> 11536</div> 11537</div> 11538 11539 11540<div class="product"> 11541<span class="title">libjpeg-turbo-1.2.0</span> 11542<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11543<span class="homepage"><a href="http://libjpeg-turbo.virtualgl.org/">homepage</a></span> 11544<div class="licence"> 11545<pre>Scanned Source License debian/copyright: 11546 11547This is Debian's prepackaged version of the `jpeg library' by the Independent 11548JPEG Group. 11549 11550This package was created by Mark Mickan <mmickan@debian.org> from sources 11551which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz 11552 11553It is partly based on the libjpeg6a package originally put together by 11554Andy Guy <awpguy@acs.ucalgary.ca> and later maintained by Mark Mickan. 11555 11556Current Debian maintainer is Bill Allombert <ballombe@debian.org>. 11557 11558LEGAL ISSUES [ from README supplied with source - MM ] 11559============ 11560 11561In plain English: 11562 115631. We don't promise that this software works. (But if you find any bugs, 11564 please let us know!) 115652. You can use this software for whatever you want. You don't have to pay us. 115663. You may not pretend that you wrote this software. If you use it in a 11567 program, you must acknowledge somewhere in your documentation that 11568 you've used the IJG code. 11569 11570In legalese: 11571 11572The authors make NO WARRANTY or representation, either express or implied, 11573with respect to this software, its quality, accuracy, merchantability, or 11574fitness for a particular purpose. This software is provided "AS IS", and you, 11575its user, assume the entire risk as to its quality and accuracy. 11576 11577This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. 11578All Rights Reserved except as specified below. 11579 11580Permission is hereby granted to use, copy, modify, and distribute this 11581software (or portions thereof) for any purpose, without fee, subject to these 11582conditions: 11583(1) If any part of the source code for this software is distributed, then this 11584README file must be included, with this copyright and no-warranty notice 11585unaltered; and any additions, deletions, or changes to the original files 11586must be clearly indicated in accompanying documentation. 11587(2) If only executable code is distributed, then the accompanying 11588documentation must state that "this software is based in part on the work of 11589the Independent JPEG Group". 11590(3) Permission for use of this software is granted only if the user accepts 11591full responsibility for any undesirable consequences; the authors accept 11592NO LIABILITY for damages of any kind. 11593 11594These conditions apply to any software derived from or based on the IJG code, 11595not just to the unmodified library. If you use our work, you ought to 11596acknowledge us. 11597 11598Permission is NOT granted for the use of any IJG author's name or company name 11599in advertising or publicity relating to this software or products derived from 11600it. This software may be referred to only as "the Independent JPEG Group's 11601software". 11602 11603We specifically permit and encourage the use of this software as the basis of 11604commercial products, provided that all warranty or liability claims are 11605assumed by the product vendor. 11606 11607 11608ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, 11609sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. 11610ansi2knr.c is NOT covered by the above copyright and conditions, but instead 11611by the usual distribution terms of the Free Software Foundation; principally, 11612that you must include source code if you redistribute it. (See the file 11613ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part 11614of any program generated from the IJG code, this does not limit you more than 11615the foregoing paragraphs do. 11616 11617The Unix configuration script "configure" was produced with GNU Autoconf. 11618It is copyright by the Free Software Foundation but is freely distributable. 11619The same holds for its supporting scripts (config.guess, config.sub, 11620ltmain.sh). Another support script, install-sh, is copyright by X Consortium 11621but is also freely distributable. 11622 11623The IJG distribution formerly included code to read and write GIF files. 11624To avoid entanglement with the Unisys LZW patent, GIF reading support has 11625been removed altogether, and the GIF writer has been simplified to produce 11626"uncompressed GIFs". This technique does not use the LZW algorithm; the 11627resulting GIF files are larger than usual, but are readable by all standard 11628GIF decoders. 11629 11630We are required to state that 11631 "The Graphics Interchange Format(c) is the Copyright property of 11632 CompuServe Incorporated. GIF(sm) is a Service Mark property of 11633 CompuServe Incorporated." 11634 11635-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11636 11637Scanned Source License libjpeg-turbo-1.2.0/release/License.rtf: 11638 11639{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 11640{\fonttbl\f0\fswiss\fcharset0 Helvetica;} 11641{\colortbl;\red255\green255\blue255;} 11642{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}} 11643{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} 11644\margl1440\margr1440\vieww9820\viewh8480\viewkind0 11645\deftab720 11646\pard\pardeftab720 11647 11648\f0\fs24 \cf0 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ 11649\ 11650\pard\tx220\tx720\pardeftab720\li720\fi-720 11651\ls1\ilvl0\cf0 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ 11652{\listtext \'95 }Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ 11653{\listtext \'95 }Neither the name of the libjpeg-turbo Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\ 11654\pard\pardeftab720\qc 11655\cf0 \ 11656\pard\pardeftab720 11657\cf0 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\ 11658} 11659-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11660 11661Scanned Source License libjpeg-turbo-1.2.0/release/copyright: 11662 11663libjpeg-turbo is released under a BSD-style license (see README and README-turbo.txt) 11664 11665-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11666</pre> 11667<ul> 11668 11669</ul> 11670</div> 11671</div> 11672 11673 11674<div class="product"> 11675<span class="title">libmbim-1.9.0</span> 11676<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11677<span class="homepage"><a href="http://cgit.freedesktop.org/libmbim/">homepage</a></span> 11678<div class="licence"> 11679<pre></pre> 11680<ul> 11681<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11682</ul> 11683</div> 11684</div> 11685 11686 11687<div class="product"> 11688<span class="title">libmtp-0.0.1</span> 11689<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11690<span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span> 11691<div class="licence"> 11692<pre></pre> 11693<ul> 11694<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11695</ul> 11696</div> 11697</div> 11698 11699 11700<div class="product"> 11701<span class="title">libnetfilter_queue-1.0.1</span> 11702<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11703<span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span> 11704<div class="licence"> 11705<pre></pre> 11706<ul> 11707<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11708</ul> 11709</div> 11710</div> 11711 11712 11713<div class="product"> 11714<span class="title">libnfnetlink-1.0.1</span> 11715<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11716<span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span> 11717<div class="licence"> 11718<pre></pre> 11719<ul> 11720<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11721</ul> 11722</div> 11723</div> 11724 11725 11726<div class="product"> 11727<span class="title">libnih-1.0.3</span> 11728<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11729<span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span> 11730<div class="licence"> 11731<pre></pre> 11732<ul> 11733<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 11734</ul> 11735</div> 11736</div> 11737 11738 11739<div class="product"> 11740<span class="title">libnl-1.1</span> 11741<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11742<span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span> 11743<div class="licence"> 11744<pre></pre> 11745<ul> 11746<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11747</ul> 11748</div> 11749</div> 11750 11751 11752<div class="product"> 11753<span class="title">libnl-3.2.24</span> 11754<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11755<span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span> 11756<div class="licence"> 11757<pre></pre> 11758<ul> 11759<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11760</ul> 11761</div> 11762</div> 11763 11764 11765<div class="product"> 11766<span class="title">libp11-0.2.8</span> 11767<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11768<span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span> 11769<div class="licence"> 11770<pre></pre> 11771<ul> 11772<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 11773</ul> 11774</div> 11775</div> 11776 11777 11778<div class="product"> 11779<span class="title">libpcap-1.5.3</span> 11780<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11781<span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span> 11782<div class="licence"> 11783<pre>Scanned Source License libpcap-1.5.3/LICENSE: 11784 11785License: BSD 11786 11787Redistribution and use in source and binary forms, with or without 11788modification, are permitted provided that the following conditions 11789are met: 11790 11791 1. Redistributions of source code must retain the above copyright 11792 notice, this list of conditions and the following disclaimer. 11793 2. Redistributions in binary form must reproduce the above copyright 11794 notice, this list of conditions and the following disclaimer in 11795 the documentation and/or other materials provided with the 11796 distribution. 11797 3. The names of the authors may not be used to endorse or promote 11798 products derived from this software without specific prior 11799 written permission. 11800 11801THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 11802IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 11803WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 11804 11805-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11806</pre> 11807<ul> 11808 11809</ul> 11810</div> 11811</div> 11812 11813 11814<div class="product"> 11815<span class="title">libpciaccess-0.12.902</span> 11816<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11817<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 11818<div class="licence"> 11819<pre>Scanned Source License libpciaccess-0.12.902/COPYING: 11820 11821(C) Copyright IBM Corporation 2006, 2007 11822(C) Copyright Eric Anholt 2006 11823Copyright (c) 2007, 2008, 2009, 2011, Oracle and/or its affiliates. 11824Copyright 2009 Red Hat, Inc. 11825All Rights Reserved. 11826 11827Permission is hereby granted, free of charge, to any person obtaining a copy 11828of this software and associated documentation files (the "Software"), to 11829deal in the Software without restriction, including without limitation on 11830the rights to use, copy, modify, merge, publish, distribute, sub license, 11831and/or sell copies of the Software, and to permit persons to whom the 11832Software is furnished to do so, subject to the following conditions: 11833 11834The above copyright notice and this permission notice (including the next 11835paragraph) shall be included in all copies or substantial portions of the 11836Software. 11837 11838THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11839IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11840FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 11841IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 11842LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 11843FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 11844IN THE SOFTWARE. 11845 11846------------------------------------------------------------------------------ 11847 11848Copyright (c) 2008 Juan Romero Pardines 11849Copyright (c) 2008 Mark Kettenis 11850 11851Permission to use, copy, modify, and distribute this software for any 11852purpose with or without fee is hereby granted, provided that the above 11853copyright notice and this permission notice appear in all copies. 11854 11855THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11856WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11857MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11858ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11859WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 11860ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 11861OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 11862 11863------------------------------------------------------------------------------ 11864 11865Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved. 11866 11867Permission is hereby granted, free of charge, to any person obtaining a copy 11868of this software and associated documentation files (the "Software"), to 11869deal in the Software without restriction, including without limitation the 11870rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 11871sell copies of the Software, and to permit persons to whom the Software is 11872furnished to do so, subject to the following conditions: 11873 11874The above copyright notice and this permission notice shall be included in 11875all copies or substantial portions of the Software. 11876 11877THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11878IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11879FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11880XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 11881IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 11882CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 11883 11884Except as contained in this notice, the name of the XFree86 Project shall 11885not be used in advertising or otherwise to promote the sale, use or other 11886dealings in this Software without prior written authorization from the 11887XFree86 Project. 11888 11889-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11890</pre> 11891<ul> 11892 11893</ul> 11894</div> 11895</div> 11896 11897 11898<div class="product"> 11899<span class="title">libpcre-8.30</span> 11900<a class="show" href="#" onclick="return toggle(this);">show license text</a> 11901<span class="homepage"><a href="http://www.pcre.org/">homepage</a></span> 11902<div class="licence"> 11903<pre>Scanned Source License pcre-8.30/COPYING: 11904 11905PCRE LICENCE 11906 11907Please see the file LICENCE in the PCRE distribution for licensing details. 11908 11909End 11910 11911-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11912 11913Scanned Source License pcre-8.30/LICENCE: 11914 11915PCRE LICENCE 11916------------ 11917 11918PCRE is a library of functions to support regular expressions whose syntax 11919and semantics are as close as possible to those of the Perl 5 language. 11920 11921Release 8 of PCRE is distributed under the terms of the "BSD" licence, as 11922specified below. The documentation for PCRE, supplied in the "doc" 11923directory, is distributed under the same terms as the software itself. 11924 11925The basic library functions are written in C and are freestanding. Also 11926included in the distribution is a set of C++ wrapper functions, and a 11927just-in-time compiler that can be used to optimize pattern matching. These 11928are both optional features that can be omitted when the library is built. 11929 11930 11931THE BASIC LIBRARY FUNCTIONS 11932--------------------------- 11933 11934Written by: Philip Hazel 11935Email local part: ph10 11936Email domain: cam.ac.uk 11937 11938University of Cambridge Computing Service, 11939Cambridge, England. 11940 11941Copyright (c) 1997-2012 University of Cambridge 11942All rights reserved. 11943 11944 11945PCRE JUST-IN-TIME COMPILATION SUPPORT 11946------------------------------------- 11947 11948Written by: Zoltan Herczeg 11949Email local part: hzmester 11950Emain domain: freemail.hu 11951 11952Copyright(c) 2010-2012 Zoltan Herczeg 11953All rights reserved. 11954 11955 11956STACK-LESS JUST-IN-TIME COMPILER 11957-------------------------------- 11958 11959Written by: Zoltan Herczeg 11960Email local part: hzmester 11961Emain domain: freemail.hu 11962 11963Copyright(c) 2009-2012 Zoltan Herczeg 11964All rights reserved. 11965 11966 11967THE C++ WRAPPER FUNCTIONS 11968------------------------- 11969 11970Contributed by: Google Inc. 11971 11972Copyright (c) 2007-2012, Google Inc. 11973All rights reserved. 11974 11975 11976THE "BSD" LICENCE 11977----------------- 11978 11979Redistribution and use in source and binary forms, with or without 11980modification, are permitted provided that the following conditions are met: 11981 11982 * Redistributions of source code must retain the above copyright notice, 11983 this list of conditions and the following disclaimer. 11984 11985 * Redistributions in binary form must reproduce the above copyright 11986 notice, this list of conditions and the following disclaimer in the 11987 documentation and/or other materials provided with the distribution. 11988 11989 * Neither the name of the University of Cambridge nor the name of Google 11990 Inc. nor the names of their contributors may be used to endorse or 11991 promote products derived from this software without specific prior 11992 written permission. 11993 11994THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 11995AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 11996IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 11997ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 11998LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 11999CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 12000SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 12001INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 12002CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 12003ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 12004POSSIBILITY OF SUCH DAMAGE. 12005 12006End 12007 12008-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12009 12010Scanned Source License pcre-8.30/cmake/COPYING-CMAKE-SCRIPTS: 12011 12012Redistribution and use in source and binary forms, with or without 12013modification, are permitted provided that the following conditions 12014are met: 12015 120161. Redistributions of source code must retain the copyright 12017 notice, this list of conditions and the following disclaimer. 120182. Redistributions in binary form must reproduce the copyright 12019 notice, this list of conditions and the following disclaimer in the 12020 documentation and/or other materials provided with the distribution. 120213. The name of the author may not be used to endorse or promote products 12022 derived from this software without specific prior written permission. 12023 12024THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 12025IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 12026OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 12027IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 12028INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 12029NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 12030DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 12031THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 12032(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 12033THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12034 12035-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12036</pre> 12037<ul> 12038 12039</ul> 12040</div> 12041</div> 12042 12043 12044<div class="product"> 12045<span class="title">libpng-1.2.49</span> 12046<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12047<span class="homepage"><a href="http://www.libpng.org/">homepage</a></span> 12048<div class="licence"> 12049<pre>Scanned Source License libpng-1.2.49/LICENSE: 12050 12051 12052This copy of the libpng notices is provided for your convenience. In case of 12053any discrepancy between this copy and the notices in the file png.h that is 12054included in the libpng distribution, the latter shall prevail. 12055 12056COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: 12057 12058If you modify libpng you may insert additional notices immediately following 12059this sentence. 12060 12061This code is released under the libpng license. 12062 12063libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are 12064Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are 12065distributed according to the same disclaimer and license as libpng-1.2.5 12066with the following individual added to the list of Contributing Authors 12067 12068 Cosmin Truta 12069 12070libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 12071Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are 12072distributed according to the same disclaimer and license as libpng-1.0.6 12073with the following individuals added to the list of Contributing Authors 12074 12075 Simon-Pierre Cadieux 12076 Eric S. Raymond 12077 Gilles Vollant 12078 12079and with the following additions to the disclaimer: 12080 12081 There is no warranty against interference with your enjoyment of the 12082 library or against infringement. There is no warranty that our 12083 efforts or the library will fulfill any of your particular purposes 12084 or needs. This library is provided with all faults, and the entire 12085 risk of satisfactory quality, performance, accuracy, and effort is with 12086 the user. 12087 12088libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are 12089Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are 12090distributed according to the same disclaimer and license as libpng-0.96, 12091with the following individuals added to the list of Contributing Authors: 12092 12093 Tom Lane 12094 Glenn Randers-Pehrson 12095 Willem van Schaik 12096 12097libpng versions 0.89, June 1996, through 0.96, May 1997, are 12098Copyright (c) 1996, 1997 Andreas Dilger 12099Distributed according to the same disclaimer and license as libpng-0.88, 12100with the following individuals added to the list of Contributing Authors: 12101 12102 John Bowler 12103 Kevin Bracey 12104 Sam Bushell 12105 Magnus Holmgren 12106 Greg Roelofs 12107 Tom Tanner 12108 12109libpng versions 0.5, May 1995, through 0.88, January 1996, are 12110Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 12111 12112For the purposes of this copyright and license, "Contributing Authors" 12113is defined as the following set of individuals: 12114 12115 Andreas Dilger 12116 Dave Martindale 12117 Guy Eric Schalnat 12118 Paul Schmidt 12119 Tim Wegner 12120 12121The PNG Reference Library is supplied "AS IS". The Contributing Authors 12122and Group 42, Inc. disclaim all warranties, expressed or implied, 12123including, without limitation, the warranties of merchantability and of 12124fitness for any purpose. The Contributing Authors and Group 42, Inc. 12125assume no liability for direct, indirect, incidental, special, exemplary, 12126or consequential damages, which may result from the use of the PNG 12127Reference Library, even if advised of the possibility of such damage. 12128 12129Permission is hereby granted to use, copy, modify, and distribute this 12130source code, or portions hereof, for any purpose, without fee, subject 12131to the following restrictions: 12132 121331. The origin of this source code must not be misrepresented. 12134 121352. Altered versions must be plainly marked as such and must not 12136 be misrepresented as being the original source. 12137 121383. This Copyright notice may not be removed or altered from any 12139 source or altered source distribution. 12140 12141The Contributing Authors and Group 42, Inc. specifically permit, without 12142fee, and encourage the use of this source code as a component to 12143supporting the PNG file format in commercial products. If you use this 12144source code in a product, acknowledgment is not required but would be 12145appreciated. 12146 12147 12148A "png_get_copyright" function is available, for convenient use in "about" 12149boxes and the like: 12150 12151 printf("%s",png_get_copyright(NULL)); 12152 12153Also, the PNG logo (in PNG format, of course) is supplied in the 12154files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 12155 12156Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a 12157certification mark of the Open Source Initiative. 12158 12159Glenn Randers-Pehrson 12160glennrp at users.sourceforge.net 12161March 29, 2012 12162 12163-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12164 12165Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING: 12166 12167 GNU GENERAL PUBLIC LICENSE 12168 Version 2, June 1991 12169 12170 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 12171 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12172 Everyone is permitted to copy and distribute verbatim copies 12173 of this license document, but changing it is not allowed. 12174 12175 Preamble 12176 12177 The licenses for most software are designed to take away your 12178freedom to share and change it. By contrast, the GNU General Public 12179License is intended to guarantee your freedom to share and change free 12180software--to make sure the software is free for all its users. This 12181General Public License applies to most of the Free Software 12182Foundation's software and to any other program whose authors commit to 12183using it. (Some other Free Software Foundation software is covered by 12184the GNU Library General Public License instead.) You can apply it to 12185your programs, too. 12186 12187 When we speak of free software, we are referring to freedom, not 12188price. Our General Public Licenses are designed to make sure that you 12189have the freedom to distribute copies of free software (and charge for 12190this service if you wish), that you receive source code or can get it 12191if you want it, that you can change the software or use pieces of it 12192in new free programs; and that you know you can do these things. 12193 12194 To protect your rights, we need to make restrictions that forbid 12195anyone to deny you these rights or to ask you to surrender the rights. 12196These restrictions translate to certain responsibilities for you if you 12197distribute copies of the software, or if you modify it. 12198 12199 For example, if you distribute copies of such a program, whether 12200gratis or for a fee, you must give the recipients all the rights that 12201you have. You must make sure that they, too, receive or can get the 12202source code. And you must show them these terms so they know their 12203rights. 12204 12205 We protect your rights with two steps: (1) copyright the software, and 12206(2) offer you this license which gives you legal permission to copy, 12207distribute and/or modify the software. 12208 12209 Also, for each author's protection and ours, we want to make certain 12210that everyone understands that there is no warranty for this free 12211software. If the software is modified by someone else and passed on, we 12212want its recipients to know that what they have is not the original, so 12213that any problems introduced by others will not reflect on the original 12214authors' reputations. 12215 12216 Finally, any free program is threatened constantly by software 12217patents. We wish to avoid the danger that redistributors of a free 12218program will individually obtain patent licenses, in effect making the 12219program proprietary. To prevent this, we have made it clear that any 12220patent must be licensed for everyone's free use or not licensed at all. 12221 12222 The precise terms and conditions for copying, distribution and 12223modification follow. 12224 12225 GNU GENERAL PUBLIC LICENSE 12226 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 12227 12228 0. This License applies to any program or other work which contains 12229a notice placed by the copyright holder saying it may be distributed 12230under the terms of this General Public License. The "Program", below, 12231refers to any such program or work, and a "work based on the Program" 12232means either the Program or any derivative work under copyright law: 12233that is to say, a work containing the Program or a portion of it, 12234either verbatim or with modifications and/or translated into another 12235language. (Hereinafter, translation is included without limitation in 12236the term "modification".) Each licensee is addressed as "you". 12237 12238Activities other than copying, distribution and modification are not 12239covered by this License; they are outside its scope. The act of 12240running the Program is not restricted, and the output from the Program 12241is covered only if its contents constitute a work based on the 12242Program (independent of having been made by running the Program). 12243Whether that is true depends on what the Program does. 12244 12245 1. You may copy and distribute verbatim copies of the Program's 12246source code as you receive it, in any medium, provided that you 12247conspicuously and appropriately publish on each copy an appropriate 12248copyright notice and disclaimer of warranty; keep intact all the 12249notices that refer to this License and to the absence of any warranty; 12250and give any other recipients of the Program a copy of this License 12251along with the Program. 12252 12253You may charge a fee for the physical act of transferring a copy, and 12254you may at your option offer warranty protection in exchange for a fee. 12255 12256 2. You may modify your copy or copies of the Program or any portion 12257of it, thus forming a work based on the Program, and copy and 12258distribute such modifications or work under the terms of Section 1 12259above, provided that you also meet all of these conditions: 12260 12261 a) You must cause the modified files to carry prominent notices 12262 stating that you changed the files and the date of any change. 12263 12264 b) You must cause any work that you distribute or publish, that in 12265 whole or in part contains or is derived from the Program or any 12266 part thereof, to be licensed as a whole at no charge to all third 12267 parties under the terms of this License. 12268 12269 c) If the modified program normally reads commands interactively 12270 when run, you must cause it, when started running for such 12271 interactive use in the most ordinary way, to print or display an 12272 announcement including an appropriate copyright notice and a 12273 notice that there is no warranty (or else, saying that you provide 12274 a warranty) and that users may redistribute the program under 12275 these conditions, and telling the user how to view a copy of this 12276 License. (Exception: if the Program itself is interactive but 12277 does not normally print such an announcement, your work based on 12278 the Program is not required to print an announcement.) 12279 12280These requirements apply to the modified work as a whole. If 12281identifiable sections of that work are not derived from the Program, 12282and can be reasonably considered independent and separate works in 12283themselves, then this License, and its terms, do not apply to those 12284sections when you distribute them as separate works. But when you 12285distribute the same sections as part of a whole which is a work based 12286on the Program, the distribution of the whole must be on the terms of 12287this License, whose permissions for other licensees extend to the 12288entire whole, and thus to each and every part regardless of who wrote it. 12289 12290Thus, it is not the intent of this section to claim rights or contest 12291your rights to work written entirely by you; rather, the intent is to 12292exercise the right to control the distribution of derivative or 12293collective works based on the Program. 12294 12295In addition, mere aggregation of another work not based on the Program 12296with the Program (or with a work based on the Program) on a volume of 12297a storage or distribution medium does not bring the other work under 12298the scope of this License. 12299 12300 3. You may copy and distribute the Program (or a work based on it, 12301under Section 2) in object code or executable form under the terms of 12302Sections 1 and 2 above provided that you also do one of the following: 12303 12304 a) Accompany it with the complete corresponding machine-readable 12305 source code, which must be distributed under the terms of Sections 12306 1 and 2 above on a medium customarily used for software interchange; or, 12307 12308 b) Accompany it with a written offer, valid for at least three 12309 years, to give any third party, for a charge no more than your 12310 cost of physically performing source distribution, a complete 12311 machine-readable copy of the corresponding source code, to be 12312 distributed under the terms of Sections 1 and 2 above on a medium 12313 customarily used for software interchange; or, 12314 12315 c) Accompany it with the information you received as to the offer 12316 to distribute corresponding source code. (This alternative is 12317 allowed only for noncommercial distribution and only if you 12318 received the program in object code or executable form with such 12319 an offer, in accord with Subsection b above.) 12320 12321The source code for a work means the preferred form of the work for 12322making modifications to it. For an executable work, complete source 12323code means all the source code for all modules it contains, plus any 12324associated interface definition files, plus the scripts used to 12325control compilation and installation of the executable. However, as a 12326special exception, the source code distributed need not include 12327anything that is normally distributed (in either source or binary 12328form) with the major components (compiler, kernel, and so on) of the 12329operating system on which the executable runs, unless that component 12330itself accompanies the executable. 12331 12332If distribution of executable or object code is made by offering 12333access to copy from a designated place, then offering equivalent 12334access to copy the source code from the same place counts as 12335distribution of the source code, even though third parties are not 12336compelled to copy the source along with the object code. 12337 12338 4. You may not copy, modify, sublicense, or distribute the Program 12339except as expressly provided under this License. Any attempt 12340otherwise to copy, modify, sublicense or distribute the Program is 12341void, and will automatically terminate your rights under this License. 12342However, parties who have received copies, or rights, from you under 12343this License will not have their licenses terminated so long as such 12344parties remain in full compliance. 12345 12346 5. You are not required to accept this License, since you have not 12347signed it. However, nothing else grants you permission to modify or 12348distribute the Program or its derivative works. These actions are 12349prohibited by law if you do not accept this License. Therefore, by 12350modifying or distributing the Program (or any work based on the 12351Program), you indicate your acceptance of this License to do so, and 12352all its terms and conditions for copying, distributing or modifying 12353the Program or works based on it. 12354 12355 6. Each time you redistribute the Program (or any work based on the 12356Program), the recipient automatically receives a license from the 12357original licensor to copy, distribute or modify the Program subject to 12358these terms and conditions. You may not impose any further 12359restrictions on the recipients' exercise of the rights granted herein. 12360You are not responsible for enforcing compliance by third parties to 12361this License. 12362 12363 7. If, as a consequence of a court judgment or allegation of patent 12364infringement or for any other reason (not limited to patent issues), 12365conditions are imposed on you (whether by court order, agreement or 12366otherwise) that contradict the conditions of this License, they do not 12367excuse you from the conditions of this License. If you cannot 12368distribute so as to satisfy simultaneously your obligations under this 12369License and any other pertinent obligations, then as a consequence you 12370may not distribute the Program at all. For example, if a patent 12371license would not permit royalty-free redistribution of the Program by 12372all those who receive copies directly or indirectly through you, then 12373the only way you could satisfy both it and this License would be to 12374refrain entirely from distribution of the Program. 12375 12376If any portion of this section is held invalid or unenforceable under 12377any particular circumstance, the balance of the section is intended to 12378apply and the section as a whole is intended to apply in other 12379circumstances. 12380 12381It is not the purpose of this section to induce you to infringe any 12382patents or other property right claims or to contest validity of any 12383such claims; this section has the sole purpose of protecting the 12384integrity of the free software distribution system, which is 12385implemented by public license practices. Many people have made 12386generous contributions to the wide range of software distributed 12387through that system in reliance on consistent application of that 12388system; it is up to the author/donor to decide if he or she is willing 12389to distribute software through any other system and a licensee cannot 12390impose that choice. 12391 12392This section is intended to make thoroughly clear what is believed to 12393be a consequence of the rest of this License. 12394 12395 8. If the distribution and/or use of the Program is restricted in 12396certain countries either by patents or by copyrighted interfaces, the 12397original copyright holder who places the Program under this License 12398may add an explicit geographical distribution limitation excluding 12399those countries, so that distribution is permitted only in or among 12400countries not thus excluded. In such case, this License incorporates 12401the limitation as if written in the body of this License. 12402 12403 9. The Free Software Foundation may publish revised and/or new versions 12404of the General Public License from time to time. Such new versions will 12405be similar in spirit to the present version, but may differ in detail to 12406address new problems or concerns. 12407 12408Each version is given a distinguishing version number. If the Program 12409specifies a version number of this License which applies to it and "any 12410later version", you have the option of following the terms and conditions 12411either of that version or of any later version published by the Free 12412Software Foundation. If the Program does not specify a version number of 12413this License, you may choose any version ever published by the Free Software 12414Foundation. 12415 12416 10. If you wish to incorporate parts of the Program into other free 12417programs whose distribution conditions are different, write to the author 12418to ask for permission. For software which is copyrighted by the Free 12419Software Foundation, write to the Free Software Foundation; we sometimes 12420make exceptions for this. Our decision will be guided by the two goals 12421of preserving the free status of all derivatives of our free software and 12422of promoting the sharing and reuse of software generally. 12423 12424 NO WARRANTY 12425 12426 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 12427FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 12428OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 12429PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 12430OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 12431MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 12432TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 12433PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 12434REPAIR OR CORRECTION. 12435 12436 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 12437WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 12438REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 12439INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 12440OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 12441TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 12442YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 12443PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 12444POSSIBILITY OF SUCH DAMAGES. 12445 12446 END OF TERMS AND CONDITIONS 12447 12448 How to Apply These Terms to Your New Programs 12449 12450 If you develop a new program, and you want it to be of the greatest 12451possible use to the public, the best way to achieve this is to make it 12452free software which everyone can redistribute and change under these terms. 12453 12454 To do so, attach the following notices to the program. It is safest 12455to attach them to the start of each source file to most effectively 12456convey the exclusion of warranty; and each file should have at least 12457the "copyright" line and a pointer to where the full notice is found. 12458 12459 <one line to give the program's name and a brief idea of what it does.> 12460 Copyright (C) <year> <name of author> 12461 12462 This program is free software; you can redistribute it and/or modify 12463 it under the terms of the GNU General Public License as published by 12464 the Free Software Foundation; either version 2 of the License, or 12465 (at your option) any later version. 12466 12467 This program is distributed in the hope that it will be useful, 12468 but WITHOUT ANY WARRANTY; without even the implied warranty of 12469 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12470 GNU General Public License for more details. 12471 12472 You should have received a copy of the GNU General Public License 12473 along with this program; if not, write to the Free Software 12474 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12475 12476 12477Also add information on how to contact you by electronic and paper mail. 12478 12479If the program is interactive, make it output a short notice like this 12480when it starts in an interactive mode: 12481 12482 Gnomovision version 69, Copyright (C) year name of author 12483 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 12484 This is free software, and you are welcome to redistribute it 12485 under certain conditions; type `show c' for details. 12486 12487The hypothetical commands `show w' and `show c' should show the appropriate 12488parts of the General Public License. Of course, the commands you use may 12489be called something other than `show w' and `show c'; they could even be 12490mouse-clicks or menu items--whatever suits your program. 12491 12492You should also get your employer (if you work as a programmer) or your 12493school, if any, to sign a "copyright disclaimer" for the program, if 12494necessary. Here is a sample; alter the names: 12495 12496 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 12497 `Gnomovision' (which makes passes at compilers) written by James Hacker. 12498 12499 <signature of Ty Coon>, 1 April 1989 12500 Ty Coon, President of Vice 12501 12502This General Public License does not permit incorporating your program into 12503proprietary programs. If your program is a subroutine library, you may 12504consider it more useful to permit linking proprietary applications with the 12505library. If this is what you want to do, use the GNU Library General 12506Public License instead of this License. 12507 12508-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12509 12510Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE: 12511 12512 --------------------------------------------------------------------------- 12513 12514 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved. 12515 12516 This software is provided "as is," without warranty of any kind, 12517 express or implied. In no event shall the author or contributors 12518 be held liable for any damages arising in any way from the use of 12519 this software. 12520 12521 The contents of this file are DUAL-LICENSED. You may modify and/or 12522 redistribute this software according to the terms of one of the 12523 following two licenses (at your option): 12524 12525 12526 LICENSE 1 ("BSD-like with advertising clause"): 12527 12528 Permission is granted to anyone to use this software for any purpose, 12529 including commercial applications, and to alter it and redistribute 12530 it freely, subject to the following restrictions: 12531 12532 1. Redistributions of source code must retain the above copyright 12533 notice, disclaimer, and this list of conditions. 12534 2. Redistributions in binary form must reproduce the above copyright 12535 notice, disclaimer, and this list of conditions in the documenta- 12536 tion and/or other materials provided with the distribution. 12537 3. All advertising materials mentioning features or use of this 12538 software must display the following acknowledgment: 12539 12540 This product includes software developed by Greg Roelofs 12541 and contributors for the book, "PNG: The Definitive Guide," 12542 published by O'Reilly and Associates. 12543 12544 12545 LICENSE 2 (GNU GPL v2 or later): 12546 12547 This program is free software; you can redistribute it and/or modify 12548 it under the terms of the GNU General Public License as published by 12549 the Free Software Foundation; either version 2 of the License, or 12550 (at your option) any later version. 12551 12552 This program is distributed in the hope that it will be useful, 12553 but WITHOUT ANY WARRANTY; without even the implied warranty of 12554 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12555 GNU General Public License for more details. 12556 12557 You should have received a copy of the GNU General Public License 12558 along with this program; if not, write to the Free Software Foundation, 12559 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 12560 12561 --------------------------------------------------------------------------- 12562 12563-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12564</pre> 12565<ul> 12566<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 12567</ul> 12568</div> 12569</div> 12570 12571 12572<div class="product"> 12573<span class="title">libpthread-stubs-0.1</span> 12574<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12575<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12576<div class="licence"> 12577<pre>Scanned Source License libpthread-stubs-0.1/COPYING: 12578 12579Permission is hereby granted, free of charge, to any person obtaining a 12580copy of this software and associated documentation files (the "Software"), 12581to deal in the Software without restriction, including without limitation 12582the rights to use, copy, modify, merge, publish, distribute, sublicense, 12583and/or sell copies of the Software, and to permit persons to whom the 12584Software is furnished to do so, subject to the following conditions: 12585 12586The above copyright notice and this permission notice shall be included in 12587all copies or substantial portions of the Software. 12588 12589THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12590IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12591FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12592AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 12593ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12594CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12595 12596Except as contained in this notice, the names of the authors or their 12597institutions shall not be used in advertising or otherwise to promote the 12598sale, use or other dealings in this Software without prior written 12599authorization from the authors. 12600 12601-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12602</pre> 12603<ul> 12604 12605</ul> 12606</div> 12607</div> 12608 12609 12610<div class="product"> 12611<span class="title">libscrypt-1.1.6</span> 12612<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12613<span class="homepage"><a href="http://www.tarsnap.com/scrypt.html">homepage</a></span> 12614<div class="licence"> 12615<pre></pre> 12616<ul> 12617<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 12618</ul> 12619</div> 12620</div> 12621 12622 12623<div class="product"> 12624<span class="title">libSM-1.2.0</span> 12625<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12626<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12627<div class="licence"> 12628<pre>Scanned Source License libSM-1.2.0/COPYING: 12629 12630Copyright 2002 Sun Microsystems, Inc. All rights reserved. 12631 12632Permission is hereby granted, free of charge, to any person obtaining a 12633copy of this software and associated documentation files (the "Software"), 12634to deal in the Software without restriction, including without limitation 12635the rights to use, copy, modify, merge, publish, distribute, sublicense, 12636and/or sell copies of the Software, and to permit persons to whom the 12637Software is furnished to do so, subject to the following conditions: 12638 12639The above copyright notice and this permission notice (including the next 12640paragraph) shall be included in all copies or substantial portions of the 12641Software. 12642 12643THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12644IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12645FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 12646THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12647LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 12648FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 12649DEALINGS IN THE SOFTWARE. 12650 12651Copyright 1993, 1998 The Open Group 12652 12653Permission to use, copy, modify, distribute, and sell this software and its 12654documentation for any purpose is hereby granted without fee, provided that 12655the above copyright notice appear in all copies and that both that 12656copyright notice and this permission notice appear in supporting 12657documentation. 12658 12659The above copyright notice and this permission notice shall be included in 12660all copies or substantial portions of the Software. 12661 12662THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12663IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12664FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12665OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12666AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12667CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12668 12669Except as contained in this notice, the name of The Open Group shall not be 12670used in advertising or otherwise to promote the sale, use or other dealings 12671in this Software without prior written authorization from The Open Group. 12672 12673-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12674</pre> 12675<ul> 12676 12677</ul> 12678</div> 12679</div> 12680 12681 12682<div class="product"> 12683<span class="title">libtool-2.4.2</span> 12684<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12685<span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span> 12686<div class="licence"> 12687<pre></pre> 12688<ul> 12689<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 12690</ul> 12691</div> 12692</div> 12693 12694 12695<div class="product"> 12696<span class="title">libusb-1.0.18</span> 12697<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12698<span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span> 12699<div class="licence"> 12700<pre></pre> 12701<ul> 12702<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12703</ul> 12704</div> 12705</div> 12706 12707 12708<div class="product"> 12709<span class="title">libusb-compat-0.1.5</span> 12710<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12711<span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span> 12712<div class="licence"> 12713<pre></pre> 12714<ul> 12715<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12716</ul> 12717</div> 12718</div> 12719 12720 12721<div class="product"> 12722<span class="title">libv4l-0.8.8</span> 12723<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12724<span class="homepage"><a href="http://git.linuxtv.org/v4l-utils.git">homepage</a></span> 12725<div class="licence"> 12726<pre></pre> 12727<ul> 12728<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 12729</ul> 12730</div> 12731</div> 12732 12733 12734<div class="product"> 12735<span class="title">libva-1.3.1</span> 12736<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12737<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span> 12738<div class="licence"> 12739<pre>Scanned Source License libva-1.3.1/COPYING: 12740 12741 Permission is hereby granted, free of charge, to any person obtaining a 12742 copy of this software and associated documentation files (the 12743 "Software"), to deal in the Software without restriction, including 12744 without limitation the rights to use, copy, modify, merge, publish, 12745 distribute, sub license, and/or sell copies of the Software, and to 12746 permit persons to whom the Software is furnished to do so, subject to 12747 the following conditions: 12748 12749 The above copyright notice and this permission notice (including the 12750 next paragraph) shall be included in all copies or substantial portions 12751 of the Software. 12752 12753 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12754 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12755 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12756 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12757 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12758 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12759 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12760 12761-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12762 12763Scanned Source License libva-1.3.1/debian.upstream/copyright: 12764 12765This package was debianized by Waldo Bastian <waldo.bastian@intel.com> on 12766Mon, 18 Jun 2007 21:35:31 -0700. 12767 12768It was downloaded from <url://example.com> 12769 12770Upstream Author(s): 12771 12772 Waldo Bastian <waldo.bastian@intel.com> 12773 Jonathan Bian <jonathan.bian@intel.com> 12774 12775Copyright: 12776 12777 (C) Copyright IBM Corporation 2004 12778 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 12779 Copyright 2000 VA Linux Systems, Inc. 12780 Copyright 2007 Intel Corportation 12781 12782License: 12783 12784 Permission is hereby granted, free of charge, to any person obtaining a 12785 copy of this software and associated documentation files (the 12786 "Software"), to deal in the Software without restriction, including 12787 without limitation the rights to use, copy, modify, merge, publish, 12788 distribute, sub license, and/or sell copies of the Software, and to 12789 permit persons to whom the Software is furnished to do so, subject to 12790 the following conditions: 12791 12792 The above copyright notice and this permission notice (including the 12793 next paragraph) shall be included in all copies or substantial portions 12794 of the Software. 12795 12796 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12797 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12798 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12799 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12800 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12801 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12802 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12803 12804The Debian packaging is (C) 2007, Intel Corporation and 12805is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 12806 12807# Please also look if there are files or directories which have a 12808# different copyright/license attached and list them here. 12809 12810-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12811</pre> 12812<ul> 12813 12814</ul> 12815</div> 12816</div> 12817 12818 12819<div class="product"> 12820<span class="title">libva-intel-driver-1.3.1</span> 12821<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12822<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span> 12823<div class="licence"> 12824<pre>Scanned Source License libva-intel-driver-1.3.1/COPYING: 12825 12826 Permission is hereby granted, free of charge, to any person obtaining a 12827 copy of this software and associated documentation files (the 12828 "Software"), to deal in the Software without restriction, including 12829 without limitation the rights to use, copy, modify, merge, publish, 12830 distribute, sub license, and/or sell copies of the Software, and to 12831 permit persons to whom the Software is furnished to do so, subject to 12832 the following conditions: 12833 12834 The above copyright notice and this permission notice (including the 12835 next paragraph) shall be included in all copies or substantial portions 12836 of the Software. 12837 12838 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12839 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12840 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12841 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12842 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12843 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12844 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12845 12846-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12847 12848Scanned Source License libva-intel-driver-1.3.1/debian.upstream/copyright: 12849 12850This package is maintained by: 12851Gwenole Beauchesne <gwenole.beauchesne@intel.com> 12852 12853 12854License: 12855 12856 Permission is hereby granted, free of charge, to any person obtaining a 12857 copy of this software and associated documentation files (the 12858 "Software"), to deal in the Software without restriction, including 12859 without limitation the rights to use, copy, modify, merge, publish, 12860 distribute, sub license, and/or sell copies of the Software, and to 12861 permit persons to whom the Software is furnished to do so, subject to 12862 the following conditions: 12863 12864 The above copyright notice and this permission notice (including the 12865 next paragraph) shall be included in all copies or substantial portions 12866 of the Software. 12867 12868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12869 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12870 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 12871 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 12872 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 12873 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 12874 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12875 12876-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 12877</pre> 12878<ul> 12879 12880</ul> 12881</div> 12882</div> 12883 12884 12885<div class="product"> 12886<span class="title">libX11-1.6.0</span> 12887<a class="show" href="#" onclick="return toggle(this);">show license text</a> 12888<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 12889<div class="licence"> 12890<pre>Scanned Source License libX11-1.6.0/COPYING: 12891 12892The following is the 'standard copyright' agreed upon by most contributors, 12893and is currently the canonical license preferred by the X.Org Foundation. 12894This is a slight variant of the common MIT license form published by the 12895Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 12896 12897Copyright holders of new code should use this license statement where 12898possible, and insert their name to this list. Please sort by surname 12899for people, and by the full name for other entities (e.g. Juliusz 12900Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 12901 12902See each individual source file or directory for the license that applies 12903to that file. 12904 12905Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett 12906Copyright © 2009 Red Hat, Inc. 12907Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. 12908All rights reserved. 12909 12910Permission is hereby granted, free of charge, to any person obtaining a 12911copy of this software and associated documentation files (the "Software"), 12912to deal in the Software without restriction, including without limitation 12913the rights to use, copy, modify, merge, publish, distribute, sublicense, 12914and/or sell copies of the Software, and to permit persons to whom the 12915Software is furnished to do so, subject to the following conditions: 12916 12917The above copyright notice and this permission notice (including the next 12918paragraph) shall be included in all copies or substantial portions of the 12919Software. 12920 12921THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12922IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12923FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 12924THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12925LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 12926FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 12927DEALINGS IN THE SOFTWARE. 12928 12929 ---------------------------------------------------------------------- 12930 12931The following licenses are 'legacy' - usually MIT/X11 licenses with the name 12932of the copyright holder(s) in the license statement: 12933 12934Copyright 1984-1994, 1998 The Open Group 12935 12936Permission to use, copy, modify, distribute, and sell this software and its 12937documentation for any purpose is hereby granted without fee, provided that 12938the above copyright notice appear in all copies and that both that 12939copyright notice and this permission notice appear in supporting 12940documentation. 12941 12942The above copyright notice and this permission notice shall be included in 12943all copies or substantial portions of the Software. 12944 12945THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12946IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12947FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12948OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12949AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 12950CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 12951 12952Except as contained in this notice, the name of The Open Group shall not be 12953used in advertising or otherwise to promote the sale, use or other dealings 12954in this Software without prior written authorization from The Open Group. 12955 12956X Window System is a trademark of The Open Group. 12957 12958 ---------------------------------------- 12959 12960Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium 12961Copyright 2000 The XFree86 Project, Inc. 12962 12963Permission is hereby granted, free of charge, to any person obtaining 12964a copy of this software and associated documentation files (the 12965"Software"), to deal in the Software without restriction, including 12966without limitation the rights to use, copy, modify, merge, publish, 12967distribute, sublicense, and/or sell copies of the Software, and to 12968permit persons to whom the Software is furnished to do so, subject to 12969the following conditions: 12970 12971The above copyright notice and this permission notice shall be included 12972in all copies or substantial portions of the Software. 12973 12974THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 12975OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 12976MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 12977IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 12978OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 12979ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 12980OTHER DEALINGS IN THE SOFTWARE. 12981 12982Except as contained in this notice, the name of the X Consortium shall 12983not be used in advertising or otherwise to promote the sale, use or 12984other dealings in this Software without prior written authorization 12985from the X Consortium. 12986 12987Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by 12988Digital Equipment Corporation 12989 12990Portions Copyright 1990, 1991 by Tektronix, Inc. 12991 12992Permission to use, copy, modify and distribute this documentation for 12993any purpose and without fee is hereby granted, provided that the above 12994copyright notice appears in all copies and that both that copyright notice 12995and this permission notice appear in all copies, and that the names of 12996Digital and Tektronix not be used in in advertising or publicity pertaining 12997to this documentation without specific, written prior permission. 12998Digital and Tektronix makes no representations about the suitability 12999of this documentation for any purpose. 13000It is provided ``as is'' without express or implied warranty. 13001 13002 ---------------------------------------- 13003 13004Copyright (c) 1999-2000 Free Software Foundation, Inc. 13005 13006Permission is hereby granted, free of charge, to any person obtaining a copy 13007of this software and associated documentation files (the "Software"), to deal 13008in the Software without restriction, including without limitation the rights 13009to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13010copies of the Software, and to permit persons to whom the Software is 13011furnished to do so, subject to the following conditions: 13012 13013The above copyright notice and this permission notice shall be included in 13014all copies or substantial portions of the Software. 13015 13016THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13017IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13018FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13019FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13020WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13021IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13022 13023Except as contained in this notice, the name of the Free Software Foundation 13024shall not be used in advertising or otherwise to promote the sale, use or 13025other dealings in this Software without prior written authorization from the 13026Free Software Foundation. 13027 13028 ---------------------------------------- 13029 13030Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc. 13031 All Rights Reserved 13032 13033This file is a component of an X Window System-specific implementation 13034of Xcms based on the TekColor Color Management System. TekColor is a 13035trademark of Tektronix, Inc. The term "TekHVC" designates a particular 13036color space that is the subject of U.S. Patent No. 4,985,853 (equivalent 13037foreign patents pending). Permission is hereby granted to use, copy, 13038modify, sell, and otherwise distribute this software and its 13039documentation for any purpose and without fee, provided that: 13040 130411. This copyright, permission, and disclaimer notice is reproduced in 13042 all copies of this software and any modification thereof and in 13043 supporting documentation; 130442. Any color-handling application which displays TekHVC color 13045 cooordinates identifies these as TekHVC color coordinates in any 13046 interface that displays these coordinates and in any associated 13047 documentation; 130483. The term "TekHVC" is always used, and is only used, in association 13049 with the mathematical derivations of the TekHVC Color Space, 13050 including those provided in this file and any equivalent pathways and 13051 mathematical derivations, regardless of digital (e.g., floating point 13052 or integer) representation. 13053 13054Tektronix makes no representation about the suitability of this software 13055for any purpose. It is provided "as is" and with all faults. 13056 13057TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE, 13058INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 13059PARTICULAR PURPOSE. IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY 13060SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 13061RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF 13062CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 13063CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE. 13064 13065 ---------------------------------------- 13066 13067(c) Copyright 1995 FUJITSU LIMITED 13068This is source code modified by FUJITSU LIMITED under the Joint 13069Development Agreement for the CDE/Motif PST. 13070 13071 ---------------------------------------- 13072 13073Copyright 1992 by Oki Technosystems Laboratory, Inc. 13074Copyright 1992 by Fuji Xerox Co., Ltd. 13075 13076Permission to use, copy, modify, distribute, and sell this software 13077and its documentation for any purpose is hereby granted without fee, 13078provided that the above copyright notice appear in all copies and 13079that both that copyright notice and this permission notice appear 13080in supporting documentation, and that the name of Oki Technosystems 13081Laboratory and Fuji Xerox not be used in advertising or publicity 13082pertaining to distribution of the software without specific, written 13083prior permission. 13084Oki Technosystems Laboratory and Fuji Xerox make no representations 13085about the suitability of this software for any purpose. It is provided 13086"as is" without express or implied warranty. 13087 13088OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES 13089WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13090MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS 13091LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13092CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13093OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13094OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13095OR PERFORMANCE OF THIS SOFTWARE. 13096 13097 ---------------------------------------- 13098 13099Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED 13100 13101Permission to use, copy, modify, distribute, and sell this software 13102and its documentation for any purpose is hereby granted without fee, 13103provided that the above copyright notice appear in all copies and 13104that both that copyright notice and this permission notice appear 13105in supporting documentation, and that the name of FUJITSU LIMITED 13106not be used in advertising or publicity pertaining to distribution 13107of the software without specific, written prior permission. 13108FUJITSU LIMITED makes no representations about the suitability of 13109this software for any purpose. 13110It is provided "as is" without express or implied warranty. 13111 13112FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13113INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13114EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13115CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13116USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13117OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13118PERFORMANCE OF THIS SOFTWARE. 13119 13120 ---------------------------------------- 13121 13122 13123Copyright (c) 1995 David E. Wexelblat. All rights reserved 13124 13125Permission is hereby granted, free of charge, to any person obtaining 13126a copy of this software and associated documentation files (the 13127"Software"), to deal in the Software without restriction, including 13128without limitation the rights to use, copy, modify, merge, publish, 13129distribute, sublicense, and/or sell copies of the Software, and to 13130permit persons to whom the Software is furnished to do so, subject to 13131the following conditions: 13132 13133The above copyright notice and this permission notice shall be included 13134in all copies or substantial portions of the Software. 13135 13136THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13137OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 13138MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 13139IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR 13140OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 13141ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13142OTHER DEALINGS IN THE SOFTWARE. 13143 13144Except as contained in this notice, the name of David E. Wexelblat shall 13145not be used in advertising or otherwise to promote the sale, use or 13146other dealings in this Software without prior written authorization 13147from David E. Wexelblat. 13148 13149 ---------------------------------------- 13150 13151Copyright 1990, 1991 by OMRON Corporation 13152 13153Permission to use, copy, modify, distribute, and sell this software and its 13154documentation for any purpose is hereby granted without fee, provided that 13155the above copyright notice appear in all copies and that both that 13156copyright notice and this permission notice appear in supporting 13157documentation, and that the name OMRON not be used in 13158advertising or publicity pertaining to distribution of the software without 13159specific, written prior permission. OMRON makes no representations 13160about the suitability of this software for any purpose. It is provided 13161"as is" without express or implied warranty. 13162 13163OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13164INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13165EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13166CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13167DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13168TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13169PERFORMANCE OF THIS SOFTWARE. 13170 13171 ---------------------------------------- 13172 13173Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by 13174Digital Equipment Corporation 13175 13176Portions Copyright 1990, 1991 by Tektronix, Inc 13177 13178Rewritten for X.org by Chris Lee <clee@freedesktop.org> 13179 13180Permission to use, copy, modify, distribute, and sell this documentation 13181for any purpose and without fee is hereby granted, provided that the above 13182copyright notice and this permission notice appear in all copies. 13183Chris Lee makes no representations about the suitability for any purpose 13184of the information in this document. It is provided \`\`as-is'' without 13185express or implied warranty. 13186 13187 ---------------------------------------- 13188 13189Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts, 13190Copyright 1994 by FUJITSU LIMITED 13191Copyright 1994 by Sony Corporation 13192 13193 All Rights Reserved 13194 13195Permission to use, copy, modify, and distribute this software and its 13196documentation for any purpose and without fee is hereby granted, 13197provided that the above copyright notice appear in all copies and that 13198both that copyright notice and this permission notice appear in 13199supporting documentation, and that the names of Digital, FUJITSU 13200LIMITED and Sony Corporation not be used in advertising or publicity 13201pertaining to distribution of the software without specific, written 13202prior permission. 13203 13204DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES 13205WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13206MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED 13207AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13208CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13209USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13210OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13211PERFORMANCE OF THIS SOFTWARE. 13212 13213 ---------------------------------------- 13214 13215 13216Copyright 1991 by the Open Software Foundation 13217 13218Permission to use, copy, modify, distribute, and sell this software and its 13219documentation for any purpose is hereby granted without fee, provided that 13220the above copyright notice appear in all copies and that both that 13221copyright notice and this permission notice appear in supporting 13222documentation, and that the name of Open Software Foundation 13223not be used in advertising or publicity pertaining to distribution of the 13224software without specific, written prior permission. Open Software 13225Foundation makes no representations about the suitability of this 13226software for any purpose. It is provided "as is" without express or 13227implied warranty. 13228 13229OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO 13230THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13231FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE 13232LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13233WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13234ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13235OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13236 13237 ---------------------------------------- 13238 13239Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED 13240Copyright 1993, 1994 by Sony Corporation 13241 13242Permission to use, copy, modify, distribute, and sell this software and 13243its documentation for any purpose is hereby granted without fee, provided 13244that the above copyright notice appear in all copies and that both that 13245copyright notice and this permission notice appear in supporting 13246documentation, and that the name of FUJITSU LIMITED and Sony Corporation 13247not be used in advertising or publicity pertaining to distribution of the 13248software without specific, written prior permission. FUJITSU LIMITED and 13249Sony Corporation makes no representations about the suitability of this 13250software for any purpose. It is provided "as is" without express or 13251implied warranty. 13252 13253FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 13254TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13255FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE 13256FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 13257RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 13258NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 13259USE OR PERFORMANCE OF THIS SOFTWARE. 13260 13261 ---------------------------------------- 13262 13263Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc. 13264 13265Permission to use, copy, modify, and distribute this 13266software and its documentation for any purpose and without 13267fee is hereby granted, provided that the above copyright 13268notice appear in all copies and that both that copyright 13269notice and this permission notice appear in supporting 13270documentation, and that the name of Silicon Graphics not be 13271used in advertising or publicity pertaining to distribution 13272of the software without specific prior written permission. 13273Silicon Graphics makes no representation about the suitability 13274of this software for any purpose. It is provided "as is" 13275without any express or implied warranty. 13276 13277SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 13278SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13279AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 13280GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 13281DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13282DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13283OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 13284THE USE OR PERFORMANCE OF THIS SOFTWARE. 13285 13286 ---------------------------------------- 13287 13288Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED 13289Copyright 1993 by Digital Equipment Corporation 13290 13291Permission to use, copy, modify, distribute, and sell this software 13292and its documentation for any purpose is hereby granted without fee, 13293provided that the above copyright notice appear in all copies and that 13294both that copyright notice and this permission notice appear in 13295supporting documentation, and that the name of FUJITSU LIMITED and 13296Digital Equipment Corporation not be used in advertising or publicity 13297pertaining to distribution of the software without specific, written 13298prior permission. FUJITSU LIMITED and Digital Equipment Corporation 13299makes no representations about the suitability of this software for 13300any purpose. It is provided "as is" without express or implied 13301warranty. 13302 13303FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL 13304WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 13305WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13306FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR 13307ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13308WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 13309IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13310ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 13311THIS SOFTWARE. 13312 13313 ---------------------------------------- 13314 13315Copyright 1992, 1993 by FUJITSU LIMITED 13316Copyright 1993 by Fujitsu Open Systems Solutions, Inc. 13317Copyright 1994 by Sony Corporation 13318 13319Permission to use, copy, modify, distribute and sell this software 13320and its documentation for any purpose is hereby granted without fee, 13321provided that the above copyright notice appear in all copies and 13322that both that copyright notice and this permission notice appear 13323in supporting documentation, and that the name of FUJITSU LIMITED, 13324Fujitsu Open Systems Solutions, Inc. and Sony Corporation not be 13325used in advertising or publicity pertaining to distribution of the 13326software without specific, written prior permission. 13327FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and 13328Sony Corporation make no representations about the suitability of 13329this software for any purpose. It is provided "as is" without 13330express or implied warranty. 13331 13332FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY 13333CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13334INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 13335IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED 13336AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13337CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13338OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13339OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13340OR PERFORMANCE OF THIS SOFTWARE. 13341 13342 ---------------------------------------- 13343 13344Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation, 13345Maynard, Massachusetts, 13346 13347 All Rights Reserved 13348 13349Permission to use, copy, modify, and distribute this software and its 13350documentation for any purpose and without fee is hereby granted, 13351provided that the above copyright notice appear in all copies and that 13352both that copyright notice and this permission notice appear in 13353supporting documentation, and that the name of Digital not be 13354used in advertising or publicity pertaining to distribution of the 13355software without specific, written prior permission. 13356 13357DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13358ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13359DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13360ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13361WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13362ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13363SOFTWARE. 13364 13365 ---------------------------------------- 13366 13367Copyright 1993 by SunSoft, Inc. 13368Copyright 1999-2000 by Bruno Haible 13369 13370Permission to use, copy, modify, distribute, and sell this software 13371and its documentation for any purpose is hereby granted without fee, 13372provided that the above copyright notice appear in all copies and 13373that both that copyright notice and this permission notice appear 13374in supporting documentation, and that the names of SunSoft, Inc. and 13375Bruno Haible not be used in advertising or publicity pertaining to 13376distribution of the software without specific, written prior 13377permission. SunSoft, Inc. and Bruno Haible make no representations 13378about the suitability of this software for any purpose. It is 13379provided "as is" without express or implied warranty. 13380 13381SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD 13382TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13383AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE 13384FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13385WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13386ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 13387OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13388 13389 ---------------------------------------- 13390 13391Copyright 1991 by the Open Software Foundation 13392Copyright 1993 by the TOSHIBA Corp. 13393 13394Permission to use, copy, modify, distribute, and sell this software and its 13395documentation for any purpose is hereby granted without fee, provided that 13396the above copyright notice appear in all copies and that both that 13397copyright notice and this permission notice appear in supporting 13398documentation, and that the names of Open Software Foundation and TOSHIBA 13399not be used in advertising or publicity pertaining to distribution of the 13400software without specific, written prior permission. Open Software 13401Foundation and TOSHIBA make no representations about the suitability of this 13402software for any purpose. It is provided "as is" without express or 13403implied warranty. 13404 13405OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO 13406THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 13407FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE 13408LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13409WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13410ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13411OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13412 13413 ---------------------------------------- 13414 13415Copyright 1988 by Wyse Technology, Inc., San Jose, Ca., 13416 13417 All Rights Reserved 13418 13419Permission to use, copy, modify, and distribute this software and its 13420documentation for any purpose and without fee is hereby granted, 13421provided that the above copyright notice appear in all copies and that 13422both that copyright notice and this permission notice appear in 13423supporting documentation, and that the name Wyse not be 13424used in advertising or publicity pertaining to distribution of the 13425software without specific, written prior permission. 13426 13427WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13428ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13429DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13430ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13431WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13432ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13433SOFTWARE. 13434 13435 ---------------------------------------- 13436 13437 13438Copyright 1991 by the Open Software Foundation 13439Copyright 1993, 1994 by the Sony Corporation 13440 13441Permission to use, copy, modify, distribute, and sell this software and its 13442documentation for any purpose is hereby granted without fee, provided that 13443the above copyright notice appear in all copies and that both that 13444copyright notice and this permission notice appear in supporting 13445documentation, and that the names of Open Software Foundation and 13446Sony Corporation not be used in advertising or publicity pertaining to 13447distribution of the software without specific, written prior permission. 13448Open Software Foundation and Sony Corporation make no 13449representations about the suitability of this software for any purpose. 13450It is provided "as is" without express or implied warranty. 13451 13452OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL 13453WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 13454WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN 13455SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL, 13456INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 13457LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13458OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13459PERFORMANCE OF THIS SOFTWARE. 13460 13461 ---------------------------------------- 13462 13463Copyright 1992, 1993 by FUJITSU LIMITED 13464Copyright 1993 by Fujitsu Open Systems Solutions, Inc. 13465 13466Permission to use, copy, modify, distribute and sell this software 13467and its documentation for any purpose is hereby granted without fee, 13468provided that the above copyright notice appear in all copies and 13469that both that copyright notice and this permission notice appear 13470in supporting documentation, and that the name of FUJITSU LIMITED and 13471Fujitsu Open Systems Solutions, Inc. not be used in advertising or 13472publicity pertaining to distribution of the software without specific, 13473written prior permission. 13474FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no 13475representations about the suitability of this software for any purpose. 13476It is provided "as is" without express or implied warranty. 13477 13478FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL 13479WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES 13480OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS 13481SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT 13482OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13483USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13484TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 13485OF THIS SOFTWARE. 13486 13487 ---------------------------------------- 13488 13489Copyright 1993, 1994 by Sony Corporation 13490 13491Permission to use, copy, modify, distribute, and sell this software 13492and its documentation for any purpose is hereby granted without fee, 13493provided that the above copyright notice appear in all copies and 13494that both that copyright notice and this permission notice appear 13495in supporting documentation, and that the name of Sony Corporation 13496not be used in advertising or publicity pertaining to distribution 13497of the software without specific, written prior permission. 13498Sony Corporation makes no representations about the suitability of 13499this software for any purpose. It is provided "as is" without 13500express or implied warranty. 13501 13502SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13503INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13504EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13505CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13506USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13507OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13508PERFORMANCE OF THIS SOFTWARE. 13509 13510 ---------------------------------------- 13511 13512Copyright 1986, 1998 The Open Group 13513Copyright (c) 2000 The XFree86 Project, Inc. 13514 13515Permission to use, copy, modify, distribute, and sell this software and its 13516documentation for any purpose is hereby granted without fee, provided that 13517the above copyright notice appear in all copies and that both that 13518copyright notice and this permission notice appear in supporting 13519documentation. 13520 13521The above copyright notice and this permission notice shall be included in 13522all copies or substantial portions of the Software. 13523 13524THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13525IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13526FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13527X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 13528LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13529OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 13530SOFTWARE. 13531 13532Except as contained in this notice, the name of the X Consortium or of the 13533XFree86 Project shall not be used in advertising or otherwise to promote the 13534sale, use or other dealings in this Software without prior written 13535authorization from the X Consortium and the XFree86 Project. 13536 13537 ---------------------------------------- 13538 13539Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13540 and Nippon Telegraph and Telephone Corporation 13541Copyright 1991 by the Open Software Foundation 13542Copyright 1993 by the FUJITSU LIMITED 13543 13544Permission to use, copy, modify, distribute, and sell this software and its 13545documentation for any purpose is hereby granted without fee, provided that 13546the above copyright notice appear in all copies and that both that 13547copyright notice and this permission notice appear in supporting 13548documentation, and that the names of OMRON, NTT Software, NTT, and 13549Open Software Foundation not be used in advertising or publicity 13550pertaining to distribution of the software without specific, 13551written prior permission. OMRON, NTT Software, NTT, and Open Software 13552Foundation make no representations about the suitability of this 13553software for any purpose. It is provided "as is" without express or 13554implied warranty. 13555 13556OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION 13557DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13558ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 13559SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE 13560LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13561WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13562ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13563OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13564 13565 ---------------------------------------- 13566 13567Copyright 1988 by Wyse Technology, Inc., San Jose, Ca, 13568Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 13569 13570 All Rights Reserved 13571 13572Permission to use, copy, modify, and distribute this software and its 13573documentation for any purpose and without fee is hereby granted, 13574provided that the above copyright notice appear in all copies and that 13575both that copyright notice and this permission notice appear in 13576supporting documentation, and that the name Digital not be 13577used in advertising or publicity pertaining to distribution of the 13578software without specific, written prior permission. 13579 13580DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13581INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13582EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13583CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 13584USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13585OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13586PERFORMANCE OF THIS SOFTWARE. 13587 13588 ---------------------------------------- 13589 13590 13591Copyright 1991, 1992 by Fuji Xerox Co., Ltd. 13592Copyright 1992, 1993, 1994 by FUJITSU LIMITED 13593 13594Permission to use, copy, modify, distribute, and sell this software 13595and its documentation for any purpose is hereby granted without fee, 13596provided that the above copyright notice appear in all copies and 13597that both that copyright notice and this permission notice appear 13598in supporting documentation, and that the name of Fuji Xerox, 13599FUJITSU LIMITED not be used in advertising or publicity pertaining 13600to distribution of the software without specific, written prior 13601permission. Fuji Xerox, FUJITSU LIMITED make no representations 13602about the suitability of this software for any purpose. 13603It is provided "as is" without express or implied warranty. 13604 13605FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH 13606REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 13607MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX, 13608FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 13609DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA 13610OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13611TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13612PERFORMANCE OF THIS SOFTWARE. 13613 13614 ---------------------------------------- 13615 13616Copyright 2006 Josh Triplett 13617 13618Permission is hereby granted, free of charge, to any person obtaining 13619a copy of this software and associated documentation files (the 13620"Software"), to deal in the Software without restriction, including 13621without limitation the rights to use, copy, modify, merge, publish, 13622distribute, sublicense, and/or sell copies of the Software, and to 13623permit persons to whom the Software is furnished to do so, subject to 13624the following conditions: 13625 13626The above copyright notice and this permission notice shall be included 13627in all copies or substantial portions of the Software. 13628 13629THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13630OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 13631MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 13632IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 13633OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 13634ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13635OTHER DEALINGS IN THE SOFTWARE. 13636 13637 ---------------------------------------- 13638 13639(c) Copyright 1996 by Sebastien Marineau and Holger Veit 13640 <marineau@genie.uottawa.ca> 13641 <Holger.Veit@gmd.de> 13642 13643Permission is hereby granted, free of charge, to any person obtaining a 13644copy of this software and associated documentation files (the "Software"), 13645to deal in the Software without restriction, including without limitation 13646the rights to use, copy, modify, merge, publish, distribute, sublicense, 13647and/or sell copies of the Software, and to permit persons to whom the 13648Software is furnished to do so, subject to the following conditions: 13649 13650The above copyright notice and this permission notice shall be included in 13651all copies or substantial portions of the Software. 13652 13653THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13654IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13655FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 13656HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13657WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 13658OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 13659SOFTWARE. 13660 13661Except as contained in this notice, the name of Sebastien Marineau or Holger Veit 13662shall not be used in advertising or otherwise to promote the sale, use or other 13663dealings in this Software without prior written authorization from Holger Veit or 13664Sebastien Marineau. 13665 13666 ---------------------------------------- 13667 13668Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13669 and Nippon Telegraph and Telephone Corporation 13670Copyright 1991 by the Open Software Foundation 13671Copyright 1993 by the TOSHIBA Corp. 13672Copyright 1993, 1994 by Sony Corporation 13673Copyright 1993, 1994 by the FUJITSU LIMITED 13674 13675Permission to use, copy, modify, distribute, and sell this software and its 13676documentation for any purpose is hereby granted without fee, provided that 13677the above copyright notice appear in all copies and that both that 13678copyright notice and this permission notice appear in supporting 13679documentation, and that the names of OMRON, NTT Software, NTT, Open 13680Software Foundation, and Sony Corporation not be used in advertising 13681or publicity pertaining to distribution of the software without specific, 13682written prior permission. OMRON, NTT Software, NTT, Open Software 13683Foundation, and Sony Corporation make no representations about the 13684suitability of this software for any purpose. It is provided "as is" 13685without express or implied warranty. 13686 13687OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY 13688CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13689ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 13690SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY 13691CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13692ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 13693IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 13694OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13695 13696 ---------------------------------------- 13697 13698Copyright 2000 by Bruno Haible 13699 13700Permission to use, copy, modify, distribute, and sell this software 13701and its documentation for any purpose is hereby granted without fee, 13702provided that the above copyright notice appear in all copies and 13703that both that copyright notice and this permission notice appear 13704in supporting documentation, and that the name of Bruno Haible not 13705be used in advertising or publicity pertaining to distribution of the 13706software without specific, written prior permission. Bruno Haible 13707makes no representations about the suitability of this software for 13708any purpose. It is provided "as is" without express or implied 13709warranty. 13710 13711Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13712INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 13713NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13714CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 13715OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 13716OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 13717OR PERFORMANCE OF THIS SOFTWARE. 13718 13719 ---------------------------------------- 13720 13721Copyright © 2003 Keith Packard 13722 13723Permission to use, copy, modify, distribute, and sell this software and its 13724documentation for any purpose is hereby granted without fee, provided that 13725the above copyright notice appear in all copies and that both that 13726copyright notice and this permission notice appear in supporting 13727documentation, and that the name of Keith Packard not be used in 13728advertising or publicity pertaining to distribution of the software without 13729specific, written prior permission. Keith Packard makes no 13730representations about the suitability of this software for any purpose. It 13731is provided "as is" without express or implied warranty. 13732 13733KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13734INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13735EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13736CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13737DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13738TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13739PERFORMANCE OF THIS SOFTWARE. 13740 13741 ---------------------------------------- 13742 13743Copyright (c) 2007-2009, Troy D. Hanson 13744All rights reserved. 13745 13746Redistribution and use in source and binary forms, with or without 13747modification, are permitted provided that the following conditions are met: 13748 13749Redistributions of source code must retain the above copyright 13750notice, this list of conditions and the following disclaimer. 13751 13752THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 13753IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13754TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 13755PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 13756OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13757EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13758PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13759PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13760LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13761NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13762SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13763 13764 ---------------------------------------- 13765 13766Copyright 1992, 1993 by TOSHIBA Corp. 13767 13768Permission to use, copy, modify, and distribute this software and its 13769documentation for any purpose and without fee is hereby granted, provided 13770that the above copyright notice appear in all copies and that both that 13771copyright notice and this permission notice appear in supporting 13772documentation, and that the name of TOSHIBA not be used in advertising 13773or publicity pertaining to distribution of the software without specific, 13774written prior permission. TOSHIBA make no representations about the 13775suitability of this software for any purpose. It is provided "as is" 13776without express or implied warranty. 13777 13778TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13779ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 13780TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13781ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13782WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13783ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13784SOFTWARE. 13785 13786 13787 ---------------------------------------- 13788 13789Copyright IBM Corporation 1993 13790 13791All Rights Reserved 13792 13793License to use, copy, modify, and distribute this software and its 13794documentation for any purpose and without fee is hereby granted, 13795provided that the above copyright notice appear in all copies and that 13796both that copyright notice and this permission notice appear in 13797supporting documentation, and that the name of IBM not be 13798used in advertising or publicity pertaining to distribution of the 13799software without specific, written prior permission. 13800 13801IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13802ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND 13803NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL 13804IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 13805ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 13806WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 13807ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 13808SOFTWARE. 13809 13810 ---------------------------------------- 13811 13812Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, 13813 and Nippon Telegraph and Telephone Corporation 13814 13815Permission to use, copy, modify, distribute, and sell this software and its 13816documentation for any purpose is hereby granted without fee, provided that 13817the above copyright notice appear in all copies and that both that 13818copyright notice and this permission notice appear in supporting 13819documentation, and that the names of OMRON, NTT Software, and NTT 13820not be used in advertising or publicity pertaining to distribution of the 13821software without specific, written prior permission. OMRON, NTT Software, 13822and NTT make no representations about the suitability of this 13823software for any purpose. It is provided "as is" without express or 13824implied warranty. 13825 13826OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD 13827TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13828AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE 13829LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13830WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13831ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13832OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 13833 13834 13835-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13836 13837Scanned Source License libX11-1.6.0/src/xlibi18n/lcUniConv/COPYRIGHT: 13838 13839This notice applies to the files in this directory. They are taken from 13840the libiconv-1.1 package, which is covered by the LGPL license. The files 13841in this directory have been placed under the following copyright, with 13842permission from the Free Software Foundation. 13843 13844 13845Copyright (c) 1999-2000 Free Software Foundation, Inc. 13846 13847Permission is hereby granted, free of charge, to any person obtaining a copy 13848of this software and associated documentation files (the "Software"), to deal 13849in the Software without restriction, including without limitation the rights 13850to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13851copies of the Software, and to permit persons to whom the Software is 13852furnished to do so, subject to the following conditions: 13853 13854The above copyright notice and this permission notice shall be included in 13855all copies or substantial portions of the Software. 13856 13857THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13858IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13859FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13860FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 13861WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13862IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13863 13864Except as contained in this notice, the name of the Free Software Foundation 13865shall not be used in advertising or otherwise to promote the sale, use or 13866other dealings in this Software without prior written authorization from the 13867Free Software Foundation. 13868 13869 13870Notes: 13871 138721. This copyright applies only to the files in this directory, and not to 13873the remaining files in libiconv. 13874 138752. The Free Software Foundation does not encourage the use of the above 13876license for newly written software. 13877 13878 13879-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13880</pre> 13881<ul> 13882 13883</ul> 13884</div> 13885</div> 13886 13887 13888<div class="product"> 13889<span class="title">libXau-1.0.6</span> 13890<a class="show" href="#" onclick="return toggle(this);">show license text</a> 13891<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13892<div class="licence"> 13893<pre>Scanned Source License libXau-1.0.6/COPYING: 13894 13895Copyright 1988, 1993, 1994, 1998 The Open Group 13896 13897Permission to use, copy, modify, distribute, and sell this software and its 13898documentation for any purpose is hereby granted without fee, provided that 13899the above copyright notice appear in all copies and that both that 13900copyright notice and this permission notice appear in supporting 13901documentation. 13902 13903The above copyright notice and this permission notice shall be included in 13904all copies or substantial portions of the Software. 13905 13906THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13907IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13908FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13909OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 13910AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13911CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 13912 13913Except as contained in this notice, the name of The Open Group shall not be 13914used in advertising or otherwise to promote the sale, use or other dealings 13915in this Software without prior written authorization from The Open Group. 13916 13917-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13918</pre> 13919<ul> 13920 13921</ul> 13922</div> 13923</div> 13924 13925 13926<div class="product"> 13927<span class="title">libxcb-1.9.1</span> 13928<a class="show" href="#" onclick="return toggle(this);">show license text</a> 13929<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 13930<div class="licence"> 13931<pre>Scanned Source License libxcb-1.9.1/COPYING: 13932 13933Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. 13934All Rights Reserved. 13935 13936Permission is hereby granted, free of charge, to any person 13937obtaining a copy of this software and associated 13938documentation files (the "Software"), to deal in the 13939Software without restriction, including without limitation 13940the rights to use, copy, modify, merge, publish, distribute, 13941sublicense, and/or sell copies of the Software, and to 13942permit persons to whom the Software is furnished to do so, 13943subject to the following conditions: 13944 13945The above copyright notice and this permission notice shall 13946be included in all copies or substantial portions of the 13947Software. 13948 13949THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 13950KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 13951WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 13952PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 13953BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 13954IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13955OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 13956OTHER DEALINGS IN THE SOFTWARE. 13957 13958Except as contained in this notice, the names of the authors 13959or their institutions shall not be used in advertising or 13960otherwise to promote the sale, use or other dealings in this 13961Software without prior written authorization from the 13962authors. 13963 13964-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 13965</pre> 13966<ul> 13967 13968</ul> 13969</div> 13970</div> 13971 13972 13973<div class="product"> 13974<span class="title">libXcomposite-0.4.3</span> 13975<a class="show" href="#" onclick="return toggle(this);">show license text</a> 13976<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 13977<div class="licence"> 13978<pre>Scanned Source License libXcomposite-0.4.3/COPYING: 13979 13980 13981Copyright © 2001,2003 Keith Packard 13982 13983Permission to use, copy, modify, distribute, and sell this software and its 13984documentation for any purpose is hereby granted without fee, provided that 13985the above copyright notice appear in all copies and that both that 13986copyright notice and this permission notice appear in supporting 13987documentation, and that the name of Keith Packard not be used in 13988advertising or publicity pertaining to distribution of the software without 13989specific, written prior permission. Keith Packard makes no 13990representations about the suitability of this software for any purpose. It 13991is provided "as is" without express or implied warranty. 13992 13993KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 13994INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 13995EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 13996CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 13997DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 13998TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 13999PERFORMANCE OF THIS SOFTWARE. 14000 14001Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 14002 14003Permission is hereby granted, free of charge, to any person obtaining a 14004copy of this software and associated documentation files (the "Software"), 14005to deal in the Software without restriction, including without limitation 14006the rights to use, copy, modify, merge, publish, distribute, sublicense, 14007and/or sell copies of the Software, and to permit persons to whom the 14008Software is furnished to do so, subject to the following conditions: 14009 14010The above copyright notice and this permission notice (including the next 14011paragraph) shall be included in all copies or substantial portions of the 14012Software. 14013 14014THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14015IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14016FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14017THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14018LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14019FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14020DEALINGS IN THE SOFTWARE. 14021 14022-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14023</pre> 14024<ul> 14025 14026</ul> 14027</div> 14028</div> 14029 14030 14031<div class="product"> 14032<span class="title">libXcursor-1.1.14</span> 14033<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14034<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14035<div class="licence"> 14036<pre>Scanned Source License libXcursor-1.1.14/COPYING: 14037 14038Copyright © 2002 Keith Packard 14039 14040Permission to use, copy, modify, distribute, and sell this software and its 14041documentation for any purpose is hereby granted without fee, provided that 14042the above copyright notice appear in all copies and that both that 14043copyright notice and this permission notice appear in supporting 14044documentation, and that the name of Keith Packard not be used in 14045advertising or publicity pertaining to distribution of the software without 14046specific, written prior permission. Keith Packard makes no 14047representations about the suitability of this software for any purpose. It 14048is provided "as is" without express or implied warranty. 14049 14050KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14051INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14052EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14053CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14054DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14055TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14056PERFORMANCE OF THIS SOFTWARE. 14057 14058-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14059</pre> 14060<ul> 14061 14062</ul> 14063</div> 14064</div> 14065 14066 14067<div class="product"> 14068<span class="title">libXdamage-1.1.3</span> 14069<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14070<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14071<div class="licence"> 14072<pre>Scanned Source License libXdamage-1.1.3/COPYING: 14073 14074 14075Copyright © 2001,2003 Keith Packard 14076Copyright © 2007 Eric Anholt 14077 14078Permission to use, copy, modify, distribute, and sell this software and its 14079documentation for any purpose is hereby granted without fee, provided that 14080the above copyright notice appear in all copies and that both that 14081copyright notice and this permission notice appear in supporting 14082documentation, and that the name of Keith Packard not be used in 14083advertising or publicity pertaining to distribution of the software without 14084specific, written prior permission. Keith Packard makes no 14085representations about the suitability of this software for any purpose. It 14086is provided "as is" without express or implied warranty. 14087 14088KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14089INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14090EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14091CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14092DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14093TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14094PERFORMANCE OF THIS SOFTWARE. 14095 14096 14097-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14098</pre> 14099<ul> 14100 14101</ul> 14102</div> 14103</div> 14104 14105 14106<div class="product"> 14107<span class="title">libXdmcp-1.1.0</span> 14108<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14109<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14110<div class="licence"> 14111<pre>Scanned Source License libXdmcp-1.1.0/COPYING: 14112 14113Copyright 1989, 1998 The Open Group 14114 14115Permission to use, copy, modify, distribute, and sell this software and its 14116documentation for any purpose is hereby granted without fee, provided that 14117the above copyright notice appear in all copies and that both that 14118copyright notice and this permission notice appear in supporting 14119documentation. 14120 14121The above copyright notice and this permission notice shall be included in 14122all copies or substantial portions of the Software. 14123 14124THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14125IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14126FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14127OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14128AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14129CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14130 14131Except as contained in this notice, the name of The Open Group shall not be 14132used in advertising or otherwise to promote the sale, use or other dealings 14133in this Software without prior written authorization from The Open Group. 14134 14135Author: Keith Packard, MIT X Consortium 14136 14137-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14138</pre> 14139<ul> 14140 14141</ul> 14142</div> 14143</div> 14144 14145 14146<div class="product"> 14147<span class="title">libXext-1.3.2</span> 14148<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14149<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14150<div class="licence"> 14151<pre>Scanned Source License libXext-1.3.2/COPYING: 14152 14153Copyright 1986, 1987, 1988, 1989, 1994, 1998 The Open Group 14154 14155Permission to use, copy, modify, distribute, and sell this software and its 14156documentation for any purpose is hereby granted without fee, provided that 14157the above copyright notice appear in all copies and that both that 14158copyright notice and this permission notice appear in supporting 14159documentation. 14160 14161The above copyright notice and this permission notice shall be included in 14162all copies or substantial portions of the Software. 14163 14164THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14165IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14166FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14167OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14168AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14169CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14170 14171Except as contained in this notice, the name of The Open Group shall not be 14172used in advertising or otherwise to promote the sale, use or other dealings 14173in this Software without prior written authorization from The Open Group. 14174 14175Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts. 14176 14177Permission is hereby granted, free of charge, to any person obtaining a copy 14178of this software and associated documentation files (the "Software"), to deal 14179in the Software without restriction, including without limitation the rights 14180to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14181copies of the Software. 14182 14183The above copyright notice and this permission notice shall be included in 14184all copies or substantial portions of the Software. 14185 14186THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14187IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14188FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14189DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 14190BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 14191WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 14192IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14193 14194Except as contained in this notice, the name of Digital Equipment Corporation 14195shall not be used in advertising or otherwise to promote the sale, use or other 14196dealings in this Software without prior written authorization from Digital 14197Equipment Corporation. 14198 14199Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. 14200Permission to use, copy, modify, and distribute this 14201software and its documentation for any purpose and without 14202fee is hereby granted, provided that the above copyright 14203notice appear in all copies and that both that copyright 14204notice and this permission notice appear in supporting 14205documentation, and that the name of Silicon Graphics not be 14206used in advertising or publicity pertaining to distribution 14207of the software without specific prior written permission. 14208Silicon Graphics makes no representation about the suitability 14209of this software for any purpose. It is provided "as is" 14210without any express or implied warranty. 14211SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14212SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 14213AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 14214GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14215DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14216DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14217OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 14218THE USE OR PERFORMANCE OF THIS SOFTWARE. 14219 14220Copyright 1992 Network Computing Devices 14221 14222Permission to use, copy, modify, distribute, and sell this software and its 14223documentation for any purpose is hereby granted without fee, provided that 14224the above copyright notice appear in all copies and that both that 14225copyright notice and this permission notice appear in supporting 14226documentation, and that the name of NCD. not be used in advertising or 14227publicity pertaining to distribution of the software without specific, 14228written prior permission. NCD. makes no representations about the 14229suitability of this software for any purpose. It is provided "as is" 14230without express or implied warranty. 14231 14232NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14233IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. 14234BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14235WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 14236OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14237CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14238 14239Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, 14240and Olivetti Research Limited, Cambridge, England. 14241 14242 All Rights Reserved 14243 14244Permission to use, copy, modify, and distribute this software and its 14245documentation for any purpose and without fee is hereby granted, 14246provided that the above copyright notice appear in all copies and that 14247both that copyright notice and this permission notice appear in 14248supporting documentation, and that the names of Digital or Olivetti 14249not be used in advertising or publicity pertaining to distribution of the 14250software without specific, written prior permission. 14251 14252DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 14253SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 14254FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14255CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 14256USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 14257OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14258PERFORMANCE OF THIS SOFTWARE. 14259 14260Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation 14261 14262Permission to use, copy, modify, and distribute this 14263software and its documentation for any purpose and without 14264fee is hereby granted, provided that the above copyright 14265notice appear in all copies and that both that copyright 14266notice and this permission notice appear in supporting 14267documentation, and that the name of Hewlett-Packard not be used in 14268advertising or publicity pertaining to distribution of the 14269software without specific, written prior permission. 14270 14271Hewlett-Packard makes no representations about the 14272suitability of this software for any purpose. It is provided 14273"as is" without express or implied warranty. 14274 14275This software is not subject to any license of the American 14276Telephone and Telegraph Company or of the Regents of the 14277University of California. 14278 14279Copyright (c) 1994, 1995 Hewlett-Packard Company 14280 14281Permission is hereby granted, free of charge, to any person obtaining 14282a copy of this software and associated documentation files (the 14283"Software"), to deal in the Software without restriction, including 14284without limitation the rights to use, copy, modify, merge, publish, 14285distribute, sublicense, and/or sell copies of the Software, and to 14286permit persons to whom the Software is furnished to do so, subject to 14287the following conditions: 14288 14289The above copyright notice and this permission notice shall be included 14290in all copies or substantial portions of the Software. 14291 14292THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14293OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14294MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 14295IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 14296DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 14297OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 14298THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14299 14300Except as contained in this notice, the name of the Hewlett-Packard 14301Company shall not be used in advertising or otherwise to promote the 14302sale, use or other dealings in this Software without prior written 14303authorization from the Hewlett-Packard Company. 14304 14305Copyright Digital Equipment Corporation, 1996 14306 14307Permission to use, copy, modify, distribute, and sell this 14308documentation for any purpose is hereby granted without fee, 14309provided that the above copyright notice and this permission 14310notice appear in all copies. Digital Equipment Corporation 14311makes no representations about the suitability for any purpose 14312of the information in this document. This documentation is 14313provided ``as is'' without express or implied warranty. 14314 14315Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. 14316All rights reserved. 14317 14318Permission is hereby granted, free of charge, to any person obtaining a 14319copy of this software and associated documentation files (the "Software"), 14320to deal in the Software without restriction, including without limitation 14321the rights to use, copy, modify, merge, publish, distribute, sublicense, 14322and/or sell copies of the Software, and to permit persons to whom the 14323Software is furnished to do so, subject to the following conditions: 14324 14325The above copyright notice and this permission notice (including the next 14326paragraph) shall be included in all copies or substantial portions of the 14327Software. 14328 14329THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14330IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14331FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14332THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14333LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14334FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14335DEALINGS IN THE SOFTWARE. 14336 14337Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation. 14338Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation. 14339Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc. 14340Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company. 14341 14342Permission to use, copy, modify, and distribute this documentation for 14343any purpose and without fee is hereby granted, provided that the above 14344copyright notice and this permission notice appear in all copies. 14345Digital Equipment Corporation, Intergraph Corporation, Silicon 14346Graphics, Hewlett-Packard, and the X Consortium make no 14347representations about the suitability for any purpose of the 14348information in this document. This documentation is provided ``as is'' 14349without express or implied warranty. 14350 14351-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14352</pre> 14353<ul> 14354 14355</ul> 14356</div> 14357</div> 14358 14359 14360<div class="product"> 14361<span class="title">libXfixes-5.0.1</span> 14362<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14363<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14364<div class="licence"> 14365<pre>Scanned Source License libXfixes-5.0.1/COPYING: 14366 14367 14368Copyright © 2001,2003 Keith Packard 14369 14370Permission to use, copy, modify, distribute, and sell this software and its 14371documentation for any purpose is hereby granted without fee, provided that 14372the above copyright notice appear in all copies and that both that 14373copyright notice and this permission notice appear in supporting 14374documentation, and that the name of Keith Packard not be used in 14375advertising or publicity pertaining to distribution of the software without 14376specific, written prior permission. Keith Packard makes no 14377representations about the suitability of this software for any purpose. It 14378is provided "as is" without express or implied warranty. 14379 14380KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14381INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14382EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14383CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14384DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14385TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14386PERFORMANCE OF THIS SOFTWARE. 14387 14388Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 14389 14390Permission is hereby granted, free of charge, to any person obtaining a 14391copy of this software and associated documentation files (the "Software"), 14392to deal in the Software without restriction, including without limitation 14393the rights to use, copy, modify, merge, publish, distribute, sublicense, 14394and/or sell copies of the Software, and to permit persons to whom the 14395Software is furnished to do so, subject to the following conditions: 14396 14397The above copyright notice and this permission notice (including the next 14398paragraph) shall be included in all copies or substantial portions of the 14399Software. 14400 14401THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14402IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14403FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14404THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14405LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14406FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14407DEALINGS IN THE SOFTWARE. 14408 14409-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14410</pre> 14411<ul> 14412 14413</ul> 14414</div> 14415</div> 14416 14417 14418<div class="product"> 14419<span class="title">libXfont-1.4.4</span> 14420<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14421<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14422<div class="licence"> 14423<pre>Scanned Source License libXfont-1.4.4/COPYING: 14424 14425Copyright © 2007 Red Hat, Inc 14426Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. 14427 14428Permission is hereby granted, free of charge, to any person obtaining a 14429copy of this software and associated documentation files (the "Software"), 14430to deal in the Software without restriction, including without limitation 14431the rights to use, copy, modify, merge, publish, distribute, sublicense, 14432and/or sell copies of the Software, and to permit persons to whom the 14433Software is furnished to do so, subject to the following conditions: 14434 14435The above copyright notice and this permission notice (including the next 14436paragraph) shall be included in all copies or substantial portions of the 14437Software. 14438 14439THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14440IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14441FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14442THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14443LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14444FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14445DEALINGS IN THE SOFTWARE. 14446 14447Copyright (c) 1997 by Mark Leisher 14448Copyright (c) 1998-2003 by Juliusz Chroboczek 14449Copyright (c) 1998 Go Watanabe, All rights reserved. 14450Copyright (c) 1998 Kazushi (Jam) Marukawa, All rights reserved. 14451Copyright (c) 1998 Takuya SHIOZAKI, All rights reserved. 14452Copyright (c) 1998 X-TrueType Server Project, All rights reserved. 14453Copyright (c) 2003-2004 After X-TT Project, All rights reserved. 14454 14455Permission is hereby granted, free of charge, to any person obtaining a copy 14456of this software and associated documentation files (the "Software"), to deal 14457in the Software without restriction, including without limitation the rights 14458to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14459copies of the Software, and to permit persons to whom the Software is 14460furnished to do so, subject to the following conditions: 14461 14462The above copyright notice and this permission notice shall be included in 14463all copies or substantial portions of the Software. 14464 14465THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14466IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14467FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14468AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14469LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 14470OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 14471THE SOFTWARE. 14472 14473 14474Copyright 1990, 1998 The Open Group 14475 14476Permission to use, copy, modify, distribute, and sell this software and its 14477documentation for any purpose is hereby granted without fee, provided that 14478the above copyright notice appear in all copies and that both that 14479copyright notice and this permission notice appear in supporting 14480documentation. 14481 14482The above copyright notice and this permission notice shall be included 14483in all copies or substantial portions of the Software. 14484 14485THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14486OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14487MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 14488IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 14489OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 14490ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 14491OTHER DEALINGS IN THE SOFTWARE. 14492 14493Except as contained in this notice, the name of The Open Group shall 14494not be used in advertising or otherwise to promote the sale, use or 14495other dealings in this Software without prior written authorization 14496from The Open Group. 14497 14498 14499Copyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts. 14500 14501 All Rights Reserved 14502 14503Permission to use, copy, modify, and distribute this software and its 14504documentation for any purpose and without fee is hereby granted, 14505provided that the above copyright notice appear in all copies and that 14506both that copyright notice and this permission notice appear in 14507supporting documentation, and that the name of Digital not be 14508used in advertising or publicity pertaining to distribution of the 14509software without specific, written prior permission. 14510 14511DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14512ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14513DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14514ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14515WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14516ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14517SOFTWARE. 14518 14519 14520Copyright 1999 SuSE, Inc. 14521 14522Permission to use, copy, modify, distribute, and sell this software and its 14523documentation for any purpose is hereby granted without fee, provided that 14524the above copyright notice appear in all copies and that both that 14525copyright notice and this permission notice appear in supporting 14526documentation, and that the name of SuSE not be used in advertising or 14527publicity pertaining to distribution of the software without specific, 14528written prior permission. SuSE makes no representations about the 14529suitability of this software for any purpose. It is provided "as is" 14530without express or implied warranty. 14531 14532SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14533IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 14534BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14535WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 14536OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14537CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14538 14539 14540Copyright 1990 Network Computing Devices 14541 14542Permission to use, copy, modify, distribute, and sell this software and 14543its documentation for any purpose is hereby granted without fee, provided 14544that the above copyright notice appear in all copies and that both that 14545copyright notice and this permission notice appear in supporting 14546documentation, and that the name of Network Computing Devices not be used 14547in advertising or publicity pertaining to distribution of the software 14548without specific, written prior permission. Network Computing Devices 14549makes no representations about the suitability of this software for any 14550purpose. It is provided "as is" without express or implied warranty. 14551 14552NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14553SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 14554IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL, 14555INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 14556LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14557OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 14558OR PERFORMANCE OF THIS SOFTWARE. 14559 14560 14561Copyright 1990 Network Computing Devices 14562 14563Permission to use, copy, modify, distribute, and sell this software and 14564its documentation for any purpose is hereby granted without fee, provided 14565that the above copyright notice appear in all copies and that both that 14566copyright notice and this permission notice appear in supporting 14567documentation, and that the names of Network Computing Devices, or Digital 14568not be used in advertising or publicity pertaining to distribution 14569of the software without specific, written prior permission. 14570 14571NETWORK COMPUTING DEVICES, AND DIGITAL AND DISCLAIM ALL WARRANTIES WITH 14572REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF 14573MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES, 14574OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14575DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 14576PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 14577ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 14578THIS SOFTWARE. 14579 14580 14581[Note: clause 3 in the following license, the "advertising clause", was 14582rescinded by Berkeley in 1999. See 14583<ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>] 14584 14585Copyright (c) 1991, 1993 14586 The Regents of the University of California. All rights reserved. 14587 14588Redistribution and use in source and binary forms, with or without 14589modification, are permitted provided that the following conditions 14590are met: 145911. Redistributions of source code must retain the above copyright 14592 notice, this list of conditions and the following disclaimer. 145932. Redistributions in binary form must reproduce the above copyright 14594 notice, this list of conditions and the following disclaimer in the 14595 documentation and/or other materials provided with the distribution. 145963. All advertising materials mentioning features or use of this software 14597 must display the following acknowledgement: 14598 This product includes software developed by the University of 14599 California, Berkeley and its contributors. 146004. Neither the name of the University nor the names of its contributors 14601 may be used to endorse or promote products derived from this software 14602 without specific prior written permission. 14603 14604THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 14605ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14606IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 14607ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 14608FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 14609DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 14610OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 14611HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 14612LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 14613OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 14614SUCH DAMAGE. 14615 14616 14617Copyright (c) 1998-1999 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. 14618All rights reserved. 14619Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved. 14620 14621Redistribution and use in source and binary forms, with or without 14622modification, are permitted provided that the following conditions 14623are met: 146241. Redistributions of source code must retain the above copyright 14625 notice, this list of conditions and the following disclaimer. 146262. Redistributions in binary form must reproduce the above copyright 14627 notice, this list of conditions and the following disclaimer in the 14628 documentation and/or other materials provided with the distribution. 14629 14630THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14631ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14632IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 14633ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 14634FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 14635DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 14636OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 14637HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 14638LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 14639OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 14640SUCH DAMAGE. 14641 14642 14643Copyright © 2004 Keith Packard 14644 14645Permission to use, copy, modify, distribute, and sell this software and its 14646documentation for any purpose is hereby granted without fee, provided that 14647the above copyright notice appear in all copies and that both that 14648copyright notice and this permission notice appear in supporting 14649documentation, and that the name of Keith Packard not be used in 14650advertising or publicity pertaining to distribution of the software without 14651specific, written prior permission. Keith Packard makes no 14652representations about the suitability of this software for any purpose. It 14653is provided "as is" without express or implied warranty. 14654 14655KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14656INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14657EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14658CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14659DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14660TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14661PERFORMANCE OF THIS SOFTWARE. 14662 14663 14664/* lib/font/fontfile/gunzip.c 14665 written by Mark Eichin <eichin@kitten.gen.ma.us> September 1996. 14666 intended for inclusion in X11 public releases. */ 14667 14668 14669Copyright (c) 1999 The XFree86 Project Inc. 14670 14671All Rights Reserved. 14672 14673The above copyright notice and this permission notice shall be included in 14674all copies or substantial portions of the Software. 14675 14676THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14677IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14678FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14679OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14680AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14681CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14682 14683Except as contained in this notice, the name of The XFree86 Project 14684Inc. shall not be used in advertising or otherwise to promote the 14685sale, use or other dealings in this Software without prior written 14686authorization from The XFree86 Project Inc.. 14687 14688-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14689</pre> 14690<ul> 14691 14692</ul> 14693</div> 14694</div> 14695 14696 14697<div class="product"> 14698<span class="title">libXft-2.2.0</span> 14699<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14700<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14701<div class="licence"> 14702<pre>Scanned Source License libXft-2.2.0/COPYING: 14703 14704 14705Copyright © 2001,2003 Keith Packard 14706 14707Permission to use, copy, modify, distribute, and sell this software and its 14708documentation for any purpose is hereby granted without fee, provided that 14709the above copyright notice appear in all copies and that both that 14710copyright notice and this permission notice appear in supporting 14711documentation, and that the name of Keith Packard not be used in 14712advertising or publicity pertaining to distribution of the software without 14713specific, written prior permission. Keith Packard makes no 14714representations about the suitability of this software for any purpose. It 14715is provided "as is" without express or implied warranty. 14716 14717KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14718INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14719EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14720CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14721DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 14722TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14723PERFORMANCE OF THIS SOFTWARE. 14724 14725 14726-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14727</pre> 14728<ul> 14729 14730</ul> 14731</div> 14732</div> 14733 14734 14735<div class="product"> 14736<span class="title">libXi-1.7.1.901</span> 14737<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14738<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14739<div class="licence"> 14740<pre>Scanned Source License libXi-1.7.1.901/COPYING: 14741 14742Copyright 1989, 1998 The Open Group 14743 14744Permission to use, copy, modify, distribute, and sell this software and its 14745documentation for any purpose is hereby granted without fee, provided that 14746the above copyright notice appear in all copies and that both that 14747copyright notice and this permission notice appear in supporting 14748documentation. 14749 14750The above copyright notice and this permission notice shall be included in 14751all copies or substantial portions of the Software. 14752 14753THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14754IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14755FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14756OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14757AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14758CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14759 14760Except as contained in this notice, the name of The Open Group shall not be 14761used in advertising or otherwise to promote the sale, use or other dealings 14762in this Software without prior written authorization from The Open Group. 14763 14764Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 14765 14766 All Rights Reserved 14767 14768Permission to use, copy, modify, and distribute this software and its 14769documentation for any purpose and without fee is hereby granted, 14770provided that the above copyright notice appear in all copies and that 14771both that copyright notice and this permission notice appear in 14772supporting documentation, and that the name of Hewlett-Packard not be 14773used in advertising or publicity pertaining to distribution of the 14774software without specific, written prior permission. 14775 14776HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14777INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 14778EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 14779CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 14780USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 14781OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14782PERFORMANCE OF THIS SOFTWARE. 14783 14784Copyright 2008 Peter Hutterer 14785 14786Permission to use, copy, modify, distribute, and sell this software and its 14787documentation for any purpose is hereby granted without fee, provided that 14788the above copyright notice appear in all copies and that both that 14789copyright notice and this permission notice appear in supporting 14790documentation. 14791 14792The above copyright notice and this permission notice shall be included in 14793all copies or substantial portions of the Software. 14794 14795THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14796IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14797FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14798AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14799AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14800CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14801 14802Except as contained in this notice, the name of the author shall not be 14803used in advertising or otherwise to promote the sale, use or other dealings 14804in this Software without prior written authorization from the author. 14805 14806Copyright © 2009 Red Hat, Inc. 14807 14808Permission is hereby granted, free of charge, to any person obtaining a 14809copy of this software and associated documentation files (the "Software"), 14810to deal in the Software without restriction, including without limitation 14811the rights to use, copy, modify, merge, publish, distribute, sublicense, 14812and/or sell copies of the Software, and to permit persons to whom the 14813Software is furnished to do so, subject to the following conditions: 14814 14815The above copyright notice and this permission notice (including the next 14816paragraph) shall be included in all copies or substantial portions of the 14817Software. 14818 14819THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14820IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14821FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14822THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14823LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14824FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14825DEALINGS IN THE SOFTWARE. 14826 14827-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14828</pre> 14829<ul> 14830 14831</ul> 14832</div> 14833</div> 14834 14835 14836<div class="product"> 14837<span class="title">libXinerama-1.1.3</span> 14838<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14839<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14840<div class="licence"> 14841<pre>Scanned Source License libXinerama-1.1.3/COPYING: 14842 14843Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 14844 14845Permission is hereby granted, free of charge, to any person obtaining a 14846copy of this software and associated documentation files (the "Software"), 14847to deal in the Software without restriction, including without limitation 14848the rights to use, copy, modify, merge, publish, distribute, sublicense, 14849and/or sell copies of the Software, and to permit persons to whom the 14850Software is furnished to do so, subject to the following conditions: 14851 14852The above copyright notice and this permission notice (including the next 14853paragraph) shall be included in all copies or substantial portions of the 14854Software. 14855 14856THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14857IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14858FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14859THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14860LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 14861FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 14862DEALINGS IN THE SOFTWARE. 14863 14864Copyright 2003 The Open Group 14865 14866Permission to use, copy, modify, distribute, and sell this software and its 14867documentation for any purpose is hereby granted without fee, provided that 14868the above copyright notice appear in all copies and that both that 14869copyright notice and this permission notice appear in supporting 14870documentation. 14871 14872The above copyright notice and this permission notice shall be included in 14873all copies or substantial portions of the Software. 14874 14875THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14876IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14877FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14878OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14879AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14880CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14881 14882Except as contained in this notice, the name of The Open Group shall not be 14883used in advertising or otherwise to promote the sale, use or other dealings 14884in this Software without prior written authorization from The Open Group. 14885 14886Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. 14887 14888Permission is hereby granted, free of charge, to any person obtaining a copy 14889of this software and associated documentation files (the "Software"), to deal 14890in the Software without restriction, including without limitation the rights 14891to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14892copies of the Software. 14893 14894The above copyright notice and this permission notice shall be included in 14895all copies or substantial portions of the Software. 14896 14897THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14898IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14899FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 14900DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 14901BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 14902WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 14903IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14904 14905Except as contained in this notice, the name of Digital Equipment Corporation 14906shall not be used in advertising or otherwise to promote the sale, use or other 14907dealings in this Software without prior written authorization from Digital 14908Equipment Corporation. 14909 14910-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14911</pre> 14912<ul> 14913 14914</ul> 14915</div> 14916</div> 14917 14918 14919<div class="product"> 14920<span class="title">libxkbfile-1.0.7</span> 14921<a class="show" href="#" onclick="return toggle(this);">show license text</a> 14922<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 14923<div class="licence"> 14924<pre>Scanned Source License libxkbfile-1.0.7/COPYING: 14925 14926Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc. 14927 14928Permission to use, copy, modify, and distribute this 14929software and its documentation for any purpose and without 14930fee is hereby granted, provided that the above copyright 14931notice appear in all copies and that both that copyright 14932notice and this permission notice appear in supporting 14933documentation, and that the name of Silicon Graphics not be 14934used in advertising or publicity pertaining to distribution 14935of the software without specific prior written permission. 14936Silicon Graphics makes no representation about the suitability 14937of this software for any purpose. It is provided "as is" 14938without any express or implied warranty. 14939 14940SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14941SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 14942AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 14943GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 14944DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 14945DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 14946OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 14947THE USE OR PERFORMANCE OF THIS SOFTWARE. 14948 14949 14950Copyright 1987, 1998 The Open Group 14951 14952Permission to use, copy, modify, distribute, and sell this software and its 14953documentation for any purpose is hereby granted without fee, provided that 14954the above copyright notice appear in all copies and that both that 14955copyright notice and this permission notice appear in supporting 14956documentation. 14957 14958The above copyright notice and this permission notice shall be included in 14959all copies or substantial portions of the Software. 14960 14961THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14962IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14963FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14964OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 14965AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14966CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14967 14968Except as contained in this notice, the name of The Open Group shall not be 14969used in advertising or otherwise to promote the sale, use or other dealings 14970in this Software without prior written authorization from The Open Group. 14971 14972 14973Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 14974 All Rights Reserved 14975 14976Permission to use, copy, modify, and distribute this software and its 14977documentation for any purpose and without fee is hereby granted, 14978provided that the above copyright notice appear in all copies and that 14979both that copyright notice and this permission notice appear in 14980supporting documentation, and that the name of Digital not be 14981used in advertising or publicity pertaining to distribution of the 14982software without specific, written prior permission. 14983 14984DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14985ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14986DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 14987ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 14988WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 14989ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 14990SOFTWARE. 14991 14992 14993-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 14994</pre> 14995<ul> 14996 14997</ul> 14998</div> 14999</div> 15000 15001 15002<div class="product"> 15003<span class="title">libxml2-2.9.1</span> 15004<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15005<span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span> 15006<div class="licence"> 15007<pre>Scanned Source License libxml2-2.9.1/COPYING: 15008 15009Except where otherwise noted in the source code (e.g. the files hash.c, 15010list.c and the trio files, which are covered by a similar licence but 15011with different Copyright notices) all the files are: 15012 15013 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. 15014 15015Permission is hereby granted, free of charge, to any person obtaining a copy 15016of this software and associated documentation files (the "Software"), to deal 15017in the Software without restriction, including without limitation the rights 15018to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 15019copies of the Software, and to permit persons to whom the Software is fur- 15020nished to do so, subject to the following conditions: 15021 15022The above copyright notice and this permission notice shall be included in 15023all copies or substantial portions of the Software. 15024 15025THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15026IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 15027NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15028AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15029LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15030OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 15031THE SOFTWARE. 15032 15033-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15034 15035Scanned Source License libxml2-2.9.1/Copyright: 15036 15037Except where otherwise noted in the source code (e.g. the files hash.c, 15038list.c and the trio files, which are covered by a similar licence but 15039with different Copyright notices) all the files are: 15040 15041 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. 15042 15043Permission is hereby granted, free of charge, to any person obtaining a copy 15044of this software and associated documentation files (the "Software"), to deal 15045in the Software without restriction, including without limitation the rights 15046to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 15047copies of the Software, and to permit persons to whom the Software is fur- 15048nished to do so, subject to the following conditions: 15049 15050The above copyright notice and this permission notice shall be included in 15051all copies or substantial portions of the Software. 15052 15053THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15054IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 15055NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15056AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15057LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15058OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 15059THE SOFTWARE. 15060 15061-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15062</pre> 15063<ul> 15064 15065</ul> 15066</div> 15067</div> 15068 15069 15070<div class="product"> 15071<span class="title">libXmu-1.1.0</span> 15072<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15073<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15074<div class="licence"> 15075<pre>Scanned Source License libXmu-1.1.0/COPYING: 15076 15077Copyright 1989, 1998 The Open Group 15078 15079Permission to use, copy, modify, distribute, and sell this software and its 15080documentation for any purpose is hereby granted without fee, provided that 15081the above copyright notice appear in all copies and that both that 15082copyright notice and this permission notice appear in supporting 15083documentation. 15084 15085The above copyright notice and this permission notice shall be included in 15086all copies or substantial portions of the Software. 15087 15088THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15089IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15090FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15091OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15092AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15093CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15094 15095Except as contained in this notice, the name of The Open Group shall not be 15096used in advertising or otherwise to promote the sale, use or other dealings 15097in this Software without prior written authorization from The Open Group. 15098 15099----------- 15100 15101Xmu/StrToBmap.c and Xmu/GrayPixmap.c also have: 15102 15103Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 15104 15105 All Rights Reserved 15106 15107Permission to use, copy, modify, and distribute this software and its 15108documentation for any purpose and without fee is hereby granted, 15109provided that the above copyright notice appear in all copies and that 15110both that copyright notice and this permission notice appear in 15111supporting documentation, and that the name of Digital not be 15112used in advertising or publicity pertaining to distribution of the 15113software without specific, written prior permission. 15114 15115DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 15116ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 15117DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15118ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 15119WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 15120ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 15121SOFTWARE. 15122 15123----------- 15124 15125And Xmu/Clip.c has: 15126 15127Copyright (c) 1998 by The XFree86 Project, Inc. 15128 15129Permission is hereby granted, free of charge, to any person obtaining a 15130copy of this software and associated documentation files (the "Software"), 15131to deal in the Software without restriction, including without limitation 15132the rights to use, copy, modify, merge, publish, distribute, sublicense, 15133and/or sell copies of the Software, and to permit persons to whom the 15134Software is furnished to do so, subject to the following conditions: 15135 15136The above copyright notice and this permission notice shall be included in 15137all copies or substantial portions of the Software. 15138 15139THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15140IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15141FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15142THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 15143WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 15144OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15145SOFTWARE. 15146 15147Except as contained in this notice, the name of the XFree86 Project shall 15148not be used in advertising or otherwise to promote the sale, use or other 15149dealings in this Software without prior written authorization from the 15150XFree86 Project. 15151 15152-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15153</pre> 15154<ul> 15155 15156</ul> 15157</div> 15158</div> 15159 15160 15161<div class="product"> 15162<span class="title">libXpm-3.5.9</span> 15163<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15164<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15165<div class="licence"> 15166<pre>Scanned Source License libXpm-3.5.9/COPYING: 15167 15168Copyright (C) 1989-95 GROUPE BULL 15169 15170Permission is hereby granted, free of charge, to any person obtaining a copy 15171of this software and associated documentation files (the "Software"), to 15172deal in the Software without restriction, including without limitation the 15173rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15174sell copies of the Software, and to permit persons to whom the Software is 15175furnished to do so, subject to the following conditions: 15176 15177The above copyright notice and this permission notice shall be included in 15178all copies or substantial portions of the Software. 15179 15180THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15181IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15182FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15183GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15184AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15185CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15186 15187Except as contained in this notice, the name of GROUPE BULL shall not be 15188used in advertising or otherwise to promote the sale, use or other dealings 15189in this Software without prior written authorization from GROUPE BULL. 15190 15191Copyright (C) 1998 Arnaud LE HORS 15192 15193Permission is hereby granted, free of charge, to any person obtaining a copy 15194of this software and associated documentation files (the "Software"), to 15195deal in the Software without restriction, including without limitation the 15196rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15197sell copies of the Software, and to permit persons to whom the Software is 15198furnished to do so, subject to the following conditions: 15199 15200The above copyright notice and this permission notice shall be included in 15201all copies or substantial portions of the Software. 15202 15203THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15204IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15205FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15206Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 15207IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15208CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15209 15210Except as contained in this notice, the name of Arnaud LE HORS shall not be 15211used in advertising or otherwise to promote the sale, use or other dealings 15212in this Software without prior written authorization from Arnaud LE HORS. 15213 15214Copyright (C) 19896 Lorens Younes 15215 15216Permission is hereby granted, free of charge, to any person obtaining a copy 15217of this software and associated documentation files (the "Software"), to 15218deal in the Software without restriction, including without limitation the 15219rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15220sell copies of the Software, and to permit persons to whom the Software is 15221furnished to do so, subject to the following conditions: 15222 15223The above copyright notice and this permission notice shall be included in 15224all copies or substantial portions of the Software. 15225 15226THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15227IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15228FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15229Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 15230IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15231CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15232 15233Except as contained in this notice, the name of Lorens Younes shall not be 15234used in advertising or otherwise to promote the sale, use or other dealings 15235in this Software without prior written authorization from Lorens Younes. 15236 15237 15238 15239-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15240 15241Scanned Source License libXpm-3.5.9/COPYRIGHT: 15242 15243/* 15244 * Copyright (C) 1989-95 GROUPE BULL 15245 * 15246 * Permission is hereby granted, free of charge, to any person obtaining a copy 15247 * of this software and associated documentation files (the "Software"), to 15248 * deal in the Software without restriction, including without limitation the 15249 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15250 * sell copies of the Software, and to permit persons to whom the Software is 15251 * furnished to do so, subject to the following conditions: 15252 * 15253 * The above copyright notice and this permission notice shall be included in 15254 * all copies or substantial portions of the Software. 15255 * 15256 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15257 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15258 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15259 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15260 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15261 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15262 * 15263 * Except as contained in this notice, the name of GROUPE BULL shall not be 15264 * used in advertising or otherwise to promote the sale, use or other dealings 15265 * in this Software without prior written authorization from GROUPE BULL. 15266 */ 15267 15268Arnaud LE HORS BULL Research FRANCE -- Koala Project 15269 (XPM - X PixMap format version 2 & 3) 15270 Internet: lehors@sophia.inria.fr 15271Surface Mail: Arnaud LE HORS, INRIA - Sophia Antipolis, 15272 2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE 15273 Voice phone: (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F 15274 15275-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15276</pre> 15277<ul> 15278 15279</ul> 15280</div> 15281</div> 15282 15283 15284<div class="product"> 15285<span class="title">libXrandr-1.4.1</span> 15286<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15287<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15288<div class="licence"> 15289<pre>Scanned Source License libXrandr-1.4.1/COPYING: 15290 15291Copyright © 2000, Compaq Computer Corporation, 15292Copyright © 2002, Hewlett Packard, Inc. 15293 15294Permission to use, copy, modify, distribute, and sell this software and its 15295documentation for any purpose is hereby granted without fee, provided that 15296the above copyright notice appear in all copies and that both that 15297copyright notice and this permission notice appear in supporting 15298documentation, and that the name of Compaq or HP not be used in advertising 15299or publicity pertaining to distribution of the software without specific, 15300written prior permission. HP makes no representations about the 15301suitability of this software for any purpose. It is provided "as is" 15302without express or implied warranty. 15303 15304HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 15305IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP 15306BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15307WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 15308OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 15309CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15310 15311Copyright © 2000 Compaq Computer Corporation, Inc. 15312Copyright © 2002 Hewlett-Packard Company, Inc. 15313Copyright © 2006 Intel Corporation 15314Copyright © 2008 Red Hat, Inc. 15315 15316Permission to use, copy, modify, distribute, and sell this software and its 15317documentation for any purpose is hereby granted without fee, provided that 15318the above copyright notice appear in all copies and that both that copyright 15319notice and this permission notice appear in supporting documentation, and 15320that the name of the copyright holders not be used in advertising or 15321publicity pertaining to distribution of the software without specific, 15322written prior permission. The copyright holders make no representations 15323about the suitability of this software for any purpose. It is provided "as 15324is" without express or implied warranty. 15325 15326THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15327INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15328EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15329CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15330DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15331TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 15332OF THIS SOFTWARE. 15333 15334Copyright © 2000 Compaq Computer Corporation, Inc. 15335Copyright © 2002 Hewlett Packard Company, Inc. 15336Copyright © 2006 Keith Packard 15337 15338Permission to use, copy, modify, distribute, and sell this software and its 15339documentation for any purpose is hereby granted without fee, provided that 15340the above copyright notice appear in all copies and that both that copyright 15341notice and this permission notice appear in supporting documentation, and 15342that the name of the copyright holders not be used in advertising or 15343publicity pertaining to distribution of the software without specific, 15344written prior permission. The copyright holders make no representations 15345about the suitability of this software for any purpose. It is provided "as 15346is" without express or implied warranty. 15347 15348THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15349INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15350EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15351CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15352DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15353TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 15354OF THIS SOFTWARE. 15355 15356-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15357</pre> 15358<ul> 15359 15360</ul> 15361</div> 15362</div> 15363 15364 15365<div class="product"> 15366<span class="title">libXrender-0.9.8</span> 15367<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15368<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15369<div class="licence"> 15370<pre>Scanned Source License libXrender-0.9.8/COPYING: 15371 15372 15373Copyright © 2001,2003 Keith Packard 15374 15375Permission to use, copy, modify, distribute, and sell this software and its 15376documentation for any purpose is hereby granted without fee, provided that 15377the above copyright notice appear in all copies and that both that 15378copyright notice and this permission notice appear in supporting 15379documentation, and that the name of Keith Packard not be used in 15380advertising or publicity pertaining to distribution of the software without 15381specific, written prior permission. Keith Packard makes no 15382representations about the suitability of this software for any purpose. It 15383is provided "as is" without express or implied warranty. 15384 15385KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15386INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15387EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15388CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15389DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15390TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15391PERFORMANCE OF THIS SOFTWARE. 15392 15393Copyright © 2000 SuSE, Inc. 15394 15395Permission to use, copy, modify, distribute, and sell this software and its 15396documentation for any purpose is hereby granted without fee, provided that 15397the above copyright notice appear in all copies and that both that 15398copyright notice and this permission notice appear in supporting 15399documentation, and that the name of SuSE not be used in advertising or 15400publicity pertaining to distribution of the software without specific, 15401written prior permission. SuSE makes no representations about the 15402suitability of this software for any purpose. It is provided "as is" 15403without express or implied warranty. 15404 15405SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 15406IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 15407BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15408WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 15409OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 15410CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15411 15412-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15413</pre> 15414<ul> 15415 15416</ul> 15417</div> 15418</div> 15419 15420 15421<div class="product"> 15422<span class="title">libXt-1.1.4</span> 15423<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15424<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15425<div class="licence"> 15426<pre>Scanned Source License libXt-1.1.4/COPYING: 15427 15428 15429Copyright © 2001,2003 Keith Packard 15430 15431Permission to use, copy, modify, distribute, and sell this software and its 15432documentation for any purpose is hereby granted without fee, provided that 15433the above copyright notice appear in all copies and that both that 15434copyright notice and this permission notice appear in supporting 15435documentation, and that the name of Keith Packard not be used in 15436advertising or publicity pertaining to distribution of the software without 15437specific, written prior permission. Keith Packard makes no 15438representations about the suitability of this software for any purpose. It 15439is provided "as is" without express or implied warranty. 15440 15441KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15442INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15443EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15444CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15445DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15446TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15447PERFORMANCE OF THIS SOFTWARE. 15448 15449Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. 15450 15451Permission is hereby granted, free of charge, to any person obtaining a 15452copy of this software and associated documentation files (the "Software"), 15453to deal in the Software without restriction, including without limitation 15454the rights to use, copy, modify, merge, publish, distribute, sublicense, 15455and/or sell copies of the Software, and to permit persons to whom the 15456Software is furnished to do so, subject to the following conditions: 15457 15458The above copyright notice and this permission notice (including the next 15459paragraph) shall be included in all copies or substantial portions of the 15460Software. 15461 15462THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15463IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15464FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15465THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15466LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15467FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 15468DEALINGS IN THE SOFTWARE. 15469 15470 15471Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, 15472 15473 All Rights Reserved 15474 15475Permission to use, copy, modify, and distribute this software and its 15476documentation for any purpose and without fee is hereby granted, 15477provided that the above copyright notice appear in all copies and that 15478both that copyright notice and this permission notice appear in 15479supporting documentation, and that the name of Digital not be 15480used in advertising or publicity pertaining to distribution of the 15481software without specific, written prior permission. 15482 15483DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 15484ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 15485DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15486ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 15487WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 15488ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 15489SOFTWARE. 15490 15491Copyright 1987, 1988, 1998 The Open Group 15492 15493Permission to use, copy, modify, distribute, and sell this software and its 15494documentation for any purpose is hereby granted without fee, provided that 15495the above copyright notice appear in all copies and that both that 15496copyright notice and this permission notice appear in supporting 15497documentation. 15498 15499The above copyright notice and this permission notice shall be included in 15500all copies or substantial portions of the Software. 15501 15502THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15503IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15504FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15505OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 15506AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15507CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15508 15509Except as contained in this notice, the name of The Open Group shall not be 15510used in advertising or otherwise to promote the sale, use or other dealings 15511in this Software without prior written authorization from The Open Group. 15512 15513 15514Copyright (c) 1993, 1994 X Consortium 15515 15516Permission is hereby granted, free of charge, to any person obtaining a 15517copy of this software and associated documentation files (the "Software"), 15518to deal in the Software without restriction, including without limitation 15519the rights to use, copy, modify, merge, publish, distribute, sublicense, 15520and/or sell copies of the Software, and to permit persons to whom the 15521Software furnished to do so, subject to the following conditions: 15522 15523The above copyright notice and this permission notice shall be included in 15524all copies or substantial portions of the Software. 15525 15526THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15527IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15528FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 15529THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 15530WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 15531OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15532SOFTWARE. 15533 15534Except as contained in this notice, the name of the X Consortium shall not 15535be used in advertising or otherwise to promote the sale, use or other 15536dealing in this Software without prior written authorization from the 15537X Consortium. 15538 15539-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15540</pre> 15541<ul> 15542 15543</ul> 15544</div> 15545</div> 15546 15547 15548<div class="product"> 15549<span class="title">libXtst-1.2.0</span> 15550<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15551<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15552<div class="licence"> 15553<pre>Scanned Source License libXtst-1.2.0/COPYING: 15554 15555Copyright 1990, 1991 by UniSoft Group Limited 15556Copyright 1992, 1993, 1995, 1998 The Open Group 15557 15558Permission to use, copy, modify, distribute, and sell this software and its 15559documentation for any purpose is hereby granted without fee, provided that 15560the above copyright notice appear in all copies and that both that 15561copyright notice and this permission notice appear in supporting 15562documentation. 15563 15564The above copyright notice and this permission notice shall be included 15565in all copies or substantial portions of the Software. 15566 15567THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15568OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15569MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15570IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 15571OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 15572ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 15573OTHER DEALINGS IN THE SOFTWARE. 15574 15575Except as contained in this notice, the name of The Open Group shall 15576not be used in advertising or otherwise to promote the sale, use or 15577other dealings in this Software without prior written authorization 15578from The Open Group. 15579 15580*************************************************************************** 15581 15582Copyright 1995 Network Computing Devices 15583 15584Permission to use, copy, modify, distribute, and sell this software and 15585its documentation for any purpose is hereby granted without fee, provided 15586that the above copyright notice appear in all copies and that both that 15587copyright notice and this permission notice appear in supporting 15588documentation, and that the name of Network Computing Devices 15589not be used in advertising or publicity pertaining to distribution 15590of the software without specific, written prior permission. 15591 15592NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 15593THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15594AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 15595FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15596WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 15597AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 15598OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15599 15600*************************************************************************** 15601 15602Copyright 2005 Red Hat, Inc. 15603 15604Permission to use, copy, modify, distribute, and sell this software and its 15605documentation for any purpose is hereby granted without fee, provided that 15606the above copyright notice appear in all copies and that both that 15607copyright notice and this permission notice appear in supporting 15608documentation, and that the name of Red Hat not be used in 15609advertising or publicity pertaining to distribution of the software without 15610specific, written prior permission. Red Hat makes no 15611representations about the suitability of this software for any purpose. It 15612is provided "as is" without express or implied warranty. 15613 15614RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15615INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15616EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 15617CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 15618DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15619TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 15620PERFORMANCE OF THIS SOFTWARE. 15621 15622-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15623</pre> 15624<ul> 15625 15626</ul> 15627</div> 15628</div> 15629 15630 15631<div class="product"> 15632<span class="title">libXxf86vm-1.1.3</span> 15633<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15634<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 15635<div class="licence"> 15636<pre>Scanned Source License libXxf86vm-1.1.3/COPYING: 15637 15638Copyright (c) 1995 Kaleb S. KEITHLEY 15639 15640Permission is hereby granted, free of charge, to any person obtaining 15641a copy of this software and associated documentation files (the 15642"Software"), to deal in the Software without restriction, including 15643without limitation the rights to use, copy, modify, merge, publish, 15644distribute, sublicense, and/or sell copies of the Software, and to 15645permit persons to whom the Software is furnished to do so, subject to 15646the following conditions: 15647 15648The above copyright notice and this permission notice shall be 15649included in all copies or substantial portions of the Software. 15650 15651THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15652EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 15653MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15654IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 15655OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 15656ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 15657OTHER DEALINGS IN THE SOFTWARE. 15658 15659Except as contained in this notice, the name of Kaleb S. KEITHLEY 15660shall not be used in advertising or otherwise to promote the sale, use 15661or other dealings in this Software without prior written authorization 15662from Kaleb S. KEITHLEY. 15663 15664-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15665</pre> 15666<ul> 15667 15668</ul> 15669</div> 15670</div> 15671 15672 15673<div class="product"> 15674<span class="title">Linux-2.6</span> 15675<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15676<span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 15677<div class="licence"> 15678<pre></pre> 15679<ul> 15680<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15681</ul> 15682</div> 15683</div> 15684 15685 15686<div class="product"> 15687<span class="title">linux-headers-3.12</span> 15688<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15689<span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 15690<div class="licence"> 15691<pre></pre> 15692<ul> 15693<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 15694</ul> 15695</div> 15696</div> 15697 15698 15699<div class="product"> 15700<span class="title">llvm-3.2</span> 15701<a class="show" href="#" onclick="return toggle(this);">show license text</a> 15702<span class="homepage"><a href="http://llvm.org/">homepage</a></span> 15703<div class="licence"> 15704<pre>Scanned Source License llvm-3.2.src/LICENSE.TXT: 15705 15706============================================================================== 15707LLVM Release License 15708============================================================================== 15709University of Illinois/NCSA 15710Open Source License 15711 15712Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign. 15713All rights reserved. 15714 15715Developed by: 15716 15717 LLVM Team 15718 15719 University of Illinois at Urbana-Champaign 15720 15721 http://llvm.org 15722 15723Permission is hereby granted, free of charge, to any person obtaining a copy of 15724this software and associated documentation files (the "Software"), to deal with 15725the Software without restriction, including without limitation the rights to 15726use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 15727of the Software, and to permit persons to whom the Software is furnished to do 15728so, subject to the following conditions: 15729 15730 * Redistributions of source code must retain the above copyright notice, 15731 this list of conditions and the following disclaimers. 15732 15733 * Redistributions in binary form must reproduce the above copyright notice, 15734 this list of conditions and the following disclaimers in the 15735 documentation and/or other materials provided with the distribution. 15736 15737 * Neither the names of the LLVM Team, University of Illinois at 15738 Urbana-Champaign, nor the names of its contributors may be used to 15739 endorse or promote products derived from this Software without specific 15740 prior written permission. 15741 15742THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15743IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15744FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15745CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15746LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15747OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE 15748SOFTWARE. 15749 15750============================================================================== 15751Copyrights and Licenses for Third Party Software Distributed with LLVM: 15752============================================================================== 15753The LLVM software contains code written by third parties. Such software will 15754have its own individual LICENSE.TXT file in the directory in which it appears. 15755This file will describe the copyrights, license, and restrictions which apply 15756to that code. 15757 15758The disclaimer of warranty in the University of Illinois Open Source License 15759applies to all code in the LLVM Distribution, and nothing in any of the 15760other licenses gives permission to use the names of the LLVM Team or the 15761University of Illinois to endorse or promote products derived from this 15762Software. 15763 15764The following pieces of software have additional or alternate copyrights, 15765licenses, and/or restrictions: 15766 15767Program Directory 15768------- --------- 15769Autoconf llvm/autoconf 15770 llvm/projects/ModuleMaker/autoconf 15771 llvm/projects/sample/autoconf 15772CellSPU backend llvm/lib/Target/CellSPU/README.txt 15773Google Test llvm/utils/unittest/googletest 15774OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} 15775pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT} 15776 15777-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15778 15779Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT: 15780 15781------------------------------------------------------------------------------ 15782Autoconf Files 15783------------------------------------------------------------------------------ 15784All autoconf files are licensed under the LLVM license with the following 15785additions: 15786 15787llvm/autoconf/install-sh: 15788 This script is licensed under the LLVM license, with the following 15789 additional copyrights and restrictions: 15790 15791 Copyright 1991 by the Massachusetts Institute of Technology 15792 15793 Permission to use, copy, modify, distribute, and sell this software and its 15794 documentation for any purpose is hereby granted without fee, provided that 15795 the above copyright notice appear in all copies and that both that 15796 copyright notice and this permission notice appear in supporting 15797 documentation, and that the name of M.I.T. not be used in advertising or 15798 publicity pertaining to distribution of the software without specific, 15799 written prior permission. M.I.T. makes no representations about the 15800 suitability of this software for any purpose. It is provided "as is" 15801 without express or implied warranty. 15802 15803Please see the source files for additional copyrights. 15804 15805 15806-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15807 15808Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT: 15809 15810LLVM System Interface Library 15811------------------------------------------------------------------------------- 15812The LLVM System Interface Library is licensed under the Illinois Open Source 15813License and has the following additional copyright: 15814 15815Copyright (C) 2004 eXtensible Systems, Inc. 15816 15817-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15818 15819Scanned Source License llvm-3.2.src/lib/Support/COPYRIGHT.regex: 15820 15821$OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $ 15822 15823Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. 15824This software is not subject to any license of the American Telephone 15825and Telegraph Company or of the Regents of the University of California. 15826 15827Permission is granted to anyone to use this software for any purpose on 15828any computer system, and to alter it and redistribute it, subject 15829to the following restrictions: 15830 158311. The author is not responsible for the consequences of use of this 15832 software, no matter how awful, even if they arise from flaws in it. 15833 158342. The origin of this software must not be misrepresented, either by 15835 explicit claim or by omission. Since few users ever read sources, 15836 credits must appear in the documentation. 15837 158383. Altered versions must be plainly marked as such, and must not be 15839 misrepresented as being the original software. Since few users 15840 ever read sources, credits must appear in the documentation. 15841 158424. This notice may not be removed or altered. 15843 15844=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15845/*- 15846 * Copyright (c) 1994 15847 * The Regents of the University of California. All rights reserved. 15848 * 15849 * Redistribution and use in source and binary forms, with or without 15850 * modification, are permitted provided that the following conditions 15851 * are met: 15852 * 1. Redistributions of source code must retain the above copyright 15853 * notice, this list of conditions and the following disclaimer. 15854 * 2. Redistributions in binary form must reproduce the above copyright 15855 * notice, this list of conditions and the following disclaimer in the 15856 * documentation and/or other materials provided with the distribution. 15857 * 3. Neither the name of the University nor the names of its contributors 15858 * may be used to endorse or promote products derived from this software 15859 * without specific prior written permission. 15860 * 15861 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 15862 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15863 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 15864 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 15865 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 15866 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 15867 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 15868 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 15869 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 15870 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 15871 * SUCH DAMAGE. 15872 * 15873 * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94 15874 */ 15875 15876-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15877 15878Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT: 15879 15880------------------------------------------------------------------------------ 15881Autoconf Files 15882------------------------------------------------------------------------------ 15883All autoconf files are licensed under the LLVM license with the following 15884additions: 15885 15886llvm/autoconf/install-sh: 15887 This script is licensed under the LLVM license, with the following 15888 additional copyrights and restrictions: 15889 15890 Copyright 1991 by the Massachusetts Institute of Technology 15891 15892 Permission to use, copy, modify, distribute, and sell this software and its 15893 documentation for any purpose is hereby granted without fee, provided that 15894 the above copyright notice appear in all copies and that both that 15895 copyright notice and this permission notice appear in supporting 15896 documentation, and that the name of M.I.T. not be used in advertising or 15897 publicity pertaining to distribution of the software without specific, 15898 written prior permission. M.I.T. makes no representations about the 15899 suitability of this software for any purpose. It is provided "as is" 15900 without express or implied warranty. 15901 15902Please see the source files for additional copyrights. 15903 15904 15905-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15906 15907Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt: 15908 15909Copyright (c) 2006 Kirill Simonov 15910 15911Permission is hereby granted, free of charge, to any person obtaining a copy of 15912this software and associated documentation files (the "Software"), to deal in 15913the Software without restriction, including without limitation the rights to 15914use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 15915of the Software, and to permit persons to whom the Software is furnished to do 15916so, subject to the following conditions: 15917 15918The above copyright notice and this permission notice shall be included in all 15919copies or substantial portions of the Software. 15920 15921THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15922IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15923FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15924AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15925LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15926OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15927SOFTWARE. 15928 15929-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15930 15931Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT: 15932 15933Copyright 2008, Google Inc. 15934All rights reserved. 15935 15936Redistribution and use in source and binary forms, with or without 15937modification, are permitted provided that the following conditions are 15938met: 15939 15940 * Redistributions of source code must retain the above copyright 15941notice, this list of conditions and the following disclaimer. 15942 * Redistributions in binary form must reproduce the above 15943copyright notice, this list of conditions and the following disclaimer 15944in the documentation and/or other materials provided with the 15945distribution. 15946 * Neither the name of Google Inc. nor the names of its 15947contributors may be used to endorse or promote products derived from 15948this software without specific prior written permission. 15949 15950THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15951"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 15952LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 15953A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 15954OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 15955SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 15956LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 15957DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15958THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 15959(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 15960OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15961 15962-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15963 15964Gentoo Package Stock License UoI-NCSA: 15965 15966Copyright (c) <YEAR> <OWNER ORGANIZATION NAME>. All rights reserved. 15967 15968Developed by: <NAME OF DEVELOPMENT GROUP> 15969 <NAME OF INSTITUTION> 15970 <URL FOR DEVELOPMENT GROUP/INSTITUTION> 15971 15972Permission is hereby granted, free of charge, to any person obtaining a copy 15973of this software and associated documentation files (the "Software"), to 15974deal with the Software without restriction, including without limitation the 15975rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 15976sell copies of the Software, and to permit persons to whom the Software is 15977furnished to do so, subject to the following conditions: 15978 1. Redistributions of source code must retain the above copyright notice, 15979 this list of conditions and the following disclaimers. 15980 2. Redistributions in binary form must reproduce the above copyright 15981 notice, this list of conditions and the following disclaimers in the 15982 documentation and/or other materials provided with the distribution. 15983 3. Neither the names of <NAME OF DEVELOPMENT GROUP>, <NAME OF 15984 INSTITUTION>, nor the names of its contributors may be used to endorse 15985 or promote products derived from this Software without specific prior 15986 written permission. 15987 15988THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15989IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15990FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15991CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15992LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 15993FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 15994WITH THE SOFTWARE. 15995 15996-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 15997</pre> 15998<ul> 15999 16000</ul> 16001</div> 16002</div> 16003 16004 16005<div class="product"> 16006<span class="title">lmbench-3.0_alpha9</span> 16007<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16008<span class="homepage"><a href="http://www.bitmover.com/lmbench/whatis_lmbench.html">homepage</a></span> 16009<div class="licence"> 16010<pre></pre> 16011<ul> 16012<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16013</ul> 16014</div> 16015</div> 16016 16017 16018<div class="product"> 16019<span class="title">lohitfonts-cros-2.5.0</span> 16020<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16021<span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span> 16022<div class="licence"> 16023<pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE: 16024 16025Copyright 2011 Lohit Fonts Project contributors 16026 <http://fedorahosted.org/lohit>, 16027with Reserved Font Name Lohit. 16028 16029This Font Software is licensed under the SIL Open Font License, Version 1.1. 16030This license is copied below, and is also available with a FAQ at: 16031http://scripts.sil.org/OFL 16032 16033 16034----------------------------------------------------------- 16035SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 16036----------------------------------------------------------- 16037 16038PREAMBLE 16039The goals of the Open Font License (OFL) are to stimulate worldwide 16040development of collaborative font projects, to support the font creation 16041efforts of academic and linguistic communities, and to provide a free and 16042open framework in which fonts may be shared and improved in partnership 16043with others. 16044 16045The OFL allows the licensed fonts to be used, studied, modified and 16046redistributed freely as long as they are not sold by themselves. The 16047fonts, including any derivative works, can be bundled, embedded, 16048redistributed and/or sold with any software provided that any reserved 16049names are not used by derivative works. The fonts and derivatives, 16050however, cannot be released under any other type of license. The 16051requirement for fonts to remain under this license does not apply 16052to any document created using the fonts or their derivatives. 16053 16054DEFINITIONS 16055"Font Software" refers to the set of files released by the Copyright 16056Holder(s) under this license and clearly marked as such. This may 16057include source files, build scripts and documentation. 16058 16059"Reserved Font Name" refers to any names specified as such after the 16060copyright statement(s). 16061 16062"Original Version" refers to the collection of Font Software components as 16063distributed by the Copyright Holder(s). 16064 16065"Modified Version" refers to any derivative made by adding to, deleting, 16066or substituting -- in part or in whole -- any of the components of the 16067Original Version, by changing formats or by porting the Font Software to a 16068new environment. 16069 16070"Author" refers to any designer, engineer, programmer, technical 16071writer or other person who contributed to the Font Software. 16072 16073PERMISSION & CONDITIONS 16074Permission is hereby granted, free of charge, to any person obtaining 16075a copy of the Font Software, to use, study, copy, merge, embed, modify, 16076redistribute, and sell modified and unmodified copies of the Font 16077Software, subject to the following conditions: 16078 160791) Neither the Font Software nor any of its individual components, 16080in Original or Modified Versions, may be sold by itself. 16081 160822) Original or Modified Versions of the Font Software may be bundled, 16083redistributed and/or sold with any software, provided that each copy 16084contains the above copyright notice and this license. These can be 16085included either as stand-alone text files, human-readable headers or 16086in the appropriate machine-readable metadata fields within text or 16087binary files as long as those fields can be easily viewed by the user. 16088 160893) No Modified Version of the Font Software may use the Reserved Font 16090Name(s) unless explicit written permission is granted by the corresponding 16091Copyright Holder. This restriction only applies to the primary font name as 16092presented to the users. 16093 160944) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 16095Software shall not be used to promote, endorse or advertise any 16096Modified Version, except to acknowledge the contribution(s) of the 16097Copyright Holder(s) and the Author(s) or with their explicit written 16098permission. 16099 161005) The Font Software, modified or unmodified, in part or in whole, 16101must be distributed entirely under this license, and must not be 16102distributed under any other license. The requirement for fonts to 16103remain under this license does not apply to any document created 16104using the Font Software. 16105 16106TERMINATION 16107This license becomes null and void if any of the above conditions are 16108not met. 16109 16110DISCLAIMER 16111THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16112EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 16113MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 16114OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 16115COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 16116INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 16117DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 16118FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 16119OTHER DEALINGS IN THE FONT SOFTWARE. 16120 16121-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16122</pre> 16123<ul> 16124<li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 16125</ul> 16126</div> 16127</div> 16128 16129 16130<div class="product"> 16131<span class="title">lrzsz-0.12.20</span> 16132<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16133<span class="homepage"><a href="http://www.ohse.de/uwe/software/lrzsz.html">homepage</a></span> 16134<div class="licence"> 16135<pre></pre> 16136<ul> 16137<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16138</ul> 16139</div> 16140</div> 16141 16142 16143<div class="product"> 16144<span class="title">lsof-4.81</span> 16145<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16146<span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span> 16147<div class="licence"> 16148<pre>Gentoo Package Stock License lsof: 16149 16150ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9 16151 16152Copyright 2002 Purdue Research Foundation, West Lafayette, 16153Indiana 47907. All rights reserved. 16154 16155Written by Victor A. Abell 16156 16157This software is not subject to any license of the American 16158Telephone and Telegraph Company or the Regents of the 16159University of California. 16160 16161Permission is granted to anyone to use this software for 16162any purpose on any computer system, and to alter it and 16163redistribute it freely, subject to the following 16164restrictions: 16165 161661. Neither the authors nor Purdue University are responsible 16167 for any consequences of the use of this software. 16168 161692. The origin of this software must not be misrepresented, 16170 either by explicit claim or by omission. Credit to the 16171 authors and Purdue University must appear in documentation 16172 and sources. 16173 161743. Altered versions must be plainly marked as such, and must 16175 not be misrepresented as being the original software. 16176 161774. This notice may not be removed or altered. 16178 16179-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16180</pre> 16181<ul> 16182 16183</ul> 16184</div> 16185</div> 16186 16187 16188<div class="product"> 16189<span class="title">lvm2-2.02.97</span> 16190<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16191<span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span> 16192<div class="licence"> 16193<pre></pre> 16194<ul> 16195<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16196</ul> 16197</div> 16198</div> 16199 16200 16201<div class="product"> 16202<span class="title">lzo-2.06</span> 16203<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16204<span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span> 16205<div class="licence"> 16206<pre></pre> 16207<ul> 16208<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16209</ul> 16210</div> 16211</div> 16212 16213 16214<div class="product"> 16215<span class="title">m2crypto-0.21.1</span> 16216<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16217<span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span> 16218<div class="licence"> 16219<pre>Scanned Source License M2Crypto-0.21.1/LICENCE: 16220 16221Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved. 16222 16223Portions copyright (c) 2004-2006 Open Source Applications Foundation. 16224All rights reserved. 16225 16226Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 16227All rights reserved. 16228 16229Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved. 16230 16231Permission to use, copy, modify, and distribute this software and its 16232documentation for any purpose and without fee is hereby granted, 16233provided that the above copyright notice appear in all copies and that 16234both that copyright notice and this permission notice appear in 16235supporting documentation. 16236 16237THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 16238IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16239OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 16240IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 16241INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 16242NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 16243DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 16244THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 16245(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 16246OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16247 16248-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16249 16250Scanned Source License M2Crypto-0.21.1/M2Crypto.egg-info/PKG-INFO: 16251 16252Metadata-Version: 1.0 16253Name: M2Crypto 16254Version: 0.21.1 16255Summary: M2Crypto: A Python crypto and SSL toolkit 16256Home-page: http://chandlerproject.org/Projects/MeTooCrypto 16257Author: Heikki Toivonen 16258Author-email: heikki@osafoundation.org 16259License: BSD-style license 16260Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, 16261 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL 16262 functionality to implement clients and servers; HTTPS extensions to Python's 16263 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web 16264 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS 16265 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be 16266 used to provide SSL for Twisted. 16267Platform: any 16268Classifier: Development Status :: 5 - Production/Stable 16269Classifier: Intended Audience :: Developers 16270Classifier: Operating System :: OS Independent 16271Classifier: Programming Language :: C 16272Classifier: Programming Language :: Python 16273Classifier: Topic :: Security :: Cryptography 16274Classifier: Topic :: Software Development :: Libraries :: Python Modules 16275 16276-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16277 16278Scanned Source License M2Crypto-0.21.1/PKG-INFO: 16279 16280Metadata-Version: 1.0 16281Name: M2Crypto 16282Version: 0.21.1 16283Summary: M2Crypto: A Python crypto and SSL toolkit 16284Home-page: http://chandlerproject.org/Projects/MeTooCrypto 16285Author: Heikki Toivonen 16286Author-email: heikki@osafoundation.org 16287License: BSD-style license 16288Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, 16289 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL 16290 functionality to implement clients and servers; HTTPS extensions to Python's 16291 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web 16292 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS 16293 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be 16294 used to provide SSL for Twisted. 16295Platform: any 16296Classifier: Development Status :: 5 - Production/Stable 16297Classifier: Intended Audience :: Developers 16298Classifier: Operating System :: OS Independent 16299Classifier: Programming Language :: C 16300Classifier: Programming Language :: Python 16301Classifier: Topic :: Security :: Cryptography 16302Classifier: Topic :: Software Development :: Libraries :: Python Modules 16303 16304-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16305</pre> 16306<ul> 16307 16308</ul> 16309</div> 16310</div> 16311 16312 16313<div class="product"> 16314<span class="title">m4-1.4.16</span> 16315<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16316<span class="homepage"><a href="http://www.gnu.org/software/m4/m4.html">homepage</a></span> 16317<div class="licence"> 16318<pre></pre> 16319<ul> 16320<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 16321</ul> 16322</div> 16323</div> 16324 16325 16326<div class="product"> 16327<span class="title">madison-cromo-plugin-0.1</span> 16328<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16329<span class="homepage"><a href="">homepage</a></span> 16330<div class="licence"> 16331<pre></pre> 16332<ul> 16333<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 16334</ul> 16335</div> 16336</div> 16337 16338 16339<div class="product"> 16340<span class="title">make-3.82</span> 16341<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16342<span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span> 16343<div class="licence"> 16344<pre></pre> 16345<ul> 16346<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 16347</ul> 16348</div> 16349</div> 16350 16351 16352<div class="product"> 16353<span class="title">mako-0.7.0</span> 16354<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16355<span class="homepage"><a href="http://www.makotemplates.org/">homepage</a></span> 16356<div class="licence"> 16357<pre>Scanned Source License Mako-0.7.0/LICENSE: 16358 16359This is the MIT license: http://www.opensource.org/licenses/mit-license.php 16360 16361Copyright (C) 2006-2012 the Mako authors and contributors <see AUTHORS file>. 16362Mako is a trademark of Michael Bayer. 16363 16364Permission is hereby granted, free of charge, to any person obtaining a copy of this 16365software and associated documentation files (the "Software"), to deal in the Software 16366without restriction, including without limitation the rights to use, copy, modify, merge, 16367publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons 16368to whom the Software is furnished to do so, subject to the following conditions: 16369 16370The above copyright notice and this permission notice shall be included in all copies or 16371substantial portions of the Software. 16372 16373THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 16374INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 16375PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 16376FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 16377OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 16378DEALINGS IN THE SOFTWARE. 16379 16380-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16381 16382Scanned Source License Mako-0.7.0/Mako.egg-info/PKG-INFO: 16383 16384Metadata-Version: 1.0 16385Name: Mako 16386Version: 0.7.0 16387Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. 16388Home-page: http://www.makotemplates.org/ 16389Author: Mike Bayer 16390Author-email: mike@zzzcomputing.com 16391License: MIT 16392Description: README.rst 16393Keywords: wsgi myghty mako 16394Platform: UNKNOWN 16395Classifier: Development Status :: 5 - Production/Stable 16396Classifier: Environment :: Web Environment 16397Classifier: Intended Audience :: Developers 16398Classifier: Programming Language :: Python 16399Classifier: Programming Language :: Python :: 3 16400Classifier: Programming Language :: Python :: Implementation :: CPython 16401Classifier: Programming Language :: Python :: Implementation :: PyPy 16402Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16403 16404-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16405 16406Scanned Source License Mako-0.7.0/PKG-INFO: 16407 16408Metadata-Version: 1.0 16409Name: Mako 16410Version: 0.7.0 16411Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. 16412Home-page: http://www.makotemplates.org/ 16413Author: Mike Bayer 16414Author-email: mike@zzzcomputing.com 16415License: MIT 16416Description: README.rst 16417Keywords: wsgi myghty mako 16418Platform: UNKNOWN 16419Classifier: Development Status :: 5 - Production/Stable 16420Classifier: Environment :: Web Environment 16421Classifier: Intended Audience :: Developers 16422Classifier: Programming Language :: Python 16423Classifier: Programming Language :: Python :: 3 16424Classifier: Programming Language :: Python :: Implementation :: CPython 16425Classifier: Programming Language :: Python :: Implementation :: PyPy 16426Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16427 16428-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16429</pre> 16430<ul> 16431 16432</ul> 16433</div> 16434</div> 16435 16436 16437<div class="product"> 16438<span class="title">markupsafe-0.18</span> 16439<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16440<span class="homepage"><a href="http://pypi.python.org/pypi/MarkupSafe">homepage</a></span> 16441<div class="licence"> 16442<pre>Scanned Source License MarkupSafe-0.18/LICENSE: 16443 16444Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS 16445for more details. 16446 16447Some rights reserved. 16448 16449Redistribution and use in source and binary forms of the software as well 16450as documentation, with or without modification, are permitted provided 16451that the following conditions are met: 16452 16453* Redistributions of source code must retain the above copyright 16454 notice, this list of conditions and the following disclaimer. 16455 16456* Redistributions in binary form must reproduce the above 16457 copyright notice, this list of conditions and the following 16458 disclaimer in the documentation and/or other materials provided 16459 with the distribution. 16460 16461* The names of the contributors may not be used to endorse or 16462 promote products derived from this software without specific 16463 prior written permission. 16464 16465THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND 16466CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 16467NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 16468A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 16469OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16470EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16471PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16472PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16473LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16474NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16475SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 16476DAMAGE. 16477 16478-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16479 16480Scanned Source License MarkupSafe-0.18/MarkupSafe.egg-info/PKG-INFO: 16481 16482Metadata-Version: 1.0 16483Name: MarkupSafe 16484Version: 0.18 16485Summary: Implements a XML/HTML/XHTML Markup safe string for Python 16486Home-page: http://github.com/mitsuhiko/markupsafe 16487Author: Armin Ronacher 16488Author-email: armin.ronacher@active-4.com 16489License: BSD 16490Description: MarkupSafe 16491 ========== 16492 16493 Implements a unicode subclass that supports HTML strings: 16494 16495 >>> from markupsafe import Markup, escape 16496 >>> escape("<script>alert(document.cookie);</script>") 16497 Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;') 16498 >>> tmpl = Markup("<em>%s</em>") 16499 >>> tmpl % "Peter > Lustig" 16500 Markup(u'<em>Peter &gt; Lustig</em>') 16501 16502 If you want to make an object unicode that is not yet unicode 16503 but don't want to lose the taint information, you can use the 16504 `soft_unicode` function. (On Python 3 you can also use `soft_str` which 16505 is a different name for the same function). 16506 16507 >>> from markupsafe import soft_unicode 16508 >>> soft_unicode(42) 16509 u'42' 16510 >>> soft_unicode(Markup('foo')) 16511 Markup(u'foo') 16512 16513 Objects can customize their HTML markup equivalent by overriding 16514 the `__html__` function: 16515 16516 >>> class Foo(object): 16517 ... def __html__(self): 16518 ... return '<strong>Nice</strong>' 16519 ... 16520 >>> escape(Foo()) 16521 Markup(u'<strong>Nice</strong>') 16522 >>> Markup(Foo()) 16523 Markup(u'<strong>Nice</strong>') 16524 16525 Since MarkupSafe 0.10 there is now also a separate escape function 16526 called `escape_silent` that returns an empty string for `None` for 16527 consistency with other systems that return empty strings for `None` 16528 when escaping (for instance Pylons' webhelpers). 16529 16530 If you also want to use this for the escape method of the Markup 16531 object, you can create your own subclass that does that:: 16532 16533 from markupsafe import Markup, escape_silent as escape 16534 16535 class SilentMarkup(Markup): 16536 __slots__ = () 16537 16538 @classmethod 16539 def escape(cls, s): 16540 return cls(escape(s)) 16541 16542Platform: UNKNOWN 16543Classifier: Development Status :: 5 - Production/Stable 16544Classifier: Environment :: Web Environment 16545Classifier: Intended Audience :: Developers 16546Classifier: License :: OSI Approved :: BSD License 16547Classifier: Operating System :: OS Independent 16548Classifier: Programming Language :: Python 16549Classifier: Programming Language :: Python :: 3 16550Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16551Classifier: Topic :: Software Development :: Libraries :: Python Modules 16552Classifier: Topic :: Text Processing :: Markup :: HTML 16553 16554-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16555 16556Scanned Source License MarkupSafe-0.18/PKG-INFO: 16557 16558Metadata-Version: 1.0 16559Name: MarkupSafe 16560Version: 0.18 16561Summary: Implements a XML/HTML/XHTML Markup safe string for Python 16562Home-page: http://github.com/mitsuhiko/markupsafe 16563Author: Armin Ronacher 16564Author-email: armin.ronacher@active-4.com 16565License: BSD 16566Description: MarkupSafe 16567 ========== 16568 16569 Implements a unicode subclass that supports HTML strings: 16570 16571 >>> from markupsafe import Markup, escape 16572 >>> escape("<script>alert(document.cookie);</script>") 16573 Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;') 16574 >>> tmpl = Markup("<em>%s</em>") 16575 >>> tmpl % "Peter > Lustig" 16576 Markup(u'<em>Peter &gt; Lustig</em>') 16577 16578 If you want to make an object unicode that is not yet unicode 16579 but don't want to lose the taint information, you can use the 16580 `soft_unicode` function. (On Python 3 you can also use `soft_str` which 16581 is a different name for the same function). 16582 16583 >>> from markupsafe import soft_unicode 16584 >>> soft_unicode(42) 16585 u'42' 16586 >>> soft_unicode(Markup('foo')) 16587 Markup(u'foo') 16588 16589 Objects can customize their HTML markup equivalent by overriding 16590 the `__html__` function: 16591 16592 >>> class Foo(object): 16593 ... def __html__(self): 16594 ... return '<strong>Nice</strong>' 16595 ... 16596 >>> escape(Foo()) 16597 Markup(u'<strong>Nice</strong>') 16598 >>> Markup(Foo()) 16599 Markup(u'<strong>Nice</strong>') 16600 16601 Since MarkupSafe 0.10 there is now also a separate escape function 16602 called `escape_silent` that returns an empty string for `None` for 16603 consistency with other systems that return empty strings for `None` 16604 when escaping (for instance Pylons' webhelpers). 16605 16606 If you also want to use this for the escape method of the Markup 16607 object, you can create your own subclass that does that:: 16608 16609 from markupsafe import Markup, escape_silent as escape 16610 16611 class SilentMarkup(Markup): 16612 __slots__ = () 16613 16614 @classmethod 16615 def escape(cls, s): 16616 return cls(escape(s)) 16617 16618Platform: UNKNOWN 16619Classifier: Development Status :: 5 - Production/Stable 16620Classifier: Environment :: Web Environment 16621Classifier: Intended Audience :: Developers 16622Classifier: License :: OSI Approved :: BSD License 16623Classifier: Operating System :: OS Independent 16624Classifier: Programming Language :: Python 16625Classifier: Programming Language :: Python :: 3 16626Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 16627Classifier: Topic :: Software Development :: Libraries :: Python Modules 16628Classifier: Topic :: Text Processing :: Markup :: HTML 16629 16630-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16631</pre> 16632<ul> 16633 16634</ul> 16635</div> 16636</div> 16637 16638 16639<div class="product"> 16640<span class="title">marvell_sd8787-14.64.2.47</span> 16641<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16642<span class="homepage"><a href="http://www.marvell.com/">homepage</a></span> 16643<div class="licence"> 16644<pre>Custom License Marvell-sd8787: 16645 16646Copyright (C) 2010, Marvell International Ltd. 16647 16648All Rights Reserved. 16649 16650This file is provided by Marvell International Ltd. "AS IS". 16651Reverse engineering of this file is strictly prohibited. 16652Redistribution and use in its original form are permitted. 16653 16654 16655-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 16656</pre> 16657<ul> 16658 16659</ul> 16660</div> 16661</div> 16662 16663 16664<div class="product"> 16665<span class="title">mawk-1.3.4_p20100625</span> 16666<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16667<span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span> 16668<div class="licence"> 16669<pre></pre> 16670<ul> 16671<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16672</ul> 16673</div> 16674</div> 16675 16676 16677<div class="product"> 16678<span class="title">mem-0.0.1</span> 16679<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16680<span class="homepage"><a href="http://chromium.org">homepage</a></span> 16681<div class="licence"> 16682<pre></pre> 16683<ul> 16684<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 16685</ul> 16686</div> 16687</div> 16688 16689 16690<div class="product"> 16691<span class="title">memento_softwareupdate-0.0.1</span> 16692<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16693<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 16694<div class="licence"> 16695<pre></pre> 16696<ul> 16697<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 16698</ul> 16699</div> 16700</div> 16701 16702 16703<div class="product"> 16704<span class="title">memtester-4.2.2</span> 16705<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16706<span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span> 16707<div class="licence"> 16708<pre></pre> 16709<ul> 16710<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 16711</ul> 16712</div> 16713</div> 16714 16715 16716<div class="product"> 16717<span class="title">mesa-10.3</span> 16718<a class="show" href="#" onclick="return toggle(this);">show license text</a> 16719<span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span> 16720<div class="licence"> 16721<pre>Scanned Source License Mesa-10.3/docs/COPYING: 16722 16723 16724Some parts of Mesa are copyrighted under the GNU LGPL. See the 16725Mesa/docs/COPYRIGHT file for details. 16726 16727The following is the standard GNU copyright file. 16728---------------------------------------------------------------------- 16729 16730 16731 GNU LIBRARY GENERAL PUBLIC LICENSE 16732 Version 2, June 1991 16733 16734 Copyright (C) 1991 Free Software Foundation, Inc. 16735 675 Mass Ave, Cambridge, MA 02139, USA 16736 Everyone is permitted to copy and distribute verbatim copies 16737 of this license document, but changing it is not allowed. 16738 16739[This is the first released version of the library GPL. It is 16740 numbered 2 because it goes with version 2 of the ordinary GPL.] 16741 16742 Preamble 16743 16744 The licenses for most software are designed to take away your 16745freedom to share and change it. By contrast, the GNU General Public 16746Licenses are intended to guarantee your freedom to share and change 16747free software--to make sure the software is free for all its users. 16748 16749 This license, the Library General Public License, applies to some 16750specially designated Free Software Foundation software, and to any 16751other libraries whose authors decide to use it. You can use it for 16752your libraries, too. 16753 16754 When we speak of free software, we are referring to freedom, not 16755price. Our General Public Licenses are designed to make sure that you 16756have the freedom to distribute copies of free software (and charge for 16757this service if you wish), that you receive source code or can get it 16758if you want it, that you can change the software or use pieces of it 16759in new free programs; and that you know you can do these things. 16760 16761 To protect your rights, we need to make restrictions that forbid 16762anyone to deny you these rights or to ask you to surrender the rights. 16763These restrictions translate to certain responsibilities for you if 16764you distribute copies of the library, or if you modify it. 16765 16766 For example, if you distribute copies of the library, whether gratis 16767or for a fee, you must give the recipients all the rights that we gave 16768you. You must make sure that they, too, receive or can get the source 16769code. If you link a program with the library, you must provide 16770complete object files to the recipients so that they can relink them 16771with the library, after making changes to the library and recompiling 16772it. And you must show them these terms so they know their rights. 16773 16774 Our method of protecting your rights has two steps: (1) copyright 16775the library, and (2) offer you this license which gives you legal 16776permission to copy, distribute and/or modify the library. 16777 16778 Also, for each distributor's protection, we want to make certain 16779that everyone understands that there is no warranty for this free 16780library. If the library is modified by someone else and passed on, we 16781want its recipients to know that what they have is not the original 16782version, so that any problems introduced by others will not reflect on 16783the original authors' reputations. 16784 16785 Finally, any free program is threatened constantly by software 16786patents. We wish to avoid the danger that companies distributing free 16787software will individually obtain patent licenses, thus in effect 16788transforming the program into proprietary software. To prevent this, 16789we have made it clear that any patent must be licensed for everyone's 16790free use or not licensed at all. 16791 16792 Most GNU software, including some libraries, is covered by the ordinary 16793GNU General Public License, which was designed for utility programs. This 16794license, the GNU Library General Public License, applies to certain 16795designated libraries. This license is quite different from the ordinary 16796one; be sure to read it in full, and don't assume that anything in it is 16797the same as in the ordinary license. 16798 16799 The reason we have a separate public license for some libraries is that 16800they blur the distinction we usually make between modifying or adding to a 16801program and simply using it. Linking a program with a library, without 16802changing the library, is in some sense simply using the library, and is 16803analogous to running a utility program or application program. However, in 16804a textual and legal sense, the linked executable is a combined work, a 16805derivative of the original library, and the ordinary General Public License 16806treats it as such. 16807 16808 Because of this blurred distinction, using the ordinary General 16809Public License for libraries did not effectively promote software 16810sharing, because most developers did not use the libraries. We 16811concluded that weaker conditions might promote sharing better. 16812 16813 However, unrestricted linking of non-free programs would deprive the 16814users of those programs of all benefit from the free status of the 16815libraries themselves. This Library General Public License is intended to 16816permit developers of non-free programs to use free libraries, while 16817preserving your freedom as a user of such programs to change the free 16818libraries that are incorporated in them. (We have not seen how to achieve 16819this as regards changes in header files, but we have achieved it as regards 16820changes in the actual functions of the Library.) The hope is that this 16821will lead to faster development of free libraries. 16822 16823 The precise terms and conditions for copying, distribution and 16824modification follow. Pay close attention to the difference between a 16825"work based on the library" and a "work that uses the library". The 16826former contains code derived from the library, while the latter only 16827works together with the library. 16828 16829 Note that it is possible for a library to be covered by the ordinary 16830General Public License rather than by this special one. 16831 16832 GNU LIBRARY GENERAL PUBLIC LICENSE 16833 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 16834 16835 0. This License Agreement applies to any software library which 16836contains a notice placed by the copyright holder or other authorized 16837party saying it may be distributed under the terms of this Library 16838General Public License (also called "this License"). Each licensee is 16839addressed as "you". 16840 16841 A "library" means a collection of software functions and/or data 16842prepared so as to be conveniently linked with application programs 16843(which use some of those functions and data) to form executables. 16844 16845 The "Library", below, refers to any such software library or work 16846which has been distributed under these terms. A "work based on the 16847Library" means either the Library or any derivative work under 16848copyright law: that is to say, a work containing the Library or a 16849portion of it, either verbatim or with modifications and/or translated 16850straightforwardly into another language. (Hereinafter, translation is 16851included without limitation in the term "modification".) 16852 16853 "Source code" for a work means the preferred form of the work for 16854making modifications to it. For a library, complete source code means 16855all the source code for all modules it contains, plus any associated 16856interface definition files, plus the scripts used to control compilation 16857and installation of the library. 16858 16859 Activities other than copying, distribution and modification are not 16860covered by this License; they are outside its scope. The act of 16861running a program using the Library is not restricted, and output from 16862such a program is covered only if its contents constitute a work based 16863on the Library (independent of the use of the Library in a tool for 16864writing it). Whether that is true depends on what the Library does 16865and what the program that uses the Library does. 16866 16867 1. You may copy and distribute verbatim copies of the Library's 16868complete source code as you receive it, in any medium, provided that 16869you conspicuously and appropriately publish on each copy an 16870appropriate copyright notice and disclaimer of warranty; keep intact 16871all the notices that refer to this License and to the absence of any 16872warranty; and distribute a copy of this License along with the 16873Library. 16874 16875 You may charge a fee for the physical act of transferring a copy, 16876and you may at your option offer warranty protection in exchange for a 16877fee. 16878 16879 2. You may modify your copy or copies of the Library or any portion 16880of it, thus forming a work based on the Library, and copy and 16881distribute such modifications or work under the terms of Section 1 16882above, provided that you also meet all of these conditions: 16883 16884 a) The modified work must itself be a software library. 16885 16886 b) You must cause the files modified to carry prominent notices 16887 stating that you changed the files and the date of any change. 16888 16889 c) You must cause the whole of the work to be licensed at no 16890 charge to all third parties under the terms of this License. 16891 16892 d) If a facility in the modified Library refers to a function or a 16893 table of data to be supplied by an application program that uses 16894 the facility, other than as an argument passed when the facility 16895 is invoked, then you must make a good faith effort to ensure that, 16896 in the event an application does not supply such function or 16897 table, the facility still operates, and performs whatever part of 16898 its purpose remains meaningful. 16899 16900 (For example, a function in a library to compute square roots has 16901 a purpose that is entirely well-defined independent of the 16902 application. Therefore, Subsection 2d requires that any 16903 application-supplied function or table used by this function must 16904 be optional: if the application does not supply it, the square 16905 root function must still compute square roots.) 16906 16907These requirements apply to the modified work as a whole. If 16908identifiable sections of that work are not derived from the Library, 16909and can be reasonably considered independent and separate works in 16910themselves, then this License, and its terms, do not apply to those 16911sections when you distribute them as separate works. But when you 16912distribute the same sections as part of a whole which is a work based 16913on the Library, the distribution of the whole must be on the terms of 16914this License, whose permissions for other licensees extend to the 16915entire whole, and thus to each and every part regardless of who wrote 16916it. 16917 16918Thus, it is not the intent of this section to claim rights or contest 16919your rights to work written entirely by you; rather, the intent is to 16920exercise the right to control the distribution of derivative or 16921collective works based on the Library. 16922 16923In addition, mere aggregation of another work not based on the Library 16924with the Library (or with a work based on the Library) on a volume of 16925a storage or distribution medium does not bring the other work under 16926the scope of this License. 16927 16928 3. You may opt to apply the terms of the ordinary GNU General Public 16929License instead of this License to a given copy of the Library. To do 16930this, you must alter all the notices that refer to this License, so 16931that they refer to the ordinary GNU General Public License, version 2, 16932instead of to this License. (If a newer version than version 2 of the 16933ordinary GNU General Public License has appeared, then you can specify 16934that version instead if you wish.) Do not make any other change in 16935these notices. 16936 16937 Once this change is made in a given copy, it is irreversible for 16938that copy, so the ordinary GNU General Public License applies to all 16939subsequent copies and derivative works made from that copy. 16940 16941 This option is useful when you wish to copy part of the code of 16942the Library into a program that is not a library. 16943 16944 4. You may copy and distribute the Library (or a portion or 16945derivative of it, under Section 2) in object code or executable form 16946under the terms of Sections 1 and 2 above provided that you accompany 16947it with the complete corresponding machine-readable source code, which 16948must be distributed under the terms of Sections 1 and 2 above on a 16949medium customarily used for software interchange. 16950 16951 If distribution of object code is made by offering access to copy 16952from a designated place, then offering equivalent access to copy the 16953source code from the same place satisfies the requirement to 16954distribute the source code, even though third parties are not 16955compelled to copy the source along with the object code. 16956 16957 5. A program that contains no derivative of any portion of the 16958Library, but is designed to work with the Library by being compiled or 16959linked with it, is called a "work that uses the Library". Such a 16960work, in isolation, is not a derivative work of the Library, and 16961therefore falls outside the scope of this License. 16962 16963 However, linking a "work that uses the Library" with the Library 16964creates an executable that is a derivative of the Library (because it 16965contains portions of the Library), rather than a "work that uses the 16966library". The executable is therefore covered by this License. 16967Section 6 states terms for distribution of such executables. 16968 16969 When a "work that uses the Library" uses material from a header file 16970that is part of the Library, the object code for the work may be a 16971derivative work of the Library even though the source code is not. 16972Whether this is true is especially significant if the work can be 16973linked without the Library, or if the work is itself a library. The 16974threshold for this to be true is not precisely defined by law. 16975 16976 If such an object file uses only numerical parameters, data 16977structure layouts and accessors, and small macros and small inline 16978functions (ten lines or less in length), then the use of the object 16979file is unrestricted, regardless of whether it is legally a derivative 16980work. (Executables containing this object code plus portions of the 16981Library will still fall under Section 6.) 16982 16983 Otherwise, if the work is a derivative of the Library, you may 16984distribute the object code for the work under the terms of Section 6. 16985Any executables containing that work also fall under Section 6, 16986whether or not they are linked directly with the Library itself. 16987 16988 6. As an exception to the Sections above, you may also compile or 16989link a "work that uses the Library" with the Library to produce a 16990work containing portions of the Library, and distribute that work 16991under terms of your choice, provided that the terms permit 16992modification of the work for the customer's own use and reverse 16993engineering for debugging such modifications. 16994 16995 You must give prominent notice with each copy of the work that the 16996Library is used in it and that the Library and its use are covered by 16997this License. You must supply a copy of this License. If the work 16998during execution displays copyright notices, you must include the 16999copyright notice for the Library among them, as well as a reference 17000directing the user to the copy of this License. Also, you must do one 17001of these things: 17002 17003 a) Accompany the work with the complete corresponding 17004 machine-readable source code for the Library including whatever 17005 changes were used in the work (which must be distributed under 17006 Sections 1 and 2 above); and, if the work is an executable linked 17007 with the Library, with the complete machine-readable "work that 17008 uses the Library", as object code and/or source code, so that the 17009 user can modify the Library and then relink to produce a modified 17010 executable containing the modified Library. (It is understood 17011 that the user who changes the contents of definitions files in the 17012 Library will not necessarily be able to recompile the application 17013 to use the modified definitions.) 17014 17015 b) Accompany the work with a written offer, valid for at 17016 least three years, to give the same user the materials 17017 specified in Subsection 6a, above, for a charge no more 17018 than the cost of performing this distribution. 17019 17020 c) If distribution of the work is made by offering access to copy 17021 from a designated place, offer equivalent access to copy the above 17022 specified materials from the same place. 17023 17024 d) Verify that the user has already received a copy of these 17025 materials or that you have already sent this user a copy. 17026 17027 For an executable, the required form of the "work that uses the 17028Library" must include any data and utility programs needed for 17029reproducing the executable from it. However, as a special exception, 17030the source code distributed need not include anything that is normally 17031distributed (in either source or binary form) with the major 17032components (compiler, kernel, and so on) of the operating system on 17033which the executable runs, unless that component itself accompanies 17034the executable. 17035 17036 It may happen that this requirement contradicts the license 17037restrictions of other proprietary libraries that do not normally 17038accompany the operating system. Such a contradiction means you cannot 17039use both them and the Library together in an executable that you 17040distribute. 17041 17042 7. You may place library facilities that are a work based on the 17043Library side-by-side in a single library together with other library 17044facilities not covered by this License, and distribute such a combined 17045library, provided that the separate distribution of the work based on 17046the Library and of the other library facilities is otherwise 17047permitted, and provided that you do these two things: 17048 17049 a) Accompany the combined library with a copy of the same work 17050 based on the Library, uncombined with any other library 17051 facilities. This must be distributed under the terms of the 17052 Sections above. 17053 17054 b) Give prominent notice with the combined library of the fact 17055 that part of it is a work based on the Library, and explaining 17056 where to find the accompanying uncombined form of the same work. 17057 17058 8. You may not copy, modify, sublicense, link with, or distribute 17059the Library except as expressly provided under this License. Any 17060attempt otherwise to copy, modify, sublicense, link with, or 17061distribute the Library is void, and will automatically terminate your 17062rights under this License. However, parties who have received copies, 17063or rights, from you under this License will not have their licenses 17064terminated so long as such parties remain in full compliance. 17065 17066 9. You are not required to accept this License, since you have not 17067signed it. However, nothing else grants you permission to modify or 17068distribute the Library or its derivative works. These actions are 17069prohibited by law if you do not accept this License. Therefore, by 17070modifying or distributing the Library (or any work based on the 17071Library), you indicate your acceptance of this License to do so, and 17072all its terms and conditions for copying, distributing or modifying 17073the Library or works based on it. 17074 17075 10. Each time you redistribute the Library (or any work based on the 17076Library), the recipient automatically receives a license from the 17077original licensor to copy, distribute, link with or modify the Library 17078subject to these terms and conditions. You may not impose any further 17079restrictions on the recipients' exercise of the rights granted herein. 17080You are not responsible for enforcing compliance by third parties to 17081this License. 17082 17083 11. If, as a consequence of a court judgment or allegation of patent 17084infringement or for any other reason (not limited to patent issues), 17085conditions are imposed on you (whether by court order, agreement or 17086otherwise) that contradict the conditions of this License, they do not 17087excuse you from the conditions of this License. If you cannot 17088distribute so as to satisfy simultaneously your obligations under this 17089License and any other pertinent obligations, then as a consequence you 17090may not distribute the Library at all. For example, if a patent 17091license would not permit royalty-free redistribution of the Library by 17092all those who receive copies directly or indirectly through you, then 17093the only way you could satisfy both it and this License would be to 17094refrain entirely from distribution of the Library. 17095 17096If any portion of this section is held invalid or unenforceable under any 17097particular circumstance, the balance of the section is intended to apply, 17098and the section as a whole is intended to apply in other circumstances. 17099 17100It is not the purpose of this section to induce you to infringe any 17101patents or other property right claims or to contest validity of any 17102such claims; this section has the sole purpose of protecting the 17103integrity of the free software distribution system which is 17104implemented by public license practices. Many people have made 17105generous contributions to the wide range of software distributed 17106through that system in reliance on consistent application of that 17107system; it is up to the author/donor to decide if he or she is willing 17108to distribute software through any other system and a licensee cannot 17109impose that choice. 17110 17111This section is intended to make thoroughly clear what is believed to 17112be a consequence of the rest of this License. 17113 17114 12. If the distribution and/or use of the Library is restricted in 17115certain countries either by patents or by copyrighted interfaces, the 17116original copyright holder who places the Library under this License may add 17117an explicit geographical distribution limitation excluding those countries, 17118so that distribution is permitted only in or among countries not thus 17119excluded. In such case, this License incorporates the limitation as if 17120written in the body of this License. 17121 17122 13. The Free Software Foundation may publish revised and/or new 17123versions of the Library General Public License from time to time. 17124Such new versions will be similar in spirit to the present version, 17125but may differ in detail to address new problems or concerns. 17126 17127Each version is given a distinguishing version number. If the Library 17128specifies a version number of this License which applies to it and 17129"any later version", you have the option of following the terms and 17130conditions either of that version or of any later version published by 17131the Free Software Foundation. If the Library does not specify a 17132license version number, you may choose any version ever published by 17133the Free Software Foundation. 17134 17135 14. If you wish to incorporate parts of the Library into other free 17136programs whose distribution conditions are incompatible with these, 17137write to the author to ask for permission. For software which is 17138copyrighted by the Free Software Foundation, write to the Free 17139Software Foundation; we sometimes make exceptions for this. Our 17140decision will be guided by the two goals of preserving the free status 17141of all derivatives of our free software and of promoting the sharing 17142and reuse of software generally. 17143 17144 NO WARRANTY 17145 17146 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 17147WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 17148EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 17149OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 17150KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 17151IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17152PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 17153LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 17154THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 17155 17156 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 17157WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 17158AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 17159FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 17160CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 17161LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 17162RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 17163FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 17164SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 17165DAMAGES. 17166 17167 END OF TERMS AND CONDITIONS 17168 17169 Appendix: How to Apply These Terms to Your New Libraries 17170 17171 If you develop a new library, and you want it to be of the greatest 17172possible use to the public, we recommend making it free software that 17173everyone can redistribute and change. You can do so by permitting 17174redistribution under these terms (or, alternatively, under the terms of the 17175ordinary General Public License). 17176 17177 To apply these terms, attach the following notices to the library. It is 17178safest to attach them to the start of each source file to most effectively 17179convey the exclusion of warranty; and each file should have at least the 17180"copyright" line and a pointer to where the full notice is found. 17181 17182 <one line to give the library's name and a brief idea of what it does.> 17183 Copyright (C) <year> <name of author> 17184 17185 This library is free software; you can redistribute it and/or 17186 modify it under the terms of the GNU Library General Public 17187 License as published by the Free Software Foundation; either 17188 version 2 of the License, or (at your option) any later version. 17189 17190 This library is distributed in the hope that it will be useful, 17191 but WITHOUT ANY WARRANTY; without even the implied warranty of 17192 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17193 Library General Public License for more details. 17194 17195 You should have received a copy of the GNU Library General Public 17196 License along with this library; if not, write to the Free 17197 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17198 17199Also add information on how to contact you by electronic and paper mail. 17200 17201You should also get your employer (if you work as a programmer) or your 17202school, if any, to sign a "copyright disclaimer" for the library, if 17203necessary. Here is a sample; alter the names: 17204 17205 Yoyodyne, Inc., hereby disclaims all copyright interest in the 17206 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 17207 17208 <signature of Ty Coon>, 1 April 1990 17209 Ty Coon, President of Vice 17210 17211That's all there is to it! 17212 17213 17214-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17215 17216Scanned Source License Mesa-10.3/docs/license.html: 17217 17218<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 17219<html lang="en"> 17220<head> 17221 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 17222 <title>License / Copyright Information</title> 17223 <link rel="stylesheet" type="text/css" href="mesa.css"> 17224</head> 17225<body> 17226 17227<div class="header"> 17228 <h1>The Mesa 3D Graphics Library</h1> 17229</div> 17230 17231<iframe src="contents.html"></iframe> 17232<div class="content"> 17233 17234<h1>Disclaimer</h1> 17235 17236<p> 17237Mesa is a 3-D graphics library with an API which is very similar to 17238that of <a href="http://www.opengl.org/">OpenGL</a>.* 17239To the extent that Mesa utilizes the OpenGL command syntax or state 17240machine, it is being used with authorization from <a 17241href="http://www.sgi.com/">Silicon Graphics, 17242Inc.</a>(SGI). However, the author does not possess an OpenGL license 17243from SGI, and makes no claim that Mesa is in any way a compatible 17244replacement for OpenGL or associated with SGI. Those who want a 17245licensed implementation of OpenGL should contact a licensed 17246vendor. 17247</p> 17248 17249<p> 17250Please do not refer to the library as <em>MesaGL</em> (for legal 17251reasons). It's just <em>Mesa</em> or <em>The Mesa 3-D graphics 17252library</em>. <br> 17253</p> 17254 17255<p> 17256* OpenGL is a trademark of <a href="http://www.sgi.com/" 17257>Silicon Graphics Incorporated</a>. 17258</p> 17259 17260 17261 17262<h1>License / Copyright Information</h1> 17263 17264<p> 17265The Mesa distribution consists of several components. Different copyrights 17266and licenses apply to different components. For example, some demo programs 17267are copyrighted by SGI, some of the Mesa device drivers are copyrighted by 17268their authors. See below for a list of Mesa's main components and the license 17269for each. 17270</p> 17271<p> 17272The core Mesa library is licensed according to the terms of the MIT license. 17273This allows integration with the XFree86, Xorg and DRI projects. 17274</p> 17275<p> 17276The default Mesa license is as follows: 17277</p> 17278 17279<pre> 17280Copyright (C) 1999-2007 Brian Paul All Rights Reserved. 17281 17282Permission is hereby granted, free of charge, to any person obtaining a 17283copy of this software and associated documentation files (the "Software"), 17284to deal in the Software without restriction, including without limitation 17285the rights to use, copy, modify, merge, publish, distribute, sublicense, 17286and/or sell copies of the Software, and to permit persons to whom the 17287Software is furnished to do so, subject to the following conditions: 17288 17289The above copyright notice and this permission notice shall be included 17290in all copies or substantial portions of the Software. 17291 17292THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17293OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17294FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17295THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17296LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17297OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 17298SOFTWARE. 17299</pre> 17300 17301 17302<h1>Attention, Contributors</h1> 17303 17304<p> 17305When contributing to the Mesa project you must agree to the licensing terms 17306of the component to which you're contributing. 17307The following section lists the primary components of the Mesa distribution 17308and their respective licenses. 17309</p> 17310 17311 17312<h1>Mesa Component Licenses</h1> 17313 17314<pre> 17315Component Location License 17316------------------------------------------------------------------ 17317Main Mesa code src/mesa/ Mesa (MIT) 17318 17319Device drivers src/mesa/drivers/* MIT, generally 17320 17321Ext headers include/GL/glext.h Khronos 17322 include/GL/glxext.h 17323 17324C11 thread include/c11/threads*.h Boost (permissive) 17325emulation 17326</pre> 17327 17328<p> 17329In general, consult the source files for license terms. 17330</p> 17331 17332</div> 17333</body> 17334</html> 17335 17336-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17337</pre> 17338<ul> 17339<li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li> 17340<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 17341</ul> 17342</div> 17343</div> 17344 17345 17346<div class="product"> 17347<span class="title">mesa-progs-8.0.1</span> 17348<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17349<span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span> 17350<div class="licence"> 17351<pre></pre> 17352<ul> 17353<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 17354</ul> 17355</div> 17356</div> 17357 17358 17359<div class="product"> 17360<span class="title">mime-types-9</span> 17361<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17362<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 17363<div class="licence"> 17364<pre></pre> 17365<ul> 17366<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17367</ul> 17368</div> 17369</div> 17370 17371 17372<div class="product"> 17373<span class="title">minicom-2.7</span> 17374<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17375<span class="homepage"><a href="http://alioth.debian.org/projects/minicom">homepage</a></span> 17376<div class="licence"> 17377<pre></pre> 17378<ul> 17379<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17380</ul> 17381</div> 17382</div> 17383 17384 17385<div class="product"> 17386<span class="title">minifakedns-0.0.1</span> 17387<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17388<span class="homepage"><a href="http://code.activestate.com/recipes/491264-mini-fake-dns-server/">homepage</a></span> 17389<div class="licence"> 17390<pre></pre> 17391<ul> 17392<li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 17393</ul> 17394</div> 17395</div> 17396 17397 17398<div class="product"> 17399<span class="title">mkfontdir-1.0.6</span> 17400<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17401<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 17402<div class="licence"> 17403<pre>Scanned Source License mkfontdir-1.0.6/COPYING: 17404 17405Copyright 1993, 1994, 1998 The Open Group 17406 17407Permission to use, copy, modify, distribute, and sell this software and its 17408documentation for any purpose is hereby granted without fee, provided that 17409the above copyright notice appear in all copies and that both that 17410copyright notice and this permission notice appear in supporting 17411documentation. 17412 17413The above copyright notice and this permission notice shall be included 17414in all copies or substantial portions of the Software. 17415 17416THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17417OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17418MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17419IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 17420OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17421ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 17422OTHER DEALINGS IN THE SOFTWARE. 17423 17424Except as contained in this notice, the name of The Open Group shall 17425not be used in advertising or otherwise to promote the sale, use or 17426other dealings in this Software without prior written authorization 17427from The Open Group. 17428 17429----------------------------------------------------------------------------- 17430 17431Copyright 2005 Red Hat, Inc. 17432 17433Permission to use, copy, modify, distribute, and sell this software 17434and its documentation for any purpose is hereby granted without fee, 17435provided that the above copyright notice appear in all copies and 17436that both that copyright notice and this permission notice appear in 17437supporting documentation, and that the name of Red Hat not be used in 17438advertising or publicity pertaining to distribution of the software 17439without specific, written prior permission. Red Hat makes no 17440representations about the suitability of this software for any 17441purpose. It is provided "as is" without express or implied warranty. 17442 17443RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 17444INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 17445NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17446CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 17447OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 17448OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 17449USE OR PERFORMANCE OF THIS SOFTWARE. 17450 17451-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17452</pre> 17453<ul> 17454 17455</ul> 17456</div> 17457</div> 17458 17459 17460<div class="product"> 17461<span class="title">ml-anjalioldlipi-0.740</span> 17462<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17463<span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span> 17464<div class="licence"> 17465<pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE: 17466 17467Copyright 2004 Kevin & Siji, 2007-2011 Cibu Johny 17468with reserved font name AnjaliOldLipi. 17469 17470This Font Software is licensed under the SIL Open Font License, Version 1.1. 17471This license is copied below, and is also available with a FAQ at: 17472http://scripts.sil.org/OFL 17473 17474 17475----------------------------------------------------------- 17476SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 17477----------------------------------------------------------- 17478 17479PREAMBLE 17480The goals of the Open Font License (OFL) are to stimulate worldwide 17481development of collaborative font projects, to support the font creation 17482efforts of academic and linguistic communities, and to provide a free and 17483open framework in which fonts may be shared and improved in partnership 17484with others. 17485 17486The OFL allows the licensed fonts to be used, studied, modified and 17487redistributed freely as long as they are not sold by themselves. The 17488fonts, including any derivative works, can be bundled, embedded, 17489redistributed and/or sold with any software provided that any reserved 17490names are not used by derivative works. The fonts and derivatives, 17491however, cannot be released under any other type of license. The 17492requirement for fonts to remain under this license does not apply 17493to any document created using the fonts or their derivatives. 17494 17495DEFINITIONS 17496"Font Software" refers to the set of files released by the Copyright 17497Holder(s) under this license and clearly marked as such. This may 17498include source files, build scripts and documentation. 17499 17500"Reserved Font Name" refers to any names specified as such after the 17501copyright statement(s). 17502 17503"Original Version" refers to the collection of Font Software components as 17504distributed by the Copyright Holder(s). 17505 17506"Modified Version" refers to any derivative made by adding to, deleting, 17507or substituting -- in part or in whole -- any of the components of the 17508Original Version, by changing formats or by porting the Font Software to a 17509new environment. 17510 17511"Author" refers to any designer, engineer, programmer, technical 17512writer or other person who contributed to the Font Software. 17513 17514PERMISSION & CONDITIONS 17515Permission is hereby granted, free of charge, to any person obtaining 17516a copy of the Font Software, to use, study, copy, merge, embed, modify, 17517redistribute, and sell modified and unmodified copies of the Font 17518Software, subject to the following conditions: 17519 175201) Neither the Font Software nor any of its individual components, 17521in Original or Modified Versions, may be sold by itself. 17522 175232) Original or Modified Versions of the Font Software may be bundled, 17524redistributed and/or sold with any software, provided that each copy 17525contains the above copyright notice and this license. These can be 17526included either as stand-alone text files, human-readable headers or 17527in the appropriate machine-readable metadata fields within text or 17528binary files as long as those fields can be easily viewed by the user. 17529 175303) No Modified Version of the Font Software may use the Reserved Font 17531Name(s) unless explicit written permission is granted by the corresponding 17532Copyright Holder. This restriction only applies to the primary font name as 17533presented to the users. 17534 175354) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 17536Software shall not be used to promote, endorse or advertise any 17537Modified Version, except to acknowledge the contribution(s) of the 17538Copyright Holder(s) and the Author(s) or with their explicit written 17539permission. 17540 175415) The Font Software, modified or unmodified, in part or in whole, 17542must be distributed entirely under this license, and must not be 17543distributed under any other license. The requirement for fonts to 17544remain under this license does not apply to any document created 17545using the Font Software. 17546 17547TERMINATION 17548This license becomes null and void if any of the above conditions are 17549not met. 17550 17551DISCLAIMER 17552THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17553EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 17554MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 17555OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 17556COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 17557INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 17558DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17559FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 17560OTHER DEALINGS IN THE FONT SOFTWARE. 17561 17562-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17563</pre> 17564<ul> 17565<li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 17566</ul> 17567</div> 17568</div> 17569 17570 17571<div class="product"> 17572<span class="title">mmc-utils-0.0.1</span> 17573<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17574<span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/mmc-utils">homepage</a></span> 17575<div class="licence"> 17576<pre></pre> 17577<ul> 17578<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17579</ul> 17580</div> 17581</div> 17582 17583 17584<div class="product"> 17585<span class="title">modem-diagnostics-0.1</span> 17586<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17587<span class="homepage"><a href="">homepage</a></span> 17588<div class="licence"> 17589<pre></pre> 17590<ul> 17591<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17592</ul> 17593</div> 17594</div> 17595 17596 17597<div class="product"> 17598<span class="title">modem-utilities-0.0.1</span> 17599<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17600<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17601<div class="licence"> 17602<pre></pre> 17603<ul> 17604<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17605</ul> 17606</div> 17607</div> 17608 17609 17610<div class="product"> 17611<span class="title">modemmanager-classic-interfaces-0.0.1</span> 17612<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17613<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17614<div class="licence"> 17615<pre></pre> 17616<ul> 17617<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17618</ul> 17619</div> 17620</div> 17621 17622 17623<div class="product"> 17624<span class="title">modemmanager-next-1.3.0</span> 17625<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17626<span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span> 17627<div class="licence"> 17628<pre></pre> 17629<ul> 17630<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 17631</ul> 17632</div> 17633</div> 17634 17635 17636<div class="product"> 17637<span class="title">mosys-1.2.03</span> 17638<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17639<span class="homepage"><a href="http://mosys.googlecode.com/">homepage</a></span> 17640<div class="licence"> 17641<pre></pre> 17642<ul> 17643<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17644</ul> 17645</div> 17646</div> 17647 17648 17649<div class="product"> 17650<span class="title">mtdev-1.1.2</span> 17651<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17652<span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span> 17653<div class="licence"> 17654<pre>Scanned Source License mtdev-1.1.2/COPYING: 17655 17656mtdev - Multitouch Protocol Translation Library (MIT license) 17657 17658Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> 17659Copyright (C) 2010 Canonical Ltd. 17660 17661Permission is hereby granted, free of charge, to any person obtaining a 17662copy of this software and associated documentation files (the "Software"), 17663to deal in the Software without restriction, including without limitation 17664the rights to use, copy, modify, merge, publish, distribute, sublicense, 17665and/or sell copies of the Software, and to permit persons to whom the 17666Software is furnished to do so, subject to the following conditions: 17667 17668The above copyright notice and this permission notice (including the next 17669paragraph) shall be included in all copies or substantial portions of the 17670Software. 17671 17672THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17673IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17674FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17675THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17676LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 17677FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 17678DEALINGS IN THE SOFTWARE. 17679 17680-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17681</pre> 17682<ul> 17683 17684</ul> 17685</div> 17686</div> 17687 17688 17689<div class="product"> 17690<span class="title">mtools-4.0.15</span> 17691<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17692<span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span> 17693<div class="licence"> 17694<pre></pre> 17695<ul> 17696<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 17697</ul> 17698</div> 17699</div> 17700 17701 17702<div class="product"> 17703<span class="title">mtpd-0.0.1</span> 17704<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17705<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 17706<div class="licence"> 17707<pre></pre> 17708<ul> 17709<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17710</ul> 17711</div> 17712</div> 17713 17714 17715<div class="product"> 17716<span class="title">mtplot-0.0.1</span> 17717<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17718<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 17719<div class="licence"> 17720<pre></pre> 17721<ul> 17722<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17723</ul> 17724</div> 17725</div> 17726 17727 17728<div class="product"> 17729<span class="title">mttools-0.0.1</span> 17730<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17731<span class="homepage"><a href="">homepage</a></span> 17732<div class="licence"> 17733<pre></pre> 17734<ul> 17735<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 17736</ul> 17737</div> 17738</div> 17739 17740 17741<div class="product"> 17742<span class="title">my-padauk-2.50</span> 17743<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17744<span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span> 17745<div class="licence"> 17746<pre></pre> 17747<ul> 17748<li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 17749</ul> 17750</div> 17751</div> 17752 17753 17754<div class="product"> 17755<span class="title">ncurses-5.9</span> 17756<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17757<span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span> 17758<div class="licence"> 17759<pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright: 17760 17761Upstream source http://invisible-island.net/ncurses/ncurses-examples.html 17762 17763Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> 17764 17765------------------------------------------------------------------------------- 17766 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. 17767 17768 Permission is hereby granted, free of charge, to any person obtaining a 17769 copy of this software and associated documentation files (the 17770 "Software"), to deal in the Software without restriction, including 17771 without limitation the rights to use, copy, modify, merge, publish, 17772 distribute, distribute with modifications, sublicense, and/or sell 17773 copies of the Software, and to permit persons to whom the Software is 17774 furnished to do so, subject to the following conditions: 17775 17776 The above copyright notice and this permission notice shall be included 17777 in all copies or substantial portions of the Software. 17778 17779 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17780 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17781 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17782 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 17783 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 17784 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 17785 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17786 17787 Except as contained in this notice, the name(s) of the above copyright 17788 holders shall not be used in advertising or otherwise to promote the 17789 sale, use or other dealings in this Software without prior written 17790 authorization. 17791------------------------------------------------------------------------------- 17792 17793Files: install-sh 17794Copyright: 1994 X Consortium 17795Licence: other-BSD 17796 Permission is hereby granted, free of charge, to any person obtaining a copy 17797 of this software and associated documentation files (the "Software"), to 17798 deal in the Software without restriction, including without limitation the 17799 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17800 sell copies of the Software, and to permit persons to whom the Software is 17801 furnished to do so, subject to the following conditions: 17802 17803 The above copyright notice and this permission notice shall be included in 17804 all copies or substantial portions of the Software. 17805 17806 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17807 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17808 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17809 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 17810 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 17811 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17812 17813 Except as contained in this notice, the name of the X Consortium shall not 17814 be used in advertising or otherwise to promote the sale, use or other deal- 17815 ings in this Software without prior written authorization from the X Consor- 17816 tium. 17817 17818 FSF changes to this file are in the public domain. 17819 17820 Calling this script install-sh is preferred over install.sh, to prevent 17821 `make' implicit rules from creating a file called install from it 17822 when there is no Makefile. 17823 17824 This script is compatible with the BSD install script, but was written 17825 from scratch. It can only install one file at a time, a restriction 17826 shared with many OS's install programs. 17827 17828On Debian systems, the complete text of the GNU General 17829Public License can be found in '/usr/share/common-licenses/GPL-2' 17830 17831-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17832 17833Scanned Source License ncurses-5.9/test/package/debian/copyright: 17834 17835Upstream source http://invisible-island.net/ncurses/ncurses-examples.html 17836 17837Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> 17838 17839------------------------------------------------------------------------------- 17840 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. 17841 17842 Permission is hereby granted, free of charge, to any person obtaining a 17843 copy of this software and associated documentation files (the 17844 "Software"), to deal in the Software without restriction, including 17845 without limitation the rights to use, copy, modify, merge, publish, 17846 distribute, distribute with modifications, sublicense, and/or sell 17847 copies of the Software, and to permit persons to whom the Software is 17848 furnished to do so, subject to the following conditions: 17849 17850 The above copyright notice and this permission notice shall be included 17851 in all copies or substantial portions of the Software. 17852 17853 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17854 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17855 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17856 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 17857 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 17858 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 17859 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17860 17861 Except as contained in this notice, the name(s) of the above copyright 17862 holders shall not be used in advertising or otherwise to promote the 17863 sale, use or other dealings in this Software without prior written 17864 authorization. 17865------------------------------------------------------------------------------- 17866 17867Files: install-sh 17868Copyright: 1994 X Consortium 17869Licence: other-BSD 17870 Permission is hereby granted, free of charge, to any person obtaining a copy 17871 of this software and associated documentation files (the "Software"), to 17872 deal in the Software without restriction, including without limitation the 17873 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17874 sell copies of the Software, and to permit persons to whom the Software is 17875 furnished to do so, subject to the following conditions: 17876 17877 The above copyright notice and this permission notice shall be included in 17878 all copies or substantial portions of the Software. 17879 17880 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17881 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17882 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17883 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 17884 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 17885 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17886 17887 Except as contained in this notice, the name of the X Consortium shall not 17888 be used in advertising or otherwise to promote the sale, use or other deal- 17889 ings in this Software without prior written authorization from the X Consor- 17890 tium. 17891 17892 FSF changes to this file are in the public domain. 17893 17894 Calling this script install-sh is preferred over install.sh, to prevent 17895 `make' implicit rules from creating a file called install from it 17896 when there is no Makefile. 17897 17898 This script is compatible with the BSD install script, but was written 17899 from scratch. It can only install one file at a time, a restriction 17900 shared with many OS's install programs. 17901 17902On Debian systems, the complete text of the GNU General 17903Public License can be found in '/usr/share/common-licenses/GPL-2' 17904 17905-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17906</pre> 17907<ul> 17908 17909</ul> 17910</div> 17911</div> 17912 17913 17914<div class="product"> 17915<span class="title">net-tools-1.60_p20120127084908</span> 17916<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17917<span class="homepage"><a href="http://net-tools.sourceforge.net/">homepage</a></span> 17918<div class="licence"> 17919<pre></pre> 17920<ul> 17921<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 17922</ul> 17923</div> 17924</div> 17925 17926 17927<div class="product"> 17928<span class="title">netflix-helper-2.0.0</span> 17929<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17930<span class="homepage"><a href="">homepage</a></span> 17931<div class="licence"> 17932<pre></pre> 17933<ul> 17934<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 17935</ul> 17936</div> 17937</div> 17938 17939 17940<div class="product"> 17941<span class="title">netifaces-0.8</span> 17942<a class="show" href="#" onclick="return toggle(this);">show license text</a> 17943<span class="homepage"><a href="http://alastairs-place.net/netifaces/">homepage</a></span> 17944<div class="licence"> 17945<pre>Scanned Source License netifaces-0.8/PKG-INFO: 17946 17947Metadata-Version: 1.0 17948Name: netifaces 17949Version: 0.8 17950Summary: Portable network interface information. 17951Home-page: http://alastairs-place.net/netifaces 17952Author: Alastair Houghton 17953Author-email: alastair@alastairs-place.net 17954License: MIT License 17955Description: netifaces provides a (hopefully portable-ish) way for Python programmers to 17956 get access to a list of the network interfaces on the local machine, and to 17957 obtain the addresses of those network interfaces. 17958 17959 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux 17960 and Solaris. 17961 17962 It should work on other UNIX-like systems provided they implement 17963 either getifaddrs() or support the SIOCGIFxxx socket options, although the 17964 data provided by the socket options is normally less complete. 17965 17966Platform: UNKNOWN 17967Classifier: Development Status :: 4 - Beta 17968Classifier: Intended Audience :: Developers 17969Classifier: License :: OSI Approved :: MIT License 17970Classifier: Topic :: System :: Networking 17971 17972-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 17973 17974Scanned Source License netifaces-0.8/netifaces.egg-info/PKG-INFO: 17975 17976Metadata-Version: 1.0 17977Name: netifaces 17978Version: 0.8 17979Summary: Portable network interface information. 17980Home-page: http://alastairs-place.net/netifaces 17981Author: Alastair Houghton 17982Author-email: alastair@alastairs-place.net 17983License: MIT License 17984Description: netifaces provides a (hopefully portable-ish) way for Python programmers to 17985 get access to a list of the network interfaces on the local machine, and to 17986 obtain the addresses of those network interfaces. 17987 17988 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux 17989 and Solaris. 17990 17991 It should work on other UNIX-like systems provided they implement 17992 either getifaddrs() or support the SIOCGIFxxx socket options, although the 17993 data provided by the socket options is normally less complete. 17994 17995Platform: UNKNOWN 17996Classifier: Development Status :: 4 - Beta 17997Classifier: Intended Audience :: Developers 17998Classifier: License :: OSI Approved :: MIT License 17999Classifier: Topic :: System :: Networking 18000 18001-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18002</pre> 18003<ul> 18004 18005</ul> 18006</div> 18007</div> 18008 18009 18010<div class="product"> 18011<span class="title">netperf-2.4.4</span> 18012<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18013<span class="homepage"><a href="http://www.netperf.org/">homepage</a></span> 18014<div class="licence"> 18015<pre>Gentoo Package Stock License netperf: 18016 18017 18018 18019 Copyright (C) 1993 Hewlett-Packard Company 18020 ALL RIGHTS RESERVED. 18021 18022 The enclosed software and documentation includes copyrighted works 18023 of Hewlett-Packard Co. For as long as you comply with the following 18024 limitations, you are hereby authorized to (i) use, reproduce, and 18025 modify the software and documentation, and to (ii) distribute the 18026 software and documentation, including modifications, for 18027 non-commercial purposes only. 18028 18029 1. The enclosed software and documentation is made available at no 18030 charge in order to advance the general development of 18031 high-performance networking products. 18032 18033 2. You may not delete any copyright notices contained in the 18034 software or documentation. All hard copies, and copies in 18035 source code or object code form, of the software or 18036 documentation (including modifications) must contain at least 18037 one of the copyright notices. 18038 18039 3. The enclosed software and documentation has not been subjected 18040 to testing and quality control and is not a Hewlett-Packard Co. 18041 product. At a future time, Hewlett-Packard Co. may or may not 18042 offer a version of the software and documentation as a product. 18043 18044 4. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS". 18045 HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE, 18046 REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR 18047 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL 18048 PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR 18049 DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES, 18050 EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE 18051 DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF 18052 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 18053 18054 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY 18055 DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES 18056 (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION, 18057 MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION. 18058 18059 18060 18061-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18062</pre> 18063<ul> 18064 18065</ul> 18066</div> 18067</div> 18068 18069 18070<div class="product"> 18071<span class="title">notofonts-20140130</span> 18072<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18073<span class="homepage"><a href="">homepage</a></span> 18074<div class="licence"> 18075<pre></pre> 18076<ul> 18077<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 18078</ul> 18079</div> 18080</div> 18081 18082 18083<div class="product"> 18084<span class="title">nspr-4.10.4</span> 18085<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18086<span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span> 18087<div class="licence"> 18088<pre></pre> 18089<ul> 18090<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18091<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18092<li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 18093</ul> 18094</div> 18095</div> 18096 18097 18098<div class="product"> 18099<span class="title">nss-3.16</span> 18100<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18101<span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 18102<div class="licence"> 18103<pre></pre> 18104<ul> 18105<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18106<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18107<li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 18108</ul> 18109</div> 18110</div> 18111 18112 18113<div class="product"> 18114<span class="title">nss-3.16</span> 18115<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18116<span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span> 18117<div class="licence"> 18118<pre></pre> 18119<ul> 18120<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18121<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18122<li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li> 18123</ul> 18124</div> 18125</div> 18126 18127 18128<div class="product"> 18129<span class="title">ntfs3g-2012.1.15</span> 18130<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18131<span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span> 18132<div class="licence"> 18133<pre></pre> 18134<ul> 18135<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 18136</ul> 18137</div> 18138</div> 18139 18140 18141<div class="product"> 18142<span class="title">numpy-1.7.1</span> 18143<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18144<span class="homepage"><a href="http://numpy.scipy.org/">homepage</a></span> 18145<div class="licence"> 18146<pre>Scanned Source License numpy-1.7.1/LICENSE.txt: 18147 18148Copyright (c) 2005-2011, NumPy Developers. 18149All rights reserved. 18150 18151Redistribution and use in source and binary forms, with or without 18152modification, are permitted provided that the following conditions are 18153met: 18154 18155 * Redistributions of source code must retain the above copyright 18156 notice, this list of conditions and the following disclaimer. 18157 18158 * Redistributions in binary form must reproduce the above 18159 copyright notice, this list of conditions and the following 18160 disclaimer in the documentation and/or other materials provided 18161 with the distribution. 18162 18163 * Neither the name of the NumPy Developers nor the names of any 18164 contributors may be used to endorse or promote products derived 18165 from this software without specific prior written permission. 18166 18167THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18168"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 18169LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18170A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 18171OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 18172SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 18173LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18174DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 18175THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 18176(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 18177OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18178 18179-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18180 18181Scanned Source License numpy-1.7.1/PKG-INFO: 18182 18183Metadata-Version: 1.1 18184Name: numpy 18185Version: 1.7.1 18186Summary: NumPy: array processing for numbers, strings, records, and objects. 18187Home-page: http://www.numpy.org 18188Author: NumPy Developers 18189Author-email: numpy-discussion@scipy.org 18190License: BSD 18191Download-URL: http://sourceforge.net/projects/numpy/files/NumPy/ 18192Description: NumPy is a general-purpose array-processing package designed to 18193 efficiently manipulate large multi-dimensional arrays of arbitrary 18194 records without sacrificing too much speed for small multi-dimensional 18195 arrays. NumPy is built on the Numeric code base and adds features 18196 introduced by numarray as well as an extended C-API and the ability to 18197 create arrays of arbitrary type which also makes NumPy suitable for 18198 interfacing with general-purpose data-base applications. 18199 18200 There are also basic facilities for discrete fourier transform, 18201 basic linear algebra and random number generation. 18202 18203Platform: Windows 18204Platform: Linux 18205Platform: Solaris 18206Platform: Mac OS-X 18207Platform: Unix 18208Classifier: Development Status :: 5 - Production/Stable 18209Classifier: Intended Audience :: Science/Research 18210Classifier: Intended Audience :: Developers 18211Classifier: License :: OSI Approved 18212Classifier: Programming Language :: C 18213Classifier: Programming Language :: Python 18214Classifier: Programming Language :: Python :: 3 18215Classifier: Topic :: Software Development 18216Classifier: Topic :: Scientific/Engineering 18217Classifier: Operating System :: Microsoft :: Windows 18218Classifier: Operating System :: POSIX 18219Classifier: Operating System :: Unix 18220Classifier: Operating System :: MacOS 18221 18222-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18223 18224Scanned Source License numpy-1.7.1/doc/source/license.rst: 18225 18226************* 18227Numpy License 18228************* 18229 18230Copyright (c) 2005, NumPy Developers 18231 18232All rights reserved. 18233 18234Redistribution and use in source and binary forms, with or without 18235modification, are permitted provided that the following conditions are 18236met: 18237 18238* Redistributions of source code must retain the above copyright 18239 notice, this list of conditions and the following disclaimer. 18240 18241* Redistributions in binary form must reproduce the above 18242 copyright notice, this list of conditions and the following 18243 disclaimer in the documentation and/or other materials provided 18244 with the distribution. 18245 18246* Neither the name of the NumPy Developers nor the names of any 18247 contributors may be used to endorse or promote products derived 18248 from this software without specific prior written permission. 18249 18250THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18251"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 18252LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18253A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 18254OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 18255SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 18256LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18257DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 18258THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 18259(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 18260OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18261 18262-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18263 18264Scanned Source License numpy-1.7.1/doc/sphinxext/LICENSE.txt: 18265 18266------------------------------------------------------------------------------- 18267 The files 18268 - numpydoc.py 18269 - docscrape.py 18270 - docscrape_sphinx.py 18271 - phantom_import.py 18272 have the following license: 18273 18274Copyright (C) 2008 Stefan van der Walt <stefan@mentat.za.net>, Pauli Virtanen <pav@iki.fi> 18275 18276Redistribution and use in source and binary forms, with or without 18277modification, are permitted provided that the following conditions are 18278met: 18279 18280 1. Redistributions of source code must retain the above copyright 18281 notice, this list of conditions and the following disclaimer. 18282 2. Redistributions in binary form must reproduce the above copyright 18283 notice, this list of conditions and the following disclaimer in 18284 the documentation and/or other materials provided with the 18285 distribution. 18286 18287THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18288IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 18289WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18290DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 18291INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 18292(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 18293SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 18294HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 18295STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 18296IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 18297POSSIBILITY OF SUCH DAMAGE. 18298 18299------------------------------------------------------------------------------- 18300 The files 18301 - compiler_unparse.py 18302 - comment_eater.py 18303 - traitsdoc.py 18304 have the following license: 18305 18306This software is OSI Certified Open Source Software. 18307OSI Certified is a certification mark of the Open Source Initiative. 18308 18309Copyright (c) 2006, Enthought, Inc. 18310All rights reserved. 18311 18312Redistribution and use in source and binary forms, with or without 18313modification, are permitted provided that the following conditions are met: 18314 18315 * Redistributions of source code must retain the above copyright notice, this 18316 list of conditions and the following disclaimer. 18317 * Redistributions in binary form must reproduce the above copyright notice, 18318 this list of conditions and the following disclaimer in the documentation 18319 and/or other materials provided with the distribution. 18320 * Neither the name of Enthought, Inc. nor the names of its contributors may 18321 be used to endorse or promote products derived from this software without 18322 specific prior written permission. 18323 18324THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 18325ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 18326WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18327DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 18328ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 18329(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 18330LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 18331ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 18332(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18333SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18334 18335 18336------------------------------------------------------------------------------- 18337 The file 18338 - plot_directive.py 18339 originates from Matplotlib (http://matplotlib.sf.net/) which has 18340 the following license: 18341 18342Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved. 18343 183441. This LICENSE AGREEMENT is between John D. Hunter (“JDH”), and the Individual or Organization (“Licensee”) accessing and otherwise using matplotlib software in source or binary form and its associated documentation. 18345 183462. Subject to the terms and conditions of this License Agreement, JDH hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib 0.98.3 alone or in any derivative version, provided, however, that JDH’s License Agreement and JDH’s notice of copyright, i.e., “Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved” are retained in matplotlib 0.98.3 alone or in any derivative version prepared by Licensee. 18347 183483. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib 0.98.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib 0.98.3. 18349 183504. JDH is making matplotlib 0.98.3 available to Licensee on an “AS IS” basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.98.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 18351 183525. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB 0.98.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB 0.98.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 18353 183546. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 18355 183567. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between JDH and Licensee. This License Agreement does not grant permission to use JDH trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 18357 183588. By copying, installing or otherwise using matplotlib 0.98.3, Licensee agrees to be bound by the terms and conditions of this License Agreement. 18359 18360 18361-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18362</pre> 18363<ul> 18364 18365</ul> 18366</div> 18367</div> 18368 18369 18370<div class="product"> 18371<span class="title">oem-customization-0.0.2</span> 18372<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18373<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 18374<div class="licence"> 18375<pre></pre> 18376<ul> 18377<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 18378</ul> 18379</div> 18380</div> 18381 18382 18383<div class="product"> 18384<span class="title">opencryptoki-2.2.8</span> 18385<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18386<span class="homepage"><a href="http://sourceforge.net/projects/opencryptoki">homepage</a></span> 18387<div class="licence"> 18388<pre>Gentoo Package Stock License CPL-0.5: 18389 18390 18391Common Public License Version 0.5 18392 18393 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON 18394 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF 18395 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 18396 18397 1. DEFINITIONS 18398 18399 "Contribution" means: 18400 18401 a) in the case of the initial Contributor, the initial code and 18402 documentation distributed under this Agreement, and 18403 18404 b) in the case of each subsequent Contributor: 18405 18406 i) changes to the Program, and 18407 18408 ii) additions to the Program; 18409 18410 where such changes and/or additions to the Program originate from 18411 and are distributed by that particular Contributor. A Contribution 18412 'originates' from a Contributor if it was added to the Program by 18413 such Contributor itself or anyone acting on such Contributor's 18414 behalf. Contributions do not include additions to the Program 18415 which: (i) are separate modules of software distributed in 18416 conjunction with the Program under their own license agreement, and 18417 (ii) are not derivative works of the Program. 18418 18419 "Contributor" means any person or entity that distributes the Program. 18420 18421 "Licensed Patents " mean patent claims licensable by a Contributor 18422 which are necessarily infringed by the use or sale of its Contribution 18423 alone or when combined with the Program. 18424 18425 "Program" means the Contributions distributed in accordance with this 18426 Agreement. 18427 18428 "Recipient" means anyone who receives the Program under this 18429 Agreement, including all Contributors. 18430 18431 2. GRANT OF RIGHTS 18432 18433 a) Subject to the terms of this Agreement, each Contributor hereby 18434 grants Recipient a non-exclusive, worldwide, royalty-free copyright 18435 license to reproduce, prepare derivative works of, publicly 18436 display, publicly perform, distribute and sublicense the 18437 Contribution of such Contributor, if any, and such derivative 18438 works, in source code and object code form. 18439 18440 b) Subject to the terms of this Agreement, each Contributor hereby 18441 grants Recipient a non-exclusive, worldwide, royalty-free patent 18442 license under Licensed Patents to make, use, sell, offer to sell, 18443 import and otherwise transfer the Contribution of such Contributor, 18444 if any, in source code and object code form. This patent license 18445 shall apply to the combination of the Contribution and the Program 18446 if, at the time the Contribution is added by the Contributor, such 18447 addition of the Contribution causes such combination to be covered 18448 by the Licensed Patents. The patent license shall not apply to any 18449 other combinations which include the Contribution. No hardware per 18450 se is licensed hereunder. 18451 18452 c) Recipient understands that although each Contributor grants the 18453 licenses to its Contributions set forth herein, no assurances are 18454 provided by any Contributor that the Program does not infringe the 18455 patent or other intellectual property rights of any other entity. 18456 Each Contributor disclaims any liability to Recipient for claims 18457 brought by any other entity based on infringement of intellectual 18458 property rights or otherwise. As a condition to exercising the 18459 rights and licenses granted hereunder, each Recipient hereby 18460 assumes sole responsibility to secure any other intellectual 18461 property rights needed, if any. For example, if a third party 18462 patent license is required to allow Recipient to distribute the 18463 Program, it is Recipient's responsibility to acquire that license 18464 before distributing the Program. 18465 18466 d) Each Contributor represents that to its knowledge it has 18467 sufficient copyright rights in its Contribution, if any, to grant 18468 the copyright license set forth in this Agreement. 18469 18470 3. REQUIREMENTS 18471 18472 A Contributor may choose to distribute the Program in object code form 18473 under its own license agreement, provided that: 18474 18475 a) it complies with the terms and conditions of this Agreement; and 18476 18477 b) its license agreement: 18478 18479 i) effectively disclaims on behalf of all Contributors all 18480 warranties and conditions, express and implied, including 18481 warranties or conditions of title and non-infringement, and implied 18482 warranties or conditions of merchantability and fitness for a 18483 particular purpose; 18484 18485 ii) effectively excludes on behalf of all Contributors all 18486 liability for damages, including direct, indirect, special, 18487 incidental and consequential damages, such as lost profits; 18488 18489 iii) states that any provisions which differ from this Agreement 18490 are offered by that Contributor alone and not by any other party; 18491 and 18492 18493 iv) states that source code for the Program is available from such 18494 Contributor, and informs licensees how to obtain it in a reasonable 18495 manner on or through a medium customarily used for software 18496 exchange. 18497 18498 When the Program is made available in source code form: 18499 18500 a) it must be made available under this Agreement; and 18501 18502 b) a copy of this Agreement must be included with each copy of the 18503 Program. 18504 18505 Contributors may not remove or alter any copyright notices contained 18506 within the Program. 18507 18508 Each Contributor must identify itself as the originator of its 18509 Contribution, if any, in a manner that reasonably allows subsequent 18510 Recipients to identify the originator of the Contribution. 18511 18512 4. COMMERCIAL DISTRIBUTION 18513 18514 Commercial distributors of software may accept certain 18515 responsibilities with respect to end users, business partners and the 18516 like. While this license is intended to facilitate the commercial use 18517 of the Program, the Contributor who includes the Program in a 18518 commercial product offering should do so in a manner which does not 18519 create potential liability for other Contributors. Therefore, if a 18520 Contributor includes the Program in a commercial product offering, 18521 such Contributor ("Commercial Contributor") hereby agrees to defend 18522 and indemnify every other Contributor ("Indemnified Contributor") 18523 against any losses, damages and costs (collectively "Losses") arising 18524 from claims, lawsuits and other legal actions brought by a third party 18525 against the Indemnified Contributor to the extent caused by the acts 18526 or omissions of such Commercial Contributor in connection with its 18527 distribution of the Program in a commercial product offering. The 18528 obligations in this section do not apply to any claims or Losses 18529 relating to any actual or alleged intellectual property infringement. 18530 In order to qualify, an Indemnified Contributor must: a) promptly 18531 notify the Commercial Contributor in writing of such claim, and b) 18532 allow the Commercial Contributor to control, and cooperate with the 18533 Commercial Contributor in, the defense and any related settlement 18534 negotiations. The Indemnified Contributor may participate in any such 18535 claim at its own expense. 18536 18537 For example, a Contributor might include the Program in a commercial 18538 product offering, Product X. That Contributor is then a Commercial 18539 Contributor. If that Commercial Contributor then makes performance 18540 claims, or offers warranties related to Product X, those performance 18541 claims and warranties are such Commercial Contributor's responsibility 18542 alone. Under this section, the Commercial Contributor would have to 18543 defend claims against the other Contributors related to those 18544 performance claims and warranties, and if a court requires any other 18545 Contributor to pay any damages as a result, the Commercial Contributor 18546 must pay those damages. 18547 18548 5. NO WARRANTY 18549 18550 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS 18551 PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18552 KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY 18553 WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY 18554 OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely 18555 responsible for determining the appropriateness of using and 18556 distributing the Program and assumes all risks associated with its 18557 exercise of rights under this Agreement, including but not limited to 18558 the risks and costs of program errors, compliance with applicable 18559 laws, damage to or loss of data, programs or equipment, and 18560 unavailability or interruption of operations. 18561 18562 6. DISCLAIMER OF LIABILITY 18563 18564 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR 18565 ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, 18566 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING 18567 WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF 18568 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18569 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR 18570 DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED 18571 HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 18572 18573 7. GENERAL 18574 18575 If any provision of this Agreement is invalid or unenforceable under 18576 applicable law, it shall not affect the validity or enforceability of 18577 the remainder of the terms of this Agreement, and without further 18578 action by the parties hereto, such provision shall be reformed to the 18579 minimum extent necessary to make such provision valid and enforceable. 18580 18581 If Recipient institutes patent litigation against a Contributor with 18582 respect to a patent applicable to software (including a cross-claim or 18583 counterclaim in a lawsuit), then any patent licenses granted by that 18584 Contributor to such Recipient under this Agreement shall terminate as 18585 of the date such litigation is filed. In addition, If Recipient 18586 institutes patent litigation against any entity (including a 18587 cross-claim or counterclaim in a lawsuit) alleging that the Program 18588 itself (excluding combinations of the Program with other software or 18589 hardware) infringes such Recipient's patent(s), then such Recipient's 18590 rights granted under Section 2(b) shall terminate as of the date such 18591 litigation is filed. 18592 18593 All Recipient's rights under this Agreement shall terminate if it 18594 fails to comply with any of the material terms or conditions of this 18595 Agreement and does not cure such failure in a reasonable period of 18596 time after becoming aware of such noncompliance. If all Recipient's 18597 rights under this Agreement terminate, Recipient agrees to cease use 18598 and distribution of the Program as soon as reasonably practicable. 18599 However, Recipient's obligations under this Agreement and any licenses 18600 granted by Recipient relating to the Program shall continue and 18601 survive. 18602 18603 Everyone is permitted to copy and distribute copies of this Agreement, 18604 but in order to avoid inconsistency the Agreement is copyrighted and 18605 may only be modified in the following manner. The Agreement Steward 18606 reserves the right to publish new versions (including revisions) of 18607 this Agreement from time to time. No one other than the Agreement 18608 Steward has the right to modify this Agreement. IBM is the initial 18609 Agreement Steward. IBM may assign the responsibility to serve as the 18610 Agreement Steward to a suitable separate entity. Each new version of 18611 the Agreement will be given a distinguishing version number. The 18612 Program (including Contributions) may always be distributed subject to 18613 the version of the Agreement under which it was received. In addition, 18614 after a new version of the Agreement is published, Contributor may 18615 elect to distribute the Program (including its Contributions) under 18616 the new version. Except as expressly stated in Sections 2(a) and 2(b) 18617 above, Recipient receives no rights or licenses to the intellectual 18618 property of any Contributor under this Agreement, whether expressly, 18619 by implication, estoppel or otherwise. All rights in the Program not 18620 expressly granted under this Agreement are reserved. 18621 18622 This Agreement is governed by the laws of the State of New York and 18623 the intellectual property laws of the United States of America. No 18624 party to this Agreement will bring a legal action under this Agreement 18625 more than one year after the cause of action arose. Each party waives 18626 its rights to a jury trial in any resulting litigation. 18627 18628-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18629</pre> 18630<ul> 18631 18632</ul> 18633</div> 18634</div> 18635 18636 18637<div class="product"> 18638<span class="title">opencv-2.3.0</span> 18639<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18640<span class="homepage"><a href="http://opencv.willowgarage.com">homepage</a></span> 18641<div class="licence"> 18642<pre>Scanned Source License OpenCV-2.3.0/3rdparty/ilmimf/LICENSE: 18643 18644Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm 18645Entertainment Company Ltd. Portions contributed and copyright held by 18646others as indicated. All rights reserved. 18647 18648Redistribution and use in source and binary forms, with or without 18649modification, are permitted provided that the following conditions are 18650met: 18651 18652 * Redistributions of source code must retain the above 18653 copyright notice, this list of conditions and the following 18654 disclaimer. 18655 18656 * Redistributions in binary form must reproduce the above 18657 copyright notice, this list of conditions and the following 18658 disclaimer in the documentation and/or other materials provided with 18659 the distribution. 18660 18661 * Neither the name of Industrial Light & Magic nor the names of 18662 any other contributors to this software may be used to endorse or 18663 promote products derived from this software without specific prior 18664 written permission. 18665 18666THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 18667IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 18668THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18669PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18670CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18671EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18672PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18673PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18674LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18675NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18676SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18677 18678 18679-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18680 18681Scanned Source License OpenCV-2.3.0/3rdparty/libjasper/LICENSE: 18682 18683JasPer License Version 2.0 18684 18685Copyright (c) 2001-2006 Michael David Adams 18686Copyright (c) 1999-2000 Image Power, Inc. 18687Copyright (c) 1999-2000 The University of British Columbia 18688 18689All rights reserved. 18690 18691Permission is hereby granted, free of charge, to any person (the 18692"User") obtaining a copy of this software and associated documentation 18693files (the "Software"), to deal in the Software without restriction, 18694including without limitation the rights to use, copy, modify, merge, 18695publish, distribute, and/or sell copies of the Software, and to permit 18696persons to whom the Software is furnished to do so, subject to the 18697following conditions: 18698 186991. The above copyright notices and this permission notice (which 18700includes the disclaimer below) shall be included in all copies or 18701substantial portions of the Software. 18702 187032. The name of a copyright holder shall not be used to endorse or 18704promote products derived from the Software without specific prior 18705written permission. 18706 18707THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS 18708LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER 18709THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 18710"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING 18711BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 18712PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO 18713EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 18714INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 18715FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 18716NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 18717WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE 18718PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE 18719THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY. 18720EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS 18721BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL 18722PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS 18723GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE 18724ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE 18725IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL 18726SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES, 18727AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL 18728SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH 18729THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH, 18730PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH 18731RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY 18732EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES. 18733 18734 18735-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18736 18737Scanned Source License OpenCV-2.3.0/doc/license.txt: 18738 18739IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 18740 18741 By downloading, copying, installing or using the software you agree to this license. 18742 If you do not agree to this license, do not download, install, 18743 copy or use the software. 18744 18745 18746 License Agreement 18747 For Open Source Computer Vision Library 18748 18749Copyright (C) 2000-2008, Intel Corporation, all rights reserved. 18750Copyright (C) 2008-2011, Willow Garage Inc., all rights reserved. 18751Third party copyrights are property of their respective owners. 18752 18753Redistribution and use in source and binary forms, with or without modification, 18754are permitted provided that the following conditions are met: 18755 18756 * Redistribution's of source code must retain the above copyright notice, 18757 this list of conditions and the following disclaimer. 18758 18759 * Redistribution's in binary form must reproduce the above copyright notice, 18760 this list of conditions and the following disclaimer in the documentation 18761 and/or other materials provided with the distribution. 18762 18763 * The name of the copyright holders may not be used to endorse or promote products 18764 derived from this software without specific prior written permission. 18765 18766This software is provided by the copyright holders and contributors "as is" and 18767any express or implied warranties, including, but not limited to, the implied 18768warranties of merchantability and fitness for a particular purpose are disclaimed. 18769In no event shall the Intel Corporation or contributors be liable for any direct, 18770indirect, incidental, special, exemplary, or consequential damages 18771(including, but not limited to, procurement of substitute goods or services; 18772loss of use, data, or profits; or business interruption) however caused 18773and on any theory of liability, whether in contract, strict liability, 18774or tort (including negligence or otherwise) arising in any way out of 18775the use of this software, even if advised of the possibility of such damage. 18776 18777-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 18778</pre> 18779<ul> 18780 18781</ul> 18782</div> 18783</div> 18784 18785 18786<div class="product"> 18787<span class="title">opensc-0.12.2</span> 18788<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18789<span class="homepage"><a href="http://www.opensc-project.org/opensc/">homepage</a></span> 18790<div class="licence"> 18791<pre></pre> 18792<ul> 18793<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 18794</ul> 18795</div> 18796</div> 18797 18798 18799<div class="product"> 18800<span class="title">openssh-6.4_p1</span> 18801<a class="show" href="#" onclick="return toggle(this);">show license text</a> 18802<span class="homepage"><a href="http://www.openssh.org/">homepage</a></span> 18803<div class="licence"> 18804<pre>Scanned Source License openssh-6.4p1/LICENCE: 18805 18806This file is part of the OpenSSH software. 18807 18808The licences which components of this software fall under are as 18809follows. First, we will summarize and say that all components 18810are under a BSD licence, or a licence more free than that. 18811 18812OpenSSH contains no GPL code. 18813 188141) 18815 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 18816 * All rights reserved 18817 * 18818 * As far as I am concerned, the code I have written for this software 18819 * can be used freely for any purpose. Any derived versions of this 18820 * software must be clearly marked as such, and if the derived work is 18821 * incompatible with the protocol description in the RFC file, it must be 18822 * called by a name other than "ssh" or "Secure Shell". 18823 18824 [Tatu continues] 18825 * However, I am not implying to give any licenses to any patents or 18826 * copyrights held by third parties, and the software includes parts that 18827 * are not under my direct control. As far as I know, all included 18828 * source code is used in accordance with the relevant license agreements 18829 * and can be used freely for any purpose (the GNU license being the most 18830 * restrictive); see below for details. 18831 18832 [However, none of that term is relevant at this point in time. All of 18833 these restrictively licenced software components which he talks about 18834 have been removed from OpenSSH, i.e., 18835 18836 - RSA is no longer included, found in the OpenSSL library 18837 - IDEA is no longer included, its use is deprecated 18838 - DES is now external, in the OpenSSL library 18839 - GMP is no longer used, and instead we call BN code from OpenSSL 18840 - Zlib is now external, in a library 18841 - The make-ssh-known-hosts script is no longer included 18842 - TSS has been removed 18843 - MD5 is now external, in the OpenSSL library 18844 - RC4 support has been replaced with ARC4 support from OpenSSL 18845 - Blowfish is now external, in the OpenSSL library 18846 18847 [The licence continues] 18848 18849 Note that any information and cryptographic algorithms used in this 18850 software are publicly available on the Internet and at any major 18851 bookstore, scientific library, and patent office worldwide. More 18852 information can be found e.g. at "http://www.cs.hut.fi/crypto". 18853 18854 The legal status of this program is some combination of all these 18855 permissions and restrictions. Use only at your own responsibility. 18856 You will be responsible for any legal consequences yourself; I am not 18857 making any claims whether possessing or using this is legal or not in 18858 your country, and I am not taking any responsibility on your behalf. 18859 18860 18861 NO WARRANTY 18862 18863 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 18864 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 18865 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 18866 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 18867 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 18868 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 18869 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 18870 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 18871 REPAIR OR CORRECTION. 18872 18873 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 18874 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 18875 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 18876 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 18877 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 18878 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 18879 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 18880 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 18881 POSSIBILITY OF SUCH DAMAGES. 18882 188832) 18884 The 32-bit CRC compensation attack detector in deattack.c was 18885 contributed by CORE SDI S.A. under a BSD-style license. 18886 18887 * Cryptographic attack detector for ssh - source code 18888 * 18889 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina. 18890 * 18891 * All rights reserved. Redistribution and use in source and binary 18892 * forms, with or without modification, are permitted provided that 18893 * this copyright notice is retained. 18894 * 18895 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 18896 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE 18897 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR 18898 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS 18899 * SOFTWARE. 18900 * 18901 * Ariel Futoransky <futo@core-sdi.com> 18902 * <http://www.core-sdi.com> 18903 189043) 18905 ssh-keyscan was contributed by David Mazieres under a BSD-style 18906 license. 18907 18908 * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 18909 * 18910 * Modification and redistribution in source and binary forms is 18911 * permitted provided that due credit is given to the author and the 18912 * OpenBSD project by leaving this copyright notice intact. 18913 189144) 18915 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers 18916 and Paulo Barreto is in the public domain and distributed 18917 with the following license: 18918 18919 * @version 3.0 (December 2000) 18920 * 18921 * Optimised ANSI C code for the Rijndael cipher (now AES) 18922 * 18923 * @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be> 18924 * @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be> 18925 * @author Paulo Barreto <paulo.barreto@terra.com.br> 18926 * 18927 * This code is hereby placed in the public domain. 18928 * 18929 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS 18930 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 18931 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18932 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE 18933 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 18934 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 18935 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 18936 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 18937 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 18938 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 18939 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18940 189415) 18942 One component of the ssh source code is under a 3-clause BSD license, 18943 held by the University of California, since we pulled these parts from 18944 original Berkeley code. 18945 18946 * Copyright (c) 1983, 1990, 1992, 1993, 1995 18947 * The Regents of the University of California. All rights reserved. 18948 * 18949 * Redistribution and use in source and binary forms, with or without 18950 * modification, are permitted provided that the following conditions 18951 * are met: 18952 * 1. Redistributions of source code must retain the above copyright 18953 * notice, this list of conditions and the following disclaimer. 18954 * 2. Redistributions in binary form must reproduce the above copyright 18955 * notice, this list of conditions and the following disclaimer in the 18956 * documentation and/or other materials provided with the distribution. 18957 * 3. Neither the name of the University nor the names of its contributors 18958 * may be used to endorse or promote products derived from this software 18959 * without specific prior written permission. 18960 * 18961 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 18962 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18963 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18964 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 18965 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18966 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 18967 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 18968 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 18969 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 18970 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 18971 * SUCH DAMAGE. 18972 189736) 18974 Remaining components of the software are provided under a standard 18975 2-term BSD licence with the following names as copyright holders: 18976 18977 Markus Friedl 18978 Theo de Raadt 18979 Niels Provos 18980 Dug Song 18981 Aaron Campbell 18982 Damien Miller 18983 Kevin Steves 18984 Daniel Kouril 18985 Wesley Griffin 18986 Per Allansson 18987 Nils Nordman 18988 Simon Wilkinson 18989 18990 Portable OpenSSH additionally includes code from the following copyright 18991 holders, also under the 2-term BSD license: 18992 18993 Ben Lindstrom 18994 Tim Rice 18995 Andre Lucas 18996 Chris Adams 18997 Corinna Vinschen 18998 Cray Inc. 18999 Denis Parker 19000 Gert Doering 19001 Jakob Schlyter 19002 Jason Downs 19003 Juha Yrjölä 19004 Michael Stone 19005 Networks Associates Technology, Inc. 19006 Solar Designer 19007 Todd C. Miller 19008 Wayne Schroeder 19009 William Jones 19010 Darren Tucker 19011 Sun Microsystems 19012 The SCO Group 19013 Daniel Walsh 19014 Red Hat, Inc 19015 Simon Vallet / Genoscope 19016 19017 * Redistribution and use in source and binary forms, with or without 19018 * modification, are permitted provided that the following conditions 19019 * are met: 19020 * 1. Redistributions of source code must retain the above copyright 19021 * notice, this list of conditions and the following disclaimer. 19022 * 2. Redistributions in binary form must reproduce the above copyright 19023 * notice, this list of conditions and the following disclaimer in the 19024 * documentation and/or other materials provided with the distribution. 19025 * 19026 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 19027 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19028 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19029 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19030 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19031 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 19032 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19033 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 19034 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 19035 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19036 190378) Portable OpenSSH contains the following additional licenses: 19038 19039 a) md5crypt.c, md5crypt.h 19040 19041 * "THE BEER-WARE LICENSE" (Revision 42): 19042 * <phk@login.dknet.dk> wrote this file. As long as you retain this 19043 * notice you can do whatever you want with this stuff. If we meet 19044 * some day, and you think this stuff is worth it, you can buy me a 19045 * beer in return. Poul-Henning Kamp 19046 19047 b) snprintf replacement 19048 19049 * Copyright Patrick Powell 1995 19050 * This code is based on code written by Patrick Powell 19051 * (papowell@astart.com) It may be used for any purpose as long as this 19052 * notice remains intact on all source code distributions 19053 19054 c) Compatibility code (openbsd-compat) 19055 19056 Apart from the previously mentioned licenses, various pieces of code 19057 in the openbsd-compat/ subdirectory are licensed as follows: 19058 19059 Some code is licensed under a 3-term BSD license, to the following 19060 copyright holders: 19061 19062 Todd C. Miller 19063 Theo de Raadt 19064 Damien Miller 19065 Eric P. Allman 19066 The Regents of the University of California 19067 Constantin S. Svintsoff 19068 19069 * Redistribution and use in source and binary forms, with or without 19070 * modification, are permitted provided that the following conditions 19071 * are met: 19072 * 1. Redistributions of source code must retain the above copyright 19073 * notice, this list of conditions and the following disclaimer. 19074 * 2. Redistributions in binary form must reproduce the above copyright 19075 * notice, this list of conditions and the following disclaimer in the 19076 * documentation and/or other materials provided with the distribution. 19077 * 3. Neither the name of the University nor the names of its contributors 19078 * may be used to endorse or promote products derived from this software 19079 * without specific prior written permission. 19080 * 19081 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 19082 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19083 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19084 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 19085 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19086 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19087 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19088 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 19089 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 19090 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 19091 * SUCH DAMAGE. 19092 19093 Some code is licensed under an ISC-style license, to the following 19094 copyright holders: 19095 19096 Internet Software Consortium. 19097 Todd C. Miller 19098 Reyk Floeter 19099 Chad Mynhier 19100 19101 * Permission to use, copy, modify, and distribute this software for any 19102 * purpose with or without fee is hereby granted, provided that the above 19103 * copyright notice and this permission notice appear in all copies. 19104 * 19105 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 19106 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 19107 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 19108 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 19109 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 19110 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 19111 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19112 19113 Some code is licensed under a MIT-style license to the following 19114 copyright holders: 19115 19116 Free Software Foundation, Inc. 19117 19118 * Permission is hereby granted, free of charge, to any person obtaining a * 19119 * copy of this software and associated documentation files (the * 19120 * "Software"), to deal in the Software without restriction, including * 19121 * without limitation the rights to use, copy, modify, merge, publish, * 19122 * distribute, distribute with modifications, sublicense, and/or sell * 19123 * copies of the Software, and to permit persons to whom the Software is * 19124 * furnished to do so, subject to the following conditions: * 19125 * * 19126 * The above copyright notice and this permission notice shall be included * 19127 * in all copies or substantial portions of the Software. * 19128 * * 19129 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 19130 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 19131 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 19132 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 19133 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 19134 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 19135 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 19136 * * 19137 * Except as contained in this notice, the name(s) of the above copyright * 19138 * holders shall not be used in advertising or otherwise to promote the * 19139 * sale, use or other dealings in this Software without prior written * 19140 * authorization. * 19141 ****************************************************************************/ 19142 19143 19144------ 19145$OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $ 19146 19147-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19148</pre> 19149<ul> 19150<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19151</ul> 19152</div> 19153</div> 19154 19155 19156<div class="product"> 19157<span class="title">openssh-server-init-0.0.1</span> 19158<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19159<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19160<div class="licence"> 19161<pre></pre> 19162<ul> 19163<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19164</ul> 19165</div> 19166</div> 19167 19168 19169<div class="product"> 19170<span class="title">openssl-1.0.1h</span> 19171<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19172<span class="homepage"><a href="http://www.openssl.org/">homepage</a></span> 19173<div class="licence"> 19174<pre>Gentoo Package Stock License openssl: 19175 19176 19177 LICENSE ISSUES 19178 ============== 19179 19180 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 19181 the OpenSSL License and the original SSLeay license apply to the toolkit. 19182 See below for the actual license texts. Actually both licenses are BSD-style 19183 Open Source licenses. In case of any license issues related to OpenSSL 19184 please contact openssl-core@openssl.org. 19185 19186 OpenSSL License 19187 --------------- 19188 19189/* ==================================================================== 19190 * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. 19191 * 19192 * Redistribution and use in source and binary forms, with or without 19193 * modification, are permitted provided that the following conditions 19194 * are met: 19195 * 19196 * 1. Redistributions of source code must retain the above copyright 19197 * notice, this list of conditions and the following disclaimer. 19198 * 19199 * 2. Redistributions in binary form must reproduce the above copyright 19200 * notice, this list of conditions and the following disclaimer in 19201 * the documentation and/or other materials provided with the 19202 * distribution. 19203 * 19204 * 3. All advertising materials mentioning features or use of this 19205 * software must display the following acknowledgment: 19206 * "This product includes software developed by the OpenSSL Project 19207 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 19208 * 19209 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 19210 * endorse or promote products derived from this software without 19211 * prior written permission. For written permission, please contact 19212 * openssl-core@openssl.org. 19213 * 19214 * 5. Products derived from this software may not be called "OpenSSL" 19215 * nor may "OpenSSL" appear in their names without prior written 19216 * permission of the OpenSSL Project. 19217 * 19218 * 6. Redistributions of any form whatsoever must retain the following 19219 * acknowledgment: 19220 * "This product includes software developed by the OpenSSL Project 19221 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 19222 * 19223 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 19224 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19225 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19226 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 19227 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 19228 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19229 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 19230 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19231 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 19232 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 19233 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 19234 * OF THE POSSIBILITY OF SUCH DAMAGE. 19235 * ==================================================================== 19236 * 19237 * This product includes cryptographic software written by Eric Young 19238 * (eay@cryptsoft.com). This product includes software written by Tim 19239 * Hudson (tjh@cryptsoft.com). 19240 * 19241 */ 19242 19243 Original SSLeay License 19244 ----------------------- 19245 19246/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 19247 * All rights reserved. 19248 * 19249 * This package is an SSL implementation written 19250 * by Eric Young (eay@cryptsoft.com). 19251 * The implementation was written so as to conform with Netscapes SSL. 19252 * 19253 * This library is free for commercial and non-commercial use as long as 19254 * the following conditions are aheared to. The following conditions 19255 * apply to all code found in this distribution, be it the RC4, RSA, 19256 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 19257 * included with this distribution is covered by the same copyright terms 19258 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 19259 * 19260 * Copyright remains Eric Young's, and as such any Copyright notices in 19261 * the code are not to be removed. 19262 * If this package is used in a product, Eric Young should be given attribution 19263 * as the author of the parts of the library used. 19264 * This can be in the form of a textual message at program startup or 19265 * in documentation (online or textual) provided with the package. 19266 * 19267 * Redistribution and use in source and binary forms, with or without 19268 * modification, are permitted provided that the following conditions 19269 * are met: 19270 * 1. Redistributions of source code must retain the copyright 19271 * notice, this list of conditions and the following disclaimer. 19272 * 2. Redistributions in binary form must reproduce the above copyright 19273 * notice, this list of conditions and the following disclaimer in the 19274 * documentation and/or other materials provided with the distribution. 19275 * 3. All advertising materials mentioning features or use of this software 19276 * must display the following acknowledgement: 19277 * "This product includes cryptographic software written by 19278 * Eric Young (eay@cryptsoft.com)" 19279 * The word 'cryptographic' can be left out if the rouines from the library 19280 * being used are not cryptographic related :-). 19281 * 4. If you include any Windows specific code (or a derivative thereof) from 19282 * the apps directory (application code) you must include an acknowledgement: 19283 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 19284 * 19285 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 19286 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19287 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19288 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19289 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19290 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19291 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19292 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 19293 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 19294 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 19295 * SUCH DAMAGE. 19296 * 19297 * The licence and distribution terms for any publically available version or 19298 * derivative of this code cannot be changed. i.e. this code cannot simply be 19299 * copied and put under another distribution licence 19300 * [including the GNU Public Licence.] 19301 */ 19302 19303 19304-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19305</pre> 19306<ul> 19307 19308</ul> 19309</div> 19310</div> 19311 19312 19313<div class="product"> 19314<span class="title">openvpn-2.3.2</span> 19315<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19316<span class="homepage"><a href="http://openvpn.net/">homepage</a></span> 19317<div class="licence"> 19318<pre></pre> 19319<ul> 19320<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19321</ul> 19322</div> 19323</div> 19324 19325 19326<div class="product"> 19327<span class="title">p2p-0.0.1</span> 19328<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19329<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19330<div class="licence"> 19331<pre></pre> 19332<ul> 19333<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19334</ul> 19335</div> 19336</div> 19337 19338 19339<div class="product"> 19340<span class="title">pam-1.1.5</span> 19341<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19342<span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span> 19343<div class="licence"> 19344<pre></pre> 19345<ul> 19346<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19347</ul> 19348</div> 19349</div> 19350 19351 19352<div class="product"> 19353<span class="title">pam_pwdfile-0.99</span> 19354<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19355<span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span> 19356<div class="licence"> 19357<pre></pre> 19358<ul> 19359<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19360</ul> 19361</div> 19362</div> 19363 19364 19365<div class="product"> 19366<span class="title">pambase-20101024</span> 19367<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19368<span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span> 19369<div class="licence"> 19370<pre></pre> 19371<ul> 19372<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19373</ul> 19374</div> 19375</div> 19376 19377 19378<div class="product"> 19379<span class="title">pango-1.32.5</span> 19380<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19381<span class="homepage"><a href="http://www.pango.org/">homepage</a></span> 19382<div class="licence"> 19383<pre></pre> 19384<ul> 19385<li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li> 19386<li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li> 19387<li><a href='#FTL'>Gentoo Package Stock License FTL</a></li> 19388</ul> 19389</div> 19390</div> 19391 19392 19393<div class="product"> 19394<span class="title">parted-3.1</span> 19395<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19396<span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span> 19397<div class="licence"> 19398<pre></pre> 19399<ul> 19400<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 19401</ul> 19402</div> 19403</div> 19404 19405 19406<div class="product"> 19407<span class="title">patch-2.6.1</span> 19408<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19409<span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span> 19410<div class="licence"> 19411<pre></pre> 19412<ul> 19413<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19414</ul> 19415</div> 19416</div> 19417 19418 19419<div class="product"> 19420<span class="title">pax-utils-0.8.1</span> 19421<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19422<span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span> 19423<div class="licence"> 19424<pre></pre> 19425<ul> 19426<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19427</ul> 19428</div> 19429</div> 19430 19431 19432<div class="product"> 19433<span class="title">pciutils-3.1.10</span> 19434<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19435<span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span> 19436<div class="licence"> 19437<pre></pre> 19438<ul> 19439<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19440</ul> 19441</div> 19442</div> 19443 19444 19445<div class="product"> 19446<span class="title">pepper-flash-14.0.0.145</span> 19447<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19448<span class="homepage"><a href="http://git-scm.com/">homepage</a></span> 19449<div class="licence"> 19450<pre></pre> 19451<ul> 19452<li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li> 19453</ul> 19454</div> 19455</div> 19456 19457 19458<div class="product"> 19459<span class="title">perceptualdiff-1.1.1</span> 19460<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19461<span class="homepage"><a href="http://pdiff.sourceforge.net/">homepage</a></span> 19462<div class="licence"> 19463<pre></pre> 19464<ul> 19465<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19466</ul> 19467</div> 19468</div> 19469 19470 19471<div class="product"> 19472<span class="title">perf-3.14</span> 19473<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19474<span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span> 19475<div class="licence"> 19476<pre></pre> 19477<ul> 19478<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19479</ul> 19480</div> 19481</div> 19482 19483 19484<div class="product"> 19485<span class="title">permission_broker-0.0.1</span> 19486<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19487<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19488<div class="licence"> 19489<pre></pre> 19490<ul> 19491<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19492</ul> 19493</div> 19494</div> 19495 19496 19497<div class="product"> 19498<span class="title">pexpect-2.4</span> 19499<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19500<span class="homepage"><a href="http://pexpect.sourceforge.net/">homepage</a></span> 19501<div class="licence"> 19502<pre>Scanned Source License pexpect-2.4/LICENSE: 19503 19504Free, open source, and all that good stuff. 19505Pexpect Copyright (c) 2008 Noah Spurrier 19506 19507Permission is hereby granted, free of charge, to any person obtaining a copy 19508of this software and associated documentation files (the "Software"), to deal 19509in the Software without restriction, including without limitation the rights 19510to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19511copies of the Software, and to permit persons to whom the Software is 19512furnished to do so, subject to the following conditions: 19513 19514The above copyright notice and this permission notice shall be included in all 19515copies or substantial portions of the Software. 19516 19517THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 19518EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 19519MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19520IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 19521DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 19522OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 19523USE OR OTHER DEALINGS IN THE SOFTWARE. 19524 19525 19526-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19527 19528Scanned Source License pexpect-2.4/PKG-INFO: 19529 19530Metadata-Version: 1.0 19531Name: pexpect 19532Version: 2.4 19533Summary: Pexpect is a pure Python Expect. It allows easy control of other applications. 19534Home-page: http://pexpect.sourceforge.net/ 19535Author: Noah Spurrier 19536Author-email: noah@noah.org 19537License: MIT license 19538Description: UNKNOWN 19539Platform: UNIX 19540 19541-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19542</pre> 19543<ul> 19544 19545</ul> 19546</div> 19547</div> 19548 19549 19550<div class="product"> 19551<span class="title">pixman-0.28.2</span> 19552<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19553<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 19554<div class="licence"> 19555<pre>Scanned Source License pixman-0.28.2/COPYING: 19556 19557The following is the MIT license, agreed upon by most contributors. 19558Copyright holders of new code should use this license statement where 19559possible. They may also add themselves to the list below. 19560 19561/* 19562 * Copyright 1987, 1988, 1989, 1998 The Open Group 19563 * Copyright 1987, 1988, 1989 Digital Equipment Corporation 19564 * Copyright 1999, 2004, 2008 Keith Packard 19565 * Copyright 2000 SuSE, Inc. 19566 * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc. 19567 * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc. 19568 * Copyright 2004 Nicholas Miell 19569 * Copyright 2005 Lars Knoll & Zack Rusin, Trolltech 19570 * Copyright 2005 Trolltech AS 19571 * Copyright 2007 Luca Barbato 19572 * Copyright 2008 Aaron Plattner, NVIDIA Corporation 19573 * Copyright 2008 Rodrigo Kumpera 19574 * Copyright 2008 André Tupinambá 19575 * Copyright 2008 Mozilla Corporation 19576 * Copyright 2008 Frederic Plourde 19577 * Copyright 2009, Oracle and/or its affiliates. All rights reserved. 19578 * Copyright 2009, 2010 Nokia Corporation 19579 * 19580 * Permission is hereby granted, free of charge, to any person obtaining a 19581 * copy of this software and associated documentation files (the "Software"), 19582 * to deal in the Software without restriction, including without limitation 19583 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 19584 * and/or sell copies of the Software, and to permit persons to whom the 19585 * Software is furnished to do so, subject to the following conditions: 19586 * 19587 * The above copyright notice and this permission notice (including the next 19588 * paragraph) shall be included in all copies or substantial portions of the 19589 * Software. 19590 * 19591 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19592 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19593 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19594 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19595 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 19596 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19597 * DEALINGS IN THE SOFTWARE. 19598 */ 19599 19600-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19601</pre> 19602<ul> 19603 19604</ul> 19605</div> 19606</div> 19607 19608 19609<div class="product"> 19610<span class="title">pkcs11-helper-1.07</span> 19611<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19612<span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span> 19613<div class="licence"> 19614<pre></pre> 19615<ul> 19616<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19617</ul> 19618</div> 19619</div> 19620 19621 19622<div class="product"> 19623<span class="title">platform2-0.0.3</span> 19624<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19625<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19626<div class="licence"> 19627<pre></pre> 19628<ul> 19629<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 19630</ul> 19631</div> 19632</div> 19633 19634 19635<div class="product"> 19636<span class="title">ply-image-0.0.1</span> 19637<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19638<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 19639<div class="licence"> 19640<pre></pre> 19641<ul> 19642<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19643</ul> 19644</div> 19645</div> 19646 19647 19648<div class="product"> 19649<span class="title">popt-1.16</span> 19650<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19651<span class="homepage"><a href="http://rpm5.org/">homepage</a></span> 19652<div class="licence"> 19653<pre>Scanned Source License popt-1.16/COPYING: 19654 19655Copyright (c) 1998 Red Hat Software 19656 19657Permission is hereby granted, free of charge, to any person obtaining a copy 19658of this software and associated documentation files (the "Software"), to deal 19659in the Software without restriction, including without limitation the rights 19660to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19661copies of the Software, and to permit persons to whom the Software is 19662furnished to do so, subject to the following conditions: 19663 19664The above copyright notice and this permission notice shall be included in 19665all copies or substantial portions of the Software. 19666 19667THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19668IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19669FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19670X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 19671AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 19672CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19673 19674Except as contained in this notice, the name of the X Consortium shall not be 19675used in advertising or otherwise to promote the sale, use or other dealings 19676in this Software without prior written authorization from the X Consortium. 19677 19678-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19679</pre> 19680<ul> 19681 19682</ul> 19683</div> 19684</div> 19685 19686 19687<div class="product"> 19688<span class="title">portage-2.1.11.50</span> 19689<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19690<span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span> 19691<div class="licence"> 19692<pre></pre> 19693<ul> 19694<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19695</ul> 19696</div> 19697</div> 19698 19699 19700<div class="product"> 19701<span class="title">portage-utils-0.53</span> 19702<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19703<span class="homepage"><a href="http://www.gentoo.org/doc/en/portage-utils.xml">homepage</a></span> 19704<div class="licence"> 19705<pre></pre> 19706<ul> 19707<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19708</ul> 19709</div> 19710</div> 19711 19712 19713<div class="product"> 19714<span class="title">powertop-2.5</span> 19715<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19716<span class="homepage"><a href="https://01.org/powertop/">homepage</a></span> 19717<div class="licence"> 19718<pre></pre> 19719<ul> 19720<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 19721</ul> 19722</div> 19723</div> 19724 19725 19726<div class="product"> 19727<span class="title">ppp-2.4.5</span> 19728<a class="show" href="#" onclick="return toggle(this);">show license text</a> 19729<span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span> 19730<div class="licence"> 19731<pre>Scanned Source License dhcp/COPYING: 19732 19733 GNU GENERAL PUBLIC LICENSE 19734 Version 2, June 1991 19735 19736 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 19737 675 Mass Ave, Cambridge, MA 02139, USA 19738 Everyone is permitted to copy and distribute verbatim copies 19739 of this license document, but changing it is not allowed. 19740 19741 Preamble 19742 19743 The licenses for most software are designed to take away your 19744freedom to share and change it. By contrast, the GNU General Public 19745License is intended to guarantee your freedom to share and change free 19746software--to make sure the software is free for all its users. This 19747General Public License applies to most of the Free Software 19748Foundation's software and to any other program whose authors commit to 19749using it. (Some other Free Software Foundation software is covered by 19750the GNU Library General Public License instead.) You can apply it to 19751your programs, too. 19752 19753 When we speak of free software, we are referring to freedom, not 19754price. Our General Public Licenses are designed to make sure that you 19755have the freedom to distribute copies of free software (and charge for 19756this service if you wish), that you receive source code or can get it 19757if you want it, that you can change the software or use pieces of it 19758in new free programs; and that you know you can do these things. 19759 19760 To protect your rights, we need to make restrictions that forbid 19761anyone to deny you these rights or to ask you to surrender the rights. 19762These restrictions translate to certain responsibilities for you if you 19763distribute copies of the software, or if you modify it. 19764 19765 For example, if you distribute copies of such a program, whether 19766gratis or for a fee, you must give the recipients all the rights that 19767you have. You must make sure that they, too, receive or can get the 19768source code. And you must show them these terms so they know their 19769rights. 19770 19771 We protect your rights with two steps: (1) copyright the software, and 19772(2) offer you this license which gives you legal permission to copy, 19773distribute and/or modify the software. 19774 19775 Also, for each author's protection and ours, we want to make certain 19776that everyone understands that there is no warranty for this free 19777software. If the software is modified by someone else and passed on, we 19778want its recipients to know that what they have is not the original, so 19779that any problems introduced by others will not reflect on the original 19780authors' reputations. 19781 19782 Finally, any free program is threatened constantly by software 19783patents. We wish to avoid the danger that redistributors of a free 19784program will individually obtain patent licenses, in effect making the 19785program proprietary. To prevent this, we have made it clear that any 19786patent must be licensed for everyone's free use or not licensed at all. 19787 19788 The precise terms and conditions for copying, distribution and 19789modification follow. 19790 19791 GNU GENERAL PUBLIC LICENSE 19792 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 19793 19794 0. This License applies to any program or other work which contains 19795a notice placed by the copyright holder saying it may be distributed 19796under the terms of this General Public License. The "Program", below, 19797refers to any such program or work, and a "work based on the Program" 19798means either the Program or any derivative work under copyright law: 19799that is to say, a work containing the Program or a portion of it, 19800either verbatim or with modifications and/or translated into another 19801language. (Hereinafter, translation is included without limitation in 19802the term "modification".) Each licensee is addressed as "you". 19803 19804Activities other than copying, distribution and modification are not 19805covered by this License; they are outside its scope. The act of 19806running the Program is not restricted, and the output from the Program 19807is covered only if its contents constitute a work based on the 19808Program (independent of having been made by running the Program). 19809Whether that is true depends on what the Program does. 19810 19811 1. You may copy and distribute verbatim copies of the Program's 19812source code as you receive it, in any medium, provided that you 19813conspicuously and appropriately publish on each copy an appropriate 19814copyright notice and disclaimer of warranty; keep intact all the 19815notices that refer to this License and to the absence of any warranty; 19816and give any other recipients of the Program a copy of this License 19817along with the Program. 19818 19819You may charge a fee for the physical act of transferring a copy, and 19820you may at your option offer warranty protection in exchange for a fee. 19821 19822 2. You may modify your copy or copies of the Program or any portion 19823of it, thus forming a work based on the Program, and copy and 19824distribute such modifications or work under the terms of Section 1 19825above, provided that you also meet all of these conditions: 19826 19827 a) You must cause the modified files to carry prominent notices 19828 stating that you changed the files and the date of any change. 19829 19830 b) You must cause any work that you distribute or publish, that in 19831 whole or in part contains or is derived from the Program or any 19832 part thereof, to be licensed as a whole at no charge to all third 19833 parties under the terms of this License. 19834 19835 c) If the modified program normally reads commands interactively 19836 when run, you must cause it, when started running for such 19837 interactive use in the most ordinary way, to print or display an 19838 announcement including an appropriate copyright notice and a 19839 notice that there is no warranty (or else, saying that you provide 19840 a warranty) and that users may redistribute the program under 19841 these conditions, and telling the user how to view a copy of this 19842 License. (Exception: if the Program itself is interactive but 19843 does not normally print such an announcement, your work based on 19844 the Program is not required to print an announcement.) 19845 19846These requirements apply to the modified work as a whole. If 19847identifiable sections of that work are not derived from the Program, 19848and can be reasonably considered independent and separate works in 19849themselves, then this License, and its terms, do not apply to those 19850sections when you distribute them as separate works. But when you 19851distribute the same sections as part of a whole which is a work based 19852on the Program, the distribution of the whole must be on the terms of 19853this License, whose permissions for other licensees extend to the 19854entire whole, and thus to each and every part regardless of who wrote it. 19855 19856Thus, it is not the intent of this section to claim rights or contest 19857your rights to work written entirely by you; rather, the intent is to 19858exercise the right to control the distribution of derivative or 19859collective works based on the Program. 19860 19861In addition, mere aggregation of another work not based on the Program 19862with the Program (or with a work based on the Program) on a volume of 19863a storage or distribution medium does not bring the other work under 19864the scope of this License. 19865 19866 3. You may copy and distribute the Program (or a work based on it, 19867under Section 2) in object code or executable form under the terms of 19868Sections 1 and 2 above provided that you also do one of the following: 19869 19870 a) Accompany it with the complete corresponding machine-readable 19871 source code, which must be distributed under the terms of Sections 19872 1 and 2 above on a medium customarily used for software interchange; or, 19873 19874 b) Accompany it with a written offer, valid for at least three 19875 years, to give any third party, for a charge no more than your 19876 cost of physically performing source distribution, a complete 19877 machine-readable copy of the corresponding source code, to be 19878 distributed under the terms of Sections 1 and 2 above on a medium 19879 customarily used for software interchange; or, 19880 19881 c) Accompany it with the information you received as to the offer 19882 to distribute corresponding source code. (This alternative is 19883 allowed only for noncommercial distribution and only if you 19884 received the program in object code or executable form with such 19885 an offer, in accord with Subsection b above.) 19886 19887The source code for a work means the preferred form of the work for 19888making modifications to it. For an executable work, complete source 19889code means all the source code for all modules it contains, plus any 19890associated interface definition files, plus the scripts used to 19891control compilation and installation of the executable. However, as a 19892special exception, the source code distributed need not include 19893anything that is normally distributed (in either source or binary 19894form) with the major components (compiler, kernel, and so on) of the 19895operating system on which the executable runs, unless that component 19896itself accompanies the executable. 19897 19898If distribution of executable or object code is made by offering 19899access to copy from a designated place, then offering equivalent 19900access to copy the source code from the same place counts as 19901distribution of the source code, even though third parties are not 19902compelled to copy the source along with the object code. 19903 19904 4. You may not copy, modify, sublicense, or distribute the Program 19905except as expressly provided under this License. Any attempt 19906otherwise to copy, modify, sublicense or distribute the Program is 19907void, and will automatically terminate your rights under this License. 19908However, parties who have received copies, or rights, from you under 19909this License will not have their licenses terminated so long as such 19910parties remain in full compliance. 19911 19912 5. You are not required to accept this License, since you have not 19913signed it. However, nothing else grants you permission to modify or 19914distribute the Program or its derivative works. These actions are 19915prohibited by law if you do not accept this License. Therefore, by 19916modifying or distributing the Program (or any work based on the 19917Program), you indicate your acceptance of this License to do so, and 19918all its terms and conditions for copying, distributing or modifying 19919the Program or works based on it. 19920 19921 6. Each time you redistribute the Program (or any work based on the 19922Program), the recipient automatically receives a license from the 19923original licensor to copy, distribute or modify the Program subject to 19924these terms and conditions. You may not impose any further 19925restrictions on the recipients' exercise of the rights granted herein. 19926You are not responsible for enforcing compliance by third parties to 19927this License. 19928 19929 7. If, as a consequence of a court judgment or allegation of patent 19930infringement or for any other reason (not limited to patent issues), 19931conditions are imposed on you (whether by court order, agreement or 19932otherwise) that contradict the conditions of this License, they do not 19933excuse you from the conditions of this License. If you cannot 19934distribute so as to satisfy simultaneously your obligations under this 19935License and any other pertinent obligations, then as a consequence you 19936may not distribute the Program at all. For example, if a patent 19937license would not permit royalty-free redistribution of the Program by 19938all those who receive copies directly or indirectly through you, then 19939the only way you could satisfy both it and this License would be to 19940refrain entirely from distribution of the Program. 19941 19942If any portion of this section is held invalid or unenforceable under 19943any particular circumstance, the balance of the section is intended to 19944apply and the section as a whole is intended to apply in other 19945circumstances. 19946 19947It is not the purpose of this section to induce you to infringe any 19948patents or other property right claims or to contest validity of any 19949such claims; this section has the sole purpose of protecting the 19950integrity of the free software distribution system, which is 19951implemented by public license practices. Many people have made 19952generous contributions to the wide range of software distributed 19953through that system in reliance on consistent application of that 19954system; it is up to the author/donor to decide if he or she is willing 19955to distribute software through any other system and a licensee cannot 19956impose that choice. 19957 19958This section is intended to make thoroughly clear what is believed to 19959be a consequence of the rest of this License. 19960 19961 8. If the distribution and/or use of the Program is restricted in 19962certain countries either by patents or by copyrighted interfaces, the 19963original copyright holder who places the Program under this License 19964may add an explicit geographical distribution limitation excluding 19965those countries, so that distribution is permitted only in or among 19966countries not thus excluded. In such case, this License incorporates 19967the limitation as if written in the body of this License. 19968 19969 9. The Free Software Foundation may publish revised and/or new versions 19970of the General Public License from time to time. Such new versions will 19971be similar in spirit to the present version, but may differ in detail to 19972address new problems or concerns. 19973 19974Each version is given a distinguishing version number. If the Program 19975specifies a version number of this License which applies to it and "any 19976later version", you have the option of following the terms and conditions 19977either of that version or of any later version published by the Free 19978Software Foundation. If the Program does not specify a version number of 19979this License, you may choose any version ever published by the Free Software 19980Foundation. 19981 19982 10. If you wish to incorporate parts of the Program into other free 19983programs whose distribution conditions are different, write to the author 19984to ask for permission. For software which is copyrighted by the Free 19985Software Foundation, write to the Free Software Foundation; we sometimes 19986make exceptions for this. Our decision will be guided by the two goals 19987of preserving the free status of all derivatives of our free software and 19988of promoting the sharing and reuse of software generally. 19989 19990 NO WARRANTY 19991 19992 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 19993FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 19994OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 19995PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 19996OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 19997MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 19998TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 19999PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 20000REPAIR OR CORRECTION. 20001 20002 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 20003WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 20004REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 20005INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 20006OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 20007TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 20008YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 20009PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 20010POSSIBILITY OF SUCH DAMAGES. 20011 20012 END OF TERMS AND CONDITIONS 20013 20014 Appendix: How to Apply These Terms to Your New Programs 20015 20016 If you develop a new program, and you want it to be of the greatest 20017possible use to the public, the best way to achieve this is to make it 20018free software which everyone can redistribute and change under these terms. 20019 20020 To do so, attach the following notices to the program. It is safest 20021to attach them to the start of each source file to most effectively 20022convey the exclusion of warranty; and each file should have at least 20023the "copyright" line and a pointer to where the full notice is found. 20024 20025 <one line to give the program's name and a brief idea of what it does.> 20026 Copyright (C) 19yy <name of author> 20027 20028 This program is free software; you can redistribute it and/or modify 20029 it under the terms of the GNU General Public License as published by 20030 the Free Software Foundation; either version 2 of the License, or 20031 (at your option) any later version. 20032 20033 This program is distributed in the hope that it will be useful, 20034 but WITHOUT ANY WARRANTY; without even the implied warranty of 20035 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20036 GNU General Public License for more details. 20037 20038 You should have received a copy of the GNU General Public License 20039 along with this program; if not, write to the Free Software 20040 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20041 20042Also add information on how to contact you by electronic and paper mail. 20043 20044If the program is interactive, make it output a short notice like this 20045when it starts in an interactive mode: 20046 20047 Gnomovision version 69, Copyright (C) 19yy name of author 20048 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 20049 This is free software, and you are welcome to redistribute it 20050 under certain conditions; type `show c' for details. 20051 20052The hypothetical commands `show w' and `show c' should show the appropriate 20053parts of the General Public License. Of course, the commands you use may 20054be called something other than `show w' and `show c'; they could even be 20055mouse-clicks or menu items--whatever suits your program. 20056 20057You should also get your employer (if you work as a programmer) or your 20058school, if any, to sign a "copyright disclaimer" for the program, if 20059necessary. Here is a sample; alter the names: 20060 20061 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 20062 `Gnomovision' (which makes passes at compilers) written by James Hacker. 20063 20064 <signature of Ty Coon>, 1 April 1989 20065 Ty Coon, President of Vice 20066 20067This General Public License does not permit incorporating your program into 20068proprietary programs. If your program is a subroutine library, you may 20069consider it more useful to permit linking proprietary applications with the 20070library. If this is what you want to do, use the GNU Library General 20071Public License instead of this License. 20072 20073-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20074 20075Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING: 20076 20077The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c and 20078text2qos.c are taken from the linux-atm libraries. These are 20079Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser 20080General Public License. 20081 20082The file pppoatm.c contains its own copyright notice, and is licensed 20083under the GPL. 20084 20085-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20086 20087Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT: 20088 20089See the respective source files to find out which copyrights apply. 20090 20091------------------------------------------------------------------------------ 20092Copyright (C) 2002 Roaring Penguin Software Inc. 20093 20094Permission to use, copy, modify, and distribute this software for any 20095purpose and without fee is hereby granted, provided that this 20096copyright and permission notice appear on all copies and supporting 20097documentation, the name of Roaring Penguin Software Inc. not be used 20098in advertising or publicity pertaining to distribution of the program 20099without specific prior permission, and notice be given in supporting 20100documentation that copying and distribution is by permission of 20101Roaring Penguin Software Inc.. 20102 20103Roaring Penguin Software Inc. makes no representations about the 20104suitability of this software for any purpose. It is provided "as is" 20105without express or implied warranty. 20106 20107------------------------------------------------------------------------------ 20108Copyright (C) 1995,1996,1997,1998 Lars Fenneberg <lf@elemental.net> 20109 20110Permission to use, copy, modify, and distribute this software for any 20111purpose and without fee is hereby granted, provided that this copyright and 20112permission notice appear on all copies and supporting documentation, the 20113name of Lars Fenneberg not be used in advertising or publicity pertaining to 20114distribution of the program without specific prior permission, and notice be 20115given in supporting documentation that copying and distribution is by 20116permission of Lars Fenneberg. 20117 20118Lars Fenneberg makes no representations about the suitability of this 20119software for any purpose. It is provided "as is" without express or implied 20120warranty. 20121 20122------------------------------------------------------------------------------ 20123Copyright 1992 Livingston Enterprises, Inc. 20124Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA 94566 20125 20126Permission to use, copy, modify, and distribute this software for any 20127purpose and without fee is hereby granted, provided that this copyright 20128and permission notice appear on all copies and supporting documentation, 20129the name of Livingston Enterprises, Inc. not be used in advertising or 20130publicity pertaining to distribution of the program without specific 20131prior permission, and notice be given in supporting documentation that 20132copying and distribution is by permission of Livingston Enterprises, Inc. 20133 20134Livingston Enterprises, Inc. makes no representations about the suitability 20135of this software for any purpose. It is provided "as is" without express 20136or implied warranty. 20137------------------------------------------------------------------------------ 20138[C] The Regents of the University of Michigan and Merit Network, Inc. 1992, 201391993, 1994, 1995 All Rights Reserved 20140 20141Permission to use, copy, modify, and distribute this software and its 20142documentation for any purpose and without fee is hereby granted, provided 20143that the above copyright notice and this permission notice appear in all 20144copies of the software and derivative works or modified versions thereof, 20145and that both the copyright notice and this permission and disclaimer 20146notice appear in supporting documentation. 20147 20148THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER 20149EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF 20150MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE 20151UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE 20152FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR 20153THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the 20154University of Michigan and Merit Network, Inc. shall not be liable for any 20155special, indirect, incidental or consequential damages with respect to any 20156claim by Licensee or any third party arising from use of the software. 20157------------------------------------------------------------------------------ 20158Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. 20159All rights reserved. 20160 20161License to copy and use this software is granted provided that it 20162is identified as the "RSA Data Security, Inc. MD5 Message-Digest 20163Algorithm" in all material mentioning or referencing this software 20164or this function. 20165 20166License is also granted to make and use derivative works provided 20167that such works are identified as "derived from the RSA Data 20168Security, Inc. MD5 Message-Digest Algorithm" in all material 20169mentioning or referencing the derived work. 20170 20171RSA Data Security, Inc. makes no representations concerning either 20172the merchantability of this software or the suitability of this 20173software for any particular purpose. It is provided "as is" 20174without express or implied warranty of any kind. 20175 20176These notices must be retained in any copies of any part of this 20177documentation and/or software. 20178------------------------------------------------------------------------------ 20179 20180-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20181</pre> 20182<ul> 20183<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20184</ul> 20185</div> 20186</div> 20187 20188 20189<div class="product"> 20190<span class="title">procps-3.3.4</span> 20191<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20192<span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span> 20193<div class="licence"> 20194<pre></pre> 20195<ul> 20196<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20197</ul> 20198</div> 20199</div> 20200 20201 20202<div class="product"> 20203<span class="title">protobuf-2.3.0</span> 20204<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20205<span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span> 20206<div class="licence"> 20207<pre></pre> 20208<ul> 20209<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 20210</ul> 20211</div> 20212</div> 20213 20214 20215<div class="product"> 20216<span class="title">protobuf-python-2.3.0</span> 20217<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20218<span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span> 20219<div class="licence"> 20220<pre></pre> 20221<ul> 20222<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 20223</ul> 20224</div> 20225</div> 20226 20227 20228<div class="product"> 20229<span class="title">protofiles-0.0.1</span> 20230<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20231<span class="homepage"><a href="http://chromium.org">homepage</a></span> 20232<div class="licence"> 20233<pre></pre> 20234<ul> 20235<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 20236</ul> 20237</div> 20238</div> 20239 20240 20241<div class="product"> 20242<span class="title">psmisc-22.20</span> 20243<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20244<span class="homepage"><a href="http://psmisc.sourceforge.net/">homepage</a></span> 20245<div class="licence"> 20246<pre></pre> 20247<ul> 20248<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20249</ul> 20250</div> 20251</div> 20252 20253 20254<div class="product"> 20255<span class="title">punybench-0.0.1</span> 20256<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20257<span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/platform/punybench">homepage</a></span> 20258<div class="licence"> 20259<pre></pre> 20260<ul> 20261<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 20262</ul> 20263</div> 20264</div> 20265 20266 20267<div class="product"> 20268<span class="title">pv-1.3.4</span> 20269<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20270<span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span> 20271<div class="licence"> 20272<pre>Gentoo Package Stock License Artistic-2: 20273 20274 The Artistic License 2.0 20275 20276 Copyright (c) 2000-2006, The Perl Foundation. 20277 20278 Everyone is permitted to copy and distribute verbatim copies 20279 of this license document, but changing it is not allowed. 20280 20281Preamble 20282 20283This license establishes the terms under which a given free software 20284Package may be copied, modified, distributed, and/or redistributed. 20285The intent is that the Copyright Holder maintains some artistic 20286control over the development of that Package while still keeping the 20287Package available as open source and free software. 20288 20289You are always permitted to make arrangements wholly outside of this 20290license directly with the Copyright Holder of a given Package. If the 20291terms of this license do not permit the full use that you propose to 20292make of the Package, you should contact the Copyright Holder and seek 20293a different licensing arrangement. 20294 20295Definitions 20296 20297 "Copyright Holder" means the individual(s) or organization(s) 20298 named in the copyright notice for the entire Package. 20299 20300 "Contributor" means any party that has contributed code or other 20301 material to the Package, in accordance with the Copyright Holder's 20302 procedures. 20303 20304 "You" and "your" means any person who would like to copy, 20305 distribute, or modify the Package. 20306 20307 "Package" means the collection of files distributed by the 20308 Copyright Holder, and derivatives of that collection and/or of 20309 those files. A given Package may consist of either the Standard 20310 Version, or a Modified Version. 20311 20312 "Distribute" means providing a copy of the Package or making it 20313 accessible to anyone else, or in the case of a company or 20314 organization, to others outside of your company or organization. 20315 20316 "Distributor Fee" means any fee that you charge for Distributing 20317 this Package or providing support for this Package to another 20318 party. It does not mean licensing fees. 20319 20320 "Standard Version" refers to the Package if it has not been 20321 modified, or has been modified only in ways explicitly requested 20322 by the Copyright Holder. 20323 20324 "Modified Version" means the Package, if it has been changed, and 20325 such changes were not explicitly requested by the Copyright 20326 Holder. 20327 20328 "Original License" means this Artistic License as Distributed with 20329 the Standard Version of the Package, in its current version or as 20330 it may be modified by The Perl Foundation in the future. 20331 20332 "Source" form means the source code, documentation source, and 20333 configuration files for the Package. 20334 20335 "Compiled" form means the compiled bytecode, object code, binary, 20336 or any other form resulting from mechanical transformation or 20337 translation of the Source form. 20338 20339 20340Permission for Use and Modification Without Distribution 20341 20342(1) You are permitted to use the Standard Version and create and use 20343Modified Versions for any purpose without restriction, provided that 20344you do not Distribute the Modified Version. 20345 20346 20347Permissions for Redistribution of the Standard Version 20348 20349(2) You may Distribute verbatim copies of the Source form of the 20350Standard Version of this Package in any medium without restriction, 20351either gratis or for a Distributor Fee, provided that you duplicate 20352all of the original copyright notices and associated disclaimers. At 20353your discretion, such verbatim copies may or may not include a 20354Compiled form of the Package. 20355 20356(3) You may apply any bug fixes, portability changes, and other 20357modifications made available from the Copyright Holder. The resulting 20358Package will still be considered the Standard Version, and as such 20359will be subject to the Original License. 20360 20361 20362Distribution of Modified Versions of the Package as Source 20363 20364(4) You may Distribute your Modified Version as Source (either gratis 20365or for a Distributor Fee, and with or without a Compiled form of the 20366Modified Version) provided that you clearly document how it differs 20367from the Standard Version, including, but not limited to, documenting 20368any non-standard features, executables, or modules, and provided that 20369you do at least ONE of the following: 20370 20371 (a) make the Modified Version available to the Copyright Holder 20372 of the Standard Version, under the Original License, so that the 20373 Copyright Holder may include your modifications in the Standard 20374 Version. 20375 20376 (b) ensure that installation of your Modified Version does not 20377 prevent the user installing or running the Standard Version. In 20378 addition, the Modified Version must bear a name that is different 20379 from the name of the Standard Version. 20380 20381 (c) allow anyone who receives a copy of the Modified Version to 20382 make the Source form of the Modified Version available to others 20383 under 20384 20385 (i) the Original License or 20386 20387 (ii) a license that permits the licensee to freely copy, 20388 modify and redistribute the Modified Version using the same 20389 licensing terms that apply to the copy that the licensee 20390 received, and requires that the Source form of the Modified 20391 Version, and of any works derived from it, be made freely 20392 available in that license fees are prohibited but Distributor 20393 Fees are allowed. 20394 20395 20396Distribution of Compiled Forms of the Standard Version 20397or Modified Versions without the Source 20398 20399(5) You may Distribute Compiled forms of the Standard Version without 20400the Source, provided that you include complete instructions on how to 20401get the Source of the Standard Version. Such instructions must be 20402valid at the time of your distribution. If these instructions, at any 20403time while you are carrying out such distribution, become invalid, you 20404must provide new instructions on demand or cease further distribution. 20405If you provide valid instructions or cease distribution within thirty 20406days after you become aware that the instructions are invalid, then 20407you do not forfeit any of your rights under this license. 20408 20409(6) You may Distribute a Modified Version in Compiled form without 20410the Source, provided that you comply with Section 4 with respect to 20411the Source of the Modified Version. 20412 20413 20414Aggregating or Linking the Package 20415 20416(7) You may aggregate the Package (either the Standard Version or 20417Modified Version) with other packages and Distribute the resulting 20418aggregation provided that you do not charge a licensing fee for the 20419Package. Distributor Fees are permitted, and licensing fees for other 20420components in the aggregation are permitted. The terms of this license 20421apply to the use and Distribution of the Standard or Modified Versions 20422as included in the aggregation. 20423 20424(8) You are permitted to link Modified and Standard Versions with 20425other works, to embed the Package in a larger work of your own, or to 20426build stand-alone binary or bytecode versions of applications that 20427include the Package, and Distribute the result without restriction, 20428provided the result does not expose a direct interface to the Package. 20429 20430 20431Items That are Not Considered Part of a Modified Version 20432 20433(9) Works (including, but not limited to, modules and scripts) that 20434merely extend or make use of the Package, do not, by themselves, cause 20435the Package to be a Modified Version. In addition, such works are not 20436considered parts of the Package itself, and are not subject to the 20437terms of this license. 20438 20439 20440General Provisions 20441 20442(10) Any use, modification, and distribution of the Standard or 20443Modified Versions is governed by this Artistic License. By using, 20444modifying or distributing the Package, you accept this license. Do not 20445use, modify, or distribute the Package, if you do not accept this 20446license. 20447 20448(11) If your Modified Version has been derived from a Modified 20449Version made by someone other than you, you are nevertheless required 20450to ensure that your Modified Version complies with the requirements of 20451this license. 20452 20453(12) This license does not grant you the right to use any trademark, 20454service mark, tradename, or logo of the Copyright Holder. 20455 20456(13) This license includes the non-exclusive, worldwide, 20457free-of-charge patent license to make, have made, use, offer to sell, 20458sell, import and otherwise transfer the Package with respect to any 20459patent claims licensable by the Copyright Holder that are necessarily 20460infringed by the Package. If you institute patent litigation 20461(including a cross-claim or counterclaim) against any party alleging 20462that the Package constitutes direct or contributory patent 20463infringement, then this Artistic License to you shall terminate on the 20464date that such litigation is filed. 20465 20466(14) Disclaimer of Warranty: 20467THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS 20468IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED 20469WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR 20470NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL 20471LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL 20472BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 20473DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF 20474ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20475 20476-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20477</pre> 20478<ul> 20479 20480</ul> 20481</div> 20482</div> 20483 20484 20485<div class="product"> 20486<span class="title">pycairo-1.10.0</span> 20487<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20488<span class="homepage"><a href="http://cairographics.org/pycairo/">homepage</a></span> 20489<div class="licence"> 20490<pre></pre> 20491<ul> 20492<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 20493<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 20494</ul> 20495</div> 20496</div> 20497 20498 20499<div class="product"> 20500<span class="title">pygobject-2.18.0</span> 20501<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20502<span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span> 20503<div class="licence"> 20504<pre></pre> 20505<ul> 20506<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 20507</ul> 20508</div> 20509</div> 20510 20511 20512<div class="product"> 20513<span class="title">pygtk-2.14.1</span> 20514<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20515<span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span> 20516<div class="licence"> 20517<pre></pre> 20518<ul> 20519<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 20520</ul> 20521</div> 20522</div> 20523 20524 20525<div class="product"> 20526<span class="title">pyserial-2.5_rc2</span> 20527<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20528<span class="homepage"><a href="http://pyserial.sourceforge.net/">homepage</a></span> 20529<div class="licence"> 20530<pre>Gentoo Package Stock License PYTHON: 20531 20532HISTORY OF THE SOFTWARE 20533======================= 20534 20535Python was created in the early 1990s by Guido van Rossum at Stichting 20536Mathematisch Centrum (CWI) in the Netherlands as a successor of a 20537language called ABC. Guido is Python's principal author, although it 20538includes many contributions from others. The last version released 20539from CWI was Python 1.2. In 1995, Guido continued his work on Python 20540at the Corporation for National Research Initiatives (CNRI) in Reston, 20541Virginia where he released several versions of the software. Python 205421.6 was the last of the versions released by CNRI. In 2000, Guido and 20543the Python core developement team moved to BeOpen.com to form the 20544BeOpen PythonLabs team (www.pythonlabs.com). Python 2.0 is the first 20545release from PythonLabs. Thanks to the many outside volunteers who 20546have worked under Guido's direction to make this release possible. 20547 20548 20549 20550BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0 20551============================================== 20552 20553BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 20554----------------------------------------------------- 20555 205561. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an 20557office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the 20558Individual or Organization ("Licensee") accessing and otherwise using 20559this software in source or binary form and its associated 20560documentation ("the Software"). 20561 205622. Subject to the terms and conditions of this BeOpen Python License 20563Agreement, BeOpen hereby grants Licensee a non-exclusive, 20564royalty-free, world-wide license to reproduce, analyze, test, perform 20565and/or display publicly, prepare derivative works, distribute, and 20566otherwise use the Software alone or in any derivative version, 20567provided, however, that the BeOpen Python License is retained in the 20568Software, alone or in any derivative version prepared by Licensee. 20569 205703. BeOpen is making the Software available to Licensee on an "AS IS" 20571basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 20572IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND 20573DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 20574FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT 20575INFRINGE ANY THIRD PARTY RIGHTS. 20576 205774. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE 20578SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS 20579AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY 20580DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20581 205825. This License Agreement will automatically terminate upon a material 20583breach of its terms and conditions. 20584 205856. This License Agreement shall be governed by and interpreted in all 20586respects by the law of the State of California, excluding conflict of 20587law provisions. Nothing in this License Agreement shall be deemed to 20588create any relationship of agency, partnership, or joint venture 20589between BeOpen and Licensee. This License Agreement does not grant 20590permission to use BeOpen trademarks or trade names in a trademark 20591sense to endorse or promote products or services of Licensee, or any 20592third party. As an exception, the "BeOpen Python" logos available at 20593http://www.pythonlabs.com/logos.html may be used according to the 20594permissions granted on that web page. 20595 205967. By copying, installing or otherwise using the software, Licensee 20597agrees to be bound by the terms and conditions of this License 20598Agreement. 20599 20600 20601CNRI OPEN SOURCE LICENSE AGREEMENT 20602---------------------------------- 20603 20604Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT 20605 20606IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING 20607ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR 20608OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO 20609THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. 20610 206111. This LICENSE AGREEMENT is between the Corporation for National 20612Research Initiatives, having an office at 1895 Preston White Drive, 20613Reston, VA 20191 ("CNRI"), and the Individual or Organization 20614("Licensee") accessing and otherwise using Python 1.6 software in 20615source or binary form and its associated documentation, as released at 20616the www.python.org Internet site on September 5, 2000 ("Python 1.6"). 20617 206182. Subject to the terms and conditions of this License Agreement, CNRI 20619hereby grants Licensee a nonexclusive, royalty-free, world-wide 20620license to reproduce, analyze, test, perform and/or display publicly, 20621prepare derivative works, distribute, and otherwise use Python 1.6 20622alone or in any derivative version, provided, however, that CNRI's 20623License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 206241995-2000 Corporation for National Research Initiatives; All Rights 20625Reserved" are retained in Python 1.6 alone or in any derivative 20626version prepared by 20627 20628Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee 20629may substitute the following text (omitting the quotes): "Python 1.6 20630is made available subject to the terms and conditions in CNRI's 20631License Agreement. This Agreement together with Python 1.6 may be 20632located on the Internet using the following unique, persistent 20633identifier (known as a handle): 1895.22/1012. This Agreement may also 20634be obtained from a proxy server on the Internet using the following 20635URL: http://hdl.handle.net/1895.22/1012". 20636 206373. In the event Licensee prepares a derivative work that is based on 20638or incorporates Python 1.6 or any part thereof, and wants to make the 20639derivative work available to others as provided herein, then Licensee 20640hereby agrees to include in any such work a brief summary of the 20641changes made to Python 1.6. 20642 206434. CNRI is making Python 1.6 available to Licensee on an "AS IS" 20644basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 20645IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND 20646DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 20647FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT 20648INFRINGE ANY THIRD PARTY RIGHTS. 20649 206505. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 206511.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A 20652RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR 20653ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20654 206556. This License Agreement will automatically terminate upon a material 20656breach of its terms and conditions. 20657 206587. This License Agreement shall be governed by and interpreted in all 20659respects by the law of the State of Virginia, excluding conflict of 20660law provisions. Nothing in this License Agreement shall be deemed to 20661create any relationship of agency, partnership, or joint venture 20662between CNRI and Licensee. This License Agreement does not grant 20663permission to use CNRI trademarks or trade name in a trademark sense 20664to endorse or promote products or services of Licensee, or any third 20665party. 20666 206678. By clicking on the "ACCEPT" button where indicated, or by copying, 20668installing or otherwise using Python 1.6, Licensee agrees to be bound 20669by the terms and conditions of this License Agreement. 20670 20671ACCEPT 20672 20673 20674CWI PERMISSIONS STATEMENT AND DISCLAIMER 20675---------------------------------------- 20676 20677Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, 20678The Netherlands. All rights reserved. 20679 20680Permission to use, copy, modify, and distribute this software and its 20681documentation for any purpose and without fee is hereby granted, 20682provided that the above copyright notice appear in all copies and that 20683both that copyright notice and this permission notice appear in 20684supporting documentation, and that the name of Stichting Mathematisch 20685Centrum or CWI not be used in advertising or publicity pertaining to 20686distribution of the software without specific, written prior 20687permission. 20688 20689STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO 20690THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 20691FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE 20692FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 20693WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 20694ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 20695OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 20696 20697-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 20698</pre> 20699<ul> 20700 20701</ul> 20702</div> 20703</div> 20704 20705 20706<div class="product"> 20707<span class="title">python-2.7.3</span> 20708<a class="show" href="#" onclick="return toggle(this);">show license text</a> 20709<span class="homepage"><a href="http://www.python.org/">homepage</a></span> 20710<div class="licence"> 20711<pre>Scanned Source License Python-2.7.3/Doc/license.rst: 20712 20713.. highlightlang:: none 20714 20715.. _history-and-license: 20716 20717******************* 20718History and License 20719******************* 20720 20721 20722History of the software 20723======================= 20724 20725Python was created in the early 1990s by Guido van Rossum at Stichting 20726Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a 20727successor of a language called ABC. Guido remains Python's principal author, 20728although it includes many contributions from others. 20729 20730In 1995, Guido continued his work on Python at the Corporation for National 20731Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston, 20732Virginia where he released several versions of the software. 20733 20734In May 2000, Guido and the Python core development team moved to BeOpen.com to 20735form the BeOpen PythonLabs team. In October of the same year, the PythonLabs 20736team moved to Digital Creations (now Zope Corporation; see 20737http://www.zope.com/). In 2001, the Python Software Foundation (PSF, see 20738http://www.python.org/psf/) was formed, a non-profit organization created 20739specifically to own Python-related Intellectual Property. Zope Corporation is a 20740sponsoring member of the PSF. 20741 20742All Python releases are Open Source (see http://www.opensource.org/ for the Open 20743Source Definition). Historically, most, but not all, Python releases have also 20744been GPL-compatible; the table below summarizes the various releases. 20745 20746+----------------+--------------+-----------+------------+-----------------+ 20747| Release | Derived from | Year | Owner | GPL compatible? | 20748+================+==============+===========+============+=================+ 20749| 0.9.0 thru 1.2 | n/a | 1991-1995 | CWI | yes | 20750+----------------+--------------+-----------+------------+-----------------+ 20751| 1.3 thru 1.5.2 | 1.2 | 1995-1999 | CNRI | yes | 20752+----------------+--------------+-----------+------------+-----------------+ 20753| 1.6 | 1.5.2 | 2000 | CNRI | no | 20754+----------------+--------------+-----------+------------+-----------------+ 20755| 2.0 | 1.6 | 2000 | BeOpen.com | no | 20756+----------------+--------------+-----------+------------+-----------------+ 20757| 1.6.1 | 1.6 | 2001 | CNRI | no | 20758+----------------+--------------+-----------+------------+-----------------+ 20759| 2.1 | 2.0+1.6.1 | 2001 | PSF | no | 20760+----------------+--------------+-----------+------------+-----------------+ 20761| 2.0.1 | 2.0+1.6.1 | 2001 | PSF | yes | 20762+----------------+--------------+-----------+------------+-----------------+ 20763| 2.1.1 | 2.1+2.0.1 | 2001 | PSF | yes | 20764+----------------+--------------+-----------+------------+-----------------+ 20765| 2.2 | 2.1.1 | 2001 | PSF | yes | 20766+----------------+--------------+-----------+------------+-----------------+ 20767| 2.1.2 | 2.1.1 | 2002 | PSF | yes | 20768+----------------+--------------+-----------+------------+-----------------+ 20769| 2.1.3 | 2.1.2 | 2002 | PSF | yes | 20770+----------------+--------------+-----------+------------+-----------------+ 20771| 2.2.1 | 2.2 | 2002 | PSF | yes | 20772+----------------+--------------+-----------+------------+-----------------+ 20773| 2.2.2 | 2.2.1 | 2002 | PSF | yes | 20774+----------------+--------------+-----------+------------+-----------------+ 20775| 2.2.3 | 2.2.2 | 2002-2003 | PSF | yes | 20776+----------------+--------------+-----------+------------+-----------------+ 20777| 2.3 | 2.2.2 | 2002-2003 | PSF | yes | 20778+----------------+--------------+-----------+------------+-----------------+ 20779| 2.3.1 | 2.3 | 2002-2003 | PSF | yes | 20780+----------------+--------------+-----------+------------+-----------------+ 20781| 2.3.2 | 2.3.1 | 2003 | PSF | yes | 20782+----------------+--------------+-----------+------------+-----------------+ 20783| 2.3.3 | 2.3.2 | 2003 | PSF | yes | 20784+----------------+--------------+-----------+------------+-----------------+ 20785| 2.3.4 | 2.3.3 | 2004 | PSF | yes | 20786+----------------+--------------+-----------+------------+-----------------+ 20787| 2.3.5 | 2.3.4 | 2005 | PSF | yes | 20788+----------------+--------------+-----------+------------+-----------------+ 20789| 2.4 | 2.3 | 2004 | PSF | yes | 20790+----------------+--------------+-----------+------------+-----------------+ 20791| 2.4.1 | 2.4 | 2005 | PSF | yes | 20792+----------------+--------------+-----------+------------+-----------------+ 20793| 2.4.2 | 2.4.1 | 2005 | PSF | yes | 20794+----------------+--------------+-----------+------------+-----------------+ 20795| 2.4.3 | 2.4.2 | 2006 | PSF | yes | 20796+----------------+--------------+-----------+------------+-----------------+ 20797| 2.4.4 | 2.4.3 | 2006 | PSF | yes | 20798+----------------+--------------+-----------+------------+-----------------+ 20799| 2.5 | 2.4 | 2006 | PSF | yes | 20800+----------------+--------------+-----------+------------+-----------------+ 20801| 2.5.1 | 2.5 | 2007 | PSF | yes | 20802+----------------+--------------+-----------+------------+-----------------+ 20803| 2.5.2 | 2.5.1 | 2008 | PSF | yes | 20804+----------------+--------------+-----------+------------+-----------------+ 20805| 2.5.3 | 2.5.2 | 2008 | PSF | yes | 20806+----------------+--------------+-----------+------------+-----------------+ 20807| 2.6 | 2.5 | 2008 | PSF | yes | 20808+----------------+--------------+-----------+------------+-----------------+ 20809| 2.6.1 | 2.6 | 2008 | PSF | yes | 20810+----------------+--------------+-----------+------------+-----------------+ 20811| 2.6.2 | 2.6.1 | 2009 | PSF | yes | 20812+----------------+--------------+-----------+------------+-----------------+ 20813| 2.6.3 | 2.6.2 | 2009 | PSF | yes | 20814+----------------+--------------+-----------+------------+-----------------+ 20815| 2.6.4 | 2.6.3 | 2010 | PSF | yes | 20816+----------------+--------------+-----------+------------+-----------------+ 20817| 2.7 | 2.6 | 2010 | PSF | yes | 20818+----------------+--------------+-----------+------------+-----------------+ 20819 20820.. note:: 20821 20822 GPL-compatible doesn't mean that we're distributing Python under the GPL. All 20823 Python licenses, unlike the GPL, let you distribute a modified version without 20824 making your changes open source. The GPL-compatible licenses make it possible to 20825 combine Python with other software that is released under the GPL; the others 20826 don't. 20827 20828Thanks to the many outside volunteers who have worked under Guido's direction to 20829make these releases possible. 20830 20831 20832Terms and conditions for accessing or otherwise using Python 20833============================================================ 20834 20835 20836.. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release| 20837 20838#. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and 20839 the Individual or Organization ("Licensee") accessing and otherwise using Python 20840 |release| software in source or binary form and its associated documentation. 20841 20842#. Subject to the terms and conditions of this License Agreement, PSF hereby 20843 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 20844 analyze, test, perform and/or display publicly, prepare derivative works, 20845 distribute, and otherwise use Python |release| alone or in any derivative 20846 version, provided, however, that PSF's License Agreement and PSF's notice of 20847 copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights 20848 Reserved" are retained in Python |release| alone or in any derivative version 20849 prepared by Licensee. 20850 20851#. In the event Licensee prepares a derivative work that is based on or 20852 incorporates Python |release| or any part thereof, and wants to make the 20853 derivative work available to others as provided herein, then Licensee hereby 20854 agrees to include in any such work a brief summary of the changes made to Python 20855 |release|. 20856 20857#. PSF is making Python |release| available to Licensee on an "AS IS" basis. 20858 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF 20859 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR 20860 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE 20861 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 20862 20863#. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release| 20864 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF 20865 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE 20866 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20867 20868#. This License Agreement will automatically terminate upon a material breach of 20869 its terms and conditions. 20870 20871#. Nothing in this License Agreement shall be deemed to create any relationship 20872 of agency, partnership, or joint venture between PSF and Licensee. This License 20873 Agreement does not grant permission to use PSF trademarks or trade name in a 20874 trademark sense to endorse or promote products or services of Licensee, or any 20875 third party. 20876 20877#. By copying, installing or otherwise using Python |release|, Licensee agrees 20878 to be bound by the terms and conditions of this License Agreement. 20879 20880 20881.. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 20882 20883 20884.. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 20885 20886#. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 20887 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization 20888 ("Licensee") accessing and otherwise using this software in source or binary 20889 form and its associated documentation ("the Software"). 20890 20891#. Subject to the terms and conditions of this BeOpen Python License Agreement, 20892 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license 20893 to reproduce, analyze, test, perform and/or display publicly, prepare derivative 20894 works, distribute, and otherwise use the Software alone or in any derivative 20895 version, provided, however, that the BeOpen Python License is retained in the 20896 Software, alone or in any derivative version prepared by Licensee. 20897 20898#. BeOpen is making the Software available to Licensee on an "AS IS" basis. 20899 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF 20900 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR 20901 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE 20902 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 20903 20904#. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR 20905 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, 20906 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF 20907 ADVISED OF THE POSSIBILITY THEREOF. 20908 20909#. This License Agreement will automatically terminate upon a material breach of 20910 its terms and conditions. 20911 20912#. This License Agreement shall be governed by and interpreted in all respects 20913 by the law of the State of California, excluding conflict of law provisions. 20914 Nothing in this License Agreement shall be deemed to create any relationship of 20915 agency, partnership, or joint venture between BeOpen and Licensee. This License 20916 Agreement does not grant permission to use BeOpen trademarks or trade names in a 20917 trademark sense to endorse or promote products or services of Licensee, or any 20918 third party. As an exception, the "BeOpen Python" logos available at 20919 http://www.pythonlabs.com/logos.html may be used according to the permissions 20920 granted on that web page. 20921 20922#. By copying, installing or otherwise using the software, Licensee agrees to be 20923 bound by the terms and conditions of this License Agreement. 20924 20925 20926.. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 20927 20928#. This LICENSE AGREEMENT is between the Corporation for National Research 20929 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 20930 ("CNRI"), and the Individual or Organization ("Licensee") accessing and 20931 otherwise using Python 1.6.1 software in source or binary form and its 20932 associated documentation. 20933 20934#. Subject to the terms and conditions of this License Agreement, CNRI hereby 20935 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 20936 analyze, test, perform and/or display publicly, prepare derivative works, 20937 distribute, and otherwise use Python 1.6.1 alone or in any derivative version, 20938 provided, however, that CNRI's License Agreement and CNRI's notice of copyright, 20939 i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All 20940 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version 20941 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, 20942 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 20943 is made available subject to the terms and conditions in CNRI's License 20944 Agreement. This Agreement together with Python 1.6.1 may be located on the 20945 Internet using the following unique, persistent identifier (known as a handle): 20946 1895.22/1013. This Agreement may also be obtained from a proxy server on the 20947 Internet using the following URL: http://hdl.handle.net/1895.22/1013." 20948 20949#. In the event Licensee prepares a derivative work that is based on or 20950 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative 20951 work available to others as provided herein, then Licensee hereby agrees to 20952 include in any such work a brief summary of the changes made to Python 1.6.1. 20953 20954#. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI 20955 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, 20956 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY 20957 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF 20958 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 20959 20960#. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR 20961 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF 20962 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE 20963 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 20964 20965#. This License Agreement will automatically terminate upon a material breach of 20966 its terms and conditions. 20967 20968#. This License Agreement shall be governed by the federal intellectual property 20969 law of the United States, including without limitation the federal copyright 20970 law, and, to the extent such U.S. federal law does not apply, by the law of the 20971 Commonwealth of Virginia, excluding Virginia's conflict of law provisions. 20972 Notwithstanding the foregoing, with regard to derivative works based on Python 20973 1.6.1 that incorporate non-separable material that was previously distributed 20974 under the GNU General Public License (GPL), the law of the Commonwealth of 20975 Virginia shall govern this License Agreement only as to issues arising under or 20976 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in 20977 this License Agreement shall be deemed to create any relationship of agency, 20978 partnership, or joint venture between CNRI and Licensee. This License Agreement 20979 does not grant permission to use CNRI trademarks or trade name in a trademark 20980 sense to endorse or promote products or services of Licensee, or any third 20981 party. 20982 20983#. By clicking on the "ACCEPT" button where indicated, or by copying, installing 20984 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and 20985 conditions of this License Agreement. 20986 20987 20988.. centered:: ACCEPT 20989 20990 20991.. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 20992 20993Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The 20994Netherlands. All rights reserved. 20995 20996Permission to use, copy, modify, and distribute this software and its 20997documentation for any purpose and without fee is hereby granted, provided that 20998the above copyright notice appear in all copies and that both that copyright 20999notice and this permission notice appear in supporting documentation, and that 21000the name of Stichting Mathematisch Centrum or CWI not be used in advertising or 21001publicity pertaining to distribution of the software without specific, written 21002prior permission. 21003 21004STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 21005SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 21006EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT 21007OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 21008DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 21009ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 21010SOFTWARE. 21011 21012 21013Licenses and Acknowledgements for Incorporated Software 21014======================================================= 21015 21016This section is an incomplete, but growing list of licenses and acknowledgements 21017for third-party software incorporated in the Python distribution. 21018 21019 21020Mersenne Twister 21021---------------- 21022 21023The :mod:`_random` module includes code based on a download from 21024http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are 21025the verbatim comments from the original code:: 21026 21027 A C-program for MT19937, with initialization improved 2002/1/26. 21028 Coded by Takuji Nishimura and Makoto Matsumoto. 21029 21030 Before using, initialize the state by using init_genrand(seed) 21031 or init_by_array(init_key, key_length). 21032 21033 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, 21034 All rights reserved. 21035 21036 Redistribution and use in source and binary forms, with or without 21037 modification, are permitted provided that the following conditions 21038 are met: 21039 21040 1. Redistributions of source code must retain the above copyright 21041 notice, this list of conditions and the following disclaimer. 21042 21043 2. Redistributions in binary form must reproduce the above copyright 21044 notice, this list of conditions and the following disclaimer in the 21045 documentation and/or other materials provided with the distribution. 21046 21047 3. The names of its contributors may not be used to endorse or promote 21048 products derived from this software without specific prior written 21049 permission. 21050 21051 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21052 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 21053 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 21054 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21055 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21056 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21057 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21058 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21059 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21060 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21061 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21062 21063 21064 Any feedback is very welcome. 21065 http://www.math.keio.ac.jp/matumoto/emt.html 21066 email: matumoto@math.keio.ac.jp 21067 21068 21069Sockets 21070------- 21071 21072The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and 21073:func:`getnameinfo`, which are coded in separate source files from the WIDE 21074Project, http://www.wide.ad.jp/. :: 21075 21076 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 21077 All rights reserved. 21078 21079 Redistribution and use in source and binary forms, with or without 21080 modification, are permitted provided that the following conditions 21081 are met: 21082 1. Redistributions of source code must retain the above copyright 21083 notice, this list of conditions and the following disclaimer. 21084 2. Redistributions in binary form must reproduce the above copyright 21085 notice, this list of conditions and the following disclaimer in the 21086 documentation and/or other materials provided with the distribution. 21087 3. Neither the name of the project nor the names of its contributors 21088 may be used to endorse or promote products derived from this software 21089 without specific prior written permission. 21090 21091 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 21092 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21093 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21094 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 21095 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21096 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21097 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21098 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21099 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY 21100 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 21101 SUCH DAMAGE. 21102 21103 21104Floating point exception control 21105-------------------------------- 21106 21107The source for the :mod:`fpectl` module includes the following notice:: 21108 21109 --------------------------------------------------------------------- 21110 / Copyright (c) 1996. \ 21111 | The Regents of the University of California. | 21112 | All rights reserved. | 21113 | | 21114 | Permission to use, copy, modify, and distribute this software for | 21115 | any purpose without fee is hereby granted, provided that this en- | 21116 | tire notice is included in all copies of any software which is or | 21117 | includes a copy or modification of this software and in all | 21118 | copies of the supporting documentation for such software. | 21119 | | 21120 | This work was produced at the University of California, Lawrence | 21121 | Livermore National Laboratory under contract no. W-7405-ENG-48 | 21122 | between the U.S. Department of Energy and The Regents of the | 21123 | University of California for the operation of UC LLNL. | 21124 | | 21125 | DISCLAIMER | 21126 | | 21127 | This software was prepared as an account of work sponsored by an | 21128 | agency of the United States Government. Neither the United States | 21129 | Government nor the University of California nor any of their em- | 21130 | ployees, makes any warranty, express or implied, or assumes any | 21131 | liability or responsibility for the accuracy, completeness, or | 21132 | usefulness of any information, apparatus, product, or process | 21133 | disclosed, or represents that its use would not infringe | 21134 | privately-owned rights. Reference herein to any specific commer- | 21135 | cial products, process, or service by trade name, trademark, | 21136 | manufacturer, or otherwise, does not necessarily constitute or | 21137 | imply its endorsement, recommendation, or favoring by the United | 21138 | States Government or the University of California. The views and | 21139 | opinions of authors expressed herein do not necessarily state or | 21140 | reflect those of the United States Government or the University | 21141 | of California, and shall not be used for advertising or product | 21142 \ endorsement purposes. / 21143 --------------------------------------------------------------------- 21144 21145 21146MD5 message digest algorithm 21147---------------------------- 21148 21149The source code for the :mod:`md5` module contains the following notice:: 21150 21151 Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. 21152 21153 This software is provided 'as-is', without any express or implied 21154 warranty. In no event will the authors be held liable for any damages 21155 arising from the use of this software. 21156 21157 Permission is granted to anyone to use this software for any purpose, 21158 including commercial applications, and to alter it and redistribute it 21159 freely, subject to the following restrictions: 21160 21161 1. The origin of this software must not be misrepresented; you must not 21162 claim that you wrote the original software. If you use this software 21163 in a product, an acknowledgment in the product documentation would be 21164 appreciated but is not required. 21165 2. Altered source versions must be plainly marked as such, and must not be 21166 misrepresented as being the original software. 21167 3. This notice may not be removed or altered from any source distribution. 21168 21169 L. Peter Deutsch 21170 ghost@aladdin.com 21171 21172 Independent implementation of MD5 (RFC 1321). 21173 21174 This code implements the MD5 Algorithm defined in RFC 1321, whose 21175 text is available at 21176 http://www.ietf.org/rfc/rfc1321.txt 21177 The code is derived from the text of the RFC, including the test suite 21178 (section A.5) but excluding the rest of Appendix A. It does not include 21179 any code or documentation that is identified in the RFC as being 21180 copyrighted. 21181 21182 The original and principal author of md5.h is L. Peter Deutsch 21183 <ghost@aladdin.com>. Other authors are noted in the change history 21184 that follows (in reverse chronological order): 21185 21186 2002-04-13 lpd Removed support for non-ANSI compilers; removed 21187 references to Ghostscript; clarified derivation from RFC 1321; 21188 now handles byte order either statically or dynamically. 21189 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 21190 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); 21191 added conditionalization for C++ compilation from Martin 21192 Purschke <purschke@bnl.gov>. 21193 1999-05-03 lpd Original version. 21194 21195 21196Asynchronous socket services 21197---------------------------- 21198 21199The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice:: 21200 21201 Copyright 1996 by Sam Rushing 21202 21203 All Rights Reserved 21204 21205 Permission to use, copy, modify, and distribute this software and 21206 its documentation for any purpose and without fee is hereby 21207 granted, provided that the above copyright notice appear in all 21208 copies and that both that copyright notice and this permission 21209 notice appear in supporting documentation, and that the name of Sam 21210 Rushing not be used in advertising or publicity pertaining to 21211 distribution of the software without specific, written prior 21212 permission. 21213 21214 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 21215 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 21216 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR 21217 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 21218 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 21219 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 21220 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21221 21222 21223Cookie management 21224----------------- 21225 21226The :mod:`Cookie` module contains the following notice:: 21227 21228 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu> 21229 21230 All Rights Reserved 21231 21232 Permission to use, copy, modify, and distribute this software 21233 and its documentation for any purpose and without fee is hereby 21234 granted, provided that the above copyright notice appear in all 21235 copies and that both that copyright notice and this permission 21236 notice appear in supporting documentation, and that the name of 21237 Timothy O'Malley not be used in advertising or publicity 21238 pertaining to distribution of the software without specific, written 21239 prior permission. 21240 21241 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 21242 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 21243 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR 21244 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21245 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 21246 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 21247 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 21248 PERFORMANCE OF THIS SOFTWARE. 21249 21250 21251Execution tracing 21252----------------- 21253 21254The :mod:`trace` module contains the following notice:: 21255 21256 portions copyright 2001, Autonomous Zones Industries, Inc., all rights... 21257 err... reserved and offered to the public under the terms of the 21258 Python 2.2 license. 21259 Author: Zooko O'Whielacronx 21260 http://zooko.com/ 21261 mailto:zooko@zooko.com 21262 21263 Copyright 2000, Mojam Media, Inc., all rights reserved. 21264 Author: Skip Montanaro 21265 21266 Copyright 1999, Bioreason, Inc., all rights reserved. 21267 Author: Andrew Dalke 21268 21269 Copyright 1995-1997, Automatrix, Inc., all rights reserved. 21270 Author: Skip Montanaro 21271 21272 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved. 21273 21274 21275 Permission to use, copy, modify, and distribute this Python software and 21276 its associated documentation for any purpose without fee is hereby 21277 granted, provided that the above copyright notice appears in all copies, 21278 and that both that copyright notice and this permission notice appear in 21279 supporting documentation, and that the name of neither Automatrix, 21280 Bioreason or Mojam Media be used in advertising or publicity pertaining to 21281 distribution of the software without specific, written prior permission. 21282 21283 21284UUencode and UUdecode functions 21285------------------------------- 21286 21287The :mod:`uu` module contains the following notice:: 21288 21289 Copyright 1994 by Lance Ellinghouse 21290 Cathedral City, California Republic, United States of America. 21291 All Rights Reserved 21292 Permission to use, copy, modify, and distribute this software and its 21293 documentation for any purpose and without fee is hereby granted, 21294 provided that the above copyright notice appear in all copies and that 21295 both that copyright notice and this permission notice appear in 21296 supporting documentation, and that the name of Lance Ellinghouse 21297 not be used in advertising or publicity pertaining to distribution 21298 of the software without specific, written prior permission. 21299 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO 21300 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 21301 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE 21302 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21303 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 21304 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 21305 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21306 21307 Modified by Jack Jansen, CWI, July 1995: 21308 - Use binascii module to do the actual line-by-line conversion 21309 between ascii and binary. This results in a 1000-fold speedup. The C 21310 version is still 5 times faster, though. 21311 - Arguments more compliant with Python standard 21312 21313 21314XML Remote Procedure Calls 21315-------------------------- 21316 21317The :mod:`xmlrpclib` module contains the following notice:: 21318 21319 The XML-RPC client interface is 21320 21321 Copyright (c) 1999-2002 by Secret Labs AB 21322 Copyright (c) 1999-2002 by Fredrik Lundh 21323 21324 By obtaining, using, and/or copying this software and/or its 21325 associated documentation, you agree that you have read, understood, 21326 and will comply with the following terms and conditions: 21327 21328 Permission to use, copy, modify, and distribute this software and 21329 its associated documentation for any purpose and without fee is 21330 hereby granted, provided that the above copyright notice appears in 21331 all copies, and that both that copyright notice and this permission 21332 notice appear in supporting documentation, and that the name of 21333 Secret Labs AB or the author not be used in advertising or publicity 21334 pertaining to distribution of the software without specific, written 21335 prior permission. 21336 21337 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD 21338 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT- 21339 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR 21340 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 21341 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 21342 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 21343 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 21344 OF THIS SOFTWARE. 21345 21346 21347test_epoll 21348---------- 21349 21350The :mod:`test_epoll` contains the following notice:: 21351 21352 Copyright (c) 2001-2006 Twisted Matrix Laboratories. 21353 21354 Permission is hereby granted, free of charge, to any person obtaining 21355 a copy of this software and associated documentation files (the 21356 "Software"), to deal in the Software without restriction, including 21357 without limitation the rights to use, copy, modify, merge, publish, 21358 distribute, sublicense, and/or sell copies of the Software, and to 21359 permit persons to whom the Software is furnished to do so, subject to 21360 the following conditions: 21361 21362 The above copyright notice and this permission notice shall be 21363 included in all copies or substantial portions of the Software. 21364 21365 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21366 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21367 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 21368 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 21369 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 21370 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 21371 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21372 21373Select kqueue 21374------------- 21375 21376The :mod:`select` and contains the following notice for the kqueue interface:: 21377 21378 Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes 21379 All rights reserved. 21380 21381 Redistribution and use in source and binary forms, with or without 21382 modification, are permitted provided that the following conditions 21383 are met: 21384 1. Redistributions of source code must retain the above copyright 21385 notice, this list of conditions and the following disclaimer. 21386 2. Redistributions in binary form must reproduce the above copyright 21387 notice, this list of conditions and the following disclaimer in the 21388 documentation and/or other materials provided with the distribution. 21389 21390 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 21391 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21392 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21393 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21394 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21395 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21396 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21397 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21398 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 21399 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 21400 SUCH DAMAGE. 21401 21402 21403strtod and dtoa 21404--------------- 21405 21406The file :file:`Python/dtoa.c`, which supplies C functions dtoa and 21407strtod for conversion of C doubles to and from strings, is derived 21408from the file of the same name by David M. Gay, currently available 21409from http://www.netlib.org/fp/. The original file, as retrieved on 21410March 16, 2009, contains the following copyright and licensing 21411notice:: 21412 21413 /**************************************************************** 21414 * 21415 * The author of this software is David M. Gay. 21416 * 21417 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies. 21418 * 21419 * Permission to use, copy, modify, and distribute this software for any 21420 * purpose without fee is hereby granted, provided that this entire notice 21421 * is included in all copies of any software which is or includes a copy 21422 * or modification of this software and in all copies of the supporting 21423 * documentation for such software. 21424 * 21425 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 21426 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY 21427 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY 21428 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 21429 * 21430 ***************************************************************/ 21431 21432 21433OpenSSL 21434------- 21435 21436The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use 21437the OpenSSL library for added performance if made available by the 21438operating system. Additionally, the Windows installers for Python 21439include a copy of the OpenSSL libraries, so we include a copy of the 21440OpenSSL license here:: 21441 21442 21443 LICENSE ISSUES 21444 ============== 21445 21446 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 21447 the OpenSSL License and the original SSLeay license apply to the toolkit. 21448 See below for the actual license texts. Actually both licenses are BSD-style 21449 Open Source licenses. In case of any license issues related to OpenSSL 21450 please contact openssl-core@openssl.org. 21451 21452 OpenSSL License 21453 --------------- 21454 21455 /* ==================================================================== 21456 * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. 21457 * 21458 * Redistribution and use in source and binary forms, with or without 21459 * modification, are permitted provided that the following conditions 21460 * are met: 21461 * 21462 * 1. Redistributions of source code must retain the above copyright 21463 * notice, this list of conditions and the following disclaimer. 21464 * 21465 * 2. Redistributions in binary form must reproduce the above copyright 21466 * notice, this list of conditions and the following disclaimer in 21467 * the documentation and/or other materials provided with the 21468 * distribution. 21469 * 21470 * 3. All advertising materials mentioning features or use of this 21471 * software must display the following acknowledgment: 21472 * "This product includes software developed by the OpenSSL Project 21473 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 21474 * 21475 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 21476 * endorse or promote products derived from this software without 21477 * prior written permission. For written permission, please contact 21478 * openssl-core@openssl.org. 21479 * 21480 * 5. Products derived from this software may not be called "OpenSSL" 21481 * nor may "OpenSSL" appear in their names without prior written 21482 * permission of the OpenSSL Project. 21483 * 21484 * 6. Redistributions of any form whatsoever must retain the following 21485 * acknowledgment: 21486 * "This product includes software developed by the OpenSSL Project 21487 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 21488 * 21489 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 21490 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21491 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21492 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 21493 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 21494 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 21495 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21496 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21497 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 21498 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 21499 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 21500 * OF THE POSSIBILITY OF SUCH DAMAGE. 21501 * ==================================================================== 21502 * 21503 * This product includes cryptographic software written by Eric Young 21504 * (eay@cryptsoft.com). This product includes software written by Tim 21505 * Hudson (tjh@cryptsoft.com). 21506 * 21507 */ 21508 21509 Original SSLeay License 21510 ----------------------- 21511 21512 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 21513 * All rights reserved. 21514 * 21515 * This package is an SSL implementation written 21516 * by Eric Young (eay@cryptsoft.com). 21517 * The implementation was written so as to conform with Netscapes SSL. 21518 * 21519 * This library is free for commercial and non-commercial use as long as 21520 * the following conditions are aheared to. The following conditions 21521 * apply to all code found in this distribution, be it the RC4, RSA, 21522 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 21523 * included with this distribution is covered by the same copyright terms 21524 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 21525 * 21526 * Copyright remains Eric Young's, and as such any Copyright notices in 21527 * the code are not to be removed. 21528 * If this package is used in a product, Eric Young should be given attribution 21529 * as the author of the parts of the library used. 21530 * This can be in the form of a textual message at program startup or 21531 * in documentation (online or textual) provided with the package. 21532 * 21533 * Redistribution and use in source and binary forms, with or without 21534 * modification, are permitted provided that the following conditions 21535 * are met: 21536 * 1. Redistributions of source code must retain the copyright 21537 * notice, this list of conditions and the following disclaimer. 21538 * 2. Redistributions in binary form must reproduce the above copyright 21539 * notice, this list of conditions and the following disclaimer in the 21540 * documentation and/or other materials provided with the distribution. 21541 * 3. All advertising materials mentioning features or use of this software 21542 * must display the following acknowledgement: 21543 * "This product includes cryptographic software written by 21544 * Eric Young (eay@cryptsoft.com)" 21545 * The word 'cryptographic' can be left out if the rouines from the library 21546 * being used are not cryptographic related :-). 21547 * 4. If you include any Windows specific code (or a derivative thereof) from 21548 * the apps directory (application code) you must include an acknowledgement: 21549 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 21550 * 21551 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 21552 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21553 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21554 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21555 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21556 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21557 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21558 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21559 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 21560 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 21561 * SUCH DAMAGE. 21562 * 21563 * The licence and distribution terms for any publically available version or 21564 * derivative of this code cannot be changed. i.e. this code cannot simply be 21565 * copied and put under another distribution licence 21566 * [including the GNU Public Licence.] 21567 */ 21568 21569 21570expat 21571----- 21572 21573The :mod:`pyexpat` extension is built using an included copy of the expat 21574sources unless the build is configured ``--with-system-expat``:: 21575 21576 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 21577 and Clark Cooper 21578 21579 Permission is hereby granted, free of charge, to any person obtaining 21580 a copy of this software and associated documentation files (the 21581 "Software"), to deal in the Software without restriction, including 21582 without limitation the rights to use, copy, modify, merge, publish, 21583 distribute, sublicense, and/or sell copies of the Software, and to 21584 permit persons to whom the Software is furnished to do so, subject to 21585 the following conditions: 21586 21587 The above copyright notice and this permission notice shall be included 21588 in all copies or substantial portions of the Software. 21589 21590 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21591 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21592 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 21593 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 21594 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21595 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 21596 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21597 21598 21599libffi 21600------ 21601 21602The :mod:`_ctypes` extension is built using an included copy of the libffi 21603sources unless the build is configured ``--with-system-libffi``:: 21604 21605 Copyright (c) 1996-2008 Red Hat, Inc and others. 21606 21607 Permission is hereby granted, free of charge, to any person obtaining 21608 a copy of this software and associated documentation files (the 21609 ``Software''), to deal in the Software without restriction, including 21610 without limitation the rights to use, copy, modify, merge, publish, 21611 distribute, sublicense, and/or sell copies of the Software, and to 21612 permit persons to whom the Software is furnished to do so, subject to 21613 the following conditions: 21614 21615 The above copyright notice and this permission notice shall be included 21616 in all copies or substantial portions of the Software. 21617 21618 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 21619 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21620 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 21621 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 21622 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 21623 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21624 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21625 DEALINGS IN THE SOFTWARE. 21626 21627 21628zlib 21629---- 21630 21631The :mod:`zlib` extension is built using an included copy of the zlib 21632sources if the zlib version found on the system is too old to be 21633used for the build:: 21634 21635 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler 21636 21637 This software is provided 'as-is', without any express or implied 21638 warranty. In no event will the authors be held liable for any damages 21639 arising from the use of this software. 21640 21641 Permission is granted to anyone to use this software for any purpose, 21642 including commercial applications, and to alter it and redistribute it 21643 freely, subject to the following restrictions: 21644 21645 1. The origin of this software must not be misrepresented; you must not 21646 claim that you wrote the original software. If you use this software 21647 in a product, an acknowledgment in the product documentation would be 21648 appreciated but is not required. 21649 21650 2. Altered source versions must be plainly marked as such, and must not be 21651 misrepresented as being the original software. 21652 21653 3. This notice may not be removed or altered from any source distribution. 21654 21655 Jean-loup Gailly Mark Adler 21656 jloup@gzip.org madler@alumni.caltech.edu 21657 21658 21659-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 21660 21661Scanned Source License Python-2.7.3/LICENSE: 21662 21663A. HISTORY OF THE SOFTWARE 21664========================== 21665 21666Python was created in the early 1990s by Guido van Rossum at Stichting 21667Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands 21668as a successor of a language called ABC. Guido remains Python's 21669principal author, although it includes many contributions from others. 21670 21671In 1995, Guido continued his work on Python at the Corporation for 21672National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) 21673in Reston, Virginia where he released several versions of the 21674software. 21675 21676In May 2000, Guido and the Python core development team moved to 21677BeOpen.com to form the BeOpen PythonLabs team. In October of the same 21678year, the PythonLabs team moved to Digital Creations (now Zope 21679Corporation, see http://www.zope.com). In 2001, the Python Software 21680Foundation (PSF, see http://www.python.org/psf/) was formed, a 21681non-profit organization created specifically to own Python-related 21682Intellectual Property. Zope Corporation is a sponsoring member of 21683the PSF. 21684 21685All Python releases are Open Source (see http://www.opensource.org for 21686the Open Source Definition). Historically, most, but not all, Python 21687releases have also been GPL-compatible; the table below summarizes 21688the various releases. 21689 21690 Release Derived Year Owner GPL- 21691 from compatible? (1) 21692 21693 0.9.0 thru 1.2 1991-1995 CWI yes 21694 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 21695 1.6 1.5.2 2000 CNRI no 21696 2.0 1.6 2000 BeOpen.com no 21697 1.6.1 1.6 2001 CNRI yes (2) 21698 2.1 2.0+1.6.1 2001 PSF no 21699 2.0.1 2.0+1.6.1 2001 PSF yes 21700 2.1.1 2.1+2.0.1 2001 PSF yes 21701 2.2 2.1.1 2001 PSF yes 21702 2.1.2 2.1.1 2002 PSF yes 21703 2.1.3 2.1.2 2002 PSF yes 21704 2.2.1 2.2 2002 PSF yes 21705 2.2.2 2.2.1 2002 PSF yes 21706 2.2.3 2.2.2 2003 PSF yes 21707 2.3 2.2.2 2002-2003 PSF yes 21708 2.3.1 2.3 2002-2003 PSF yes 21709 2.3.2 2.3.1 2002-2003 PSF yes 21710 2.3.3 2.3.2 2002-2003 PSF yes 21711 2.3.4 2.3.3 2004 PSF yes 21712 2.3.5 2.3.4 2005 PSF yes 21713 2.4 2.3 2004 PSF yes 21714 2.4.1 2.4 2005 PSF yes 21715 2.4.2 2.4.1 2005 PSF yes 21716 2.4.3 2.4.2 2006 PSF yes 21717 2.4.4 2.4.3 2006 PSF yes 21718 2.5 2.4 2006 PSF yes 21719 2.5.1 2.5 2007 PSF yes 21720 2.5.2 2.5.1 2008 PSF yes 21721 2.5.3 2.5.2 2008 PSF yes 21722 2.6 2.5 2008 PSF yes 21723 2.6.1 2.6 2008 PSF yes 21724 2.6.2 2.6.1 2009 PSF yes 21725 2.6.3 2.6.2 2009 PSF yes 21726 2.6.4 2.6.3 2009 PSF yes 21727 2.6.5 2.6.4 2010 PSF yes 21728 2.7 2.6 2010 PSF yes 21729 21730Footnotes: 21731 21732(1) GPL-compatible doesn't mean that we're distributing Python under 21733 the GPL. All Python licenses, unlike the GPL, let you distribute 21734 a modified version without making your changes open source. The 21735 GPL-compatible licenses make it possible to combine Python with 21736 other software that is released under the GPL; the others don't. 21737 21738(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, 21739 because its license has a choice of law clause. According to 21740 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 21741 is "not incompatible" with the GPL. 21742 21743Thanks to the many outside volunteers who have worked under Guido's 21744direction to make these releases possible. 21745 21746 21747B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON 21748=============================================================== 21749 21750PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 21751-------------------------------------------- 21752 217531. This LICENSE AGREEMENT is between the Python Software Foundation 21754("PSF"), and the Individual or Organization ("Licensee") accessing and 21755otherwise using this software ("Python") in source or binary form and 21756its associated documentation. 21757 217582. Subject to the terms and conditions of this License Agreement, PSF hereby 21759grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 21760analyze, test, perform and/or display publicly, prepare derivative works, 21761distribute, and otherwise use Python alone or in any derivative version, 21762provided, however, that PSF's License Agreement and PSF's notice of copyright, 21763i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 217642011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python 21765alone or in any derivative version prepared by Licensee. 21766 217673. In the event Licensee prepares a derivative work that is based on 21768or incorporates Python or any part thereof, and wants to make 21769the derivative work available to others as provided herein, then 21770Licensee hereby agrees to include in any such work a brief summary of 21771the changes made to Python. 21772 217734. PSF is making Python available to Licensee on an "AS IS" 21774basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 21775IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 21776DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 21777FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 21778INFRINGE ANY THIRD PARTY RIGHTS. 21779 217805. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 21781FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 21782A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 21783OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 21784 217856. This License Agreement will automatically terminate upon a material 21786breach of its terms and conditions. 21787 217887. Nothing in this License Agreement shall be deemed to create any 21789relationship of agency, partnership, or joint venture between PSF and 21790Licensee. This License Agreement does not grant permission to use PSF 21791trademarks or trade name in a trademark sense to endorse or promote 21792products or services of Licensee, or any third party. 21793 217948. By copying, installing or otherwise using Python, Licensee 21795agrees to be bound by the terms and conditions of this License 21796Agreement. 21797 21798 21799BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 21800------------------------------------------- 21801 21802BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 21803 218041. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an 21805office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the 21806Individual or Organization ("Licensee") accessing and otherwise using 21807this software in source or binary form and its associated 21808documentation ("the Software"). 21809 218102. Subject to the terms and conditions of this BeOpen Python License 21811Agreement, BeOpen hereby grants Licensee a non-exclusive, 21812royalty-free, world-wide license to reproduce, analyze, test, perform 21813and/or display publicly, prepare derivative works, distribute, and 21814otherwise use the Software alone or in any derivative version, 21815provided, however, that the BeOpen Python License is retained in the 21816Software, alone or in any derivative version prepared by Licensee. 21817 218183. BeOpen is making the Software available to Licensee on an "AS IS" 21819basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 21820IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND 21821DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 21822FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT 21823INFRINGE ANY THIRD PARTY RIGHTS. 21824 218254. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE 21826SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS 21827AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY 21828DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 21829 218305. This License Agreement will automatically terminate upon a material 21831breach of its terms and conditions. 21832 218336. This License Agreement shall be governed by and interpreted in all 21834respects by the law of the State of California, excluding conflict of 21835law provisions. Nothing in this License Agreement shall be deemed to 21836create any relationship of agency, partnership, or joint venture 21837between BeOpen and Licensee. This License Agreement does not grant 21838permission to use BeOpen trademarks or trade names in a trademark 21839sense to endorse or promote products or services of Licensee, or any 21840third party. As an exception, the "BeOpen Python" logos available at 21841http://www.pythonlabs.com/logos.html may be used according to the 21842permissions granted on that web page. 21843 218447. By copying, installing or otherwise using the software, Licensee 21845agrees to be bound by the terms and conditions of this License 21846Agreement. 21847 21848 21849CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 21850--------------------------------------- 21851 218521. This LICENSE AGREEMENT is between the Corporation for National 21853Research Initiatives, having an office at 1895 Preston White Drive, 21854Reston, VA 20191 ("CNRI"), and the Individual or Organization 21855("Licensee") accessing and otherwise using Python 1.6.1 software in 21856source or binary form and its associated documentation. 21857 218582. Subject to the terms and conditions of this License Agreement, CNRI 21859hereby grants Licensee a nonexclusive, royalty-free, world-wide 21860license to reproduce, analyze, test, perform and/or display publicly, 21861prepare derivative works, distribute, and otherwise use Python 1.6.1 21862alone or in any derivative version, provided, however, that CNRI's 21863License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 218641995-2001 Corporation for National Research Initiatives; All Rights 21865Reserved" are retained in Python 1.6.1 alone or in any derivative 21866version prepared by Licensee. Alternately, in lieu of CNRI's License 21867Agreement, Licensee may substitute the following text (omitting the 21868quotes): "Python 1.6.1 is made available subject to the terms and 21869conditions in CNRI's License Agreement. This Agreement together with 21870Python 1.6.1 may be located on the Internet using the following 21871unique, persistent identifier (known as a handle): 1895.22/1013. This 21872Agreement may also be obtained from a proxy server on the Internet 21873using the following URL: http://hdl.handle.net/1895.22/1013". 21874 218753. In the event Licensee prepares a derivative work that is based on 21876or incorporates Python 1.6.1 or any part thereof, and wants to make 21877the derivative work available to others as provided herein, then 21878Licensee hereby agrees to include in any such work a brief summary of 21879the changes made to Python 1.6.1. 21880 218814. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" 21882basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 21883IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND 21884DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 21885FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT 21886INFRINGE ANY THIRD PARTY RIGHTS. 21887 218885. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 218891.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 21890A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, 21891OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 21892 218936. This License Agreement will automatically terminate upon a material 21894breach of its terms and conditions. 21895 218967. This License Agreement shall be governed by the federal 21897intellectual property law of the United States, including without 21898limitation the federal copyright law, and, to the extent such 21899U.S. federal law does not apply, by the law of the Commonwealth of 21900Virginia, excluding Virginia's conflict of law provisions. 21901Notwithstanding the foregoing, with regard to derivative works based 21902on Python 1.6.1 that incorporate non-separable material that was 21903previously distributed under the GNU General Public License (GPL), the 21904law of the Commonwealth of Virginia shall govern this License 21905Agreement only as to issues arising under or with respect to 21906Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this 21907License Agreement shall be deemed to create any relationship of 21908agency, partnership, or joint venture between CNRI and Licensee. This 21909License Agreement does not grant permission to use CNRI trademarks or 21910trade name in a trademark sense to endorse or promote products or 21911services of Licensee, or any third party. 21912 219138. By clicking on the "ACCEPT" button where indicated, or by copying, 21914installing or otherwise using Python 1.6.1, Licensee agrees to be 21915bound by the terms and conditions of this License Agreement. 21916 21917 ACCEPT 21918 21919 21920CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 21921-------------------------------------------------- 21922 21923Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, 21924The Netherlands. All rights reserved. 21925 21926Permission to use, copy, modify, and distribute this software and its 21927documentation for any purpose and without fee is hereby granted, 21928provided that the above copyright notice appear in all copies and that 21929both that copyright notice and this permission notice appear in 21930supporting documentation, and that the name of Stichting Mathematisch 21931Centrum or CWI not be used in advertising or publicity pertaining to 21932distribution of the software without specific, written prior 21933permission. 21934 21935STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO 21936THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 21937FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE 21938FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21939WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 21940ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 21941OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21942 21943-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 21944 21945Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE: 21946 21947Copyright (c) 2002 Jorge Acereda <jacereda@users.sourceforge.net> & 21948 Peter O'Gorman <ogorman@users.sourceforge.net> 21949 21950Portions may be copyright others, see the AUTHORS file included with this 21951distribution. 21952 21953Maintained by Peter O'Gorman <ogorman@users.sourceforge.net> 21954 21955Bug Reports and other queries should go to <ogorman@users.sourceforge.net> 21956 21957 21958Permission is hereby granted, free of charge, to any person obtaining 21959a copy of this software and associated documentation files (the 21960"Software"), to deal in the Software without restriction, including 21961without limitation the rights to use, copy, modify, merge, publish, 21962distribute, sublicense, and/or sell copies of the Software, and to 21963permit persons to whom the Software is furnished to do so, subject to 21964the following conditions: 21965 21966The above copyright notice and this permission notice shall be 21967included in all copies or substantial portions of the Software. 21968 21969THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 21970EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21971MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 21972NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 21973LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 21974OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 21975WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21976 21977 21978 21979-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 21980 21981Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE: 21982 21983libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others. 21984See source files for details. 21985 21986Permission is hereby granted, free of charge, to any person obtaining 21987a copy of this software and associated documentation files (the 21988``Software''), to deal in the Software without restriction, including 21989without limitation the rights to use, copy, modify, merge, publish, 21990distribute, sublicense, and/or sell copies of the Software, and to 21991permit persons to whom the Software is furnished to do so, subject to 21992the following conditions: 21993 21994The above copyright notice and this permission notice shall be included 21995in all copies or substantial portions of the Software. 21996 21997THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 21998EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21999MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22000IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 22001CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22002TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22003SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22004 22005-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22006 22007Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE: 22008 22009libffi - Copyright (c) 1996-2003 Red Hat, Inc. 22010 22011Permission is hereby granted, free of charge, to any person obtaining 22012a copy of this software and associated documentation files (the 22013``Software''), to deal in the Software without restriction, including 22014without limitation the rights to use, copy, modify, merge, publish, 22015distribute, sublicense, and/or sell copies of the Software, and to 22016permit persons to whom the Software is furnished to do so, subject to 22017the following conditions: 22018 22019The above copyright notice and this permission notice shall be included 22020in all copies or substantial portions of the Software. 22021 22022THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS 22023OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22024MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22025IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR 22026OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22027ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22028OTHER DEALINGS IN THE SOFTWARE. 22029 22030-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22031 22032Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE: 22033 22034libffi - Copyright (c) 1996-2003 Red Hat, Inc. 22035 22036Permission is hereby granted, free of charge, to any person obtaining 22037a copy of this software and associated documentation files (the 22038``Software''), to deal in the Software without restriction, including 22039without limitation the rights to use, copy, modify, merge, publish, 22040distribute, sublicense, and/or sell copies of the Software, and to 22041permit persons to whom the Software is furnished to do so, subject to 22042the following conditions: 22043 22044The above copyright notice and this permission notice shall be included 22045in all copies or substantial portions of the Software. 22046 22047THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS 22048OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22049MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22050IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR 22051OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22052ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22053OTHER DEALINGS IN THE SOFTWARE. 22054 22055-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22056 22057Scanned Source License Python-2.7.3/Modules/expat/COPYING: 22058 22059Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 22060 and Clark Cooper 22061 22062Permission is hereby granted, free of charge, to any person obtaining 22063a copy of this software and associated documentation files (the 22064"Software"), to deal in the Software without restriction, including 22065without limitation the rights to use, copy, modify, merge, publish, 22066distribute, sublicense, and/or sell copies of the Software, and to 22067permit persons to whom the Software is furnished to do so, subject to 22068the following conditions: 22069 22070The above copyright notice and this permission notice shall be included 22071in all copies or substantial portions of the Software. 22072 22073THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 22074EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 22075MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 22076IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 22077CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22078TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22079SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 22080 22081-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22082 22083Scanned Source License Python-2.7.3/Tools/pybench/LICENSE: 22084 22085pybench License 22086--------------- 22087 22088This copyright notice and license applies to all files in the pybench 22089directory of the pybench distribution. 22090 22091Copyright (c), 1997-2006, Marc-Andre Lemburg (mal@lemburg.com) 22092Copyright (c), 2000-2006, eGenix.com Software GmbH (info@egenix.com) 22093 22094 All Rights Reserved. 22095 22096Permission to use, copy, modify, and distribute this software and its 22097documentation for any purpose and without fee or royalty is hereby 22098granted, provided that the above copyright notice appear in all copies 22099and that both that copyright notice and this permission notice appear 22100in supporting documentation or portions thereof, including 22101modifications, that you make. 22102 22103THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO 22104THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 22105FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, 22106INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 22107FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 22108NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 22109WITH THE USE OR PERFORMANCE OF THIS SOFTWARE ! 22110 22111-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22112</pre> 22113<ul> 22114<li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 22115</ul> 22116</div> 22117</div> 22118 22119 22120<div class="product"> 22121<span class="title">python-evdev-0.3.1</span> 22122<a class="show" href="#" onclick="return toggle(this);">show license text</a> 22123<span class="homepage"><a href="http://gvalkov.github.com/python-evdev/">homepage</a></span> 22124<div class="licence"> 22125<pre>Scanned Source License python-evdev-0.3.1/LICENSE: 22126 22127Copyright (c) 2012 Georgi Valkov. All rights reserved. 22128 22129Redistribution and use in source and binary forms, with or without 22130modification, are permitted provided that the following conditions are 22131met: 22132 22133 1. Redistributions of source code must retain the above copyright 22134 notice, this list of conditions and the following disclaimer. 22135 22136 2. Redistributions in binary form must reproduce the above copyright 22137 notice, this list of conditions and the following disclaimer in 22138 the documentation and/or other materials provided with the 22139 distribution. 22140 22141 3. Neither the name of author nor the names of its contributors may 22142 be used to endorse or promote products derived from this software 22143 without specific prior written permission. 22144 22145THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 22146ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22147WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 22148DISCLAIMED. IN NO EVENT SHALL GEORGI VALKOV BE LIABLE FOR ANY 22149DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 22150(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 22151LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 22152ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22153(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22154SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22155 22156-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22157</pre> 22158<ul> 22159 22160</ul> 22161</div> 22162</div> 22163 22164 22165<div class="product"> 22166<span class="title">python-exec-0.3.1</span> 22167<a class="show" href="#" onclick="return toggle(this);">show license text</a> 22168<span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22169<div class="licence"> 22170<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec: 22171 22172Copyright 2012 Michał Górny 22173All rights reserved 22174 22175Redistribution and use in source and binary forms, with or without 22176modification, are permitted providing that the following conditions· 22177are met: 221781. Redistributions of source code must retain the above copyright 22179 notice, this list of conditions and the following disclaimer. 221802. Redistributions in binary form must reproduce the above copyright 22181 notice, this list of conditions and the following disclaimer in the 22182 documentation and/or other materials provided with the distribution. 22183 22184THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22185IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22186WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22187ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22188DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22189DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22190OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22191HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22192STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22193IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22194POSSIBILITY OF SUCH DAMAGE. 22195 22196-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22197</pre> 22198<ul> 22199 22200</ul> 22201</div> 22202</div> 22203 22204 22205<div class="product"> 22206<span class="title">python-exec-10000.1</span> 22207<a class="show" href="#" onclick="return toggle(this);">show license text</a> 22208<span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22209<div class="licence"> 22210<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-python/python-exec: 22211 22212Copyright 2012 Michał Górny 22213All rights reserved 22214 22215Redistribution and use in source and binary forms, with or without 22216modification, are permitted providing that the following conditions· 22217are met: 222181. Redistributions of source code must retain the above copyright 22219 notice, this list of conditions and the following disclaimer. 222202. Redistributions in binary form must reproduce the above copyright 22221 notice, this list of conditions and the following disclaimer in the 22222 documentation and/or other materials provided with the distribution. 22223 22224THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22225IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22226WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22227ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22228DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22229DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22230OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22231HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22232STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22233IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22234POSSIBILITY OF SUCH DAMAGE. 22235 22236-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22237</pre> 22238<ul> 22239 22240</ul> 22241</div> 22242</div> 22243 22244 22245<div class="product"> 22246<span class="title">python-exec-10000.2</span> 22247<a class="show" href="#" onclick="return toggle(this);">show license text</a> 22248<span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22249<div class="licence"> 22250<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-python/python-exec: 22251 22252Copyright 2012 Michał Górny 22253All rights reserved 22254 22255Redistribution and use in source and binary forms, with or without 22256modification, are permitted providing that the following conditions· 22257are met: 222581. Redistributions of source code must retain the above copyright 22259 notice, this list of conditions and the following disclaimer. 222602. Redistributions in binary form must reproduce the above copyright 22261 notice, this list of conditions and the following disclaimer in the 22262 documentation and/or other materials provided with the distribution. 22263 22264THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22265IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22266WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22267ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22268DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22269DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22270OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22271HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22272STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22273IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22274POSSIBILITY OF SUCH DAMAGE. 22275 22276-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22277</pre> 22278<ul> 22279 22280</ul> 22281</div> 22282</div> 22283 22284 22285<div class="product"> 22286<span class="title">python-exec-2.0.1</span> 22287<a class="show" href="#" onclick="return toggle(this);">show license text</a> 22288<span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span> 22289<div class="licence"> 22290<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec: 22291 22292Copyright 2012 Michał Górny 22293All rights reserved 22294 22295Redistribution and use in source and binary forms, with or without 22296modification, are permitted providing that the following conditions· 22297are met: 222981. Redistributions of source code must retain the above copyright 22299 notice, this list of conditions and the following disclaimer. 223002. Redistributions in binary form must reproduce the above copyright 22301 notice, this list of conditions and the following disclaimer in the 22302 documentation and/or other materials provided with the distribution. 22303 22304THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22305IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22306WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22307ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22308DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22309DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22310OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22311HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 22312STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 22313IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 22314POSSIBILITY OF SUCH DAMAGE. 22315 22316-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22317</pre> 22318<ul> 22319 22320</ul> 22321</div> 22322</div> 22323 22324 22325<div class="product"> 22326<span class="title">pyudev-0.12</span> 22327<a class="show" href="#" onclick="return toggle(this);">show license text</a> 22328<span class="homepage"><a href="http://packages.python.org/pyudev/">homepage</a></span> 22329<div class="licence"> 22330<pre>Scanned Source License pyudev-0.12/COPYING: 22331 22332 GNU LESSER GENERAL PUBLIC LICENSE 22333 Version 2.1, February 1999 22334 22335 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 22336 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22337 Everyone is permitted to copy and distribute verbatim copies 22338 of this license document, but changing it is not allowed. 22339 22340[This is the first released version of the Lesser GPL. It also counts 22341 as the successor of the GNU Library Public License, version 2, hence 22342 the version number 2.1.] 22343 22344 Preamble 22345 22346 The licenses for most software are designed to take away your 22347freedom to share and change it. By contrast, the GNU General Public 22348Licenses are intended to guarantee your freedom to share and change 22349free software--to make sure the software is free for all its users. 22350 22351 This license, the Lesser General Public License, applies to some 22352specially designated software packages--typically libraries--of the 22353Free Software Foundation and other authors who decide to use it. You 22354can use it too, but we suggest you first think carefully about whether 22355this license or the ordinary General Public License is the better 22356strategy to use in any particular case, based on the explanations below. 22357 22358 When we speak of free software, we are referring to freedom of use, 22359not price. Our General Public Licenses are designed to make sure that 22360you have the freedom to distribute copies of free software (and charge 22361for this service if you wish); that you receive source code or can get 22362it if you want it; that you can change the software and use pieces of 22363it in new free programs; and that you are informed that you can do 22364these things. 22365 22366 To protect your rights, we need to make restrictions that forbid 22367distributors to deny you these rights or to ask you to surrender these 22368rights. These restrictions translate to certain responsibilities for 22369you if you distribute copies of the library or if you modify it. 22370 22371 For example, if you distribute copies of the library, whether gratis 22372or for a fee, you must give the recipients all the rights that we gave 22373you. You must make sure that they, too, receive or can get the source 22374code. If you link other code with the library, you must provide 22375complete object files to the recipients, so that they can relink them 22376with the library after making changes to the library and recompiling 22377it. And you must show them these terms so they know their rights. 22378 22379 We protect your rights with a two-step method: (1) we copyright the 22380library, and (2) we offer you this license, which gives you legal 22381permission to copy, distribute and/or modify the library. 22382 22383 To protect each distributor, we want to make it very clear that 22384there is no warranty for the free library. Also, if the library is 22385modified by someone else and passed on, the recipients should know 22386that what they have is not the original version, so that the original 22387author's reputation will not be affected by problems that might be 22388introduced by others. 22389 22390 Finally, software patents pose a constant threat to the existence of 22391any free program. We wish to make sure that a company cannot 22392effectively restrict the users of a free program by obtaining a 22393restrictive license from a patent holder. Therefore, we insist that 22394any patent license obtained for a version of the library must be 22395consistent with the full freedom of use specified in this license. 22396 22397 Most GNU software, including some libraries, is covered by the 22398ordinary GNU General Public License. This license, the GNU Lesser 22399General Public License, applies to certain designated libraries, and 22400is quite different from the ordinary General Public License. We use 22401this license for certain libraries in order to permit linking those 22402libraries into non-free programs. 22403 22404 When a program is linked with a library, whether statically or using 22405a shared library, the combination of the two is legally speaking a 22406combined work, a derivative of the original library. The ordinary 22407General Public License therefore permits such linking only if the 22408entire combination fits its criteria of freedom. The Lesser General 22409Public License permits more lax criteria for linking other code with 22410the library. 22411 22412 We call this license the "Lesser" General Public License because it 22413does Less to protect the user's freedom than the ordinary General 22414Public License. It also provides other free software developers Less 22415of an advantage over competing non-free programs. These disadvantages 22416are the reason we use the ordinary General Public License for many 22417libraries. However, the Lesser license provides advantages in certain 22418special circumstances. 22419 22420 For example, on rare occasions, there may be a special need to 22421encourage the widest possible use of a certain library, so that it becomes 22422a de-facto standard. To achieve this, non-free programs must be 22423allowed to use the library. A more frequent case is that a free 22424library does the same job as widely used non-free libraries. In this 22425case, there is little to gain by limiting the free library to free 22426software only, so we use the Lesser General Public License. 22427 22428 In other cases, permission to use a particular library in non-free 22429programs enables a greater number of people to use a large body of 22430free software. For example, permission to use the GNU C Library in 22431non-free programs enables many more people to use the whole GNU 22432operating system, as well as its variant, the GNU/Linux operating 22433system. 22434 22435 Although the Lesser General Public License is Less protective of the 22436users' freedom, it does ensure that the user of a program that is 22437linked with the Library has the freedom and the wherewithal to run 22438that program using a modified version of the Library. 22439 22440 The precise terms and conditions for copying, distribution and 22441modification follow. Pay close attention to the difference between a 22442"work based on the library" and a "work that uses the library". The 22443former contains code derived from the library, whereas the latter must 22444be combined with the library in order to run. 22445 22446 GNU LESSER GENERAL PUBLIC LICENSE 22447 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 22448 22449 0. This License Agreement applies to any software library or other 22450program which contains a notice placed by the copyright holder or 22451other authorized party saying it may be distributed under the terms of 22452this Lesser General Public License (also called "this License"). 22453Each licensee is addressed as "you". 22454 22455 A "library" means a collection of software functions and/or data 22456prepared so as to be conveniently linked with application programs 22457(which use some of those functions and data) to form executables. 22458 22459 The "Library", below, refers to any such software library or work 22460which has been distributed under these terms. A "work based on the 22461Library" means either the Library or any derivative work under 22462copyright law: that is to say, a work containing the Library or a 22463portion of it, either verbatim or with modifications and/or translated 22464straightforwardly into another language. (Hereinafter, translation is 22465included without limitation in the term "modification".) 22466 22467 "Source code" for a work means the preferred form of the work for 22468making modifications to it. For a library, complete source code means 22469all the source code for all modules it contains, plus any associated 22470interface definition files, plus the scripts used to control compilation 22471and installation of the library. 22472 22473 Activities other than copying, distribution and modification are not 22474covered by this License; they are outside its scope. The act of 22475running a program using the Library is not restricted, and output from 22476such a program is covered only if its contents constitute a work based 22477on the Library (independent of the use of the Library in a tool for 22478writing it). Whether that is true depends on what the Library does 22479and what the program that uses the Library does. 22480 22481 1. You may copy and distribute verbatim copies of the Library's 22482complete source code as you receive it, in any medium, provided that 22483you conspicuously and appropriately publish on each copy an 22484appropriate copyright notice and disclaimer of warranty; keep intact 22485all the notices that refer to this License and to the absence of any 22486warranty; and distribute a copy of this License along with the 22487Library. 22488 22489 You may charge a fee for the physical act of transferring a copy, 22490and you may at your option offer warranty protection in exchange for a 22491fee. 22492 22493 2. You may modify your copy or copies of the Library or any portion 22494of it, thus forming a work based on the Library, and copy and 22495distribute such modifications or work under the terms of Section 1 22496above, provided that you also meet all of these conditions: 22497 22498 a) The modified work must itself be a software library. 22499 22500 b) You must cause the files modified to carry prominent notices 22501 stating that you changed the files and the date of any change. 22502 22503 c) You must cause the whole of the work to be licensed at no 22504 charge to all third parties under the terms of this License. 22505 22506 d) If a facility in the modified Library refers to a function or a 22507 table of data to be supplied by an application program that uses 22508 the facility, other than as an argument passed when the facility 22509 is invoked, then you must make a good faith effort to ensure that, 22510 in the event an application does not supply such function or 22511 table, the facility still operates, and performs whatever part of 22512 its purpose remains meaningful. 22513 22514 (For example, a function in a library to compute square roots has 22515 a purpose that is entirely well-defined independent of the 22516 application. Therefore, Subsection 2d requires that any 22517 application-supplied function or table used by this function must 22518 be optional: if the application does not supply it, the square 22519 root function must still compute square roots.) 22520 22521These requirements apply to the modified work as a whole. If 22522identifiable sections of that work are not derived from the Library, 22523and can be reasonably considered independent and separate works in 22524themselves, then this License, and its terms, do not apply to those 22525sections when you distribute them as separate works. But when you 22526distribute the same sections as part of a whole which is a work based 22527on the Library, the distribution of the whole must be on the terms of 22528this License, whose permissions for other licensees extend to the 22529entire whole, and thus to each and every part regardless of who wrote 22530it. 22531 22532Thus, it is not the intent of this section to claim rights or contest 22533your rights to work written entirely by you; rather, the intent is to 22534exercise the right to control the distribution of derivative or 22535collective works based on the Library. 22536 22537In addition, mere aggregation of another work not based on the Library 22538with the Library (or with a work based on the Library) on a volume of 22539a storage or distribution medium does not bring the other work under 22540the scope of this License. 22541 22542 3. You may opt to apply the terms of the ordinary GNU General Public 22543License instead of this License to a given copy of the Library. To do 22544this, you must alter all the notices that refer to this License, so 22545that they refer to the ordinary GNU General Public License, version 2, 22546instead of to this License. (If a newer version than version 2 of the 22547ordinary GNU General Public License has appeared, then you can specify 22548that version instead if you wish.) Do not make any other change in 22549these notices. 22550 22551 Once this change is made in a given copy, it is irreversible for 22552that copy, so the ordinary GNU General Public License applies to all 22553subsequent copies and derivative works made from that copy. 22554 22555 This option is useful when you wish to copy part of the code of 22556the Library into a program that is not a library. 22557 22558 4. You may copy and distribute the Library (or a portion or 22559derivative of it, under Section 2) in object code or executable form 22560under the terms of Sections 1 and 2 above provided that you accompany 22561it with the complete corresponding machine-readable source code, which 22562must be distributed under the terms of Sections 1 and 2 above on a 22563medium customarily used for software interchange. 22564 22565 If distribution of object code is made by offering access to copy 22566from a designated place, then offering equivalent access to copy the 22567source code from the same place satisfies the requirement to 22568distribute the source code, even though third parties are not 22569compelled to copy the source along with the object code. 22570 22571 5. A program that contains no derivative of any portion of the 22572Library, but is designed to work with the Library by being compiled or 22573linked with it, is called a "work that uses the Library". Such a 22574work, in isolation, is not a derivative work of the Library, and 22575therefore falls outside the scope of this License. 22576 22577 However, linking a "work that uses the Library" with the Library 22578creates an executable that is a derivative of the Library (because it 22579contains portions of the Library), rather than a "work that uses the 22580library". The executable is therefore covered by this License. 22581Section 6 states terms for distribution of such executables. 22582 22583 When a "work that uses the Library" uses material from a header file 22584that is part of the Library, the object code for the work may be a 22585derivative work of the Library even though the source code is not. 22586Whether this is true is especially significant if the work can be 22587linked without the Library, or if the work is itself a library. The 22588threshold for this to be true is not precisely defined by law. 22589 22590 If such an object file uses only numerical parameters, data 22591structure layouts and accessors, and small macros and small inline 22592functions (ten lines or less in length), then the use of the object 22593file is unrestricted, regardless of whether it is legally a derivative 22594work. (Executables containing this object code plus portions of the 22595Library will still fall under Section 6.) 22596 22597 Otherwise, if the work is a derivative of the Library, you may 22598distribute the object code for the work under the terms of Section 6. 22599Any executables containing that work also fall under Section 6, 22600whether or not they are linked directly with the Library itself. 22601 22602 6. As an exception to the Sections above, you may also combine or 22603link a "work that uses the Library" with the Library to produce a 22604work containing portions of the Library, and distribute that work 22605under terms of your choice, provided that the terms permit 22606modification of the work for the customer's own use and reverse 22607engineering for debugging such modifications. 22608 22609 You must give prominent notice with each copy of the work that the 22610Library is used in it and that the Library and its use are covered by 22611this License. You must supply a copy of this License. If the work 22612during execution displays copyright notices, you must include the 22613copyright notice for the Library among them, as well as a reference 22614directing the user to the copy of this License. Also, you must do one 22615of these things: 22616 22617 a) Accompany the work with the complete corresponding 22618 machine-readable source code for the Library including whatever 22619 changes were used in the work (which must be distributed under 22620 Sections 1 and 2 above); and, if the work is an executable linked 22621 with the Library, with the complete machine-readable "work that 22622 uses the Library", as object code and/or source code, so that the 22623 user can modify the Library and then relink to produce a modified 22624 executable containing the modified Library. (It is understood 22625 that the user who changes the contents of definitions files in the 22626 Library will not necessarily be able to recompile the application 22627 to use the modified definitions.) 22628 22629 b) Use a suitable shared library mechanism for linking with the 22630 Library. A suitable mechanism is one that (1) uses at run time a 22631 copy of the library already present on the user's computer system, 22632 rather than copying library functions into the executable, and (2) 22633 will operate properly with a modified version of the library, if 22634 the user installs one, as long as the modified version is 22635 interface-compatible with the version that the work was made with. 22636 22637 c) Accompany the work with a written offer, valid for at 22638 least three years, to give the same user the materials 22639 specified in Subsection 6a, above, for a charge no more 22640 than the cost of performing this distribution. 22641 22642 d) If distribution of the work is made by offering access to copy 22643 from a designated place, offer equivalent access to copy the above 22644 specified materials from the same place. 22645 22646 e) Verify that the user has already received a copy of these 22647 materials or that you have already sent this user a copy. 22648 22649 For an executable, the required form of the "work that uses the 22650Library" must include any data and utility programs needed for 22651reproducing the executable from it. However, as a special exception, 22652the materials to be distributed need not include anything that is 22653normally distributed (in either source or binary form) with the major 22654components (compiler, kernel, and so on) of the operating system on 22655which the executable runs, unless that component itself accompanies 22656the executable. 22657 22658 It may happen that this requirement contradicts the license 22659restrictions of other proprietary libraries that do not normally 22660accompany the operating system. Such a contradiction means you cannot 22661use both them and the Library together in an executable that you 22662distribute. 22663 22664 7. You may place library facilities that are a work based on the 22665Library side-by-side in a single library together with other library 22666facilities not covered by this License, and distribute such a combined 22667library, provided that the separate distribution of the work based on 22668the Library and of the other library facilities is otherwise 22669permitted, and provided that you do these two things: 22670 22671 a) Accompany the combined library with a copy of the same work 22672 based on the Library, uncombined with any other library 22673 facilities. This must be distributed under the terms of the 22674 Sections above. 22675 22676 b) Give prominent notice with the combined library of the fact 22677 that part of it is a work based on the Library, and explaining 22678 where to find the accompanying uncombined form of the same work. 22679 22680 8. You may not copy, modify, sublicense, link with, or distribute 22681the Library except as expressly provided under this License. Any 22682attempt otherwise to copy, modify, sublicense, link with, or 22683distribute the Library is void, and will automatically terminate your 22684rights under this License. However, parties who have received copies, 22685or rights, from you under this License will not have their licenses 22686terminated so long as such parties remain in full compliance. 22687 22688 9. You are not required to accept this License, since you have not 22689signed it. However, nothing else grants you permission to modify or 22690distribute the Library or its derivative works. These actions are 22691prohibited by law if you do not accept this License. Therefore, by 22692modifying or distributing the Library (or any work based on the 22693Library), you indicate your acceptance of this License to do so, and 22694all its terms and conditions for copying, distributing or modifying 22695the Library or works based on it. 22696 22697 10. Each time you redistribute the Library (or any work based on the 22698Library), the recipient automatically receives a license from the 22699original licensor to copy, distribute, link with or modify the Library 22700subject to these terms and conditions. You may not impose any further 22701restrictions on the recipients' exercise of the rights granted herein. 22702You are not responsible for enforcing compliance by third parties with 22703this License. 22704 22705 11. If, as a consequence of a court judgment or allegation of patent 22706infringement or for any other reason (not limited to patent issues), 22707conditions are imposed on you (whether by court order, agreement or 22708otherwise) that contradict the conditions of this License, they do not 22709excuse you from the conditions of this License. If you cannot 22710distribute so as to satisfy simultaneously your obligations under this 22711License and any other pertinent obligations, then as a consequence you 22712may not distribute the Library at all. For example, if a patent 22713license would not permit royalty-free redistribution of the Library by 22714all those who receive copies directly or indirectly through you, then 22715the only way you could satisfy both it and this License would be to 22716refrain entirely from distribution of the Library. 22717 22718If any portion of this section is held invalid or unenforceable under any 22719particular circumstance, the balance of the section is intended to apply, 22720and the section as a whole is intended to apply in other circumstances. 22721 22722It is not the purpose of this section to induce you to infringe any 22723patents or other property right claims or to contest validity of any 22724such claims; this section has the sole purpose of protecting the 22725integrity of the free software distribution system which is 22726implemented by public license practices. Many people have made 22727generous contributions to the wide range of software distributed 22728through that system in reliance on consistent application of that 22729system; it is up to the author/donor to decide if he or she is willing 22730to distribute software through any other system and a licensee cannot 22731impose that choice. 22732 22733This section is intended to make thoroughly clear what is believed to 22734be a consequence of the rest of this License. 22735 22736 12. If the distribution and/or use of the Library is restricted in 22737certain countries either by patents or by copyrighted interfaces, the 22738original copyright holder who places the Library under this License may add 22739an explicit geographical distribution limitation excluding those countries, 22740so that distribution is permitted only in or among countries not thus 22741excluded. In such case, this License incorporates the limitation as if 22742written in the body of this License. 22743 22744 13. The Free Software Foundation may publish revised and/or new 22745versions of the Lesser General Public License from time to time. 22746Such new versions will be similar in spirit to the present version, 22747but may differ in detail to address new problems or concerns. 22748 22749Each version is given a distinguishing version number. If the Library 22750specifies a version number of this License which applies to it and 22751"any later version", you have the option of following the terms and 22752conditions either of that version or of any later version published by 22753the Free Software Foundation. If the Library does not specify a 22754license version number, you may choose any version ever published by 22755the Free Software Foundation. 22756 22757 14. If you wish to incorporate parts of the Library into other free 22758programs whose distribution conditions are incompatible with these, 22759write to the author to ask for permission. For software which is 22760copyrighted by the Free Software Foundation, write to the Free 22761Software Foundation; we sometimes make exceptions for this. Our 22762decision will be guided by the two goals of preserving the free status 22763of all derivatives of our free software and of promoting the sharing 22764and reuse of software generally. 22765 22766 NO WARRANTY 22767 22768 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 22769WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 22770EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 22771OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 22772KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 22773IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22774PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 22775LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 22776THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 22777 22778 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 22779WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 22780AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 22781FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 22782CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 22783LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 22784RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 22785FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 22786SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 22787DAMAGES. 22788 22789 END OF TERMS AND CONDITIONS 22790 22791 How to Apply These Terms to Your New Libraries 22792 22793 If you develop a new library, and you want it to be of the greatest 22794possible use to the public, we recommend making it free software that 22795everyone can redistribute and change. You can do so by permitting 22796redistribution under these terms (or, alternatively, under the terms of the 22797ordinary General Public License). 22798 22799 To apply these terms, attach the following notices to the library. It is 22800safest to attach them to the start of each source file to most effectively 22801convey the exclusion of warranty; and each file should have at least the 22802"copyright" line and a pointer to where the full notice is found. 22803 22804 <one line to give the library's name and a brief idea of what it does.> 22805 Copyright (C) <year> <name of author> 22806 22807 This library is free software; you can redistribute it and/or 22808 modify it under the terms of the GNU Lesser General Public 22809 License as published by the Free Software Foundation; either 22810 version 2.1 of the License, or (at your option) any later version. 22811 22812 This library is distributed in the hope that it will be useful, 22813 but WITHOUT ANY WARRANTY; without even the implied warranty of 22814 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22815 Lesser General Public License for more details. 22816 22817 You should have received a copy of the GNU Lesser General Public 22818 License along with this library; if not, write to the Free Software 22819 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22820 22821Also add information on how to contact you by electronic and paper mail. 22822 22823You should also get your employer (if you work as a programmer) or your 22824school, if any, to sign a "copyright disclaimer" for the library, if 22825necessary. Here is a sample; alter the names: 22826 22827 Yoyodyne, Inc., hereby disclaims all copyright interest in the 22828 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 22829 22830 <signature of Ty Coon>, 1 April 1990 22831 Ty Coon, President of Vice 22832 22833That's all there is to it! 22834 22835 22836 22837-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22838 22839Scanned Source License pyudev-0.12/PKG-INFO: 22840 22841Metadata-Version: 1.0 22842Name: pyudev 22843Version: 0.12 22844Summary: A libudev binding 22845Home-page: http://packages.python.org/pyudev 22846Author: Sebastian Wiesner 22847Author-email: lunaryorn@googlemail.com 22848License: MIT/X11 22849Description: ###### 22850 pyudev 22851 ###### 22852 22853 http://packages.python.org/pyudev 22854 22855 pyudev is a Python_ binding for libudev_, available under the terms fo the 22856 `GNU LGPL 2.1`_ (see ``COPYING``). 22857 22858 Refer to the website_ for detailed information and API documentation. 22859 22860 22861 Installation 22862 ============ 22863 22864 The basic binding is implemented in pure Python atop of ctypes_. The only 22865 dependencies are udev_ and Python.pyudev supports CPython_ 2.6 or newer 22866 (including 3.x) and PyPy_ 1.5 or newer, and is tested against udev_ 151 and 22867 newer. Older versions of older versions of udev_ may or may not work. 22868 22869 The toolkit integration modules in ``pyudev.pyqt4``, ``pyudev.pyside`` and 22870 ``pyudev.glib`` require some libraries from the corresponding toolkit. 22871 Refer to the documentation of these modules for a more precise description. 22872 22873 Installation is rather simple, just run:: 22874 22875 python setup.py install 22876 22877 22878 Issues and Feedback 22879 =================== 22880 22881 There is a mailing list at pyudev@librelist.com for user questions and 22882 development discussions around pyudev. To subscribe to this list, just send 22883 a mail to pyudev@librelist.com and reply to the configuration mail. The 22884 original mail is ditched. 22885 22886 Issues or enhancement proposals should be reported to the `issue tracker`_. 22887 Thank you. 22888 22889 22890 Development 22891 =========== 22892 22893 Development happens on GitHub_. The complete source code is available in a 22894 git_ repository:: 22895 22896 git clone --recursive git://github.com/lunaryorn/pyudev.git 22897 22898 Feel free to fork the repository. Pull requests and patches are welcome! 22899 22900 .. _GNU LGPL 2.1: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html 22901 .. _Python: http://www.python.org/ 22902 .. _CPython: http://www.python.org/ 22903 .. _PyPy: http://codespeak.net/pypy/ 22904 .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 22905 .. _udev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22906 .. _libudev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22907 .. _website: http://packages.python.org/pyudev 22908 .. _ctypes: http://docs.python.org/library/ctypes.html 22909 .. _issue tracker: http://github.com/lunaryorn/pyudev/issues 22910 .. _GitHub: http://github.com/lunaryorn/pyudev 22911 .. _git: http://www.git-scm.com/ 22912 22913Platform: Linux 22914Classifier: Development Status :: 4 - Beta 22915Classifier: Intended Audience :: Developers 22916Classifier: License :: OSI Approved :: MIT License 22917Classifier: Operating System :: POSIX :: Linux 22918Classifier: Programming Language :: Python 22919Classifier: Programming Language :: Python :: 2 22920Classifier: Programming Language :: Python :: 3 22921Classifier: Topic :: Software Development :: Libraries 22922Classifier: Topic :: System :: Hardware 22923Classifier: Topic :: System :: Operating System Kernels :: Linux 22924 22925-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 22926 22927Scanned Source License pyudev-0.12/pyudev.egg-info/PKG-INFO: 22928 22929Metadata-Version: 1.0 22930Name: pyudev 22931Version: 0.12 22932Summary: A libudev binding 22933Home-page: http://packages.python.org/pyudev 22934Author: Sebastian Wiesner 22935Author-email: lunaryorn@googlemail.com 22936License: MIT/X11 22937Description: ###### 22938 pyudev 22939 ###### 22940 22941 http://packages.python.org/pyudev 22942 22943 pyudev is a Python_ binding for libudev_, available under the terms fo the 22944 `GNU LGPL 2.1`_ (see ``COPYING``). 22945 22946 Refer to the website_ for detailed information and API documentation. 22947 22948 22949 Installation 22950 ============ 22951 22952 The basic binding is implemented in pure Python atop of ctypes_. The only 22953 dependencies are udev_ and Python.pyudev supports CPython_ 2.6 or newer 22954 (including 3.x) and PyPy_ 1.5 or newer, and is tested against udev_ 151 and 22955 newer. Older versions of older versions of udev_ may or may not work. 22956 22957 The toolkit integration modules in ``pyudev.pyqt4``, ``pyudev.pyside`` and 22958 ``pyudev.glib`` require some libraries from the corresponding toolkit. 22959 Refer to the documentation of these modules for a more precise description. 22960 22961 Installation is rather simple, just run:: 22962 22963 python setup.py install 22964 22965 22966 Issues and Feedback 22967 =================== 22968 22969 There is a mailing list at pyudev@librelist.com for user questions and 22970 development discussions around pyudev. To subscribe to this list, just send 22971 a mail to pyudev@librelist.com and reply to the configuration mail. The 22972 original mail is ditched. 22973 22974 Issues or enhancement proposals should be reported to the `issue tracker`_. 22975 Thank you. 22976 22977 22978 Development 22979 =========== 22980 22981 Development happens on GitHub_. The complete source code is available in a 22982 git_ repository:: 22983 22984 git clone --recursive git://github.com/lunaryorn/pyudev.git 22985 22986 Feel free to fork the repository. Pull requests and patches are welcome! 22987 22988 .. _GNU LGPL 2.1: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html 22989 .. _Python: http://www.python.org/ 22990 .. _CPython: http://www.python.org/ 22991 .. _PyPy: http://codespeak.net/pypy/ 22992 .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro/ 22993 .. _udev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22994 .. _libudev: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html 22995 .. _website: http://packages.python.org/pyudev 22996 .. _ctypes: http://docs.python.org/library/ctypes.html 22997 .. _issue tracker: http://github.com/lunaryorn/pyudev/issues 22998 .. _GitHub: http://github.com/lunaryorn/pyudev 22999 .. _git: http://www.git-scm.com/ 23000 23001Platform: Linux 23002Classifier: Development Status :: 4 - Beta 23003Classifier: Intended Audience :: Developers 23004Classifier: License :: OSI Approved :: MIT License 23005Classifier: Operating System :: POSIX :: Linux 23006Classifier: Programming Language :: Python 23007Classifier: Programming Language :: Python :: 2 23008Classifier: Programming Language :: Python :: 3 23009Classifier: Topic :: Software Development :: Libraries 23010Classifier: Topic :: System :: Hardware 23011Classifier: Topic :: System :: Operating System Kernels :: Linux 23012 23013-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23014</pre> 23015<ul> 23016 23017</ul> 23018</div> 23019</div> 23020 23021 23022<div class="product"> 23023<span class="title">pyusb-1.0.0_beta1</span> 23024<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23025<span class="homepage"><a href="http://pyusb.sourceforge.net/">homepage</a></span> 23026<div class="licence"> 23027<pre>Scanned Source License pyusb-1.0.0b1/LICENSE: 23028 23029Copyright (C) 2009-2011 Wander Lairson Costa. All Rights Reserved. 23030 23031Redistribution and use in source and binary forms, with or without 23032modification, are permitted provided that the following conditions 23033are met: 23034 230351. Redistributions of source code must retain the above copyright 23036 notice, this list of conditions and the following disclaimer. 23037 230382. Redistributions in binary form must reproduce the above copyright 23039 notice, this list of conditions and the following disclaimer in the 23040 documentation and/or other materials provided with the distribution. 23041 230423. The name of the author may not be used to endorse or promote products 23043 derived from this software without specific prior written permission. 23044 23045THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED 23046WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 23047MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 23048EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23049EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 23050OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23051INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23052CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 23053IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 23054OF SUCH DAMAGE. 23055 23056 23057-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23058 23059Scanned Source License pyusb-1.0.0b1/PKG-INFO: 23060 23061Metadata-Version: 1.0 23062Name: pyusb 23063Version: 1.0.0b1 23064Summary: Python USB access module 23065Home-page: http://pyusb.sourceforge.net 23066Author: Wander Lairson Costa 23067Author-email: wander.lairson@gmail.com 23068License: BSD 23069Description: 23070 PyUSB offers easy USB devices communication in Python. 23071 It should work without additional code in any environment with 23072 Python >= 2.4, ctypes and an pre-built usb backend library 23073 (currently, libusb 0.1.x, libusb 1.x, and OpenUSB). 23074 23075Platform: UNKNOWN 23076 23077-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23078</pre> 23079<ul> 23080 23081</ul> 23082</div> 23083</div> 23084 23085 23086<div class="product"> 23087<span class="title">pyyaml-3.09</span> 23088<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23089<span class="homepage"><a href="http://pyyaml.org/wiki/PyYAML">homepage</a></span> 23090<div class="licence"> 23091<pre>Scanned Source License PyYAML-3.09/LICENSE: 23092 23093Copyright (c) 2006 Kirill Simonov 23094 23095Permission is hereby granted, free of charge, to any person obtaining a copy of 23096this software and associated documentation files (the "Software"), to deal in 23097the Software without restriction, including without limitation the rights to 23098use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 23099of the Software, and to permit persons to whom the Software is furnished to do 23100so, subject to the following conditions: 23101 23102The above copyright notice and this permission notice shall be included in all 23103copies or substantial portions of the Software. 23104 23105THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23106IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23107FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23108AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23109LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 23110OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23111SOFTWARE. 23112 23113-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23114 23115Scanned Source License PyYAML-3.09/PKG-INFO: 23116 23117Metadata-Version: 1.0 23118Name: PyYAML 23119Version: 3.09 23120Summary: YAML parser and emitter for Python 23121Home-page: http://pyyaml.org/wiki/PyYAML 23122Author: Kirill Simonov 23123Author-email: xi@resolvent.net 23124License: MIT 23125Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz 23126Description: YAML is a data serialization format designed for human readability 23127 and interaction with scripting languages. PyYAML is a YAML parser 23128 and emitter for Python. 23129 23130 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle 23131 support, capable extension API, and sensible error messages. PyYAML 23132 supports standard YAML tags and provides Python-specific tags that 23133 allow to represent an arbitrary Python object. 23134 23135 PyYAML is applicable for a broad range of tasks from complex 23136 configuration files to object serialization and persistance. 23137Platform: Any 23138Classifier: Development Status :: 5 - Production/Stable 23139Classifier: Intended Audience :: Developers 23140Classifier: License :: OSI Approved :: MIT License 23141Classifier: Operating System :: OS Independent 23142Classifier: Programming Language :: Python 23143Classifier: Programming Language :: Python :: 2 23144Classifier: Programming Language :: Python :: 2.3 23145Classifier: Programming Language :: Python :: 2.4 23146Classifier: Programming Language :: Python :: 2.5 23147Classifier: Programming Language :: Python :: 2.6 23148Classifier: Programming Language :: Python :: 3 23149Classifier: Programming Language :: Python :: 3.0 23150Classifier: Programming Language :: Python :: 3.1 23151Classifier: Topic :: Software Development :: Libraries :: Python Modules 23152Classifier: Topic :: Text Processing :: Markup 23153 23154-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23155</pre> 23156<ul> 23157 23158</ul> 23159</div> 23160</div> 23161 23162 23163<div class="product"> 23164<span class="title">qemacs-0.4.0_pre20090420</span> 23165<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23166<span class="homepage"><a href="http://savannah.nongnu.org/projects/qemacs">homepage</a></span> 23167<div class="licence"> 23168<pre></pre> 23169<ul> 23170<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 23171</ul> 23172</div> 23173</div> 23174 23175 23176<div class="product"> 23177<span class="title">radvd-1.9.8</span> 23178<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23179<span class="homepage"><a href="http://v6web.litech.org/radvd/">homepage</a></span> 23180<div class="licence"> 23181<pre>Scanned Source License radvd-1.9.8/COPYRIGHT: 23182 23183 The author(s) grant permission for redistribution and use in source and 23184binary forms, with or without modification, of the software and documentation 23185provided that the following conditions are met: 23186 231870. If you receive a version of the software that is specifically labelled 23188 as not being for redistribution (check the version message and/or README), 23189 you are not permitted to redistribute that version of the software in any 23190 way or form. 231911. All terms of all other applicable copyrights and licenses must be 23192 followed. 231932. Redistributions of source code must retain the authors' copyright 23194 notice(s), this list of conditions, and the following disclaimer. 231953. Redistributions in binary form must reproduce the authors' copyright 23196 notice(s), this list of conditions, and the following disclaimer in the 23197 documentation and/or other materials provided with the distribution. 231984. All advertising materials mentioning features or use of this software 23199 must display the following acknowledgement with the name(s) of the 23200 authors as specified in the copyright notice(s) substituted where 23201 indicated: 23202 23203 This product includes software developed by the authors which are 23204 mentioned at the start of the source files and other contributors. 23205 232065. Neither the name(s) of the author(s) nor the names of its contributors 23207 may be used to endorse or promote products derived from this software 23208 without specific prior written permission. 23209 23210THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY 23211EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23212WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23213DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY 23214DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 23215(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 23216LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 23217ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23218(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23219SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23220 23221-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23222</pre> 23223<ul> 23224 23225</ul> 23226</div> 23227</div> 23228 23229 23230<div class="product"> 23231<span class="title">randrproto-1.4.0</span> 23232<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23233<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23234<div class="licence"> 23235<pre>Scanned Source License randrproto-1.4.0/COPYING: 23236 23237Copyright © 2000 Compaq Computer Corporation 23238Copyright © 2002 Hewlett-Packard Company 23239Copyright © 2006 Intel Corporation 23240Copyright © 2008 Red Hat, Inc. 23241 23242Permission to use, copy, modify, distribute, and sell this software and its 23243documentation for any purpose is hereby granted without fee, provided that 23244the above copyright notice appear in all copies and that both that copyright 23245notice and this permission notice appear in supporting documentation, and 23246that the name of the copyright holders not be used in advertising or 23247publicity pertaining to distribution of the software without specific, 23248written prior permission. The copyright holders make no representations 23249about the suitability of this software for any purpose. It is provided "as 23250is" without express or implied warranty. 23251 23252THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 23253INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 23254EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 23255CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 23256DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 23257TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 23258OF THIS SOFTWARE. 23259 23260-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23261</pre> 23262<ul> 23263 23264</ul> 23265</div> 23266</div> 23267 23268 23269<div class="product"> 23270<span class="title">read-edid-1.4.2</span> 23271<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23272<span class="homepage"><a href="http://www.polypux.org/projects/read-edid/">homepage</a></span> 23273<div class="licence"> 23274<pre></pre> 23275<ul> 23276<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23277</ul> 23278</div> 23279</div> 23280 23281 23282<div class="product"> 23283<span class="title">readline-6.2_p1</span> 23284<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23285<span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span> 23286<div class="licence"> 23287<pre></pre> 23288<ul> 23289<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23290</ul> 23291</div> 23292</div> 23293 23294 23295<div class="product"> 23296<span class="title">realtek-rt2800-firmware-0.0.1</span> 23297<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23298<span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span> 23299<div class="licence"> 23300<pre>Custom License ralink-firmware: 23301 23302Copyright (c) 2007, Ralink Technology Corporation 23303All rights reserved. 23304 23305Redistribution. Redistribution and use in binary form, without 23306modification, are permitted provided that the following conditions are 23307met: 23308 23309* Redistributions must reproduce the above copyright notice and the 23310 following disclaimer in the documentation and/or other materials 23311 provided with the distribution. 23312* Neither the name of Ralink Technology Corporation nor the names of its 23313 suppliers may be used to endorse or promote products derived from this 23314 software without specific prior written permission. 23315* No reverse engineering, decompilation, or disassembly of this software 23316 is permitted. 23317 23318Limited patent license. Ralink Technology Corporation grants a world-wide, 23319royalty-free, non-exclusive license under patents it now or hereafter 23320owns or controls to make, have made, use, import, offer to sell and 23321sell ("Utilize") this software, but solely to the extent that any 23322such patent is necessary to Utilize the software alone, or in 23323combination with an operating system licensed under an approved Open 23324Source license as listed by the Open Source Initiative at 23325http://opensource.org/licenses. The patent license shall not apply to 23326any other combinations which include this software. No hardware per 23327se is licensed hereunder. 23328 23329DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 23330CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 23331BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 23332FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 23333COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 23334INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 23335BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 23336OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 23337ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 23338TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 23339USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 23340DAMAGE. 23341 23342-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23343</pre> 23344<ul> 23345 23346</ul> 23347</div> 23348</div> 23349 23350 23351<div class="product"> 23352<span class="title">recordproto-1.14.1</span> 23353<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23354<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23355<div class="licence"> 23356<pre>Scanned Source License recordproto-1.14.1/COPYING: 23357 23358Copyright 1995 Network Computing Devices 23359 23360Permission to use, copy, modify, distribute, and sell this software and 23361its documentation for any purpose is hereby granted without fee, provided 23362that the above copyright notice appear in all copies and that both that 23363copyright notice and this permission notice appear in supporting 23364documentation, and that the name of Network Computing Devices 23365not be used in advertising or publicity pertaining to distribution 23366of the software without specific, written prior permission. 23367 23368NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 23369THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 23370AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 23371FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23372WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 23373AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 23374OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 23375 23376-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23377</pre> 23378<ul> 23379 23380</ul> 23381</div> 23382</div> 23383 23384 23385<div class="product"> 23386<span class="title">recover-duts-0.0.1</span> 23387<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23388<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 23389<div class="licence"> 23390<pre></pre> 23391<ul> 23392<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23393</ul> 23394</div> 23395</div> 23396 23397 23398<div class="product"> 23399<span class="title">renderproto-0.11.1</span> 23400<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23401<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23402<div class="licence"> 23403<pre>Scanned Source License renderproto-0.11.1/COPYING: 23404 23405Copyright © 2000 SuSE, Inc. 23406 23407Permission to use, copy, modify, distribute, and sell this software and its 23408documentation for any purpose is hereby granted without fee, provided that 23409the above copyright notice appear in all copies and that both that 23410copyright notice and this permission notice appear in supporting 23411documentation, and that the name of SuSE not be used in advertising or 23412publicity pertaining to distribution of the software without specific, 23413written prior permission. SuSE makes no representations about the 23414suitability of this software for any purpose. It is provided "as is" 23415without express or implied warranty. 23416 23417SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 23418IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 23419BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23420WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 23421OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 23422CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 23423 23424Author: Keith Packard, SuSE, Inc. 23425 23426-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23427</pre> 23428<ul> 23429 23430</ul> 23431</div> 23432</div> 23433 23434 23435<div class="product"> 23436<span class="title">resourceproto-1.2.0</span> 23437<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23438<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23439<div class="licence"> 23440<pre>Scanned Source License resourceproto-1.2.0/COPYING: 23441 23442Copyright (c) 2002 XFree86 Inc 23443 23444Permission is hereby granted, free of charge, to any person obtaining a copy 23445of this software and associated documentation files (the "Software"), to deal 23446in the Software without restriction, including without limitation the rights 23447to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 23448copies of the Software, and to permit persons to whom the Software is 23449furnished to do so, subject to the following conditions: 23450 23451The above copyright notice and this permission notice shall be included in all 23452copies or substantial portions of the Software. 23453 23454THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23455IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23456FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23457XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 23458IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 23459CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23460 23461Except as contained in this notice, the name of the XFree86 Project shall not 23462be used in advertising or otherwise to promote the sale, use or other dealings 23463in this Software without prior written authorization from the XFree86 Project. 23464 23465-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23466</pre> 23467<ul> 23468 23469</ul> 23470</div> 23471</div> 23472 23473 23474<div class="product"> 23475<span class="title">root-certificates-0.0.1</span> 23476<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23477<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 23478<div class="licence"> 23479<pre></pre> 23480<ul> 23481<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23482</ul> 23483</div> 23484</div> 23485 23486 23487<div class="product"> 23488<span class="title">rootdev-0.0.1</span> 23489<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23490<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 23491<div class="licence"> 23492<pre></pre> 23493<ul> 23494<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 23495</ul> 23496</div> 23497</div> 23498 23499 23500<div class="product"> 23501<span class="title">rsync-3.0.9</span> 23502<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23503<span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span> 23504<div class="licence"> 23505<pre></pre> 23506<ul> 23507<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23508</ul> 23509</div> 23510</div> 23511 23512 23513<div class="product"> 23514<span class="title">rsyslog-5.8.11</span> 23515<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23516<span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span> 23517<div class="licence"> 23518<pre></pre> 23519<ul> 23520<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23521<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 23522<li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li> 23523</ul> 23524</div> 23525</div> 23526 23527 23528<div class="product"> 23529<span class="title">rxvt-unicode-9.10</span> 23530<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23531<span class="homepage"><a href="http://software.schmorp.de/pkg/rxvt-unicode.html">homepage</a></span> 23532<div class="licence"> 23533<pre></pre> 23534<ul> 23535<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23536</ul> 23537</div> 23538</div> 23539 23540 23541<div class="product"> 23542<span class="title">salsa-0.0.1</span> 23543<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23544<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 23545<div class="licence"> 23546<pre></pre> 23547<ul> 23548<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 23549</ul> 23550</div> 23551</div> 23552 23553 23554<div class="product"> 23555<span class="title">sandbox-2.6</span> 23556<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23557<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 23558<div class="licence"> 23559<pre></pre> 23560<ul> 23561<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23562</ul> 23563</div> 23564</div> 23565 23566 23567<div class="product"> 23568<span class="title">sbc-1.0</span> 23569<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23570<span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span> 23571<div class="licence"> 23572<pre></pre> 23573<ul> 23574<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 23575<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23576</ul> 23577</div> 23578</div> 23579 23580 23581<div class="product"> 23582<span class="title">scons-2.0.1</span> 23583<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23584<span class="homepage"><a href="http://www.scons.org/">homepage</a></span> 23585<div class="licence"> 23586<pre>Scanned Source License scons-2.0.1/LICENSE.txt: 23587 23588Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation 23589 23590Permission is hereby granted, free of charge, to any person obtaining 23591a copy of this software and associated documentation files (the 23592"Software"), to deal in the Software without restriction, including 23593without limitation the rights to use, copy, modify, merge, publish, 23594distribute, sublicense, and/or sell copies of the Software, and to 23595permit persons to whom the Software is furnished to do so, subject to 23596the following conditions: 23597 23598The above copyright notice and this permission notice shall be included 23599in all copies or substantial portions of the Software. 23600 23601THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 23602KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23603WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 23604NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 23605LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 23606OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 23607WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23608 23609-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23610 23611Scanned Source License scons-2.0.1/PKG-INFO: 23612 23613Metadata-Version: 1.0 23614Name: scons 23615Version: 2.0.1 23616Summary: Open Source next-generation build tool. 23617Home-page: http://www.scons.org/ 23618Author: Steven Knight 23619Author-email: knight@baldmt.com 23620License: UNKNOWN 23621Description: Open Source next-generation build tool. 23622 Improved, cross-platform substitute for the classic Make 23623 utility. In short, SCons is an easier, more reliable 23624 and faster way to build software. 23625Platform: UNKNOWN 23626 23627-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23628</pre> 23629<ul> 23630 23631</ul> 23632</div> 23633</div> 23634 23635 23636<div class="product"> 23637<span class="title">screen-4.0.3</span> 23638<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23639<span class="homepage"><a href="http://www.gnu.org/software/screen/">homepage</a></span> 23640<div class="licence"> 23641<pre></pre> 23642<ul> 23643<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 23644</ul> 23645</div> 23646</div> 23647 23648 23649<div class="product"> 23650<span class="title">scrnsaverproto-1.2.1</span> 23651<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23652<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 23653<div class="licence"> 23654<pre>Scanned Source License scrnsaverproto-1.2.1/COPYING: 23655 23656Copyright (c) 1992 X Consortium 23657 23658Permission is hereby granted, free of charge, to any person obtaining a copy 23659of this software and associated documentation files (the "Software"), to deal 23660in the Software without restriction, including without limitation the rights 23661to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 23662copies of the Software, and to permit persons to whom the Software is 23663furnished to do so, subject to the following conditions: 23664 23665The above copyright notice and this permission notice shall be included in 23666all copies or substantial portions of the Software. 23667 23668THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23669IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23670FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23671X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 23672AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 23673CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23674 23675Except as contained in this notice, the name of the X Consortium shall not be 23676used in advertising or otherwise to promote the sale, use or other dealings 23677in this Software without prior written authorization from the X Consortium. 23678 23679Author: Keith Packard, MIT X Consortium 23680 23681-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23682</pre> 23683<ul> 23684 23685</ul> 23686</div> 23687</div> 23688 23689 23690<div class="product"> 23691<span class="title">sed-4.2.1</span> 23692<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23693<span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span> 23694<div class="licence"> 23695<pre></pre> 23696<ul> 23697<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 23698</ul> 23699</div> 23700</div> 23701 23702 23703<div class="product"> 23704<span class="title">selenium-2.29.0</span> 23705<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23706<span class="homepage"><a href="http://pypi.python.org/pypi/selenium/">homepage</a></span> 23707<div class="licence"> 23708<pre></pre> 23709<ul> 23710<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 23711</ul> 23712</div> 23713</div> 23714 23715 23716<div class="product"> 23717<span class="title">setproctitle-1.1.8</span> 23718<a class="show" href="#" onclick="return toggle(this);">show license text</a> 23719<span class="homepage"><a href="http://code.google.com/p/py-setproctitle/">homepage</a></span> 23720<div class="licence"> 23721<pre>Scanned Source License setproctitle-1.1.8/COPYRIGHT: 23722 23723Copyright (c) 2009-2012, Daniele Varrazzo <daniele.varrazzo@gmail.com> 23724All rights reserved. 23725 23726Redistribution and use in source and binary forms, with or without 23727modification, are permitted provided that the following conditions are met: 23728 23729* Redistributions of source code must retain the above copyright notice, this 23730 list of conditions and the following disclaimer. 23731* Redistributions in binary form must reproduce the above copyright notice, 23732 this list of conditions and the following disclaimer in the documentation 23733 and/or other materials provided with the distribution. 23734* The name of Daniele Varrazzo may not be used to endorse or promote 23735 products derived from this software without specific prior written 23736 permission. 23737 23738THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 23739ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23740WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23741DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 23742FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23743DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 23744SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23745HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23746LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 23747OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23748 23749-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 23750 23751Scanned Source License setproctitle-1.1.8/PKG-INFO: 23752 23753Metadata-Version: 1.1 23754Name: setproctitle 23755Version: 1.1.8 23756Summary: A library to allow customization of the process title. 23757Home-page: http://code.google.com/p/py-setproctitle/ 23758Author: Daniele Varrazzo 23759Author-email: daniele.varrazzo@gmail.com 23760License: BSD 23761Download-URL: http://pypi.python.org/pypi/setproctitle/ 23762Description: A ``setproctitle`` implementation for Python 23763 ============================================ 23764 23765 :author: Daniele Varrazzo 23766 23767 The library allows a process to change its title (as displayed by system tools 23768 such as ``ps`` and ``top``). 23769 23770 Changing the title is mostly useful in multi-process systems, for example 23771 when a master process is forked: changing the children's title allows to 23772 identify the task each process is busy with. The technique is used by 23773 PostgreSQL_ and the `OpenSSH Server`_ for example. 23774 23775 The procedure is hardly portable across different systems. PostgreSQL provides 23776 a good `multi-platform implementation`__: this module is a Python wrapper 23777 around PostgreSQL code. 23778 23779 - `Homepage <http://code.google.com/p/py-setproctitle/>`__ 23780 - `Download <http://pypi.python.org/pypi/setproctitle/>`__ 23781 - `Source repository <https://github.com/dvarrazzo/py-setproctitle>`__ 23782 - `Bug tracker <http://code.google.com/p/py-setproctitle/issues/list>`__ 23783 23784 23785 .. _PostgreSQL: http://www.postgresql.org 23786 .. _OpenSSH Server: http://www.openssh.com/ 23787 .. __: http://doxygen.postgresql.org/ps__status_8c_source.html 23788 23789 23790 Installation 23791 ------------ 23792 23793 You can use ``easy_install`` to install the module: to perform a system-wide 23794 installation use:: 23795 23796 sudo easy_install setproctitle 23797 23798 If you are an unprivileged user or you want to limit installation to a local 23799 environment, you can use the command:: 23800 23801 easy_install -d /target/path setproctitle 23802 23803 Note that ``easy_install`` requires ``/target/path`` to be in your 23804 ``PYTHONPATH``. 23805 23806 23807 Python 3 support 23808 ~~~~~~~~~~~~~~~~ 23809 23810 As of version 1.1 the module works with Python 3. In order to install the 23811 module, you can use the `distribute`_ replacemente for ``easy_install``. 23812 23813 In order to build and test the module under Python 3, the ``Makefile`` 23814 contains some helper targets. 23815 23816 .. _distribute: http://pypi.python.org/pypi/distribute 23817 23818 23819 Usage 23820 ----- 23821 23822 The ``setproctitle`` module exports the following functions: 23823 23824 ``setproctitle(title)`` 23825 Set *title* as the title for the current process. 23826 23827 ``getproctitle()`` 23828 Return the current process title. 23829 23830 23831 Environment variables 23832 ~~~~~~~~~~~~~~~~~~~~~ 23833 23834 A few environment variables can be used to customize the module behavior: 23835 23836 ``SPT_NOENV`` 23837 Avoid clobbering ``/proc/PID/environ``. 23838 23839 On many platforms, setting the process title will clobber the 23840 ``environ`` memory area. ``os.environ`` will work as expected from within 23841 the Python process, but the content of the file ``/proc/PID/environ`` will 23842 be overwritten. If you require this file not to be broken you can set the 23843 ``SPT_NOENV`` environment variable to any non-empty value: in this case 23844 the maximum length for the title will be limited to the length of the 23845 command line. 23846 23847 ``SPT_DEBUG`` 23848 Print debug information on ``stderr``. 23849 23850 If the module doesn't work as expected you can set this variable to a 23851 non-empty value to generate information useful for debugging. Note that 23852 the most useful information is printed when the module is imported, not 23853 when the functions are called. 23854 23855 23856 Module status 23857 ------------- 23858 23859 The module can be currently compiled and effectively used on the following 23860 platforms: 23861 23862 - GNU/Linux 23863 - BSD 23864 - MacOS X 23865 - Windows 23866 23867 Note that on Windows there is no way to change the process string: 23868 what the module does is to create a *Named Object* whose value can be read 23869 using a tool such as `Process Explorer`_ (contribution of a more useful tool 23870 to be used together with ``setproctitle`` would be well accepted). 23871 23872 The module can probably work on HP-UX, but I haven't found any to test with. 23873 It is unlikely that it can work on Solaris instead. 23874 23875 .. _Process Explorer: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx 23876 23877 23878 Other known implementations and discussions 23879 ------------------------------------------- 23880 23881 - `procname`_: a module exposing the same functionality, but less portable 23882 and not well packaged. 23883 - `Issue 5672`_: where the introduction of such functionality into the stdlib 23884 is being discussed. 23885 23886 .. _procname: http://code.google.com/p/procname/ 23887 .. _Issue 5672: http://bugs.python.org/issue5672 23888 23889 23890 .. 23891 vim: set filetype=rst: 23892 23893 23894 Releases history 23895 ---------------- 23896 23897 Version 1.1.8 23898 ~~~~~~~~~~~~~ 23899 23900 - Added support for Python "diehard" 2.4. 23901 - Fixed build on Mac OS X 10.9 Maverick (issue #27). 23902 23903 23904 Version 1.1.7 23905 ~~~~~~~~~~~~~ 23906 23907 - Added PyPy support, courtesy of Ozan Turksever (http://www.logsign.net). 23908 23909 23910 Version 1.1.6 23911 ~~~~~~~~~~~~~ 23912 23913 - The module can be compiled again on Windows (issue #21). 23914 23915 23916 Version 1.1.5 23917 ~~~~~~~~~~~~~ 23918 23919 - No module bug, but a packaging issue: files ``README`` and ``HISTORY`` 23920 added back into the distribution. 23921 23922 23923 Version 1.1.4 23924 ~~~~~~~~~~~~~ 23925 23926 - The module works correctly in embedded Python. 23927 - ``setproctitle()`` accepts a keyword argument. 23928 - Debug output support always compiled in: the variable ``SPT_DEBUG`` can be 23929 used to emit debug log. 23930 23931 23932 Version 1.1.3 23933 ~~~~~~~~~~~~~ 23934 23935 - Don't clobber environ if the variable ``SPT_NOENV`` is set (issue #16). 23936 23937 23938 Version 1.1.2 23939 ~~~~~~~~~~~~~ 23940 23941 - Find the setproctitle include file on OpenBSD (issue #11). 23942 - Skip test with unicode if the file system encoding wouldn't make it pass 23943 (issue #13). 23944 23945 23946 Version 1.1.1 23947 ~~~~~~~~~~~~~ 23948 23949 - Fixed segfault when the module is imported under mod_wsgi (issue #9). 23950 23951 23952 Version 1.1 23953 ~~~~~~~~~~~ 23954 23955 - The module works correctly with Python 3. 23956 23957 23958 Version 1.0.1 23959 ~~~~~~~~~~~~~ 23960 23961 - ``setproctitle()`` works even when Python messes up with argv, e.g. when run 23962 with the -m option (issue #8). 23963 23964 23965 Version 1.0 23966 ~~~~~~~~~~~ 23967 23968 No major change since the previous version. The module has been heavily used 23969 in production environment without any problem reported, so it's time to declare 23970 it stable. 23971 23972 23973 Version 0.4 23974 ~~~~~~~~~~~ 23975 23976 - Module works on BSD (tested on FreeBSD 7.2). 23977 23978 - Module works on Windows. Many thanks to `Develer`_ for providing a neat `GCC 23979 package for Windows with Python integration`__ that made the Windows porting 23980 painless. 23981 23982 .. _Develer: http://www.develer.com/ 23983 .. __: http://www.develer.com/oss/GccWinBinaries 23984 23985 23986 Version 0.3 23987 ~~~~~~~~~~~ 23988 23989 - Module works on Mac OS X 10.2. Reported working on OS X 10.6 too. 23990 23991 23992 Version 0.2 23993 ~~~~~~~~~~~ 23994 23995 - Added ``prctl()`` call on Linux >= 2.6.9 to update ``/proc/self/status``. 23996 23997 23998 Version 0.1 23999 ~~~~~~~~~~~ 24000 24001 - Initial public release. 24002 24003Platform: GNU/Linux 24004Platform: BSD 24005Platform: MacOS X 24006Platform: Windows 24007Classifier: Development Status :: 5 - Production/Stable 24008Classifier: Intended Audience :: Developers 24009Classifier: License :: OSI Approved :: BSD License 24010Classifier: Programming Language :: C 24011Classifier: Programming Language :: Python 24012Classifier: Programming Language :: Python :: 3 24013Classifier: Operating System :: POSIX :: Linux 24014Classifier: Operating System :: POSIX :: BSD 24015Classifier: Operating System :: MacOS :: MacOS X 24016Classifier: Operating System :: Microsoft :: Windows 24017Classifier: Topic :: Software Development 24018 24019-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 24020</pre> 24021<ul> 24022 24023</ul> 24024</div> 24025</div> 24026 24027 24028<div class="product"> 24029<span class="title">setuptools-0.8</span> 24030<a class="show" href="#" onclick="return toggle(this);">show license text</a> 24031<span class="homepage"><a href="http://pypi.python.org/pypi/setuptools">homepage</a></span> 24032<div class="licence"> 24033<pre>Scanned Source License setuptools-0.8/PKG-INFO: 24034 24035Metadata-Version: 1.1 24036Name: setuptools 24037Version: 0.8 24038Summary: Easily download, build, install, upgrade, and uninstall Python packages 24039Home-page: https://pypi.python.org/pypi/setuptools 24040Author: The fellowship of the packaging 24041Author-email: distutils-sig@python.org 24042License: PSF or ZPL 24043Description: =============================== 24044 Installing and Using Setuptools 24045 =============================== 24046 24047 .. contents:: **Table of Contents** 24048 24049 24050 ------------------------- 24051 Installation Instructions 24052 ------------------------- 24053 24054 Upgrading from Distribute 24055 ========================= 24056 24057 Currently, Distribute disallows installing Setuptools 0.7+ over Distribute. 24058 You must first uninstall any active version of Distribute first (see 24059 `Uninstalling`_). 24060 24061 Upgrading from Setuptools 0.6 24062 ============================= 24063 24064 Upgrading from prior versions of Setuptools is supported. Initial reports 24065 good success in this regard. 24066 24067 Windows 24068 ======= 24069 24070 The recommended way to install setuptools on Windows is to download 24071 `ez_setup.py`_ and run it. The script will download the appropriate .egg 24072 file and install it for you. 24073 24074 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 24075 24076 For best results, uninstall previous versions FIRST (see `Uninstalling`_). 24077 24078 Once installation is complete, you will find an ``easy_install.exe`` program in 24079 your Python ``Scripts`` subdirectory. For simple invocation and best results, 24080 add this directory to your ``PATH`` environment variable, if it is not already 24081 present. 24082 24083 24084 Unix-based Systems including Mac OS X 24085 ===================================== 24086 24087 Download `ez_setup.py`_ and run it using the target Python version. The script 24088 will download the appropriate version and install it for you:: 24089 24090 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python 24091 24092 Note that you will may need to invoke the command with superuser privileges to 24093 install to the system Python. 24094 24095 Alternatively, on Python 2.6 and later, Setuptools may be installed to a 24096 user-local path:: 24097 24098 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 24099 > python ez_setup.py --user 24100 24101 24102 Advanced Installation 24103 ===================== 24104 24105 For more advanced installation options, such as installing to custom 24106 locations or prefixes, download and extract the source 24107 tarball from `Setuptools on PyPI <https://pypi.python.org/pypi/setuptools>`_ 24108 and run setup.py with any supported distutils and Setuptools options. 24109 For example:: 24110 24111 setuptools-0.8$ python setup.py --prefix=/opt/setuptools 24112 24113 Use ``--help`` to get a full options list, but we recommend consulting 24114 the `EasyInstall manual`_ for detailed instructions, especially `the section 24115 on custom installation locations`_. 24116 24117 .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall 24118 .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations 24119 24120 24121 Downloads 24122 ========= 24123 24124 All setuptools downloads can be found at `the project's home page in the Python 24125 Package Index`_. Scroll to the very bottom of the page to find the links. 24126 24127 .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools 24128 24129 In addition to the PyPI downloads, the development version of ``setuptools`` 24130 is available from the `Bitbucket repo`_, and in-development versions of the 24131 `0.6 branch`_ are available as well. 24132 24133 .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev 24134 .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 24135 24136 Uninstalling 24137 ============ 24138 24139 On Windows, if Setuptools was installed using an ``.exe`` or ``.msi`` 24140 installer, simply use the uninstall feature of "Add/Remove Programs" in the 24141 Control Panel. 24142 24143 Otherwise, to uninstall Setuptools or Distribute, regardless of the Python 24144 version, delete all ``setuptools*`` and ``distribute*`` files and 24145 directories from your system's ``site-packages`` directory 24146 (and any other ``sys.path`` directories) FIRST. 24147 24148 If you are upgrading or otherwise plan to re-install Setuptools or Distribute, 24149 nothing further needs to be done. If you want to completely remove Setuptools, 24150 you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts 24151 and associated executables installed to the Python scripts directory. 24152 24153 -------------------------------- 24154 Using Setuptools and EasyInstall 24155 -------------------------------- 24156 24157 Here are some of the available manuals, tutorials, and other resources for 24158 learning about Setuptools, Python Eggs, and EasyInstall: 24159 24160 * `The EasyInstall user's guide and reference manual`_ 24161 * `The setuptools Developer's Guide`_ 24162 * `The pkg_resources API reference`_ 24163 * `Package Compatibility Notes`_ (user-maintained) 24164 * `The Internal Structure of Python Eggs`_ 24165 24166 Questions, comments, and bug reports should be directed to the `distutils-sig 24167 mailing list`_. If you have written (or know of) any tutorials, documentation, 24168 plug-ins, or other resources for setuptools users, please let us know about 24169 them there, so this reference list can be updated. If you have working, 24170 *tested* patches to correct problems or add features, you may submit them to 24171 the `setuptools bug tracker`_. 24172 24173 .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues 24174 .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes 24175 .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html 24176 .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html 24177 .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html 24178 .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html 24179 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/ 24180 24181 24182 ------- 24183 Credits 24184 ------- 24185 24186 * The original design for the ``.egg`` format and the ``pkg_resources`` API was 24187 co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first 24188 version of ``pkg_resources``, and supplied the OS X operating system version 24189 compatibility algorithm. 24190 24191 * Ian Bicking implemented many early "creature comfort" features of 24192 easy_install, including support for downloading via Sourceforge and 24193 Subversion repositories. Ian's comments on the Web-SIG about WSGI 24194 application deployment also inspired the concept of "entry points" in eggs, 24195 and he has given talks at PyCon and elsewhere to inform and educate the 24196 community about eggs and setuptools. 24197 24198 * Jim Fulton contributed time and effort to build automated tests of various 24199 aspects of ``easy_install``, and supplied the doctests for the command-line 24200 ``.exe`` wrappers on Windows. 24201 24202 * Phillip J. Eby is the principal author and maintainer of setuptools, and 24203 first proposed the idea of an importable binary distribution format for 24204 Python application plug-ins. 24205 24206 * Significant parts of the implementation of setuptools were funded by the Open 24207 Source Applications Foundation, to provide a plug-in infrastructure for the 24208 Chandler PIM application. In addition, many OSAF staffers (such as Mike 24209 "Code Bear" Taylor) contributed their time and stress as guinea pigs for the 24210 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!) 24211 24212 .. _files: 24213 24214 ======= 24215 CHANGES 24216 ======= 24217 24218 --- 24219 0.8 24220 --- 24221 24222 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 24223 conversion. 24224 24225 ----- 24226 0.7.8 24227 ----- 24228 24229 * Distribute #375: Yet another fix for yet another regression. 24230 24231 ----- 24232 0.7.7 24233 ----- 24234 24235 * Distribute #375: Repair AttributeError created in last release (redo). 24236 * `Issue #30`_: Added test for get_cache_path. 24237 24238 ----- 24239 0.7.6 24240 ----- 24241 24242 * Distribute #375: Repair AttributeError created in last release. 24243 24244 ----- 24245 0.7.5 24246 ----- 24247 24248 * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``. 24249 * Distribute #375: Merged additional warning from Distribute 0.6.46. 24250 * Now honor the environment variable 24251 ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now 24252 deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. 24253 24254 ----- 24255 0.7.4 24256 ----- 24257 24258 * Issue #20: Fix comparison of parsed SVN version on Python 3. 24259 24260 ----- 24261 0.7.3 24262 ----- 24263 24264 * Issue #1: Disable installation of Windows-specific files on non-Windows systems. 24265 * Use new sysconfig module with Python 2.7 or >=3.2. 24266 24267 ----- 24268 0.7.2 24269 ----- 24270 24271 * Issue #14: Use markerlib when the `parser` module is not available. 24272 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. 24273 24274 ----- 24275 0.7.1 24276 ----- 24277 24278 * Fix NameError (Issue #3) again - broken in bad merge. 24279 24280 --- 24281 0.7 24282 --- 24283 24284 * Merged Setuptools and Distribute. See docs/merge.txt for details. 24285 24286 Added several features that were slated for setuptools 0.6c12: 24287 24288 * Index URL now defaults to HTTPS. 24289 * Added experimental environment marker support. Now clients may designate a 24290 PEP-426 environment marker for "extra" dependencies. Setuptools uses this 24291 feature in ``setup.py`` for optional SSL and certificate validation support 24292 on older platforms. Based on Distutils-SIG discussions, the syntax is 24293 somewhat tentative. There should probably be a PEP with a firmer spec before 24294 the feature should be considered suitable for use. 24295 * Added support for SSL certificate validation when installing packages from 24296 an HTTPS service. 24297 24298 ----- 24299 0.7b4 24300 ----- 24301 24302 * Issue #3: Fixed NameError in SSL support. 24303 24304 ------ 24305 0.6.49 24306 ------ 24307 24308 * Move warning check in ``get_cache_path`` to follow the directory creation 24309 to avoid errors when the cache path does not yet exist. Fixes the error 24310 reported in #375. 24311 24312 ------ 24313 0.6.48 24314 ------ 24315 24316 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 24317 0.6.46 (redo). 24318 24319 ------ 24320 0.6.47 24321 ------ 24322 24323 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 24324 0.6.46. 24325 24326 ------ 24327 0.6.46 24328 ------ 24329 24330 * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise 24331 customized egg cache location specifies a directory that's group- or 24332 world-writable. 24333 24334 ------ 24335 0.6.45 24336 ------ 24337 24338 * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, 24339 restoring ability to upgrade from an older setuptools version. 24340 24341 ------ 24342 0.6.44 24343 ------ 24344 24345 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to 24346 satisfy use_setuptools. 24347 24348 ------ 24349 0.6.43 24350 ------ 24351 24352 * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42). 24353 24354 ------ 24355 0.6.42 24356 ------ 24357 24358 * External links finder no longer yields duplicate links. 24359 * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old 24360 patch from setuptools trunk which inspired PR #31). 24361 24362 ------ 24363 0.6.41 24364 ------ 24365 24366 * Issue #27: Use public api for loading resources from zip files rather than 24367 the private method `_zip_directory_cache`. 24368 * Added a new function ``easy_install.get_win_launcher`` which may be used by 24369 third-party libraries such as buildout to get a suitable script launcher. 24370 24371 ------ 24372 0.6.40 24373 ------ 24374 24375 * Issue #376: brought back cli.exe and gui.exe that were deleted in the 24376 previous release. 24377 24378 ------ 24379 0.6.39 24380 ------ 24381 24382 * Add support for console launchers on ARM platforms. 24383 * Fix possible issue in GUI launchers where the subsystem was not supplied to 24384 the linker. 24385 * Launcher build script now refactored for robustness. 24386 * Issue #375: Resources extracted from a zip egg to the file system now also 24387 check the contents of the file against the zip contents during each 24388 invocation of get_resource_filename. 24389 24390 ------ 24391 0.6.38 24392 ------ 24393 24394 * Issue #371: The launcher manifest file is now installed properly. 24395 24396 ------ 24397 0.6.37 24398 ------ 24399 24400 * Issue #143: Launcher scripts, including easy_install itself, are now 24401 accompanied by a manifest on 32-bit Windows environments to avoid the 24402 Installer Detection Technology and thus undesirable UAC elevation described 24403 in `this Microsoft article 24404 <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_. 24405 24406 ------ 24407 0.6.36 24408 ------ 24409 24410 * Pull Request #35: In `Buildout issue 64 24411 <https://github.com/buildout/buildout/issues/64>`_, it was reported that 24412 under Python 3, installation of distutils scripts could attempt to copy 24413 the ``__pycache__`` directory as a file, causing an error, apparently only 24414 under Windows. Easy_install now skips all directories when processing 24415 metadata scripts. 24416 24417 ------ 24418 0.6.35 24419 ------ 24420 24421 24422 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in 24423 how it parses version numbers. 24424 24425 * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools 24426 0.6. Updated the documentation to match more closely with the version 24427 parsing as intended in setuptools 0.6. 24428 24429 ------ 24430 0.6.34 24431 ------ 24432 24433 * Issue #341: 0.6.33 fails to build under Python 2.4. 24434 24435 ------ 24436 0.6.33 24437 ------ 24438 24439 * Fix 2 errors with Jython 2.5. 24440 * Fix 1 failure with Jython 2.5 and 2.7. 24441 * Disable workaround for Jython scripts on Linux systems. 24442 * Issue #336: `setup.py` no longer masks failure exit code when tests fail. 24443 * Fix issue in pkg_resources where try/except around a platform-dependent 24444 import would trigger hook load failures on Mercurial. See pull request 32 24445 for details. 24446 * Issue #341: Fix a ResourceWarning. 24447 24448 ------ 24449 0.6.32 24450 ------ 24451 24452 * Fix test suite with Python 2.6. 24453 * Fix some DeprecationWarnings and ResourceWarnings. 24454 * Issue #335: Backed out `setup_requires` superceding installed requirements 24455 until regression can be addressed. 24456 24457 ------ 24458 0.6.31 24459 ------ 24460 24461 * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3. 24462 * Issue #329: Properly close files created by tests for compatibility with 24463 Jython. 24464 * Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and 24465 `#1981 <http://bugs.jython.org/issue1981>`_. 24466 * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__` 24467 such as numpy does. This change should address 24468 `virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long 24469 as the system encoding is UTF-8 or the IO encoding is specified in the 24470 environment, i.e.:: 24471 24472 PYTHONIOENCODING=utf8 pip install numpy 24473 24474 * Fix for encoding issue when installing from Windows executable on Python 3. 24475 * `Issue #323`_: Allow `setup_requires` requirements to supercede installed 24476 requirements. Added some new keyword arguments to existing pkg_resources 24477 methods. Also had to updated how __path__ is handled for namespace packages 24478 to ensure that when a new egg distribution containing a namespace package is 24479 placed on sys.path, the entries in __path__ are found in the same order they 24480 would have been in had that egg been on the path when pkg_resources was 24481 first imported. 24482 24483 ------ 24484 0.6.30 24485 ------ 24486 24487 * `Issue #328`_: Clean up temporary directories in distribute_setup.py. 24488 * Fix fatal bug in distribute_setup.py. 24489 24490 ------ 24491 0.6.29 24492 ------ 24493 24494 * Pull Request #14: Honor file permissions in zip files. 24495 * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip. 24496 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301. 24497 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx` 24498 to produce uploadable documentation. 24499 * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3. 24500 * `Issue #320`_: Fix check for "createable" in distribute_setup.py. 24501 * `Issue #305`_: Remove a warning that was triggered during normal operations. 24502 * `Issue #311`_: Print metadata in UTF-8 independent of platform. 24503 * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3. 24504 * `Issue #301`_: Allow to run tests of namespace packages when using 2to3. 24505 * `Issue #304`_: Prevent import loop in site.py under Python 3.3. 24506 * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3. 24507 * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3, 24508 as the egg link would go to the Python 2 source. Linking to the 2to3'd code 24509 in build/lib makes it work, although you will have to rebuild the module 24510 before testing it. 24511 * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2. 24512 * `Issue #307`_: Prints the full path when .svn/entries is broken. 24513 * `Issue #313`_: Support for sdist subcommands (Python 2.7) 24514 * `Issue #314`_: test_local_index() would fail an OS X. 24515 * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors. 24516 * `Issue #218`_: Improved documentation on behavior of `package_data` and 24517 `include_package_data`. Files indicated by `package_data` are now included 24518 in the manifest. 24519 * `distribute_setup.py` now allows a `--download-base` argument for retrieving 24520 distribute from a specified location. 24521 24522 ------ 24523 0.6.28 24524 ------ 24525 24526 * `Issue #294`_: setup.py can now be invoked from any directory. 24527 * Scripts are now installed honoring the umask. 24528 * Added support for .dist-info directories. 24529 * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on 24530 Python 3.3. 24531 24532 ------ 24533 0.6.27 24534 ------ 24535 24536 * Support current snapshots of CPython 3.3. 24537 * Distribute now recognizes README.rst as a standard, default readme file. 24538 * Exclude 'encodings' modules when removing modules from sys.modules. 24539 Workaround for #285. 24540 * `Issue #231`_: Don't fiddle with system python when used with buildout 24541 (bootstrap.py) 24542 24543 ------ 24544 0.6.26 24545 ------ 24546 24547 * `Issue #183`_: Symlinked files are now extracted from source distributions. 24548 * `Issue #227`_: Easy_install fetch parameters are now passed during the 24549 installation of a source distribution; now fulfillment of setup_requires 24550 dependencies will honor the parameters passed to easy_install. 24551 24552 ------ 24553 0.6.25 24554 ------ 24555 24556 * `Issue #258`_: Workaround a cache issue 24557 * `Issue #260`_: distribute_setup.py now accepts the --user parameter for 24558 Python 2.6 and later. 24559 * `Issue #262`_: package_index.open_with_auth no longer throws LookupError 24560 on Python 3. 24561 * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in 24562 on late releases of Python. 24563 * `Issue #272`_: Prevent TypeError when namespace package names are unicode 24564 and single-install-externally-managed is used. Also fixes PIP `issue 24565 449`_. 24566 * `Issue #273`_: Legacy script launchers now install with Python2/3 support. 24567 24568 ------ 24569 0.6.24 24570 ------ 24571 24572 * `Issue #249`_: Added options to exclude 2to3 fixers 24573 24574 ------ 24575 0.6.23 24576 ------ 24577 24578 * `Issue #244`_: Fixed a test 24579 * `Issue #243`_: Fixed a test 24580 * `Issue #239`_: Fixed a test 24581 * `Issue #240`_: Fixed a test 24582 * `Issue #241`_: Fixed a test 24583 * `Issue #237`_: Fixed a test 24584 * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python 24585 * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation 24586 * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process 24587 * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg 24588 * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4 24589 24590 ------ 24591 0.6.21 24592 ------ 24593 24594 * `Issue #225`_: FIxed a regression on py2.4 24595 24596 ------ 24597 0.6.20 24598 ------ 24599 24600 * `Issue #135`_: Include url in warning when processing URLs in package_index. 24601 * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer. 24602 * `Issue #213`_: Fix typo in documentation. 24603 24604 ------ 24605 0.6.19 24606 ------ 24607 24608 * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders' 24609 24610 ------ 24611 0.6.18 24612 ------ 24613 24614 * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix. 24615 24616 ------ 24617 0.6.17 24618 ------ 24619 24620 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment 24621 variable to allow to disable installation of easy_install-${version} script. 24622 * Support Python >=3.1.4 and >=3.2.1. 24623 * `Issue 204`_: Don't try to import the parent of a namespace package in 24624 declare_namespace 24625 * `Issue 196`_: Tolerate responses with multiple Content-Length headers 24626 * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires 24627 problems. 24628 24629 ------ 24630 0.6.16 24631 ------ 24632 24633 * Builds sdist gztar even on Windows (avoiding `Issue 193`_). 24634 * `Issue 192`_: Fixed metadata omitted on Windows when package_dir 24635 specified with forward-slash. 24636 * `Issue 195`_: Cython build support. 24637 * `Issue 200`_: Issues with recognizing 64-bit packages on Windows. 24638 24639 ------ 24640 0.6.15 24641 ------ 24642 24643 * Fixed typo in bdist_egg 24644 * Several issues under Python 3 has been solved. 24645 * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package. 24646 24647 ------ 24648 0.6.14 24649 ------ 24650 24651 * `Issue 170`_: Fixed unittest failure. Thanks to Toshio. 24652 * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite. 24653 * `Issue 143`_: Fixed a lookup issue with easy_install. 24654 Thanks to David and Zooko. 24655 * `Issue 174`_: Fixed the edit mode when its used with setuptools itself 24656 24657 ------ 24658 0.6.13 24659 ------ 24660 24661 * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL") 24662 * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv 24663 * `Issue 163`_: scan index links before external links, and don't use the md5 when 24664 comparing two distributions 24665 24666 ------ 24667 0.6.12 24668 ------ 24669 24670 * `Issue 149`_: Fixed various failures on 2.3/2.4 24671 24672 ------ 24673 0.6.11 24674 ------ 24675 24676 * Found another case of SandboxViolation - fixed 24677 * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings 24678 * Added indexsidebar.html into MANIFEST.in 24679 * `Issue 108`_: Fixed TypeError with Python3.1 24680 * `Issue 121`_: Fixed --help install command trying to actually install. 24681 * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work. 24682 * `Issue 133`_: Added --no-find-links to easy_install 24683 * Added easy_install --user 24684 * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account 24685 * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg 24686 * `Issue 138`_: cant_write_to_target error when setup_requires is used. 24687 * `Issue 147`_: respect the sys.dont_write_bytecode flag 24688 24689 ------ 24690 0.6.10 24691 ------ 24692 24693 * Reverted change made for the DistributionNotFound exception because 24694 zc.buildout uses the exception message to get the name of the 24695 distribution. 24696 24697 ----- 24698 0.6.9 24699 ----- 24700 24701 * `Issue 90`_: unknown setuptools version can be added in the working set 24702 * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore 24703 Initial Patch by arfrever. 24704 * `Issue 89`_: added a side bar with a download link to the doc. 24705 * `Issue 86`_: fixed missing sentence in pkg_resources doc. 24706 * Added a nicer error message when a DistributionNotFound is raised. 24707 * `Issue 80`_: test_develop now works with Python 3.1 24708 * `Issue 93`_: upload_docs now works if there is an empty sub-directory. 24709 * `Issue 70`_: exec bit on non-exec files 24710 * `Issue 99`_: now the standalone easy_install command doesn't uses a 24711 "setup.cfg" if any exists in the working directory. It will use it 24712 only if triggered by ``install_requires`` from a setup.py call 24713 (install, develop, etc). 24714 * `Issue 101`_: Allowing ``os.devnull`` in Sandbox 24715 * `Issue 92`_: Fixed the "no eggs" found error with MacPort 24716 (platform.mac_ver() fails) 24717 * `Issue 103`_: test_get_script_header_jython_workaround not run 24718 anymore under py3 with C or POSIX local. Contributed by Arfrever. 24719 * `Issue 104`_: remvoved the assertion when the installation fails, 24720 with a nicer message for the end user. 24721 * `Issue 100`_: making sure there's no SandboxViolation when 24722 the setup script patches setuptools. 24723 24724 ----- 24725 0.6.8 24726 ----- 24727 24728 * Added "check_packages" in dist. (added in Setuptools 0.6c11) 24729 * Fixed the DONT_PATCH_SETUPTOOLS state. 24730 24731 ----- 24732 0.6.7 24733 ----- 24734 24735 * `Issue 58`_: Added --user support to the develop command 24736 * `Issue 11`_: Generated scripts now wrap their call to the script entry point 24737 in the standard "if name == 'main'" 24738 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv 24739 can drive an installation that doesn't patch a global setuptools. 24740 * Reviewed unladen-swallow specific change from 24741 http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719 24742 and determined that it no longer applies. Distribute should work fine with 24743 Unladen Swallow 2009Q3. 24744 * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a 24745 httplib.HTTPException instead of just InvalidURL and BadStatusLine. 24746 * Removed virtual-python.py from this distribution and updated documentation 24747 to point to the actively maintained virtualenv instead. 24748 * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every 24749 time it is run 24750 * use_setuptools now properly respects the requested version 24751 * use_setuptools will no longer try to import a distribute egg for the 24752 wrong Python version 24753 * `Issue 74`_: no_fake should be True by default. 24754 * `Issue 72`_: avoid a bootstrapping issue with easy_install -U 24755 24756 ----- 24757 0.6.6 24758 ----- 24759 24760 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3 24761 (patch by Holger Krekel) 24762 24763 ----- 24764 0.6.5 24765 ----- 24766 24767 * `Issue 65`_: cli.exe and gui.exe are now generated at build time, 24768 depending on the platform in use. 24769 24770 * `Issue 67`_: Fixed doc typo (PEP 381/382) 24771 24772 * Distribute no longer shadows setuptools if we require a 0.7-series 24773 setuptools. And an error is raised when installing a 0.7 setuptools with 24774 distribute. 24775 24776 * When run from within buildout, no attempt is made to modify an existing 24777 setuptools egg, whether in a shared egg directory or a system setuptools. 24778 24779 * Fixed a hole in sandboxing allowing builtin file to write outside of 24780 the sandbox. 24781 24782 ----- 24783 0.6.4 24784 ----- 24785 24786 * Added the generation of `distribute_setup_3k.py` during the release. 24787 This closes `issue #52`_. 24788 24789 * Added an upload_docs command to easily upload project documentation to 24790 PyPI's https://pythonhosted.org. This close `issue #56`_. 24791 24792 * Fixed a bootstrap bug on the use_setuptools() API. 24793 24794 ----- 24795 0.6.3 24796 ----- 24797 24798 setuptools 24799 ========== 24800 24801 * Fixed a bunch of calls to file() that caused crashes on Python 3. 24802 24803 bootstrapping 24804 ============= 24805 24806 * Fixed a bug in sorting that caused bootstrap to fail on Python 3. 24807 24808 ----- 24809 0.6.2 24810 ----- 24811 24812 setuptools 24813 ========== 24814 24815 * Added Python 3 support; see docs/python3.txt. 24816 This closes http://bugs.python.org/setuptools/issue39. 24817 24818 * Added option to run 2to3 automatically when installing on Python 3. 24819 This closes `issue #31`_. 24820 24821 * Fixed invalid usage of requirement.parse, that broke develop -d. 24822 This closes http://bugs.python.org/setuptools/issue44. 24823 24824 * Fixed script launcher for 64-bit Windows. 24825 This closes http://bugs.python.org/setuptools/issue2. 24826 24827 * KeyError when compiling extensions. 24828 This closes http://bugs.python.org/setuptools/issue41. 24829 24830 bootstrapping 24831 ============= 24832 24833 * Fixed bootstrap not working on Windows. This closes `issue #49`_. 24834 24835 * Fixed 2.6 dependencies. This closes `issue #50`_. 24836 24837 * Make sure setuptools is patched when running through easy_install 24838 This closes http://bugs.python.org/setuptools/issue40. 24839 24840 ----- 24841 0.6.1 24842 ----- 24843 24844 setuptools 24845 ========== 24846 24847 * package_index.urlopen now catches BadStatusLine and malformed url errors. 24848 This closes `issue #16`_ and `issue #18`_. 24849 24850 * zip_ok is now False by default. This closes 24851 http://bugs.python.org/setuptools/issue33. 24852 24853 * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20. 24854 24855 * Fixed invalid bootstraping with easy_install installation (`issue #40`_). 24856 Thanks to Florian Schulze for the help. 24857 24858 * Removed buildout/bootstrap.py. A new repository will create a specific 24859 bootstrap.py script. 24860 24861 24862 bootstrapping 24863 ============= 24864 24865 * The boostrap process leave setuptools alone if detected in the system 24866 and --root or --prefix is provided, but is not in the same location. 24867 This closes `issue #10`_. 24868 24869 --- 24870 0.6 24871 --- 24872 24873 setuptools 24874 ========== 24875 24876 * Packages required at build time where not fully present at install time. 24877 This closes `issue #12`_. 24878 24879 * Protected against failures in tarfile extraction. This closes `issue #10`_. 24880 24881 * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_. 24882 24883 * sandbox.py replaced builtin type file with builtin function open. This 24884 closes `issue #6`_. 24885 24886 * Immediately close all file handles. This closes `issue #3`_. 24887 24888 * Added compatibility with Subversion 1.6. This references `issue #1`_. 24889 24890 pkg_resources 24891 ============= 24892 24893 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API 24894 instead. Based on a patch from ronaldoussoren. This closes `issue #5`_. 24895 24896 * Fixed a SandboxViolation for mkdir that could occur in certain cases. 24897 This closes `issue #13`_. 24898 24899 * Allow to find_on_path on systems with tight permissions to fail gracefully. 24900 This closes `issue #9`_. 24901 24902 * Corrected inconsistency between documentation and code of add_entry. 24903 This closes `issue #8`_. 24904 24905 * Immediately close all file handles. This closes `issue #3`_. 24906 24907 easy_install 24908 ============ 24909 24910 * Immediately close all file handles. This closes `issue #3`_. 24911 24912 24913 .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135 24914 .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183 24915 .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207 24916 .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208 24917 .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21 24918 .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212 24919 .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213 24920 .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218 24921 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 24922 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 24923 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 24924 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 24925 .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231 24926 .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237 24927 .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238 24928 .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239 24929 .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240 24930 .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241 24931 .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243 24932 .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244 24933 .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249 24934 .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258 24935 .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260 24936 .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262 24937 .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269 24938 .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272 24939 .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273 24940 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 24941 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 24942 .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294 24943 .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299 24944 .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30 24945 .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301 24946 .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303 24947 .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304 24948 .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305 24949 .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306 24950 .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307 24951 .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310 24952 .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311 24953 .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313 24954 .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314 24955 .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320 24956 .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323 24957 .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326 24958 .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327 24959 .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328 24960 .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334 24961 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 24962 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 24963 .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101 24964 .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103 24965 .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104 24966 .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108 24967 .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11 24968 .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112 24969 .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121 24970 .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133 24971 .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134 24972 .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138 24973 .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143 24974 .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146 24975 .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147 24976 .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149 24977 .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15 24978 .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150 24979 .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160 24980 .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163 24981 .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170 24982 .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171 24983 .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174 24984 .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192 24985 .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193 24986 .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195 24987 .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196 24988 .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200 24989 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 24990 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 24991 .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205 24992 .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206 24993 .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21 24994 .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210 24995 .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58 24996 .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64 24997 .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65 24998 .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67 24999 .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70 25000 .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72 25001 .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74 25002 .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80 25003 .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86 25004 .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87 25005 .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89 25006 .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90 25007 .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92 25008 .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93 25009 .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99 25010 .. _`issue 25011 449`: https://bitbucket.org/tarek/distribute/issue/449 25012 .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1 25013 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 25014 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 25015 .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12 25016 .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13 25017 .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16 25018 .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18 25019 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 25020 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 25021 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 25022 .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31 25023 .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40 25024 .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49 25025 .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5 25026 .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50 25027 .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52 25028 .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56 25029 .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6 25030 .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7 25031 .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8 25032 .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9 25033 25034 25035Keywords: CPAN PyPI distutils eggs package management 25036Platform: UNKNOWN 25037Classifier: Development Status :: 5 - Production/Stable 25038Classifier: Intended Audience :: Developers 25039Classifier: License :: OSI Approved :: Python Software Foundation License 25040Classifier: License :: OSI Approved :: Zope Public License 25041Classifier: Operating System :: OS Independent 25042Classifier: Programming Language :: Python :: 2.4 25043Classifier: Programming Language :: Python :: 2.5 25044Classifier: Programming Language :: Python :: 2.6 25045Classifier: Programming Language :: Python :: 2.7 25046Classifier: Programming Language :: Python :: 3 25047Classifier: Programming Language :: Python :: 3.1 25048Classifier: Programming Language :: Python :: 3.2 25049Classifier: Programming Language :: Python :: 3.3 25050Classifier: Topic :: Software Development :: Libraries :: Python Modules 25051Classifier: Topic :: System :: Archiving :: Packaging 25052Classifier: Topic :: System :: Systems Administration 25053Classifier: Topic :: Utilities 25054 25055-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 25056 25057Scanned Source License setuptools-0.8/setuptools.egg-info/EGG-INFO/PKG-INFO: 25058 25059Metadata-Version: 1.0 25060Name: setuptools 25061Version: 0.6c11 25062Summary: xxxx 25063Home-page: xxx 25064Author: xxx 25065Author-email: xxx 25066License: xxx 25067Description: xxx 25068 25069-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 25070 25071Scanned Source License setuptools-0.8/setuptools.egg-info/PKG-INFO: 25072 25073Metadata-Version: 1.1 25074Name: setuptools 25075Version: 0.8 25076Summary: Easily download, build, install, upgrade, and uninstall Python packages 25077Home-page: https://pypi.python.org/pypi/setuptools 25078Author: The fellowship of the packaging 25079Author-email: distutils-sig@python.org 25080License: PSF or ZPL 25081Description: =============================== 25082 Installing and Using Setuptools 25083 =============================== 25084 25085 .. contents:: **Table of Contents** 25086 25087 25088 ------------------------- 25089 Installation Instructions 25090 ------------------------- 25091 25092 Upgrading from Distribute 25093 ========================= 25094 25095 Currently, Distribute disallows installing Setuptools 0.7+ over Distribute. 25096 You must first uninstall any active version of Distribute first (see 25097 `Uninstalling`_). 25098 25099 Upgrading from Setuptools 0.6 25100 ============================= 25101 25102 Upgrading from prior versions of Setuptools is supported. Initial reports 25103 good success in this regard. 25104 25105 Windows 25106 ======= 25107 25108 The recommended way to install setuptools on Windows is to download 25109 `ez_setup.py`_ and run it. The script will download the appropriate .egg 25110 file and install it for you. 25111 25112 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 25113 25114 For best results, uninstall previous versions FIRST (see `Uninstalling`_). 25115 25116 Once installation is complete, you will find an ``easy_install.exe`` program in 25117 your Python ``Scripts`` subdirectory. For simple invocation and best results, 25118 add this directory to your ``PATH`` environment variable, if it is not already 25119 present. 25120 25121 25122 Unix-based Systems including Mac OS X 25123 ===================================== 25124 25125 Download `ez_setup.py`_ and run it using the target Python version. The script 25126 will download the appropriate version and install it for you:: 25127 25128 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python 25129 25130 Note that you will may need to invoke the command with superuser privileges to 25131 install to the system Python. 25132 25133 Alternatively, on Python 2.6 and later, Setuptools may be installed to a 25134 user-local path:: 25135 25136 > wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py 25137 > python ez_setup.py --user 25138 25139 25140 Advanced Installation 25141 ===================== 25142 25143 For more advanced installation options, such as installing to custom 25144 locations or prefixes, download and extract the source 25145 tarball from `Setuptools on PyPI <https://pypi.python.org/pypi/setuptools>`_ 25146 and run setup.py with any supported distutils and Setuptools options. 25147 For example:: 25148 25149 setuptools-0.8$ python setup.py --prefix=/opt/setuptools 25150 25151 Use ``--help`` to get a full options list, but we recommend consulting 25152 the `EasyInstall manual`_ for detailed instructions, especially `the section 25153 on custom installation locations`_. 25154 25155 .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall 25156 .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations 25157 25158 25159 Downloads 25160 ========= 25161 25162 All setuptools downloads can be found at `the project's home page in the Python 25163 Package Index`_. Scroll to the very bottom of the page to find the links. 25164 25165 .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools 25166 25167 In addition to the PyPI downloads, the development version of ``setuptools`` 25168 is available from the `Bitbucket repo`_, and in-development versions of the 25169 `0.6 branch`_ are available as well. 25170 25171 .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev 25172 .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 25173 25174 Uninstalling 25175 ============ 25176 25177 On Windows, if Setuptools was installed using an ``.exe`` or ``.msi`` 25178 installer, simply use the uninstall feature of "Add/Remove Programs" in the 25179 Control Panel. 25180 25181 Otherwise, to uninstall Setuptools or Distribute, regardless of the Python 25182 version, delete all ``setuptools*`` and ``distribute*`` files and 25183 directories from your system's ``site-packages`` directory 25184 (and any other ``sys.path`` directories) FIRST. 25185 25186 If you are upgrading or otherwise plan to re-install Setuptools or Distribute, 25187 nothing further needs to be done. If you want to completely remove Setuptools, 25188 you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts 25189 and associated executables installed to the Python scripts directory. 25190 25191 -------------------------------- 25192 Using Setuptools and EasyInstall 25193 -------------------------------- 25194 25195 Here are some of the available manuals, tutorials, and other resources for 25196 learning about Setuptools, Python Eggs, and EasyInstall: 25197 25198 * `The EasyInstall user's guide and reference manual`_ 25199 * `The setuptools Developer's Guide`_ 25200 * `The pkg_resources API reference`_ 25201 * `Package Compatibility Notes`_ (user-maintained) 25202 * `The Internal Structure of Python Eggs`_ 25203 25204 Questions, comments, and bug reports should be directed to the `distutils-sig 25205 mailing list`_. If you have written (or know of) any tutorials, documentation, 25206 plug-ins, or other resources for setuptools users, please let us know about 25207 them there, so this reference list can be updated. If you have working, 25208 *tested* patches to correct problems or add features, you may submit them to 25209 the `setuptools bug tracker`_. 25210 25211 .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues 25212 .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes 25213 .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html 25214 .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html 25215 .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html 25216 .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html 25217 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/ 25218 25219 25220 ------- 25221 Credits 25222 ------- 25223 25224 * The original design for the ``.egg`` format and the ``pkg_resources`` API was 25225 co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first 25226 version of ``pkg_resources``, and supplied the OS X operating system version 25227 compatibility algorithm. 25228 25229 * Ian Bicking implemented many early "creature comfort" features of 25230 easy_install, including support for downloading via Sourceforge and 25231 Subversion repositories. Ian's comments on the Web-SIG about WSGI 25232 application deployment also inspired the concept of "entry points" in eggs, 25233 and he has given talks at PyCon and elsewhere to inform and educate the 25234 community about eggs and setuptools. 25235 25236 * Jim Fulton contributed time and effort to build automated tests of various 25237 aspects of ``easy_install``, and supplied the doctests for the command-line 25238 ``.exe`` wrappers on Windows. 25239 25240 * Phillip J. Eby is the principal author and maintainer of setuptools, and 25241 first proposed the idea of an importable binary distribution format for 25242 Python application plug-ins. 25243 25244 * Significant parts of the implementation of setuptools were funded by the Open 25245 Source Applications Foundation, to provide a plug-in infrastructure for the 25246 Chandler PIM application. In addition, many OSAF staffers (such as Mike 25247 "Code Bear" Taylor) contributed their time and stress as guinea pigs for the 25248 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!) 25249 25250 .. _files: 25251 25252 ======= 25253 CHANGES 25254 ======= 25255 25256 --- 25257 0.8 25258 --- 25259 25260 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 25261 conversion. 25262 25263 ----- 25264 0.7.8 25265 ----- 25266 25267 * Distribute #375: Yet another fix for yet another regression. 25268 25269 ----- 25270 0.7.7 25271 ----- 25272 25273 * Distribute #375: Repair AttributeError created in last release (redo). 25274 * `Issue #30`_: Added test for get_cache_path. 25275 25276 ----- 25277 0.7.6 25278 ----- 25279 25280 * Distribute #375: Repair AttributeError created in last release. 25281 25282 ----- 25283 0.7.5 25284 ----- 25285 25286 * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``. 25287 * Distribute #375: Merged additional warning from Distribute 0.6.46. 25288 * Now honor the environment variable 25289 ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now 25290 deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``. 25291 25292 ----- 25293 0.7.4 25294 ----- 25295 25296 * Issue #20: Fix comparison of parsed SVN version on Python 3. 25297 25298 ----- 25299 0.7.3 25300 ----- 25301 25302 * Issue #1: Disable installation of Windows-specific files on non-Windows systems. 25303 * Use new sysconfig module with Python 2.7 or >=3.2. 25304 25305 ----- 25306 0.7.2 25307 ----- 25308 25309 * Issue #14: Use markerlib when the `parser` module is not available. 25310 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. 25311 25312 ----- 25313 0.7.1 25314 ----- 25315 25316 * Fix NameError (Issue #3) again - broken in bad merge. 25317 25318 --- 25319 0.7 25320 --- 25321 25322 * Merged Setuptools and Distribute. See docs/merge.txt for details. 25323 25324 Added several features that were slated for setuptools 0.6c12: 25325 25326 * Index URL now defaults to HTTPS. 25327 * Added experimental environment marker support. Now clients may designate a 25328 PEP-426 environment marker for "extra" dependencies. Setuptools uses this 25329 feature in ``setup.py`` for optional SSL and certificate validation support 25330 on older platforms. Based on Distutils-SIG discussions, the syntax is 25331 somewhat tentative. There should probably be a PEP with a firmer spec before 25332 the feature should be considered suitable for use. 25333 * Added support for SSL certificate validation when installing packages from 25334 an HTTPS service. 25335 25336 ----- 25337 0.7b4 25338 ----- 25339 25340 * Issue #3: Fixed NameError in SSL support. 25341 25342 ------ 25343 0.6.49 25344 ------ 25345 25346 * Move warning check in ``get_cache_path`` to follow the directory creation 25347 to avoid errors when the cache path does not yet exist. Fixes the error 25348 reported in #375. 25349 25350 ------ 25351 0.6.48 25352 ------ 25353 25354 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 25355 0.6.46 (redo). 25356 25357 ------ 25358 0.6.47 25359 ------ 25360 25361 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 25362 0.6.46. 25363 25364 ------ 25365 0.6.46 25366 ------ 25367 25368 * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise 25369 customized egg cache location specifies a directory that's group- or 25370 world-writable. 25371 25372 ------ 25373 0.6.45 25374 ------ 25375 25376 * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, 25377 restoring ability to upgrade from an older setuptools version. 25378 25379 ------ 25380 0.6.44 25381 ------ 25382 25383 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to 25384 satisfy use_setuptools. 25385 25386 ------ 25387 0.6.43 25388 ------ 25389 25390 * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42). 25391 25392 ------ 25393 0.6.42 25394 ------ 25395 25396 * External links finder no longer yields duplicate links. 25397 * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old 25398 patch from setuptools trunk which inspired PR #31). 25399 25400 ------ 25401 0.6.41 25402 ------ 25403 25404 * Issue #27: Use public api for loading resources from zip files rather than 25405 the private method `_zip_directory_cache`. 25406 * Added a new function ``easy_install.get_win_launcher`` which may be used by 25407 third-party libraries such as buildout to get a suitable script launcher. 25408 25409 ------ 25410 0.6.40 25411 ------ 25412 25413 * Issue #376: brought back cli.exe and gui.exe that were deleted in the 25414 previous release. 25415 25416 ------ 25417 0.6.39 25418 ------ 25419 25420 * Add support for console launchers on ARM platforms. 25421 * Fix possible issue in GUI launchers where the subsystem was not supplied to 25422 the linker. 25423 * Launcher build script now refactored for robustness. 25424 * Issue #375: Resources extracted from a zip egg to the file system now also 25425 check the contents of the file against the zip contents during each 25426 invocation of get_resource_filename. 25427 25428 ------ 25429 0.6.38 25430 ------ 25431 25432 * Issue #371: The launcher manifest file is now installed properly. 25433 25434 ------ 25435 0.6.37 25436 ------ 25437 25438 * Issue #143: Launcher scripts, including easy_install itself, are now 25439 accompanied by a manifest on 32-bit Windows environments to avoid the 25440 Installer Detection Technology and thus undesirable UAC elevation described 25441 in `this Microsoft article 25442 <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_. 25443 25444 ------ 25445 0.6.36 25446 ------ 25447 25448 * Pull Request #35: In `Buildout issue 64 25449 <https://github.com/buildout/buildout/issues/64>`_, it was reported that 25450 under Python 3, installation of distutils scripts could attempt to copy 25451 the ``__pycache__`` directory as a file, causing an error, apparently only 25452 under Windows. Easy_install now skips all directories when processing 25453 metadata scripts. 25454 25455 ------ 25456 0.6.35 25457 ------ 25458 25459 25460 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in 25461 how it parses version numbers. 25462 25463 * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools 25464 0.6. Updated the documentation to match more closely with the version 25465 parsing as intended in setuptools 0.6. 25466 25467 ------ 25468 0.6.34 25469 ------ 25470 25471 * Issue #341: 0.6.33 fails to build under Python 2.4. 25472 25473 ------ 25474 0.6.33 25475 ------ 25476 25477 * Fix 2 errors with Jython 2.5. 25478 * Fix 1 failure with Jython 2.5 and 2.7. 25479 * Disable workaround for Jython scripts on Linux systems. 25480 * Issue #336: `setup.py` no longer masks failure exit code when tests fail. 25481 * Fix issue in pkg_resources where try/except around a platform-dependent 25482 import would trigger hook load failures on Mercurial. See pull request 32 25483 for details. 25484 * Issue #341: Fix a ResourceWarning. 25485 25486 ------ 25487 0.6.32 25488 ------ 25489 25490 * Fix test suite with Python 2.6. 25491 * Fix some DeprecationWarnings and ResourceWarnings. 25492 * Issue #335: Backed out `setup_requires` superceding installed requirements 25493 until regression can be addressed. 25494 25495 ------ 25496 0.6.31 25497 ------ 25498 25499 * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3. 25500 * Issue #329: Properly close files created by tests for compatibility with 25501 Jython. 25502 * Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and 25503 `#1981 <http://bugs.jython.org/issue1981>`_. 25504 * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__` 25505 such as numpy does. This change should address 25506 `virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long 25507 as the system encoding is UTF-8 or the IO encoding is specified in the 25508 environment, i.e.:: 25509 25510 PYTHONIOENCODING=utf8 pip install numpy 25511 25512 * Fix for encoding issue when installing from Windows executable on Python 3. 25513 * `Issue #323`_: Allow `setup_requires` requirements to supercede installed 25514 requirements. Added some new keyword arguments to existing pkg_resources 25515 methods. Also had to updated how __path__ is handled for namespace packages 25516 to ensure that when a new egg distribution containing a namespace package is 25517 placed on sys.path, the entries in __path__ are found in the same order they 25518 would have been in had that egg been on the path when pkg_resources was 25519 first imported. 25520 25521 ------ 25522 0.6.30 25523 ------ 25524 25525 * `Issue #328`_: Clean up temporary directories in distribute_setup.py. 25526 * Fix fatal bug in distribute_setup.py. 25527 25528 ------ 25529 0.6.29 25530 ------ 25531 25532 * Pull Request #14: Honor file permissions in zip files. 25533 * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip. 25534 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301. 25535 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx` 25536 to produce uploadable documentation. 25537 * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3. 25538 * `Issue #320`_: Fix check for "createable" in distribute_setup.py. 25539 * `Issue #305`_: Remove a warning that was triggered during normal operations. 25540 * `Issue #311`_: Print metadata in UTF-8 independent of platform. 25541 * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3. 25542 * `Issue #301`_: Allow to run tests of namespace packages when using 2to3. 25543 * `Issue #304`_: Prevent import loop in site.py under Python 3.3. 25544 * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3. 25545 * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3, 25546 as the egg link would go to the Python 2 source. Linking to the 2to3'd code 25547 in build/lib makes it work, although you will have to rebuild the module 25548 before testing it. 25549 * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2. 25550 * `Issue #307`_: Prints the full path when .svn/entries is broken. 25551 * `Issue #313`_: Support for sdist subcommands (Python 2.7) 25552 * `Issue #314`_: test_local_index() would fail an OS X. 25553 * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors. 25554 * `Issue #218`_: Improved documentation on behavior of `package_data` and 25555 `include_package_data`. Files indicated by `package_data` are now included 25556 in the manifest. 25557 * `distribute_setup.py` now allows a `--download-base` argument for retrieving 25558 distribute from a specified location. 25559 25560 ------ 25561 0.6.28 25562 ------ 25563 25564 * `Issue #294`_: setup.py can now be invoked from any directory. 25565 * Scripts are now installed honoring the umask. 25566 * Added support for .dist-info directories. 25567 * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on 25568 Python 3.3. 25569 25570 ------ 25571 0.6.27 25572 ------ 25573 25574 * Support current snapshots of CPython 3.3. 25575 * Distribute now recognizes README.rst as a standard, default readme file. 25576 * Exclude 'encodings' modules when removing modules from sys.modules. 25577 Workaround for #285. 25578 * `Issue #231`_: Don't fiddle with system python when used with buildout 25579 (bootstrap.py) 25580 25581 ------ 25582 0.6.26 25583 ------ 25584 25585 * `Issue #183`_: Symlinked files are now extracted from source distributions. 25586 * `Issue #227`_: Easy_install fetch parameters are now passed during the 25587 installation of a source distribution; now fulfillment of setup_requires 25588 dependencies will honor the parameters passed to easy_install. 25589 25590 ------ 25591 0.6.25 25592 ------ 25593 25594 * `Issue #258`_: Workaround a cache issue 25595 * `Issue #260`_: distribute_setup.py now accepts the --user parameter for 25596 Python 2.6 and later. 25597 * `Issue #262`_: package_index.open_with_auth no longer throws LookupError 25598 on Python 3. 25599 * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in 25600 on late releases of Python. 25601 * `Issue #272`_: Prevent TypeError when namespace package names are unicode 25602 and single-install-externally-managed is used. Also fixes PIP `issue 25603 449`_. 25604 * `Issue #273`_: Legacy script launchers now install with Python2/3 support. 25605 25606 ------ 25607 0.6.24 25608 ------ 25609 25610 * `Issue #249`_: Added options to exclude 2to3 fixers 25611 25612 ------ 25613 0.6.23 25614 ------ 25615 25616 * `Issue #244`_: Fixed a test 25617 * `Issue #243`_: Fixed a test 25618 * `Issue #239`_: Fixed a test 25619 * `Issue #240`_: Fixed a test 25620 * `Issue #241`_: Fixed a test 25621 * `Issue #237`_: Fixed a test 25622 * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python 25623 * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation 25624 * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process 25625 * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg 25626 * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4 25627 25628 ------ 25629 0.6.21 25630 ------ 25631 25632 * `Issue #225`_: FIxed a regression on py2.4 25633 25634 ------ 25635 0.6.20 25636 ------ 25637 25638 * `Issue #135`_: Include url in warning when processing URLs in package_index. 25639 * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer. 25640 * `Issue #213`_: Fix typo in documentation. 25641 25642 ------ 25643 0.6.19 25644 ------ 25645 25646 * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders' 25647 25648 ------ 25649 0.6.18 25650 ------ 25651 25652 * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix. 25653 25654 ------ 25655 0.6.17 25656 ------ 25657 25658 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment 25659 variable to allow to disable installation of easy_install-${version} script. 25660 * Support Python >=3.1.4 and >=3.2.1. 25661 * `Issue 204`_: Don't try to import the parent of a namespace package in 25662 declare_namespace 25663 * `Issue 196`_: Tolerate responses with multiple Content-Length headers 25664 * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires 25665 problems. 25666 25667 ------ 25668 0.6.16 25669 ------ 25670 25671 * Builds sdist gztar even on Windows (avoiding `Issue 193`_). 25672 * `Issue 192`_: Fixed metadata omitted on Windows when package_dir 25673 specified with forward-slash. 25674 * `Issue 195`_: Cython build support. 25675 * `Issue 200`_: Issues with recognizing 64-bit packages on Windows. 25676 25677 ------ 25678 0.6.15 25679 ------ 25680 25681 * Fixed typo in bdist_egg 25682 * Several issues under Python 3 has been solved. 25683 * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package. 25684 25685 ------ 25686 0.6.14 25687 ------ 25688 25689 * `Issue 170`_: Fixed unittest failure. Thanks to Toshio. 25690 * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite. 25691 * `Issue 143`_: Fixed a lookup issue with easy_install. 25692 Thanks to David and Zooko. 25693 * `Issue 174`_: Fixed the edit mode when its used with setuptools itself 25694 25695 ------ 25696 0.6.13 25697 ------ 25698 25699 * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL") 25700 * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv 25701 * `Issue 163`_: scan index links before external links, and don't use the md5 when 25702 comparing two distributions 25703 25704 ------ 25705 0.6.12 25706 ------ 25707 25708 * `Issue 149`_: Fixed various failures on 2.3/2.4 25709 25710 ------ 25711 0.6.11 25712 ------ 25713 25714 * Found another case of SandboxViolation - fixed 25715 * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings 25716 * Added indexsidebar.html into MANIFEST.in 25717 * `Issue 108`_: Fixed TypeError with Python3.1 25718 * `Issue 121`_: Fixed --help install command trying to actually install. 25719 * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work. 25720 * `Issue 133`_: Added --no-find-links to easy_install 25721 * Added easy_install --user 25722 * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account 25723 * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg 25724 * `Issue 138`_: cant_write_to_target error when setup_requires is used. 25725 * `Issue 147`_: respect the sys.dont_write_bytecode flag 25726 25727 ------ 25728 0.6.10 25729 ------ 25730 25731 * Reverted change made for the DistributionNotFound exception because 25732 zc.buildout uses the exception message to get the name of the 25733 distribution. 25734 25735 ----- 25736 0.6.9 25737 ----- 25738 25739 * `Issue 90`_: unknown setuptools version can be added in the working set 25740 * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore 25741 Initial Patch by arfrever. 25742 * `Issue 89`_: added a side bar with a download link to the doc. 25743 * `Issue 86`_: fixed missing sentence in pkg_resources doc. 25744 * Added a nicer error message when a DistributionNotFound is raised. 25745 * `Issue 80`_: test_develop now works with Python 3.1 25746 * `Issue 93`_: upload_docs now works if there is an empty sub-directory. 25747 * `Issue 70`_: exec bit on non-exec files 25748 * `Issue 99`_: now the standalone easy_install command doesn't uses a 25749 "setup.cfg" if any exists in the working directory. It will use it 25750 only if triggered by ``install_requires`` from a setup.py call 25751 (install, develop, etc). 25752 * `Issue 101`_: Allowing ``os.devnull`` in Sandbox 25753 * `Issue 92`_: Fixed the "no eggs" found error with MacPort 25754 (platform.mac_ver() fails) 25755 * `Issue 103`_: test_get_script_header_jython_workaround not run 25756 anymore under py3 with C or POSIX local. Contributed by Arfrever. 25757 * `Issue 104`_: remvoved the assertion when the installation fails, 25758 with a nicer message for the end user. 25759 * `Issue 100`_: making sure there's no SandboxViolation when 25760 the setup script patches setuptools. 25761 25762 ----- 25763 0.6.8 25764 ----- 25765 25766 * Added "check_packages" in dist. (added in Setuptools 0.6c11) 25767 * Fixed the DONT_PATCH_SETUPTOOLS state. 25768 25769 ----- 25770 0.6.7 25771 ----- 25772 25773 * `Issue 58`_: Added --user support to the develop command 25774 * `Issue 11`_: Generated scripts now wrap their call to the script entry point 25775 in the standard "if name == 'main'" 25776 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv 25777 can drive an installation that doesn't patch a global setuptools. 25778 * Reviewed unladen-swallow specific change from 25779 http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&r=719 25780 and determined that it no longer applies. Distribute should work fine with 25781 Unladen Swallow 2009Q3. 25782 * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a 25783 httplib.HTTPException instead of just InvalidURL and BadStatusLine. 25784 * Removed virtual-python.py from this distribution and updated documentation 25785 to point to the actively maintained virtualenv instead. 25786 * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every 25787 time it is run 25788 * use_setuptools now properly respects the requested version 25789 * use_setuptools will no longer try to import a distribute egg for the 25790 wrong Python version 25791 * `Issue 74`_: no_fake should be True by default. 25792 * `Issue 72`_: avoid a bootstrapping issue with easy_install -U 25793 25794 ----- 25795 0.6.6 25796 ----- 25797 25798 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3 25799 (patch by Holger Krekel) 25800 25801 ----- 25802 0.6.5 25803 ----- 25804 25805 * `Issue 65`_: cli.exe and gui.exe are now generated at build time, 25806 depending on the platform in use. 25807 25808 * `Issue 67`_: Fixed doc typo (PEP 381/382) 25809 25810 * Distribute no longer shadows setuptools if we require a 0.7-series 25811 setuptools. And an error is raised when installing a 0.7 setuptools with 25812 distribute. 25813 25814 * When run from within buildout, no attempt is made to modify an existing 25815 setuptools egg, whether in a shared egg directory or a system setuptools. 25816 25817 * Fixed a hole in sandboxing allowing builtin file to write outside of 25818 the sandbox. 25819 25820 ----- 25821 0.6.4 25822 ----- 25823 25824 * Added the generation of `distribute_setup_3k.py` during the release. 25825 This closes `issue #52`_. 25826 25827 * Added an upload_docs command to easily upload project documentation to 25828 PyPI's https://pythonhosted.org. This close `issue #56`_. 25829 25830 * Fixed a bootstrap bug on the use_setuptools() API. 25831 25832 ----- 25833 0.6.3 25834 ----- 25835 25836 setuptools 25837 ========== 25838 25839 * Fixed a bunch of calls to file() that caused crashes on Python 3. 25840 25841 bootstrapping 25842 ============= 25843 25844 * Fixed a bug in sorting that caused bootstrap to fail on Python 3. 25845 25846 ----- 25847 0.6.2 25848 ----- 25849 25850 setuptools 25851 ========== 25852 25853 * Added Python 3 support; see docs/python3.txt. 25854 This closes http://bugs.python.org/setuptools/issue39. 25855 25856 * Added option to run 2to3 automatically when installing on Python 3. 25857 This closes `issue #31`_. 25858 25859 * Fixed invalid usage of requirement.parse, that broke develop -d. 25860 This closes http://bugs.python.org/setuptools/issue44. 25861 25862 * Fixed script launcher for 64-bit Windows. 25863 This closes http://bugs.python.org/setuptools/issue2. 25864 25865 * KeyError when compiling extensions. 25866 This closes http://bugs.python.org/setuptools/issue41. 25867 25868 bootstrapping 25869 ============= 25870 25871 * Fixed bootstrap not working on Windows. This closes `issue #49`_. 25872 25873 * Fixed 2.6 dependencies. This closes `issue #50`_. 25874 25875 * Make sure setuptools is patched when running through easy_install 25876 This closes http://bugs.python.org/setuptools/issue40. 25877 25878 ----- 25879 0.6.1 25880 ----- 25881 25882 setuptools 25883 ========== 25884 25885 * package_index.urlopen now catches BadStatusLine and malformed url errors. 25886 This closes `issue #16`_ and `issue #18`_. 25887 25888 * zip_ok is now False by default. This closes 25889 http://bugs.python.org/setuptools/issue33. 25890 25891 * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20. 25892 25893 * Fixed invalid bootstraping with easy_install installation (`issue #40`_). 25894 Thanks to Florian Schulze for the help. 25895 25896 * Removed buildout/bootstrap.py. A new repository will create a specific 25897 bootstrap.py script. 25898 25899 25900 bootstrapping 25901 ============= 25902 25903 * The boostrap process leave setuptools alone if detected in the system 25904 and --root or --prefix is provided, but is not in the same location. 25905 This closes `issue #10`_. 25906 25907 --- 25908 0.6 25909 --- 25910 25911 setuptools 25912 ========== 25913 25914 * Packages required at build time where not fully present at install time. 25915 This closes `issue #12`_. 25916 25917 * Protected against failures in tarfile extraction. This closes `issue #10`_. 25918 25919 * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_. 25920 25921 * sandbox.py replaced builtin type file with builtin function open. This 25922 closes `issue #6`_. 25923 25924 * Immediately close all file handles. This closes `issue #3`_. 25925 25926 * Added compatibility with Subversion 1.6. This references `issue #1`_. 25927 25928 pkg_resources 25929 ============= 25930 25931 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API 25932 instead. Based on a patch from ronaldoussoren. This closes `issue #5`_. 25933 25934 * Fixed a SandboxViolation for mkdir that could occur in certain cases. 25935 This closes `issue #13`_. 25936 25937 * Allow to find_on_path on systems with tight permissions to fail gracefully. 25938 This closes `issue #9`_. 25939 25940 * Corrected inconsistency between documentation and code of add_entry. 25941 This closes `issue #8`_. 25942 25943 * Immediately close all file handles. This closes `issue #3`_. 25944 25945 easy_install 25946 ============ 25947 25948 * Immediately close all file handles. This closes `issue #3`_. 25949 25950 25951 .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135 25952 .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183 25953 .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207 25954 .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208 25955 .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21 25956 .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212 25957 .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213 25958 .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218 25959 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 25960 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225 25961 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 25962 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227 25963 .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231 25964 .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237 25965 .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238 25966 .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239 25967 .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240 25968 .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241 25969 .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243 25970 .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244 25971 .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249 25972 .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258 25973 .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260 25974 .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262 25975 .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269 25976 .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272 25977 .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273 25978 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 25979 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283 25980 .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294 25981 .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299 25982 .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30 25983 .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301 25984 .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303 25985 .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304 25986 .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305 25987 .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306 25988 .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307 25989 .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310 25990 .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311 25991 .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313 25992 .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314 25993 .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320 25994 .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323 25995 .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326 25996 .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327 25997 .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328 25998 .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334 25999 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 26000 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100 26001 .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101 26002 .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103 26003 .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104 26004 .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108 26005 .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11 26006 .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112 26007 .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121 26008 .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133 26009 .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134 26010 .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138 26011 .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143 26012 .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146 26013 .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147 26014 .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149 26015 .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15 26016 .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150 26017 .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160 26018 .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163 26019 .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170 26020 .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171 26021 .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174 26022 .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192 26023 .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193 26024 .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195 26025 .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196 26026 .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200 26027 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 26028 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204 26029 .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205 26030 .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206 26031 .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21 26032 .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210 26033 .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58 26034 .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64 26035 .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65 26036 .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67 26037 .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70 26038 .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72 26039 .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74 26040 .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80 26041 .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86 26042 .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87 26043 .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89 26044 .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90 26045 .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92 26046 .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93 26047 .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99 26048 .. _`issue 26049 449`: https://bitbucket.org/tarek/distribute/issue/449 26050 .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1 26051 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 26052 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10 26053 .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12 26054 .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13 26055 .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16 26056 .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18 26057 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 26058 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 26059 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3 26060 .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31 26061 .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40 26062 .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49 26063 .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5 26064 .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50 26065 .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52 26066 .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56 26067 .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6 26068 .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7 26069 .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8 26070 .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9 26071 26072 26073Keywords: CPAN PyPI distutils eggs package management 26074Platform: UNKNOWN 26075Classifier: Development Status :: 5 - Production/Stable 26076Classifier: Intended Audience :: Developers 26077Classifier: License :: OSI Approved :: Python Software Foundation License 26078Classifier: License :: OSI Approved :: Zope Public License 26079Classifier: Operating System :: OS Independent 26080Classifier: Programming Language :: Python :: 2.4 26081Classifier: Programming Language :: Python :: 2.5 26082Classifier: Programming Language :: Python :: 2.6 26083Classifier: Programming Language :: Python :: 2.7 26084Classifier: Programming Language :: Python :: 3 26085Classifier: Programming Language :: Python :: 3.1 26086Classifier: Programming Language :: Python :: 3.2 26087Classifier: Programming Language :: Python :: 3.3 26088Classifier: Topic :: Software Development :: Libraries :: Python Modules 26089Classifier: Topic :: System :: Archiving :: Packaging 26090Classifier: Topic :: System :: Systems Administration 26091Classifier: Topic :: Utilities 26092 26093-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26094</pre> 26095<ul> 26096<li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li> 26097</ul> 26098</div> 26099</div> 26100 26101 26102<div class="product"> 26103<span class="title">setxkbmap-1.2.0</span> 26104<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26105<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 26106<div class="licence"> 26107<pre>Scanned Source License setxkbmap-1.2.0/COPYING: 26108 26109Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. 26110 26111Permission to use, copy, modify, and distribute this 26112software and its documentation for any purpose and without 26113fee is hereby granted, provided that the above copyright 26114notice appear in all copies and that both that copyright 26115notice and this permission notice appear in supporting 26116documentation, and that the name of Silicon Graphics not be 26117used in advertising or publicity pertaining to distribution 26118of the software without specific prior written permission. 26119Silicon Graphics makes no representation about the suitability 26120of this software for any purpose. It is provided "as is" 26121without any express or implied warranty. 26122 26123SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 26124SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 26125AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 26126GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 26127DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 26128DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 26129OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 26130THE USE OR PERFORMANCE OF THIS SOFTWARE. 26131 26132-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26133</pre> 26134<ul> 26135 26136</ul> 26137</div> 26138</div> 26139 26140 26141<div class="product"> 26142<span class="title">sgml-common-0.6.3</span> 26143<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26144<span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span> 26145<div class="licence"> 26146<pre></pre> 26147<ul> 26148<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26149</ul> 26150</div> 26151</div> 26152 26153 26154<div class="product"> 26155<span class="title">shadow-4.1.2.2</span> 26156<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26157<span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span> 26158<div class="licence"> 26159<pre>Scanned Source License shadow-4.1.2.2/COPYING: 26160 26161NOTE: 26162 This license has been obsoleted by the change to the BSD-style copyright. 26163 You may continue to use this license if you wish, but you are under no 26164 obligation to do so. 26165 26166(* 26167This document is freely plagiarised from the 'Artistic Licence', 26168distributed as part of the Perl v4.0 kit by Larry Wall, which is 26169available from most major archive sites. I stole it from CrackLib. 26170 26171 $Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $ 26172*) 26173 26174This documents purpose is to state the conditions under which this 26175Package (See definition below) viz: "Shadow", the Shadow Password Suite 26176which is held by Julianne Frances Haugh, may be copied, such that the 26177copyright holder maintains some semblance of artistic control over the 26178development of the package, while giving the users of the package the 26179right to use and distribute the Package in a more-or-less customary 26180fashion, plus the right to make reasonable modifications. 26181 26182So there. 26183 26184*************************************************************************** 26185 26186Definitions: 26187 26188 26189A "Package" refers to the collection of files distributed by the 26190Copyright Holder, and derivatives of that collection of files created 26191through textual modification, or segments thereof. 26192 26193"Standard Version" refers to such a Package if it has not been modified, 26194or has been modified in accordance with the wishes of the Copyright 26195Holder. 26196 26197"Copyright Holder" is whoever is named in the copyright or copyrights 26198for the package. 26199 26200"You" is you, if you're thinking about copying or distributing this 26201Package. 26202 26203"Reasonable copying fee" is whatever you can justify on the basis of 26204media cost, duplication charges, time of people involved, and so on. 26205(You will not be required to justify it to the Copyright Holder, but 26206only to the computing community at large as a market that must bear the 26207fee.) 26208 26209"Freely Available" means that no fee is charged for the item itself, 26210though there may be fees involved in handling the item. It also means 26211that recipients of the item may redistribute it under the same 26212conditions they received it. 26213 26214 262151. You may make and give away verbatim copies of the source form of the 26216Standard Version of this Package without restriction, provided that you 26217duplicate all of the original copyright notices and associated 26218disclaimers. 26219 262202. You may apply bug fixes, portability fixes and other modifications 26221derived from the Public Domain or from the Copyright Holder. A Package 26222modified in such a way shall still be considered the Standard Version. 26223 262243. You may otherwise modify your copy of this Package in any way, 26225provided that you insert a prominent notice in each changed file stating 26226how and when AND WHY you changed that file, and provided that you do at 26227least ONE of the following: 26228 26229a) place your modifications in the Public Domain or otherwise make them 26230Freely Available, such as by posting said modifications to Usenet or an 26231equivalent medium, or placing the modifications on a major archive site 26232such as uunet.uu.net, or by allowing the Copyright Holder to include 26233your modifications in the Standard Version of the Package. 26234 26235b) use the modified Package only within your corporation or organization. 26236 26237c) rename any non-standard executables so the names do not conflict with 26238standard executables, which must also be provided, and provide separate 26239documentation for each non-standard executable that clearly documents 26240how it differs from the Standard Version. 26241 26242d) make other distribution arrangements with the Copyright Holder. 26243 262444. You may distribute the programs of this Package in object code or 26245executable form, provided that you do at least ONE of the following: 26246 26247a) distribute a Standard Version of the executables and library files, 26248together with instructions (in the manual page or equivalent) on where 26249to get the Standard Version. 26250 26251b) accompany the distribution with the machine-readable source of the 26252Package with your modifications. 26253 26254c) accompany any non-standard executables with their corresponding 26255Standard Version executables, giving the non-standard executables 26256non-standard names, and clearly documenting the differences in manual 26257pages (or equivalent), together with instructions on where to get the 26258Standard Version. 26259 26260d) make other distribution arrangements with the Copyright Holder. 26261 262625. You may charge a reasonable copying fee for any distribution of this 26263Package. You may charge any fee you choose for support of this Package. 26264YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may 26265distribute this Package in aggregate with other (possibly commercial) 26266programs as part of a larger (possibly commercial) software distribution 26267provided that YOU DO NOT ADVERTISE this package as a product of your 26268own. 26269 262706. The name of the Copyright Holder may not be used to endorse or 26271promote products derived from this software without specific prior 26272written permission. 26273 262747. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 26275WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 26276MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 26277 26278 The End 26279 26280-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26281</pre> 26282<ul> 26283<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26284</ul> 26285</div> 26286</div> 26287 26288 26289<div class="product"> 26290<span class="title">shared-mime-info-1.0</span> 26291<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26292<span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span> 26293<div class="licence"> 26294<pre></pre> 26295<ul> 26296<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26297</ul> 26298</div> 26299</div> 26300 26301 26302<div class="product"> 26303<span class="title">sharutils-4.7</span> 26304<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26305<span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span> 26306<div class="licence"> 26307<pre></pre> 26308<ul> 26309<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 26310</ul> 26311</div> 26312</div> 26313 26314 26315<div class="product"> 26316<span class="title">shflags-1.0.3</span> 26317<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26318<span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span> 26319<div class="licence"> 26320<pre></pre> 26321<ul> 26322<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 26323</ul> 26324</div> 26325</div> 26326 26327 26328<div class="product"> 26329<span class="title">shill-test-scripts-0.0.1</span> 26330<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26331<span class="homepage"><a href="http://src.chromium.org">homepage</a></span> 26332<div class="licence"> 26333<pre></pre> 26334<ul> 26335<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 26336</ul> 26337</div> 26338</div> 26339 26340 26341<div class="product"> 26342<span class="title">sil-abyssinica-1.0</span> 26343<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26344<span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span> 26345<div class="licence"> 26346<pre>Gentoo Package Stock License OFL: 26347 26348This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/). 26349All Rights Reserved. 26350 26351"Gentium" is a Reserved Font Name for this Font Software. 26352"SIL" is a Reserved Font Name for this Font Software. 26353 26354This Font Software is licensed under the SIL Open Font License, Version 1.0. 26355No modification of the license is permitted, only verbatim copy is allowed. 26356This license is copied below, and is also available with a FAQ at: 26357http://scripts.sil.org/OFL 26358 26359 26360----------------------------------------------------------- 26361SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005 26362----------------------------------------------------------- 26363 26364PREAMBLE 26365The goals of the Open Font License (OFL) are to stimulate worldwide 26366development of cooperative font projects, to support the font creation 26367efforts of academic and linguistic communities, and to provide an open 26368framework in which fonts may be shared and improved in partnership with 26369others. 26370 26371The OFL allows the licensed fonts to be used, studied, modified and 26372redistributed freely as long as they are not sold by themselves. The 26373fonts, including any derivative works, can be bundled, embedded, 26374redistributed and sold with any software provided that the font 26375names of derivative works are changed. The fonts and derivatives, 26376however, cannot be released under any other type of license. 26377 26378DEFINITIONS 26379"Font Software" refers to any and all of the following: 26380 - font files 26381 - data files 26382 - source code 26383 - build scripts 26384 - documentation 26385 26386"Reserved Font Name" refers to the Font Software name as seen by 26387users and any other names as specified after the copyright statement. 26388 26389"Standard Version" refers to the collection of Font Software 26390components as distributed by the Copyright Holder. 26391 26392"Modified Version" refers to any derivative font software made by 26393adding to, deleting, or substituting -- in part or in whole -- 26394any of the components of the Standard Version, by changing formats 26395or by porting the Font Software to a new environment. 26396 26397"Author" refers to any designer, engineer, programmer, technical 26398writer or other person who contributed to the Font Software. 26399 26400PERMISSION & CONDITIONS 26401Permission is hereby granted, free of charge, to any person obtaining 26402a copy of the Font Software, to use, study, copy, merge, embed, modify, 26403redistribute, and sell modified and unmodified copies of the Font 26404Software, subject to the following conditions: 26405 264061) Neither the Font Software nor any of its individual components, 26407in Standard or Modified Versions, may be sold by itself. 26408 264092) Standard or Modified Versions of the Font Software may be bundled, 26410redistributed and sold with any software, provided that each copy 26411contains the above copyright notice and this license. These can be 26412included either as stand-alone text files, human-readable headers or 26413in the appropriate machine-readable metadata fields within text or 26414binary files as long as those fields can be easily viewed by the user. 26415 264163) No Modified Version of the Font Software may use the Reserved Font 26417Name(s), in part or in whole, unless explicit written permission is 26418granted by the Copyright Holder. This restriction applies to all 26419references stored in the Font Software, such as the font menu name and 26420other font description fields, which are used to differentiate the 26421font from others. 26422 264234) The name(s) of the Copyright Holder or the Author(s) of the Font 26424Software shall not be used to promote, endorse or advertise any 26425Modified Version, except to acknowledge the contribution(s) of the 26426Copyright Holder and the Author(s) or with their explicit written 26427permission. 26428 264295) The Font Software, modified or unmodified, in part or in whole, 26430must be distributed using this license, and may not be distributed 26431under any other license. 26432 26433TERMINATION 26434This license becomes null and void if any of the above conditions are 26435not met. 26436 26437DISCLAIMER 26438THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 26439EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 26440MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 26441OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 26442COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 26443INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 26444DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 26445FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 26446OTHER DEALINGS IN THE FONT SOFTWARE. 26447 26448-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26449</pre> 26450<ul> 26451 26452</ul> 26453</div> 26454</div> 26455 26456 26457<div class="product"> 26458<span class="title">simplejson-2.5.0</span> 26459<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26460<span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span> 26461<div class="licence"> 26462<pre>Scanned Source License simplejson-2.5.0/LICENSE.txt: 26463 26464Copyright (c) 2006 Bob Ippolito 26465 26466Permission is hereby granted, free of charge, to any person obtaining a copy of 26467this software and associated documentation files (the "Software"), to deal in 26468the Software without restriction, including without limitation the rights to 26469use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 26470of the Software, and to permit persons to whom the Software is furnished to do 26471so, subject to the following conditions: 26472 26473The above copyright notice and this permission notice shall be included in all 26474copies or substantial portions of the Software. 26475 26476THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26477IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26478FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26479AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 26480LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 26481OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 26482SOFTWARE. 26483 26484-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26485 26486Scanned Source License simplejson-2.5.0/PKG-INFO: 26487 26488Metadata-Version: 1.0 26489Name: simplejson 26490Version: 2.5.0 26491Summary: Simple, fast, extensible JSON encoder/decoder for Python 26492Home-page: http://github.com/simplejson/simplejson 26493Author: Bob Ippolito 26494Author-email: bob@redivi.com 26495License: MIT License 26496Description: simplejson is a simple, fast, complete, correct and extensible 26497 JSON <http://json.org> encoder and decoder for Python 2.5+. It is 26498 pure Python code with no dependencies, but includes an optional C 26499 extension for a serious speed boost. 26500 26501 The latest documentation for simplejson can be read online here: 26502 http://simplejson.readthedocs.org/ 26503 26504 simplejson is the externally maintained development version of the 26505 json library included with Python 2.6 and Python 3.0, but maintains 26506 backwards compatibility with Python 2.5. 26507 26508 The encoder may be subclassed to provide serialization in any kind of 26509 situation, without any special support by the objects to be serialized 26510 (somewhat like pickle). 26511 26512 The decoder can handle incoming JSON strings of any specified encoding 26513 (UTF-8 by default). 26514 26515 26516Platform: any 26517Classifier: Intended Audience :: Developers 26518Classifier: License :: OSI Approved :: MIT License 26519Classifier: Programming Language :: Python 26520Classifier: Topic :: Software Development :: Libraries :: Python Modules 26521 26522-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26523</pre> 26524<ul> 26525 26526</ul> 26527</div> 26528</div> 26529 26530 26531<div class="product"> 26532<span class="title">smartmontools-5.42</span> 26533<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26534<span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span> 26535<div class="licence"> 26536<pre></pre> 26537<ul> 26538<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26539</ul> 26540</div> 26541</div> 26542 26543 26544<div class="product"> 26545<span class="title">socat-1.7.2.3</span> 26546<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26547<span class="homepage"><a href="http://www.dest-unreach.org/socat/">homepage</a></span> 26548<div class="licence"> 26549<pre></pre> 26550<ul> 26551<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26552</ul> 26553</div> 26554</div> 26555 26556 26557<div class="product"> 26558<span class="title">sox-14.3.2</span> 26559<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26560<span class="homepage"><a href="http://sox.sourceforge.net">homepage</a></span> 26561<div class="licence"> 26562<pre></pre> 26563<ul> 26564<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 26565</ul> 26566</div> 26567</div> 26568 26569 26570<div class="product"> 26571<span class="title">speex-1.2_rc1</span> 26572<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26573<span class="homepage"><a href="http://www.speex.org">homepage</a></span> 26574<div class="licence"> 26575<pre>Scanned Source License speex-1.2rc1/COPYING: 26576 26577Copyright 2002-2008 Xiph.org Foundation 26578Copyright 2002-2008 Jean-Marc Valin 26579Copyright 2005-2007 Analog Devices Inc. 26580Copyright 2005-2008 Commonwealth Scientific and Industrial Research 26581 Organisation (CSIRO) 26582Copyright 1993, 2002, 2006 David Rowe 26583Copyright 2003 EpicGames 26584Copyright 1992-1994 Jutta Degener, Carsten Bormann 26585 26586Redistribution and use in source and binary forms, with or without 26587modification, are permitted provided that the following conditions 26588are met: 26589 26590- Redistributions of source code must retain the above copyright 26591notice, this list of conditions and the following disclaimer. 26592 26593- Redistributions in binary form must reproduce the above copyright 26594notice, this list of conditions and the following disclaimer in the 26595documentation and/or other materials provided with the distribution. 26596 26597- Neither the name of the Xiph.org Foundation nor the names of its 26598contributors may be used to endorse or promote products derived from 26599this software without specific prior written permission. 26600 26601THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26602``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 26603LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 26604A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 26605CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26606EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26607PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26608PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26609LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26610NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26611SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26612 26613-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26614</pre> 26615<ul> 26616 26617</ul> 26618</div> 26619</div> 26620 26621 26622<div class="product"> 26623<span class="title">sqlite-3.6.22</span> 26624<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26625<span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span> 26626<div class="licence"> 26627<pre></pre> 26628<ul> 26629<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 26630</ul> 26631</div> 26632</div> 26633 26634 26635<div class="product"> 26636<span class="title">sshfs-fuse-2.4</span> 26637<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26638<span class="homepage"><a href="http://fuse.sourceforge.net/sshfs.html">homepage</a></span> 26639<div class="licence"> 26640<pre></pre> 26641<ul> 26642<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26643</ul> 26644</div> 26645</div> 26646 26647 26648<div class="product"> 26649<span class="title">strace-4.8</span> 26650<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26651<span class="homepage"><a href="http://sourceforge.net/projects/strace/">homepage</a></span> 26652<div class="licence"> 26653<pre>Scanned Source License strace-4.8/COPYING: 26654 26655Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl> 26656Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> 26657Copyright (c) 1993 Ulrich Pegelow <pegelow@moorea.uni-muenster.de> 26658Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec@duracef.shout.net> 26659Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com> 26660Copyright (C) 1998-2001 Wichert Akkerman <wakkerma@deephackmode.org> 26661All rights reserved. 26662 26663Redistribution and use in source and binary forms, with or without 26664modification, are permitted provided that the following conditions 26665are met: 266661. Redistributions of source code must retain the above copyright 26667 notice, this list of conditions and the following disclaimer. 266682. Redistributions in binary form must reproduce the above copyright 26669 notice, this list of conditions and the following disclaimer in the 26670 documentation and/or other materials provided with the distribution. 266713. The name of the author may not be used to endorse or promote products 26672 derived from this software without specific prior written permission. 26673 26674THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26675IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 26676OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 26677IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 26678INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 26679NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26680DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26681THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26682(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26683THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26684 26685-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26686 26687Scanned Source License strace-4.8/debian/copyright: 26688 26689This is the Debian packaged version of strace. For a complete list of 26690changes from the upstream version please see the changelog. 26691 26692The upstream sources can be found at http://sourceforge.net/projects/strace/ 26693 26694This is the copyright as found in the upstream sources: 26695 26696Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl> 26697Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> 26698Copyright (c) 1993 Ulrich Pegelow <pegelow@moorea.uni-muenster.de> 26699Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec@duracef.shout.net> 26700Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com> 26701Copyright (C) 1998-2003 Wichert Akkerman <wakkerma@deephackmode.org> 26702Copyright (c) 2002-2008 Roland McGrath <roland@redhat.com> 26703Copyright (c) 2003-2008 Dmitry V. Levin <ldv@altlinux.org> 26704Copyright (c) 2007-2008 Jan Kratochvil <jan.kratochvil@redhat.com> 26705All rights reserved. 26706 26707Redistribution and use in source and binary forms, with or without 26708modification, are permitted provided that the following conditions 26709are met: 267101. Redistributions of source code must retain the above copyright 26711 notice, this list of conditions and the following disclaimer. 267122. Redistributions in binary form must reproduce the above copyright 26713 notice, this list of conditions and the following disclaimer in the 26714 documentation and/or other materials provided with the distribution. 267153. The name of the author may not be used to endorse or promote products 26716 derived from this software without specific prior written permission. 26717 26718THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26719IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 26720OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 26721IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 26722INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 26723NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26724DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26725THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26726(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26727THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26728 26729-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26730</pre> 26731<ul> 26732 26733</ul> 26734</div> 26735</div> 26736 26737 26738<div class="product"> 26739<span class="title">stressapptest-1.0.4</span> 26740<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26741<span class="homepage"><a href="http://code.google.com/p/stressapptest/">homepage</a></span> 26742<div class="licence"> 26743<pre></pre> 26744<ul> 26745<li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li> 26746</ul> 26747</div> 26748</div> 26749 26750 26751<div class="product"> 26752<span class="title">strongswan-5.0.2</span> 26753<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26754<span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span> 26755<div class="licence"> 26756<pre>Gentoo Package Stock License RSA: 26757 26758Copyright (C) <years>, RSA Data Security, Inc. Created <year>. All 26759rights reserved. 26760 26761License to copy and use this software is granted provided that it 26762is identified as the "RSA Data Security, Inc. MD<id> Message-Digest 26763Algorithm" in all material mentioning or referencing this software 26764or this function. 26765 26766License is also granted to make and use derivative works provided 26767that such works are identified as "derived from the RSA Data 26768Security, Inc. MD<id> Message-Digest Algorithm" in all material 26769mentioning or referencing the derived work. 26770 26771RSA Data Security, Inc. makes no representations concerning either 26772the merchantability of this software or the suitability of this 26773software for any particular purpose. It is provided "as is" 26774without express or implied warranty of any kind. 26775 26776These notices must be retained in any copies of any part of this 26777documentation and/or software. 26778 26779---------------------------------------------------------------------- 26780http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all 26781 26782The following was recevied Fenbruary 23,2000 26783From: "Linn, John" <jlinn@rsasecurity.com> 26784 26785February 19, 2000 26786 26787 The purpose of this memo is to clarify the status of intellectual 26788property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and 26789MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320, 26790and RFC-1321 respectively. 26791 26792 Implementations of these message-digest algorithms, including 26793implementations derived from the reference C code in RFC-1319, RFC-1320, and 26794RFC-1321, may be made, used, and sold without license from RSA for any 26795purpose. 26796 26797 No rights other than the ones explicitly set forth above are 26798granted. Further, although RSA grants rights to implement certain 26799algorithms as defined by identified RFCs, including implementations derived 26800from the reference C code in those RFCs, no right to use, copy, sell, or 26801distribute any other implementations of the MD2, MD4, or MD5 message-digest 26802algorithms created, implemented, or distributed by RSA is hereby granted by 26803implication, estoppel, or otherwise. Parties interested in licensing 26804security components and toolkits written by RSA should contact the company 26805to discuss receiving a license. All other questions should be directed to 26806Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive, 26807Bedford, Massachusetts 01730. 26808 26809 Implementations of the MD2, MD4, or MD5 algorithms may be subject to 26810United States laws and regulations controlling the export of technical data, 26811computer software, laboratory prototypes and other commodities (including 26812the Arms Export Control Act, as amended, and the Export Administration Act 26813of 1970). The transfer of certain technical data and commodities may 26814require a license from the cognizant agency of the United States Government. 26815RSA neither represents that a license shall not be required for a particular 26816implementation nor that, if required, one shall be issued. 26817 26818 26819 DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES 26820OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 26821WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF 26822INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR 26823OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4, 26824OR MD5 ALGORITHMS. NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A 26825REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE 26826ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD 26827PARTY. IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES, 26828PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF 26829ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC 26830DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA 26831SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF 26832THE POSSIBILITY OF SUCH INJURY OR DAMAGE. 26833 26834-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26835 26836Gentoo Package Stock License DES: 26837 26838Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 26839All rights reserved. 26840 26841This package is an DES implementation written by Eric Young (eay@cryptsoft.com). 26842The implementation was written so as to conform with MIT's libdes. 26843 26844This library is free for commercial and non-commercial use as long as 26845the following conditions are aheared to. The following conditions 26846apply to all code found in this distribution. 26847 26848Copyright remains Eric Young's, and as such any Copyright notices in 26849the code are not to be removed. 26850If this package is used in a product, Eric Young should be given attribution 26851as the author of that the SSL library. This can be in the form of a textual 26852message at program startup or in documentation (online or textual) provided 26853with the package. 26854 26855Redistribution and use in source and binary forms, with or without 26856modification, are permitted provided that the following conditions 26857are met: 268581. Redistributions of source code must retain the copyright 26859 notice, this list of conditions and the following disclaimer. 268602. Redistributions in binary form must reproduce the above copyright 26861 notice, this list of conditions and the following disclaimer in the 26862 documentation and/or other materials provided with the distribution. 268633. All advertising materials mentioning features or use of this software 26864 must display the following acknowledgement: 26865 This product includes software developed by Eric Young (eay@cryptsoft.com) 26866 26867THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 26868ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26869IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26870ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 26871FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26872DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26873OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26874HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26875LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26876OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26877SUCH DAMAGE. 26878 26879The license and distribution terms for any publically available version or 26880derivative of this code cannot be changed. i.e. this code cannot simply be 26881copied and put under another distrubution license 26882[including the GNU Public License.] 26883 26884The reason behind this being stated in this direct manner is past 26885experience in code simply being copied and the attribution removed 26886from it and then being distributed as part of other packages. This 26887implementation was a non-trivial and unpaid effort. 26888 26889 26890-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 26891</pre> 26892<ul> 26893<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 26894</ul> 26895</div> 26896</div> 26897 26898 26899<div class="product"> 26900<span class="title">sudo-1.8.6_p7</span> 26901<a class="show" href="#" onclick="return toggle(this);">show license text</a> 26902<span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span> 26903<div class="licence"> 26904<pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE: 26905 26906Sudo is distributed under the following license: 26907 26908 Copyright (c) 1994-1996, 1998-2012 26909 Todd C. Miller <Todd.Miller@courtesan.com> 26910 26911 Permission to use, copy, modify, and distribute this software for any 26912 purpose with or without fee is hereby granted, provided that the above 26913 copyright notice and this permission notice appear in all copies. 26914 26915 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 26916 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 26917 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 26918 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 26919 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 26920 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 26921 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26922 26923 Sponsored in part by the Defense Advanced Research Projects 26924 Agency (DARPA) and Air Force Research Laboratory, Air Force 26925 Materiel Command, USAF, under agreement number F39502-99-1-0512. 26926 26927The file redblack.c bears the following license: 26928 26929 Copyright (c) 2001 Emin Martinian 26930 26931 Redistribution and use in source and binary forms, with or without 26932 modification, are permitted provided that neither the name of Emin 26933 Martinian nor the names of any contributors are be used to endorse or 26934 promote products derived from this software without specific prior 26935 written permission. 26936 26937 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26938 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 26939 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 26940 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 26941 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26942 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 26943 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26944 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26945 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26946 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 26947 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26948 26949The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license: 26950 26951 Copyright (c) 1989, 1990, 1991, 1993 26952 The Regents of the University of California. All rights reserved. 26953 26954 Redistribution and use in source and binary forms, with or without 26955 modification, are permitted provided that the following conditions 26956 are met: 26957 1. Redistributions of source code must retain the above copyright 26958 notice, this list of conditions and the following disclaimer. 26959 2. Redistributions in binary form must reproduce the above copyright 26960 notice, this list of conditions and the following disclaimer in the 26961 documentation and/or other materials provided with the distribution. 26962 3. Neither the name of the University nor the names of its contributors 26963 may be used to endorse or promote products derived from this software 26964 without specific prior written permission. 26965 26966 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 26967 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26968 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26969 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 26970 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26971 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26972 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26973 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26974 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26975 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26976 SUCH DAMAGE. 26977 26978The file fnmatch.c bears the following license: 26979 26980 Copyright (c) 2011, VMware, Inc. 26981 All rights reserved. 26982 26983 Redistribution and use in source and binary forms, with or without 26984 modification, are permitted provided that the following conditions are met: 26985 * Redistributions of source code must retain the above copyright 26986 notice, this list of conditions and the following disclaimer. 26987 * Redistributions in binary form must reproduce the above copyright 26988 notice, this list of conditions and the following disclaimer in the 26989 documentation and/or other materials provided with the distribution. 26990 * Neither the name of the VMware, Inc. nor the names of its contributors 26991 may be used to endorse or promote products derived from this software 26992 without specific prior written permission. 26993 26994 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 26995 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26996 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26997 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR 26998 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26999 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 27000 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 27001 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27002 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27003 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27004 27005The embedded copy of zlib bears the following license: 27006 27007 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler 27008 27009 This software is provided 'as-is', without any express or implied 27010 warranty. In no event will the authors be held liable for any damages 27011 arising from the use of this software. 27012 27013 Permission is granted to anyone to use this software for any purpose, 27014 including commercial applications, and to alter it and redistribute it 27015 freely, subject to the following restrictions: 27016 27017 1. The origin of this software must not be misrepresented; you must not 27018 claim that you wrote the original software. If you use this software 27019 in a product, an acknowledgment in the product documentation would be 27020 appreciated but is not required. 27021 2. Altered source versions must be plainly marked as such, and must not be 27022 misrepresented as being the original software. 27023 3. This notice may not be removed or altered from any source distribution. 27024 27025 Jean-loup Gailly Mark Adler 27026 jloup@gzip.org madler@alumni.caltech.edu 27027 27028-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27029</pre> 27030<ul> 27031<li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 27032</ul> 27033</div> 27034</div> 27035 27036 27037<div class="product"> 27038<span class="title">swap-init-0.0.1</span> 27039<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27040<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27041<div class="licence"> 27042<pre></pre> 27043<ul> 27044<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27045</ul> 27046</div> 27047</div> 27048 27049 27050<div class="product"> 27051<span class="title">swig-2.0.4</span> 27052<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27053<span class="homepage"><a href="http://www.swig.org/">homepage</a></span> 27054<div class="licence"> 27055<pre>Scanned Source License swig-2.0.4/CCache/COPYING: 27056 27057 GNU GENERAL PUBLIC LICENSE 27058 Version 2, June 1991 27059 27060 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 27061 675 Mass Ave, Cambridge, MA 02139, USA 27062 Everyone is permitted to copy and distribute verbatim copies 27063 of this license document, but changing it is not allowed. 27064 27065 Preamble 27066 27067 The licenses for most software are designed to take away your 27068freedom to share and change it. By contrast, the GNU General Public 27069License is intended to guarantee your freedom to share and change free 27070software--to make sure the software is free for all its users. This 27071General Public License applies to most of the Free Software 27072Foundation's software and to any other program whose authors commit to 27073using it. (Some other Free Software Foundation software is covered by 27074the GNU Library General Public License instead.) You can apply it to 27075your programs, too. 27076 27077 When we speak of free software, we are referring to freedom, not 27078price. Our General Public Licenses are designed to make sure that you 27079have the freedom to distribute copies of free software (and charge for 27080this service if you wish), that you receive source code or can get it 27081if you want it, that you can change the software or use pieces of it 27082in new free programs; and that you know you can do these things. 27083 27084 To protect your rights, we need to make restrictions that forbid 27085anyone to deny you these rights or to ask you to surrender the rights. 27086These restrictions translate to certain responsibilities for you if you 27087distribute copies of the software, or if you modify it. 27088 27089 For example, if you distribute copies of such a program, whether 27090gratis or for a fee, you must give the recipients all the rights that 27091you have. You must make sure that they, too, receive or can get the 27092source code. And you must show them these terms so they know their 27093rights. 27094 27095 We protect your rights with two steps: (1) copyright the software, and 27096(2) offer you this license which gives you legal permission to copy, 27097distribute and/or modify the software. 27098 27099 Also, for each author's protection and ours, we want to make certain 27100that everyone understands that there is no warranty for this free 27101software. If the software is modified by someone else and passed on, we 27102want its recipients to know that what they have is not the original, so 27103that any problems introduced by others will not reflect on the original 27104authors' reputations. 27105 27106 Finally, any free program is threatened constantly by software 27107patents. We wish to avoid the danger that redistributors of a free 27108program will individually obtain patent licenses, in effect making the 27109program proprietary. To prevent this, we have made it clear that any 27110patent must be licensed for everyone's free use or not licensed at all. 27111 27112 The precise terms and conditions for copying, distribution and 27113modification follow. 27114 27115 GNU GENERAL PUBLIC LICENSE 27116 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 27117 27118 0. This License applies to any program or other work which contains 27119a notice placed by the copyright holder saying it may be distributed 27120under the terms of this General Public License. The "Program", below, 27121refers to any such program or work, and a "work based on the Program" 27122means either the Program or any derivative work under copyright law: 27123that is to say, a work containing the Program or a portion of it, 27124either verbatim or with modifications and/or translated into another 27125language. (Hereinafter, translation is included without limitation in 27126the term "modification".) Each licensee is addressed as "you". 27127 27128Activities other than copying, distribution and modification are not 27129covered by this License; they are outside its scope. The act of 27130running the Program is not restricted, and the output from the Program 27131is covered only if its contents constitute a work based on the 27132Program (independent of having been made by running the Program). 27133Whether that is true depends on what the Program does. 27134 27135 1. You may copy and distribute verbatim copies of the Program's 27136source code as you receive it, in any medium, provided that you 27137conspicuously and appropriately publish on each copy an appropriate 27138copyright notice and disclaimer of warranty; keep intact all the 27139notices that refer to this License and to the absence of any warranty; 27140and give any other recipients of the Program a copy of this License 27141along with the Program. 27142 27143You may charge a fee for the physical act of transferring a copy, and 27144you may at your option offer warranty protection in exchange for a fee. 27145 27146 2. You may modify your copy or copies of the Program or any portion 27147of it, thus forming a work based on the Program, and copy and 27148distribute such modifications or work under the terms of Section 1 27149above, provided that you also meet all of these conditions: 27150 27151 a) You must cause the modified files to carry prominent notices 27152 stating that you changed the files and the date of any change. 27153 27154 b) You must cause any work that you distribute or publish, that in 27155 whole or in part contains or is derived from the Program or any 27156 part thereof, to be licensed as a whole at no charge to all third 27157 parties under the terms of this License. 27158 27159 c) If the modified program normally reads commands interactively 27160 when run, you must cause it, when started running for such 27161 interactive use in the most ordinary way, to print or display an 27162 announcement including an appropriate copyright notice and a 27163 notice that there is no warranty (or else, saying that you provide 27164 a warranty) and that users may redistribute the program under 27165 these conditions, and telling the user how to view a copy of this 27166 License. (Exception: if the Program itself is interactive but 27167 does not normally print such an announcement, your work based on 27168 the Program is not required to print an announcement.) 27169 27170These requirements apply to the modified work as a whole. If 27171identifiable sections of that work are not derived from the Program, 27172and can be reasonably considered independent and separate works in 27173themselves, then this License, and its terms, do not apply to those 27174sections when you distribute them as separate works. But when you 27175distribute the same sections as part of a whole which is a work based 27176on the Program, the distribution of the whole must be on the terms of 27177this License, whose permissions for other licensees extend to the 27178entire whole, and thus to each and every part regardless of who wrote it. 27179 27180Thus, it is not the intent of this section to claim rights or contest 27181your rights to work written entirely by you; rather, the intent is to 27182exercise the right to control the distribution of derivative or 27183collective works based on the Program. 27184 27185In addition, mere aggregation of another work not based on the Program 27186with the Program (or with a work based on the Program) on a volume of 27187a storage or distribution medium does not bring the other work under 27188the scope of this License. 27189 27190 3. You may copy and distribute the Program (or a work based on it, 27191under Section 2) in object code or executable form under the terms of 27192Sections 1 and 2 above provided that you also do one of the following: 27193 27194 a) Accompany it with the complete corresponding machine-readable 27195 source code, which must be distributed under the terms of Sections 27196 1 and 2 above on a medium customarily used for software interchange; or, 27197 27198 b) Accompany it with a written offer, valid for at least three 27199 years, to give any third party, for a charge no more than your 27200 cost of physically performing source distribution, a complete 27201 machine-readable copy of the corresponding source code, to be 27202 distributed under the terms of Sections 1 and 2 above on a medium 27203 customarily used for software interchange; or, 27204 27205 c) Accompany it with the information you received as to the offer 27206 to distribute corresponding source code. (This alternative is 27207 allowed only for noncommercial distribution and only if you 27208 received the program in object code or executable form with such 27209 an offer, in accord with Subsection b above.) 27210 27211The source code for a work means the preferred form of the work for 27212making modifications to it. For an executable work, complete source 27213code means all the source code for all modules it contains, plus any 27214associated interface definition files, plus the scripts used to 27215control compilation and installation of the executable. However, as a 27216special exception, the source code distributed need not include 27217anything that is normally distributed (in either source or binary 27218form) with the major components (compiler, kernel, and so on) of the 27219operating system on which the executable runs, unless that component 27220itself accompanies the executable. 27221 27222If distribution of executable or object code is made by offering 27223access to copy from a designated place, then offering equivalent 27224access to copy the source code from the same place counts as 27225distribution of the source code, even though third parties are not 27226compelled to copy the source along with the object code. 27227 27228 4. You may not copy, modify, sublicense, or distribute the Program 27229except as expressly provided under this License. Any attempt 27230otherwise to copy, modify, sublicense or distribute the Program is 27231void, and will automatically terminate your rights under this License. 27232However, parties who have received copies, or rights, from you under 27233this License will not have their licenses terminated so long as such 27234parties remain in full compliance. 27235 27236 5. You are not required to accept this License, since you have not 27237signed it. However, nothing else grants you permission to modify or 27238distribute the Program or its derivative works. These actions are 27239prohibited by law if you do not accept this License. Therefore, by 27240modifying or distributing the Program (or any work based on the 27241Program), you indicate your acceptance of this License to do so, and 27242all its terms and conditions for copying, distributing or modifying 27243the Program or works based on it. 27244 27245 6. Each time you redistribute the Program (or any work based on the 27246Program), the recipient automatically receives a license from the 27247original licensor to copy, distribute or modify the Program subject to 27248these terms and conditions. You may not impose any further 27249restrictions on the recipients' exercise of the rights granted herein. 27250You are not responsible for enforcing compliance by third parties to 27251this License. 27252 27253 7. If, as a consequence of a court judgment or allegation of patent 27254infringement or for any other reason (not limited to patent issues), 27255conditions are imposed on you (whether by court order, agreement or 27256otherwise) that contradict the conditions of this License, they do not 27257excuse you from the conditions of this License. If you cannot 27258distribute so as to satisfy simultaneously your obligations under this 27259License and any other pertinent obligations, then as a consequence you 27260may not distribute the Program at all. For example, if a patent 27261license would not permit royalty-free redistribution of the Program by 27262all those who receive copies directly or indirectly through you, then 27263the only way you could satisfy both it and this License would be to 27264refrain entirely from distribution of the Program. 27265 27266If any portion of this section is held invalid or unenforceable under 27267any particular circumstance, the balance of the section is intended to 27268apply and the section as a whole is intended to apply in other 27269circumstances. 27270 27271It is not the purpose of this section to induce you to infringe any 27272patents or other property right claims or to contest validity of any 27273such claims; this section has the sole purpose of protecting the 27274integrity of the free software distribution system, which is 27275implemented by public license practices. Many people have made 27276generous contributions to the wide range of software distributed 27277through that system in reliance on consistent application of that 27278system; it is up to the author/donor to decide if he or she is willing 27279to distribute software through any other system and a licensee cannot 27280impose that choice. 27281 27282This section is intended to make thoroughly clear what is believed to 27283be a consequence of the rest of this License. 27284 27285 8. If the distribution and/or use of the Program is restricted in 27286certain countries either by patents or by copyrighted interfaces, the 27287original copyright holder who places the Program under this License 27288may add an explicit geographical distribution limitation excluding 27289those countries, so that distribution is permitted only in or among 27290countries not thus excluded. In such case, this License incorporates 27291the limitation as if written in the body of this License. 27292 27293 9. The Free Software Foundation may publish revised and/or new versions 27294of the General Public License from time to time. Such new versions will 27295be similar in spirit to the present version, but may differ in detail to 27296address new problems or concerns. 27297 27298Each version is given a distinguishing version number. If the Program 27299specifies a version number of this License which applies to it and "any 27300later version", you have the option of following the terms and conditions 27301either of that version or of any later version published by the Free 27302Software Foundation. If the Program does not specify a version number of 27303this License, you may choose any version ever published by the Free Software 27304Foundation. 27305 27306 10. If you wish to incorporate parts of the Program into other free 27307programs whose distribution conditions are different, write to the author 27308to ask for permission. For software which is copyrighted by the Free 27309Software Foundation, write to the Free Software Foundation; we sometimes 27310make exceptions for this. Our decision will be guided by the two goals 27311of preserving the free status of all derivatives of our free software and 27312of promoting the sharing and reuse of software generally. 27313 27314 NO WARRANTY 27315 27316 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 27317FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 27318OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 27319PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 27320OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 27321MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 27322TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 27323PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 27324REPAIR OR CORRECTION. 27325 27326 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 27327WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 27328REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 27329INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 27330OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 27331TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 27332YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 27333PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 27334POSSIBILITY OF SUCH DAMAGES. 27335 27336 END OF TERMS AND CONDITIONS 27337 27338 Appendix: How to Apply These Terms to Your New Programs 27339 27340 If you develop a new program, and you want it to be of the greatest 27341possible use to the public, the best way to achieve this is to make it 27342free software which everyone can redistribute and change under these terms. 27343 27344 To do so, attach the following notices to the program. It is safest 27345to attach them to the start of each source file to most effectively 27346convey the exclusion of warranty; and each file should have at least 27347the "copyright" line and a pointer to where the full notice is found. 27348 27349 <one line to give the program's name and a brief idea of what it does.> 27350 Copyright (C) 19yy <name of author> 27351 27352 This program is free software; you can redistribute it and/or modify 27353 it under the terms of the GNU General Public License as published by 27354 the Free Software Foundation; either version 2 of the License, or 27355 (at your option) any later version. 27356 27357 This program is distributed in the hope that it will be useful, 27358 but WITHOUT ANY WARRANTY; without even the implied warranty of 27359 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27360 GNU General Public License for more details. 27361 27362 You should have received a copy of the GNU General Public License 27363 along with this program; if not, write to the Free Software 27364 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27365 27366Also add information on how to contact you by electronic and paper mail. 27367 27368If the program is interactive, make it output a short notice like this 27369when it starts in an interactive mode: 27370 27371 Gnomovision version 69, Copyright (C) 19yy name of author 27372 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 27373 This is free software, and you are welcome to redistribute it 27374 under certain conditions; type `show c' for details. 27375 27376The hypothetical commands `show w' and `show c' should show the appropriate 27377parts of the General Public License. Of course, the commands you use may 27378be called something other than `show w' and `show c'; they could even be 27379mouse-clicks or menu items--whatever suits your program. 27380 27381You should also get your employer (if you work as a programmer) or your 27382school, if any, to sign a "copyright disclaimer" for the program, if 27383necessary. Here is a sample; alter the names: 27384 27385 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 27386 `Gnomovision' (which makes passes at compilers) written by James Hacker. 27387 27388 <signature of Ty Coon>, 1 April 1989 27389 Ty Coon, President of Vice 27390 27391This General Public License does not permit incorporating your program into 27392proprietary programs. If your program is a subroutine library, you may 27393consider it more useful to permit linking proprietary applications with the 27394library. If this is what you want to do, use the GNU Library General 27395Public License instead of this License. 27396 27397-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27398 27399Scanned Source License swig-2.0.4/CCache/debian/copyright: 27400 27401This package was debianized by Paul Russell <prussell@debian.org> on 27402Sun, 31 Mar 2002 14:08:57 +0200. 27403 27404It was downloaded from http://ccache.samba.org/ftp/ccache/ 27405 27406The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/ 27407 27408Upstream Author: Andrew Tridgell <tridge@samba.org> 27409 27410Copyright: 2002-2005 Andrew Tridgell <tridge@samba.org> 27411 27412 This program is free software; you can redistribute it and/or modify 27413 it under the terms of the GNU General Public License as published by 27414 the Free Software Foundation; either version 2 of the License, or 27415 (at your option) any later version. 27416 27417 This program is distributed in the hope that it will be useful, 27418 but WITHOUT ANY WARRANTY; without even the implied warranty of 27419 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27420 GNU General Public License for more details. 27421 27422 You should have received a copy of the GNU General Public License 27423 along with this program; if not, write to the Free Software 27424 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 27425 02110-1301, USA 27426 27427You are free to distribute this software under the terms of the GNU General 27428Public License. On Debian systems, the complete text of the GNU General 27429Public License can be found in /usr/share/common-licenses/GPL file. 27430 27431-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27432 27433Scanned Source License swig-2.0.4/COPYRIGHT: 27434 27435SWIG Copyright and Authors 27436-------------------------- 27437 27438Copyright (c) 1995-2011 The SWIG Developers 27439Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona). 27440Copyright (c) 1998-2005 University of Chicago. 27441Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California 27442 27443Portions also copyrighted by: 27444 Network Applied Communication Laboratory, Inc 27445 Information-technology Promotion Agency, Japan 27446 27447Active SWIG Developers: 27448 William Fulton (wsf@fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin) 27449 Olly Betts (olly@survex.com) (PHP) 27450 Joseph Wang (joequant@gmail.com) (R) 27451 Xavier Delacour (xavier.delacour@gmail.com) (Octave) 27452 David Nadlinger (code@klickverbot.at) (D) 27453 27454Past SWIG developers and major contributors include: 27455 Dave Beazley (dave-swig@dabeaz.com) (SWIG core, Python, Tcl, Perl) 27456 Henning Thielemann (swig@henning-thielemann.de) (Modula3) 27457 Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de) (Guile, MzScheme) 27458 Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping) 27459 Mikel Bancroft (mikel@franz.com) (Allegro CL) 27460 Surendra Singhi (efuzzyone@netscape.net) (CLISP, CFFI) 27461 Marcelo Matus (mmatus@acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby]) 27462 Art Yerkes (ayerkes@speakeasy.net) (Ocaml) 27463 Lyle Johnson (lyle@users.sourceforge.net) (Ruby) 27464 Charlie Savage (cfis@interserv.com) (Ruby) 27465 Thien-Thi Nguyen (ttn@glug.org) (build/test/misc) 27466 Richard Palmer (richard@magicality.org) (PHP) 27467 Sam Liddicott - Ananova Ltd (saml@liddicott.com) (PHP) 27468 Tim Hockin - Sun Microsystems (thockin@sun.com) (PHP) 27469 Kevin Ruland (PHP) 27470 Shibukawa Yoshiki (Japanese Translation) 27471 Jason Stewart (jason@openinformatics.com) (Perl5) 27472 Loic Dachary (Perl5) 27473 David Fletcher (Perl5) 27474 Gary Holt (Perl5) 27475 Masaki Fukushima (Ruby) 27476 Scott Michel (scottm@cs.ucla.edu) (Java directors) 27477 Tiger Feng (songyanf@cs.uchicago.edu) (SWIG core) 27478 Mark Rose (mrose@stm.lbl.gov) (Directors) 27479 Jonah Beckford (beckford@usermail.com) (CHICKEN) 27480 Ahmon Dancy (dancy@franz.com) (Allegro CL) 27481 Dirk Gerrits (Allegro CL) 27482 Neil Cawse (C#) 27483 Harco de Hilster (Java) 27484 Alexey Dyachenko (dyachenko@fromru.com) (Tcl) 27485 Bob Techentin (Tcl) 27486 Martin Froehlich <MartinFroehlich@ACM.org> (Guile) 27487 Marcio Luis Teixeira <marciot@holly.colostate.edu> (Guile) 27488 Duncan Temple Lang (R) 27489 Miklos Vajna <vmiklos@frugalware.org> (PHP directors) 27490 Mark Gossage (mark@gossage.cjb.net) (Lua) 27491 Gonzalo Garramuno (ggarra@advancedsl.com.ar) (Ruby, Ruby's UTL) 27492 John Lenz (Guile, MzScheme updates, Chicken module, runtime system) 27493 Ian Lance Taylor (Go) 27494 Vadim Zeitlin (PCRE) 27495 Stefan Zager (szager@gmail.com) (Python) 27496 27497Past contributors include: 27498 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran 27499 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn, 27500 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk, 27501 Klaus Wiederänders 27502 (See CHANGES and CHANGES.current and the bug tracker for a more complete list). 27503 27504Past students: 27505 Songyan Feng (Chicago). 27506 Xinghua Shi (Chicago). 27507 Jing Cao (Chicago). 27508 Aquinas Hobor (Chicago). 27509 27510Historically, the following people contributed to early versions of SWIG. 27511Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann 27512at Los Alamos National Laboratory were the first users. Patrick 27513Tullmann at the University of Utah suggested the idea of automatic 27514documentation generation. John Schmidt and Kurtis Bleeker at the 27515University of Utah tested out the early versions. Chris Johnson 27516supported SWIG's developed at the University of Utah. John Buckman, 27517Larry Virden, and Tom Schwaller provided valuable input on the first 27518releases and improving the portability of SWIG. David Fletcher and 27519Gary Holt have provided a great deal of input on improving SWIG's 27520Perl5 implementation. Kevin Butler contributed the first Windows NT 27521port. 27522 27523Early bug reports and patches: 27524Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges, 27525Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron, 27526Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams, 27527Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova, 27528Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis, 27529Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson, 27530Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon, 27531Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons, 27532Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales, 27533Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds 27534Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton, 27535Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens, 27536Zhong Ren. 27537 27538 27539-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27540 27541Scanned Source License swig-2.0.4/LICENSE: 27542 27543SWIG is free software: you can redistribute it and/or modify it 27544under the terms of the GNU General Public License as published by 27545the Free Software Foundation, either version 3 of the License, or 27546(at your option) any later version. See the LICENSE-GPL file for 27547the full terms of the GNU General Public license version 3. 27548 27549Portions of SWIG are also licensed under the terms of the licenses 27550in the file LICENSE-UNIVERSITIES. You must observe the terms of 27551these licenses, as well as the terms of the GNU General Public License, 27552when you distribute SWIG. 27553 27554The SWIG library and examples, under the Lib and Examples top level 27555directories, are distributed under the following terms: 27556 27557 You may copy, modify, distribute, and make derivative works based on 27558 this software, in source code or object code form, without 27559 restriction. If you distribute the software to others, you may do 27560 so according to the terms of your choice. This software is offered as 27561 is, without warranty of any kind. 27562 27563See the COPYRIGHT file for a list of contributors to SWIG and their 27564copyright notices. 27565 27566-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27567 27568Scanned Source License swig-2.0.4/LICENSE-UNIVERSITIES: 27569 27570SWIG is distributed under the following terms: 27571 27572I. 27573 27574Copyright (c) 1995-1998 27575The University of Utah and the Regents of the University of California 27576All Rights Reserved 27577 27578Permission is hereby granted, without written agreement and without 27579license or royalty fees, to use, copy, modify, and distribute this 27580software and its documentation for any purpose, provided that 27581(1) The above copyright notice and the following two paragraphs 27582appear in all copies of the source code and (2) redistributions 27583including binaries reproduces these notices in the supporting 27584documentation. Substantial modifications to this software may be 27585copyrighted by their authors and need not follow the licensing terms 27586described here, provided that the new terms are clearly indicated in 27587all files where they apply. 27588 27589IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 27590UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY 27591PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL 27592DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, 27593EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF 27594THE POSSIBILITY OF SUCH DAMAGE. 27595 27596THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH 27597SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 27598THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27599PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 27600THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, 27601SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 27602 27603 27604II. 27605 27606This software includes contributions that are Copyright (c) 1998-2005 27607University of Chicago. 27608All rights reserved. 27609 27610Redistribution and use in source and binary forms, with or without 27611modification, are permitted provided that the following conditions are 27612met: 27613 27614Redistributions of source code must retain the above copyright notice, 27615this list of conditions and the following disclaimer. Redistributions 27616in binary form must reproduce the above copyright notice, this list of 27617conditions and the following disclaimer in the documentation and/or 27618other materials provided with the distribution. Neither the name of 27619the University of Chicago nor the names of its contributors may be 27620used to endorse or promote products derived from this software without 27621specific prior written permission. 27622 27623THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS 27624"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 27625LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 27626PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF 27627CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27628SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 27629TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27630PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27631LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27632NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27633SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27634 27635 27636III. 27637 27638This software includes contributions that are Copyright (c) 2005-2006 27639Arizona Board of Regents (University of Arizona). 27640All Rights Reserved 27641 27642Permission is hereby granted, without written agreement and without 27643license or royalty fees, to use, copy, modify, and distribute this 27644software and its documentation for any purpose, provided that 27645(1) The above copyright notice and the following paragraph 27646appear in all copies of the source code and (2) redistributions 27647including binaries reproduces these notices in the supporting 27648documentation. Substantial modifications to this software may be 27649copyrighted by their authors and need not follow the licensing terms 27650described here, provided that the new terms are clearly indicated in 27651all files where they apply. 27652 27653THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS 27654"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 27655LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 27656PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF 27657ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27658SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 27659TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27660PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27661LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27662NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27663SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27664 27665 27666-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27667</pre> 27668<ul> 27669<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 27670<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 27671</ul> 27672</div> 27673</div> 27674 27675 27676<div class="product"> 27677<span class="title">syslinux-3.83</span> 27678<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27679<span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span> 27680<div class="licence"> 27681<pre></pre> 27682<ul> 27683<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27684</ul> 27685</div> 27686</div> 27687 27688 27689<div class="product"> 27690<span class="title">sysstat-10.2.0</span> 27691<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27692<span class="homepage"><a href="http://pagesperso-orange.fr/sebastien.godard/">homepage</a></span> 27693<div class="licence"> 27694<pre></pre> 27695<ul> 27696<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27697</ul> 27698</div> 27699</div> 27700 27701 27702<div class="product"> 27703<span class="title">system_api-0.0.1</span> 27704<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27705<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27706<div class="licence"> 27707<pre></pre> 27708<ul> 27709<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27710</ul> 27711</div> 27712</div> 27713 27714 27715<div class="product"> 27716<span class="title">tar-1.26</span> 27717<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27718<span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span> 27719<div class="licence"> 27720<pre></pre> 27721<ul> 27722<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 27723</ul> 27724</div> 27725</div> 27726 27727 27728<div class="product"> 27729<span class="title">tcpdump-4.5.1</span> 27730<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27731<span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span> 27732<div class="licence"> 27733<pre>Scanned Source License tcpdump-4.5.1/LICENSE: 27734 27735License: BSD 27736 27737Redistribution and use in source and binary forms, with or without 27738modification, are permitted provided that the following conditions 27739are met: 27740 27741 1. Redistributions of source code must retain the above copyright 27742 notice, this list of conditions and the following disclaimer. 27743 2. Redistributions in binary form must reproduce the above copyright 27744 notice, this list of conditions and the following disclaimer in 27745 the documentation and/or other materials provided with the 27746 distribution. 27747 3. The names of the authors may not be used to endorse or promote 27748 products derived from this software without specific prior 27749 written permission. 27750 27751THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 27752IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 27753WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 27754 27755-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27756</pre> 27757<ul> 27758 27759</ul> 27760</div> 27761</div> 27762 27763 27764<div class="product"> 27765<span class="title">telemetry-0.0.1</span> 27766<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27767<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27768<div class="licence"> 27769<pre></pre> 27770<ul> 27771<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27772</ul> 27773</div> 27774</div> 27775 27776 27777<div class="product"> 27778<span class="title">tibt-jomolhari-0.0.3c</span> 27779<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27780<span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span> 27781<div class="licence"> 27782<pre></pre> 27783<ul> 27784<li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li> 27785</ul> 27786</div> 27787</div> 27788 27789 27790<div class="product"> 27791<span class="title">tiff-4.0.0</span> 27792<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27793<span class="homepage"><a href="http://www.remotesensing.org/libtiff/">homepage</a></span> 27794<div class="licence"> 27795<pre>Scanned Source License tiff-4.0.0/COPYRIGHT: 27796 27797Copyright (c) 1988-1997 Sam Leffler 27798Copyright (c) 1991-1997 Silicon Graphics, Inc. 27799 27800Permission to use, copy, modify, distribute, and sell this software and 27801its documentation for any purpose is hereby granted without fee, provided 27802that (i) the above copyright notices and this permission notice appear in 27803all copies of the software and related documentation, and (ii) the names of 27804Sam Leffler and Silicon Graphics may not be used in any advertising or 27805publicity relating to the software without the specific, prior written 27806permission of Sam Leffler and Silicon Graphics. 27807 27808THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 27809EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 27810WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 27811 27812IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 27813ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 27814OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 27815WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 27816LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 27817OF THIS SOFTWARE. 27818 27819-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27820</pre> 27821<ul> 27822<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 27823</ul> 27824</div> 27825</div> 27826 27827 27828<div class="product"> 27829<span class="title">time-1.7</span> 27830<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27831<span class="homepage"><a href="http://www.gnu.org/directory/time.html">homepage</a></span> 27832<div class="licence"> 27833<pre></pre> 27834<ul> 27835<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27836</ul> 27837</div> 27838</div> 27839 27840 27841<div class="product"> 27842<span class="title">timezone-data-2014e</span> 27843<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27844<span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span> 27845<div class="licence"> 27846<pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data: 27847 27848Copyright (c) 1985, 1987, 1988 The Regents of the University of California. 27849All rights reserved. 27850 27851Redistribution and use in source and binary forms are permitted 27852provided that the above copyright notice and this paragraph are 27853duplicated in all such forms and that any documentation, 27854advertising materials, and other materials related to such 27855distribution and use acknowledge that the software was developed 27856by the University of California, Berkeley. The name of the 27857University may not be used to endorse or promote products derived 27858from this software without specific prior written permission. 27859THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 27860IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 27861WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE. 27862 27863-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27864</pre> 27865<ul> 27866<li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 27867</ul> 27868</div> 27869</div> 27870 27871 27872<div class="product"> 27873<span class="title">tlsdate-0.0.5</span> 27874<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27875<span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span> 27876<div class="licence"> 27877<pre>Scanned Source License tlsdate-0.0.5/LICENSE: 27878 27879 This file contains the license for tlsdate, 27880 a free software project to set your system clock securely. 27881 27882 It also lists the licenses for other components used by tlsdate. 27883 27884 For more information about tlsdate, see https://github.com/ioerror/tlsdate 27885 27886 If you got this file as a part of a larger bundle, 27887 there may be other license terms that you should be aware of. 27888 27889=============================================================================== 27890tlsdate is distributed under this license: 27891 27892Copyright (c) 2011-2012, Jacob Appelbaum <jacob@appelbaum.net> 27893Copyright (c) 2011-2012, The Tor Project, Inc. 27894 27895Redistribution and use in source and binary forms, with or without 27896modification, are permitted provided that the following conditions are 27897met: 27898 27899 * Redistributions of source code must retain the above copyright 27900notice, this list of conditions and the following disclaimer. 27901 27902 * Redistributions in binary form must reproduce the above 27903copyright notice, this list of conditions and the following disclaimer 27904in the documentation and/or other materials provided with the 27905distribution. 27906 27907 * Neither the names of the copyright owners nor the names of its 27908contributors may be used to endorse or promote products derived from 27909this software without specific prior written permission. 27910 27911THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27912"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 27913LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 27914A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27915OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 27916SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 27917LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27918DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27919THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27920(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27921OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27922=============================================================================== 27923If you got tlsdate as a static binary with OpenSSL included, then you should 27924know: 27925 27926 "This product includes software developed by the OpenSSL Project for use in 27927 the OpenSSL Toolkit (http://www.openssl.org/)" 27928 27929=============================================================================== 27930 27931-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 27932</pre> 27933<ul> 27934 27935</ul> 27936</div> 27937</div> 27938 27939 27940<div class="product"> 27941<span class="title">tmux-1.9a</span> 27942<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27943<span class="homepage"><a href="http://tmux.sourceforge.net">homepage</a></span> 27944<div class="licence"> 27945<pre></pre> 27946<ul> 27947<li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 27948</ul> 27949</div> 27950</div> 27951 27952 27953<div class="product"> 27954<span class="title">touch_noise_filter-0.0.1</span> 27955<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27956<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27957<div class="licence"> 27958<pre></pre> 27959<ul> 27960<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27961</ul> 27962</div> 27963</div> 27964 27965 27966<div class="product"> 27967<span class="title">touchbot-1.0</span> 27968<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27969<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 27970<div class="licence"> 27971<pre></pre> 27972<ul> 27973<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 27974</ul> 27975</div> 27976</div> 27977 27978 27979<div class="product"> 27980<span class="title">touchpad-tests-0.0.1</span> 27981<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27982<span class="homepage"><a href="">homepage</a></span> 27983<div class="licence"> 27984<pre></pre> 27985<ul> 27986<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 27987</ul> 27988</div> 27989</div> 27990 27991 27992<div class="product"> 27993<span class="title">tpm-tools-1.3.5</span> 27994<a class="show" href="#" onclick="return toggle(this);">show license text</a> 27995<span class="homepage"><a href="http://trousers.sourceforge.net">homepage</a></span> 27996<div class="licence"> 27997<pre></pre> 27998<ul> 27999<li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li> 28000</ul> 28001</div> 28002</div> 28003 28004 28005<div class="product"> 28006<span class="title">trapproto-3.4.3</span> 28007<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28008<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 28009<div class="licence"> 28010<pre>Scanned Source License trapproto-3.4.3/COPYING: 28011 28012Copyright 1987, 1988, 1989, 1990, 1994 by Digital Equipment Corporation, 28013Maynard, MA 28014 28015Permission to use, copy, modify, and distribute this software and its 28016documentation for any purpose and without fee is hereby granted, 28017provided that the above copyright notice appear in all copies and that 28018both that copyright notice and this permission notice appear in 28019supporting documentation, and that the name of Digital not be 28020used in advertising or publicity pertaining to distribution of the 28021software without specific, written prior permission. 28022 28023DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 28024ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 28025DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 28026ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 28027WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 28028ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 28029SOFTWARE. 28030 28031-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28032</pre> 28033<ul> 28034 28035</ul> 28036</div> 28037</div> 28038 28039 28040<div class="product"> 28041<span class="title">trousers-0.3.3</span> 28042<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28043<span class="homepage"><a href="http://trousers.sf.net">homepage</a></span> 28044<div class="licence"> 28045<pre></pre> 28046<ul> 28047<li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li> 28048</ul> 28049</div> 28050</div> 28051 28052 28053<div class="product"> 28054<span class="title">tty-0.0.1</span> 28055<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28056<span class="homepage"><a href="">homepage</a></span> 28057<div class="licence"> 28058<pre></pre> 28059<ul> 28060<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28061</ul> 28062</div> 28063</div> 28064 28065 28066<div class="product"> 28067<span class="title">turbostat-3.8.11</span> 28068<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28069<span class="homepage"><a href="https://www.kernel.org/">homepage</a></span> 28070<div class="licence"> 28071<pre></pre> 28072<ul> 28073<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28074</ul> 28075</div> 28076</div> 28077 28078 28079<div class="product"> 28080<span class="title">u-boot-2013.06</span> 28081<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28082<span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span> 28083<div class="licence"> 28084<pre></pre> 28085<ul> 28086<li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 28087</ul> 28088</div> 28089</div> 28090 28091 28092<div class="product"> 28093<span class="title">udev-171</span> 28094<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28095<span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span> 28096<div class="licence"> 28097<pre></pre> 28098<ul> 28099<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28100</ul> 28101</div> 28102</div> 28103 28104 28105<div class="product"> 28106<span class="title">unrar-4.2.4</span> 28107<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28108<span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span> 28109<div class="licence"> 28110<pre>Gentoo Package Stock License unRAR: 28111 28112 ****** ***** ****** UnRAR - free utility for RAR archives 28113 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28114 ****** ******* ****** License for use and distribution of 28115 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28116 ** ** ** ** ** ** FREE portable version 28117 ~~~~~~~~~~~~~~~~~~~~~ 28118 28119 The source code of UnRAR utility is freeware. This means: 28120 28121 1. All copyrights to RAR and the utility UnRAR are exclusively 28122 owned by the author - Alexander Roshal. 28123 28124 2. UnRAR source code may be used in any software to handle 28125 RAR archives without limitations free of charge, but cannot be 28126 used to develop RAR (WinRAR) compatible archiver and to 28127 re-create RAR compression algorithm, which is proprietary. 28128 Distribution of modified UnRAR source code in separate form 28129 or as a part of other software is permitted, provided that 28130 full text of this paragraph, starting from "UnRAR source code" 28131 words, is included in license, or in documentation if license 28132 is not available, and in source code comments of resulting package. 28133 28134 3. The UnRAR utility may be freely distributed. It is allowed 28135 to distribute UnRAR inside of other software packages. 28136 28137 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS". 28138 NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT 28139 YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, 28140 DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING 28141 OR MISUSING THIS SOFTWARE. 28142 28143 5. Installing and using the UnRAR utility signifies acceptance of 28144 these terms and conditions of the license. 28145 28146 6. If you don't agree with terms of the license you must remove 28147 UnRAR files from your storage devices and cease to use the 28148 utility. 28149 28150 Thank you for your interest in RAR and UnRAR. 28151 28152 28153 Alexander L. Roshal 28154 28155-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28156</pre> 28157<ul> 28158 28159</ul> 28160</div> 28161</div> 28162 28163 28164<div class="product"> 28165<span class="title">update-policy-chromeos-0.0.1</span> 28166<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28167<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28168<div class="licence"> 28169<pre></pre> 28170<ul> 28171<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28172</ul> 28173</div> 28174</div> 28175 28176 28177<div class="product"> 28178<span class="title">update_engine-0.0.2</span> 28179<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28180<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28181<div class="licence"> 28182<pre></pre> 28183<ul> 28184<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28185</ul> 28186</div> 28187</div> 28188 28189 28190<div class="product"> 28191<span class="title">upstart-1.2</span> 28192<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28193<span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span> 28194<div class="licence"> 28195<pre></pre> 28196<ul> 28197<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28198</ul> 28199</div> 28200</div> 28201 28202 28203<div class="product"> 28204<span class="title">ureadahead-0.100.0</span> 28205<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28206<span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span> 28207<div class="licence"> 28208<pre></pre> 28209<ul> 28210<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28211</ul> 28212</div> 28213</div> 28214 28215 28216<div class="product"> 28217<span class="title">usbutils-007</span> 28218<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28219<span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span> 28220<div class="licence"> 28221<pre></pre> 28222<ul> 28223<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28224</ul> 28225</div> 28226</div> 28227 28228 28229<div class="product"> 28230<span class="title">userfeedback-0.0.1</span> 28231<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28232<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28233<div class="licence"> 28234<pre></pre> 28235<ul> 28236<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28237</ul> 28238</div> 28239</div> 28240 28241 28242<div class="product"> 28243<span class="title">util-linux-2.24</span> 28244<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28245<span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span> 28246<div class="licence"> 28247<pre>Scanned Source License util-linux-2.24/COPYING: 28248 28249 GNU GENERAL PUBLIC LICENSE 28250 Version 2, June 1991 28251 28252 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 28253 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 28254 Everyone is permitted to copy and distribute verbatim copies 28255 of this license document, but changing it is not allowed. 28256 28257 Preamble 28258 28259 The licenses for most software are designed to take away your 28260freedom to share and change it. By contrast, the GNU General Public 28261License is intended to guarantee your freedom to share and change free 28262software--to make sure the software is free for all its users. This 28263General Public License applies to most of the Free Software 28264Foundation's software and to any other program whose authors commit to 28265using it. (Some other Free Software Foundation software is covered by 28266the GNU Lesser General Public License instead.) You can apply it to 28267your programs, too. 28268 28269 When we speak of free software, we are referring to freedom, not 28270price. Our General Public Licenses are designed to make sure that you 28271have the freedom to distribute copies of free software (and charge for 28272this service if you wish), that you receive source code or can get it 28273if you want it, that you can change the software or use pieces of it 28274in new free programs; and that you know you can do these things. 28275 28276 To protect your rights, we need to make restrictions that forbid 28277anyone to deny you these rights or to ask you to surrender the rights. 28278These restrictions translate to certain responsibilities for you if you 28279distribute copies of the software, or if you modify it. 28280 28281 For example, if you distribute copies of such a program, whether 28282gratis or for a fee, you must give the recipients all the rights that 28283you have. You must make sure that they, too, receive or can get the 28284source code. And you must show them these terms so they know their 28285rights. 28286 28287 We protect your rights with two steps: (1) copyright the software, and 28288(2) offer you this license which gives you legal permission to copy, 28289distribute and/or modify the software. 28290 28291 Also, for each author's protection and ours, we want to make certain 28292that everyone understands that there is no warranty for this free 28293software. If the software is modified by someone else and passed on, we 28294want its recipients to know that what they have is not the original, so 28295that any problems introduced by others will not reflect on the original 28296authors' reputations. 28297 28298 Finally, any free program is threatened constantly by software 28299patents. We wish to avoid the danger that redistributors of a free 28300program will individually obtain patent licenses, in effect making the 28301program proprietary. To prevent this, we have made it clear that any 28302patent must be licensed for everyone's free use or not licensed at all. 28303 28304 The precise terms and conditions for copying, distribution and 28305modification follow. 28306 28307 GNU GENERAL PUBLIC LICENSE 28308 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 28309 28310 0. This License applies to any program or other work which contains 28311a notice placed by the copyright holder saying it may be distributed 28312under the terms of this General Public License. The "Program", below, 28313refers to any such program or work, and a "work based on the Program" 28314means either the Program or any derivative work under copyright law: 28315that is to say, a work containing the Program or a portion of it, 28316either verbatim or with modifications and/or translated into another 28317language. (Hereinafter, translation is included without limitation in 28318the term "modification".) Each licensee is addressed as "you". 28319 28320Activities other than copying, distribution and modification are not 28321covered by this License; they are outside its scope. The act of 28322running the Program is not restricted, and the output from the Program 28323is covered only if its contents constitute a work based on the 28324Program (independent of having been made by running the Program). 28325Whether that is true depends on what the Program does. 28326 28327 1. You may copy and distribute verbatim copies of the Program's 28328source code as you receive it, in any medium, provided that you 28329conspicuously and appropriately publish on each copy an appropriate 28330copyright notice and disclaimer of warranty; keep intact all the 28331notices that refer to this License and to the absence of any warranty; 28332and give any other recipients of the Program a copy of this License 28333along with the Program. 28334 28335You may charge a fee for the physical act of transferring a copy, and 28336you may at your option offer warranty protection in exchange for a fee. 28337 28338 2. You may modify your copy or copies of the Program or any portion 28339of it, thus forming a work based on the Program, and copy and 28340distribute such modifications or work under the terms of Section 1 28341above, provided that you also meet all of these conditions: 28342 28343 a) You must cause the modified files to carry prominent notices 28344 stating that you changed the files and the date of any change. 28345 28346 b) You must cause any work that you distribute or publish, that in 28347 whole or in part contains or is derived from the Program or any 28348 part thereof, to be licensed as a whole at no charge to all third 28349 parties under the terms of this License. 28350 28351 c) If the modified program normally reads commands interactively 28352 when run, you must cause it, when started running for such 28353 interactive use in the most ordinary way, to print or display an 28354 announcement including an appropriate copyright notice and a 28355 notice that there is no warranty (or else, saying that you provide 28356 a warranty) and that users may redistribute the program under 28357 these conditions, and telling the user how to view a copy of this 28358 License. (Exception: if the Program itself is interactive but 28359 does not normally print such an announcement, your work based on 28360 the Program is not required to print an announcement.) 28361 28362These requirements apply to the modified work as a whole. If 28363identifiable sections of that work are not derived from the Program, 28364and can be reasonably considered independent and separate works in 28365themselves, then this License, and its terms, do not apply to those 28366sections when you distribute them as separate works. But when you 28367distribute the same sections as part of a whole which is a work based 28368on the Program, the distribution of the whole must be on the terms of 28369this License, whose permissions for other licensees extend to the 28370entire whole, and thus to each and every part regardless of who wrote it. 28371 28372Thus, it is not the intent of this section to claim rights or contest 28373your rights to work written entirely by you; rather, the intent is to 28374exercise the right to control the distribution of derivative or 28375collective works based on the Program. 28376 28377In addition, mere aggregation of another work not based on the Program 28378with the Program (or with a work based on the Program) on a volume of 28379a storage or distribution medium does not bring the other work under 28380the scope of this License. 28381 28382 3. You may copy and distribute the Program (or a work based on it, 28383under Section 2) in object code or executable form under the terms of 28384Sections 1 and 2 above provided that you also do one of the following: 28385 28386 a) Accompany it with the complete corresponding machine-readable 28387 source code, which must be distributed under the terms of Sections 28388 1 and 2 above on a medium customarily used for software interchange; or, 28389 28390 b) Accompany it with a written offer, valid for at least three 28391 years, to give any third party, for a charge no more than your 28392 cost of physically performing source distribution, a complete 28393 machine-readable copy of the corresponding source code, to be 28394 distributed under the terms of Sections 1 and 2 above on a medium 28395 customarily used for software interchange; or, 28396 28397 c) Accompany it with the information you received as to the offer 28398 to distribute corresponding source code. (This alternative is 28399 allowed only for noncommercial distribution and only if you 28400 received the program in object code or executable form with such 28401 an offer, in accord with Subsection b above.) 28402 28403The source code for a work means the preferred form of the work for 28404making modifications to it. For an executable work, complete source 28405code means all the source code for all modules it contains, plus any 28406associated interface definition files, plus the scripts used to 28407control compilation and installation of the executable. However, as a 28408special exception, the source code distributed need not include 28409anything that is normally distributed (in either source or binary 28410form) with the major components (compiler, kernel, and so on) of the 28411operating system on which the executable runs, unless that component 28412itself accompanies the executable. 28413 28414If distribution of executable or object code is made by offering 28415access to copy from a designated place, then offering equivalent 28416access to copy the source code from the same place counts as 28417distribution of the source code, even though third parties are not 28418compelled to copy the source along with the object code. 28419 28420 4. You may not copy, modify, sublicense, or distribute the Program 28421except as expressly provided under this License. Any attempt 28422otherwise to copy, modify, sublicense or distribute the Program is 28423void, and will automatically terminate your rights under this License. 28424However, parties who have received copies, or rights, from you under 28425this License will not have their licenses terminated so long as such 28426parties remain in full compliance. 28427 28428 5. You are not required to accept this License, since you have not 28429signed it. However, nothing else grants you permission to modify or 28430distribute the Program or its derivative works. These actions are 28431prohibited by law if you do not accept this License. Therefore, by 28432modifying or distributing the Program (or any work based on the 28433Program), you indicate your acceptance of this License to do so, and 28434all its terms and conditions for copying, distributing or modifying 28435the Program or works based on it. 28436 28437 6. Each time you redistribute the Program (or any work based on the 28438Program), the recipient automatically receives a license from the 28439original licensor to copy, distribute or modify the Program subject to 28440these terms and conditions. You may not impose any further 28441restrictions on the recipients' exercise of the rights granted herein. 28442You are not responsible for enforcing compliance by third parties to 28443this License. 28444 28445 7. If, as a consequence of a court judgment or allegation of patent 28446infringement or for any other reason (not limited to patent issues), 28447conditions are imposed on you (whether by court order, agreement or 28448otherwise) that contradict the conditions of this License, they do not 28449excuse you from the conditions of this License. If you cannot 28450distribute so as to satisfy simultaneously your obligations under this 28451License and any other pertinent obligations, then as a consequence you 28452may not distribute the Program at all. For example, if a patent 28453license would not permit royalty-free redistribution of the Program by 28454all those who receive copies directly or indirectly through you, then 28455the only way you could satisfy both it and this License would be to 28456refrain entirely from distribution of the Program. 28457 28458If any portion of this section is held invalid or unenforceable under 28459any particular circumstance, the balance of the section is intended to 28460apply and the section as a whole is intended to apply in other 28461circumstances. 28462 28463It is not the purpose of this section to induce you to infringe any 28464patents or other property right claims or to contest validity of any 28465such claims; this section has the sole purpose of protecting the 28466integrity of the free software distribution system, which is 28467implemented by public license practices. Many people have made 28468generous contributions to the wide range of software distributed 28469through that system in reliance on consistent application of that 28470system; it is up to the author/donor to decide if he or she is willing 28471to distribute software through any other system and a licensee cannot 28472impose that choice. 28473 28474This section is intended to make thoroughly clear what is believed to 28475be a consequence of the rest of this License. 28476 28477 8. If the distribution and/or use of the Program is restricted in 28478certain countries either by patents or by copyrighted interfaces, the 28479original copyright holder who places the Program under this License 28480may add an explicit geographical distribution limitation excluding 28481those countries, so that distribution is permitted only in or among 28482countries not thus excluded. In such case, this License incorporates 28483the limitation as if written in the body of this License. 28484 28485 9. The Free Software Foundation may publish revised and/or new versions 28486of the General Public License from time to time. Such new versions will 28487be similar in spirit to the present version, but may differ in detail to 28488address new problems or concerns. 28489 28490Each version is given a distinguishing version number. If the Program 28491specifies a version number of this License which applies to it and "any 28492later version", you have the option of following the terms and conditions 28493either of that version or of any later version published by the Free 28494Software Foundation. If the Program does not specify a version number of 28495this License, you may choose any version ever published by the Free Software 28496Foundation. 28497 28498 10. If you wish to incorporate parts of the Program into other free 28499programs whose distribution conditions are different, write to the author 28500to ask for permission. For software which is copyrighted by the Free 28501Software Foundation, write to the Free Software Foundation; we sometimes 28502make exceptions for this. Our decision will be guided by the two goals 28503of preserving the free status of all derivatives of our free software and 28504of promoting the sharing and reuse of software generally. 28505 28506 NO WARRANTY 28507 28508 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 28509FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 28510OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 28511PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 28512OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 28513MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 28514TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 28515PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 28516REPAIR OR CORRECTION. 28517 28518 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 28519WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 28520REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 28521INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 28522OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 28523TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 28524YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 28525PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 28526POSSIBILITY OF SUCH DAMAGES. 28527 28528 END OF TERMS AND CONDITIONS 28529 28530 How to Apply These Terms to Your New Programs 28531 28532 If you develop a new program, and you want it to be of the greatest 28533possible use to the public, the best way to achieve this is to make it 28534free software which everyone can redistribute and change under these terms. 28535 28536 To do so, attach the following notices to the program. It is safest 28537to attach them to the start of each source file to most effectively 28538convey the exclusion of warranty; and each file should have at least 28539the "copyright" line and a pointer to where the full notice is found. 28540 28541 <one line to give the program's name and a brief idea of what it does.> 28542 Copyright (C) <year> <name of author> 28543 28544 This program is free software; you can redistribute it and/or modify 28545 it under the terms of the GNU General Public License as published by 28546 the Free Software Foundation; either version 2 of the License, or 28547 (at your option) any later version. 28548 28549 This program is distributed in the hope that it will be useful, 28550 but WITHOUT ANY WARRANTY; without even the implied warranty of 28551 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28552 GNU General Public License for more details. 28553 28554 You should have received a copy of the GNU General Public License along 28555 with this program; if not, write to the Free Software Foundation, Inc., 28556 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 28557 28558Also add information on how to contact you by electronic and paper mail. 28559 28560If the program is interactive, make it output a short notice like this 28561when it starts in an interactive mode: 28562 28563 Gnomovision version 69, Copyright (C) year name of author 28564 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 28565 This is free software, and you are welcome to redistribute it 28566 under certain conditions; type `show c' for details. 28567 28568The hypothetical commands `show w' and `show c' should show the appropriate 28569parts of the General Public License. Of course, the commands you use may 28570be called something other than `show w' and `show c'; they could even be 28571mouse-clicks or menu items--whatever suits your program. 28572 28573You should also get your employer (if you work as a programmer) or your 28574school, if any, to sign a "copyright disclaimer" for the program, if 28575necessary. Here is a sample; alter the names: 28576 28577 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 28578 `Gnomovision' (which makes passes at compilers) written by James Hacker. 28579 28580 <signature of Ty Coon>, 1 April 1989 28581 Ty Coon, President of Vice 28582 28583This General Public License does not permit incorporating your program into 28584proprietary programs. If your program is a subroutine library, you may 28585consider it more useful to permit linking proprietary applications with the 28586library. If this is what you want to do, use the GNU Lesser General 28587Public License instead of this License. 28588 28589-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28590 28591Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.BSD-3: 28592 28593Redistribution and use in source and binary forms, with or without 28594modification, are permitted provided that the following conditions 28595are met: 285961. Redistributions of source code must retain the above copyright 28597 notice, and the entire permission notice in its entirety, 28598 including the disclaimer of warranties. 285992. Redistributions in binary form must reproduce the above copyright 28600 notice, this list of conditions and the following disclaimer in the 28601 documentation and/or other materials provided with the distribution. 286023. The name of the author may not be used to endorse or promote 28603 products derived from this software without specific prior 28604 written permission. 28605 28606THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 28607WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 28608OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 28609WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE 28610LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28611CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 28612OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 28613BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28614LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28615(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 28616USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH 28617DAMAGE. 28618 28619-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28620 28621Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.UCB: 28622 28623/* 28624 * Copyright (c) 1989 The Regents of the University of California. 28625 * All rights reserved. 28626 * 28627 * Redistribution and use in source and binary forms, with or without 28628 * modification, are permitted provided that the following conditions 28629 * are met: 28630 * 1. Redistributions of source code must retain the above copyright 28631 * notice, this list of conditions and the following disclaimer. 28632 * 2. Redistributions in binary form must reproduce the above copyright 28633 * notice, this list of conditions and the following disclaimer in the 28634 * documentation and/or other materials provided with the distribution. 28635 * 3. All advertising materials mentioning features or use of this software 28636 * must display the following acknowledgement: 28637 * This product includes software developed by the University of 28638 * California, Berkeley and its contributors. 28639 * 4. Neither the name of the University nor the names of its contributors 28640 * may be used to endorse or promote products derived from this software 28641 * without specific prior written permission. 28642 * 28643 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 28644 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28645 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 28646 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28647 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28648 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28649 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28650 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28651 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 28652 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28653 * SUCH DAMAGE. 28654 */ 28655 28656-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28657 28658Scanned Source License util-linux-2.24/libblkid/COPYING: 28659 28660This library is free software; you can redistribute it and/or 28661modify it under the terms of the GNU Lesser General Public 28662License as published by the Free Software Foundation; either 28663version 2.1 of the License, or (at your option) any later 28664version. 28665 28666The complete text of the license is available in the 28667../Documentation/licenses/COPYING.LGPLv2.1 file. 28668 28669-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28670 28671Scanned Source License util-linux-2.24/libmount/COPYING: 28672 28673This library is free software; you can redistribute it and/or 28674modify it under the terms of the GNU Lesser General Public 28675License as published by the Free Software Foundation; either 28676version 2.1 of the License, or (at your option) any later 28677version. 28678 28679The complete text of the license is available in the 28680../Documentation/licenses/COPYING.LGPLv2.1 file. 28681 28682-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28683 28684Scanned Source License util-linux-2.24/libuuid/COPYING: 28685 28686This library is free software; you can redistribute it and/or 28687modify it under the terms of the Modified BSD License. 28688 28689The complete text of the license is available in the 28690../Documentation/licenses/COPYING.BSD-3 file. 28691 28692-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28693</pre> 28694<ul> 28695<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 28696<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 28697<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 28698<li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 28699</ul> 28700</div> 28701</div> 28702 28703 28704<div class="product"> 28705<span class="title">util-macros-1.17</span> 28706<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28707<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 28708<div class="licence"> 28709<pre>Scanned Source License util-macros-1.17/COPYING: 28710 28711Copyright 2005 Red Hat, Inc. 28712 28713Permission to use, copy, modify, distribute, and sell this software 28714and its documentation for any purpose is hereby granted without 28715fee, provided that the above copyright notice appear in all copies 28716and that both that copyright notice and this permission notice 28717appear in supporting documentation, and that the name of Red Hat 28718not be used in advertising or publicity pertaining to distribution 28719of the software without specific, written prior permission. Red 28720Hat makes no representations about the suitability of this software 28721for any purpose. It is provided "as is" without express or implied 28722warranty. 28723 28724RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 28725INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 28726NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 28727CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 28728OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 28729NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 28730CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 28731 28732---------------------------------------------------------------------------- 28733 28734Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. 28735 28736Permission is hereby granted, free of charge, to any person obtaining a 28737copy of this software and associated documentation files (the "Software"), 28738to deal in the Software without restriction, including without limitation 28739the rights to use, copy, modify, merge, publish, distribute, sublicense, 28740and/or sell copies of the Software, and to permit persons to whom the 28741Software is furnished to do so, subject to the following conditions: 28742 28743The above copyright notice and this permission notice (including the next 28744paragraph) shall be included in all copies or substantial portions of the 28745Software. 28746 28747THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 28748IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28749FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 28750THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28751LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 28752FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 28753DEALINGS IN THE SOFTWARE. 28754 28755-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28756</pre> 28757<ul> 28758 28759</ul> 28760</div> 28761</div> 28762 28763 28764<div class="product"> 28765<span class="title">utouch-evemu-1.0.5</span> 28766<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28767<span class="homepage"><a href="http://bitmath.org/code/evemu/">homepage</a></span> 28768<div class="licence"> 28769<pre></pre> 28770<ul> 28771<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 28772</ul> 28773</div> 28774</div> 28775 28776 28777<div class="product"> 28778<span class="title">vboot_reference-1.0</span> 28779<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28780<span class="homepage"><a href="">homepage</a></span> 28781<div class="licence"> 28782<pre></pre> 28783<ul> 28784<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28785</ul> 28786</div> 28787</div> 28788 28789 28790<div class="product"> 28791<span class="title">verity-0.0.1</span> 28792<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28793<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 28794<div class="licence"> 28795<pre></pre> 28796<ul> 28797<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 28798</ul> 28799</div> 28800</div> 28801 28802 28803<div class="product"> 28804<span class="title">videoproto-2.3.1</span> 28805<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28806<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 28807<div class="licence"> 28808<pre>Scanned Source License videoproto-2.3.1/COPYING: 28809 28810Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts, 28811and the Massachusetts Institute of Technology, Cambridge, Massachusetts. 28812 28813 All Rights Reserved 28814 28815Permission to use, copy, modify, and distribute this software and its 28816documentation for any purpose and without fee is hereby granted, 28817provided that the above copyright notice appear in all copies and that 28818both that copyright notice and this permission notice appear in 28819supporting documentation, and that the names of Digital or MIT not be 28820used in advertising or publicity pertaining to distribution of the 28821software without specific, written prior permission. 28822 28823DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 28824ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 28825DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 28826ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 28827WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 28828ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 28829SOFTWARE. 28830 28831 28832Permission is hereby granted, free of charge, to any person obtaining a copy 28833of this software and associated documentation files (the "Software"), to deal 28834in the Software without restriction, including without limitation the rights 28835to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 28836copies of the Software, and to permit persons to whom the Software is 28837furnished to do so, subject to the following conditions: 28838 28839The above copyright notice and this permission notice shall be included in all 28840copies or substantial portions of the Software. 28841 28842THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 28843IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28844FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28845XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 28846IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 28847CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 28848 28849Except as contained in this notice, the name of the XFree86 Project shall not 28850be used in advertising or otherwise to promote the sale, use or other dealings 28851in this Software without prior written authorization from the XFree86 Project. 28852 28853 28854Copyright (c) 2004 The Unichrome Project. All rights reserved. 28855 28856Permission is hereby granted, free of charge, to any person obtaining a 28857copy of this software and associated documentation files (the "Software"), 28858to deal in the Software without restriction, including without limitation 28859the rights to use, copy, modify, merge, publish, distribute, sublicense, 28860and/or sell copies of the Software, and to permit persons to whom the 28861Software is furnished to do so, subject to the following conditions: 28862 28863The above copyright notice and this permission notice shall be included in 28864all copies or substantial portions of the Software. 28865 28866THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 28867IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28868FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28869AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28870LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 28871FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 28872DEALINGS IN THE SOFTWARE. 28873 28874-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 28875</pre> 28876<ul> 28877 28878</ul> 28879</div> 28880</div> 28881 28882 28883<div class="product"> 28884<span class="title">vim-7.3.409</span> 28885<a class="show" href="#" onclick="return toggle(this);">show license text</a> 28886<span class="homepage"><a href="http://www.vim.org/">homepage</a></span> 28887<div class="licence"> 28888<pre>Gentoo Package Stock License vim: 28889 28890License details for VIM Editor: 28891 28892*uganda.txt* For Vim version 7.2. Last change: 2008 Jun 21 28893 28894 28895 VIM REFERENCE MANUAL by Bram Moolenaar 28896 28897 28898 *uganda* *Uganda* *copying* *copyright* *license* 28899SUMMARY 28900 *iccf* *ICCF* 28901Vim is Charityware. You can use and copy it as much as you like, but you are 28902encouraged to make a donation for needy children in Uganda. Please see |kcc| 28903below or visit the ICCF web site, available at these URLs: 28904 28905 http://iccf-holland.org/ 28906 http://www.vim.org/iccf/ 28907 http://www.iccf.nl/ 28908 28909You can also sponsor the development of Vim. Vim sponsors can vote for 28910features. See |sponsor|. The money goes to Uganda anyway. 28911 28912The Open Publication License applies to the Vim documentation, see 28913|manual-copyright|. 28914 28915=== begin of license === 28916 28917VIM LICENSE 28918 28919I) There are no restrictions on distributing unmodified copies of Vim except 28920 that they must include this license text. You can also distribute 28921 unmodified parts of Vim, likewise unrestricted except that they must 28922 include this license text. You are also allowed to include executables 28923 that you made from the unmodified Vim sources, plus your own usage 28924 examples and Vim scripts. 28925 28926II) It is allowed to distribute a modified (or extended) version of Vim, 28927 including executables and/or source code, when the following four 28928 conditions are met: 28929 1) This license text must be included unmodified. 28930 2) The modified Vim must be distributed in one of the following five ways: 28931 a) If you make changes to Vim yourself, you must clearly describe in 28932 the distribution how to contact you. When the maintainer asks you 28933 (in any way) for a copy of the modified Vim you distributed, you 28934 must make your changes, including source code, available to the 28935 maintainer without fee. The maintainer reserves the right to 28936 include your changes in the official version of Vim. What the 28937 maintainer will do with your changes and under what license they 28938 will be distributed is negotiable. If there has been no negotiation 28939 then this license, or a later version, also applies to your changes. 28940 The current maintainer is Bram Moolenaar <Bram@vim.org>. If this 28941 changes it will be announced in appropriate places (most likely 28942 vim.sf.net, www.vim.org and/or comp.editors). When it is completely 28943 impossible to contact the maintainer, the obligation to send him 28944 your changes ceases. Once the maintainer has confirmed that he has 28945 received your changes they will not have to be sent again. 28946 b) If you have received a modified Vim that was distributed as 28947 mentioned under a) you are allowed to further distribute it 28948 unmodified, as mentioned at I). If you make additional changes the 28949 text under a) applies to those changes. 28950 c) Provide all the changes, including source code, with every copy of 28951 the modified Vim you distribute. This may be done in the form of a 28952 context diff. You can choose what license to use for new code you 28953 add. The changes and their license must not restrict others from 28954 making their own changes to the official version of Vim. 28955 d) When you have a modified Vim which includes changes as mentioned 28956 under c), you can distribute it without the source code for the 28957 changes if the following three conditions are met: 28958 - The license that applies to the changes permits you to distribute 28959 the changes to the Vim maintainer without fee or restriction, and 28960 permits the Vim maintainer to include the changes in the official 28961 version of Vim without fee or restriction. 28962 - You keep the changes for at least three years after last 28963 distributing the corresponding modified Vim. When the maintainer 28964 or someone who you distributed the modified Vim to asks you (in 28965 any way) for the changes within this period, you must make them 28966 available to him. 28967 - You clearly describe in the distribution how to contact you. This 28968 contact information must remain valid for at least three years 28969 after last distributing the corresponding modified Vim, or as long 28970 as possible. 28971 e) When the GNU General Public License (GPL) applies to the changes, 28972 you can distribute the modified Vim under the GNU GPL version 2 or 28973 any later version. 28974 3) A message must be added, at least in the output of the ":version" 28975 command and in the intro screen, such that the user of the modified Vim 28976 is able to see that it was modified. When distributing as mentioned 28977 under 2)e) adding the message is only required for as far as this does 28978 not conflict with the license used for the changes. 28979 4) The contact information as required under 2)a) and 2)d) must not be 28980 removed or changed, except that the person himself can make 28981 corrections. 28982 28983III) If you distribute a modified version of Vim, you are encouraged to use 28984 the Vim license for your changes and make them available to the 28985 maintainer, including the source code. The preferred way to do this is 28986 by e-mail or by uploading the files to a server and e-mailing the URL. 28987 If the number of changes is small (e.g., a modified Makefile) e-mailing a 28988 context diff will do. The e-mail address to be used is 28989 <maintainer@vim.org> 28990 28991IV) It is not allowed to remove this license from the distribution of the Vim 28992 sources, parts of it or from a modified version. You may use this 28993 license for previous Vim releases instead of the license that they came 28994 with, at your option. 28995 28996=== end of license === 28997 28998Note: 28999 29000- If you are happy with Vim, please express that by reading the rest of this 29001 file and consider helping needy children in Uganda. 29002 29003- If you want to support further Vim development consider becoming a 29004 |sponsor|. The money goes to Uganda anyway. 29005 29006- According to Richard Stallman the Vim license is GNU GPL compatible. 29007 A few minor changes have been made since he checked it, but that should not 29008 make a difference. 29009 29010- If you link Vim with a library that goes under the GNU GPL, this limits 29011 further distribution to the GNU GPL. Also when you didn't actually change 29012 anything in Vim. 29013 29014- Once a change is included that goes under the GNU GPL, this forces all 29015 further changes to also be made under the GNU GPL or a compatible license. 29016 29017- If you distribute a modified version of Vim, you can include your name and 29018 contact information with the "--with-modified-by" configure argument or the 29019 MODIFIED_BY define. 29020 29021============================================================================== 29022Kibaale Children's Centre *kcc* *Kibaale* *charity* 29023 29024Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the 29025south of Uganda, near Tanzania, in East Africa. The area is known as Rakai 29026District. The population is mostly farmers. Although people are poor, there 29027is enough food. But this district is suffering from AIDS more than any other 29028part of the world. Some say that it started there. Estimations are that 10 29029to 30% of the Ugandans are infected with HIV. Because parents die, there are 29030many orphans. In this district about 60,000 children have lost one or both 29031parents, out of a population of 350,000. And this is still continuing. 29032 29033The children need a lot of help. The KCC is working hard to provide the needy 29034with food, medical care and education. Food and medical care to keep them 29035healthy now, and education so that they can take care of themselves in the 29036future. KCC works on a Christian base, but help is given to children of any 29037religion. 29038 29039The key to solving the problems in this area is education. This has been 29040neglected in the past years with president Idi Amin and the following civil 29041wars. Now that the government is stable again, the children and parents have 29042to learn how to take care of themselves and how to avoid infections. There is 29043also help for people who are ill and hungry, but the primary goal is to 29044prevent people from getting ill and to teach them how to grow healthy food. 29045 29046Most of the orphans are living in an extended family. An uncle or older 29047sister is taking care of them. Because these families are big and the income 29048(if any) is low, a child is lucky if it gets healthy food. Clothes, medical 29049care and schooling is beyond its reach. To help these needy children, a 29050sponsorship program was put into place. A child can be financially adopted. 29051For a few dollars a month KCC sees to it that the child gets indispensable 29052items, is healthy, goes to school and KCC takes care of anything else that 29053needs to be done for the child and the family that supports it. 29054 29055Besides helping the child directly, the environment where the child grows up 29056needs to be improved. KCC helps schools to improve their teaching methods. 29057There is a demonstration school at the centre and teacher trainings are given. 29058Health workers are being trained, hygiene education is carried out and 29059households are stimulated to build a proper latrine. I helped setting up a 29060production site for cement slabs. These are used to build a good latrine. 29061They are sold below cost price. 29062 29063There is a small clinic at the project, which provides children and their 29064family with medical help. When needed, transport to a hospital is offered. 29065Immunization programs are carried out and help is provided when an epidemic is 29066breaking out (measles and cholera have been a problem). 29067 *donate* 29068Summer 1994 to summer 1995 I spent a whole year at the centre, working as a 29069volunteer. I have helped to expand the centre and worked in the area of water 29070and sanitation. I learned that the help that the KCC provides really helps. 29071When I came back to Holland, I wanted to continue supporting KCC. To do this 29072I'm raising funds and organizing the sponsorship program. Please consider one 29073of these possibilities: 29074 290751. Sponsor a child in primary school: 17 euro a month (or more). 290762. Sponsor a child in secondary school: 25 euro a month (or more). 290773. Sponsor the clinic: Any amount a month or quarter 290784. A one-time donation 29079 29080Compared with other organizations that do child sponsorship the amounts are 29081very low. This is because the money goes directly to the centre. Less than 290825% is used for administration. This is possible because this is a small 29083organization that works with volunteers. If you would like to sponsor a 29084child, you should have the intention to do this for at least one year. 29085 29086How do you know that the money will be spent right? First of all you have my 29087personal guarantee as the author of Vim. I trust the people that are working 29088at the centre, I know them personally. Further more, the centre is 29089co-sponsored and inspected by World Vision, Save the Children Fund and 29090International Child Care Fund. The centre is visited about once a year to 29091check the progress (at our own cost). I have visited the centre myself in 290921996, 1998, 2000, 2001 and 2003. The visit reports are on the ICCF web site. 29093 29094If you have any further questions, send me e-mail: <Bram@vim.org>. 29095 29096The address of the centre is: 29097 Kibaale Children's Centre 29098 p.o. box 1658 29099 Masaka, Uganda, East Africa 29100 29101Sending money: *iccf-donations* 29102 29103Check the ICCF web site for the latest information! See |iccf| for the URL. 29104 29105 29106USA: The methods mentioned below can be used. 29107 Sending a check to the Nehemiah Group Outreach Society (NGOS) 29108 is no longer possible, unfortunately. We are looking for 29109 another way to get you an IRS tax receipt. 29110 For sponsoring a child contact KCF in Canada (see below). US 29111 checks can be sent to them to lower banking costs. 29112 29113Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They 29114 take care of the Canadian sponsors for the children in 29115 Kibaale. KCF forwards 100% of the money to the project in 29116 Uganda. You can send them a one time donation directly. 29117 Please send me a note so that I know what has been donated 29118 because of Vim. Ask KCF for information about sponsorship. 29119 Kibaale Children's Fund c/o Pacific Academy 29120 10238-168 Street 29121 Surrey, B.C. V4N 1Z4 29122 Canada 29123 Phone: 604-581-5353 29124 If you make a donation to Kibaale Children's Fund (KCF) you 29125 will receive a tax receipt which can be submitted with your 29126 tax return. 29127 29128Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo. 29129 This will allow for tax deduction if you live in Holland. 29130 Postbank, nr. 4548774 29131 29132Germany: It is possible to make donations that allow for a tax return. 29133 Check the ICCF web site for the latest information: 29134 http://iccf-holland.org/germany.html 29135 29136World: Use a postal money order. That should be possible from any 29137 country, mostly from the post office. Use this name (which is 29138 in my passport): "Abraham Moolenaar". Use Euro for the 29139 currency if possible. 29140 29141Europe: Use a bank transfer if possible. Your bank should have a form 29142 that you can use for this. See "Others" below for the swift 29143 code and IBAN number. 29144 Any other method should work. Ask for information about 29145 sponsorship. 29146 29147Credit Card: You can use PayPal to send money with a Credit card. This is 29148 the most widely used Internet based payment system. It's 29149 really simple to use. Use this link to find more info: 29150 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q 29151 The e-mail address for sending the money to is: 29152 Bram@iccf-holland.org 29153 For amounts above 400 Euro ($500) sending a check is 29154 preferred. 29155 29156Others: Transfer to one of these accounts if possible: 29157 Postbank, account 4548774 29158 Swift code: INGB NL 2A 29159 IBAN: NL47 PSTB 0004 5487 74 29160 under the name "stichting ICCF Holland", Venlo 29161 If that doesn't work: 29162 Rabobank Venlo, account 3765.05.117 29163 Swift code: RABO NL 2U 29164 under the name "Bram Moolenaar", Venlo 29165 Otherwise, send a check in euro or US dollars to the address 29166 below. Minimal amount: $70 (my bank does not accept smaller 29167 amounts for foreign check, sorry) 29168 29169Address to send checks to: 29170 stichting ICCF Holland 29171 Bram Moolenaar 29172 Finsterruetihof 1 29173 8134 Adliswil 29174 Switzerland 29175 29176This address is expected to be valid for a long time. 29177 29178 vim:tw=78:ts=8:ft=help:norl: 29179 29180-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29181</pre> 29182<ul> 29183 29184</ul> 29185</div> 29186</div> 29187 29188 29189<div class="product"> 29190<span class="title">vpd-0.0.1</span> 29191<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29192<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 29193<div class="licence"> 29194<pre></pre> 29195<ul> 29196<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 29197</ul> 29198</div> 29199</div> 29200 29201 29202<div class="product"> 29203<span class="title">wget-1.14</span> 29204<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29205<span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span> 29206<div class="licence"> 29207<pre></pre> 29208<ul> 29209<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 29210</ul> 29211</div> 29212</div> 29213 29214 29215<div class="product"> 29216<span class="title">which-2.20</span> 29217<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29218<span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span> 29219<div class="licence"> 29220<pre></pre> 29221<ul> 29222<li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li> 29223</ul> 29224</div> 29225</div> 29226 29227 29228<div class="product"> 29229<span class="title">wireless-regdb-20131127</span> 29230<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29231<span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span> 29232<div class="licence"> 29233<pre></pre> 29234<ul> 29235<li><a href='#ISC'>Gentoo Package Stock License ISC</a></li> 29236</ul> 29237</div> 29238</div> 29239 29240 29241<div class="product"> 29242<span class="title">wireless-tools-29</span> 29243<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29244<span class="homepage"><a href="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">homepage</a></span> 29245<div class="licence"> 29246<pre></pre> 29247<ul> 29248<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29249</ul> 29250</div> 29251</div> 29252 29253 29254<div class="product"> 29255<span class="title">wireless_automation-0.0.1</span> 29256<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29257<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 29258<div class="licence"> 29259<pre></pre> 29260<ul> 29261<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29262</ul> 29263</div> 29264</div> 29265 29266 29267<div class="product"> 29268<span class="title">workarounds-0.0.1</span> 29269<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29270<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 29271<div class="licence"> 29272<pre></pre> 29273<ul> 29274<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 29275</ul> 29276</div> 29277</div> 29278 29279 29280<div class="product"> 29281<span class="title">wpa_supplicant-0.7.2</span> 29282<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29283<span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span> 29284<div class="licence"> 29285<pre></pre> 29286<ul> 29287<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29288</ul> 29289</div> 29290</div> 29291 29292 29293<div class="product"> 29294<span class="title">ws4py-0.3.2</span> 29295<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29296<span class="homepage"><a href="https://github.com/Lawouach/WebSocket-for-Python">homepage</a></span> 29297<div class="licence"> 29298<pre>Scanned Source License ws4py-0.3.2/LICENSE: 29299 29300Copyright (c) 2011-2013, Sylvain Hellegouarch 29301All rights reserved. 29302 29303Redistribution and use in source and binary forms, with or without 29304modification, are permitted provided that the following conditions are met: 29305 29306 * Redistributions of source code must retain the above copyright notice, 29307 this list of conditions and the following disclaimer. 29308 * Redistributions in binary form must reproduce the above copyright 29309 notice, this list of conditions and the following disclaimer in the 29310 documentation and/or other materials provided with the distribution. 29311 * Neither the name of ws4py nor the names of its contributors may be used 29312 to endorse or promote products derived from this software without 29313 specific prior written permission. 29314 29315THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 29316AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 29317IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29318ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 29319LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 29320CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 29321SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29322INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29323CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29324ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29325POSSIBILITY OF SUCH DAMAGE. 29326 29327-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29328</pre> 29329<ul> 29330 29331</ul> 29332</div> 29333</div> 29334 29335 29336<div class="product"> 29337<span class="title">X.Org-1.9.3</span> 29338<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29339<span class="homepage"><a href="http://www.x.org/">homepage</a></span> 29340<div class="licence"> 29341<pre></pre> 29342<ul> 29343<li><a href='#X'>Custom License X</a></li> 29344</ul> 29345</div> 29346</div> 29347 29348 29349<div class="product"> 29350<span class="title">x11vnc-0.9.13</span> 29351<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29352<span class="homepage"><a href="http://www.karlrunge.com/x11vnc/">homepage</a></span> 29353<div class="licence"> 29354<pre></pre> 29355<ul> 29356<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 29357</ul> 29358</div> 29359</div> 29360 29361 29362<div class="product"> 29363<span class="title">xbitmaps-1.1.1</span> 29364<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29365<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29366<div class="licence"> 29367<pre>Scanned Source License xbitmaps-1.1.1/COPYING: 29368 29369Copyright (c) 1998 The Open Group 29370 29371All rights reserved. 29372 29373Permission is hereby granted, free of charge, to any person obtaining a 29374copy of this software and associated documentation files (the 29375"Software"), to deal in the Software without restriction, including 29376without limitation the rights to use, copy, modify, merge, publish, 29377distribute, and/or sell copies of the Software, and to permit persons 29378to whom the Software is furnished to do so, provided that the above 29379copyright notice(s) and this permission notice appear in all copies of 29380the Software and that both the above copyright notice(s) and this 29381permission notice appear in supporting documentation. 29382 29383THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29384OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 29385MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 29386OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 29387HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 29388INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 29389FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 29390NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 29391WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 29392 29393Except as contained in this notice, the name of a copyright holder 29394shall not be used in advertising or otherwise to promote the sale, use 29395or other dealings in this Software without prior written authorization 29396of the copyright holder. 29397 29398X Window System is a trademark of The Open Group. 29399 29400Copyright 1988 by Evans & Sutherland Computer Corporation, 29401Salt Lake City, Utah 29402 29403 All Rights Reserved 29404 29405Permission to use, copy, modify, and distribute this software and 29406its documentation for any purpose and without fee is hereby 29407granted, provided that the above copyright notice appear in all 29408copies and that both that copyright notice and this permis- 29409sion notice appear in supporting documentation, and that the 29410name of Evans & Sutherland not be used in advertising or publi- 29411city pertaining to distribution of the software without specif- 29412ic, written prior permission. 29413 29414EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO 29415THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI- 29416TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE 29417FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM- 29418AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 29419WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 29420ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER- 29421FORMANCE OF THIS SOFTWARE. 29422 29423 29424-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29425</pre> 29426<ul> 29427 29428</ul> 29429</div> 29430</div> 29431 29432 29433<div class="product"> 29434<span class="title">xcb-proto-1.7.1</span> 29435<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29436<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29437<div class="licence"> 29438<pre>Scanned Source License xcb-proto-1.7.1/COPYING: 29439 29440Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. 29441All Rights Reserved. 29442 29443Permission is hereby granted, free of charge, to any person 29444obtaining a copy of this software and associated 29445documentation files (the "Software"), to deal in the 29446Software without restriction, including without limitation 29447the rights to use, copy, modify, merge, publish, distribute, 29448sublicense, and/or sell copies of the Software, and to 29449permit persons to whom the Software is furnished to do so, 29450subject to the following conditions: 29451 29452The above copyright notice and this permission notice shall 29453be included in all copies or substantial portions of the 29454Software. 29455 29456THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 29457KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 29458WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 29459PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 29460BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 29461IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 29462OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 29463OTHER DEALINGS IN THE SOFTWARE. 29464 29465Except as contained in this notice, the names of the authors 29466or their institutions shall not be used in advertising or 29467otherwise to promote the sale, use or other dealings in this 29468Software without prior written authorization from the 29469authors. 29470 29471-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29472</pre> 29473<ul> 29474 29475</ul> 29476</div> 29477</div> 29478 29479 29480<div class="product"> 29481<span class="title">xcb-util-0.3.8</span> 29482<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29483<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29484<div class="licence"> 29485<pre></pre> 29486<ul> 29487<li><a href='#X'>Custom License X</a></li> 29488</ul> 29489</div> 29490</div> 29491 29492 29493<div class="product"> 29494<span class="title">xcb-util-image-0.3.8</span> 29495<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29496<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29497<div class="licence"> 29498<pre></pre> 29499<ul> 29500<li><a href='#X'>Custom License X</a></li> 29501</ul> 29502</div> 29503</div> 29504 29505 29506<div class="product"> 29507<span class="title">xcb-util-keysyms-0.3.8</span> 29508<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29509<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29510<div class="licence"> 29511<pre></pre> 29512<ul> 29513<li><a href='#X'>Custom License X</a></li> 29514</ul> 29515</div> 29516</div> 29517 29518 29519<div class="product"> 29520<span class="title">xcb-util-renderutil-0.3.8</span> 29521<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29522<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29523<div class="licence"> 29524<pre></pre> 29525<ul> 29526<li><a href='#X'>Custom License X</a></li> 29527</ul> 29528</div> 29529</div> 29530 29531 29532<div class="product"> 29533<span class="title">xcb-util-wm-0.3.8</span> 29534<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29535<span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span> 29536<div class="licence"> 29537<pre></pre> 29538<ul> 29539<li><a href='#X'>Custom License X</a></li> 29540</ul> 29541</div> 29542</div> 29543 29544 29545<div class="product"> 29546<span class="title">xcmiscproto-1.2.1</span> 29547<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29548<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29549<div class="licence"> 29550<pre>Scanned Source License xcmiscproto-1.2.1/COPYING: 29551 29552Copyright 1993, 1994, 1998 The Open Group 29553 29554Permission to use, copy, modify, distribute, and sell this software and its 29555documentation for any purpose is hereby granted without fee, provided that 29556the above copyright notice appear in all copies and that both that 29557copyright notice and this permission notice appear in supporting 29558documentation. 29559 29560The above copyright notice and this permission notice shall be included in 29561all copies or substantial portions of the Software. 29562 29563THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29564IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29565FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29566OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 29567AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29568CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29569 29570Except as contained in this notice, the name of The Open Group shall not be 29571used in advertising or otherwise to promote the sale, use or other dealings 29572in this Software without prior written authorization from The Open Group. 29573 29574-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29575</pre> 29576<ul> 29577 29578</ul> 29579</div> 29580</div> 29581 29582 29583<div class="product"> 29584<span class="title">xdotool-2.20110530.1</span> 29585<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29586<span class="homepage"><a href="http://www.semicomplete.com/projects/xdotool/">homepage</a></span> 29587<div class="licence"> 29588<pre>Scanned Source License xdotool-2.20110530.1/COPYRIGHT: 29589 29590Copyright (c) 2007, 2008, 2009: Jordan Sissel. 29591All rights reserved. 29592 29593Redistribution and use in source and binary forms, with or without 29594modification, are permitted provided that the following conditions are met: 29595 * Redistributions of source code must retain the above copyright 29596 notice, this list of conditions and the following disclaimer. 29597 * Redistributions in binary form must reproduce the above copyright 29598 notice, this list of conditions and the following disclaimer in the 29599 documentation and/or other materials provided with the distribution. 29600 * Neither the name of the Jordan Sissel nor the names of its contributors 29601 may be used to endorse or promote products derived from this software 29602 without specific prior written permission. 29603 29604THIS SOFTWARE IS PROVIDED BY JORDAN SISSEL ``AS IS'' AND ANY 29605EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 29606WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 29607DISCLAIMED. IN NO EVENT SHALL JORDAN SISSEL BE LIABLE FOR ANY 29608DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 29609(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29610LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 29611ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29612(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 29613SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29614 29615-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29616</pre> 29617<ul> 29618<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 29619</ul> 29620</div> 29621</div> 29622 29623 29624<div class="product"> 29625<span class="title">xdpyinfo-1.3.0</span> 29626<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29627<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29628<div class="licence"> 29629<pre>Scanned Source License xdpyinfo-1.3.0/COPYING: 29630 29631Copyright 1988, 1998 The Open Group 29632Copyright 2005 Hitachi, Ltd. 29633 29634Permission to use, copy, modify, distribute, and sell this software and its 29635documentation for any purpose is hereby granted without fee, provided that 29636the above copyright notice appear in all copies and that both that 29637copyright notice and this permission notice appear in supporting 29638documentation. 29639 29640The above copyright notice and this permission notice shall be included in 29641all copies or substantial portions of the Software. 29642 29643THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29644IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29645FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29646OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 29647AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29648CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29649 29650Except as contained in this notice, the name of The Open Group shall not be 29651used in advertising or otherwise to promote the sale, use or other dealings 29652in this Software without prior written authorization from The Open Group. 29653 29654-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29655</pre> 29656<ul> 29657 29658</ul> 29659</div> 29660</div> 29661 29662 29663<div class="product"> 29664<span class="title">xdriinfo-1.0.4</span> 29665<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29666<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29667<div class="licence"> 29668<pre>Scanned Source License xdriinfo-1.0.4/COPYING: 29669 29670Client application for querying drivers' configuration information 29671Copyright (C) 2003 Felix Kuehling 29672 29673Permission is hereby granted, free of charge, to any person obtaining a 29674copy of this software and associated documentation files (the "Software"), 29675to deal in the Software without restriction, including without limitation 29676the rights to use, copy, modify, merge, publish, distribute, sublicense, 29677and/or sell copies of the Software, and to permit persons to whom the 29678Software is furnished to do so, subject to the following conditions: 29679 29680The above copyright notice and this permission notice shall be included 29681in all copies or substantial portions of the Software. 29682 29683THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29684OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29685FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29686FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, 29687DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 29688OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 29689OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29690 29691-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29692</pre> 29693<ul> 29694 29695</ul> 29696</div> 29697</div> 29698 29699 29700<div class="product"> 29701<span class="title">xev-1.2.0</span> 29702<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29703<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29704<div class="licence"> 29705<pre>Scanned Source License xev-1.2.0/COPYING: 29706 29707Copyright (c) 1988 X Consortium 29708 29709Permission is hereby granted, free of charge, to any person obtaining 29710a copy of this software and associated documentation files (the 29711"Software"), to deal in the Software without restriction, including 29712without limitation the rights to use, copy, modify, merge, publish, 29713distribute, sublicense, and/or sell copies of the Software, and to 29714permit persons to whom the Software is furnished to do so, subject to 29715the following conditions: 29716 29717The above copyright notice and this permission notice shall be included 29718in all copies or substantial portions of the Software. 29719 29720THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29721OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 29722MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 29723IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 29724OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 29725ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 29726OTHER DEALINGS IN THE SOFTWARE. 29727 29728Except as contained in this notice, the name of the X Consortium shall 29729not be used in advertising or otherwise to promote the sale, use or 29730other dealings in this Software without prior written authorization 29731from the X Consortium. 29732 29733-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29734</pre> 29735<ul> 29736 29737</ul> 29738</div> 29739</div> 29740 29741 29742<div class="product"> 29743<span class="title">xextproto-7.2.0</span> 29744<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29745<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 29746<div class="licence"> 29747<pre>Scanned Source License xextproto-7.2.0/COPYING: 29748 29749Copyright 1989, 1998 The Open Group 29750 29751Permission to use, copy, modify, distribute, and sell this software and its 29752documentation for any purpose is hereby granted without fee, provided that 29753the above copyright notice appear in all copies and that both that 29754copyright notice and this permission notice appear in supporting 29755documentation. 29756 29757The above copyright notice and this permission notice shall be included in 29758all copies or substantial portions of the Software. 29759 29760THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29761IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29762FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29763OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 29764AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29765CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29766 29767Except as contained in this notice, the name of The Open Group shall not be 29768used in advertising or otherwise to promote the sale, use or other dealings 29769in this Software without prior written authorization from The Open Group. 29770 29771 29772Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. 29773Permission to use, copy, modify, and distribute this 29774software and its documentation for any purpose and without 29775fee is hereby granted, provided that the above copyright 29776notice appear in all copies and that both that copyright 29777notice and this permission notice appear in supporting 29778documentation, and that the name of Silicon Graphics not be 29779used in advertising or publicity pertaining to distribution 29780of the software without specific prior written permission. 29781Silicon Graphics makes no representation about the suitability 29782of this software for any purpose. It is provided "as is" 29783without any express or implied warranty. 29784SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 29785SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 29786AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 29787GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 29788DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 29789DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 29790OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 29791THE USE OR PERFORMANCE OF THIS SOFTWARE. 29792 29793 29794Copyright 1992 Network Computing Devices 29795 29796Permission to use, copy, modify, distribute, and sell this software and its 29797documentation for any purpose is hereby granted without fee, provided that 29798the above copyright notice appear in all copies and that both that 29799copyright notice and this permission notice appear in supporting 29800documentation, and that the name of NCD. not be used in advertising or 29801publicity pertaining to distribution of the software without specific, 29802written prior permission. NCD. makes no representations about the 29803suitability of this software for any purpose. It is provided "as is" 29804without express or implied warranty. 29805 29806NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 29807IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. 29808BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 29809WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 29810OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 29811CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 29812 29813 29814Copyright (c) 1994, 1995 Hewlett-Packard Company 29815 29816Permission is hereby granted, free of charge, to any person obtaining 29817a copy of this software and associated documentation files (the 29818"Software"), to deal in the Software without restriction, including 29819without limitation the rights to use, copy, modify, merge, publish, 29820distribute, sublicense, and/or sell copies of the Software, and to 29821permit persons to whom the Software is furnished to do so, subject to 29822the following conditions: 29823 29824The above copyright notice and this permission notice shall be included 29825in all copies or substantial portions of the Software. 29826 29827THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29828OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 29829MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 29830IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 29831DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 29832OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 29833THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29834 29835Except as contained in this notice, the name of the Hewlett-Packard 29836Company shall not be used in advertising or otherwise to promote the 29837sale, use or other dealings in this Software without prior written 29838authorization from the Hewlett-Packard Company. 29839 29840 29841Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts. 29842 29843Permission is hereby granted, free of charge, to any person obtaining a copy 29844of this software and associated documentation files (the "Software"), to deal 29845in the Software without restriction, including without limitation the rights 29846to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 29847copies of the Software. 29848 29849The above copyright notice and this permission notice shall be included in 29850all copies or substantial portions of the Software. 29851 29852THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29853IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29854FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29855DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 29856BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 29857WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 29858IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 29859 29860Except as contained in this notice, the name of Digital Equipment Corporation 29861shall not be used in advertising or otherwise to promote the sale, use or other 29862dealings in this Software without prior written authorization from Digital 29863Equipment Corporation. 29864 29865 29866Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc. 29867 29868Permission to use, copy, modify, distribute, and sell this software and 29869its documentation for any purpose is hereby granted without fee, provided 29870that the above copyright notice appear in all copies and that both that 29871copyright notice and this permission notice appear in supporting 29872documentation, and that the name Network Computing Devices, Inc. not be 29873used in advertising or publicity pertaining to distribution of this 29874software without specific, written prior permission. 29875 29876THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC., 29877DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT 29878LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 29879PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK 29880COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING 29881SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, 29882DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND 29883REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, 29884ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 29885SOFTWARE. 29886 29887 29888Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, 29889and Olivetti Research Limited, Cambridge, England. 29890 29891 All Rights Reserved 29892 29893Permission to use, copy, modify, and distribute this software and its 29894documentation for any purpose and without fee is hereby granted, 29895provided that the above copyright notice appear in all copies and that 29896both that copyright notice and this permission notice appear in 29897supporting documentation, and that the names of Digital or Olivetti 29898not be used in advertising or publicity pertaining to distribution of the 29899software without specific, written prior permission. 29900 29901DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 29902SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 29903FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR 29904CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 29905USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 29906OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 29907PERFORMANCE OF THIS SOFTWARE. 29908 29909 29910Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation 29911 29912Permission to use, copy, modify, and distribute this 29913software and its documentation for any purpose and without 29914fee is hereby granted, provided that the above copyright 29915notice appear in all copies and that both that copyright 29916notice and this permission notice appear in supporting 29917documentation, and that the name of Hewlett-Packard not be used in 29918advertising or publicity pertaining to distribution of the 29919software without specific, written prior permission. 29920 29921Hewlett-Packard makes no representations about the 29922suitability of this software for any purpose. It is provided 29923"as is" without express or implied warranty. 29924 29925This software is not subject to any license of the American 29926Telephone and Telegraph Company or of the Regents of the 29927University of California. 29928 29929 29930Copyright © 2007-2008 Peter Hutterer 29931 29932Permission is hereby granted, free of charge, to any person obtaining a 29933copy of this software and associated documentation files (the "Software"), 29934to deal in the Software without restriction, including without limitation 29935the rights to use, copy, modify, merge, publish, distribute, sublicense, 29936and/or sell copies of the Software, and to permit persons to whom the 29937Software is furnished to do so, subject to the following conditions: 29938 29939The above copyright notice and this permission notice (including the next 29940paragraph) shall be included in all copies or substantial portions of the 29941Software. 29942 29943THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29944IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 29945FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 29946THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29947LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 29948FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 29949DEALINGS IN THE SOFTWARE. 29950 29951-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29952</pre> 29953<ul> 29954 29955</ul> 29956</div> 29957</div> 29958 29959 29960<div class="product"> 29961<span class="title">xf86-input-cmt-0.0.1</span> 29962<a class="show" href="#" onclick="return toggle(this);">show license text</a> 29963<span class="homepage"><a href="">homepage</a></span> 29964<div class="licence"> 29965<pre>Scanned Source License xf86-input-cmt-0.0.1/LICENSE: 29966 29967// Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 29968// 29969// Redistribution and use in source and binary forms, with or without 29970// modification, are permitted provided that the following conditions are 29971// met: 29972// 29973// * Redistributions of source code must retain the above copyright 29974// notice, this list of conditions and the following disclaimer. 29975// * Redistributions in binary form must reproduce the above 29976// copyright notice, this list of conditions and the following disclaimer 29977// in the documentation and/or other materials provided with the 29978// distribution. 29979// * Neither the name of Google Inc. nor the names of its 29980// contributors may be used to endorse or promote products derived from 29981// this software without specific prior written permission. 29982// 29983// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 29984// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 29985// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 29986// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 29987// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29988// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 29989// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29990// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29991// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29992// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29993// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29994 29995-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 29996</pre> 29997<ul> 29998 29999</ul> 30000</div> 30001</div> 30002 30003 30004<div class="product"> 30005<span class="title">xf86-input-evdev-2.7.3</span> 30006<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30007<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30008<div class="licence"> 30009<pre>Scanned Source License xf86-input-evdev-2.7.3/COPYING: 30010 30011Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 30012Copyright 1993 by David Dawes <dawes@xfree86.org> 30013Copyright 2002 by SuSE Linux AG, Author: Egbert Eich 30014Copyright 1994-2002 by The XFree86 Project, Inc. 30015Copyright 2002 by Paul Elliott 30016Copyright © 2008 University of South Australia 30017Copyright 2008 by Chris Salch 30018Copyright © 2008 Red Hat, Inc. 30019 30020Permission to use, copy, modify, distribute, and sell this software 30021and its documentation for any purpose is hereby granted without 30022fee, provided that the above copyright notice appear in all copies 30023and that both that copyright notice and this permission notice 30024appear in supporting documentation, and that the name of the authors 30025not be used in advertising or publicity pertaining to distribution of the 30026software without specific, written prior permission. The authors make no 30027representations about the suitability of this software for any 30028purpose. It is provided "as is" without express or implied 30029warranty. 30030 30031THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30032INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 30033NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30034CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 30035OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 30036NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 30037CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 30038 30039Copyright 2005 Sun Microsystems, Inc. All rights reserved. 30040 30041Permission is hereby granted, free of charge, to any person obtaining a 30042copy of this software and associated documentation files (the "Software"), 30043to deal in the Software without restriction, including without limitation 30044the rights to use, copy, modify, merge, publish, distribute, sublicense, 30045and/or sell copies of the Software, and to permit persons to whom the 30046Software is furnished to do so, subject to the following conditions: 30047 30048The above copyright notice and this permission notice (including the next 30049paragraph) shall be included in all copies or substantial portions of the 30050Software. 30051 30052THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30053IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30054FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30055THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30056LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30057FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30058DEALINGS IN THE SOFTWARE. 30059 30060Copyright 2005 Adam Jackson. 30061 30062Permission is hereby granted, free of charge, to any person obtaining a 30063copy of this software and associated documentation files (the "Software"), 30064to deal in the Software without restriction, including without limitation 30065on the rights to use, copy, modify, merge, publish, distribute, sub 30066license, and/or sell copies of the Software, and to permit persons to whom 30067the Software is furnished to do so, subject to the following conditions: 30068 30069The above copyright notice and this permission notice (including the next 30070paragraph) shall be included in all copies or substantial portions of the 30071Software. 30072 30073THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30074IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30075FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30076ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30077IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30078CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30079 30080 30081-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30082</pre> 30083<ul> 30084 30085</ul> 30086</div> 30087</div> 30088 30089 30090<div class="product"> 30091<span class="title">xf86-input-synaptics-1.6.2</span> 30092<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30093<span class="homepage"><a href="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/">homepage</a></span> 30094<div class="licence"> 30095<pre>Scanned Source License xf86-input-synaptics-1.6.2/COPYING: 30096 30097The MIT License 30098 30099Copyright (c) 1997 C. Scott Ananian 30100Copyright (c) 1998-2000 Bruce Kalk 30101Copyright (c) 1999 Henry Davies 30102Copyright (c) 2008 Fedor P. Goncharov 30103Copyright (c) 2001 Stefan Gmeiner 30104Copyright (c) 2002 S. Lehner 30105Copyright (c) 2002 Linuxcare Inc. David Kennedy 30106Copyright (c) 2003 Fred Hucht 30107Copyright (c) 2003 Neil Brown 30108Copyright (c) 2003 Jörg Bösner 30109Copyright (c) 2003 Hartwig Felger 30110Copyright (c) 2002-2007 Peter Osterlund 30111Copyright (c) 2004 Arne Schwabe 30112Copyright (c) 2004 Matthias Ihmig 30113Copyright (c) 2004 Alexei Gilchrist 30114Copyright (c) 2006-2007 Christian Thaeter 30115Copyright (c) 2006 Stefan Bethge 30116Copyright (c) 2007 Joseph P. Skudlarek 30117Copyright (c) 2007 Florian Loitsch 30118Copyright (c) 2008-2009 Red Hat, Inc. 30119 30120Permission is hereby granted, free of charge, to any person obtaining a copy 30121of this software and associated documentation files (the "Software"), to deal 30122in the Software without restriction, including without limitation the rights 30123to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30124copies of the Software, and to permit persons to whom the Software is 30125furnished to do so, subject to the following conditions: 30126 30127The above copyright notice and this permission notice shall be included in 30128all copies or substantial portions of the Software. 30129 30130THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30131IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30132FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30133AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30134LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30135OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 30136THE SOFTWARE. 30137 30138-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30139</pre> 30140<ul> 30141 30142</ul> 30143</div> 30144</div> 30145 30146 30147<div class="product"> 30148<span class="title">xf86-video-fbdev-0.4.1</span> 30149<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30150<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30151<div class="licence"> 30152<pre>Scanned Source License xf86-video-fbdev-0.4.1/COPYING: 30153 30154Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 30155 30156Permission is hereby granted, free of charge, to any person obtaining a copy 30157of this software and associated documentation files (the "Software"), to deal 30158in the Software without restriction, including without limitation the rights 30159to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30160copies of the Software, and to permit persons to whom the Software is fur- 30161nished to do so, subject to the following conditions: 30162 30163The above copyright notice and this permission notice shall be included in 30164all copies or substantial portions of the Software. 30165 30166THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30167IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 30168NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30169XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30170IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 30171NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30172 30173Except as contained in this notice, the name of the XFree86 Project shall not 30174be used in advertising or otherwise to promote the sale, use or other deal- 30175ings in this Software without prior written authorization from the XFree86 30176Project. 30177 30178-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30179</pre> 30180<ul> 30181 30182</ul> 30183</div> 30184</div> 30185 30186 30187<div class="product"> 30188<span class="title">xf86-video-intel-2.99.907</span> 30189<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30190<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30191<div class="licence"> 30192<pre>Scanned Source License xf86-video-intel-2.99.907/COPYING: 30193 30194Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. 30195Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. 30196Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas. 30197All Rights Reserved. 30198 30199Permission is hereby granted, free of charge, to any person obtaining a 30200copy of this software and associated documentation files (the 30201"Software"), to deal in the Software without restriction, including 30202without limitation the rights to use, copy, modify, merge, publish, 30203distribute, sub license, and/or sell copies of the Software, and to 30204permit persons to whom the Software is furnished to do so, subject to 30205the following conditions: 30206 30207The above copyright notice and this permission notice (including the 30208next paragraph) shall be included in all copies or substantial portions 30209of the Software. 30210 30211THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30212OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30213MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30214IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 30215ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 30216TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 30217SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30218 30219Copyright (c) 2005 Jesse Barnes <jbarnes@virtuousgeek.org> 30220Copyright © 2002 David Dawes 30221Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 30222 30223All Rights Reserved. 30224 30225Permission is hereby granted, free of charge, to any person obtaining a 30226copy of this software and associated documentation files (the 30227"Software"), to deal in the Software without restriction, including 30228without limitation the rights to use, copy, modify, merge, publish, 30229distribute, sub license, and/or sell copies of the Software, and to 30230permit persons to whom the Software is furnished to do so, subject to 30231the following conditions: 30232 30233The above copyright notice and this permission notice (including the 30234next paragraph) shall be included in all copies or substantial portions 30235of the Software. 30236 30237THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30238OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30239MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30240IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 30241ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 30242TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 30243SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30244 30245Copyright © 2006 Intel Corporation 30246Copyright © 2006,2010 Intel Corporation 30247Copyright © 2007 Intel Corporation 30248Copyright © 2008 Intel Corporation 30249Copyright © 2009 Intel Corporation 30250Copyright © 2007 Red Hat, Inc. 30251 30252Permission is hereby granted, free of charge, to any person obtaining a 30253copy of this software and associated documentation files (the "Software"), 30254to deal in the Software without restriction, including without limitation 30255the rights to use, copy, modify, merge, publish, distribute, sublicense, 30256and/or sell copies of the Software, and to permit persons to whom the 30257Software is furnished to do so, subject to the following conditions: 30258 30259The above copyright notice and this permission notice (including the next 30260paragraph) shall be included in all copies or substantial portions of the 30261Software. 30262 30263THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30264IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30265FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30266THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30267LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30268OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 30269SOFTWARE. 30270 30271Copyright 2000 by Alan Hourihane, Sychdyn, North Wales, UK. 30272 30273Permission to use, copy, modify, distribute, and sell this software and its 30274documentation for any purpose is hereby granted without fee, provided that 30275the above copyright notice appear in all copies and that both that 30276copyright notice and this permission notice appear in supporting 30277documentation, and that the name of Alan Hourihane not be used in 30278advertising or publicity pertaining to distribution of the software without 30279specific, written prior permission. Alan Hourihane makes no representations 30280about the suitability of this software for any purpose. It is provided 30281"as is" without express or implied warranty. 30282 30283ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30284INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30285EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30286CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30287DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30288TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30289PERFORMANCE OF THIS SOFTWARE. 30290 30291Copyright 2000 Intel Corporation. All Rights Reserved. 30292 30293Permission is hereby granted, free of charge, to any person obtaining a 30294copy of this software and associated documentation files (the 30295"Software"), to deal in the Software without restriction, including 30296without limitation the rights to use, copy, modify, merge, publish, 30297distribute, sub license, and/or sell copies of the Software, and to 30298permit persons to whom the Software is furnished to do so, subject to 30299the following conditions: 30300 30301The above copyright notice and this permission notice (including the 30302next paragraph) shall be included in all copies or substantial portions 30303of the Software. 30304 30305THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30306OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30307MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30308IN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, 30309DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30310OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 30311THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30312 30313Copyright 2001 VA Linux Systems Inc., Fremont, California. 30314Copyright © 2002 by David Dawes 30315 30316All Rights Reserved. 30317 30318Permission is hereby granted, free of charge, to any person obtaining a 30319copy of this software and associated documentation files (the "Software"), 30320to deal in the Software without restriction, including without limitation 30321on the rights to use, copy, modify, merge, publish, distribute, sub 30322license, and/or sell copies of the Software, and to permit persons to whom 30323the Software is furnished to do so, subject to the following conditions: 30324 30325The above copyright notice and this permission notice (including the next 30326paragraph) shall be included in all copies or substantial portions of the 30327Software. 30328 30329THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30330IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30331FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30332ATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 30333DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30334OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 30335USE OR OTHER DEALINGS IN THE SOFTWARE. 30336 30337Copyright © 1999 Keith Packard 30338Copyright ® 2001 Keith Packard 30339Copyright © 2000, 2008 Keith Packard 30340 30341Permission to use, copy, modify, distribute, and sell this software and its 30342documentation for any purpose is hereby granted without fee, provided that 30343the above copyright notice appear in all copies and that both that 30344copyright notice and this permission notice appear in supporting 30345documentation, and that the name of Keith Packard not be used in 30346advertising or publicity pertaining to distribution of the software without 30347specific, written prior permission. Keith Packard makes no 30348representations about the suitability of this software for any purpose. It 30349is provided "as is" without express or implied warranty. 30350 30351KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30352INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30353EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30354CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30355DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30356TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30357PERFORMANCE OF THIS SOFTWARE. 30358 30359 30360-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30361</pre> 30362<ul> 30363 30364</ul> 30365</div> 30366</div> 30367 30368 30369<div class="product"> 30370<span class="title">xf86bigfontproto-1.2.0</span> 30371<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30372<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30373<div class="licence"> 30374<pre>Scanned Source License xf86bigfontproto-1.2.0/COPYING: 30375 30376Permission is hereby granted, free of charge, to any person obtaining a copy 30377of this software and associated documentation files (the "Software"), to deal 30378in the Software without restriction, including without limitation the rights 30379to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30380copies of the Software, and to permit persons to whom the Software is 30381furnished to do so, subject to the following conditions: 30382 30383The above copyright notice and this permission notice shall be included in all 30384copies or substantial portions of the Software. 30385 30386THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30387IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30388FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30389XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30390IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30391CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30392 30393Except as contained in this notice, the name of the XFree86 Project shall not 30394be used in advertising or otherwise to promote the sale, use or other dealings 30395in this Software without prior written authorization from the XFree86 Project. 30396 30397-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30398</pre> 30399<ul> 30400 30401</ul> 30402</div> 30403</div> 30404 30405 30406<div class="product"> 30407<span class="title">xf86dgaproto-2.1</span> 30408<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30409<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30410<div class="licence"> 30411<pre>Scanned Source License xf86dgaproto-2.1/COPYING: 30412 30413Permission is hereby granted, free of charge, to any person obtaining a copy 30414of this software and associated documentation files (the "Software"), to deal 30415in the Software without restriction, including without limitation the rights 30416to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30417copies of the Software, and to permit persons to whom the Software is 30418furnished to do so, subject to the following conditions: 30419 30420The above copyright notice and this permission notice shall be included in all 30421copies or substantial portions of the Software. 30422 30423THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30424IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30425FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30426XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30427IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30428CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30429 30430Except as contained in this notice, the name of the XFree86 Project shall not 30431be used in advertising or otherwise to promote the sale, use or other dealings 30432in this Software without prior written authorization from the XFree86 Project. 30433 30434-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30435</pre> 30436<ul> 30437 30438</ul> 30439</div> 30440</div> 30441 30442 30443<div class="product"> 30444<span class="title">xf86driproto-2.1.1</span> 30445<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30446<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30447<div class="licence"> 30448<pre>Scanned Source License xf86driproto-2.1.1/COPYING: 30449 30450Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 30451Copyright 2000 VA Linux Systems, Inc. 30452All Rights Reserved. 30453 30454Permission is hereby granted, free of charge, to any person obtaining a 30455copy of this software and associated documentation files (the 30456"Software"), to deal in the Software without restriction, including 30457without limitation the rights to use, copy, modify, merge, publish, 30458distribute, sub license, and/or sell copies of the Software, and to 30459permit persons to whom the Software is furnished to do so, subject to 30460the following conditions: 30461 30462The above copyright notice and this permission notice (including the 30463next paragraph) shall be included in all copies or substantial portions 30464of the Software. 30465 30466THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30467OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30468MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 30469IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 30470ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 30471TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 30472SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30473 30474 30475-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30476</pre> 30477<ul> 30478 30479</ul> 30480</div> 30481</div> 30482 30483 30484<div class="product"> 30485<span class="title">xf86rushproto-1.1.2</span> 30486<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30487<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30488<div class="licence"> 30489<pre>Scanned Source License xf86rushproto-1.1.2/COPYING: 30490 30491Permission is hereby granted, free of charge, to any person obtaining a copy 30492of this software and associated documentation files (the "Software"), to deal 30493in the Software without restriction, including without limitation the rights 30494to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30495copies of the Software, and to permit persons to whom the Software is 30496furnished to do so, subject to the following conditions: 30497 30498The above copyright notice and this permission notice shall be included in all 30499copies or substantial portions of the Software. 30500 30501THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30502IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30503FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30504XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 30505IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30506CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30507 30508Except as contained in this notice, the name of the XFree86 Project shall not 30509be used in advertising or otherwise to promote the sale, use or other dealings 30510in this Software without prior written authorization from the XFree86 Project. 30511 30512-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30513</pre> 30514<ul> 30515 30516</ul> 30517</div> 30518</div> 30519 30520 30521<div class="product"> 30522<span class="title">xf86vidmodeproto-2.3.1</span> 30523<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30524<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30525<div class="licence"> 30526<pre>Scanned Source License xf86vidmodeproto-2.3.1/COPYING: 30527 30528Copyright 1995 Kaleb S. KEITHLEY 30529 30530Permission is hereby granted, free of charge, to any person obtaining 30531a copy of this software and associated documentation files (the 30532"Software"), to deal in the Software without restriction, including 30533without limitation the rights to use, copy, modify, merge, publish, 30534distribute, sublicense, and/or sell copies of the Software, and to 30535permit persons to whom the Software is furnished to do so, subject to 30536the following conditions: 30537 30538The above copyright notice and this permission notice shall be 30539included in all copies or substantial portions of the Software. 30540 30541THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30542EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30543MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 30544IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 30545OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 30546ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30547OTHER DEALINGS IN THE SOFTWARE. 30548 30549Except as contained in this notice, the name of Kaleb S. KEITHLEY 30550shall not be used in advertising or otherwise to promote the sale, use 30551or other dealings in this Software without prior written authorization 30552from Kaleb S. KEITHLEY 30553 30554-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30555</pre> 30556<ul> 30557 30558</ul> 30559</div> 30560</div> 30561 30562 30563<div class="product"> 30564<span class="title">xhost-1.0.4</span> 30565<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30566<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30567<div class="licence"> 30568<pre>Scanned Source License xhost-1.0.4/COPYING: 30569 30570Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 30571 30572Permission is hereby granted, free of charge, to any person obtaining a 30573copy of this software and associated documentation files (the "Software"), 30574to deal in the Software without restriction, including without limitation 30575the rights to use, copy, modify, merge, publish, distribute, sublicense, 30576and/or sell copies of the Software, and to permit persons to whom the 30577Software is furnished to do so, subject to the following conditions: 30578 30579The above copyright notice and this permission notice (including the next 30580paragraph) shall be included in all copies or substantial portions of the 30581Software. 30582 30583THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30584IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30585FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30586THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30587LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30588FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30589DEALINGS IN THE SOFTWARE. 30590 30591Copyright 1985, 1986, 1987, 1998 The Open Group 30592 30593All rights reserved. 30594 30595Permission is hereby granted, free of charge, to any person obtaining a 30596copy of this software and associated documentation files (the 30597"Software"), to deal in the Software without restriction, including 30598without limitation the rights to use, copy, modify, merge, publish, 30599distribute, and/or sell copies of the Software, and to permit persons 30600to whom the Software is furnished to do so, provided that the above 30601copyright notice(s) and this permission notice appear in all copies of 30602the Software and that both the above copyright notice(s) and this 30603permission notice appear in supporting documentation. 30604 30605THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30606OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30607MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 30608OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 30609HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 30610INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 30611FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 30612NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 30613WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 30614 30615Except as contained in this notice, the name of a copyright holder 30616shall not be used in advertising or otherwise to promote the sale, use 30617or other dealings in this Software without prior written authorization 30618of the copyright holder. 30619 30620X Window System is a trademark of The Open Group. 30621 30622 30623-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30624</pre> 30625<ul> 30626 30627</ul> 30628</div> 30629</div> 30630 30631 30632<div class="product"> 30633<span class="title">xineramaproto-1.2.1</span> 30634<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30635<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30636<div class="licence"> 30637<pre>Scanned Source License xineramaproto-1.2.1/COPYING: 30638 30639Copyright 2003 The Open Group 30640 30641Permission to use, copy, modify, distribute, and sell this software and its 30642documentation for any purpose is hereby granted without fee, provided that 30643the above copyright notice appear in all copies and that both that 30644copyright notice and this permission notice appear in supporting 30645documentation. 30646 30647The above copyright notice and this permission notice shall be included in 30648all copies or substantial portions of the Software. 30649 30650THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30651IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30652FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30653OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 30654AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30655CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30656 30657Except as contained in this notice, the name of The Open Group shall not be 30658used in advertising or otherwise to promote the sale, use or other dealings 30659in this Software without prior written authorization from The Open Group. 30660 30661 30662Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts. 30663Permission is hereby granted, free of charge, to any person obtaining a copy 30664of this software and associated documentation files (the "Software"), to deal 30665in the Software without restriction, including without limitation the rights 30666to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30667copies of the Software. 30668 30669The above copyright notice and this permission notice shall be included in 30670all copies or substantial portions of the Software. 30671 30672THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30673IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30674FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30675DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 30676BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 30677WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 30678IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30679 30680Except as contained in this notice, the name of Digital Equipment Corporation 30681shall not be used in advertising or otherwise to promote the sale, use or other 30682dealings in this Software without prior written authorization from Digital 30683Equipment Corporation. 30684 30685-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30686</pre> 30687<ul> 30688 30689</ul> 30690</div> 30691</div> 30692 30693 30694<div class="product"> 30695<span class="title">xinput-1.6.0</span> 30696<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30697<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30698<div class="licence"> 30699<pre>Scanned Source License xinput-1.6.0/COPYING: 30700 30701Copyright 1996-1997 by Frederic Lepied, France. <Frederic.Lepied@sugix.frmug.org> 30702 30703Permission to use, copy, modify, distribute, and sell this software and its 30704documentation for any purpose is hereby granted without fee, provided that 30705the above copyright notice appear in all copies and that both that 30706copyright notice and this permission notice appear in supporting 30707documentation, and that the name of the authors not be used in 30708advertising or publicity pertaining to distribution of the software without 30709specific, written prior permission. The authors make no 30710representations about the suitability of this software for any purpose. It 30711is provided "as is" without express or implied warranty. 30712 30713THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30714INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30715EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30716CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30717DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30718TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30719PERFORMANCE OF THIS SOFTWARE. 30720 30721Copyright © 2007 Peter Hutterer 30722Copyright © 2009 Red Hat, Inc. 30723 30724Permission is hereby granted, free of charge, to any person obtaining a 30725copy of this software and associated documentation files (the "Software"), 30726to deal in the Software without restriction, including without limitation 30727the rights to use, copy, modify, merge, publish, distribute, sublicense, 30728and/or sell copies of the Software, and to permit persons to whom the 30729Software is furnished to do so, subject to the following conditions: 30730 30731The above copyright notice and this permission notice (including the next 30732paragraph) shall be included in all copies or substantial portions of the 30733Software. 30734 30735THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30736IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30737FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 30738THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30739LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30740FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30741DEALINGS IN THE SOFTWARE. 30742 30743-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30744</pre> 30745<ul> 30746 30747</ul> 30748</div> 30749</div> 30750 30751 30752<div class="product"> 30753<span class="title">xinput_calibrator-0.7.5</span> 30754<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30755<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xinput_calibrator">homepage</a></span> 30756<div class="licence"> 30757<pre>Scanned Source License xinput_calibrator-0.7.5/COPYING: 30758 30759Copyright (c) 2010 Tias Guns <tias@ulyssis.org> and others 30760See the respective files for detailed copyright information. 30761 30762 30763Source code: MIT/X11 License 30764------------ 30765Permission is hereby granted, free of charge, to any person 30766obtaining a copy of this software and associated documentation 30767files (the "Software"), to deal in the Software without 30768restriction, including without limitation the rights to use, 30769copy, modify, merge, publish, distribute, sublicense, and/or sell 30770copies of the Software, and to permit persons to whom the 30771Software is furnished to do so, subject to the following 30772conditions: 30773 30774The above copyright notice and this permission notice shall be 30775included in all copies or substantial portions of the Software. 30776 30777THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30778EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 30779OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 30780NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 30781HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 30782WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 30783FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30784OTHER DEALINGS IN THE SOFTWARE. 30785 30786 30787Icon xinput_calibrator.svg: CC by-sa 30788--------------------------- 30789(c) Tias Guns <tias@ulyssis.org> 30790 30791The screen and triangle are from the Tango Desktop Project, 30792which is in the Public Domain. 30793 30794The hand is from Ubuntu's human-icon-theme, which is CC by-sa 30795(c) Jeff Waugh <jdub@perkypants.org> 30796(c) Daniel Holbach <daniel.holbach@ubuntu.com> 30797(c) Martin Pitt <martin.pitt@ubuntu.com> 30798Creative Commons Attribution-ShareAlike 3.0 License Agreement 30799http://creativecommons.org/licenses/by-sa/3.0/ 30800 30801-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30802</pre> 30803<ul> 30804 30805</ul> 30806</div> 30807</div> 30808 30809 30810<div class="product"> 30811<span class="title">xkbcomp-1.2.3</span> 30812<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30813<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 30814<div class="licence"> 30815<pre>Scanned Source License xkbcomp-1.2.3/COPYING: 30816 30817Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. 30818 30819Permission to use, copy, modify, and distribute this 30820software and its documentation for any purpose and without 30821fee is hereby granted, provided that the above copyright 30822notice appear in all copies and that both that copyright 30823notice and this permission notice appear in supporting 30824documentation, and that the name of Silicon Graphics not be 30825used in advertising or publicity pertaining to distribution 30826of the software without specific prior written permission. 30827Silicon Graphics makes no representation about the suitability 30828of this software for any purpose. It is provided "as is" 30829without any express or implied warranty. 30830 30831SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 30832SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 30833AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 30834GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 30835DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30836DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 30837OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 30838THE USE OR PERFORMANCE OF THIS SOFTWARE. 30839 30840 30841Copyright 1988, 1998 The Open Group 30842 30843Permission to use, copy, modify, distribute, and sell this software and its 30844documentation for any purpose is hereby granted without fee, provided that 30845the above copyright notice appear in all copies and that both that 30846copyright notice and this permission notice appear in supporting 30847documentation. 30848 30849The above copyright notice and this permission notice shall be included in 30850all copies or substantial portions of the Software. 30851 30852THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 30853IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 30854FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 30855OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 30856AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30857CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30858 30859Except as contained in this notice, the name of The Open Group shall not be 30860used in advertising or otherwise to promote the sale, use or other dealings 30861in this Software without prior written authorization from The Open Group. 30862 30863 30864Copyright 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 30865 30866 All Rights Reserved 30867 30868Permission to use, copy, modify, and distribute this software and its 30869documentation for any purpose and without fee is hereby granted, 30870provided that the above copyright notice appear in all copies and that 30871both that copyright notice and this permission notice appear in 30872supporting documentation, and that the name of Digital not be 30873used in advertising or publicity pertaining to distribution of the 30874software without specific, written prior permission. 30875 30876DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 30877ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 30878DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 30879ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 30880WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 30881ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 30882SOFTWARE. 30883 30884 30885 COPYRIGHT 1990 30886 DIGITAL EQUIPMENT CORPORATION 30887 MAYNARD, MASSACHUSETTS 30888 ALL RIGHTS RESERVED. 30889 30890THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND 30891SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION. 30892DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE 30893FOR ANY PURPOSE. IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED 30894WARRANTY. 30895 30896IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT 30897RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN 30898ADDITION TO THAT SET FORTH ABOVE. 30899 30900Permission to use, copy, modify, and distribute this software and its 30901documentation for any purpose and without fee is hereby granted, provided 30902that the above copyright notice appear in all copies and that both that 30903copyright notice and this permission notice appear in supporting 30904documentation, and that the name of Digital Equipment Corporation not be 30905used in advertising or publicity pertaining to distribution of the 30906software without specific, written prior permission. 30907 30908-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 30909</pre> 30910<ul> 30911 30912</ul> 30913</div> 30914</div> 30915 30916 30917<div class="product"> 30918<span class="title">xkeyboard-config-2.4.1</span> 30919<a class="show" href="#" onclick="return toggle(this);">show license text</a> 30920<span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span> 30921<div class="licence"> 30922<pre>Scanned Source License xkeyboard-config-2.4.1/COPYING: 30923 30924Copyright 1996 by Joseph Moss 30925Copyright (C) 2002-2007 Free Software Foundation, Inc. 30926Copyright (C) Dmitry Golubev <lastguru@mail.ru>, 2003-2004 30927Copyright (C) 2004, Gregory Mokhin <mokhin@bog.msu.ru> 30928Copyright (C) 2006 Erdal Ronahî 30929 30930Permission to use, copy, modify, distribute, and sell this software and its 30931documentation for any purpose is hereby granted without fee, provided that 30932the above copyright notice appear in all copies and that both that 30933copyright notice and this permission notice appear in supporting 30934documentation, and that the name of the copyright holder(s) not be used in 30935advertising or publicity pertaining to distribution of the software without 30936specific, written prior permission. The copyright holder(s) makes no 30937representations about the suitability of this software for any purpose. It 30938is provided "as is" without express or implied warranty. 30939 30940THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30941INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 30942EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 30943CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 30944DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 30945TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 30946PERFORMANCE OF THIS SOFTWARE. 30947 30948 30949Copyright (c) 1996 Digital Equipment Corporation 30950 30951Permission is hereby granted, free of charge, to any person obtaining 30952a copy of this software and associated documentation files (the 30953"Software"), to deal in the Software without restriction, including 30954without limitation the rights to use, copy, modify, merge, publish, 30955distribute, sublicense, and sell copies of the Software, and to 30956permit persons to whom the Software is furnished to do so, subject to 30957the following conditions: 30958 30959The above copyright notice and this permission notice shall be included 30960in all copies or substantial portions of the Software. 30961 30962THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30963OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30964MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 30965IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, 30966DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30967OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 30968THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30969 30970Except as contained in this notice, the name of the Digital Equipment 30971Corporation shall not be used in advertising or otherwise to promote 30972the sale, use or other dealings in this Software without prior written 30973authorization from Digital Equipment Corporation. 30974 30975 30976Copyright 1996, 1998 The Open Group 30977 30978Permission to use, copy, modify, distribute, and sell this software and its 30979documentation for any purpose is hereby granted without fee, provided that 30980the above copyright notice appear in all copies and that both that 30981copyright notice and this permission notice appear in supporting 30982documentation. 30983 30984The above copyright notice and this permission notice shall be 30985included in all copies or substantial portions of the Software. 30986 30987THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30988EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 30989MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 30990IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 30991OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 30992ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30993OTHER DEALINGS IN THE SOFTWARE. 30994 30995Except as contained in this notice, the name of The Open Group shall 30996not be used in advertising or otherwise to promote the sale, use or 30997other dealings in this Software without prior written authorization 30998from The Open Group. 30999 31000 31001Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. 31002 31003Permission is hereby granted, free of charge, to any person obtaining a 31004copy of this software and associated documentation files (the "Software"), 31005to deal in the Software without restriction, including without limitation 31006the rights to use, copy, modify, merge, publish, distribute, sublicense, 31007and/or sell copies of the Software, and to permit persons to whom the 31008Software is furnished to do so, subject to the following conditions: 31009 31010The above copyright notice and this permission notice (including the next 31011paragraph) shall be included in all copies or substantial portions of the 31012Software. 31013 31014THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31015IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31016FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31017THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31018LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31019FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31020DEALINGS IN THE SOFTWARE. 31021 31022 31023Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. 31024 31025Permission to use, copy, modify, and distribute this 31026software and its documentation for any purpose and without 31027fee is hereby granted, provided that the above copyright 31028notice appear in all copies and that both that copyright 31029notice and this permission notice appear in supporting 31030documentation, and that the name of Silicon Graphics not be 31031used in advertising or publicity pertaining to distribution 31032of the software without specific prior written permission. 31033Silicon Graphics makes no representation about the suitability 31034of this software for any purpose. It is provided "as is" 31035without any express or implied warranty. 31036 31037SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 31038SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 31039AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON 31040GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 31041DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 31042DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 31043OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 31044THE USE OR PERFORMANCE OF THIS SOFTWARE. 31045 31046 31047Copyright (c) 1996 X Consortium 31048 31049Permission is hereby granted, free of charge, to any person obtaining 31050a copy of this software and associated documentation files (the 31051"Software"), to deal in the Software without restriction, including 31052without limitation the rights to use, copy, modify, merge, publish, 31053distribute, sublicense, and/or sell copies of the Software, and to 31054permit persons to whom the Software is furnished to do so, subject to 31055the following conditions: 31056 31057The above copyright notice and this permission notice shall be 31058included in all copies or substantial portions of the Software. 31059 31060THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31061EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31062MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31063IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 31064OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31065ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31066OTHER DEALINGS IN THE SOFTWARE. 31067 31068Except as contained in this notice, the name of the X Consortium shall 31069not be used in advertising or otherwise to promote the sale, use or 31070other dealings in this Software without prior written authorization 31071from the X Consortium. 31072 31073 31074Copyright (C) 2004, 2006 Ævar Arnfjörð Bjarmason <avarab@gmail.com> 31075 31076Permission to use, copy, modify, distribute, and sell this software and its 31077documentation for any purpose is hereby granted without fee, provided that 31078the above copyright notice appear in all copies and that both that 31079copyright notice and this permission notice appear in supporting 31080documentation. 31081 31082The above copyright notice and this permission notice shall be 31083included in all copies or substantial portions of the Software. 31084 31085THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31086EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31087MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31088IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 31089OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31090ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31091OTHER DEALINGS IN THE SOFTWARE. 31092 31093Except as contained in this notice, the name of a copyright holder shall 31094not be used in advertising or otherwise to promote the sale, use or 31095other dealings in this Software without prior written authorization of 31096the copyright holder. 31097 31098 31099Copyright (C) 1999, 2000 by Anton Zinoviev <anton@lml.bas.bg> 31100 31101This software may be used, modified, copied, distributed, and sold, 31102in both source and binary form provided that the above copyright 31103and these terms are retained. Under no circumstances is the author 31104responsible for the proper functioning of this software, nor does 31105the author assume any responsibility for damages incurred with its 31106use. 31107 31108Permission is granted to anyone to use, distribute and modify 31109this file in any way, provided that the above copyright notice 31110is left intact and the author of the modification summarizes 31111the changes in this header. 31112 31113This file is distributed without any expressed or implied warranty. 31114 31115-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31116</pre> 31117<ul> 31118 31119</ul> 31120</div> 31121</div> 31122 31123 31124<div class="product"> 31125<span class="title">xl2tpd-1.3.0</span> 31126<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31127<span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span> 31128<div class="licence"> 31129<pre></pre> 31130<ul> 31131<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 31132</ul> 31133</div> 31134</div> 31135 31136 31137<div class="product"> 31138<span class="title">xlsatoms-1.1.0</span> 31139<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31140<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31141<div class="licence"> 31142<pre>Scanned Source License xlsatoms-1.1.0/COPYING: 31143 31144Copyright 1989, 1994, 1998 The Open Group 31145 31146Permission to use, copy, modify, distribute, and sell this software and its 31147documentation for any purpose is hereby granted without fee, provided that 31148the above copyright notice appear in all copies and that both that 31149copyright notice and this permission notice appear in supporting 31150documentation. 31151 31152The above copyright notice and this permission notice shall be included in 31153all copies or substantial portions of the Software. 31154 31155THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31156IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31157FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31158OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31159AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31160CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31161 31162Except as contained in this notice, the name of The Open Group shall not be 31163used in advertising or otherwise to promote the sale, use or other dealings 31164in this Software without prior written authorization from The Open Group. 31165 31166-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31167</pre> 31168<ul> 31169 31170</ul> 31171</div> 31172</div> 31173 31174 31175<div class="product"> 31176<span class="title">xlsclients-1.1.2</span> 31177<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31178<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31179<div class="licence"> 31180<pre>Scanned Source License xlsclients-1.1.2/COPYING: 31181 31182Copyright 1989, 1991, 1994, 1998 The Open Group 31183Copyright 2009 Open Text Corporation 31184 31185Permission to use, copy, modify, distribute, and sell this software and its 31186documentation for any purpose is hereby granted without fee, provided that 31187the above copyright notice appear in all copies and that both that 31188copyright notice and this permission notice appear in supporting 31189documentation. 31190 31191The above copyright notice and this permission notice shall be included in 31192all copies or substantial portions of the Software. 31193 31194THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31195IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31196FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31197OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31198AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31199CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31200 31201Except as contained in this notice, the name of The Open Group shall not be 31202used in advertising or otherwise to promote the sale, use or other dealings 31203in this Software without prior written authorization from The Open Group. 31204 31205Copyright (c) 2009 Apple Inc. 31206 31207Permission is hereby granted, free of charge, to any person obtaining a 31208copy of this software and associated documentation files (the "Software"), 31209to deal in the Software without restriction, including without limitation 31210the rights to use, copy, modify, merge, publish, distribute, sublicense, 31211and/or sell copies of the Software, and to permit persons to whom the 31212Software is furnished to do so, subject to the following conditions: 31213 31214The above copyright notice and this permission notice shall be included in 31215all copies or substantial portions of the Software. 31216 31217THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31218IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31219FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31220THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 31221OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31222ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31223DEALINGS IN THE SOFTWARE. 31224 31225-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31226</pre> 31227<ul> 31228 31229</ul> 31230</div> 31231</div> 31232 31233 31234<div class="product"> 31235<span class="title">xmodmap-1.0.5</span> 31236<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31237<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31238<div class="licence"> 31239<pre>Scanned Source License xmodmap-1.0.5/COPYING: 31240 31241Copyright (c) 1987, 2010, Oracle and/or its affiliates. All rights reserved. 31242 31243Permission is hereby granted, free of charge, to any person obtaining a 31244copy of this software and associated documentation files (the "Software"), 31245to deal in the Software without restriction, including without limitation 31246the rights to use, copy, modify, merge, publish, distribute, sublicense, 31247and/or sell copies of the Software, and to permit persons to whom the 31248Software is furnished to do so, subject to the following conditions: 31249 31250The above copyright notice and this permission notice (including the next 31251paragraph) shall be included in all copies or substantial portions of the 31252Software. 31253 31254THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31255IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31256FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31257THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31258LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31259FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31260DEALINGS IN THE SOFTWARE. 31261 31262Copyright 1988, 1998 The Open Group 31263 31264Permission to use, copy, modify, distribute, and sell this software and its 31265documentation for any purpose is hereby granted without fee, provided that 31266the above copyright notice appear in all copies and that both that 31267copyright notice and this permission notice appear in supporting 31268documentation. 31269 31270The above copyright notice and this permission notice shall be included 31271in all copies or substantial portions of the Software. 31272 31273THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31274OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31275MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31276IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 31277OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31278ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31279OTHER DEALINGS IN THE SOFTWARE. 31280 31281Except as contained in this notice, the name of The Open Group shall 31282not be used in advertising or otherwise to promote the sale, use or 31283other dealings in this Software without prior written authorization 31284from The Open Group. 31285 31286-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 31287</pre> 31288<ul> 31289 31290</ul> 31291</div> 31292</div> 31293 31294 31295<div class="product"> 31296<span class="title">xorg-conf-0.0.6</span> 31297<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31298<span class="homepage"><a href="http://www.chromium.org/">homepage</a></span> 31299<div class="licence"> 31300<pre></pre> 31301<ul> 31302<li><a href='#BSD-Google'>Custom License BSD-Google</a></li> 31303</ul> 31304</div> 31305</div> 31306 31307 31308<div class="product"> 31309<span class="title">xorg-drivers-1.12</span> 31310<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31311<span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span> 31312<div class="licence"> 31313<pre></pre> 31314<ul> 31315<li><a href='#as-is'>Gentoo Package Stock License as-is</a></li> 31316</ul> 31317</div> 31318</div> 31319 31320 31321<div class="product"> 31322<span class="title">xorg-server-1.12.4</span> 31323<a class="show" href="#" onclick="return toggle(this);">show license text</a> 31324<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 31325<div class="licence"> 31326<pre>Scanned Source License xorg-server-1.12.4/COPYING: 31327 31328The following is the 'standard copyright' agreed upon by most contributors, 31329and is currently the canonical license preferred by the X.Org Foundation. 31330This is a slight variant of the common MIT license form published by the 31331Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 31332 31333Copyright holders of new code should use this license statement where 31334possible, and insert their name to this list. Please sort by surname 31335for people, and by the full name for other entities (e.g. Juliusz 31336Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 31337 31338Copyright © 2000-2001 Juliusz Chroboczek 31339Copyright © 1998 Egbert Eich 31340Copyright © 2006-2007 Intel Corporation 31341Copyright © 2006 Nokia Corporation 31342Copyright © 2006-2008 Peter Hutterer 31343Copyright © 2006 Adam Jackson 31344Copyright © 2009-2010 NVIDIA Corporation 31345Copyright © 1987, 2003-2006, 2008-2010 Oracle and/or its affiliates. 31346Copyright © 1999 Keith Packard 31347Copyright © 2007-2009 Red Hat, Inc. 31348Copyright © 2005-2008 Daniel Stone 31349Copyright © 2006-2009 Simon Thum 31350Copyright © 2006 Luc Verhaegen 31351 31352Permission is hereby granted, free of charge, to any person obtaining a 31353copy of this software and associated documentation files (the "Software"), 31354to deal in the Software without restriction, including without limitation 31355the rights to use, copy, modify, merge, publish, distribute, sublicense, 31356and/or sell copies of the Software, and to permit persons to whom the 31357Software is furnished to do so, subject to the following conditions: 31358 31359The above copyright notice and this permission notice (including the next 31360paragraph) shall be included in all copies or substantial portions of the 31361Software. 31362 31363THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31364IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31365FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31366THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31367LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31368FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 31369DEALINGS IN THE SOFTWARE. 31370 31371 31372 31373 31374The following licenses are 'legacy': usually MIT/X11 licenses with the name 31375of the copyright holder(s) in the license statement, but also some BSD-like 31376licenses. 31377 31378 31379Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 31380Copyright (C) Colin Harrison 2005-2008 31381 31382Permission is hereby granted, free of charge, to any person obtaining a copy of 31383this software and associated documentation files (the "Software"), to deal in 31384the Software without restriction, including without limitation the rights to 31385use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 31386of the Software, and to permit persons to whom the Software is furnished to do 31387so, subject to the following conditions: 31388 31389The above copyright notice and this permission notice shall be included in all 31390copies or substantial portions of the Software. 31391 31392THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31393IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 31394NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31395XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31396AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 31397WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31398 31399Except as contained in this notice, the name of the XFree86 Project shall not 31400be used in advertising or otherwise to promote the sale, use or other dealings 31401in this Software without prior written authorization from the XFree86 Project. 31402 31403 31404Copyright 1997 by The XFree86 Project, Inc. 31405 31406Permission to use, copy, modify, distribute, and sell this software and its 31407documentation for any purpose is hereby granted without fee, provided that 31408the above copyright notice appear in all copies and that both that 31409copyright notice and this permission notice appear in supporting 31410documentation, and that the name of the XFree86 Project, Inc. 31411not be used in advertising or publicity pertaining to distribution of 31412the software without specific, written prior permission. The Xfree86 31413Project, Inc. makes no representations about the suitability of this 31414software for any purpose. It is provided "as is" without express or 31415implied warranty. 31416 31417THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD 31418TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 31419FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 31420FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31421WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 31422ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 31423OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31424 31425 31426Copyright 1985-1998, 2001 The Open Group 31427Copyright 2002 Red Hat Inc., Durham, North Carolina. 31428 31429Permission to use, copy, modify, distribute, and sell this software and its 31430documentation for any purpose is hereby granted without fee, provided that 31431the above copyright notice appear in all copies and that both that 31432copyright notice and this permission notice appear in supporting 31433documentation. 31434 31435The above copyright notice and this permission notice shall be included in 31436all copies or substantial portions of the Software. 31437 31438THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31439IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31440FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31441OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31442AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31443CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31444 31445Except as contained in this notice, the name of The Open Group shall not be 31446used in advertising or otherwise to promote the sale, use or other dealings 31447in this Software without prior written authorization from The Open Group. 31448 31449 31450Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium 31451 31452Permission is hereby granted, free of charge, to any person obtaining a copy 31453of this software and associated documentation files (the "Software"), to deal 31454in the Software without restriction, including without limitation the rights 31455to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 31456copies of the Software, and to permit persons to whom the Software is 31457furnished to do so, subject to the following conditions: 31458 31459The above copyright notice and this permission notice shall be included in 31460all copies or substantial portions of the Software. 31461 31462THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31463IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31464FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 31465X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 31466AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31467CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31468 31469Except as contained in this notice, the name of the X Consortium shall not be 31470used in advertising or otherwise to promote the sale, use or other dealings 31471in this Software without prior written authorization from the X Consortium. 31472 31473 31474Copyright © 1999-2000 SuSE, Inc. 31475Copyright © 2007 Red Hat, Inc. 31476 31477Permission to use, copy, modify, distribute, and sell this software and its 31478documentation for any purpose is hereby granted without fee, provided that 31479the above copyright notice appear in all copies and that both that 31480copyright notice and this permission notice appear in supporting 31481documentation, and that the name of SuSE not be used in advertising or 31482publicity pertaining to distribution of the software without specific, 31483written prior permission. SuSE makes no representations about the 31484suitability of this software for any purpose. It is provided "as is" 31485without express or implied warranty. 31486 31487SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 31488IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 31489BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31490WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 31491OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 31492CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31493 31494 31495Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts. 31496Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts. 31497Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England. 31498 31499 All Rights Reserved 31500 31501Permission to use, copy, modify, and distribute this software and its 31502documentation for any purpose and without fee is hereby granted, 31503provided that the above copyright notice appear in all copies and that 31504both that copyright notice and this permission notice appear in 31505supporting documentation, and that the name of Digital not be 31506used in advertising or publicity pertaining to distribution of the 31507software without specific, written prior permission. 31508 31509DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 31510ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 31511DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 31512ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 31513WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 31514ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 31515SOFTWARE. 31516 31517 31518Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 31519Copyright 1994 Quarterdeck Office Systems. 31520 31521 All Rights Reserved 31522 31523Permission to use, copy, modify, and distribute this software and its 31524documentation for any purpose and without fee is hereby granted, 31525provided that the above copyright notice appear in all copies and that 31526both that copyright notice and this permission notice appear in 31527supporting documentation, and that the names of Digital and 31528Quarterdeck not be used in advertising or publicity pertaining to 31529distribution of the software without specific, written prior 31530permission. 31531 31532DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 31533SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 31534FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT 31535OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 31536OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 31537OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 31538OR PERFORMANCE OF THIS SOFTWARE. 31539 31540 31541Copyright 1997 Digital Equipment Corporation. 31542All rights reserved. 31543 31544This software is furnished under license and may be used and copied only in 31545accordance with the following terms and conditions. Subject to these 31546conditions, you may download, copy, install, use, modify and distribute 31547this software in source and/or binary form. No title or ownership is 31548transferred hereby. 31549 315501) Any source code used, modified or distributed must reproduce and retain 31551 this copyright notice and list of conditions as they appear in the 31552 source file. 31553 315542) No right is granted to use any trade name, trademark, or logo of Digital 31555 Equipment Corporation. Neither the "Digital Equipment Corporation" 31556 name nor any trademark or logo of Digital Equipment Corporation may be 31557 used to endorse or promote products derived from this software without 31558 the prior written permission of Digital Equipment Corporation. 31559 315603) This software is provided "AS-IS" and any express or implied warranties, 31561 including but not limited to, any implied warranties of merchantability, 31562 fitness for a particular purpose, or non-infringement are disclaimed. 31563 In no event shall DIGITAL be liable for any damages whatsoever, and in 31564 particular, DIGITAL shall not be liable for special, indirect, 31565 consequential, or incidental damages or damages for lost profits, loss 31566 of revenue or loss of use, whether such damages arise in contract, 31567 negligence, tort, under statute, in equity, at law or otherwise, even 31568 if advised of the possibility of such damage. 31569 31570 31571Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts. 31572 31573Permission is hereby granted, free of charge, to any person obtaining a copy 31574of this software and associated documentation files (the "Software"), to deal 31575in the Software without restriction, including without limitation the rights 31576to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 31577copies of the Software. 31578 31579The above copyright notice and this permission notice shall be included in 31580all copies or substantial portions of the Software. 31581 31582THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31583IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31584FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31585DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 31586BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 31587WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 31588IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31589 31590Except as contained in this notice, the name of Digital Equipment Corporation 31591shall not be used in advertising or otherwise to promote the sale, use or other 31592dealings in this Software without prior written authorization from Digital 31593Equipment Corporation. 31594 31595 31596SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 31597Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 31598 31599Permission is hereby granted, free of charge, to any person obtaining a 31600copy of this software and associated documentation files (the "Software"), 31601to deal in the Software without restriction, including without limitation 31602the rights to use, copy, modify, merge, publish, distribute, sublicense, 31603and/or sell copies of the Software, and to permit persons to whom the 31604Software is furnished to do so, subject to the following conditions: 31605 31606The above copyright notice including the dates of first publication and 31607either this permission notice or a reference to 31608http://oss.sgi.com/projects/FreeB/ 31609shall be included in all copies or substantial portions of the Software. 31610 31611THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31612OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31613FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31614SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31615WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31616OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31617SOFTWARE. 31618 31619 31620Copyright (c) 1994, 1995 Hewlett-Packard Company 31621 31622Permission is hereby granted, free of charge, to any person obtaining 31623a copy of this software and associated documentation files (the 31624"Software"), to deal in the Software without restriction, including 31625without limitation the rights to use, copy, modify, merge, publish, 31626distribute, sublicense, and/or sell copies of the Software, and to 31627permit persons to whom the Software is furnished to do so, subject to 31628the following conditions: 31629 31630The above copyright notice and this permission notice shall be included 31631in all copies or substantial portions of the Software. 31632 31633THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31634OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31635MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 31636IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 31637DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 31638OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 31639THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31640 31641Except as contained in this notice, the name of the Hewlett-Packard 31642Company shall not be used in advertising or otherwise to promote the 31643sale, use or other dealings in this Software without prior written 31644authorization from the Hewlett-Packard Company. 31645 31646 31647Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 31648All Rights Reserved 31649 31650Permission to use, copy, modify, and distribute this software and its 31651documentation for any purpose and without fee is hereby granted, 31652provided that the above copyright notice appear in all copies and that 31653both that copyright notice and this permission notice appear in 31654supporting documentation, and that the name of Hewlett-Packard not be 31655used in advertising or publicity pertaining to distribution of the 31656software without specific, written prior permission. 31657 31658HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 31659ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 31660HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 31661ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 31662WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 31663ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 31664SOFTWARE. 31665 31666 31667Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 31668Copyright (c) 2003 by the XFree86 Project, Inc. 31669Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina. 31670All Rights Reserved. 31671 31672Permission is hereby granted, free of charge, to any person obtaining 31673a copy of this software and associated documentation files (the 31674"Software"), to deal in the Software without restriction, including 31675without limitation on the rights to use, copy, modify, merge, 31676publish, distribute, sublicense, and/or sell copies of the Software, 31677and to permit persons to whom the Software is furnished to do so, 31678subject to the following conditions: 31679 31680The above copyright notice and this permission notice (including the 31681next paragraph) shall be included in all copies or substantial 31682portions of the Software. 31683 31684THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31685EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31686MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 31687NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 31688BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 31689ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 31690CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31691SOFTWARE. 31692 31693 31694Copyright © 2008 Red Hat, Inc. 31695Partly based on code Copyright © 2000 SuSE, Inc. 31696 31697Permission to use, copy, modify, distribute, and sell this software 31698and its documentation for any purpose is hereby granted without 31699fee, provided that the above copyright notice appear in all copies 31700and that both that copyright notice and this permission notice 31701appear in supporting documentation, and that the name of Red Hat 31702not be used in advertising or publicity pertaining to distribution 31703of the software without specific, written prior permission. Red 31704Hat makes no representations about the suitability of this software 31705for any purpose. It is provided "as is" without express or implied 31706warranty. 31707 31708Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31709INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 31710NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR 31711CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 31712OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 31713NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 31714CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31715 31716Permission to use, copy, modify, distribute, and sell this software and its 31717documentation for any purpose is hereby granted without fee, provided that 31718the above copyright notice appear in all copies and that both that 31719copyright notice and this permission notice appear in supporting 31720documentation, and that the name of SuSE not be used in advertising or 31721publicity pertaining to distribution of the software without specific, 31722written prior permission. SuSE makes no representations about the 31723suitability of this software for any purpose. It is provided "as is" 31724without express or implied warranty. 31725 31726SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 31727IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 31728BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 31729WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 31730OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 31731CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 31732 31733 31734Copyright © 2006 Red Hat, Inc. 31735(C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 31736All Rights Reserved. 31737 31738Permission is hereby granted, free of charge, to any person obtaining a 31739copy of this software and associated documentation files (the "Software"), 31740to deal in the Software without restriction, including without limitation 31741the rights to use, copy, modify, merge, publish, distribute, sub license, 31742and/or sell copies of the Software, and to permit persons to whom the 31743Software is furnished to do so, subject to the following conditions: 31744 31745The above copyright notice and this permission notice (including the next 31746paragraph) shall be included in all copies or substantial portions of the 31747Software. 31748 31749THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31750IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31751FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31752RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY 31753CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 31754OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 31755THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31756 31757 31758Copyright (c) 1995 X Consortium 31759Copyright 2004 Red Hat Inc., Durham, North Carolina. 31760All Rights Reserved. 31761 31762Permission is hereby granted, free of charge, to any person obtaining 31763a copy of this software and associated documentation files (the 31764"Software"), to deal in the Software without restriction, including 31765without limitation on the rights to use, copy, modify, merge, 31766publish, distribute, sublicense, and/or sell copies of the Software, 31767and to permit persons to whom the Software is furnished to do so, 31768subject to the following conditions: 31769 31770The above copyright notice and this permission notice shall be 31771included in all copies or substantial portions of the Software. 31772 31773THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31774EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31775MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 31776NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM, 31777AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31778LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 31779ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31780OTHER DEALINGS IN THE SOFTWARE. 31781 31782Except as contained in this notice, the name of the X Consortium 31783shall not be used in advertising or otherwise to promote the sale, 31784use or other dealings in this Software without prior written 31785authorization from the X Consortium. 31786 31787 31788Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas. 31789Copyright 2000 VA Linux Systems, Inc. 31790Copyright (c) 2002, 2008, 2009 Apple Computer, Inc. 31791Copyright (c) 2003-2004 Torrey T. Lyons. 31792All Rights Reserved. 31793 31794Permission is hereby granted, free of charge, to any person obtaining a 31795copy of this software and associated documentation files (the 31796"Software"), to deal in the Software without restriction, including 31797without limitation the rights to use, copy, modify, merge, publish, 31798distribute, sub license, and/or sell copies of the Software, and to 31799permit persons to whom the Software is furnished to do so, subject to 31800the following conditions: 31801 31802The above copyright notice and this permission notice (including the 31803next paragraph) shall be included in all copies or substantial portions 31804of the Software. 31805 31806THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31807OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31808MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 31809IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 31810ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 31811TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 31812SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31813 31814 31815(C) Copyright IBM Corporation 2003 31816All Rights Reserved. 31817 31818Permission is hereby granted, free of charge, to any person obtaining a 31819copy of this software and associated documentation files (the "Software"), 31820to deal in the Software without restriction, including without limitation 31821on the rights to use, copy, modify, merge, publish, distribute, sub 31822license, and/or sell copies of the Software, and to permit persons to whom 31823the Software is furnished to do so, subject to the following conditions: 31824 31825The above copyright notice and this permission notice (including the next 31826paragraph) shall be included in all copies or substantial portions of the 31827Software. 31828 31829THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31830IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31831FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31832VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 31833DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 31834OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 31835USE OR OTHER DEALINGS IN THE SOFTWARE. 31836 31837 31838(C) Copyright IBM Corporation 2004-2005 31839All Rights Reserved. 31840 31841Permission is hereby granted, free of charge, to any person obtaining a 31842copy of this software and associated documentation files (the "Software"), 31843to deal in the Software without restriction, including without limitation 31844the rights to use, copy, modify, merge, publish, distribute, sub license, 31845and/or sell copies of the Software, and to permit persons to whom the 31846Software is furnished to do so, subject to the following conditions: 31847 31848The above copyright notice and this permission notice (including the next 31849paragraph) shall be included in all copies or substantial portions of the 31850Software. 31851 31852THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31853IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31854FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31855IBM, 31856AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31857WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31858OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31859SOFTWARE. 31860 31861 31862Copyright (c) 1997 Metro Link Incorporated 31863 31864Permission is hereby granted, free of charge, to any person obtaining a 31865copy of this software and associated documentation files (the "Software"), 31866to deal in the Software without restriction, including without limitation 31867the rights to use, copy, modify, merge, publish, distribute, sublicense, 31868and/or sell copies of the Software, and to permit persons to whom the 31869Software is furnished to do so, subject to the following conditions: 31870 31871The above copyright notice and this permission notice shall be included in 31872all copies or substantial portions of the Software. 31873 31874THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31875IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31876FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31877THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31878WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31879OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31880SOFTWARE. 31881 31882Except as contained in this notice, the name of the Metro Link shall not be 31883used in advertising or otherwise to promote the sale, use or other dealings 31884in this Software without prior written authorization from Metro Link. 31885 31886 31887Copyright 1995-1998 by Metro Link, Inc. 31888Copyright (c) 1997 Matthieu Herrb 31889 31890Permission to use, copy, modify, distribute, and sell this software and its 31891documentation for any purpose is hereby granted without fee, provided that 31892the above copyright notice appear in all copies and that both that 31893copyright notice and this permission notice appear in supporting 31894documentation, and that the name of Metro Link, Inc. not be used in 31895advertising or publicity pertaining to distribution of the software without 31896specific, written prior permission. Metro Link, Inc. makes no 31897representations about the suitability of this software for any purpose. 31898 It is provided "as is" without express or implied warranty. 31899 31900METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31901INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 31902EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR 31903CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 31904DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 31905TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 31906PERFORMANCE OF THIS SOFTWARE. 31907 31908 31909Copyright 1998 by Metro Link Incorporated 31910 31911Permission to use, copy, modify, distribute, and sell this software 31912and its documentation for any purpose is hereby granted without fee, 31913provided that the above copyright notice appear in all copies and that 31914both that copyright notice and this permission notice appear in 31915supporting documentation, and that the name of Metro Link 31916Incorporated not be used in advertising or publicity pertaining to 31917distribution of the software without specific, written prior 31918permission. Metro Link Incorporated makes no representations 31919about the suitability of this software for any purpose. It is 31920provided "as is" without express or implied warranty. 31921 31922METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD 31923TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 31924AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE 31925LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 31926DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 31927WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 31928ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 31929SOFTWARE. 31930 31931 31932Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com) 31933 31934Permission is hereby granted, free of charge, to any person obtaining a 31935copy of this software and associated documentation files (the "Software"), 31936to deal in the Software without restriction, including without limitation 31937the rights to use, copy, modify, merge, publish, distribute, sublicense, 31938and/or sell copies of the Software, and to permit persons to whom the 31939Software is furnished to do so, subject to the following conditions: 31940 31941The above copyright notice and this permission notice shall be included in 31942all copies or substantial portions of the Software. 31943 31944THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31945IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 31946FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 31947CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 31948WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 31949OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31950SOFTWARE. 31951 31952Except as contained in this notice, the name of Conectiva Linux shall 31953not be used in advertising or otherwise to promote the sale, use or other 31954dealings in this Software without prior written authorization from 31955Conectiva Linux. 31956 31957 31958Copyright (c) 2001, Andy Ritger aritger@nvidia.com 31959All rights reserved. 31960 31961Redistribution and use in source and binary forms, with or without 31962modification, are permitted provided that the following conditions 31963are met: 31964 31965o Redistributions of source code must retain the above copyright 31966 notice, this list of conditions and the following disclaimer. 31967o Redistributions in binary form must reproduce the above copyright 31968 notice, this list of conditions and the following disclaimer 31969 in the documentation and/or other materials provided with the 31970 distribution. 31971o Neither the name of NVIDIA nor the names of its contributors 31972 may be used to endorse or promote products derived from this 31973 software without specific prior written permission. 31974 31975THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 31976"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 31977NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 31978FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 31979THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 31980INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 31981BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31982LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 31983CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31984LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 31985ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31986POSSIBILITY OF SUCH DAMAGE. 31987 31988 31989Copyright 1992 Vrije Universiteit, The Netherlands 31990 31991Permission to use, copy, modify, and distribute this software and its 31992documentation for any purpose and without fee is hereby granted, provided 31993that the above copyright notice appear in all copies and that both that 31994copyright notice and this permission notice appear in supporting 31995documentation, and that the name of the Vrije Universiteit not be used in 31996advertising or publicity pertaining to distribution of the software without 31997specific, written prior permission. The Vrije Universiteit makes no 31998representations about the suitability of this software for any purpose. 31999It is provided "as is" without express or implied warranty. 32000 32001The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32002INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32003EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32004CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32005DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32006TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32007PERFORMANCE OF THIS SOFTWARE. 32008 32009 32010Copyright 1998 by Concurrent Computer Corporation 32011 32012Permission to use, copy, modify, distribute, and sell this software 32013and its documentation for any purpose is hereby granted without fee, 32014provided that the above copyright notice appear in all copies and that 32015both that copyright notice and this permission notice appear in 32016supporting documentation, and that the name of Concurrent Computer 32017Corporation not be used in advertising or publicity pertaining to 32018distribution of the software without specific, written prior 32019permission. Concurrent Computer Corporation makes no representations 32020about the suitability of this software for any purpose. It is 32021provided "as is" without express or implied warranty. 32022 32023CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 32024TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32025AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE 32026LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 32027DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 32028WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 32029ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 32030SOFTWARE. 32031 32032 32033Copyright © 2004 Nokia 32034 32035Permission to use, copy, modify, distribute, and sell this software and its 32036documentation for any purpose is hereby granted without fee, provided that 32037the above copyright notice appear in all copies and that both that 32038copyright notice and this permission notice appear in supporting 32039documentation, and that the name of Nokia not be used in 32040advertising or publicity pertaining to distribution of the software without 32041specific, written prior permission. Nokia makes no 32042representations about the suitability of this software for any purpose. It 32043is provided "as is" without express or implied warranty. 32044 32045NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32046INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32047EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32048CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32049DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32050TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32051PERFORMANCE OF THIS SOFTWARE. 32052 32053 32054(c)Copyright 1988,1991 Adobe Systems Incorporated. 32055All rights reserved. 32056 32057Permission to use, copy, modify, distribute, and sublicense this software and its 32058documentation for any purpose and without fee is hereby granted, provided that 32059the above copyright notices appear in all copies and that both those copyright 32060notices and this permission notice appear in supporting documentation and that 32061the name of Adobe Systems Incorporated not be used in advertising or publicity 32062pertaining to distribution of the software without specific, written prior 32063permission. No trademark license to use the Adobe trademarks is hereby 32064granted. If the Adobe trademark "Display PostScript"(tm) is used to describe 32065this software, its functionality or for any other purpose, such use shall be 32066limited to a statement that this software works in conjunction with the Display 32067PostScript system. Proper trademark attribution to reflect Adobe's ownership 32068of the trademark shall be given whenever any such reference to the Display 32069PostScript system is made. 32070 32071ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY 32072PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE 32073DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 32074WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- 32075INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU 32076OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY 32077DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT 32078LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32079PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER 32080SUPPORT FOR THE SOFTWARE. 32081 32082Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems 32083Incorporated which may be registered in certain jurisdictions. 32084 32085 32086Copyright 1989 Network Computing Devices, Inc., Mountain View, California. 32087 32088Permission to use, copy, modify, and distribute this software and its 32089documentation for any purpose and without fee is hereby granted, provided 32090that the above copyright notice appear in all copies and that both that 32091copyright notice and this permission notice appear in supporting 32092documentation, and that the name of N.C.D. not be used in advertising or 32093publicity pertaining to distribution of the software without specific, 32094written prior permission. N.C.D. makes no representations about the 32095suitability of this software for any purpose. It is provided "as is" 32096without express or implied warranty. 32097 32098 32099Copyright (c) 1987 by the Regents of the University of California 32100 32101Permission to use, copy, modify, and distribute this 32102software and its documentation for any purpose and without 32103fee is hereby granted, provided that the above copyright 32104notice appear in all copies. The University of California 32105makes no representations about the suitability of this 32106software for any purpose. It is provided "as is" without 32107express or implied warranty. 32108 32109 32110Copyright 1992, 1993 Data General Corporation; 32111Copyright 1992, 1993 OMRON Corporation 32112 32113Permission to use, copy, modify, distribute, and sell this software and its 32114documentation for any purpose is hereby granted without fee, provided that the 32115above copyright notice appear in all copies and that both that copyright 32116notice and this permission notice appear in supporting documentation, and that 32117neither the name OMRON or DATA GENERAL be used in advertising or publicity 32118pertaining to distribution of the software without specific, written prior 32119permission of the party whose name is to be used. Neither OMRON or 32120DATA GENERAL make any representation about the suitability of this software 32121for any purpose. It is provided "as is" without express or implied warranty. 32122 32123OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 32124SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 32125IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT 32126OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32127DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32128TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 32129OF THIS SOFTWARE. 32130 32131 32132Copyright © 1998-2004, 2006 Keith Packard 32133Copyright © 2000-2002 Keith Packard, member of The XFree86 Project, Inc. 32134Copyright (c) 2002 Apple Computer, Inc. 32135Copyright (c) 2003 Torrey T. Lyons. 32136All Rights Reserved. 32137 32138Permission to use, copy, modify, distribute, and sell this software and its 32139documentation for any purpose is hereby granted without fee, provided that 32140the above copyright notice appear in all copies and that both that 32141copyright notice and this permission notice appear in supporting 32142documentation, and that the name of Keith Packard not be used in 32143advertising or publicity pertaining to distribution of the software without 32144specific, written prior permission. Keith Packard makes no 32145representations about the suitability of this software for any purpose. It 32146is provided "as is" without express or implied warranty. 32147 32148KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32149INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32150EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32151CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32152DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32153TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32154PERFORMANCE OF THIS SOFTWARE. 32155 32156 32157Copyright © 1999 Keith Packard 32158Copyright © 2000 Compaq Computer Corporation 32159Copyright © 2002 MontaVista Software Inc. 32160Copyright © 2005 OpenedHand Ltd. 32161Copyright © 2006 Nokia Corporation 32162 32163Permission to use, copy, modify, distribute, and sell this software and its 32164documentation for any purpose is hereby granted without fee, provided that 32165the above copyright notice appear in all copies and that both that 32166copyright notice and this permission notice appear in supporting 32167documentation, and that the name of the authors and/or copyright holders 32168not be used in advertising or publicity pertaining to distribution of the 32169software without specific, written prior permission. The authors and/or 32170copyright holders make no representations about the suitability of this 32171software for any purpose. It is provided "as is" without express or 32172implied warranty. 32173 32174THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 32175TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32176AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE 32177LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32178WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32179ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32180OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32181 32182 32183Copyright 1993 by Davor Matic 32184 32185Permission to use, copy, modify, distribute, and sell this software 32186and its documentation for any purpose is hereby granted without fee, 32187provided that the above copyright notice appear in all copies and that 32188both that copyright notice and this permission notice appear in 32189supporting documentation. Davor Matic makes no representations about 32190the suitability of this software for any purpose. It is provided "as 32191is" without express or implied warranty. 32192 32193 32194Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved. 32195Copyright (C) Colin Harrison 2005-2008 32196 32197Permission is hereby granted, free of charge, to any person obtaining 32198a copy of this software and associated documentation files (the 32199"Software"), to deal in the Software without restriction, including 32200without limitation the rights to use, copy, modify, merge, publish, 32201distribute, sublicense, and/or sell copies of the Software, and to 32202permit persons to whom the Software is furnished to do so, subject to 32203the following conditions: 32204 32205The above copyright notice and this permission notice shall be 32206included in all copies or substantial portions of the Software. 32207 32208THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32209EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32210MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 32211NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR 32212ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 32213CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 32214WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32215 32216Except as contained in this notice, the name of Harold L Hunt II 32217shall not be used in advertising or otherwise to promote the sale, use 32218or other dealings in this Software without prior written authorization 32219from Harold L Hunt II. 32220 32221 32222Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 32223 32224Permission to use, copy, modify, distribute, and sell this software and its 32225documentation for any purpose is hereby granted without fee, provided that 32226the above copyright notice appear in all copies and that both that 32227copyright notice and this permission notice appear in supporting 32228documentation, and that the name of Thomas Roell not be used in 32229advertising or publicity pertaining to distribution of the software without 32230specific, written prior permission. Thomas Roell makes no representations 32231about the suitability of this software for any purpose. It is provided 32232"as is" without express or implied warranty. 32233 32234THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32235INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32236EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32237CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32238DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32239TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32240PERFORMANCE OF THIS SOFTWARE. 32241 32242 32243Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 32244Copyright 1993 by David Wexelblat <dwex@goblin.org> 32245 32246Permission to use, copy, modify, distribute, and sell this software and its 32247documentation for any purpose is hereby granted without fee, provided that 32248the above copyright notice appear in all copies and that both that 32249copyright notice and this permission notice appear in supporting 32250documentation, and that the names of Thomas Roell and David Wexelblat 32251not be used in advertising or publicity pertaining to distribution of 32252the software without specific, written prior permission. Thomas Roell and 32253David Wexelblat makes no representations about the suitability of this 32254software for any purpose. It is provided "as is" without express or 32255implied warranty. 32256 32257THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO 32258THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32259FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR 32260ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32261RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32262CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32263CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32264 32265 32266Copyright 1990,91,92,93 by Thomas Roell, Germany. 32267Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA. 32268 32269Permission to use, copy, modify, distribute, and sell this software 32270and its documentation for any purpose is hereby granted without fee, 32271provided that the above copyright notice appear in all copies and 32272that both that copyright notice and this permission notice appear 32273in supporting documentation, and that the name of Thomas Roell nor 32274SGCS be used in advertising or publicity pertaining to distribution 32275of the software without specific, written prior permission. 32276Thomas Roell nor SGCS makes no representations about the suitability 32277of this software for any purpose. It is provided "as is" without 32278express or implied warranty. 32279 32280THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 32281SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32282FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY 32283SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32284RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32285CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32286CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32287 32288 32289Copyright 1998 by Alan Hourihane, Wigan, England. 32290Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales. 32291 32292Permission to use, copy, modify, distribute, and sell this software and its 32293documentation for any purpose is hereby granted without fee, provided that 32294the above copyright notice appear in all copies and that both that 32295copyright notice and this permission notice appear in supporting 32296documentation, and that the name of Alan Hourihane not be used in 32297advertising or publicity pertaining to distribution of the software without 32298specific, written prior permission. Alan Hourihane makes no representations 32299about the suitability of this software for any purpose. It is provided 32300"as is" without express or implied warranty. 32301 32302ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32303INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32304EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32305CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32306DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32307TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32308PERFORMANCE OF THIS SOFTWARE. 32309 32310 32311Copyright 1995 Kaleb S. KEITHLEY 32312 32313Permission is hereby granted, free of charge, to any person obtaining 32314a copy of this software and associated documentation files (the 32315"Software"), to deal in the Software without restriction, including 32316without limitation the rights to use, copy, modify, merge, publish, 32317distribute, sublicense, and/or sell copies of the Software, and to 32318permit persons to whom the Software is furnished to do so, subject to 32319the following conditions: 32320 32321The above copyright notice and this permission notice shall be 32322included in all copies or substantial portions of the Software. 32323 32324THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32325EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32326MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 32327IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 32328OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32329ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32330OTHER DEALINGS IN THE SOFTWARE. 32331 32332Except as contained in this notice, the name of Kaleb S. KEITHLEY 32333shall not be used in advertising or otherwise to promote the sale, use 32334or other dealings in this Software without prior written authorization 32335from Kaleb S. KEITHLEY 32336 32337 32338Copyright (c) 1997 Matthieu Herrb 32339 32340Permission to use, copy, modify, distribute, and sell this software and its 32341documentation for any purpose is hereby granted without fee, provided that 32342the above copyright notice appear in all copies and that both that 32343copyright notice and this permission notice appear in supporting 32344documentation, and that the name of Matthieu Herrb not be used in 32345advertising or publicity pertaining to distribution of the software without 32346specific, written prior permission. Matthieu Herrb makes no 32347representations about the suitability of this software for any purpose. 32348 It is provided "as is" without express or implied warranty. 32349 32350MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32351INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32352EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32353CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32354DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32355TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32356PERFORMANCE OF THIS SOFTWARE. 32357 32358 32359Copyright 2004, Egbert Eich 32360 32361Permission is hereby granted, free of charge, to any person obtaining a copy 32362of this software and associated documentation files (the "Software"), to 32363deal in the Software without restriction, including without limitation the 32364rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 32365sell copies of the Software, and to permit persons to whom the Software is 32366furnished to do so, subject to the following conditions: 32367 32368The above copyright notice and this permission notice shall be included in 32369all copies or substantial portions of the Software. 32370 32371THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32372IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32373FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32374EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 32375IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 32376NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32377 32378Except as contained in this notice, the name of Egbert Eich shall not 32379be used in advertising or otherwise to promote the sale, use or other deal- 32380ings in this Software without prior written authorization from Egbert Eich. 32381 32382 32383Copyright 1993 by David Wexelblat <dwex@goblin.org> 32384Copyright 2005 by Kean Johnston <jkj@sco.com> 32385Copyright 1993 by David McCullough <davidm@stallion.oz.au> 32386 32387Permission to use, copy, modify, distribute, and sell this software and its 32388documentation for any purpose is hereby granted without fee, provided that 32389the above copyright notice appear in all copies and that both that 32390copyright notice and this permission notice appear in supporting 32391documentation, and that the name of David Wexelblat not be used in 32392advertising or publicity pertaining to distribution of the software without 32393specific, written prior permission. David Wexelblat makes no representations 32394about the suitability of this software for any purpose. It is provided 32395"as is" without express or implied warranty. 32396 32397DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32398INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32399EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32400CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32401DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32402TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32403PERFORMANCE OF THIS SOFTWARE. 32404 32405 32406Copyright 1992 by Orest Zborowski <obz@Kodak.com> 32407Copyright 1993 by David Wexelblat <dwex@goblin.org> 32408 32409Permission to use, copy, modify, distribute, and sell this software and its 32410documentation for any purpose is hereby granted without fee, provided that 32411the above copyright notice appear in all copies and that both that 32412copyright notice and this permission notice appear in supporting 32413documentation, and that the names of Orest Zborowski and David Wexelblat 32414not be used in advertising or publicity pertaining to distribution of 32415the software without specific, written prior permission. Orest Zborowski 32416and David Wexelblat make no representations about the suitability of this 32417software for any purpose. It is provided "as is" without express or 32418implied warranty. 32419 32420OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD 32421TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32422FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 32423FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32424WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32425ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32426OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32427 32428 32429Copyright 1992 by Orest Zborowski <obz@Kodak.com> 32430Copyright 1993 by David Dawes <dawes@xfree86.org> 32431 32432Permission to use, copy, modify, distribute, and sell this software and its 32433documentation for any purpose is hereby granted without fee, provided that 32434the above copyright notice appear in all copies and that both that 32435copyright notice and this permission notice appear in supporting 32436documentation, and that the names of Orest Zborowski and David Dawes 32437not be used in advertising or publicity pertaining to distribution of 32438the software without specific, written prior permission. Orest Zborowski 32439and David Dawes make no representations about the suitability of this 32440software for any purpose. It is provided "as is" without express or 32441implied warranty. 32442 32443OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD 32444TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32445FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE 32446FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32447WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32448ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32449OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32450 32451 32452Copyright 1995-1999 by Frederic Lepied, France. <fred@sugix.frmug.fr.net> 32453 32454Permission to use, copy, modify, distribute, and sell this software and its 32455documentation for any purpose is hereby granted without fee, provided that 32456the above copyright notice appear in all copies and that both that 32457copyright notice and this permission notice appear in supporting 32458documentation, and that the name of Frederic Lepied not be used in 32459advertising or publicity pertaining to distribution of the software without 32460specific, written prior permission. Frederic Lepied makes no 32461representations about the suitability of this software for any purpose. It 32462is provided "as is" without express or implied warranty. 32463 32464FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32465INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32466EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32467CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32468DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32469TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32470PERFORMANCE OF THIS SOFTWARE. 32471 32472 32473Copyright 1992 by Rich Murphey <Rich@Rice.edu> 32474Copyright 1993 by David Wexelblat <dwex@goblin.org> 32475 32476Permission to use, copy, modify, distribute, and sell this software and its 32477documentation for any purpose is hereby granted without fee, provided that 32478the above copyright notice appear in all copies and that both that 32479copyright notice and this permission notice appear in supporting 32480documentation, and that the names of Rich Murphey and David Wexelblat 32481not be used in advertising or publicity pertaining to distribution of 32482the software without specific, written prior permission. Rich Murphey and 32483David Wexelblat make no representations about the suitability of this 32484software for any purpose. It is provided "as is" without express or 32485implied warranty. 32486 32487RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO 32488THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32489FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR 32490ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32491RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32492CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32493CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32494 32495 32496Copyright 1992 by Rich Murphey <Rich@Rice.edu> 32497Copyright 1993 by David Dawes <dawes@xfree86.org> 32498 32499Permission to use, copy, modify, distribute, and sell this software and its 32500documentation for any purpose is hereby granted without fee, provided that 32501the above copyright notice appear in all copies and that both that 32502copyright notice and this permission notice appear in supporting 32503documentation, and that the names of Rich Murphey and David Dawes 32504not be used in advertising or publicity pertaining to distribution of 32505the software without specific, written prior permission. Rich Murphey and 32506David Dawes make no representations about the suitability of this 32507software for any purpose. It is provided "as is" without express or 32508implied warranty. 32509 32510RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO 32511THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32512FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR 32513ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 32514RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 32515CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32516CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32517 32518 32519Copyright © 2003-2004 Anders Carlsson 32520 32521Permission to use, copy, modify, distribute, and sell this software and its 32522documentation for any purpose is hereby granted without fee, provided that 32523the above copyright notice appear in all copies and that both that 32524copyright notice and this permission notice appear in supporting 32525documentation, and that the name of Anders Carlsson not be used in 32526advertising or publicity pertaining to distribution of the software without 32527specific, written prior permission. Anders Carlsson makes no 32528representations about the suitability of this software for any purpose. It 32529is provided "as is" without express or implied warranty. 32530 32531ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32532INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32533EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32534CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32535DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32536TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32537PERFORMANCE OF THIS SOFTWARE. 32538 32539 32540Copyright (C) 2003 Anders Carlsson 32541Copyright © 2003-2004 Eric Anholt 32542Copyright © 2004 Keith Packard 32543 32544Permission to use, copy, modify, distribute, and sell this software and its 32545documentation for any purpose is hereby granted without fee, provided that 32546the above copyright notice appear in all copies and that both that 32547copyright notice and this permission notice appear in supporting 32548documentation, and that the name of Eric Anholt not be used in 32549advertising or publicity pertaining to distribution of the software without 32550specific, written prior permission. Eric Anholt makes no 32551representations about the suitability of this software for any purpose. It 32552is provided "as is" without express or implied warranty. 32553 32554ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32555INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32556EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32557CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32558DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32559TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32560PERFORMANCE OF THIS SOFTWARE. 32561 32562 32563Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> 32564 32565Permission to use, copy, modify, and distribute this software for any 32566purpose with or without fee is hereby granted, provided that the above 32567copyright notice and this permission notice appear in all copies. 32568 32569THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 32570WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 32571OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 32572FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32573WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 32574OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 32575CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32576 32577 32578Copyright © 2003-2004 Philip Blundell 32579 32580Permission to use, copy, modify, distribute, and sell this software and its 32581documentation for any purpose is hereby granted without fee, provided that 32582the above copyright notice appear in all copies and that both that 32583copyright notice and this permission notice appear in supporting 32584documentation, and that the name of Philip Blundell not be used in 32585advertising or publicity pertaining to distribution of the software without 32586specific, written prior permission. Philip Blundell makes no 32587representations about the suitability of this software for any purpose. It 32588is provided "as is" without express or implied warranty. 32589 32590PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32591INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32592EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32593CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32594DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32595TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32596PERFORMANCE OF THIS SOFTWARE. 32597 32598 32599 32600Copyright (c) 1994-2003 by The XFree86 Project, Inc. 32601Copyright 1997 by Metro Link, Inc. 32602Copyright 2003 by David H. Dawes. 32603Copyright 2003 by X-Oz Technologies. 32604Copyright (c) 2004, X.Org Foundation 32605 32606Permission is hereby granted, free of charge, to any person obtaining a 32607copy of this software and associated documentation files (the "Software"), 32608to deal in the Software without restriction, including without limitation 32609the rights to use, copy, modify, merge, publish, distribute, sublicense, 32610and/or sell copies of the Software, and to permit persons to whom the 32611Software is furnished to do so, subject to the following conditions: 32612 32613The above copyright notice and this permission notice shall be included in 32614all copies or substantial portions of the Software. 32615 32616THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32617IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32618FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32619THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 32620OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32621ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32622OTHER DEALINGS IN THE SOFTWARE. 32623 32624Except as contained in this notice, the name of the copyright holder(s) 32625and author(s) shall not be used in advertising or otherwise to promote 32626the sale, use or other dealings in this Software without prior written 32627authorization from the copyright holder(s) and author(s). 32628 32629 32630Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 32631Copyright 1993 by David Wexelblat <dwex@goblin.org> 32632Copyright 1999 by David Holland <davidh@iquest.net> 32633Copyright © 2000 Compaq Computer Corporation 32634Copyright © 2002 Hewlett-Packard Company 32635Copyright © 2004, 2005 Red Hat, Inc. 32636Copyright © 2004 Nicholas Miell 32637Copyright © 2005 Trolltech AS 32638Copyright © 2006 Intel Corporation 32639Copyright © 2006-2007 Keith Packard 32640Copyright © 2008 Red Hat, Inc 32641Copyright © 2008 George Sapountzis <gsap7@yahoo.gr> 32642 32643Permission to use, copy, modify, distribute, and sell this software and its 32644documentation for any purpose is hereby granted without fee, provided that 32645the above copyright notice appear in all copies and that both that copyright 32646notice and this permission notice appear in supporting documentation, and 32647that the name of the copyright holders not be used in advertising or 32648publicity pertaining to distribution of the software without specific, 32649written prior permission. The copyright holders make no representations 32650about the suitability of this software for any purpose. It is provided "as 32651is" without express or implied warranty. 32652 32653THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 32654SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32655FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 32656SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32657WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 32658AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32659OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 32660SOFTWARE. 32661 32662 32663Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. 32664 2005 Lars Knoll & Zack Rusin, Trolltech 32665 32666Permission to use, copy, modify, distribute, and sell this software and its 32667documentation for any purpose is hereby granted without fee, provided that 32668the above copyright notice appear in all copies and that both that 32669copyright notice and this permission notice appear in supporting 32670documentation, and that the name of Keith Packard not be used in 32671advertising or publicity pertaining to distribution of the software without 32672specific, written prior permission. Keith Packard makes no 32673representations about the suitability of this software for any purpose. It 32674is provided "as is" without express or implied warranty. 32675 32676THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 32677SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 32678FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 32679SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32680WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 32681AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32682OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 32683SOFTWARE. 32684 32685 32686Copyright 1987, 1998 The Open Group 32687Copyright © 1998-1999, 2001 The XFree86 Project, Inc. 32688Copyright © 2000 VA Linux Systems, Inc. 32689Copyright (c) 2000, 2001 Nokia Home Communications 32690Copyright © 2007, 2008 Red Hat, Inc. 32691All rights reserved. 32692 32693Permission is hereby granted, free of charge, to any person obtaining a 32694copy of this software and associated documentation files (the 32695"Software"), to deal in the Software without restriction, including 32696without limitation the rights to use, copy, modify, merge, publish, 32697distribute, and/or sell copies of the Software, and to permit persons 32698to whom the Software is furnished to do so, provided that the above 32699copyright notice(s) and this permission notice appear in all copies of 32700the Software and that both the above copyright notice(s) and this 32701permission notice appear in supporting documentation. 32702 32703THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 32704OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32705MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 32706OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 32707HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 32708INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 32709FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 32710NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 32711WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32712 32713Except as contained in this notice, the name of a copyright holder 32714shall not be used in advertising or otherwise to promote the sale, use 32715or other dealings in this Software without prior written authorization 32716of the copyright holder. 32717 32718 32719Copyright 1996 by Thomas E. Dickey <dickey@clark.net> 32720 32721 All Rights Reserved 32722 32723Permission to use, copy, modify, and distribute this software and its 32724documentation for any purpose and without fee is hereby granted, 32725provided that the above copyright notice appear in all copies and that 32726both that copyright notice and this permission notice appear in 32727supporting documentation, and that the name of the above listed 32728copyright holder(s) not be used in advertising or publicity pertaining 32729to distribution of the software without specific, written prior 32730permission. 32731 32732THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 32733TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32734AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 32735LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 32736WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 32737ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 32738OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32739 32740 32741Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 32742Copyright (c) 2001 Andreas Monitzer. 32743Copyright (c) 2001-2004 Greg Parker. 32744Copyright (c) 2001-2004 Torrey T. Lyons 32745Copyright (c) 2002-2003 Apple Computer, Inc. 32746Copyright (c) 2004-2005 Alexander Gottwald 32747Copyright (c) 2002-2009 Apple Inc. 32748Copyright (c) 2007 Jeremy Huddleston 32749All Rights Reserved. 32750 32751Permission is hereby granted, free of charge, to any person obtaining a 32752copy of this software and associated documentation files (the "Software"), 32753to deal in the Software without restriction, including without limitation 32754the rights to use, copy, modify, merge, publish, distribute, sublicense, 32755and/or sell copies of the Software, and to permit persons to whom the 32756Software is furnished to do so, subject to the following conditions: 32757 32758The above copyright notice and this permission notice shall be included in 32759all copies or substantial portions of the Software. 32760 32761THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32762IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32763FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32764THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 32765OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32766ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 32767DEALINGS IN THE SOFTWARE. 32768 32769Except as contained in this notice, the name(s) of the above copyright 32770holders shall not be used in advertising or otherwise to promote the sale, 32771use or other dealings in this Software without prior written authorization. 32772 32773 32774Copyright (C) 1999,2000 by Eric Sunshine <sunshine@sunshineco.com> 32775Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. 32776 32777All rights reserved. 32778 32779Redistribution and use in source and binary forms, with or without 32780modification, are permitted provided that the following conditions are met: 32781 32782 1. Redistributions of source code must retain the above copyright 32783 notice, this list of conditions and the following disclaimer. 32784 2. Redistributions in binary form must reproduce the above copyright 32785 notice, this list of conditions and the following disclaimer in the 32786 documentation and/or other materials provided with the distribution. 32787 3. The name of the author may not be used to endorse or promote products 32788 derived from this software without specific prior written permission. 32789 32790THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 32791IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 32792OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 32793NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32794SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 32795TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 32796PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 32797LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 32798NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32799SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32800 32801 32802Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net 32803 32804Permission is hereby granted, free of charge, to any person obtaining a copy of 32805this software and associated documentation files (the "Software"), to deal in 32806the Software without restriction, including without limitation the rights to 32807use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 32808of the Software, and to permit persons to whom the Software is furnished to do 32809so, subject to the following conditions: 32810 32811The above copyright notice and this permission notice shall be included in all 32812copies or substantial portions of the Software. 32813 32814THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32815IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32816FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 32817AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 32818ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 32819WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 32820 32821Except as contained in this notice, the name of the author shall not be used in 32822advertising or otherwise to promote the sale, use or other dealings in this 32823Software without prior written authorization from the author. 32824 32825 32826Copyright © 2002 David Dawes 32827 32828Permission is hereby granted, free of charge, to any person obtaining a 32829copy of this software and associated documentation files (the "Software"), 32830to deal in the Software without restriction, including without limitation 32831the rights to use, copy, modify, merge, publish, distribute, sublicense, 32832and/or sell copies of the Software, and to permit persons to whom the 32833Software is furnished to do so, subject to the following conditions: 32834 32835The above copyright notice and this permission notice shall be included in 32836all copies or substantial portions of the Software. 32837 32838THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32839IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32840FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32841THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 32842WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 32843OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 32844SOFTWARE. 32845 32846Except as contained in this notice, the name of the author(s) shall 32847not be used in advertising or otherwise to promote the sale, use or other 32848dealings in this Software without prior written authorization from 32849the author(s). 32850 32851 32852Copyright (C) 1996-1999 SciTech Software, Inc. 32853Copyright (C) David Mosberger-Tang 32854Copyright (C) 1999 Egbert Eich 32855Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC 32856 32857Permission to use, copy, modify, distribute, and sell this software and 32858its documentation for any purpose is hereby granted without fee, 32859provided that the above copyright notice appear in all copies and that 32860both that copyright notice and this permission notice appear in 32861supporting documentation, and that the name of the authors not be used 32862in advertising or publicity pertaining to distribution of the software 32863without specific, written prior permission. The authors makes no 32864representations about the suitability of this software for any purpose. 32865It is provided "as is" without express or implied warranty. 32866 32867THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32868INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32869EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32870CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 32871USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 32872OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32873PERFORMANCE OF THIS SOFTWARE. 32874 32875 32876Copyright 2005-2006 Luc Verhaegen. 32877 32878Permission is hereby granted, free of charge, to any person obtaining a 32879copy of this software and associated documentation files (the "Software"), 32880to deal in the Software without restriction, including without limitation 32881the rights to use, copy, modify, merge, publish, distribute, sublicense, 32882and/or sell copies of the Software, and to permit persons to whom the 32883Software is furnished to do so, subject to the following conditions: 32884 32885The above copyright notice and this permission notice shall be included in 32886all copies or substantial portions of the Software. 32887 32888THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32889IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32890FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32891THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 32892OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 32893ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32894OTHER DEALINGS IN THE SOFTWARE. 32895 32896 32897Copyright 1995 by Robin Cutshaw <robin@XFree86.Org> 32898Copyright 2000 by Egbert Eich 32899Copyright 2002 by David Dawes 32900 32901Permission to use, copy, modify, distribute, and sell this software and its 32902documentation for any purpose is hereby granted without fee, provided that 32903the above copyright notice appear in all copies and that both that 32904copyright notice and this permission notice appear in supporting 32905documentation, and that the names of the above listed copyright holder(s) 32906not be used in advertising or publicity pertaining to distribution of 32907the software without specific, written prior permission. The above listed 32908copyright holder(s) make(s) no representations about the suitability of this 32909software for any purpose. It is provided "as is" without express or 32910implied warranty. 32911 32912THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD 32913TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32914AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 32915LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 32916DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 32917IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32918OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32919 32920 32921Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org 32922 32923Permission to use, copy, modify, distribute, and sell this software and its 32924documentation for any purpose is hereby granted without fee, provided that 32925the above copyright notice appear in all copies and that both that copyright 32926notice and this permission notice appear in supporting documentation, and 32927that the name of Marc Aurele La France not be used in advertising or 32928publicity pertaining to distribution of the software without specific, 32929written prior permission. Marc Aurele La France makes no representations 32930about the suitability of this software for any purpose. It is provided 32931"as-is" without express or implied warranty. 32932 32933MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32934INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 32935EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32936CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 32937DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 32938TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 32939OF THIS SOFTWARE. 32940 32941 32942Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany 32943Copyright 1992 by David Dawes <dawes@XFree86.org> 32944Copyright 1992 by Jim Tsillas <jtsilla@damon.ccs.northeastern.edu> 32945Copyright 1992 by Rich Murphey <Rich@Rice.edu> 32946Copyright 1992 by Robert Baron <Robert.Baron@ernst.mach.cs.cmu.edu> 32947Copyright 1992 by Orest Zborowski <obz@eskimo.com> 32948Copyright 1993 by Vrije Universiteit, The Netherlands 32949Copyright 1993 by David Wexelblat <dwex@XFree86.org> 32950Copyright 1994, 1996 by Holger Veit <Holger.Veit@gmd.de> 32951Copyright 1997 by Takis Psarogiannakopoulos <takis@dpmms.cam.ac.uk> 32952Copyright 1994-2003 by The XFree86 Project, Inc 32953 32954Permission to use, copy, modify, distribute, and sell this software and its 32955documentation for any purpose is hereby granted without fee, provided that 32956the above copyright notice appear in all copies and that both that 32957copyright notice and this permission notice appear in supporting 32958documentation, and that the names of the above listed copyright holders 32959not be used in advertising or publicity pertaining to distribution of 32960the software without specific, written prior permission. The above listed 32961copyright holders make no representations about the suitability of this 32962software for any purpose. It is provided "as is" without express or 32963implied warranty. 32964 32965THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 32966TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 32967AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE 32968LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 32969DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 32970IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 32971OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 32972 32973 32974Copyright 2001-2005 by J. Kean Johnston <jkj@sco.com> 32975 32976Permission to use, copy, modify, distribute, and sell this software and its 32977documentation for any purpose is hereby granted without fee, provided that 32978the above copyright notice appear in all copies and that both that 32979copyright notice and this permission notice appear in supporting 32980documentation, and that the name J. Kean Johnston not be used in 32981advertising or publicity pertaining to distribution of the software without 32982specific, written prior permission. J. Kean Johnston makes no 32983representations about the suitability of this software for any purpose. 32984It is provided "as is" without express or implied warranty. 32985 32986J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32987INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32988EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32989CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 32990USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 32991OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 32992PERFORMANCE OF THIS SOFTWARE. 32993 32994 32995Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com) 32996 32997Permission is hereby granted, free of charge, to any person obtaining a copy 32998of this software and associated documentation files (the "Software"), to deal 32999in the Software without restriction, including without limitation the rights 33000to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 33001copies of the Software, and to permit persons to whom the Software is 33002furnished to do so, subject to the following conditions: 33003 33004The above copyright notice and this permission notice shall be included in 33005all copies or substantial portions of the Software. 33006 33007THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33008IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33009FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33010JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 33011IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33012CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33013 33014 33015Copyright 1997,1998 by UCHIYAMA Yasushi 33016 33017Permission to use, copy, modify, distribute, and sell this software and its 33018documentation for any purpose is hereby granted without fee, provided that 33019the above copyright notice appear in all copies and that both that 33020copyright notice and this permission notice appear in supporting 33021documentation, and that the name of UCHIYAMA Yasushi not be used in 33022advertising or publicity pertaining to distribution of the software without 33023specific, written prior permission. UCHIYAMA Yasushi makes no representations 33024about the suitability of this software for any purpose. It is provided 33025"as is" without express or implied warranty. 33026 33027UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33028INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33029EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33030CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33031DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33032TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 33033PERFORMANCE OF THIS SOFTWARE. 33034 33035 33036Copyright (C) 2000 Keith Packard 33037 2004 Eric Anholt 33038 2005 Zack Rusin 33039 33040Permission to use, copy, modify, distribute, and sell this software and its 33041documentation for any purpose is hereby granted without fee, provided that 33042the above copyright notice appear in all copies and that both that 33043copyright notice and this permission notice appear in supporting 33044documentation, and that the name of copyright holders not be used in 33045advertising or publicity pertaining to distribution of the software without 33046specific, written prior permission. Copyright holders make no 33047representations about the suitability of this software for any purpose. It 33048is provided "as is" without express or implied warranty. 33049 33050THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 33051SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 33052FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 33053SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 33054WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 33055AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 33056OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 33057SOFTWARE. 33058 33059 33060(C) Copyright IBM Corporation 2002-2007 33061All Rights Reserved. 33062 33063Permission is hereby granted, free of charge, to any person obtaining a 33064copy of this software and associated documentation files (the "Software"), 33065to deal in the Software without restriction, including without limitation 33066on the rights to use, copy, modify, merge, publish, distribute, sub 33067license, and/or sell copies of the Software, and to permit persons to whom 33068the Software is furnished to do so, subject to the following conditions: 33069 33070The above copyright notice and this permission notice (including the next 33071paragraph) shall be included in all copies or substantial portions of the 33072Software. 33073 33074THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33075IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33076FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33077THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 33078DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 33079OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 33080USE OR OTHER DEALINGS IN THE SOFTWARE. 33081 33082 33083Permission to use, copy, modify, distribute, and sell this software and its 33084documentation for any purpose is hereby granted without fee, provided that 33085this permission notice appear in supporting documentation. This permission 33086notice shall be included in all copies or substantial portions of the 33087Software. 33088 33089THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33090IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33091FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33092AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33093AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33094CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33095 33096 33097Copyright © 2007 OpenedHand Ltd 33098 33099Permission to use, copy, modify, distribute, and sell this software and its 33100documentation for any purpose is hereby granted without fee, provided that 33101the above copyright notice appear in all copies and that both that 33102copyright notice and this permission notice appear in supporting 33103documentation, and that the name of OpenedHand Ltd not be used in 33104advertising or publicity pertaining to distribution of the software without 33105specific, written prior permission. OpenedHand Ltd makes no 33106representations about the suitability of this software for any purpose. It 33107is provided "as is" without express or implied warranty. 33108 33109OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33110INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33111EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33112CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33113DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33114TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 33115PERFORMANCE OF THIS SOFTWARE. 33116 33117 33118Copyright (c) 1989, 1990, 1993, 1994 33119 The Regents of the University of California. All rights reserved. 33120 33121This code is derived from software contributed to Berkeley by 33122Chris Torek. 33123 33124This code is derived from software contributed to Berkeley by 33125Michael Rendell of Memorial University of Newfoundland. 33126 33127Redistribution and use in source and binary forms, with or without 33128modification, are permitted provided that the following conditions 33129are met: 33130 1. Redistributions of source code must retain the above copyright 33131 notice, this list of conditions and the following disclaimer. 33132 2. Redistributions in binary form must reproduce the above copyright 33133 notice, this list of conditions and the following disclaimer in the 33134 documentation and/or other materials provided with the distribution. 33135 4. Neither the name of the University nor the names of its contributors 33136 may be used to endorse or promote products derived from this software 33137 without specific prior written permission. 33138 33139THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 33140ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 33141IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 33142ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 33143FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 33144DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 33145OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 33146HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 33147LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33148OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33149SUCH DAMAGE. 33150 33151-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33152</pre> 33153<ul> 33154 33155</ul> 33156</div> 33157</div> 33158 33159 33160<div class="product"> 33161<span class="title">xprop-1.2.1</span> 33162<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33163<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33164<div class="licence"> 33165<pre>Scanned Source License xprop-1.2.1/COPYING: 33166 33167Copyright 1990, 1998 The Open Group 33168Copyright (c) 2000 The XFree86 Project, Inc. 33169 33170Permission to use, copy, modify, distribute, and sell this software and its 33171documentation for any purpose is hereby granted without fee, provided that 33172the above copyright notice appear in all copies and that both that 33173copyright notice and this permission notice appear in supporting 33174documentation. 33175 33176The above copyright notice and this permission notice shall be included 33177in all copies or substantial portions of the Software. 33178 33179THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33180OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33181MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33182IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33183OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 33184ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 33185OTHER DEALINGS IN THE SOFTWARE. 33186 33187Except as contained in this notice, the name of The Open Group shall 33188not be used in advertising or otherwise to promote the sale, use or 33189other dealings in this Software without prior written authorization 33190from The Open Group. 33191 33192Copyright 2007 Kim woelders 33193 33194Permission to use, copy, modify, distribute, and sell this software and its 33195documentation for any purpose is hereby granted without fee, provided that 33196the above copyright notice appear in all copies and that both that copyright 33197notice and this permission notice appear in supporting documentation, and 33198that the name of the copyright holders not be used in advertising or 33199publicity pertaining to distribution of the software without specific, 33200written prior permission. The copyright holders make no representations 33201about the suitability of this software for any purpose. It is provided "as 33202is" without express or implied warranty. 33203 33204THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33205INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33206EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33207CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33208DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33209TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33210OF THIS SOFTWARE. 33211 33212-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33213</pre> 33214<ul> 33215 33216</ul> 33217</div> 33218</div> 33219 33220 33221<div class="product"> 33222<span class="title">xproto-7.0.23</span> 33223<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33224<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33225<div class="licence"> 33226<pre>Scanned Source License xproto-7.0.23/COPYING: 33227 33228Copyright (c) 1991, Oracle and/or its affiliates. All rights reserved. 33229 33230Permission is hereby granted, free of charge, to any person obtaining a 33231copy of this software and associated documentation files (the "Software"), 33232to deal in the Software without restriction, including without limitation 33233the rights to use, copy, modify, merge, publish, distribute, sublicense, 33234and/or sell copies of the Software, and to permit persons to whom the 33235Software is furnished to do so, subject to the following conditions: 33236 33237The above copyright notice and this permission notice (including the next 33238paragraph) shall be included in all copies or substantial portions of the 33239Software. 33240 33241THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33242IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33243FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33244THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 33245LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33246FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 33247DEALINGS IN THE SOFTWARE. 33248 33249 33250Copyright 1985, 1987, 1988, 1990, 1991, 1993-1996, 1998 The Open Group 33251 33252Permission to use, copy, modify, distribute, and sell this software and its 33253documentation for any purpose is hereby granted without fee, provided that 33254the above copyright notice appear in all copies and that both that 33255copyright notice and this permission notice appear in supporting 33256documentation. 33257 33258The above copyright notice and this permission notice shall be included in 33259all copies or substantial portions of the Software. 33260 33261THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33262IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33263FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33264OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33265AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33266CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33267 33268Except as contained in this notice, the name of The Open Group shall not be 33269used in advertising or otherwise to promote the sale, use or other dealings 33270in this Software without prior written authorization from The Open Group. 33271 33272The X Window System is a Trademark of The Open Group. 33273 33274 33275Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. 33276 33277 All Rights Reserved 33278 33279Permission to use, copy, modify, and distribute this software and its 33280documentation for any purpose and without fee is hereby granted, 33281provided that the above copyright notice appear in all copies and that 33282both that copyright notice and this permission notice appear in 33283supporting documentation, and that the name of Digital not be 33284used in advertising or publicity pertaining to distribution of the 33285software without specific, written prior permission. 33286 33287DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 33288ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 33289DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 33290ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 33291WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 33292ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 33293SOFTWARE. 33294 33295 33296Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts. 33297Copyright 1989 by Hewlett-Packard Company. 33298 33299 All Rights Reserved 33300 33301Permission to use, duplicate, change, and distribute this software and 33302its documentation for any purpose and without fee is granted, provided 33303that the above copyright notice appear in such copy and that this 33304copyright notice appear in all supporting documentation, and that the 33305names of Apollo Computer Inc., the Hewlett-Packard Company, or the X 33306Consortium not be used in advertising or publicity pertaining to 33307distribution of the software without written prior permission. 33308 33309HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD 33310TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 33311WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33312PURPOSE. Hewlett-Packard shall not be liable for errors 33313contained herein or direct, indirect, special, incidental or 33314consequential damages in connection with the furnishing, 33315performance, or use of this material. 33316 33317 33318Copyright (c) 1999 The XFree86 Project Inc. 33319 33320All Rights Reserved. 33321 33322The above copyright notice and this permission notice shall be included in 33323all copies or substantial portions of the Software. 33324 33325THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33326IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33327FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33328OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33329AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33330CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33331 33332Except as contained in this notice, the name of The XFree86 Project 33333Inc. shall not be used in advertising or otherwise to promote the 33334sale, use or other dealings in this Software without prior written 33335authorization from The XFree86 Project Inc. 33336 33337-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33338</pre> 33339<ul> 33340 33341</ul> 33342</div> 33343</div> 33344 33345 33346<div class="product"> 33347<span class="title">xrandr-1.3.5</span> 33348<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33349<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33350<div class="licence"> 33351<pre>Scanned Source License xrandr-1.3.5/COPYING: 33352 33353Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc. 33354Copyright © 2002 Hewlett Packard Company, Inc. 33355Copyright © 2006 Intel Corporation 33356 33357Permission to use, copy, modify, distribute, and sell this software and its 33358documentation for any purpose is hereby granted without fee, provided that 33359the above copyright notice appear in all copies and that both that copyright 33360notice and this permission notice appear in supporting documentation, and 33361that the name of the copyright holders not be used in advertising or 33362publicity pertaining to distribution of the software without specific, 33363written prior permission. The copyright holders make no representations 33364about the suitability of this software for any purpose. It is provided "as 33365is" without express or implied warranty. 33366 33367THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33368INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33369EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33370CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33371DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33372TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33373OF THIS SOFTWARE. 33374 33375-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33376</pre> 33377<ul> 33378 33379</ul> 33380</div> 33381</div> 33382 33383 33384<div class="product"> 33385<span class="title">xset-1.2.2</span> 33386<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33387<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33388<div class="licence"> 33389<pre>Scanned Source License xset-1.2.2/COPYING: 33390 33391Copyright 1985, 1988, 1998 The Open Group 33392 33393Permission to use, copy, modify, distribute, and sell this software and its 33394documentation for any purpose is hereby granted without fee, provided that 33395the above copyright notice appear in all copies and that both that 33396copyright notice and this permission notice appear in supporting 33397documentation. 33398 33399The above copyright notice and this permission notice shall be included in 33400all copies or substantial portions of the Software. 33401 33402THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33403IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33404FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33405OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 33406AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 33407CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33408 33409Except as contained in this notice, the name of The Open Group shall not be 33410used in advertising or otherwise to promote the sale, use or other dealings 33411in this Software without prior written authorization from The Open Group. 33412 33413-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33414</pre> 33415<ul> 33416 33417</ul> 33418</div> 33419</div> 33420 33421 33422<div class="product"> 33423<span class="title">xset-mini-1.2.2</span> 33424<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33425<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33426<div class="licence"> 33427<pre></pre> 33428<ul> 33429<li><a href='#X'>Custom License X</a></li> 33430</ul> 33431</div> 33432</div> 33433 33434 33435<div class="product"> 33436<span class="title">xtrace-1.3.0</span> 33437<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33438<span class="homepage"><a href="http://xtrace.alioth.debian.org/">homepage</a></span> 33439<div class="licence"> 33440<pre></pre> 33441<ul> 33442<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 33443</ul> 33444</div> 33445</div> 33446 33447 33448<div class="product"> 33449<span class="title">xtrans-1.2.6</span> 33450<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33451<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33452<div class="licence"> 33453<pre>Scanned Source License xtrans-1.2.6/COPYING: 33454 33455Copyright 1993, 1994, 1998, 2002 The Open Group 33456 33457Permission to use, copy, modify, distribute, and sell this software and its 33458documentation for any purpose is hereby granted without fee, provided that 33459the above copyright notice appear in all copies and that both that 33460copyright notice and this permission notice appear in supporting 33461documentation. 33462 33463The above copyright notice and this permission notice shall be included 33464in all copies or substantial portions of the Software. 33465 33466THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33467OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33468MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33469IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33470OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 33471ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 33472OTHER DEALINGS IN THE SOFTWARE. 33473 33474Except as contained in this notice, the name of The Open Group shall 33475not be used in advertising or otherwise to promote the sale, use or 33476other dealings in this Software without prior written authorization 33477from The Open Group. 33478 33479______________________________________________________________________________ 33480 33481Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA 33482 33483All Rights Reserved 33484 33485Permission to use, copy, modify, and distribute this software and its 33486documentation for any purpose and without fee is hereby granted, provided 33487that the above copyright notice appear in all copies and that both that 33488copyright notice and this permission notice appear in supporting 33489documentation, and that the name NCR not be used in advertising 33490or publicity pertaining to distribution of the software without specific, 33491written prior permission. NCR makes no representations about the 33492suitability of this software for any purpose. It is provided "as is" 33493without express or implied warranty. 33494 33495NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33496INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 33497NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33498CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 33499OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 33500NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 33501CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33502 33503______________________________________________________________________________ 33504 33505Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. 33506 33507Permission is hereby granted, free of charge, to any person obtaining a 33508copy of this software and associated documentation files (the "Software"), 33509to deal in the Software without restriction, including without limitation 33510the rights to use, copy, modify, merge, publish, distribute, sublicense, 33511and/or sell copies of the Software, and to permit persons to whom the 33512Software is furnished to do so, subject to the following conditions: 33513 33514The above copyright notice and this permission notice (including the next 33515paragraph) shall be included in all copies or substantial portions of the 33516Software. 33517 33518THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33519IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33520FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33521THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 33522LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33523FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 33524DEALINGS IN THE SOFTWARE. 33525 33526______________________________________________________________________________ 33527 33528(c) Copyright 1996 by Sebastien Marineau and Holger Veit 33529 <marineau@genie.uottawa.ca> 33530 <Holger.Veit@gmd.de> 33531 33532Permission is hereby granted, free of charge, to any person obtaining a 33533copy of this software and associated documentation files (the "Software"), 33534to deal in the Software without restriction, including without limitation 33535the rights to use, copy, modify, merge, publish, distribute, sublicense, 33536and/or sell copies of the Software, and to permit persons to whom the 33537Software is furnished to do so, subject to the following conditions: 33538 33539The above copyright notice and this permission notice shall be included in 33540all copies or substantial portions of the Software. 33541 33542THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33543IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33544FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33545HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 33546WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 33547OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 33548SOFTWARE. 33549 33550Except as contained in this notice, the name of Sebastien Marineau or 33551Holger Veit shall not be used in advertising or otherwise to promote 33552the sale, use or other dealings in this Software without prior written 33553authorization from Holger Veit or Sebastien Marineau. 33554 33555______________________________________________________________________________ 33556 33557Copyright © 2003 Keith Packard, Noah Levitt 33558 33559Permission to use, copy, modify, distribute, and sell this software and its 33560documentation for any purpose is hereby granted without fee, provided that 33561the above copyright notice appear in all copies and that both that 33562copyright notice and this permission notice appear in supporting 33563documentation, and that the name of Keith Packard not be used in 33564advertising or publicity pertaining to distribution of the software without 33565specific, written prior permission. Keith Packard makes no 33566representations about the suitability of this software for any purpose. It 33567is provided "as is" without express or implied warranty. 33568 33569KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33570INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33571EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33572CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33573DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33574TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 33575PERFORMANCE OF THIS SOFTWARE. 33576 33577-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33578</pre> 33579<ul> 33580 33581</ul> 33582</div> 33583</div> 33584 33585 33586<div class="product"> 33587<span class="title">xwd-1.0.4</span> 33588<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33589<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33590<div class="licence"> 33591<pre>Scanned Source License xwd-1.0.4/COPYING: 33592 33593Copyright 1987, 1988, 1993, 1994, 1996, 1998 The Open Group 33594Copyright 1994 Hewlett-Packard Co. 33595 33596Permission to use, copy, modify, distribute, and sell this software and its 33597documentation for any purpose is hereby granted without fee, provided that 33598the above copyright notice appear in all copies and that both that 33599copyright notice and this permission notice appear in supporting 33600documentation. 33601 33602The above copyright notice and this permission notice shall be included 33603in all copies or substantial portions of the Software. 33604 33605THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33606OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33607MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33608IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33609OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 33610ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 33611OTHER DEALINGS IN THE SOFTWARE. 33612 33613Except as contained in this notice, the name of The Open Group shall 33614not be used in advertising or otherwise to promote the sale, use or 33615other dealings in this Software without prior written authorization 33616from The Open Group. 33617 33618Copyright 2007 Kim woelders 33619 33620Permission to use, copy, modify, distribute, and sell this software and its 33621documentation for any purpose is hereby granted without fee, provided that 33622the above copyright notice appear in all copies and that both that copyright 33623notice and this permission notice appear in supporting documentation, and 33624that the name of the copyright holders not be used in advertising or 33625publicity pertaining to distribution of the software without specific, 33626written prior permission. The copyright holders make no representations 33627about the suitability of this software for any purpose. It is provided "as 33628is" without express or implied warranty. 33629 33630THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33631INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33632EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33633CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33634DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33635TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33636OF THIS SOFTWARE. 33637 33638-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33639</pre> 33640<ul> 33641 33642</ul> 33643</div> 33644</div> 33645 33646 33647<div class="product"> 33648<span class="title">xwininfo-1.1.2</span> 33649<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33650<span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span> 33651<div class="licence"> 33652<pre>Scanned Source License xwininfo-1.1.2/COPYING: 33653 33654Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 33655 33656Permission is hereby granted, free of charge, to any person obtaining a 33657copy of this software and associated documentation files (the "Software"), 33658to deal in the Software without restriction, including without limitation 33659the rights to use, copy, modify, merge, publish, distribute, sublicense, 33660and/or sell copies of the Software, and to permit persons to whom the 33661Software is furnished to do so, subject to the following conditions: 33662 33663The above copyright notice and this permission notice (including the next 33664paragraph) shall be included in all copies or substantial portions of the 33665Software. 33666 33667THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33668IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33669FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33670THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 33671LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 33672FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 33673DEALINGS IN THE SOFTWARE. 33674 33675 33676Copyright 1987, 1993, 1998 The Open Group 33677 33678Permission to use, copy, modify, distribute, and sell this software and its 33679documentation for any purpose is hereby granted without fee, provided that 33680the above copyright notice appear in all copies and that both that 33681copyright notice and this permission notice appear in supporting 33682documentation. 33683 33684The above copyright notice and this permission notice shall be included 33685in all copies or substantial portions of the Software. 33686 33687THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 33688OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33689MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 33690OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 33691HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 33692INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 33693FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 33694NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 33695WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33696 33697Except as contained in this notice, the name of a copyright holder 33698shall not be used in advertising or otherwise to promote the sale, use 33699or other dealings in this Software without prior written authorization 33700of the copyright holder. 33701 33702Copyright 2007 Kim woelders 33703 33704Permission to use, copy, modify, distribute, and sell this software and its 33705documentation for any purpose is hereby granted without fee, provided that 33706the above copyright notice appear in all copies and that both that copyright 33707notice and this permission notice appear in supporting documentation, and 33708that the name of the copyright holders not be used in advertising or 33709publicity pertaining to distribution of the software without specific, 33710written prior permission. The copyright holders make no representations 33711about the suitability of this software for any purpose. It is provided "as 33712is" without express or implied warranty. 33713 33714THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33715INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33716EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33717CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33718DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 33719TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 33720OF THIS SOFTWARE. 33721 33722-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33723</pre> 33724<ul> 33725 33726</ul> 33727</div> 33728</div> 33729 33730 33731<div class="product"> 33732<span class="title">xxd-1.10</span> 33733<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33734<span class="homepage"><a href="http://ftp.uni-erlangen.de/pub/utilities/etc/?order=s">homepage</a></span> 33735<div class="licence"> 33736<pre></pre> 33737<ul> 33738<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 33739</ul> 33740</div> 33741</div> 33742 33743 33744<div class="product"> 33745<span class="title">xz-utils-5.0.5</span> 33746<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33747<span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span> 33748<div class="licence"> 33749<pre>Gentoo Package Stock License LGPL-2.1+: 33750 33751GNU Lesser General Public License, version 2.1 or any later version. 33752See LGPL-2.1 or LGPL-3 for the full text of these licenses. 33753 33754-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33755</pre> 33756<ul> 33757<li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li> 33758<li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li> 33759<li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li> 33760</ul> 33761</div> 33762</div> 33763 33764 33765<div class="product"> 33766<span class="title">zbar-0.10</span> 33767<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33768<span class="homepage"><a href="http://zbar.sourceforge.net/">homepage</a></span> 33769<div class="licence"> 33770<pre></pre> 33771<ul> 33772<li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li> 33773</ul> 33774</div> 33775</div> 33776 33777 33778<div class="product"> 33779<span class="title">zlib-1.2.8</span> 33780<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33781<span class="homepage"><a href="http://www.zlib.net/">homepage</a></span> 33782<div class="licence"> 33783<pre>Gentoo Package Stock License ZLIB: 33784 33785Copyright (C) <year> <copyright holders> 33786 33787This software is provided 'as-is', without any express or implied 33788warranty. In no event will the author(s) be held liable for any damages 33789arising from the use of this software. 33790 33791Permission is granted to anyone to use this software for any purpose, 33792including commercial applications, and to alter it and redistribute it 33793freely, subject to the following restrictions: 33794 337951. The origin of this software must not be misrepresented; you must not 33796 claim that you wrote the original software. If you use this software 33797 in a product, an acknowledgment in the product documentation would be 33798 appreciated but is not required. 337992. Altered source versions must be plainly marked as such, and must not be 33800 misrepresented as being the original software. 338013. This notice may not be removed or altered from any source distribution. 33802 33803-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 33804</pre> 33805<ul> 33806 33807</ul> 33808</div> 33809</div> 33810 33811 33812</div> 33813 33814<h2>List of Shared Licenses used in Google Chrome OS:</h2> 33815<div class="product"> 33816<a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a> 33817<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33818<div class="licence"> 33819<pre> 33820The Academic Free License 33821v. 2.1 33822 33823This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: 33824 33825Licensed under the Academic Free License version 2.1 33826 338271) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following: 33828 33829a) to reproduce the Original Work in copies; 33830 33831b) to prepare derivative works ("Derivative Works") based upon the Original Work; 33832 33833c) to distribute copies of the Original Work and Derivative Works to the public; 33834 33835d) to perform the Original Work publicly; and 33836 33837e) to display the Original Work publicly. 33838 338392) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works. 33840 338413) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work. 33842 338434) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license. 33844 338455) This section intentionally omitted. 33846 338476) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. 33848 338497) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer. 33850 338518) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. 33852 338539) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. 33854 3385510) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. 33856 3385711) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License. 33858 3385912) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. 33860 3386113) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. 33862 3386314) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. 33864 3386515) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. 33866 33867This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner. 33868 33869 33870 33871 33872</pre> 33873<div class="license-packages"> 33874Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r5 33875</div> 33876</div> 33877</div> 33878 33879<div class="product"> 33880<a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a> 33881<a class="show" href="#" onclick="return toggle(this);">show license text</a> 33882<div class="licence"> 33883<pre> 33884 Apache License 33885 Version 2.0, January 2004 33886 http://www.apache.org/licenses/ 33887 33888 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 33889 33890 1. Definitions. 33891 33892 "License" shall mean the terms and conditions for use, reproduction, 33893 and distribution as defined by Sections 1 through 9 of this document. 33894 33895 "Licensor" shall mean the copyright owner or entity authorized by 33896 the copyright owner that is granting the License. 33897 33898 "Legal Entity" shall mean the union of the acting entity and all 33899 other entities that control, are controlled by, or are under common 33900 control with that entity. For the purposes of this definition, 33901 "control" means (i) the power, direct or indirect, to cause the 33902 direction or management of such entity, whether by contract or 33903 otherwise, or (ii) ownership of fifty percent (50%) or more of the 33904 outstanding shares, or (iii) beneficial ownership of such entity. 33905 33906 "You" (or "Your") shall mean an individual or Legal Entity 33907 exercising permissions granted by this License. 33908 33909 "Source" form shall mean the preferred form for making modifications, 33910 including but not limited to software source code, documentation 33911 source, and configuration files. 33912 33913 "Object" form shall mean any form resulting from mechanical 33914 transformation or translation of a Source form, including but 33915 not limited to compiled object code, generated documentation, 33916 and conversions to other media types. 33917 33918 "Work" shall mean the work of authorship, whether in Source or 33919 Object form, made available under the License, as indicated by a 33920 copyright notice that is included in or attached to the work 33921 (an example is provided in the Appendix below). 33922 33923 "Derivative Works" shall mean any work, whether in Source or Object 33924 form, that is based on (or derived from) the Work and for which the 33925 editorial revisions, annotations, elaborations, or other modifications 33926 represent, as a whole, an original work of authorship. For the purposes 33927 of this License, Derivative Works shall not include works that remain 33928 separable from, or merely link (or bind by name) to the interfaces of, 33929 the Work and Derivative Works thereof. 33930 33931 "Contribution" shall mean any work of authorship, including 33932 the original version of the Work and any modifications or additions 33933 to that Work or Derivative Works thereof, that is intentionally 33934 submitted to Licensor for inclusion in the Work by the copyright owner 33935 or by an individual or Legal Entity authorized to submit on behalf of 33936 the copyright owner. For the purposes of this definition, "submitted" 33937 means any form of electronic, verbal, or written communication sent 33938 to the Licensor or its representatives, including but not limited to 33939 communication on electronic mailing lists, source code control systems, 33940 and issue tracking systems that are managed by, or on behalf of, the 33941 Licensor for the purpose of discussing and improving the Work, but 33942 excluding communication that is conspicuously marked or otherwise 33943 designated in writing by the copyright owner as "Not a Contribution." 33944 33945 "Contributor" shall mean Licensor and any individual or Legal Entity 33946 on behalf of whom a Contribution has been received by Licensor and 33947 subsequently incorporated within the Work. 33948 33949 2. Grant of Copyright License. Subject to the terms and conditions of 33950 this License, each Contributor hereby grants to You a perpetual, 33951 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 33952 copyright license to reproduce, prepare Derivative Works of, 33953 publicly display, publicly perform, sublicense, and distribute the 33954 Work and such Derivative Works in Source or Object form. 33955 33956 3. Grant of Patent License. Subject to the terms and conditions of 33957 this License, each Contributor hereby grants to You a perpetual, 33958 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 33959 (except as stated in this section) patent license to make, have made, 33960 use, offer to sell, sell, import, and otherwise transfer the Work, 33961 where such license applies only to those patent claims licensable 33962 by such Contributor that are necessarily infringed by their 33963 Contribution(s) alone or by combination of their Contribution(s) 33964 with the Work to which such Contribution(s) was submitted. If You 33965 institute patent litigation against any entity (including a 33966 cross-claim or counterclaim in a lawsuit) alleging that the Work 33967 or a Contribution incorporated within the Work constitutes direct 33968 or contributory patent infringement, then any patent licenses 33969 granted to You under this License for that Work shall terminate 33970 as of the date such litigation is filed. 33971 33972 4. Redistribution. You may reproduce and distribute copies of the 33973 Work or Derivative Works thereof in any medium, with or without 33974 modifications, and in Source or Object form, provided that You 33975 meet the following conditions: 33976 33977 (a) You must give any other recipients of the Work or 33978 Derivative Works a copy of this License; and 33979 33980 (b) You must cause any modified files to carry prominent notices 33981 stating that You changed the files; and 33982 33983 (c) You must retain, in the Source form of any Derivative Works 33984 that You distribute, all copyright, patent, trademark, and 33985 attribution notices from the Source form of the Work, 33986 excluding those notices that do not pertain to any part of 33987 the Derivative Works; and 33988 33989 (d) If the Work includes a "NOTICE" text file as part of its 33990 distribution, then any Derivative Works that You distribute must 33991 include a readable copy of the attribution notices contained 33992 within such NOTICE file, excluding those notices that do not 33993 pertain to any part of the Derivative Works, in at least one 33994 of the following places: within a NOTICE text file distributed 33995 as part of the Derivative Works; within the Source form or 33996 documentation, if provided along with the Derivative Works; or, 33997 within a display generated by the Derivative Works, if and 33998 wherever such third-party notices normally appear. The contents 33999 of the NOTICE file are for informational purposes only and 34000 do not modify the License. You may add Your own attribution 34001 notices within Derivative Works that You distribute, alongside 34002 or as an addendum to the NOTICE text from the Work, provided 34003 that such additional attribution notices cannot be construed 34004 as modifying the License. 34005 34006 You may add Your own copyright statement to Your modifications and 34007 may provide additional or different license terms and conditions 34008 for use, reproduction, or distribution of Your modifications, or 34009 for any such Derivative Works as a whole, provided Your use, 34010 reproduction, and distribution of the Work otherwise complies with 34011 the conditions stated in this License. 34012 34013 5. Submission of Contributions. Unless You explicitly state otherwise, 34014 any Contribution intentionally submitted for inclusion in the Work 34015 by You to the Licensor shall be under the terms and conditions of 34016 this License, without any additional terms or conditions. 34017 Notwithstanding the above, nothing herein shall supersede or modify 34018 the terms of any separate license agreement you may have executed 34019 with Licensor regarding such Contributions. 34020 34021 6. Trademarks. This License does not grant permission to use the trade 34022 names, trademarks, service marks, or product names of the Licensor, 34023 except as required for reasonable and customary use in describing the 34024 origin of the Work and reproducing the content of the NOTICE file. 34025 34026 7. Disclaimer of Warranty. Unless required by applicable law or 34027 agreed to in writing, Licensor provides the Work (and each 34028 Contributor provides its Contributions) on an "AS IS" BASIS, 34029 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 34030 implied, including, without limitation, any warranties or conditions 34031 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 34032 PARTICULAR PURPOSE. You are solely responsible for determining the 34033 appropriateness of using or redistributing the Work and assume any 34034 risks associated with Your exercise of permissions under this License. 34035 34036 8. Limitation of Liability. In no event and under no legal theory, 34037 whether in tort (including negligence), contract, or otherwise, 34038 unless required by applicable law (such as deliberate and grossly 34039 negligent acts) or agreed to in writing, shall any Contributor be 34040 liable to You for damages, including any direct, indirect, special, 34041 incidental, or consequential damages of any character arising as a 34042 result of this License or out of the use or inability to use the 34043 Work (including but not limited to damages for loss of goodwill, 34044 work stoppage, computer failure or malfunction, or any and all 34045 other commercial damages or losses), even if such Contributor 34046 has been advised of the possibility of such damages. 34047 34048 9. Accepting Warranty or Additional Liability. While redistributing 34049 the Work or Derivative Works thereof, You may choose to offer, 34050 and charge a fee for, acceptance of support, warranty, indemnity, 34051 or other liability obligations and/or rights consistent with this 34052 License. However, in accepting such obligations, You may act only 34053 on Your own behalf and on Your sole responsibility, not on behalf 34054 of any other Contributor, and only if You agree to indemnify, 34055 defend, and hold each Contributor harmless for any liability 34056 incurred by, or claims asserted against, such Contributor by reason 34057 of your accepting any such warranty or additional liability. 34058 34059 END OF TERMS AND CONDITIONS 34060 34061 APPENDIX: How to apply the Apache License to your work. 34062 34063 To apply the Apache License to your work, attach the following 34064 boilerplate notice, with the fields enclosed by brackets "[]" 34065 replaced with your own identifying information. (Don't include 34066 the brackets!) The text should be enclosed in the appropriate 34067 comment syntax for the file format. We also recommend that a 34068 file or class name and description of purpose be included on the 34069 same "printed page" as the copyright notice for easier 34070 identification within third-party archives. 34071 34072 Copyright [yyyy] [name of copyright owner] 34073 34074 Licensed under the Apache License, Version 2.0 (the "License"); 34075 you may not use this file except in compliance with the License. 34076 You may obtain a copy of the License at 34077 34078 http://www.apache.org/licenses/LICENSE-2.0 34079 34080 Unless required by applicable law or agreed to in writing, software 34081 distributed under the License is distributed on an "AS IS" BASIS, 34082 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34083 See the License for the specific language governing permissions and 34084 limitations under the License. 34085 34086</pre> 34087<div class="license-packages"> 34088Used by these packages: app-i18n/keyboard-input-1.0.0.0-r2 dev-util/stressapptest-1.0.4 dev-python/jsonrpclib-0_pre20110820-r1 dev-libs/protobuf-python-2.3.0-r1 app-i18n/chromeos-hangul-1.2.0.3-r1 app-i18n/chinese-input-1.1.0.0-r2 app-admin/rsyslog-5.8.11-r1 media-fonts/droidfonts-cros-20121206 media-fonts/crosextrafonts-20130214 app-i18n/japanese-input-1.0.0.0-r1 media-fonts/croscorefonts-1.23.0 media-fonts/notofonts-20140130-r1 dev-python/selenium-2.29.0 app-i18n/chromeos-keyboards-1.1.4.0-r6 dev-libs/protobuf-2.3.0-r5 34089</div> 34090</div> 34091</div> 34092 34093<div class="product"> 34094<a name="as-is" class="title">Gentoo Package Stock License as-is</a> 34095<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34096<div class="licence"> 34097<pre> 34098Note: This license label is deprecated, so don't use it for new packages. 34099Unfortunately, "as-is" has been (ab)used also for non-free software and 34100you cannot rely on it. Please check the upstream license instead. 34101 34102"as-is" in its originally intended sense is now covered by the OSI-approved 34103"HPND" (Historical Permission Notice and Disclaimer). 34104 34105--------------------------------------------------------------------------- 34106 34107This is a generic place holder for a class of licenses that boil down to do 34108no guarantees and all you get is what you have. The language is usually 34109similar to: 34110 34111 Permission to use, copy, modify, and distribute this software and its 34112 documentation for any purpose and without fee is hereby granted, provided 34113 that the above copyright notice appears in all copies and that both the 34114 copyright notice and this permission notice appear in supporting 34115 documentation, and that the same name not be used in advertising or 34116 publicity pertaining to distribution of the software without specific, 34117 written prior permission. We make no representations about the 34118 suitability of this software for any purpose. It is provided "as is" 34119 without express or implied warranty. 34120 34121 34122You will need to check the license that came with the software for the exact 34123specifics. Generally you are free to do most anything you want with "as is" 34124software but you should not take this license as legal advice. 34125 34126Note: Most all license have an "as is" clause. For our purposes this does 34127not make all software in this category. This category is for software with 34128very little restrictions. 34129 34130The information in this license about licenses is presented "as is". :-P 34131 34132</pre> 34133<div class="license-packages"> 34134Used by these packages: x11-base/xorg-drivers-1.12 dev-db/sqlite-3.6.22-r3 net-misc/iperf-2.0.4-r1 net-misc/dhcp-4.2.2-r1 x11-misc/xdotool-2.20110530.1 media-libs/tiff-4.0.0-r1 app-text/docbook-xml-dtd-4.1.2-r6 dev-lang/swig-2.0.4-r1 media-libs/libpng-1.2.49-r2 net-wireless/crda-1.1.1-r5 34135</div> 34136</div> 34137</div> 34138 34139<div class="product"> 34140<a name="Atheros" class="title">Custom License Atheros</a> 34141<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34142<div class="licence"> 34143<pre> 34144Copyright (c) 2010, Atheros Communications, Inc. 34145 34146All rights reserved. 34147 34148Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are 34149 34150met: 34151 34152* Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution. 34153 34154* Neither the name of Atheros Communications, Inc. nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission. 34155 34156* No reverse engineering, decompilation, or disassembly of this software is permitted. 34157 34158Limited patent license. Atheros Communications, Inc. grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") this software, but solely to the extent that any such patent is necessary to Utilize the software alone, or in combination with an operating system licensed under an approved Open Source license as listed by the Open Source Initiative at http://opensource.org/licenses. The patent license shall not apply to any other combinations which include this software. No hardware per se is licensed hereunder. 34159 34160DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34161 34162 34163 34164</pre> 34165<div class="license-packages"> 34166Used by these packages: net-wireless/ath3k-0.0.1-r122 net-wireless/ath6k-34-r23 34167</div> 34168</div> 34169</div> 34170 34171<div class="product"> 34172<a name="BSD-Google" class="title">Custom License BSD-Google</a> 34173<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34174<div class="licence"> 34175<pre> 34176Copyright 2010, Google Inc. 34177All rights reserved. 34178 34179Redistribution and use in source and binary forms, with or without 34180modification, are permitted provided that the following conditions are 34181met: 34182 34183 * Redistributions of source code must retain the above copyright 34184notice, this list of conditions and the following disclaimer. 34185 * Redistributions in binary form must reproduce the above 34186copyright notice, this list of conditions and the following disclaimer 34187in the documentation and/or other materials provided with the 34188distribution. 34189 * Neither the name of Google Inc. nor the names of its 34190contributors may be used to endorse or promote products derived from 34191this software without specific prior written permission. 34192 34193THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 34194"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 34195LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 34196A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 34197OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 34198SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 34199LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 34200DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34201THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 34202(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 34203OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34204 34205</pre> 34206<div class="license-packages"> 34207Used by these packages: chromeos-base/chromeos-test-testauthkeys-0.0.1-r2 chromeos-base/chromeos-bsp-alex-0.0.1-r12 chromeos-base/gobi3k-sdk-1.0.1-r22 chromeos-base/vpd-0.0.1-r76 chromeos-base/cros_boot_mode-0.0.1-r27 chromeos-base/chromeos-dev-root-0.0.1-r1 chromeos-base/verity-0.0.1-r79 chromeos-base/chromeos-imageburner-0.0.1-r48 chromeos-base/gobi-cromo-plugin-1.0.1-r73 chromeos-base/chromeos-login-0.0.5-r768 chromeos-base/chromeos-test-init-0.0.1-r276 chromeos-base/autotest-client-0.0.1-r1 chromeos-base/salsa-0.0.1-r17 chromeos-base/chromeos-activate-date-0.0.1-r1 chromeos-base/chromeos-test-root-0.0.1-r1 chromeos-base/chromeos-ca-certificates-0.0.1-r2 dev-util/hdctools-0.0.1-r343 sys-apps/rootdev-0.0.1-r22 chromeos-base/libchrome-271506-r4 chromeos-base/modem-utilities-0.0.1-r36 chromeos-base/chromeos-bsp-x86-alex-0.0.2-r2 chromeos-base/chromeos-minijail-0.0.1-r118 chromeos-base/chromeos-factory-0.0.1-r1284 chromeos-base/bootcomplete-login-0.0.1-r1 chromeos-base/avtest_label_detect-0.0.1-r4 chromeos-base/tty-0.0.1-r4 chromeos-base/workarounds-0.0.1-r76 chromeos-base/chromeos-auth-config-0.0.1-r5 chromeos-base/chromeos-firmware-alex-0.0.1-r129 chromeos-base/gestures-0.0.1-r496 chromeos-base/swap-init-0.0.1-r1 chromeos-base/chromeos-base-0-r116 chromeos-base/inputcontrol-0.0.1-r98 chromeos-base/chromeos-factory-board-3.0.0-r1 chromeos-base/openssh-server-init-0.0.1-r22 chromeos-base/audiotest-0.0.1-r8 chromeos-base/userfeedback-0.0.1-r105 net-dns/avahi-daemon-0.0.1 chromeos-base/memento_softwareupdate-0.0.1-r55 sys-apps/mosys-1.2.03-r232 chromeos-base/crosh-0.0.1-r158 chromeos-base/chromite-0.0.1-r988 chromeos-base/chromeos-factory-regions-0.0.1-r156 chromeos-base/chromeos-firewall-init-0.0.1-r1 chromeos-base/vboot_reference-1.0-r937 dev-util/mem-0.0.1-r2 chromeos-base/chromeos-installer-0.0.1-r336 chromeos-base/shill-test-scripts-0.0.1-r464 chromeos-base/libchromeos-use-flags-0.0.1-r1 media-sound/adhd-0.0.1-r795 chromeos-base/libchrome_crypto-271506-r1 chromeos-base/google-breakpad-1303-r82 chromeos-base/platform2-0.0.3-r554 chromeos-base/dev-install-0.0.1-r676 chromeos-base/chromeos-assets-0.0.2-r7 chromeos-base/gobi3k-lib-0.0.1-r25 chromeos-base/libchromeos-0.0.1-r7 chromeos-base/p2p-0.0.1-r44 chromeos-base/audioconfig-0.0.1-r1 chromeos-base/bootstat-0.0.1-r32 chromeos-base/oem-customization-0.0.2-r7 chromeos-base/xorg-conf-0.0.6-r110 chromeos-base/mttools-0.0.1-r87 chromeos-base/touch_noise_filter-0.0.1-r18 chromeos-base/libscrypt-1.1.6-r11 chromeos-base/chromeos-factoryinstall-0.0.1-r138 chromeos-base/modem-diagnostics-0.1-r7 chromeos-base/chromeos-cryptohome-0.0.1-r486 x11-drivers/touchpad-tests-0.0.1-r125 chromeos-base/update-policy-chromeos-0.0.1-r2 chromeos-base/protofiles-0.0.1-r20 chromeos-base/chromeos-chrome-37.0.2062.28_rc-r1 chromeos-base/libevdev-0.0.1-r58 sys-apps/flashmap-0.3-r18 chromeos-base/autotest-factory-install-0.0.1-r3 chromeos-base/common-assets-0.0.1-r1 chromeos-base/permission_broker-0.0.1-r24 chromeos-base/autotest-fakemodem-conf-0.0.1-r1 chromeos-base/update_engine-0.0.2-r589 chromeos-base/system_api-0.0.1-r369 chromeos-base/mtpd-0.0.1-r92 chromeos-base/chromeos-init-0.0.25-r818 app-i18n/input-tools-4.3.2.5-r1 34208</div> 34209</div> 34210</div> 34211 34212<div class="product"> 34213<a name="CPL-1.0" class="title">Gentoo Package Stock License CPL-1.0</a> 34214<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34215<div class="licence"> 34216<pre> 34217Common Public License Version 1.0 34218 34219THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 34220 342211. DEFINITIONS 34222 34223"Contribution" means: 34224 34225a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and 34226 34227b) in the case of each subsequent Contributor: 34228 34229i) changes to the Program, and 34230 34231ii) additions to the Program; 34232 34233where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. 34234 34235"Contributor" means any person or entity that distributes the Program. 34236 34237"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. 34238 34239"Program" means the Contributions distributed in accordance with this Agreement. 34240 34241"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. 34242 342432. GRANT OF RIGHTS 34244 34245a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. 34246 34247b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. 34248 34249c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. 34250 34251d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. 34252 342533. REQUIREMENTS 34254 34255A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: 34256 34257a) it complies with the terms and conditions of this Agreement; and 34258 34259b) its license agreement: 34260 34261i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; 34262 34263ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; 34264 34265iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and 34266 34267iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. 34268 34269When the Program is made available in source code form: 34270 34271a) it must be made available under this Agreement; and 34272 34273b) a copy of this Agreement must be included with each copy of the Program. 34274 34275Contributors may not remove or alter any copyright notices contained within the Program. 34276 34277Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. 34278 342794. COMMERCIAL DISTRIBUTION 34280 34281Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. 34282 34283For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. 34284 342855. NO WARRANTY 34286 34287EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 34288 342896. DISCLAIMER OF LIABILITY 34290 34291EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 34292 342937. GENERAL 34294 34295If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. 34296 34297If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. 34298 34299All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. 34300 34301Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. 34302 34303This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. 34304</pre> 34305<div class="license-packages"> 34306Used by these packages: app-crypt/tpm-tools-1.3.5-r2 app-crypt/trousers-0.3.3-r43 34307</div> 34308</div> 34309</div> 34310 34311<div class="product"> 34312<a name="FTL" class="title">Gentoo Package Stock License FTL</a> 34313<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34314<div class="licence"> 34315<pre> 34316 The FreeType Project LICENSE 34317 ---------------------------- 34318 34319 Copyright 1996-1999 by 34320 David Turner, Robert Wilhelm, and Werner Lemberg 34321 34322 34323 34324Introduction 34325============ 34326 34327 The FreeType Project is distributed in several archive packages; 34328 some of them may contain, in addition to the FreeType font engine, 34329 various tools and contributions which rely on, or relate to, the 34330 FreeType Project. 34331 34332 This license applies to all files found in such packages, and 34333 which do not fall under their own explicit license. The license 34334 affects thus the FreeType font engine, the test programs, 34335 documentation and makefiles, at the very least. 34336 34337 This license was inspired by the BSD, Artistic, and IJG 34338 (Independent JPEG Group) licenses, which all encourage inclusion 34339 and use of free software in commercial and freeware products 34340 alike. As a consequence, its main points are that: 34341 34342 o We don't promise that this software works. However, we are be 34343 interested in any kind of bug reports. (`as is' distribution) 34344 34345 o You can use this software for whatever you want, in parts or 34346 full form, without having to pay us. (`royalty-free' usage) 34347 34348 o You may not pretend that you wrote this software. If you use 34349 it, or only parts of it, in a program, you must acknowledge 34350 somewhere in your documentation that you've used the FreeType 34351 code. (`credits') 34352 34353 We specifically permit and encourage the inclusion of this 34354 software, with or without modifications, in commercial products, 34355 provided that all warranty or liability claims are assumed by the 34356 product vendor. 34357 34358 34359Legal Terms 34360=========== 34361 343620. Definitions 34363-------------- 34364 34365 Throughout this license, the terms `package', `FreeType Project', 34366 and `FreeType archive' refer to the set of files originally 34367 distributed by the authors (David Turner, Robert Wilhelm, and 34368 Werner Lemberg) as the `FreeType project', be they named as alpha, 34369 beta or final release. 34370 34371 `You' refers to the licensee, or person using the project, where 34372 `using' is a generic term including compiling the project's source 34373 code as well as linking it to form a `program' or `executable'. 34374 This program is referred to as `a program using the FreeType 34375 engine'. 34376 34377 This license applies to all files distributed in the original 34378 FreeType archive, including all source code, binaries and 34379 documentation, unless otherwise stated in the file in its 34380 original, unmodified form as distributed in the original archive. 34381 If you are unsure whether or not a particular file is covered by 34382 this license, you must contact us to verify this. 34383 34384 The FreeType project is copyright (C) 1996-1999 by David Turner, 34385 Robert Wilhelm, and Werner Lemberg. All rights reserved except as 34386 specified below. 34387 343881. No Warranty 34389-------------- 34390 34391 THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY 34392 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 34393 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 34394 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS 34395 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO 34396 USE, OF THE FREETYPE PROJECT. 34397 34398 As you have not signed this license, you are not required to 34399 accept it. However, as the FreeType project is copyrighted 34400 material, only this license, or another one contracted with the 34401 authors, grants you the right to use, distribute, and modify it. 34402 Therefore, by using, distributing, or modifying the FreeType 34403 project, you indicate that you understand and accept all the terms 34404 of this license. 34405 344062. Redistribution 34407----------------- 34408 34409 Redistribution and use in source and binary forms, with or without 34410 modification, are permitted provided that the following conditions 34411 are met: 34412 34413 o Redistribution of source code must retain this license file 34414 (`licence.txt') unaltered; any additions, deletions or changes 34415 to the original files must be clearly indicated in 34416 accompanying documentation. The copyright notices of the 34417 unaltered, original files must be preserved in all copies of 34418 source files. 34419 34420 o Redistribution in binary form must provide a disclaimer that 34421 states that the software is based in part of the work of the 34422 FreeType Team, in the distribution documentation. We also 34423 encourage you to put an URL to the FreeType web page in your 34424 documentation, though this isn't mandatory. 34425 34426 These conditions apply to any software derived from or based on 34427 the FreeType code, not just the unmodified files. If you use our 34428 work, you must acknowledge us. However, no fee need be paid to 34429 us. 34430 344313. Advertising 34432-------------- 34433 34434 The names of FreeType's authors and contributors may not be used 34435 to endorse or promote products derived from this software without 34436 specific prior written permission. 34437 34438 We suggest, but do not require, that you use one or more of the 34439 following phrases to refer to this software in your documentation 34440 or advertising materials: `FreeType Project', `FreeType Engine', 34441 `FreeType library', or `FreeType Distribution'. 34442 344434. Contacts 34444----------- 34445 34446 There are two mailing lists related to FreeType: 34447 34448 o freetype@freetype.org 34449 34450 Discusses general use and applications of FreeType, as well as 34451 future and wanted additions to the library and distribution. 34452 If you are looking for support, start in this list if you 34453 haven't found anything to help you in the documentation. 34454 34455 o devel@freetype.org 34456 34457 Discusses bugs, as well as engine internals, design issues, 34458 specific licenses, porting, etc. 34459 34460 o http://www.freetype.org 34461 34462 Holds the current FreeType web page, which will allow you to 34463 download our latest development version and read online 34464 documentation. 34465 34466 You can also contact us individually at: 34467 34468 David Turner <david.turner@freetype.org> 34469 Robert Wilhelm <robert.wilhelm@freetype.org> 34470 Werner Lemberg <werner.lemberg@freetype.org> 34471 34472 34473--- end of license.txt --- 34474 34475</pre> 34476<div class="license-packages"> 34477Used by these packages: media-libs/freetype-2.5.0.1-r3 x11-libs/pango-1.32.5-r1 34478</div> 34479</div> 34480</div> 34481 34482<div class="product"> 34483<a name="Google-TOS" class="title">Gentoo Package Stock License Google-TOS</a> 34484<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34485<div class="licence"> 34486<pre> 34487# file generated using the following command (open the link in browser for up-to-date version with html links) 34488# o=$(sed -n '1,3p' Google-TOS; lynx -dump http://www.google.com/intl/en/policies/terms/); echo "$o" > Google-TOS 34489 34490 [1]Google 34491 34492[2]Policies & Principles 34493 34494 [3]Skip to content 34495 34496 1. [4]Overview 34497 2. Terms of Service 34498 34499 * Terms of Service 34500 * [5]Updates 34501 34502 Google Terms of Service 34503 34504 Last modified: November 11, 2013 ([6]view archived versions) 34505 34506Welcome to Google! 34507 34508 Thanks for using our products and services (“Services”). The Services are 34509 provided by Google Inc. (“Google”), located at 1600 Amphitheatre Parkway, 34510 Mountain View, CA 94043, United States. 34511 34512 By using our Services, you are agreeing to these terms. Please read them 34513 carefully. 34514 34515 Our Services are very diverse, so sometimes additional terms or product 34516 requirements (including age requirements) may apply. Additional terms will 34517 be available with the relevant Services, and those additional terms become 34518 part of your agreement with us if you use those Services. 34519 34520Using our Services 34521 34522 You must follow any policies made available to you within the Services. 34523 34524 Don’t misuse our Services. For example, don’t interfere with our Services 34525 or try to access them using a method other than the interface and the 34526 instructions that we provide. You may use our Services only as permitted 34527 by law, including applicable export and re-export control laws and 34528 regulations. We may suspend or stop providing our Services to you if you 34529 do not comply with our terms or policies or if we are investigating 34530 suspected misconduct. 34531 34532 Using our Services does not give you ownership of any intellectual 34533 property rights in our Services or the content you access. You may not use 34534 content from our Services unless you obtain permission from its owner or 34535 are otherwise permitted by law. These terms do not grant you the right to 34536 use any branding or logos used in our Services. Don’t remove, obscure, or 34537 alter any legal notices displayed in or along with our Services. 34538 34539 Our Services display some content that is not Google’s. This content is 34540 the sole responsibility of the entity that makes it available. We may 34541 review content to determine whether it is illegal or violates our 34542 policies, and we may remove or refuse to display content that we 34543 reasonably believe violates our policies or the law. But that does not 34544 necessarily mean that we review content, so please don’t assume that we 34545 do. 34546 34547 In connection with your use of the Services, we may send you service 34548 announcements, administrative messages, and other information. You may opt 34549 out of some of those communications. 34550 34551 Some of our Services are available on mobile devices. Do not use such 34552 Services in a way that distracts you and prevents you from obeying traffic 34553 or safety laws. 34554 34555Your Google Account 34556 34557 You may need a Google Account in order to use some of our Services. You 34558 may create your own Google Account, or your Google Account may be assigned 34559 to you by an administrator, such as your employer or educational 34560 institution. If you are using a Google Account assigned to you by an 34561 administrator, different or additional terms may apply and your 34562 administrator may be able to access or disable your account. 34563 34564 To protect your Google Account, keep your password confidential. You are 34565 responsible for the activity that happens on or through your Google 34566 Account. Try not to reuse your Google Account password on third-party 34567 applications. If you learn of any unauthorized use of your password or 34568 Google Account, [7]follow these instructions. 34569 34570Privacy and Copyright Protection 34571 34572 Google’s [8]privacy policies explain how we treat your personal data and 34573 protect your privacy when you use our Services. By using our Services, you 34574 agree that Google can use such data in accordance with our privacy 34575 policies. 34576 34577 We respond to notices of alleged copyright infringement and terminate 34578 accounts of repeat infringers according to the process set out in the U.S. 34579 Digital Millennium Copyright Act. 34580 34581 We provide information to help copyright holders manage their intellectual 34582 property online. If you think somebody is violating your copyrights and 34583 want to notify us, you can find information about submitting notices and 34584 Google’s policy about responding to notices [9]in our Help Center. 34585 34586Your Content in our Services 34587 34588 Some of our Services allow you to submit content. You retain ownership of 34589 any intellectual property rights that you hold in that content. In short, 34590 what belongs to you stays yours. 34591 34592 When you upload or otherwise submit content to our Services, you give 34593 Google (and those we work with) a worldwide license to use, host, store, 34594 reproduce, modify, create derivative works (such as those resulting from 34595 translations, adaptations or other changes we make so that your content 34596 works better with our Services), communicate, publish, publicly perform, 34597 publicly display and distribute such content. The rights you grant in this 34598 license are for the limited purpose of operating, promoting, and improving 34599 our Services, and to develop new ones. This license continues even if you 34600 stop using our Services (for example, for a business listing you have 34601 added to Google Maps). Some Services may offer you ways to access and 34602 remove content that has been provided to that Service. Also, in some of 34603 our Services, there are terms or settings that narrow the scope of our use 34604 of the content submitted in those Services. Make sure you have the 34605 necessary rights to grant us this license for any content that you submit 34606 to our Services. 34607 34608 If you have a Google Account, we may display your Profile name, Profile 34609 photo, and actions you take on Google or on third-party applications 34610 connected to your Google Account (such as +1’s, reviews you write and 34611 comments you post) in our Services, including displaying in ads and other 34612 commercial contexts. We will respect the choices you make to limit sharing 34613 or visibility settings in your Google Account. For example, you can choose 34614 your settings so your name and photo do not appear in an ad. 34615 34616 You can find more information about how Google uses and stores content in 34617 the privacy policy or additional terms for particular Services. If you 34618 submit feedback or suggestions about our Services, we may use your 34619 feedback or suggestions without obligation to you. 34620 34621About Software in our Services 34622 34623 When a Service requires or includes downloadable software, this software 34624 may update automatically on your device once a new version or feature is 34625 available. Some Services may let you adjust your automatic update 34626 settings. 34627 34628 Google gives you a personal, worldwide, royalty-free, non-assignable and 34629 non-exclusive license to use the software provided to you by Google as 34630 part of the Services. This license is for the sole purpose of enabling you 34631 to use and enjoy the benefit of the Services as provided by Google, in the 34632 manner permitted by these terms. You may not copy, modify, distribute, 34633 sell, or lease any part of our Services or included software, nor may you 34634 reverse engineer or attempt to extract the source code of that software, 34635 unless laws prohibit those restrictions or you have our written 34636 permission. 34637 34638 Open source software is important to us. Some software used in our 34639 Services may be offered under an open source license that we will make 34640 available to you. There may be provisions in the open source license that 34641 expressly override some of these terms. 34642 34643Modifying and Terminating our Services 34644 34645 We are constantly changing and improving our Services. We may add or 34646 remove functionalities or features, and we may suspend or stop a Service 34647 altogether. 34648 34649 You can stop using our Services at any time, although we’ll be sorry to 34650 see you go. Google may also stop providing Services to you, or add or 34651 create new limits to our Services at any time. 34652 34653 We believe that you own your data and preserving your access to such data 34654 is important. If we discontinue a Service, where reasonably possible, we 34655 will give you reasonable advance notice and a chance to get information 34656 out of that Service. 34657 34658Our Warranties and Disclaimers 34659 34660 We provide our Services using a commercially reasonable level of skill and 34661 care and we hope that you will enjoy using them. But there are certain 34662 things that we don’t promise about our Services. 34663 34664 OTHER THAN AS EXPRESSLY SET OUT IN THESE TERMS OR ADDITIONAL TERMS, 34665 NEITHER GOOGLE NOR ITS SUPPLIERS OR DISTRIBUTORS MAKE ANY SPECIFIC 34666 PROMISES ABOUT THE SERVICES. FOR EXAMPLE, WE DON’T MAKE ANY COMMITMENTS 34667 ABOUT THE CONTENT WITHIN THE SERVICES, THE SPECIFIC FUNCTIONS OF THE 34668 SERVICES, OR THEIR RELIABILITY, AVAILABILITY, OR ABILITY TO MEET YOUR 34669 NEEDS. WE PROVIDE THE SERVICES “AS IS”. 34670 34671 SOME JURISDICTIONS PROVIDE FOR CERTAIN WARRANTIES, LIKE THE IMPLIED 34672 WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 34673 NON-INFRINGEMENT. TO THE EXTENT PERMITTED BY LAW, WE EXCLUDE ALL 34674 WARRANTIES. 34675 34676Liability for our Services 34677 34678 WHEN PERMITTED BY LAW, GOOGLE, AND GOOGLE’S SUPPLIERS AND DISTRIBUTORS, 34679 WILL NOT BE RESPONSIBLE FOR LOST PROFITS, REVENUES, OR DATA, FINANCIAL 34680 LOSSES OR INDIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE 34681 DAMAGES. 34682 34683 TO THE EXTENT PERMITTED BY LAW, THE TOTAL LIABILITY OF GOOGLE, AND ITS 34684 SUPPLIERS AND DISTRIBUTORS, FOR ANY CLAIMS UNDER THESE TERMS, INCLUDING 34685 FOR ANY IMPLIED WARRANTIES, IS LIMITED TO THE AMOUNT YOU PAID US TO USE 34686 THE SERVICES (OR, IF WE CHOOSE, TO SUPPLYING YOU THE SERVICES AGAIN). 34687 34688 IN ALL CASES, GOOGLE, AND ITS SUPPLIERS AND DISTRIBUTORS, WILL NOT BE 34689 LIABLE FOR ANY LOSS OR DAMAGE THAT IS NOT REASONABLY FORESEEABLE. 34690 34691Business uses of our Services 34692 34693 If you are using our Services on behalf of a business, that business 34694 accepts these terms. It will hold harmless and indemnify Google and its 34695 affiliates, officers, agents, and employees from any claim, suit or action 34696 arising from or related to the use of the Services or violation of these 34697 terms, including any liability or expense arising from claims, losses, 34698 damages, suits, judgments, litigation costs and attorneys’ fees. 34699 34700About these Terms 34701 34702 We may modify these terms or any additional terms that apply to a Service 34703 to, for example, reflect changes to the law or changes to our Services. 34704 You should look at the terms regularly. We’ll post notice of modifications 34705 to these terms on this page. We’ll post notice of modified additional 34706 terms in the applicable Service. Changes will not apply retroactively and 34707 will become effective no sooner than fourteen days after they are posted. 34708 However, changes addressing new functions for a Service or changes made 34709 for legal reasons will be effective immediately. If you do not agree to 34710 the modified terms for a Service, you should discontinue your use of that 34711 Service. 34712 34713 If there is a conflict between these terms and the additional terms, the 34714 additional terms will control for that conflict. 34715 34716 These terms control the relationship between Google and you. They do not 34717 create any third party beneficiary rights. 34718 34719 If you do not comply with these terms, and we don’t take action right 34720 away, this doesn’t mean that we are giving up any rights that we may have 34721 (such as taking action in the future). 34722 34723 If it turns out that a particular term is not enforceable, this will not 34724 affect any other terms. 34725 34726 The laws of California, U.S.A., excluding California’s conflict of laws 34727 rules, will apply to any disputes arising out of or relating to these 34728 terms or the Services. All claims arising out of or relating to these 34729 terms or the Services will be litigated exclusively in the federal or 34730 state courts of Santa Clara County, California, USA, and you and Google 34731 consent to personal jurisdiction in those courts. 34732 34733 For information about how to contact Google, please visit our [10]contact 34734 page. 34735 34736 Good to Know 34737 34738 * Our Good to Know site helps you stay safe and protect your family’s 34739 information online. [11]Visit to learn more 34740 34741 Our legal policies 34742 34743 * [12]Privacy Policy 34744 * Terms of Service 34745 * [13]FAQ 34746 34747 Some technical details 34748 34749 * [14]Technologies and Principles 34750 * [15]Advertising 34751 * [16]How Google uses cookies 34752 * [17]How Google uses pattern recognition 34753 * [18]Types of location data used by Google 34754 * [19]How Google Wallet uses credit card numbers 34755 * [20]How Google Voice works 34756 34757 Change language: [[21]________________________] 34758 34759 * [22]Google 34760 * [23]About Google 34761 * [24]Privacy & Terms 34762 34763References 34764 34765 Visible links 34766 1. http://www.google.com/ 34767 2. http://www.google.com/intl/en/policies/ 34768 3. http://www.google.com/intl/en/policies/terms/#content 34769 4. http://www.google.com/intl/en/policies/ 34770 5. http://www.google.com/intl/en/policies/terms/archive/ 34771 6. http://www.google.com/intl/en/policies/terms/archive/ 34772 7. http://support.google.com/accounts/bin/answer.py?hl=en&answer=58585 34773 8. http://www.google.com/intl/en/policies/privacy/ 34774 9. http://support.google.com/bin/static.py?hl=en&ts=1114905&page=ts.cs 34775 10. http://www.google.com/intl/en/contact/ 34776 11. http://www.google.com/intl/en/goodtoknow/ 34777 12. http://www.google.com/intl/en/policies/privacy/ 34778 13. http://www.google.com/intl/en/policies/faq/ 34779 14. http://www.google.com/intl/en/policies/technologies/ 34780 15. http://www.google.com/intl/en/policies/technologies/ads/ 34781 16. http://www.google.com/intl/en/policies/technologies/cookies/ 34782 17. http://www.google.com/intl/en/policies/technologies/pattern-recognition/ 34783 18. http://www.google.com/intl/en/policies/technologies/location-data/ 34784 19. http://www.google.com/intl/en/policies/technologies/wallet/ 34785 20. http://www.google.com/intl/en/policies/technologies/voice/ 34786 22. http://www.google.com/ 34787 23. http://www.google.com/intl/en/about/ 34788 24. http://www.google.com/intl/en/policies/ 34789 34790</pre> 34791<div class="license-packages"> 34792Used by these packages: chromeos-base/gobi-sdk-0.1-r34 chromeos-base/madison-cromo-plugin-0.1-r50 chromeos-base/gtalk-62219080-r7 app-i18n/GoogleChineseInput-pinyin-2.0.0.0-r1 app-i18n/GoogleChineseInput-zhuyin-2.0.0.0-r1 app-i18n/GoogleKeyboardInput-keyboards-1.3.2.3-r1 chromeos-base/gobi-firmware-1.0.61-r5 chromeos-base/genius-app-oem-0.0.6-r1 chromeos-base/pepper-flash-14.0.0.145-r1 chromeos-base/ja-motoyafonts-1.0.0 app-i18n/GoogleKeyboardInput-xkb-1.1.2.0-r1 chromeos-base/chromeos-default-apps-1.2.0 chromeos-base/chromeos-chrome-37.0.2062.28_rc-r1 chromeos-base/netflix-helper-2.0.0-r3 chromeos-base/ascender_to_license-20130111 app-i18n/GoogleChineseInput-cangjie-2.0.0.0-r1 34793</div> 34794</div> 34795</div> 34796 34797<div class="product"> 34798<a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a> 34799<a class="show" href="#" onclick="return toggle(this);">show license text</a> 34800<div class="licence"> 34801<pre> 34802 GNU GENERAL PUBLIC LICENSE 34803 Version 2, June 1991 34804 34805 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 34806 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34807 Everyone is permitted to copy and distribute verbatim copies 34808 of this license document, but changing it is not allowed. 34809 34810 Preamble 34811 34812 The licenses for most software are designed to take away your 34813freedom to share and change it. By contrast, the GNU General Public 34814License is intended to guarantee your freedom to share and change free 34815software--to make sure the software is free for all its users. This 34816General Public License applies to most of the Free Software 34817Foundation's software and to any other program whose authors commit to 34818using it. (Some other Free Software Foundation software is covered by 34819the GNU Library General Public License instead.) You can apply it to 34820your programs, too. 34821 34822 When we speak of free software, we are referring to freedom, not 34823price. Our General Public Licenses are designed to make sure that you 34824have the freedom to distribute copies of free software (and charge for 34825this service if you wish), that you receive source code or can get it 34826if you want it, that you can change the software or use pieces of it 34827in new free programs; and that you know you can do these things. 34828 34829 To protect your rights, we need to make restrictions that forbid 34830anyone to deny you these rights or to ask you to surrender the rights. 34831These restrictions translate to certain responsibilities for you if you 34832distribute copies of the software, or if you modify it. 34833 34834 For example, if you distribute copies of such a program, whether 34835gratis or for a fee, you must give the recipients all the rights that 34836you have. You must make sure that they, too, receive or can get the 34837source code. And you must show them these terms so they know their 34838rights. 34839 34840 We protect your rights with two steps: (1) copyright the software, and 34841(2) offer you this license which gives you legal permission to copy, 34842distribute and/or modify the software. 34843 34844 Also, for each author's protection and ours, we want to make certain 34845that everyone understands that there is no warranty for this free 34846software. If the software is modified by someone else and passed on, we 34847want its recipients to know that what they have is not the original, so 34848that any problems introduced by others will not reflect on the original 34849authors' reputations. 34850 34851 Finally, any free program is threatened constantly by software 34852patents. We wish to avoid the danger that redistributors of a free 34853program will individually obtain patent licenses, in effect making the 34854program proprietary. To prevent this, we have made it clear that any 34855patent must be licensed for everyone's free use or not licensed at all. 34856 34857 The precise terms and conditions for copying, distribution and 34858modification follow. 34859 34860 GNU GENERAL PUBLIC LICENSE 34861 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 34862 34863 0. This License applies to any program or other work which contains 34864a notice placed by the copyright holder saying it may be distributed 34865under the terms of this General Public License. The "Program", below, 34866refers to any such program or work, and a "work based on the Program" 34867means either the Program or any derivative work under copyright law: 34868that is to say, a work containing the Program or a portion of it, 34869either verbatim or with modifications and/or translated into another 34870language. (Hereinafter, translation is included without limitation in 34871the term "modification".) Each licensee is addressed as "you". 34872 34873Activities other than copying, distribution and modification are not 34874covered by this License; they are outside its scope. The act of 34875running the Program is not restricted, and the output from the Program 34876is covered only if its contents constitute a work based on the 34877Program (independent of having been made by running the Program). 34878Whether that is true depends on what the Program does. 34879 34880 1. You may copy and distribute verbatim copies of the Program's 34881source code as you receive it, in any medium, provided that you 34882conspicuously and appropriately publish on each copy an appropriate 34883copyright notice and disclaimer of warranty; keep intact all the 34884notices that refer to this License and to the absence of any warranty; 34885and give any other recipients of the Program a copy of this License 34886along with the Program. 34887 34888You may charge a fee for the physical act of transferring a copy, and 34889you may at your option offer warranty protection in exchange for a fee. 34890 34891 2. You may modify your copy or copies of the Program or any portion 34892of it, thus forming a work based on the Program, and copy and 34893distribute such modifications or work under the terms of Section 1 34894above, provided that you also meet all of these conditions: 34895 34896 a) You must cause the modified files to carry prominent notices 34897 stating that you changed the files and the date of any change. 34898 34899 b) You must cause any work that you distribute or publish, that in 34900 whole or in part contains or is derived from the Program or any 34901 part thereof, to be licensed as a whole at no charge to all third 34902 parties under the terms of this License. 34903 34904 c) If the modified program normally reads commands interactively 34905 when run, you must cause it, when started running for such 34906 interactive use in the most ordinary way, to print or display an 34907 announcement including an appropriate copyright notice and a 34908 notice that there is no warranty (or else, saying that you provide 34909 a warranty) and that users may redistribute the program under 34910 these conditions, and telling the user how to view a copy of this 34911 License. (Exception: if the Program itself is interactive but 34912 does not normally print such an announcement, your work based on 34913 the Program is not required to print an announcement.) 34914 34915These requirements apply to the modified work as a whole. If 34916identifiable sections of that work are not derived from the Program, 34917and can be reasonably considered independent and separate works in 34918themselves, then this License, and its terms, do not apply to those 34919sections when you distribute them as separate works. But when you 34920distribute the same sections as part of a whole which is a work based 34921on the Program, the distribution of the whole must be on the terms of 34922this License, whose permissions for other licensees extend to the 34923entire whole, and thus to each and every part regardless of who wrote it. 34924 34925Thus, it is not the intent of this section to claim rights or contest 34926your rights to work written entirely by you; rather, the intent is to 34927exercise the right to control the distribution of derivative or 34928collective works based on the Program. 34929 34930In addition, mere aggregation of another work not based on the Program 34931with the Program (or with a work based on the Program) on a volume of 34932a storage or distribution medium does not bring the other work under 34933the scope of this License. 34934 34935 3. You may copy and distribute the Program (or a work based on it, 34936under Section 2) in object code or executable form under the terms of 34937Sections 1 and 2 above provided that you also do one of the following: 34938 34939 a) Accompany it with the complete corresponding machine-readable 34940 source code, which must be distributed under the terms of Sections 34941 1 and 2 above on a medium customarily used for software interchange; or, 34942 34943 b) Accompany it with a written offer, valid for at least three 34944 years, to give any third party, for a charge no more than your 34945 cost of physically performing source distribution, a complete 34946 machine-readable copy of the corresponding source code, to be 34947 distributed under the terms of Sections 1 and 2 above on a medium 34948 customarily used for software interchange; or, 34949 34950 c) Accompany it with the information you received as to the offer 34951 to distribute corresponding source code. (This alternative is 34952 allowed only for noncommercial distribution and only if you 34953 received the program in object code or executable form with such 34954 an offer, in accord with Subsection b above.) 34955 34956The source code for a work means the preferred form of the work for 34957making modifications to it. For an executable work, complete source 34958code means all the source code for all modules it contains, plus any 34959associated interface definition files, plus the scripts used to 34960control compilation and installation of the executable. However, as a 34961special exception, the source code distributed need not include 34962anything that is normally distributed (in either source or binary 34963form) with the major components (compiler, kernel, and so on) of the 34964operating system on which the executable runs, unless that component 34965itself accompanies the executable. 34966 34967If distribution of executable or object code is made by offering 34968access to copy from a designated place, then offering equivalent 34969access to copy the source code from the same place counts as 34970distribution of the source code, even though third parties are not 34971compelled to copy the source along with the object code. 34972 34973 4. You may not copy, modify, sublicense, or distribute the Program 34974except as expressly provided under this License. Any attempt 34975otherwise to copy, modify, sublicense or distribute the Program is 34976void, and will automatically terminate your rights under this License. 34977However, parties who have received copies, or rights, from you under 34978this License will not have their licenses terminated so long as such 34979parties remain in full compliance. 34980 34981 5. You are not required to accept this License, since you have not 34982signed it. However, nothing else grants you permission to modify or 34983distribute the Program or its derivative works. These actions are 34984prohibited by law if you do not accept this License. Therefore, by 34985modifying or distributing the Program (or any work based on the 34986Program), you indicate your acceptance of this License to do so, and 34987all its terms and conditions for copying, distributing or modifying 34988the Program or works based on it. 34989 34990 6. Each time you redistribute the Program (or any work based on the 34991Program), the recipient automatically receives a license from the 34992original licensor to copy, distribute or modify the Program subject to 34993these terms and conditions. You may not impose any further 34994restrictions on the recipients' exercise of the rights granted herein. 34995You are not responsible for enforcing compliance by third parties to 34996this License. 34997 34998 7. If, as a consequence of a court judgment or allegation of patent 34999infringement or for any other reason (not limited to patent issues), 35000conditions are imposed on you (whether by court order, agreement or 35001otherwise) that contradict the conditions of this License, they do not 35002excuse you from the conditions of this License. If you cannot 35003distribute so as to satisfy simultaneously your obligations under this 35004License and any other pertinent obligations, then as a consequence you 35005may not distribute the Program at all. For example, if a patent 35006license would not permit royalty-free redistribution of the Program by 35007all those who receive copies directly or indirectly through you, then 35008the only way you could satisfy both it and this License would be to 35009refrain entirely from distribution of the Program. 35010 35011If any portion of this section is held invalid or unenforceable under 35012any particular circumstance, the balance of the section is intended to 35013apply and the section as a whole is intended to apply in other 35014circumstances. 35015 35016It is not the purpose of this section to induce you to infringe any 35017patents or other property right claims or to contest validity of any 35018such claims; this section has the sole purpose of protecting the 35019integrity of the free software distribution system, which is 35020implemented by public license practices. Many people have made 35021generous contributions to the wide range of software distributed 35022through that system in reliance on consistent application of that 35023system; it is up to the author/donor to decide if he or she is willing 35024to distribute software through any other system and a licensee cannot 35025impose that choice. 35026 35027This section is intended to make thoroughly clear what is believed to 35028be a consequence of the rest of this License. 35029 35030 8. If the distribution and/or use of the Program is restricted in 35031certain countries either by patents or by copyrighted interfaces, the 35032original copyright holder who places the Program under this License 35033may add an explicit geographical distribution limitation excluding 35034those countries, so that distribution is permitted only in or among 35035countries not thus excluded. In such case, this License incorporates 35036the limitation as if written in the body of this License. 35037 35038 9. The Free Software Foundation may publish revised and/or new versions 35039of the General Public License from time to time. Such new versions will 35040be similar in spirit to the present version, but may differ in detail to 35041address new problems or concerns. 35042 35043Each version is given a distinguishing version number. If the Program 35044specifies a version number of this License which applies to it and "any 35045later version", you have the option of following the terms and conditions 35046either of that version or of any later version published by the Free 35047Software Foundation. If the Program does not specify a version number of 35048this License, you may choose any version ever published by the Free Software 35049Foundation. 35050 35051 10. If you wish to incorporate parts of the Program into other free 35052programs whose distribution conditions are different, write to the author 35053to ask for permission. For software which is copyrighted by the Free 35054Software Foundation, write to the Free Software Foundation; we sometimes 35055make exceptions for this. Our decision will be guided by the two goals 35056of preserving the free status of all derivatives of our free software and 35057of promoting the sharing and reuse of software generally. 35058 35059 NO WARRANTY 35060 35061 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 35062FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 35063OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 35064PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 35065OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 35066MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 35067TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 35068PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 35069REPAIR OR CORRECTION. 35070 35071 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 35072WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 35073REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 35074INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 35075OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 35076TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 35077YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 35078PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 35079POSSIBILITY OF SUCH DAMAGES. 35080 35081 END OF TERMS AND CONDITIONS 35082 35083 How to Apply These Terms to Your New Programs 35084 35085 If you develop a new program, and you want it to be of the greatest 35086possible use to the public, the best way to achieve this is to make it 35087free software which everyone can redistribute and change under these terms. 35088 35089 To do so, attach the following notices to the program. It is safest 35090to attach them to the start of each source file to most effectively 35091convey the exclusion of warranty; and each file should have at least 35092the "copyright" line and a pointer to where the full notice is found. 35093 35094 <one line to give the program's name and a brief idea of what it does.> 35095 Copyright (C) <year> <name of author> 35096 35097 This program is free software; you can redistribute it and/or modify 35098 it under the terms of the GNU General Public License as published by 35099 the Free Software Foundation; either version 2 of the License, or 35100 (at your option) any later version. 35101 35102 This program is distributed in the hope that it will be useful, 35103 but WITHOUT ANY WARRANTY; without even the implied warranty of 35104 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35105 GNU General Public License for more details. 35106 35107 You should have received a copy of the GNU General Public License 35108 along with this program; if not, write to the Free Software 35109 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35110 35111 35112Also add information on how to contact you by electronic and paper mail. 35113 35114If the program is interactive, make it output a short notice like this 35115when it starts in an interactive mode: 35116 35117 Gnomovision version 69, Copyright (C) year name of author 35118 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 35119 This is free software, and you are welcome to redistribute it 35120 under certain conditions; type `show c' for details. 35121 35122The hypothetical commands `show w' and `show c' should show the appropriate 35123parts of the General Public License. Of course, the commands you use may 35124be called something other than `show w' and `show c'; they could even be 35125mouse-clicks or menu items--whatever suits your program. 35126 35127You should also get your employer (if you work as a programmer) or your 35128school, if any, to sign a "copyright disclaimer" for the program, if 35129necessary. Here is a sample; alter the names: 35130 35131 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 35132 `Gnomovision' (which makes passes at compilers) written by James Hacker. 35133 35134 <signature of Ty Coon>, 1 April 1989 35135 Ty Coon, President of Vice 35136 35137This General Public License does not permit incorporating your program into 35138proprietary programs. If your program is a subroutine library, you may 35139consider it more useful to permit linking proprietary applications with the 35140library. If this is what you want to do, use the GNU Library General 35141Public License instead of this License. 35142 35143</pre> 35144<div class="license-packages"> 35145Used by these packages: sys-apps/dtc-1.4.0 chromeos-base/autotest-tests-0.0.3-r5349 sys-apps/findutils-4.4.2-r1 chromeos-base/autotest-deps-ltp-0.0.1-r10 chromeos-base/autotest-tests-debugd-0.0.1-r30 media-plugins/alsa-plugins-1.0.25-r1 app-benchmarks/lmbench-3.0_alpha9-r1 sys-apps/iotools-1.5 media-libs/freetype-2.5.0.1-r3 chromeos-base/autotest-deps-glbench-0.0.1-r4926 chromeos-base/gmerge-0.0.1-r815 sys-apps/mmc-utils-0.0.1-r5 sys-apps/baselayout-2.0.1-r232 sys-apps/keyutils-1.1 sys-fs/ecryptfs-utils-101 app-text/htmltidy-20090325 app-laptop/laptop-mode-tools-1.59-r21 sys-process/ktop-0.0.1-r25 sys-apps/mawk-1.3.4_p20100625 sys-libs/libnih-1.0.3 dev-util/gtk-doc-am-1.18 sys-auth/pambase-20101024-r2 net-dialup/minicom-2.7 sys-apps/hdparm-9.39 sys-fs/fuse-2.8.6-r3 sys-devel/autoconf-2.13 sys-devel/gdb-7.7.1-r1 chromeos-base/autotest-all-0.0.1-r26 chromeos-base/autotest-private-0.2.1-r242 chromeos-base/chromeos-installshim-0.0.1-r8 dev-libs/libgpg-error-1.10-r1 app-misc/screen-4.0.3-r6 x11-misc/read-edid-1.4.2 sys-power/powertop-2.5 net-wireless/bluez-5.19-r6 chromeos-base/autotest-deps-webgl-perf-0.0.1-r419 app-admin/sysstat-10.2.0 chromeos-base/autotest-tests-tpm-0.0.1-r30 net-dialup/ppp-2.4.5-r4 dev-util/turbostat-3.8.11-r499 app-misc/mime-types-9 chromeos-base/autotest-private-tests-echoprivate-0.0.1-r39 net-libs/libnfnetlink-1.0.1 chromeos-base/autotest-private-tests-quickoffice-0.0.1-r70 chromeos-base/autotest-deps-piglit-0.0.1-r4680 sys-process/procps-3.3.4 sys-devel/automake-wrapper-9 net-dns/dnsmasq-2.50 chromeos-base/telemetry-0.0.1-r3 sys-fs/ntfs3g-2012.1.15-r4 media-libs/sbc-1.0 chromeos-base/autotest-deps-p2p-0.0.1-r30 sys-auth/pam_pwdfile-0.99-r1 chromeos-base/autotest-tests-cros-disks-0.0.1-r30 sys-boot/syslinux-3.83-r5 sys-apps/iproute2-3.8.0 dev-libs/nss-3.16-r1 media-libs/freeimage-3.15.3-r2 dev-util/xxd-1.10-r3 net-libs/libnetfilter_queue-1.0.1 sys-apps/hwids-20130915.1 chromeos-base/autotest-private-tests-pagecycler-0.0.1-r69 chromeos-base/chromeos-hwid-0.0.2-r291 net-misc/openvpn-2.3.2-r2 sys-fs/e2fsprogs-1.42 chromeos-base/autotest-tests-p2p-0.0.1-r30 sys-apps/daisydog-0.0.1-r16 x11-apps/mtplot-0.0.1-r35 chromeos-base/autotest-private-all-0.0.1-r74 app-benchmarks/i7z-0.27-r1 net-wireless/wireless-tools-29 sys-apps/usbutils-007 chromeos-base/autotest-tests-touchpad-0.0.1-r1039 chromeos-base/chromeos-initramfs-0.0.1-r162 dev-util/intltool-0.50.2-r2 sys-fs/sshfs-fuse-2.4 sys-apps/flashrom-0.9.4-r317 chromeos-base/autotest-tests-ltp-0.0.1-r3589 app-text/sgml-common-0.6.3-r5 app-benchmarks/punybench-0.0.1-r56 net-misc/strongswan-5.0.2-r14 chromeos-base/autotest-tests-ownershipapi-0.0.1-r4742 chromeos-base/autotest-deps-cellular-0.0.1-r66 dev-libs/lzo-2.06 media-gfx/ply-image-0.0.1-r46 sys-apps/pciutils-3.1.10 dev-libs/pkcs11-helper-1.07 chromeos-base/autotest-server-tests-bluetooth-0.0.1-r21 chromeos-base/root-certificates-0.0.1-r3 chromeos-base/touchbot-1.0-r86 app-admin/eselect-opengl-1.2.4-r1 sys-apps/portage-2.1.11.50-r6 x11-misc/x11vnc-0.9.13-r1 app-portage/portage-utils-0.53 net-misc/socat-1.7.2.3 sys-apps/dmidecode-2.11-r2 app-arch/xz-utils-5.0.5-r1 dev-vcs/git-1.8.3.2-r1 app-crypt/nss-3.16-r1 app-admin/eselect-python-20100321 chromeos-base/autotest-deps-touchpad-0.0.1-r1039 sys-apps/util-linux-2.24 sys-apps/ethtool-3.12.1 sys-fs/avfs-1.0.1-r2 sys-apps/i2c-tools-3.0.2 x11-misc/xtrace-1.3.0 chromeos-base/autotest-tests-cellular-0.0.1-r66 sys-apps/ureadahead-0.100.0-r3 net-dialup/xl2tpd-1.3.0-r2 x11-terms/rxvt-unicode-9.10 app-misc/pax-utils-0.8.1 dev-libs/dbus-glib-0.100.2 net-wireless/wpa_supplicant-0.7.2-r154 chromeos-base/recover-duts-0.0.1-r168 chromeos-base/chromeos-fonts-0.0.1-r15 sys-apps/chvt-0.0.1-r1 sys-process/psmisc-22.20 net-wireless/hostapd-2.1-r3 sys-devel/automake-1.11.1 dev-util/perf-3.14-r2 sys-process/time-1.7-r1 net-libs/libmbim-1.9.0-r20 chromeos-base/autotest-server-tests-shill-0.0.1-r21 games-util/joystick-1.4.2 sys-libs/pam-1.1.5 sci-libs/fftw-3.2.2 sys-apps/smartmontools-5.42 sys-devel/patch-2.6.1 sys-apps/diffutils-3.2 sys-apps/net-tools-1.60_p20120127084908 dev-libs/libatomic_ops-7.2d media-sound/alsa-utils-1.0.27.1-r1 sys-kernel/Linux-2.6 sys-devel/binutils-config-3-r3 sys-apps/shadow-4.1.2.2-r4 chromeos-base/autotest-server-tests-telemetry-0.0.1-r21 x11-misc/shared-mime-info-1.0-r1 chromeos-base/autotest-tests-cryptohome-0.0.1-r30 app-misc/evtest-1.29 sys-fs/udev-171-r6 chromeos-base/autotest-tests-power-0.0.1-r30 sys-apps/busybox-1.21.0-r5 sys-apps/sandbox-2.6-r1 net-dialup/lrzsz-0.12.20-r2 sys-fs/lvm2-2.02.97-r1 chromeos-base/autotest-tests-audio-0.0.1-r30 sys-apps/kbd-1.15.3 sys-kernel/linux-headers-3.12 net-firewall/iptables-1.4.16.3 sys-apps/upstart-1.2-r7 net-misc/openssh-6.4_p1-r1 chromeos-base/autotest-tests-security-0.0.1-r30 app-accessibility/brltty-4.5-r10 net-misc/htpdate-1.0.4-r6 chromeos-base/autotest-deps-graphics-0.0.1-r419 sys-devel/autoconf-wrapper-13 chromeos-base/autotest-deps-0.0.4-r5256 sys-apps/dbus-1.6.8-r5 sys-block/fio-2.1.8-r1 dev-libs/nspr-4.10.4 chromeos-base/autotest-chrome-0.0.1-r3840 chromeos-base/autotest-0.0.2-r5244 sys-devel/libtool-2.4.2 chromeos-base/autotest-server-tests-0.0.2-r149 chromeos-base/autotest-tests-graphics-0.0.1-r30 chromeos-base/autotest-tests-shill-0.0.1-r30 media-gfx/perceptualdiff-1.1.1-r1 sys-boot/coreboot-2013.04 sys-libs/libcap-2.17 chromeos-base/wireless_automation-0.0.1-r7 sys-libs/e2fsprogs-libs-1.42 chromeos-base/autotest-deps-webgl-mpd-0.0.1-r590 sys-apps/memtester-4.2.2 35146</div> 35147</div> 35148</div> 35149 35150<div class="product"> 35151<a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a> 35152<a class="show" href="#" onclick="return toggle(this);">show license text</a> 35153<div class="licence"> 35154<pre> 35155GNU General Public License, version 2 or any later version. 35156See GPL-2 or GPL-3 for the full text of these licenses. 35157 35158</pre> 35159<div class="license-packages"> 35160Used by these packages: media-libs/freetype-2.5.0.1-r3 app-arch/xz-utils-5.0.5-r1 sys-boot/u-boot-2013.06 dev-libs/libatomic_ops-7.2d 35161</div> 35162</div> 35163</div> 35164 35165<div class="product"> 35166<a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a> 35167<a class="show" href="#" onclick="return toggle(this);">show license text</a> 35168<div class="licence"> 35169<pre> 35170 GNU GENERAL PUBLIC LICENSE 35171 Version 3, 29 June 2007 35172 35173 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 35174 Everyone is permitted to copy and distribute verbatim copies 35175 of this license document, but changing it is not allowed. 35176 35177 Preamble 35178 35179 The GNU General Public License is a free, copyleft license for 35180software and other kinds of works. 35181 35182 The licenses for most software and other practical works are designed 35183to take away your freedom to share and change the works. By contrast, 35184the GNU General Public License is intended to guarantee your freedom to 35185share and change all versions of a program--to make sure it remains free 35186software for all its users. We, the Free Software Foundation, use the 35187GNU General Public License for most of our software; it applies also to 35188any other work released this way by its authors. You can apply it to 35189your programs, too. 35190 35191 When we speak of free software, we are referring to freedom, not 35192price. Our General Public Licenses are designed to make sure that you 35193have the freedom to distribute copies of free software (and charge for 35194them if you wish), that you receive source code or can get it if you 35195want it, that you can change the software or use pieces of it in new 35196free programs, and that you know you can do these things. 35197 35198 To protect your rights, we need to prevent others from denying you 35199these rights or asking you to surrender the rights. Therefore, you have 35200certain responsibilities if you distribute copies of the software, or if 35201you modify it: responsibilities to respect the freedom of others. 35202 35203 For example, if you distribute copies of such a program, whether 35204gratis or for a fee, you must pass on to the recipients the same 35205freedoms that you received. You must make sure that they, too, receive 35206or can get the source code. And you must show them these terms so they 35207know their rights. 35208 35209 Developers that use the GNU GPL protect your rights with two steps: 35210(1) assert copyright on the software, and (2) offer you this License 35211giving you legal permission to copy, distribute and/or modify it. 35212 35213 For the developers' and authors' protection, the GPL clearly explains 35214that there is no warranty for this free software. For both users' and 35215authors' sake, the GPL requires that modified versions be marked as 35216changed, so that their problems will not be attributed erroneously to 35217authors of previous versions. 35218 35219 Some devices are designed to deny users access to install or run 35220modified versions of the software inside them, although the manufacturer 35221can do so. This is fundamentally incompatible with the aim of 35222protecting users' freedom to change the software. The systematic 35223pattern of such abuse occurs in the area of products for individuals to 35224use, which is precisely where it is most unacceptable. Therefore, we 35225have designed this version of the GPL to prohibit the practice for those 35226products. If such problems arise substantially in other domains, we 35227stand ready to extend this provision to those domains in future versions 35228of the GPL, as needed to protect the freedom of users. 35229 35230 Finally, every program is threatened constantly by software patents. 35231States should not allow patents to restrict development and use of 35232software on general-purpose computers, but in those that do, we wish to 35233avoid the special danger that patents applied to a free program could 35234make it effectively proprietary. To prevent this, the GPL assures that 35235patents cannot be used to render the program non-free. 35236 35237 The precise terms and conditions for copying, distribution and 35238modification follow. 35239 35240 TERMS AND CONDITIONS 35241 35242 0. Definitions. 35243 35244 "This License" refers to version 3 of the GNU General Public License. 35245 35246 "Copyright" also means copyright-like laws that apply to other kinds of 35247works, such as semiconductor masks. 35248 35249 "The Program" refers to any copyrightable work licensed under this 35250License. Each licensee is addressed as "you". "Licensees" and 35251"recipients" may be individuals or organizations. 35252 35253 To "modify" a work means to copy from or adapt all or part of the work 35254in a fashion requiring copyright permission, other than the making of an 35255exact copy. The resulting work is called a "modified version" of the 35256earlier work or a work "based on" the earlier work. 35257 35258 A "covered work" means either the unmodified Program or a work based 35259on the Program. 35260 35261 To "propagate" a work means to do anything with it that, without 35262permission, would make you directly or secondarily liable for 35263infringement under applicable copyright law, except executing it on a 35264computer or modifying a private copy. Propagation includes copying, 35265distribution (with or without modification), making available to the 35266public, and in some countries other activities as well. 35267 35268 To "convey" a work means any kind of propagation that enables other 35269parties to make or receive copies. Mere interaction with a user through 35270a computer network, with no transfer of a copy, is not conveying. 35271 35272 An interactive user interface displays "Appropriate Legal Notices" 35273to the extent that it includes a convenient and prominently visible 35274feature that (1) displays an appropriate copyright notice, and (2) 35275tells the user that there is no warranty for the work (except to the 35276extent that warranties are provided), that licensees may convey the 35277work under this License, and how to view a copy of this License. If 35278the interface presents a list of user commands or options, such as a 35279menu, a prominent item in the list meets this criterion. 35280 35281 1. Source Code. 35282 35283 The "source code" for a work means the preferred form of the work 35284for making modifications to it. "Object code" means any non-source 35285form of a work. 35286 35287 A "Standard Interface" means an interface that either is an official 35288standard defined by a recognized standards body, or, in the case of 35289interfaces specified for a particular programming language, one that 35290is widely used among developers working in that language. 35291 35292 The "System Libraries" of an executable work include anything, other 35293than the work as a whole, that (a) is included in the normal form of 35294packaging a Major Component, but which is not part of that Major 35295Component, and (b) serves only to enable use of the work with that 35296Major Component, or to implement a Standard Interface for which an 35297implementation is available to the public in source code form. A 35298"Major Component", in this context, means a major essential component 35299(kernel, window system, and so on) of the specific operating system 35300(if any) on which the executable work runs, or a compiler used to 35301produce the work, or an object code interpreter used to run it. 35302 35303 The "Corresponding Source" for a work in object code form means all 35304the source code needed to generate, install, and (for an executable 35305work) run the object code and to modify the work, including scripts to 35306control those activities. However, it does not include the work's 35307System Libraries, or general-purpose tools or generally available free 35308programs which are used unmodified in performing those activities but 35309which are not part of the work. For example, Corresponding Source 35310includes interface definition files associated with source files for 35311the work, and the source code for shared libraries and dynamically 35312linked subprograms that the work is specifically designed to require, 35313such as by intimate data communication or control flow between those 35314subprograms and other parts of the work. 35315 35316 The Corresponding Source need not include anything that users 35317can regenerate automatically from other parts of the Corresponding 35318Source. 35319 35320 The Corresponding Source for a work in source code form is that 35321same work. 35322 35323 2. Basic Permissions. 35324 35325 All rights granted under this License are granted for the term of 35326copyright on the Program, and are irrevocable provided the stated 35327conditions are met. This License explicitly affirms your unlimited 35328permission to run the unmodified Program. The output from running a 35329covered work is covered by this License only if the output, given its 35330content, constitutes a covered work. This License acknowledges your 35331rights of fair use or other equivalent, as provided by copyright law. 35332 35333 You may make, run and propagate covered works that you do not 35334convey, without conditions so long as your license otherwise remains 35335in force. You may convey covered works to others for the sole purpose 35336of having them make modifications exclusively for you, or provide you 35337with facilities for running those works, provided that you comply with 35338the terms of this License in conveying all material for which you do 35339not control copyright. Those thus making or running the covered works 35340for you must do so exclusively on your behalf, under your direction 35341and control, on terms that prohibit them from making any copies of 35342your copyrighted material outside their relationship with you. 35343 35344 Conveying under any other circumstances is permitted solely under 35345the conditions stated below. Sublicensing is not allowed; section 10 35346makes it unnecessary. 35347 35348 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 35349 35350 No covered work shall be deemed part of an effective technological 35351measure under any applicable law fulfilling obligations under article 3535211 of the WIPO copyright treaty adopted on 20 December 1996, or 35353similar laws prohibiting or restricting circumvention of such 35354measures. 35355 35356 When you convey a covered work, you waive any legal power to forbid 35357circumvention of technological measures to the extent such circumvention 35358is effected by exercising rights under this License with respect to 35359the covered work, and you disclaim any intention to limit operation or 35360modification of the work as a means of enforcing, against the work's 35361users, your or third parties' legal rights to forbid circumvention of 35362technological measures. 35363 35364 4. Conveying Verbatim Copies. 35365 35366 You may convey verbatim copies of the Program's source code as you 35367receive it, in any medium, provided that you conspicuously and 35368appropriately publish on each copy an appropriate copyright notice; 35369keep intact all notices stating that this License and any 35370non-permissive terms added in accord with section 7 apply to the code; 35371keep intact all notices of the absence of any warranty; and give all 35372recipients a copy of this License along with the Program. 35373 35374 You may charge any price or no price for each copy that you convey, 35375and you may offer support or warranty protection for a fee. 35376 35377 5. Conveying Modified Source Versions. 35378 35379 You may convey a work based on the Program, or the modifications to 35380produce it from the Program, in the form of source code under the 35381terms of section 4, provided that you also meet all of these conditions: 35382 35383 a) The work must carry prominent notices stating that you modified 35384 it, and giving a relevant date. 35385 35386 b) The work must carry prominent notices stating that it is 35387 released under this License and any conditions added under section 35388 7. This requirement modifies the requirement in section 4 to 35389 "keep intact all notices". 35390 35391 c) You must license the entire work, as a whole, under this 35392 License to anyone who comes into possession of a copy. This 35393 License will therefore apply, along with any applicable section 7 35394 additional terms, to the whole of the work, and all its parts, 35395 regardless of how they are packaged. This License gives no 35396 permission to license the work in any other way, but it does not 35397 invalidate such permission if you have separately received it. 35398 35399 d) If the work has interactive user interfaces, each must display 35400 Appropriate Legal Notices; however, if the Program has interactive 35401 interfaces that do not display Appropriate Legal Notices, your 35402 work need not make them do so. 35403 35404 A compilation of a covered work with other separate and independent 35405works, which are not by their nature extensions of the covered work, 35406and which are not combined with it such as to form a larger program, 35407in or on a volume of a storage or distribution medium, is called an 35408"aggregate" if the compilation and its resulting copyright are not 35409used to limit the access or legal rights of the compilation's users 35410beyond what the individual works permit. Inclusion of a covered work 35411in an aggregate does not cause this License to apply to the other 35412parts of the aggregate. 35413 35414 6. Conveying Non-Source Forms. 35415 35416 You may convey a covered work in object code form under the terms 35417of sections 4 and 5, provided that you also convey the 35418machine-readable Corresponding Source under the terms of this License, 35419in one of these ways: 35420 35421 a) Convey the object code in, or embodied in, a physical product 35422 (including a physical distribution medium), accompanied by the 35423 Corresponding Source fixed on a durable physical medium 35424 customarily used for software interchange. 35425 35426 b) Convey the object code in, or embodied in, a physical product 35427 (including a physical distribution medium), accompanied by a 35428 written offer, valid for at least three years and valid for as 35429 long as you offer spare parts or customer support for that product 35430 model, to give anyone who possesses the object code either (1) a 35431 copy of the Corresponding Source for all the software in the 35432 product that is covered by this License, on a durable physical 35433 medium customarily used for software interchange, for a price no 35434 more than your reasonable cost of physically performing this 35435 conveying of source, or (2) access to copy the 35436 Corresponding Source from a network server at no charge. 35437 35438 c) Convey individual copies of the object code with a copy of the 35439 written offer to provide the Corresponding Source. This 35440 alternative is allowed only occasionally and noncommercially, and 35441 only if you received the object code with such an offer, in accord 35442 with subsection 6b. 35443 35444 d) Convey the object code by offering access from a designated 35445 place (gratis or for a charge), and offer equivalent access to the 35446 Corresponding Source in the same way through the same place at no 35447 further charge. You need not require recipients to copy the 35448 Corresponding Source along with the object code. If the place to 35449 copy the object code is a network server, the Corresponding Source 35450 may be on a different server (operated by you or a third party) 35451 that supports equivalent copying facilities, provided you maintain 35452 clear directions next to the object code saying where to find the 35453 Corresponding Source. Regardless of what server hosts the 35454 Corresponding Source, you remain obligated to ensure that it is 35455 available for as long as needed to satisfy these requirements. 35456 35457 e) Convey the object code using peer-to-peer transmission, provided 35458 you inform other peers where the object code and Corresponding 35459 Source of the work are being offered to the general public at no 35460 charge under subsection 6d. 35461 35462 A separable portion of the object code, whose source code is excluded 35463from the Corresponding Source as a System Library, need not be 35464included in conveying the object code work. 35465 35466 A "User Product" is either (1) a "consumer product", which means any 35467tangible personal property which is normally used for personal, family, 35468or household purposes, or (2) anything designed or sold for incorporation 35469into a dwelling. In determining whether a product is a consumer product, 35470doubtful cases shall be resolved in favor of coverage. For a particular 35471product received by a particular user, "normally used" refers to a 35472typical or common use of that class of product, regardless of the status 35473of the particular user or of the way in which the particular user 35474actually uses, or expects or is expected to use, the product. A product 35475is a consumer product regardless of whether the product has substantial 35476commercial, industrial or non-consumer uses, unless such uses represent 35477the only significant mode of use of the product. 35478 35479 "Installation Information" for a User Product means any methods, 35480procedures, authorization keys, or other information required to install 35481and execute modified versions of a covered work in that User Product from 35482a modified version of its Corresponding Source. The information must 35483suffice to ensure that the continued functioning of the modified object 35484code is in no case prevented or interfered with solely because 35485modification has been made. 35486 35487 If you convey an object code work under this section in, or with, or 35488specifically for use in, a User Product, and the conveying occurs as 35489part of a transaction in which the right of possession and use of the 35490User Product is transferred to the recipient in perpetuity or for a 35491fixed term (regardless of how the transaction is characterized), the 35492Corresponding Source conveyed under this section must be accompanied 35493by the Installation Information. But this requirement does not apply 35494if neither you nor any third party retains the ability to install 35495modified object code on the User Product (for example, the work has 35496been installed in ROM). 35497 35498 The requirement to provide Installation Information does not include a 35499requirement to continue to provide support service, warranty, or updates 35500for a work that has been modified or installed by the recipient, or for 35501the User Product in which it has been modified or installed. Access to a 35502network may be denied when the modification itself materially and 35503adversely affects the operation of the network or violates the rules and 35504protocols for communication across the network. 35505 35506 Corresponding Source conveyed, and Installation Information provided, 35507in accord with this section must be in a format that is publicly 35508documented (and with an implementation available to the public in 35509source code form), and must require no special password or key for 35510unpacking, reading or copying. 35511 35512 7. Additional Terms. 35513 35514 "Additional permissions" are terms that supplement the terms of this 35515License by making exceptions from one or more of its conditions. 35516Additional permissions that are applicable to the entire Program shall 35517be treated as though they were included in this License, to the extent 35518that they are valid under applicable law. If additional permissions 35519apply only to part of the Program, that part may be used separately 35520under those permissions, but the entire Program remains governed by 35521this License without regard to the additional permissions. 35522 35523 When you convey a copy of a covered work, you may at your option 35524remove any additional permissions from that copy, or from any part of 35525it. (Additional permissions may be written to require their own 35526removal in certain cases when you modify the work.) You may place 35527additional permissions on material, added by you to a covered work, 35528for which you have or can give appropriate copyright permission. 35529 35530 Notwithstanding any other provision of this License, for material you 35531add to a covered work, you may (if authorized by the copyright holders of 35532that material) supplement the terms of this License with terms: 35533 35534 a) Disclaiming warranty or limiting liability differently from the 35535 terms of sections 15 and 16 of this License; or 35536 35537 b) Requiring preservation of specified reasonable legal notices or 35538 author attributions in that material or in the Appropriate Legal 35539 Notices displayed by works containing it; or 35540 35541 c) Prohibiting misrepresentation of the origin of that material, or 35542 requiring that modified versions of such material be marked in 35543 reasonable ways as different from the original version; or 35544 35545 d) Limiting the use for publicity purposes of names of licensors or 35546 authors of the material; or 35547 35548 e) Declining to grant rights under trademark law for use of some 35549 trade names, trademarks, or service marks; or 35550 35551 f) Requiring indemnification of licensors and authors of that 35552 material by anyone who conveys the material (or modified versions of 35553 it) with contractual assumptions of liability to the recipient, for 35554 any liability that these contractual assumptions directly impose on 35555 those licensors and authors. 35556 35557 All other non-permissive additional terms are considered "further 35558restrictions" within the meaning of section 10. If the Program as you 35559received it, or any part of it, contains a notice stating that it is 35560governed by this License along with a term that is a further 35561restriction, you may remove that term. If a license document contains 35562a further restriction but permits relicensing or conveying under this 35563License, you may add to a covered work material governed by the terms 35564of that license document, provided that the further restriction does 35565not survive such relicensing or conveying. 35566 35567 If you add terms to a covered work in accord with this section, you 35568must place, in the relevant source files, a statement of the 35569additional terms that apply to those files, or a notice indicating 35570where to find the applicable terms. 35571 35572 Additional terms, permissive or non-permissive, may be stated in the 35573form of a separately written license, or stated as exceptions; 35574the above requirements apply either way. 35575 35576 8. Termination. 35577 35578 You may not propagate or modify a covered work except as expressly 35579provided under this License. Any attempt otherwise to propagate or 35580modify it is void, and will automatically terminate your rights under 35581this License (including any patent licenses granted under the third 35582paragraph of section 11). 35583 35584 However, if you cease all violation of this License, then your 35585license from a particular copyright holder is reinstated (a) 35586provisionally, unless and until the copyright holder explicitly and 35587finally terminates your license, and (b) permanently, if the copyright 35588holder fails to notify you of the violation by some reasonable means 35589prior to 60 days after the cessation. 35590 35591 Moreover, your license from a particular copyright holder is 35592reinstated permanently if the copyright holder notifies you of the 35593violation by some reasonable means, this is the first time you have 35594received notice of violation of this License (for any work) from that 35595copyright holder, and you cure the violation prior to 30 days after 35596your receipt of the notice. 35597 35598 Termination of your rights under this section does not terminate the 35599licenses of parties who have received copies or rights from you under 35600this License. If your rights have been terminated and not permanently 35601reinstated, you do not qualify to receive new licenses for the same 35602material under section 10. 35603 35604 9. Acceptance Not Required for Having Copies. 35605 35606 You are not required to accept this License in order to receive or 35607run a copy of the Program. Ancillary propagation of a covered work 35608occurring solely as a consequence of using peer-to-peer transmission 35609to receive a copy likewise does not require acceptance. However, 35610nothing other than this License grants you permission to propagate or 35611modify any covered work. These actions infringe copyright if you do 35612not accept this License. Therefore, by modifying or propagating a 35613covered work, you indicate your acceptance of this License to do so. 35614 35615 10. Automatic Licensing of Downstream Recipients. 35616 35617 Each time you convey a covered work, the recipient automatically 35618receives a license from the original licensors, to run, modify and 35619propagate that work, subject to this License. You are not responsible 35620for enforcing compliance by third parties with this License. 35621 35622 An "entity transaction" is a transaction transferring control of an 35623organization, or substantially all assets of one, or subdividing an 35624organization, or merging organizations. If propagation of a covered 35625work results from an entity transaction, each party to that 35626transaction who receives a copy of the work also receives whatever 35627licenses to the work the party's predecessor in interest had or could 35628give under the previous paragraph, plus a right to possession of the 35629Corresponding Source of the work from the predecessor in interest, if 35630the predecessor has it or can get it with reasonable efforts. 35631 35632 You may not impose any further restrictions on the exercise of the 35633rights granted or affirmed under this License. For example, you may 35634not impose a license fee, royalty, or other charge for exercise of 35635rights granted under this License, and you may not initiate litigation 35636(including a cross-claim or counterclaim in a lawsuit) alleging that 35637any patent claim is infringed by making, using, selling, offering for 35638sale, or importing the Program or any portion of it. 35639 35640 11. Patents. 35641 35642 A "contributor" is a copyright holder who authorizes use under this 35643License of the Program or a work on which the Program is based. The 35644work thus licensed is called the contributor's "contributor version". 35645 35646 A contributor's "essential patent claims" are all patent claims 35647owned or controlled by the contributor, whether already acquired or 35648hereafter acquired, that would be infringed by some manner, permitted 35649by this License, of making, using, or selling its contributor version, 35650but do not include claims that would be infringed only as a 35651consequence of further modification of the contributor version. For 35652purposes of this definition, "control" includes the right to grant 35653patent sublicenses in a manner consistent with the requirements of 35654this License. 35655 35656 Each contributor grants you a non-exclusive, worldwide, royalty-free 35657patent license under the contributor's essential patent claims, to 35658make, use, sell, offer for sale, import and otherwise run, modify and 35659propagate the contents of its contributor version. 35660 35661 In the following three paragraphs, a "patent license" is any express 35662agreement or commitment, however denominated, not to enforce a patent 35663(such as an express permission to practice a patent or covenant not to 35664sue for patent infringement). To "grant" such a patent license to a 35665party means to make such an agreement or commitment not to enforce a 35666patent against the party. 35667 35668 If you convey a covered work, knowingly relying on a patent license, 35669and the Corresponding Source of the work is not available for anyone 35670to copy, free of charge and under the terms of this License, through a 35671publicly available network server or other readily accessible means, 35672then you must either (1) cause the Corresponding Source to be so 35673available, or (2) arrange to deprive yourself of the benefit of the 35674patent license for this particular work, or (3) arrange, in a manner 35675consistent with the requirements of this License, to extend the patent 35676license to downstream recipients. "Knowingly relying" means you have 35677actual knowledge that, but for the patent license, your conveying the 35678covered work in a country, or your recipient's use of the covered work 35679in a country, would infringe one or more identifiable patents in that 35680country that you have reason to believe are valid. 35681 35682 If, pursuant to or in connection with a single transaction or 35683arrangement, you convey, or propagate by procuring conveyance of, a 35684covered work, and grant a patent license to some of the parties 35685receiving the covered work authorizing them to use, propagate, modify 35686or convey a specific copy of the covered work, then the patent license 35687you grant is automatically extended to all recipients of the covered 35688work and works based on it. 35689 35690 A patent license is "discriminatory" if it does not include within 35691the scope of its coverage, prohibits the exercise of, or is 35692conditioned on the non-exercise of one or more of the rights that are 35693specifically granted under this License. You may not convey a covered 35694work if you are a party to an arrangement with a third party that is 35695in the business of distributing software, under which you make payment 35696to the third party based on the extent of your activity of conveying 35697the work, and under which the third party grants, to any of the 35698parties who would receive the covered work from you, a discriminatory 35699patent license (a) in connection with copies of the covered work 35700conveyed by you (or copies made from those copies), or (b) primarily 35701for and in connection with specific products or compilations that 35702contain the covered work, unless you entered into that arrangement, 35703or that patent license was granted, prior to 28 March 2007. 35704 35705 Nothing in this License shall be construed as excluding or limiting 35706any implied license or other defenses to infringement that may 35707otherwise be available to you under applicable patent law. 35708 35709 12. No Surrender of Others' Freedom. 35710 35711 If conditions are imposed on you (whether by court order, agreement or 35712otherwise) that contradict the conditions of this License, they do not 35713excuse you from the conditions of this License. If you cannot convey a 35714covered work so as to satisfy simultaneously your obligations under this 35715License and any other pertinent obligations, then as a consequence you may 35716not convey it at all. For example, if you agree to terms that obligate you 35717to collect a royalty for further conveying from those to whom you convey 35718the Program, the only way you could satisfy both those terms and this 35719License would be to refrain entirely from conveying the Program. 35720 35721 13. Use with the GNU Affero General Public License. 35722 35723 Notwithstanding any other provision of this License, you have 35724permission to link or combine any covered work with a work licensed 35725under version 3 of the GNU Affero General Public License into a single 35726combined work, and to convey the resulting work. The terms of this 35727License will continue to apply to the part which is the covered work, 35728but the special requirements of the GNU Affero General Public License, 35729section 13, concerning interaction through a network will apply to the 35730combination as such. 35731 35732 14. Revised Versions of this License. 35733 35734 The Free Software Foundation may publish revised and/or new versions of 35735the GNU General Public License from time to time. Such new versions will 35736be similar in spirit to the present version, but may differ in detail to 35737address new problems or concerns. 35738 35739 Each version is given a distinguishing version number. If the 35740Program specifies that a certain numbered version of the GNU General 35741Public License "or any later version" applies to it, you have the 35742option of following the terms and conditions either of that numbered 35743version or of any later version published by the Free Software 35744Foundation. If the Program does not specify a version number of the 35745GNU General Public License, you may choose any version ever published 35746by the Free Software Foundation. 35747 35748 If the Program specifies that a proxy can decide which future 35749versions of the GNU General Public License can be used, that proxy's 35750public statement of acceptance of a version permanently authorizes you 35751to choose that version for the Program. 35752 35753 Later license versions may give you additional or different 35754permissions. However, no additional obligations are imposed on any 35755author or copyright holder as a result of your choosing to follow a 35756later version. 35757 35758 15. Disclaimer of Warranty. 35759 35760 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 35761APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 35762HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 35763OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 35764THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 35765PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 35766IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 35767ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 35768 35769 16. Limitation of Liability. 35770 35771 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 35772WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 35773THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 35774GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 35775USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 35776DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 35777PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 35778EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 35779SUCH DAMAGES. 35780 35781 17. Interpretation of Sections 15 and 16. 35782 35783 If the disclaimer of warranty and limitation of liability provided 35784above cannot be given local legal effect according to their terms, 35785reviewing courts shall apply local law that most closely approximates 35786an absolute waiver of all civil liability in connection with the 35787Program, unless a warranty or assumption of liability accompanies a 35788copy of the Program in return for a fee. 35789 35790 END OF TERMS AND CONDITIONS 35791 35792 How to Apply These Terms to Your New Programs 35793 35794 If you develop a new program, and you want it to be of the greatest 35795possible use to the public, the best way to achieve this is to make it 35796free software which everyone can redistribute and change under these terms. 35797 35798 To do so, attach the following notices to the program. It is safest 35799to attach them to the start of each source file to most effectively 35800state the exclusion of warranty; and each file should have at least 35801the "copyright" line and a pointer to where the full notice is found. 35802 35803 <one line to give the program's name and a brief idea of what it does.> 35804 Copyright (C) <year> <name of author> 35805 35806 This program is free software: you can redistribute it and/or modify 35807 it under the terms of the GNU General Public License as published by 35808 the Free Software Foundation, either version 3 of the License, or 35809 (at your option) any later version. 35810 35811 This program is distributed in the hope that it will be useful, 35812 but WITHOUT ANY WARRANTY; without even the implied warranty of 35813 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35814 GNU General Public License for more details. 35815 35816 You should have received a copy of the GNU General Public License 35817 along with this program. If not, see <http://www.gnu.org/licenses/>. 35818 35819Also add information on how to contact you by electronic and paper mail. 35820 35821 If the program does terminal interaction, make it output a short 35822notice like this when it starts in an interactive mode: 35823 35824 <program> Copyright (C) <year> <name of author> 35825 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 35826 This is free software, and you are welcome to redistribute it 35827 under certain conditions; type `show c' for details. 35828 35829The hypothetical commands `show w' and `show c' should show the appropriate 35830parts of the General Public License. Of course, your program's commands 35831might be different; for a GUI interface, you would use an "about box". 35832 35833 You should also get your employer (if you work as a programmer) or school, 35834if any, to sign a "copyright disclaimer" for the program, if necessary. 35835For more information on this, and how to apply and follow the GNU GPL, see 35836<http://www.gnu.org/licenses/>. 35837 35838 The GNU General Public License does not permit incorporating your program 35839into proprietary programs. If your program is a subroutine library, you 35840may consider it more useful to permit linking proprietary applications with 35841the library. If this is what you want to do, use the GNU Lesser General 35842Public License instead of this License. But first, please read 35843<http://www.gnu.org/philosophy/why-not-lgpl.html>. 35844 35845</pre> 35846<div class="license-packages"> 35847Used by these packages: app-misc/utouch-evemu-1.0.5-r10 app-arch/gzip-1.5 app-arch/cpio-2.11-r1 sys-fs/fuse-exfat-1.0.2_pre401 app-arch/tar-1.26-r1 sys-devel/binutils-2.22-r27 sys-devel/make-3.82-r4 net-misc/wget-1.14 sys-devel/m4-1.4.16 app-benchmarks/glmark2-285-r2 net-misc/rsync-3.0.9-r3 sys-block/parted-3.1-r1 sys-apps/less-457 app-admin/rsyslog-5.8.11-r1 sys-libs/readline-6.2_p1 sys-libs/gcc-libs-4.8.2-r11 chromeos-base/autotest-deps-glmark2-0.0.1-r438 sys-fs/mtools-4.0.15 sys-fs/dosfstools-3.0.26 sys-apps/util-linux-2.24 sys-devel/autoconf-2.69 sys-apps/grep-2.14 sys-apps/sed-4.2.1-r1 sys-fs/exfat-utils-1.0.2_pre401 sys-apps/coreutils-8.22 app-shells/bash-4.2_p45-r1 dev-lang/swig-2.0.4-r1 sys-libs/gdbm-1.9.1-r2 app-arch/sharutils-4.7 sys-apps/which-2.20 35848</div> 35849</div> 35850</div> 35851 35852<div class="product"> 35853<a name="ISC" class="title">Gentoo Package Stock License ISC</a> 35854<a class="show" href="#" onclick="return toggle(this);">show license text</a> 35855<div class="licence"> 35856<pre> 35857Copyright (c) 4-digit year, Company or Person's Name 35858 35859Permission to use, copy, modify, and/or distribute this software for any 35860purpose with or without fee is hereby granted, provided that the above 35861copyright notice and this permission notice appear in all copies. 35862 35863THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 35864WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 35865MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 35866ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 35867WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 35868ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 35869OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 35870 35871</pre> 35872<div class="license-packages"> 35873Used by these packages: app-misc/tmux-1.9a media-libs/harfbuzz-0.9.27-r2 dev-libs/confuse-2.7 net-wireless/iw-3.10 app-admin/sudo-1.8.6_p7 net-wireless/wireless-regdb-20131127-r3 35874</div> 35875</div> 35876</div> 35877 35878<div class="product"> 35879<a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a> 35880<a class="show" href="#" onclick="return toggle(this);">show license text</a> 35881<div class="licence"> 35882<pre> 35883 GNU LIBRARY GENERAL PUBLIC LICENSE 35884 Version 2, June 1991 35885 35886 Copyright (C) 1991 Free Software Foundation, Inc. 35887 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 35888 Everyone is permitted to copy and distribute verbatim copies 35889 of this license document, but changing it is not allowed. 35890 35891[This is the first released version of the library GPL. It is 35892 numbered 2 because it goes with version 2 of the ordinary GPL.] 35893 35894 Preamble 35895 35896 The licenses for most software are designed to take away your 35897freedom to share and change it. By contrast, the GNU General Public 35898Licenses are intended to guarantee your freedom to share and change 35899free software--to make sure the software is free for all its users. 35900 35901 This license, the Library General Public License, applies to some 35902specially designated Free Software Foundation software, and to any 35903other libraries whose authors decide to use it. You can use it for 35904your libraries, too. 35905 35906 When we speak of free software, we are referring to freedom, not 35907price. Our General Public Licenses are designed to make sure that you 35908have the freedom to distribute copies of free software (and charge for 35909this service if you wish), that you receive source code or can get it 35910if you want it, that you can change the software or use pieces of it 35911in new free programs; and that you know you can do these things. 35912 35913 To protect your rights, we need to make restrictions that forbid 35914anyone to deny you these rights or to ask you to surrender the rights. 35915These restrictions translate to certain responsibilities for you if 35916you distribute copies of the library, or if you modify it. 35917 35918 For example, if you distribute copies of the library, whether gratis 35919or for a fee, you must give the recipients all the rights that we gave 35920you. You must make sure that they, too, receive or can get the source 35921code. If you link a program with the library, you must provide 35922complete object files to the recipients so that they can relink them 35923with the library, after making changes to the library and recompiling 35924it. And you must show them these terms so they know their rights. 35925 35926 Our method of protecting your rights has two steps: (1) copyright 35927the library, and (2) offer you this license which gives you legal 35928permission to copy, distribute and/or modify the library. 35929 35930 Also, for each distributor's protection, we want to make certain 35931that everyone understands that there is no warranty for this free 35932library. If the library is modified by someone else and passed on, we 35933want its recipients to know that what they have is not the original 35934version, so that any problems introduced by others will not reflect on 35935the original authors' reputations. 35936 35937 Finally, any free program is threatened constantly by software 35938patents. We wish to avoid the danger that companies distributing free 35939software will individually obtain patent licenses, thus in effect 35940transforming the program into proprietary software. To prevent this, 35941we have made it clear that any patent must be licensed for everyone's 35942free use or not licensed at all. 35943 35944 Most GNU software, including some libraries, is covered by the ordinary 35945GNU General Public License, which was designed for utility programs. This 35946license, the GNU Library General Public License, applies to certain 35947designated libraries. This license is quite different from the ordinary 35948one; be sure to read it in full, and don't assume that anything in it is 35949the same as in the ordinary license. 35950 35951 The reason we have a separate public license for some libraries is that 35952they blur the distinction we usually make between modifying or adding to a 35953program and simply using it. Linking a program with a library, without 35954changing the library, is in some sense simply using the library, and is 35955analogous to running a utility program or application program. However, in 35956a textual and legal sense, the linked executable is a combined work, a 35957derivative of the original library, and the ordinary General Public License 35958treats it as such. 35959 35960 Because of this blurred distinction, using the ordinary General 35961Public License for libraries did not effectively promote software 35962sharing, because most developers did not use the libraries. We 35963concluded that weaker conditions might promote sharing better. 35964 35965 However, unrestricted linking of non-free programs would deprive the 35966users of those programs of all benefit from the free status of the 35967libraries themselves. This Library General Public License is intended to 35968permit developers of non-free programs to use free libraries, while 35969preserving your freedom as a user of such programs to change the free 35970libraries that are incorporated in them. (We have not seen how to achieve 35971this as regards changes in header files, but we have achieved it as regards 35972changes in the actual functions of the Library.) The hope is that this 35973will lead to faster development of free libraries. 35974 35975 The precise terms and conditions for copying, distribution and 35976modification follow. Pay close attention to the difference between a 35977"work based on the library" and a "work that uses the library". The 35978former contains code derived from the library, while the latter only 35979works together with the library. 35980 35981 Note that it is possible for a library to be covered by the ordinary 35982General Public License rather than by this special one. 35983 35984 GNU LIBRARY GENERAL PUBLIC LICENSE 35985 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 35986 35987 0. This License Agreement applies to any software library which 35988contains a notice placed by the copyright holder or other authorized 35989party saying it may be distributed under the terms of this Library 35990General Public License (also called "this License"). Each licensee is 35991addressed as "you". 35992 35993 A "library" means a collection of software functions and/or data 35994prepared so as to be conveniently linked with application programs 35995(which use some of those functions and data) to form executables. 35996 35997 The "Library", below, refers to any such software library or work 35998which has been distributed under these terms. A "work based on the 35999Library" means either the Library or any derivative work under 36000copyright law: that is to say, a work containing the Library or a 36001portion of it, either verbatim or with modifications and/or translated 36002straightforwardly into another language. (Hereinafter, translation is 36003included without limitation in the term "modification".) 36004 36005 "Source code" for a work means the preferred form of the work for 36006making modifications to it. For a library, complete source code means 36007all the source code for all modules it contains, plus any associated 36008interface definition files, plus the scripts used to control compilation 36009and installation of the library. 36010 36011 Activities other than copying, distribution and modification are not 36012covered by this License; they are outside its scope. The act of 36013running a program using the Library is not restricted, and output from 36014such a program is covered only if its contents constitute a work based 36015on the Library (independent of the use of the Library in a tool for 36016writing it). Whether that is true depends on what the Library does 36017and what the program that uses the Library does. 36018 36019 1. You may copy and distribute verbatim copies of the Library's 36020complete source code as you receive it, in any medium, provided that 36021you conspicuously and appropriately publish on each copy an 36022appropriate copyright notice and disclaimer of warranty; keep intact 36023all the notices that refer to this License and to the absence of any 36024warranty; and distribute a copy of this License along with the 36025Library. 36026 36027 You may charge a fee for the physical act of transferring a copy, 36028and you may at your option offer warranty protection in exchange for a 36029fee. 36030 36031 2. You may modify your copy or copies of the Library or any portion 36032of it, thus forming a work based on the Library, and copy and 36033distribute such modifications or work under the terms of Section 1 36034above, provided that you also meet all of these conditions: 36035 36036 a) The modified work must itself be a software library. 36037 36038 b) You must cause the files modified to carry prominent notices 36039 stating that you changed the files and the date of any change. 36040 36041 c) You must cause the whole of the work to be licensed at no 36042 charge to all third parties under the terms of this License. 36043 36044 d) If a facility in the modified Library refers to a function or a 36045 table of data to be supplied by an application program that uses 36046 the facility, other than as an argument passed when the facility 36047 is invoked, then you must make a good faith effort to ensure that, 36048 in the event an application does not supply such function or 36049 table, the facility still operates, and performs whatever part of 36050 its purpose remains meaningful. 36051 36052 (For example, a function in a library to compute square roots has 36053 a purpose that is entirely well-defined independent of the 36054 application. Therefore, Subsection 2d requires that any 36055 application-supplied function or table used by this function must 36056 be optional: if the application does not supply it, the square 36057 root function must still compute square roots.) 36058 36059These requirements apply to the modified work as a whole. If 36060identifiable sections of that work are not derived from the Library, 36061and can be reasonably considered independent and separate works in 36062themselves, then this License, and its terms, do not apply to those 36063sections when you distribute them as separate works. But when you 36064distribute the same sections as part of a whole which is a work based 36065on the Library, the distribution of the whole must be on the terms of 36066this License, whose permissions for other licensees extend to the 36067entire whole, and thus to each and every part regardless of who wrote 36068it. 36069 36070Thus, it is not the intent of this section to claim rights or contest 36071your rights to work written entirely by you; rather, the intent is to 36072exercise the right to control the distribution of derivative or 36073collective works based on the Library. 36074 36075In addition, mere aggregation of another work not based on the Library 36076with the Library (or with a work based on the Library) on a volume of 36077a storage or distribution medium does not bring the other work under 36078the scope of this License. 36079 36080 3. You may opt to apply the terms of the ordinary GNU General Public 36081License instead of this License to a given copy of the Library. To do 36082this, you must alter all the notices that refer to this License, so 36083that they refer to the ordinary GNU General Public License, version 2, 36084instead of to this License. (If a newer version than version 2 of the 36085ordinary GNU General Public License has appeared, then you can specify 36086that version instead if you wish.) Do not make any other change in 36087these notices. 36088 36089 Once this change is made in a given copy, it is irreversible for 36090that copy, so the ordinary GNU General Public License applies to all 36091subsequent copies and derivative works made from that copy. 36092 36093 This option is useful when you wish to copy part of the code of 36094the Library into a program that is not a library. 36095 36096 4. You may copy and distribute the Library (or a portion or 36097derivative of it, under Section 2) in object code or executable form 36098under the terms of Sections 1 and 2 above provided that you accompany 36099it with the complete corresponding machine-readable source code, which 36100must be distributed under the terms of Sections 1 and 2 above on a 36101medium customarily used for software interchange. 36102 36103 If distribution of object code is made by offering access to copy 36104from a designated place, then offering equivalent access to copy the 36105source code from the same place satisfies the requirement to 36106distribute the source code, even though third parties are not 36107compelled to copy the source along with the object code. 36108 36109 5. A program that contains no derivative of any portion of the 36110Library, but is designed to work with the Library by being compiled or 36111linked with it, is called a "work that uses the Library". Such a 36112work, in isolation, is not a derivative work of the Library, and 36113therefore falls outside the scope of this License. 36114 36115 However, linking a "work that uses the Library" with the Library 36116creates an executable that is a derivative of the Library (because it 36117contains portions of the Library), rather than a "work that uses the 36118library". The executable is therefore covered by this License. 36119Section 6 states terms for distribution of such executables. 36120 36121 When a "work that uses the Library" uses material from a header file 36122that is part of the Library, the object code for the work may be a 36123derivative work of the Library even though the source code is not. 36124Whether this is true is especially significant if the work can be 36125linked without the Library, or if the work is itself a library. The 36126threshold for this to be true is not precisely defined by law. 36127 36128 If such an object file uses only numerical parameters, data 36129structure layouts and accessors, and small macros and small inline 36130functions (ten lines or less in length), then the use of the object 36131file is unrestricted, regardless of whether it is legally a derivative 36132work. (Executables containing this object code plus portions of the 36133Library will still fall under Section 6.) 36134 36135 Otherwise, if the work is a derivative of the Library, you may 36136distribute the object code for the work under the terms of Section 6. 36137Any executables containing that work also fall under Section 6, 36138whether or not they are linked directly with the Library itself. 36139 36140 6. As an exception to the Sections above, you may also compile or 36141link a "work that uses the Library" with the Library to produce a 36142work containing portions of the Library, and distribute that work 36143under terms of your choice, provided that the terms permit 36144modification of the work for the customer's own use and reverse 36145engineering for debugging such modifications. 36146 36147 You must give prominent notice with each copy of the work that the 36148Library is used in it and that the Library and its use are covered by 36149this License. You must supply a copy of this License. If the work 36150during execution displays copyright notices, you must include the 36151copyright notice for the Library among them, as well as a reference 36152directing the user to the copy of this License. Also, you must do one 36153of these things: 36154 36155 a) Accompany the work with the complete corresponding 36156 machine-readable source code for the Library including whatever 36157 changes were used in the work (which must be distributed under 36158 Sections 1 and 2 above); and, if the work is an executable linked 36159 with the Library, with the complete machine-readable "work that 36160 uses the Library", as object code and/or source code, so that the 36161 user can modify the Library and then relink to produce a modified 36162 executable containing the modified Library. (It is understood 36163 that the user who changes the contents of definitions files in the 36164 Library will not necessarily be able to recompile the application 36165 to use the modified definitions.) 36166 36167 b) Accompany the work with a written offer, valid for at 36168 least three years, to give the same user the materials 36169 specified in Subsection 6a, above, for a charge no more 36170 than the cost of performing this distribution. 36171 36172 c) If distribution of the work is made by offering access to copy 36173 from a designated place, offer equivalent access to copy the above 36174 specified materials from the same place. 36175 36176 d) Verify that the user has already received a copy of these 36177 materials or that you have already sent this user a copy. 36178 36179 For an executable, the required form of the "work that uses the 36180Library" must include any data and utility programs needed for 36181reproducing the executable from it. However, as a special exception, 36182the source code distributed need not include anything that is normally 36183distributed (in either source or binary form) with the major 36184components (compiler, kernel, and so on) of the operating system on 36185which the executable runs, unless that component itself accompanies 36186the executable. 36187 36188 It may happen that this requirement contradicts the license 36189restrictions of other proprietary libraries that do not normally 36190accompany the operating system. Such a contradiction means you cannot 36191use both them and the Library together in an executable that you 36192distribute. 36193 36194 7. You may place library facilities that are a work based on the 36195Library side-by-side in a single library together with other library 36196facilities not covered by this License, and distribute such a combined 36197library, provided that the separate distribution of the work based on 36198the Library and of the other library facilities is otherwise 36199permitted, and provided that you do these two things: 36200 36201 a) Accompany the combined library with a copy of the same work 36202 based on the Library, uncombined with any other library 36203 facilities. This must be distributed under the terms of the 36204 Sections above. 36205 36206 b) Give prominent notice with the combined library of the fact 36207 that part of it is a work based on the Library, and explaining 36208 where to find the accompanying uncombined form of the same work. 36209 36210 8. You may not copy, modify, sublicense, link with, or distribute 36211the Library except as expressly provided under this License. Any 36212attempt otherwise to copy, modify, sublicense, link with, or 36213distribute the Library is void, and will automatically terminate your 36214rights under this License. However, parties who have received copies, 36215or rights, from you under this License will not have their licenses 36216terminated so long as such parties remain in full compliance. 36217 36218 9. You are not required to accept this License, since you have not 36219signed it. However, nothing else grants you permission to modify or 36220distribute the Library or its derivative works. These actions are 36221prohibited by law if you do not accept this License. Therefore, by 36222modifying or distributing the Library (or any work based on the 36223Library), you indicate your acceptance of this License to do so, and 36224all its terms and conditions for copying, distributing or modifying 36225the Library or works based on it. 36226 36227 10. Each time you redistribute the Library (or any work based on the 36228Library), the recipient automatically receives a license from the 36229original licensor to copy, distribute, link with or modify the Library 36230subject to these terms and conditions. You may not impose any further 36231restrictions on the recipients' exercise of the rights granted herein. 36232You are not responsible for enforcing compliance by third parties to 36233this License. 36234 36235 11. If, as a consequence of a court judgment or allegation of patent 36236infringement or for any other reason (not limited to patent issues), 36237conditions are imposed on you (whether by court order, agreement or 36238otherwise) that contradict the conditions of this License, they do not 36239excuse you from the conditions of this License. If you cannot 36240distribute so as to satisfy simultaneously your obligations under this 36241License and any other pertinent obligations, then as a consequence you 36242may not distribute the Library at all. For example, if a patent 36243license would not permit royalty-free redistribution of the Library by 36244all those who receive copies directly or indirectly through you, then 36245the only way you could satisfy both it and this License would be to 36246refrain entirely from distribution of the Library. 36247 36248If any portion of this section is held invalid or unenforceable under any 36249particular circumstance, the balance of the section is intended to apply, 36250and the section as a whole is intended to apply in other circumstances. 36251 36252It is not the purpose of this section to induce you to infringe any 36253patents or other property right claims or to contest validity of any 36254such claims; this section has the sole purpose of protecting the 36255integrity of the free software distribution system which is 36256implemented by public license practices. Many people have made 36257generous contributions to the wide range of software distributed 36258through that system in reliance on consistent application of that 36259system; it is up to the author/donor to decide if he or she is willing 36260to distribute software through any other system and a licensee cannot 36261impose that choice. 36262 36263This section is intended to make thoroughly clear what is believed to 36264be a consequence of the rest of this License. 36265 36266 12. If the distribution and/or use of the Library is restricted in 36267certain countries either by patents or by copyrighted interfaces, the 36268original copyright holder who places the Library under this License may add 36269an explicit geographical distribution limitation excluding those countries, 36270so that distribution is permitted only in or among countries not thus 36271excluded. In such case, this License incorporates the limitation as if 36272written in the body of this License. 36273 36274 13. The Free Software Foundation may publish revised and/or new 36275versions of the Library General Public License from time to time. 36276Such new versions will be similar in spirit to the present version, 36277but may differ in detail to address new problems or concerns. 36278 36279Each version is given a distinguishing version number. If the Library 36280specifies a version number of this License which applies to it and 36281"any later version", you have the option of following the terms and 36282conditions either of that version or of any later version published by 36283the Free Software Foundation. If the Library does not specify a 36284license version number, you may choose any version ever published by 36285the Free Software Foundation. 36286 36287 14. If you wish to incorporate parts of the Library into other free 36288programs whose distribution conditions are incompatible with these, 36289write to the author to ask for permission. For software which is 36290copyrighted by the Free Software Foundation, write to the Free 36291Software Foundation; we sometimes make exceptions for this. Our 36292decision will be guided by the two goals of preserving the free status 36293of all derivatives of our free software and of promoting the sharing 36294and reuse of software generally. 36295 36296 NO WARRANTY 36297 36298 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 36299WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 36300EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 36301OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 36302KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 36303IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 36304PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 36305LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 36306THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 36307 36308 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 36309WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 36310AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 36311FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 36312CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 36313LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 36314RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 36315FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 36316SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 36317DAMAGES. 36318 36319 END OF TERMS AND CONDITIONS 36320 36321 Appendix: How to Apply These Terms to Your New Libraries 36322 36323 If you develop a new library, and you want it to be of the greatest 36324possible use to the public, we recommend making it free software that 36325everyone can redistribute and change. You can do so by permitting 36326redistribution under these terms (or, alternatively, under the terms of the 36327ordinary General Public License). 36328 36329 To apply these terms, attach the following notices to the library. It is 36330safest to attach them to the start of each source file to most effectively 36331convey the exclusion of warranty; and each file should have at least the 36332"copyright" line and a pointer to where the full notice is found. 36333 36334 <one line to give the library's name and a brief idea of what it does.> 36335 Copyright (C) <year> <name of author> 36336 36337 This library is free software; you can redistribute it and/or 36338 modify it under the terms of the GNU Library General Public 36339 License as published by the Free Software Foundation; either 36340 version 2 of the License, or (at your option) any later version. 36341 36342 This library is distributed in the hope that it will be useful, 36343 but WITHOUT ANY WARRANTY; without even the implied warranty of 36344 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 36345 Library General Public License for more details. 36346 36347 You should have received a copy of the GNU Library General Public 36348 License along with this library; if not, write to the Free 36349 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, 36350 MA 02111-1307, USA 36351 36352Also add information on how to contact you by electronic and paper mail. 36353 36354You should also get your employer (if you work as a programmer) or your 36355school, if any, to sign a "copyright disclaimer" for the library, if 36356necessary. Here is a sample; alter the names: 36357 36358 Yoyodyne, Inc., hereby disclaims all copyright interest in the 36359 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 36360 36361 <signature of Ty Coon>, 1 April 1990 36362 Ty Coon, President of Vice 36363 36364That's all there is to it! 36365 36366</pre> 36367<div class="license-packages"> 36368Used by these packages: sys-devel/gdb-7.7.1-r1 x11-libs/pango-1.32.5-r1 dev-libs/libaio-0.3.109-r3 dev-libs/dbus-c++-0.0.2-r51 dev-embedded/libftdi-1.0-r3 x11-apps/mesa-progs-8.0.1 dev-libs/glib-2.34.3-r2 dev-libs/atk-1.32.0-r1 x11-libs/gtk+-2.20.1 gnome-base/libglade-2.6.4 sys-apps/kmod-17 36369</div> 36370</div> 36371</div> 36372 36373<div class="product"> 36374<a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a> 36375<a class="show" href="#" onclick="return toggle(this);">show license text</a> 36376<div class="licence"> 36377<pre> 36378GNU Library General Public License, version 2 or any later version. 36379See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses. 36380 36381</pre> 36382<div class="license-packages"> 36383Used by these packages: x11-libs/pango-1.32.5-r1 dev-libs/glib-2.34.3-r2 36384</div> 36385</div> 36386</div> 36387 36388<div class="product"> 36389<a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a> 36390<a class="show" href="#" onclick="return toggle(this);">show license text</a> 36391<div class="licence"> 36392<pre> 36393 GNU LESSER GENERAL PUBLIC LICENSE 36394 Version 2.1, February 1999 36395 36396 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 36397 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 36398 Everyone is permitted to copy and distribute verbatim copies 36399 of this license document, but changing it is not allowed. 36400 36401[This is the first released version of the Lesser GPL. It also counts 36402 as the successor of the GNU Library Public License, version 2, hence 36403 the version number 2.1.] 36404 36405 Preamble 36406 36407 The licenses for most software are designed to take away your 36408freedom to share and change it. By contrast, the GNU General Public 36409Licenses are intended to guarantee your freedom to share and change 36410free software--to make sure the software is free for all its users. 36411 36412 This license, the Lesser General Public License, applies to some 36413specially designated software packages--typically libraries--of the 36414Free Software Foundation and other authors who decide to use it. You 36415can use it too, but we suggest you first think carefully about whether 36416this license or the ordinary General Public License is the better 36417strategy to use in any particular case, based on the explanations below. 36418 36419 When we speak of free software, we are referring to freedom of use, 36420not price. Our General Public Licenses are designed to make sure that 36421you have the freedom to distribute copies of free software (and charge 36422for this service if you wish); that you receive source code or can get 36423it if you want it; that you can change the software and use pieces of 36424it in new free programs; and that you are informed that you can do 36425these things. 36426 36427 To protect your rights, we need to make restrictions that forbid 36428distributors to deny you these rights or to ask you to surrender these 36429rights. These restrictions translate to certain responsibilities for 36430you if you distribute copies of the library or if you modify it. 36431 36432 For example, if you distribute copies of the library, whether gratis 36433or for a fee, you must give the recipients all the rights that we gave 36434you. You must make sure that they, too, receive or can get the source 36435code. If you link other code with the library, you must provide 36436complete object files to the recipients, so that they can relink them 36437with the library after making changes to the library and recompiling 36438it. And you must show them these terms so they know their rights. 36439 36440 We protect your rights with a two-step method: (1) we copyright the 36441library, and (2) we offer you this license, which gives you legal 36442permission to copy, distribute and/or modify the library. 36443 36444 To protect each distributor, we want to make it very clear that 36445there is no warranty for the free library. Also, if the library is 36446modified by someone else and passed on, the recipients should know 36447that what they have is not the original version, so that the original 36448author's reputation will not be affected by problems that might be 36449introduced by others. 36450 36451 Finally, software patents pose a constant threat to the existence of 36452any free program. We wish to make sure that a company cannot 36453effectively restrict the users of a free program by obtaining a 36454restrictive license from a patent holder. Therefore, we insist that 36455any patent license obtained for a version of the library must be 36456consistent with the full freedom of use specified in this license. 36457 36458 Most GNU software, including some libraries, is covered by the 36459ordinary GNU General Public License. This license, the GNU Lesser 36460General Public License, applies to certain designated libraries, and 36461is quite different from the ordinary General Public License. We use 36462this license for certain libraries in order to permit linking those 36463libraries into non-free programs. 36464 36465 When a program is linked with a library, whether statically or using 36466a shared library, the combination of the two is legally speaking a 36467combined work, a derivative of the original library. The ordinary 36468General Public License therefore permits such linking only if the 36469entire combination fits its criteria of freedom. The Lesser General 36470Public License permits more lax criteria for linking other code with 36471the library. 36472 36473 We call this license the "Lesser" General Public License because it 36474does Less to protect the user's freedom than the ordinary General 36475Public License. It also provides other free software developers Less 36476of an advantage over competing non-free programs. These disadvantages 36477are the reason we use the ordinary General Public License for many 36478libraries. However, the Lesser license provides advantages in certain 36479special circumstances. 36480 36481 For example, on rare occasions, there may be a special need to 36482encourage the widest possible use of a certain library, so that it becomes 36483a de-facto standard. To achieve this, non-free programs must be 36484allowed to use the library. A more frequent case is that a free 36485library does the same job as widely used non-free libraries. In this 36486case, there is little to gain by limiting the free library to free 36487software only, so we use the Lesser General Public License. 36488 36489 In other cases, permission to use a particular library in non-free 36490programs enables a greater number of people to use a large body of 36491free software. For example, permission to use the GNU C Library in 36492non-free programs enables many more people to use the whole GNU 36493operating system, as well as its variant, the GNU/Linux operating 36494system. 36495 36496 Although the Lesser General Public License is Less protective of the 36497users' freedom, it does ensure that the user of a program that is 36498linked with the Library has the freedom and the wherewithal to run 36499that program using a modified version of the Library. 36500 36501 The precise terms and conditions for copying, distribution and 36502modification follow. Pay close attention to the difference between a 36503"work based on the library" and a "work that uses the library". The 36504former contains code derived from the library, whereas the latter must 36505be combined with the library in order to run. 36506 36507 GNU LESSER GENERAL PUBLIC LICENSE 36508 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 36509 36510 0. This License Agreement applies to any software library or other 36511program which contains a notice placed by the copyright holder or 36512other authorized party saying it may be distributed under the terms of 36513this Lesser General Public License (also called "this License"). 36514Each licensee is addressed as "you". 36515 36516 A "library" means a collection of software functions and/or data 36517prepared so as to be conveniently linked with application programs 36518(which use some of those functions and data) to form executables. 36519 36520 The "Library", below, refers to any such software library or work 36521which has been distributed under these terms. A "work based on the 36522Library" means either the Library or any derivative work under 36523copyright law: that is to say, a work containing the Library or a 36524portion of it, either verbatim or with modifications and/or translated 36525straightforwardly into another language. (Hereinafter, translation is 36526included without limitation in the term "modification".) 36527 36528 "Source code" for a work means the preferred form of the work for 36529making modifications to it. For a library, complete source code means 36530all the source code for all modules it contains, plus any associated 36531interface definition files, plus the scripts used to control compilation 36532and installation of the library. 36533 36534 Activities other than copying, distribution and modification are not 36535covered by this License; they are outside its scope. The act of 36536running a program using the Library is not restricted, and output from 36537such a program is covered only if its contents constitute a work based 36538on the Library (independent of the use of the Library in a tool for 36539writing it). Whether that is true depends on what the Library does 36540and what the program that uses the Library does. 36541 36542 1. You may copy and distribute verbatim copies of the Library's 36543complete source code as you receive it, in any medium, provided that 36544you conspicuously and appropriately publish on each copy an 36545appropriate copyright notice and disclaimer of warranty; keep intact 36546all the notices that refer to this License and to the absence of any 36547warranty; and distribute a copy of this License along with the 36548Library. 36549 36550 You may charge a fee for the physical act of transferring a copy, 36551and you may at your option offer warranty protection in exchange for a 36552fee. 36553 36554 2. You may modify your copy or copies of the Library or any portion 36555of it, thus forming a work based on the Library, and copy and 36556distribute such modifications or work under the terms of Section 1 36557above, provided that you also meet all of these conditions: 36558 36559 a) The modified work must itself be a software library. 36560 36561 b) You must cause the files modified to carry prominent notices 36562 stating that you changed the files and the date of any change. 36563 36564 c) You must cause the whole of the work to be licensed at no 36565 charge to all third parties under the terms of this License. 36566 36567 d) If a facility in the modified Library refers to a function or a 36568 table of data to be supplied by an application program that uses 36569 the facility, other than as an argument passed when the facility 36570 is invoked, then you must make a good faith effort to ensure that, 36571 in the event an application does not supply such function or 36572 table, the facility still operates, and performs whatever part of 36573 its purpose remains meaningful. 36574 36575 (For example, a function in a library to compute square roots has 36576 a purpose that is entirely well-defined independent of the 36577 application. Therefore, Subsection 2d requires that any 36578 application-supplied function or table used by this function must 36579 be optional: if the application does not supply it, the square 36580 root function must still compute square roots.) 36581 36582These requirements apply to the modified work as a whole. If 36583identifiable sections of that work are not derived from the Library, 36584and can be reasonably considered independent and separate works in 36585themselves, then this License, and its terms, do not apply to those 36586sections when you distribute them as separate works. But when you 36587distribute the same sections as part of a whole which is a work based 36588on the Library, the distribution of the whole must be on the terms of 36589this License, whose permissions for other licensees extend to the 36590entire whole, and thus to each and every part regardless of who wrote 36591it. 36592 36593Thus, it is not the intent of this section to claim rights or contest 36594your rights to work written entirely by you; rather, the intent is to 36595exercise the right to control the distribution of derivative or 36596collective works based on the Library. 36597 36598In addition, mere aggregation of another work not based on the Library 36599with the Library (or with a work based on the Library) on a volume of 36600a storage or distribution medium does not bring the other work under 36601the scope of this License. 36602 36603 3. You may opt to apply the terms of the ordinary GNU General Public 36604License instead of this License to a given copy of the Library. To do 36605this, you must alter all the notices that refer to this License, so 36606that they refer to the ordinary GNU General Public License, version 2, 36607instead of to this License. (If a newer version than version 2 of the 36608ordinary GNU General Public License has appeared, then you can specify 36609that version instead if you wish.) Do not make any other change in 36610these notices. 36611 36612 Once this change is made in a given copy, it is irreversible for 36613that copy, so the ordinary GNU General Public License applies to all 36614subsequent copies and derivative works made from that copy. 36615 36616 This option is useful when you wish to copy part of the code of 36617the Library into a program that is not a library. 36618 36619 4. You may copy and distribute the Library (or a portion or 36620derivative of it, under Section 2) in object code or executable form 36621under the terms of Sections 1 and 2 above provided that you accompany 36622it with the complete corresponding machine-readable source code, which 36623must be distributed under the terms of Sections 1 and 2 above on a 36624medium customarily used for software interchange. 36625 36626 If distribution of object code is made by offering access to copy 36627from a designated place, then offering equivalent access to copy the 36628source code from the same place satisfies the requirement to 36629distribute the source code, even though third parties are not 36630compelled to copy the source along with the object code. 36631 36632 5. A program that contains no derivative of any portion of the 36633Library, but is designed to work with the Library by being compiled or 36634linked with it, is called a "work that uses the Library". Such a 36635work, in isolation, is not a derivative work of the Library, and 36636therefore falls outside the scope of this License. 36637 36638 However, linking a "work that uses the Library" with the Library 36639creates an executable that is a derivative of the Library (because it 36640contains portions of the Library), rather than a "work that uses the 36641library". The executable is therefore covered by this License. 36642Section 6 states terms for distribution of such executables. 36643 36644 When a "work that uses the Library" uses material from a header file 36645that is part of the Library, the object code for the work may be a 36646derivative work of the Library even though the source code is not. 36647Whether this is true is especially significant if the work can be 36648linked without the Library, or if the work is itself a library. The 36649threshold for this to be true is not precisely defined by law. 36650 36651 If such an object file uses only numerical parameters, data 36652structure layouts and accessors, and small macros and small inline 36653functions (ten lines or less in length), then the use of the object 36654file is unrestricted, regardless of whether it is legally a derivative 36655work. (Executables containing this object code plus portions of the 36656Library will still fall under Section 6.) 36657 36658 Otherwise, if the work is a derivative of the Library, you may 36659distribute the object code for the work under the terms of Section 6. 36660Any executables containing that work also fall under Section 6, 36661whether or not they are linked directly with the Library itself. 36662 36663 6. As an exception to the Sections above, you may also combine or 36664link a "work that uses the Library" with the Library to produce a 36665work containing portions of the Library, and distribute that work 36666under terms of your choice, provided that the terms permit 36667modification of the work for the customer's own use and reverse 36668engineering for debugging such modifications. 36669 36670 You must give prominent notice with each copy of the work that the 36671Library is used in it and that the Library and its use are covered by 36672this License. You must supply a copy of this License. If the work 36673during execution displays copyright notices, you must include the 36674copyright notice for the Library among them, as well as a reference 36675directing the user to the copy of this License. Also, you must do one 36676of these things: 36677 36678 a) Accompany the work with the complete corresponding 36679 machine-readable source code for the Library including whatever 36680 changes were used in the work (which must be distributed under 36681 Sections 1 and 2 above); and, if the work is an executable linked 36682 with the Library, with the complete machine-readable "work that 36683 uses the Library", as object code and/or source code, so that the 36684 user can modify the Library and then relink to produce a modified 36685 executable containing the modified Library. (It is understood 36686 that the user who changes the contents of definitions files in the 36687 Library will not necessarily be able to recompile the application 36688 to use the modified definitions.) 36689 36690 b) Use a suitable shared library mechanism for linking with the 36691 Library. A suitable mechanism is one that (1) uses at run time a 36692 copy of the library already present on the user's computer system, 36693 rather than copying library functions into the executable, and (2) 36694 will operate properly with a modified version of the library, if 36695 the user installs one, as long as the modified version is 36696 interface-compatible with the version that the work was made with. 36697 36698 c) Accompany the work with a written offer, valid for at 36699 least three years, to give the same user the materials 36700 specified in Subsection 6a, above, for a charge no more 36701 than the cost of performing this distribution. 36702 36703 d) If distribution of the work is made by offering access to copy 36704 from a designated place, offer equivalent access to copy the above 36705 specified materials from the same place. 36706 36707 e) Verify that the user has already received a copy of these 36708 materials or that you have already sent this user a copy. 36709 36710 For an executable, the required form of the "work that uses the 36711Library" must include any data and utility programs needed for 36712reproducing the executable from it. However, as a special exception, 36713the materials to be distributed need not include anything that is 36714normally distributed (in either source or binary form) with the major 36715components (compiler, kernel, and so on) of the operating system on 36716which the executable runs, unless that component itself accompanies 36717the executable. 36718 36719 It may happen that this requirement contradicts the license 36720restrictions of other proprietary libraries that do not normally 36721accompany the operating system. Such a contradiction means you cannot 36722use both them and the Library together in an executable that you 36723distribute. 36724 36725 7. You may place library facilities that are a work based on the 36726Library side-by-side in a single library together with other library 36727facilities not covered by this License, and distribute such a combined 36728library, provided that the separate distribution of the work based on 36729the Library and of the other library facilities is otherwise 36730permitted, and provided that you do these two things: 36731 36732 a) Accompany the combined library with a copy of the same work 36733 based on the Library, uncombined with any other library 36734 facilities. This must be distributed under the terms of the 36735 Sections above. 36736 36737 b) Give prominent notice with the combined library of the fact 36738 that part of it is a work based on the Library, and explaining 36739 where to find the accompanying uncombined form of the same work. 36740 36741 8. You may not copy, modify, sublicense, link with, or distribute 36742the Library except as expressly provided under this License. Any 36743attempt otherwise to copy, modify, sublicense, link with, or 36744distribute the Library is void, and will automatically terminate your 36745rights under this License. However, parties who have received copies, 36746or rights, from you under this License will not have their licenses 36747terminated so long as such parties remain in full compliance. 36748 36749 9. You are not required to accept this License, since you have not 36750signed it. However, nothing else grants you permission to modify or 36751distribute the Library or its derivative works. These actions are 36752prohibited by law if you do not accept this License. Therefore, by 36753modifying or distributing the Library (or any work based on the 36754Library), you indicate your acceptance of this License to do so, and 36755all its terms and conditions for copying, distributing or modifying 36756the Library or works based on it. 36757 36758 10. Each time you redistribute the Library (or any work based on the 36759Library), the recipient automatically receives a license from the 36760original licensor to copy, distribute, link with or modify the Library 36761subject to these terms and conditions. You may not impose any further 36762restrictions on the recipients' exercise of the rights granted herein. 36763You are not responsible for enforcing compliance by third parties with 36764this License. 36765 36766 11. If, as a consequence of a court judgment or allegation of patent 36767infringement or for any other reason (not limited to patent issues), 36768conditions are imposed on you (whether by court order, agreement or 36769otherwise) that contradict the conditions of this License, they do not 36770excuse you from the conditions of this License. If you cannot 36771distribute so as to satisfy simultaneously your obligations under this 36772License and any other pertinent obligations, then as a consequence you 36773may not distribute the Library at all. For example, if a patent 36774license would not permit royalty-free redistribution of the Library by 36775all those who receive copies directly or indirectly through you, then 36776the only way you could satisfy both it and this License would be to 36777refrain entirely from distribution of the Library. 36778 36779If any portion of this section is held invalid or unenforceable under any 36780particular circumstance, the balance of the section is intended to apply, 36781and the section as a whole is intended to apply in other circumstances. 36782 36783It is not the purpose of this section to induce you to infringe any 36784patents or other property right claims or to contest validity of any 36785such claims; this section has the sole purpose of protecting the 36786integrity of the free software distribution system which is 36787implemented by public license practices. Many people have made 36788generous contributions to the wide range of software distributed 36789through that system in reliance on consistent application of that 36790system; it is up to the author/donor to decide if he or she is willing 36791to distribute software through any other system and a licensee cannot 36792impose that choice. 36793 36794This section is intended to make thoroughly clear what is believed to 36795be a consequence of the rest of this License. 36796 36797 12. If the distribution and/or use of the Library is restricted in 36798certain countries either by patents or by copyrighted interfaces, the 36799original copyright holder who places the Library under this License may add 36800an explicit geographical distribution limitation excluding those countries, 36801so that distribution is permitted only in or among countries not thus 36802excluded. In such case, this License incorporates the limitation as if 36803written in the body of this License. 36804 36805 13. The Free Software Foundation may publish revised and/or new 36806versions of the Lesser General Public License from time to time. 36807Such new versions will be similar in spirit to the present version, 36808but may differ in detail to address new problems or concerns. 36809 36810Each version is given a distinguishing version number. If the Library 36811specifies a version number of this License which applies to it and 36812"any later version", you have the option of following the terms and 36813conditions either of that version or of any later version published by 36814the Free Software Foundation. If the Library does not specify a 36815license version number, you may choose any version ever published by 36816the Free Software Foundation. 36817 36818 14. If you wish to incorporate parts of the Library into other free 36819programs whose distribution conditions are incompatible with these, 36820write to the author to ask for permission. For software which is 36821copyrighted by the Free Software Foundation, write to the Free 36822Software Foundation; we sometimes make exceptions for this. Our 36823decision will be guided by the two goals of preserving the free status 36824of all derivatives of our free software and of promoting the sharing 36825and reuse of software generally. 36826 36827 NO WARRANTY 36828 36829 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 36830WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. 36831EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR 36832OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY 36833KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 36834IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 36835PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE 36836LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME 36837THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 36838 36839 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN 36840WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY 36841AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU 36842FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR 36843CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE 36844LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING 36845RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 36846FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF 36847SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 36848DAMAGES. 36849 36850 END OF TERMS AND CONDITIONS 36851 36852 How to Apply These Terms to Your New Libraries 36853 36854 If you develop a new library, and you want it to be of the greatest 36855possible use to the public, we recommend making it free software that 36856everyone can redistribute and change. You can do so by permitting 36857redistribution under these terms (or, alternatively, under the terms of the 36858ordinary General Public License). 36859 36860 To apply these terms, attach the following notices to the library. It is 36861safest to attach them to the start of each source file to most effectively 36862convey the exclusion of warranty; and each file should have at least the 36863"copyright" line and a pointer to where the full notice is found. 36864 36865 <one line to give the library's name and a brief idea of what it does.> 36866 Copyright (C) <year> <name of author> 36867 36868 This library is free software; you can redistribute it and/or 36869 modify it under the terms of the GNU Lesser General Public 36870 License as published by the Free Software Foundation; either 36871 version 2.1 of the License, or (at your option) any later version. 36872 36873 This library is distributed in the hope that it will be useful, 36874 but WITHOUT ANY WARRANTY; without even the implied warranty of 36875 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 36876 Lesser General Public License for more details. 36877 36878 You should have received a copy of the GNU Lesser General Public 36879 License along with this library; if not, write to the Free Software 36880 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 36881 36882Also add information on how to contact you by electronic and paper mail. 36883 36884You should also get your employer (if you work as a programmer) or your 36885school, if any, to sign a "copyright disclaimer" for the library, if 36886necessary. Here is a sample; alter the names: 36887 36888 Yoyodyne, Inc., hereby disclaims all copyright interest in the 36889 library `Frob' (a library for tweaking knobs) written by James Random Hacker. 36890 36891 <signature of Ty Coon>, 1 April 1990 36892 Ty Coon, President of Vice 36893 36894That's all there is to it! 36895 36896 36897 36898</pre> 36899<div class="license-packages"> 36900Used by these packages: dev-util/shflags-1.0.3-r1 media-libs/ladspa-sdk-1.13-r1 media-plugins/alsa-plugins-1.0.25-r1 net-dns/avahi-0.6.31-r4 x11-libs/cairo-1.12.12 sys-apps/keyutils-1.1 dev-libs/libusb-compat-0.1.5-r3 dev-libs/libgpg-error-1.10-r1 dev-libs/engine_pkcs11-0.1.8 net-wireless/bluez-5.19-r6 dev-libs/libp11-0.2.8-r1 dev-libs/libusb-1.0.18 media-libs/sbc-1.0 dev-libs/nss-3.16-r1 media-libs/alsa-lib-1.0.27.2 media-gfx/zbar-0.10-r4 dev-libs/libgcrypt-1.4.6 dev-python/pygtk-2.14.1-r5 media-libs/libmtp-0.0.1-r18 sys-libs/libcap-ng-0.6.6 dev-libs/libdaemon-0.14-r1 app-crypt/nss-3.16-r1 sys-apps/util-linux-2.24 dev-python/pygobject-2.18.0-r5 media-libs/libv4l-0.8.8 dev-libs/libnl-3.2.24 net-misc/modemmanager-classic-interfaces-0.0.1 sys-apps/acl-2.2.51 dev-python/pycairo-1.10.0-r4 sys-apps/attr-2.4.46-r2 app-editors/qemacs-0.4.0_pre20090420 dev-libs/opensc-0.12.2-r1 dev-libs/libnl-1.1-r1 app-accessibility/brltty-4.5-r10 dev-libs/nspr-4.10.4 media-sound/sox-14.3.2-r1 net-misc/modemmanager-next-1.3.0-r239 app-i18n/ibus-1.4.99.20120314-r5 36901</div> 36902</div> 36903</div> 36904 36905<div class="product"> 36906<a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a> 36907<a class="show" href="#" onclick="return toggle(this);">show license text</a> 36908<div class="licence"> 36909<pre> 36910 GNU LESSER GENERAL PUBLIC LICENSE 36911 Version 3, 29 June 2007 36912 36913 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 36914 Everyone is permitted to copy and distribute verbatim copies 36915 of this license document, but changing it is not allowed. 36916 36917 36918 This version of the GNU Lesser General Public License incorporates 36919the terms and conditions of version 3 of the GNU General Public 36920License, supplemented by the additional permissions listed below. 36921 36922 0. Additional Definitions. 36923 36924 As used herein, "this License" refers to version 3 of the GNU Lesser 36925General Public License, and the "GNU GPL" refers to version 3 of the GNU 36926General Public License. 36927 36928 "The Library" refers to a covered work governed by this License, 36929other than an Application or a Combined Work as defined below. 36930 36931 An "Application" is any work that makes use of an interface provided 36932by the Library, but which is not otherwise based on the Library. 36933Defining a subclass of a class defined by the Library is deemed a mode 36934of using an interface provided by the Library. 36935 36936 A "Combined Work" is a work produced by combining or linking an 36937Application with the Library. The particular version of the Library 36938with which the Combined Work was made is also called the "Linked 36939Version". 36940 36941 The "Minimal Corresponding Source" for a Combined Work means the 36942Corresponding Source for the Combined Work, excluding any source code 36943for portions of the Combined Work that, considered in isolation, are 36944based on the Application, and not on the Linked Version. 36945 36946 The "Corresponding Application Code" for a Combined Work means the 36947object code and/or source code for the Application, including any data 36948and utility programs needed for reproducing the Combined Work from the 36949Application, but excluding the System Libraries of the Combined Work. 36950 36951 1. Exception to Section 3 of the GNU GPL. 36952 36953 You may convey a covered work under sections 3 and 4 of this License 36954without being bound by section 3 of the GNU GPL. 36955 36956 2. Conveying Modified Versions. 36957 36958 If you modify a copy of the Library, and, in your modifications, a 36959facility refers to a function or data to be supplied by an Application 36960that uses the facility (other than as an argument passed when the 36961facility is invoked), then you may convey a copy of the modified 36962version: 36963 36964 a) under this License, provided that you make a good faith effort to 36965 ensure that, in the event an Application does not supply the 36966 function or data, the facility still operates, and performs 36967 whatever part of its purpose remains meaningful, or 36968 36969 b) under the GNU GPL, with none of the additional permissions of 36970 this License applicable to that copy. 36971 36972 3. Object Code Incorporating Material from Library Header Files. 36973 36974 The object code form of an Application may incorporate material from 36975a header file that is part of the Library. You may convey such object 36976code under terms of your choice, provided that, if the incorporated 36977material is not limited to numerical parameters, data structure 36978layouts and accessors, or small macros, inline functions and templates 36979(ten or fewer lines in length), you do both of the following: 36980 36981 a) Give prominent notice with each copy of the object code that the 36982 Library is used in it and that the Library and its use are 36983 covered by this License. 36984 36985 b) Accompany the object code with a copy of the GNU GPL and this license 36986 document. 36987 36988 4. Combined Works. 36989 36990 You may convey a Combined Work under terms of your choice that, 36991taken together, effectively do not restrict modification of the 36992portions of the Library contained in the Combined Work and reverse 36993engineering for debugging such modifications, if you also do each of 36994the following: 36995 36996 a) Give prominent notice with each copy of the Combined Work that 36997 the Library is used in it and that the Library and its use are 36998 covered by this License. 36999 37000 b) Accompany the Combined Work with a copy of the GNU GPL and this license 37001 document. 37002 37003 c) For a Combined Work that displays copyright notices during 37004 execution, include the copyright notice for the Library among 37005 these notices, as well as a reference directing the user to the 37006 copies of the GNU GPL and this license document. 37007 37008 d) Do one of the following: 37009 37010 0) Convey the Minimal Corresponding Source under the terms of this 37011 License, and the Corresponding Application Code in a form 37012 suitable for, and under terms that permit, the user to 37013 recombine or relink the Application with a modified version of 37014 the Linked Version to produce a modified Combined Work, in the 37015 manner specified by section 6 of the GNU GPL for conveying 37016 Corresponding Source. 37017 37018 1) Use a suitable shared library mechanism for linking with the 37019 Library. A suitable mechanism is one that (a) uses at run time 37020 a copy of the Library already present on the user's computer 37021 system, and (b) will operate properly with a modified version 37022 of the Library that is interface-compatible with the Linked 37023 Version. 37024 37025 e) Provide Installation Information, but only if you would otherwise 37026 be required to provide such information under section 6 of the 37027 GNU GPL, and only to the extent that such information is 37028 necessary to install and execute a modified version of the 37029 Combined Work produced by recombining or relinking the 37030 Application with a modified version of the Linked Version. (If 37031 you use option 4d0, the Installation Information must accompany 37032 the Minimal Corresponding Source and Corresponding Application 37033 Code. If you use option 4d1, you must provide the Installation 37034 Information in the manner specified by section 6 of the GNU GPL 37035 for conveying Corresponding Source.) 37036 37037 5. Combined Libraries. 37038 37039 You may place library facilities that are a work based on the 37040Library side by side in a single library together with other library 37041facilities that are not Applications and are not covered by this 37042License, and convey such a combined library under terms of your 37043choice, if you do both of the following: 37044 37045 a) Accompany the combined library with a copy of the same work based 37046 on the Library, uncombined with any other library facilities, 37047 conveyed under the terms of this License. 37048 37049 b) Give prominent notice with the combined library that part of it 37050 is a work based on the Library, and explaining where to find the 37051 accompanying uncombined form of the same work. 37052 37053 6. Revised Versions of the GNU Lesser General Public License. 37054 37055 The Free Software Foundation may publish revised and/or new versions 37056of the GNU Lesser General Public License from time to time. Such new 37057versions will be similar in spirit to the present version, but may 37058differ in detail to address new problems or concerns. 37059 37060 Each version is given a distinguishing version number. If the 37061Library as you received it specifies that a certain numbered version 37062of the GNU Lesser General Public License "or any later version" 37063applies to it, you have the option of following the terms and 37064conditions either of that published version or of any later version 37065published by the Free Software Foundation. If the Library as you 37066received it does not specify a version number of the GNU Lesser 37067General Public License, you may choose any version of the GNU Lesser 37068General Public License ever published by the Free Software Foundation. 37069 37070 If the Library as you received it specifies that a proxy can decide 37071whether future versions of the GNU Lesser General Public License shall 37072apply, that proxy's public statement of acceptance of any version is 37073permanent authorization for you to choose that version for the 37074Library. 37075 37076</pre> 37077<div class="license-packages"> 37078Used by these packages: sys-devel/binutils-2.22-r27 chromeos-base/autotest-deps-piglit-0.0.1-r4680 app-admin/rsyslog-5.8.11-r1 sys-libs/gcc-libs-4.8.2-r11 media-libs/mesa-10.3-r3 dev-python/pycairo-1.10.0-r4 dev-libs/gmp-5.0.2_p1 37079</div> 37080</div> 37081</div> 37082 37083<div class="product"> 37084<a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a> 37085<a class="show" href="#" onclick="return toggle(this);">show license text</a> 37086<div class="licence"> 37087<pre> 37088Mozilla Public License Version 2.0 37089================================== 37090 370911. Definitions 37092-------------- 37093 370941.1. "Contributor" 37095 means each individual or legal entity that creates, contributes to 37096 the creation of, or owns Covered Software. 37097 370981.2. "Contributor Version" 37099 means the combination of the Contributions of others (if any) used 37100 by a Contributor and that particular Contributor's Contribution. 37101 371021.3. "Contribution" 37103 means Covered Software of a particular Contributor. 37104 371051.4. "Covered Software" 37106 means Source Code Form to which the initial Contributor has attached 37107 the notice in Exhibit A, the Executable Form of such Source Code 37108 Form, and Modifications of such Source Code Form, in each case 37109 including portions thereof. 37110 371111.5. "Incompatible With Secondary Licenses" 37112 means 37113 37114 (a) that the initial Contributor has attached the notice described 37115 in Exhibit B to the Covered Software; or 37116 37117 (b) that the Covered Software was made available under the terms of 37118 version 1.1 or earlier of the License, but not also under the 37119 terms of a Secondary License. 37120 371211.6. "Executable Form" 37122 means any form of the work other than Source Code Form. 37123 371241.7. "Larger Work" 37125 means a work that combines Covered Software with other material, in 37126 a separate file or files, that is not Covered Software. 37127 371281.8. "License" 37129 means this document. 37130 371311.9. "Licensable" 37132 means having the right to grant, to the maximum extent possible, 37133 whether at the time of the initial grant or subsequently, any and 37134 all of the rights conveyed by this License. 37135 371361.10. "Modifications" 37137 means any of the following: 37138 37139 (a) any file in Source Code Form that results from an addition to, 37140 deletion from, or modification of the contents of Covered 37141 Software; or 37142 37143 (b) any new file in Source Code Form that contains any Covered 37144 Software. 37145 371461.11. "Patent Claims" of a Contributor 37147 means any patent claim(s), including without limitation, method, 37148 process, and apparatus claims, in any patent Licensable by such 37149 Contributor that would be infringed, but for the grant of the 37150 License, by the making, using, selling, offering for sale, having 37151 made, import, or transfer of either its Contributions or its 37152 Contributor Version. 37153 371541.12. "Secondary License" 37155 means either the GNU General Public License, Version 2.0, the GNU 37156 Lesser General Public License, Version 2.1, the GNU Affero General 37157 Public License, Version 3.0, or any later versions of those 37158 licenses. 37159 371601.13. "Source Code Form" 37161 means the form of the work preferred for making modifications. 37162 371631.14. "You" (or "Your") 37164 means an individual or a legal entity exercising rights under this 37165 License. For legal entities, "You" includes any entity that 37166 controls, is controlled by, or is under common control with You. For 37167 purposes of this definition, "control" means (a) the power, direct 37168 or indirect, to cause the direction or management of such entity, 37169 whether by contract or otherwise, or (b) ownership of more than 37170 fifty percent (50%) of the outstanding shares or beneficial 37171 ownership of such entity. 37172 371732. License Grants and Conditions 37174-------------------------------- 37175 371762.1. Grants 37177 37178Each Contributor hereby grants You a world-wide, royalty-free, 37179non-exclusive license: 37180 37181(a) under intellectual property rights (other than patent or trademark) 37182 Licensable by such Contributor to use, reproduce, make available, 37183 modify, display, perform, distribute, and otherwise exploit its 37184 Contributions, either on an unmodified basis, with Modifications, or 37185 as part of a Larger Work; and 37186 37187(b) under Patent Claims of such Contributor to make, use, sell, offer 37188 for sale, have made, import, and otherwise transfer either its 37189 Contributions or its Contributor Version. 37190 371912.2. Effective Date 37192 37193The licenses granted in Section 2.1 with respect to any Contribution 37194become effective for each Contribution on the date the Contributor first 37195distributes such Contribution. 37196 371972.3. Limitations on Grant Scope 37198 37199The licenses granted in this Section 2 are the only rights granted under 37200this License. No additional rights or licenses will be implied from the 37201distribution or licensing of Covered Software under this License. 37202Notwithstanding Section 2.1(b) above, no patent license is granted by a 37203Contributor: 37204 37205(a) for any code that a Contributor has removed from Covered Software; 37206 or 37207 37208(b) for infringements caused by: (i) Your and any other third party's 37209 modifications of Covered Software, or (ii) the combination of its 37210 Contributions with other software (except as part of its Contributor 37211 Version); or 37212 37213(c) under Patent Claims infringed by Covered Software in the absence of 37214 its Contributions. 37215 37216This License does not grant any rights in the trademarks, service marks, 37217or logos of any Contributor (except as may be necessary to comply with 37218the notice requirements in Section 3.4). 37219 372202.4. Subsequent Licenses 37221 37222No Contributor makes additional grants as a result of Your choice to 37223distribute the Covered Software under a subsequent version of this 37224License (see Section 10.2) or under the terms of a Secondary License (if 37225permitted under the terms of Section 3.3). 37226 372272.5. Representation 37228 37229Each Contributor represents that the Contributor believes its 37230Contributions are its original creation(s) or it has sufficient rights 37231to grant the rights to its Contributions conveyed by this License. 37232 372332.6. Fair Use 37234 37235This License is not intended to limit any rights You have under 37236applicable copyright doctrines of fair use, fair dealing, or other 37237equivalents. 37238 372392.7. Conditions 37240 37241Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted 37242in Section 2.1. 37243 372443. Responsibilities 37245------------------- 37246 372473.1. Distribution of Source Form 37248 37249All distribution of Covered Software in Source Code Form, including any 37250Modifications that You create or to which You contribute, must be under 37251the terms of this License. You must inform recipients that the Source 37252Code Form of the Covered Software is governed by the terms of this 37253License, and how they can obtain a copy of this License. You may not 37254attempt to alter or restrict the recipients' rights in the Source Code 37255Form. 37256 372573.2. Distribution of Executable Form 37258 37259If You distribute Covered Software in Executable Form then: 37260 37261(a) such Covered Software must also be made available in Source Code 37262 Form, as described in Section 3.1, and You must inform recipients of 37263 the Executable Form how they can obtain a copy of such Source Code 37264 Form by reasonable means in a timely manner, at a charge no more 37265 than the cost of distribution to the recipient; and 37266 37267(b) You may distribute such Executable Form under the terms of this 37268 License, or sublicense it under different terms, provided that the 37269 license for the Executable Form does not attempt to limit or alter 37270 the recipients' rights in the Source Code Form under this License. 37271 372723.3. Distribution of a Larger Work 37273 37274You may create and distribute a Larger Work under terms of Your choice, 37275provided that You also comply with the requirements of this License for 37276the Covered Software. If the Larger Work is a combination of Covered 37277Software with a work governed by one or more Secondary Licenses, and the 37278Covered Software is not Incompatible With Secondary Licenses, this 37279License permits You to additionally distribute such Covered Software 37280under the terms of such Secondary License(s), so that the recipient of 37281the Larger Work may, at their option, further distribute the Covered 37282Software under the terms of either this License or such Secondary 37283License(s). 37284 372853.4. Notices 37286 37287You may not remove or alter the substance of any license notices 37288(including copyright notices, patent notices, disclaimers of warranty, 37289or limitations of liability) contained within the Source Code Form of 37290the Covered Software, except that You may alter any license notices to 37291the extent required to remedy known factual inaccuracies. 37292 372933.5. Application of Additional Terms 37294 37295You may choose to offer, and to charge a fee for, warranty, support, 37296indemnity or liability obligations to one or more recipients of Covered 37297Software. However, You may do so only on Your own behalf, and not on 37298behalf of any Contributor. You must make it absolutely clear that any 37299such warranty, support, indemnity, or liability obligation is offered by 37300You alone, and You hereby agree to indemnify every Contributor for any 37301liability incurred by such Contributor as a result of warranty, support, 37302indemnity or liability terms You offer. You may include additional 37303disclaimers of warranty and limitations of liability specific to any 37304jurisdiction. 37305 373064. Inability to Comply Due to Statute or Regulation 37307--------------------------------------------------- 37308 37309If it is impossible for You to comply with any of the terms of this 37310License with respect to some or all of the Covered Software due to 37311statute, judicial order, or regulation then You must: (a) comply with 37312the terms of this License to the maximum extent possible; and (b) 37313describe the limitations and the code they affect. Such description must 37314be placed in a text file included with all distributions of the Covered 37315Software under this License. Except to the extent prohibited by statute 37316or regulation, such description must be sufficiently detailed for a 37317recipient of ordinary skill to be able to understand it. 37318 373195. Termination 37320-------------- 37321 373225.1. The rights granted under this License will terminate automatically 37323if You fail to comply with any of its terms. However, if You become 37324compliant, then the rights granted under this License from a particular 37325Contributor are reinstated (a) provisionally, unless and until such 37326Contributor explicitly and finally terminates Your grants, and (b) on an 37327ongoing basis, if such Contributor fails to notify You of the 37328non-compliance by some reasonable means prior to 60 days after You have 37329come back into compliance. Moreover, Your grants from a particular 37330Contributor are reinstated on an ongoing basis if such Contributor 37331notifies You of the non-compliance by some reasonable means, this is the 37332first time You have received notice of non-compliance with this License 37333from such Contributor, and You become compliant prior to 30 days after 37334Your receipt of the notice. 37335 373365.2. If You initiate litigation against any entity by asserting a patent 37337infringement claim (excluding declaratory judgment actions, 37338counter-claims, and cross-claims) alleging that a Contributor Version 37339directly or indirectly infringes any patent, then the rights granted to 37340You by any and all Contributors for the Covered Software under Section 373412.1 of this License shall terminate. 37342 373435.3. In the event of termination under Sections 5.1 or 5.2 above, all 37344end user license agreements (excluding distributors and resellers) which 37345have been validly granted by You or Your distributors under this License 37346prior to termination shall survive termination. 37347 37348************************************************************************ 37349* * 37350* 6. Disclaimer of Warranty * 37351* ------------------------- * 37352* * 37353* Covered Software is provided under this License on an "as is" * 37354* basis, without warranty of any kind, either expressed, implied, or * 37355* statutory, including, without limitation, warranties that the * 37356* Covered Software is free of defects, merchantable, fit for a * 37357* particular purpose or non-infringing. The entire risk as to the * 37358* quality and performance of the Covered Software is with You. * 37359* Should any Covered Software prove defective in any respect, You * 37360* (not any Contributor) assume the cost of any necessary servicing, * 37361* repair, or correction. This disclaimer of warranty constitutes an * 37362* essential part of this License. No use of any Covered Software is * 37363* authorized under this License except under this disclaimer. * 37364* * 37365************************************************************************ 37366 37367************************************************************************ 37368* * 37369* 7. Limitation of Liability * 37370* -------------------------- * 37371* * 37372* Under no circumstances and under no legal theory, whether tort * 37373* (including negligence), contract, or otherwise, shall any * 37374* Contributor, or anyone who distributes Covered Software as * 37375* permitted above, be liable to You for any direct, indirect, * 37376* special, incidental, or consequential damages of any character * 37377* including, without limitation, damages for lost profits, loss of * 37378* goodwill, work stoppage, computer failure or malfunction, or any * 37379* and all other commercial damages or losses, even if such party * 37380* shall have been informed of the possibility of such damages. This * 37381* limitation of liability shall not apply to liability for death or * 37382* personal injury resulting from such party's negligence to the * 37383* extent applicable law prohibits such limitation. Some * 37384* jurisdictions do not allow the exclusion or limitation of * 37385* incidental or consequential damages, so this exclusion and * 37386* limitation may not apply to You. * 37387* * 37388************************************************************************ 37389 373908. Litigation 37391------------- 37392 37393Any litigation relating to this License may be brought only in the 37394courts of a jurisdiction where the defendant maintains its principal 37395place of business and such litigation shall be governed by laws of that 37396jurisdiction, without reference to its conflict-of-law provisions. 37397Nothing in this Section shall prevent a party's ability to bring 37398cross-claims or counter-claims. 37399 374009. Miscellaneous 37401---------------- 37402 37403This License represents the complete agreement concerning the subject 37404matter hereof. If any provision of this License is held to be 37405unenforceable, such provision shall be reformed only to the extent 37406necessary to make it enforceable. Any law or regulation which provides 37407that the language of a contract shall be construed against the drafter 37408shall not be used to construe this License against a Contributor. 37409 3741010. Versions of the License 37411--------------------------- 37412 3741310.1. New Versions 37414 37415Mozilla Foundation is the license steward. Except as provided in Section 3741610.3, no one other than the license steward has the right to modify or 37417publish new versions of this License. Each version will be given a 37418distinguishing version number. 37419 3742010.2. Effect of New Versions 37421 37422You may distribute the Covered Software under the terms of the version 37423of the License under which You originally received the Covered Software, 37424or under the terms of any subsequent version published by the license 37425steward. 37426 3742710.3. Modified Versions 37428 37429If you create software not governed by this License, and you want to 37430create a new license for such software, you may create and use a 37431modified version of this License if you rename the license and remove 37432any references to the name of the license steward (except to note that 37433such modified license differs from this License). 37434 3743510.4. Distributing Source Code Form that is Incompatible With Secondary 37436Licenses 37437 37438If You choose to distribute Source Code Form that is Incompatible With 37439Secondary Licenses under the terms of this version of the License, the 37440notice described in Exhibit B of this License must be attached. 37441 37442Exhibit A - Source Code Form License Notice 37443------------------------------------------- 37444 37445 This Source Code Form is subject to the terms of the Mozilla Public 37446 License, v. 2.0. If a copy of the MPL was not distributed with this 37447 file, You can obtain one at http://mozilla.org/MPL/2.0/. 37448 37449If it is not possible or desirable to put the notice in a particular 37450file, then You may include the notice in a location (such as a LICENSE 37451file in a relevant directory) where a recipient would be likely to look 37452for such a notice. 37453 37454You may add additional accurate notices of copyright ownership. 37455 37456Exhibit B - "Incompatible With Secondary Licenses" Notice 37457--------------------------------------------------------- 37458 37459 This Source Code Form is "Incompatible With Secondary Licenses", as 37460 defined by the Mozilla Public License, v. 2.0. 37461 37462 37463</pre> 37464<div class="license-packages"> 37465Used by these packages: dev-libs/nss-3.16-r1 app-crypt/nss-3.16-r1 dev-libs/nspr-4.10.4 37466</div> 37467</div> 37468</div> 37469 37470<div class="product"> 37471<a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a> 37472<a class="show" href="#" onclick="return toggle(this);">show license text</a> 37473<div class="licence"> 37474<pre> 37475SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 37476----- 37477 37478PREAMBLE 37479 37480The goals of the Open Font License (OFL) are to stimulate worldwide 37481development of collaborative font projects, to support the font creation 37482efforts of academic and linguistic communities, and to provide a free 37483and open framework in which fonts may be shared and improved in 37484partnership with others. 37485 37486The OFL allows the licensed fonts to be used, studied, modified and 37487redistributed freely as long as they are not sold by themselves. The 37488fonts, including any derivative works, can be bundled, embedded, 37489redistributed and/or sold with any software provided that any reserved 37490names are not used by derivative works. The fonts and derivatives, 37491however, cannot be released under any other type of license. The 37492requirement for fonts to remain under this license does not apply to 37493any document created using the fonts or their derivatives. 37494 37495DEFINITIONS 37496 37497"Font Software" refers to the set of files released by the Copyright 37498Holder(s) under this license and clearly marked as such. This may 37499include source files, build scripts and documentation. 37500 37501"Reserved Font Name" refers to any names specified as such after the 37502copyright statement(s). 37503 37504"Original Version" refers to the collection of Font Software components 37505as distributed by the Copyright Holder(s). 37506 37507"Modified Version" refers to any derivative made by adding to, deleting, 37508or substituting -- in part or in whole -- any of the components of the 37509Original Version, by changing formats or by porting the Font Software 37510to a new environment. 37511 37512"Author" refers to any designer, engineer, programmer, technical writer 37513or other person who contributed to the Font Software. 37514 37515PERMISSION & CONDITIONS 37516 37517Permission is hereby granted, free of charge, to any person obtaining a 37518copy of the Font Software, to use, study, copy, merge, embed, modify, 37519redistribute, and sell modified and unmodified copies of the Font 37520Software, subject to the following conditions: 37521 375221) Neither the Font Software nor any of its individual components, in 37523Original or Modified Versions, may be sold by itself. 37524 375252) Original or Modified Versions of the Font Software may be bundled, 37526redistributed and/or sold with any software, provided that each copy 37527contains the above copyright notice and this license. These can be 37528included either as stand-alone text files, human-readable headers or in 37529the appropriate machine-readable metadata fields within text or binary 37530files as long as those fields can be easily viewed by the user. 37531 375323) No Modified Version of the Font Software may use the Reserved Font 37533Name(s) unless explicit written permission is granted by the 37534corresponding Copyright Holder. This restriction only applies to the 37535primary font name as presented to the users. 37536 375374) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 37538Software shall not be used to promote, endorse or advertise any 37539Modified Version, except to acknowledge the contribution(s) of the 37540Copyright Holder(s) and the Author(s) or with their explicit written 37541permission. 37542 375435) The Font Software, modified or unmodified, in part or in whole, 37544must be distributed entirely under this license, and must not be 37545distributed under any other license. The requirement for fonts to 37546remain under this license does not apply to any document created 37547using the Font Software. 37548 37549TERMINATION 37550 37551This license becomes null and void if any of the above conditions are 37552not met. 37553 37554DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", 37555WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 37556INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 37557MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37558NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR 37559OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE 37560LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 37561INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR 37562CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF 37563CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE 37564USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 37565OTHER DEALINGS IN THE FONT SOFTWARE. 37566 37567</pre> 37568<div class="license-packages"> 37569Used by these packages: media-fonts/my-padauk-2.50 media-fonts/crosextrafonts-carlito-20130920 media-fonts/ml-anjalioldlipi-0.740 media-fonts/tibt-jomolhari-0.0.3c media-fonts/ko-nanumfonts-3.10.0 media-fonts/lohitfonts-cros-2.5.0-r1 37570</div> 37571</div> 37572</div> 37573 37574<div class="product"> 37575<a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a> 37576<a class="show" href="#" onclick="return toggle(this);">show license text</a> 37577<div class="licence"> 37578<pre> 37579PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 37580-------------------------------------------- 37581 375821. This LICENSE AGREEMENT is between the Python Software Foundation 37583("PSF"), and the Individual or Organization ("Licensee") accessing and 37584otherwise using this software ("Python") in source or binary form and 37585its associated documentation. 37586 375872. Subject to the terms and conditions of this License Agreement, PSF hereby 37588grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 37589analyze, test, perform and/or display publicly, prepare derivative works, 37590distribute, and otherwise use Python alone or in any derivative version, 37591provided, however, that PSF's License Agreement and PSF's notice of copyright, 37592i.e., "Copyright (c) <YEARS> Python Software Foundation; All Rights Reserved" 37593are retained in Python alone or in any derivative version prepared by Licensee. 37594 375953. In the event Licensee prepares a derivative work that is based on 37596or incorporates Python or any part thereof, and wants to make 37597the derivative work available to others as provided herein, then 37598Licensee hereby agrees to include in any such work a brief summary of 37599the changes made to Python. 37600 376014. PSF is making Python available to Licensee on an "AS IS" 37602basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 37603IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 37604DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 37605FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 37606INFRINGE ANY THIRD PARTY RIGHTS. 37607 376085. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 37609FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 37610A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 37611OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 37612 376136. This License Agreement will automatically terminate upon a material 37614breach of its terms and conditions. 37615 376167. Nothing in this License Agreement shall be deemed to create any 37617relationship of agency, partnership, or joint venture between PSF and 37618Licensee. This License Agreement does not grant permission to use PSF 37619trademarks or trade name in a trademark sense to endorse or promote 37620products or services of Licensee, or any third party. 37621 376228. By copying, installing or otherwise using Python, Licensee 37623agrees to be bound by the terms and conditions of this License 37624Agreement. 37625 37626</pre> 37627<div class="license-packages"> 37628Used by these packages: dev-python/setuptools-0.8-r1 dev-lang/python-2.7.3-r7 chromeos-base/minifakedns-0.0.1-r13 37629</div> 37630</div> 37631</div> 37632 37633<div class="product"> 37634<a name="public-domain" class="title">Gentoo Package Stock License public-domain</a> 37635<a class="show" href="#" onclick="return toggle(this);">show license text</a> 37636<div class="licence"> 37637<pre> 37638Software is in the public domain. 37639 37640</pre> 37641<div class="license-packages"> 37642Used by these packages: sys-apps/hwids-20130915.1 app-arch/xz-utils-5.0.5-r1 sys-libs/timezone-data-2014e sys-apps/util-linux-2.24 dev-libs/jsoncpp-0.6.0_rc2 37643</div> 37644</div> 37645</div> 37646 37647<div class="product"> 37648<a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a> 37649<a class="show" href="#" onclick="return toggle(this);">show license text</a> 37650<div class="licence"> 37651<pre> 37652SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 37653 37654Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights 37655Reserved. 37656 37657Permission is hereby granted, free of charge, to any person obtaining a copy of 37658this software and associated documentation files (the "Software"), to deal in 37659the Software without restriction, including without limitation the rights to 37660use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 37661of the Software, and to permit persons to whom the Software is furnished to do 37662so, subject to the following conditions: 37663 37664The above copyright notice including the dates of first publication and either 37665this permission notice or a reference to http://oss.sgi.com/projects/FreeB/ 37666shall be included in all copies or substantial portions of the Software. 37667 37668THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37669IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37670FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON 37671GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37672AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 37673WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37674 37675Except as contained in this notice, the name of Silicon Graphics, Inc. shall 37676not be used in advertising or otherwise to promote the sale, use or other 37677dealings in this Software without prior written authorization from Silicon 37678Graphics, Inc. 37679 37680</pre> 37681<div class="license-packages"> 37682Used by these packages: media-libs/glu-9.0.0 media-libs/mesa-10.3-r3 x11-proto/glproto-1.4.14-r1 37683</div> 37684</div> 37685</div> 37686 37687<div class="product"> 37688<a name="X" class="title">Custom License X</a> 37689<a class="show" href="#" onclick="return toggle(this);">show license text</a> 37690<div class="licence"> 37691<pre> 37692The following is the 'standard copyright' agreed upon by most contributors, 37693and is currently the canonical license preferred by the X.Org Foundation. 37694This is a slight variant of the common MIT license form published by the 37695Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 37696 37697Copyright holders of new code should use this license statement where 37698possible, and insert their name to this list. Please sort by surname 37699for people, and by the full name for other entities (e.g. Juliusz 37700Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 37701 37702Copyright © 2000-2001 Juliusz Chroboczek 37703Copyright © 1998 Egbert Eich 37704Copyright © 2006-2007 Intel Corporation 37705Copyright © 2006 Nokia Corporation 37706Copyright © 2006-2008 Peter Hutterer 37707Copyright © 2006 Adam Jackson 37708Copyright © 2009 NVIDIA Corporation 37709Copyright © 1999 Keith Packard 37710Copyright © 2007-2009 Red Hat, Inc. 37711Copyright © 2005-2008 Daniel Stone 37712Copyright © 2006-2009 Simon Thum 37713Copyright © 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc. 37714Copyright © 2006 Luc Verhaegen 37715 37716Permission is hereby granted, free of charge, to any person obtaining a 37717copy of this software and associated documentation files (the "Software"), 37718to deal in the Software without restriction, including without limitation 37719the rights to use, copy, modify, merge, publish, distribute, sublicense, 37720and/or sell copies of the Software, and to permit persons to whom the 37721Software is furnished to do so, subject to the following conditions: 37722 37723The above copyright notice and this permission notice (including the next 37724paragraph) shall be included in all copies or substantial portions of the 37725Software. 37726 37727THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37728IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37729FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37730THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 37731LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37732FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37733DEALINGS IN THE SOFTWARE. 37734 37735 37736 37737 37738The following licenses are 'legacy': usually MIT/X11 licenses with the name 37739of the copyright holder(s) in the license statement, but also some BSD-like 37740licenses. 37741 37742 37743Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 37744Copyright (C) Colin Harrison 2005-2008 37745 37746Permission is hereby granted, free of charge, to any person obtaining a copy of 37747this software and associated documentation files (the "Software"), to deal in 37748the Software without restriction, including without limitation the rights to 37749use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 37750of the Software, and to permit persons to whom the Software is furnished to do 37751so, subject to the following conditions: 37752 37753The above copyright notice and this permission notice shall be included in all 37754copies or substantial portions of the Software. 37755 37756THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37757IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 37758NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 37759XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37760AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 37761WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37762 37763Except as contained in this notice, the name of the XFree86 Project shall not 37764be used in advertising or otherwise to promote the sale, use or other dealings 37765in this Software without prior written authorization from the XFree86 Project. 37766 37767 37768Copyright 1997 by The XFree86 Project, Inc. 37769 37770Permission to use, copy, modify, distribute, and sell this software and its 37771documentation for any purpose is hereby granted without fee, provided that 37772the above copyright notice appear in all copies and that both that 37773copyright notice and this permission notice appear in supporting 37774documentation, and that the name of the XFree86 Project, Inc. 37775not be used in advertising or publicity pertaining to distribution of 37776the software without specific, written prior permission. The Xfree86 37777Project, Inc. makes no representations about the suitability of this 37778software for any purpose. It is provided "as is" without express or 37779implied warranty. 37780 37781THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD 37782TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 37783FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 37784FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 37785WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 37786ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 37787OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37788 37789 37790Copyright 1985-1998, 2001 The Open Group 37791Copyright 2002 Red Hat Inc., Durham, North Carolina. 37792 37793Permission to use, copy, modify, distribute, and sell this software and its 37794documentation for any purpose is hereby granted without fee, provided that 37795the above copyright notice appear in all copies and that both that 37796copyright notice and this permission notice appear in supporting 37797documentation. 37798 37799The above copyright notice and this permission notice shall be included in 37800all copies or substantial portions of the Software. 37801 37802THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37803IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37804FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 37805OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37806AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 37807CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37808 37809Except as contained in this notice, the name of The Open Group shall not be 37810used in advertising or otherwise to promote the sale, use or other dealings 37811in this Software without prior written authorization from The Open Group. 37812 37813 37814Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium 37815 37816Permission is hereby granted, free of charge, to any person obtaining a copy 37817of this software and associated documentation files (the "Software"), to deal 37818in the Software without restriction, including without limitation the rights 37819to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 37820copies of the Software, and to permit persons to whom the Software is 37821furnished to do so, subject to the following conditions: 37822 37823The above copyright notice and this permission notice shall be included in 37824all copies or substantial portions of the Software. 37825 37826THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37827IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37828FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 37829X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 37830AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 37831CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37832 37833Except as contained in this notice, the name of the X Consortium shall not be 37834used in advertising or otherwise to promote the sale, use or other dealings 37835in this Software without prior written authorization from the X Consortium. 37836 37837 37838Copyright © 1999-2000 SuSE, Inc. 37839Copyright © 2007 Red Hat, Inc. 37840 37841Permission to use, copy, modify, distribute, and sell this software and its 37842documentation for any purpose is hereby granted without fee, provided that 37843the above copyright notice appear in all copies and that both that 37844copyright notice and this permission notice appear in supporting 37845documentation, and that the name of SuSE not be used in advertising or 37846publicity pertaining to distribution of the software without specific, 37847written prior permission. SuSE makes no representations about the 37848suitability of this software for any purpose. It is provided "as is" 37849without express or implied warranty. 37850 37851SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 37852IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 37853BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 37854WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 37855OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 37856CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37857 37858 37859Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts. 37860Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts. 37861Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England. 37862 37863 All Rights Reserved 37864 37865Permission to use, copy, modify, and distribute this software and its 37866documentation for any purpose and without fee is hereby granted, 37867provided that the above copyright notice appear in all copies and that 37868both that copyright notice and this permission notice appear in 37869supporting documentation, and that the name of Digital not be 37870used in advertising or publicity pertaining to distribution of the 37871software without specific, written prior permission. 37872 37873DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 37874ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 37875DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 37876ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 37877WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 37878ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 37879SOFTWARE. 37880 37881 37882Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 37883Copyright 1994 Quarterdeck Office Systems. 37884 37885 All Rights Reserved 37886 37887Permission to use, copy, modify, and distribute this software and its 37888documentation for any purpose and without fee is hereby granted, 37889provided that the above copyright notice appear in all copies and that 37890both that copyright notice and this permission notice appear in 37891supporting documentation, and that the names of Digital and 37892Quarterdeck not be used in advertising or publicity pertaining to 37893distribution of the software without specific, written prior 37894permission. 37895 37896DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 37897SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 37898FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT 37899OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 37900OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 37901OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 37902OR PERFORMANCE OF THIS SOFTWARE. 37903 37904 37905Copyright 1997 Digital Equipment Corporation. 37906All rights reserved. 37907 37908This software is furnished under license and may be used and copied only in 37909accordance with the following terms and conditions. Subject to these 37910conditions, you may download, copy, install, use, modify and distribute 37911this software in source and/or binary form. No title or ownership is 37912transferred hereby. 37913 379141) Any source code used, modified or distributed must reproduce and retain 37915 this copyright notice and list of conditions as they appear in the 37916 source file. 37917 379182) No right is granted to use any trade name, trademark, or logo of Digital 37919 Equipment Corporation. Neither the "Digital Equipment Corporation" 37920 name nor any trademark or logo of Digital Equipment Corporation may be 37921 used to endorse or promote products derived from this software without 37922 the prior written permission of Digital Equipment Corporation. 37923 379243) This software is provided "AS-IS" and any express or implied warranties, 37925 including but not limited to, any implied warranties of merchantability, 37926 fitness for a particular purpose, or non-infringement are disclaimed. 37927 In no event shall DIGITAL be liable for any damages whatsoever, and in 37928 particular, DIGITAL shall not be liable for special, indirect, 37929 consequential, or incidental damages or damages for lost profits, loss 37930 of revenue or loss of use, whether such damages arise in contract, 37931 negligence, tort, under statute, in equity, at law or otherwise, even 37932 if advised of the possibility of such damage. 37933 37934 37935Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts. 37936 37937Permission is hereby granted, free of charge, to any person obtaining a copy 37938of this software and associated documentation files (the "Software"), to deal 37939in the Software without restriction, including without limitation the rights 37940to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 37941copies of the Software. 37942 37943The above copyright notice and this permission notice shall be included in 37944all copies or substantial portions of the Software. 37945 37946THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37947IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37948FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37949DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 37950BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 37951WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 37952IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37953 37954Except as contained in this notice, the name of Digital Equipment Corporation 37955shall not be used in advertising or otherwise to promote the sale, use or other 37956dealings in this Software without prior written authorization from Digital 37957Equipment Corporation. 37958 37959 37960SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 37961Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 37962 37963Permission is hereby granted, free of charge, to any person obtaining a 37964copy of this software and associated documentation files (the "Software"), 37965to deal in the Software without restriction, including without limitation 37966the rights to use, copy, modify, merge, publish, distribute, sublicense, 37967and/or sell copies of the Software, and to permit persons to whom the 37968Software is furnished to do so, subject to the following conditions: 37969 37970The above copyright notice including the dates of first publication and 37971either this permission notice or a reference to 37972http://oss.sgi.com/projects/FreeB/ 37973shall be included in all copies or substantial portions of the Software. 37974 37975THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 37976OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37977FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 37978SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 37979WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 37980OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 37981SOFTWARE. 37982 37983 37984Copyright (c) 1994, 1995 Hewlett-Packard Company 37985 37986Permission is hereby granted, free of charge, to any person obtaining 37987a copy of this software and associated documentation files (the 37988"Software"), to deal in the Software without restriction, including 37989without limitation the rights to use, copy, modify, merge, publish, 37990distribute, sublicense, and/or sell copies of the Software, and to 37991permit persons to whom the Software is furnished to do so, subject to 37992the following conditions: 37993 37994The above copyright notice and this permission notice shall be included 37995in all copies or substantial portions of the Software. 37996 37997THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 37998OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 37999MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 38000IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 38001DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 38002OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 38003THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38004 38005Except as contained in this notice, the name of the Hewlett-Packard 38006Company shall not be used in advertising or otherwise to promote the 38007sale, use or other dealings in this Software without prior written 38008authorization from the Hewlett-Packard Company. 38009 38010 38011Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 38012All Rights Reserved 38013 38014Permission to use, copy, modify, and distribute this software and its 38015documentation for any purpose and without fee is hereby granted, 38016provided that the above copyright notice appear in all copies and that 38017both that copyright notice and this permission notice appear in 38018supporting documentation, and that the name of Hewlett-Packard not be 38019used in advertising or publicity pertaining to distribution of the 38020software without specific, written prior permission. 38021 38022HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 38023ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 38024HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 38025ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 38026WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 38027ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 38028SOFTWARE. 38029 38030 38031Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 38032Copyright (c) 2003 by the XFree86 Project, Inc. 38033Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina. 38034All Rights Reserved. 38035 38036Permission is hereby granted, free of charge, to any person obtaining 38037a copy of this software and associated documentation files (the 38038"Software"), to deal in the Software without restriction, including 38039without limitation on the rights to use, copy, modify, merge, 38040publish, distribute, sublicense, and/or sell copies of the Software, 38041and to permit persons to whom the Software is furnished to do so, 38042subject to the following conditions: 38043 38044The above copyright notice and this permission notice (including the 38045next paragraph) shall be included in all copies or substantial 38046portions of the Software. 38047 38048THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38049EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38050MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38051NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 38052BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 38053ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 38054CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38055SOFTWARE. 38056 38057 38058Copyright © 2008 Red Hat, Inc. 38059Partly based on code Copyright © 2000 SuSE, Inc. 38060 38061Permission to use, copy, modify, distribute, and sell this software 38062and its documentation for any purpose is hereby granted without 38063fee, provided that the above copyright notice appear in all copies 38064and that both that copyright notice and this permission notice 38065appear in supporting documentation, and that the name of Red Hat 38066not be used in advertising or publicity pertaining to distribution 38067of the software without specific, written prior permission. Red 38068Hat makes no representations about the suitability of this software 38069for any purpose. It is provided "as is" without express or implied 38070warranty. 38071 38072Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38073INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 38074NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38075CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 38076OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 38077NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38078CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38079 38080Permission to use, copy, modify, distribute, and sell this software and its 38081documentation for any purpose is hereby granted without fee, provided that 38082the above copyright notice appear in all copies and that both that 38083copyright notice and this permission notice appear in supporting 38084documentation, and that the name of SuSE not be used in advertising or 38085publicity pertaining to distribution of the software without specific, 38086written prior permission. SuSE makes no representations about the 38087suitability of this software for any purpose. It is provided "as is" 38088without express or implied warranty. 38089 38090SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 38091IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 38092BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38093WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 38094OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38095CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38096 38097 38098Copyright © 2006 Red Hat, Inc. 38099(C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 38100All Rights Reserved. 38101 38102Permission is hereby granted, free of charge, to any person obtaining a 38103copy of this software and associated documentation files (the "Software"), 38104to deal in the Software without restriction, including without limitation 38105the rights to use, copy, modify, merge, publish, distribute, sub license, 38106and/or sell copies of the Software, and to permit persons to whom the 38107Software is furnished to do so, subject to the following conditions: 38108 38109The above copyright notice and this permission notice (including the next 38110paragraph) shall be included in all copies or substantial portions of the 38111Software. 38112 38113THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38114IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38115FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 38116RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY 38117CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 38118OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 38119THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38120 38121 38122Copyright (c) 1995 X Consortium 38123Copyright 2004 Red Hat Inc., Durham, North Carolina. 38124All Rights Reserved. 38125 38126Permission is hereby granted, free of charge, to any person obtaining 38127a copy of this software and associated documentation files (the 38128"Software"), to deal in the Software without restriction, including 38129without limitation on the rights to use, copy, modify, merge, 38130publish, distribute, sublicense, and/or sell copies of the Software, 38131and to permit persons to whom the Software is furnished to do so, 38132subject to the following conditions: 38133 38134The above copyright notice and this permission notice shall be 38135included in all copies or substantial portions of the Software. 38136 38137THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38138EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38139MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38140NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM, 38141AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 38142LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 38143ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38144OTHER DEALINGS IN THE SOFTWARE. 38145 38146Except as contained in this notice, the name of the X Consortium 38147shall not be used in advertising or otherwise to promote the sale, 38148use or other dealings in this Software without prior written 38149authorization from the X Consortium. 38150 38151 38152Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas. 38153Copyright 2000 VA Linux Systems, Inc. 38154Copyright (c) 2002, 2008, 2009 Apple Computer, Inc. 38155Copyright (c) 2003-2004 Torrey T. Lyons. 38156All Rights Reserved. 38157 38158Permission is hereby granted, free of charge, to any person obtaining a 38159copy of this software and associated documentation files (the 38160"Software"), to deal in the Software without restriction, including 38161without limitation the rights to use, copy, modify, merge, publish, 38162distribute, sub license, and/or sell copies of the Software, and to 38163permit persons to whom the Software is furnished to do so, subject to 38164the following conditions: 38165 38166The above copyright notice and this permission notice (including the 38167next paragraph) shall be included in all copies or substantial portions 38168of the Software. 38169 38170THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 38171OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38172MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 38173IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 38174ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 38175TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 38176SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38177 38178 38179(C) Copyright IBM Corporation 2003 38180All Rights Reserved. 38181 38182Permission is hereby granted, free of charge, to any person obtaining a 38183copy of this software and associated documentation files (the "Software"), 38184to deal in the Software without restriction, including without limitation 38185on the rights to use, copy, modify, merge, publish, distribute, sub 38186license, and/or sell copies of the Software, and to permit persons to whom 38187the Software is furnished to do so, subject to the following conditions: 38188 38189The above copyright notice and this permission notice (including the next 38190paragraph) shall be included in all copies or substantial portions of the 38191Software. 38192 38193THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38194IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38195FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 38196VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 38197DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 38198OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 38199USE OR OTHER DEALINGS IN THE SOFTWARE. 38200 38201 38202(C) Copyright IBM Corporation 2004-2005 38203All Rights Reserved. 38204 38205Permission is hereby granted, free of charge, to any person obtaining a 38206copy of this software and associated documentation files (the "Software"), 38207to deal in the Software without restriction, including without limitation 38208the rights to use, copy, modify, merge, publish, distribute, sub license, 38209and/or sell copies of the Software, and to permit persons to whom the 38210Software is furnished to do so, subject to the following conditions: 38211 38212The above copyright notice and this permission notice (including the next 38213paragraph) shall be included in all copies or substantial portions of the 38214Software. 38215 38216THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38217IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38218FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 38219IBM, 38220AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38221WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 38222OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38223SOFTWARE. 38224 38225 38226Copyright (c) 1997 Metro Link Incorporated 38227 38228Permission is hereby granted, free of charge, to any person obtaining a 38229copy of this software and associated documentation files (the "Software"), 38230to deal in the Software without restriction, including without limitation 38231the rights to use, copy, modify, merge, publish, distribute, sublicense, 38232and/or sell copies of the Software, and to permit persons to whom the 38233Software is furnished to do so, subject to the following conditions: 38234 38235The above copyright notice and this permission notice shall be included in 38236all copies or substantial portions of the Software. 38237 38238THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38239IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38240FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38241THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38242WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 38243OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38244SOFTWARE. 38245 38246Except as contained in this notice, the name of the Metro Link shall not be 38247used in advertising or otherwise to promote the sale, use or other dealings 38248in this Software without prior written authorization from Metro Link. 38249 38250 38251Copyright 1995-1998 by Metro Link, Inc. 38252Copyright (c) 1997 Matthieu Herrb 38253 38254Permission to use, copy, modify, distribute, and sell this software and its 38255documentation for any purpose is hereby granted without fee, provided that 38256the above copyright notice appear in all copies and that both that 38257copyright notice and this permission notice appear in supporting 38258documentation, and that the name of Metro Link, Inc. not be used in 38259advertising or publicity pertaining to distribution of the software without 38260specific, written prior permission. Metro Link, Inc. makes no 38261representations about the suitability of this software for any purpose. 38262 It is provided "as is" without express or implied warranty. 38263 38264METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38265INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38266EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38267CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38268DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38269TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38270PERFORMANCE OF THIS SOFTWARE. 38271 38272 38273Copyright 1998 by Metro Link Incorporated 38274 38275Permission to use, copy, modify, distribute, and sell this software 38276and its documentation for any purpose is hereby granted without fee, 38277provided that the above copyright notice appear in all copies and that 38278both that copyright notice and this permission notice appear in 38279supporting documentation, and that the name of Metro Link 38280Incorporated not be used in advertising or publicity pertaining to 38281distribution of the software without specific, written prior 38282permission. Metro Link Incorporated makes no representations 38283about the suitability of this software for any purpose. It is 38284provided "as is" without express or implied warranty. 38285 38286METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD 38287TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 38288AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE 38289LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 38290DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 38291WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 38292ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 38293SOFTWARE. 38294 38295 38296Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com) 38297 38298Permission is hereby granted, free of charge, to any person obtaining a 38299copy of this software and associated documentation files (the "Software"), 38300to deal in the Software without restriction, including without limitation 38301the rights to use, copy, modify, merge, publish, distribute, sublicense, 38302and/or sell copies of the Software, and to permit persons to whom the 38303Software is furnished to do so, subject to the following conditions: 38304 38305The above copyright notice and this permission notice shall be included in 38306all copies or substantial portions of the Software. 38307 38308THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38309IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38310FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38311CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38312WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 38313OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 38314SOFTWARE. 38315 38316Except as contained in this notice, the name of Conectiva Linux shall 38317not be used in advertising or otherwise to promote the sale, use or other 38318dealings in this Software without prior written authorization from 38319Conectiva Linux. 38320 38321 38322Copyright (c) 2001, Andy Ritger aritger@nvidia.com 38323All rights reserved. 38324 38325Redistribution and use in source and binary forms, with or without 38326modification, are permitted provided that the following conditions 38327are met: 38328 38329o Redistributions of source code must retain the above copyright 38330 notice, this list of conditions and the following disclaimer. 38331o Redistributions in binary form must reproduce the above copyright 38332 notice, this list of conditions and the following disclaimer 38333 in the documentation and/or other materials provided with the 38334 distribution. 38335o Neither the name of NVIDIA nor the names of its contributors 38336 may be used to endorse or promote products derived from this 38337 software without specific prior written permission. 38338 38339THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 38340"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 38341NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 38342FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 38343THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 38344INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 38345BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 38346LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 38347CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 38348LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 38349ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 38350POSSIBILITY OF SUCH DAMAGE. 38351 38352 38353Copyright 1992 Vrije Universiteit, The Netherlands 38354 38355Permission to use, copy, modify, and distribute this software and its 38356documentation for any purpose and without fee is hereby granted, provided 38357that the above copyright notice appear in all copies and that both that 38358copyright notice and this permission notice appear in supporting 38359documentation, and that the name of the Vrije Universiteit not be used in 38360advertising or publicity pertaining to distribution of the software without 38361specific, written prior permission. The Vrije Universiteit makes no 38362representations about the suitability of this software for any purpose. 38363It is provided "as is" without express or implied warranty. 38364 38365The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38366INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38367EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38368CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38369DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38370TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38371PERFORMANCE OF THIS SOFTWARE. 38372 38373 38374Copyright 1998 by Concurrent Computer Corporation 38375 38376Permission to use, copy, modify, distribute, and sell this software 38377and its documentation for any purpose is hereby granted without fee, 38378provided that the above copyright notice appear in all copies and that 38379both that copyright notice and this permission notice appear in 38380supporting documentation, and that the name of Concurrent Computer 38381Corporation not be used in advertising or publicity pertaining to 38382distribution of the software without specific, written prior 38383permission. Concurrent Computer Corporation makes no representations 38384about the suitability of this software for any purpose. It is 38385provided "as is" without express or implied warranty. 38386 38387CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 38388TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 38389AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE 38390LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 38391DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 38392WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 38393ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 38394SOFTWARE. 38395 38396 38397Copyright © 2004 Nokia 38398 38399Permission to use, copy, modify, distribute, and sell this software and its 38400documentation for any purpose is hereby granted without fee, provided that 38401the above copyright notice appear in all copies and that both that 38402copyright notice and this permission notice appear in supporting 38403documentation, and that the name of Nokia not be used in 38404advertising or publicity pertaining to distribution of the software without 38405specific, written prior permission. Nokia makes no 38406representations about the suitability of this software for any purpose. It 38407is provided "as is" without express or implied warranty. 38408 38409NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38410INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38411EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38412CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38413DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38414TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38415PERFORMANCE OF THIS SOFTWARE. 38416 38417 38418(c)Copyright 1988,1991 Adobe Systems Incorporated. 38419All rights reserved. 38420 38421Permission to use, copy, modify, distribute, and sublicense this software and its 38422documentation for any purpose and without fee is hereby granted, provided that 38423the above copyright notices appear in all copies and that both those copyright 38424notices and this permission notice appear in supporting documentation and that 38425the name of Adobe Systems Incorporated not be used in advertising or publicity 38426pertaining to distribution of the software without specific, written prior 38427permission. No trademark license to use the Adobe trademarks is hereby 38428granted. If the Adobe trademark "Display PostScript"(tm) is used to describe 38429this software, its functionality or for any other purpose, such use shall be 38430limited to a statement that this software works in conjunction with the Display 38431PostScript system. Proper trademark attribution to reflect Adobe's ownership 38432of the trademark shall be given whenever any such reference to the Display 38433PostScript system is made. 38434 38435ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY 38436PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE 38437DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 38438WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- 38439INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU 38440OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY 38441DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT 38442LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38443PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER 38444SUPPORT FOR THE SOFTWARE. 38445 38446Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems 38447Incorporated which may be registered in certain jurisdictions. 38448 38449 38450Copyright 1989 Network Computing Devices, Inc., Mountain View, California. 38451 38452Permission to use, copy, modify, and distribute this software and its 38453documentation for any purpose and without fee is hereby granted, provided 38454that the above copyright notice appear in all copies and that both that 38455copyright notice and this permission notice appear in supporting 38456documentation, and that the name of N.C.D. not be used in advertising or 38457publicity pertaining to distribution of the software without specific, 38458written prior permission. N.C.D. makes no representations about the 38459suitability of this software for any purpose. It is provided "as is" 38460without express or implied warranty. 38461 38462 38463Copyright (c) 1987 by the Regents of the University of California 38464 38465Permission to use, copy, modify, and distribute this 38466software and its documentation for any purpose and without 38467fee is hereby granted, provided that the above copyright 38468notice appear in all copies. The University of California 38469makes no representations about the suitability of this 38470software for any purpose. It is provided "as is" without 38471express or implied warranty. 38472 38473 38474Copyright 1992, 1993 Data General Corporation; 38475Copyright 1992, 1993 OMRON Corporation 38476 38477Permission to use, copy, modify, distribute, and sell this software and its 38478documentation for any purpose is hereby granted without fee, provided that the 38479above copyright notice appear in all copies and that both that copyright 38480notice and this permission notice appear in supporting documentation, and that 38481neither the name OMRON or DATA GENERAL be used in advertising or publicity 38482pertaining to distribution of the software without specific, written prior 38483permission of the party whose name is to be used. Neither OMRON or 38484DATA GENERAL make any representation about the suitability of this software 38485for any purpose. It is provided "as is" without express or implied warranty. 38486 38487OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 38488SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 38489IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT 38490OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38491DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38492TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 38493OF THIS SOFTWARE. 38494 38495 38496Copyright © 1998-2004, 2006 Keith Packard 38497Copyright © 2000-2002 Keith Packard, member of The XFree86 Project, Inc. 38498Copyright (c) 2002 Apple Computer, Inc. 38499Copyright (c) 2003 Torrey T. Lyons. 38500All Rights Reserved. 38501 38502Permission to use, copy, modify, distribute, and sell this software and its 38503documentation for any purpose is hereby granted without fee, provided that 38504the above copyright notice appear in all copies and that both that 38505copyright notice and this permission notice appear in supporting 38506documentation, and that the name of Keith Packard not be used in 38507advertising or publicity pertaining to distribution of the software without 38508specific, written prior permission. Keith Packard makes no 38509representations about the suitability of this software for any purpose. It 38510is provided "as is" without express or implied warranty. 38511 38512KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38513INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38514EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38515CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38516DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38517TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38518PERFORMANCE OF THIS SOFTWARE. 38519 38520 38521Copyright © 1999 Keith Packard 38522Copyright © 2000 Compaq Computer Corporation 38523Copyright © 2002 MontaVista Software Inc. 38524Copyright © 2005 OpenedHand Ltd. 38525Copyright © 2006 Nokia Corporation 38526 38527Permission to use, copy, modify, distribute, and sell this software and its 38528documentation for any purpose is hereby granted without fee, provided that 38529the above copyright notice appear in all copies and that both that 38530copyright notice and this permission notice appear in supporting 38531documentation, and that the name of the authors and/or copyright holders 38532not be used in advertising or publicity pertaining to distribution of the 38533software without specific, written prior permission. The authors and/or 38534copyright holders make no representations about the suitability of this 38535software for any purpose. It is provided "as is" without express or 38536implied warranty. 38537 38538THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 38539TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 38540AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE 38541LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38542WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 38543ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 38544OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38545 38546 38547Copyright 1993 by Davor Matic 38548 38549Permission to use, copy, modify, distribute, and sell this software 38550and its documentation for any purpose is hereby granted without fee, 38551provided that the above copyright notice appear in all copies and that 38552both that copyright notice and this permission notice appear in 38553supporting documentation. Davor Matic makes no representations about 38554the suitability of this software for any purpose. It is provided "as 38555is" without express or implied warranty. 38556 38557 38558Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved. 38559Copyright (C) Colin Harrison 2005-2008 38560 38561Permission is hereby granted, free of charge, to any person obtaining 38562a copy of this software and associated documentation files (the 38563"Software"), to deal in the Software without restriction, including 38564without limitation the rights to use, copy, modify, merge, publish, 38565distribute, sublicense, and/or sell copies of the Software, and to 38566permit persons to whom the Software is furnished to do so, subject to 38567the following conditions: 38568 38569The above copyright notice and this permission notice shall be 38570included in all copies or substantial portions of the Software. 38571 38572THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38573EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38574MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38575NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR 38576ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 38577CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 38578WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38579 38580Except as contained in this notice, the name of Harold L Hunt II 38581shall not be used in advertising or otherwise to promote the sale, use 38582or other dealings in this Software without prior written authorization 38583from Harold L Hunt II. 38584 38585 38586Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 38587 38588Permission to use, copy, modify, distribute, and sell this software and its 38589documentation for any purpose is hereby granted without fee, provided that 38590the above copyright notice appear in all copies and that both that 38591copyright notice and this permission notice appear in supporting 38592documentation, and that the name of Thomas Roell not be used in 38593advertising or publicity pertaining to distribution of the software without 38594specific, written prior permission. Thomas Roell makes no representations 38595about the suitability of this software for any purpose. It is provided 38596"as is" without express or implied warranty. 38597 38598THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38599INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38600EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38601CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38602DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38603TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38604PERFORMANCE OF THIS SOFTWARE. 38605 38606 38607Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 38608Copyright 1993 by David Wexelblat <dwex@goblin.org> 38609 38610Permission to use, copy, modify, distribute, and sell this software and its 38611documentation for any purpose is hereby granted without fee, provided that 38612the above copyright notice appear in all copies and that both that 38613copyright notice and this permission notice appear in supporting 38614documentation, and that the names of Thomas Roell and David Wexelblat 38615not be used in advertising or publicity pertaining to distribution of 38616the software without specific, written prior permission. Thomas Roell and 38617David Wexelblat makes no representations about the suitability of this 38618software for any purpose. It is provided "as is" without express or 38619implied warranty. 38620 38621THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO 38622THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38623FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR 38624ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38625RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38626CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38627CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38628 38629 38630Copyright 1990,91,92,93 by Thomas Roell, Germany. 38631Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA. 38632 38633Permission to use, copy, modify, distribute, and sell this software 38634and its documentation for any purpose is hereby granted without fee, 38635provided that the above copyright notice appear in all copies and 38636that both that copyright notice and this permission notice appear 38637in supporting documentation, and that the name of Thomas Roell nor 38638SGCS be used in advertising or publicity pertaining to distribution 38639of the software without specific, written prior permission. 38640Thomas Roell nor SGCS makes no representations about the suitability 38641of this software for any purpose. It is provided "as is" without 38642express or implied warranty. 38643 38644THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 38645SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38646FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY 38647SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38648RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38649CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38650CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38651 38652 38653Copyright 1998 by Alan Hourihane, Wigan, England. 38654Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales. 38655 38656Permission to use, copy, modify, distribute, and sell this software and its 38657documentation for any purpose is hereby granted without fee, provided that 38658the above copyright notice appear in all copies and that both that 38659copyright notice and this permission notice appear in supporting 38660documentation, and that the name of Alan Hourihane not be used in 38661advertising or publicity pertaining to distribution of the software without 38662specific, written prior permission. Alan Hourihane makes no representations 38663about the suitability of this software for any purpose. It is provided 38664"as is" without express or implied warranty. 38665 38666ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38667INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38668EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38669CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38670DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38671TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38672PERFORMANCE OF THIS SOFTWARE. 38673 38674 38675Copyright 1995 Kaleb S. KEITHLEY 38676 38677Permission is hereby granted, free of charge, to any person obtaining 38678a copy of this software and associated documentation files (the 38679"Software"), to deal in the Software without restriction, including 38680without limitation the rights to use, copy, modify, merge, publish, 38681distribute, sublicense, and/or sell copies of the Software, and to 38682permit persons to whom the Software is furnished to do so, subject to 38683the following conditions: 38684 38685The above copyright notice and this permission notice shall be 38686included in all copies or substantial portions of the Software. 38687 38688THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38689EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 38690MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 38691IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 38692OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 38693ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38694OTHER DEALINGS IN THE SOFTWARE. 38695 38696Except as contained in this notice, the name of Kaleb S. KEITHLEY 38697shall not be used in advertising or otherwise to promote the sale, use 38698or other dealings in this Software without prior written authorization 38699from Kaleb S. KEITHLEY 38700 38701 38702Copyright (c) 1997 Matthieu Herrb 38703 38704Permission to use, copy, modify, distribute, and sell this software and its 38705documentation for any purpose is hereby granted without fee, provided that 38706the above copyright notice appear in all copies and that both that 38707copyright notice and this permission notice appear in supporting 38708documentation, and that the name of Matthieu Herrb not be used in 38709advertising or publicity pertaining to distribution of the software without 38710specific, written prior permission. Matthieu Herrb makes no 38711representations about the suitability of this software for any purpose. 38712 It is provided "as is" without express or implied warranty. 38713 38714MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38715INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38716EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38717CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38718DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38719TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38720PERFORMANCE OF THIS SOFTWARE. 38721 38722 38723Copyright 2004, Egbert Eich 38724 38725Permission is hereby granted, free of charge, to any person obtaining a copy 38726of this software and associated documentation files (the "Software"), to 38727deal in the Software without restriction, including without limitation the 38728rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 38729sell copies of the Software, and to permit persons to whom the Software is 38730furnished to do so, subject to the following conditions: 38731 38732The above copyright notice and this permission notice shall be included in 38733all copies or substantial portions of the Software. 38734 38735THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38736IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38737FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 38738EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 38739IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 38740NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38741 38742Except as contained in this notice, the name of Egbert Eich shall not 38743be used in advertising or otherwise to promote the sale, use or other deal- 38744ings in this Software without prior written authorization from Egbert Eich. 38745 38746 38747Copyright 1993 by David Wexelblat <dwex@goblin.org> 38748Copyright 2005 by Kean Johnston <jkj@sco.com> 38749Copyright 1993 by David McCullough <davidm@stallion.oz.au> 38750 38751Permission to use, copy, modify, distribute, and sell this software and its 38752documentation for any purpose is hereby granted without fee, provided that 38753the above copyright notice appear in all copies and that both that 38754copyright notice and this permission notice appear in supporting 38755documentation, and that the name of David Wexelblat not be used in 38756advertising or publicity pertaining to distribution of the software without 38757specific, written prior permission. David Wexelblat makes no representations 38758about the suitability of this software for any purpose. It is provided 38759"as is" without express or implied warranty. 38760 38761DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38762INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38763EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38764CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38765DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38766TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38767PERFORMANCE OF THIS SOFTWARE. 38768 38769 38770Copyright 1992 by Orest Zborowski <obz@Kodak.com> 38771Copyright 1993 by David Wexelblat <dwex@goblin.org> 38772 38773Permission to use, copy, modify, distribute, and sell this software and its 38774documentation for any purpose is hereby granted without fee, provided that 38775the above copyright notice appear in all copies and that both that 38776copyright notice and this permission notice appear in supporting 38777documentation, and that the names of Orest Zborowski and David Wexelblat 38778not be used in advertising or publicity pertaining to distribution of 38779the software without specific, written prior permission. Orest Zborowski 38780and David Wexelblat make no representations about the suitability of this 38781software for any purpose. It is provided "as is" without express or 38782implied warranty. 38783 38784OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD 38785TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38786FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 38787FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38788WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 38789ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 38790OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38791 38792 38793Copyright 1992 by Orest Zborowski <obz@Kodak.com> 38794Copyright 1993 by David Dawes <dawes@xfree86.org> 38795 38796Permission to use, copy, modify, distribute, and sell this software and its 38797documentation for any purpose is hereby granted without fee, provided that 38798the above copyright notice appear in all copies and that both that 38799copyright notice and this permission notice appear in supporting 38800documentation, and that the names of Orest Zborowski and David Dawes 38801not be used in advertising or publicity pertaining to distribution of 38802the software without specific, written prior permission. Orest Zborowski 38803and David Dawes make no representations about the suitability of this 38804software for any purpose. It is provided "as is" without express or 38805implied warranty. 38806 38807OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD 38808TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38809FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE 38810FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38811WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 38812ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 38813OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38814 38815 38816Copyright 1995-1999 by Frederic Lepied, France. <fred@sugix.frmug.fr.net> 38817 38818Permission to use, copy, modify, distribute, and sell this software and its 38819documentation for any purpose is hereby granted without fee, provided that 38820the above copyright notice appear in all copies and that both that 38821copyright notice and this permission notice appear in supporting 38822documentation, and that the name of Frederic Lepied not be used in 38823advertising or publicity pertaining to distribution of the software without 38824specific, written prior permission. Frederic Lepied makes no 38825representations about the suitability of this software for any purpose. It 38826is provided "as is" without express or implied warranty. 38827 38828FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38829INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38830EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38831CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38832DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38833TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38834PERFORMANCE OF THIS SOFTWARE. 38835 38836 38837Copyright 1992 by Rich Murphey <Rich@Rice.edu> 38838Copyright 1993 by David Wexelblat <dwex@goblin.org> 38839 38840Permission to use, copy, modify, distribute, and sell this software and its 38841documentation for any purpose is hereby granted without fee, provided that 38842the above copyright notice appear in all copies and that both that 38843copyright notice and this permission notice appear in supporting 38844documentation, and that the names of Rich Murphey and David Wexelblat 38845not be used in advertising or publicity pertaining to distribution of 38846the software without specific, written prior permission. Rich Murphey and 38847David Wexelblat make no representations about the suitability of this 38848software for any purpose. It is provided "as is" without express or 38849implied warranty. 38850 38851RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO 38852THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38853FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR 38854ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38855RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38856CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38857CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38858 38859 38860Copyright 1992 by Rich Murphey <Rich@Rice.edu> 38861Copyright 1993 by David Dawes <dawes@xfree86.org> 38862 38863Permission to use, copy, modify, distribute, and sell this software and its 38864documentation for any purpose is hereby granted without fee, provided that 38865the above copyright notice appear in all copies and that both that 38866copyright notice and this permission notice appear in supporting 38867documentation, and that the names of Rich Murphey and David Dawes 38868not be used in advertising or publicity pertaining to distribution of 38869the software without specific, written prior permission. Rich Murphey and 38870David Dawes make no representations about the suitability of this 38871software for any purpose. It is provided "as is" without express or 38872implied warranty. 38873 38874RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO 38875THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 38876FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR 38877ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 38878RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 38879CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38880CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38881 38882 38883Copyright © 2003-2004 Anders Carlsson 38884 38885Permission to use, copy, modify, distribute, and sell this software and its 38886documentation for any purpose is hereby granted without fee, provided that 38887the above copyright notice appear in all copies and that both that 38888copyright notice and this permission notice appear in supporting 38889documentation, and that the name of Anders Carlsson not be used in 38890advertising or publicity pertaining to distribution of the software without 38891specific, written prior permission. Anders Carlsson makes no 38892representations about the suitability of this software for any purpose. It 38893is provided "as is" without express or implied warranty. 38894 38895ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38896INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38897EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38898CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38899DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38900TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38901PERFORMANCE OF THIS SOFTWARE. 38902 38903 38904Copyright (C) 2003 Anders Carlsson 38905Copyright © 2003-2004 Eric Anholt 38906Copyright © 2004 Keith Packard 38907 38908Permission to use, copy, modify, distribute, and sell this software and its 38909documentation for any purpose is hereby granted without fee, provided that 38910the above copyright notice appear in all copies and that both that 38911copyright notice and this permission notice appear in supporting 38912documentation, and that the name of Eric Anholt not be used in 38913advertising or publicity pertaining to distribution of the software without 38914specific, written prior permission. Eric Anholt makes no 38915representations about the suitability of this software for any purpose. It 38916is provided "as is" without express or implied warranty. 38917 38918ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38919INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38920EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38921CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38922DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38923TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38924PERFORMANCE OF THIS SOFTWARE. 38925 38926 38927Copyright © 2004 PillowElephantBadgerBankPond 38928 38929Permission to use, copy, modify, distribute, and sell this software and its 38930documentation for any purpose is hereby granted without fee, provided that 38931the above copyright notice appear in all copies and that both that 38932copyright notice and this permission notice appear in supporting 38933documentation, and that the name of PillowElephantBadgerBankPond not be used in 38934advertising or publicity pertaining to distribution of the software without 38935specific, written prior permission. PillowElephantBadgerBankPond makes no 38936representations about the suitability of this software for any purpose. It 38937is provided "as is" without express or implied warranty. 38938 38939PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38940INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38941EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38942CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38943DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38944TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38945PERFORMANCE OF THIS SOFTWARE. 38946 38947 38948Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> 38949 38950Permission to use, copy, modify, and distribute this software for any 38951purpose with or without fee is hereby granted, provided that the above 38952copyright notice and this permission notice appear in all copies. 38953 38954THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 38955WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 38956OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 38957FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 38958WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 38959OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 38960CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38961 38962 38963Copyright © 2003-2004 Philip Blundell 38964 38965Permission to use, copy, modify, distribute, and sell this software and its 38966documentation for any purpose is hereby granted without fee, provided that 38967the above copyright notice appear in all copies and that both that 38968copyright notice and this permission notice appear in supporting 38969documentation, and that the name of Philip Blundell not be used in 38970advertising or publicity pertaining to distribution of the software without 38971specific, written prior permission. Philip Blundell makes no 38972representations about the suitability of this software for any purpose. It 38973is provided "as is" without express or implied warranty. 38974 38975PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 38976INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 38977EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 38978CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 38979DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 38980TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38981PERFORMANCE OF THIS SOFTWARE. 38982 38983 38984 38985Copyright (c) 1994-2003 by The XFree86 Project, Inc. 38986Copyright 1997 by Metro Link, Inc. 38987Copyright 2003 by David H. Dawes. 38988Copyright 2003 by X-Oz Technologies. 38989Copyright (c) 2004, X.Org Foundation 38990 38991Permission is hereby granted, free of charge, to any person obtaining a 38992copy of this software and associated documentation files (the "Software"), 38993to deal in the Software without restriction, including without limitation 38994the rights to use, copy, modify, merge, publish, distribute, sublicense, 38995and/or sell copies of the Software, and to permit persons to whom the 38996Software is furnished to do so, subject to the following conditions: 38997 38998The above copyright notice and this permission notice shall be included in 38999all copies or substantial portions of the Software. 39000 39001THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39002IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39003FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39004THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 39005OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 39006ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 39007OTHER DEALINGS IN THE SOFTWARE. 39008 39009Except as contained in this notice, the name of the copyright holder(s) 39010and author(s) shall not be used in advertising or otherwise to promote 39011the sale, use or other dealings in this Software without prior written 39012authorization from the copyright holder(s) and author(s). 39013 39014 39015Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 39016Copyright 1993 by David Wexelblat <dwex@goblin.org> 39017Copyright 1999 by David Holland <davidh@iquest.net> 39018Copyright © 2000 Compaq Computer Corporation 39019Copyright © 2002 Hewlett-Packard Company 39020Copyright © 2004, 2005 Red Hat, Inc. 39021Copyright © 2004 Nicholas Miell 39022Copyright © 2005 Trolltech AS 39023Copyright © 2006 Intel Corporation 39024Copyright © 2006-2007 Keith Packard 39025Copyright © 2008 Red Hat, Inc 39026Copyright © 2008 George Sapountzis <gsap7@yahoo.gr> 39027 39028Permission to use, copy, modify, distribute, and sell this software and its 39029documentation for any purpose is hereby granted without fee, provided that 39030the above copyright notice appear in all copies and that both that copyright 39031notice and this permission notice appear in supporting documentation, and 39032that the name of the copyright holders not be used in advertising or 39033publicity pertaining to distribution of the software without specific, 39034written prior permission. The copyright holders make no representations 39035about the suitability of this software for any purpose. It is provided "as 39036is" without express or implied warranty. 39037 39038THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 39039SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 39040FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 39041SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39042WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 39043AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39044OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 39045SOFTWARE. 39046 39047 39048Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. 39049 2005 Lars Knoll & Zack Rusin, Trolltech 39050 39051Permission to use, copy, modify, distribute, and sell this software and its 39052documentation for any purpose is hereby granted without fee, provided that 39053the above copyright notice appear in all copies and that both that 39054copyright notice and this permission notice appear in supporting 39055documentation, and that the name of Keith Packard not be used in 39056advertising or publicity pertaining to distribution of the software without 39057specific, written prior permission. Keith Packard makes no 39058representations about the suitability of this software for any purpose. It 39059is provided "as is" without express or implied warranty. 39060 39061THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 39062SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 39063FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 39064SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39065WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 39066AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39067OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 39068SOFTWARE. 39069 39070 39071Copyright 1987, 1998 The Open Group 39072Copyright © 1998-1999, 2001 The XFree86 Project, Inc. 39073Copyright © 2000 VA Linux Systems, Inc. 39074Copyright (c) 2000, 2001 Nokia Home Communications 39075Copyright © 2007, 2008 Red Hat, Inc. 39076All rights reserved. 39077 39078Permission is hereby granted, free of charge, to any person obtaining a 39079copy of this software and associated documentation files (the 39080"Software"), to deal in the Software without restriction, including 39081without limitation the rights to use, copy, modify, merge, publish, 39082distribute, and/or sell copies of the Software, and to permit persons 39083to whom the Software is furnished to do so, provided that the above 39084copyright notice(s) and this permission notice appear in all copies of 39085the Software and that both the above copyright notice(s) and this 39086permission notice appear in supporting documentation. 39087 39088THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 39089OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 39090MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 39091OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 39092HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 39093INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 39094FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 39095NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 39096WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39097 39098Except as contained in this notice, the name of a copyright holder 39099shall not be used in advertising or otherwise to promote the sale, use 39100or other dealings in this Software without prior written authorization 39101of the copyright holder. 39102 39103 39104Copyright 1996 by Thomas E. Dickey <dickey@clark.net> 39105 39106 All Rights Reserved 39107 39108Permission to use, copy, modify, and distribute this software and its 39109documentation for any purpose and without fee is hereby granted, 39110provided that the above copyright notice appear in all copies and that 39111both that copyright notice and this permission notice appear in 39112supporting documentation, and that the name of the above listed 39113copyright holder(s) not be used in advertising or publicity pertaining 39114to distribution of the software without specific, written prior 39115permission. 39116 39117THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 39118TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 39119AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 39120LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39121WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 39122ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 39123OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39124 39125 39126Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 39127Copyright (c) 2001 Andreas Monitzer. 39128Copyright (c) 2001-2004 Greg Parker. 39129Copyright (c) 2001-2004 Torrey T. Lyons 39130Copyright (c) 2002-2003 Apple Computer, Inc. 39131Copyright (c) 2004-2005 Alexander Gottwald 39132Copyright (c) 2002-2009 Apple Inc. 39133Copyright (c) 2007 Jeremy Huddleston 39134All Rights Reserved. 39135 39136Permission is hereby granted, free of charge, to any person obtaining a 39137copy of this software and associated documentation files (the "Software"), 39138to deal in the Software without restriction, including without limitation 39139the rights to use, copy, modify, merge, publish, distribute, sublicense, 39140and/or sell copies of the Software, and to permit persons to whom the 39141Software is furnished to do so, subject to the following conditions: 39142 39143The above copyright notice and this permission notice shall be included in 39144all copies or substantial portions of the Software. 39145 39146THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39147IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39148FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39149THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 39150OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 39151ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 39152DEALINGS IN THE SOFTWARE. 39153 39154Except as contained in this notice, the name(s) of the above copyright 39155holders shall not be used in advertising or otherwise to promote the sale, 39156use or other dealings in this Software without prior written authorization. 39157 39158 39159Copyright (C) 1999,2000 by Eric Sunshine <sunshine@sunshineco.com> 39160Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. 39161 39162All rights reserved. 39163 39164Redistribution and use in source and binary forms, with or without 39165modification, are permitted provided that the following conditions are met: 39166 39167 1. Redistributions of source code must retain the above copyright 39168 notice, this list of conditions and the following disclaimer. 39169 2. Redistributions in binary form must reproduce the above copyright 39170 notice, this list of conditions and the following disclaimer in the 39171 documentation and/or other materials provided with the distribution. 39172 3. The name of the author may not be used to endorse or promote products 39173 derived from this software without specific prior written permission. 39174 39175THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 39176IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 39177OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 39178NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 39179SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 39180TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 39181PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 39182LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 39183NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 39184SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39185 39186 39187Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net 39188 39189Permission is hereby granted, free of charge, to any person obtaining a copy of 39190this software and associated documentation files (the "Software"), to deal in 39191the Software without restriction, including without limitation the rights to 39192use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 39193of the Software, and to permit persons to whom the Software is furnished to do 39194so, subject to the following conditions: 39195 39196The above copyright notice and this permission notice shall be included in all 39197copies or substantial portions of the Software. 39198 39199THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39200IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39201FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39202AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 39203ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 39204WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39205 39206Except as contained in this notice, the name of the author shall not be used in 39207advertising or otherwise to promote the sale, use or other dealings in this 39208Software without prior written authorization from the author. 39209 39210 39211Copyright © 2002 David Dawes 39212 39213Permission is hereby granted, free of charge, to any person obtaining a 39214copy of this software and associated documentation files (the "Software"), 39215to deal in the Software without restriction, including without limitation 39216the rights to use, copy, modify, merge, publish, distribute, sublicense, 39217and/or sell copies of the Software, and to permit persons to whom the 39218Software is furnished to do so, subject to the following conditions: 39219 39220The above copyright notice and this permission notice shall be included in 39221all copies or substantial portions of the Software. 39222 39223THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39224IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39225FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39226THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39227WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 39228OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 39229SOFTWARE. 39230 39231Except as contained in this notice, the name of the author(s) shall 39232not be used in advertising or otherwise to promote the sale, use or other 39233dealings in this Software without prior written authorization from 39234the author(s). 39235 39236 39237Copyright (C) 1996-1999 SciTech Software, Inc. 39238Copyright (C) David Mosberger-Tang 39239Copyright (C) 1999 Egbert Eich 39240Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC 39241 39242Permission to use, copy, modify, distribute, and sell this software and 39243its documentation for any purpose is hereby granted without fee, 39244provided that the above copyright notice appear in all copies and that 39245both that copyright notice and this permission notice appear in 39246supporting documentation, and that the name of the authors not be used 39247in advertising or publicity pertaining to distribution of the software 39248without specific, written prior permission. The authors makes no 39249representations about the suitability of this software for any purpose. 39250It is provided "as is" without express or implied warranty. 39251 39252THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39253INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39254EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39255CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 39256USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 39257OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39258PERFORMANCE OF THIS SOFTWARE. 39259 39260 39261Copyright 2005-2006 Luc Verhaegen. 39262 39263Permission is hereby granted, free of charge, to any person obtaining a 39264copy of this software and associated documentation files (the "Software"), 39265to deal in the Software without restriction, including without limitation 39266the rights to use, copy, modify, merge, publish, distribute, sublicense, 39267and/or sell copies of the Software, and to permit persons to whom the 39268Software is furnished to do so, subject to the following conditions: 39269 39270The above copyright notice and this permission notice shall be included in 39271all copies or substantial portions of the Software. 39272 39273THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39274IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39275FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39276THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 39277OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 39278ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 39279OTHER DEALINGS IN THE SOFTWARE. 39280 39281 39282Copyright 1995 by Robin Cutshaw <robin@XFree86.Org> 39283Copyright 2000 by Egbert Eich 39284Copyright 2002 by David Dawes 39285 39286Permission to use, copy, modify, distribute, and sell this software and its 39287documentation for any purpose is hereby granted without fee, provided that 39288the above copyright notice appear in all copies and that both that 39289copyright notice and this permission notice appear in supporting 39290documentation, and that the names of the above listed copyright holder(s) 39291not be used in advertising or publicity pertaining to distribution of 39292the software without specific, written prior permission. The above listed 39293copyright holder(s) make(s) no representations about the suitability of this 39294software for any purpose. It is provided "as is" without express or 39295implied warranty. 39296 39297THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD 39298TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 39299AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 39300LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 39301DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 39302IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39303OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39304 39305 39306Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org 39307 39308Permission to use, copy, modify, distribute, and sell this software and its 39309documentation for any purpose is hereby granted without fee, provided that 39310the above copyright notice appear in all copies and that both that copyright 39311notice and this permission notice appear in supporting documentation, and 39312that the name of Marc Aurele La France not be used in advertising or 39313publicity pertaining to distribution of the software without specific, 39314written prior permission. Marc Aurele La France makes no representations 39315about the suitability of this software for any purpose. It is provided 39316"as-is" without express or implied warranty. 39317 39318MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39319INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 39320EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39321CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 39322DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 39323TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 39324OF THIS SOFTWARE. 39325 39326 39327Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany 39328Copyright 1992 by David Dawes <dawes@XFree86.org> 39329Copyright 1992 by Jim Tsillas <jtsilla@damon.ccs.northeastern.edu> 39330Copyright 1992 by Rich Murphey <Rich@Rice.edu> 39331Copyright 1992 by Robert Baron <Robert.Baron@ernst.mach.cs.cmu.edu> 39332Copyright 1992 by Orest Zborowski <obz@eskimo.com> 39333Copyright 1993 by Vrije Universiteit, The Netherlands 39334Copyright 1993 by David Wexelblat <dwex@XFree86.org> 39335Copyright 1994, 1996 by Holger Veit <Holger.Veit@gmd.de> 39336Copyright 1997 by Takis Psarogiannakopoulos <takis@dpmms.cam.ac.uk> 39337Copyright 1994-2003 by The XFree86 Project, Inc 39338 39339Permission to use, copy, modify, distribute, and sell this software and its 39340documentation for any purpose is hereby granted without fee, provided that 39341the above copyright notice appear in all copies and that both that 39342copyright notice and this permission notice appear in supporting 39343documentation, and that the names of the above listed copyright holders 39344not be used in advertising or publicity pertaining to distribution of 39345the software without specific, written prior permission. The above listed 39346copyright holders make no representations about the suitability of this 39347software for any purpose. It is provided "as is" without express or 39348implied warranty. 39349 39350THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 39351TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 39352AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE 39353LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 39354DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 39355IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39356OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 39357 39358 39359Copyright 2001-2005 by J. Kean Johnston <jkj@sco.com> 39360 39361Permission to use, copy, modify, distribute, and sell this software and its 39362documentation for any purpose is hereby granted without fee, provided that 39363the above copyright notice appear in all copies and that both that 39364copyright notice and this permission notice appear in supporting 39365documentation, and that the name J. Kean Johnston not be used in 39366advertising or publicity pertaining to distribution of the software without 39367specific, written prior permission. J. Kean Johnston makes no 39368representations about the suitability of this software for any purpose. 39369It is provided "as is" without express or implied warranty. 39370 39371J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39372INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39373EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39374CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 39375USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 39376OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39377PERFORMANCE OF THIS SOFTWARE. 39378 39379 39380Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com) 39381 39382Permission is hereby granted, free of charge, to any person obtaining a copy 39383of this software and associated documentation files (the "Software"), to deal 39384in the Software without restriction, including without limitation the rights 39385to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 39386copies of the Software, and to permit persons to whom the Software is 39387furnished to do so, subject to the following conditions: 39388 39389The above copyright notice and this permission notice shall be included in 39390all copies or substantial portions of the Software. 39391 39392THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39393IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39394FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 39395JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 39396IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 39397CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39398 39399 39400Copyright 1997,1998 by UCHIYAMA Yasushi 39401 39402Permission to use, copy, modify, distribute, and sell this software and its 39403documentation for any purpose is hereby granted without fee, provided that 39404the above copyright notice appear in all copies and that both that 39405copyright notice and this permission notice appear in supporting 39406documentation, and that the name of UCHIYAMA Yasushi not be used in 39407advertising or publicity pertaining to distribution of the software without 39408specific, written prior permission. UCHIYAMA Yasushi makes no representations 39409about the suitability of this software for any purpose. It is provided 39410"as is" without express or implied warranty. 39411 39412UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39413INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39414EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39415CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 39416DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 39417TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39418PERFORMANCE OF THIS SOFTWARE. 39419 39420 39421Copyright (C) 2000 Keith Packard 39422 2004 Eric Anholt 39423 2005 Zack Rusin 39424 39425Permission to use, copy, modify, distribute, and sell this software and its 39426documentation for any purpose is hereby granted without fee, provided that 39427the above copyright notice appear in all copies and that both that 39428copyright notice and this permission notice appear in supporting 39429documentation, and that the name of copyright holders not be used in 39430advertising or publicity pertaining to distribution of the software without 39431specific, written prior permission. Copyright holders make no 39432representations about the suitability of this software for any purpose. It 39433is provided "as is" without express or implied warranty. 39434 39435THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 39436SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 39437FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 39438SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 39439WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 39440AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 39441OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 39442SOFTWARE. 39443 39444 39445(C) Copyright IBM Corporation 2002-2007 39446All Rights Reserved. 39447 39448Permission is hereby granted, free of charge, to any person obtaining a 39449copy of this software and associated documentation files (the "Software"), 39450to deal in the Software without restriction, including without limitation 39451on the rights to use, copy, modify, merge, publish, distribute, sub 39452license, and/or sell copies of the Software, and to permit persons to whom 39453the Software is furnished to do so, subject to the following conditions: 39454 39455The above copyright notice and this permission notice (including the next 39456paragraph) shall be included in all copies or substantial portions of the 39457Software. 39458 39459THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39460IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39461FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 39462THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 39463DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 39464OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 39465USE OR OTHER DEALINGS IN THE SOFTWARE. 39466 39467 39468Permission to use, copy, modify, distribute, and sell this software and its 39469documentation for any purpose is hereby granted without fee, provided that 39470this permission notice appear in supporting documentation. This permission 39471notice shall be included in all copies or substantial portions of the 39472Software. 39473 39474THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39475IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39476FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39477AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 39478AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 39479CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39480 39481 39482Copyright © 2007 OpenedHand Ltd 39483 39484Permission to use, copy, modify, distribute, and sell this software and its 39485documentation for any purpose is hereby granted without fee, provided that 39486the above copyright notice appear in all copies and that both that 39487copyright notice and this permission notice appear in supporting 39488documentation, and that the name of OpenedHand Ltd not be used in 39489advertising or publicity pertaining to distribution of the software without 39490specific, written prior permission. OpenedHand Ltd makes no 39491representations about the suitability of this software for any purpose. It 39492is provided "as is" without express or implied warranty. 39493 39494OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 39495INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 39496EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR 39497CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 39498DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 39499TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 39500PERFORMANCE OF THIS SOFTWARE. 39501 39502 39503Copyright (c) 1989, 1990, 1993, 1994 39504 The Regents of the University of California. All rights reserved. 39505 39506This code is derived from software contributed to Berkeley by 39507Chris Torek. 39508 39509This code is derived from software contributed to Berkeley by 39510Michael Rendell of Memorial University of Newfoundland. 39511 39512Redistribution and use in source and binary forms, with or without 39513modification, are permitted provided that the following conditions 39514are met: 39515 1. Redistributions of source code must retain the above copyright 39516 notice, this list of conditions and the following disclaimer. 39517 2. Redistributions in binary form must reproduce the above copyright 39518 notice, this list of conditions and the following disclaimer in the 39519 documentation and/or other materials provided with the distribution. 39520 4. Neither the name of the University nor the names of its contributors 39521 may be used to endorse or promote products derived from this software 39522 without specific prior written permission. 39523 39524THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 39525ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 39526IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 39527ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 39528FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 39529DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 39530OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 39531HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 39532LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 39533OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 39534SUCH DAMAGE. 39535 39536</pre> 39537<div class="license-packages"> 39538Used by these packages: x11-libs/libdrm-2.4.54 x11-libs/xcb-util-wm-0.3.8 x11-libs/xcb-util-renderutil-0.3.8 x11-libs/xcb-util-image-0.3.8 x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-keysyms-0.3.8 x11-base/X.Org-1.9.3 x11-apps/xset-mini-1.2.2-r3 x11-libs/libdrm-tests-2.4.54 39539</div> 39540</div> 39541</div> 39542 39543 39544<!-- Note that some packages included above are used during build, but not 39545shipped with ChromeOS proper /merlin --> 39546<script src="chrome://os-credits/keyboard_utils.js"></script> 39547</body> 39548</html> 39549