Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / about_os_credits.html
blobefac743b8a28caf5ce88dc580c4ea069af980a22
1 <!doctype html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>Credits</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <style>
8 body {
9 background-color:white;
10 font-size:84%;
11 max-width:1020px;
13 .page-title {
14 font-size:164%;
15 font-weight:bold;
17 .product {
18 background-color:#c3d9ff;
19 overflow:auto;
20 padding:2px;
21 margin-top:16px;
22 border-radius:5px;
24 .product .title {
25 font-size:110%;
26 font-weight:bold;
27 float:left;
28 margin:3px;
30 .product .homepage {
31 text-align:right;
32 float:right;
33 margin:3px;
35 .product .homepage:after {
36 content:" - ";
38 .product .show {
39 text-align:right;
40 float:right;
41 margin:3px;
43 .licence {
44 clear:both;
45 background-color:#e8eef7;
46 padding:16px;
47 border-radius:3px;
48 display:none;
50 .licence pre {
51 white-space: pre-wrap
53 .licence h3 {
54 margin-top:0px;
56 .license-packages {
57 font-size:80%;
59 .dialog #print-link {
60 display: none;
62 .dialog .homepage {
63 display: none;
65 </style>
66 <script>
67 //<![CDATA[
68 function toggle(o) {
69 var licence = o.nextSibling;
71 while (licence.className != 'licence') {
72 if (!licence) return false;
73 licence = licence.nextSibling;
75 return toggleblock(licence, o);
78 function toggleblock(licence, o) {
79 if (licence.style && licence.style.display == 'block') {
80 licence.style.display = 'none';
81 o.innerHTML = 'show license text';
82 } else {
83 licence.style.display = 'block';
84 o.innerHTML = 'hide license text';
86 return false;
89 function toggleall() {
90 var a = window.document.getElementsByClassName('licence');
91 for (var i = 0; i < a.length; i++) {
92 toggleblock(a[i], a[i].previousSibling.previousSibling.previousSibling.previousSibling);
94 return false;
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
304 <div class="product">
305 <span class="title">automake-1.11.6</span>
306 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
307 <span class="homepage"><a href="http://www.gnu.org/software/automake/">homepage</a></span>
308 <div class="licence">
309 <pre></pre>
310 <ul>
311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
312 </ul>
313 </div>
314 </div>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
565 <div class="product">
566 <span class="title">autotest-private-tests-echoprivate-0.0.1</span>
567 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
568 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
569 <div class="licence">
570 <pre></pre>
571 <ul>
572 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
573 </ul>
574 </div>
575 </div>
578 <div class="product">
579 <span class="title">autotest-private-tests-quickoffice-0.0.1</span>
580 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
581 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
582 <div class="licence">
583 <pre></pre>
584 <ul>
585 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
586 </ul>
587 </div>
588 </div>
591 <div class="product">
592 <span class="title">autotest-server-tests-0.0.2</span>
593 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
594 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
595 <div class="licence">
596 <pre></pre>
597 <ul>
598 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
599 </ul>
600 </div>
601 </div>
604 <div class="product">
605 <span class="title">autotest-server-tests-bluetooth-0.0.1</span>
606 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
607 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
608 <div class="licence">
609 <pre></pre>
610 <ul>
611 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
612 </ul>
613 </div>
614 </div>
617 <div class="product">
618 <span class="title">autotest-server-tests-shill-0.0.1</span>
619 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
620 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
621 <div class="licence">
622 <pre></pre>
623 <ul>
624 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
625 </ul>
626 </div>
627 </div>
630 <div class="product">
631 <span class="title">autotest-server-tests-telemetry-0.0.1</span>
632 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
633 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
634 <div class="licence">
635 <pre></pre>
636 <ul>
637 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
638 </ul>
639 </div>
640 </div>
643 <div class="product">
644 <span class="title">autotest-tests-0.0.3</span>
645 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
646 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
647 <div class="licence">
648 <pre></pre>
649 <ul>
650 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
651 </ul>
652 </div>
653 </div>
656 <div class="product">
657 <span class="title">autotest-tests-audio-0.0.1</span>
658 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
659 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
660 <div class="licence">
661 <pre></pre>
662 <ul>
663 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
664 </ul>
665 </div>
666 </div>
669 <div class="product">
670 <span class="title">autotest-tests-cellular-0.0.1</span>
671 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
672 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
673 <div class="licence">
674 <pre></pre>
675 <ul>
676 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
677 </ul>
678 </div>
679 </div>
682 <div class="product">
683 <span class="title">autotest-tests-cros-disks-0.0.1</span>
684 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
685 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
686 <div class="licence">
687 <pre></pre>
688 <ul>
689 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
690 </ul>
691 </div>
692 </div>
695 <div class="product">
696 <span class="title">autotest-tests-cryptohome-0.0.1</span>
697 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
698 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
699 <div class="licence">
700 <pre></pre>
701 <ul>
702 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
703 </ul>
704 </div>
705 </div>
708 <div class="product">
709 <span class="title">autotest-tests-debugd-0.0.1</span>
710 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
711 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
712 <div class="licence">
713 <pre></pre>
714 <ul>
715 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
716 </ul>
717 </div>
718 </div>
721 <div class="product">
722 <span class="title">autotest-tests-graphics-0.0.1</span>
723 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
724 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
725 <div class="licence">
726 <pre></pre>
727 <ul>
728 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
729 </ul>
730 </div>
731 </div>
734 <div class="product">
735 <span class="title">autotest-tests-ltp-0.0.1</span>
736 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
737 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
738 <div class="licence">
739 <pre></pre>
740 <ul>
741 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
742 </ul>
743 </div>
744 </div>
747 <div class="product">
748 <span class="title">autotest-tests-ownershipapi-0.0.1</span>
749 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
750 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
751 <div class="licence">
752 <pre></pre>
753 <ul>
754 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
755 </ul>
756 </div>
757 </div>
760 <div class="product">
761 <span class="title">autotest-tests-p2p-0.0.1</span>
762 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
763 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
764 <div class="licence">
765 <pre></pre>
766 <ul>
767 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
768 </ul>
769 </div>
770 </div>
773 <div class="product">
774 <span class="title">autotest-tests-power-0.0.1</span>
775 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
776 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
777 <div class="licence">
778 <pre></pre>
779 <ul>
780 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
781 </ul>
782 </div>
783 </div>
786 <div class="product">
787 <span class="title">autotest-tests-security-0.0.1</span>
788 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
789 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
790 <div class="licence">
791 <pre></pre>
792 <ul>
793 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
794 </ul>
795 </div>
796 </div>
799 <div class="product">
800 <span class="title">autotest-tests-shill-0.0.1</span>
801 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
802 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
803 <div class="licence">
804 <pre></pre>
805 <ul>
806 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
807 </ul>
808 </div>
809 </div>
812 <div class="product">
813 <span class="title">autotest-tests-touchpad-0.0.1</span>
814 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
815 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
816 <div class="licence">
817 <pre></pre>
818 <ul>
819 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
820 </ul>
821 </div>
822 </div>
825 <div class="product">
826 <span class="title">autotest-tests-tpm-0.0.1</span>
827 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
828 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
829 <div class="licence">
830 <pre></pre>
831 <ul>
832 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
833 </ul>
834 </div>
835 </div>
838 <div class="product">
839 <span class="title">avahi-0.6.31</span>
840 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
841 <span class="homepage"><a href="http://avahi.org/">homepage</a></span>
842 <div class="licence">
843 <pre></pre>
844 <ul>
845 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
846 </ul>
847 </div>
848 </div>
851 <div class="product">
852 <span class="title">avahi-daemon-0.0.1</span>
853 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
854 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
855 <div class="licence">
856 <pre></pre>
857 <ul>
858 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
859 </ul>
860 </div>
861 </div>
864 <div class="product">
865 <span class="title">avfs-1.0.1</span>
866 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
867 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span>
868 <div class="licence">
869 <pre></pre>
870 <ul>
871 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
872 </ul>
873 </div>
874 </div>
877 <div class="product">
878 <span class="title">avtest_label_detect-0.0.1</span>
879 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
880 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
881 <div class="licence">
882 <pre></pre>
883 <ul>
884 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
885 </ul>
886 </div>
887 </div>
890 <div class="product">
891 <span class="title">baselayout-2.0.1</span>
892 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
893 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
894 <div class="licence">
895 <pre></pre>
896 <ul>
897 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
898 </ul>
899 </div>
900 </div>
903 <div class="product">
904 <span class="title">bash-4.2_p45</span>
905 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
906 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span>
907 <div class="licence">
908 <pre></pre>
909 <ul>
910 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
911 </ul>
912 </div>
913 </div>
916 <div class="product">
917 <span class="title">bigreqsproto-1.1.1</span>
918 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
919 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
920 <div class="licence">
921 <pre>Scanned Source License bigreqsproto-1.1.1/COPYING:
923 Copyright 1992, 1998 The Open Group
925 Permission to use, copy, modify, distribute, and sell this software and its
926 documentation for any purpose is hereby granted without fee, provided that
927 the above copyright notice appear in all copies and that both that
928 copyright notice and this permission notice appear in supporting
929 documentation.
931 The above copyright notice and this permission notice shall be included in
932 all copies or substantial portions of the Software.
934 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
935 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
936 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
937 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
938 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
939 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
941 Except as contained in this notice, the name of The Open Group shall not be
942 used in advertising or otherwise to promote the sale, use or other dealings
943 in this Software without prior written authorization from The Open Group.
945 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
946 </pre>
947 <ul>
949 </ul>
950 </div>
951 </div>
954 <div class="product">
955 <span class="title">binutils-2.22</span>
956 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
957 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span>
958 <div class="licence">
959 <pre></pre>
960 <ul>
961 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
962 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
963 </ul>
964 </div>
965 </div>
968 <div class="product">
969 <span class="title">binutils-config-3</span>
970 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
971 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
972 <div class="licence">
973 <pre></pre>
974 <ul>
975 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
976 </ul>
977 </div>
978 </div>
981 <div class="product">
982 <span class="title">bluez-5.19</span>
983 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
984 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span>
985 <div class="licence">
986 <pre></pre>
987 <ul>
988 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
989 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
990 </ul>
991 </div>
992 </div>
995 <div class="product">
996 <span class="title">bootcomplete-login-0.0.1</span>
997 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
998 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
999 <div class="licence">
1000 <pre></pre>
1001 <ul>
1002 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
1003 </ul>
1004 </div>
1005 </div>
1008 <div class="product">
1009 <span class="title">bootstat-0.0.2</span>
1010 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1011 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
1012 <div class="licence">
1013 <pre></pre>
1014 <ul>
1015 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
1016 </ul>
1017 </div>
1018 </div>
1021 <div class="product">
1022 <span class="title">brltty-4.5</span>
1023 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1024 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span>
1025 <div class="licence">
1026 <pre></pre>
1027 <ul>
1028 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
1029 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1030 </ul>
1031 </div>
1032 </div>
1035 <div class="product">
1036 <span class="title">bsdiff-4.3</span>
1037 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1038 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
1039 <div class="licence">
1040 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff:
1042 Copyright 2003-2005 Colin Percival
1043 All rights reserved
1045 Redistribution and use in source and binary forms, with or without
1046 modification, are permitted providing that the following conditions·
1047 are met:
1048 1. Redistributions of source code must retain the above copyright
1049 notice, this list of conditions and the following disclaimer.
1050 2. Redistributions in binary form must reproduce the above copyright
1051 notice, this list of conditions and the following disclaimer in the
1052 documentation and/or other materials provided with the distribution.
1054 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1055 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1056 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1057 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1058 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1059 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1060 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1061 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1062 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1063 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1064 POSSIBILITY OF SUCH DAMAGE.
1066 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1067 </pre>
1068 <ul>
1070 </ul>
1071 </div>
1072 </div>
1075 <div class="product">
1076 <span class="title">btsocket-0.0.1</span>
1077 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1078 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
1079 <div class="licence">
1080 <pre>Scanned Source License btsocket-0.0.1/LICENSE:
1082 // Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
1084 // Redistribution and use in source and binary forms, with or without
1085 // modification, are permitted provided that the following conditions are
1086 // met:
1088 // * Redistributions of source code must retain the above copyright
1089 // notice, this list of conditions and the following disclaimer.
1090 // * Redistributions in binary form must reproduce the above
1091 // copyright notice, this list of conditions and the following disclaimer
1092 // in the documentation and/or other materials provided with the
1093 // distribution.
1094 // * Neither the name of Google Inc. nor the names of its
1095 // contributors may be used to endorse or promote products derived from
1096 // this software without specific prior written permission.
1098 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1099 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1100 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1101 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1102 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1103 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1104 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1105 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1106 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1107 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1108 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1110 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1111 </pre>
1112 <ul>
1114 </ul>
1115 </div>
1116 </div>
1119 <div class="product">
1120 <span class="title">busybox-1.21.0</span>
1121 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1122 <span class="homepage"><a href="http://www.busybox.net/">homepage</a></span>
1123 <div class="licence">
1124 <pre></pre>
1125 <ul>
1126 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1127 </ul>
1128 </div>
1129 </div>
1132 <div class="product">
1133 <span class="title">bzip2-1.0.6</span>
1134 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1135 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span>
1136 <div class="licence">
1137 <pre>Scanned Source License bzip2-1.0.6/LICENSE:
1140 --------------------------------------------------------------------------
1142 This program, "bzip2", the associated library "libbzip2", and all
1143 documentation, are copyright (C) 1996-2010 Julian R Seward. All
1144 rights reserved.
1146 Redistribution and use in source and binary forms, with or without
1147 modification, are permitted provided that the following conditions
1148 are met:
1150 1. Redistributions of source code must retain the above copyright
1151 notice, this list of conditions and the following disclaimer.
1153 2. The origin of this software must not be misrepresented; you must
1154 not claim that you wrote the original software. If you use this
1155 software in a product, an acknowledgment in the product
1156 documentation would be appreciated but is not required.
1158 3. Altered source versions must be plainly marked as such, and must
1159 not be misrepresented as being the original software.
1161 4. The name of the author may not be used to endorse or promote
1162 products derived from this software without specific prior written
1163 permission.
1165 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
1166 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1167 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1168 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1169 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1170 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
1171 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1172 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1173 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1174 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1175 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1177 Julian Seward, jseward@bzip.org
1178 bzip2/libbzip2 version 1.0.6 of 6 September 2010
1180 --------------------------------------------------------------------------
1182 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1184 Gentoo Package Stock License BZIP2:
1186 &lt;copyright notice&gt;
1187 All rights reserved.
1189 Redistribution and use in source and binary forms, with or without
1190 modification, are permitted provided that the following conditions
1191 are met:
1193 1. Redistributions of source code must retain the above copyright
1194 notice, this list of conditions and the following disclaimer.
1196 2. The origin of this software must not be misrepresented; you must
1197 not claim that you wrote the original software. If you use this
1198 software in a product, an acknowledgment in the product
1199 documentation would be appreciated but is not required.
1201 3. Altered source versions must be plainly marked as such, and must
1202 not be misrepresented as being the original software.
1204 4. The name of the author may not be used to endorse or promote
1205 products derived from this software without specific prior written
1206 permission.
1208 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
1209 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1210 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1211 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1212 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1213 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
1214 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1215 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1216 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1217 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1218 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1220 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1221 </pre>
1222 <ul>
1224 </ul>
1225 </div>
1226 </div>
1229 <div class="product">
1230 <span class="title">c-ares-1.7.5</span>
1231 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1232 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span>
1233 <div class="licence">
1234 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares:
1236 Copyright 1998 by the Massachusetts Institute of Technology.
1238 Permission to use, copy, modify, and distribute this
1239 software and its documentation for any purpose and without
1240 fee is hereby granted, provided that the above copyright
1241 notice appear in all copies and that both that copyright
1242 notice and this permission notice appear in supporting
1243 documentation, and that the name of M.I.T. not be used in
1244 advertising or publicity pertaining to distribution of the
1245 software without specific, written prior permission.
1246 M.I.T. makes no representations about the suitability of
1247 this software for any purpose. It is provided "as is"
1248 without express or implied warranty.
1250 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1251 </pre>
1252 <ul>
1254 </ul>
1255 </div>
1256 </div>
1259 <div class="product">
1260 <span class="title">cairo-1.12.12</span>
1261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1262 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span>
1263 <div class="licence">
1264 <pre>Gentoo Package Stock License MPL-1.1:
1266 MOZILLA PUBLIC LICENSE
1267 Version 1.1
1269 ---------------
1271 1. Definitions.
1273 1.0.1. "Commercial Use" means distribution or otherwise making the
1274 Covered Code available to a third party.
1276 1.1. "Contributor" means each entity that creates or contributes to
1277 the creation of Modifications.
1279 1.2. "Contributor Version" means the combination of the Original
1280 Code, prior Modifications used by a Contributor, and the Modifications
1281 made by that particular Contributor.
1283 1.3. "Covered Code" means the Original Code or Modifications or the
1284 combination of the Original Code and Modifications, in each case
1285 including portions thereof.
1287 1.4. "Electronic Distribution Mechanism" means a mechanism generally
1288 accepted in the software development community for the electronic
1289 transfer of data.
1291 1.5. "Executable" means Covered Code in any form other than Source
1292 Code.
1294 1.6. "Initial Developer" means the individual or entity identified
1295 as the Initial Developer in the Source Code notice required by Exhibit
1298 1.7. "Larger Work" means a work which combines Covered Code or
1299 portions thereof with code not governed by the terms of this License.
1301 1.8. "License" means this document.
1303 1.8.1. "Licensable" means having the right to grant, to the maximum
1304 extent possible, whether at the time of the initial grant or
1305 subsequently acquired, any and all of the rights conveyed herein.
1307 1.9. "Modifications" means any addition to or deletion from the
1308 substance or structure of either the Original Code or any previous
1309 Modifications. When Covered Code is released as a series of files, a
1310 Modification is:
1311 A. Any addition to or deletion from the contents of a file
1312 containing Original Code or previous Modifications.
1314 B. Any new file that contains any part of the Original Code or
1315 previous Modifications.
1317 1.10. "Original Code" means Source Code of computer software code
1318 which is described in the Source Code notice required by Exhibit A as
1319 Original Code, and which, at the time of its release under this
1320 License is not already Covered Code governed by this License.
1322 1.10.1. "Patent Claims" means any patent claim(s), now owned or
1323 hereafter acquired, including without limitation, method, process,
1324 and apparatus claims, in any patent Licensable by grantor.
1326 1.11. "Source Code" means the preferred form of the Covered Code for
1327 making modifications to it, including all modules it contains, plus
1328 any associated interface definition files, scripts used to control
1329 compilation and installation of an Executable, or source code
1330 differential comparisons against either the Original Code or another
1331 well known, available Covered Code of the Contributor's choice. The
1332 Source Code can be in a compressed or archival form, provided the
1333 appropriate decompression or de-archiving software is widely available
1334 for no charge.
1336 1.12. "You" (or "Your") means an individual or a legal entity
1337 exercising rights under, and complying with all of the terms of, this
1338 License or a future version of this License issued under Section 6.1.
1339 For legal entities, "You" includes any entity which controls, is
1340 controlled by, or is under common control with You. For purposes of
1341 this definition, "control" means (a) the power, direct or indirect,
1342 to cause the direction or management of such entity, whether by
1343 contract or otherwise, or (b) ownership of more than fifty percent
1344 (50%) of the outstanding shares or beneficial ownership of such
1345 entity.
1347 2. Source Code License.
1349 2.1. The Initial Developer Grant.
1350 The Initial Developer hereby grants You a world-wide, royalty-free,
1351 non-exclusive license, subject to third party intellectual property
1352 claims:
1353 (a) under intellectual property rights (other than patent or
1354 trademark) Licensable by Initial Developer to use, reproduce,
1355 modify, display, perform, sublicense and distribute the Original
1356 Code (or portions thereof) with or without Modifications, and/or
1357 as part of a Larger Work; and
1359 (b) under Patents Claims infringed by the making, using or
1360 selling of Original Code, to make, have made, use, practice,
1361 sell, and offer for sale, and/or otherwise dispose of the
1362 Original Code (or portions thereof).
1364 (c) the licenses granted in this Section 2.1(a) and (b) are
1365 effective on the date Initial Developer first distributes
1366 Original Code under the terms of this License.
1368 (d) Notwithstanding Section 2.1(b) above, no patent license is
1369 granted: 1) for code that You delete from the Original Code; 2)
1370 separate from the Original Code; or 3) for infringements caused
1371 by: i) the modification of the Original Code or ii) the
1372 combination of the Original Code with other software or devices.
1374 2.2. Contributor Grant.
1375 Subject to third party intellectual property claims, each Contributor
1376 hereby grants You a world-wide, royalty-free, non-exclusive license
1378 (a) under intellectual property rights (other than patent or
1379 trademark) Licensable by Contributor, to use, reproduce, modify,
1380 display, perform, sublicense and distribute the Modifications
1381 created by such Contributor (or portions thereof) either on an
1382 unmodified basis, with other Modifications, as Covered Code
1383 and/or as part of a Larger Work; and
1385 (b) under Patent Claims infringed by the making, using, or
1386 selling of Modifications made by that Contributor either alone
1387 and/or in combination with its Contributor Version (or portions
1388 of such combination), to make, use, sell, offer for sale, have
1389 made, and/or otherwise dispose of: 1) Modifications made by that
1390 Contributor (or portions thereof); and 2) the combination of
1391 Modifications made by that Contributor with its Contributor
1392 Version (or portions of such combination).
1394 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
1395 effective on the date Contributor first makes Commercial Use of
1396 the Covered Code.
1398 (d) Notwithstanding Section 2.2(b) above, no patent license is
1399 granted: 1) for any code that Contributor has deleted from the
1400 Contributor Version; 2) separate from the Contributor Version;
1401 3) for infringements caused by: i) third party modifications of
1402 Contributor Version or ii) the combination of Modifications made
1403 by that Contributor with other software (except as part of the
1404 Contributor Version) or other devices; or 4) under Patent Claims
1405 infringed by Covered Code in the absence of Modifications made by
1406 that Contributor.
1408 3. Distribution Obligations.
1410 3.1. Application of License.
1411 The Modifications which You create or to which You contribute are
1412 governed by the terms of this License, including without limitation
1413 Section 2.2. The Source Code version of Covered Code may be
1414 distributed only under the terms of this License or a future version
1415 of this License released under Section 6.1, and You must include a
1416 copy of this License with every copy of the Source Code You
1417 distribute. You may not offer or impose any terms on any Source Code
1418 version that alters or restricts the applicable version of this
1419 License or the recipients' rights hereunder. However, You may include
1420 an additional document offering the additional rights described in
1421 Section 3.5.
1423 3.2. Availability of Source Code.
1424 Any Modification which You create or to which You contribute must be
1425 made available in Source Code form under the terms of this License
1426 either on the same media as an Executable version or via an accepted
1427 Electronic Distribution Mechanism to anyone to whom you made an
1428 Executable version available; and if made available via Electronic
1429 Distribution Mechanism, must remain available for at least twelve (12)
1430 months after the date it initially became available, or at least six
1431 (6) months after a subsequent version of that particular Modification
1432 has been made available to such recipients. You are responsible for
1433 ensuring that the Source Code version remains available even if the
1434 Electronic Distribution Mechanism is maintained by a third party.
1436 3.3. Description of Modifications.
1437 You must cause all Covered Code to which You contribute to contain a
1438 file documenting the changes You made to create that Covered Code and
1439 the date of any change. You must include a prominent statement that
1440 the Modification is derived, directly or indirectly, from Original
1441 Code provided by the Initial Developer and including the name of the
1442 Initial Developer in (a) the Source Code, and (b) in any notice in an
1443 Executable version or related documentation in which You describe the
1444 origin or ownership of the Covered Code.
1446 3.4. Intellectual Property Matters
1447 (a) Third Party Claims.
1448 If Contributor has knowledge that a license under a third party's
1449 intellectual property rights is required to exercise the rights
1450 granted by such Contributor under Sections 2.1 or 2.2,
1451 Contributor must include a text file with the Source Code
1452 distribution titled "LEGAL" which describes the claim and the
1453 party making the claim in sufficient detail that a recipient will
1454 know whom to contact. If Contributor obtains such knowledge after
1455 the Modification is made available as described in Section 3.2,
1456 Contributor shall promptly modify the LEGAL file in all copies
1457 Contributor makes available thereafter and shall take other steps
1458 (such as notifying appropriate mailing lists or newsgroups)
1459 reasonably calculated to inform those who received the Covered
1460 Code that new knowledge has been obtained.
1462 (b) Contributor APIs.
1463 If Contributor's Modifications include an application programming
1464 interface and Contributor has knowledge of patent licenses which
1465 are reasonably necessary to implement that API, Contributor must
1466 also include this information in the LEGAL file.
1468 (c) Representations.
1469 Contributor represents that, except as disclosed pursuant to
1470 Section 3.4(a) above, Contributor believes that Contributor's
1471 Modifications are Contributor's original creation(s) and/or
1472 Contributor has sufficient rights to grant the rights conveyed by
1473 this License.
1475 3.5. Required Notices.
1476 You must duplicate the notice in Exhibit A in each file of the Source
1477 Code. If it is not possible to put such notice in a particular Source
1478 Code file due to its structure, then You must include such notice in a
1479 location (such as a relevant directory) where a user would be likely
1480 to look for such a notice. If You created one or more Modification(s)
1481 You may add your name as a Contributor to the notice described in
1482 Exhibit A. You must also duplicate this License in any documentation
1483 for the Source Code where You describe recipients' rights or ownership
1484 rights relating to Covered Code. You may choose to offer, and to
1485 charge a fee for, warranty, support, indemnity or liability
1486 obligations to one or more recipients of Covered Code. However, You
1487 may do so only on Your own behalf, and not on behalf of the Initial
1488 Developer or any Contributor. You must make it absolutely clear than
1489 any such warranty, support, indemnity or liability obligation is
1490 offered by You alone, and You hereby agree to indemnify the Initial
1491 Developer and every Contributor for any liability incurred by the
1492 Initial Developer or such Contributor as a result of warranty,
1493 support, indemnity or liability terms You offer.
1495 3.6. Distribution of Executable Versions.
1496 You may distribute Covered Code in Executable form only if the
1497 requirements of Section 3.1-3.5 have been met for that Covered Code,
1498 and if You include a notice stating that the Source Code version of
1499 the Covered Code is available under the terms of this License,
1500 including a description of how and where You have fulfilled the
1501 obligations of Section 3.2. The notice must be conspicuously included
1502 in any notice in an Executable version, related documentation or
1503 collateral in which You describe recipients' rights relating to the
1504 Covered Code. You may distribute the Executable version of Covered
1505 Code or ownership rights under a license of Your choice, which may
1506 contain terms different from this License, provided that You are in
1507 compliance with the terms of this License and that the license for the
1508 Executable version does not attempt to limit or alter the recipient's
1509 rights in the Source Code version from the rights set forth in this
1510 License. If You distribute the Executable version under a different
1511 license You must make it absolutely clear that any terms which differ
1512 from this License are offered by You alone, not by the Initial
1513 Developer or any Contributor. You hereby agree to indemnify the
1514 Initial Developer and every Contributor for any liability incurred by
1515 the Initial Developer or such Contributor as a result of any such
1516 terms You offer.
1518 3.7. Larger Works.
1519 You may create a Larger Work by combining Covered Code with other code
1520 not governed by the terms of this License and distribute the Larger
1521 Work as a single product. In such a case, You must make sure the
1522 requirements of this License are fulfilled for the Covered Code.
1524 4. Inability to Comply Due to Statute or Regulation.
1526 If it is impossible for You to comply with any of the terms of this
1527 License with respect to some or all of the Covered Code due to
1528 statute, judicial order, or regulation then You must: (a) comply with
1529 the terms of this License to the maximum extent possible; and (b)
1530 describe the limitations and the code they affect. Such description
1531 must be included in the LEGAL file described in Section 3.4 and must
1532 be included with all distributions of the Source Code. Except to the
1533 extent prohibited by statute or regulation, such description must be
1534 sufficiently detailed for a recipient of ordinary skill to be able to
1535 understand it.
1537 5. Application of this License.
1539 This License applies to code to which the Initial Developer has
1540 attached the notice in Exhibit A and to related Covered Code.
1542 6. Versions of the License.
1544 6.1. New Versions.
1545 Netscape Communications Corporation ("Netscape") may publish revised
1546 and/or new versions of the License from time to time. Each version
1547 will be given a distinguishing version number.
1549 6.2. Effect of New Versions.
1550 Once Covered Code has been published under a particular version of the
1551 License, You may always continue to use it under the terms of that
1552 version. You may also choose to use such Covered Code under the terms
1553 of any subsequent version of the License published by Netscape. No one
1554 other than Netscape has the right to modify the terms applicable to
1555 Covered Code created under this License.
1557 6.3. Derivative Works.
1558 If You create or use a modified version of this License (which you may
1559 only do in order to apply it to code which is not already Covered Code
1560 governed by this License), You must (a) rename Your license so that
1561 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
1562 "MPL", "NPL" or any confusingly similar phrase do not appear in your
1563 license (except to note that your license differs from this License)
1564 and (b) otherwise make it clear that Your version of the license
1565 contains terms which differ from the Mozilla Public License and
1566 Netscape Public License. (Filling in the name of the Initial
1567 Developer, Original Code or Contributor in the notice described in
1568 Exhibit A shall not of themselves be deemed to be modifications of
1569 this License.)
1571 7. DISCLAIMER OF WARRANTY.
1573 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
1574 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1575 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
1576 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1577 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
1578 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
1579 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
1580 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
1581 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
1582 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1584 8. TERMINATION.
1586 8.1. This License and the rights granted hereunder will terminate
1587 automatically if You fail to comply with terms herein and fail to cure
1588 such breach within 30 days of becoming aware of the breach. All
1589 sublicenses to the Covered Code which are properly granted shall
1590 survive any termination of this License. Provisions which, by their
1591 nature, must remain in effect beyond the termination of this License
1592 shall survive.
1594 8.2. If You initiate litigation by asserting a patent infringement
1595 claim (excluding declatory judgment actions) against Initial Developer
1596 or a Contributor (the Initial Developer or Contributor against whom
1597 You file such action is referred to as "Participant") alleging that:
1599 (a) such Participant's Contributor Version directly or indirectly
1600 infringes any patent, then any and all rights granted by such
1601 Participant to You under Sections 2.1 and/or 2.2 of this License
1602 shall, upon 60 days notice from Participant terminate prospectively,
1603 unless if within 60 days after receipt of notice You either: (i)
1604 agree in writing to pay Participant a mutually agreeable reasonable
1605 royalty for Your past and future use of Modifications made by such
1606 Participant, or (ii) withdraw Your litigation claim with respect to
1607 the Contributor Version against such Participant. If within 60 days
1608 of notice, a reasonable royalty and payment arrangement are not
1609 mutually agreed upon in writing by the parties or the litigation claim
1610 is not withdrawn, the rights granted by Participant to You under
1611 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
1612 the 60 day notice period specified above.
1614 (b) any software, hardware, or device, other than such Participant's
1615 Contributor Version, directly or indirectly infringes any patent, then
1616 any rights granted to You by such Participant under Sections 2.1(b)
1617 and 2.2(b) are revoked effective as of the date You first made, used,
1618 sold, distributed, or had made, Modifications made by that
1619 Participant.
1621 8.3. If You assert a patent infringement claim against Participant
1622 alleging that such Participant's Contributor Version directly or
1623 indirectly infringes any patent where such claim is resolved (such as
1624 by license or settlement) prior to the initiation of patent
1625 infringement litigation, then the reasonable value of the licenses
1626 granted by such Participant under Sections 2.1 or 2.2 shall be taken
1627 into account in determining the amount or value of any payment or
1628 license.
1630 8.4. In the event of termination under Sections 8.1 or 8.2 above,
1631 all end user license agreements (excluding distributors and resellers)
1632 which have been validly granted by You or any distributor hereunder
1633 prior to termination shall survive termination.
1635 9. LIMITATION OF LIABILITY.
1637 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
1638 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
1639 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
1640 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
1641 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1642 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
1643 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
1644 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
1645 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
1646 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
1647 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
1648 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
1649 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
1650 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1652 10. U.S. GOVERNMENT END USERS.
1654 The Covered Code is a "commercial item," as that term is defined in
1655 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
1656 software" and "commercial computer software documentation," as such
1657 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
1658 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
1659 all U.S. Government End Users acquire Covered Code with only those
1660 rights set forth herein.
1662 11. MISCELLANEOUS.
1664 This License represents the complete agreement concerning subject
1665 matter hereof. If any provision of this License is held to be
1666 unenforceable, such provision shall be reformed only to the extent
1667 necessary to make it enforceable. This License shall be governed by
1668 California law provisions (except to the extent applicable law, if
1669 any, provides otherwise), excluding its conflict-of-law provisions.
1670 With respect to disputes in which at least one party is a citizen of,
1671 or an entity chartered or registered to do business in the United
1672 States of America, any litigation relating to this License shall be
1673 subject to the jurisdiction of the Federal Courts of the Northern
1674 District of California, with venue lying in Santa Clara County,
1675 California, with the losing party responsible for costs, including
1676 without limitation, court costs and reasonable attorneys' fees and
1677 expenses. The application of the United Nations Convention on
1678 Contracts for the International Sale of Goods is expressly excluded.
1679 Any law or regulation which provides that the language of a contract
1680 shall be construed against the drafter shall not apply to this
1681 License.
1683 12. RESPONSIBILITY FOR CLAIMS.
1685 As between Initial Developer and the Contributors, each party is
1686 responsible for claims and damages arising, directly or indirectly,
1687 out of its utilization of rights under this License and You agree to
1688 work with Initial Developer and Contributors to distribute such
1689 responsibility on an equitable basis. Nothing herein is intended or
1690 shall be deemed to constitute any admission of liability.
1692 13. MULTIPLE-LICENSED CODE.
1694 Initial Developer may designate portions of the Covered Code as
1695 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
1696 Developer permits you to utilize portions of the Covered Code under
1697 Your choice of the NPL or the alternative licenses, if any, specified
1698 by the Initial Developer in the file described in Exhibit A.
1700 EXHIBIT A -Mozilla Public License.
1702 ``The contents of this file are subject to the Mozilla Public License
1703 Version 1.1 (the "License"); you may not use this file except in
1704 compliance with the License. You may obtain a copy of the License at
1705 http://www.mozilla.org/MPL/
1707 Software distributed under the License is distributed on an "AS IS"
1708 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
1709 License for the specific language governing rights and limitations
1710 under the License.
1712 The Original Code is ______________________________________.
1714 The Initial Developer of the Original Code is ________________________.
1715 Portions created by ______________________ are Copyright (C) ______
1716 _______________________. All Rights Reserved.
1718 Contributor(s): ______________________________________.
1720 Alternatively, the contents of this file may be used under the terms
1721 of the _____ license (the "[___] License"), in which case the
1722 provisions of [______] License are applicable instead of those
1723 above. If you wish to allow use of your version of this file only
1724 under the terms of the [____] License and not to allow others to use
1725 your version of this file under the MPL, indicate your decision by
1726 deleting the provisions above and replace them with the notice and
1727 other provisions required by the [___] License. If you do not delete
1728 the provisions above, a recipient may use your version of this file
1729 under either the MPL or the [___] License."
1731 [NOTE: The text of this Exhibit A may differ slightly from the text of
1732 the notices in the Source Code files of the Original Code. You should
1733 use the text of this Exhibit A rather than the text found in the
1734 Original Code Source Code for Your Modifications.]
1736 ----------------------------------------------------------------------
1738 AMENDMENTS
1740 The Netscape Public License Version 1.1 ("NPL") consists of the
1741 Mozilla Public License Version 1.1 with the following Amendments,
1742 including Exhibit A-Netscape Public License. Files identified with
1743 "Exhibit A-Netscape Public License" are governed by the Netscape
1744 Public License Version 1.1.
1746 Additional Terms applicable to the Netscape Public License.
1747 I. Effect.
1748 These additional terms described in this Netscape Public
1749 License -- Amendments shall apply to the Mozilla Communicator
1750 client code and to all Covered Code under this License.
1752 II. "Netscape's Branded Code" means Covered Code that Netscape
1753 distributes and/or permits others to distribute under one or more
1754 trademark(s) which are controlled by Netscape but which are not
1755 licensed for use under this License.
1757 III. Netscape and logo.
1758 This License does not grant any rights to use the trademarks
1759 "Netscape", the "Netscape N and horizon" logo or the "Netscape
1760 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
1761 "Smart Browsing" even if such marks are included in the Original
1762 Code or Modifications.
1764 IV. Inability to Comply Due to Contractual Obligation.
1765 Prior to licensing the Original Code under this License, Netscape
1766 has licensed third party code for use in Netscape's Branded Code.
1767 To the extent that Netscape is limited contractually from making
1768 such third party code available under this License, Netscape may
1769 choose to reintegrate such code into Covered Code without being
1770 required to distribute such code in Source Code form, even if
1771 such code would otherwise be considered "Modifications" under
1772 this License.
1774 V. Use of Modifications and Covered Code by Initial Developer.
1775 V.1. In General.
1776 The obligations of Section 3 apply to Netscape, except to
1777 the extent specified in this Amendment, Section V.2 and V.3.
1779 V.2. Other Products.
1780 Netscape may include Covered Code in products other than the
1781 Netscape's Branded Code which are released by Netscape
1782 during the two (2) years following the release date of the
1783 Original Code, without such additional products becoming
1784 subject to the terms of this License, and may license such
1785 additional products on different terms from those contained
1786 in this License.
1788 V.3. Alternative Licensing.
1789 Netscape may license the Source Code of Netscape's Branded
1790 Code, including Modifications incorporated therein, without
1791 such Netscape Branded Code becoming subject to the terms of
1792 this License, and may license such Netscape Branded Code on
1793 different terms from those contained in this License.
1795 VI. Litigation.
1796 Notwithstanding the limitations of Section 11 above, the
1797 provisions regarding litigation in Section 11(a), (b) and (c) of
1798 the License shall apply to all disputes relating to this License.
1800 EXHIBIT A-Netscape Public License.
1802 "The contents of this file are subject to the Netscape Public
1803 License Version 1.1 (the "License"); you may not use this file
1804 except in compliance with the License. You may obtain a copy of
1805 the License at http://www.mozilla.org/NPL/
1807 Software distributed under the License is distributed on an "AS
1808 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
1809 implied. See the License for the specific language governing
1810 rights and limitations under the License.
1812 The Original Code is Mozilla Communicator client code, released
1813 March 31, 1998.
1815 The Initial Developer of the Original Code is Netscape
1816 Communications Corporation. Portions created by Netscape are
1817 Copyright (C) 1998-1999 Netscape Communications Corporation. All
1818 Rights Reserved.
1820 Contributor(s): ______________________________________.
1822 Alternatively, the contents of this file may be used under the
1823 terms of the _____ license (the "[___] License"), in which case
1824 the provisions of [______] License are applicable instead of
1825 those above. If you wish to allow use of your version of this
1826 file only under the terms of the [____] License and not to allow
1827 others to use your version of this file under the NPL, indicate
1828 your decision by deleting the provisions above and replace them
1829 with the notice and other provisions required by the [___]
1830 License. If you do not delete the provisions above, a recipient
1831 may use your version of this file under either the NPL or the
1832 [___] License."
1834 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1835 </pre>
1836 <ul>
1837 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
1838 </ul>
1839 </div>
1840 </div>
1843 <div class="product">
1844 <span class="title">cherrypy-3.2.2</span>
1845 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1846 <span class="homepage"><a href="http://www.cherrypy.org/">homepage</a></span>
1847 <div class="licence">
1848 <pre>Scanned Source License CherryPy-3.2.2/CherryPy.egg-info/PKG-INFO:
1850 Metadata-Version: 1.0
1851 Name: CherryPy
1852 Version: 3.2.2
1853 Summary: Object-Oriented HTTP framework
1854 Home-page: http://www.cherrypy.org
1855 Author: CherryPy Team
1856 Author-email: team@cherrypy.org
1857 License: BSD
1858 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/
1859 Description: CherryPy is a pythonic, object-oriented HTTP framework
1860 Platform: UNKNOWN
1861 Classifier: Development Status :: 5 - Production/Stable
1862 Classifier: Environment :: Web Environment
1863 Classifier: Intended Audience :: Developers
1864 Classifier: License :: Freely Distributable
1865 Classifier: Operating System :: OS Independent
1866 Classifier: Programming Language :: Python
1867 Classifier: Programming Language :: Python :: 2
1868 Classifier: Programming Language :: Python :: 3
1869 Classifier: Topic :: Internet :: WWW/HTTP
1870 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
1871 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
1872 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
1873 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
1874 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
1875 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
1877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1879 Scanned Source License CherryPy-3.2.2/PKG-INFO:
1881 Metadata-Version: 1.0
1882 Name: CherryPy
1883 Version: 3.2.2
1884 Summary: Object-Oriented HTTP framework
1885 Home-page: http://www.cherrypy.org
1886 Author: CherryPy Team
1887 Author-email: team@cherrypy.org
1888 License: BSD
1889 Download-URL: http://download.cherrypy.org/cherrypy/3.2.2/
1890 Description: CherryPy is a pythonic, object-oriented HTTP framework
1891 Platform: UNKNOWN
1892 Classifier: Development Status :: 5 - Production/Stable
1893 Classifier: Environment :: Web Environment
1894 Classifier: Intended Audience :: Developers
1895 Classifier: License :: Freely Distributable
1896 Classifier: Operating System :: OS Independent
1897 Classifier: Programming Language :: Python
1898 Classifier: Programming Language :: Python :: 2
1899 Classifier: Programming Language :: Python :: 3
1900 Classifier: Topic :: Internet :: WWW/HTTP
1901 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
1902 Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
1903 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
1904 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
1905 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
1906 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
1908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1910 Scanned Source License CherryPy-3.2.2/cherrypy/LICENSE.txt:
1912 Copyright (c) 2004-2011, CherryPy Team (team@cherrypy.org)
1913 All rights reserved.
1915 Redistribution and use in source and binary forms, with or without modification,
1916 are permitted provided that the following conditions are met:
1918 * Redistributions of source code must retain the above copyright notice,
1919 this list of conditions and the following disclaimer.
1920 * Redistributions in binary form must reproduce the above copyright notice,
1921 this list of conditions and the following disclaimer in the documentation
1922 and/or other materials provided with the distribution.
1923 * Neither the name of the CherryPy Team nor the names of its contributors
1924 may be used to endorse or promote products derived from this software
1925 without specific prior written permission.
1927 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1928 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1929 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1930 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
1931 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1932 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1933 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1934 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1935 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1936 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1938 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1939 </pre>
1940 <ul>
1942 </ul>
1943 </div>
1944 </div>
1947 <div class="product">
1948 <span class="title">chromeos-activate-date-0.0.1</span>
1949 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1950 <span class="homepage"><a href="">homepage</a></span>
1951 <div class="licence">
1952 <pre></pre>
1953 <ul>
1954 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
1955 </ul>
1956 </div>
1957 </div>
1960 <div class="product">
1961 <span class="title">chromeos-assets-0.0.2</span>
1962 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1963 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
1964 <div class="licence">
1965 <pre></pre>
1966 <ul>
1967 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
1968 </ul>
1969 </div>
1970 </div>
1973 <div class="product">
1974 <span class="title">chromeos-auth-config-0.0.1</span>
1975 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1976 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
1977 <div class="licence">
1978 <pre></pre>
1979 <ul>
1980 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
1981 </ul>
1982 </div>
1983 </div>
1986 <div class="product">
1987 <span class="title">chromeos-base-0</span>
1988 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1989 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
1990 <div class="licence">
1991 <pre></pre>
1992 <ul>
1993 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
1994 </ul>
1995 </div>
1996 </div>
1999 <div class="product">
2000 <span class="title">chromeos-bsp-alex-0.0.1</span>
2001 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2002 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
2003 <div class="licence">
2004 <pre></pre>
2005 <ul>
2006 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2007 </ul>
2008 </div>
2009 </div>
2012 <div class="product">
2013 <span class="title">chromeos-bsp-x86-alex-0.0.2</span>
2014 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2015 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
2016 <div class="licence">
2017 <pre></pre>
2018 <ul>
2019 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2020 </ul>
2021 </div>
2022 </div>
2025 <div class="product">
2026 <span class="title">chromeos-ca-certificates-0.0.1</span>
2027 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2028 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
2029 <div class="licence">
2030 <pre></pre>
2031 <ul>
2032 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2033 </ul>
2034 </div>
2035 </div>
2038 <div class="product">
2039 <span class="title">chromeos-chrome-38.0.2096.1_rc</span>
2040 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2041 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2042 <div class="licence">
2043 <pre></pre>
2044 <ul>
2045 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
2046 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2047 </ul>
2048 </div>
2049 </div>
2052 <div class="product">
2053 <span class="title">chromeos-cryptohome-0.0.1</span>
2054 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2055 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2056 <div class="licence">
2057 <pre></pre>
2058 <ul>
2059 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2060 </ul>
2061 </div>
2062 </div>
2065 <div class="product">
2066 <span class="title">chromeos-default-apps-1.2.0</span>
2067 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2068 <span class="homepage"><a href="">homepage</a></span>
2069 <div class="licence">
2070 <pre></pre>
2071 <ul>
2072 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
2073 </ul>
2074 </div>
2075 </div>
2078 <div class="product">
2079 <span class="title">chromeos-factory-0.0.1</span>
2080 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2081 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2082 <div class="licence">
2083 <pre></pre>
2084 <ul>
2085 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2086 </ul>
2087 </div>
2088 </div>
2091 <div class="product">
2092 <span class="title">chromeos-factory-board-3.0.0</span>
2093 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2094 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
2095 <div class="licence">
2096 <pre></pre>
2097 <ul>
2098 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2099 </ul>
2100 </div>
2101 </div>
2104 <div class="product">
2105 <span class="title">chromeos-factory-mini-0.0.1</span>
2106 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2107 <span class="homepage"><a href="">homepage</a></span>
2108 <div class="licence">
2109 <pre></pre>
2110 <ul>
2111 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2112 </ul>
2113 </div>
2114 </div>
2117 <div class="product">
2118 <span class="title">chromeos-factory-regions-0.0.1</span>
2119 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2120 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2121 <div class="licence">
2122 <pre></pre>
2123 <ul>
2124 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2125 </ul>
2126 </div>
2127 </div>
2130 <div class="product">
2131 <span class="title">chromeos-factoryinstall-0.0.1</span>
2132 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2133 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2134 <div class="licence">
2135 <pre></pre>
2136 <ul>
2137 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2138 </ul>
2139 </div>
2140 </div>
2143 <div class="product">
2144 <span class="title">chromeos-firewall-init-0.0.1</span>
2145 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2146 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2147 <div class="licence">
2148 <pre></pre>
2149 <ul>
2150 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2151 </ul>
2152 </div>
2153 </div>
2156 <div class="product">
2157 <span class="title">chromeos-firmware-alex-0.0.1</span>
2158 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2159 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
2160 <div class="licence">
2161 <pre></pre>
2162 <ul>
2163 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2164 </ul>
2165 </div>
2166 </div>
2169 <div class="product">
2170 <span class="title">chromeos-hangul-1.2.0.3</span>
2171 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2172 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span>
2173 <div class="licence">
2174 <pre></pre>
2175 <ul>
2176 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
2177 </ul>
2178 </div>
2179 </div>
2182 <div class="product">
2183 <span class="title">chromeos-imageburner-0.0.1</span>
2184 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2185 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2186 <div class="licence">
2187 <pre></pre>
2188 <ul>
2189 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2190 </ul>
2191 </div>
2192 </div>
2195 <div class="product">
2196 <span class="title">chromeos-init-0.0.25</span>
2197 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2198 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2199 <div class="licence">
2200 <pre></pre>
2201 <ul>
2202 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2203 </ul>
2204 </div>
2205 </div>
2208 <div class="product">
2209 <span class="title">chromeos-initramfs-0.0.1</span>
2210 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2211 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2212 <div class="licence">
2213 <pre></pre>
2214 <ul>
2215 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2216 </ul>
2217 </div>
2218 </div>
2221 <div class="product">
2222 <span class="title">chromeos-installer-0.0.1</span>
2223 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2224 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2225 <div class="licence">
2226 <pre></pre>
2227 <ul>
2228 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2229 </ul>
2230 </div>
2231 </div>
2234 <div class="product">
2235 <span class="title">chromeos-login-0.0.5</span>
2236 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2237 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2238 <div class="licence">
2239 <pre></pre>
2240 <ul>
2241 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2242 </ul>
2243 </div>
2244 </div>
2247 <div class="product">
2248 <span class="title">chromeos-minijail-0.0.1</span>
2249 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2250 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2251 <div class="licence">
2252 <pre></pre>
2253 <ul>
2254 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2255 </ul>
2256 </div>
2257 </div>
2260 <div class="product">
2261 <span class="title">chromeos-test-init-0.0.1</span>
2262 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2263 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2264 <div class="licence">
2265 <pre></pre>
2266 <ul>
2267 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2268 </ul>
2269 </div>
2270 </div>
2273 <div class="product">
2274 <span class="title">chromeos-test-testauthkeys-0.0.1</span>
2275 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2276 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2277 <div class="licence">
2278 <pre></pre>
2279 <ul>
2280 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2281 </ul>
2282 </div>
2283 </div>
2286 <div class="product">
2287 <span class="title">chromite-0.0.1</span>
2288 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2289 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2290 <div class="licence">
2291 <pre></pre>
2292 <ul>
2293 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2294 </ul>
2295 </div>
2296 </div>
2299 <div class="product">
2300 <span class="title">chvt-0.0.1</span>
2301 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2302 <span class="homepage"><a href="">homepage</a></span>
2303 <div class="licence">
2304 <pre></pre>
2305 <ul>
2306 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2307 </ul>
2308 </div>
2309 </div>
2312 <div class="product">
2313 <span class="title">ckermit-8.0.211</span>
2314 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2315 <span class="homepage"><a href="http://www.kermit-project.org/">homepage</a></span>
2316 <div class="licence">
2317 <pre>Gentoo Package Stock License Kermit:
2319 THE C-KERMIT 7.0 AND 8.0 LICENSE
2321 Last update: Thu Feb 8 17:41:07 2002
2323 This is the new C-Kermit 7.0 and 8.0 license. The intention is to allow
2324 C-Kermit to be distributed with "free" operating systems such as GNU/Linux,
2325 FreeBSD, NetBSD, OpenBSD, The Hurd, etc, even when the distributions
2326 themselves (such as Red Hat or Caldera) might be sold and/or might include
2327 applications that are not free, and yet still require a license to include
2328 C-Kermit in or with "non-free" products such as commercial OS's, commercial
2329 software packages, embedded systems, and hardware (other than general-purpose
2330 computers preloaded with "free" operating systems), since these licenses
2331 furnish a large portion of the Kermit Project's funding.
2333 There have been some questions about the provision in Clause (A) that:
2336 C-Kermit source code may not be changed without the consent of the
2337 Kermit Project, which will not be unreasonably withheld (this is
2338 simply a matter of keeping a consistent and supportable code base).
2340 The intention of this clause is primarily to make sure that anybody who
2341 makes modifications sends them back to us, since we are the ones have to
2342 support C-Kermit, and so we can carry them through to future releases (so
2343 you don't have to make the same changes again and again).
2345 Secondarily it is to protect Columbia University in the unlikely event of
2346 modifications made with deliberate intent to offend or cause damage.
2348 Any redistributor of C-Kermit under Clause (A) below should rest assured
2349 there is no intention of preventing them from constructing a distribution in
2350 the appropriate format (RPM or whatever) for their product or from issuing
2351 any patches required for their products; we simply want to be informed so we
2352 can maintain a consistent code base and a solid, supportable software
2353 package. We are happy to work with any redistributor an any issues that
2354 concern them. If you have questions, send them to kermit@columbia.edu.
2356 Note: All changes to this file since 1 January 2000 (the C-Kermit 7.0
2357 release date) are above; the license itself has not changed, except to
2358 update the most recent copyright date.
2360 (Begin)
2362 Copyright (C) 1985, 2002,
2363 The Trustees of Columbia University in the City of New York.
2364 All rights reserved.
2366 PERMISSIONS:
2368 The C-Kermit software may be obtained directly from the Kermit Project at
2369 Columbia University (or from any source explicitly licensed by the Kermit
2370 Project or implicitly licensed by Clause (A) below) by any individual for
2371 his or her OWN USE, and by any company or other organization for its own
2372 INTERNAL DISTRIBUTION and use, including installation on servers that are
2373 accessed by customers or clients, WITHOUT EXPLICIT LICENSE.
2375 Conditions for REDISTRIBUTION are as follows:
2377 (A) The C-Kermit software, in source and/or binary form, may be
2378 included WITHOUT EXPLICIT LICENSE in distributions of OPERATING
2379 SYSTEMS that have OSI (Open Source Initiative, www.opensource.org)
2380 approved licenses, even if non-Open-Source applications (but not
2381 operating systems) are included in the same distribution. Such
2382 distributions include, but are not limited to, CD-ROM, FTP site,
2383 Web site, or preinstalled software on a new GENERAL-PURPOSE
2384 computer, as long as the primary character of the distribution is
2385 an Open Source operating system with accompanying utilities. The
2386 C-Kermit source code may not be changed without the consent of the
2387 Kermit Project, which will not be unreasonably withheld (this is
2388 simply a matter of keeping a consistent and supportable code base).
2390 (B) Inclusion of C-Kermit software in whole or in part, in any form, in
2391 or with any product not covered by Clause (A), or its distribution
2392 by any commercial enterprise to its actual or potential customers
2393 or clients except as in Clause (A), requires a license from the
2394 Kermit Project, Columbia University; contact kermit@columbia.edu.
2396 The name of Columbia University may not be used to endorse or promote
2397 products derived from or including the C-Kermit software without specific
2398 prior written permission.
2400 DISCLAIMER:
2402 THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE
2403 TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS
2404 FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF
2405 COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER
2406 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
2407 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2408 THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT
2409 BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL,
2410 OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR
2411 IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS
2412 HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. YOU SHALL
2413 INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN
2414 THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY
2415 AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING
2416 ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE.
2418 The above copyright notice, permissions notice, and disclaimer may not be
2419 removed, altered, or obscured and shall be included in all copies of the
2420 C-Kermit software. The Trustees of Columbia University in the City of
2421 New York reserve the right to revoke this permission if any of the terms
2422 of use set forth above are breached.
2424 (End)
2426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2427 </pre>
2428 <ul>
2430 </ul>
2431 </div>
2432 </div>
2435 <div class="product">
2436 <span class="title">common-assets-0.0.1</span>
2437 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2438 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2439 <div class="licence">
2440 <pre></pre>
2441 <ul>
2442 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2443 </ul>
2444 </div>
2445 </div>
2448 <div class="product">
2449 <span class="title">compositeproto-0.4.2</span>
2450 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2451 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
2452 <div class="licence">
2453 <pre>Scanned Source License compositeproto-0.4.2/COPYING:
2455 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
2457 Permission is hereby granted, free of charge, to any person obtaining a
2458 copy of this software and associated documentation files (the "Software"),
2459 to deal in the Software without restriction, including without limitation
2460 the rights to use, copy, modify, merge, publish, distribute, sublicense,
2461 and/or sell copies of the Software, and to permit persons to whom the
2462 Software is furnished to do so, subject to the following conditions:
2464 The above copyright notice and this permission notice (including the next
2465 paragraph) shall be included in all copies or substantial portions of the
2466 Software.
2468 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2469 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2470 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2471 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2472 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2473 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2474 DEALINGS IN THE SOFTWARE.
2476 Copyright © 2003 Keith Packard
2478 Permission to use, copy, modify, distribute, and sell this software and its
2479 documentation for any purpose is hereby granted without fee, provided that
2480 the above copyright notice appear in all copies and that both that
2481 copyright notice and this permission notice appear in supporting
2482 documentation, and that the name of Keith Packard not be used in
2483 advertising or publicity pertaining to distribution of the software without
2484 specific, written prior permission. Keith Packard makes no
2485 representations about the suitability of this software for any purpose. It
2486 is provided "as is" without express or implied warranty.
2488 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
2489 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
2490 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
2491 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
2492 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
2493 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2494 PERFORMANCE OF THIS SOFTWARE.
2497 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2498 </pre>
2499 <ul>
2501 </ul>
2502 </div>
2503 </div>
2506 <div class="product">
2507 <span class="title">confuse-2.7</span>
2508 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2509 <span class="homepage"><a href="http://www.nongnu.org/confuse/">homepage</a></span>
2510 <div class="licence">
2511 <pre></pre>
2512 <ul>
2513 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
2514 </ul>
2515 </div>
2516 </div>
2519 <div class="product">
2520 <span class="title">coreboot-2013.04</span>
2521 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2522 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span>
2523 <div class="licence">
2524 <pre></pre>
2525 <ul>
2526 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2527 </ul>
2528 </div>
2529 </div>
2532 <div class="product">
2533 <span class="title">coreutils-8.22</span>
2534 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2535 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span>
2536 <div class="licence">
2537 <pre></pre>
2538 <ul>
2539 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
2540 </ul>
2541 </div>
2542 </div>
2545 <div class="product">
2546 <span class="title">cpio-2.11</span>
2547 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2548 <span class="homepage"><a href="http://www.gnu.org/software/cpio/cpio.html">homepage</a></span>
2549 <div class="licence">
2550 <pre></pre>
2551 <ul>
2552 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
2553 </ul>
2554 </div>
2555 </div>
2558 <div class="product">
2559 <span class="title">crash-reporter-0.0.1</span>
2560 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2561 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span>
2562 <div class="licence">
2563 <pre></pre>
2564 <ul>
2565 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2566 </ul>
2567 </div>
2568 </div>
2571 <div class="product">
2572 <span class="title">crda-1.1.1</span>
2573 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2574 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
2575 <div class="licence">
2576 <pre>Scanned Source License crda-1.1.1/LICENSE:
2578 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
2579 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
2580 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
2582 Permission to use, copy, modify, and/or distribute this software for any
2583 purpose with or without fee is hereby granted, provided that the above
2584 copyright notice and this permission notice appear in all copies.
2586 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2587 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2588 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2589 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2590 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2591 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2592 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2595 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2597 Scanned Source License crda-1.1.1/debian-example/copyright:
2599 This package was debianized by Luis Rodriguez &lt;mcgrof@gmail.com&gt; on
2600 Thu, 22 Jan 2009 16:00:00 +0100.
2602 The crda packages was downloaded from &lt;http://wireless.kernel.org/download/crda/&gt;
2604 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
2605 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
2606 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
2608 Permission to use, copy, modify, and/or distribute this software for any
2609 purpose with or without fee is hereby granted, provided that the above
2610 copyright notice and this permission notice appear in all copies.
2612 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2613 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2614 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2615 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2616 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2617 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2618 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2621 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2622 </pre>
2623 <ul>
2624 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
2625 </ul>
2626 </div>
2627 </div>
2630 <div class="product">
2631 <span class="title">cros_boot_mode-0.0.1</span>
2632 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2633 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2634 <div class="licence">
2635 <pre></pre>
2636 <ul>
2637 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2638 </ul>
2639 </div>
2640 </div>
2643 <div class="product">
2644 <span class="title">croscorefonts-1.23.0</span>
2645 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2646 <span class="homepage"><a href="">homepage</a></span>
2647 <div class="licence">
2648 <pre></pre>
2649 <ul>
2650 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
2651 </ul>
2652 </div>
2653 </div>
2656 <div class="product">
2657 <span class="title">crosextrafonts-20130214</span>
2658 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2659 <span class="homepage"><a href="">homepage</a></span>
2660 <div class="licence">
2661 <pre></pre>
2662 <ul>
2663 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
2664 </ul>
2665 </div>
2666 </div>
2669 <div class="product">
2670 <span class="title">crosextrafonts-carlito-20130920</span>
2671 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2672 <span class="homepage"><a href="">homepage</a></span>
2673 <div class="licence">
2674 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE:
2676 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito".
2678 This Font Software is licensed under the SIL Open Font License,
2679 Version 1.1 as shown below.
2681 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
2683 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
2684 worldwide development of collaborative font projects, to support the font
2685 creation efforts of academic and linguistic communities, and to provide
2686 a free and open framework in which fonts may be shared and improved in
2687 partnership with others.
2689 The OFL allows the licensed fonts to be used, studied, modified and
2690 redistributed freely as long as they are not sold by themselves.
2691 The fonts, including any derivative works, can be bundled, embedded,
2692 redistributed and/or sold with any software provided that any reserved
2693 names are not used by derivative works. The fonts and derivatives,
2694 however, cannot be released under any other type of license. The
2695 requirement for fonts to remain under this license does not apply to
2696 any document created using the fonts or their derivatives.
2699 DEFINITIONS
2700 "Font Software" refers to the set of files released by the Copyright
2701 Holder(s) under this license and clearly marked as such.
2702 This may include source files, build scripts and documentation.
2704 "Reserved Font Name" refers to any names specified as such after the
2705 copyright statement(s).
2707 "Original Version" refers to the collection of Font Software components
2708 as distributed by the Copyright Holder(s).
2710 "Modified Version" refers to any derivative made by adding to, deleting,
2711 or substituting ? in part or in whole ?
2712 any of the components of the Original Version, by changing formats or
2713 by porting the Font Software to a new environment.
2715 "Author" refers to any designer, engineer, programmer, technical writer
2716 or other person who contributed to the Font Software.
2719 PERMISSION &amp; CONDITIONS
2721 Permission is hereby granted, free of charge, to any person obtaining a
2722 copy of the Font Software, to use, study, copy, merge, embed, modify,
2723 redistribute, and sell modified and unmodified copies of the Font
2724 Software, subject to the following conditions:
2726 1) Neither the Font Software nor any of its individual components,in
2727 Original or Modified Versions, may be sold by itself.
2729 2) Original or Modified Versions of the Font Software may be bundled,
2730 redistributed and/or sold with any software, provided that each copy
2731 contains the above copyright notice and this license. These can be
2732 included either as stand-alone text files, human-readable headers or
2733 in the appropriate machine-readable metadata fields within text or
2734 binary files as long as those fields can be easily viewed by the user.
2736 3) No Modified Version of the Font Software may use the Reserved Font
2737 Name(s) unless explicit written permission is granted by the
2738 corresponding Copyright Holder. This restriction only applies to the
2739 primary font name as presented to the users.
2741 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
2742 Software shall not be used to promote, endorse or advertise any
2743 Modified Version, except to acknowledge the contribution(s) of the
2744 Copyright Holder(s) and the Author(s) or with their explicit written
2745 permission.
2747 5) The Font Software, modified or unmodified, in part or in whole, must
2748 be distributed entirely under this license, and must not be distributed
2749 under any other license. The requirement for fonts to remain under
2750 this license does not apply to any document created using the Font
2751 Software.
2755 TERMINATION
2756 This license becomes null and void if any of the above conditions are not met.
2760 DISCLAIMER
2761 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2762 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
2763 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
2764 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
2765 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2766 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
2767 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2768 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
2769 DEALINGS IN THE FONT SOFTWARE.
2772 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2773 </pre>
2774 <ul>
2775 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
2776 </ul>
2777 </div>
2778 </div>
2781 <div class="product">
2782 <span class="title">crosh-0.0.1</span>
2783 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2784 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
2785 <div class="licence">
2786 <pre></pre>
2787 <ul>
2788 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
2789 </ul>
2790 </div>
2791 </div>
2794 <div class="product">
2795 <span class="title">ctemplate-1.0</span>
2796 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2797 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span>
2798 <div class="licence">
2799 <pre>Scanned Source License ctemplate-1.0/COPYING:
2801 Copyright (c) 2005, Google Inc.
2802 All rights reserved.
2804 Redistribution and use in source and binary forms, with or without
2805 modification, are permitted provided that the following conditions are
2806 met:
2808 * Redistributions of source code must retain the above copyright
2809 notice, this list of conditions and the following disclaimer.
2810 * Redistributions in binary form must reproduce the above
2811 copyright notice, this list of conditions and the following disclaimer
2812 in the documentation and/or other materials provided with the
2813 distribution.
2814 * Neither the name of Google Inc. nor the names of its
2815 contributors may be used to endorse or promote products derived from
2816 this software without specific prior written permission.
2818 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2819 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2820 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2821 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2822 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2823 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2824 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2825 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2826 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2827 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2830 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2832 Scanned Source License ctemplate-1.0/packages/deb/copyright:
2834 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
2835 13 March 2006.
2837 It was downloaded from http://code.google.com/
2839 Upstream Author: opensource@google.com
2841 Copyright (c) 2006, Google Inc.
2842 All rights reserved.
2844 Redistribution and use in source and binary forms, with or without
2845 modification, are permitted provided that the following conditions are
2846 met:
2848 * Redistributions of source code must retain the above copyright
2849 notice, this list of conditions and the following disclaimer.
2850 * Redistributions in binary form must reproduce the above
2851 copyright notice, this list of conditions and the following disclaimer
2852 in the documentation and/or other materials provided with the
2853 distribution.
2854 * Neither the name of Google Inc. nor the names of its
2855 contributors may be used to endorse or promote products derived from
2856 this software without specific prior written permission.
2858 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2859 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2860 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2861 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2862 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2863 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2864 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2865 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2866 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2867 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2868 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2870 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2871 </pre>
2872 <ul>
2874 </ul>
2875 </div>
2876 </div>
2879 <div class="product">
2880 <span class="title">curl-7.31.0</span>
2881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
2882 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span>
2883 <div class="licence">
2884 <pre>Scanned Source License curl-7.31.0/COPYING:
2886 COPYRIGHT AND PERMISSION NOTICE
2888 Copyright (c) 1996 - 2013, Daniel Stenberg, &lt;daniel@haxx.se&gt;.
2890 All rights reserved.
2892 Permission to use, copy, modify, and distribute this software for any purpose
2893 with or without fee is hereby granted, provided that the above copyright
2894 notice and this permission notice appear in all copies.
2896 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2897 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2898 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
2899 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
2900 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2901 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2902 OR OTHER DEALINGS IN THE SOFTWARE.
2904 Except as contained in this notice, the name of a copyright holder shall not
2905 be used in advertising or otherwise to promote the sale, use or other dealings
2906 in this Software without prior written authorization of the copyright holder.
2908 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2910 Scanned Source License curl-7.31.0/docs/LICENSE-MIXING:
2912 License Mixing with apps, libcurl and Third Party Libraries
2913 ===========================================================
2915 libcurl can be built to use a fair amount of various third party libraries,
2916 libraries that are written and provided by other parties that are distributed
2917 using their own licenses. Even libcurl itself contains code that may cause
2918 problems to some. This document attempts to describe what licenses libcurl and
2919 the other libraries use and what possible dilemmas linking and mixing them all
2920 can lead to for end users.
2922 I am not a lawyer and this is not legal advice!
2924 One common dilemma is that GPL[1]-licensed code is not allowed to be linked
2925 with code licensed under the Original BSD license (with the announcement
2926 clause). You may still build your own copies that use them all, but
2927 distributing them as binaries would be to violate the GPL license - unless you
2928 accompany your license with an exception[2]. This particular problem was
2929 addressed when the Modified BSD license was created, which does not have the
2930 announcement clause that collides with GPL.
2932 libcurl http://curl.haxx.se/docs/copyright.html
2934 Uses an MIT (or Modified BSD)-style license that is as liberal as
2935 possible. Some of the source files that deal with KRB4 have Original
2936 BSD-style announce-clause licenses. You may not distribute binaries
2937 with krb4-enabled libcurl that also link with GPL-licensed code!
2939 OpenSSL http://www.openssl.org/source/license.html
2941 (May be used for SSL/TLS support) Uses an Original BSD-style license
2942 with an announcement clause that makes it "incompatible" with GPL. You
2943 are not allowed to ship binaries that link with OpenSSL that includes
2944 GPL code (unless that specific GPL code includes an exception for
2945 OpenSSL - a habit that is growing more and more common). If OpenSSL's
2946 licensing is a problem for you, consider using GnuTLS or yassl
2947 instead.
2949 GnuTLS http://www.gnutls.org/
2951 (May be used for SSL/TLS support) Uses the LGPL[3] license. If this is
2952 a problem for you, consider using OpenSSL instead. Also note that
2953 GnuTLS itself depends on and uses other libs (libgcrypt and
2954 libgpg-error) and they too are LGPL- or GPL-licensed.
2956 yassl http://www.yassl.com/
2958 (May be used for SSL/TLS support) Uses the GPL[1] license. If this is
2959 a problem for you, consider using OpenSSL or GnuTLS instead.
2961 NSS http://www.mozilla.org/projects/security/pki/nss/
2963 (May be used for SSL/TLS support) Is covered by the MPL[4] license,
2964 the GPL[1] license and the LGPL[3] license. You may choose to license
2965 the code under MPL terms, GPL terms, or LGPL terms. These licenses
2966 grant you different permissions and impose different obligations. You
2967 should select the license that best meets your needs.
2969 axTLS http://axtls.sourceforge.net/
2971 (May be used for SSL/TLS support) Uses a Modified BSD-style license.
2973 c-ares http://daniel.haxx.se/projects/c-ares/license.html
2975 (Used for asynchronous name resolves) Uses an MIT license that is very
2976 liberal and imposes no restrictions on any other library or part you
2977 may link with.
2979 zlib http://www.gzip.org/zlib/zlib_license.html
2981 (Used for compressed Transfer-Encoding support) Uses an MIT-style
2982 license that shouldn't collide with any other library.
2984 krb4
2986 While nothing in particular says that a Kerberos4 library must use any
2987 particular license, the one I've tried and used successfully so far
2988 (kth-krb4) is partly Original BSD-licensed with the announcement
2989 clause. Some of the code in libcurl that is written to deal with
2990 Kerberos4 is Modified BSD-licensed.
2992 MIT Kerberos http://web.mit.edu/kerberos/www/dist/
2994 (May be used for GSS support) MIT licensed, that shouldn't collide
2995 with any other parts.
2997 Heimdal http://www.pdc.kth.se/heimdal/
2999 (May be used for GSS support) Heimdal is Original BSD licensed with
3000 the announcement clause.
3002 GNU GSS http://www.gnu.org/software/gss/
3004 (May be used for GSS support) GNU GSS is GPL licensed. Note that you
3005 may not distribute binary curl packages that uses this if you build
3006 curl to also link and use any Original BSD licensed libraries!
3008 fbopenssl
3010 (Used for SPNEGO support) Unclear license. Based on its name, I assume
3011 that it uses the OpenSSL license and thus shares the same issues as
3012 described for OpenSSL above.
3014 libidn http://josefsson.org/libidn/
3016 (Used for IDNA support) Uses the GNU Lesser General Public
3017 License [3]. LGPL is a variation of GPL with slightly less aggressive
3018 "copyleft". This license requires more requirements to be met when
3019 distributing binaries, see the license for details. Also note that if
3020 you distribute a binary that includes this library, you must also
3021 include the full LGPL license text. Please properly point out what
3022 parts of the distributed package that the license addresses.
3024 OpenLDAP http://www.openldap.org/software/release/license.html
3026 (Used for LDAP support) Uses a Modified BSD-style license. Since
3027 libcurl uses OpenLDAP as a shared library only, I have not heard of
3028 anyone that ships OpenLDAP linked with libcurl in an app.
3030 libssh2 http://www.libssh2.org/
3032 (Used for scp and sftp support) libssh2 uses a Modified BSD-style
3033 license.
3035 [1] = GPL - GNU General Public License: http://www.gnu.org/licenses/gpl.html
3036 [2] = http://www.fsf.org/licenses/gpl-faq.html#GPLIncompatibleLibs details on
3037 how to write such an exception to the GPL
3038 [3] = LGPL - GNU Lesser General Public License:
3039 http://www.gnu.org/licenses/lgpl.html
3040 [4] = MPL - Mozilla Public License:
3041 http://www.mozilla.org/MPL/
3043 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3044 </pre>
3045 <ul>
3047 </ul>
3048 </div>
3049 </div>
3052 <div class="product">
3053 <span class="title">daisydog-0.0.1</span>
3054 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3055 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/daisydog">homepage</a></span>
3056 <div class="licence">
3057 <pre></pre>
3058 <ul>
3059 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3060 </ul>
3061 </div>
3062 </div>
3065 <div class="product">
3066 <span class="title">damageproto-1.2.1</span>
3067 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3068 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
3069 <div class="licence">
3070 <pre>Scanned Source License damageproto-1.2.1/COPYING:
3072 $Id: COPYING,v 1.1 2003-10-24 06:16:46 keithp Exp $
3074 Copyright © 2001,2003 Keith Packard
3075 Copyright © 2007 Eric Anholt
3077 Permission to use, copy, modify, distribute, and sell this software and its
3078 documentation for any purpose is hereby granted without fee, provided that
3079 the above copyright notice appear in all copies and that both that
3080 copyright notice and this permission notice appear in supporting
3081 documentation, and that the name of Keith Packard not be used in
3082 advertising or publicity pertaining to distribution of the software without
3083 specific, written prior permission. Keith Packard makes no
3084 representations about the suitability of this software for any purpose. It
3085 is provided "as is" without express or implied warranty.
3087 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
3088 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
3089 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
3090 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
3091 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3092 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3093 PERFORMANCE OF THIS SOFTWARE.
3096 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3097 </pre>
3098 <ul>
3100 </ul>
3101 </div>
3102 </div>
3105 <div class="product">
3106 <span class="title">dash-0.5.5.1.7</span>
3107 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3108 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span>
3109 <div class="licence">
3110 <pre>Scanned Source License dash-0.5.5.1/COPYING:
3112 Copyright (c) 1989-1994
3113 The Regents of the University of California. All rights reserved.
3114 Copyright (c) 1997 Christos Zoulas. All rights reserved.
3115 Copyright (c) 1997-2005
3116 Herbert Xu &lt;herbert@gondor.apana.org.au&gt;. All rights reserved.
3118 This code is derived from software contributed to Berkeley by Kenneth Almquist.
3121 Redistribution and use in source and binary forms, with or without
3122 modification, are permitted provided that the following conditions
3123 are met:
3124 1. Redistributions of source code must retain the above copyright
3125 notice, this list of conditions and the following disclaimer.
3126 2. Redistributions in binary form must reproduce the above copyright
3127 notice, this list of conditions and the following disclaimer in the
3128 documentation and/or other materials provided with the distribution.
3129 3. Neither the name of the University nor the names of its contributors
3130 may be used to endorse or promote products derived from this software
3131 without specific prior written permission.
3133 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
3134 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3135 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3136 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3137 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3138 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3139 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3140 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3141 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3142 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3143 SUCH DAMAGE.
3145 mksignames.c:
3147 This file is not directly linked with dash. However, its output is.
3149 Copyright (C) 1992 Free Software Foundation, Inc.
3151 This file is part of GNU Bash, the Bourne Again SHell.
3153 Bash is free software; you can redistribute it and/or modify it under
3154 the terms of the GNU General Public License as published by the Free
3155 Software Foundation; either version 2, or (at your option) any later
3156 version.
3158 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
3159 WARRANTY; without even the implied warranty of MERCHANTABILITY or
3160 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3161 for more details.
3163 You should have received a copy of the GNU General Public License with
3164 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
3165 Debian GNU/Linux hello source package as the file COPYING. If not,
3166 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
3167 Boston, MA 02111 USA.
3169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3170 </pre>
3171 <ul>
3173 </ul>
3174 </div>
3175 </div>
3178 <div class="product">
3179 <span class="title">dbus-1.6.8</span>
3180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3181 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
3182 <div class="licence">
3183 <pre></pre>
3184 <ul>
3185 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
3186 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3187 </ul>
3188 </div>
3189 </div>
3192 <div class="product">
3193 <span class="title">dbus-c++-0.0.2</span>
3194 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3195 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span>
3196 <div class="licence">
3197 <pre></pre>
3198 <ul>
3199 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
3200 </ul>
3201 </div>
3202 </div>
3205 <div class="product">
3206 <span class="title">dbus-glib-0.100.2</span>
3207 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3208 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
3209 <div class="licence">
3210 <pre></pre>
3211 <ul>
3212 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
3213 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3214 </ul>
3215 </div>
3216 </div>
3219 <div class="product">
3220 <span class="title">dbus-python-0.84.0</span>
3221 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3222 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/DBusBindings">homepage</a></span>
3223 <div class="licence">
3224 <pre>Scanned Source License dbus-python-0.84.0/COPYING:
3226 As of version 0.82.4, dbus-python is released under the following permissive
3227 non-copyleft license (the same one used for D-Bus core):
3229 Permission is hereby granted, free of charge, to any person
3230 obtaining a copy of this software and associated documentation
3231 files (the "Software"), to deal in the Software without
3232 restriction, including without limitation the rights to use, copy,
3233 modify, merge, publish, distribute, sublicense, and/or sell copies
3234 of the Software, and to permit persons to whom the Software is
3235 furnished to do so, subject to the following conditions:
3237 The above copyright notice and this permission notice shall be
3238 included in all copies or substantial portions of the Software.
3240 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3241 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3242 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3243 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3244 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3245 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3246 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3247 DEALINGS IN THE SOFTWARE.
3249 Copyright holders and licensing are indicated in the source files.
3251 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3252 </pre>
3253 <ul>
3255 </ul>
3256 </div>
3257 </div>
3260 <div class="product">
3261 <span class="title">dbus-spy-0.0.1</span>
3262 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3263 <span class="homepage"><a href="http://vidner.net/martin/software/dbus-spy/">homepage</a></span>
3264 <div class="licence">
3265 <pre>Gentoo Package Stock License CC-BY-3.0:
3267 Creative Commons Legal Code
3269 Attribution 3.0 Unported
3271 CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
3272 LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
3273 ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
3274 INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
3275 REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
3276 DAMAGES RESULTING FROM ITS USE.
3278 License
3280 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
3281 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
3282 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
3283 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
3285 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
3286 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
3287 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
3288 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
3289 CONDITIONS.
3291 1. Definitions
3293 a. "Adaptation" means a work based upon the Work, or upon the Work and
3294 other pre-existing works, such as a translation, adaptation,
3295 derivative work, arrangement of music or other alterations of a
3296 literary or artistic work, or phonogram or performance and includes
3297 cinematographic adaptations or any other form in which the Work may be
3298 recast, transformed, or adapted including in any form recognizably
3299 derived from the original, except that a work that constitutes a
3300 Collection will not be considered an Adaptation for the purpose of
3301 this License. For the avoidance of doubt, where the Work is a musical
3302 work, performance or phonogram, the synchronization of the Work in
3303 timed-relation with a moving image ("synching") will be considered an
3304 Adaptation for the purpose of this License.
3305 b. "Collection" means a collection of literary or artistic works, such as
3306 encyclopedias and anthologies, or performances, phonograms or
3307 broadcasts, or other works or subject matter other than works listed
3308 in Section 1(f) below, which, by reason of the selection and
3309 arrangement of their contents, constitute intellectual creations, in
3310 which the Work is included in its entirety in unmodified form along
3311 with one or more other contributions, each constituting separate and
3312 independent works in themselves, which together are assembled into a
3313 collective whole. A work that constitutes a Collection will not be
3314 considered an Adaptation (as defined above) for the purposes of this
3315 License.
3316 c. "Distribute" means to make available to the public the original and
3317 copies of the Work or Adaptation, as appropriate, through sale or
3318 other transfer of ownership.
3319 d. "Licensor" means the individual, individuals, entity or entities that
3320 offer(s) the Work under the terms of this License.
3321 e. "Original Author" means, in the case of a literary or artistic work,
3322 the individual, individuals, entity or entities who created the Work
3323 or if no individual or entity can be identified, the publisher; and in
3324 addition (i) in the case of a performance the actors, singers,
3325 musicians, dancers, and other persons who act, sing, deliver, declaim,
3326 play in, interpret or otherwise perform literary or artistic works or
3327 expressions of folklore; (ii) in the case of a phonogram the producer
3328 being the person or legal entity who first fixes the sounds of a
3329 performance or other sounds; and, (iii) in the case of broadcasts, the
3330 organization that transmits the broadcast.
3331 f. "Work" means the literary and/or artistic work offered under the terms
3332 of this License including without limitation any production in the
3333 literary, scientific and artistic domain, whatever may be the mode or
3334 form of its expression including digital form, such as a book,
3335 pamphlet and other writing; a lecture, address, sermon or other work
3336 of the same nature; a dramatic or dramatico-musical work; a
3337 choreographic work or entertainment in dumb show; a musical
3338 composition with or without words; a cinematographic work to which are
3339 assimilated works expressed by a process analogous to cinematography;
3340 a work of drawing, painting, architecture, sculpture, engraving or
3341 lithography; a photographic work to which are assimilated works
3342 expressed by a process analogous to photography; a work of applied
3343 art; an illustration, map, plan, sketch or three-dimensional work
3344 relative to geography, topography, architecture or science; a
3345 performance; a broadcast; a phonogram; a compilation of data to the
3346 extent it is protected as a copyrightable work; or a work performed by
3347 a variety or circus performer to the extent it is not otherwise
3348 considered a literary or artistic work.
3349 g. "You" means an individual or entity exercising rights under this
3350 License who has not previously violated the terms of this License with
3351 respect to the Work, or who has received express permission from the
3352 Licensor to exercise rights under this License despite a previous
3353 violation.
3354 h. "Publicly Perform" means to perform public recitations of the Work and
3355 to communicate to the public those public recitations, by any means or
3356 process, including by wire or wireless means or public digital
3357 performances; to make available to the public Works in such a way that
3358 members of the public may access these Works from a place and at a
3359 place individually chosen by them; to perform the Work to the public
3360 by any means or process and the communication to the public of the
3361 performances of the Work, including by public digital performance; to
3362 broadcast and rebroadcast the Work by any means including signs,
3363 sounds or images.
3364 i. "Reproduce" means to make copies of the Work by any means including
3365 without limitation by sound or visual recordings and the right of
3366 fixation and reproducing fixations of the Work, including storage of a
3367 protected performance or phonogram in digital form or other electronic
3368 medium.
3370 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
3371 limit, or restrict any uses free from copyright or rights arising from
3372 limitations or exceptions that are provided for in connection with the
3373 copyright protection under copyright law or other applicable laws.
3375 3. License Grant. Subject to the terms and conditions of this License,
3376 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
3377 perpetual (for the duration of the applicable copyright) license to
3378 exercise the rights in the Work as stated below:
3380 a. to Reproduce the Work, to incorporate the Work into one or more
3381 Collections, and to Reproduce the Work as incorporated in the
3382 Collections;
3383 b. to create and Reproduce Adaptations provided that any such Adaptation,
3384 including any translation in any medium, takes reasonable steps to
3385 clearly label, demarcate or otherwise identify that changes were made
3386 to the original Work. For example, a translation could be marked "The
3387 original work was translated from English to Spanish," or a
3388 modification could indicate "The original work has been modified.";
3389 c. to Distribute and Publicly Perform the Work including as incorporated
3390 in Collections; and,
3391 d. to Distribute and Publicly Perform Adaptations.
3392 e. For the avoidance of doubt:
3394 i. Non-waivable Compulsory License Schemes. In those jurisdictions in
3395 which the right to collect royalties through any statutory or
3396 compulsory licensing scheme cannot be waived, the Licensor
3397 reserves the exclusive right to collect such royalties for any
3398 exercise by You of the rights granted under this License;
3399 ii. Waivable Compulsory License Schemes. In those jurisdictions in
3400 which the right to collect royalties through any statutory or
3401 compulsory licensing scheme can be waived, the Licensor waives the
3402 exclusive right to collect such royalties for any exercise by You
3403 of the rights granted under this License; and,
3404 iii. Voluntary License Schemes. The Licensor waives the right to
3405 collect royalties, whether individually or, in the event that the
3406 Licensor is a member of a collecting society that administers
3407 voluntary licensing schemes, via that society, from any exercise
3408 by You of the rights granted under this License.
3410 The above rights may be exercised in all media and formats whether now
3411 known or hereafter devised. The above rights include the right to make
3412 such modifications as are technically necessary to exercise the rights in
3413 other media and formats. Subject to Section 8(f), all rights not expressly
3414 granted by Licensor are hereby reserved.
3416 4. Restrictions. The license granted in Section 3 above is expressly made
3417 subject to and limited by the following restrictions:
3419 a. You may Distribute or Publicly Perform the Work only under the terms
3420 of this License. You must include a copy of, or the Uniform Resource
3421 Identifier (URI) for, this License with every copy of the Work You
3422 Distribute or Publicly Perform. You may not offer or impose any terms
3423 on the Work that restrict the terms of this License or the ability of
3424 the recipient of the Work to exercise the rights granted to that
3425 recipient under the terms of the License. You may not sublicense the
3426 Work. You must keep intact all notices that refer to this License and
3427 to the disclaimer of warranties with every copy of the Work You
3428 Distribute or Publicly Perform. When You Distribute or Publicly
3429 Perform the Work, You may not impose any effective technological
3430 measures on the Work that restrict the ability of a recipient of the
3431 Work from You to exercise the rights granted to that recipient under
3432 the terms of the License. This Section 4(a) applies to the Work as
3433 incorporated in a Collection, but this does not require the Collection
3434 apart from the Work itself to be made subject to the terms of this
3435 License. If You create a Collection, upon notice from any Licensor You
3436 must, to the extent practicable, remove from the Collection any credit
3437 as required by Section 4(b), as requested. If You create an
3438 Adaptation, upon notice from any Licensor You must, to the extent
3439 practicable, remove from the Adaptation any credit as required by
3440 Section 4(b), as requested.
3441 b. If You Distribute, or Publicly Perform the Work or any Adaptations or
3442 Collections, You must, unless a request has been made pursuant to
3443 Section 4(a), keep intact all copyright notices for the Work and
3444 provide, reasonable to the medium or means You are utilizing: (i) the
3445 name of the Original Author (or pseudonym, if applicable) if supplied,
3446 and/or if the Original Author and/or Licensor designate another party
3447 or parties (e.g., a sponsor institute, publishing entity, journal) for
3448 attribution ("Attribution Parties") in Licensor's copyright notice,
3449 terms of service or by other reasonable means, the name of such party
3450 or parties; (ii) the title of the Work if supplied; (iii) to the
3451 extent reasonably practicable, the URI, if any, that Licensor
3452 specifies to be associated with the Work, unless such URI does not
3453 refer to the copyright notice or licensing information for the Work;
3454 and (iv) , consistent with Section 3(b), in the case of an Adaptation,
3455 a credit identifying the use of the Work in the Adaptation (e.g.,
3456 "French translation of the Work by Original Author," or "Screenplay
3457 based on original Work by Original Author"). The credit required by
3458 this Section 4(b) may be implemented in any reasonable manner;
3459 provided, however, that in the case of a Adaptation or Collection, at
3460 a minimum such credit will appear, if a credit for all contributing
3461 authors of the Adaptation or Collection appears, then as part of these
3462 credits and in a manner at least as prominent as the credits for the
3463 other contributing authors. For the avoidance of doubt, You may only
3464 use the credit required by this Section for the purpose of attribution
3465 in the manner set out above and, by exercising Your rights under this
3466 License, You may not implicitly or explicitly assert or imply any
3467 connection with, sponsorship or endorsement by the Original Author,
3468 Licensor and/or Attribution Parties, as appropriate, of You or Your
3469 use of the Work, without the separate, express prior written
3470 permission of the Original Author, Licensor and/or Attribution
3471 Parties.
3472 c. Except as otherwise agreed in writing by the Licensor or as may be
3473 otherwise permitted by applicable law, if You Reproduce, Distribute or
3474 Publicly Perform the Work either by itself or as part of any
3475 Adaptations or Collections, You must not distort, mutilate, modify or
3476 take other derogatory action in relation to the Work which would be
3477 prejudicial to the Original Author's honor or reputation. Licensor
3478 agrees that in those jurisdictions (e.g. Japan), in which any exercise
3479 of the right granted in Section 3(b) of this License (the right to
3480 make Adaptations) would be deemed to be a distortion, mutilation,
3481 modification or other derogatory action prejudicial to the Original
3482 Author's honor and reputation, the Licensor will waive or not assert,
3483 as appropriate, this Section, to the fullest extent permitted by the
3484 applicable national law, to enable You to reasonably exercise Your
3485 right under Section 3(b) of this License (right to make Adaptations)
3486 but not otherwise.
3488 5. Representations, Warranties and Disclaimer
3490 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
3491 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
3492 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
3493 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
3494 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
3495 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
3496 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
3497 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
3499 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
3500 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
3501 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
3502 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
3503 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
3505 7. Termination
3507 a. This License and the rights granted hereunder will terminate
3508 automatically upon any breach by You of the terms of this License.
3509 Individuals or entities who have received Adaptations or Collections
3510 from You under this License, however, will not have their licenses
3511 terminated provided such individuals or entities remain in full
3512 compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
3513 survive any termination of this License.
3514 b. Subject to the above terms and conditions, the license granted here is
3515 perpetual (for the duration of the applicable copyright in the Work).
3516 Notwithstanding the above, Licensor reserves the right to release the
3517 Work under different license terms or to stop distributing the Work at
3518 any time; provided, however that any such election will not serve to
3519 withdraw this License (or any other license that has been, or is
3520 required to be, granted under the terms of this License), and this
3521 License will continue in full force and effect unless terminated as
3522 stated above.
3524 8. Miscellaneous
3526 a. Each time You Distribute or Publicly Perform the Work or a Collection,
3527 the Licensor offers to the recipient a license to the Work on the same
3528 terms and conditions as the license granted to You under this License.
3529 b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
3530 offers to the recipient a license to the original Work on the same
3531 terms and conditions as the license granted to You under this License.
3532 c. If any provision of this License is invalid or unenforceable under
3533 applicable law, it shall not affect the validity or enforceability of
3534 the remainder of the terms of this License, and without further action
3535 by the parties to this agreement, such provision shall be reformed to
3536 the minimum extent necessary to make such provision valid and
3537 enforceable.
3538 d. No term or provision of this License shall be deemed waived and no
3539 breach consented to unless such waiver or consent shall be in writing
3540 and signed by the party to be charged with such waiver or consent.
3541 e. This License constitutes the entire agreement between the parties with
3542 respect to the Work licensed here. There are no understandings,
3543 agreements or representations with respect to the Work not specified
3544 here. Licensor shall not be bound by any additional provisions that
3545 may appear in any communication from You. This License may not be
3546 modified without the mutual written agreement of the Licensor and You.
3547 f. The rights granted under, and the subject matter referenced, in this
3548 License were drafted utilizing the terminology of the Berne Convention
3549 for the Protection of Literary and Artistic Works (as amended on
3550 September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
3551 Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
3552 and the Universal Copyright Convention (as revised on July 24, 1971).
3553 These rights and subject matter take effect in the relevant
3554 jurisdiction in which the License terms are sought to be enforced
3555 according to the corresponding provisions of the implementation of
3556 those treaty provisions in the applicable national law. If the
3557 standard suite of rights granted under applicable copyright law
3558 includes additional rights not granted under this License, such
3559 additional rights are deemed to be included in the License; this
3560 License is not intended to restrict the license of any rights under
3561 applicable law.
3564 Creative Commons Notice
3566 Creative Commons is not a party to this License, and makes no warranty
3567 whatsoever in connection with the Work. Creative Commons will not be
3568 liable to You or any party on any legal theory for any damages
3569 whatsoever, including without limitation any general, special,
3570 incidental or consequential damages arising in connection to this
3571 license. Notwithstanding the foregoing two (2) sentences, if Creative
3572 Commons has expressly identified itself as the Licensor hereunder, it
3573 shall have all rights and obligations of Licensor.
3575 Except for the limited purpose of indicating to the public that the
3576 Work is licensed under the CCPL, Creative Commons does not authorize
3577 the use by either party of the trademark "Creative Commons" or any
3578 related trademark or logo of Creative Commons without the prior
3579 written consent of Creative Commons. Any permitted use will be in
3580 compliance with Creative Commons' then-current trademark usage
3581 guidelines, as may be published on its website or otherwise made
3582 available upon request from time to time. For the avoidance of doubt,
3583 this trademark restriction does not form part of this License.
3585 Creative Commons may be contacted at http://creativecommons.org/.
3587 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3588 </pre>
3589 <ul>
3591 </ul>
3592 </div>
3593 </div>
3596 <div class="product">
3597 <span class="title">dejavu-2.33</span>
3598 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3599 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span>
3600 <div class="licence">
3601 <pre>Gentoo Package Stock License BitstreamVera:
3603 Bitstream Vera Fonts Copyright
3605 The fonts have a generous copyright, allowing derivative works (as
3606 long as "Bitstream" or "Vera" are not in the names), and full
3607 redistribution (so long as they are not *sold* by themselves). They
3608 can be be bundled, redistributed and sold with any software.
3610 The fonts are distributed under the following copyright:
3612 Copyright
3613 =========
3615 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
3616 Vera is a trademark of Bitstream, Inc.
3618 Permission is hereby granted, free of charge, to any person obtaining
3619 a copy of the fonts accompanying this license ("Fonts") and associated
3620 documentation files (the "Font Software"), to reproduce and distribute
3621 the Font Software, including without limitation the rights to use,
3622 copy, merge, publish, distribute, and/or sell copies of the Font
3623 Software, and to permit persons to whom the Font Software is furnished
3624 to do so, subject to the following conditions:
3626 The above copyright and trademark notices and this permission notice
3627 shall be included in all copies of one or more of the Font Software
3628 typefaces.
3630 The Font Software may be modified, altered, or added to, and in
3631 particular the designs of glyphs or characters in the Fonts may be
3632 modified and additional glyphs or characters may be added to the
3633 Fonts, only if the fonts are renamed to names not containing either
3634 the words "Bitstream" or the word "Vera".
3636 This License becomes null and void to the extent applicable to Fonts
3637 or Font Software that has been modified and is distributed under the
3638 "Bitstream Vera" names.
3640 The Font Software may be sold as part of a larger software package but
3641 no copy of one or more of the Font Software typefaces may be sold by
3642 itself.
3644 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3645 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
3646 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
3647 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
3648 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
3649 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
3650 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
3651 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
3652 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
3654 Except as contained in this notice, the names of Gnome, the Gnome
3655 Foundation, and Bitstream Inc., shall not be used in advertising or
3656 otherwise to promote the sale, use or other dealings in this Font
3657 Software without prior written authorization from the Gnome Foundation
3658 or Bitstream Inc., respectively. For further information, contact:
3659 fonts at gnome dot org.
3661 Copyright FAQ
3662 =============
3664 1. I don't understand the resale restriction... What gives?
3666 Bitstream is giving away these fonts, but wishes to ensure its
3667 competitors can't just drop the fonts as is into a font sale system
3668 and sell them as is. It seems fair that if Bitstream can't make money
3669 from the Bitstream Vera fonts, their competitors should not be able to
3670 do so either. You can sell the fonts as part of any software package,
3671 however.
3673 2. I want to package these fonts separately for distribution and
3674 sale as part of a larger software package or system. Can I do so?
3676 Yes. A RPM or Debian package is a "larger software package" to begin
3677 with, and you aren't selling them independently by themselves.
3678 See 1. above.
3680 3. Are derivative works allowed?
3681 Yes!
3683 4. Can I change or add to the font(s)?
3684 Yes, but you must change the name(s) of the font(s).
3686 5. Under what terms are derivative works allowed?
3688 You must change the name(s) of the fonts. This is to ensure the
3689 quality of the fonts, both to protect Bitstream and Gnome. We want to
3690 ensure that if an application has opened a font specifically of these
3691 names, it gets what it expects (though of course, using fontconfig,
3692 substitutions could still could have occurred during font
3693 opening). You must include the Bitstream copyright. Additional
3694 copyrights can be added, as per copyright law. Happy Font Hacking!
3696 6. If I have improvements for Bitstream Vera, is it possible they might get
3697 adopted in future versions?
3699 Yes. The contract between the Gnome Foundation and Bitstream has
3700 provisions for working with Bitstream to ensure quality additions to
3701 the Bitstream Vera font family. Please contact us if you have such
3702 additions. Note, that in general, we will want such additions for the
3703 entire family, not just a single font, and that you'll have to keep
3704 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
3705 glyphs to the font, they must be stylistically in keeping with Vera's
3706 design. Vera cannot become a "ransom note" font. Jim Lyles will be
3707 providing a document describing the design elements used in Vera, as a
3708 guide and aid for people interested in contributing to Vera.
3710 7. I want to sell a software package that uses these fonts: Can I do so?
3712 Sure. Bundle the fonts with your software and sell your software
3713 with the fonts. That is the intent of the copyright.
3715 8. If applications have built the names "Bitstream Vera" into them,
3716 can I override this somehow to use fonts of my choosing?
3718 This depends on exact details of the software. Most open source
3719 systems and software (e.g., Gnome, KDE, etc.) are now converting to
3720 use fontconfig (see www.fontconfig.org) to handle font configuration,
3721 selection and substitution; it has provisions for overriding font
3722 names and subsituting alternatives. An example is provided by the
3723 supplied local.conf file, which chooses the family Bitstream Vera for
3724 "sans", "serif" and "monospace". Other software (e.g., the XFree86
3725 core server) has other mechanisms for font substitution.
3728 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3729 </pre>
3730 <ul>
3732 </ul>
3733 </div>
3734 </div>
3737 <div class="product">
3738 <span class="title">dev-install-0.0.1</span>
3739 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3740 <span class="homepage"><a href="http://www.chromium.org/chromium-os">homepage</a></span>
3741 <div class="licence">
3742 <pre></pre>
3743 <ul>
3744 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
3745 </ul>
3746 </div>
3747 </div>
3750 <div class="product">
3751 <span class="title">dhcp-4.2.2</span>
3752 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3753 <span class="homepage"><a href="http://www.isc.org/products/DHCP">homepage</a></span>
3754 <div class="licence">
3755 <pre>Scanned Source License dhcp-4.2.2/LICENSE:
3757 # Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
3758 # Copyright (c) 1995-2003 by Internet Software Consortium
3760 # Permission to use, copy, modify, and distribute this software for any
3761 # purpose with or without fee is hereby granted, provided that the above
3762 # copyright notice and this permission notice appear in all copies.
3764 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3765 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3766 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3767 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3768 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3769 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3770 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3772 # Internet Systems Consortium, Inc.
3773 # 950 Charter Street
3774 # Redwood City, CA 94063
3775 # &lt;info@isc.org&gt;
3776 # https://www.isc.org/
3778 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3780 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/COPYRIGHT:
3782 Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
3783 Copyright (C) 1996-2003 Internet Software Consortium.
3785 Permission to use, copy, modify, and/or distribute this software for any
3786 purpose with or without fee is hereby granted, provided that the above
3787 copyright notice and this permission notice appear in all copies.
3789 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
3790 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
3791 AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
3792 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
3793 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
3794 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3795 PERFORMANCE OF THIS SOFTWARE.
3797 $Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $
3799 Portions Copyright (C) 1996-2001 Nominum, Inc.
3801 Permission to use, copy, modify, and distribute this software for any
3802 purpose with or without fee is hereby granted, provided that the above
3803 copyright notice and this permission notice appear in all copies.
3805 THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
3806 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3807 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
3808 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3809 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3810 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3811 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3813 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3815 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/idn/idnkit-1.0-src/LICENSE.txt:
3817 Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved.
3819 By using this file, you agree to the terms and conditions set forth bellow.
3821 LICENSE TERMS AND CONDITIONS
3823 The following License Terms and Conditions apply, unless a different
3824 license is obtained from Japan Network Information Center ("JPNIC"),
3825 a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
3826 Chiyoda-ku, Tokyo 101-0047, Japan.
3828 1. Use, Modification and Redistribution (including distribution of any
3829 modified or derived work) in source and/or binary forms is permitted
3830 under this License Terms and Conditions.
3832 2. Redistribution of source code must retain the copyright notices as they
3833 appear in each source code file, this License Terms and Conditions.
3835 3. Redistribution in binary form must reproduce the Copyright Notice,
3836 this License Terms and Conditions, in the documentation and/or other
3837 materials provided with the distribution. For the purposes of binary
3838 distribution the "Copyright Notice" refers to the following language:
3839 "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved."
3841 4. The name of JPNIC may not be used to endorse or promote products
3842 derived from this Software without specific prior written approval of
3843 JPNIC.
3845 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC
3846 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3847 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
3848 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE
3849 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3850 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3851 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3852 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3853 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3854 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3855 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
3857 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3859 Scanned Source License dhcp-4.2.2/bind/bind-9.8.0-P4/contrib/zkt/LICENSE:
3861 Copyright (c) 2005 - 2008, Holger Zuleger HZnet. All rights reserved.
3863 This software is open source.
3865 Redistribution and use in source and binary forms, with or without
3866 modification, are permitted provided that the following conditions
3867 are met:
3869 Redistributions of source code must retain the above copyright notice,
3870 this list of conditions and the following disclaimer.
3872 Redistributions in binary form must reproduce the above copyright notice,
3873 this list of conditions and the following disclaimer in the documentation
3874 and/or other materials provided with the distribution.
3876 Neither the name of Holger Zuleger HZnet nor the names of its contributors may
3877 be used to endorse or promote products derived from this software without
3878 specific prior written permission.
3880 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3881 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3882 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3883 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
3884 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3885 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3886 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3887 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3888 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3889 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3890 POSSIBILITY OF SUCH DAMAGE.
3892 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3893 </pre>
3894 <ul>
3895 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
3896 </ul>
3897 </div>
3898 </div>
3901 <div class="product">
3902 <span class="title">dhcpcd-5.1.4</span>
3903 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3904 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span>
3905 <div class="licence">
3906 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd:
3908 Copyright (c) 2006-2010 Roy Marples &lt;roy@marples.name&gt;
3909 All rights reserved
3911 Redistribution and use in source and binary forms, with or without
3912 modification, are permitted provided that the following conditions
3913 are met:
3914 1. Redistributions of source code must retain the above copyright
3915 notice, this list of conditions and the following disclaimer.
3916 2. Redistributions in binary form must reproduce the above copyright
3917 notice, this list of conditions and the following disclaimer in the
3918 documentation and/or other materials provided with the distribution.
3920 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3921 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3922 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3923 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3924 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3925 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3926 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3927 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3928 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3929 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3930 SUCH DAMAGE.
3932 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3933 </pre>
3934 <ul>
3936 </ul>
3937 </div>
3938 </div>
3941 <div class="product">
3942 <span class="title">diffutils-3.2</span>
3943 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3944 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span>
3945 <div class="licence">
3946 <pre></pre>
3947 <ul>
3948 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3949 </ul>
3950 </div>
3951 </div>
3954 <div class="product">
3955 <span class="title">dmidecode-2.11</span>
3956 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3957 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span>
3958 <div class="licence">
3959 <pre></pre>
3960 <ul>
3961 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3962 </ul>
3963 </div>
3964 </div>
3967 <div class="product">
3968 <span class="title">dnsmasq-2.50</span>
3969 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3970 <span class="homepage"><a href="http://www.thekelleys.org.uk/dnsmasq/">homepage</a></span>
3971 <div class="licence">
3972 <pre></pre>
3973 <ul>
3974 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3975 </ul>
3976 </div>
3977 </div>
3980 <div class="product">
3981 <span class="title">docbook-xml-dtd-4.1.2</span>
3982 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3983 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span>
3984 <div class="licence">
3985 <pre></pre>
3986 <ul>
3987 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
3988 </ul>
3989 </div>
3990 </div>
3993 <div class="product">
3994 <span class="title">dosfstools-3.0.26</span>
3995 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3996 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span>
3997 <div class="licence">
3998 <pre></pre>
3999 <ul>
4000 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4001 </ul>
4002 </div>
4003 </div>
4006 <div class="product">
4007 <span class="title">dpkt-1.8</span>
4008 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4009 <span class="homepage"><a href="http://code.google.com/p/dpkt/">homepage</a></span>
4010 <div class="licence">
4011 <pre>Scanned Source License dpkt-1.8/LICENSE:
4014 Copyright (c) 2004 Dug Song &lt;dugsong@monkey.org&gt;
4015 All rights reserved, all wrongs reversed.
4017 Redistribution and use in source and binary forms, with or without
4018 modification, are permitted provided that the following conditions
4019 are met:
4021 1. Redistributions of source code must retain the above copyright
4022 notice, this list of conditions and the following disclaimer.
4023 2. Redistributions in binary form must reproduce the above copyright
4024 notice, this list of conditions and the following disclaimer in the
4025 documentation and/or other materials provided with the distribution.
4026 3. The names of the authors and copyright holders may not be used to
4027 endorse or promote products derived from this software without
4028 specific prior written permission.
4030 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4031 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
4032 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
4033 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4034 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4035 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
4036 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
4037 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
4038 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
4039 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4044 Scanned Source License dpkt-1.8/PKG-INFO:
4046 Metadata-Version: 1.0
4047 Name: dpkt
4048 Version: 1.8
4049 Summary: dumb packet module
4050 Home-page: http://dpkt.googlecode.com/
4051 Author: Dug Song &lt;dugsong@monkey.org&gt;
4052 Author-email: UNKNOWN
4053 License: UNKNOWN
4054 Description: UNKNOWN
4055 Platform: UNKNOWN
4057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4058 </pre>
4059 <ul>
4061 </ul>
4062 </div>
4063 </div>
4066 <div class="product">
4067 <span class="title">dri2proto-2.6</span>
4068 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4069 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
4070 <div class="licence">
4071 <pre>Scanned Source License dri2proto-2.6/COPYING:
4073 Copyright © 2007 Red Hat, Inc.
4075 Permission is hereby granted, free of charge, to any person obtaining a
4076 copy of this software and associated documentation files (the "Soft-
4077 ware"), to deal in the Software without restriction, including without
4078 limitation the rights to use, copy, modify, merge, publish, distribute,
4079 and/or sell copies of the Software, and to permit persons to whom the
4080 Software is furnished to do so, provided that the above copyright
4081 notice(s) and this permission notice appear in all copies of the Soft-
4082 ware and that both the above copyright notice(s) and this permission
4083 notice appear in supporting documentation.
4085 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4086 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
4087 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
4088 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
4089 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
4090 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
4091 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4092 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
4093 MANCE OF THIS SOFTWARE.
4095 Except as contained in this notice, the name of a copyright holder shall
4096 not be used in advertising or otherwise to promote the sale, use or
4097 other dealings in this Software without prior written authorization of
4098 the copyright holder.
4100 Authors:
4101 Kristian Høgsberg (krh@redhat.com)
4103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4104 </pre>
4105 <ul>
4107 </ul>
4108 </div>
4109 </div>
4112 <div class="product">
4113 <span class="title">droidfonts-cros-20121206</span>
4114 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4115 <span class="homepage"><a href="">homepage</a></span>
4116 <div class="licence">
4117 <pre></pre>
4118 <ul>
4119 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
4120 </ul>
4121 </div>
4122 </div>
4125 <div class="product">
4126 <span class="title">dtc-1.4.0</span>
4127 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4128 <span class="homepage"><a href="http://git.jdl.com/gitweb/?p=dtc.git">homepage</a></span>
4129 <div class="licence">
4130 <pre></pre>
4131 <ul>
4132 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4133 </ul>
4134 </div>
4135 </div>
4138 <div class="product">
4139 <span class="title">e2fsprogs-1.42</span>
4140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4141 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
4142 <div class="licence">
4143 <pre>Scanned Source License e2fsprogs-1.42/COPYING:
4145 This package, the EXT2 filesystem utilities, are made available under
4146 the GNU Public License version 2, with the exception of the lib/ext2fs
4147 and lib/e2p libraries, which are made available under the GNU Library
4148 General Public License Version 2, the lib/uuid library which is made
4149 available under a BSD-style license and the lib/et and lib/ss
4150 libraries which are made available under an MIT-style license. Please
4151 see lib/uuid/COPYING for more details for the license for the files
4152 comprising the libuuid library, and the source file headers of the
4153 libet and libss libraries for more information.
4155 The most recent officially distributed version can be found at
4156 http://e2fsprogs.sourceforge.net. If you need to make a distribution,
4157 that's the one you should use. If there is some reason why you'd like
4158 a more recent version that is still in ALPHA testing (i.e., either
4159 using the "WIP" test distributions or one from the hg or git
4160 repository from the development branch, please contact me
4161 (tytso@mit.edu) before you ship. The release schedules for this
4162 package are flexible, if you give me enough lead time.
4165 Theodore Ts'o
4166 23-June-2007
4168 ----------------------------------------------------------------------
4170 GNU GENERAL PUBLIC LICENSE
4171 Version 2, June 1991
4173 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4174 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4175 Everyone is permitted to copy and distribute verbatim copies
4176 of this license document, but changing it is not allowed.
4178 Preamble
4180 The licenses for most software are designed to take away your
4181 freedom to share and change it. By contrast, the GNU General Public
4182 License is intended to guarantee your freedom to share and change free
4183 software--to make sure the software is free for all its users. This
4184 General Public License applies to most of the Free Software
4185 Foundation's software and to any other program whose authors commit to
4186 using it. (Some other Free Software Foundation software is covered by
4187 the GNU Library General Public License instead.) You can apply it to
4188 your programs, too.
4190 When we speak of free software, we are referring to freedom, not
4191 price. Our General Public Licenses are designed to make sure that you
4192 have the freedom to distribute copies of free software (and charge for
4193 this service if you wish), that you receive source code or can get it
4194 if you want it, that you can change the software or use pieces of it
4195 in new free programs; and that you know you can do these things.
4197 To protect your rights, we need to make restrictions that forbid
4198 anyone to deny you these rights or to ask you to surrender the rights.
4199 These restrictions translate to certain responsibilities for you if you
4200 distribute copies of the software, or if you modify it.
4202 For example, if you distribute copies of such a program, whether
4203 gratis or for a fee, you must give the recipients all the rights that
4204 you have. You must make sure that they, too, receive or can get the
4205 source code. And you must show them these terms so they know their
4206 rights.
4208 We protect your rights with two steps: (1) copyright the software, and
4209 (2) offer you this license which gives you legal permission to copy,
4210 distribute and/or modify the software.
4212 Also, for each author's protection and ours, we want to make certain
4213 that everyone understands that there is no warranty for this free
4214 software. If the software is modified by someone else and passed on, we
4215 want its recipients to know that what they have is not the original, so
4216 that any problems introduced by others will not reflect on the original
4217 authors' reputations.
4219 Finally, any free program is threatened constantly by software
4220 patents. We wish to avoid the danger that redistributors of a free
4221 program will individually obtain patent licenses, in effect making the
4222 program proprietary. To prevent this, we have made it clear that any
4223 patent must be licensed for everyone's free use or not licensed at all.
4225 The precise terms and conditions for copying, distribution and
4226 modification follow.
4228 GNU GENERAL PUBLIC LICENSE
4229 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4231 0. This License applies to any program or other work which contains
4232 a notice placed by the copyright holder saying it may be distributed
4233 under the terms of this General Public License. The "Program", below,
4234 refers to any such program or work, and a "work based on the Program"
4235 means either the Program or any derivative work under copyright law:
4236 that is to say, a work containing the Program or a portion of it,
4237 either verbatim or with modifications and/or translated into another
4238 language. (Hereinafter, translation is included without limitation in
4239 the term "modification".) Each licensee is addressed as "you".
4241 Activities other than copying, distribution and modification are not
4242 covered by this License; they are outside its scope. The act of
4243 running the Program is not restricted, and the output from the Program
4244 is covered only if its contents constitute a work based on the
4245 Program (independent of having been made by running the Program).
4246 Whether that is true depends on what the Program does.
4248 1. You may copy and distribute verbatim copies of the Program's
4249 source code as you receive it, in any medium, provided that you
4250 conspicuously and appropriately publish on each copy an appropriate
4251 copyright notice and disclaimer of warranty; keep intact all the
4252 notices that refer to this License and to the absence of any warranty;
4253 and give any other recipients of the Program a copy of this License
4254 along with the Program.
4256 You may charge a fee for the physical act of transferring a copy, and
4257 you may at your option offer warranty protection in exchange for a fee.
4259 2. You may modify your copy or copies of the Program or any portion
4260 of it, thus forming a work based on the Program, and copy and
4261 distribute such modifications or work under the terms of Section 1
4262 above, provided that you also meet all of these conditions:
4264 a) You must cause the modified files to carry prominent notices
4265 stating that you changed the files and the date of any change.
4267 b) You must cause any work that you distribute or publish, that in
4268 whole or in part contains or is derived from the Program or any
4269 part thereof, to be licensed as a whole at no charge to all third
4270 parties under the terms of this License.
4272 c) If the modified program normally reads commands interactively
4273 when run, you must cause it, when started running for such
4274 interactive use in the most ordinary way, to print or display an
4275 announcement including an appropriate copyright notice and a
4276 notice that there is no warranty (or else, saying that you provide
4277 a warranty) and that users may redistribute the program under
4278 these conditions, and telling the user how to view a copy of this
4279 License. (Exception: if the Program itself is interactive but
4280 does not normally print such an announcement, your work based on
4281 the Program is not required to print an announcement.)
4283 These requirements apply to the modified work as a whole. If
4284 identifiable sections of that work are not derived from the Program,
4285 and can be reasonably considered independent and separate works in
4286 themselves, then this License, and its terms, do not apply to those
4287 sections when you distribute them as separate works. But when you
4288 distribute the same sections as part of a whole which is a work based
4289 on the Program, the distribution of the whole must be on the terms of
4290 this License, whose permissions for other licensees extend to the
4291 entire whole, and thus to each and every part regardless of who wrote it.
4293 Thus, it is not the intent of this section to claim rights or contest
4294 your rights to work written entirely by you; rather, the intent is to
4295 exercise the right to control the distribution of derivative or
4296 collective works based on the Program.
4298 In addition, mere aggregation of another work not based on the Program
4299 with the Program (or with a work based on the Program) on a volume of
4300 a storage or distribution medium does not bring the other work under
4301 the scope of this License.
4303 3. You may copy and distribute the Program (or a work based on it,
4304 under Section 2) in object code or executable form under the terms of
4305 Sections 1 and 2 above provided that you also do one of the following:
4307 a) Accompany it with the complete corresponding machine-readable
4308 source code, which must be distributed under the terms of Sections
4309 1 and 2 above on a medium customarily used for software interchange; or,
4311 b) Accompany it with a written offer, valid for at least three
4312 years, to give any third party, for a charge no more than your
4313 cost of physically performing source distribution, a complete
4314 machine-readable copy of the corresponding source code, to be
4315 distributed under the terms of Sections 1 and 2 above on a medium
4316 customarily used for software interchange; or,
4318 c) Accompany it with the information you received as to the offer
4319 to distribute corresponding source code. (This alternative is
4320 allowed only for noncommercial distribution and only if you
4321 received the program in object code or executable form with such
4322 an offer, in accord with Subsection b above.)
4324 The source code for a work means the preferred form of the work for
4325 making modifications to it. For an executable work, complete source
4326 code means all the source code for all modules it contains, plus any
4327 associated interface definition files, plus the scripts used to
4328 control compilation and installation of the executable. However, as a
4329 special exception, the source code distributed need not include
4330 anything that is normally distributed (in either source or binary
4331 form) with the major components (compiler, kernel, and so on) of the
4332 operating system on which the executable runs, unless that component
4333 itself accompanies the executable.
4335 If distribution of executable or object code is made by offering
4336 access to copy from a designated place, then offering equivalent
4337 access to copy the source code from the same place counts as
4338 distribution of the source code, even though third parties are not
4339 compelled to copy the source along with the object code.
4341 4. You may not copy, modify, sublicense, or distribute the Program
4342 except as expressly provided under this License. Any attempt
4343 otherwise to copy, modify, sublicense or distribute the Program is
4344 void, and will automatically terminate your rights under this License.
4345 However, parties who have received copies, or rights, from you under
4346 this License will not have their licenses terminated so long as such
4347 parties remain in full compliance.
4349 5. You are not required to accept this License, since you have not
4350 signed it. However, nothing else grants you permission to modify or
4351 distribute the Program or its derivative works. These actions are
4352 prohibited by law if you do not accept this License. Therefore, by
4353 modifying or distributing the Program (or any work based on the
4354 Program), you indicate your acceptance of this License to do so, and
4355 all its terms and conditions for copying, distributing or modifying
4356 the Program or works based on it.
4358 6. Each time you redistribute the Program (or any work based on the
4359 Program), the recipient automatically receives a license from the
4360 original licensor to copy, distribute or modify the Program subject to
4361 these terms and conditions. You may not impose any further
4362 restrictions on the recipients' exercise of the rights granted herein.
4363 You are not responsible for enforcing compliance by third parties to
4364 this License.
4366 7. If, as a consequence of a court judgment or allegation of patent
4367 infringement or for any other reason (not limited to patent issues),
4368 conditions are imposed on you (whether by court order, agreement or
4369 otherwise) that contradict the conditions of this License, they do not
4370 excuse you from the conditions of this License. If you cannot
4371 distribute so as to satisfy simultaneously your obligations under this
4372 License and any other pertinent obligations, then as a consequence you
4373 may not distribute the Program at all. For example, if a patent
4374 license would not permit royalty-free redistribution of the Program by
4375 all those who receive copies directly or indirectly through you, then
4376 the only way you could satisfy both it and this License would be to
4377 refrain entirely from distribution of the Program.
4379 If any portion of this section is held invalid or unenforceable under
4380 any particular circumstance, the balance of the section is intended to
4381 apply and the section as a whole is intended to apply in other
4382 circumstances.
4384 It is not the purpose of this section to induce you to infringe any
4385 patents or other property right claims or to contest validity of any
4386 such claims; this section has the sole purpose of protecting the
4387 integrity of the free software distribution system, which is
4388 implemented by public license practices. Many people have made
4389 generous contributions to the wide range of software distributed
4390 through that system in reliance on consistent application of that
4391 system; it is up to the author/donor to decide if he or she is willing
4392 to distribute software through any other system and a licensee cannot
4393 impose that choice.
4395 This section is intended to make thoroughly clear what is believed to
4396 be a consequence of the rest of this License.
4398 8. If the distribution and/or use of the Program is restricted in
4399 certain countries either by patents or by copyrighted interfaces, the
4400 original copyright holder who places the Program under this License
4401 may add an explicit geographical distribution limitation excluding
4402 those countries, so that distribution is permitted only in or among
4403 countries not thus excluded. In such case, this License incorporates
4404 the limitation as if written in the body of this License.
4406 9. The Free Software Foundation may publish revised and/or new versions
4407 of the General Public License from time to time. Such new versions will
4408 be similar in spirit to the present version, but may differ in detail to
4409 address new problems or concerns.
4411 Each version is given a distinguishing version number. If the Program
4412 specifies a version number of this License which applies to it and "any
4413 later version", you have the option of following the terms and conditions
4414 either of that version or of any later version published by the Free
4415 Software Foundation. If the Program does not specify a version number of
4416 this License, you may choose any version ever published by the Free Software
4417 Foundation.
4419 10. If you wish to incorporate parts of the Program into other free
4420 programs whose distribution conditions are different, write to the author
4421 to ask for permission. For software which is copyrighted by the Free
4422 Software Foundation, write to the Free Software Foundation; we sometimes
4423 make exceptions for this. Our decision will be guided by the two goals
4424 of preserving the free status of all derivatives of our free software and
4425 of promoting the sharing and reuse of software generally.
4427 NO WARRANTY
4429 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
4430 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
4431 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
4432 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
4433 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4434 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
4435 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
4436 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
4437 REPAIR OR CORRECTION.
4439 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
4440 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
4441 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
4442 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
4443 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
4444 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
4445 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
4446 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4447 POSSIBILITY OF SUCH DAMAGES.
4449 END OF TERMS AND CONDITIONS
4451 How to Apply These Terms to Your New Programs
4453 If you develop a new program, and you want it to be of the greatest
4454 possible use to the public, the best way to achieve this is to make it
4455 free software which everyone can redistribute and change under these terms.
4457 To do so, attach the following notices to the program. It is safest
4458 to attach them to the start of each source file to most effectively
4459 convey the exclusion of warranty; and each file should have at least
4460 the "copyright" line and a pointer to where the full notice is found.
4462 &lt;one line to give the program's name and a brief idea of what it does.&gt;
4463 Copyright (C) &lt;year&gt; &lt;name of author&gt;
4465 This program is free software; you can redistribute it and/or modify
4466 it under the terms of the GNU General Public License as published by
4467 the Free Software Foundation; either version 2 of the License, or
4468 (at your option) any later version.
4470 This program is distributed in the hope that it will be useful,
4471 but WITHOUT ANY WARRANTY; without even the implied warranty of
4472 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4473 GNU General Public License for more details.
4475 You should have received a copy of the GNU General Public License
4476 along with this program; if not, write to the Free Software
4477 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4480 Also add information on how to contact you by electronic and paper mail.
4482 If the program is interactive, make it output a short notice like this
4483 when it starts in an interactive mode:
4485 Gnomovision version 69, Copyright (C) year name of author
4486 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
4487 This is free software, and you are welcome to redistribute it
4488 under certain conditions; type `show c' for details.
4490 The hypothetical commands `show w' and `show c' should show the appropriate
4491 parts of the General Public License. Of course, the commands you use may
4492 be called something other than `show w' and `show c'; they could even be
4493 mouse-clicks or menu items--whatever suits your program.
4495 You should also get your employer (if you work as a programmer) or your
4496 school, if any, to sign a "copyright disclaimer" for the program, if
4497 necessary. Here is a sample; alter the names:
4499 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
4500 `Gnomovision' (which makes passes at compilers) written by James Hacker.
4502 &lt;signature of Ty Coon&gt;, 1 April 1989
4503 Ty Coon, President of Vice
4505 This General Public License does not permit incorporating your program into
4506 proprietary programs. If your program is a subroutine library, you may
4507 consider it more useful to permit linking proprietary applications with the
4508 library. If this is what you want to do, use the GNU Library General
4509 Public License instead of this License.
4511 ----------------------------------------------------------------------
4513 GNU LIBRARY GENERAL PUBLIC LICENSE
4514 Version 2, June 1991
4516 Copyright (C) 1991 Free Software Foundation, Inc.
4517 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4518 Everyone is permitted to copy and distribute verbatim copies
4519 of this license document, but changing it is not allowed.
4521 [This is the first released version of the library GPL. It is
4522 numbered 2 because it goes with version 2 of the ordinary GPL.]
4524 Preamble
4526 The licenses for most software are designed to take away your
4527 freedom to share and change it. By contrast, the GNU General Public
4528 Licenses are intended to guarantee your freedom to share and change
4529 free software--to make sure the software is free for all its users.
4531 This license, the Library General Public License, applies to some
4532 specially designated Free Software Foundation software, and to any
4533 other libraries whose authors decide to use it. You can use it for
4534 your libraries, too.
4536 When we speak of free software, we are referring to freedom, not
4537 price. Our General Public Licenses are designed to make sure that you
4538 have the freedom to distribute copies of free software (and charge for
4539 this service if you wish), that you receive source code or can get it
4540 if you want it, that you can change the software or use pieces of it
4541 in new free programs; and that you know you can do these things.
4543 To protect your rights, we need to make restrictions that forbid
4544 anyone to deny you these rights or to ask you to surrender the rights.
4545 These restrictions translate to certain responsibilities for you if
4546 you distribute copies of the library, or if you modify it.
4548 For example, if you distribute copies of the library, whether gratis
4549 or for a fee, you must give the recipients all the rights that we gave
4550 you. You must make sure that they, too, receive or can get the source
4551 code. If you link a program with the library, you must provide
4552 complete object files to the recipients so that they can relink them
4553 with the library, after making changes to the library and recompiling
4554 it. And you must show them these terms so they know their rights.
4556 Our method of protecting your rights has two steps: (1) copyright
4557 the library, and (2) offer you this license which gives you legal
4558 permission to copy, distribute and/or modify the library.
4560 Also, for each distributor's protection, we want to make certain
4561 that everyone understands that there is no warranty for this free
4562 library. If the library is modified by someone else and passed on, we
4563 want its recipients to know that what they have is not the original
4564 version, so that any problems introduced by others will not reflect on
4565 the original authors' reputations.
4567 Finally, any free program is threatened constantly by software
4568 patents. We wish to avoid the danger that companies distributing free
4569 software will individually obtain patent licenses, thus in effect
4570 transforming the program into proprietary software. To prevent this,
4571 we have made it clear that any patent must be licensed for everyone's
4572 free use or not licensed at all.
4574 Most GNU software, including some libraries, is covered by the ordinary
4575 GNU General Public License, which was designed for utility programs. This
4576 license, the GNU Library General Public License, applies to certain
4577 designated libraries. This license is quite different from the ordinary
4578 one; be sure to read it in full, and don't assume that anything in it is
4579 the same as in the ordinary license.
4581 The reason we have a separate public license for some libraries is that
4582 they blur the distinction we usually make between modifying or adding to a
4583 program and simply using it. Linking a program with a library, without
4584 changing the library, is in some sense simply using the library, and is
4585 analogous to running a utility program or application program. However, in
4586 a textual and legal sense, the linked executable is a combined work, a
4587 derivative of the original library, and the ordinary General Public License
4588 treats it as such.
4590 Because of this blurred distinction, using the ordinary General
4591 Public License for libraries did not effectively promote software
4592 sharing, because most developers did not use the libraries. We
4593 concluded that weaker conditions might promote sharing better.
4595 However, unrestricted linking of non-free programs would deprive the
4596 users of those programs of all benefit from the free status of the
4597 libraries themselves. This Library General Public License is intended to
4598 permit developers of non-free programs to use free libraries, while
4599 preserving your freedom as a user of such programs to change the free
4600 libraries that are incorporated in them. (We have not seen how to achieve
4601 this as regards changes in header files, but we have achieved it as regards
4602 changes in the actual functions of the Library.) The hope is that this
4603 will lead to faster development of free libraries.
4605 The precise terms and conditions for copying, distribution and
4606 modification follow. Pay close attention to the difference between a
4607 "work based on the library" and a "work that uses the library". The
4608 former contains code derived from the library, while the latter only
4609 works together with the library.
4611 Note that it is possible for a library to be covered by the ordinary
4612 General Public License rather than by this special one.
4614 GNU LIBRARY GENERAL PUBLIC LICENSE
4615 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4617 0. This License Agreement applies to any software library which
4618 contains a notice placed by the copyright holder or other authorized
4619 party saying it may be distributed under the terms of this Library
4620 General Public License (also called "this License"). Each licensee is
4621 addressed as "you".
4623 A "library" means a collection of software functions and/or data
4624 prepared so as to be conveniently linked with application programs
4625 (which use some of those functions and data) to form executables.
4627 The "Library", below, refers to any such software library or work
4628 which has been distributed under these terms. A "work based on the
4629 Library" means either the Library or any derivative work under
4630 copyright law: that is to say, a work containing the Library or a
4631 portion of it, either verbatim or with modifications and/or translated
4632 straightforwardly into another language. (Hereinafter, translation is
4633 included without limitation in the term "modification".)
4635 "Source code" for a work means the preferred form of the work for
4636 making modifications to it. For a library, complete source code means
4637 all the source code for all modules it contains, plus any associated
4638 interface definition files, plus the scripts used to control compilation
4639 and installation of the library.
4641 Activities other than copying, distribution and modification are not
4642 covered by this License; they are outside its scope. The act of
4643 running a program using the Library is not restricted, and output from
4644 such a program is covered only if its contents constitute a work based
4645 on the Library (independent of the use of the Library in a tool for
4646 writing it). Whether that is true depends on what the Library does
4647 and what the program that uses the Library does.
4649 1. You may copy and distribute verbatim copies of the Library's
4650 complete source code as you receive it, in any medium, provided that
4651 you conspicuously and appropriately publish on each copy an
4652 appropriate copyright notice and disclaimer of warranty; keep intact
4653 all the notices that refer to this License and to the absence of any
4654 warranty; and distribute a copy of this License along with the
4655 Library.
4657 You may charge a fee for the physical act of transferring a copy,
4658 and you may at your option offer warranty protection in exchange for a
4659 fee.
4661 2. You may modify your copy or copies of the Library or any portion
4662 of it, thus forming a work based on the Library, and copy and
4663 distribute such modifications or work under the terms of Section 1
4664 above, provided that you also meet all of these conditions:
4666 a) The modified work must itself be a software library.
4668 b) You must cause the files modified to carry prominent notices
4669 stating that you changed the files and the date of any change.
4671 c) You must cause the whole of the work to be licensed at no
4672 charge to all third parties under the terms of this License.
4674 d) If a facility in the modified Library refers to a function or a
4675 table of data to be supplied by an application program that uses
4676 the facility, other than as an argument passed when the facility
4677 is invoked, then you must make a good faith effort to ensure that,
4678 in the event an application does not supply such function or
4679 table, the facility still operates, and performs whatever part of
4680 its purpose remains meaningful.
4682 (For example, a function in a library to compute square roots has
4683 a purpose that is entirely well-defined independent of the
4684 application. Therefore, Subsection 2d requires that any
4685 application-supplied function or table used by this function must
4686 be optional: if the application does not supply it, the square
4687 root function must still compute square roots.)
4689 These requirements apply to the modified work as a whole. If
4690 identifiable sections of that work are not derived from the Library,
4691 and can be reasonably considered independent and separate works in
4692 themselves, then this License, and its terms, do not apply to those
4693 sections when you distribute them as separate works. But when you
4694 distribute the same sections as part of a whole which is a work based
4695 on the Library, the distribution of the whole must be on the terms of
4696 this License, whose permissions for other licensees extend to the
4697 entire whole, and thus to each and every part regardless of who wrote
4700 Thus, it is not the intent of this section to claim rights or contest
4701 your rights to work written entirely by you; rather, the intent is to
4702 exercise the right to control the distribution of derivative or
4703 collective works based on the Library.
4705 In addition, mere aggregation of another work not based on the Library
4706 with the Library (or with a work based on the Library) on a volume of
4707 a storage or distribution medium does not bring the other work under
4708 the scope of this License.
4710 3. You may opt to apply the terms of the ordinary GNU General Public
4711 License instead of this License to a given copy of the Library. To do
4712 this, you must alter all the notices that refer to this License, so
4713 that they refer to the ordinary GNU General Public License, version 2,
4714 instead of to this License. (If a newer version than version 2 of the
4715 ordinary GNU General Public License has appeared, then you can specify
4716 that version instead if you wish.) Do not make any other change in
4717 these notices.
4719 Once this change is made in a given copy, it is irreversible for
4720 that copy, so the ordinary GNU General Public License applies to all
4721 subsequent copies and derivative works made from that copy.
4723 This option is useful when you wish to copy part of the code of
4724 the Library into a program that is not a library.
4726 4. You may copy and distribute the Library (or a portion or
4727 derivative of it, under Section 2) in object code or executable form
4728 under the terms of Sections 1 and 2 above provided that you accompany
4729 it with the complete corresponding machine-readable source code, which
4730 must be distributed under the terms of Sections 1 and 2 above on a
4731 medium customarily used for software interchange.
4733 If distribution of object code is made by offering access to copy
4734 from a designated place, then offering equivalent access to copy the
4735 source code from the same place satisfies the requirement to
4736 distribute the source code, even though third parties are not
4737 compelled to copy the source along with the object code.
4739 5. A program that contains no derivative of any portion of the
4740 Library, but is designed to work with the Library by being compiled or
4741 linked with it, is called a "work that uses the Library". Such a
4742 work, in isolation, is not a derivative work of the Library, and
4743 therefore falls outside the scope of this License.
4745 However, linking a "work that uses the Library" with the Library
4746 creates an executable that is a derivative of the Library (because it
4747 contains portions of the Library), rather than a "work that uses the
4748 library". The executable is therefore covered by this License.
4749 Section 6 states terms for distribution of such executables.
4751 When a "work that uses the Library" uses material from a header file
4752 that is part of the Library, the object code for the work may be a
4753 derivative work of the Library even though the source code is not.
4754 Whether this is true is especially significant if the work can be
4755 linked without the Library, or if the work is itself a library. The
4756 threshold for this to be true is not precisely defined by law.
4758 If such an object file uses only numerical parameters, data
4759 structure layouts and accessors, and small macros and small inline
4760 functions (ten lines or less in length), then the use of the object
4761 file is unrestricted, regardless of whether it is legally a derivative
4762 work. (Executables containing this object code plus portions of the
4763 Library will still fall under Section 6.)
4765 Otherwise, if the work is a derivative of the Library, you may
4766 distribute the object code for the work under the terms of Section 6.
4767 Any executables containing that work also fall under Section 6,
4768 whether or not they are linked directly with the Library itself.
4770 6. As an exception to the Sections above, you may also compile or
4771 link a "work that uses the Library" with the Library to produce a
4772 work containing portions of the Library, and distribute that work
4773 under terms of your choice, provided that the terms permit
4774 modification of the work for the customer's own use and reverse
4775 engineering for debugging such modifications.
4777 You must give prominent notice with each copy of the work that the
4778 Library is used in it and that the Library and its use are covered by
4779 this License. You must supply a copy of this License. If the work
4780 during execution displays copyright notices, you must include the
4781 copyright notice for the Library among them, as well as a reference
4782 directing the user to the copy of this License. Also, you must do one
4783 of these things:
4785 a) Accompany the work with the complete corresponding
4786 machine-readable source code for the Library including whatever
4787 changes were used in the work (which must be distributed under
4788 Sections 1 and 2 above); and, if the work is an executable linked
4789 with the Library, with the complete machine-readable "work that
4790 uses the Library", as object code and/or source code, so that the
4791 user can modify the Library and then relink to produce a modified
4792 executable containing the modified Library. (It is understood
4793 that the user who changes the contents of definitions files in the
4794 Library will not necessarily be able to recompile the application
4795 to use the modified definitions.)
4797 b) Accompany the work with a written offer, valid for at
4798 least three years, to give the same user the materials
4799 specified in Subsection 6a, above, for a charge no more
4800 than the cost of performing this distribution.
4802 c) If distribution of the work is made by offering access to copy
4803 from a designated place, offer equivalent access to copy the above
4804 specified materials from the same place.
4806 d) Verify that the user has already received a copy of these
4807 materials or that you have already sent this user a copy.
4809 For an executable, the required form of the "work that uses the
4810 Library" must include any data and utility programs needed for
4811 reproducing the executable from it. However, as a special exception,
4812 the source code distributed need not include anything that is normally
4813 distributed (in either source or binary form) with the major
4814 components (compiler, kernel, and so on) of the operating system on
4815 which the executable runs, unless that component itself accompanies
4816 the executable.
4818 It may happen that this requirement contradicts the license
4819 restrictions of other proprietary libraries that do not normally
4820 accompany the operating system. Such a contradiction means you cannot
4821 use both them and the Library together in an executable that you
4822 distribute.
4824 7. You may place library facilities that are a work based on the
4825 Library side-by-side in a single library together with other library
4826 facilities not covered by this License, and distribute such a combined
4827 library, provided that the separate distribution of the work based on
4828 the Library and of the other library facilities is otherwise
4829 permitted, and provided that you do these two things:
4831 a) Accompany the combined library with a copy of the same work
4832 based on the Library, uncombined with any other library
4833 facilities. This must be distributed under the terms of the
4834 Sections above.
4836 b) Give prominent notice with the combined library of the fact
4837 that part of it is a work based on the Library, and explaining
4838 where to find the accompanying uncombined form of the same work.
4840 8. You may not copy, modify, sublicense, link with, or distribute
4841 the Library except as expressly provided under this License. Any
4842 attempt otherwise to copy, modify, sublicense, link with, or
4843 distribute the Library is void, and will automatically terminate your
4844 rights under this License. However, parties who have received copies,
4845 or rights, from you under this License will not have their licenses
4846 terminated so long as such parties remain in full compliance.
4848 9. You are not required to accept this License, since you have not
4849 signed it. However, nothing else grants you permission to modify or
4850 distribute the Library or its derivative works. These actions are
4851 prohibited by law if you do not accept this License. Therefore, by
4852 modifying or distributing the Library (or any work based on the
4853 Library), you indicate your acceptance of this License to do so, and
4854 all its terms and conditions for copying, distributing or modifying
4855 the Library or works based on it.
4857 10. Each time you redistribute the Library (or any work based on the
4858 Library), the recipient automatically receives a license from the
4859 original licensor to copy, distribute, link with or modify the Library
4860 subject to these terms and conditions. You may not impose any further
4861 restrictions on the recipients' exercise of the rights granted herein.
4862 You are not responsible for enforcing compliance by third parties to
4863 this License.
4865 11. If, as a consequence of a court judgment or allegation of patent
4866 infringement or for any other reason (not limited to patent issues),
4867 conditions are imposed on you (whether by court order, agreement or
4868 otherwise) that contradict the conditions of this License, they do not
4869 excuse you from the conditions of this License. If you cannot
4870 distribute so as to satisfy simultaneously your obligations under this
4871 License and any other pertinent obligations, then as a consequence you
4872 may not distribute the Library at all. For example, if a patent
4873 license would not permit royalty-free redistribution of the Library by
4874 all those who receive copies directly or indirectly through you, then
4875 the only way you could satisfy both it and this License would be to
4876 refrain entirely from distribution of the Library.
4878 If any portion of this section is held invalid or unenforceable under any
4879 particular circumstance, the balance of the section is intended to apply,
4880 and the section as a whole is intended to apply in other circumstances.
4882 It is not the purpose of this section to induce you to infringe any
4883 patents or other property right claims or to contest validity of any
4884 such claims; this section has the sole purpose of protecting the
4885 integrity of the free software distribution system which is
4886 implemented by public license practices. Many people have made
4887 generous contributions to the wide range of software distributed
4888 through that system in reliance on consistent application of that
4889 system; it is up to the author/donor to decide if he or she is willing
4890 to distribute software through any other system and a licensee cannot
4891 impose that choice.
4893 This section is intended to make thoroughly clear what is believed to
4894 be a consequence of the rest of this License.
4896 12. If the distribution and/or use of the Library is restricted in
4897 certain countries either by patents or by copyrighted interfaces, the
4898 original copyright holder who places the Library under this License may add
4899 an explicit geographical distribution limitation excluding those countries,
4900 so that distribution is permitted only in or among countries not thus
4901 excluded. In such case, this License incorporates the limitation as if
4902 written in the body of this License.
4904 13. The Free Software Foundation may publish revised and/or new
4905 versions of the Library General Public License from time to time.
4906 Such new versions will be similar in spirit to the present version,
4907 but may differ in detail to address new problems or concerns.
4909 Each version is given a distinguishing version number. If the Library
4910 specifies a version number of this License which applies to it and
4911 "any later version", you have the option of following the terms and
4912 conditions either of that version or of any later version published by
4913 the Free Software Foundation. If the Library does not specify a
4914 license version number, you may choose any version ever published by
4915 the Free Software Foundation.
4917 14. If you wish to incorporate parts of the Library into other free
4918 programs whose distribution conditions are incompatible with these,
4919 write to the author to ask for permission. For software which is
4920 copyrighted by the Free Software Foundation, write to the Free
4921 Software Foundation; we sometimes make exceptions for this. Our
4922 decision will be guided by the two goals of preserving the free status
4923 of all derivatives of our free software and of promoting the sharing
4924 and reuse of software generally.
4926 NO WARRANTY
4928 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
4929 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
4930 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
4931 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
4932 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
4933 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4934 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
4935 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
4936 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
4938 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
4939 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
4940 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
4941 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
4942 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
4943 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
4944 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
4945 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
4946 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
4947 DAMAGES.
4949 END OF TERMS AND CONDITIONS
4951 How to Apply These Terms to Your New Libraries
4953 If you develop a new library, and you want it to be of the greatest
4954 possible use to the public, we recommend making it free software that
4955 everyone can redistribute and change. You can do so by permitting
4956 redistribution under these terms (or, alternatively, under the terms of the
4957 ordinary General Public License).
4959 To apply these terms, attach the following notices to the library. It is
4960 safest to attach them to the start of each source file to most effectively
4961 convey the exclusion of warranty; and each file should have at least the
4962 "copyright" line and a pointer to where the full notice is found.
4964 &lt;one line to give the library's name and a brief idea of what it does.&gt;
4965 Copyright (C) &lt;year&gt; &lt;name of author&gt;
4967 This library is free software; you can redistribute it and/or
4968 modify it under the terms of the GNU Library General Public
4969 License as published by the Free Software Foundation; either
4970 version 2 of the License, or (at your option) any later version.
4972 This library is distributed in the hope that it will be useful,
4973 but WITHOUT ANY WARRANTY; without even the implied warranty of
4974 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4975 Library General Public License for more details.
4977 You should have received a copy of the GNU Library General Public
4978 License along with this library; if not, write to the Free Software
4979 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4981 Also add information on how to contact you by electronic and paper mail.
4983 You should also get your employer (if you work as a programmer) or your
4984 school, if any, to sign a "copyright disclaimer" for the library, if
4985 necessary. Here is a sample; alter the names:
4987 Yoyodyne, Inc., hereby disclaims all copyright interest in the
4988 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
4990 &lt;signature of Ty Coon&gt;, 1 April 1990
4991 Ty Coon, President of Vice
4993 That's all there is to it!
4995 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4997 Scanned Source License e2fsprogs-1.42/debian/copyright:
4999 This is the Debian GNU/Linux prepackaged version of the EXT2 file
5000 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were
5001 written by Theodore Ts'o &lt;tytso@mit.edu&gt; and Remy Card &lt;card@masi.ibp.fr&gt;.
5003 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
5005 Packaging is Copyright (c) 2003-2007 Theodore Ts'o &lt;tytso@mit.edu&gt;
5006 Copyright (c) 1997-2003 Yann Dirson &lt;dirson@debian.org&gt;
5007 Copyright (c) 2001 Alcove &lt;http://www.alcove.com/&gt;
5008 Copyright (c) 1997 Klee Dienes
5009 Copyright (c) 1995-1996 Michael Nonweiler &lt;mrn20@cam.ac.uk&gt;
5011 Upstream Author: Theodore Ts'o &lt;tytso@mit.edu&gt;
5013 Copyright notice:
5015 This package, the EXT2 filesystem utilities, are made available under
5016 the GNU Public License version 2, with the exception of the lib/ext2fs
5017 and lib/e2p libraries, which are made available under the GNU Library
5018 General Public License Version 2, the lib/uuid library which is made
5019 available under a BSD-style license and the lib/et and lib/ss
5020 libraries which are made available under an MIT-style license.
5022 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
5023 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
5025 On Debian GNU systems, the complete text of the GNU General Public
5026 License can be found in `/usr/share/common-licenses/GPL-2'. The
5027 complete text of the GNU Library General Public License can be found
5028 in '/usr/share/common-licenses/LGPL-2'.
5031 The license used for lib/et and lib/ss libraries is:
5033 Copyright 1987 by the Student Information Processing Board
5034 of the Massachusetts Institute of Technology
5036 Permission to use, copy, modify, and distribute this software and
5037 its documentation for any purpose is hereby granted, provided that
5038 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
5039 advertising or publicity pertaining to distribution of the software
5040 without specific, written prior permission. M.I.T. and the
5041 M.I.T. S.I.P.B. make no representations about the suitability of
5042 this software for any purpose. It is provided "as is" without
5043 express or implied warranty.
5045 The license used for lib/uuid is:
5047 Redistribution and use in source and binary forms, with or without
5048 modification, are permitted provided that the following conditions
5049 are met:
5050 1. Redistributions of source code must retain the above copyright
5051 notice, and the entire permission notice in its entirety,
5052 including the disclaimer of warranties.
5053 2. Redistributions in binary form must reproduce the above copyright
5054 notice, this list of conditions and the following disclaimer in the
5055 documentation and/or other materials provided with the distribution.
5056 3. The name of the author may not be used to endorse or promote
5057 products derived from this software without specific prior
5058 written permission.
5060 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
5061 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5062 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
5063 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
5064 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5065 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
5066 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
5067 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5068 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5069 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
5070 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
5071 DAMAGE.
5073 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5075 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT:
5077 EXT2ED is hereby placed under the terms of the GNU General Public License.
5078 Follows the GNU license.
5080 Gadi Oxman, August 1995
5082 ---------------------------------------------------------------------------
5084 GNU GENERAL PUBLIC LICENSE
5085 Version 2, June 1991
5087 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5088 675 Mass Ave, Cambridge, MA 02139, USA
5089 Everyone is permitted to copy and distribute verbatim copies
5090 of this license document, but changing it is not allowed.
5092 Preamble
5094 The licenses for most software are designed to take away your
5095 freedom to share and change it. By contrast, the GNU General Public
5096 License is intended to guarantee your freedom to share and change free
5097 software--to make sure the software is free for all its users. This
5098 General Public License applies to most of the Free Software
5099 Foundation's software and to any other program whose authors commit to
5100 using it. (Some other Free Software Foundation software is covered by
5101 the GNU Library General Public License instead.) You can apply it to
5102 your programs, too.
5104 When we speak of free software, we are referring to freedom, not
5105 price. Our General Public Licenses are designed to make sure that you
5106 have the freedom to distribute copies of free software (and charge for
5107 this service if you wish), that you receive source code or can get it
5108 if you want it, that you can change the software or use pieces of it
5109 in new free programs; and that you know you can do these things.
5111 To protect your rights, we need to make restrictions that forbid
5112 anyone to deny you these rights or to ask you to surrender the rights.
5113 These restrictions translate to certain responsibilities for you if you
5114 distribute copies of the software, or if you modify it.
5116 For example, if you distribute copies of such a program, whether
5117 gratis or for a fee, you must give the recipients all the rights that
5118 you have. You must make sure that they, too, receive or can get the
5119 source code. And you must show them these terms so they know their
5120 rights.
5122 We protect your rights with two steps: (1) copyright the software, and
5123 (2) offer you this license which gives you legal permission to copy,
5124 distribute and/or modify the software.
5126 Also, for each author's protection and ours, we want to make certain
5127 that everyone understands that there is no warranty for this free
5128 software. If the software is modified by someone else and passed on, we
5129 want its recipients to know that what they have is not the original, so
5130 that any problems introduced by others will not reflect on the original
5131 authors' reputations.
5133 Finally, any free program is threatened constantly by software
5134 patents. We wish to avoid the danger that redistributors of a free
5135 program will individually obtain patent licenses, in effect making the
5136 program proprietary. To prevent this, we have made it clear that any
5137 patent must be licensed for everyone's free use or not licensed at all.
5139 The precise terms and conditions for copying, distribution and
5140 modification follow.
5142 GNU GENERAL PUBLIC LICENSE
5143 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5145 0. This License applies to any program or other work which contains
5146 a notice placed by the copyright holder saying it may be distributed
5147 under the terms of this General Public License. The "Program", below,
5148 refers to any such program or work, and a "work based on the Program"
5149 means either the Program or any derivative work under copyright law:
5150 that is to say, a work containing the Program or a portion of it,
5151 either verbatim or with modifications and/or translated into another
5152 language. (Hereinafter, translation is included without limitation in
5153 the term "modification".) Each licensee is addressed as "you".
5155 Activities other than copying, distribution and modification are not
5156 covered by this License; they are outside its scope. The act of
5157 running the Program is not restricted, and the output from the Program
5158 is covered only if its contents constitute a work based on the
5159 Program (independent of having been made by running the Program).
5160 Whether that is true depends on what the Program does.
5162 1. You may copy and distribute verbatim copies of the Program's
5163 source code as you receive it, in any medium, provided that you
5164 conspicuously and appropriately publish on each copy an appropriate
5165 copyright notice and disclaimer of warranty; keep intact all the
5166 notices that refer to this License and to the absence of any warranty;
5167 and give any other recipients of the Program a copy of this License
5168 along with the Program.
5170 You may charge a fee for the physical act of transferring a copy, and
5171 you may at your option offer warranty protection in exchange for a fee.
5173 2. You may modify your copy or copies of the Program or any portion
5174 of it, thus forming a work based on the Program, and copy and
5175 distribute such modifications or work under the terms of Section 1
5176 above, provided that you also meet all of these conditions:
5178 a) You must cause the modified files to carry prominent notices
5179 stating that you changed the files and the date of any change.
5181 b) You must cause any work that you distribute or publish, that in
5182 whole or in part contains or is derived from the Program or any
5183 part thereof, to be licensed as a whole at no charge to all third
5184 parties under the terms of this License.
5186 c) If the modified program normally reads commands interactively
5187 when run, you must cause it, when started running for such
5188 interactive use in the most ordinary way, to print or display an
5189 announcement including an appropriate copyright notice and a
5190 notice that there is no warranty (or else, saying that you provide
5191 a warranty) and that users may redistribute the program under
5192 these conditions, and telling the user how to view a copy of this
5193 License. (Exception: if the Program itself is interactive but
5194 does not normally print such an announcement, your work based on
5195 the Program is not required to print an announcement.)
5197 These requirements apply to the modified work as a whole. If
5198 identifiable sections of that work are not derived from the Program,
5199 and can be reasonably considered independent and separate works in
5200 themselves, then this License, and its terms, do not apply to those
5201 sections when you distribute them as separate works. But when you
5202 distribute the same sections as part of a whole which is a work based
5203 on the Program, the distribution of the whole must be on the terms of
5204 this License, whose permissions for other licensees extend to the
5205 entire whole, and thus to each and every part regardless of who wrote it.
5207 Thus, it is not the intent of this section to claim rights or contest
5208 your rights to work written entirely by you; rather, the intent is to
5209 exercise the right to control the distribution of derivative or
5210 collective works based on the Program.
5212 In addition, mere aggregation of another work not based on the Program
5213 with the Program (or with a work based on the Program) on a volume of
5214 a storage or distribution medium does not bring the other work under
5215 the scope of this License.
5217 3. You may copy and distribute the Program (or a work based on it,
5218 under Section 2) in object code or executable form under the terms of
5219 Sections 1 and 2 above provided that you also do one of the following:
5221 a) Accompany it with the complete corresponding machine-readable
5222 source code, which must be distributed under the terms of Sections
5223 1 and 2 above on a medium customarily used for software interchange; or,
5225 b) Accompany it with a written offer, valid for at least three
5226 years, to give any third party, for a charge no more than your
5227 cost of physically performing source distribution, a complete
5228 machine-readable copy of the corresponding source code, to be
5229 distributed under the terms of Sections 1 and 2 above on a medium
5230 customarily used for software interchange; or,
5232 c) Accompany it with the information you received as to the offer
5233 to distribute corresponding source code. (This alternative is
5234 allowed only for noncommercial distribution and only if you
5235 received the program in object code or executable form with such
5236 an offer, in accord with Subsection b above.)
5238 The source code for a work means the preferred form of the work for
5239 making modifications to it. For an executable work, complete source
5240 code means all the source code for all modules it contains, plus any
5241 associated interface definition files, plus the scripts used to
5242 control compilation and installation of the executable. However, as a
5243 special exception, the source code distributed need not include
5244 anything that is normally distributed (in either source or binary
5245 form) with the major components (compiler, kernel, and so on) of the
5246 operating system on which the executable runs, unless that component
5247 itself accompanies the executable.
5249 If distribution of executable or object code is made by offering
5250 access to copy from a designated place, then offering equivalent
5251 access to copy the source code from the same place counts as
5252 distribution of the source code, even though third parties are not
5253 compelled to copy the source along with the object code.
5255 4. You may not copy, modify, sublicense, or distribute the Program
5256 except as expressly provided under this License. Any attempt
5257 otherwise to copy, modify, sublicense or distribute the Program is
5258 void, and will automatically terminate your rights under this License.
5259 However, parties who have received copies, or rights, from you under
5260 this License will not have their licenses terminated so long as such
5261 parties remain in full compliance.
5263 5. You are not required to accept this License, since you have not
5264 signed it. However, nothing else grants you permission to modify or
5265 distribute the Program or its derivative works. These actions are
5266 prohibited by law if you do not accept this License. Therefore, by
5267 modifying or distributing the Program (or any work based on the
5268 Program), you indicate your acceptance of this License to do so, and
5269 all its terms and conditions for copying, distributing or modifying
5270 the Program or works based on it.
5272 6. Each time you redistribute the Program (or any work based on the
5273 Program), the recipient automatically receives a license from the
5274 original licensor to copy, distribute or modify the Program subject to
5275 these terms and conditions. You may not impose any further
5276 restrictions on the recipients' exercise of the rights granted herein.
5277 You are not responsible for enforcing compliance by third parties to
5278 this License.
5280 7. If, as a consequence of a court judgment or allegation of patent
5281 infringement or for any other reason (not limited to patent issues),
5282 conditions are imposed on you (whether by court order, agreement or
5283 otherwise) that contradict the conditions of this License, they do not
5284 excuse you from the conditions of this License. If you cannot
5285 distribute so as to satisfy simultaneously your obligations under this
5286 License and any other pertinent obligations, then as a consequence you
5287 may not distribute the Program at all. For example, if a patent
5288 license would not permit royalty-free redistribution of the Program by
5289 all those who receive copies directly or indirectly through you, then
5290 the only way you could satisfy both it and this License would be to
5291 refrain entirely from distribution of the Program.
5293 If any portion of this section is held invalid or unenforceable under
5294 any particular circumstance, the balance of the section is intended to
5295 apply and the section as a whole is intended to apply in other
5296 circumstances.
5298 It is not the purpose of this section to induce you to infringe any
5299 patents or other property right claims or to contest validity of any
5300 such claims; this section has the sole purpose of protecting the
5301 integrity of the free software distribution system, which is
5302 implemented by public license practices. Many people have made
5303 generous contributions to the wide range of software distributed
5304 through that system in reliance on consistent application of that
5305 system; it is up to the author/donor to decide if he or she is willing
5306 to distribute software through any other system and a licensee cannot
5307 impose that choice.
5309 This section is intended to make thoroughly clear what is believed to
5310 be a consequence of the rest of this License.
5312 8. If the distribution and/or use of the Program is restricted in
5313 certain countries either by patents or by copyrighted interfaces, the
5314 original copyright holder who places the Program under this License
5315 may add an explicit geographical distribution limitation excluding
5316 those countries, so that distribution is permitted only in or among
5317 countries not thus excluded. In such case, this License incorporates
5318 the limitation as if written in the body of this License.
5320 9. The Free Software Foundation may publish revised and/or new versions
5321 of the General Public License from time to time. Such new versions will
5322 be similar in spirit to the present version, but may differ in detail to
5323 address new problems or concerns.
5325 Each version is given a distinguishing version number. If the Program
5326 specifies a version number of this License which applies to it and "any
5327 later version", you have the option of following the terms and conditions
5328 either of that version or of any later version published by the Free
5329 Software Foundation. If the Program does not specify a version number of
5330 this License, you may choose any version ever published by the Free Software
5331 Foundation.
5333 10. If you wish to incorporate parts of the Program into other free
5334 programs whose distribution conditions are different, write to the author
5335 to ask for permission. For software which is copyrighted by the Free
5336 Software Foundation, write to the Free Software Foundation; we sometimes
5337 make exceptions for this. Our decision will be guided by the two goals
5338 of preserving the free status of all derivatives of our free software and
5339 of promoting the sharing and reuse of software generally.
5341 NO WARRANTY
5343 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
5344 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
5345 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
5346 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
5347 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5348 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
5349 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
5350 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
5351 REPAIR OR CORRECTION.
5353 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
5354 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
5355 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
5356 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
5357 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
5358 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
5359 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
5360 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5361 POSSIBILITY OF SUCH DAMAGES.
5363 END OF TERMS AND CONDITIONS
5365 Appendix: How to Apply These Terms to Your New Programs
5367 If you develop a new program, and you want it to be of the greatest
5368 possible use to the public, the best way to achieve this is to make it
5369 free software which everyone can redistribute and change under these terms.
5371 To do so, attach the following notices to the program. It is safest
5372 to attach them to the start of each source file to most effectively
5373 convey the exclusion of warranty; and each file should have at least
5374 the "copyright" line and a pointer to where the full notice is found.
5376 &lt;one line to give the program's name and a brief idea of what it does.&gt;
5377 Copyright (C) 19yy &lt;name of author&gt;
5379 This program is free software; you can redistribute it and/or modify
5380 it under the terms of the GNU General Public License as published by
5381 the Free Software Foundation; either version 2 of the License, or
5382 (at your option) any later version.
5384 This program is distributed in the hope that it will be useful,
5385 but WITHOUT ANY WARRANTY; without even the implied warranty of
5386 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5387 GNU General Public License for more details.
5389 You should have received a copy of the GNU General Public License
5390 along with this program; if not, write to the Free Software
5391 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
5393 Also add information on how to contact you by electronic and paper mail.
5395 If the program is interactive, make it output a short notice like this
5396 when it starts in an interactive mode:
5398 Gnomovision version 69, Copyright (C) 19yy name of author
5399 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
5400 This is free software, and you are welcome to redistribute it
5401 under certain conditions; type `show c' for details.
5403 The hypothetical commands `show w' and `show c' should show the appropriate
5404 parts of the General Public License. Of course, the commands you use may
5405 be called something other than `show w' and `show c'; they could even be
5406 mouse-clicks or menu items--whatever suits your program.
5408 You should also get your employer (if you work as a programmer) or your
5409 school, if any, to sign a "copyright disclaimer" for the program, if
5410 necessary. Here is a sample; alter the names:
5412 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
5413 `Gnomovision' (which makes passes at compilers) written by James Hacker.
5415 &lt;signature of Ty Coon&gt;, 1 April 1989
5416 Ty Coon, President of Vice
5418 This General Public License does not permit incorporating your program into
5419 proprietary programs. If your program is a subroutine library, you may
5420 consider it more useful to permit linking proprietary applications with the
5421 library. If this is what you want to do, use the GNU Library General
5422 Public License instead of this License.
5424 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5426 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright:
5428 Index: tdbsa/tdb.c
5429 ===================================================================
5430 --- tdbsa.orig/tdb.c
5431 +++ tdbsa/tdb.c
5432 @@ -4,11 +4,11 @@ Rev: 23371
5433 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007)
5436 - Unix SMB/CIFS implementation.
5437 + trivial database library - standalone version
5439 - trivial database library - private includes
5441 - Copyright (C) Andrew Tridgell 2005
5442 + Copyright (C) Andrew Tridgell 1999-2005
5443 + Copyright (C) Jeremy Allison 2000-2006
5444 + Copyright (C) Paul `Rusty' Russell 2000
5446 ** NOTE! The following LGPL license applies to the tdb
5447 ** library. This does NOT imply that all of Samba is released
5449 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5451 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING:
5453 Redistribution and use in source and binary forms, with or without
5454 modification, are permitted provided that the following conditions
5455 are met:
5456 1. Redistributions of source code must retain the above copyright
5457 notice, and the entire permission notice in its entirety,
5458 including the disclaimer of warranties.
5459 2. Redistributions in binary form must reproduce the above copyright
5460 notice, this list of conditions and the following disclaimer in the
5461 documentation and/or other materials provided with the distribution.
5462 3. The name of the author may not be used to endorse or promote
5463 products derived from this software without specific prior
5464 written permission.
5466 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
5467 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5468 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
5469 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
5470 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5471 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
5472 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
5473 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
5474 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5475 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
5476 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
5477 DAMAGE.
5479 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5480 </pre>
5481 <ul>
5482 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5483 </ul>
5484 </div>
5485 </div>
5488 <div class="product">
5489 <span class="title">e2fsprogs-libs-1.42</span>
5490 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5491 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
5492 <div class="licence">
5493 <pre></pre>
5494 <ul>
5495 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5496 </ul>
5497 </div>
5498 </div>
5501 <div class="product">
5502 <span class="title">ecryptfs-utils-101</span>
5503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5504 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span>
5505 <div class="licence">
5506 <pre></pre>
5507 <ul>
5508 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5509 </ul>
5510 </div>
5511 </div>
5514 <div class="product">
5515 <span class="title">elfutils-0.154</span>
5516 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5517 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span>
5518 <div class="licence">
5519 <pre>Gentoo Package Stock License GPL-2-with-exceptions:
5521 NOTE: This is the GPL with specific exceptions added by packages to extend your rights under the GPL. The specific exception(s) for the package can be found in the source tarball.
5523 Exceptions follow,
5525 // As a special exception, if other files instantiate templates or use macros
5526 // or inline functions from this file, or you compile this file and link it
5527 // with other works to produce a work based on this file, this file does not
5528 // by itself cause the resulting work to be covered by the GNU General Public
5529 // License. This exception does not invalidate any other reasons why a work
5530 // based on this file might be covered by the GNU General Public License.
5532 End of exceptions. The rest of this file is the GPL.
5534 GNU GENERAL PUBLIC LICENSE
5535 Version 2, June 1991
5537 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5538 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5539 Everyone is permitted to copy and distribute verbatim copies
5540 of this license document, but changing it is not allowed.
5542 Preamble
5544 The licenses for most software are designed to take away your
5545 freedom to share and change it. By contrast, the GNU General Public
5546 License is intended to guarantee your freedom to share and change free
5547 software--to make sure the software is free for all its users. This
5548 General Public License applies to most of the Free Software
5549 Foundation's software and to any other program whose authors commit to
5550 using it. (Some other Free Software Foundation software is covered by
5551 the GNU Library General Public License instead.) You can apply it to
5552 your programs, too.
5554 When we speak of free software, we are referring to freedom, not
5555 price. Our General Public Licenses are designed to make sure that you
5556 have the freedom to distribute copies of free software (and charge for
5557 this service if you wish), that you receive source code or can get it
5558 if you want it, that you can change the software or use pieces of it
5559 in new free programs; and that you know you can do these things.
5561 To protect your rights, we need to make restrictions that forbid
5562 anyone to deny you these rights or to ask you to surrender the rights.
5563 These restrictions translate to certain responsibilities for you if you
5564 distribute copies of the software, or if you modify it.
5566 For example, if you distribute copies of such a program, whether
5567 gratis or for a fee, you must give the recipients all the rights that
5568 you have. You must make sure that they, too, receive or can get the
5569 source code. And you must show them these terms so they know their
5570 rights.
5572 We protect your rights with two steps: (1) copyright the software, and
5573 (2) offer you this license which gives you legal permission to copy,
5574 distribute and/or modify the software.
5576 Also, for each author's protection and ours, we want to make certain
5577 that everyone understands that there is no warranty for this free
5578 software. If the software is modified by someone else and passed on, we
5579 want its recipients to know that what they have is not the original, so
5580 that any problems introduced by others will not reflect on the original
5581 authors' reputations.
5583 Finally, any free program is threatened constantly by software
5584 patents. We wish to avoid the danger that redistributors of a free
5585 program will individually obtain patent licenses, in effect making the
5586 program proprietary. To prevent this, we have made it clear that any
5587 patent must be licensed for everyone's free use or not licensed at all.
5589 The precise terms and conditions for copying, distribution and
5590 modification follow.
5592 GNU GENERAL PUBLIC LICENSE
5593 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5595 0. This License applies to any program or other work which contains
5596 a notice placed by the copyright holder saying it may be distributed
5597 under the terms of this General Public License. The "Program", below,
5598 refers to any such program or work, and a "work based on the Program"
5599 means either the Program or any derivative work under copyright law:
5600 that is to say, a work containing the Program or a portion of it,
5601 either verbatim or with modifications and/or translated into another
5602 language. (Hereinafter, translation is included without limitation in
5603 the term "modification".) Each licensee is addressed as "you".
5605 Activities other than copying, distribution and modification are not
5606 covered by this License; they are outside its scope. The act of
5607 running the Program is not restricted, and the output from the Program
5608 is covered only if its contents constitute a work based on the
5609 Program (independent of having been made by running the Program).
5610 Whether that is true depends on what the Program does.
5612 1. You may copy and distribute verbatim copies of the Program's
5613 source code as you receive it, in any medium, provided that you
5614 conspicuously and appropriately publish on each copy an appropriate
5615 copyright notice and disclaimer of warranty; keep intact all the
5616 notices that refer to this License and to the absence of any warranty;
5617 and give any other recipients of the Program a copy of this License
5618 along with the Program.
5620 You may charge a fee for the physical act of transferring a copy, and
5621 you may at your option offer warranty protection in exchange for a fee.
5623 2. You may modify your copy or copies of the Program or any portion
5624 of it, thus forming a work based on the Program, and copy and
5625 distribute such modifications or work under the terms of Section 1
5626 above, provided that you also meet all of these conditions:
5628 a) You must cause the modified files to carry prominent notices
5629 stating that you changed the files and the date of any change.
5631 b) You must cause any work that you distribute or publish, that in
5632 whole or in part contains or is derived from the Program or any
5633 part thereof, to be licensed as a whole at no charge to all third
5634 parties under the terms of this License.
5636 c) If the modified program normally reads commands interactively
5637 when run, you must cause it, when started running for such
5638 interactive use in the most ordinary way, to print or display an
5639 announcement including an appropriate copyright notice and a
5640 notice that there is no warranty (or else, saying that you provide
5641 a warranty) and that users may redistribute the program under
5642 these conditions, and telling the user how to view a copy of this
5643 License. (Exception: if the Program itself is interactive but
5644 does not normally print such an announcement, your work based on
5645 the Program is not required to print an announcement.)
5647 These requirements apply to the modified work as a whole. If
5648 identifiable sections of that work are not derived from the Program,
5649 and can be reasonably considered independent and separate works in
5650 themselves, then this License, and its terms, do not apply to those
5651 sections when you distribute them as separate works. But when you
5652 distribute the same sections as part of a whole which is a work based
5653 on the Program, the distribution of the whole must be on the terms of
5654 this License, whose permissions for other licensees extend to the
5655 entire whole, and thus to each and every part regardless of who wrote it.
5657 Thus, it is not the intent of this section to claim rights or contest
5658 your rights to work written entirely by you; rather, the intent is to
5659 exercise the right to control the distribution of derivative or
5660 collective works based on the Program.
5662 In addition, mere aggregation of another work not based on the Program
5663 with the Program (or with a work based on the Program) on a volume of
5664 a storage or distribution medium does not bring the other work under
5665 the scope of this License.
5667 3. You may copy and distribute the Program (or a work based on it,
5668 under Section 2) in object code or executable form under the terms of
5669 Sections 1 and 2 above provided that you also do one of the following:
5671 a) Accompany it with the complete corresponding machine-readable
5672 source code, which must be distributed under the terms of Sections
5673 1 and 2 above on a medium customarily used for software interchange; or,
5675 b) Accompany it with a written offer, valid for at least three
5676 years, to give any third party, for a charge no more than your
5677 cost of physically performing source distribution, a complete
5678 machine-readable copy of the corresponding source code, to be
5679 distributed under the terms of Sections 1 and 2 above on a medium
5680 customarily used for software interchange; or,
5682 c) Accompany it with the information you received as to the offer
5683 to distribute corresponding source code. (This alternative is
5684 allowed only for noncommercial distribution and only if you
5685 received the program in object code or executable form with such
5686 an offer, in accord with Subsection b above.)
5688 The source code for a work means the preferred form of the work for
5689 making modifications to it. For an executable work, complete source
5690 code means all the source code for all modules it contains, plus any
5691 associated interface definition files, plus the scripts used to
5692 control compilation and installation of the executable. However, as a
5693 special exception, the source code distributed need not include
5694 anything that is normally distributed (in either source or binary
5695 form) with the major components (compiler, kernel, and so on) of the
5696 operating system on which the executable runs, unless that component
5697 itself accompanies the executable.
5699 If distribution of executable or object code is made by offering
5700 access to copy from a designated place, then offering equivalent
5701 access to copy the source code from the same place counts as
5702 distribution of the source code, even though third parties are not
5703 compelled to copy the source along with the object code.
5705 4. You may not copy, modify, sublicense, or distribute the Program
5706 except as expressly provided under this License. Any attempt
5707 otherwise to copy, modify, sublicense or distribute the Program is
5708 void, and will automatically terminate your rights under this License.
5709 However, parties who have received copies, or rights, from you under
5710 this License will not have their licenses terminated so long as such
5711 parties remain in full compliance.
5713 5. You are not required to accept this License, since you have not
5714 signed it. However, nothing else grants you permission to modify or
5715 distribute the Program or its derivative works. These actions are
5716 prohibited by law if you do not accept this License. Therefore, by
5717 modifying or distributing the Program (or any work based on the
5718 Program), you indicate your acceptance of this License to do so, and
5719 all its terms and conditions for copying, distributing or modifying
5720 the Program or works based on it.
5722 6. Each time you redistribute the Program (or any work based on the
5723 Program), the recipient automatically receives a license from the
5724 original licensor to copy, distribute or modify the Program subject to
5725 these terms and conditions. You may not impose any further
5726 restrictions on the recipients' exercise of the rights granted herein.
5727 You are not responsible for enforcing compliance by third parties to
5728 this License.
5730 7. If, as a consequence of a court judgment or allegation of patent
5731 infringement or for any other reason (not limited to patent issues),
5732 conditions are imposed on you (whether by court order, agreement or
5733 otherwise) that contradict the conditions of this License, they do not
5734 excuse you from the conditions of this License. If you cannot
5735 distribute so as to satisfy simultaneously your obligations under this
5736 License and any other pertinent obligations, then as a consequence you
5737 may not distribute the Program at all. For example, if a patent
5738 license would not permit royalty-free redistribution of the Program by
5739 all those who receive copies directly or indirectly through you, then
5740 the only way you could satisfy both it and this License would be to
5741 refrain entirely from distribution of the Program.
5743 If any portion of this section is held invalid or unenforceable under
5744 any particular circumstance, the balance of the section is intended to
5745 apply and the section as a whole is intended to apply in other
5746 circumstances.
5748 It is not the purpose of this section to induce you to infringe any
5749 patents or other property right claims or to contest validity of any
5750 such claims; this section has the sole purpose of protecting the
5751 integrity of the free software distribution system, which is
5752 implemented by public license practices. Many people have made
5753 generous contributions to the wide range of software distributed
5754 through that system in reliance on consistent application of that
5755 system; it is up to the author/donor to decide if he or she is willing
5756 to distribute software through any other system and a licensee cannot
5757 impose that choice.
5759 This section is intended to make thoroughly clear what is believed to
5760 be a consequence of the rest of this License.
5762 8. If the distribution and/or use of the Program is restricted in
5763 certain countries either by patents or by copyrighted interfaces, the
5764 original copyright holder who places the Program under this License
5765 may add an explicit geographical distribution limitation excluding
5766 those countries, so that distribution is permitted only in or among
5767 countries not thus excluded. In such case, this License incorporates
5768 the limitation as if written in the body of this License.
5770 9. The Free Software Foundation may publish revised and/or new versions
5771 of the General Public License from time to time. Such new versions will
5772 be similar in spirit to the present version, but may differ in detail to
5773 address new problems or concerns.
5775 Each version is given a distinguishing version number. If the Program
5776 specifies a version number of this License which applies to it and "any
5777 later version", you have the option of following the terms and conditions
5778 either of that version or of any later version published by the Free
5779 Software Foundation. If the Program does not specify a version number of
5780 this License, you may choose any version ever published by the Free Software
5781 Foundation.
5783 10. If you wish to incorporate parts of the Program into other free
5784 programs whose distribution conditions are different, write to the author
5785 to ask for permission. For software which is copyrighted by the Free
5786 Software Foundation, write to the Free Software Foundation; we sometimes
5787 make exceptions for this. Our decision will be guided by the two goals
5788 of preserving the free status of all derivatives of our free software and
5789 of promoting the sharing and reuse of software generally.
5791 NO WARRANTY
5793 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
5794 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
5795 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
5796 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
5797 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5798 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
5799 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
5800 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
5801 REPAIR OR CORRECTION.
5803 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
5804 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
5805 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
5806 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
5807 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
5808 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
5809 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
5810 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5811 POSSIBILITY OF SUCH DAMAGES.
5813 END OF TERMS AND CONDITIONS
5815 How to Apply These Terms to Your New Programs
5817 If you develop a new program, and you want it to be of the greatest
5818 possible use to the public, the best way to achieve this is to make it
5819 free software which everyone can redistribute and change under these terms.
5821 To do so, attach the following notices to the program. It is safest
5822 to attach them to the start of each source file to most effectively
5823 convey the exclusion of warranty; and each file should have at least
5824 the "copyright" line and a pointer to where the full notice is found.
5826 &lt;one line to give the program's name and a brief idea of what it does.&gt;
5827 Copyright (C) &lt;year&gt; &lt;name of author&gt;
5829 This program is free software; you can redistribute it and/or modify
5830 it under the terms of the GNU General Public License as published by
5831 the Free Software Foundation; either version 2 of the License, or
5832 (at your option) any later version.
5834 This program is distributed in the hope that it will be useful,
5835 but WITHOUT ANY WARRANTY; without even the implied warranty of
5836 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5837 GNU General Public License for more details.
5839 You should have received a copy of the GNU General Public License
5840 along with this program; if not, write to the Free Software
5841 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5844 Also add information on how to contact you by electronic and paper mail.
5846 If the program is interactive, make it output a short notice like this
5847 when it starts in an interactive mode:
5849 Gnomovision version 69, Copyright (C) year name of author
5850 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
5851 This is free software, and you are welcome to redistribute it
5852 under certain conditions; type `show c' for details.
5854 The hypothetical commands `show w' and `show c' should show the appropriate
5855 parts of the General Public License. Of course, the commands you use may
5856 be called something other than `show w' and `show c'; they could even be
5857 mouse-clicks or menu items--whatever suits your program.
5859 You should also get your employer (if you work as a programmer) or your
5860 school, if any, to sign a "copyright disclaimer" for the program, if
5861 necessary. Here is a sample; alter the names:
5863 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
5864 `Gnomovision' (which makes passes at compilers) written by James Hacker.
5866 &lt;signature of Ty Coon&gt;, 1 April 1989
5867 Ty Coon, President of Vice
5869 This General Public License does not permit incorporating your program into
5870 proprietary programs. If your program is a subroutine library, you may
5871 consider it more useful to permit linking proprietary applications with the
5872 library. If this is what you want to do, use the GNU Library General
5873 Public License instead of this License.
5875 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5876 </pre>
5877 <ul>
5879 </ul>
5880 </div>
5881 </div>
5884 <div class="product">
5885 <span class="title">engine_pkcs11-0.1.8</span>
5886 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5887 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span>
5888 <div class="licence">
5889 <pre></pre>
5890 <ul>
5891 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5892 </ul>
5893 </div>
5894 </div>
5897 <div class="product">
5898 <span class="title">eselect-opengl-1.2.4</span>
5899 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5900 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
5901 <div class="licence">
5902 <pre></pre>
5903 <ul>
5904 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5905 </ul>
5906 </div>
5907 </div>
5910 <div class="product">
5911 <span class="title">eselect-python-20100321</span>
5912 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5913 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span>
5914 <div class="licence">
5915 <pre></pre>
5916 <ul>
5917 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5918 </ul>
5919 </div>
5920 </div>
5923 <div class="product">
5924 <span class="title">ethtool-3.12.1</span>
5925 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5926 <span class="homepage"><a href="http://www.kernel.org/pub/software/network/ethtool/">homepage</a></span>
5927 <div class="licence">
5928 <pre></pre>
5929 <ul>
5930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5931 </ul>
5932 </div>
5933 </div>
5936 <div class="product">
5937 <span class="title">evtest-1.29</span>
5938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5939 <span class="homepage"><a href="http://cgit.freedesktop.org/evtest/">homepage</a></span>
5940 <div class="licence">
5941 <pre></pre>
5942 <ul>
5943 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5944 </ul>
5945 </div>
5946 </div>
5949 <div class="product">
5950 <span class="title">exfat-utils-1.0.2_pre401</span>
5951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5952 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
5953 <div class="licence">
5954 <pre></pre>
5955 <ul>
5956 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
5957 </ul>
5958 </div>
5959 </div>
5962 <div class="product">
5963 <span class="title">expat-2.1.0</span>
5964 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5965 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span>
5966 <div class="licence">
5967 <pre>Scanned Source License expat-2.1.0/COPYING:
5969 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
5970 and Clark Cooper
5971 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
5973 Permission is hereby granted, free of charge, to any person obtaining
5974 a copy of this software and associated documentation files (the
5975 "Software"), to deal in the Software without restriction, including
5976 without limitation the rights to use, copy, modify, merge, publish,
5977 distribute, sublicense, and/or sell copies of the Software, and to
5978 permit persons to whom the Software is furnished to do so, subject to
5979 the following conditions:
5981 The above copyright notice and this permission notice shall be included
5982 in all copies or substantial portions of the Software.
5984 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5985 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5986 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5987 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5988 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5989 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5990 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5992 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5993 </pre>
5994 <ul>
5996 </ul>
5997 </div>
5998 </div>
6001 <div class="product">
6002 <span class="title">fftw-3.2.2</span>
6003 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6004 <span class="homepage"><a href="http://www.fftw.org/">homepage</a></span>
6005 <div class="licence">
6006 <pre></pre>
6007 <ul>
6008 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6009 </ul>
6010 </div>
6011 </div>
6014 <div class="product">
6015 <span class="title">file-5.15</span>
6016 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6017 <span class="homepage"><a href="http://www.darwinsys.com/file/">homepage</a></span>
6018 <div class="licence">
6019 <pre>Scanned Source License file-5.15/COPYING:
6021 $File: COPYING,v 1.1 2008/02/05 19:08:11 christos Exp $
6022 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
6023 Software written by Ian F. Darwin and others;
6024 maintained 1994- Christos Zoulas.
6026 This software is not subject to any export provision of the United States
6027 Department of Commerce, and may be exported to any country or planet.
6029 Redistribution and use in source and binary forms, with or without
6030 modification, are permitted provided that the following conditions
6031 are met:
6032 1. Redistributions of source code must retain the above copyright
6033 notice immediately at the beginning of the file, without modification,
6034 this list of conditions, and the following disclaimer.
6035 2. Redistributions in binary form must reproduce the above copyright
6036 notice, this list of conditions and the following disclaimer in the
6037 documentation and/or other materials provided with the distribution.
6039 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
6040 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
6041 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
6042 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
6043 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
6044 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
6045 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
6046 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
6047 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
6048 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
6049 SUCH DAMAGE.
6051 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6052 </pre>
6053 <ul>
6055 </ul>
6056 </div>
6057 </div>
6060 <div class="product">
6061 <span class="title">findutils-4.4.2</span>
6062 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6063 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span>
6064 <div class="licence">
6065 <pre></pre>
6066 <ul>
6067 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6068 </ul>
6069 </div>
6070 </div>
6073 <div class="product">
6074 <span class="title">fio-2.1.10</span>
6075 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6076 <span class="homepage"><a href="http://brick.kernel.dk/snaps/">homepage</a></span>
6077 <div class="licence">
6078 <pre></pre>
6079 <ul>
6080 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6081 </ul>
6082 </div>
6083 </div>
6086 <div class="product">
6087 <span class="title">fixesproto-5.0</span>
6088 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6089 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
6090 <div class="licence">
6091 <pre>Scanned Source License fixesproto-5.0/COPYING:
6093 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
6094 Copyright 2010 Red Hat, Inc.
6096 Permission is hereby granted, free of charge, to any person obtaining a
6097 copy of this software and associated documentation files (the "Software"),
6098 to deal in the Software without restriction, including without limitation
6099 the rights to use, copy, modify, merge, publish, distribute, sublicense,
6100 and/or sell copies of the Software, and to permit persons to whom the
6101 Software is furnished to do so, subject to the following conditions:
6103 The above copyright notice and this permission notice (including the next
6104 paragraph) shall be included in all copies or substantial portions of the
6105 Software.
6107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6108 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6110 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6111 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6112 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6113 DEALINGS IN THE SOFTWARE.
6115 Copyright © 2001,2003 Keith Packard
6117 Permission to use, copy, modify, distribute, and sell this software and its
6118 documentation for any purpose is hereby granted without fee, provided that
6119 the above copyright notice appear in all copies and that both that
6120 copyright notice and this permission notice appear in supporting
6121 documentation, and that the name of Keith Packard not be used in
6122 advertising or publicity pertaining to distribution of the software without
6123 specific, written prior permission. Keith Packard makes no
6124 representations about the suitability of this software for any purpose. It
6125 is provided "as is" without express or implied warranty.
6127 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6128 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
6129 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
6130 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
6131 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
6132 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
6133 PERFORMANCE OF THIS SOFTWARE.
6136 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6137 </pre>
6138 <ul>
6140 </ul>
6141 </div>
6142 </div>
6145 <div class="product">
6146 <span class="title">flashmap-0.3</span>
6147 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6148 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span>
6149 <div class="licence">
6150 <pre></pre>
6151 <ul>
6152 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
6153 </ul>
6154 </div>
6155 </div>
6158 <div class="product">
6159 <span class="title">flashrom-0.9.4</span>
6160 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6161 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span>
6162 <div class="licence">
6163 <pre></pre>
6164 <ul>
6165 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6166 </ul>
6167 </div>
6168 </div>
6171 <div class="product">
6172 <span class="title">flex-2.5.37</span>
6173 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6174 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span>
6175 <div class="licence">
6176 <pre>Gentoo Package Stock License FLEX:
6178 Flex carries the copyright used for BSD software, slightly modified
6179 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
6180 which operates under a contract with the Department of Energy:
6182 Copyright (c) 1990 The Regents of the University of California.
6183 All rights reserved.
6185 This code is derived from software contributed to Berkeley by
6186 Vern Paxson.
6188 The United States Government has rights in this work pursuant
6189 to contract no. DE-AC03-76SF00098 between the United States
6190 Department of Energy and the University of California.
6192 Redistribution and use in source and binary forms with or without
6193 modification are permitted provided that: (1) source distributions
6194 retain this entire copyright notice and comment, and (2)
6195 distributions including binaries display the following
6196 acknowledgement: ``This product includes software developed by the
6197 University of California, Berkeley and its contributors'' in the
6198 documentation or other materials provided with the distribution and
6199 in all advertising materials mentioning features or use of this
6200 software. Neither the name of the University nor the names of its
6201 contributors may be used to endorse or promote products derived
6202 from this software without specific prior written permission.
6204 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
6205 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
6206 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
6207 PURPOSE.
6209 This basically says "do whatever you please with this software except
6210 remove this notice or take advantage of the University's (or the flex
6211 authors') name".
6213 Note that the "flex.skl" scanner skeleton carries no copyright notice.
6214 You are free to do whatever you please with scanners generated using flex;
6215 for them, you are not even bound by the above copyright.
6217 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6218 </pre>
6219 <ul>
6221 </ul>
6222 </div>
6223 </div>
6226 <div class="product">
6227 <span class="title">font-util-1.2.0</span>
6228 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6229 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
6230 <div class="licence">
6231 <pre>Scanned Source License font-util-1.2.0/COPYING:
6233 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
6235 Permission is hereby granted, free of charge, to any person obtaining a
6236 copy of this software and associated documentation files (the "Software"),
6237 to deal in the Software without restriction, including without limitation
6238 the rights to use, copy, modify, merge, publish, distribute, sublicense,
6239 and/or sell copies of the Software, and to permit persons to whom the
6240 Software is furnished to do so, subject to the following conditions:
6242 The above copyright notice and this permission notice (including the next
6243 paragraph) shall be included in all copies or substantial portions of the
6244 Software.
6246 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6247 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6248 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6249 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6250 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6251 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6252 DEALINGS IN THE SOFTWARE.
6254 ------------------------------------------------------------------------
6256 Copyright (c) 2003 The NetBSD Foundation, Inc.
6257 All rights reserved.
6259 This code is derived from software contributed to The NetBSD Foundation
6260 by Ben Collver &lt;collver1@attbi.com&gt;.
6262 Redistribution and use in source and binary forms, with or without
6263 modification, are permitted provided that the following conditions
6264 are met:
6265 1. Redistributions of source code must retain the above copyright
6266 notice, this list of conditions and the following disclaimer.
6267 2. Redistributions in binary form must reproduce the above copyright
6268 notice, this list of conditions and the following disclaimer in the
6269 documentation and/or other materials provided with the distribution.
6271 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
6272 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
6273 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
6274 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
6275 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
6276 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
6277 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
6278 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
6279 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6280 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6281 POSSIBILITY OF SUCH DAMAGE.
6283 ------------------------------------------------------------------------
6285 Copyright (c) 2006 Martin Husemann.
6286 Copyright (c) 2007 Joerg Sonnenberger.
6287 All rights reserved.
6289 Redistribution and use in source and binary forms, with or without
6290 modification, are permitted provided that the following conditions
6291 are met:
6292 1. Redistributions of source code must retain the above copyright
6293 notice, this list of conditions and the following disclaimer.
6294 2. The name of the author may not be used to endorse or promote
6295 products derived from this software without specific prior
6296 written permission.
6298 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
6299 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
6300 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
6301 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
6302 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
6303 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
6304 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
6305 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
6306 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6307 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6308 POSSIBILITY OF SUCH DAMAGE.
6310 ------------------------------------------------------------------------
6312 Copyright 2005 Red Hat, Inc
6314 Permission to use, copy, modify, distribute, and sell this software and its
6315 documentation for any purpose is hereby granted without fee, provided that
6316 the above copyright notice appear in all copies and that both that
6317 copyright notice and this permission notice appear in supporting
6318 documentation.
6320 The above copyright notice and this permission notice shall be included
6321 in all copies or substantial portions of the Software.
6323 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6324 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6325 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
6326 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
6327 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
6328 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6329 OTHER DEALINGS IN THE SOFTWARE.
6331 Except as contained in this notice, the name of the copyright holders shall
6332 not be used in advertising or otherwise to promote the sale, use or
6333 other dealings in this Software without prior written authorization
6334 from the copyright holders.
6336 ------------------------------------------------------------------------
6338 Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved.
6340 This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
6341 No claims are made as to fitness for any particular purpose. No
6342 warranties of any kind are expressed or implied. The recipient
6343 agrees to determine applicability of information provided. If this
6344 file has been provided on optical media by Unicode, Inc., the sole
6345 remedy for any claim will be exchange of defective media within 90
6346 days of receipt.
6348 Unicode, Inc. hereby grants the right to freely use the information
6349 supplied in this file in the creation of products supporting the
6350 Unicode Standard, and to make copies of this file in any form for
6351 internal or external distribution as long as this notice remains
6352 attached.
6354 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6355 </pre>
6356 <ul>
6358 </ul>
6359 </div>
6360 </div>
6363 <div class="product">
6364 <span class="title">fontconfig-2.7.1</span>
6365 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6366 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span>
6367 <div class="licence">
6368 <pre>Scanned Source License fontconfig-2.7.1/COPYING:
6370 fontconfig/COPYING
6372 Copyright © 2001,2003 Keith Packard
6374 Permission to use, copy, modify, distribute, and sell this software and its
6375 documentation for any purpose is hereby granted without fee, provided that
6376 the above copyright notice appear in all copies and that both that
6377 copyright notice and this permission notice appear in supporting
6378 documentation, and that the name of Keith Packard not be used in
6379 advertising or publicity pertaining to distribution of the software without
6380 specific, written prior permission. Keith Packard makes no
6381 representations about the suitability of this software for any purpose. It
6382 is provided "as is" without express or implied warranty.
6384 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
6385 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
6386 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
6387 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
6388 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
6389 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
6390 PERFORMANCE OF THIS SOFTWARE.
6393 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6394 </pre>
6395 <ul>
6397 </ul>
6398 </div>
6399 </div>
6402 <div class="product">
6403 <span class="title">fontsproto-2.1.1</span>
6404 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6405 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
6406 <div class="licence">
6407 <pre>Scanned Source License fontsproto-2.1.1/COPYING:
6409 Copyright 1990, 1991 Network Computing Devices;
6410 Portions Copyright 1987 by Digital Equipment Corporation
6412 Permission to use, copy, modify, distribute, and sell this software and
6413 its documentation for any purpose is hereby granted without fee, provided
6414 that the above copyright notice appear in all copies and that both that
6415 copyright notice and this permission notice appear in supporting
6416 documentation, and that the names of Network Computing Devices or Digital
6417 not be used in advertising or publicity pertaining to distribution
6418 of the software without specific, written prior permission.
6419 Network Computing Devices and Digital make no representations
6420 about the suitability of this software for any purpose. It is provided
6421 "as is" without express or implied warranty.
6423 NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH
6424 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
6425 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES
6426 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
6427 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
6428 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
6429 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
6430 THIS SOFTWARE.
6433 Copyright 1990, 1991, 1998 The Open Group
6435 Permission to use, copy, modify, distribute, and sell this software and its
6436 documentation for any purpose is hereby granted without fee, provided that
6437 the above copyright notice appear in all copies and that both that
6438 copyright notice and this permission notice appear in supporting
6439 documentation.
6441 The above copyright notice and this permission notice shall be included in
6442 all copies or substantial portions of the Software.
6444 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6445 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6446 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6447 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
6448 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
6449 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6451 Except as contained in this notice, the name of The Open Group shall not be
6452 used in advertising or otherwise to promote the sale, use or other dealings
6453 in this Software without prior written authorization from The Open Group.
6456 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
6458 All Rights Reserved
6460 Permission to use, copy, modify, and distribute this software and its
6461 documentation for any purpose and without fee is hereby granted,
6462 provided that the above copyright notice appear in all copies and that
6463 both that copyright notice and this permission notice appear in
6464 supporting documentation, and that the name of Digital not be
6465 used in advertising or publicity pertaining to distribution of the
6466 software without specific, written prior permission.
6468 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
6469 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
6470 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
6471 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
6472 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6473 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
6474 SOFTWARE.
6477 Copyright (c) 1999 The XFree86 Project Inc.
6479 All Rights Reserved.
6481 The above copyright notice and this permission notice shall be included in
6482 all copies or substantial portions of the Software.
6484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6485 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6486 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6487 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
6488 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
6489 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6491 Except as contained in this notice, the name of The XFree86 Project
6492 Inc. shall not be used in advertising or otherwise to promote the
6493 sale, use or other dealings in this Software without prior written
6494 authorization from The XFree86 Project Inc..
6496 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6497 </pre>
6498 <ul>
6500 </ul>
6501 </div>
6502 </div>
6505 <div class="product">
6506 <span class="title">freeglut-2.4.0</span>
6507 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6508 <span class="homepage"><a href="http://freeglut.sourceforge.net/">homepage</a></span>
6509 <div class="licence">
6510 <pre>Scanned Source License freeglut-2.4.0/COPYING:
6513 Freeglut Copyright
6514 ------------------
6516 Freeglut code without an explicit copyright is covered by the following
6517 copyright:
6519 Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.
6520 Permission is hereby granted, free of charge, to any person obtaining a copy
6521 of this software and associated documentation files (the "Software"), to deal
6522 in the Software without restriction, including without limitation the rights
6523 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6524 copies or substantial portions of the Software.
6526 The above copyright notice and this permission notice shall be included in
6527 all copies or substantial portions of the Software.
6529 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6530 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6531 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6532 PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6533 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
6534 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6536 Except as contained in this notice, the name of Pawel W. Olszta shall not be
6537 used in advertising or otherwise to promote the sale, use or other dealings
6538 in this Software without prior written authorization from Pawel W. Olszta.
6540 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6541 </pre>
6542 <ul>
6544 </ul>
6545 </div>
6546 </div>
6549 <div class="product">
6550 <span class="title">freeimage-3.15.3</span>
6551 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6552 <span class="homepage"><a href="http://freeimage.sourceforge.net/">homepage</a></span>
6553 <div class="licence">
6554 <pre>Gentoo Package Stock License FIPL-1.0:
6556 FreeImage Public License - Version 1.0
6557 ---------------------------------------------
6559 1. Definitions.
6561 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications.
6563 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.
6565 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.
6567 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data.
6569 1.5. "Executable" means Covered Code in any form other than Source Code.
6571 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.
6573 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.
6575 1.8. "License" means this document.
6577 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a
6578 Modification is:
6580 A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.
6582 B. Any new file that contains any part of the Original Code or previous Modifications.
6584 1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.
6586 1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control
6587 compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.
6589 1.12. "You" means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the
6590 direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.
6592 2. Source Code License.
6594 2.1. The Initial Developer Grant.
6595 The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
6597 (a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and
6599 (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell ("Utilize") the Original Code (or portions thereof), but solely to the extent that
6600 any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or
6601 combinations.
6603 2.2. Contributor Grant.
6604 Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:
6606 (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and
6608 (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that
6609 may be necessary to Utilize further Modifications or combinations.
6611 3. Distribution Obligations.
6613 3.1. Application of License.
6614 The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or
6615 restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.
6617 3.2. Availability of Source Code.
6618 Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.
6620 3.3. Description of Modifications.
6621 You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.
6623 3.4. Intellectual Property Matters
6625 (a) Third Party Claims.
6626 If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make
6627 available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.
6629 (b) Contributor APIs.
6630 If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.
6632 3.5. Required Notices.
6633 You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its
6634 structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or
6635 liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of
6636 warranty, support, indemnity or liability terms You offer.
6638 3.6. Distribution of Executable Versions.
6639 You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You
6640 describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License,
6641 provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
6643 3.7. Larger Works.
6644 You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.
6646 4. Inability to Comply Due to Statute or Regulation.
6648 If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
6650 5. Application of this License.
6652 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
6654 6. Versions of the License.
6656 6.1. New Versions.
6657 Floris van den Berg may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.
6659 6.2. Effect of New Versions.
6660 Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Floris van den Berg
6661 No one other than Floris van den Berg has the right to modify the terms applicable to Covered Code created under this License.
6663 6.3. Derivative Works.
6664 If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases "FreeImage", `FreeImage Public License", "FIPL", or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the FreeImage Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)
6666 7. DISCLAIMER OF WARRANTY.
6668 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
6670 8. TERMINATION.
6672 This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
6674 9. LIMITATION OF LIABILITY.
6676 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
6677 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
6679 10. U.S. GOVERNMENT END USERS.
6681 The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
6683 11. MISCELLANEOUS.
6685 This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by Dutch law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the The Netherlands: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Almelo, The Netherlands; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the court of Almelo, The Netherlands with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
6687 12. RESPONSIBILITY FOR CLAIMS.
6689 Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based
6690 on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute
6691 responsibility on an equitable basis.
6693 EXHIBIT A.
6695 "The contents of this file are subject to the FreeImage Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://home.wxs.nl/~flvdberg/freeimage-license.txt
6697 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
6698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6699 </pre>
6700 <ul>
6701 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6702 </ul>
6703 </div>
6704 </div>
6707 <div class="product">
6708 <span class="title">freetype-2.5.0.1</span>
6709 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6710 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span>
6711 <div class="licence">
6712 <pre></pre>
6713 <ul>
6714 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6715 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
6716 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
6717 </ul>
6718 </div>
6719 </div>
6722 <div class="product">
6723 <span class="title">fuse-2.8.6</span>
6724 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6725 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span>
6726 <div class="licence">
6727 <pre></pre>
6728 <ul>
6729 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6730 </ul>
6731 </div>
6732 </div>
6735 <div class="product">
6736 <span class="title">fuse-exfat-1.0.2_pre401</span>
6737 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6738 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
6739 <div class="licence">
6740 <pre></pre>
6741 <ul>
6742 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
6743 </ul>
6744 </div>
6745 </div>
6748 <div class="product">
6749 <span class="title">gcc-libs-4.8.2</span>
6750 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6751 <span class="homepage"><a href="">homepage</a></span>
6752 <div class="licence">
6753 <pre>Gentoo Package Stock License FDL-1.2:
6755 GNU Free Documentation License
6756 Version 1.2, November 2002
6759 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
6760 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
6761 Everyone is permitted to copy and distribute verbatim copies
6762 of this license document, but changing it is not allowed.
6765 0. PREAMBLE
6767 The purpose of this License is to make a manual, textbook, or other
6768 functional and useful document "free" in the sense of freedom: to
6769 assure everyone the effective freedom to copy and redistribute it,
6770 with or without modifying it, either commercially or noncommercially.
6771 Secondarily, this License preserves for the author and publisher a way
6772 to get credit for their work, while not being considered responsible
6773 for modifications made by others.
6775 This License is a kind of "copyleft", which means that derivative
6776 works of the document must themselves be free in the same sense. It
6777 complements the GNU General Public License, which is a copyleft
6778 license designed for free software.
6780 We have designed this License in order to use it for manuals for free
6781 software, because free software needs free documentation: a free
6782 program should come with manuals providing the same freedoms that the
6783 software does. But this License is not limited to software manuals;
6784 it can be used for any textual work, regardless of subject matter or
6785 whether it is published as a printed book. We recommend this License
6786 principally for works whose purpose is instruction or reference.
6789 1. APPLICABILITY AND DEFINITIONS
6791 This License applies to any manual or other work, in any medium, that
6792 contains a notice placed by the copyright holder saying it can be
6793 distributed under the terms of this License. Such a notice grants a
6794 world-wide, royalty-free license, unlimited in duration, to use that
6795 work under the conditions stated herein. The "Document", below,
6796 refers to any such manual or work. Any member of the public is a
6797 licensee, and is addressed as "you". You accept the license if you
6798 copy, modify or distribute the work in a way requiring permission
6799 under copyright law.
6801 A "Modified Version" of the Document means any work containing the
6802 Document or a portion of it, either copied verbatim, or with
6803 modifications and/or translated into another language.
6805 A "Secondary Section" is a named appendix or a front-matter section of
6806 the Document that deals exclusively with the relationship of the
6807 publishers or authors of the Document to the Document's overall subject
6808 (or to related matters) and contains nothing that could fall directly
6809 within that overall subject. (Thus, if the Document is in part a
6810 textbook of mathematics, a Secondary Section may not explain any
6811 mathematics.) The relationship could be a matter of historical
6812 connection with the subject or with related matters, or of legal,
6813 commercial, philosophical, ethical or political position regarding
6814 them.
6816 The "Invariant Sections" are certain Secondary Sections whose titles
6817 are designated, as being those of Invariant Sections, in the notice
6818 that says that the Document is released under this License. If a
6819 section does not fit the above definition of Secondary then it is not
6820 allowed to be designated as Invariant. The Document may contain zero
6821 Invariant Sections. If the Document does not identify any Invariant
6822 Sections then there are none.
6824 The "Cover Texts" are certain short passages of text that are listed,
6825 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
6826 the Document is released under this License. A Front-Cover Text may
6827 be at most 5 words, and a Back-Cover Text may be at most 25 words.
6829 A "Transparent" copy of the Document means a machine-readable copy,
6830 represented in a format whose specification is available to the
6831 general public, that is suitable for revising the document
6832 straightforwardly with generic text editors or (for images composed of
6833 pixels) generic paint programs or (for drawings) some widely available
6834 drawing editor, and that is suitable for input to text formatters or
6835 for automatic translation to a variety of formats suitable for input
6836 to text formatters. A copy made in an otherwise Transparent file
6837 format whose markup, or absence of markup, has been arranged to thwart
6838 or discourage subsequent modification by readers is not Transparent.
6839 An image format is not Transparent if used for any substantial amount
6840 of text. A copy that is not "Transparent" is called "Opaque".
6842 Examples of suitable formats for Transparent copies include plain
6843 ASCII without markup, Texinfo input format, LaTeX input format, SGML
6844 or XML using a publicly available DTD, and standard-conforming simple
6845 HTML, PostScript or PDF designed for human modification. Examples of
6846 transparent image formats include PNG, XCF and JPG. Opaque formats
6847 include proprietary formats that can be read and edited only by
6848 proprietary word processors, SGML or XML for which the DTD and/or
6849 processing tools are not generally available, and the
6850 machine-generated HTML, PostScript or PDF produced by some word
6851 processors for output purposes only.
6853 The "Title Page" means, for a printed book, the title page itself,
6854 plus such following pages as are needed to hold, legibly, the material
6855 this License requires to appear in the title page. For works in
6856 formats which do not have any title page as such, "Title Page" means
6857 the text near the most prominent appearance of the work's title,
6858 preceding the beginning of the body of the text.
6860 A section "Entitled XYZ" means a named subunit of the Document whose
6861 title either is precisely XYZ or contains XYZ in parentheses following
6862 text that translates XYZ in another language. (Here XYZ stands for a
6863 specific section name mentioned below, such as "Acknowledgements",
6864 "Dedications", "Endorsements", or "History".) To "Preserve the Title"
6865 of such a section when you modify the Document means that it remains a
6866 section "Entitled XYZ" according to this definition.
6868 The Document may include Warranty Disclaimers next to the notice which
6869 states that this License applies to the Document. These Warranty
6870 Disclaimers are considered to be included by reference in this
6871 License, but only as regards disclaiming warranties: any other
6872 implication that these Warranty Disclaimers may have is void and has
6873 no effect on the meaning of this License.
6876 2. VERBATIM COPYING
6878 You may copy and distribute the Document in any medium, either
6879 commercially or noncommercially, provided that this License, the
6880 copyright notices, and the license notice saying this License applies
6881 to the Document are reproduced in all copies, and that you add no other
6882 conditions whatsoever to those of this License. You may not use
6883 technical measures to obstruct or control the reading or further
6884 copying of the copies you make or distribute. However, you may accept
6885 compensation in exchange for copies. If you distribute a large enough
6886 number of copies you must also follow the conditions in section 3.
6888 You may also lend copies, under the same conditions stated above, and
6889 you may publicly display copies.
6892 3. COPYING IN QUANTITY
6894 If you publish printed copies (or copies in media that commonly have
6895 printed covers) of the Document, numbering more than 100, and the
6896 Document's license notice requires Cover Texts, you must enclose the
6897 copies in covers that carry, clearly and legibly, all these Cover
6898 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
6899 the back cover. Both covers must also clearly and legibly identify
6900 you as the publisher of these copies. The front cover must present
6901 the full title with all words of the title equally prominent and
6902 visible. You may add other material on the covers in addition.
6903 Copying with changes limited to the covers, as long as they preserve
6904 the title of the Document and satisfy these conditions, can be treated
6905 as verbatim copying in other respects.
6907 If the required texts for either cover are too voluminous to fit
6908 legibly, you should put the first ones listed (as many as fit
6909 reasonably) on the actual cover, and continue the rest onto adjacent
6910 pages.
6912 If you publish or distribute Opaque copies of the Document numbering
6913 more than 100, you must either include a machine-readable Transparent
6914 copy along with each Opaque copy, or state in or with each Opaque copy
6915 a computer-network location from which the general network-using
6916 public has access to download using public-standard network protocols
6917 a complete Transparent copy of the Document, free of added material.
6918 If you use the latter option, you must take reasonably prudent steps,
6919 when you begin distribution of Opaque copies in quantity, to ensure
6920 that this Transparent copy will remain thus accessible at the stated
6921 location until at least one year after the last time you distribute an
6922 Opaque copy (directly or through your agents or retailers) of that
6923 edition to the public.
6925 It is requested, but not required, that you contact the authors of the
6926 Document well before redistributing any large number of copies, to give
6927 them a chance to provide you with an updated version of the Document.
6930 4. MODIFICATIONS
6932 You may copy and distribute a Modified Version of the Document under
6933 the conditions of sections 2 and 3 above, provided that you release
6934 the Modified Version under precisely this License, with the Modified
6935 Version filling the role of the Document, thus licensing distribution
6936 and modification of the Modified Version to whoever possesses a copy
6937 of it. In addition, you must do these things in the Modified Version:
6939 A. Use in the Title Page (and on the covers, if any) a title distinct
6940 from that of the Document, and from those of previous versions
6941 (which should, if there were any, be listed in the History section
6942 of the Document). You may use the same title as a previous version
6943 if the original publisher of that version gives permission.
6944 B. List on the Title Page, as authors, one or more persons or entities
6945 responsible for authorship of the modifications in the Modified
6946 Version, together with at least five of the principal authors of the
6947 Document (all of its principal authors, if it has fewer than five),
6948 unless they release you from this requirement.
6949 C. State on the Title page the name of the publisher of the
6950 Modified Version, as the publisher.
6951 D. Preserve all the copyright notices of the Document.
6952 E. Add an appropriate copyright notice for your modifications
6953 adjacent to the other copyright notices.
6954 F. Include, immediately after the copyright notices, a license notice
6955 giving the public permission to use the Modified Version under the
6956 terms of this License, in the form shown in the Addendum below.
6957 G. Preserve in that license notice the full lists of Invariant Sections
6958 and required Cover Texts given in the Document's license notice.
6959 H. Include an unaltered copy of this License.
6960 I. Preserve the section Entitled "History", Preserve its Title, and add
6961 to it an item stating at least the title, year, new authors, and
6962 publisher of the Modified Version as given on the Title Page. If
6963 there is no section Entitled "History" in the Document, create one
6964 stating the title, year, authors, and publisher of the Document as
6965 given on its Title Page, then add an item describing the Modified
6966 Version as stated in the previous sentence.
6967 J. Preserve the network location, if any, given in the Document for
6968 public access to a Transparent copy of the Document, and likewise
6969 the network locations given in the Document for previous versions
6970 it was based on. These may be placed in the "History" section.
6971 You may omit a network location for a work that was published at
6972 least four years before the Document itself, or if the original
6973 publisher of the version it refers to gives permission.
6974 K. For any section Entitled "Acknowledgements" or "Dedications",
6975 Preserve the Title of the section, and preserve in the section all
6976 the substance and tone of each of the contributor acknowledgements
6977 and/or dedications given therein.
6978 L. Preserve all the Invariant Sections of the Document,
6979 unaltered in their text and in their titles. Section numbers
6980 or the equivalent are not considered part of the section titles.
6981 M. Delete any section Entitled "Endorsements". Such a section
6982 may not be included in the Modified Version.
6983 N. Do not retitle any existing section to be Entitled "Endorsements"
6984 or to conflict in title with any Invariant Section.
6985 O. Preserve any Warranty Disclaimers.
6987 If the Modified Version includes new front-matter sections or
6988 appendices that qualify as Secondary Sections and contain no material
6989 copied from the Document, you may at your option designate some or all
6990 of these sections as invariant. To do this, add their titles to the
6991 list of Invariant Sections in the Modified Version's license notice.
6992 These titles must be distinct from any other section titles.
6994 You may add a section Entitled "Endorsements", provided it contains
6995 nothing but endorsements of your Modified Version by various
6996 parties--for example, statements of peer review or that the text has
6997 been approved by an organization as the authoritative definition of a
6998 standard.
7000 You may add a passage of up to five words as a Front-Cover Text, and a
7001 passage of up to 25 words as a Back-Cover Text, to the end of the list
7002 of Cover Texts in the Modified Version. Only one passage of
7003 Front-Cover Text and one of Back-Cover Text may be added by (or
7004 through arrangements made by) any one entity. If the Document already
7005 includes a cover text for the same cover, previously added by you or
7006 by arrangement made by the same entity you are acting on behalf of,
7007 you may not add another; but you may replace the old one, on explicit
7008 permission from the previous publisher that added the old one.
7010 The author(s) and publisher(s) of the Document do not by this License
7011 give permission to use their names for publicity for or to assert or
7012 imply endorsement of any Modified Version.
7015 5. COMBINING DOCUMENTS
7017 You may combine the Document with other documents released under this
7018 License, under the terms defined in section 4 above for modified
7019 versions, provided that you include in the combination all of the
7020 Invariant Sections of all of the original documents, unmodified, and
7021 list them all as Invariant Sections of your combined work in its
7022 license notice, and that you preserve all their Warranty Disclaimers.
7024 The combined work need only contain one copy of this License, and
7025 multiple identical Invariant Sections may be replaced with a single
7026 copy. If there are multiple Invariant Sections with the same name but
7027 different contents, make the title of each such section unique by
7028 adding at the end of it, in parentheses, the name of the original
7029 author or publisher of that section if known, or else a unique number.
7030 Make the same adjustment to the section titles in the list of
7031 Invariant Sections in the license notice of the combined work.
7033 In the combination, you must combine any sections Entitled "History"
7034 in the various original documents, forming one section Entitled
7035 "History"; likewise combine any sections Entitled "Acknowledgements",
7036 and any sections Entitled "Dedications". You must delete all sections
7037 Entitled "Endorsements".
7040 6. COLLECTIONS OF DOCUMENTS
7042 You may make a collection consisting of the Document and other documents
7043 released under this License, and replace the individual copies of this
7044 License in the various documents with a single copy that is included in
7045 the collection, provided that you follow the rules of this License for
7046 verbatim copying of each of the documents in all other respects.
7048 You may extract a single document from such a collection, and distribute
7049 it individually under this License, provided you insert a copy of this
7050 License into the extracted document, and follow this License in all
7051 other respects regarding verbatim copying of that document.
7054 7. AGGREGATION WITH INDEPENDENT WORKS
7056 A compilation of the Document or its derivatives with other separate
7057 and independent documents or works, in or on a volume of a storage or
7058 distribution medium, is called an "aggregate" if the copyright
7059 resulting from the compilation is not used to limit the legal rights
7060 of the compilation's users beyond what the individual works permit.
7061 When the Document is included in an aggregate, this License does not
7062 apply to the other works in the aggregate which are not themselves
7063 derivative works of the Document.
7065 If the Cover Text requirement of section 3 is applicable to these
7066 copies of the Document, then if the Document is less than one half of
7067 the entire aggregate, the Document's Cover Texts may be placed on
7068 covers that bracket the Document within the aggregate, or the
7069 electronic equivalent of covers if the Document is in electronic form.
7070 Otherwise they must appear on printed covers that bracket the whole
7071 aggregate.
7074 8. TRANSLATION
7076 Translation is considered a kind of modification, so you may
7077 distribute translations of the Document under the terms of section 4.
7078 Replacing Invariant Sections with translations requires special
7079 permission from their copyright holders, but you may include
7080 translations of some or all Invariant Sections in addition to the
7081 original versions of these Invariant Sections. You may include a
7082 translation of this License, and all the license notices in the
7083 Document, and any Warranty Disclaimers, provided that you also include
7084 the original English version of this License and the original versions
7085 of those notices and disclaimers. In case of a disagreement between
7086 the translation and the original version of this License or a notice
7087 or disclaimer, the original version will prevail.
7089 If a section in the Document is Entitled "Acknowledgements",
7090 "Dedications", or "History", the requirement (section 4) to Preserve
7091 its Title (section 1) will typically require changing the actual
7092 title.
7095 9. TERMINATION
7097 You may not copy, modify, sublicense, or distribute the Document except
7098 as expressly provided for under this License. Any other attempt to
7099 copy, modify, sublicense or distribute the Document is void, and will
7100 automatically terminate your rights under this License. However,
7101 parties who have received copies, or rights, from you under this
7102 License will not have their licenses terminated so long as such
7103 parties remain in full compliance.
7106 10. FUTURE REVISIONS OF THIS LICENSE
7108 The Free Software Foundation may publish new, revised versions
7109 of the GNU Free Documentation License from time to time. Such new
7110 versions will be similar in spirit to the present version, but may
7111 differ in detail to address new problems or concerns. See
7112 http://www.gnu.org/copyleft/.
7114 Each version of the License is given a distinguishing version number.
7115 If the Document specifies that a particular numbered version of this
7116 License "or any later version" applies to it, you have the option of
7117 following the terms and conditions either of that specified version or
7118 of any later version that has been published (not as a draft) by the
7119 Free Software Foundation. If the Document does not specify a version
7120 number of this License, you may choose any version ever published (not
7121 as a draft) by the Free Software Foundation.
7124 ADDENDUM: How to use this License for your documents
7126 To use this License in a document you have written, include a copy of
7127 the License in the document and put the following copyright and
7128 license notices just after the title page:
7130 Copyright (c) YEAR YOUR NAME.
7131 Permission is granted to copy, distribute and/or modify this document
7132 under the terms of the GNU Free Documentation License, Version 1.2
7133 or any later version published by the Free Software Foundation;
7134 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
7135 A copy of the license is included in the section entitled "GNU
7136 Free Documentation License".
7138 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
7139 replace the "with...Texts." line with this:
7141 with the Invariant Sections being LIST THEIR TITLES, with the
7142 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
7144 If you have Invariant Sections without Cover Texts, or some other
7145 combination of the three, merge those two alternatives to suit the
7146 situation.
7148 If your document contains nontrivial examples of program code, we
7149 recommend releasing these examples in parallel under your choice of
7150 free software license, such as the GNU General Public License,
7151 to permit their use in free software.
7153 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7154 </pre>
7155 <ul>
7156 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
7157 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
7158 </ul>
7159 </div>
7160 </div>
7163 <div class="product">
7164 <span class="title">gdb-7.7.1</span>
7165 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7166 <span class="homepage"><a href="http://sourceware.org/gdb/">homepage</a></span>
7167 <div class="licence">
7168 <pre></pre>
7169 <ul>
7170 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7171 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
7172 </ul>
7173 </div>
7174 </div>
7177 <div class="product">
7178 <span class="title">gdbm-1.9.1</span>
7179 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7180 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span>
7181 <div class="licence">
7182 <pre></pre>
7183 <ul>
7184 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
7185 </ul>
7186 </div>
7187 </div>
7190 <div class="product">
7191 <span class="title">genius-app-oem-0.0.6</span>
7192 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7193 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
7194 <div class="licence">
7195 <pre></pre>
7196 <ul>
7197 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7198 </ul>
7199 </div>
7200 </div>
7203 <div class="product">
7204 <span class="title">gestures-0.0.1</span>
7205 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7206 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
7207 <div class="licence">
7208 <pre></pre>
7209 <ul>
7210 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
7211 </ul>
7212 </div>
7213 </div>
7216 <div class="product">
7217 <span class="title">gflags-2.0</span>
7218 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7219 <span class="homepage"><a href="http://code.google.com/p/gflags/">homepage</a></span>
7220 <div class="licence">
7221 <pre>Scanned Source License gflags-2.0/COPYING:
7223 Copyright (c) 2006, Google Inc.
7224 All rights reserved.
7226 Redistribution and use in source and binary forms, with or without
7227 modification, are permitted provided that the following conditions are
7228 met:
7230 * Redistributions of source code must retain the above copyright
7231 notice, this list of conditions and the following disclaimer.
7232 * Redistributions in binary form must reproduce the above
7233 copyright notice, this list of conditions and the following disclaimer
7234 in the documentation and/or other materials provided with the
7235 distribution.
7236 * Neither the name of Google Inc. nor the names of its
7237 contributors may be used to endorse or promote products derived from
7238 this software without specific prior written permission.
7240 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7241 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7242 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7243 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7244 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7245 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7246 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7247 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7248 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7249 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7250 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7252 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7254 Scanned Source License gflags-2.0/packages/deb/copyright:
7256 This package was debianized by Craig Silverstein &lt;google-ctemplate@google.com&gt;
7257 on Wed, 25 Jan 2012 15:09:14 -0800.
7259 It was downloaded from http://code.google.com/p/gflags/downloads/list
7261 Upstream Author: google-gflags@google.com
7263 Copyright (c) 2006, Google Inc.
7264 All rights reserved.
7266 Redistribution and use in source and binary forms, with or without
7267 modification, are permitted provided that the following conditions are
7268 met:
7270 * Redistributions of source code must retain the above copyright
7271 notice, this list of conditions and the following disclaimer.
7272 * Redistributions in binary form must reproduce the above
7273 copyright notice, this list of conditions and the following disclaimer
7274 in the documentation and/or other materials provided with the
7275 distribution.
7276 * Neither the name of Google Inc. nor the names of its
7277 contributors may be used to endorse or promote products derived from
7278 this software without specific prior written permission.
7280 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7281 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7282 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7283 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7284 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7285 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7286 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7287 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7288 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7289 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7290 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7292 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7293 </pre>
7294 <ul>
7296 </ul>
7297 </div>
7298 </div>
7301 <div class="product">
7302 <span class="title">git-1.8.3.2</span>
7303 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7304 <span class="homepage"><a href="http://www.git-scm.com/">homepage</a></span>
7305 <div class="licence">
7306 <pre></pre>
7307 <ul>
7308 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7309 </ul>
7310 </div>
7311 </div>
7314 <div class="product">
7315 <span class="title">glib-2.34.3</span>
7316 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7317 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
7318 <div class="licence">
7319 <pre></pre>
7320 <ul>
7321 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
7322 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
7323 </ul>
7324 </div>
7325 </div>
7328 <div class="product">
7329 <span class="title">glmark2-285</span>
7330 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7331 <span class="homepage"><a href="https://launchpad.net/glmark2">homepage</a></span>
7332 <div class="licence">
7333 <pre></pre>
7334 <ul>
7335 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
7336 </ul>
7337 </div>
7338 </div>
7341 <div class="product">
7342 <span class="title">glog-0.3.2</span>
7343 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7344 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
7345 <div class="licence">
7346 <pre>Scanned Source License glog-0.3.2/COPYING:
7348 Copyright (c) 2008, Google Inc.
7349 All rights reserved.
7351 Redistribution and use in source and binary forms, with or without
7352 modification, are permitted provided that the following conditions are
7353 met:
7355 * Redistributions of source code must retain the above copyright
7356 notice, this list of conditions and the following disclaimer.
7357 * Redistributions in binary form must reproduce the above
7358 copyright notice, this list of conditions and the following disclaimer
7359 in the documentation and/or other materials provided with the
7360 distribution.
7361 * Neither the name of Google Inc. nor the names of its
7362 contributors may be used to endorse or promote products derived from
7363 this software without specific prior written permission.
7365 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7366 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7367 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7368 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7369 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7370 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7371 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7372 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7373 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7374 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7375 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7378 A function gettimeofday in utilities.cc is based on
7380 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&amp;q=GetSystemTimeAsFileTime%20license:bsd
7382 The license of this code is:
7384 Copyright (c) 2003-2008, Jouni Malinen &lt;j@w1.fi&gt; and contributors
7385 All Rights Reserved.
7387 Redistribution and use in source and binary forms, with or without
7388 modification, are permitted provided that the following conditions are
7389 met:
7391 1. Redistributions of source code must retain the above copyright
7392 notice, this list of conditions and the following disclaimer.
7394 2. Redistributions in binary form must reproduce the above copyright
7395 notice, this list of conditions and the following disclaimer in the
7396 documentation and/or other materials provided with the distribution.
7398 3. Neither the name(s) of the above-listed copyright holder(s) nor the
7399 names of its contributors may be used to endorse or promote products
7400 derived from this software without specific prior written permission.
7402 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7403 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7404 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7405 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7406 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7407 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7408 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7409 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7410 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7411 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7412 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7414 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7416 Scanned Source License glog-0.3.2/packages/deb/copyright:
7418 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
7419 13 June 2008.
7421 It was downloaded from http://code.google.com/
7423 Upstream Author: opensource@google.com
7425 Copyright (c) 2008, Google Inc.
7426 All rights reserved.
7428 Redistribution and use in source and binary forms, with or without
7429 modification, are permitted provided that the following conditions are
7430 met:
7432 * Redistributions of source code must retain the above copyright
7433 notice, this list of conditions and the following disclaimer.
7434 * Redistributions in binary form must reproduce the above
7435 copyright notice, this list of conditions and the following disclaimer
7436 in the documentation and/or other materials provided with the
7437 distribution.
7438 * Neither the name of Google Inc. nor the names of its
7439 contributors may be used to endorse or promote products derived from
7440 this software without specific prior written permission.
7442 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7443 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7444 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7445 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7446 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7447 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7448 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7449 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7450 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7451 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7452 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7454 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7455 </pre>
7456 <ul>
7458 </ul>
7459 </div>
7460 </div>
7463 <div class="product">
7464 <span class="title">glproto-1.4.14</span>
7465 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7466 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
7467 <div class="licence">
7468 <pre></pre>
7469 <ul>
7470 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
7471 </ul>
7472 </div>
7473 </div>
7476 <div class="product">
7477 <span class="title">glu-9.0.0</span>
7478 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7479 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span>
7480 <div class="licence">
7481 <pre></pre>
7482 <ul>
7483 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
7484 </ul>
7485 </div>
7486 </div>
7489 <div class="product">
7490 <span class="title">gmerge-0.0.1</span>
7491 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7492 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
7493 <div class="licence">
7494 <pre></pre>
7495 <ul>
7496 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7497 </ul>
7498 </div>
7499 </div>
7502 <div class="product">
7503 <span class="title">gmock-1.6.0</span>
7504 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7505 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span>
7506 <div class="licence">
7507 <pre>Scanned Source License gmock-1.6.0/COPYING:
7509 Copyright 2008, Google Inc.
7510 All rights reserved.
7512 Redistribution and use in source and binary forms, with or without
7513 modification, are permitted provided that the following conditions are
7514 met:
7516 * Redistributions of source code must retain the above copyright
7517 notice, this list of conditions and the following disclaimer.
7518 * Redistributions in binary form must reproduce the above
7519 copyright notice, this list of conditions and the following disclaimer
7520 in the documentation and/or other materials provided with the
7521 distribution.
7522 * Neither the name of Google Inc. nor the names of its
7523 contributors may be used to endorse or promote products derived from
7524 this software without specific prior written permission.
7526 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7527 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7528 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7529 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7530 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7531 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7532 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7533 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7534 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7535 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7536 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7538 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7540 Scanned Source License gmock-1.6.0/gtest/COPYING:
7542 Copyright 2008, Google Inc.
7543 All rights reserved.
7545 Redistribution and use in source and binary forms, with or without
7546 modification, are permitted provided that the following conditions are
7547 met:
7549 * Redistributions of source code must retain the above copyright
7550 notice, this list of conditions and the following disclaimer.
7551 * Redistributions in binary form must reproduce the above
7552 copyright notice, this list of conditions and the following disclaimer
7553 in the documentation and/or other materials provided with the
7554 distribution.
7555 * Neither the name of Google Inc. nor the names of its
7556 contributors may be used to endorse or promote products derived from
7557 this software without specific prior written permission.
7559 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7560 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7561 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7562 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7563 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7564 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7565 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7566 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7567 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7568 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7569 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7571 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7573 Scanned Source License gmock-1.6.0/scripts/generator/COPYING:
7576 Apache License
7577 Version 2.0, January 2004
7578 http://www.apache.org/licenses/
7580 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7582 1. Definitions.
7584 "License" shall mean the terms and conditions for use, reproduction,
7585 and distribution as defined by Sections 1 through 9 of this document.
7587 "Licensor" shall mean the copyright owner or entity authorized by
7588 the copyright owner that is granting the License.
7590 "Legal Entity" shall mean the union of the acting entity and all
7591 other entities that control, are controlled by, or are under common
7592 control with that entity. For the purposes of this definition,
7593 "control" means (i) the power, direct or indirect, to cause the
7594 direction or management of such entity, whether by contract or
7595 otherwise, or (ii) ownership of fifty percent (50%) or more of the
7596 outstanding shares, or (iii) beneficial ownership of such entity.
7598 "You" (or "Your") shall mean an individual or Legal Entity
7599 exercising permissions granted by this License.
7601 "Source" form shall mean the preferred form for making modifications,
7602 including but not limited to software source code, documentation
7603 source, and configuration files.
7605 "Object" form shall mean any form resulting from mechanical
7606 transformation or translation of a Source form, including but
7607 not limited to compiled object code, generated documentation,
7608 and conversions to other media types.
7610 "Work" shall mean the work of authorship, whether in Source or
7611 Object form, made available under the License, as indicated by a
7612 copyright notice that is included in or attached to the work
7613 (an example is provided in the Appendix below).
7615 "Derivative Works" shall mean any work, whether in Source or Object
7616 form, that is based on (or derived from) the Work and for which the
7617 editorial revisions, annotations, elaborations, or other modifications
7618 represent, as a whole, an original work of authorship. For the purposes
7619 of this License, Derivative Works shall not include works that remain
7620 separable from, or merely link (or bind by name) to the interfaces of,
7621 the Work and Derivative Works thereof.
7623 "Contribution" shall mean any work of authorship, including
7624 the original version of the Work and any modifications or additions
7625 to that Work or Derivative Works thereof, that is intentionally
7626 submitted to Licensor for inclusion in the Work by the copyright owner
7627 or by an individual or Legal Entity authorized to submit on behalf of
7628 the copyright owner. For the purposes of this definition, "submitted"
7629 means any form of electronic, verbal, or written communication sent
7630 to the Licensor or its representatives, including but not limited to
7631 communication on electronic mailing lists, source code control systems,
7632 and issue tracking systems that are managed by, or on behalf of, the
7633 Licensor for the purpose of discussing and improving the Work, but
7634 excluding communication that is conspicuously marked or otherwise
7635 designated in writing by the copyright owner as "Not a Contribution."
7637 "Contributor" shall mean Licensor and any individual or Legal Entity
7638 on behalf of whom a Contribution has been received by Licensor and
7639 subsequently incorporated within the Work.
7641 2. Grant of Copyright License. Subject to the terms and conditions of
7642 this License, each Contributor hereby grants to You a perpetual,
7643 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7644 copyright license to reproduce, prepare Derivative Works of,
7645 publicly display, publicly perform, sublicense, and distribute the
7646 Work and such Derivative Works in Source or Object form.
7648 3. Grant of Patent License. Subject to the terms and conditions of
7649 this License, each Contributor hereby grants to You a perpetual,
7650 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7651 (except as stated in this section) patent license to make, have made,
7652 use, offer to sell, sell, import, and otherwise transfer the Work,
7653 where such license applies only to those patent claims licensable
7654 by such Contributor that are necessarily infringed by their
7655 Contribution(s) alone or by combination of their Contribution(s)
7656 with the Work to which such Contribution(s) was submitted. If You
7657 institute patent litigation against any entity (including a
7658 cross-claim or counterclaim in a lawsuit) alleging that the Work
7659 or a Contribution incorporated within the Work constitutes direct
7660 or contributory patent infringement, then any patent licenses
7661 granted to You under this License for that Work shall terminate
7662 as of the date such litigation is filed.
7664 4. Redistribution. You may reproduce and distribute copies of the
7665 Work or Derivative Works thereof in any medium, with or without
7666 modifications, and in Source or Object form, provided that You
7667 meet the following conditions:
7669 (a) You must give any other recipients of the Work or
7670 Derivative Works a copy of this License; and
7672 (b) You must cause any modified files to carry prominent notices
7673 stating that You changed the files; and
7675 (c) You must retain, in the Source form of any Derivative Works
7676 that You distribute, all copyright, patent, trademark, and
7677 attribution notices from the Source form of the Work,
7678 excluding those notices that do not pertain to any part of
7679 the Derivative Works; and
7681 (d) If the Work includes a "NOTICE" text file as part of its
7682 distribution, then any Derivative Works that You distribute must
7683 include a readable copy of the attribution notices contained
7684 within such NOTICE file, excluding those notices that do not
7685 pertain to any part of the Derivative Works, in at least one
7686 of the following places: within a NOTICE text file distributed
7687 as part of the Derivative Works; within the Source form or
7688 documentation, if provided along with the Derivative Works; or,
7689 within a display generated by the Derivative Works, if and
7690 wherever such third-party notices normally appear. The contents
7691 of the NOTICE file are for informational purposes only and
7692 do not modify the License. You may add Your own attribution
7693 notices within Derivative Works that You distribute, alongside
7694 or as an addendum to the NOTICE text from the Work, provided
7695 that such additional attribution notices cannot be construed
7696 as modifying the License.
7698 You may add Your own copyright statement to Your modifications and
7699 may provide additional or different license terms and conditions
7700 for use, reproduction, or distribution of Your modifications, or
7701 for any such Derivative Works as a whole, provided Your use,
7702 reproduction, and distribution of the Work otherwise complies with
7703 the conditions stated in this License.
7705 5. Submission of Contributions. Unless You explicitly state otherwise,
7706 any Contribution intentionally submitted for inclusion in the Work
7707 by You to the Licensor shall be under the terms and conditions of
7708 this License, without any additional terms or conditions.
7709 Notwithstanding the above, nothing herein shall supersede or modify
7710 the terms of any separate license agreement you may have executed
7711 with Licensor regarding such Contributions.
7713 6. Trademarks. This License does not grant permission to use the trade
7714 names, trademarks, service marks, or product names of the Licensor,
7715 except as required for reasonable and customary use in describing the
7716 origin of the Work and reproducing the content of the NOTICE file.
7718 7. Disclaimer of Warranty. Unless required by applicable law or
7719 agreed to in writing, Licensor provides the Work (and each
7720 Contributor provides its Contributions) on an "AS IS" BASIS,
7721 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7722 implied, including, without limitation, any warranties or conditions
7723 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7724 PARTICULAR PURPOSE. You are solely responsible for determining the
7725 appropriateness of using or redistributing the Work and assume any
7726 risks associated with Your exercise of permissions under this License.
7728 8. Limitation of Liability. In no event and under no legal theory,
7729 whether in tort (including negligence), contract, or otherwise,
7730 unless required by applicable law (such as deliberate and grossly
7731 negligent acts) or agreed to in writing, shall any Contributor be
7732 liable to You for damages, including any direct, indirect, special,
7733 incidental, or consequential damages of any character arising as a
7734 result of this License or out of the use or inability to use the
7735 Work (including but not limited to damages for loss of goodwill,
7736 work stoppage, computer failure or malfunction, or any and all
7737 other commercial damages or losses), even if such Contributor
7738 has been advised of the possibility of such damages.
7740 9. Accepting Warranty or Additional Liability. While redistributing
7741 the Work or Derivative Works thereof, You may choose to offer,
7742 and charge a fee for, acceptance of support, warranty, indemnity,
7743 or other liability obligations and/or rights consistent with this
7744 License. However, in accepting such obligations, You may act only
7745 on Your own behalf and on Your sole responsibility, not on behalf
7746 of any other Contributor, and only if You agree to indemnify,
7747 defend, and hold each Contributor harmless for any liability
7748 incurred by, or claims asserted against, such Contributor by reason
7749 of your accepting any such warranty or additional liability.
7751 END OF TERMS AND CONDITIONS
7753 APPENDIX: How to apply the Apache License to your work.
7755 To apply the Apache License to your work, attach the following
7756 boilerplate notice, with the fields enclosed by brackets "[]"
7757 replaced with your own identifying information. (Don't include
7758 the brackets!) The text should be enclosed in the appropriate
7759 comment syntax for the file format. We also recommend that a
7760 file or class name and description of purpose be included on the
7761 same "printed page" as the copyright notice for easier
7762 identification within third-party archives.
7764 Copyright [2007] Neal Norwitz
7765 Portions Copyright [2007] Google Inc.
7767 Licensed under the Apache License, Version 2.0 (the "License");
7768 you may not use this file except in compliance with the License.
7769 You may obtain a copy of the License at
7771 http://www.apache.org/licenses/LICENSE-2.0
7773 Unless required by applicable law or agreed to in writing, software
7774 distributed under the License is distributed on an "AS IS" BASIS,
7775 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7776 See the License for the specific language governing permissions and
7777 limitations under the License.
7779 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7780 </pre>
7781 <ul>
7783 </ul>
7784 </div>
7785 </div>
7788 <div class="product">
7789 <span class="title">gmp-5.0.2_p1</span>
7790 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7791 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span>
7792 <div class="licence">
7793 <pre></pre>
7794 <ul>
7795 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
7796 </ul>
7797 </div>
7798 </div>
7801 <div class="product">
7802 <span class="title">gobi-cromo-plugin-1.0.1</span>
7803 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7804 <span class="homepage"><a href="">homepage</a></span>
7805 <div class="licence">
7806 <pre></pre>
7807 <ul>
7808 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
7809 </ul>
7810 </div>
7811 </div>
7814 <div class="product">
7815 <span class="title">gobi-firmware-1.0.61</span>
7816 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7817 <span class="homepage"><a href="">homepage</a></span>
7818 <div class="licence">
7819 <pre></pre>
7820 <ul>
7821 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7822 </ul>
7823 </div>
7824 </div>
7827 <div class="product">
7828 <span class="title">gobi-sdk-0.1</span>
7829 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7830 <span class="homepage"><a href="">homepage</a></span>
7831 <div class="licence">
7832 <pre></pre>
7833 <ul>
7834 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7835 </ul>
7836 </div>
7837 </div>
7840 <div class="product">
7841 <span class="title">gobi3k-lib-0.0.1</span>
7842 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7843 <span class="homepage"><a href="">homepage</a></span>
7844 <div class="licence">
7845 <pre></pre>
7846 <ul>
7847 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
7848 </ul>
7849 </div>
7850 </div>
7853 <div class="product">
7854 <span class="title">gobi3k-sdk-1.0.1</span>
7855 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7856 <span class="homepage"><a href="">homepage</a></span>
7857 <div class="licence">
7858 <pre></pre>
7859 <ul>
7860 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
7861 </ul>
7862 </div>
7863 </div>
7866 <div class="product">
7867 <span class="title">google-breakpad-1303</span>
7868 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7869 <span class="homepage"><a href="http://code.google.com/p/google-breakpad">homepage</a></span>
7870 <div class="licence">
7871 <pre></pre>
7872 <ul>
7873 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
7874 </ul>
7875 </div>
7876 </div>
7879 <div class="product">
7880 <span class="title">GoogleChineseInput-cangjie-2.0.0.0</span>
7881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7882 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
7883 <div class="licence">
7884 <pre></pre>
7885 <ul>
7886 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7887 </ul>
7888 </div>
7889 </div>
7892 <div class="product">
7893 <span class="title">GoogleChineseInput-pinyin-2.0.0.0</span>
7894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7895 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
7896 <div class="licence">
7897 <pre></pre>
7898 <ul>
7899 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7900 </ul>
7901 </div>
7902 </div>
7905 <div class="product">
7906 <span class="title">GoogleChineseInput-zhuyin-2.0.0.0</span>
7907 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7908 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
7909 <div class="licence">
7910 <pre></pre>
7911 <ul>
7912 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7913 </ul>
7914 </div>
7915 </div>
7918 <div class="product">
7919 <span class="title">GoogleKeyboardInput-xkb-1.1.0.0</span>
7920 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7921 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
7922 <div class="licence">
7923 <pre></pre>
7924 <ul>
7925 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
7926 </ul>
7927 </div>
7928 </div>
7931 <div class="product">
7932 <span class="title">gpsd-3.4</span>
7933 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7934 <span class="homepage"><a href="http://catb.org/gpsd/">homepage</a></span>
7935 <div class="licence">
7936 <pre>Scanned Source License gpsd-3.4/COPYING:
7938 COPYRIGHTS
7940 Compilation copyright is held by the GPSD project. All rights reserved.
7942 GPSD project copyrights are assigned to the project lead, currently
7943 Eric S. Raymond. Other portions of the GPSD code are Copyright (c)
7944 1997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others
7945 Copyright (c) 2005 by Eric S. Raymond. For other copyrights, see
7946 individual files.
7948 BSD LICENSE
7950 Redistribution and use in source and binary forms, with or without
7951 modification, are permitted provided that the following conditions
7952 are met:&lt;P&gt;
7954 Redistributions of source code must retain the above copyright
7955 notice, this list of conditions and the following disclaimer.&lt;P&gt;
7957 Redistributions in binary form must reproduce the above copyright
7958 notice, this list of conditions and the following disclaimer in the
7959 documentation and/or other materials provided with the distribution.&lt;P&gt;
7961 Neither name of the GPSD project nor the names of its contributors
7962 may be used to endorse or promote products derived from this software
7963 without specific prior written permission.
7965 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7966 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7967 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7968 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
7969 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
7970 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
7971 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
7972 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
7973 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
7974 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
7975 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7977 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7978 </pre>
7979 <ul>
7981 </ul>
7982 </div>
7983 </div>
7986 <div class="product">
7987 <span class="title">grep-2.14</span>
7988 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7989 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span>
7990 <div class="licence">
7991 <pre></pre>
7992 <ul>
7993 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
7994 </ul>
7995 </div>
7996 </div>
7999 <div class="product">
8000 <span class="title">gsm-1.0.13</span>
8001 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8002 <span class="homepage"><a href="http://packages.qa.debian.org/libg/libgsm.html">homepage</a></span>
8003 <div class="licence">
8004 <pre>Gentoo Package Stock License gsm:
8006 Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,
8007 Technische Universitaet Berlin
8009 Any use of this software is permitted provided that this notice is not
8010 removed and that neither the authors nor the Technische Universitaet Berlin
8011 are deemed to have made any representations as to the suitability of this
8012 software for any purpose nor are held responsible for any defects of
8013 this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
8015 As a matter of courtesy, the authors request to be informed about uses
8016 this software has found, about bugs in this software, and about any
8017 improvements that may be of general interest.
8019 Berlin, 28.11.1994
8020 Jutta Degener
8021 Carsten Bormann
8025 Since the original terms of 15 years ago maybe do not make our
8026 intentions completely clear given today's refined usage of the legal
8027 terms, we append this additional permission:
8029 Permission to use, copy, modify, and distribute this software
8030 for any purpose with or without fee is hereby granted,
8031 provided that this notice is not removed and that neither
8032 the authors nor the Technische Universitaet Berlin are
8033 deemed to have made any representations as to the suitability
8034 of this software for any purpose nor are held responsible
8035 for any defects of this software. THERE IS ABSOLUTELY NO
8036 WARRANTY FOR THIS SOFTWARE.
8038 Berkeley/Bremen, 05.04.2009
8039 Jutta Degener
8040 Carsten Bormann
8042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8043 </pre>
8044 <ul>
8046 </ul>
8047 </div>
8048 </div>
8051 <div class="product">
8052 <span class="title">gtalk-62219080</span>
8053 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8054 <span class="homepage"><a href="http://www.google.com">homepage</a></span>
8055 <div class="licence">
8056 <pre></pre>
8057 <ul>
8058 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
8059 </ul>
8060 </div>
8061 </div>
8064 <div class="product">
8065 <span class="title">gtest-1.6.0</span>
8066 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8067 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span>
8068 <div class="licence">
8069 <pre>Scanned Source License gtest-1.6.0/COPYING:
8071 Copyright 2008, Google Inc.
8072 All rights reserved.
8074 Redistribution and use in source and binary forms, with or without
8075 modification, are permitted provided that the following conditions are
8076 met:
8078 * Redistributions of source code must retain the above copyright
8079 notice, this list of conditions and the following disclaimer.
8080 * Redistributions in binary form must reproduce the above
8081 copyright notice, this list of conditions and the following disclaimer
8082 in the documentation and/or other materials provided with the
8083 distribution.
8084 * Neither the name of Google Inc. nor the names of its
8085 contributors may be used to endorse or promote products derived from
8086 this software without specific prior written permission.
8088 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8089 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8090 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8091 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8092 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8093 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8094 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8095 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8096 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8097 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8098 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8100 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8101 </pre>
8102 <ul>
8104 </ul>
8105 </div>
8106 </div>
8109 <div class="product">
8110 <span class="title">gtk+-2.20.1</span>
8111 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8112 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
8113 <div class="licence">
8114 <pre></pre>
8115 <ul>
8116 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
8117 </ul>
8118 </div>
8119 </div>
8122 <div class="product">
8123 <span class="title">gtk-doc-am-1.18</span>
8124 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8125 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span>
8126 <div class="licence">
8127 <pre>Gentoo Package Stock License FDL-1.1:
8129 GNU Free Documentation License
8130 Version 1.1, March 2000
8132 Copyright (C) 2000 Free Software Foundation, Inc.
8133 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8134 Everyone is permitted to copy and distribute verbatim copies
8135 of this license document, but changing it is not allowed.
8138 0. PREAMBLE
8140 The purpose of this License is to make a manual, textbook, or other
8141 written document "free" in the sense of freedom: to assure everyone
8142 the effective freedom to copy and redistribute it, with or without
8143 modifying it, either commercially or noncommercially. Secondarily,
8144 this License preserves for the author and publisher a way to get
8145 credit for their work, while not being considered responsible for
8146 modifications made by others.
8148 This License is a kind of "copyleft", which means that derivative
8149 works of the document must themselves be free in the same sense. It
8150 complements the GNU General Public License, which is a copyleft
8151 license designed for free software.
8153 We have designed this License in order to use it for manuals for free
8154 software, because free software needs free documentation: a free
8155 program should come with manuals providing the same freedoms that the
8156 software does. But this License is not limited to software manuals;
8157 it can be used for any textual work, regardless of subject matter or
8158 whether it is published as a printed book. We recommend this License
8159 principally for works whose purpose is instruction or reference.
8162 1. APPLICABILITY AND DEFINITIONS
8164 This License applies to any manual or other work that contains a
8165 notice placed by the copyright holder saying it can be distributed
8166 under the terms of this License. The "Document", below, refers to any
8167 such manual or work. Any member of the public is a licensee, and is
8168 addressed as "you".
8170 A "Modified Version" of the Document means any work containing the
8171 Document or a portion of it, either copied verbatim, or with
8172 modifications and/or translated into another language.
8174 A "Secondary Section" is a named appendix or a front-matter section of
8175 the Document that deals exclusively with the relationship of the
8176 publishers or authors of the Document to the Document's overall subject
8177 (or to related matters) and contains nothing that could fall directly
8178 within that overall subject. (For example, if the Document is in part a
8179 textbook of mathematics, a Secondary Section may not explain any
8180 mathematics.) The relationship could be a matter of historical
8181 connection with the subject or with related matters, or of legal,
8182 commercial, philosophical, ethical or political position regarding
8183 them.
8185 The "Invariant Sections" are certain Secondary Sections whose titles
8186 are designated, as being those of Invariant Sections, in the notice
8187 that says that the Document is released under this License.
8189 The "Cover Texts" are certain short passages of text that are listed,
8190 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
8191 the Document is released under this License.
8193 A "Transparent" copy of the Document means a machine-readable copy,
8194 represented in a format whose specification is available to the
8195 general public, whose contents can be viewed and edited directly and
8196 straightforwardly with generic text editors or (for images composed of
8197 pixels) generic paint programs or (for drawings) some widely available
8198 drawing editor, and that is suitable for input to text formatters or
8199 for automatic translation to a variety of formats suitable for input
8200 to text formatters. A copy made in an otherwise Transparent file
8201 format whose markup has been designed to thwart or discourage
8202 subsequent modification by readers is not Transparent. A copy that is
8203 not "Transparent" is called "Opaque".
8205 Examples of suitable formats for Transparent copies include plain
8206 ASCII without markup, Texinfo input format, LaTeX input format, SGML
8207 or XML using a publicly available DTD, and standard-conforming simple
8208 HTML designed for human modification. Opaque formats include
8209 PostScript, PDF, proprietary formats that can be read and edited only
8210 by proprietary word processors, SGML or XML for which the DTD and/or
8211 processing tools are not generally available, and the
8212 machine-generated HTML produced by some word processors for output
8213 purposes only.
8215 The "Title Page" means, for a printed book, the title page itself,
8216 plus such following pages as are needed to hold, legibly, the material
8217 this License requires to appear in the title page. For works in
8218 formats which do not have any title page as such, "Title Page" means
8219 the text near the most prominent appearance of the work's title,
8220 preceding the beginning of the body of the text.
8223 2. VERBATIM COPYING
8225 You may copy and distribute the Document in any medium, either
8226 commercially or noncommercially, provided that this License, the
8227 copyright notices, and the license notice saying this License applies
8228 to the Document are reproduced in all copies, and that you add no other
8229 conditions whatsoever to those of this License. You may not use
8230 technical measures to obstruct or control the reading or further
8231 copying of the copies you make or distribute. However, you may accept
8232 compensation in exchange for copies. If you distribute a large enough
8233 number of copies you must also follow the conditions in section 3.
8235 You may also lend copies, under the same conditions stated above, and
8236 you may publicly display copies.
8239 3. COPYING IN QUANTITY
8241 If you publish printed copies of the Document numbering more than 100,
8242 and the Document's license notice requires Cover Texts, you must enclose
8243 the copies in covers that carry, clearly and legibly, all these Cover
8244 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
8245 the back cover. Both covers must also clearly and legibly identify
8246 you as the publisher of these copies. The front cover must present
8247 the full title with all words of the title equally prominent and
8248 visible. You may add other material on the covers in addition.
8249 Copying with changes limited to the covers, as long as they preserve
8250 the title of the Document and satisfy these conditions, can be treated
8251 as verbatim copying in other respects.
8253 If the required texts for either cover are too voluminous to fit
8254 legibly, you should put the first ones listed (as many as fit
8255 reasonably) on the actual cover, and continue the rest onto adjacent
8256 pages.
8258 If you publish or distribute Opaque copies of the Document numbering
8259 more than 100, you must either include a machine-readable Transparent
8260 copy along with each Opaque copy, or state in or with each Opaque copy
8261 a publicly-accessible computer-network location containing a complete
8262 Transparent copy of the Document, free of added material, which the
8263 general network-using public has access to download anonymously at no
8264 charge using public-standard network protocols. If you use the latter
8265 option, you must take reasonably prudent steps, when you begin
8266 distribution of Opaque copies in quantity, to ensure that this
8267 Transparent copy will remain thus accessible at the stated location
8268 until at least one year after the last time you distribute an Opaque
8269 copy (directly or through your agents or retailers) of that edition to
8270 the public.
8272 It is requested, but not required, that you contact the authors of the
8273 Document well before redistributing any large number of copies, to give
8274 them a chance to provide you with an updated version of the Document.
8277 4. MODIFICATIONS
8279 You may copy and distribute a Modified Version of the Document under
8280 the conditions of sections 2 and 3 above, provided that you release
8281 the Modified Version under precisely this License, with the Modified
8282 Version filling the role of the Document, thus licensing distribution
8283 and modification of the Modified Version to whoever possesses a copy
8284 of it. In addition, you must do these things in the Modified Version:
8286 A. Use in the Title Page (and on the covers, if any) a title distinct
8287 from that of the Document, and from those of previous versions
8288 (which should, if there were any, be listed in the History section
8289 of the Document). You may use the same title as a previous version
8290 if the original publisher of that version gives permission.
8291 B. List on the Title Page, as authors, one or more persons or entities
8292 responsible for authorship of the modifications in the Modified
8293 Version, together with at least five of the principal authors of the
8294 Document (all of its principal authors, if it has less than five).
8295 C. State on the Title page the name of the publisher of the
8296 Modified Version, as the publisher.
8297 D. Preserve all the copyright notices of the Document.
8298 E. Add an appropriate copyright notice for your modifications
8299 adjacent to the other copyright notices.
8300 F. Include, immediately after the copyright notices, a license notice
8301 giving the public permission to use the Modified Version under the
8302 terms of this License, in the form shown in the Addendum below.
8303 G. Preserve in that license notice the full lists of Invariant Sections
8304 and required Cover Texts given in the Document's license notice.
8305 H. Include an unaltered copy of this License.
8306 I. Preserve the section entitled "History", and its title, and add to
8307 it an item stating at least the title, year, new authors, and
8308 publisher of the Modified Version as given on the Title Page. If
8309 there is no section entitled "History" in the Document, create one
8310 stating the title, year, authors, and publisher of the Document as
8311 given on its Title Page, then add an item describing the Modified
8312 Version as stated in the previous sentence.
8313 J. Preserve the network location, if any, given in the Document for
8314 public access to a Transparent copy of the Document, and likewise
8315 the network locations given in the Document for previous versions
8316 it was based on. These may be placed in the "History" section.
8317 You may omit a network location for a work that was published at
8318 least four years before the Document itself, or if the original
8319 publisher of the version it refers to gives permission.
8320 K. In any section entitled "Acknowledgements" or "Dedications",
8321 preserve the section's title, and preserve in the section all the
8322 substance and tone of each of the contributor acknowledgements
8323 and/or dedications given therein.
8324 L. Preserve all the Invariant Sections of the Document,
8325 unaltered in their text and in their titles. Section numbers
8326 or the equivalent are not considered part of the section titles.
8327 M. Delete any section entitled "Endorsements". Such a section
8328 may not be included in the Modified Version.
8329 N. Do not retitle any existing section as "Endorsements"
8330 or to conflict in title with any Invariant Section.
8332 If the Modified Version includes new front-matter sections or
8333 appendices that qualify as Secondary Sections and contain no material
8334 copied from the Document, you may at your option designate some or all
8335 of these sections as invariant. To do this, add their titles to the
8336 list of Invariant Sections in the Modified Version's license notice.
8337 These titles must be distinct from any other section titles.
8339 You may add a section entitled "Endorsements", provided it contains
8340 nothing but endorsements of your Modified Version by various
8341 parties--for example, statements of peer review or that the text has
8342 been approved by an organization as the authoritative definition of a
8343 standard.
8345 You may add a passage of up to five words as a Front-Cover Text, and a
8346 passage of up to 25 words as a Back-Cover Text, to the end of the list
8347 of Cover Texts in the Modified Version. Only one passage of
8348 Front-Cover Text and one of Back-Cover Text may be added by (or
8349 through arrangements made by) any one entity. If the Document already
8350 includes a cover text for the same cover, previously added by you or
8351 by arrangement made by the same entity you are acting on behalf of,
8352 you may not add another; but you may replace the old one, on explicit
8353 permission from the previous publisher that added the old one.
8355 The author(s) and publisher(s) of the Document do not by this License
8356 give permission to use their names for publicity for or to assert or
8357 imply endorsement of any Modified Version.
8360 5. COMBINING DOCUMENTS
8362 You may combine the Document with other documents released under this
8363 License, under the terms defined in section 4 above for modified
8364 versions, provided that you include in the combination all of the
8365 Invariant Sections of all of the original documents, unmodified, and
8366 list them all as Invariant Sections of your combined work in its
8367 license notice.
8369 The combined work need only contain one copy of this License, and
8370 multiple identical Invariant Sections may be replaced with a single
8371 copy. If there are multiple Invariant Sections with the same name but
8372 different contents, make the title of each such section unique by
8373 adding at the end of it, in parentheses, the name of the original
8374 author or publisher of that section if known, or else a unique number.
8375 Make the same adjustment to the section titles in the list of
8376 Invariant Sections in the license notice of the combined work.
8378 In the combination, you must combine any sections entitled "History"
8379 in the various original documents, forming one section entitled
8380 "History"; likewise combine any sections entitled "Acknowledgements",
8381 and any sections entitled "Dedications". You must delete all sections
8382 entitled "Endorsements."
8385 6. COLLECTIONS OF DOCUMENTS
8387 You may make a collection consisting of the Document and other documents
8388 released under this License, and replace the individual copies of this
8389 License in the various documents with a single copy that is included in
8390 the collection, provided that you follow the rules of this License for
8391 verbatim copying of each of the documents in all other respects.
8393 You may extract a single document from such a collection, and distribute
8394 it individually under this License, provided you insert a copy of this
8395 License into the extracted document, and follow this License in all
8396 other respects regarding verbatim copying of that document.
8399 7. AGGREGATION WITH INDEPENDENT WORKS
8401 A compilation of the Document or its derivatives with other separate
8402 and independent documents or works, in or on a volume of a storage or
8403 distribution medium, does not as a whole count as a Modified Version
8404 of the Document, provided no compilation copyright is claimed for the
8405 compilation. Such a compilation is called an "aggregate", and this
8406 License does not apply to the other self-contained works thus compiled
8407 with the Document, on account of their being thus compiled, if they
8408 are not themselves derivative works of the Document.
8410 If the Cover Text requirement of section 3 is applicable to these
8411 copies of the Document, then if the Document is less than one quarter
8412 of the entire aggregate, the Document's Cover Texts may be placed on
8413 covers that surround only the Document within the aggregate.
8414 Otherwise they must appear on covers around the whole aggregate.
8417 8. TRANSLATION
8419 Translation is considered a kind of modification, so you may
8420 distribute translations of the Document under the terms of section 4.
8421 Replacing Invariant Sections with translations requires special
8422 permission from their copyright holders, but you may include
8423 translations of some or all Invariant Sections in addition to the
8424 original versions of these Invariant Sections. You may include a
8425 translation of this License provided that you also include the
8426 original English version of this License. In case of a disagreement
8427 between the translation and the original English version of this
8428 License, the original English version will prevail.
8431 9. TERMINATION
8433 You may not copy, modify, sublicense, or distribute the Document except
8434 as expressly provided for under this License. Any other attempt to
8435 copy, modify, sublicense or distribute the Document is void, and will
8436 automatically terminate your rights under this License. However,
8437 parties who have received copies, or rights, from you under this
8438 License will not have their licenses terminated so long as such
8439 parties remain in full compliance.
8442 10. FUTURE REVISIONS OF THIS LICENSE
8444 The Free Software Foundation may publish new, revised versions
8445 of the GNU Free Documentation License from time to time. Such new
8446 versions will be similar in spirit to the present version, but may
8447 differ in detail to address new problems or concerns. See
8448 http://www.gnu.org/copyleft/.
8450 Each version of the License is given a distinguishing version number.
8451 If the Document specifies that a particular numbered version of this
8452 License "or any later version" applies to it, you have the option of
8453 following the terms and conditions either of that specified version or
8454 of any later version that has been published (not as a draft) by the
8455 Free Software Foundation. If the Document does not specify a version
8456 number of this License, you may choose any version ever published (not
8457 as a draft) by the Free Software Foundation.
8460 ADDENDUM: How to use this License for your documents
8462 To use this License in a document you have written, include a copy of
8463 the License in the document and put the following copyright and
8464 license notices just after the title page:
8466 Copyright (c) YEAR YOUR NAME.
8467 Permission is granted to copy, distribute and/or modify this document
8468 under the terms of the GNU Free Documentation License, Version 1.1
8469 or any later version published by the Free Software Foundation;
8470 with the Invariant Sections being LIST THEIR TITLES, with the
8471 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
8472 A copy of the license is included in the section entitled "GNU
8473 Free Documentation License".
8475 If you have no Invariant Sections, write "with no Invariant Sections"
8476 instead of saying which ones are invariant. If you have no
8477 Front-Cover Texts, write "no Front-Cover Texts" instead of
8478 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
8480 If your document contains nontrivial examples of program code, we
8481 recommend releasing these examples in parallel under your choice of
8482 free software license, such as the GNU General Public License,
8483 to permit their use in free software.
8485 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8486 </pre>
8487 <ul>
8488 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8489 </ul>
8490 </div>
8491 </div>
8494 <div class="product">
8495 <span class="title">gzip-1.5</span>
8496 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8497 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span>
8498 <div class="licence">
8499 <pre></pre>
8500 <ul>
8501 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8502 </ul>
8503 </div>
8504 </div>
8507 <div class="product">
8508 <span class="title">harfbuzz-0.9.27</span>
8509 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8510 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
8511 <div class="licence">
8512 <pre>Scanned Source License harfbuzz-0.9.27/COPYING:
8514 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
8515 For parts of HarfBuzz that are licensed under different licenses see individual
8516 files names COPYING in subdirectories where applicable.
8518 Copyright © 2010,2011,2012 Google, Inc.
8519 Copyright © 2012 Mozilla Foundation
8520 Copyright © 2011 Codethink Limited
8521 Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
8522 Copyright © 2009 Keith Stribley
8523 Copyright © 2009 Martin Hosken and SIL International
8524 Copyright © 2007 Chris Wilson
8525 Copyright © 2006 Behdad Esfahbod
8526 Copyright © 2005 David Turner
8527 Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc.
8528 Copyright © 1998-2004 David Turner and Werner Lemberg
8530 For full copyright notices consult the individual files in the package.
8533 Permission is hereby granted, without written agreement and without
8534 license or royalty fees, to use, copy, modify, and distribute this
8535 software and its documentation for any purpose, provided that the
8536 above copyright notice and the following two paragraphs appear in
8537 all copies of this software.
8539 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
8540 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
8541 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
8542 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
8543 DAMAGE.
8545 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
8546 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
8547 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
8548 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
8549 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
8551 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8553 Scanned Source License harfbuzz-0.9.27/src/hb-ucdn/COPYING:
8555 The contents of this directory are licensed under the following terms:
8557 Permission to use, copy, modify, and/or distribute this software for any
8558 purpose with or without fee is hereby granted, provided that the above
8559 copyright notice and this permission notice appear in all copies.
8561 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8562 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
8563 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
8564 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
8565 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
8566 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
8567 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8569 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8571 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/LICENSE:
8573 CC BY-NC-SA 3.0
8574 http://www.crulp.org/software/license/CreativeCommons.html
8575 https://creativecommons.org/licenses/by-nc-sa/3.0/
8577 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8579 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/LICENSE:
8581 Copyright (c) 2010 Red Hat Inc.
8583 Permission is hereby granted, free of charge, to any person obtaining a copy
8584 of this software and associated documentation files (the "Software"), to deal
8585 in the Software without restriction, including without limitation the rights
8586 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8587 copies of the Software, and to permit persons to whom the Software is
8588 furnished to do so, subject to the following conditions:
8590 The above copyright notice and this permission notice shall be included in
8591 all copies or substantial portions of the Software.
8593 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8594 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8595 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8596 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8597 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8598 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8599 THE SOFTWARE.
8601 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8603 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/LICENSE:
8605 Copyright (c) 2010 Red Hat Inc.
8607 Permission is hereby granted, free of charge, to any person obtaining a copy
8608 of this software and associated documentation files (the "Software"), to deal
8609 in the Software without restriction, including without limitation the rights
8610 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8611 copies of the Software, and to permit persons to whom the Software is
8612 furnished to do so, subject to the following conditions:
8614 The above copyright notice and this permission notice shall be included in
8615 all copies or substantial portions of the Software.
8617 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8618 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8619 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8620 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8621 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8622 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8623 THE SOFTWARE.
8625 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8627 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/LICENSE:
8629 Copyright (c) 2010 Red Hat Inc.
8631 Permission is hereby granted, free of charge, to any person obtaining a copy
8632 of this software and associated documentation files (the "Software"), to deal
8633 in the Software without restriction, including without limitation the rights
8634 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8635 copies of the Software, and to permit persons to whom the Software is
8636 furnished to do so, subject to the following conditions:
8638 The above copyright notice and this permission notice shall be included in
8639 all copies or substantial portions of the Software.
8641 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8642 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8643 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8644 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8645 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8646 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8647 THE SOFTWARE.
8649 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8651 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/LICENSE:
8653 Copyright (c) 2010 Red Hat Inc.
8655 Permission is hereby granted, free of charge, to any person obtaining a copy
8656 of this software and associated documentation files (the "Software"), to deal
8657 in the Software without restriction, including without limitation the rights
8658 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8659 copies of the Software, and to permit persons to whom the Software is
8660 furnished to do so, subject to the following conditions:
8662 The above copyright notice and this permission notice shall be included in
8663 all copies or substantial portions of the Software.
8665 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8666 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8667 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8668 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8669 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8670 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8671 THE SOFTWARE.
8673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8675 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/LICENSE:
8677 Copyright (c) 2010 Red Hat Inc.
8679 Permission is hereby granted, free of charge, to any person obtaining a copy
8680 of this software and associated documentation files (the "Software"), to deal
8681 in the Software without restriction, including without limitation the rights
8682 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8683 copies of the Software, and to permit persons to whom the Software is
8684 furnished to do so, subject to the following conditions:
8686 The above copyright notice and this permission notice shall be included in
8687 all copies or substantial portions of the Software.
8689 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8690 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8691 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8692 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8693 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8694 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8695 THE SOFTWARE.
8697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8699 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/LICENSE:
8701 Copyright (c) 2010 Red Hat Inc.
8703 Permission is hereby granted, free of charge, to any person obtaining a copy
8704 of this software and associated documentation files (the "Software"), to deal
8705 in the Software without restriction, including without limitation the rights
8706 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8707 copies of the Software, and to permit persons to whom the Software is
8708 furnished to do so, subject to the following conditions:
8710 The above copyright notice and this permission notice shall be included in
8711 all copies or substantial portions of the Software.
8713 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8714 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8715 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8716 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8717 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8718 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8719 THE SOFTWARE.
8721 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8723 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/LICENSE:
8725 Copyright (c) 2010 Red Hat Inc.
8727 Permission is hereby granted, free of charge, to any person obtaining a copy
8728 of this software and associated documentation files (the "Software"), to deal
8729 in the Software without restriction, including without limitation the rights
8730 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8731 copies of the Software, and to permit persons to whom the Software is
8732 furnished to do so, subject to the following conditions:
8734 The above copyright notice and this permission notice shall be included in
8735 all copies or substantial portions of the Software.
8737 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8738 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8739 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8740 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8741 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8742 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8743 THE SOFTWARE.
8745 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8747 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/LICENSE:
8749 Copyright (c) 2010 Red Hat Inc.
8751 Permission is hereby granted, free of charge, to any person obtaining a copy
8752 of this software and associated documentation files (the "Software"), to deal
8753 in the Software without restriction, including without limitation the rights
8754 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8755 copies of the Software, and to permit persons to whom the Software is
8756 furnished to do so, subject to the following conditions:
8758 The above copyright notice and this permission notice shall be included in
8759 all copies or substantial portions of the Software.
8761 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8762 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8763 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8764 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8765 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8766 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8767 THE SOFTWARE.
8769 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8771 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/LICENSE:
8773 Copyright (c) 2010 Red Hat Inc.
8775 Permission is hereby granted, free of charge, to any person obtaining a copy
8776 of this software and associated documentation files (the "Software"), to deal
8777 in the Software without restriction, including without limitation the rights
8778 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8779 copies of the Software, and to permit persons to whom the Software is
8780 furnished to do so, subject to the following conditions:
8782 The above copyright notice and this permission notice shall be included in
8783 all copies or substantial portions of the Software.
8785 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8786 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8787 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8788 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8789 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8790 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8791 THE SOFTWARE.
8793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8795 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/LICENSE:
8797 Copyright (c) 2010 Red Hat Inc.
8799 Permission is hereby granted, free of charge, to any person obtaining a copy
8800 of this software and associated documentation files (the "Software"), to deal
8801 in the Software without restriction, including without limitation the rights
8802 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8803 copies of the Software, and to permit persons to whom the Software is
8804 furnished to do so, subject to the following conditions:
8806 The above copyright notice and this permission notice shall be included in
8807 all copies or substantial portions of the Software.
8809 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8810 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8811 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8812 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8813 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8814 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8815 THE SOFTWARE.
8817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8819 Scanned Source License harfbuzz-0.9.27/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/LICENSE:
8821 Copyright (c) 2010 Red Hat Inc.
8823 Permission is hereby granted, free of charge, to any person obtaining a copy
8824 of this software and associated documentation files (the "Software"), to deal
8825 in the Software without restriction, including without limitation the rights
8826 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8827 copies of the Software, and to permit persons to whom the Software is
8828 furnished to do so, subject to the following conditions:
8830 The above copyright notice and this permission notice shall be included in
8831 all copies or substantial portions of the Software.
8833 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8834 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8835 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8836 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8837 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8838 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8839 THE SOFTWARE.
8841 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8843 Gentoo Package Stock License icu:
8845 ICU License - ICU 1.8.1 and later
8847 COPYRIGHT AND PERMISSION NOTICE
8849 Copyright (c) 1995-2003 International Business Machines Corporation and others
8850 All rights reserved.
8852 Permission is hereby granted, free of charge, to any person obtaining a
8853 copy of this software and associated documentation files (the
8854 "Software"), to deal in the Software without restriction, including
8855 without limitation the rights to use, copy, modify, merge, publish,
8856 distribute, and/or sell copies of the Software, and to permit persons
8857 to whom the Software is furnished to do so, provided that the above
8858 copyright notice(s) and this permission notice appear in all copies of
8859 the Software and that both the above copyright notice(s) and this
8860 permission notice appear in supporting documentation.
8862 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8863 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8864 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
8865 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
8866 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
8867 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
8868 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8869 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
8870 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8872 Except as contained in this notice, the name of a copyright holder
8873 shall not be used in advertising or otherwise to promote the sale, use
8874 or other dealings in this Software without prior written authorization
8875 of the copyright holder.
8877 --------------------------------------------------------------------------------
8878 All trademarks and registered trademarks mentioned herein are the property of their respective owners.
8880 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8881 </pre>
8882 <ul>
8883 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
8884 </ul>
8885 </div>
8886 </div>
8889 <div class="product">
8890 <span class="title">hdctools-0.0.1</span>
8891 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8892 <span class="homepage"><a href="">homepage</a></span>
8893 <div class="licence">
8894 <pre></pre>
8895 <ul>
8896 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
8897 </ul>
8898 </div>
8899 </div>
8902 <div class="product">
8903 <span class="title">hdparm-9.39</span>
8904 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8905 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span>
8906 <div class="licence">
8907 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT:
8909 BSD-Style Open Source License:
8911 You may freely use, modify, and redistribute the hdparm program,
8912 as either binary or source, or both.
8914 The only condition is that my name and copyright notice
8915 remain in the source code as-is.
8917 Mark Lord (mlord@pobox.com)
8919 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8921 Scanned Source License hdparm-9.39/debian/copyright:
8923 This package was debianized by Christopher L Cheney &lt;ccheney@debian.org&gt; on
8924 Wed, 21 Nov 2001 15:51:14 -0600.
8926 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware
8928 Upstream Author: Mark S. Lord &lt;mlord@pobox.com&gt;
8930 Copyright:
8932 /* hdparm.c - Command line interface to get/set hard disk parameters */
8933 /* - by Mark Lord © 1994-2008 -- freely distributable */
8935 You are free to distribute this software under the terms of the BSD License.
8936 On Debian systems, the complete text of the BSD License can be found in
8937 /usr/share/common-licenses/BSD
8941 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8942 </pre>
8943 <ul>
8944 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8945 </ul>
8946 </div>
8947 </div>
8950 <div class="product">
8951 <span class="title">hostapd-2.1</span>
8952 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8953 <span class="homepage"><a href="http://hostap.epitest.fi">homepage</a></span>
8954 <div class="licence">
8955 <pre></pre>
8956 <ul>
8957 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8958 </ul>
8959 </div>
8960 </div>
8963 <div class="product">
8964 <span class="title">htmltidy-20090325</span>
8965 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8966 <span class="homepage"><a href="http://tidy.sourceforge.net/">homepage</a></span>
8967 <div class="licence">
8968 <pre></pre>
8969 <ul>
8970 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8971 </ul>
8972 </div>
8973 </div>
8976 <div class="product">
8977 <span class="title">htpdate-1.0.4</span>
8978 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8979 <span class="homepage"><a href="http://www.clevervest.com/htp/">homepage</a></span>
8980 <div class="licence">
8981 <pre></pre>
8982 <ul>
8983 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8984 </ul>
8985 </div>
8986 </div>
8989 <div class="product">
8990 <span class="title">hwids-20130915.1</span>
8991 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8992 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span>
8993 <div class="licence">
8994 <pre></pre>
8995 <ul>
8996 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8997 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
8998 </ul>
8999 </div>
9000 </div>
9003 <div class="product">
9004 <span class="title">i2c-tools-3.0.2</span>
9005 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9006 <span class="homepage"><a href="http://www.lm-sensors.org/wiki/I2CTools">homepage</a></span>
9007 <div class="licence">
9008 <pre></pre>
9009 <ul>
9010 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9011 </ul>
9012 </div>
9013 </div>
9016 <div class="product">
9017 <span class="title">i7z-0.27</span>
9018 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9019 <span class="homepage"><a href="http://code.google.com/p/i7z/">homepage</a></span>
9020 <div class="licence">
9021 <pre></pre>
9022 <ul>
9023 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9024 </ul>
9025 </div>
9026 </div>
9029 <div class="product">
9030 <span class="title">imagemagick-6.7.8.7</span>
9031 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9032 <span class="homepage"><a href="http://www.imagemagick.org/">homepage</a></span>
9033 <div class="licence">
9034 <pre>Gentoo Package Stock License imagemagick:
9036 Before we get to the text of the license, lets just review what the license says in simple terms:
9038 It allows you to:
9040 * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
9041 * use ImageMagick software in packages or distributions that you create;
9042 * link against a library under a different license;
9043 * link code under a different license against a library under this license;
9044 * merge code into a work under a different license;
9045 * extend patent grants to any code using code under this license;
9046 * and extend patent protection.
9048 It forbids you to:
9050 * redistribute any piece of ImageMagick-originated software without proper attribution;
9051 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
9052 * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
9054 It requires you to:
9056 * include a copy of the license in any redistribution you may make that includes ImageMagick software;
9057 * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
9059 It does not require you to:
9061 * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
9062 * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
9064 A few other clarifications include:
9066 * ImageMagick is freely available without charge;
9067 * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
9068 * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
9069 * the license is compatible with the GPL V3.
9070 * when exporting the ImageMagick software, review its export classification.
9072 Terms and Conditions for Use, Reproduction, and Distribution
9074 The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
9076 Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
9078 1. Definitions.
9080 License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
9082 Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
9084 Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
9086 You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
9088 Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
9090 Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
9092 Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
9094 Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
9096 Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
9098 Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
9100 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
9102 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
9104 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
9106 * You must give any other recipients of the Work or Derivative Works a copy of this License; and
9107 * You must cause any modified files to carry prominent notices stating that You changed the files; and
9108 * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
9109 * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
9110 You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
9112 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
9114 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
9116 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
9118 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
9120 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
9122 How to Apply the License to your Work
9124 To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
9126 Copyright [yyyy] [name of copyright owner]
9128 Licensed under the ImageMagick License (the "License"); you may not use
9129 this file except in compliance with the License. You may obtain a copy
9130 of the License at
9132 http://www.imagemagick.org/script/license.php
9134 Unless required by applicable law or agreed to in writing, software
9135 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9136 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
9137 License for the specific language governing permissions and limitations
9138 under the License.
9140 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9141 </pre>
9142 <ul>
9144 </ul>
9145 </div>
9146 </div>
9149 <div class="product">
9150 <span class="title">iniparser-3.0b</span>
9151 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9152 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span>
9153 <div class="licence">
9154 <pre>Scanned Source License iniparser3.0b/LICENSE:
9156 Copyright (c) 2000-2007 by Nicolas Devillard.
9157 MIT License
9159 Permission is hereby granted, free of charge, to any person obtaining a
9160 copy of this software and associated documentation files (the "Software"),
9161 to deal in the Software without restriction, including without limitation
9162 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9163 and/or sell copies of the Software, and to permit persons to whom the
9164 Software is furnished to do so, subject to the following conditions:
9166 The above copyright notice and this permission notice shall be included in
9167 all copies or substantial portions of the Software.
9169 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9170 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9171 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9172 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9173 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9174 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9175 DEALINGS IN THE SOFTWARE.
9178 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9179 </pre>
9180 <ul>
9182 </ul>
9183 </div>
9184 </div>
9187 <div class="product">
9188 <span class="title">input-tools-4.3.2.5</span>
9189 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9190 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
9191 <div class="licence">
9192 <pre></pre>
9193 <ul>
9194 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
9195 </ul>
9196 </div>
9197 </div>
9200 <div class="product">
9201 <span class="title">inputcontrol-0.0.1</span>
9202 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9203 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
9204 <div class="licence">
9205 <pre></pre>
9206 <ul>
9207 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
9208 </ul>
9209 </div>
9210 </div>
9213 <div class="product">
9214 <span class="title">inputproto-2.3</span>
9215 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9216 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
9217 <div class="licence">
9218 <pre>Scanned Source License inputproto-2.3/COPYING:
9220 Copyright 1989, 1998 The Open Group
9222 Permission to use, copy, modify, distribute, and sell this software and its
9223 documentation for any purpose is hereby granted without fee, provided that
9224 the above copyright notice appear in all copies and that both that
9225 copyright notice and this permission notice appear in supporting
9226 documentation.
9228 The above copyright notice and this permission notice shall be included in
9229 all copies or substantial portions of the Software.
9231 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9232 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9233 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9234 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
9235 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
9236 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9238 Except as contained in this notice, the name of The Open Group shall not be
9239 used in advertising or otherwise to promote the sale, use or other dealings
9240 in this Software without prior written authorization from The Open Group.
9242 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
9244 All Rights Reserved
9246 Permission to use, copy, modify, and distribute this software and its
9247 documentation for any purpose and without fee is hereby granted,
9248 provided that the above copyright notice appear in all copies and that
9249 both that copyright notice and this permission notice appear in
9250 supporting documentation, and that the name of Hewlett-Packard not be
9251 used in advertising or publicity pertaining to distribution of the
9252 software without specific, written prior permission.
9254 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
9255 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
9256 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
9257 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
9258 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
9259 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
9260 SOFTWARE.
9262 Copyright © 2009 Red Hat, Inc.
9264 Permission is hereby granted, free of charge, to any person obtaining a
9265 copy of this software and associated documentation files (the "Software"),
9266 to deal in the Software without restriction, including without limitation
9267 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9268 and/or sell copies of the Software, and to permit persons to whom the
9269 Software is furnished to do so, subject to the following conditions:
9271 The above copyright notice and this permission notice (including the next
9272 paragraph) shall be included in all copies or substantial portions of the
9273 Software.
9275 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9276 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9277 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9278 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9279 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9280 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9281 DEALINGS IN THE SOFTWARE.
9284 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9285 </pre>
9286 <ul>
9288 </ul>
9289 </div>
9290 </div>
9293 <div class="product">
9294 <span class="title">intel-gpu-tools-1.3</span>
9295 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9296 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
9297 <div class="licence">
9298 <pre>Scanned Source License intel-gpu-tools-1.3/COPYING:
9300 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
9301 All Rights Reserved.
9303 Permission is hereby granted, free of charge, to any person obtaining a
9304 copy of this software and associated documentation files (the
9305 "Software"), to deal in the Software without restriction, including
9306 without limitation the rights to use, copy, modify, merge, publish,
9307 distribute, sub license, and/or sell copies of the Software, and to
9308 permit persons to whom the Software is furnished to do so, subject to
9309 the following conditions:
9311 The above copyright notice and this permission notice (including the
9312 next paragraph) shall be included in all copies or substantial portions
9313 of the Software.
9315 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9316 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9317 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
9318 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
9319 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
9320 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
9321 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9323 Copyright 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas.
9324 All Rights Reserved.
9326 Permission is hereby granted, free of charge, to any person obtaining a
9327 copy of this software and associated documentation files (the
9328 "Software"), to deal in the Software without restriction, including
9329 without limitation the rights to use, copy, modify, merge, publish,
9330 distribute, sub license, and/or sell copies of the Software, and to
9331 permit persons to whom the Software is furnished to do so, subject to
9332 the following conditions:
9334 The above copyright notice and this permission notice (including the
9335 next paragraph) shall be included in all copies or substantial portions
9336 of the Software.
9338 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9339 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9340 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
9341 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
9342 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
9343 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
9344 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9346 Copyright © 2006-2011 Intel Corporation
9348 Permission is hereby granted, free of charge, to any person obtaining a
9349 copy of this software and associated documentation files (the "Software"),
9350 to deal in the Software without restriction, including without limitation
9351 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9352 and/or sell copies of the Software, and to permit persons to whom the
9353 Software is furnished to do so, subject to the following conditions:
9355 The above copyright notice and this permission notice (including the next
9356 paragraph) shall be included in all copies or substantial portions of the
9357 Software.
9359 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9360 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9361 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9362 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9363 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9364 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
9365 IN THE SOFTWARE.
9367 Copyright © 2010 Red Hat, Inc.
9369 Permission is hereby granted, free of charge, to any person obtaining a
9370 copy of this software and associated documentation files (the "Software"),
9371 to deal in the Software without restriction, including without limitation
9372 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9373 and/or sell copies of the Software, and to permit persons to whom the
9374 Software is furnished to do so, subject to the following conditions:
9376 The above copyright notice and this permission notice (including the next
9377 paragraph) shall be included in all copies or substantial portions of the
9378 Software.
9380 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9381 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9382 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9383 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9384 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9385 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9386 SOFTWARE.
9388 Copyright © 2011 Daniel Vetter
9390 Permission is hereby granted, free of charge, to any person obtaining a
9391 copy of this software and associated documentation files (the "Software"),
9392 to deal in the Software without restriction, including without limitation
9393 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9394 and/or sell copies of the Software, and to permit persons to whom the
9395 Software is furnished to do so, subject to the following conditions:
9397 The above copyright notice and this permission notice (including the next
9398 paragraph) shall be included in all copies or substantial portions of the
9399 Software.
9401 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9402 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9403 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9404 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9405 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9406 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
9407 IN THE SOFTWARE.
9409 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9410 </pre>
9411 <ul>
9413 </ul>
9414 </div>
9415 </div>
9418 <div class="product">
9419 <span class="title">intltool-0.50.2</span>
9420 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9421 <span class="homepage"><a href="https://launchpad.net/intltool/">homepage</a></span>
9422 <div class="licence">
9423 <pre></pre>
9424 <ul>
9425 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9426 </ul>
9427 </div>
9428 </div>
9431 <div class="product">
9432 <span class="title">iotools-1.5</span>
9433 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9434 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span>
9435 <div class="licence">
9436 <pre></pre>
9437 <ul>
9438 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9439 </ul>
9440 </div>
9441 </div>
9444 <div class="product">
9445 <span class="title">iperf-2.0.4</span>
9446 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9447 <span class="homepage"><a href="http://iperf.sourceforge.net/">homepage</a></span>
9448 <div class="licence">
9449 <pre>Scanned Source License iperf-2.0.4/COPYING:
9451 Copyright (c) 1999-2007, The Board of Trustees of the University of Illinois
9452 All Rights Reserved.
9454 Iperf performance test
9455 Mark Gates
9456 Ajay Tirumala
9457 Jim Ferguson
9458 Jon Dugan
9459 Feng Qin
9460 Kevin Gibbs
9461 John Estabrook
9462 National Laboratory for Applied Network Research
9463 National Center for Supercomputing Applications
9464 University of Illinois at Urbana-Champaign
9465 http://www.ncsa.uiuc.edu
9467 Permission is hereby granted, free of charge, to any person obtaining a copy
9468 of this software (Iperf) and associated documentation files (the "Software"),
9469 to deal in the Software without restriction, including without limitation the
9470 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9471 sell copies of the Software, and to permit persons to whom the Software is
9472 furnished to do so, subject to the following conditions:
9475 Redistributions of source code must retain the above copyright notice, this
9476 list of conditions and the following disclaimers.
9478 Redistributions in binary form must reproduce the above copyright notice, this
9479 list of conditions and the following disclaimers in the documentation and/or
9480 other materials provided with the distribution.
9482 Neither the names of the University of Illinois, NCSA, nor the names of its
9483 contributors may be used to endorse or promote products derived from this
9484 Software without specific prior written permission. THE SOFTWARE IS PROVIDED
9485 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
9486 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
9487 AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTIBUTORS OR COPYRIGHT HOLDERS BE
9488 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
9489 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
9490 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9493 </pre>
9494 <ul>
9495 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
9496 </ul>
9497 </div>
9498 </div>
9501 <div class="product">
9502 <span class="title">iproute2-3.8.0</span>
9503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9504 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">homepage</a></span>
9505 <div class="licence">
9506 <pre></pre>
9507 <ul>
9508 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9509 </ul>
9510 </div>
9511 </div>
9514 <div class="product">
9515 <span class="title">iptables-1.4.16.3</span>
9516 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9517 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span>
9518 <div class="licence">
9519 <pre></pre>
9520 <ul>
9521 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9522 </ul>
9523 </div>
9524 </div>
9527 <div class="product">
9528 <span class="title">iputils-20121221</span>
9529 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9530 <span class="homepage"><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils">homepage</a></span>
9531 <div class="licence">
9532 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils:
9534 Copyright (c) 1989 The Regents of the University of California.
9535 All rights reserved.
9537 This code is derived from software contributed to Berkeley by
9538 Mike Muuss.
9540 Redistribution and use in source and binary forms, with or without
9541 modification, are permitted provided that the following conditions
9542 are met:
9543 1. Redistributions of source code must retain the above copyright
9544 notice, this list of conditions and the following disclaimer.
9545 2. Redistributions in binary form must reproduce the above copyright
9546 notice, this list of conditions and the following disclaimer in the
9547 documentation and/or other materials provided with the distribution.
9548 3. All advertising materials mentioning features or use of this software
9549 must display the following acknowledgement:
9550 This product includes software developed by the University of
9551 California, Berkeley and its contributors.
9552 4. Neither the name of the University nor the names of its contributors
9553 may be used to endorse or promote products derived from this software
9554 without specific prior written permission.
9556 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
9557 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
9558 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
9559 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
9560 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
9561 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
9562 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
9563 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
9564 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
9565 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
9566 SUCH DAMAGE.
9568 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9569 </pre>
9570 <ul>
9572 </ul>
9573 </div>
9574 </div>
9577 <div class="product">
9578 <span class="title">iw-3.10</span>
9579 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9580 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span>
9581 <div class="licence">
9582 <pre></pre>
9583 <ul>
9584 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
9585 </ul>
9586 </div>
9587 </div>
9590 <div class="product">
9591 <span class="title">ja-motoyafonts-1.0.0</span>
9592 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9593 <span class="homepage"><a href="http://www.motoya.co.jp">homepage</a></span>
9594 <div class="licence">
9595 <pre></pre>
9596 <ul>
9597 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
9598 </ul>
9599 </div>
9600 </div>
9603 <div class="product">
9604 <span class="title">joystick-1.4.2</span>
9605 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9606 <span class="homepage"><a href="http://sourceforge.net/projects/linuxconsole/">homepage</a></span>
9607 <div class="licence">
9608 <pre></pre>
9609 <ul>
9610 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9611 </ul>
9612 </div>
9613 </div>
9616 <div class="product">
9617 <span class="title">jsoncpp-0.6.0_rc2</span>
9618 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9619 <span class="homepage"><a href="http://jsoncpp.sourceforge.net/">homepage</a></span>
9620 <div class="licence">
9621 <pre></pre>
9622 <ul>
9623 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
9624 </ul>
9625 </div>
9626 </div>
9629 <div class="product">
9630 <span class="title">jsonrpclib-0_pre20110820</span>
9631 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9632 <span class="homepage"><a href="https://github.com/joshmarshall/jsonrpclib">homepage</a></span>
9633 <div class="licence">
9634 <pre></pre>
9635 <ul>
9636 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
9637 </ul>
9638 </div>
9639 </div>
9642 <div class="product">
9643 <span class="title">kbd-1.15.3</span>
9644 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9645 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span>
9646 <div class="licence">
9647 <pre></pre>
9648 <ul>
9649 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9650 </ul>
9651 </div>
9652 </div>
9655 <div class="product">
9656 <span class="title">kbproto-1.0.5</span>
9657 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9658 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
9659 <div class="licence">
9660 <pre>Scanned Source License kbproto-1.0.5/COPYING:
9662 Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc.
9664 Permission to use, copy, modify, and distribute this
9665 software and its documentation for any purpose and without
9666 fee is hereby granted, provided that the above copyright
9667 notice appear in all copies and that both that copyright
9668 notice and this permission notice appear in supporting
9669 documentation, and that the name of Silicon Graphics not be
9670 used in advertising or publicity pertaining to distribution
9671 of the software without specific prior written permission.
9672 Silicon Graphics makes no representation about the suitability
9673 of this software for any purpose. It is provided "as is"
9674 without any express or implied warranty.
9676 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
9677 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9678 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
9679 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
9680 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
9681 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
9682 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
9683 THE USE OR PERFORMANCE OF THIS SOFTWARE.
9685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9686 </pre>
9687 <ul>
9689 </ul>
9690 </div>
9691 </div>
9694 <div class="product">
9695 <span class="title">keyutils-1.1</span>
9696 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9697 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
9698 <div class="licence">
9699 <pre></pre>
9700 <ul>
9701 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9702 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9703 </ul>
9704 </div>
9705 </div>
9708 <div class="product">
9709 <span class="title">kmod-17</span>
9710 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9711 <span class="homepage"><a href="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git">homepage</a></span>
9712 <div class="licence">
9713 <pre></pre>
9714 <ul>
9715 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
9716 </ul>
9717 </div>
9718 </div>
9721 <div class="product">
9722 <span class="title">ko-nanumfonts-3.10.0</span>
9723 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9724 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span>
9725 <div class="licence">
9726 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE:
9728 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com),
9729 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver
9730 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver
9731 NanumBrush, NanumPen, Naver NanumPen
9733 This Font Software is licensed under the SIL Open Font License,
9734 Version 1.1.
9736 This license is copied below, and is also available with a FAQ at:
9737 http://scripts.sil.org/OFL
9739 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9741 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
9742 worldwide development of collaborative font projects, to support the font
9743 creation efforts of academic and linguistic communities, and to provide
9744 a free and open framework in which fonts may be shared and improved in
9745 partnership with others.
9747 The OFL allows the licensed fonts to be used, studied, modified and
9748 redistributed freely as long as they are not sold by themselves.
9749 The fonts, including any derivative works, can be bundled, embedded,
9750 redistributed and/or sold with any software provided that any reserved
9751 names are not used by derivative works. The fonts and derivatives,
9752 however, cannot be released under any other type of license. The
9753 requirement for fonts to remain under this license does not apply to
9754 any document created using the fonts or their derivatives.
9758 DEFINITIONS
9759 "Font Software" refers to the set of files released by the Copyright
9760 Holder(s) under this license and clearly marked as such.
9761 This may include source files, build scripts and documentation.
9763 "Reserved Font Name" refers to any names specified as such after the
9764 copyright statement(s).
9766 "Original Version" refers to the collection of Font Software components
9767 as distributed by the Copyright Holder(s).
9769 "Modified Version" refers to any derivative made by adding to, deleting,
9770 or substituting ? in part or in whole ?
9771 any of the components of the Original Version, by changing formats or
9772 by porting the Font Software to a new environment.
9774 "Author" refers to any designer, engineer, programmer, technical writer
9775 or other person who contributed to the Font Software.
9778 PERMISSION &amp; CONDITIONS
9780 Permission is hereby granted, free of charge, to any person obtaining a
9781 copy of the Font Software, to use, study, copy, merge, embed, modify,
9782 redistribute, and sell modified and unmodified copies of the Font
9783 Software, subject to the following conditions:
9785 1) Neither the Font Software nor any of its individual components,in
9786 Original or Modified Versions, may be sold by itself.
9788 2) Original or Modified Versions of the Font Software may be bundled,
9789 redistributed and/or sold with any software, provided that each copy
9790 contains the above copyright notice and this license. These can be
9791 included either as stand-alone text files, human-readable headers or
9792 in the appropriate machine-readable metadata fields within text or
9793 binary files as long as those fields can be easily viewed by the user.
9795 3) No Modified Version of the Font Software may use the Reserved Font
9796 Name(s) unless explicit written permission is granted by the
9797 corresponding Copyright Holder. This restriction only applies to the
9798 primary font name as presented to the users.
9800 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
9801 Software shall not be used to promote, endorse or advertise any
9802 Modified Version, except to acknowledge the contribution(s) of the
9803 Copyright Holder(s) and the Author(s) or with their explicit written
9804 permission.
9806 5) The Font Software, modified or unmodified, in part or in whole, must
9807 be distributed entirely under this license, and must not be distributed
9808 under any other license. The requirement for fonts to remain under
9809 this license does not apply to any document created using the Font
9810 Software.
9814 TERMINATION
9815 This license becomes null and void if any of the above conditions are not met.
9819 DISCLAIMER
9820 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9821 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
9822 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
9823 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
9824 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9825 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
9826 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9827 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
9828 DEALINGS IN THE FONT SOFTWARE.
9831 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9832 </pre>
9833 <ul>
9834 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
9835 </ul>
9836 </div>
9837 </div>
9840 <div class="product">
9841 <span class="title">ktop-0.0.1</span>
9842 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9843 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/ktop">homepage</a></span>
9844 <div class="licence">
9845 <pre></pre>
9846 <ul>
9847 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9848 </ul>
9849 </div>
9850 </div>
9853 <div class="product">
9854 <span class="title">ladspa-sdk-1.13</span>
9855 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9856 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span>
9857 <div class="licence">
9858 <pre></pre>
9859 <ul>
9860 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9861 </ul>
9862 </div>
9863 </div>
9866 <div class="product">
9867 <span class="title">laptop-mode-tools-1.59</span>
9868 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9869 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span>
9870 <div class="licence">
9871 <pre></pre>
9872 <ul>
9873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9874 </ul>
9875 </div>
9876 </div>
9879 <div class="product">
9880 <span class="title">less-457</span>
9881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9882 <span class="homepage"><a href="http://www.greenwoodsoftware.com/less/">homepage</a></span>
9883 <div class="licence">
9884 <pre></pre>
9885 <ul>
9886 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
9887 </ul>
9888 </div>
9889 </div>
9892 <div class="product">
9893 <span class="title">leveldb-0.0.1</span>
9894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9895 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
9896 <div class="licence">
9897 <pre>Scanned Source License leveldb-0.0.1/LICENSE:
9899 Copyright (c) 2011 The LevelDB Authors. All rights reserved.
9901 Redistribution and use in source and binary forms, with or without
9902 modification, are permitted provided that the following conditions are
9903 met:
9905 * Redistributions of source code must retain the above copyright
9906 notice, this list of conditions and the following disclaimer.
9907 * Redistributions in binary form must reproduce the above
9908 copyright notice, this list of conditions and the following disclaimer
9909 in the documentation and/or other materials provided with the
9910 distribution.
9911 * Neither the name of Google Inc. nor the names of its
9912 contributors may be used to endorse or promote products derived from
9913 this software without specific prior written permission.
9915 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9916 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9917 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9918 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9919 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9920 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9921 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9922 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9923 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9924 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9925 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9927 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9928 </pre>
9929 <ul>
9931 </ul>
9932 </div>
9933 </div>
9936 <div class="product">
9937 <span class="title">libaio-0.3.109</span>
9938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9939 <span class="homepage"><a href="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/">homepage</a></span>
9940 <div class="licence">
9941 <pre></pre>
9942 <ul>
9943 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
9944 </ul>
9945 </div>
9946 </div>
9949 <div class="product">
9950 <span class="title">libatomic_ops-7.2d</span>
9951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9952 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span>
9953 <div class="licence">
9954 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING:
9956 GNU GENERAL PUBLIC LICENSE
9957 Version 2, June 1991
9959 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
9960 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
9961 Everyone is permitted to copy and distribute verbatim copies
9962 of this license document, but changing it is not allowed.
9964 Preamble
9966 The licenses for most software are designed to take away your
9967 freedom to share and change it. By contrast, the GNU General Public
9968 License is intended to guarantee your freedom to share and change free
9969 software--to make sure the software is free for all its users. This
9970 General Public License applies to most of the Free Software
9971 Foundation's software and to any other program whose authors commit to
9972 using it. (Some other Free Software Foundation software is covered by
9973 the GNU Library General Public License instead.) You can apply it to
9974 your programs, too.
9976 When we speak of free software, we are referring to freedom, not
9977 price. Our General Public Licenses are designed to make sure that you
9978 have the freedom to distribute copies of free software (and charge for
9979 this service if you wish), that you receive source code or can get it
9980 if you want it, that you can change the software or use pieces of it
9981 in new free programs; and that you know you can do these things.
9983 To protect your rights, we need to make restrictions that forbid
9984 anyone to deny you these rights or to ask you to surrender the rights.
9985 These restrictions translate to certain responsibilities for you if you
9986 distribute copies of the software, or if you modify it.
9988 For example, if you distribute copies of such a program, whether
9989 gratis or for a fee, you must give the recipients all the rights that
9990 you have. You must make sure that they, too, receive or can get the
9991 source code. And you must show them these terms so they know their
9992 rights.
9994 We protect your rights with two steps: (1) copyright the software, and
9995 (2) offer you this license which gives you legal permission to copy,
9996 distribute and/or modify the software.
9998 Also, for each author's protection and ours, we want to make certain
9999 that everyone understands that there is no warranty for this free
10000 software. If the software is modified by someone else and passed on, we
10001 want its recipients to know that what they have is not the original, so
10002 that any problems introduced by others will not reflect on the original
10003 authors' reputations.
10005 Finally, any free program is threatened constantly by software
10006 patents. We wish to avoid the danger that redistributors of a free
10007 program will individually obtain patent licenses, in effect making the
10008 program proprietary. To prevent this, we have made it clear that any
10009 patent must be licensed for everyone's free use or not licensed at all.
10011 The precise terms and conditions for copying, distribution and
10012 modification follow.
10014 GNU GENERAL PUBLIC LICENSE
10015 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10017 0. This License applies to any program or other work which contains
10018 a notice placed by the copyright holder saying it may be distributed
10019 under the terms of this General Public License. The "Program", below,
10020 refers to any such program or work, and a "work based on the Program"
10021 means either the Program or any derivative work under copyright law:
10022 that is to say, a work containing the Program or a portion of it,
10023 either verbatim or with modifications and/or translated into another
10024 language. (Hereinafter, translation is included without limitation in
10025 the term "modification".) Each licensee is addressed as "you".
10027 Activities other than copying, distribution and modification are not
10028 covered by this License; they are outside its scope. The act of
10029 running the Program is not restricted, and the output from the Program
10030 is covered only if its contents constitute a work based on the
10031 Program (independent of having been made by running the Program).
10032 Whether that is true depends on what the Program does.
10034 1. You may copy and distribute verbatim copies of the Program's
10035 source code as you receive it, in any medium, provided that you
10036 conspicuously and appropriately publish on each copy an appropriate
10037 copyright notice and disclaimer of warranty; keep intact all the
10038 notices that refer to this License and to the absence of any warranty;
10039 and give any other recipients of the Program a copy of this License
10040 along with the Program.
10042 You may charge a fee for the physical act of transferring a copy, and
10043 you may at your option offer warranty protection in exchange for a fee.
10045 2. You may modify your copy or copies of the Program or any portion
10046 of it, thus forming a work based on the Program, and copy and
10047 distribute such modifications or work under the terms of Section 1
10048 above, provided that you also meet all of these conditions:
10050 a) You must cause the modified files to carry prominent notices
10051 stating that you changed the files and the date of any change.
10053 b) You must cause any work that you distribute or publish, that in
10054 whole or in part contains or is derived from the Program or any
10055 part thereof, to be licensed as a whole at no charge to all third
10056 parties under the terms of this License.
10058 c) If the modified program normally reads commands interactively
10059 when run, you must cause it, when started running for such
10060 interactive use in the most ordinary way, to print or display an
10061 announcement including an appropriate copyright notice and a
10062 notice that there is no warranty (or else, saying that you provide
10063 a warranty) and that users may redistribute the program under
10064 these conditions, and telling the user how to view a copy of this
10065 License. (Exception: if the Program itself is interactive but
10066 does not normally print such an announcement, your work based on
10067 the Program is not required to print an announcement.)
10069 These requirements apply to the modified work as a whole. If
10070 identifiable sections of that work are not derived from the Program,
10071 and can be reasonably considered independent and separate works in
10072 themselves, then this License, and its terms, do not apply to those
10073 sections when you distribute them as separate works. But when you
10074 distribute the same sections as part of a whole which is a work based
10075 on the Program, the distribution of the whole must be on the terms of
10076 this License, whose permissions for other licensees extend to the
10077 entire whole, and thus to each and every part regardless of who wrote it.
10079 Thus, it is not the intent of this section to claim rights or contest
10080 your rights to work written entirely by you; rather, the intent is to
10081 exercise the right to control the distribution of derivative or
10082 collective works based on the Program.
10084 In addition, mere aggregation of another work not based on the Program
10085 with the Program (or with a work based on the Program) on a volume of
10086 a storage or distribution medium does not bring the other work under
10087 the scope of this License.
10089 3. You may copy and distribute the Program (or a work based on it,
10090 under Section 2) in object code or executable form under the terms of
10091 Sections 1 and 2 above provided that you also do one of the following:
10093 a) Accompany it with the complete corresponding machine-readable
10094 source code, which must be distributed under the terms of Sections
10095 1 and 2 above on a medium customarily used for software interchange; or,
10097 b) Accompany it with a written offer, valid for at least three
10098 years, to give any third party, for a charge no more than your
10099 cost of physically performing source distribution, a complete
10100 machine-readable copy of the corresponding source code, to be
10101 distributed under the terms of Sections 1 and 2 above on a medium
10102 customarily used for software interchange; or,
10104 c) Accompany it with the information you received as to the offer
10105 to distribute corresponding source code. (This alternative is
10106 allowed only for noncommercial distribution and only if you
10107 received the program in object code or executable form with such
10108 an offer, in accord with Subsection b above.)
10110 The source code for a work means the preferred form of the work for
10111 making modifications to it. For an executable work, complete source
10112 code means all the source code for all modules it contains, plus any
10113 associated interface definition files, plus the scripts used to
10114 control compilation and installation of the executable. However, as a
10115 special exception, the source code distributed need not include
10116 anything that is normally distributed (in either source or binary
10117 form) with the major components (compiler, kernel, and so on) of the
10118 operating system on which the executable runs, unless that component
10119 itself accompanies the executable.
10121 If distribution of executable or object code is made by offering
10122 access to copy from a designated place, then offering equivalent
10123 access to copy the source code from the same place counts as
10124 distribution of the source code, even though third parties are not
10125 compelled to copy the source along with the object code.
10127 4. You may not copy, modify, sublicense, or distribute the Program
10128 except as expressly provided under this License. Any attempt
10129 otherwise to copy, modify, sublicense or distribute the Program is
10130 void, and will automatically terminate your rights under this License.
10131 However, parties who have received copies, or rights, from you under
10132 this License will not have their licenses terminated so long as such
10133 parties remain in full compliance.
10135 5. You are not required to accept this License, since you have not
10136 signed it. However, nothing else grants you permission to modify or
10137 distribute the Program or its derivative works. These actions are
10138 prohibited by law if you do not accept this License. Therefore, by
10139 modifying or distributing the Program (or any work based on the
10140 Program), you indicate your acceptance of this License to do so, and
10141 all its terms and conditions for copying, distributing or modifying
10142 the Program or works based on it.
10144 6. Each time you redistribute the Program (or any work based on the
10145 Program), the recipient automatically receives a license from the
10146 original licensor to copy, distribute or modify the Program subject to
10147 these terms and conditions. You may not impose any further
10148 restrictions on the recipients' exercise of the rights granted herein.
10149 You are not responsible for enforcing compliance by third parties to
10150 this License.
10152 7. If, as a consequence of a court judgment or allegation of patent
10153 infringement or for any other reason (not limited to patent issues),
10154 conditions are imposed on you (whether by court order, agreement or
10155 otherwise) that contradict the conditions of this License, they do not
10156 excuse you from the conditions of this License. If you cannot
10157 distribute so as to satisfy simultaneously your obligations under this
10158 License and any other pertinent obligations, then as a consequence you
10159 may not distribute the Program at all. For example, if a patent
10160 license would not permit royalty-free redistribution of the Program by
10161 all those who receive copies directly or indirectly through you, then
10162 the only way you could satisfy both it and this License would be to
10163 refrain entirely from distribution of the Program.
10165 If any portion of this section is held invalid or unenforceable under
10166 any particular circumstance, the balance of the section is intended to
10167 apply and the section as a whole is intended to apply in other
10168 circumstances.
10170 It is not the purpose of this section to induce you to infringe any
10171 patents or other property right claims or to contest validity of any
10172 such claims; this section has the sole purpose of protecting the
10173 integrity of the free software distribution system, which is
10174 implemented by public license practices. Many people have made
10175 generous contributions to the wide range of software distributed
10176 through that system in reliance on consistent application of that
10177 system; it is up to the author/donor to decide if he or she is willing
10178 to distribute software through any other system and a licensee cannot
10179 impose that choice.
10181 This section is intended to make thoroughly clear what is believed to
10182 be a consequence of the rest of this License.
10184 8. If the distribution and/or use of the Program is restricted in
10185 certain countries either by patents or by copyrighted interfaces, the
10186 original copyright holder who places the Program under this License
10187 may add an explicit geographical distribution limitation excluding
10188 those countries, so that distribution is permitted only in or among
10189 countries not thus excluded. In such case, this License incorporates
10190 the limitation as if written in the body of this License.
10192 9. The Free Software Foundation may publish revised and/or new versions
10193 of the General Public License from time to time. Such new versions will
10194 be similar in spirit to the present version, but may differ in detail to
10195 address new problems or concerns.
10197 Each version is given a distinguishing version number. If the Program
10198 specifies a version number of this License which applies to it and "any
10199 later version", you have the option of following the terms and conditions
10200 either of that version or of any later version published by the Free
10201 Software Foundation. If the Program does not specify a version number of
10202 this License, you may choose any version ever published by the Free Software
10203 Foundation.
10205 10. If you wish to incorporate parts of the Program into other free
10206 programs whose distribution conditions are different, write to the author
10207 to ask for permission. For software which is copyrighted by the Free
10208 Software Foundation, write to the Free Software Foundation; we sometimes
10209 make exceptions for this. Our decision will be guided by the two goals
10210 of preserving the free status of all derivatives of our free software and
10211 of promoting the sharing and reuse of software generally.
10213 NO WARRANTY
10215 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
10216 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
10217 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
10218 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
10219 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10220 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
10221 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
10222 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
10223 REPAIR OR CORRECTION.
10225 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10226 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
10227 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
10228 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
10229 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
10230 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
10231 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
10232 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
10233 POSSIBILITY OF SUCH DAMAGES.
10235 END OF TERMS AND CONDITIONS
10237 How to Apply These Terms to Your New Programs
10239 If you develop a new program, and you want it to be of the greatest
10240 possible use to the public, the best way to achieve this is to make it
10241 free software which everyone can redistribute and change under these terms.
10243 To do so, attach the following notices to the program. It is safest
10244 to attach them to the start of each source file to most effectively
10245 convey the exclusion of warranty; and each file should have at least
10246 the "copyright" line and a pointer to where the full notice is found.
10248 &lt;one line to give the program's name and a brief idea of what it does.&gt;
10249 Copyright (C) &lt;year&gt; &lt;name of author&gt;
10251 This program is free software; you can redistribute it and/or modify
10252 it under the terms of the GNU General Public License as published by
10253 the Free Software Foundation; either version 2 of the License, or
10254 (at your option) any later version.
10256 This program is distributed in the hope that it will be useful,
10257 but WITHOUT ANY WARRANTY; without even the implied warranty of
10258 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10259 GNU General Public License for more details.
10261 You should have received a copy of the GNU General Public License
10262 along with this program; if not, write to the Free Software
10263 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10266 Also add information on how to contact you by electronic and paper mail.
10268 If the program is interactive, make it output a short notice like this
10269 when it starts in an interactive mode:
10271 Gnomovision version 69, Copyright (C) year name of author
10272 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
10273 This is free software, and you are welcome to redistribute it
10274 under certain conditions; type `show c' for details.
10276 The hypothetical commands `show w' and `show c' should show the appropriate
10277 parts of the General Public License. Of course, the commands you use may
10278 be called something other than `show w' and `show c'; they could even be
10279 mouse-clicks or menu items--whatever suits your program.
10281 You should also get your employer (if you work as a programmer) or your
10282 school, if any, to sign a "copyright disclaimer" for the program, if
10283 necessary. Here is a sample; alter the names:
10285 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
10286 `Gnomovision' (which makes passes at compilers) written by James Hacker.
10288 &lt;signature of Ty Coon&gt;, 1 April 1989
10289 Ty Coon, President of Vice
10291 This General Public License does not permit incorporating your program into
10292 proprietary programs. If your program is a subroutine library, you may
10293 consider it more useful to permit linking proprietary applications with the
10294 library. If this is what you want to do, use the GNU Library General
10295 Public License instead of this License.
10297 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10299 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING:
10301 GNU GENERAL PUBLIC LICENSE
10302 Version 2, June 1991
10304 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
10305 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10306 Everyone is permitted to copy and distribute verbatim copies
10307 of this license document, but changing it is not allowed.
10309 Preamble
10311 The licenses for most software are designed to take away your
10312 freedom to share and change it. By contrast, the GNU General Public
10313 License is intended to guarantee your freedom to share and change free
10314 software--to make sure the software is free for all its users. This
10315 General Public License applies to most of the Free Software
10316 Foundation's software and to any other program whose authors commit to
10317 using it. (Some other Free Software Foundation software is covered by
10318 the GNU Library General Public License instead.) You can apply it to
10319 your programs, too.
10321 When we speak of free software, we are referring to freedom, not
10322 price. Our General Public Licenses are designed to make sure that you
10323 have the freedom to distribute copies of free software (and charge for
10324 this service if you wish), that you receive source code or can get it
10325 if you want it, that you can change the software or use pieces of it
10326 in new free programs; and that you know you can do these things.
10328 To protect your rights, we need to make restrictions that forbid
10329 anyone to deny you these rights or to ask you to surrender the rights.
10330 These restrictions translate to certain responsibilities for you if you
10331 distribute copies of the software, or if you modify it.
10333 For example, if you distribute copies of such a program, whether
10334 gratis or for a fee, you must give the recipients all the rights that
10335 you have. You must make sure that they, too, receive or can get the
10336 source code. And you must show them these terms so they know their
10337 rights.
10339 We protect your rights with two steps: (1) copyright the software, and
10340 (2) offer you this license which gives you legal permission to copy,
10341 distribute and/or modify the software.
10343 Also, for each author's protection and ours, we want to make certain
10344 that everyone understands that there is no warranty for this free
10345 software. If the software is modified by someone else and passed on, we
10346 want its recipients to know that what they have is not the original, so
10347 that any problems introduced by others will not reflect on the original
10348 authors' reputations.
10350 Finally, any free program is threatened constantly by software
10351 patents. We wish to avoid the danger that redistributors of a free
10352 program will individually obtain patent licenses, in effect making the
10353 program proprietary. To prevent this, we have made it clear that any
10354 patent must be licensed for everyone's free use or not licensed at all.
10356 The precise terms and conditions for copying, distribution and
10357 modification follow.
10359 GNU GENERAL PUBLIC LICENSE
10360 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10362 0. This License applies to any program or other work which contains
10363 a notice placed by the copyright holder saying it may be distributed
10364 under the terms of this General Public License. The "Program", below,
10365 refers to any such program or work, and a "work based on the Program"
10366 means either the Program or any derivative work under copyright law:
10367 that is to say, a work containing the Program or a portion of it,
10368 either verbatim or with modifications and/or translated into another
10369 language. (Hereinafter, translation is included without limitation in
10370 the term "modification".) Each licensee is addressed as "you".
10372 Activities other than copying, distribution and modification are not
10373 covered by this License; they are outside its scope. The act of
10374 running the Program is not restricted, and the output from the Program
10375 is covered only if its contents constitute a work based on the
10376 Program (independent of having been made by running the Program).
10377 Whether that is true depends on what the Program does.
10379 1. You may copy and distribute verbatim copies of the Program's
10380 source code as you receive it, in any medium, provided that you
10381 conspicuously and appropriately publish on each copy an appropriate
10382 copyright notice and disclaimer of warranty; keep intact all the
10383 notices that refer to this License and to the absence of any warranty;
10384 and give any other recipients of the Program a copy of this License
10385 along with the Program.
10387 You may charge a fee for the physical act of transferring a copy, and
10388 you may at your option offer warranty protection in exchange for a fee.
10390 2. You may modify your copy or copies of the Program or any portion
10391 of it, thus forming a work based on the Program, and copy and
10392 distribute such modifications or work under the terms of Section 1
10393 above, provided that you also meet all of these conditions:
10395 a) You must cause the modified files to carry prominent notices
10396 stating that you changed the files and the date of any change.
10398 b) You must cause any work that you distribute or publish, that in
10399 whole or in part contains or is derived from the Program or any
10400 part thereof, to be licensed as a whole at no charge to all third
10401 parties under the terms of this License.
10403 c) If the modified program normally reads commands interactively
10404 when run, you must cause it, when started running for such
10405 interactive use in the most ordinary way, to print or display an
10406 announcement including an appropriate copyright notice and a
10407 notice that there is no warranty (or else, saying that you provide
10408 a warranty) and that users may redistribute the program under
10409 these conditions, and telling the user how to view a copy of this
10410 License. (Exception: if the Program itself is interactive but
10411 does not normally print such an announcement, your work based on
10412 the Program is not required to print an announcement.)
10414 These requirements apply to the modified work as a whole. If
10415 identifiable sections of that work are not derived from the Program,
10416 and can be reasonably considered independent and separate works in
10417 themselves, then this License, and its terms, do not apply to those
10418 sections when you distribute them as separate works. But when you
10419 distribute the same sections as part of a whole which is a work based
10420 on the Program, the distribution of the whole must be on the terms of
10421 this License, whose permissions for other licensees extend to the
10422 entire whole, and thus to each and every part regardless of who wrote it.
10424 Thus, it is not the intent of this section to claim rights or contest
10425 your rights to work written entirely by you; rather, the intent is to
10426 exercise the right to control the distribution of derivative or
10427 collective works based on the Program.
10429 In addition, mere aggregation of another work not based on the Program
10430 with the Program (or with a work based on the Program) on a volume of
10431 a storage or distribution medium does not bring the other work under
10432 the scope of this License.
10434 3. You may copy and distribute the Program (or a work based on it,
10435 under Section 2) in object code or executable form under the terms of
10436 Sections 1 and 2 above provided that you also do one of the following:
10438 a) Accompany it with the complete corresponding machine-readable
10439 source code, which must be distributed under the terms of Sections
10440 1 and 2 above on a medium customarily used for software interchange; or,
10442 b) Accompany it with a written offer, valid for at least three
10443 years, to give any third party, for a charge no more than your
10444 cost of physically performing source distribution, a complete
10445 machine-readable copy of the corresponding source code, to be
10446 distributed under the terms of Sections 1 and 2 above on a medium
10447 customarily used for software interchange; or,
10449 c) Accompany it with the information you received as to the offer
10450 to distribute corresponding source code. (This alternative is
10451 allowed only for noncommercial distribution and only if you
10452 received the program in object code or executable form with such
10453 an offer, in accord with Subsection b above.)
10455 The source code for a work means the preferred form of the work for
10456 making modifications to it. For an executable work, complete source
10457 code means all the source code for all modules it contains, plus any
10458 associated interface definition files, plus the scripts used to
10459 control compilation and installation of the executable. However, as a
10460 special exception, the source code distributed need not include
10461 anything that is normally distributed (in either source or binary
10462 form) with the major components (compiler, kernel, and so on) of the
10463 operating system on which the executable runs, unless that component
10464 itself accompanies the executable.
10466 If distribution of executable or object code is made by offering
10467 access to copy from a designated place, then offering equivalent
10468 access to copy the source code from the same place counts as
10469 distribution of the source code, even though third parties are not
10470 compelled to copy the source along with the object code.
10472 4. You may not copy, modify, sublicense, or distribute the Program
10473 except as expressly provided under this License. Any attempt
10474 otherwise to copy, modify, sublicense or distribute the Program is
10475 void, and will automatically terminate your rights under this License.
10476 However, parties who have received copies, or rights, from you under
10477 this License will not have their licenses terminated so long as such
10478 parties remain in full compliance.
10480 5. You are not required to accept this License, since you have not
10481 signed it. However, nothing else grants you permission to modify or
10482 distribute the Program or its derivative works. These actions are
10483 prohibited by law if you do not accept this License. Therefore, by
10484 modifying or distributing the Program (or any work based on the
10485 Program), you indicate your acceptance of this License to do so, and
10486 all its terms and conditions for copying, distributing or modifying
10487 the Program or works based on it.
10489 6. Each time you redistribute the Program (or any work based on the
10490 Program), the recipient automatically receives a license from the
10491 original licensor to copy, distribute or modify the Program subject to
10492 these terms and conditions. You may not impose any further
10493 restrictions on the recipients' exercise of the rights granted herein.
10494 You are not responsible for enforcing compliance by third parties to
10495 this License.
10497 7. If, as a consequence of a court judgment or allegation of patent
10498 infringement or for any other reason (not limited to patent issues),
10499 conditions are imposed on you (whether by court order, agreement or
10500 otherwise) that contradict the conditions of this License, they do not
10501 excuse you from the conditions of this License. If you cannot
10502 distribute so as to satisfy simultaneously your obligations under this
10503 License and any other pertinent obligations, then as a consequence you
10504 may not distribute the Program at all. For example, if a patent
10505 license would not permit royalty-free redistribution of the Program by
10506 all those who receive copies directly or indirectly through you, then
10507 the only way you could satisfy both it and this License would be to
10508 refrain entirely from distribution of the Program.
10510 If any portion of this section is held invalid or unenforceable under
10511 any particular circumstance, the balance of the section is intended to
10512 apply and the section as a whole is intended to apply in other
10513 circumstances.
10515 It is not the purpose of this section to induce you to infringe any
10516 patents or other property right claims or to contest validity of any
10517 such claims; this section has the sole purpose of protecting the
10518 integrity of the free software distribution system, which is
10519 implemented by public license practices. Many people have made
10520 generous contributions to the wide range of software distributed
10521 through that system in reliance on consistent application of that
10522 system; it is up to the author/donor to decide if he or she is willing
10523 to distribute software through any other system and a licensee cannot
10524 impose that choice.
10526 This section is intended to make thoroughly clear what is believed to
10527 be a consequence of the rest of this License.
10529 8. If the distribution and/or use of the Program is restricted in
10530 certain countries either by patents or by copyrighted interfaces, the
10531 original copyright holder who places the Program under this License
10532 may add an explicit geographical distribution limitation excluding
10533 those countries, so that distribution is permitted only in or among
10534 countries not thus excluded. In such case, this License incorporates
10535 the limitation as if written in the body of this License.
10537 9. The Free Software Foundation may publish revised and/or new versions
10538 of the General Public License from time to time. Such new versions will
10539 be similar in spirit to the present version, but may differ in detail to
10540 address new problems or concerns.
10542 Each version is given a distinguishing version number. If the Program
10543 specifies a version number of this License which applies to it and "any
10544 later version", you have the option of following the terms and conditions
10545 either of that version or of any later version published by the Free
10546 Software Foundation. If the Program does not specify a version number of
10547 this License, you may choose any version ever published by the Free Software
10548 Foundation.
10550 10. If you wish to incorporate parts of the Program into other free
10551 programs whose distribution conditions are different, write to the author
10552 to ask for permission. For software which is copyrighted by the Free
10553 Software Foundation, write to the Free Software Foundation; we sometimes
10554 make exceptions for this. Our decision will be guided by the two goals
10555 of preserving the free status of all derivatives of our free software and
10556 of promoting the sharing and reuse of software generally.
10558 NO WARRANTY
10560 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
10561 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
10562 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
10563 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
10564 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10565 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
10566 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
10567 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
10568 REPAIR OR CORRECTION.
10570 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10571 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
10572 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
10573 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
10574 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
10575 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
10576 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
10577 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
10578 POSSIBILITY OF SUCH DAMAGES.
10580 END OF TERMS AND CONDITIONS
10582 How to Apply These Terms to Your New Programs
10584 If you develop a new program, and you want it to be of the greatest
10585 possible use to the public, the best way to achieve this is to make it
10586 free software which everyone can redistribute and change under these terms.
10588 To do so, attach the following notices to the program. It is safest
10589 to attach them to the start of each source file to most effectively
10590 convey the exclusion of warranty; and each file should have at least
10591 the "copyright" line and a pointer to where the full notice is found.
10593 &lt;one line to give the program's name and a brief idea of what it does.&gt;
10594 Copyright (C) &lt;year&gt; &lt;name of author&gt;
10596 This program is free software; you can redistribute it and/or modify
10597 it under the terms of the GNU General Public License as published by
10598 the Free Software Foundation; either version 2 of the License, or
10599 (at your option) any later version.
10601 This program is distributed in the hope that it will be useful,
10602 but WITHOUT ANY WARRANTY; without even the implied warranty of
10603 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10604 GNU General Public License for more details.
10606 You should have received a copy of the GNU General Public License
10607 along with this program; if not, write to the Free Software
10608 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10611 Also add information on how to contact you by electronic and paper mail.
10613 If the program is interactive, make it output a short notice like this
10614 when it starts in an interactive mode:
10616 Gnomovision version 69, Copyright (C) year name of author
10617 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
10618 This is free software, and you are welcome to redistribute it
10619 under certain conditions; type `show c' for details.
10621 The hypothetical commands `show w' and `show c' should show the appropriate
10622 parts of the General Public License. Of course, the commands you use may
10623 be called something other than `show w' and `show c'; they could even be
10624 mouse-clicks or menu items--whatever suits your program.
10626 You should also get your employer (if you work as a programmer) or your
10627 school, if any, to sign a "copyright disclaimer" for the program, if
10628 necessary. Here is a sample; alter the names:
10630 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
10631 `Gnomovision' (which makes passes at compilers) written by James Hacker.
10633 &lt;signature of Ty Coon&gt;, 1 April 1989
10634 Ty Coon, President of Vice
10636 This General Public License does not permit incorporating your program into
10637 proprietary programs. If your program is a subroutine library, you may
10638 consider it more useful to permit linking proprietary applications with the
10639 library. If this is what you want to do, use the GNU Library General
10640 Public License instead of this License.
10642 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10644 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt:
10646 Our intent is to make it easy to use libatomic_ops, in
10647 both free and proprietary software. Hence most code that we expect to be
10648 linked into a client application is covered by an MIT-style license.
10650 A few library routines are covered by the GNU General Public License.
10651 These are put into a separate library, libatomic_ops_gpl.a .
10653 The low-level part of the library is mostly covered by the following
10654 license:
10656 ----------------------------------------
10658 Copyright (c) ...
10660 Permission is hereby granted, free of charge, to any person obtaining a copy
10661 of this software and associated documentation files (the "Software"), to deal
10662 in the Software without restriction, including without limitation the rights
10663 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10664 copies of the Software, and to permit persons to whom the Software is
10665 furnished to do so, subject to the following conditions:
10667 The above copyright notice and this permission notice shall be included in all
10668 copies or substantial portions of the Software.
10670 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10671 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10672 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10673 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10674 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10675 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10676 SOFTWARE.
10678 --------------------------------
10680 A few files in the sysdeps directory were inherited in part from the
10681 Boehm-Demers-Weiser conservative garbage collector, and are covered by
10682 its license, which is similar in spirit:
10684 --------------------------------
10686 Copyright (c) ...
10688 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
10689 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
10691 Permission is hereby granted to use or copy this program
10692 for any purpose, provided the above notices are retained on all copies.
10693 Permission to modify the code and to distribute modified code is granted,
10694 provided the above notices are retained, and a notice that the code was
10695 modified is included with the above copyright notice.
10697 ----------------------------------
10699 A few files are covered by the GNU General Public License. (See file
10700 "COPYING".) This applies only to test code, sample applications,
10701 and the libatomic_ops_gpl portion of the library.
10702 Thus libatomic_ops_gpl should generally not be linked into proprietary code.
10703 (This distinction was motivated by patent considerations.)
10705 It is possible that the license of the GPL pieces may be changed for
10706 future versions to make them more consistent with the rest of the package.
10707 If you submit patches, and have strong preferences about licensing, please
10708 express them.
10711 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10713 Gentoo Package Stock License boehm-gc:
10715 &lt;copyright notice&gt;
10717 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
10718 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
10720 Permission is hereby granted to use or copy this program
10721 for any purpose, provided the above notices are retained on all copies.
10722 Permission to modify the code and to distribute modified code is granted,
10723 provided the above notices are retained, and a notice that the code was
10724 modified is included with the above copyright notice.
10726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10727 </pre>
10728 <ul>
10729 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10730 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
10731 </ul>
10732 </div>
10733 </div>
10736 <div class="product">
10737 <span class="title">libc-bench-0.0.1</span>
10738 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10739 <span class="homepage"><a href="http://www.etalabs.net/libc-bench.html">homepage</a></span>
10740 <div class="licence">
10741 <pre>Scanned Source License libc-bench-0.0.1/COPYRIGHT:
10743 libc-bench, a performance and memory usage benchmark for comparing
10744 libc implementations
10746 Copyright © 2011 Rich Felker
10748 Permission is hereby granted, free of charge, to any person obtaining
10749 a copy of this software and associated documentation files (the
10750 "Software"), to deal in the Software without restriction, including
10751 without limitation the rights to use, copy, modify, merge, publish,
10752 distribute, sublicense, and/or sell copies of the Software, and to
10753 permit persons to whom the Software is furnished to do so, subject to
10754 the following conditions:
10756 The above copyright notice and this permission notice shall be
10757 included in all copies or substantial portions of the Software.
10759 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10760 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10761 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10762 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
10763 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
10764 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
10765 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10767 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10768 </pre>
10769 <ul>
10771 </ul>
10772 </div>
10773 </div>
10776 <div class="product">
10777 <span class="title">libcap-2.17</span>
10778 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10779 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span>
10780 <div class="licence">
10781 <pre>Scanned Source License libcap-2.17/License:
10783 Unless otherwise *explicitly* stated, the following text describes the
10784 licensed conditions under which the contents of this libcap release
10785 may be used and distributed:
10787 -------------------------------------------------------------------------
10788 Redistribution and use in source and binary forms of libcap, with
10789 or without modification, are permitted provided that the following
10790 conditions are met:
10792 1. Redistributions of source code must retain any existing copyright
10793 notice, and this entire permission notice in its entirety,
10794 including the disclaimer of warranties.
10796 2. Redistributions in binary form must reproduce all prior and current
10797 copyright notices, this list of conditions, and the following
10798 disclaimer in the documentation and/or other materials provided
10799 with the distribution.
10801 3. The name of any author may not be used to endorse or promote
10802 products derived from this software without their specific prior
10803 written permission.
10805 ALTERNATIVELY, this product may be distributed under the terms of the
10806 GNU General Public License, in which case the provisions of the GNU
10807 GPL are required INSTEAD OF the above restrictions. (This clause is
10808 necessary due to a potential conflict between the GNU GPL and the
10809 restrictions contained in a BSD-style copyright.)
10811 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
10812 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10813 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
10814 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
10815 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
10816 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
10817 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
10818 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
10819 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
10820 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
10821 DAMAGE.
10822 -------------------------------------------------------------------------
10825 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10827 Scanned Source License libcap-2.17/pam_cap/License:
10829 Unless otherwise *explicitly* stated the following text describes the
10830 licensed conditions under which the contents of this module release
10831 may be distributed:
10833 -------------------------------------------------------------------------
10834 Redistribution and use in source and binary forms of this module, with
10835 or without modification, are permitted provided that the following
10836 conditions are met:
10838 1. Redistributions of source code must retain any existing copyright
10839 notice, and this entire permission notice in its entirety,
10840 including the disclaimer of warranties.
10842 2. Redistributions in binary form must reproduce all prior and current
10843 copyright notices, this list of conditions, and the following
10844 disclaimer in the documentation and/or other materials provided
10845 with the distribution.
10847 3. The name of any author may not be used to endorse or promote
10848 products derived from this software without their specific prior
10849 written permission.
10851 ALTERNATIVELY, this product may be distributed under the terms of the
10852 GNU Library General Public License, in which case the provisions of
10853 the GNU LGPL are required INSTEAD OF the above restrictions. (This
10854 clause is necessary due to a potential conflict between the GNU LGPL
10855 and the restrictions contained in a BSD-style copyright.)
10857 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
10858 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10859 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
10860 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
10861 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
10862 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
10863 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
10864 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
10865 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
10866 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
10867 DAMAGE.
10868 -------------------------------------------------------------------------
10871 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10872 </pre>
10873 <ul>
10874 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10875 </ul>
10876 </div>
10877 </div>
10880 <div class="product">
10881 <span class="title">libcap-ng-0.6.6</span>
10882 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10883 <span class="homepage"><a href="http://people.redhat.com/sgrubb/libcap-ng/">homepage</a></span>
10884 <div class="licence">
10885 <pre></pre>
10886 <ul>
10887 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
10888 </ul>
10889 </div>
10890 </div>
10893 <div class="product">
10894 <span class="title">libchrome-271506</span>
10895 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10896 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span>
10897 <div class="licence">
10898 <pre></pre>
10899 <ul>
10900 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
10901 </ul>
10902 </div>
10903 </div>
10906 <div class="product">
10907 <span class="title">libchrome_crypto-271506</span>
10908 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10909 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/packages/libchrome">homepage</a></span>
10910 <div class="licence">
10911 <pre></pre>
10912 <ul>
10913 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
10914 </ul>
10915 </div>
10916 </div>
10919 <div class="product">
10920 <span class="title">libchromeos-0.0.1</span>
10921 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10922 <span class="homepage"><a href="http://dev.chromium.org/chromium-os/platform">homepage</a></span>
10923 <div class="licence">
10924 <pre></pre>
10925 <ul>
10926 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
10927 </ul>
10928 </div>
10929 </div>
10932 <div class="product">
10933 <span class="title">libchromeos-use-flags-0.0.1</span>
10934 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10935 <span class="homepage"><a href="">homepage</a></span>
10936 <div class="licence">
10937 <pre></pre>
10938 <ul>
10939 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
10940 </ul>
10941 </div>
10942 </div>
10945 <div class="product">
10946 <span class="title">libdaemon-0.14</span>
10947 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10948 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span>
10949 <div class="licence">
10950 <pre></pre>
10951 <ul>
10952 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
10953 </ul>
10954 </div>
10955 </div>
10958 <div class="product">
10959 <span class="title">libdrm-2.4.54</span>
10960 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10961 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span>
10962 <div class="licence">
10963 <pre></pre>
10964 <ul>
10965 <li><a href='#X'>Custom License X</a></li>
10966 </ul>
10967 </div>
10968 </div>
10971 <div class="product">
10972 <span class="title">libdrm-tests-2.4.54</span>
10973 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10974 <span class="homepage"><a href="http://dri.freedesktop.org/">homepage</a></span>
10975 <div class="licence">
10976 <pre></pre>
10977 <ul>
10978 <li><a href='#X'>Custom License X</a></li>
10979 </ul>
10980 </div>
10981 </div>
10984 <div class="product">
10985 <span class="title">libevdev-0.0.1</span>
10986 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
10987 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
10988 <div class="licence">
10989 <pre></pre>
10990 <ul>
10991 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
10992 </ul>
10993 </div>
10994 </div>
10997 <div class="product">
10998 <span class="title">libevent-2.0.21</span>
10999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11000 <span class="homepage"><a href="http://libevent.org/">homepage</a></span>
11001 <div class="licence">
11002 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent:
11004 Copyright (c) 2002, 2003 Niels Provos &lt;provos@citi.umich.edu&gt;
11005 All rights reserved.
11007 Redistribution and use in source and binary forms, with or without
11008 modification, are permitted provided that the following conditions
11009 are met:
11010 1. Redistributions of source code must retain the above copyright
11011 notice, this list of conditions and the following disclaimer.
11012 2. Redistributions in binary form must reproduce the above copyright
11013 notice, this list of conditions and the following disclaimer in the
11014 documentation and/or other materials provided with the distribution.
11015 3. The name of the author may not be used to endorse or promote products
11016 derived from this software without specific prior written permission.
11018 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
11019 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
11020 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
11021 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
11022 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
11023 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11024 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11025 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11026 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
11027 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11029 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11030 </pre>
11031 <ul>
11033 </ul>
11034 </div>
11035 </div>
11038 <div class="product">
11039 <span class="title">libffi-3.0.11</span>
11040 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11041 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span>
11042 <div class="licence">
11043 <pre>Scanned Source License libffi-3.0.11/LICENSE:
11045 libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
11046 See source files for details.
11048 Permission is hereby granted, free of charge, to any person obtaining
11049 a copy of this software and associated documentation files (the
11050 ``Software''), to deal in the Software without restriction, including
11051 without limitation the rights to use, copy, modify, merge, publish,
11052 distribute, sublicense, and/or sell copies of the Software, and to
11053 permit persons to whom the Software is furnished to do so, subject to
11054 the following conditions:
11056 The above copyright notice and this permission notice shall be
11057 included in all copies or substantial portions of the Software.
11059 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
11060 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11061 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
11062 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11063 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
11064 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
11065 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11067 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11068 </pre>
11069 <ul>
11071 </ul>
11072 </div>
11073 </div>
11076 <div class="product">
11077 <span class="title">libfontenc-1.1.0</span>
11078 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11079 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
11080 <div class="licence">
11081 <pre>Scanned Source License libfontenc-1.1.0/COPYING:
11083 Copyright (c) 1998-2001 by Juliusz Chroboczek
11085 Permission is hereby granted, free of charge, to any person obtaining a copy
11086 of this software and associated documentation files (the "Software"), to deal
11087 in the Software without restriction, including without limitation the rights
11088 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11089 copies of the Software, and to permit persons to whom the Software is
11090 furnished to do so, subject to the following conditions:
11092 The above copyright notice and this permission notice shall be included in
11093 all copies or substantial portions of the Software.
11095 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11096 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11097 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11098 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11099 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11100 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11101 THE SOFTWARE.
11103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11104 </pre>
11105 <ul>
11107 </ul>
11108 </div>
11109 </div>
11112 <div class="product">
11113 <span class="title">libftdi-1.0</span>
11114 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11115 <span class="homepage"><a href="http://www.intra2net.com/en/developer/libftdi/">homepage</a></span>
11116 <div class="licence">
11117 <pre></pre>
11118 <ul>
11119 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
11120 </ul>
11121 </div>
11122 </div>
11125 <div class="product">
11126 <span class="title">libgcrypt-1.4.6</span>
11127 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11128 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span>
11129 <div class="licence">
11130 <pre></pre>
11131 <ul>
11132 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
11133 </ul>
11134 </div>
11135 </div>
11138 <div class="product">
11139 <span class="title">libglade-2.6.4</span>
11140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11141 <span class="homepage"><a href="http://www.gnome.org/">homepage</a></span>
11142 <div class="licence">
11143 <pre></pre>
11144 <ul>
11145 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
11146 </ul>
11147 </div>
11148 </div>
11151 <div class="product">
11152 <span class="title">libgpg-error-1.10</span>
11153 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11154 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span>
11155 <div class="licence">
11156 <pre></pre>
11157 <ul>
11158 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
11159 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
11160 </ul>
11161 </div>
11162 </div>
11165 <div class="product">
11166 <span class="title">libICE-1.0.7</span>
11167 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11168 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
11169 <div class="licence">
11170 <pre>Scanned Source License libICE-1.0.7/COPYING:
11172 Copyright 1993, 1998 The Open Group
11174 Permission to use, copy, modify, distribute, and sell this software and its
11175 documentation for any purpose is hereby granted without fee, provided that
11176 the above copyright notice appear in all copies and that both that
11177 copyright notice and this permission notice appear in supporting
11178 documentation.
11180 The above copyright notice and this permission notice shall be included in
11181 all copies or substantial portions of the Software.
11183 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11184 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11185 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11186 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
11187 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
11188 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11190 Except as contained in this notice, the name of The Open Group shall not be
11191 used in advertising or otherwise to promote the sale, use or other dealings
11192 in this Software without prior written authorization from The Open Group.
11194 Author: Ralph Mor, X Consortium
11196 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11197 </pre>
11198 <ul>
11200 </ul>
11201 </div>
11202 </div>
11205 <div class="product">
11206 <span class="title">libjpeg-turbo-1.2.0</span>
11207 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11208 <span class="homepage"><a href="http://libjpeg-turbo.virtualgl.org/">homepage</a></span>
11209 <div class="licence">
11210 <pre>Scanned Source License debian/copyright:
11212 This is Debian's prepackaged version of the `jpeg library' by the Independent
11213 JPEG Group.
11215 This package was created by Mark Mickan &lt;mmickan@debian.org&gt; from sources
11216 which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
11218 It is partly based on the libjpeg6a package originally put together by
11219 Andy Guy &lt;awpguy@acs.ucalgary.ca&gt; and later maintained by Mark Mickan.
11221 Current Debian maintainer is Bill Allombert &lt;ballombe@debian.org&gt;.
11223 LEGAL ISSUES [ from README supplied with source - MM ]
11224 ============
11226 In plain English:
11228 1. We don't promise that this software works. (But if you find any bugs,
11229 please let us know!)
11230 2. You can use this software for whatever you want. You don't have to pay us.
11231 3. You may not pretend that you wrote this software. If you use it in a
11232 program, you must acknowledge somewhere in your documentation that
11233 you've used the IJG code.
11235 In legalese:
11237 The authors make NO WARRANTY or representation, either express or implied,
11238 with respect to this software, its quality, accuracy, merchantability, or
11239 fitness for a particular purpose. This software is provided "AS IS", and you,
11240 its user, assume the entire risk as to its quality and accuracy.
11242 This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
11243 All Rights Reserved except as specified below.
11245 Permission is hereby granted to use, copy, modify, and distribute this
11246 software (or portions thereof) for any purpose, without fee, subject to these
11247 conditions:
11248 (1) If any part of the source code for this software is distributed, then this
11249 README file must be included, with this copyright and no-warranty notice
11250 unaltered; and any additions, deletions, or changes to the original files
11251 must be clearly indicated in accompanying documentation.
11252 (2) If only executable code is distributed, then the accompanying
11253 documentation must state that "this software is based in part on the work of
11254 the Independent JPEG Group".
11255 (3) Permission for use of this software is granted only if the user accepts
11256 full responsibility for any undesirable consequences; the authors accept
11257 NO LIABILITY for damages of any kind.
11259 These conditions apply to any software derived from or based on the IJG code,
11260 not just to the unmodified library. If you use our work, you ought to
11261 acknowledge us.
11263 Permission is NOT granted for the use of any IJG author's name or company name
11264 in advertising or publicity relating to this software or products derived from
11265 it. This software may be referred to only as "the Independent JPEG Group's
11266 software".
11268 We specifically permit and encourage the use of this software as the basis of
11269 commercial products, provided that all warranty or liability claims are
11270 assumed by the product vendor.
11273 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
11274 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
11275 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
11276 by the usual distribution terms of the Free Software Foundation; principally,
11277 that you must include source code if you redistribute it. (See the file
11278 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part
11279 of any program generated from the IJG code, this does not limit you more than
11280 the foregoing paragraphs do.
11282 The Unix configuration script "configure" was produced with GNU Autoconf.
11283 It is copyright by the Free Software Foundation but is freely distributable.
11284 The same holds for its supporting scripts (config.guess, config.sub,
11285 ltmain.sh). Another support script, install-sh, is copyright by X Consortium
11286 but is also freely distributable.
11288 The IJG distribution formerly included code to read and write GIF files.
11289 To avoid entanglement with the Unisys LZW patent, GIF reading support has
11290 been removed altogether, and the GIF writer has been simplified to produce
11291 "uncompressed GIFs". This technique does not use the LZW algorithm; the
11292 resulting GIF files are larger than usual, but are readable by all standard
11293 GIF decoders.
11295 We are required to state that
11296 "The Graphics Interchange Format(c) is the Copyright property of
11297 CompuServe Incorporated. GIF(sm) is a Service Mark property of
11298 CompuServe Incorporated."
11300 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11302 Scanned Source License libjpeg-turbo-1.2.0/release/License.rtf:
11304 {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
11305 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
11306 {\colortbl;\red255\green255\blue255;}
11307 {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
11308 {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}}
11309 \margl1440\margr1440\vieww9820\viewh8480\viewkind0
11310 \deftab720
11311 \pard\pardeftab720
11313 \f0\fs24 \cf0 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\
11315 \pard\tx220\tx720\pardeftab720\li720\fi-720
11316 \ls1\ilvl0\cf0 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\
11317 {\listtext \'95 }Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\
11318 {\listtext \'95 }Neither the name of the libjpeg-turbo Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\
11319 \pard\pardeftab720\qc
11320 \cf0 \
11321 \pard\pardeftab720
11322 \cf0 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\
11324 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11326 Scanned Source License libjpeg-turbo-1.2.0/release/copyright:
11328 libjpeg-turbo is released under a BSD-style license (see README and README-turbo.txt)
11330 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11331 </pre>
11332 <ul>
11334 </ul>
11335 </div>
11336 </div>
11339 <div class="product">
11340 <span class="title">libmbim-1.9.0</span>
11341 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11342 <span class="homepage"><a href="http://cgit.freedesktop.org/libmbim/">homepage</a></span>
11343 <div class="licence">
11344 <pre></pre>
11345 <ul>
11346 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
11347 </ul>
11348 </div>
11349 </div>
11352 <div class="product">
11353 <span class="title">libmtp-0.0.1</span>
11354 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11355 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
11356 <div class="licence">
11357 <pre></pre>
11358 <ul>
11359 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
11360 </ul>
11361 </div>
11362 </div>
11365 <div class="product">
11366 <span class="title">libnetfilter_queue-1.0.1</span>
11367 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11368 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span>
11369 <div class="licence">
11370 <pre></pre>
11371 <ul>
11372 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
11373 </ul>
11374 </div>
11375 </div>
11378 <div class="product">
11379 <span class="title">libnfnetlink-1.0.1</span>
11380 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11381 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span>
11382 <div class="licence">
11383 <pre></pre>
11384 <ul>
11385 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
11386 </ul>
11387 </div>
11388 </div>
11391 <div class="product">
11392 <span class="title">libnih-1.0.3</span>
11393 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11394 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span>
11395 <div class="licence">
11396 <pre></pre>
11397 <ul>
11398 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
11399 </ul>
11400 </div>
11401 </div>
11404 <div class="product">
11405 <span class="title">libnl-1.1</span>
11406 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11407 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span>
11408 <div class="licence">
11409 <pre></pre>
11410 <ul>
11411 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
11412 </ul>
11413 </div>
11414 </div>
11417 <div class="product">
11418 <span class="title">libnl-3.2.24</span>
11419 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11420 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span>
11421 <div class="licence">
11422 <pre></pre>
11423 <ul>
11424 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
11425 </ul>
11426 </div>
11427 </div>
11430 <div class="product">
11431 <span class="title">libp11-0.2.8</span>
11432 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11433 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span>
11434 <div class="licence">
11435 <pre></pre>
11436 <ul>
11437 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
11438 </ul>
11439 </div>
11440 </div>
11443 <div class="product">
11444 <span class="title">libpcap-1.5.3</span>
11445 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11446 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
11447 <div class="licence">
11448 <pre>Scanned Source License libpcap-1.5.3/LICENSE:
11450 License: BSD
11452 Redistribution and use in source and binary forms, with or without
11453 modification, are permitted provided that the following conditions
11454 are met:
11456 1. Redistributions of source code must retain the above copyright
11457 notice, this list of conditions and the following disclaimer.
11458 2. Redistributions in binary form must reproduce the above copyright
11459 notice, this list of conditions and the following disclaimer in
11460 the documentation and/or other materials provided with the
11461 distribution.
11462 3. The names of the authors may not be used to endorse or promote
11463 products derived from this software without specific prior
11464 written permission.
11466 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
11467 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
11468 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11470 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11471 </pre>
11472 <ul>
11474 </ul>
11475 </div>
11476 </div>
11479 <div class="product">
11480 <span class="title">libpciaccess-0.12.902</span>
11481 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11482 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
11483 <div class="licence">
11484 <pre>Scanned Source License libpciaccess-0.12.902/COPYING:
11486 (C) Copyright IBM Corporation 2006, 2007
11487 (C) Copyright Eric Anholt 2006
11488 Copyright (c) 2007, 2008, 2009, 2011, Oracle and/or its affiliates.
11489 Copyright 2009 Red Hat, Inc.
11490 All Rights Reserved.
11492 Permission is hereby granted, free of charge, to any person obtaining a copy
11493 of this software and associated documentation files (the "Software"), to
11494 deal in the Software without restriction, including without limitation on
11495 the rights to use, copy, modify, merge, publish, distribute, sub license,
11496 and/or sell copies of the Software, and to permit persons to whom the
11497 Software is furnished to do so, subject to the following conditions:
11499 The above copyright notice and this permission notice (including the next
11500 paragraph) shall be included in all copies or substantial portions of the
11501 Software.
11503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11504 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11505 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
11506 IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11507 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11508 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
11509 IN THE SOFTWARE.
11511 ------------------------------------------------------------------------------
11513 Copyright (c) 2008 Juan Romero Pardines
11514 Copyright (c) 2008 Mark Kettenis
11516 Permission to use, copy, modify, and distribute this software for any
11517 purpose with or without fee is hereby granted, provided that the above
11518 copyright notice and this permission notice appear in all copies.
11520 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11521 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11522 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11523 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11524 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
11525 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
11526 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11528 ------------------------------------------------------------------------------
11530 Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved.
11532 Permission is hereby granted, free of charge, to any person obtaining a copy
11533 of this software and associated documentation files (the "Software"), to
11534 deal in the Software without restriction, including without limitation the
11535 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
11536 sell copies of the Software, and to permit persons to whom the Software is
11537 furnished to do so, subject to the following conditions:
11539 The above copyright notice and this permission notice shall be included in
11540 all copies or substantial portions of the Software.
11542 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11543 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11544 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11545 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
11546 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
11547 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11549 Except as contained in this notice, the name of the XFree86 Project shall
11550 not be used in advertising or otherwise to promote the sale, use or other
11551 dealings in this Software without prior written authorization from the
11552 XFree86 Project.
11554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11555 </pre>
11556 <ul>
11558 </ul>
11559 </div>
11560 </div>
11563 <div class="product">
11564 <span class="title">libpcre-8.30</span>
11565 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11566 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span>
11567 <div class="licence">
11568 <pre>Scanned Source License pcre-8.30/COPYING:
11570 PCRE LICENCE
11572 Please see the file LICENCE in the PCRE distribution for licensing details.
11576 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11578 Scanned Source License pcre-8.30/LICENCE:
11580 PCRE LICENCE
11581 ------------
11583 PCRE is a library of functions to support regular expressions whose syntax
11584 and semantics are as close as possible to those of the Perl 5 language.
11586 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
11587 specified below. The documentation for PCRE, supplied in the "doc"
11588 directory, is distributed under the same terms as the software itself.
11590 The basic library functions are written in C and are freestanding. Also
11591 included in the distribution is a set of C++ wrapper functions, and a
11592 just-in-time compiler that can be used to optimize pattern matching. These
11593 are both optional features that can be omitted when the library is built.
11596 THE BASIC LIBRARY FUNCTIONS
11597 ---------------------------
11599 Written by: Philip Hazel
11600 Email local part: ph10
11601 Email domain: cam.ac.uk
11603 University of Cambridge Computing Service,
11604 Cambridge, England.
11606 Copyright (c) 1997-2012 University of Cambridge
11607 All rights reserved.
11610 PCRE JUST-IN-TIME COMPILATION SUPPORT
11611 -------------------------------------
11613 Written by: Zoltan Herczeg
11614 Email local part: hzmester
11615 Emain domain: freemail.hu
11617 Copyright(c) 2010-2012 Zoltan Herczeg
11618 All rights reserved.
11621 STACK-LESS JUST-IN-TIME COMPILER
11622 --------------------------------
11624 Written by: Zoltan Herczeg
11625 Email local part: hzmester
11626 Emain domain: freemail.hu
11628 Copyright(c) 2009-2012 Zoltan Herczeg
11629 All rights reserved.
11632 THE C++ WRAPPER FUNCTIONS
11633 -------------------------
11635 Contributed by: Google Inc.
11637 Copyright (c) 2007-2012, Google Inc.
11638 All rights reserved.
11641 THE "BSD" LICENCE
11642 -----------------
11644 Redistribution and use in source and binary forms, with or without
11645 modification, are permitted provided that the following conditions are met:
11647 * Redistributions of source code must retain the above copyright notice,
11648 this list of conditions and the following disclaimer.
11650 * Redistributions in binary form must reproduce the above copyright
11651 notice, this list of conditions and the following disclaimer in the
11652 documentation and/or other materials provided with the distribution.
11654 * Neither the name of the University of Cambridge nor the name of Google
11655 Inc. nor the names of their contributors may be used to endorse or
11656 promote products derived from this software without specific prior
11657 written permission.
11659 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
11660 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
11661 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11662 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
11663 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
11664 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
11665 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
11666 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
11667 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
11668 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
11669 POSSIBILITY OF SUCH DAMAGE.
11673 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11675 Scanned Source License pcre-8.30/cmake/COPYING-CMAKE-SCRIPTS:
11677 Redistribution and use in source and binary forms, with or without
11678 modification, are permitted provided that the following conditions
11679 are met:
11681 1. Redistributions of source code must retain the copyright
11682 notice, this list of conditions and the following disclaimer.
11683 2. Redistributions in binary form must reproduce the copyright
11684 notice, this list of conditions and the following disclaimer in the
11685 documentation and/or other materials provided with the distribution.
11686 3. The name of the author may not be used to endorse or promote products
11687 derived from this software without specific prior written permission.
11689 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
11690 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
11691 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
11692 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
11693 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
11694 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11695 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11696 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11697 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
11698 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11701 </pre>
11702 <ul>
11704 </ul>
11705 </div>
11706 </div>
11709 <div class="product">
11710 <span class="title">libpng-1.2.49</span>
11711 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
11712 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span>
11713 <div class="licence">
11714 <pre>Scanned Source License libpng-1.2.49/LICENSE:
11717 This copy of the libpng notices is provided for your convenience. In case of
11718 any discrepancy between this copy and the notices in the file png.h that is
11719 included in the libpng distribution, the latter shall prevail.
11721 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
11723 If you modify libpng you may insert additional notices immediately following
11724 this sentence.
11726 This code is released under the libpng license.
11728 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are
11729 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
11730 distributed according to the same disclaimer and license as libpng-1.2.5
11731 with the following individual added to the list of Contributing Authors
11733 Cosmin Truta
11735 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
11736 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
11737 distributed according to the same disclaimer and license as libpng-1.0.6
11738 with the following individuals added to the list of Contributing Authors
11740 Simon-Pierre Cadieux
11741 Eric S. Raymond
11742 Gilles Vollant
11744 and with the following additions to the disclaimer:
11746 There is no warranty against interference with your enjoyment of the
11747 library or against infringement. There is no warranty that our
11748 efforts or the library will fulfill any of your particular purposes
11749 or needs. This library is provided with all faults, and the entire
11750 risk of satisfactory quality, performance, accuracy, and effort is with
11751 the user.
11753 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
11754 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
11755 distributed according to the same disclaimer and license as libpng-0.96,
11756 with the following individuals added to the list of Contributing Authors:
11758 Tom Lane
11759 Glenn Randers-Pehrson
11760 Willem van Schaik
11762 libpng versions 0.89, June 1996, through 0.96, May 1997, are
11763 Copyright (c) 1996, 1997 Andreas Dilger
11764 Distributed according to the same disclaimer and license as libpng-0.88,
11765 with the following individuals added to the list of Contributing Authors:
11767 John Bowler
11768 Kevin Bracey
11769 Sam Bushell
11770 Magnus Holmgren
11771 Greg Roelofs
11772 Tom Tanner
11774 libpng versions 0.5, May 1995, through 0.88, January 1996, are
11775 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
11777 For the purposes of this copyright and license, "Contributing Authors"
11778 is defined as the following set of individuals:
11780 Andreas Dilger
11781 Dave Martindale
11782 Guy Eric Schalnat
11783 Paul Schmidt
11784 Tim Wegner
11786 The PNG Reference Library is supplied "AS IS". The Contributing Authors
11787 and Group 42, Inc. disclaim all warranties, expressed or implied,
11788 including, without limitation, the warranties of merchantability and of
11789 fitness for any purpose. The Contributing Authors and Group 42, Inc.
11790 assume no liability for direct, indirect, incidental, special, exemplary,
11791 or consequential damages, which may result from the use of the PNG
11792 Reference Library, even if advised of the possibility of such damage.
11794 Permission is hereby granted to use, copy, modify, and distribute this
11795 source code, or portions hereof, for any purpose, without fee, subject
11796 to the following restrictions:
11798 1. The origin of this source code must not be misrepresented.
11800 2. Altered versions must be plainly marked as such and must not
11801 be misrepresented as being the original source.
11803 3. This Copyright notice may not be removed or altered from any
11804 source or altered source distribution.
11806 The Contributing Authors and Group 42, Inc. specifically permit, without
11807 fee, and encourage the use of this source code as a component to
11808 supporting the PNG file format in commercial products. If you use this
11809 source code in a product, acknowledgment is not required but would be
11810 appreciated.
11813 A "png_get_copyright" function is available, for convenient use in "about"
11814 boxes and the like:
11816 printf("%s",png_get_copyright(NULL));
11818 Also, the PNG logo (in PNG format, of course) is supplied in the
11819 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
11821 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
11822 certification mark of the Open Source Initiative.
11824 Glenn Randers-Pehrson
11825 glennrp at users.sourceforge.net
11826 March 29, 2012
11828 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11830 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING:
11832 GNU GENERAL PUBLIC LICENSE
11833 Version 2, June 1991
11835 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
11836 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
11837 Everyone is permitted to copy and distribute verbatim copies
11838 of this license document, but changing it is not allowed.
11840 Preamble
11842 The licenses for most software are designed to take away your
11843 freedom to share and change it. By contrast, the GNU General Public
11844 License is intended to guarantee your freedom to share and change free
11845 software--to make sure the software is free for all its users. This
11846 General Public License applies to most of the Free Software
11847 Foundation's software and to any other program whose authors commit to
11848 using it. (Some other Free Software Foundation software is covered by
11849 the GNU Library General Public License instead.) You can apply it to
11850 your programs, too.
11852 When we speak of free software, we are referring to freedom, not
11853 price. Our General Public Licenses are designed to make sure that you
11854 have the freedom to distribute copies of free software (and charge for
11855 this service if you wish), that you receive source code or can get it
11856 if you want it, that you can change the software or use pieces of it
11857 in new free programs; and that you know you can do these things.
11859 To protect your rights, we need to make restrictions that forbid
11860 anyone to deny you these rights or to ask you to surrender the rights.
11861 These restrictions translate to certain responsibilities for you if you
11862 distribute copies of the software, or if you modify it.
11864 For example, if you distribute copies of such a program, whether
11865 gratis or for a fee, you must give the recipients all the rights that
11866 you have. You must make sure that they, too, receive or can get the
11867 source code. And you must show them these terms so they know their
11868 rights.
11870 We protect your rights with two steps: (1) copyright the software, and
11871 (2) offer you this license which gives you legal permission to copy,
11872 distribute and/or modify the software.
11874 Also, for each author's protection and ours, we want to make certain
11875 that everyone understands that there is no warranty for this free
11876 software. If the software is modified by someone else and passed on, we
11877 want its recipients to know that what they have is not the original, so
11878 that any problems introduced by others will not reflect on the original
11879 authors' reputations.
11881 Finally, any free program is threatened constantly by software
11882 patents. We wish to avoid the danger that redistributors of a free
11883 program will individually obtain patent licenses, in effect making the
11884 program proprietary. To prevent this, we have made it clear that any
11885 patent must be licensed for everyone's free use or not licensed at all.
11887 The precise terms and conditions for copying, distribution and
11888 modification follow.
11890 GNU GENERAL PUBLIC LICENSE
11891 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
11893 0. This License applies to any program or other work which contains
11894 a notice placed by the copyright holder saying it may be distributed
11895 under the terms of this General Public License. The "Program", below,
11896 refers to any such program or work, and a "work based on the Program"
11897 means either the Program or any derivative work under copyright law:
11898 that is to say, a work containing the Program or a portion of it,
11899 either verbatim or with modifications and/or translated into another
11900 language. (Hereinafter, translation is included without limitation in
11901 the term "modification".) Each licensee is addressed as "you".
11903 Activities other than copying, distribution and modification are not
11904 covered by this License; they are outside its scope. The act of
11905 running the Program is not restricted, and the output from the Program
11906 is covered only if its contents constitute a work based on the
11907 Program (independent of having been made by running the Program).
11908 Whether that is true depends on what the Program does.
11910 1. You may copy and distribute verbatim copies of the Program's
11911 source code as you receive it, in any medium, provided that you
11912 conspicuously and appropriately publish on each copy an appropriate
11913 copyright notice and disclaimer of warranty; keep intact all the
11914 notices that refer to this License and to the absence of any warranty;
11915 and give any other recipients of the Program a copy of this License
11916 along with the Program.
11918 You may charge a fee for the physical act of transferring a copy, and
11919 you may at your option offer warranty protection in exchange for a fee.
11921 2. You may modify your copy or copies of the Program or any portion
11922 of it, thus forming a work based on the Program, and copy and
11923 distribute such modifications or work under the terms of Section 1
11924 above, provided that you also meet all of these conditions:
11926 a) You must cause the modified files to carry prominent notices
11927 stating that you changed the files and the date of any change.
11929 b) You must cause any work that you distribute or publish, that in
11930 whole or in part contains or is derived from the Program or any
11931 part thereof, to be licensed as a whole at no charge to all third
11932 parties under the terms of this License.
11934 c) If the modified program normally reads commands interactively
11935 when run, you must cause it, when started running for such
11936 interactive use in the most ordinary way, to print or display an
11937 announcement including an appropriate copyright notice and a
11938 notice that there is no warranty (or else, saying that you provide
11939 a warranty) and that users may redistribute the program under
11940 these conditions, and telling the user how to view a copy of this
11941 License. (Exception: if the Program itself is interactive but
11942 does not normally print such an announcement, your work based on
11943 the Program is not required to print an announcement.)
11945 These requirements apply to the modified work as a whole. If
11946 identifiable sections of that work are not derived from the Program,
11947 and can be reasonably considered independent and separate works in
11948 themselves, then this License, and its terms, do not apply to those
11949 sections when you distribute them as separate works. But when you
11950 distribute the same sections as part of a whole which is a work based
11951 on the Program, the distribution of the whole must be on the terms of
11952 this License, whose permissions for other licensees extend to the
11953 entire whole, and thus to each and every part regardless of who wrote it.
11955 Thus, it is not the intent of this section to claim rights or contest
11956 your rights to work written entirely by you; rather, the intent is to
11957 exercise the right to control the distribution of derivative or
11958 collective works based on the Program.
11960 In addition, mere aggregation of another work not based on the Program
11961 with the Program (or with a work based on the Program) on a volume of
11962 a storage or distribution medium does not bring the other work under
11963 the scope of this License.
11965 3. You may copy and distribute the Program (or a work based on it,
11966 under Section 2) in object code or executable form under the terms of
11967 Sections 1 and 2 above provided that you also do one of the following:
11969 a) Accompany it with the complete corresponding machine-readable
11970 source code, which must be distributed under the terms of Sections
11971 1 and 2 above on a medium customarily used for software interchange; or,
11973 b) Accompany it with a written offer, valid for at least three
11974 years, to give any third party, for a charge no more than your
11975 cost of physically performing source distribution, a complete
11976 machine-readable copy of the corresponding source code, to be
11977 distributed under the terms of Sections 1 and 2 above on a medium
11978 customarily used for software interchange; or,
11980 c) Accompany it with the information you received as to the offer
11981 to distribute corresponding source code. (This alternative is
11982 allowed only for noncommercial distribution and only if you
11983 received the program in object code or executable form with such
11984 an offer, in accord with Subsection b above.)
11986 The source code for a work means the preferred form of the work for
11987 making modifications to it. For an executable work, complete source
11988 code means all the source code for all modules it contains, plus any
11989 associated interface definition files, plus the scripts used to
11990 control compilation and installation of the executable. However, as a
11991 special exception, the source code distributed need not include
11992 anything that is normally distributed (in either source or binary
11993 form) with the major components (compiler, kernel, and so on) of the
11994 operating system on which the executable runs, unless that component
11995 itself accompanies the executable.
11997 If distribution of executable or object code is made by offering
11998 access to copy from a designated place, then offering equivalent
11999 access to copy the source code from the same place counts as
12000 distribution of the source code, even though third parties are not
12001 compelled to copy the source along with the object code.
12003 4. You may not copy, modify, sublicense, or distribute the Program
12004 except as expressly provided under this License. Any attempt
12005 otherwise to copy, modify, sublicense or distribute the Program is
12006 void, and will automatically terminate your rights under this License.
12007 However, parties who have received copies, or rights, from you under
12008 this License will not have their licenses terminated so long as such
12009 parties remain in full compliance.
12011 5. You are not required to accept this License, since you have not
12012 signed it. However, nothing else grants you permission to modify or
12013 distribute the Program or its derivative works. These actions are
12014 prohibited by law if you do not accept this License. Therefore, by
12015 modifying or distributing the Program (or any work based on the
12016 Program), you indicate your acceptance of this License to do so, and
12017 all its terms and conditions for copying, distributing or modifying
12018 the Program or works based on it.
12020 6. Each time you redistribute the Program (or any work based on the
12021 Program), the recipient automatically receives a license from the
12022 original licensor to copy, distribute or modify the Program subject to
12023 these terms and conditions. You may not impose any further
12024 restrictions on the recipients' exercise of the rights granted herein.
12025 You are not responsible for enforcing compliance by third parties to
12026 this License.
12028 7. If, as a consequence of a court judgment or allegation of patent
12029 infringement or for any other reason (not limited to patent issues),
12030 conditions are imposed on you (whether by court order, agreement or
12031 otherwise) that contradict the conditions of this License, they do not
12032 excuse you from the conditions of this License. If you cannot
12033 distribute so as to satisfy simultaneously your obligations under this
12034 License and any other pertinent obligations, then as a consequence you
12035 may not distribute the Program at all. For example, if a patent
12036 license would not permit royalty-free redistribution of the Program by
12037 all those who receive copies directly or indirectly through you, then
12038 the only way you could satisfy both it and this License would be to
12039 refrain entirely from distribution of the Program.
12041 If any portion of this section is held invalid or unenforceable under
12042 any particular circumstance, the balance of the section is intended to
12043 apply and the section as a whole is intended to apply in other
12044 circumstances.
12046 It is not the purpose of this section to induce you to infringe any
12047 patents or other property right claims or to contest validity of any
12048 such claims; this section has the sole purpose of protecting the
12049 integrity of the free software distribution system, which is
12050 implemented by public license practices. Many people have made
12051 generous contributions to the wide range of software distributed
12052 through that system in reliance on consistent application of that
12053 system; it is up to the author/donor to decide if he or she is willing
12054 to distribute software through any other system and a licensee cannot
12055 impose that choice.
12057 This section is intended to make thoroughly clear what is believed to
12058 be a consequence of the rest of this License.
12060 8. If the distribution and/or use of the Program is restricted in
12061 certain countries either by patents or by copyrighted interfaces, the
12062 original copyright holder who places the Program under this License
12063 may add an explicit geographical distribution limitation excluding
12064 those countries, so that distribution is permitted only in or among
12065 countries not thus excluded. In such case, this License incorporates
12066 the limitation as if written in the body of this License.
12068 9. The Free Software Foundation may publish revised and/or new versions
12069 of the General Public License from time to time. Such new versions will
12070 be similar in spirit to the present version, but may differ in detail to
12071 address new problems or concerns.
12073 Each version is given a distinguishing version number. If the Program
12074 specifies a version number of this License which applies to it and "any
12075 later version", you have the option of following the terms and conditions
12076 either of that version or of any later version published by the Free
12077 Software Foundation. If the Program does not specify a version number of
12078 this License, you may choose any version ever published by the Free Software
12079 Foundation.
12081 10. If you wish to incorporate parts of the Program into other free
12082 programs whose distribution conditions are different, write to the author
12083 to ask for permission. For software which is copyrighted by the Free
12084 Software Foundation, write to the Free Software Foundation; we sometimes
12085 make exceptions for this. Our decision will be guided by the two goals
12086 of preserving the free status of all derivatives of our free software and
12087 of promoting the sharing and reuse of software generally.
12089 NO WARRANTY
12091 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
12092 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
12093 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
12094 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
12095 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
12096 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
12097 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
12098 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
12099 REPAIR OR CORRECTION.
12101 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
12102 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
12103 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
12104 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
12105 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
12106 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
12107 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
12108 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
12109 POSSIBILITY OF SUCH DAMAGES.
12111 END OF TERMS AND CONDITIONS
12113 How to Apply These Terms to Your New Programs
12115 If you develop a new program, and you want it to be of the greatest
12116 possible use to the public, the best way to achieve this is to make it
12117 free software which everyone can redistribute and change under these terms.
12119 To do so, attach the following notices to the program. It is safest
12120 to attach them to the start of each source file to most effectively
12121 convey the exclusion of warranty; and each file should have at least
12122 the "copyright" line and a pointer to where the full notice is found.
12124 &lt;one line to give the program's name and a brief idea of what it does.&gt;
12125 Copyright (C) &lt;year&gt; &lt;name of author&gt;
12127 This program is free software; you can redistribute it and/or modify
12128 it under the terms of the GNU General Public License as published by
12129 the Free Software Foundation; either version 2 of the License, or
12130 (at your option) any later version.
12132 This program is distributed in the hope that it will be useful,
12133 but WITHOUT ANY WARRANTY; without even the implied warranty of
12134 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12135 GNU General Public License for more details.
12137 You should have received a copy of the GNU General Public License
12138 along with this program; if not, write to the Free Software
12139 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12142 Also add information on how to contact you by electronic and paper mail.
12144 If the program is interactive, make it output a short notice like this
12145 when it starts in an interactive mode:
12147 Gnomovision version 69, Copyright (C) year name of author
12148 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
12149 This is free software, and you are welcome to redistribute it
12150 under certain conditions; type `show c' for details.
12152 The hypothetical commands `show w' and `show c' should show the appropriate
12153 parts of the General Public License. Of course, the commands you use may
12154 be called something other than `show w' and `show c'; they could even be
12155 mouse-clicks or menu items--whatever suits your program.
12157 You should also get your employer (if you work as a programmer) or your
12158 school, if any, to sign a "copyright disclaimer" for the program, if
12159 necessary. Here is a sample; alter the names:
12161 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
12162 `Gnomovision' (which makes passes at compilers) written by James Hacker.
12164 &lt;signature of Ty Coon&gt;, 1 April 1989
12165 Ty Coon, President of Vice
12167 This General Public License does not permit incorporating your program into
12168 proprietary programs. If your program is a subroutine library, you may
12169 consider it more useful to permit linking proprietary applications with the
12170 library. If this is what you want to do, use the GNU Library General
12171 Public License instead of this License.
12173 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12175 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE:
12177 ---------------------------------------------------------------------------
12179 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved.
12181 This software is provided "as is," without warranty of any kind,
12182 express or implied. In no event shall the author or contributors
12183 be held liable for any damages arising in any way from the use of
12184 this software.
12186 The contents of this file are DUAL-LICENSED. You may modify and/or
12187 redistribute this software according to the terms of one of the
12188 following two licenses (at your option):
12191 LICENSE 1 ("BSD-like with advertising clause"):
12193 Permission is granted to anyone to use this software for any purpose,
12194 including commercial applications, and to alter it and redistribute
12195 it freely, subject to the following restrictions:
12197 1. Redistributions of source code must retain the above copyright
12198 notice, disclaimer, and this list of conditions.
12199 2. Redistributions in binary form must reproduce the above copyright
12200 notice, disclaimer, and this list of conditions in the documenta-
12201 tion and/or other materials provided with the distribution.
12202 3. All advertising materials mentioning features or use of this
12203 software must display the following acknowledgment:
12205 This product includes software developed by Greg Roelofs
12206 and contributors for the book, "PNG: The Definitive Guide,"
12207 published by O'Reilly and Associates.
12210 LICENSE 2 (GNU GPL v2 or later):
12212 This program is free software; you can redistribute it and/or modify
12213 it under the terms of the GNU General Public License as published by
12214 the Free Software Foundation; either version 2 of the License, or
12215 (at your option) any later version.
12217 This program is distributed in the hope that it will be useful,
12218 but WITHOUT ANY WARRANTY; without even the implied warranty of
12219 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12220 GNU General Public License for more details.
12222 You should have received a copy of the GNU General Public License
12223 along with this program; if not, write to the Free Software Foundation,
12224 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12226 ---------------------------------------------------------------------------
12228 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12229 </pre>
12230 <ul>
12231 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
12232 </ul>
12233 </div>
12234 </div>
12237 <div class="product">
12238 <span class="title">libpthread-stubs-0.1</span>
12239 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12240 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
12241 <div class="licence">
12242 <pre>Scanned Source License libpthread-stubs-0.1/COPYING:
12244 Permission is hereby granted, free of charge, to any person obtaining a
12245 copy of this software and associated documentation files (the "Software"),
12246 to deal in the Software without restriction, including without limitation
12247 the rights to use, copy, modify, merge, publish, distribute, sublicense,
12248 and/or sell copies of the Software, and to permit persons to whom the
12249 Software is furnished to do so, subject to the following conditions:
12251 The above copyright notice and this permission notice shall be included in
12252 all copies or substantial portions of the Software.
12254 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12255 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12256 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12257 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
12258 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
12259 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12261 Except as contained in this notice, the names of the authors or their
12262 institutions shall not be used in advertising or otherwise to promote the
12263 sale, use or other dealings in this Software without prior written
12264 authorization from the authors.
12266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12267 </pre>
12268 <ul>
12270 </ul>
12271 </div>
12272 </div>
12275 <div class="product">
12276 <span class="title">libscrypt-1.1.6</span>
12277 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12278 <span class="homepage"><a href="http://www.tarsnap.com/scrypt.html">homepage</a></span>
12279 <div class="licence">
12280 <pre></pre>
12281 <ul>
12282 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
12283 </ul>
12284 </div>
12285 </div>
12288 <div class="product">
12289 <span class="title">libSM-1.2.0</span>
12290 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12291 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
12292 <div class="licence">
12293 <pre>Scanned Source License libSM-1.2.0/COPYING:
12295 Copyright 2002 Sun Microsystems, Inc. All rights reserved.
12297 Permission is hereby granted, free of charge, to any person obtaining a
12298 copy of this software and associated documentation files (the "Software"),
12299 to deal in the Software without restriction, including without limitation
12300 the rights to use, copy, modify, merge, publish, distribute, sublicense,
12301 and/or sell copies of the Software, and to permit persons to whom the
12302 Software is furnished to do so, subject to the following conditions:
12304 The above copyright notice and this permission notice (including the next
12305 paragraph) shall be included in all copies or substantial portions of the
12306 Software.
12308 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12309 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12310 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
12311 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12312 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
12313 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12314 DEALINGS IN THE SOFTWARE.
12316 Copyright 1993, 1998 The Open Group
12318 Permission to use, copy, modify, distribute, and sell this software and its
12319 documentation for any purpose is hereby granted without fee, provided that
12320 the above copyright notice appear in all copies and that both that
12321 copyright notice and this permission notice appear in supporting
12322 documentation.
12324 The above copyright notice and this permission notice shall be included in
12325 all copies or substantial portions of the Software.
12327 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12328 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12329 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12330 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
12331 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
12332 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12334 Except as contained in this notice, the name of The Open Group shall not be
12335 used in advertising or otherwise to promote the sale, use or other dealings
12336 in this Software without prior written authorization from The Open Group.
12338 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12339 </pre>
12340 <ul>
12342 </ul>
12343 </div>
12344 </div>
12347 <div class="product">
12348 <span class="title">libtool-2.4.2</span>
12349 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12350 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span>
12351 <div class="licence">
12352 <pre></pre>
12353 <ul>
12354 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
12355 </ul>
12356 </div>
12357 </div>
12360 <div class="product">
12361 <span class="title">libusb-1.0.18</span>
12362 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12363 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
12364 <div class="licence">
12365 <pre></pre>
12366 <ul>
12367 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
12368 </ul>
12369 </div>
12370 </div>
12373 <div class="product">
12374 <span class="title">libusb-compat-0.1.5</span>
12375 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12376 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
12377 <div class="licence">
12378 <pre></pre>
12379 <ul>
12380 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
12381 </ul>
12382 </div>
12383 </div>
12386 <div class="product">
12387 <span class="title">libv4l-0.8.8</span>
12388 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12389 <span class="homepage"><a href="http://git.linuxtv.org/v4l-utils.git">homepage</a></span>
12390 <div class="licence">
12391 <pre></pre>
12392 <ul>
12393 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
12394 </ul>
12395 </div>
12396 </div>
12399 <div class="product">
12400 <span class="title">libva-1.3.1</span>
12401 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12402 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
12403 <div class="licence">
12404 <pre>Scanned Source License libva-1.3.1/COPYING:
12406 Permission is hereby granted, free of charge, to any person obtaining a
12407 copy of this software and associated documentation files (the
12408 "Software"), to deal in the Software without restriction, including
12409 without limitation the rights to use, copy, modify, merge, publish,
12410 distribute, sub license, and/or sell copies of the Software, and to
12411 permit persons to whom the Software is furnished to do so, subject to
12412 the following conditions:
12414 The above copyright notice and this permission notice (including the
12415 next paragraph) shall be included in all copies or substantial portions
12416 of the Software.
12418 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12419 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12420 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
12421 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
12422 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
12423 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
12424 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12426 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12428 Scanned Source License libva-1.3.1/debian.upstream/copyright:
12430 This package was debianized by Waldo Bastian &lt;waldo.bastian@intel.com&gt; on
12431 Mon, 18 Jun 2007 21:35:31 -0700.
12433 It was downloaded from &lt;url://example.com&gt;
12435 Upstream Author(s):
12437 Waldo Bastian &lt;waldo.bastian@intel.com&gt;
12438 Jonathan Bian &lt;jonathan.bian@intel.com&gt;
12440 Copyright:
12442 (C) Copyright IBM Corporation 2004
12443 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
12444 Copyright 2000 VA Linux Systems, Inc.
12445 Copyright 2007 Intel Corportation
12447 License:
12449 Permission is hereby granted, free of charge, to any person obtaining a
12450 copy of this software and associated documentation files (the
12451 "Software"), to deal in the Software without restriction, including
12452 without limitation the rights to use, copy, modify, merge, publish,
12453 distribute, sub license, and/or sell copies of the Software, and to
12454 permit persons to whom the Software is furnished to do so, subject to
12455 the following conditions:
12457 The above copyright notice and this permission notice (including the
12458 next paragraph) shall be included in all copies or substantial portions
12459 of the Software.
12461 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12462 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12463 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
12464 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
12465 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
12466 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
12467 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12469 The Debian packaging is (C) 2007, Intel Corporation and
12470 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
12472 # Please also look if there are files or directories which have a
12473 # different copyright/license attached and list them here.
12475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12476 </pre>
12477 <ul>
12479 </ul>
12480 </div>
12481 </div>
12484 <div class="product">
12485 <span class="title">libva-intel-driver-1.3.1</span>
12486 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12487 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
12488 <div class="licence">
12489 <pre>Scanned Source License libva-intel-driver-1.3.1/COPYING:
12491 Permission is hereby granted, free of charge, to any person obtaining a
12492 copy of this software and associated documentation files (the
12493 "Software"), to deal in the Software without restriction, including
12494 without limitation the rights to use, copy, modify, merge, publish,
12495 distribute, sub license, and/or sell copies of the Software, and to
12496 permit persons to whom the Software is furnished to do so, subject to
12497 the following conditions:
12499 The above copyright notice and this permission notice (including the
12500 next paragraph) shall be included in all copies or substantial portions
12501 of the Software.
12503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12504 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12505 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
12506 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
12507 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
12508 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
12509 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12511 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12513 Scanned Source License libva-intel-driver-1.3.1/debian.upstream/copyright:
12515 This package is maintained by:
12516 Gwenole Beauchesne &lt;gwenole.beauchesne@intel.com&gt;
12519 License:
12521 Permission is hereby granted, free of charge, to any person obtaining a
12522 copy of this software and associated documentation files (the
12523 "Software"), to deal in the Software without restriction, including
12524 without limitation the rights to use, copy, modify, merge, publish,
12525 distribute, sub license, and/or sell copies of the Software, and to
12526 permit persons to whom the Software is furnished to do so, subject to
12527 the following conditions:
12529 The above copyright notice and this permission notice (including the
12530 next paragraph) shall be included in all copies or substantial portions
12531 of the Software.
12533 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12534 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12535 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
12536 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
12537 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
12538 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
12539 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12542 </pre>
12543 <ul>
12545 </ul>
12546 </div>
12547 </div>
12550 <div class="product">
12551 <span class="title">libX11-1.6.0</span>
12552 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
12553 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
12554 <div class="licence">
12555 <pre>Scanned Source License libX11-1.6.0/COPYING:
12557 The following is the 'standard copyright' agreed upon by most contributors,
12558 and is currently the canonical license preferred by the X.Org Foundation.
12559 This is a slight variant of the common MIT license form published by the
12560 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
12562 Copyright holders of new code should use this license statement where
12563 possible, and insert their name to this list. Please sort by surname
12564 for people, and by the full name for other entities (e.g. Juliusz
12565 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
12567 See each individual source file or directory for the license that applies
12568 to that file.
12570 Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett
12571 Copyright © 2009 Red Hat, Inc.
12572 Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates.
12573 All rights reserved.
12575 Permission is hereby granted, free of charge, to any person obtaining a
12576 copy of this software and associated documentation files (the "Software"),
12577 to deal in the Software without restriction, including without limitation
12578 the rights to use, copy, modify, merge, publish, distribute, sublicense,
12579 and/or sell copies of the Software, and to permit persons to whom the
12580 Software is furnished to do so, subject to the following conditions:
12582 The above copyright notice and this permission notice (including the next
12583 paragraph) shall be included in all copies or substantial portions of the
12584 Software.
12586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
12589 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12590 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
12591 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12592 DEALINGS IN THE SOFTWARE.
12594 ----------------------------------------------------------------------
12596 The following licenses are 'legacy' - usually MIT/X11 licenses with the name
12597 of the copyright holder(s) in the license statement:
12599 Copyright 1984-1994, 1998 The Open Group
12601 Permission to use, copy, modify, distribute, and sell this software and its
12602 documentation for any purpose is hereby granted without fee, provided that
12603 the above copyright notice appear in all copies and that both that
12604 copyright notice and this permission notice appear in supporting
12605 documentation.
12607 The above copyright notice and this permission notice shall be included in
12608 all copies or substantial portions of the Software.
12610 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12611 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12612 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12613 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
12614 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
12615 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12617 Except as contained in this notice, the name of The Open Group shall not be
12618 used in advertising or otherwise to promote the sale, use or other dealings
12619 in this Software without prior written authorization from The Open Group.
12621 X Window System is a trademark of The Open Group.
12623 ----------------------------------------
12625 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
12626 Copyright 2000 The XFree86 Project, Inc.
12628 Permission is hereby granted, free of charge, to any person obtaining
12629 a copy of this software and associated documentation files (the
12630 "Software"), to deal in the Software without restriction, including
12631 without limitation the rights to use, copy, modify, merge, publish,
12632 distribute, sublicense, and/or sell copies of the Software, and to
12633 permit persons to whom the Software is furnished to do so, subject to
12634 the following conditions:
12636 The above copyright notice and this permission notice shall be included
12637 in all copies or substantial portions of the Software.
12639 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12640 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12641 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
12642 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
12643 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
12644 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
12645 OTHER DEALINGS IN THE SOFTWARE.
12647 Except as contained in this notice, the name of the X Consortium shall
12648 not be used in advertising or otherwise to promote the sale, use or
12649 other dealings in this Software without prior written authorization
12650 from the X Consortium.
12652 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
12653 Digital Equipment Corporation
12655 Portions Copyright 1990, 1991 by Tektronix, Inc.
12657 Permission to use, copy, modify and distribute this documentation for
12658 any purpose and without fee is hereby granted, provided that the above
12659 copyright notice appears in all copies and that both that copyright notice
12660 and this permission notice appear in all copies, and that the names of
12661 Digital and Tektronix not be used in in advertising or publicity pertaining
12662 to this documentation without specific, written prior permission.
12663 Digital and Tektronix makes no representations about the suitability
12664 of this documentation for any purpose.
12665 It is provided ``as is'' without express or implied warranty.
12667 ----------------------------------------
12669 Copyright (c) 1999-2000 Free Software Foundation, Inc.
12671 Permission is hereby granted, free of charge, to any person obtaining a copy
12672 of this software and associated documentation files (the "Software"), to deal
12673 in the Software without restriction, including without limitation the rights
12674 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12675 copies of the Software, and to permit persons to whom the Software is
12676 furnished to do so, subject to the following conditions:
12678 The above copyright notice and this permission notice shall be included in
12679 all copies or substantial portions of the Software.
12681 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12682 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12683 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12684 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
12685 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12686 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12688 Except as contained in this notice, the name of the Free Software Foundation
12689 shall not be used in advertising or otherwise to promote the sale, use or
12690 other dealings in this Software without prior written authorization from the
12691 Free Software Foundation.
12693 ----------------------------------------
12695 Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
12696 All Rights Reserved
12698 This file is a component of an X Window System-specific implementation
12699 of Xcms based on the TekColor Color Management System. TekColor is a
12700 trademark of Tektronix, Inc. The term "TekHVC" designates a particular
12701 color space that is the subject of U.S. Patent No. 4,985,853 (equivalent
12702 foreign patents pending). Permission is hereby granted to use, copy,
12703 modify, sell, and otherwise distribute this software and its
12704 documentation for any purpose and without fee, provided that:
12706 1. This copyright, permission, and disclaimer notice is reproduced in
12707 all copies of this software and any modification thereof and in
12708 supporting documentation;
12709 2. Any color-handling application which displays TekHVC color
12710 cooordinates identifies these as TekHVC color coordinates in any
12711 interface that displays these coordinates and in any associated
12712 documentation;
12713 3. The term "TekHVC" is always used, and is only used, in association
12714 with the mathematical derivations of the TekHVC Color Space,
12715 including those provided in this file and any equivalent pathways and
12716 mathematical derivations, regardless of digital (e.g., floating point
12717 or integer) representation.
12719 Tektronix makes no representation about the suitability of this software
12720 for any purpose. It is provided "as is" and with all faults.
12722 TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE,
12723 INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
12724 PARTICULAR PURPOSE. IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY
12725 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
12726 RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF
12727 CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
12728 CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE.
12730 ----------------------------------------
12732 (c) Copyright 1995 FUJITSU LIMITED
12733 This is source code modified by FUJITSU LIMITED under the Joint
12734 Development Agreement for the CDE/Motif PST.
12736 ----------------------------------------
12738 Copyright 1992 by Oki Technosystems Laboratory, Inc.
12739 Copyright 1992 by Fuji Xerox Co., Ltd.
12741 Permission to use, copy, modify, distribute, and sell this software
12742 and its documentation for any purpose is hereby granted without fee,
12743 provided that the above copyright notice appear in all copies and
12744 that both that copyright notice and this permission notice appear
12745 in supporting documentation, and that the name of Oki Technosystems
12746 Laboratory and Fuji Xerox not be used in advertising or publicity
12747 pertaining to distribution of the software without specific, written
12748 prior permission.
12749 Oki Technosystems Laboratory and Fuji Xerox make no representations
12750 about the suitability of this software for any purpose. It is provided
12751 "as is" without express or implied warranty.
12753 OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES
12754 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
12755 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS
12756 LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR
12757 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
12758 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12759 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
12760 OR PERFORMANCE OF THIS SOFTWARE.
12762 ----------------------------------------
12764 Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED
12766 Permission to use, copy, modify, distribute, and sell this software
12767 and its documentation for any purpose is hereby granted without fee,
12768 provided that the above copyright notice appear in all copies and
12769 that both that copyright notice and this permission notice appear
12770 in supporting documentation, and that the name of FUJITSU LIMITED
12771 not be used in advertising or publicity pertaining to distribution
12772 of the software without specific, written prior permission.
12773 FUJITSU LIMITED makes no representations about the suitability of
12774 this software for any purpose.
12775 It is provided "as is" without express or implied warranty.
12777 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
12778 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
12779 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
12780 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
12781 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12782 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12783 PERFORMANCE OF THIS SOFTWARE.
12785 ----------------------------------------
12788 Copyright (c) 1995 David E. Wexelblat. All rights reserved
12790 Permission is hereby granted, free of charge, to any person obtaining
12791 a copy of this software and associated documentation files (the
12792 "Software"), to deal in the Software without restriction, including
12793 without limitation the rights to use, copy, modify, merge, publish,
12794 distribute, sublicense, and/or sell copies of the Software, and to
12795 permit persons to whom the Software is furnished to do so, subject to
12796 the following conditions:
12798 The above copyright notice and this permission notice shall be included
12799 in all copies or substantial portions of the Software.
12801 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12802 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12803 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
12804 IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR
12805 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
12806 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
12807 OTHER DEALINGS IN THE SOFTWARE.
12809 Except as contained in this notice, the name of David E. Wexelblat shall
12810 not be used in advertising or otherwise to promote the sale, use or
12811 other dealings in this Software without prior written authorization
12812 from David E. Wexelblat.
12814 ----------------------------------------
12816 Copyright 1990, 1991 by OMRON Corporation
12818 Permission to use, copy, modify, distribute, and sell this software and its
12819 documentation for any purpose is hereby granted without fee, provided that
12820 the above copyright notice appear in all copies and that both that
12821 copyright notice and this permission notice appear in supporting
12822 documentation, and that the name OMRON not be used in
12823 advertising or publicity pertaining to distribution of the software without
12824 specific, written prior permission. OMRON makes no representations
12825 about the suitability of this software for any purpose. It is provided
12826 "as is" without express or implied warranty.
12828 OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
12829 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
12830 EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
12831 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
12832 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
12833 TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12834 PERFORMANCE OF THIS SOFTWARE.
12836 ----------------------------------------
12838 Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
12839 Digital Equipment Corporation
12841 Portions Copyright 1990, 1991 by Tektronix, Inc
12843 Rewritten for X.org by Chris Lee &lt;clee@freedesktop.org&gt;
12845 Permission to use, copy, modify, distribute, and sell this documentation
12846 for any purpose and without fee is hereby granted, provided that the above
12847 copyright notice and this permission notice appear in all copies.
12848 Chris Lee makes no representations about the suitability for any purpose
12849 of the information in this document. It is provided \`\`as-is'' without
12850 express or implied warranty.
12852 ----------------------------------------
12854 Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts,
12855 Copyright 1994 by FUJITSU LIMITED
12856 Copyright 1994 by Sony Corporation
12858 All Rights Reserved
12860 Permission to use, copy, modify, and distribute this software and its
12861 documentation for any purpose and without fee is hereby granted,
12862 provided that the above copyright notice appear in all copies and that
12863 both that copyright notice and this permission notice appear in
12864 supporting documentation, and that the names of Digital, FUJITSU
12865 LIMITED and Sony Corporation not be used in advertising or publicity
12866 pertaining to distribution of the software without specific, written
12867 prior permission.
12869 DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES
12870 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
12871 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED
12872 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
12873 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
12874 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12875 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12876 PERFORMANCE OF THIS SOFTWARE.
12878 ----------------------------------------
12881 Copyright 1991 by the Open Software Foundation
12883 Permission to use, copy, modify, distribute, and sell this software and its
12884 documentation for any purpose is hereby granted without fee, provided that
12885 the above copyright notice appear in all copies and that both that
12886 copyright notice and this permission notice appear in supporting
12887 documentation, and that the name of Open Software Foundation
12888 not be used in advertising or publicity pertaining to distribution of the
12889 software without specific, written prior permission. Open Software
12890 Foundation makes no representations about the suitability of this
12891 software for any purpose. It is provided "as is" without express or
12892 implied warranty.
12894 OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO
12895 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
12896 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE
12897 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12898 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12899 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
12900 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
12902 ----------------------------------------
12904 Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED
12905 Copyright 1993, 1994 by Sony Corporation
12907 Permission to use, copy, modify, distribute, and sell this software and
12908 its documentation for any purpose is hereby granted without fee, provided
12909 that the above copyright notice appear in all copies and that both that
12910 copyright notice and this permission notice appear in supporting
12911 documentation, and that the name of FUJITSU LIMITED and Sony Corporation
12912 not be used in advertising or publicity pertaining to distribution of the
12913 software without specific, written prior permission. FUJITSU LIMITED and
12914 Sony Corporation makes no representations about the suitability of this
12915 software for any purpose. It is provided "as is" without express or
12916 implied warranty.
12918 FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
12919 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
12920 FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE
12921 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
12922 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
12923 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
12924 USE OR PERFORMANCE OF THIS SOFTWARE.
12926 ----------------------------------------
12928 Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc.
12930 Permission to use, copy, modify, and distribute this
12931 software and its documentation for any purpose and without
12932 fee is hereby granted, provided that the above copyright
12933 notice appear in all copies and that both that copyright
12934 notice and this permission notice appear in supporting
12935 documentation, and that the name of Silicon Graphics not be
12936 used in advertising or publicity pertaining to distribution
12937 of the software without specific prior written permission.
12938 Silicon Graphics makes no representation about the suitability
12939 of this software for any purpose. It is provided "as is"
12940 without any express or implied warranty.
12942 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
12943 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12944 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
12945 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
12946 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
12947 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12948 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
12949 THE USE OR PERFORMANCE OF THIS SOFTWARE.
12951 ----------------------------------------
12953 Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED
12954 Copyright 1993 by Digital Equipment Corporation
12956 Permission to use, copy, modify, distribute, and sell this software
12957 and its documentation for any purpose is hereby granted without fee,
12958 provided that the above copyright notice appear in all copies and that
12959 both that copyright notice and this permission notice appear in
12960 supporting documentation, and that the name of FUJITSU LIMITED and
12961 Digital Equipment Corporation not be used in advertising or publicity
12962 pertaining to distribution of the software without specific, written
12963 prior permission. FUJITSU LIMITED and Digital Equipment Corporation
12964 makes no representations about the suitability of this software for
12965 any purpose. It is provided "as is" without express or implied
12966 warranty.
12968 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL
12969 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
12970 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
12971 FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR
12972 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12973 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
12974 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
12975 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
12976 THIS SOFTWARE.
12978 ----------------------------------------
12980 Copyright 1992, 1993 by FUJITSU LIMITED
12981 Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
12982 Copyright 1994 by Sony Corporation
12984 Permission to use, copy, modify, distribute and sell this software
12985 and its documentation for any purpose is hereby granted without fee,
12986 provided that the above copyright notice appear in all copies and
12987 that both that copyright notice and this permission notice appear
12988 in supporting documentation, and that the name of FUJITSU LIMITED,
12989 Fujitsu Open Systems Solutions, Inc. and Sony Corporation not be
12990 used in advertising or publicity pertaining to distribution of the
12991 software without specific, written prior permission.
12992 FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and
12993 Sony Corporation make no representations about the suitability of
12994 this software for any purpose. It is provided "as is" without
12995 express or implied warranty.
12997 FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY
12998 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
12999 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
13000 IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED
13001 AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13002 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13003 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13004 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
13005 OR PERFORMANCE OF THIS SOFTWARE.
13007 ----------------------------------------
13009 Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation,
13010 Maynard, Massachusetts,
13012 All Rights Reserved
13014 Permission to use, copy, modify, and distribute this software and its
13015 documentation for any purpose and without fee is hereby granted,
13016 provided that the above copyright notice appear in all copies and that
13017 both that copyright notice and this permission notice appear in
13018 supporting documentation, and that the name of Digital not be
13019 used in advertising or publicity pertaining to distribution of the
13020 software without specific, written prior permission.
13022 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
13023 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
13024 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
13025 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
13026 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
13027 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
13028 SOFTWARE.
13030 ----------------------------------------
13032 Copyright 1993 by SunSoft, Inc.
13033 Copyright 1999-2000 by Bruno Haible
13035 Permission to use, copy, modify, distribute, and sell this software
13036 and its documentation for any purpose is hereby granted without fee,
13037 provided that the above copyright notice appear in all copies and
13038 that both that copyright notice and this permission notice appear
13039 in supporting documentation, and that the names of SunSoft, Inc. and
13040 Bruno Haible not be used in advertising or publicity pertaining to
13041 distribution of the software without specific, written prior
13042 permission. SunSoft, Inc. and Bruno Haible make no representations
13043 about the suitability of this software for any purpose. It is
13044 provided "as is" without express or implied warranty.
13046 SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD
13047 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13048 AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE
13049 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13050 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13051 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
13052 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13054 ----------------------------------------
13056 Copyright 1991 by the Open Software Foundation
13057 Copyright 1993 by the TOSHIBA Corp.
13059 Permission to use, copy, modify, distribute, and sell this software and its
13060 documentation for any purpose is hereby granted without fee, provided that
13061 the above copyright notice appear in all copies and that both that
13062 copyright notice and this permission notice appear in supporting
13063 documentation, and that the names of Open Software Foundation and TOSHIBA
13064 not be used in advertising or publicity pertaining to distribution of the
13065 software without specific, written prior permission. Open Software
13066 Foundation and TOSHIBA make no representations about the suitability of this
13067 software for any purpose. It is provided "as is" without express or
13068 implied warranty.
13070 OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO
13071 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
13072 FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE
13073 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13074 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13075 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13076 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13078 ----------------------------------------
13080 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.,
13082 All Rights Reserved
13084 Permission to use, copy, modify, and distribute this software and its
13085 documentation for any purpose and without fee is hereby granted,
13086 provided that the above copyright notice appear in all copies and that
13087 both that copyright notice and this permission notice appear in
13088 supporting documentation, and that the name Wyse not be
13089 used in advertising or publicity pertaining to distribution of the
13090 software without specific, written prior permission.
13092 WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
13093 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
13094 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
13095 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
13096 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
13097 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
13098 SOFTWARE.
13100 ----------------------------------------
13103 Copyright 1991 by the Open Software Foundation
13104 Copyright 1993, 1994 by the Sony Corporation
13106 Permission to use, copy, modify, distribute, and sell this software and its
13107 documentation for any purpose is hereby granted without fee, provided that
13108 the above copyright notice appear in all copies and that both that
13109 copyright notice and this permission notice appear in supporting
13110 documentation, and that the names of Open Software Foundation and
13111 Sony Corporation not be used in advertising or publicity pertaining to
13112 distribution of the software without specific, written prior permission.
13113 Open Software Foundation and Sony Corporation make no
13114 representations about the suitability of this software for any purpose.
13115 It is provided "as is" without express or implied warranty.
13117 OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL
13118 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
13119 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN
13120 SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL,
13121 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13122 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13123 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13124 PERFORMANCE OF THIS SOFTWARE.
13126 ----------------------------------------
13128 Copyright 1992, 1993 by FUJITSU LIMITED
13129 Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
13131 Permission to use, copy, modify, distribute and sell this software
13132 and its documentation for any purpose is hereby granted without fee,
13133 provided that the above copyright notice appear in all copies and
13134 that both that copyright notice and this permission notice appear
13135 in supporting documentation, and that the name of FUJITSU LIMITED and
13136 Fujitsu Open Systems Solutions, Inc. not be used in advertising or
13137 publicity pertaining to distribution of the software without specific,
13138 written prior permission.
13139 FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no
13140 representations about the suitability of this software for any purpose.
13141 It is provided "as is" without express or implied warranty.
13143 FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL
13144 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
13145 OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS
13146 SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT
13147 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
13148 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13149 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
13150 OF THIS SOFTWARE.
13152 ----------------------------------------
13154 Copyright 1993, 1994 by Sony Corporation
13156 Permission to use, copy, modify, distribute, and sell this software
13157 and its documentation for any purpose is hereby granted without fee,
13158 provided that the above copyright notice appear in all copies and
13159 that both that copyright notice and this permission notice appear
13160 in supporting documentation, and that the name of Sony Corporation
13161 not be used in advertising or publicity pertaining to distribution
13162 of the software without specific, written prior permission.
13163 Sony Corporation makes no representations about the suitability of
13164 this software for any purpose. It is provided "as is" without
13165 express or implied warranty.
13167 SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13168 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
13169 EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13170 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
13171 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13172 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13173 PERFORMANCE OF THIS SOFTWARE.
13175 ----------------------------------------
13177 Copyright 1986, 1998 The Open Group
13178 Copyright (c) 2000 The XFree86 Project, Inc.
13180 Permission to use, copy, modify, distribute, and sell this software and its
13181 documentation for any purpose is hereby granted without fee, provided that
13182 the above copyright notice appear in all copies and that both that
13183 copyright notice and this permission notice appear in supporting
13184 documentation.
13186 The above copyright notice and this permission notice shall be included in
13187 all copies or substantial portions of the Software.
13189 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13190 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13191 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13192 X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13193 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13194 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13195 SOFTWARE.
13197 Except as contained in this notice, the name of the X Consortium or of the
13198 XFree86 Project shall not be used in advertising or otherwise to promote the
13199 sale, use or other dealings in this Software without prior written
13200 authorization from the X Consortium and the XFree86 Project.
13202 ----------------------------------------
13204 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
13205 and Nippon Telegraph and Telephone Corporation
13206 Copyright 1991 by the Open Software Foundation
13207 Copyright 1993 by the FUJITSU LIMITED
13209 Permission to use, copy, modify, distribute, and sell this software and its
13210 documentation for any purpose is hereby granted without fee, provided that
13211 the above copyright notice appear in all copies and that both that
13212 copyright notice and this permission notice appear in supporting
13213 documentation, and that the names of OMRON, NTT Software, NTT, and
13214 Open Software Foundation not be used in advertising or publicity
13215 pertaining to distribution of the software without specific,
13216 written prior permission. OMRON, NTT Software, NTT, and Open Software
13217 Foundation make no representations about the suitability of this
13218 software for any purpose. It is provided "as is" without express or
13219 implied warranty.
13221 OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION
13222 DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
13223 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
13224 SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE
13225 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13226 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13227 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13228 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13230 ----------------------------------------
13232 Copyright 1988 by Wyse Technology, Inc., San Jose, Ca,
13233 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
13235 All Rights Reserved
13237 Permission to use, copy, modify, and distribute this software and its
13238 documentation for any purpose and without fee is hereby granted,
13239 provided that the above copyright notice appear in all copies and that
13240 both that copyright notice and this permission notice appear in
13241 supporting documentation, and that the name Digital not be
13242 used in advertising or publicity pertaining to distribution of the
13243 software without specific, written prior permission.
13245 DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13246 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
13247 EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13248 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
13249 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13250 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13251 PERFORMANCE OF THIS SOFTWARE.
13253 ----------------------------------------
13256 Copyright 1991, 1992 by Fuji Xerox Co., Ltd.
13257 Copyright 1992, 1993, 1994 by FUJITSU LIMITED
13259 Permission to use, copy, modify, distribute, and sell this software
13260 and its documentation for any purpose is hereby granted without fee,
13261 provided that the above copyright notice appear in all copies and
13262 that both that copyright notice and this permission notice appear
13263 in supporting documentation, and that the name of Fuji Xerox,
13264 FUJITSU LIMITED not be used in advertising or publicity pertaining
13265 to distribution of the software without specific, written prior
13266 permission. Fuji Xerox, FUJITSU LIMITED make no representations
13267 about the suitability of this software for any purpose.
13268 It is provided "as is" without express or implied warranty.
13270 FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH
13271 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
13272 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX,
13273 FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
13274 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
13275 OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13276 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13277 PERFORMANCE OF THIS SOFTWARE.
13279 ----------------------------------------
13281 Copyright 2006 Josh Triplett
13283 Permission is hereby granted, free of charge, to any person obtaining
13284 a copy of this software and associated documentation files (the
13285 "Software"), to deal in the Software without restriction, including
13286 without limitation the rights to use, copy, modify, merge, publish,
13287 distribute, sublicense, and/or sell copies of the Software, and to
13288 permit persons to whom the Software is furnished to do so, subject to
13289 the following conditions:
13291 The above copyright notice and this permission notice shall be included
13292 in all copies or substantial portions of the Software.
13294 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13295 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13296 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13297 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
13298 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
13299 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
13300 OTHER DEALINGS IN THE SOFTWARE.
13302 ----------------------------------------
13304 (c) Copyright 1996 by Sebastien Marineau and Holger Veit
13305 &lt;marineau@genie.uottawa.ca&gt;
13306 &lt;Holger.Veit@gmd.de&gt;
13308 Permission is hereby granted, free of charge, to any person obtaining a
13309 copy of this software and associated documentation files (the "Software"),
13310 to deal in the Software without restriction, including without limitation
13311 the rights to use, copy, modify, merge, publish, distribute, sublicense,
13312 and/or sell copies of the Software, and to permit persons to whom the
13313 Software is furnished to do so, subject to the following conditions:
13315 The above copyright notice and this permission notice shall be included in
13316 all copies or substantial portions of the Software.
13318 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13319 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13320 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13321 HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
13322 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
13323 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13324 SOFTWARE.
13326 Except as contained in this notice, the name of Sebastien Marineau or Holger Veit
13327 shall not be used in advertising or otherwise to promote the sale, use or other
13328 dealings in this Software without prior written authorization from Holger Veit or
13329 Sebastien Marineau.
13331 ----------------------------------------
13333 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
13334 and Nippon Telegraph and Telephone Corporation
13335 Copyright 1991 by the Open Software Foundation
13336 Copyright 1993 by the TOSHIBA Corp.
13337 Copyright 1993, 1994 by Sony Corporation
13338 Copyright 1993, 1994 by the FUJITSU LIMITED
13340 Permission to use, copy, modify, distribute, and sell this software and its
13341 documentation for any purpose is hereby granted without fee, provided that
13342 the above copyright notice appear in all copies and that both that
13343 copyright notice and this permission notice appear in supporting
13344 documentation, and that the names of OMRON, NTT Software, NTT, Open
13345 Software Foundation, and Sony Corporation not be used in advertising
13346 or publicity pertaining to distribution of the software without specific,
13347 written prior permission. OMRON, NTT Software, NTT, Open Software
13348 Foundation, and Sony Corporation make no representations about the
13349 suitability of this software for any purpose. It is provided "as is"
13350 without express or implied warranty.
13352 OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY
13353 CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
13354 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
13355 SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY
13356 CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
13357 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
13358 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
13359 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13361 ----------------------------------------
13363 Copyright 2000 by Bruno Haible
13365 Permission to use, copy, modify, distribute, and sell this software
13366 and its documentation for any purpose is hereby granted without fee,
13367 provided that the above copyright notice appear in all copies and
13368 that both that copyright notice and this permission notice appear
13369 in supporting documentation, and that the name of Bruno Haible not
13370 be used in advertising or publicity pertaining to distribution of the
13371 software without specific, written prior permission. Bruno Haible
13372 makes no representations about the suitability of this software for
13373 any purpose. It is provided "as is" without express or implied
13374 warranty.
13376 Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13377 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
13378 NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13379 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13380 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13381 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
13382 OR PERFORMANCE OF THIS SOFTWARE.
13384 ----------------------------------------
13386 Copyright © 2003 Keith Packard
13388 Permission to use, copy, modify, distribute, and sell this software and its
13389 documentation for any purpose is hereby granted without fee, provided that
13390 the above copyright notice appear in all copies and that both that
13391 copyright notice and this permission notice appear in supporting
13392 documentation, and that the name of Keith Packard not be used in
13393 advertising or publicity pertaining to distribution of the software without
13394 specific, written prior permission. Keith Packard makes no
13395 representations about the suitability of this software for any purpose. It
13396 is provided "as is" without express or implied warranty.
13398 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13399 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
13400 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13401 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
13402 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13403 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13404 PERFORMANCE OF THIS SOFTWARE.
13406 ----------------------------------------
13408 Copyright (c) 2007-2009, Troy D. Hanson
13409 All rights reserved.
13411 Redistribution and use in source and binary forms, with or without
13412 modification, are permitted provided that the following conditions are met:
13414 Redistributions of source code must retain the above copyright
13415 notice, this list of conditions and the following disclaimer.
13417 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
13418 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
13419 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
13420 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
13421 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
13422 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
13423 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
13424 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
13425 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
13426 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
13427 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13429 ----------------------------------------
13431 Copyright 1992, 1993 by TOSHIBA Corp.
13433 Permission to use, copy, modify, and distribute this software and its
13434 documentation for any purpose and without fee is hereby granted, provided
13435 that the above copyright notice appear in all copies and that both that
13436 copyright notice and this permission notice appear in supporting
13437 documentation, and that the name of TOSHIBA not be used in advertising
13438 or publicity pertaining to distribution of the software without specific,
13439 written prior permission. TOSHIBA make no representations about the
13440 suitability of this software for any purpose. It is provided "as is"
13441 without express or implied warranty.
13443 TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
13444 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
13445 TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
13446 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
13447 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
13448 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
13449 SOFTWARE.
13452 ----------------------------------------
13454 Copyright IBM Corporation 1993
13456 All Rights Reserved
13458 License to use, copy, modify, and distribute this software and its
13459 documentation for any purpose and without fee is hereby granted,
13460 provided that the above copyright notice appear in all copies and that
13461 both that copyright notice and this permission notice appear in
13462 supporting documentation, and that the name of IBM not be
13463 used in advertising or publicity pertaining to distribution of the
13464 software without specific, written prior permission.
13466 IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
13467 ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND
13468 NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL
13469 IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
13470 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
13471 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
13472 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
13473 SOFTWARE.
13475 ----------------------------------------
13477 Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
13478 and Nippon Telegraph and Telephone Corporation
13480 Permission to use, copy, modify, distribute, and sell this software and its
13481 documentation for any purpose is hereby granted without fee, provided that
13482 the above copyright notice appear in all copies and that both that
13483 copyright notice and this permission notice appear in supporting
13484 documentation, and that the names of OMRON, NTT Software, and NTT
13485 not be used in advertising or publicity pertaining to distribution of the
13486 software without specific, written prior permission. OMRON, NTT Software,
13487 and NTT make no representations about the suitability of this
13488 software for any purpose. It is provided "as is" without express or
13489 implied warranty.
13491 OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD
13492 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13493 AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE
13494 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13495 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13496 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13497 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13500 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13502 Scanned Source License libX11-1.6.0/src/xlibi18n/lcUniConv/COPYRIGHT:
13504 This notice applies to the files in this directory. They are taken from
13505 the libiconv-1.1 package, which is covered by the LGPL license. The files
13506 in this directory have been placed under the following copyright, with
13507 permission from the Free Software Foundation.
13510 Copyright (c) 1999-2000 Free Software Foundation, Inc.
13512 Permission is hereby granted, free of charge, to any person obtaining a copy
13513 of this software and associated documentation files (the "Software"), to deal
13514 in the Software without restriction, including without limitation the rights
13515 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13516 copies of the Software, and to permit persons to whom the Software is
13517 furnished to do so, subject to the following conditions:
13519 The above copyright notice and this permission notice shall be included in
13520 all copies or substantial portions of the Software.
13522 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13523 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13524 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13525 FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
13526 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
13527 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13529 Except as contained in this notice, the name of the Free Software Foundation
13530 shall not be used in advertising or otherwise to promote the sale, use or
13531 other dealings in this Software without prior written authorization from the
13532 Free Software Foundation.
13535 Notes:
13537 1. This copyright applies only to the files in this directory, and not to
13538 the remaining files in libiconv.
13540 2. The Free Software Foundation does not encourage the use of the above
13541 license for newly written software.
13544 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13545 </pre>
13546 <ul>
13548 </ul>
13549 </div>
13550 </div>
13553 <div class="product">
13554 <span class="title">libXau-1.0.6</span>
13555 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13556 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
13557 <div class="licence">
13558 <pre>Scanned Source License libXau-1.0.6/COPYING:
13560 Copyright 1988, 1993, 1994, 1998 The Open Group
13562 Permission to use, copy, modify, distribute, and sell this software and its
13563 documentation for any purpose is hereby granted without fee, provided that
13564 the above copyright notice appear in all copies and that both that
13565 copyright notice and this permission notice appear in supporting
13566 documentation.
13568 The above copyright notice and this permission notice shall be included in
13569 all copies or substantial portions of the Software.
13571 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13572 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13573 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13574 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13575 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
13576 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13578 Except as contained in this notice, the name of The Open Group shall not be
13579 used in advertising or otherwise to promote the sale, use or other dealings
13580 in this Software without prior written authorization from The Open Group.
13582 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13583 </pre>
13584 <ul>
13586 </ul>
13587 </div>
13588 </div>
13591 <div class="product">
13592 <span class="title">libxcb-1.9.1</span>
13593 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13594 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
13595 <div class="licence">
13596 <pre>Scanned Source License libxcb-1.9.1/COPYING:
13598 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
13599 All Rights Reserved.
13601 Permission is hereby granted, free of charge, to any person
13602 obtaining a copy of this software and associated
13603 documentation files (the "Software"), to deal in the
13604 Software without restriction, including without limitation
13605 the rights to use, copy, modify, merge, publish, distribute,
13606 sublicense, and/or sell copies of the Software, and to
13607 permit persons to whom the Software is furnished to do so,
13608 subject to the following conditions:
13610 The above copyright notice and this permission notice shall
13611 be included in all copies or substantial portions of the
13612 Software.
13614 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
13615 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
13616 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
13617 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
13618 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13619 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13620 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
13621 OTHER DEALINGS IN THE SOFTWARE.
13623 Except as contained in this notice, the names of the authors
13624 or their institutions shall not be used in advertising or
13625 otherwise to promote the sale, use or other dealings in this
13626 Software without prior written authorization from the
13627 authors.
13629 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13630 </pre>
13631 <ul>
13633 </ul>
13634 </div>
13635 </div>
13638 <div class="product">
13639 <span class="title">libXcomposite-0.4.3</span>
13640 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13641 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
13642 <div class="licence">
13643 <pre>Scanned Source License libXcomposite-0.4.3/COPYING:
13646 Copyright © 2001,2003 Keith Packard
13648 Permission to use, copy, modify, distribute, and sell this software and its
13649 documentation for any purpose is hereby granted without fee, provided that
13650 the above copyright notice appear in all copies and that both that
13651 copyright notice and this permission notice appear in supporting
13652 documentation, and that the name of Keith Packard not be used in
13653 advertising or publicity pertaining to distribution of the software without
13654 specific, written prior permission. Keith Packard makes no
13655 representations about the suitability of this software for any purpose. It
13656 is provided "as is" without express or implied warranty.
13658 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13659 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
13660 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13661 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
13662 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13663 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13664 PERFORMANCE OF THIS SOFTWARE.
13666 Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
13668 Permission is hereby granted, free of charge, to any person obtaining a
13669 copy of this software and associated documentation files (the "Software"),
13670 to deal in the Software without restriction, including without limitation
13671 the rights to use, copy, modify, merge, publish, distribute, sublicense,
13672 and/or sell copies of the Software, and to permit persons to whom the
13673 Software is furnished to do so, subject to the following conditions:
13675 The above copyright notice and this permission notice (including the next
13676 paragraph) shall be included in all copies or substantial portions of the
13677 Software.
13679 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13680 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13681 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13682 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13683 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
13684 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13685 DEALINGS IN THE SOFTWARE.
13687 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13688 </pre>
13689 <ul>
13691 </ul>
13692 </div>
13693 </div>
13696 <div class="product">
13697 <span class="title">libXcursor-1.1.14</span>
13698 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13699 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
13700 <div class="licence">
13701 <pre>Scanned Source License libXcursor-1.1.14/COPYING:
13703 Copyright © 2002 Keith Packard
13705 Permission to use, copy, modify, distribute, and sell this software and its
13706 documentation for any purpose is hereby granted without fee, provided that
13707 the above copyright notice appear in all copies and that both that
13708 copyright notice and this permission notice appear in supporting
13709 documentation, and that the name of Keith Packard not be used in
13710 advertising or publicity pertaining to distribution of the software without
13711 specific, written prior permission. Keith Packard makes no
13712 representations about the suitability of this software for any purpose. It
13713 is provided "as is" without express or implied warranty.
13715 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13716 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
13717 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13718 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
13719 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13720 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13721 PERFORMANCE OF THIS SOFTWARE.
13723 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13724 </pre>
13725 <ul>
13727 </ul>
13728 </div>
13729 </div>
13732 <div class="product">
13733 <span class="title">libXdamage-1.1.3</span>
13734 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13735 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
13736 <div class="licence">
13737 <pre>Scanned Source License libXdamage-1.1.3/COPYING:
13740 Copyright © 2001,2003 Keith Packard
13741 Copyright © 2007 Eric Anholt
13743 Permission to use, copy, modify, distribute, and sell this software and its
13744 documentation for any purpose is hereby granted without fee, provided that
13745 the above copyright notice appear in all copies and that both that
13746 copyright notice and this permission notice appear in supporting
13747 documentation, and that the name of Keith Packard not be used in
13748 advertising or publicity pertaining to distribution of the software without
13749 specific, written prior permission. Keith Packard makes no
13750 representations about the suitability of this software for any purpose. It
13751 is provided "as is" without express or implied warranty.
13753 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
13754 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
13755 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13756 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
13757 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13758 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13759 PERFORMANCE OF THIS SOFTWARE.
13762 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13763 </pre>
13764 <ul>
13766 </ul>
13767 </div>
13768 </div>
13771 <div class="product">
13772 <span class="title">libXdmcp-1.1.0</span>
13773 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13774 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
13775 <div class="licence">
13776 <pre>Scanned Source License libXdmcp-1.1.0/COPYING:
13778 Copyright 1989, 1998 The Open Group
13780 Permission to use, copy, modify, distribute, and sell this software and its
13781 documentation for any purpose is hereby granted without fee, provided that
13782 the above copyright notice appear in all copies and that both that
13783 copyright notice and this permission notice appear in supporting
13784 documentation.
13786 The above copyright notice and this permission notice shall be included in
13787 all copies or substantial portions of the Software.
13789 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13790 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13791 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13792 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13793 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
13794 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13796 Except as contained in this notice, the name of The Open Group shall not be
13797 used in advertising or otherwise to promote the sale, use or other dealings
13798 in this Software without prior written authorization from The Open Group.
13800 Author: Keith Packard, MIT X Consortium
13802 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13803 </pre>
13804 <ul>
13806 </ul>
13807 </div>
13808 </div>
13811 <div class="product">
13812 <span class="title">libXext-1.3.2</span>
13813 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
13814 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
13815 <div class="licence">
13816 <pre>Scanned Source License libXext-1.3.2/COPYING:
13818 Copyright 1986, 1987, 1988, 1989, 1994, 1998 The Open Group
13820 Permission to use, copy, modify, distribute, and sell this software and its
13821 documentation for any purpose is hereby granted without fee, provided that
13822 the above copyright notice appear in all copies and that both that
13823 copyright notice and this permission notice appear in supporting
13824 documentation.
13826 The above copyright notice and this permission notice shall be included in
13827 all copies or substantial portions of the Software.
13829 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13830 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13831 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13832 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13833 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
13834 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13836 Except as contained in this notice, the name of The Open Group shall not be
13837 used in advertising or otherwise to promote the sale, use or other dealings
13838 in this Software without prior written authorization from The Open Group.
13840 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
13842 Permission is hereby granted, free of charge, to any person obtaining a copy
13843 of this software and associated documentation files (the "Software"), to deal
13844 in the Software without restriction, including without limitation the rights
13845 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13846 copies of the Software.
13848 The above copyright notice and this permission notice shall be included in
13849 all copies or substantial portions of the Software.
13851 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13852 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13853 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13854 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
13855 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
13856 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
13857 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13859 Except as contained in this notice, the name of Digital Equipment Corporation
13860 shall not be used in advertising or otherwise to promote the sale, use or other
13861 dealings in this Software without prior written authorization from Digital
13862 Equipment Corporation.
13864 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
13865 Permission to use, copy, modify, and distribute this
13866 software and its documentation for any purpose and without
13867 fee is hereby granted, provided that the above copyright
13868 notice appear in all copies and that both that copyright
13869 notice and this permission notice appear in supporting
13870 documentation, and that the name of Silicon Graphics not be
13871 used in advertising or publicity pertaining to distribution
13872 of the software without specific prior written permission.
13873 Silicon Graphics makes no representation about the suitability
13874 of this software for any purpose. It is provided "as is"
13875 without any express or implied warranty.
13876 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
13877 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13878 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
13879 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
13880 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
13881 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13882 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
13883 THE USE OR PERFORMANCE OF THIS SOFTWARE.
13885 Copyright 1992 Network Computing Devices
13887 Permission to use, copy, modify, distribute, and sell this software and its
13888 documentation for any purpose is hereby granted without fee, provided that
13889 the above copyright notice appear in all copies and that both that
13890 copyright notice and this permission notice appear in supporting
13891 documentation, and that the name of NCD. not be used in advertising or
13892 publicity pertaining to distribution of the software without specific,
13893 written prior permission. NCD. makes no representations about the
13894 suitability of this software for any purpose. It is provided "as is"
13895 without express or implied warranty.
13897 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
13898 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
13899 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13900 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13901 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
13902 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13904 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
13905 and Olivetti Research Limited, Cambridge, England.
13907 All Rights Reserved
13909 Permission to use, copy, modify, and distribute this software and its
13910 documentation for any purpose and without fee is hereby granted,
13911 provided that the above copyright notice appear in all copies and that
13912 both that copyright notice and this permission notice appear in
13913 supporting documentation, and that the names of Digital or Olivetti
13914 not be used in advertising or publicity pertaining to distribution of the
13915 software without specific, written prior permission.
13917 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
13918 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
13919 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
13920 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
13921 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13922 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13923 PERFORMANCE OF THIS SOFTWARE.
13925 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
13927 Permission to use, copy, modify, and distribute this
13928 software and its documentation for any purpose and without
13929 fee is hereby granted, provided that the above copyright
13930 notice appear in all copies and that both that copyright
13931 notice and this permission notice appear in supporting
13932 documentation, and that the name of Hewlett-Packard not be used in
13933 advertising or publicity pertaining to distribution of the
13934 software without specific, written prior permission.
13936 Hewlett-Packard makes no representations about the
13937 suitability of this software for any purpose. It is provided
13938 "as is" without express or implied warranty.
13940 This software is not subject to any license of the American
13941 Telephone and Telegraph Company or of the Regents of the
13942 University of California.
13944 Copyright (c) 1994, 1995 Hewlett-Packard Company
13946 Permission is hereby granted, free of charge, to any person obtaining
13947 a copy of this software and associated documentation files (the
13948 "Software"), to deal in the Software without restriction, including
13949 without limitation the rights to use, copy, modify, merge, publish,
13950 distribute, sublicense, and/or sell copies of the Software, and to
13951 permit persons to whom the Software is furnished to do so, subject to
13952 the following conditions:
13954 The above copyright notice and this permission notice shall be included
13955 in all copies or substantial portions of the Software.
13957 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13958 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13959 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13960 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
13961 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
13962 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
13963 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13965 Except as contained in this notice, the name of the Hewlett-Packard
13966 Company shall not be used in advertising or otherwise to promote the
13967 sale, use or other dealings in this Software without prior written
13968 authorization from the Hewlett-Packard Company.
13970 Copyright Digital Equipment Corporation, 1996
13972 Permission to use, copy, modify, distribute, and sell this
13973 documentation for any purpose is hereby granted without fee,
13974 provided that the above copyright notice and this permission
13975 notice appear in all copies. Digital Equipment Corporation
13976 makes no representations about the suitability for any purpose
13977 of the information in this document. This documentation is
13978 provided ``as is'' without express or implied warranty.
13980 Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates.
13981 All rights reserved.
13983 Permission is hereby granted, free of charge, to any person obtaining a
13984 copy of this software and associated documentation files (the "Software"),
13985 to deal in the Software without restriction, including without limitation
13986 the rights to use, copy, modify, merge, publish, distribute, sublicense,
13987 and/or sell copies of the Software, and to permit persons to whom the
13988 Software is furnished to do so, subject to the following conditions:
13990 The above copyright notice and this permission notice (including the next
13991 paragraph) shall be included in all copies or substantial portions of the
13992 Software.
13994 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13995 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13996 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13997 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13998 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
13999 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14000 DEALINGS IN THE SOFTWARE.
14002 Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation.
14003 Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation.
14004 Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc.
14005 Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company.
14007 Permission to use, copy, modify, and distribute this documentation for
14008 any purpose and without fee is hereby granted, provided that the above
14009 copyright notice and this permission notice appear in all copies.
14010 Digital Equipment Corporation, Intergraph Corporation, Silicon
14011 Graphics, Hewlett-Packard, and the X Consortium make no
14012 representations about the suitability for any purpose of the
14013 information in this document. This documentation is provided ``as is''
14014 without express or implied warranty.
14016 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14017 </pre>
14018 <ul>
14020 </ul>
14021 </div>
14022 </div>
14025 <div class="product">
14026 <span class="title">libXfixes-5.0.1</span>
14027 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14028 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14029 <div class="licence">
14030 <pre>Scanned Source License libXfixes-5.0.1/COPYING:
14033 Copyright © 2001,2003 Keith Packard
14035 Permission to use, copy, modify, distribute, and sell this software and its
14036 documentation for any purpose is hereby granted without fee, provided that
14037 the above copyright notice appear in all copies and that both that
14038 copyright notice and this permission notice appear in supporting
14039 documentation, and that the name of Keith Packard not be used in
14040 advertising or publicity pertaining to distribution of the software without
14041 specific, written prior permission. Keith Packard makes no
14042 representations about the suitability of this software for any purpose. It
14043 is provided "as is" without express or implied warranty.
14045 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14046 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
14047 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
14048 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
14049 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14050 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14051 PERFORMANCE OF THIS SOFTWARE.
14053 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
14055 Permission is hereby granted, free of charge, to any person obtaining a
14056 copy of this software and associated documentation files (the "Software"),
14057 to deal in the Software without restriction, including without limitation
14058 the rights to use, copy, modify, merge, publish, distribute, sublicense,
14059 and/or sell copies of the Software, and to permit persons to whom the
14060 Software is furnished to do so, subject to the following conditions:
14062 The above copyright notice and this permission notice (including the next
14063 paragraph) shall be included in all copies or substantial portions of the
14064 Software.
14066 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14067 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14068 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14069 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14070 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14071 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14072 DEALINGS IN THE SOFTWARE.
14074 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14075 </pre>
14076 <ul>
14078 </ul>
14079 </div>
14080 </div>
14083 <div class="product">
14084 <span class="title">libXfont-1.4.4</span>
14085 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14086 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14087 <div class="licence">
14088 <pre>Scanned Source License libXfont-1.4.4/COPYING:
14090 Copyright © 2007 Red Hat, Inc
14091 Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
14093 Permission is hereby granted, free of charge, to any person obtaining a
14094 copy of this software and associated documentation files (the "Software"),
14095 to deal in the Software without restriction, including without limitation
14096 the rights to use, copy, modify, merge, publish, distribute, sublicense,
14097 and/or sell copies of the Software, and to permit persons to whom the
14098 Software is furnished to do so, subject to the following conditions:
14100 The above copyright notice and this permission notice (including the next
14101 paragraph) shall be included in all copies or substantial portions of the
14102 Software.
14104 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14105 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14106 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14107 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14108 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14109 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14110 DEALINGS IN THE SOFTWARE.
14112 Copyright (c) 1997 by Mark Leisher
14113 Copyright (c) 1998-2003 by Juliusz Chroboczek
14114 Copyright (c) 1998 Go Watanabe, All rights reserved.
14115 Copyright (c) 1998 Kazushi (Jam) Marukawa, All rights reserved.
14116 Copyright (c) 1998 Takuya SHIOZAKI, All rights reserved.
14117 Copyright (c) 1998 X-TrueType Server Project, All rights reserved.
14118 Copyright (c) 2003-2004 After X-TT Project, All rights reserved.
14120 Permission is hereby granted, free of charge, to any person obtaining a copy
14121 of this software and associated documentation files (the "Software"), to deal
14122 in the Software without restriction, including without limitation the rights
14123 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14124 copies of the Software, and to permit persons to whom the Software is
14125 furnished to do so, subject to the following conditions:
14127 The above copyright notice and this permission notice shall be included in
14128 all copies or substantial portions of the Software.
14130 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14131 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14132 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14133 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14134 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14135 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14136 THE SOFTWARE.
14139 Copyright 1990, 1998 The Open Group
14141 Permission to use, copy, modify, distribute, and sell this software and its
14142 documentation for any purpose is hereby granted without fee, provided that
14143 the above copyright notice appear in all copies and that both that
14144 copyright notice and this permission notice appear in supporting
14145 documentation.
14147 The above copyright notice and this permission notice shall be included
14148 in all copies or substantial portions of the Software.
14150 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
14151 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14152 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14153 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
14154 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
14155 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
14156 OTHER DEALINGS IN THE SOFTWARE.
14158 Except as contained in this notice, the name of The Open Group shall
14159 not be used in advertising or otherwise to promote the sale, use or
14160 other dealings in this Software without prior written authorization
14161 from The Open Group.
14164 Copyright 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
14166 All Rights Reserved
14168 Permission to use, copy, modify, and distribute this software and its
14169 documentation for any purpose and without fee is hereby granted,
14170 provided that the above copyright notice appear in all copies and that
14171 both that copyright notice and this permission notice appear in
14172 supporting documentation, and that the name of Digital not be
14173 used in advertising or publicity pertaining to distribution of the
14174 software without specific, written prior permission.
14176 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
14177 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
14178 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
14179 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
14180 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
14181 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
14182 SOFTWARE.
14185 Copyright 1999 SuSE, Inc.
14187 Permission to use, copy, modify, distribute, and sell this software and its
14188 documentation for any purpose is hereby granted without fee, provided that
14189 the above copyright notice appear in all copies and that both that
14190 copyright notice and this permission notice appear in supporting
14191 documentation, and that the name of SuSE not be used in advertising or
14192 publicity pertaining to distribution of the software without specific,
14193 written prior permission. SuSE makes no representations about the
14194 suitability of this software for any purpose. It is provided "as is"
14195 without express or implied warranty.
14197 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
14198 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
14199 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14200 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
14201 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14202 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14205 Copyright 1990 Network Computing Devices
14207 Permission to use, copy, modify, distribute, and sell this software and
14208 its documentation for any purpose is hereby granted without fee, provided
14209 that the above copyright notice appear in all copies and that both that
14210 copyright notice and this permission notice appear in supporting
14211 documentation, and that the name of Network Computing Devices not be used
14212 in advertising or publicity pertaining to distribution of the software
14213 without specific, written prior permission. Network Computing Devices
14214 makes no representations about the suitability of this software for any
14215 purpose. It is provided "as is" without express or implied warranty.
14217 NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
14218 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
14219 IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,
14220 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14221 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14222 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
14223 OR PERFORMANCE OF THIS SOFTWARE.
14226 Copyright 1990 Network Computing Devices
14228 Permission to use, copy, modify, distribute, and sell this software and
14229 its documentation for any purpose is hereby granted without fee, provided
14230 that the above copyright notice appear in all copies and that both that
14231 copyright notice and this permission notice appear in supporting
14232 documentation, and that the names of Network Computing Devices, or Digital
14233 not be used in advertising or publicity pertaining to distribution
14234 of the software without specific, written prior permission.
14236 NETWORK COMPUTING DEVICES, AND DIGITAL AND DISCLAIM ALL WARRANTIES WITH
14237 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
14238 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES,
14239 OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
14240 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14241 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
14242 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
14243 THIS SOFTWARE.
14246 [Note: clause 3 in the following license, the "advertising clause", was
14247 rescinded by Berkeley in 1999. See
14248 &lt;ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change&gt;]
14250 Copyright (c) 1991, 1993
14251 The Regents of the University of California. All rights reserved.
14253 Redistribution and use in source and binary forms, with or without
14254 modification, are permitted provided that the following conditions
14255 are met:
14256 1. Redistributions of source code must retain the above copyright
14257 notice, this list of conditions and the following disclaimer.
14258 2. Redistributions in binary form must reproduce the above copyright
14259 notice, this list of conditions and the following disclaimer in the
14260 documentation and/or other materials provided with the distribution.
14261 3. All advertising materials mentioning features or use of this software
14262 must display the following acknowledgement:
14263 This product includes software developed by the University of
14264 California, Berkeley and its contributors.
14265 4. Neither the name of the University nor the names of its contributors
14266 may be used to endorse or promote products derived from this software
14267 without specific prior written permission.
14269 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
14270 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14271 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
14272 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
14273 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
14274 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
14275 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
14276 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
14277 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
14278 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
14279 SUCH DAMAGE.
14282 Copyright (c) 1998-1999 Shunsuke Akiyama &lt;akiyama@jp.FreeBSD.org&gt;.
14283 All rights reserved.
14284 Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved.
14286 Redistribution and use in source and binary forms, with or without
14287 modification, are permitted provided that the following conditions
14288 are met:
14289 1. Redistributions of source code must retain the above copyright
14290 notice, this list of conditions and the following disclaimer.
14291 2. Redistributions in binary form must reproduce the above copyright
14292 notice, this list of conditions and the following disclaimer in the
14293 documentation and/or other materials provided with the distribution.
14295 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14296 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14297 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
14298 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
14299 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
14300 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
14301 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
14302 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
14303 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
14304 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
14305 SUCH DAMAGE.
14308 Copyright © 2004 Keith Packard
14310 Permission to use, copy, modify, distribute, and sell this software and its
14311 documentation for any purpose is hereby granted without fee, provided that
14312 the above copyright notice appear in all copies and that both that
14313 copyright notice and this permission notice appear in supporting
14314 documentation, and that the name of Keith Packard not be used in
14315 advertising or publicity pertaining to distribution of the software without
14316 specific, written prior permission. Keith Packard makes no
14317 representations about the suitability of this software for any purpose. It
14318 is provided "as is" without express or implied warranty.
14320 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14321 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
14322 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
14323 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
14324 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14325 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14326 PERFORMANCE OF THIS SOFTWARE.
14329 /* lib/font/fontfile/gunzip.c
14330 written by Mark Eichin &lt;eichin@kitten.gen.ma.us&gt; September 1996.
14331 intended for inclusion in X11 public releases. */
14334 Copyright (c) 1999 The XFree86 Project Inc.
14336 All Rights Reserved.
14338 The above copyright notice and this permission notice shall be included in
14339 all copies or substantial portions of the Software.
14341 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14342 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14343 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14344 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14345 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14346 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14348 Except as contained in this notice, the name of The XFree86 Project
14349 Inc. shall not be used in advertising or otherwise to promote the
14350 sale, use or other dealings in this Software without prior written
14351 authorization from The XFree86 Project Inc..
14353 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14354 </pre>
14355 <ul>
14357 </ul>
14358 </div>
14359 </div>
14362 <div class="product">
14363 <span class="title">libXft-2.2.0</span>
14364 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14365 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14366 <div class="licence">
14367 <pre>Scanned Source License libXft-2.2.0/COPYING:
14370 Copyright © 2001,2003 Keith Packard
14372 Permission to use, copy, modify, distribute, and sell this software and its
14373 documentation for any purpose is hereby granted without fee, provided that
14374 the above copyright notice appear in all copies and that both that
14375 copyright notice and this permission notice appear in supporting
14376 documentation, and that the name of Keith Packard not be used in
14377 advertising or publicity pertaining to distribution of the software without
14378 specific, written prior permission. Keith Packard makes no
14379 representations about the suitability of this software for any purpose. It
14380 is provided "as is" without express or implied warranty.
14382 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14383 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
14384 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
14385 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
14386 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14387 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14388 PERFORMANCE OF THIS SOFTWARE.
14391 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14392 </pre>
14393 <ul>
14395 </ul>
14396 </div>
14397 </div>
14400 <div class="product">
14401 <span class="title">libXi-1.7.1.901</span>
14402 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14403 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14404 <div class="licence">
14405 <pre>Scanned Source License libXi-1.7.1.901/COPYING:
14407 Copyright 1989, 1998 The Open Group
14409 Permission to use, copy, modify, distribute, and sell this software and its
14410 documentation for any purpose is hereby granted without fee, provided that
14411 the above copyright notice appear in all copies and that both that
14412 copyright notice and this permission notice appear in supporting
14413 documentation.
14415 The above copyright notice and this permission notice shall be included in
14416 all copies or substantial portions of the Software.
14418 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14419 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14420 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14421 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14422 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14423 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14425 Except as contained in this notice, the name of The Open Group shall not be
14426 used in advertising or otherwise to promote the sale, use or other dealings
14427 in this Software without prior written authorization from The Open Group.
14429 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
14431 All Rights Reserved
14433 Permission to use, copy, modify, and distribute this software and its
14434 documentation for any purpose and without fee is hereby granted,
14435 provided that the above copyright notice appear in all copies and that
14436 both that copyright notice and this permission notice appear in
14437 supporting documentation, and that the name of Hewlett-Packard not be
14438 used in advertising or publicity pertaining to distribution of the
14439 software without specific, written prior permission.
14441 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14442 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
14443 EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
14444 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
14445 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14446 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14447 PERFORMANCE OF THIS SOFTWARE.
14449 Copyright 2008 Peter Hutterer
14451 Permission to use, copy, modify, distribute, and sell this software and its
14452 documentation for any purpose is hereby granted without fee, provided that
14453 the above copyright notice appear in all copies and that both that
14454 copyright notice and this permission notice appear in supporting
14455 documentation.
14457 The above copyright notice and this permission notice shall be included in
14458 all copies or substantial portions of the Software.
14460 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14461 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14462 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14463 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14464 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14465 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14467 Except as contained in this notice, the name of the author shall not be
14468 used in advertising or otherwise to promote the sale, use or other dealings
14469 in this Software without prior written authorization from the author.
14471 Copyright © 2009 Red Hat, Inc.
14473 Permission is hereby granted, free of charge, to any person obtaining a
14474 copy of this software and associated documentation files (the "Software"),
14475 to deal in the Software without restriction, including without limitation
14476 the rights to use, copy, modify, merge, publish, distribute, sublicense,
14477 and/or sell copies of the Software, and to permit persons to whom the
14478 Software is furnished to do so, subject to the following conditions:
14480 The above copyright notice and this permission notice (including the next
14481 paragraph) shall be included in all copies or substantial portions of the
14482 Software.
14484 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14485 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14486 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14487 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14488 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14489 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14490 DEALINGS IN THE SOFTWARE.
14492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14493 </pre>
14494 <ul>
14496 </ul>
14497 </div>
14498 </div>
14501 <div class="product">
14502 <span class="title">libXinerama-1.1.3</span>
14503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14504 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14505 <div class="licence">
14506 <pre>Scanned Source License libXinerama-1.1.3/COPYING:
14508 Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
14510 Permission is hereby granted, free of charge, to any person obtaining a
14511 copy of this software and associated documentation files (the "Software"),
14512 to deal in the Software without restriction, including without limitation
14513 the rights to use, copy, modify, merge, publish, distribute, sublicense,
14514 and/or sell copies of the Software, and to permit persons to whom the
14515 Software is furnished to do so, subject to the following conditions:
14517 The above copyright notice and this permission notice (including the next
14518 paragraph) shall be included in all copies or substantial portions of the
14519 Software.
14521 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14522 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14523 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14524 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14525 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14526 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14527 DEALINGS IN THE SOFTWARE.
14529 Copyright 2003 The Open Group
14531 Permission to use, copy, modify, distribute, and sell this software and its
14532 documentation for any purpose is hereby granted without fee, provided that
14533 the above copyright notice appear in all copies and that both that
14534 copyright notice and this permission notice appear in supporting
14535 documentation.
14537 The above copyright notice and this permission notice shall be included in
14538 all copies or substantial portions of the Software.
14540 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14541 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14542 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14543 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14544 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14545 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14547 Except as contained in this notice, the name of The Open Group shall not be
14548 used in advertising or otherwise to promote the sale, use or other dealings
14549 in this Software without prior written authorization from The Open Group.
14551 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
14553 Permission is hereby granted, free of charge, to any person obtaining a copy
14554 of this software and associated documentation files (the "Software"), to deal
14555 in the Software without restriction, including without limitation the rights
14556 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14557 copies of the Software.
14559 The above copyright notice and this permission notice shall be included in
14560 all copies or substantial portions of the Software.
14562 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14563 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14564 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14565 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
14566 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
14567 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
14568 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14570 Except as contained in this notice, the name of Digital Equipment Corporation
14571 shall not be used in advertising or otherwise to promote the sale, use or other
14572 dealings in this Software without prior written authorization from Digital
14573 Equipment Corporation.
14575 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14576 </pre>
14577 <ul>
14579 </ul>
14580 </div>
14581 </div>
14584 <div class="product">
14585 <span class="title">libxkbfile-1.0.7</span>
14586 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14587 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14588 <div class="licence">
14589 <pre>Scanned Source License libxkbfile-1.0.7/COPYING:
14591 Copyright (c) 1994-1996 by Silicon Graphics Computer Systems, Inc.
14593 Permission to use, copy, modify, and distribute this
14594 software and its documentation for any purpose and without
14595 fee is hereby granted, provided that the above copyright
14596 notice appear in all copies and that both that copyright
14597 notice and this permission notice appear in supporting
14598 documentation, and that the name of Silicon Graphics not be
14599 used in advertising or publicity pertaining to distribution
14600 of the software without specific prior written permission.
14601 Silicon Graphics makes no representation about the suitability
14602 of this software for any purpose. It is provided "as is"
14603 without any express or implied warranty.
14605 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
14606 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14607 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
14608 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
14609 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
14610 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14611 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
14612 THE USE OR PERFORMANCE OF THIS SOFTWARE.
14615 Copyright 1987, 1998 The Open Group
14617 Permission to use, copy, modify, distribute, and sell this software and its
14618 documentation for any purpose is hereby granted without fee, provided that
14619 the above copyright notice appear in all copies and that both that
14620 copyright notice and this permission notice appear in supporting
14621 documentation.
14623 The above copyright notice and this permission notice shall be included in
14624 all copies or substantial portions of the Software.
14626 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14627 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14628 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14629 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14630 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14631 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14633 Except as contained in this notice, the name of The Open Group shall not be
14634 used in advertising or otherwise to promote the sale, use or other dealings
14635 in this Software without prior written authorization from The Open Group.
14638 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
14639 All Rights Reserved
14641 Permission to use, copy, modify, and distribute this software and its
14642 documentation for any purpose and without fee is hereby granted,
14643 provided that the above copyright notice appear in all copies and that
14644 both that copyright notice and this permission notice appear in
14645 supporting documentation, and that the name of Digital not be
14646 used in advertising or publicity pertaining to distribution of the
14647 software without specific, written prior permission.
14649 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
14650 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
14651 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
14652 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
14653 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
14654 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
14655 SOFTWARE.
14658 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14659 </pre>
14660 <ul>
14662 </ul>
14663 </div>
14664 </div>
14667 <div class="product">
14668 <span class="title">libxml2-2.9.1</span>
14669 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14670 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span>
14671 <div class="licence">
14672 <pre>Scanned Source License libxml2-2.9.1/COPYING:
14674 Except where otherwise noted in the source code (e.g. the files hash.c,
14675 list.c and the trio files, which are covered by a similar licence but
14676 with different Copyright notices) all the files are:
14678 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
14680 Permission is hereby granted, free of charge, to any person obtaining a copy
14681 of this software and associated documentation files (the "Software"), to deal
14682 in the Software without restriction, including without limitation the rights
14683 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14684 copies of the Software, and to permit persons to whom the Software is fur-
14685 nished to do so, subject to the following conditions:
14687 The above copyright notice and this permission notice shall be included in
14688 all copies or substantial portions of the Software.
14690 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14691 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
14692 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14693 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14694 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14695 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14696 THE SOFTWARE.
14698 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14700 Scanned Source License libxml2-2.9.1/Copyright:
14702 Except where otherwise noted in the source code (e.g. the files hash.c,
14703 list.c and the trio files, which are covered by a similar licence but
14704 with different Copyright notices) all the files are:
14706 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
14708 Permission is hereby granted, free of charge, to any person obtaining a copy
14709 of this software and associated documentation files (the "Software"), to deal
14710 in the Software without restriction, including without limitation the rights
14711 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14712 copies of the Software, and to permit persons to whom the Software is fur-
14713 nished to do so, subject to the following conditions:
14715 The above copyright notice and this permission notice shall be included in
14716 all copies or substantial portions of the Software.
14718 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14719 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
14720 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14721 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14722 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14723 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
14724 THE SOFTWARE.
14726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14727 </pre>
14728 <ul>
14730 </ul>
14731 </div>
14732 </div>
14735 <div class="product">
14736 <span class="title">libXmu-1.1.0</span>
14737 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14738 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14739 <div class="licence">
14740 <pre>Scanned Source License libXmu-1.1.0/COPYING:
14742 Copyright 1989, 1998 The Open Group
14744 Permission to use, copy, modify, distribute, and sell this software and its
14745 documentation for any purpose is hereby granted without fee, provided that
14746 the above copyright notice appear in all copies and that both that
14747 copyright notice and this permission notice appear in supporting
14748 documentation.
14750 The above copyright notice and this permission notice shall be included in
14751 all copies or substantial portions of the Software.
14753 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14754 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14755 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14756 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14757 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14758 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14760 Except as contained in this notice, the name of The Open Group shall not be
14761 used in advertising or otherwise to promote the sale, use or other dealings
14762 in this Software without prior written authorization from The Open Group.
14764 -----------
14766 Xmu/StrToBmap.c and Xmu/GrayPixmap.c also have:
14768 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
14770 All Rights Reserved
14772 Permission to use, copy, modify, and distribute this software and its
14773 documentation for any purpose and without fee is hereby granted,
14774 provided that the above copyright notice appear in all copies and that
14775 both that copyright notice and this permission notice appear in
14776 supporting documentation, and that the name of Digital not be
14777 used in advertising or publicity pertaining to distribution of the
14778 software without specific, written prior permission.
14780 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
14781 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
14782 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
14783 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
14784 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
14785 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
14786 SOFTWARE.
14788 -----------
14790 And Xmu/Clip.c has:
14792 Copyright (c) 1998 by The XFree86 Project, Inc.
14794 Permission is hereby granted, free of charge, to any person obtaining a
14795 copy of this software and associated documentation files (the "Software"),
14796 to deal in the Software without restriction, including without limitation
14797 the rights to use, copy, modify, merge, publish, distribute, sublicense,
14798 and/or sell copies of the Software, and to permit persons to whom the
14799 Software is furnished to do so, subject to the following conditions:
14801 The above copyright notice and this permission notice shall be included in
14802 all copies or substantial portions of the Software.
14804 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14805 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14806 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14807 THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
14808 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
14809 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14810 SOFTWARE.
14812 Except as contained in this notice, the name of the XFree86 Project shall
14813 not be used in advertising or otherwise to promote the sale, use or other
14814 dealings in this Software without prior written authorization from the
14815 XFree86 Project.
14817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14818 </pre>
14819 <ul>
14821 </ul>
14822 </div>
14823 </div>
14826 <div class="product">
14827 <span class="title">libXpm-3.5.9</span>
14828 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14829 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14830 <div class="licence">
14831 <pre>Scanned Source License libXpm-3.5.9/COPYING:
14833 Copyright (C) 1989-95 GROUPE BULL
14835 Permission is hereby granted, free of charge, to any person obtaining a copy
14836 of this software and associated documentation files (the "Software"), to
14837 deal in the Software without restriction, including without limitation the
14838 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
14839 sell copies of the Software, and to permit persons to whom the Software is
14840 furnished to do so, subject to the following conditions:
14842 The above copyright notice and this permission notice shall be included in
14843 all copies or substantial portions of the Software.
14845 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14846 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14847 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14848 GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14849 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14850 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14852 Except as contained in this notice, the name of GROUPE BULL shall not be
14853 used in advertising or otherwise to promote the sale, use or other dealings
14854 in this Software without prior written authorization from GROUPE BULL.
14856 Copyright (C) 1998 Arnaud LE HORS
14858 Permission is hereby granted, free of charge, to any person obtaining a copy
14859 of this software and associated documentation files (the "Software"), to
14860 deal in the Software without restriction, including without limitation the
14861 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
14862 sell copies of the Software, and to permit persons to whom the Software is
14863 furnished to do so, subject to the following conditions:
14865 The above copyright notice and this permission notice shall be included in
14866 all copies or substantial portions of the Software.
14868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14869 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14870 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14871 Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
14872 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14873 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14875 Except as contained in this notice, the name of Arnaud LE HORS shall not be
14876 used in advertising or otherwise to promote the sale, use or other dealings
14877 in this Software without prior written authorization from Arnaud LE HORS.
14879 Copyright (C) 19896 Lorens Younes
14881 Permission is hereby granted, free of charge, to any person obtaining a copy
14882 of this software and associated documentation files (the "Software"), to
14883 deal in the Software without restriction, including without limitation the
14884 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
14885 sell copies of the Software, and to permit persons to whom the Software is
14886 furnished to do so, subject to the following conditions:
14888 The above copyright notice and this permission notice shall be included in
14889 all copies or substantial portions of the Software.
14891 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14892 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14893 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14894 Lorens Younes BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
14895 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14896 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14898 Except as contained in this notice, the name of Lorens Younes shall not be
14899 used in advertising or otherwise to promote the sale, use or other dealings
14900 in this Software without prior written authorization from Lorens Younes.
14904 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14906 Scanned Source License libXpm-3.5.9/COPYRIGHT:
14909 * Copyright (C) 1989-95 GROUPE BULL
14911 * Permission is hereby granted, free of charge, to any person obtaining a copy
14912 * of this software and associated documentation files (the "Software"), to
14913 * deal in the Software without restriction, including without limitation the
14914 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
14915 * sell copies of the Software, and to permit persons to whom the Software is
14916 * furnished to do so, subject to the following conditions:
14918 * The above copyright notice and this permission notice shall be included in
14919 * all copies or substantial portions of the Software.
14921 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14922 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14923 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14924 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
14925 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14926 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14928 * Except as contained in this notice, the name of GROUPE BULL shall not be
14929 * used in advertising or otherwise to promote the sale, use or other dealings
14930 * in this Software without prior written authorization from GROUPE BULL.
14933 Arnaud LE HORS BULL Research FRANCE -- Koala Project
14934 (XPM - X PixMap format version 2 &amp; 3)
14935 Internet: lehors@sophia.inria.fr
14936 Surface Mail: Arnaud LE HORS, INRIA - Sophia Antipolis,
14937 2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE
14938 Voice phone: (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F
14940 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14941 </pre>
14942 <ul>
14944 </ul>
14945 </div>
14946 </div>
14949 <div class="product">
14950 <span class="title">libXrandr-1.4.1</span>
14951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
14952 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
14953 <div class="licence">
14954 <pre>Scanned Source License libXrandr-1.4.1/COPYING:
14956 Copyright © 2000, Compaq Computer Corporation,
14957 Copyright © 2002, Hewlett Packard, Inc.
14959 Permission to use, copy, modify, distribute, and sell this software and its
14960 documentation for any purpose is hereby granted without fee, provided that
14961 the above copyright notice appear in all copies and that both that
14962 copyright notice and this permission notice appear in supporting
14963 documentation, and that the name of Compaq or HP not be used in advertising
14964 or publicity pertaining to distribution of the software without specific,
14965 written prior permission. HP makes no representations about the
14966 suitability of this software for any purpose. It is provided "as is"
14967 without express or implied warranty.
14969 HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
14970 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP
14971 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14972 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
14973 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14974 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14976 Copyright © 2000 Compaq Computer Corporation, Inc.
14977 Copyright © 2002 Hewlett-Packard Company, Inc.
14978 Copyright © 2006 Intel Corporation
14979 Copyright © 2008 Red Hat, Inc.
14981 Permission to use, copy, modify, distribute, and sell this software and its
14982 documentation for any purpose is hereby granted without fee, provided that
14983 the above copyright notice appear in all copies and that both that copyright
14984 notice and this permission notice appear in supporting documentation, and
14985 that the name of the copyright holders not be used in advertising or
14986 publicity pertaining to distribution of the software without specific,
14987 written prior permission. The copyright holders make no representations
14988 about the suitability of this software for any purpose. It is provided "as
14989 is" without express or implied warranty.
14991 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14992 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
14993 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
14994 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
14995 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14996 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
14997 OF THIS SOFTWARE.
14999 Copyright © 2000 Compaq Computer Corporation, Inc.
15000 Copyright © 2002 Hewlett Packard Company, Inc.
15001 Copyright © 2006 Keith Packard
15003 Permission to use, copy, modify, distribute, and sell this software and its
15004 documentation for any purpose is hereby granted without fee, provided that
15005 the above copyright notice appear in all copies and that both that copyright
15006 notice and this permission notice appear in supporting documentation, and
15007 that the name of the copyright holders not be used in advertising or
15008 publicity pertaining to distribution of the software without specific,
15009 written prior permission. The copyright holders make no representations
15010 about the suitability of this software for any purpose. It is provided "as
15011 is" without express or implied warranty.
15013 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15014 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
15015 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
15016 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
15017 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15018 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
15019 OF THIS SOFTWARE.
15021 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15022 </pre>
15023 <ul>
15025 </ul>
15026 </div>
15027 </div>
15030 <div class="product">
15031 <span class="title">libXrender-0.9.8</span>
15032 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15033 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
15034 <div class="licence">
15035 <pre>Scanned Source License libXrender-0.9.8/COPYING:
15038 Copyright © 2001,2003 Keith Packard
15040 Permission to use, copy, modify, distribute, and sell this software and its
15041 documentation for any purpose is hereby granted without fee, provided that
15042 the above copyright notice appear in all copies and that both that
15043 copyright notice and this permission notice appear in supporting
15044 documentation, and that the name of Keith Packard not be used in
15045 advertising or publicity pertaining to distribution of the software without
15046 specific, written prior permission. Keith Packard makes no
15047 representations about the suitability of this software for any purpose. It
15048 is provided "as is" without express or implied warranty.
15050 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15051 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
15052 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
15053 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
15054 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15055 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15056 PERFORMANCE OF THIS SOFTWARE.
15058 Copyright © 2000 SuSE, Inc.
15060 Permission to use, copy, modify, distribute, and sell this software and its
15061 documentation for any purpose is hereby granted without fee, provided that
15062 the above copyright notice appear in all copies and that both that
15063 copyright notice and this permission notice appear in supporting
15064 documentation, and that the name of SuSE not be used in advertising or
15065 publicity pertaining to distribution of the software without specific,
15066 written prior permission. SuSE makes no representations about the
15067 suitability of this software for any purpose. It is provided "as is"
15068 without express or implied warranty.
15070 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
15071 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
15072 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15073 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
15074 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
15075 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15077 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15078 </pre>
15079 <ul>
15081 </ul>
15082 </div>
15083 </div>
15086 <div class="product">
15087 <span class="title">libXt-1.1.4</span>
15088 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15089 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
15090 <div class="licence">
15091 <pre>Scanned Source License libXt-1.1.4/COPYING:
15094 Copyright © 2001,2003 Keith Packard
15096 Permission to use, copy, modify, distribute, and sell this software and its
15097 documentation for any purpose is hereby granted without fee, provided that
15098 the above copyright notice appear in all copies and that both that
15099 copyright notice and this permission notice appear in supporting
15100 documentation, and that the name of Keith Packard not be used in
15101 advertising or publicity pertaining to distribution of the software without
15102 specific, written prior permission. Keith Packard makes no
15103 representations about the suitability of this software for any purpose. It
15104 is provided "as is" without express or implied warranty.
15106 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15107 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
15108 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
15109 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
15110 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15111 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15112 PERFORMANCE OF THIS SOFTWARE.
15114 Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved.
15116 Permission is hereby granted, free of charge, to any person obtaining a
15117 copy of this software and associated documentation files (the "Software"),
15118 to deal in the Software without restriction, including without limitation
15119 the rights to use, copy, modify, merge, publish, distribute, sublicense,
15120 and/or sell copies of the Software, and to permit persons to whom the
15121 Software is furnished to do so, subject to the following conditions:
15123 The above copyright notice and this permission notice (including the next
15124 paragraph) shall be included in all copies or substantial portions of the
15125 Software.
15127 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15128 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15129 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15130 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15131 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
15132 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15133 DEALINGS IN THE SOFTWARE.
15136 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
15138 All Rights Reserved
15140 Permission to use, copy, modify, and distribute this software and its
15141 documentation for any purpose and without fee is hereby granted,
15142 provided that the above copyright notice appear in all copies and that
15143 both that copyright notice and this permission notice appear in
15144 supporting documentation, and that the name of Digital not be
15145 used in advertising or publicity pertaining to distribution of the
15146 software without specific, written prior permission.
15148 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
15149 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
15150 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
15151 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
15152 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
15153 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
15154 SOFTWARE.
15156 Copyright 1987, 1988, 1998 The Open Group
15158 Permission to use, copy, modify, distribute, and sell this software and its
15159 documentation for any purpose is hereby granted without fee, provided that
15160 the above copyright notice appear in all copies and that both that
15161 copyright notice and this permission notice appear in supporting
15162 documentation.
15164 The above copyright notice and this permission notice shall be included in
15165 all copies or substantial portions of the Software.
15167 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15168 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15169 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15170 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
15171 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
15172 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15174 Except as contained in this notice, the name of The Open Group shall not be
15175 used in advertising or otherwise to promote the sale, use or other dealings
15176 in this Software without prior written authorization from The Open Group.
15179 Copyright (c) 1993, 1994 X Consortium
15181 Permission is hereby granted, free of charge, to any person obtaining a
15182 copy of this software and associated documentation files (the "Software"),
15183 to deal in the Software without restriction, including without limitation
15184 the rights to use, copy, modify, merge, publish, distribute, sublicense,
15185 and/or sell copies of the Software, and to permit persons to whom the
15186 Software furnished to do so, subject to the following conditions:
15188 The above copyright notice and this permission notice shall be included in
15189 all copies or substantial portions of the Software.
15191 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15192 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15193 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15194 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
15195 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
15196 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15197 SOFTWARE.
15199 Except as contained in this notice, the name of the X Consortium shall not
15200 be used in advertising or otherwise to promote the sale, use or other
15201 dealing in this Software without prior written authorization from the
15202 X Consortium.
15204 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15205 </pre>
15206 <ul>
15208 </ul>
15209 </div>
15210 </div>
15213 <div class="product">
15214 <span class="title">libXtst-1.2.0</span>
15215 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15216 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
15217 <div class="licence">
15218 <pre>Scanned Source License libXtst-1.2.0/COPYING:
15220 Copyright 1990, 1991 by UniSoft Group Limited
15221 Copyright 1992, 1993, 1995, 1998 The Open Group
15223 Permission to use, copy, modify, distribute, and sell this software and its
15224 documentation for any purpose is hereby granted without fee, provided that
15225 the above copyright notice appear in all copies and that both that
15226 copyright notice and this permission notice appear in supporting
15227 documentation.
15229 The above copyright notice and this permission notice shall be included
15230 in all copies or substantial portions of the Software.
15232 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15233 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15234 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
15235 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
15236 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
15237 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
15238 OTHER DEALINGS IN THE SOFTWARE.
15240 Except as contained in this notice, the name of The Open Group shall
15241 not be used in advertising or otherwise to promote the sale, use or
15242 other dealings in this Software without prior written authorization
15243 from The Open Group.
15245 ***************************************************************************
15247 Copyright 1995 Network Computing Devices
15249 Permission to use, copy, modify, distribute, and sell this software and
15250 its documentation for any purpose is hereby granted without fee, provided
15251 that the above copyright notice appear in all copies and that both that
15252 copyright notice and this permission notice appear in supporting
15253 documentation, and that the name of Network Computing Devices
15254 not be used in advertising or publicity pertaining to distribution
15255 of the software without specific, written prior permission.
15257 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO
15258 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15259 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE
15260 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15261 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
15262 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
15263 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15265 ***************************************************************************
15267 Copyright 2005 Red Hat, Inc.
15269 Permission to use, copy, modify, distribute, and sell this software and its
15270 documentation for any purpose is hereby granted without fee, provided that
15271 the above copyright notice appear in all copies and that both that
15272 copyright notice and this permission notice appear in supporting
15273 documentation, and that the name of Red Hat not be used in
15274 advertising or publicity pertaining to distribution of the software without
15275 specific, written prior permission. Red Hat makes no
15276 representations about the suitability of this software for any purpose. It
15277 is provided "as is" without express or implied warranty.
15279 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15280 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
15281 EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
15282 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
15283 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15284 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15285 PERFORMANCE OF THIS SOFTWARE.
15287 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15288 </pre>
15289 <ul>
15291 </ul>
15292 </div>
15293 </div>
15296 <div class="product">
15297 <span class="title">libXxf86vm-1.1.3</span>
15298 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15299 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
15300 <div class="licence">
15301 <pre>Scanned Source License libXxf86vm-1.1.3/COPYING:
15303 Copyright (c) 1995 Kaleb S. KEITHLEY
15305 Permission is hereby granted, free of charge, to any person obtaining
15306 a copy of this software and associated documentation files (the
15307 "Software"), to deal in the Software without restriction, including
15308 without limitation the rights to use, copy, modify, merge, publish,
15309 distribute, sublicense, and/or sell copies of the Software, and to
15310 permit persons to whom the Software is furnished to do so, subject to
15311 the following conditions:
15313 The above copyright notice and this permission notice shall be
15314 included in all copies or substantial portions of the Software.
15316 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15317 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15318 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
15319 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
15320 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
15321 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
15322 OTHER DEALINGS IN THE SOFTWARE.
15324 Except as contained in this notice, the name of Kaleb S. KEITHLEY
15325 shall not be used in advertising or otherwise to promote the sale, use
15326 or other dealings in this Software without prior written authorization
15327 from Kaleb S. KEITHLEY.
15329 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15330 </pre>
15331 <ul>
15333 </ul>
15334 </div>
15335 </div>
15338 <div class="product">
15339 <span class="title">Linux-2.6</span>
15340 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15341 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
15342 <div class="licence">
15343 <pre></pre>
15344 <ul>
15345 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15346 </ul>
15347 </div>
15348 </div>
15351 <div class="product">
15352 <span class="title">linux-headers-3.12</span>
15353 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15354 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
15355 <div class="licence">
15356 <pre></pre>
15357 <ul>
15358 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15359 </ul>
15360 </div>
15361 </div>
15364 <div class="product">
15365 <span class="title">llvm-3.2</span>
15366 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15367 <span class="homepage"><a href="http://llvm.org/">homepage</a></span>
15368 <div class="licence">
15369 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT:
15371 ==============================================================================
15372 LLVM Release License
15373 ==============================================================================
15374 University of Illinois/NCSA
15375 Open Source License
15377 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
15378 All rights reserved.
15380 Developed by:
15382 LLVM Team
15384 University of Illinois at Urbana-Champaign
15386 http://llvm.org
15388 Permission is hereby granted, free of charge, to any person obtaining a copy of
15389 this software and associated documentation files (the "Software"), to deal with
15390 the Software without restriction, including without limitation the rights to
15391 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
15392 of the Software, and to permit persons to whom the Software is furnished to do
15393 so, subject to the following conditions:
15395 * Redistributions of source code must retain the above copyright notice,
15396 this list of conditions and the following disclaimers.
15398 * Redistributions in binary form must reproduce the above copyright notice,
15399 this list of conditions and the following disclaimers in the
15400 documentation and/or other materials provided with the distribution.
15402 * Neither the names of the LLVM Team, University of Illinois at
15403 Urbana-Champaign, nor the names of its contributors may be used to
15404 endorse or promote products derived from this Software without specific
15405 prior written permission.
15407 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15408 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15409 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15410 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15411 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15412 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
15413 SOFTWARE.
15415 ==============================================================================
15416 Copyrights and Licenses for Third Party Software Distributed with LLVM:
15417 ==============================================================================
15418 The LLVM software contains code written by third parties. Such software will
15419 have its own individual LICENSE.TXT file in the directory in which it appears.
15420 This file will describe the copyrights, license, and restrictions which apply
15421 to that code.
15423 The disclaimer of warranty in the University of Illinois Open Source License
15424 applies to all code in the LLVM Distribution, and nothing in any of the
15425 other licenses gives permission to use the names of the LLVM Team or the
15426 University of Illinois to endorse or promote products derived from this
15427 Software.
15429 The following pieces of software have additional or alternate copyrights,
15430 licenses, and/or restrictions:
15432 Program Directory
15433 ------- ---------
15434 Autoconf llvm/autoconf
15435 llvm/projects/ModuleMaker/autoconf
15436 llvm/projects/sample/autoconf
15437 CellSPU backend llvm/lib/Target/CellSPU/README.txt
15438 Google Test llvm/utils/unittest/googletest
15439 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
15440 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
15442 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15444 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT:
15446 ------------------------------------------------------------------------------
15447 Autoconf Files
15448 ------------------------------------------------------------------------------
15449 All autoconf files are licensed under the LLVM license with the following
15450 additions:
15452 llvm/autoconf/install-sh:
15453 This script is licensed under the LLVM license, with the following
15454 additional copyrights and restrictions:
15456 Copyright 1991 by the Massachusetts Institute of Technology
15458 Permission to use, copy, modify, distribute, and sell this software and its
15459 documentation for any purpose is hereby granted without fee, provided that
15460 the above copyright notice appear in all copies and that both that
15461 copyright notice and this permission notice appear in supporting
15462 documentation, and that the name of M.I.T. not be used in advertising or
15463 publicity pertaining to distribution of the software without specific,
15464 written prior permission. M.I.T. makes no representations about the
15465 suitability of this software for any purpose. It is provided "as is"
15466 without express or implied warranty.
15468 Please see the source files for additional copyrights.
15471 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15473 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT:
15475 LLVM System Interface Library
15476 -------------------------------------------------------------------------------
15477 The LLVM System Interface Library is licensed under the Illinois Open Source
15478 License and has the following additional copyright:
15480 Copyright (C) 2004 eXtensible Systems, Inc.
15482 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15484 Scanned Source License llvm-3.2.src/lib/Support/COPYRIGHT.regex:
15486 $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $
15488 Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
15489 This software is not subject to any license of the American Telephone
15490 and Telegraph Company or of the Regents of the University of California.
15492 Permission is granted to anyone to use this software for any purpose on
15493 any computer system, and to alter it and redistribute it, subject
15494 to the following restrictions:
15496 1. The author is not responsible for the consequences of use of this
15497 software, no matter how awful, even if they arise from flaws in it.
15499 2. The origin of this software must not be misrepresented, either by
15500 explicit claim or by omission. Since few users ever read sources,
15501 credits must appear in the documentation.
15503 3. Altered versions must be plainly marked as such, and must not be
15504 misrepresented as being the original software. Since few users
15505 ever read sources, credits must appear in the documentation.
15507 4. This notice may not be removed or altered.
15509 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15511 * Copyright (c) 1994
15512 * The Regents of the University of California. All rights reserved.
15514 * Redistribution and use in source and binary forms, with or without
15515 * modification, are permitted provided that the following conditions
15516 * are met:
15517 * 1. Redistributions of source code must retain the above copyright
15518 * notice, this list of conditions and the following disclaimer.
15519 * 2. Redistributions in binary form must reproduce the above copyright
15520 * notice, this list of conditions and the following disclaimer in the
15521 * documentation and/or other materials provided with the distribution.
15522 * 3. Neither the name of the University nor the names of its contributors
15523 * may be used to endorse or promote products derived from this software
15524 * without specific prior written permission.
15526 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15527 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15528 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15529 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
15530 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15531 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15532 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15533 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15534 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15535 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15536 * SUCH DAMAGE.
15538 * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94
15541 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15543 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT:
15545 ------------------------------------------------------------------------------
15546 Autoconf Files
15547 ------------------------------------------------------------------------------
15548 All autoconf files are licensed under the LLVM license with the following
15549 additions:
15551 llvm/autoconf/install-sh:
15552 This script is licensed under the LLVM license, with the following
15553 additional copyrights and restrictions:
15555 Copyright 1991 by the Massachusetts Institute of Technology
15557 Permission to use, copy, modify, distribute, and sell this software and its
15558 documentation for any purpose is hereby granted without fee, provided that
15559 the above copyright notice appear in all copies and that both that
15560 copyright notice and this permission notice appear in supporting
15561 documentation, and that the name of M.I.T. not be used in advertising or
15562 publicity pertaining to distribution of the software without specific,
15563 written prior permission. M.I.T. makes no representations about the
15564 suitability of this software for any purpose. It is provided "as is"
15565 without express or implied warranty.
15567 Please see the source files for additional copyrights.
15570 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15572 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt:
15574 Copyright (c) 2006 Kirill Simonov
15576 Permission is hereby granted, free of charge, to any person obtaining a copy of
15577 this software and associated documentation files (the "Software"), to deal in
15578 the Software without restriction, including without limitation the rights to
15579 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
15580 of the Software, and to permit persons to whom the Software is furnished to do
15581 so, subject to the following conditions:
15583 The above copyright notice and this permission notice shall be included in all
15584 copies or substantial portions of the Software.
15586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15587 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15588 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15589 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15590 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15591 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15592 SOFTWARE.
15594 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15596 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT:
15598 Copyright 2008, Google Inc.
15599 All rights reserved.
15601 Redistribution and use in source and binary forms, with or without
15602 modification, are permitted provided that the following conditions are
15603 met:
15605 * Redistributions of source code must retain the above copyright
15606 notice, this list of conditions and the following disclaimer.
15607 * Redistributions in binary form must reproduce the above
15608 copyright notice, this list of conditions and the following disclaimer
15609 in the documentation and/or other materials provided with the
15610 distribution.
15611 * Neither the name of Google Inc. nor the names of its
15612 contributors may be used to endorse or promote products derived from
15613 this software without specific prior written permission.
15615 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15616 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15617 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15618 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15619 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15620 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15621 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15622 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15623 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15624 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15625 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15627 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15629 Gentoo Package Stock License UoI-NCSA:
15631 Copyright (c) &lt;YEAR&gt; &lt;OWNER ORGANIZATION NAME&gt;. All rights reserved.
15633 Developed by: &lt;NAME OF DEVELOPMENT GROUP&gt;
15634 &lt;NAME OF INSTITUTION&gt;
15635 &lt;URL FOR DEVELOPMENT GROUP/INSTITUTION&gt;
15637 Permission is hereby granted, free of charge, to any person obtaining a copy
15638 of this software and associated documentation files (the "Software"), to
15639 deal with the Software without restriction, including without limitation the
15640 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
15641 sell copies of the Software, and to permit persons to whom the Software is
15642 furnished to do so, subject to the following conditions:
15643 1. Redistributions of source code must retain the above copyright notice,
15644 this list of conditions and the following disclaimers.
15645 2. Redistributions in binary form must reproduce the above copyright
15646 notice, this list of conditions and the following disclaimers in the
15647 documentation and/or other materials provided with the distribution.
15648 3. Neither the names of &lt;NAME OF DEVELOPMENT GROUP&gt;, &lt;NAME OF
15649 INSTITUTION&gt;, nor the names of its contributors may be used to endorse
15650 or promote products derived from this Software without specific prior
15651 written permission.
15653 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15654 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15655 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15656 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15657 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
15658 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
15659 WITH THE SOFTWARE.
15661 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15662 </pre>
15663 <ul>
15665 </ul>
15666 </div>
15667 </div>
15670 <div class="product">
15671 <span class="title">lmbench-3.0_alpha9</span>
15672 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15673 <span class="homepage"><a href="http://www.bitmover.com/lmbench/whatis_lmbench.html">homepage</a></span>
15674 <div class="licence">
15675 <pre></pre>
15676 <ul>
15677 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15678 </ul>
15679 </div>
15680 </div>
15683 <div class="product">
15684 <span class="title">lohitfonts-cros-2.5.0</span>
15685 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15686 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span>
15687 <div class="licence">
15688 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE:
15690 Copyright 2011 Lohit Fonts Project contributors
15691 &lt;http://fedorahosted.org/lohit&gt;,
15692 with Reserved Font Name Lohit.
15694 This Font Software is licensed under the SIL Open Font License, Version 1.1.
15695 This license is copied below, and is also available with a FAQ at:
15696 http://scripts.sil.org/OFL
15699 -----------------------------------------------------------
15700 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
15701 -----------------------------------------------------------
15703 PREAMBLE
15704 The goals of the Open Font License (OFL) are to stimulate worldwide
15705 development of collaborative font projects, to support the font creation
15706 efforts of academic and linguistic communities, and to provide a free and
15707 open framework in which fonts may be shared and improved in partnership
15708 with others.
15710 The OFL allows the licensed fonts to be used, studied, modified and
15711 redistributed freely as long as they are not sold by themselves. The
15712 fonts, including any derivative works, can be bundled, embedded,
15713 redistributed and/or sold with any software provided that any reserved
15714 names are not used by derivative works. The fonts and derivatives,
15715 however, cannot be released under any other type of license. The
15716 requirement for fonts to remain under this license does not apply
15717 to any document created using the fonts or their derivatives.
15719 DEFINITIONS
15720 "Font Software" refers to the set of files released by the Copyright
15721 Holder(s) under this license and clearly marked as such. This may
15722 include source files, build scripts and documentation.
15724 "Reserved Font Name" refers to any names specified as such after the
15725 copyright statement(s).
15727 "Original Version" refers to the collection of Font Software components as
15728 distributed by the Copyright Holder(s).
15730 "Modified Version" refers to any derivative made by adding to, deleting,
15731 or substituting -- in part or in whole -- any of the components of the
15732 Original Version, by changing formats or by porting the Font Software to a
15733 new environment.
15735 "Author" refers to any designer, engineer, programmer, technical
15736 writer or other person who contributed to the Font Software.
15738 PERMISSION &amp; CONDITIONS
15739 Permission is hereby granted, free of charge, to any person obtaining
15740 a copy of the Font Software, to use, study, copy, merge, embed, modify,
15741 redistribute, and sell modified and unmodified copies of the Font
15742 Software, subject to the following conditions:
15744 1) Neither the Font Software nor any of its individual components,
15745 in Original or Modified Versions, may be sold by itself.
15747 2) Original or Modified Versions of the Font Software may be bundled,
15748 redistributed and/or sold with any software, provided that each copy
15749 contains the above copyright notice and this license. These can be
15750 included either as stand-alone text files, human-readable headers or
15751 in the appropriate machine-readable metadata fields within text or
15752 binary files as long as those fields can be easily viewed by the user.
15754 3) No Modified Version of the Font Software may use the Reserved Font
15755 Name(s) unless explicit written permission is granted by the corresponding
15756 Copyright Holder. This restriction only applies to the primary font name as
15757 presented to the users.
15759 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
15760 Software shall not be used to promote, endorse or advertise any
15761 Modified Version, except to acknowledge the contribution(s) of the
15762 Copyright Holder(s) and the Author(s) or with their explicit written
15763 permission.
15765 5) The Font Software, modified or unmodified, in part or in whole,
15766 must be distributed entirely under this license, and must not be
15767 distributed under any other license. The requirement for fonts to
15768 remain under this license does not apply to any document created
15769 using the Font Software.
15771 TERMINATION
15772 This license becomes null and void if any of the above conditions are
15773 not met.
15775 DISCLAIMER
15776 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15777 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
15778 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
15779 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
15780 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
15781 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
15782 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
15783 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
15784 OTHER DEALINGS IN THE FONT SOFTWARE.
15786 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15787 </pre>
15788 <ul>
15789 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
15790 </ul>
15791 </div>
15792 </div>
15795 <div class="product">
15796 <span class="title">lrzsz-0.12.20</span>
15797 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15798 <span class="homepage"><a href="http://www.ohse.de/uwe/software/lrzsz.html">homepage</a></span>
15799 <div class="licence">
15800 <pre></pre>
15801 <ul>
15802 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15803 </ul>
15804 </div>
15805 </div>
15808 <div class="product">
15809 <span class="title">lshw-02.17b</span>
15810 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15811 <span class="homepage"><a href="http://ezix.org/project/wiki/HardwareLiSter">homepage</a></span>
15812 <div class="licence">
15813 <pre></pre>
15814 <ul>
15815 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15816 </ul>
15817 </div>
15818 </div>
15821 <div class="product">
15822 <span class="title">lsof-4.81</span>
15823 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15824 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span>
15825 <div class="licence">
15826 <pre>Gentoo Package Stock License lsof:
15828 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9
15830 Copyright 2002 Purdue Research Foundation, West Lafayette,
15831 Indiana 47907. All rights reserved.
15833 Written by Victor A. Abell
15835 This software is not subject to any license of the American
15836 Telephone and Telegraph Company or the Regents of the
15837 University of California.
15839 Permission is granted to anyone to use this software for
15840 any purpose on any computer system, and to alter it and
15841 redistribute it freely, subject to the following
15842 restrictions:
15844 1. Neither the authors nor Purdue University are responsible
15845 for any consequences of the use of this software.
15847 2. The origin of this software must not be misrepresented,
15848 either by explicit claim or by omission. Credit to the
15849 authors and Purdue University must appear in documentation
15850 and sources.
15852 3. Altered versions must be plainly marked as such, and must
15853 not be misrepresented as being the original software.
15855 4. This notice may not be removed or altered.
15857 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15858 </pre>
15859 <ul>
15861 </ul>
15862 </div>
15863 </div>
15866 <div class="product">
15867 <span class="title">lvm2-2.02.97</span>
15868 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15869 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span>
15870 <div class="licence">
15871 <pre></pre>
15872 <ul>
15873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15874 </ul>
15875 </div>
15876 </div>
15879 <div class="product">
15880 <span class="title">lzo-2.06</span>
15881 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15882 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span>
15883 <div class="licence">
15884 <pre></pre>
15885 <ul>
15886 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15887 </ul>
15888 </div>
15889 </div>
15892 <div class="product">
15893 <span class="title">m2crypto-0.21.1</span>
15894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15895 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span>
15896 <div class="licence">
15897 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE:
15899 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
15901 Portions copyright (c) 2004-2006 Open Source Applications Foundation.
15902 All rights reserved.
15904 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam.
15905 All rights reserved.
15907 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
15909 Permission to use, copy, modify, and distribute this software and its
15910 documentation for any purpose and without fee is hereby granted,
15911 provided that the above copyright notice appear in all copies and that
15912 both that copyright notice and this permission notice appear in
15913 supporting documentation.
15915 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR
15916 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15917 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
15918 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
15919 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
15920 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15921 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15922 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15923 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15924 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15926 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15928 Scanned Source License M2Crypto-0.21.1/M2Crypto.egg-info/PKG-INFO:
15930 Metadata-Version: 1.0
15931 Name: M2Crypto
15932 Version: 0.21.1
15933 Summary: M2Crypto: A Python crypto and SSL toolkit
15934 Home-page: http://chandlerproject.org/Projects/MeTooCrypto
15935 Author: Heikki Toivonen
15936 Author-email: heikki@osafoundation.org
15937 License: BSD-style license
15938 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA,
15939 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL
15940 functionality to implement clients and servers; HTTPS extensions to Python's
15941 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web
15942 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS
15943 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be
15944 used to provide SSL for Twisted.
15945 Platform: any
15946 Classifier: Development Status :: 5 - Production/Stable
15947 Classifier: Intended Audience :: Developers
15948 Classifier: Operating System :: OS Independent
15949 Classifier: Programming Language :: C
15950 Classifier: Programming Language :: Python
15951 Classifier: Topic :: Security :: Cryptography
15952 Classifier: Topic :: Software Development :: Libraries :: Python Modules
15954 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15956 Scanned Source License M2Crypto-0.21.1/PKG-INFO:
15958 Metadata-Version: 1.0
15959 Name: M2Crypto
15960 Version: 0.21.1
15961 Summary: M2Crypto: A Python crypto and SSL toolkit
15962 Home-page: http://chandlerproject.org/Projects/MeTooCrypto
15963 Author: Heikki Toivonen
15964 Author-email: heikki@osafoundation.org
15965 License: BSD-style license
15966 Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA,
15967 DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL
15968 functionality to implement clients and servers; HTTPS extensions to Python's
15969 httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web
15970 session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS
15971 server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be
15972 used to provide SSL for Twisted.
15973 Platform: any
15974 Classifier: Development Status :: 5 - Production/Stable
15975 Classifier: Intended Audience :: Developers
15976 Classifier: Operating System :: OS Independent
15977 Classifier: Programming Language :: C
15978 Classifier: Programming Language :: Python
15979 Classifier: Topic :: Security :: Cryptography
15980 Classifier: Topic :: Software Development :: Libraries :: Python Modules
15982 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15983 </pre>
15984 <ul>
15986 </ul>
15987 </div>
15988 </div>
15991 <div class="product">
15992 <span class="title">m4-1.4.16</span>
15993 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15994 <span class="homepage"><a href="http://www.gnu.org/software/m4/m4.html">homepage</a></span>
15995 <div class="licence">
15996 <pre></pre>
15997 <ul>
15998 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
15999 </ul>
16000 </div>
16001 </div>
16004 <div class="product">
16005 <span class="title">madison-cromo-plugin-0.1</span>
16006 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16007 <span class="homepage"><a href="">homepage</a></span>
16008 <div class="licence">
16009 <pre></pre>
16010 <ul>
16011 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
16012 </ul>
16013 </div>
16014 </div>
16017 <div class="product">
16018 <span class="title">make-3.82</span>
16019 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16020 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span>
16021 <div class="licence">
16022 <pre></pre>
16023 <ul>
16024 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
16025 </ul>
16026 </div>
16027 </div>
16030 <div class="product">
16031 <span class="title">mako-0.7.3</span>
16032 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16033 <span class="homepage"><a href="http://www.makotemplates.org/">homepage</a></span>
16034 <div class="licence">
16035 <pre>Scanned Source License Mako-0.7.3/LICENSE:
16037 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
16039 Copyright (C) 2006-2012 the Mako authors and contributors &lt;see AUTHORS file&gt;.
16040 Mako is a trademark of Michael Bayer.
16042 Permission is hereby granted, free of charge, to any person obtaining a copy of this
16043 software and associated documentation files (the "Software"), to deal in the Software
16044 without restriction, including without limitation the rights to use, copy, modify, merge,
16045 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
16046 to whom the Software is furnished to do so, subject to the following conditions:
16048 The above copyright notice and this permission notice shall be included in all copies or
16049 substantial portions of the Software.
16051 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16052 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
16053 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
16054 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16055 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
16056 DEALINGS IN THE SOFTWARE.
16058 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16060 Scanned Source License Mako-0.7.3/Mako.egg-info/PKG-INFO:
16062 Metadata-Version: 1.0
16063 Name: Mako
16064 Version: 0.7.3
16065 Summary: A super-fast templating language that borrows the best ideas from the existing templating languages.
16066 Home-page: http://www.makotemplates.org/
16067 Author: Mike Bayer
16068 Author-email: mike@zzzcomputing.com
16069 License: MIT
16070 Description: =========================
16071 Mako Templates for Python
16072 =========================
16074 Mako is a template library written in Python. It provides a familiar, non-XML
16075 syntax which compiles into Python modules for maximum performance. Mako's
16076 syntax and API borrows from the best ideas of many others, including Django
16077 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
16078 Python (i.e. Python Server Page) language, which refines the familiar ideas
16079 of componentized layout and inheritance to produce one of the most
16080 straightforward and flexible models available, while also maintaining close
16081 ties to Python calling and scoping semantics.
16083 Nutshell
16084 ========
16088 &lt;%inherit file="base.html"/&gt;
16089 &lt;%
16090 rows = [[v for v in range(0,10)] for row in range(0,10)]
16091 %&gt;
16092 &lt;table&gt;
16093 % for row in rows:
16094 ${makerow(row)}
16095 % endfor
16096 &lt;/table&gt;
16098 &lt;%def name="makerow(row)"&gt;
16099 &lt;tr&gt;
16100 % for name in row:
16101 &lt;td&gt;${name}&lt;/td&gt;\
16102 % endfor
16103 &lt;/tr&gt;
16104 &lt;/%def&gt;
16106 Philosophy
16107 ===========
16109 Python is a great scripting language. Don't reinvent the wheel...your templates can handle it !
16111 Documentation
16112 ==============
16114 See documentation for Mako at http://www.makotemplates.org/docs/
16116 License
16117 ========
16119 Mako is licensed under an MIT-style license (see LICENSE).
16120 Other incorporated projects may be licensed under different licenses.
16121 All licenses allow for non-commercial and commercial use.
16123 Keywords: templates
16124 Platform: UNKNOWN
16125 Classifier: Development Status :: 5 - Production/Stable
16126 Classifier: Environment :: Web Environment
16127 Classifier: Intended Audience :: Developers
16128 Classifier: Programming Language :: Python
16129 Classifier: Programming Language :: Python :: 3
16130 Classifier: Programming Language :: Python :: Implementation :: CPython
16131 Classifier: Programming Language :: Python :: Implementation :: PyPy
16132 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
16134 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16136 Scanned Source License Mako-0.7.3/PKG-INFO:
16138 Metadata-Version: 1.0
16139 Name: Mako
16140 Version: 0.7.3
16141 Summary: A super-fast templating language that borrows the best ideas from the existing templating languages.
16142 Home-page: http://www.makotemplates.org/
16143 Author: Mike Bayer
16144 Author-email: mike@zzzcomputing.com
16145 License: MIT
16146 Description: =========================
16147 Mako Templates for Python
16148 =========================
16150 Mako is a template library written in Python. It provides a familiar, non-XML
16151 syntax which compiles into Python modules for maximum performance. Mako's
16152 syntax and API borrows from the best ideas of many others, including Django
16153 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
16154 Python (i.e. Python Server Page) language, which refines the familiar ideas
16155 of componentized layout and inheritance to produce one of the most
16156 straightforward and flexible models available, while also maintaining close
16157 ties to Python calling and scoping semantics.
16159 Nutshell
16160 ========
16164 &lt;%inherit file="base.html"/&gt;
16165 &lt;%
16166 rows = [[v for v in range(0,10)] for row in range(0,10)]
16167 %&gt;
16168 &lt;table&gt;
16169 % for row in rows:
16170 ${makerow(row)}
16171 % endfor
16172 &lt;/table&gt;
16174 &lt;%def name="makerow(row)"&gt;
16175 &lt;tr&gt;
16176 % for name in row:
16177 &lt;td&gt;${name}&lt;/td&gt;\
16178 % endfor
16179 &lt;/tr&gt;
16180 &lt;/%def&gt;
16182 Philosophy
16183 ===========
16185 Python is a great scripting language. Don't reinvent the wheel...your templates can handle it !
16187 Documentation
16188 ==============
16190 See documentation for Mako at http://www.makotemplates.org/docs/
16192 License
16193 ========
16195 Mako is licensed under an MIT-style license (see LICENSE).
16196 Other incorporated projects may be licensed under different licenses.
16197 All licenses allow for non-commercial and commercial use.
16199 Keywords: templates
16200 Platform: UNKNOWN
16201 Classifier: Development Status :: 5 - Production/Stable
16202 Classifier: Environment :: Web Environment
16203 Classifier: Intended Audience :: Developers
16204 Classifier: Programming Language :: Python
16205 Classifier: Programming Language :: Python :: 3
16206 Classifier: Programming Language :: Python :: Implementation :: CPython
16207 Classifier: Programming Language :: Python :: Implementation :: PyPy
16208 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
16210 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16211 </pre>
16212 <ul>
16214 </ul>
16215 </div>
16216 </div>
16219 <div class="product">
16220 <span class="title">markupsafe-0.18</span>
16221 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16222 <span class="homepage"><a href="http://pypi.python.org/pypi/MarkupSafe">homepage</a></span>
16223 <div class="licence">
16224 <pre>Scanned Source License MarkupSafe-0.18/LICENSE:
16226 Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
16227 for more details.
16229 Some rights reserved.
16231 Redistribution and use in source and binary forms of the software as well
16232 as documentation, with or without modification, are permitted provided
16233 that the following conditions are met:
16235 * Redistributions of source code must retain the above copyright
16236 notice, this list of conditions and the following disclaimer.
16238 * Redistributions in binary form must reproduce the above
16239 copyright notice, this list of conditions and the following
16240 disclaimer in the documentation and/or other materials provided
16241 with the distribution.
16243 * The names of the contributors may not be used to endorse or
16244 promote products derived from this software without specific
16245 prior written permission.
16247 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
16248 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
16249 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
16250 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
16251 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
16252 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
16253 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
16254 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
16255 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
16256 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
16257 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
16258 DAMAGE.
16260 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16262 Scanned Source License MarkupSafe-0.18/MarkupSafe.egg-info/PKG-INFO:
16264 Metadata-Version: 1.0
16265 Name: MarkupSafe
16266 Version: 0.18
16267 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
16268 Home-page: http://github.com/mitsuhiko/markupsafe
16269 Author: Armin Ronacher
16270 Author-email: armin.ronacher@active-4.com
16271 License: BSD
16272 Description: MarkupSafe
16273 ==========
16275 Implements a unicode subclass that supports HTML strings:
16277 &gt;&gt;&gt; from markupsafe import Markup, escape
16278 &gt;&gt;&gt; escape("&lt;script&gt;alert(document.cookie);&lt;/script&gt;")
16279 Markup(u'&amp;lt;script&amp;gt;alert(document.cookie);&amp;lt;/script&amp;gt;')
16280 &gt;&gt;&gt; tmpl = Markup("&lt;em&gt;%s&lt;/em&gt;")
16281 &gt;&gt;&gt; tmpl % "Peter &gt; Lustig"
16282 Markup(u'&lt;em&gt;Peter &amp;gt; Lustig&lt;/em&gt;')
16284 If you want to make an object unicode that is not yet unicode
16285 but don't want to lose the taint information, you can use the
16286 `soft_unicode` function. (On Python 3 you can also use `soft_str` which
16287 is a different name for the same function).
16289 &gt;&gt;&gt; from markupsafe import soft_unicode
16290 &gt;&gt;&gt; soft_unicode(42)
16291 u'42'
16292 &gt;&gt;&gt; soft_unicode(Markup('foo'))
16293 Markup(u'foo')
16295 Objects can customize their HTML markup equivalent by overriding
16296 the `__html__` function:
16298 &gt;&gt;&gt; class Foo(object):
16299 ... def __html__(self):
16300 ... return '&lt;strong&gt;Nice&lt;/strong&gt;'
16302 &gt;&gt;&gt; escape(Foo())
16303 Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
16304 &gt;&gt;&gt; Markup(Foo())
16305 Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
16307 Since MarkupSafe 0.10 there is now also a separate escape function
16308 called `escape_silent` that returns an empty string for `None` for
16309 consistency with other systems that return empty strings for `None`
16310 when escaping (for instance Pylons' webhelpers).
16312 If you also want to use this for the escape method of the Markup
16313 object, you can create your own subclass that does that::
16315 from markupsafe import Markup, escape_silent as escape
16317 class SilentMarkup(Markup):
16318 __slots__ = ()
16320 @classmethod
16321 def escape(cls, s):
16322 return cls(escape(s))
16324 Platform: UNKNOWN
16325 Classifier: Development Status :: 5 - Production/Stable
16326 Classifier: Environment :: Web Environment
16327 Classifier: Intended Audience :: Developers
16328 Classifier: License :: OSI Approved :: BSD License
16329 Classifier: Operating System :: OS Independent
16330 Classifier: Programming Language :: Python
16331 Classifier: Programming Language :: Python :: 3
16332 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
16333 Classifier: Topic :: Software Development :: Libraries :: Python Modules
16334 Classifier: Topic :: Text Processing :: Markup :: HTML
16336 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16338 Scanned Source License MarkupSafe-0.18/PKG-INFO:
16340 Metadata-Version: 1.0
16341 Name: MarkupSafe
16342 Version: 0.18
16343 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
16344 Home-page: http://github.com/mitsuhiko/markupsafe
16345 Author: Armin Ronacher
16346 Author-email: armin.ronacher@active-4.com
16347 License: BSD
16348 Description: MarkupSafe
16349 ==========
16351 Implements a unicode subclass that supports HTML strings:
16353 &gt;&gt;&gt; from markupsafe import Markup, escape
16354 &gt;&gt;&gt; escape("&lt;script&gt;alert(document.cookie);&lt;/script&gt;")
16355 Markup(u'&amp;lt;script&amp;gt;alert(document.cookie);&amp;lt;/script&amp;gt;')
16356 &gt;&gt;&gt; tmpl = Markup("&lt;em&gt;%s&lt;/em&gt;")
16357 &gt;&gt;&gt; tmpl % "Peter &gt; Lustig"
16358 Markup(u'&lt;em&gt;Peter &amp;gt; Lustig&lt;/em&gt;')
16360 If you want to make an object unicode that is not yet unicode
16361 but don't want to lose the taint information, you can use the
16362 `soft_unicode` function. (On Python 3 you can also use `soft_str` which
16363 is a different name for the same function).
16365 &gt;&gt;&gt; from markupsafe import soft_unicode
16366 &gt;&gt;&gt; soft_unicode(42)
16367 u'42'
16368 &gt;&gt;&gt; soft_unicode(Markup('foo'))
16369 Markup(u'foo')
16371 Objects can customize their HTML markup equivalent by overriding
16372 the `__html__` function:
16374 &gt;&gt;&gt; class Foo(object):
16375 ... def __html__(self):
16376 ... return '&lt;strong&gt;Nice&lt;/strong&gt;'
16378 &gt;&gt;&gt; escape(Foo())
16379 Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
16380 &gt;&gt;&gt; Markup(Foo())
16381 Markup(u'&lt;strong&gt;Nice&lt;/strong&gt;')
16383 Since MarkupSafe 0.10 there is now also a separate escape function
16384 called `escape_silent` that returns an empty string for `None` for
16385 consistency with other systems that return empty strings for `None`
16386 when escaping (for instance Pylons' webhelpers).
16388 If you also want to use this for the escape method of the Markup
16389 object, you can create your own subclass that does that::
16391 from markupsafe import Markup, escape_silent as escape
16393 class SilentMarkup(Markup):
16394 __slots__ = ()
16396 @classmethod
16397 def escape(cls, s):
16398 return cls(escape(s))
16400 Platform: UNKNOWN
16401 Classifier: Development Status :: 5 - Production/Stable
16402 Classifier: Environment :: Web Environment
16403 Classifier: Intended Audience :: Developers
16404 Classifier: License :: OSI Approved :: BSD License
16405 Classifier: Operating System :: OS Independent
16406 Classifier: Programming Language :: Python
16407 Classifier: Programming Language :: Python :: 3
16408 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
16409 Classifier: Topic :: Software Development :: Libraries :: Python Modules
16410 Classifier: Topic :: Text Processing :: Markup :: HTML
16412 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16413 </pre>
16414 <ul>
16416 </ul>
16417 </div>
16418 </div>
16421 <div class="product">
16422 <span class="title">marvell_sd8787-14.64.2.47</span>
16423 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16424 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span>
16425 <div class="licence">
16426 <pre>Custom License Marvell-sd8787:
16428 Copyright (C) 2010, Marvell International Ltd.
16430 All Rights Reserved.
16432 This file is provided by Marvell International Ltd. "AS IS".
16433 Reverse engineering of this file is strictly prohibited.
16434 Redistribution and use in its original form are permitted.
16437 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16438 </pre>
16439 <ul>
16441 </ul>
16442 </div>
16443 </div>
16446 <div class="product">
16447 <span class="title">mawk-1.3.4_p20100625</span>
16448 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16449 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span>
16450 <div class="licence">
16451 <pre></pre>
16452 <ul>
16453 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16454 </ul>
16455 </div>
16456 </div>
16459 <div class="product">
16460 <span class="title">mem-0.0.1</span>
16461 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16462 <span class="homepage"><a href="http://chromium.org">homepage</a></span>
16463 <div class="licence">
16464 <pre></pre>
16465 <ul>
16466 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
16467 </ul>
16468 </div>
16469 </div>
16472 <div class="product">
16473 <span class="title">memento_softwareupdate-0.0.1</span>
16474 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16475 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
16476 <div class="licence">
16477 <pre></pre>
16478 <ul>
16479 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
16480 </ul>
16481 </div>
16482 </div>
16485 <div class="product">
16486 <span class="title">memtester-4.2.2</span>
16487 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16488 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span>
16489 <div class="licence">
16490 <pre></pre>
16491 <ul>
16492 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16493 </ul>
16494 </div>
16495 </div>
16498 <div class="product">
16499 <span class="title">mesa-10.3</span>
16500 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16501 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
16502 <div class="licence">
16503 <pre>Scanned Source License Mesa-10.3/docs/COPYING:
16506 Some parts of Mesa are copyrighted under the GNU LGPL. See the
16507 Mesa/docs/COPYRIGHT file for details.
16509 The following is the standard GNU copyright file.
16510 ----------------------------------------------------------------------
16513 GNU LIBRARY GENERAL PUBLIC LICENSE
16514 Version 2, June 1991
16516 Copyright (C) 1991 Free Software Foundation, Inc.
16517 675 Mass Ave, Cambridge, MA 02139, USA
16518 Everyone is permitted to copy and distribute verbatim copies
16519 of this license document, but changing it is not allowed.
16521 [This is the first released version of the library GPL. It is
16522 numbered 2 because it goes with version 2 of the ordinary GPL.]
16524 Preamble
16526 The licenses for most software are designed to take away your
16527 freedom to share and change it. By contrast, the GNU General Public
16528 Licenses are intended to guarantee your freedom to share and change
16529 free software--to make sure the software is free for all its users.
16531 This license, the Library General Public License, applies to some
16532 specially designated Free Software Foundation software, and to any
16533 other libraries whose authors decide to use it. You can use it for
16534 your libraries, too.
16536 When we speak of free software, we are referring to freedom, not
16537 price. Our General Public Licenses are designed to make sure that you
16538 have the freedom to distribute copies of free software (and charge for
16539 this service if you wish), that you receive source code or can get it
16540 if you want it, that you can change the software or use pieces of it
16541 in new free programs; and that you know you can do these things.
16543 To protect your rights, we need to make restrictions that forbid
16544 anyone to deny you these rights or to ask you to surrender the rights.
16545 These restrictions translate to certain responsibilities for you if
16546 you distribute copies of the library, or if you modify it.
16548 For example, if you distribute copies of the library, whether gratis
16549 or for a fee, you must give the recipients all the rights that we gave
16550 you. You must make sure that they, too, receive or can get the source
16551 code. If you link a program with the library, you must provide
16552 complete object files to the recipients so that they can relink them
16553 with the library, after making changes to the library and recompiling
16554 it. And you must show them these terms so they know their rights.
16556 Our method of protecting your rights has two steps: (1) copyright
16557 the library, and (2) offer you this license which gives you legal
16558 permission to copy, distribute and/or modify the library.
16560 Also, for each distributor's protection, we want to make certain
16561 that everyone understands that there is no warranty for this free
16562 library. If the library is modified by someone else and passed on, we
16563 want its recipients to know that what they have is not the original
16564 version, so that any problems introduced by others will not reflect on
16565 the original authors' reputations.
16567 Finally, any free program is threatened constantly by software
16568 patents. We wish to avoid the danger that companies distributing free
16569 software will individually obtain patent licenses, thus in effect
16570 transforming the program into proprietary software. To prevent this,
16571 we have made it clear that any patent must be licensed for everyone's
16572 free use or not licensed at all.
16574 Most GNU software, including some libraries, is covered by the ordinary
16575 GNU General Public License, which was designed for utility programs. This
16576 license, the GNU Library General Public License, applies to certain
16577 designated libraries. This license is quite different from the ordinary
16578 one; be sure to read it in full, and don't assume that anything in it is
16579 the same as in the ordinary license.
16581 The reason we have a separate public license for some libraries is that
16582 they blur the distinction we usually make between modifying or adding to a
16583 program and simply using it. Linking a program with a library, without
16584 changing the library, is in some sense simply using the library, and is
16585 analogous to running a utility program or application program. However, in
16586 a textual and legal sense, the linked executable is a combined work, a
16587 derivative of the original library, and the ordinary General Public License
16588 treats it as such.
16590 Because of this blurred distinction, using the ordinary General
16591 Public License for libraries did not effectively promote software
16592 sharing, because most developers did not use the libraries. We
16593 concluded that weaker conditions might promote sharing better.
16595 However, unrestricted linking of non-free programs would deprive the
16596 users of those programs of all benefit from the free status of the
16597 libraries themselves. This Library General Public License is intended to
16598 permit developers of non-free programs to use free libraries, while
16599 preserving your freedom as a user of such programs to change the free
16600 libraries that are incorporated in them. (We have not seen how to achieve
16601 this as regards changes in header files, but we have achieved it as regards
16602 changes in the actual functions of the Library.) The hope is that this
16603 will lead to faster development of free libraries.
16605 The precise terms and conditions for copying, distribution and
16606 modification follow. Pay close attention to the difference between a
16607 "work based on the library" and a "work that uses the library". The
16608 former contains code derived from the library, while the latter only
16609 works together with the library.
16611 Note that it is possible for a library to be covered by the ordinary
16612 General Public License rather than by this special one.
16614 GNU LIBRARY GENERAL PUBLIC LICENSE
16615 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
16617 0. This License Agreement applies to any software library which
16618 contains a notice placed by the copyright holder or other authorized
16619 party saying it may be distributed under the terms of this Library
16620 General Public License (also called "this License"). Each licensee is
16621 addressed as "you".
16623 A "library" means a collection of software functions and/or data
16624 prepared so as to be conveniently linked with application programs
16625 (which use some of those functions and data) to form executables.
16627 The "Library", below, refers to any such software library or work
16628 which has been distributed under these terms. A "work based on the
16629 Library" means either the Library or any derivative work under
16630 copyright law: that is to say, a work containing the Library or a
16631 portion of it, either verbatim or with modifications and/or translated
16632 straightforwardly into another language. (Hereinafter, translation is
16633 included without limitation in the term "modification".)
16635 "Source code" for a work means the preferred form of the work for
16636 making modifications to it. For a library, complete source code means
16637 all the source code for all modules it contains, plus any associated
16638 interface definition files, plus the scripts used to control compilation
16639 and installation of the library.
16641 Activities other than copying, distribution and modification are not
16642 covered by this License; they are outside its scope. The act of
16643 running a program using the Library is not restricted, and output from
16644 such a program is covered only if its contents constitute a work based
16645 on the Library (independent of the use of the Library in a tool for
16646 writing it). Whether that is true depends on what the Library does
16647 and what the program that uses the Library does.
16649 1. You may copy and distribute verbatim copies of the Library's
16650 complete source code as you receive it, in any medium, provided that
16651 you conspicuously and appropriately publish on each copy an
16652 appropriate copyright notice and disclaimer of warranty; keep intact
16653 all the notices that refer to this License and to the absence of any
16654 warranty; and distribute a copy of this License along with the
16655 Library.
16657 You may charge a fee for the physical act of transferring a copy,
16658 and you may at your option offer warranty protection in exchange for a
16659 fee.
16661 2. You may modify your copy or copies of the Library or any portion
16662 of it, thus forming a work based on the Library, and copy and
16663 distribute such modifications or work under the terms of Section 1
16664 above, provided that you also meet all of these conditions:
16666 a) The modified work must itself be a software library.
16668 b) You must cause the files modified to carry prominent notices
16669 stating that you changed the files and the date of any change.
16671 c) You must cause the whole of the work to be licensed at no
16672 charge to all third parties under the terms of this License.
16674 d) If a facility in the modified Library refers to a function or a
16675 table of data to be supplied by an application program that uses
16676 the facility, other than as an argument passed when the facility
16677 is invoked, then you must make a good faith effort to ensure that,
16678 in the event an application does not supply such function or
16679 table, the facility still operates, and performs whatever part of
16680 its purpose remains meaningful.
16682 (For example, a function in a library to compute square roots has
16683 a purpose that is entirely well-defined independent of the
16684 application. Therefore, Subsection 2d requires that any
16685 application-supplied function or table used by this function must
16686 be optional: if the application does not supply it, the square
16687 root function must still compute square roots.)
16689 These requirements apply to the modified work as a whole. If
16690 identifiable sections of that work are not derived from the Library,
16691 and can be reasonably considered independent and separate works in
16692 themselves, then this License, and its terms, do not apply to those
16693 sections when you distribute them as separate works. But when you
16694 distribute the same sections as part of a whole which is a work based
16695 on the Library, the distribution of the whole must be on the terms of
16696 this License, whose permissions for other licensees extend to the
16697 entire whole, and thus to each and every part regardless of who wrote
16700 Thus, it is not the intent of this section to claim rights or contest
16701 your rights to work written entirely by you; rather, the intent is to
16702 exercise the right to control the distribution of derivative or
16703 collective works based on the Library.
16705 In addition, mere aggregation of another work not based on the Library
16706 with the Library (or with a work based on the Library) on a volume of
16707 a storage or distribution medium does not bring the other work under
16708 the scope of this License.
16710 3. You may opt to apply the terms of the ordinary GNU General Public
16711 License instead of this License to a given copy of the Library. To do
16712 this, you must alter all the notices that refer to this License, so
16713 that they refer to the ordinary GNU General Public License, version 2,
16714 instead of to this License. (If a newer version than version 2 of the
16715 ordinary GNU General Public License has appeared, then you can specify
16716 that version instead if you wish.) Do not make any other change in
16717 these notices.
16719 Once this change is made in a given copy, it is irreversible for
16720 that copy, so the ordinary GNU General Public License applies to all
16721 subsequent copies and derivative works made from that copy.
16723 This option is useful when you wish to copy part of the code of
16724 the Library into a program that is not a library.
16726 4. You may copy and distribute the Library (or a portion or
16727 derivative of it, under Section 2) in object code or executable form
16728 under the terms of Sections 1 and 2 above provided that you accompany
16729 it with the complete corresponding machine-readable source code, which
16730 must be distributed under the terms of Sections 1 and 2 above on a
16731 medium customarily used for software interchange.
16733 If distribution of object code is made by offering access to copy
16734 from a designated place, then offering equivalent access to copy the
16735 source code from the same place satisfies the requirement to
16736 distribute the source code, even though third parties are not
16737 compelled to copy the source along with the object code.
16739 5. A program that contains no derivative of any portion of the
16740 Library, but is designed to work with the Library by being compiled or
16741 linked with it, is called a "work that uses the Library". Such a
16742 work, in isolation, is not a derivative work of the Library, and
16743 therefore falls outside the scope of this License.
16745 However, linking a "work that uses the Library" with the Library
16746 creates an executable that is a derivative of the Library (because it
16747 contains portions of the Library), rather than a "work that uses the
16748 library". The executable is therefore covered by this License.
16749 Section 6 states terms for distribution of such executables.
16751 When a "work that uses the Library" uses material from a header file
16752 that is part of the Library, the object code for the work may be a
16753 derivative work of the Library even though the source code is not.
16754 Whether this is true is especially significant if the work can be
16755 linked without the Library, or if the work is itself a library. The
16756 threshold for this to be true is not precisely defined by law.
16758 If such an object file uses only numerical parameters, data
16759 structure layouts and accessors, and small macros and small inline
16760 functions (ten lines or less in length), then the use of the object
16761 file is unrestricted, regardless of whether it is legally a derivative
16762 work. (Executables containing this object code plus portions of the
16763 Library will still fall under Section 6.)
16765 Otherwise, if the work is a derivative of the Library, you may
16766 distribute the object code for the work under the terms of Section 6.
16767 Any executables containing that work also fall under Section 6,
16768 whether or not they are linked directly with the Library itself.
16770 6. As an exception to the Sections above, you may also compile or
16771 link a "work that uses the Library" with the Library to produce a
16772 work containing portions of the Library, and distribute that work
16773 under terms of your choice, provided that the terms permit
16774 modification of the work for the customer's own use and reverse
16775 engineering for debugging such modifications.
16777 You must give prominent notice with each copy of the work that the
16778 Library is used in it and that the Library and its use are covered by
16779 this License. You must supply a copy of this License. If the work
16780 during execution displays copyright notices, you must include the
16781 copyright notice for the Library among them, as well as a reference
16782 directing the user to the copy of this License. Also, you must do one
16783 of these things:
16785 a) Accompany the work with the complete corresponding
16786 machine-readable source code for the Library including whatever
16787 changes were used in the work (which must be distributed under
16788 Sections 1 and 2 above); and, if the work is an executable linked
16789 with the Library, with the complete machine-readable "work that
16790 uses the Library", as object code and/or source code, so that the
16791 user can modify the Library and then relink to produce a modified
16792 executable containing the modified Library. (It is understood
16793 that the user who changes the contents of definitions files in the
16794 Library will not necessarily be able to recompile the application
16795 to use the modified definitions.)
16797 b) Accompany the work with a written offer, valid for at
16798 least three years, to give the same user the materials
16799 specified in Subsection 6a, above, for a charge no more
16800 than the cost of performing this distribution.
16802 c) If distribution of the work is made by offering access to copy
16803 from a designated place, offer equivalent access to copy the above
16804 specified materials from the same place.
16806 d) Verify that the user has already received a copy of these
16807 materials or that you have already sent this user a copy.
16809 For an executable, the required form of the "work that uses the
16810 Library" must include any data and utility programs needed for
16811 reproducing the executable from it. However, as a special exception,
16812 the source code distributed need not include anything that is normally
16813 distributed (in either source or binary form) with the major
16814 components (compiler, kernel, and so on) of the operating system on
16815 which the executable runs, unless that component itself accompanies
16816 the executable.
16818 It may happen that this requirement contradicts the license
16819 restrictions of other proprietary libraries that do not normally
16820 accompany the operating system. Such a contradiction means you cannot
16821 use both them and the Library together in an executable that you
16822 distribute.
16824 7. You may place library facilities that are a work based on the
16825 Library side-by-side in a single library together with other library
16826 facilities not covered by this License, and distribute such a combined
16827 library, provided that the separate distribution of the work based on
16828 the Library and of the other library facilities is otherwise
16829 permitted, and provided that you do these two things:
16831 a) Accompany the combined library with a copy of the same work
16832 based on the Library, uncombined with any other library
16833 facilities. This must be distributed under the terms of the
16834 Sections above.
16836 b) Give prominent notice with the combined library of the fact
16837 that part of it is a work based on the Library, and explaining
16838 where to find the accompanying uncombined form of the same work.
16840 8. You may not copy, modify, sublicense, link with, or distribute
16841 the Library except as expressly provided under this License. Any
16842 attempt otherwise to copy, modify, sublicense, link with, or
16843 distribute the Library is void, and will automatically terminate your
16844 rights under this License. However, parties who have received copies,
16845 or rights, from you under this License will not have their licenses
16846 terminated so long as such parties remain in full compliance.
16848 9. You are not required to accept this License, since you have not
16849 signed it. However, nothing else grants you permission to modify or
16850 distribute the Library or its derivative works. These actions are
16851 prohibited by law if you do not accept this License. Therefore, by
16852 modifying or distributing the Library (or any work based on the
16853 Library), you indicate your acceptance of this License to do so, and
16854 all its terms and conditions for copying, distributing or modifying
16855 the Library or works based on it.
16857 10. Each time you redistribute the Library (or any work based on the
16858 Library), the recipient automatically receives a license from the
16859 original licensor to copy, distribute, link with or modify the Library
16860 subject to these terms and conditions. You may not impose any further
16861 restrictions on the recipients' exercise of the rights granted herein.
16862 You are not responsible for enforcing compliance by third parties to
16863 this License.
16865 11. If, as a consequence of a court judgment or allegation of patent
16866 infringement or for any other reason (not limited to patent issues),
16867 conditions are imposed on you (whether by court order, agreement or
16868 otherwise) that contradict the conditions of this License, they do not
16869 excuse you from the conditions of this License. If you cannot
16870 distribute so as to satisfy simultaneously your obligations under this
16871 License and any other pertinent obligations, then as a consequence you
16872 may not distribute the Library at all. For example, if a patent
16873 license would not permit royalty-free redistribution of the Library by
16874 all those who receive copies directly or indirectly through you, then
16875 the only way you could satisfy both it and this License would be to
16876 refrain entirely from distribution of the Library.
16878 If any portion of this section is held invalid or unenforceable under any
16879 particular circumstance, the balance of the section is intended to apply,
16880 and the section as a whole is intended to apply in other circumstances.
16882 It is not the purpose of this section to induce you to infringe any
16883 patents or other property right claims or to contest validity of any
16884 such claims; this section has the sole purpose of protecting the
16885 integrity of the free software distribution system which is
16886 implemented by public license practices. Many people have made
16887 generous contributions to the wide range of software distributed
16888 through that system in reliance on consistent application of that
16889 system; it is up to the author/donor to decide if he or she is willing
16890 to distribute software through any other system and a licensee cannot
16891 impose that choice.
16893 This section is intended to make thoroughly clear what is believed to
16894 be a consequence of the rest of this License.
16896 12. If the distribution and/or use of the Library is restricted in
16897 certain countries either by patents or by copyrighted interfaces, the
16898 original copyright holder who places the Library under this License may add
16899 an explicit geographical distribution limitation excluding those countries,
16900 so that distribution is permitted only in or among countries not thus
16901 excluded. In such case, this License incorporates the limitation as if
16902 written in the body of this License.
16904 13. The Free Software Foundation may publish revised and/or new
16905 versions of the Library General Public License from time to time.
16906 Such new versions will be similar in spirit to the present version,
16907 but may differ in detail to address new problems or concerns.
16909 Each version is given a distinguishing version number. If the Library
16910 specifies a version number of this License which applies to it and
16911 "any later version", you have the option of following the terms and
16912 conditions either of that version or of any later version published by
16913 the Free Software Foundation. If the Library does not specify a
16914 license version number, you may choose any version ever published by
16915 the Free Software Foundation.
16917 14. If you wish to incorporate parts of the Library into other free
16918 programs whose distribution conditions are incompatible with these,
16919 write to the author to ask for permission. For software which is
16920 copyrighted by the Free Software Foundation, write to the Free
16921 Software Foundation; we sometimes make exceptions for this. Our
16922 decision will be guided by the two goals of preserving the free status
16923 of all derivatives of our free software and of promoting the sharing
16924 and reuse of software generally.
16926 NO WARRANTY
16928 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
16929 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
16930 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
16931 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
16932 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
16933 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16934 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
16935 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
16936 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16938 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
16939 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
16940 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
16941 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
16942 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
16943 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
16944 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
16945 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
16946 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
16947 DAMAGES.
16949 END OF TERMS AND CONDITIONS
16951 Appendix: How to Apply These Terms to Your New Libraries
16953 If you develop a new library, and you want it to be of the greatest
16954 possible use to the public, we recommend making it free software that
16955 everyone can redistribute and change. You can do so by permitting
16956 redistribution under these terms (or, alternatively, under the terms of the
16957 ordinary General Public License).
16959 To apply these terms, attach the following notices to the library. It is
16960 safest to attach them to the start of each source file to most effectively
16961 convey the exclusion of warranty; and each file should have at least the
16962 "copyright" line and a pointer to where the full notice is found.
16964 &lt;one line to give the library's name and a brief idea of what it does.&gt;
16965 Copyright (C) &lt;year&gt; &lt;name of author&gt;
16967 This library is free software; you can redistribute it and/or
16968 modify it under the terms of the GNU Library General Public
16969 License as published by the Free Software Foundation; either
16970 version 2 of the License, or (at your option) any later version.
16972 This library is distributed in the hope that it will be useful,
16973 but WITHOUT ANY WARRANTY; without even the implied warranty of
16974 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16975 Library General Public License for more details.
16977 You should have received a copy of the GNU Library General Public
16978 License along with this library; if not, write to the Free
16979 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16981 Also add information on how to contact you by electronic and paper mail.
16983 You should also get your employer (if you work as a programmer) or your
16984 school, if any, to sign a "copyright disclaimer" for the library, if
16985 necessary. Here is a sample; alter the names:
16987 Yoyodyne, Inc., hereby disclaims all copyright interest in the
16988 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
16990 &lt;signature of Ty Coon&gt;, 1 April 1990
16991 Ty Coon, President of Vice
16993 That's all there is to it!
16996 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16998 Scanned Source License Mesa-10.3/docs/license.html:
17000 &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;
17001 &lt;html lang="en"&gt;
17002 &lt;head&gt;
17003 &lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt;
17004 &lt;title&gt;License / Copyright Information&lt;/title&gt;
17005 &lt;link rel="stylesheet" type="text/css" href="mesa.css"&gt;
17006 &lt;/head&gt;
17007 &lt;body&gt;
17009 &lt;div class="header"&gt;
17010 &lt;h1&gt;The Mesa 3D Graphics Library&lt;/h1&gt;
17011 &lt;/div&gt;
17013 &lt;iframe src="contents.html"&gt;&lt;/iframe&gt;
17014 &lt;div class="content"&gt;
17016 &lt;h1&gt;Disclaimer&lt;/h1&gt;
17018 &lt;p&gt;
17019 Mesa is a 3-D graphics library with an API which is very similar to
17020 that of &lt;a href="http://www.opengl.org/"&gt;OpenGL&lt;/a&gt;.*
17021 To the extent that Mesa utilizes the OpenGL command syntax or state
17022 machine, it is being used with authorization from &lt;a
17023 href="http://www.sgi.com/"&gt;Silicon Graphics,
17024 Inc.&lt;/a&gt;(SGI). However, the author does not possess an OpenGL license
17025 from SGI, and makes no claim that Mesa is in any way a compatible
17026 replacement for OpenGL or associated with SGI. Those who want a
17027 licensed implementation of OpenGL should contact a licensed
17028 vendor.
17029 &lt;/p&gt;
17031 &lt;p&gt;
17032 Please do not refer to the library as &lt;em&gt;MesaGL&lt;/em&gt; (for legal
17033 reasons). It's just &lt;em&gt;Mesa&lt;/em&gt; or &lt;em&gt;The Mesa 3-D graphics
17034 library&lt;/em&gt;. &lt;br&gt;
17035 &lt;/p&gt;
17037 &lt;p&gt;
17038 * OpenGL is a trademark of &lt;a href="http://www.sgi.com/"
17039 &gt;Silicon Graphics Incorporated&lt;/a&gt;.
17040 &lt;/p&gt;
17044 &lt;h1&gt;License / Copyright Information&lt;/h1&gt;
17046 &lt;p&gt;
17047 The Mesa distribution consists of several components. Different copyrights
17048 and licenses apply to different components. For example, some demo programs
17049 are copyrighted by SGI, some of the Mesa device drivers are copyrighted by
17050 their authors. See below for a list of Mesa's main components and the license
17051 for each.
17052 &lt;/p&gt;
17053 &lt;p&gt;
17054 The core Mesa library is licensed according to the terms of the MIT license.
17055 This allows integration with the XFree86, Xorg and DRI projects.
17056 &lt;/p&gt;
17057 &lt;p&gt;
17058 The default Mesa license is as follows:
17059 &lt;/p&gt;
17061 &lt;pre&gt;
17062 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
17064 Permission is hereby granted, free of charge, to any person obtaining a
17065 copy of this software and associated documentation files (the "Software"),
17066 to deal in the Software without restriction, including without limitation
17067 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17068 and/or sell copies of the Software, and to permit persons to whom the
17069 Software is furnished to do so, subject to the following conditions:
17071 The above copyright notice and this permission notice shall be included
17072 in all copies or substantial portions of the Software.
17074 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17075 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17076 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17077 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17078 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17079 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17080 SOFTWARE.
17081 &lt;/pre&gt;
17084 &lt;h1&gt;Attention, Contributors&lt;/h1&gt;
17086 &lt;p&gt;
17087 When contributing to the Mesa project you must agree to the licensing terms
17088 of the component to which you're contributing.
17089 The following section lists the primary components of the Mesa distribution
17090 and their respective licenses.
17091 &lt;/p&gt;
17094 &lt;h1&gt;Mesa Component Licenses&lt;/h1&gt;
17096 &lt;pre&gt;
17097 Component Location License
17098 ------------------------------------------------------------------
17099 Main Mesa code src/mesa/ Mesa (MIT)
17101 Device drivers src/mesa/drivers/* MIT, generally
17103 Ext headers include/GL/glext.h Khronos
17104 include/GL/glxext.h
17106 C11 thread include/c11/threads*.h Boost (permissive)
17107 emulation
17108 &lt;/pre&gt;
17110 &lt;p&gt;
17111 In general, consult the source files for license terms.
17112 &lt;/p&gt;
17114 &lt;/div&gt;
17115 &lt;/body&gt;
17116 &lt;/html&gt;
17118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17119 </pre>
17120 <ul>
17121 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
17122 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
17123 </ul>
17124 </div>
17125 </div>
17128 <div class="product">
17129 <span class="title">mesa-progs-8.0.1</span>
17130 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17131 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
17132 <div class="licence">
17133 <pre></pre>
17134 <ul>
17135 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
17136 </ul>
17137 </div>
17138 </div>
17141 <div class="product">
17142 <span class="title">metrics-0.0.1</span>
17143 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17144 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
17145 <div class="licence">
17146 <pre></pre>
17147 <ul>
17148 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17149 </ul>
17150 </div>
17151 </div>
17154 <div class="product">
17155 <span class="title">mime-types-9</span>
17156 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17157 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
17158 <div class="licence">
17159 <pre></pre>
17160 <ul>
17161 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17162 </ul>
17163 </div>
17164 </div>
17167 <div class="product">
17168 <span class="title">minicom-2.7</span>
17169 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17170 <span class="homepage"><a href="http://alioth.debian.org/projects/minicom">homepage</a></span>
17171 <div class="licence">
17172 <pre></pre>
17173 <ul>
17174 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17175 </ul>
17176 </div>
17177 </div>
17180 <div class="product">
17181 <span class="title">minifakedns-0.0.1</span>
17182 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17183 <span class="homepage"><a href="http://code.activestate.com/recipes/491264-mini-fake-dns-server/">homepage</a></span>
17184 <div class="licence">
17185 <pre></pre>
17186 <ul>
17187 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
17188 </ul>
17189 </div>
17190 </div>
17193 <div class="product">
17194 <span class="title">mkfontdir-1.0.6</span>
17195 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17196 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
17197 <div class="licence">
17198 <pre>Scanned Source License mkfontdir-1.0.6/COPYING:
17200 Copyright 1993, 1994, 1998 The Open Group
17202 Permission to use, copy, modify, distribute, and sell this software and its
17203 documentation for any purpose is hereby granted without fee, provided that
17204 the above copyright notice appear in all copies and that both that
17205 copyright notice and this permission notice appear in supporting
17206 documentation.
17208 The above copyright notice and this permission notice shall be included
17209 in all copies or substantial portions of the Software.
17211 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17212 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17213 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17214 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
17215 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
17216 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
17217 OTHER DEALINGS IN THE SOFTWARE.
17219 Except as contained in this notice, the name of The Open Group shall
17220 not be used in advertising or otherwise to promote the sale, use or
17221 other dealings in this Software without prior written authorization
17222 from The Open Group.
17224 -----------------------------------------------------------------------------
17226 Copyright 2005 Red Hat, Inc.
17228 Permission to use, copy, modify, distribute, and sell this software
17229 and its documentation for any purpose is hereby granted without fee,
17230 provided that the above copyright notice appear in all copies and
17231 that both that copyright notice and this permission notice appear in
17232 supporting documentation, and that the name of Red Hat not be used in
17233 advertising or publicity pertaining to distribution of the software
17234 without specific, written prior permission. Red Hat makes no
17235 representations about the suitability of this software for any
17236 purpose. It is provided "as is" without express or implied warranty.
17238 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17239 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
17240 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17241 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
17242 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
17243 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
17244 USE OR PERFORMANCE OF THIS SOFTWARE.
17246 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17247 </pre>
17248 <ul>
17250 </ul>
17251 </div>
17252 </div>
17255 <div class="product">
17256 <span class="title">ml-anjalioldlipi-0.740</span>
17257 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17258 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span>
17259 <div class="licence">
17260 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE:
17262 Copyright 2004 Kevin &amp; Siji, 2007-2011 Cibu Johny
17263 with reserved font name AnjaliOldLipi.
17265 This Font Software is licensed under the SIL Open Font License, Version 1.1.
17266 This license is copied below, and is also available with a FAQ at:
17267 http://scripts.sil.org/OFL
17270 -----------------------------------------------------------
17271 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
17272 -----------------------------------------------------------
17274 PREAMBLE
17275 The goals of the Open Font License (OFL) are to stimulate worldwide
17276 development of collaborative font projects, to support the font creation
17277 efforts of academic and linguistic communities, and to provide a free and
17278 open framework in which fonts may be shared and improved in partnership
17279 with others.
17281 The OFL allows the licensed fonts to be used, studied, modified and
17282 redistributed freely as long as they are not sold by themselves. The
17283 fonts, including any derivative works, can be bundled, embedded,
17284 redistributed and/or sold with any software provided that any reserved
17285 names are not used by derivative works. The fonts and derivatives,
17286 however, cannot be released under any other type of license. The
17287 requirement for fonts to remain under this license does not apply
17288 to any document created using the fonts or their derivatives.
17290 DEFINITIONS
17291 "Font Software" refers to the set of files released by the Copyright
17292 Holder(s) under this license and clearly marked as such. This may
17293 include source files, build scripts and documentation.
17295 "Reserved Font Name" refers to any names specified as such after the
17296 copyright statement(s).
17298 "Original Version" refers to the collection of Font Software components as
17299 distributed by the Copyright Holder(s).
17301 "Modified Version" refers to any derivative made by adding to, deleting,
17302 or substituting -- in part or in whole -- any of the components of the
17303 Original Version, by changing formats or by porting the Font Software to a
17304 new environment.
17306 "Author" refers to any designer, engineer, programmer, technical
17307 writer or other person who contributed to the Font Software.
17309 PERMISSION &amp; CONDITIONS
17310 Permission is hereby granted, free of charge, to any person obtaining
17311 a copy of the Font Software, to use, study, copy, merge, embed, modify,
17312 redistribute, and sell modified and unmodified copies of the Font
17313 Software, subject to the following conditions:
17315 1) Neither the Font Software nor any of its individual components,
17316 in Original or Modified Versions, may be sold by itself.
17318 2) Original or Modified Versions of the Font Software may be bundled,
17319 redistributed and/or sold with any software, provided that each copy
17320 contains the above copyright notice and this license. These can be
17321 included either as stand-alone text files, human-readable headers or
17322 in the appropriate machine-readable metadata fields within text or
17323 binary files as long as those fields can be easily viewed by the user.
17325 3) No Modified Version of the Font Software may use the Reserved Font
17326 Name(s) unless explicit written permission is granted by the corresponding
17327 Copyright Holder. This restriction only applies to the primary font name as
17328 presented to the users.
17330 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
17331 Software shall not be used to promote, endorse or advertise any
17332 Modified Version, except to acknowledge the contribution(s) of the
17333 Copyright Holder(s) and the Author(s) or with their explicit written
17334 permission.
17336 5) The Font Software, modified or unmodified, in part or in whole,
17337 must be distributed entirely under this license, and must not be
17338 distributed under any other license. The requirement for fonts to
17339 remain under this license does not apply to any document created
17340 using the Font Software.
17342 TERMINATION
17343 This license becomes null and void if any of the above conditions are
17344 not met.
17346 DISCLAIMER
17347 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17348 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
17349 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
17350 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
17351 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17352 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
17353 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17354 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
17355 OTHER DEALINGS IN THE FONT SOFTWARE.
17357 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17358 </pre>
17359 <ul>
17360 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
17361 </ul>
17362 </div>
17363 </div>
17366 <div class="product">
17367 <span class="title">mmc-utils-0.0.1</span>
17368 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17369 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/third_party/mmc-utils">homepage</a></span>
17370 <div class="licence">
17371 <pre></pre>
17372 <ul>
17373 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17374 </ul>
17375 </div>
17376 </div>
17379 <div class="product">
17380 <span class="title">modem-diagnostics-0.1</span>
17381 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17382 <span class="homepage"><a href="">homepage</a></span>
17383 <div class="licence">
17384 <pre></pre>
17385 <ul>
17386 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17387 </ul>
17388 </div>
17389 </div>
17392 <div class="product">
17393 <span class="title">modem-utilities-0.0.1</span>
17394 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17395 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
17396 <div class="licence">
17397 <pre></pre>
17398 <ul>
17399 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17400 </ul>
17401 </div>
17402 </div>
17405 <div class="product">
17406 <span class="title">modemmanager-classic-interfaces-0.0.1</span>
17407 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17408 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
17409 <div class="licence">
17410 <pre></pre>
17411 <ul>
17412 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17413 </ul>
17414 </div>
17415 </div>
17418 <div class="product">
17419 <span class="title">modemmanager-next-1.3.0</span>
17420 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17421 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span>
17422 <div class="licence">
17423 <pre></pre>
17424 <ul>
17425 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17426 </ul>
17427 </div>
17428 </div>
17431 <div class="product">
17432 <span class="title">mosys-1.2.03</span>
17433 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17434 <span class="homepage"><a href="http://mosys.googlecode.com/">homepage</a></span>
17435 <div class="licence">
17436 <pre></pre>
17437 <ul>
17438 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17439 </ul>
17440 </div>
17441 </div>
17444 <div class="product">
17445 <span class="title">mtdev-1.1.2</span>
17446 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17447 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span>
17448 <div class="licence">
17449 <pre>Scanned Source License mtdev-1.1.2/COPYING:
17451 mtdev - Multitouch Protocol Translation Library (MIT license)
17453 Copyright (C) 2010 Henrik Rydberg &lt;rydberg@euromail.se&gt;
17454 Copyright (C) 2010 Canonical Ltd.
17456 Permission is hereby granted, free of charge, to any person obtaining a
17457 copy of this software and associated documentation files (the "Software"),
17458 to deal in the Software without restriction, including without limitation
17459 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17460 and/or sell copies of the Software, and to permit persons to whom the
17461 Software is furnished to do so, subject to the following conditions:
17463 The above copyright notice and this permission notice (including the next
17464 paragraph) shall be included in all copies or substantial portions of the
17465 Software.
17467 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17468 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17469 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17470 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17471 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17472 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17473 DEALINGS IN THE SOFTWARE.
17475 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17476 </pre>
17477 <ul>
17479 </ul>
17480 </div>
17481 </div>
17484 <div class="product">
17485 <span class="title">mtools-4.0.15</span>
17486 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17487 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span>
17488 <div class="licence">
17489 <pre></pre>
17490 <ul>
17491 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17492 </ul>
17493 </div>
17494 </div>
17497 <div class="product">
17498 <span class="title">mtpd-0.0.1</span>
17499 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17500 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
17501 <div class="licence">
17502 <pre></pre>
17503 <ul>
17504 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17505 </ul>
17506 </div>
17507 </div>
17510 <div class="product">
17511 <span class="title">mtplot-0.0.1</span>
17512 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17513 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
17514 <div class="licence">
17515 <pre></pre>
17516 <ul>
17517 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17518 </ul>
17519 </div>
17520 </div>
17523 <div class="product">
17524 <span class="title">mttools-0.0.1</span>
17525 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17526 <span class="homepage"><a href="">homepage</a></span>
17527 <div class="licence">
17528 <pre></pre>
17529 <ul>
17530 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17531 </ul>
17532 </div>
17533 </div>
17536 <div class="product">
17537 <span class="title">my-padauk-2.50</span>
17538 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17539 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=padauk">homepage</a></span>
17540 <div class="licence">
17541 <pre></pre>
17542 <ul>
17543 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
17544 </ul>
17545 </div>
17546 </div>
17549 <div class="product">
17550 <span class="title">ncurses-5.9</span>
17551 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17552 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span>
17553 <div class="licence">
17554 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright:
17556 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
17558 Current ncurses maintainer: Thomas Dickey &lt;dickey@invisible-island.net&gt;
17560 -------------------------------------------------------------------------------
17561 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
17563 Permission is hereby granted, free of charge, to any person obtaining a
17564 copy of this software and associated documentation files (the
17565 "Software"), to deal in the Software without restriction, including
17566 without limitation the rights to use, copy, modify, merge, publish,
17567 distribute, distribute with modifications, sublicense, and/or sell
17568 copies of the Software, and to permit persons to whom the Software is
17569 furnished to do so, subject to the following conditions:
17571 The above copyright notice and this permission notice shall be included
17572 in all copies or substantial portions of the Software.
17574 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17575 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17576 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17577 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17578 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17579 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
17580 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17582 Except as contained in this notice, the name(s) of the above copyright
17583 holders shall not be used in advertising or otherwise to promote the
17584 sale, use or other dealings in this Software without prior written
17585 authorization.
17586 -------------------------------------------------------------------------------
17588 Files: install-sh
17589 Copyright: 1994 X Consortium
17590 Licence: other-BSD
17591 Permission is hereby granted, free of charge, to any person obtaining a copy
17592 of this software and associated documentation files (the "Software"), to
17593 deal in the Software without restriction, including without limitation the
17594 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
17595 sell copies of the Software, and to permit persons to whom the Software is
17596 furnished to do so, subject to the following conditions:
17598 The above copyright notice and this permission notice shall be included in
17599 all copies or substantial portions of the Software.
17601 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17602 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17603 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17604 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17605 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
17606 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17608 Except as contained in this notice, the name of the X Consortium shall not
17609 be used in advertising or otherwise to promote the sale, use or other deal-
17610 ings in this Software without prior written authorization from the X Consor-
17611 tium.
17613 FSF changes to this file are in the public domain.
17615 Calling this script install-sh is preferred over install.sh, to prevent
17616 `make' implicit rules from creating a file called install from it
17617 when there is no Makefile.
17619 This script is compatible with the BSD install script, but was written
17620 from scratch. It can only install one file at a time, a restriction
17621 shared with many OS's install programs.
17623 On Debian systems, the complete text of the GNU General
17624 Public License can be found in '/usr/share/common-licenses/GPL-2'
17626 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17628 Scanned Source License ncurses-5.9/test/package/debian/copyright:
17630 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
17632 Current ncurses maintainer: Thomas Dickey &lt;dickey@invisible-island.net&gt;
17634 -------------------------------------------------------------------------------
17635 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
17637 Permission is hereby granted, free of charge, to any person obtaining a
17638 copy of this software and associated documentation files (the
17639 "Software"), to deal in the Software without restriction, including
17640 without limitation the rights to use, copy, modify, merge, publish,
17641 distribute, distribute with modifications, sublicense, and/or sell
17642 copies of the Software, and to permit persons to whom the Software is
17643 furnished to do so, subject to the following conditions:
17645 The above copyright notice and this permission notice shall be included
17646 in all copies or substantial portions of the Software.
17648 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17649 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17650 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17651 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17652 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17653 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
17654 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17656 Except as contained in this notice, the name(s) of the above copyright
17657 holders shall not be used in advertising or otherwise to promote the
17658 sale, use or other dealings in this Software without prior written
17659 authorization.
17660 -------------------------------------------------------------------------------
17662 Files: install-sh
17663 Copyright: 1994 X Consortium
17664 Licence: other-BSD
17665 Permission is hereby granted, free of charge, to any person obtaining a copy
17666 of this software and associated documentation files (the "Software"), to
17667 deal in the Software without restriction, including without limitation the
17668 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
17669 sell copies of the Software, and to permit persons to whom the Software is
17670 furnished to do so, subject to the following conditions:
17672 The above copyright notice and this permission notice shall be included in
17673 all copies or substantial portions of the Software.
17675 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17676 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17677 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17678 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17679 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
17680 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17682 Except as contained in this notice, the name of the X Consortium shall not
17683 be used in advertising or otherwise to promote the sale, use or other deal-
17684 ings in this Software without prior written authorization from the X Consor-
17685 tium.
17687 FSF changes to this file are in the public domain.
17689 Calling this script install-sh is preferred over install.sh, to prevent
17690 `make' implicit rules from creating a file called install from it
17691 when there is no Makefile.
17693 This script is compatible with the BSD install script, but was written
17694 from scratch. It can only install one file at a time, a restriction
17695 shared with many OS's install programs.
17697 On Debian systems, the complete text of the GNU General
17698 Public License can be found in '/usr/share/common-licenses/GPL-2'
17700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17701 </pre>
17702 <ul>
17704 </ul>
17705 </div>
17706 </div>
17709 <div class="product">
17710 <span class="title">net-tools-1.60_p20120127084908</span>
17711 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17712 <span class="homepage"><a href="http://net-tools.sourceforge.net/">homepage</a></span>
17713 <div class="licence">
17714 <pre></pre>
17715 <ul>
17716 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17717 </ul>
17718 </div>
17719 </div>
17722 <div class="product">
17723 <span class="title">netifaces-0.8</span>
17724 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17725 <span class="homepage"><a href="http://alastairs-place.net/netifaces/">homepage</a></span>
17726 <div class="licence">
17727 <pre>Scanned Source License netifaces-0.8/PKG-INFO:
17729 Metadata-Version: 1.0
17730 Name: netifaces
17731 Version: 0.8
17732 Summary: Portable network interface information.
17733 Home-page: http://alastairs-place.net/netifaces
17734 Author: Alastair Houghton
17735 Author-email: alastair@alastairs-place.net
17736 License: MIT License
17737 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to
17738 get access to a list of the network interfaces on the local machine, and to
17739 obtain the addresses of those network interfaces.
17741 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
17742 and Solaris.
17744 It should work on other UNIX-like systems provided they implement
17745 either getifaddrs() or support the SIOCGIFxxx socket options, although the
17746 data provided by the socket options is normally less complete.
17748 Platform: UNKNOWN
17749 Classifier: Development Status :: 4 - Beta
17750 Classifier: Intended Audience :: Developers
17751 Classifier: License :: OSI Approved :: MIT License
17752 Classifier: Topic :: System :: Networking
17754 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17756 Scanned Source License netifaces-0.8/netifaces.egg-info/PKG-INFO:
17758 Metadata-Version: 1.0
17759 Name: netifaces
17760 Version: 0.8
17761 Summary: Portable network interface information.
17762 Home-page: http://alastairs-place.net/netifaces
17763 Author: Alastair Houghton
17764 Author-email: alastair@alastairs-place.net
17765 License: MIT License
17766 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to
17767 get access to a list of the network interfaces on the local machine, and to
17768 obtain the addresses of those network interfaces.
17770 The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
17771 and Solaris.
17773 It should work on other UNIX-like systems provided they implement
17774 either getifaddrs() or support the SIOCGIFxxx socket options, although the
17775 data provided by the socket options is normally less complete.
17777 Platform: UNKNOWN
17778 Classifier: Development Status :: 4 - Beta
17779 Classifier: Intended Audience :: Developers
17780 Classifier: License :: OSI Approved :: MIT License
17781 Classifier: Topic :: System :: Networking
17783 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17784 </pre>
17785 <ul>
17787 </ul>
17788 </div>
17789 </div>
17792 <div class="product">
17793 <span class="title">netperf-2.4.4</span>
17794 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17795 <span class="homepage"><a href="http://www.netperf.org/">homepage</a></span>
17796 <div class="licence">
17797 <pre>Gentoo Package Stock License netperf:
17801 Copyright (C) 1993 Hewlett-Packard Company
17802 ALL RIGHTS RESERVED.
17804 The enclosed software and documentation includes copyrighted works
17805 of Hewlett-Packard Co. For as long as you comply with the following
17806 limitations, you are hereby authorized to (i) use, reproduce, and
17807 modify the software and documentation, and to (ii) distribute the
17808 software and documentation, including modifications, for
17809 non-commercial purposes only.
17811 1. The enclosed software and documentation is made available at no
17812 charge in order to advance the general development of
17813 high-performance networking products.
17815 2. You may not delete any copyright notices contained in the
17816 software or documentation. All hard copies, and copies in
17817 source code or object code form, of the software or
17818 documentation (including modifications) must contain at least
17819 one of the copyright notices.
17821 3. The enclosed software and documentation has not been subjected
17822 to testing and quality control and is not a Hewlett-Packard Co.
17823 product. At a future time, Hewlett-Packard Co. may or may not
17824 offer a version of the software and documentation as a product.
17826 4. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS".
17827 HEWLETT-PACKARD COMPANY DOES NOT WARRANT THAT THE USE,
17828 REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR
17829 DOCUMENTATION WILL NOT INFRINGE A THIRD PARTY'S INTELLECTUAL
17830 PROPERTY RIGHTS. HP DOES NOT WARRANT THAT THE SOFTWARE OR
17831 DOCUMENTATION IS ERROR FREE. HP DISCLAIMS ALL WARRANTIES,
17832 EXPRESS AND IMPLIED, WITH REGARD TO THE SOFTWARE AND THE
17833 DOCUMENTATION. HP SPECIFICALLY DISCLAIMS ALL WARRANTIES OF
17834 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17836 5. HEWLETT-PACKARD COMPANY WILL NOT IN ANY EVENT BE LIABLE FOR ANY
17837 DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
17838 (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION,
17839 MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION.
17843 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17844 </pre>
17845 <ul>
17847 </ul>
17848 </div>
17849 </div>
17852 <div class="product">
17853 <span class="title">notofonts-20140130</span>
17854 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17855 <span class="homepage"><a href="">homepage</a></span>
17856 <div class="licence">
17857 <pre></pre>
17858 <ul>
17859 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
17860 </ul>
17861 </div>
17862 </div>
17865 <div class="product">
17866 <span class="title">nspr-4.10.4</span>
17867 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17868 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
17869 <div class="licence">
17870 <pre></pre>
17871 <ul>
17872 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17873 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17874 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
17875 </ul>
17876 </div>
17877 </div>
17880 <div class="product">
17881 <span class="title">nss-3.16</span>
17882 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17883 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
17884 <div class="licence">
17885 <pre></pre>
17886 <ul>
17887 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17888 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17889 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
17890 </ul>
17891 </div>
17892 </div>
17895 <div class="product">
17896 <span class="title">nss-3.16</span>
17897 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17898 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
17899 <div class="licence">
17900 <pre></pre>
17901 <ul>
17902 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17903 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17904 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
17905 </ul>
17906 </div>
17907 </div>
17910 <div class="product">
17911 <span class="title">ntfs3g-2012.1.15</span>
17912 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17913 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span>
17914 <div class="licence">
17915 <pre></pre>
17916 <ul>
17917 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17918 </ul>
17919 </div>
17920 </div>
17923 <div class="product">
17924 <span class="title">numpy-1.7.1</span>
17925 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17926 <span class="homepage"><a href="http://numpy.scipy.org/">homepage</a></span>
17927 <div class="licence">
17928 <pre>Scanned Source License numpy-1.7.1/LICENSE.txt:
17930 Copyright (c) 2005-2011, NumPy Developers.
17931 All rights reserved.
17933 Redistribution and use in source and binary forms, with or without
17934 modification, are permitted provided that the following conditions are
17935 met:
17937 * Redistributions of source code must retain the above copyright
17938 notice, this list of conditions and the following disclaimer.
17940 * Redistributions in binary form must reproduce the above
17941 copyright notice, this list of conditions and the following
17942 disclaimer in the documentation and/or other materials provided
17943 with the distribution.
17945 * Neither the name of the NumPy Developers nor the names of any
17946 contributors may be used to endorse or promote products derived
17947 from this software without specific prior written permission.
17949 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17950 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17951 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17952 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
17953 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
17954 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
17955 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
17956 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
17957 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17958 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17959 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17961 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17963 Scanned Source License numpy-1.7.1/PKG-INFO:
17965 Metadata-Version: 1.1
17966 Name: numpy
17967 Version: 1.7.1
17968 Summary: NumPy: array processing for numbers, strings, records, and objects.
17969 Home-page: http://www.numpy.org
17970 Author: NumPy Developers
17971 Author-email: numpy-discussion@scipy.org
17972 License: BSD
17973 Download-URL: http://sourceforge.net/projects/numpy/files/NumPy/
17974 Description: NumPy is a general-purpose array-processing package designed to
17975 efficiently manipulate large multi-dimensional arrays of arbitrary
17976 records without sacrificing too much speed for small multi-dimensional
17977 arrays. NumPy is built on the Numeric code base and adds features
17978 introduced by numarray as well as an extended C-API and the ability to
17979 create arrays of arbitrary type which also makes NumPy suitable for
17980 interfacing with general-purpose data-base applications.
17982 There are also basic facilities for discrete fourier transform,
17983 basic linear algebra and random number generation.
17985 Platform: Windows
17986 Platform: Linux
17987 Platform: Solaris
17988 Platform: Mac OS-X
17989 Platform: Unix
17990 Classifier: Development Status :: 5 - Production/Stable
17991 Classifier: Intended Audience :: Science/Research
17992 Classifier: Intended Audience :: Developers
17993 Classifier: License :: OSI Approved
17994 Classifier: Programming Language :: C
17995 Classifier: Programming Language :: Python
17996 Classifier: Programming Language :: Python :: 3
17997 Classifier: Topic :: Software Development
17998 Classifier: Topic :: Scientific/Engineering
17999 Classifier: Operating System :: Microsoft :: Windows
18000 Classifier: Operating System :: POSIX
18001 Classifier: Operating System :: Unix
18002 Classifier: Operating System :: MacOS
18004 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18006 Scanned Source License numpy-1.7.1/doc/source/license.rst:
18008 *************
18009 Numpy License
18010 *************
18012 Copyright (c) 2005, NumPy Developers
18014 All rights reserved.
18016 Redistribution and use in source and binary forms, with or without
18017 modification, are permitted provided that the following conditions are
18018 met:
18020 * Redistributions of source code must retain the above copyright
18021 notice, this list of conditions and the following disclaimer.
18023 * Redistributions in binary form must reproduce the above
18024 copyright notice, this list of conditions and the following
18025 disclaimer in the documentation and/or other materials provided
18026 with the distribution.
18028 * Neither the name of the NumPy Developers nor the names of any
18029 contributors may be used to endorse or promote products derived
18030 from this software without specific prior written permission.
18032 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18033 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18034 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18035 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
18036 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18037 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
18038 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18039 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
18040 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18041 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18042 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18044 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18046 Scanned Source License numpy-1.7.1/doc/sphinxext/LICENSE.txt:
18048 -------------------------------------------------------------------------------
18049 The files
18050 - numpydoc.py
18051 - docscrape.py
18052 - docscrape_sphinx.py
18053 - phantom_import.py
18054 have the following license:
18056 Copyright (C) 2008 Stefan van der Walt &lt;stefan@mentat.za.net&gt;, Pauli Virtanen &lt;pav@iki.fi&gt;
18058 Redistribution and use in source and binary forms, with or without
18059 modification, are permitted provided that the following conditions are
18060 met:
18062 1. Redistributions of source code must retain the above copyright
18063 notice, this list of conditions and the following disclaimer.
18064 2. Redistributions in binary form must reproduce the above copyright
18065 notice, this list of conditions and the following disclaimer in
18066 the documentation and/or other materials provided with the
18067 distribution.
18069 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18070 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18071 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18072 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
18073 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18074 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
18075 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18076 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
18077 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
18078 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
18079 POSSIBILITY OF SUCH DAMAGE.
18081 -------------------------------------------------------------------------------
18082 The files
18083 - compiler_unparse.py
18084 - comment_eater.py
18085 - traitsdoc.py
18086 have the following license:
18088 This software is OSI Certified Open Source Software.
18089 OSI Certified is a certification mark of the Open Source Initiative.
18091 Copyright (c) 2006, Enthought, Inc.
18092 All rights reserved.
18094 Redistribution and use in source and binary forms, with or without
18095 modification, are permitted provided that the following conditions are met:
18097 * Redistributions of source code must retain the above copyright notice, this
18098 list of conditions and the following disclaimer.
18099 * Redistributions in binary form must reproduce the above copyright notice,
18100 this list of conditions and the following disclaimer in the documentation
18101 and/or other materials provided with the distribution.
18102 * Neither the name of Enthought, Inc. nor the names of its contributors may
18103 be used to endorse or promote products derived from this software without
18104 specific prior written permission.
18106 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18107 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18108 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18109 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
18110 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18111 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
18112 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
18113 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18114 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
18115 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18118 -------------------------------------------------------------------------------
18119 The file
18120 - plot_directive.py
18121 originates from Matplotlib (http://matplotlib.sf.net/) which has
18122 the following license:
18124 Copyright (c) 2002-2008 John D. Hunter; All Rights Reserved.
18126 1. This LICENSE AGREEMENT is between John D. Hunter (“JDH”), and the Individual or Organization (“Licensee”) accessing and otherwise using matplotlib software in source or binary form and its associated documentation.
18128 2. Subject to the terms and conditions of this License Agreement, JDH hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib 0.98.3 alone or in any derivative version, provided, however, that 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.
18130 3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib 0.98.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib 0.98.3.
18132 4. JDH is making matplotlib 0.98.3 available to Licensee on an “AS IS” basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.98.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
18134 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB 0.98.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB 0.98.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
18136 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.
18138 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between JDH and Licensee. This License Agreement does not grant permission to use JDH trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
18140 8. By copying, installing or otherwise using matplotlib 0.98.3, Licensee agrees to be bound by the terms and conditions of this License Agreement.
18143 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18144 </pre>
18145 <ul>
18147 </ul>
18148 </div>
18149 </div>
18152 <div class="product">
18153 <span class="title">oem-customization-0.0.2</span>
18154 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18155 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
18156 <div class="licence">
18157 <pre></pre>
18158 <ul>
18159 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
18160 </ul>
18161 </div>
18162 </div>
18165 <div class="product">
18166 <span class="title">opencryptoki-2.2.8</span>
18167 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18168 <span class="homepage"><a href="http://sourceforge.net/projects/opencryptoki">homepage</a></span>
18169 <div class="licence">
18170 <pre>Gentoo Package Stock License CPL-0.5:
18173 Common Public License Version 0.5
18175 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
18176 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
18177 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
18179 1. DEFINITIONS
18181 "Contribution" means:
18183 a) in the case of the initial Contributor, the initial code and
18184 documentation distributed under this Agreement, and
18186 b) in the case of each subsequent Contributor:
18188 i) changes to the Program, and
18190 ii) additions to the Program;
18192 where such changes and/or additions to the Program originate from
18193 and are distributed by that particular Contributor. A Contribution
18194 'originates' from a Contributor if it was added to the Program by
18195 such Contributor itself or anyone acting on such Contributor's
18196 behalf. Contributions do not include additions to the Program
18197 which: (i) are separate modules of software distributed in
18198 conjunction with the Program under their own license agreement, and
18199 (ii) are not derivative works of the Program.
18201 "Contributor" means any person or entity that distributes the Program.
18203 "Licensed Patents " mean patent claims licensable by a Contributor
18204 which are necessarily infringed by the use or sale of its Contribution
18205 alone or when combined with the Program.
18207 "Program" means the Contributions distributed in accordance with this
18208 Agreement.
18210 "Recipient" means anyone who receives the Program under this
18211 Agreement, including all Contributors.
18213 2. GRANT OF RIGHTS
18215 a) Subject to the terms of this Agreement, each Contributor hereby
18216 grants Recipient a non-exclusive, worldwide, royalty-free copyright
18217 license to reproduce, prepare derivative works of, publicly
18218 display, publicly perform, distribute and sublicense the
18219 Contribution of such Contributor, if any, and such derivative
18220 works, in source code and object code form.
18222 b) Subject to the terms of this Agreement, each Contributor hereby
18223 grants Recipient a non-exclusive, worldwide, royalty-free patent
18224 license under Licensed Patents to make, use, sell, offer to sell,
18225 import and otherwise transfer the Contribution of such Contributor,
18226 if any, in source code and object code form. This patent license
18227 shall apply to the combination of the Contribution and the Program
18228 if, at the time the Contribution is added by the Contributor, such
18229 addition of the Contribution causes such combination to be covered
18230 by the Licensed Patents. The patent license shall not apply to any
18231 other combinations which include the Contribution. No hardware per
18232 se is licensed hereunder.
18234 c) Recipient understands that although each Contributor grants the
18235 licenses to its Contributions set forth herein, no assurances are
18236 provided by any Contributor that the Program does not infringe the
18237 patent or other intellectual property rights of any other entity.
18238 Each Contributor disclaims any liability to Recipient for claims
18239 brought by any other entity based on infringement of intellectual
18240 property rights or otherwise. As a condition to exercising the
18241 rights and licenses granted hereunder, each Recipient hereby
18242 assumes sole responsibility to secure any other intellectual
18243 property rights needed, if any. For example, if a third party
18244 patent license is required to allow Recipient to distribute the
18245 Program, it is Recipient's responsibility to acquire that license
18246 before distributing the Program.
18248 d) Each Contributor represents that to its knowledge it has
18249 sufficient copyright rights in its Contribution, if any, to grant
18250 the copyright license set forth in this Agreement.
18252 3. REQUIREMENTS
18254 A Contributor may choose to distribute the Program in object code form
18255 under its own license agreement, provided that:
18257 a) it complies with the terms and conditions of this Agreement; and
18259 b) its license agreement:
18261 i) effectively disclaims on behalf of all Contributors all
18262 warranties and conditions, express and implied, including
18263 warranties or conditions of title and non-infringement, and implied
18264 warranties or conditions of merchantability and fitness for a
18265 particular purpose;
18267 ii) effectively excludes on behalf of all Contributors all
18268 liability for damages, including direct, indirect, special,
18269 incidental and consequential damages, such as lost profits;
18271 iii) states that any provisions which differ from this Agreement
18272 are offered by that Contributor alone and not by any other party;
18275 iv) states that source code for the Program is available from such
18276 Contributor, and informs licensees how to obtain it in a reasonable
18277 manner on or through a medium customarily used for software
18278 exchange.
18280 When the Program is made available in source code form:
18282 a) it must be made available under this Agreement; and
18284 b) a copy of this Agreement must be included with each copy of the
18285 Program.
18287 Contributors may not remove or alter any copyright notices contained
18288 within the Program.
18290 Each Contributor must identify itself as the originator of its
18291 Contribution, if any, in a manner that reasonably allows subsequent
18292 Recipients to identify the originator of the Contribution.
18294 4. COMMERCIAL DISTRIBUTION
18296 Commercial distributors of software may accept certain
18297 responsibilities with respect to end users, business partners and the
18298 like. While this license is intended to facilitate the commercial use
18299 of the Program, the Contributor who includes the Program in a
18300 commercial product offering should do so in a manner which does not
18301 create potential liability for other Contributors. Therefore, if a
18302 Contributor includes the Program in a commercial product offering,
18303 such Contributor ("Commercial Contributor") hereby agrees to defend
18304 and indemnify every other Contributor ("Indemnified Contributor")
18305 against any losses, damages and costs (collectively "Losses") arising
18306 from claims, lawsuits and other legal actions brought by a third party
18307 against the Indemnified Contributor to the extent caused by the acts
18308 or omissions of such Commercial Contributor in connection with its
18309 distribution of the Program in a commercial product offering. The
18310 obligations in this section do not apply to any claims or Losses
18311 relating to any actual or alleged intellectual property infringement.
18312 In order to qualify, an Indemnified Contributor must: a) promptly
18313 notify the Commercial Contributor in writing of such claim, and b)
18314 allow the Commercial Contributor to control, and cooperate with the
18315 Commercial Contributor in, the defense and any related settlement
18316 negotiations. The Indemnified Contributor may participate in any such
18317 claim at its own expense.
18319 For example, a Contributor might include the Program in a commercial
18320 product offering, Product X. That Contributor is then a Commercial
18321 Contributor. If that Commercial Contributor then makes performance
18322 claims, or offers warranties related to Product X, those performance
18323 claims and warranties are such Commercial Contributor's responsibility
18324 alone. Under this section, the Commercial Contributor would have to
18325 defend claims against the other Contributors related to those
18326 performance claims and warranties, and if a court requires any other
18327 Contributor to pay any damages as a result, the Commercial Contributor
18328 must pay those damages.
18330 5. NO WARRANTY
18332 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
18333 PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18334 KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
18335 WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
18336 OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
18337 responsible for determining the appropriateness of using and
18338 distributing the Program and assumes all risks associated with its
18339 exercise of rights under this Agreement, including but not limited to
18340 the risks and costs of program errors, compliance with applicable
18341 laws, damage to or loss of data, programs or equipment, and
18342 unavailability or interruption of operations.
18344 6. DISCLAIMER OF LIABILITY
18346 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
18347 ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
18348 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
18349 WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
18350 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
18351 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
18352 DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
18353 HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
18355 7. GENERAL
18357 If any provision of this Agreement is invalid or unenforceable under
18358 applicable law, it shall not affect the validity or enforceability of
18359 the remainder of the terms of this Agreement, and without further
18360 action by the parties hereto, such provision shall be reformed to the
18361 minimum extent necessary to make such provision valid and enforceable.
18363 If Recipient institutes patent litigation against a Contributor with
18364 respect to a patent applicable to software (including a cross-claim or
18365 counterclaim in a lawsuit), then any patent licenses granted by that
18366 Contributor to such Recipient under this Agreement shall terminate as
18367 of the date such litigation is filed. In addition, If Recipient
18368 institutes patent litigation against any entity (including a
18369 cross-claim or counterclaim in a lawsuit) alleging that the Program
18370 itself (excluding combinations of the Program with other software or
18371 hardware) infringes such Recipient's patent(s), then such Recipient's
18372 rights granted under Section 2(b) shall terminate as of the date such
18373 litigation is filed.
18375 All Recipient's rights under this Agreement shall terminate if it
18376 fails to comply with any of the material terms or conditions of this
18377 Agreement and does not cure such failure in a reasonable period of
18378 time after becoming aware of such noncompliance. If all Recipient's
18379 rights under this Agreement terminate, Recipient agrees to cease use
18380 and distribution of the Program as soon as reasonably practicable.
18381 However, Recipient's obligations under this Agreement and any licenses
18382 granted by Recipient relating to the Program shall continue and
18383 survive.
18385 Everyone is permitted to copy and distribute copies of this Agreement,
18386 but in order to avoid inconsistency the Agreement is copyrighted and
18387 may only be modified in the following manner. The Agreement Steward
18388 reserves the right to publish new versions (including revisions) of
18389 this Agreement from time to time. No one other than the Agreement
18390 Steward has the right to modify this Agreement. IBM is the initial
18391 Agreement Steward. IBM may assign the responsibility to serve as the
18392 Agreement Steward to a suitable separate entity. Each new version of
18393 the Agreement will be given a distinguishing version number. The
18394 Program (including Contributions) may always be distributed subject to
18395 the version of the Agreement under which it was received. In addition,
18396 after a new version of the Agreement is published, Contributor may
18397 elect to distribute the Program (including its Contributions) under
18398 the new version. Except as expressly stated in Sections 2(a) and 2(b)
18399 above, Recipient receives no rights or licenses to the intellectual
18400 property of any Contributor under this Agreement, whether expressly,
18401 by implication, estoppel or otherwise. All rights in the Program not
18402 expressly granted under this Agreement are reserved.
18404 This Agreement is governed by the laws of the State of New York and
18405 the intellectual property laws of the United States of America. No
18406 party to this Agreement will bring a legal action under this Agreement
18407 more than one year after the cause of action arose. Each party waives
18408 its rights to a jury trial in any resulting litigation.
18410 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18411 </pre>
18412 <ul>
18414 </ul>
18415 </div>
18416 </div>
18419 <div class="product">
18420 <span class="title">opencv-2.3.0</span>
18421 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18422 <span class="homepage"><a href="http://opencv.willowgarage.com">homepage</a></span>
18423 <div class="licence">
18424 <pre>Scanned Source License OpenCV-2.3.0/3rdparty/ilmimf/LICENSE:
18426 Copyright (c) 2004, Industrial Light &amp; Magic, a division of Lucasfilm
18427 Entertainment Company Ltd. Portions contributed and copyright held by
18428 others as indicated. All rights reserved.
18430 Redistribution and use in source and binary forms, with or without
18431 modification, are permitted provided that the following conditions are
18432 met:
18434 * Redistributions of source code must retain the above
18435 copyright notice, this list of conditions and the following
18436 disclaimer.
18438 * Redistributions in binary form must reproduce the above
18439 copyright notice, this list of conditions and the following
18440 disclaimer in the documentation and/or other materials provided with
18441 the distribution.
18443 * Neither the name of Industrial Light &amp; Magic nor the names of
18444 any other contributors to this software may be used to endorse or
18445 promote products derived from this software without specific prior
18446 written permission.
18448 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
18449 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
18450 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18451 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
18452 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
18453 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
18454 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
18455 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
18456 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
18457 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
18458 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18461 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18463 Scanned Source License OpenCV-2.3.0/3rdparty/libjasper/LICENSE:
18465 JasPer License Version 2.0
18467 Copyright (c) 2001-2006 Michael David Adams
18468 Copyright (c) 1999-2000 Image Power, Inc.
18469 Copyright (c) 1999-2000 The University of British Columbia
18471 All rights reserved.
18473 Permission is hereby granted, free of charge, to any person (the
18474 "User") obtaining a copy of this software and associated documentation
18475 files (the "Software"), to deal in the Software without restriction,
18476 including without limitation the rights to use, copy, modify, merge,
18477 publish, distribute, and/or sell copies of the Software, and to permit
18478 persons to whom the Software is furnished to do so, subject to the
18479 following conditions:
18481 1. The above copyright notices and this permission notice (which
18482 includes the disclaimer below) shall be included in all copies or
18483 substantial portions of the Software.
18485 2. The name of a copyright holder shall not be used to endorse or
18486 promote products derived from the Software without specific prior
18487 written permission.
18489 THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
18490 LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
18491 THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
18492 "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
18493 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
18494 PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
18495 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
18496 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
18497 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
18498 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
18499 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE
18500 PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
18501 THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
18502 EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
18503 BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
18504 PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS
18505 GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
18506 ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE
18507 IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
18508 SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
18509 AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
18510 SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
18511 THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
18512 PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
18513 RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
18514 EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
18517 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18519 Scanned Source License OpenCV-2.3.0/doc/license.txt:
18521 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
18523 By downloading, copying, installing or using the software you agree to this license.
18524 If you do not agree to this license, do not download, install,
18525 copy or use the software.
18528 License Agreement
18529 For Open Source Computer Vision Library
18531 Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
18532 Copyright (C) 2008-2011, Willow Garage Inc., all rights reserved.
18533 Third party copyrights are property of their respective owners.
18535 Redistribution and use in source and binary forms, with or without modification,
18536 are permitted provided that the following conditions are met:
18538 * Redistribution's of source code must retain the above copyright notice,
18539 this list of conditions and the following disclaimer.
18541 * Redistribution's in binary form must reproduce the above copyright notice,
18542 this list of conditions and the following disclaimer in the documentation
18543 and/or other materials provided with the distribution.
18545 * The name of the copyright holders may not be used to endorse or promote products
18546 derived from this software without specific prior written permission.
18548 This software is provided by the copyright holders and contributors "as is" and
18549 any express or implied warranties, including, but not limited to, the implied
18550 warranties of merchantability and fitness for a particular purpose are disclaimed.
18551 In no event shall the Intel Corporation or contributors be liable for any direct,
18552 indirect, incidental, special, exemplary, or consequential damages
18553 (including, but not limited to, procurement of substitute goods or services;
18554 loss of use, data, or profits; or business interruption) however caused
18555 and on any theory of liability, whether in contract, strict liability,
18556 or tort (including negligence or otherwise) arising in any way out of
18557 the use of this software, even if advised of the possibility of such damage.
18559 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18560 </pre>
18561 <ul>
18563 </ul>
18564 </div>
18565 </div>
18568 <div class="product">
18569 <span class="title">opensc-0.12.2</span>
18570 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18571 <span class="homepage"><a href="http://www.opensc-project.org/opensc/">homepage</a></span>
18572 <div class="licence">
18573 <pre></pre>
18574 <ul>
18575 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
18576 </ul>
18577 </div>
18578 </div>
18581 <div class="product">
18582 <span class="title">openssh-6.4_p1</span>
18583 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18584 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span>
18585 <div class="licence">
18586 <pre>Scanned Source License openssh-6.4p1/LICENCE:
18588 This file is part of the OpenSSH software.
18590 The licences which components of this software fall under are as
18591 follows. First, we will summarize and say that all components
18592 are under a BSD licence, or a licence more free than that.
18594 OpenSSH contains no GPL code.
18597 * Copyright (c) 1995 Tatu Ylonen &lt;ylo@cs.hut.fi&gt;, Espoo, Finland
18598 * All rights reserved
18600 * As far as I am concerned, the code I have written for this software
18601 * can be used freely for any purpose. Any derived versions of this
18602 * software must be clearly marked as such, and if the derived work is
18603 * incompatible with the protocol description in the RFC file, it must be
18604 * called by a name other than "ssh" or "Secure Shell".
18606 [Tatu continues]
18607 * However, I am not implying to give any licenses to any patents or
18608 * copyrights held by third parties, and the software includes parts that
18609 * are not under my direct control. As far as I know, all included
18610 * source code is used in accordance with the relevant license agreements
18611 * and can be used freely for any purpose (the GNU license being the most
18612 * restrictive); see below for details.
18614 [However, none of that term is relevant at this point in time. All of
18615 these restrictively licenced software components which he talks about
18616 have been removed from OpenSSH, i.e.,
18618 - RSA is no longer included, found in the OpenSSL library
18619 - IDEA is no longer included, its use is deprecated
18620 - DES is now external, in the OpenSSL library
18621 - GMP is no longer used, and instead we call BN code from OpenSSL
18622 - Zlib is now external, in a library
18623 - The make-ssh-known-hosts script is no longer included
18624 - TSS has been removed
18625 - MD5 is now external, in the OpenSSL library
18626 - RC4 support has been replaced with ARC4 support from OpenSSL
18627 - Blowfish is now external, in the OpenSSL library
18629 [The licence continues]
18631 Note that any information and cryptographic algorithms used in this
18632 software are publicly available on the Internet and at any major
18633 bookstore, scientific library, and patent office worldwide. More
18634 information can be found e.g. at "http://www.cs.hut.fi/crypto".
18636 The legal status of this program is some combination of all these
18637 permissions and restrictions. Use only at your own responsibility.
18638 You will be responsible for any legal consequences yourself; I am not
18639 making any claims whether possessing or using this is legal or not in
18640 your country, and I am not taking any responsibility on your behalf.
18643 NO WARRANTY
18645 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
18646 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
18647 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
18648 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
18649 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18650 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
18651 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
18652 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
18653 REPAIR OR CORRECTION.
18655 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
18656 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
18657 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
18658 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
18659 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
18660 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
18661 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
18662 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
18663 POSSIBILITY OF SUCH DAMAGES.
18666 The 32-bit CRC compensation attack detector in deattack.c was
18667 contributed by CORE SDI S.A. under a BSD-style license.
18669 * Cryptographic attack detector for ssh - source code
18671 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
18673 * All rights reserved. Redistribution and use in source and binary
18674 * forms, with or without modification, are permitted provided that
18675 * this copyright notice is retained.
18677 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
18678 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
18679 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
18680 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
18681 * SOFTWARE.
18683 * Ariel Futoransky &lt;futo@core-sdi.com&gt;
18684 * &lt;http://www.core-sdi.com&gt;
18687 ssh-keyscan was contributed by David Mazieres under a BSD-style
18688 license.
18690 * Copyright 1995, 1996 by David Mazieres &lt;dm@lcs.mit.edu&gt;.
18692 * Modification and redistribution in source and binary forms is
18693 * permitted provided that due credit is given to the author and the
18694 * OpenBSD project by leaving this copyright notice intact.
18697 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
18698 and Paulo Barreto is in the public domain and distributed
18699 with the following license:
18701 * @version 3.0 (December 2000)
18703 * Optimised ANSI C code for the Rijndael cipher (now AES)
18705 * @author Vincent Rijmen &lt;vincent.rijmen@esat.kuleuven.ac.be&gt;
18706 * @author Antoon Bosselaers &lt;antoon.bosselaers@esat.kuleuven.ac.be&gt;
18707 * @author Paulo Barreto &lt;paulo.barreto@terra.com.br&gt;
18709 * This code is hereby placed in the public domain.
18711 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
18712 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18713 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18714 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
18715 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18716 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
18717 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
18718 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
18719 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
18720 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
18721 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18724 One component of the ssh source code is under a 3-clause BSD license,
18725 held by the University of California, since we pulled these parts from
18726 original Berkeley code.
18728 * Copyright (c) 1983, 1990, 1992, 1993, 1995
18729 * The Regents of the University of California. All rights reserved.
18731 * Redistribution and use in source and binary forms, with or without
18732 * modification, are permitted provided that the following conditions
18733 * are met:
18734 * 1. Redistributions of source code must retain the above copyright
18735 * notice, this list of conditions and the following disclaimer.
18736 * 2. Redistributions in binary form must reproduce the above copyright
18737 * notice, this list of conditions and the following disclaimer in the
18738 * documentation and/or other materials provided with the distribution.
18739 * 3. Neither the name of the University nor the names of its contributors
18740 * may be used to endorse or promote products derived from this software
18741 * without specific prior written permission.
18743 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18744 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18745 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18746 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18747 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18748 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18749 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18750 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18751 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
18752 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
18753 * SUCH DAMAGE.
18756 Remaining components of the software are provided under a standard
18757 2-term BSD licence with the following names as copyright holders:
18759 Markus Friedl
18760 Theo de Raadt
18761 Niels Provos
18762 Dug Song
18763 Aaron Campbell
18764 Damien Miller
18765 Kevin Steves
18766 Daniel Kouril
18767 Wesley Griffin
18768 Per Allansson
18769 Nils Nordman
18770 Simon Wilkinson
18772 Portable OpenSSH additionally includes code from the following copyright
18773 holders, also under the 2-term BSD license:
18775 Ben Lindstrom
18776 Tim Rice
18777 Andre Lucas
18778 Chris Adams
18779 Corinna Vinschen
18780 Cray Inc.
18781 Denis Parker
18782 Gert Doering
18783 Jakob Schlyter
18784 Jason Downs
18785 Juha Yrjölä
18786 Michael Stone
18787 Networks Associates Technology, Inc.
18788 Solar Designer
18789 Todd C. Miller
18790 Wayne Schroeder
18791 William Jones
18792 Darren Tucker
18793 Sun Microsystems
18794 The SCO Group
18795 Daniel Walsh
18796 Red Hat, Inc
18797 Simon Vallet / Genoscope
18799 * Redistribution and use in source and binary forms, with or without
18800 * modification, are permitted provided that the following conditions
18801 * are met:
18802 * 1. Redistributions of source code must retain the above copyright
18803 * notice, this list of conditions and the following disclaimer.
18804 * 2. Redistributions in binary form must reproduce the above copyright
18805 * notice, this list of conditions and the following disclaimer in the
18806 * documentation and/or other materials provided with the distribution.
18808 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18809 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18810 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18811 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18812 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18813 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18814 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
18815 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18816 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
18817 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18819 8) Portable OpenSSH contains the following additional licenses:
18821 a) md5crypt.c, md5crypt.h
18823 * "THE BEER-WARE LICENSE" (Revision 42):
18824 * &lt;phk@login.dknet.dk&gt; wrote this file. As long as you retain this
18825 * notice you can do whatever you want with this stuff. If we meet
18826 * some day, and you think this stuff is worth it, you can buy me a
18827 * beer in return. Poul-Henning Kamp
18829 b) snprintf replacement
18831 * Copyright Patrick Powell 1995
18832 * This code is based on code written by Patrick Powell
18833 * (papowell@astart.com) It may be used for any purpose as long as this
18834 * notice remains intact on all source code distributions
18836 c) Compatibility code (openbsd-compat)
18838 Apart from the previously mentioned licenses, various pieces of code
18839 in the openbsd-compat/ subdirectory are licensed as follows:
18841 Some code is licensed under a 3-term BSD license, to the following
18842 copyright holders:
18844 Todd C. Miller
18845 Theo de Raadt
18846 Damien Miller
18847 Eric P. Allman
18848 The Regents of the University of California
18849 Constantin S. Svintsoff
18851 * Redistribution and use in source and binary forms, with or without
18852 * modification, are permitted provided that the following conditions
18853 * are met:
18854 * 1. Redistributions of source code must retain the above copyright
18855 * notice, this list of conditions and the following disclaimer.
18856 * 2. Redistributions in binary form must reproduce the above copyright
18857 * notice, this list of conditions and the following disclaimer in the
18858 * documentation and/or other materials provided with the distribution.
18859 * 3. Neither the name of the University nor the names of its contributors
18860 * may be used to endorse or promote products derived from this software
18861 * without specific prior written permission.
18863 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18864 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18865 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18866 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18867 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18868 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18869 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18870 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18871 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
18872 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
18873 * SUCH DAMAGE.
18875 Some code is licensed under an ISC-style license, to the following
18876 copyright holders:
18878 Internet Software Consortium.
18879 Todd C. Miller
18880 Reyk Floeter
18881 Chad Mynhier
18883 * Permission to use, copy, modify, and distribute this software for any
18884 * purpose with or without fee is hereby granted, provided that the above
18885 * copyright notice and this permission notice appear in all copies.
18887 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
18888 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
18889 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
18890 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18891 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
18892 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18893 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18895 Some code is licensed under a MIT-style license to the following
18896 copyright holders:
18898 Free Software Foundation, Inc.
18900 * Permission is hereby granted, free of charge, to any person obtaining a *
18901 * copy of this software and associated documentation files (the *
18902 * "Software"), to deal in the Software without restriction, including *
18903 * without limitation the rights to use, copy, modify, merge, publish, *
18904 * distribute, distribute with modifications, sublicense, and/or sell *
18905 * copies of the Software, and to permit persons to whom the Software is *
18906 * furnished to do so, subject to the following conditions: *
18908 * The above copyright notice and this permission notice shall be included *
18909 * in all copies or substantial portions of the Software. *
18911 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
18912 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
18913 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
18914 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
18915 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
18916 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
18917 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
18919 * Except as contained in this notice, the name(s) of the above copyright *
18920 * holders shall not be used in advertising or otherwise to promote the *
18921 * sale, use or other dealings in this Software without prior written *
18922 * authorization. *
18923 ****************************************************************************/
18926 ------
18927 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $
18929 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18930 </pre>
18931 <ul>
18932 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18933 </ul>
18934 </div>
18935 </div>
18938 <div class="product">
18939 <span class="title">openssh-server-init-0.0.1</span>
18940 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18941 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
18942 <div class="licence">
18943 <pre></pre>
18944 <ul>
18945 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
18946 </ul>
18947 </div>
18948 </div>
18951 <div class="product">
18952 <span class="title">openssl-1.0.1h</span>
18953 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18954 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span>
18955 <div class="licence">
18956 <pre>Gentoo Package Stock License openssl:
18959 LICENSE ISSUES
18960 ==============
18962 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
18963 the OpenSSL License and the original SSLeay license apply to the toolkit.
18964 See below for the actual license texts. Actually both licenses are BSD-style
18965 Open Source licenses. In case of any license issues related to OpenSSL
18966 please contact openssl-core@openssl.org.
18968 OpenSSL License
18969 ---------------
18971 /* ====================================================================
18972 * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
18974 * Redistribution and use in source and binary forms, with or without
18975 * modification, are permitted provided that the following conditions
18976 * are met:
18978 * 1. Redistributions of source code must retain the above copyright
18979 * notice, this list of conditions and the following disclaimer.
18981 * 2. Redistributions in binary form must reproduce the above copyright
18982 * notice, this list of conditions and the following disclaimer in
18983 * the documentation and/or other materials provided with the
18984 * distribution.
18986 * 3. All advertising materials mentioning features or use of this
18987 * software must display the following acknowledgment:
18988 * "This product includes software developed by the OpenSSL Project
18989 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
18991 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
18992 * endorse or promote products derived from this software without
18993 * prior written permission. For written permission, please contact
18994 * openssl-core@openssl.org.
18996 * 5. Products derived from this software may not be called "OpenSSL"
18997 * nor may "OpenSSL" appear in their names without prior written
18998 * permission of the OpenSSL Project.
19000 * 6. Redistributions of any form whatsoever must retain the following
19001 * acknowledgment:
19002 * "This product includes software developed by the OpenSSL Project
19003 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
19005 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
19006 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19007 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19008 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
19009 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19010 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19011 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19012 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19013 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
19014 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
19015 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
19016 * OF THE POSSIBILITY OF SUCH DAMAGE.
19017 * ====================================================================
19019 * This product includes cryptographic software written by Eric Young
19020 * (eay@cryptsoft.com). This product includes software written by Tim
19021 * Hudson (tjh@cryptsoft.com).
19025 Original SSLeay License
19026 -----------------------
19028 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
19029 * All rights reserved.
19031 * This package is an SSL implementation written
19032 * by Eric Young (eay@cryptsoft.com).
19033 * The implementation was written so as to conform with Netscapes SSL.
19035 * This library is free for commercial and non-commercial use as long as
19036 * the following conditions are aheared to. The following conditions
19037 * apply to all code found in this distribution, be it the RC4, RSA,
19038 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
19039 * included with this distribution is covered by the same copyright terms
19040 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
19042 * Copyright remains Eric Young's, and as such any Copyright notices in
19043 * the code are not to be removed.
19044 * If this package is used in a product, Eric Young should be given attribution
19045 * as the author of the parts of the library used.
19046 * This can be in the form of a textual message at program startup or
19047 * in documentation (online or textual) provided with the package.
19049 * Redistribution and use in source and binary forms, with or without
19050 * modification, are permitted provided that the following conditions
19051 * are met:
19052 * 1. Redistributions of source code must retain the copyright
19053 * notice, this list of conditions and the following disclaimer.
19054 * 2. Redistributions in binary form must reproduce the above copyright
19055 * notice, this list of conditions and the following disclaimer in the
19056 * documentation and/or other materials provided with the distribution.
19057 * 3. All advertising materials mentioning features or use of this software
19058 * must display the following acknowledgement:
19059 * "This product includes cryptographic software written by
19060 * Eric Young (eay@cryptsoft.com)"
19061 * The word 'cryptographic' can be left out if the rouines from the library
19062 * being used are not cryptographic related :-).
19063 * 4. If you include any Windows specific code (or a derivative thereof) from
19064 * the apps directory (application code) you must include an acknowledgement:
19065 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
19067 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
19068 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19069 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19070 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19071 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19072 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19073 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19074 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
19075 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
19076 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
19077 * SUCH DAMAGE.
19079 * The licence and distribution terms for any publically available version or
19080 * derivative of this code cannot be changed. i.e. this code cannot simply be
19081 * copied and put under another distribution licence
19082 * [including the GNU Public Licence.]
19086 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19087 </pre>
19088 <ul>
19090 </ul>
19091 </div>
19092 </div>
19095 <div class="product">
19096 <span class="title">openvpn-2.3.2</span>
19097 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19098 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span>
19099 <div class="licence">
19100 <pre></pre>
19101 <ul>
19102 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19103 </ul>
19104 </div>
19105 </div>
19108 <div class="product">
19109 <span class="title">p2p-0.0.1</span>
19110 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19111 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
19112 <div class="licence">
19113 <pre></pre>
19114 <ul>
19115 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
19116 </ul>
19117 </div>
19118 </div>
19121 <div class="product">
19122 <span class="title">pam-1.1.5</span>
19123 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19124 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span>
19125 <div class="licence">
19126 <pre></pre>
19127 <ul>
19128 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19129 </ul>
19130 </div>
19131 </div>
19134 <div class="product">
19135 <span class="title">pam_pwdfile-0.99</span>
19136 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19137 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span>
19138 <div class="licence">
19139 <pre></pre>
19140 <ul>
19141 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19142 </ul>
19143 </div>
19144 </div>
19147 <div class="product">
19148 <span class="title">pambase-20101024</span>
19149 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19150 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span>
19151 <div class="licence">
19152 <pre></pre>
19153 <ul>
19154 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19155 </ul>
19156 </div>
19157 </div>
19160 <div class="product">
19161 <span class="title">pango-1.32.5</span>
19162 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19163 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span>
19164 <div class="licence">
19165 <pre></pre>
19166 <ul>
19167 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
19168 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
19169 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
19170 </ul>
19171 </div>
19172 </div>
19175 <div class="product">
19176 <span class="title">parted-3.1</span>
19177 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19178 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span>
19179 <div class="licence">
19180 <pre></pre>
19181 <ul>
19182 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19183 </ul>
19184 </div>
19185 </div>
19188 <div class="product">
19189 <span class="title">patch-2.6.1</span>
19190 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19191 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span>
19192 <div class="licence">
19193 <pre></pre>
19194 <ul>
19195 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19196 </ul>
19197 </div>
19198 </div>
19201 <div class="product">
19202 <span class="title">pax-utils-0.8.1</span>
19203 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19204 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span>
19205 <div class="licence">
19206 <pre></pre>
19207 <ul>
19208 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19209 </ul>
19210 </div>
19211 </div>
19214 <div class="product">
19215 <span class="title">pciutils-3.1.10</span>
19216 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19217 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span>
19218 <div class="licence">
19219 <pre></pre>
19220 <ul>
19221 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19222 </ul>
19223 </div>
19224 </div>
19227 <div class="product">
19228 <span class="title">pepper-flash-14.0.0.145</span>
19229 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19230 <span class="homepage"><a href="http://git-scm.com/">homepage</a></span>
19231 <div class="licence">
19232 <pre></pre>
19233 <ul>
19234 <li><a href='#Google-TOS'>Gentoo Package Stock License Google-TOS</a></li>
19235 </ul>
19236 </div>
19237 </div>
19240 <div class="product">
19241 <span class="title">perceptualdiff-1.1.1</span>
19242 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19243 <span class="homepage"><a href="http://pdiff.sourceforge.net/">homepage</a></span>
19244 <div class="licence">
19245 <pre></pre>
19246 <ul>
19247 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19248 </ul>
19249 </div>
19250 </div>
19253 <div class="product">
19254 <span class="title">perf-3.14</span>
19255 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19256 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span>
19257 <div class="licence">
19258 <pre></pre>
19259 <ul>
19260 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19261 </ul>
19262 </div>
19263 </div>
19266 <div class="product">
19267 <span class="title">permission_broker-0.0.1</span>
19268 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19269 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
19270 <div class="licence">
19271 <pre></pre>
19272 <ul>
19273 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
19274 </ul>
19275 </div>
19276 </div>
19279 <div class="product">
19280 <span class="title">pexpect-2.4</span>
19281 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19282 <span class="homepage"><a href="http://pexpect.sourceforge.net/">homepage</a></span>
19283 <div class="licence">
19284 <pre>Scanned Source License pexpect-2.4/LICENSE:
19286 Free, open source, and all that good stuff.
19287 Pexpect Copyright (c) 2008 Noah Spurrier
19289 Permission is hereby granted, free of charge, to any person obtaining a copy
19290 of this software and associated documentation files (the "Software"), to deal
19291 in the Software without restriction, including without limitation the rights
19292 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19293 copies of the Software, and to permit persons to whom the Software is
19294 furnished to do so, subject to the following conditions:
19296 The above copyright notice and this permission notice shall be included in all
19297 copies or substantial portions of the Software.
19299 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19300 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19301 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19302 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
19303 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19304 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
19305 USE OR OTHER DEALINGS IN THE SOFTWARE.
19308 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19310 Scanned Source License pexpect-2.4/PKG-INFO:
19312 Metadata-Version: 1.0
19313 Name: pexpect
19314 Version: 2.4
19315 Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
19316 Home-page: http://pexpect.sourceforge.net/
19317 Author: Noah Spurrier
19318 Author-email: noah@noah.org
19319 License: MIT license
19320 Description: UNKNOWN
19321 Platform: UNIX
19323 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19324 </pre>
19325 <ul>
19327 </ul>
19328 </div>
19329 </div>
19332 <div class="product">
19333 <span class="title">pixman-0.28.2</span>
19334 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19335 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
19336 <div class="licence">
19337 <pre>Scanned Source License pixman-0.28.2/COPYING:
19339 The following is the MIT license, agreed upon by most contributors.
19340 Copyright holders of new code should use this license statement where
19341 possible. They may also add themselves to the list below.
19344 * Copyright 1987, 1988, 1989, 1998 The Open Group
19345 * Copyright 1987, 1988, 1989 Digital Equipment Corporation
19346 * Copyright 1999, 2004, 2008 Keith Packard
19347 * Copyright 2000 SuSE, Inc.
19348 * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
19349 * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc.
19350 * Copyright 2004 Nicholas Miell
19351 * Copyright 2005 Lars Knoll &amp; Zack Rusin, Trolltech
19352 * Copyright 2005 Trolltech AS
19353 * Copyright 2007 Luca Barbato
19354 * Copyright 2008 Aaron Plattner, NVIDIA Corporation
19355 * Copyright 2008 Rodrigo Kumpera
19356 * Copyright 2008 André Tupinambá
19357 * Copyright 2008 Mozilla Corporation
19358 * Copyright 2008 Frederic Plourde
19359 * Copyright 2009, Oracle and/or its affiliates. All rights reserved.
19360 * Copyright 2009, 2010 Nokia Corporation
19362 * Permission is hereby granted, free of charge, to any person obtaining a
19363 * copy of this software and associated documentation files (the "Software"),
19364 * to deal in the Software without restriction, including without limitation
19365 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
19366 * and/or sell copies of the Software, and to permit persons to whom the
19367 * Software is furnished to do so, subject to the following conditions:
19369 * The above copyright notice and this permission notice (including the next
19370 * paragraph) shall be included in all copies or substantial portions of the
19371 * Software.
19373 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19374 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19375 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19376 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19377 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19378 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19379 * DEALINGS IN THE SOFTWARE.
19382 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19383 </pre>
19384 <ul>
19386 </ul>
19387 </div>
19388 </div>
19391 <div class="product">
19392 <span class="title">pkcs11-helper-1.07</span>
19393 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19394 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span>
19395 <div class="licence">
19396 <pre></pre>
19397 <ul>
19398 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19399 </ul>
19400 </div>
19401 </div>
19404 <div class="product">
19405 <span class="title">platform2-0.0.5</span>
19406 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19407 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
19408 <div class="licence">
19409 <pre></pre>
19410 <ul>
19411 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
19412 </ul>
19413 </div>
19414 </div>
19417 <div class="product">
19418 <span class="title">ply-image-0.0.1</span>
19419 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19420 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
19421 <div class="licence">
19422 <pre></pre>
19423 <ul>
19424 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19425 </ul>
19426 </div>
19427 </div>
19430 <div class="product">
19431 <span class="title">popt-1.16</span>
19432 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19433 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span>
19434 <div class="licence">
19435 <pre>Scanned Source License popt-1.16/COPYING:
19437 Copyright (c) 1998 Red Hat Software
19439 Permission is hereby granted, free of charge, to any person obtaining a copy
19440 of this software and associated documentation files (the "Software"), to deal
19441 in the Software without restriction, including without limitation the rights
19442 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19443 copies of the Software, and to permit persons to whom the Software is
19444 furnished to do so, subject to the following conditions:
19446 The above copyright notice and this permission notice shall be included in
19447 all copies or substantial portions of the Software.
19449 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19450 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19451 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19452 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19453 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19454 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19456 Except as contained in this notice, the name of the X Consortium shall not be
19457 used in advertising or otherwise to promote the sale, use or other dealings
19458 in this Software without prior written authorization from the X Consortium.
19460 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19461 </pre>
19462 <ul>
19464 </ul>
19465 </div>
19466 </div>
19469 <div class="product">
19470 <span class="title">portage-2.1.11.50</span>
19471 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19472 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span>
19473 <div class="licence">
19474 <pre></pre>
19475 <ul>
19476 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19477 </ul>
19478 </div>
19479 </div>
19482 <div class="product">
19483 <span class="title">portage-utils-0.53</span>
19484 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19485 <span class="homepage"><a href="http://www.gentoo.org/doc/en/portage-utils.xml">homepage</a></span>
19486 <div class="licence">
19487 <pre></pre>
19488 <ul>
19489 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19490 </ul>
19491 </div>
19492 </div>
19495 <div class="product">
19496 <span class="title">powertop-2.5</span>
19497 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19498 <span class="homepage"><a href="https://01.org/powertop/">homepage</a></span>
19499 <div class="licence">
19500 <pre></pre>
19501 <ul>
19502 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19503 </ul>
19504 </div>
19505 </div>
19508 <div class="product">
19509 <span class="title">ppp-2.4.5</span>
19510 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19511 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span>
19512 <div class="licence">
19513 <pre>Scanned Source License dhcp/COPYING:
19515 GNU GENERAL PUBLIC LICENSE
19516 Version 2, June 1991
19518 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
19519 675 Mass Ave, Cambridge, MA 02139, USA
19520 Everyone is permitted to copy and distribute verbatim copies
19521 of this license document, but changing it is not allowed.
19523 Preamble
19525 The licenses for most software are designed to take away your
19526 freedom to share and change it. By contrast, the GNU General Public
19527 License is intended to guarantee your freedom to share and change free
19528 software--to make sure the software is free for all its users. This
19529 General Public License applies to most of the Free Software
19530 Foundation's software and to any other program whose authors commit to
19531 using it. (Some other Free Software Foundation software is covered by
19532 the GNU Library General Public License instead.) You can apply it to
19533 your programs, too.
19535 When we speak of free software, we are referring to freedom, not
19536 price. Our General Public Licenses are designed to make sure that you
19537 have the freedom to distribute copies of free software (and charge for
19538 this service if you wish), that you receive source code or can get it
19539 if you want it, that you can change the software or use pieces of it
19540 in new free programs; and that you know you can do these things.
19542 To protect your rights, we need to make restrictions that forbid
19543 anyone to deny you these rights or to ask you to surrender the rights.
19544 These restrictions translate to certain responsibilities for you if you
19545 distribute copies of the software, or if you modify it.
19547 For example, if you distribute copies of such a program, whether
19548 gratis or for a fee, you must give the recipients all the rights that
19549 you have. You must make sure that they, too, receive or can get the
19550 source code. And you must show them these terms so they know their
19551 rights.
19553 We protect your rights with two steps: (1) copyright the software, and
19554 (2) offer you this license which gives you legal permission to copy,
19555 distribute and/or modify the software.
19557 Also, for each author's protection and ours, we want to make certain
19558 that everyone understands that there is no warranty for this free
19559 software. If the software is modified by someone else and passed on, we
19560 want its recipients to know that what they have is not the original, so
19561 that any problems introduced by others will not reflect on the original
19562 authors' reputations.
19564 Finally, any free program is threatened constantly by software
19565 patents. We wish to avoid the danger that redistributors of a free
19566 program will individually obtain patent licenses, in effect making the
19567 program proprietary. To prevent this, we have made it clear that any
19568 patent must be licensed for everyone's free use or not licensed at all.
19570 The precise terms and conditions for copying, distribution and
19571 modification follow.
19573 GNU GENERAL PUBLIC LICENSE
19574 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
19576 0. This License applies to any program or other work which contains
19577 a notice placed by the copyright holder saying it may be distributed
19578 under the terms of this General Public License. The "Program", below,
19579 refers to any such program or work, and a "work based on the Program"
19580 means either the Program or any derivative work under copyright law:
19581 that is to say, a work containing the Program or a portion of it,
19582 either verbatim or with modifications and/or translated into another
19583 language. (Hereinafter, translation is included without limitation in
19584 the term "modification".) Each licensee is addressed as "you".
19586 Activities other than copying, distribution and modification are not
19587 covered by this License; they are outside its scope. The act of
19588 running the Program is not restricted, and the output from the Program
19589 is covered only if its contents constitute a work based on the
19590 Program (independent of having been made by running the Program).
19591 Whether that is true depends on what the Program does.
19593 1. You may copy and distribute verbatim copies of the Program's
19594 source code as you receive it, in any medium, provided that you
19595 conspicuously and appropriately publish on each copy an appropriate
19596 copyright notice and disclaimer of warranty; keep intact all the
19597 notices that refer to this License and to the absence of any warranty;
19598 and give any other recipients of the Program a copy of this License
19599 along with the Program.
19601 You may charge a fee for the physical act of transferring a copy, and
19602 you may at your option offer warranty protection in exchange for a fee.
19604 2. You may modify your copy or copies of the Program or any portion
19605 of it, thus forming a work based on the Program, and copy and
19606 distribute such modifications or work under the terms of Section 1
19607 above, provided that you also meet all of these conditions:
19609 a) You must cause the modified files to carry prominent notices
19610 stating that you changed the files and the date of any change.
19612 b) You must cause any work that you distribute or publish, that in
19613 whole or in part contains or is derived from the Program or any
19614 part thereof, to be licensed as a whole at no charge to all third
19615 parties under the terms of this License.
19617 c) If the modified program normally reads commands interactively
19618 when run, you must cause it, when started running for such
19619 interactive use in the most ordinary way, to print or display an
19620 announcement including an appropriate copyright notice and a
19621 notice that there is no warranty (or else, saying that you provide
19622 a warranty) and that users may redistribute the program under
19623 these conditions, and telling the user how to view a copy of this
19624 License. (Exception: if the Program itself is interactive but
19625 does not normally print such an announcement, your work based on
19626 the Program is not required to print an announcement.)
19628 These requirements apply to the modified work as a whole. If
19629 identifiable sections of that work are not derived from the Program,
19630 and can be reasonably considered independent and separate works in
19631 themselves, then this License, and its terms, do not apply to those
19632 sections when you distribute them as separate works. But when you
19633 distribute the same sections as part of a whole which is a work based
19634 on the Program, the distribution of the whole must be on the terms of
19635 this License, whose permissions for other licensees extend to the
19636 entire whole, and thus to each and every part regardless of who wrote it.
19638 Thus, it is not the intent of this section to claim rights or contest
19639 your rights to work written entirely by you; rather, the intent is to
19640 exercise the right to control the distribution of derivative or
19641 collective works based on the Program.
19643 In addition, mere aggregation of another work not based on the Program
19644 with the Program (or with a work based on the Program) on a volume of
19645 a storage or distribution medium does not bring the other work under
19646 the scope of this License.
19648 3. You may copy and distribute the Program (or a work based on it,
19649 under Section 2) in object code or executable form under the terms of
19650 Sections 1 and 2 above provided that you also do one of the following:
19652 a) Accompany it with the complete corresponding machine-readable
19653 source code, which must be distributed under the terms of Sections
19654 1 and 2 above on a medium customarily used for software interchange; or,
19656 b) Accompany it with a written offer, valid for at least three
19657 years, to give any third party, for a charge no more than your
19658 cost of physically performing source distribution, a complete
19659 machine-readable copy of the corresponding source code, to be
19660 distributed under the terms of Sections 1 and 2 above on a medium
19661 customarily used for software interchange; or,
19663 c) Accompany it with the information you received as to the offer
19664 to distribute corresponding source code. (This alternative is
19665 allowed only for noncommercial distribution and only if you
19666 received the program in object code or executable form with such
19667 an offer, in accord with Subsection b above.)
19669 The source code for a work means the preferred form of the work for
19670 making modifications to it. For an executable work, complete source
19671 code means all the source code for all modules it contains, plus any
19672 associated interface definition files, plus the scripts used to
19673 control compilation and installation of the executable. However, as a
19674 special exception, the source code distributed need not include
19675 anything that is normally distributed (in either source or binary
19676 form) with the major components (compiler, kernel, and so on) of the
19677 operating system on which the executable runs, unless that component
19678 itself accompanies the executable.
19680 If distribution of executable or object code is made by offering
19681 access to copy from a designated place, then offering equivalent
19682 access to copy the source code from the same place counts as
19683 distribution of the source code, even though third parties are not
19684 compelled to copy the source along with the object code.
19686 4. You may not copy, modify, sublicense, or distribute the Program
19687 except as expressly provided under this License. Any attempt
19688 otherwise to copy, modify, sublicense or distribute the Program is
19689 void, and will automatically terminate your rights under this License.
19690 However, parties who have received copies, or rights, from you under
19691 this License will not have their licenses terminated so long as such
19692 parties remain in full compliance.
19694 5. You are not required to accept this License, since you have not
19695 signed it. However, nothing else grants you permission to modify or
19696 distribute the Program or its derivative works. These actions are
19697 prohibited by law if you do not accept this License. Therefore, by
19698 modifying or distributing the Program (or any work based on the
19699 Program), you indicate your acceptance of this License to do so, and
19700 all its terms and conditions for copying, distributing or modifying
19701 the Program or works based on it.
19703 6. Each time you redistribute the Program (or any work based on the
19704 Program), the recipient automatically receives a license from the
19705 original licensor to copy, distribute or modify the Program subject to
19706 these terms and conditions. You may not impose any further
19707 restrictions on the recipients' exercise of the rights granted herein.
19708 You are not responsible for enforcing compliance by third parties to
19709 this License.
19711 7. If, as a consequence of a court judgment or allegation of patent
19712 infringement or for any other reason (not limited to patent issues),
19713 conditions are imposed on you (whether by court order, agreement or
19714 otherwise) that contradict the conditions of this License, they do not
19715 excuse you from the conditions of this License. If you cannot
19716 distribute so as to satisfy simultaneously your obligations under this
19717 License and any other pertinent obligations, then as a consequence you
19718 may not distribute the Program at all. For example, if a patent
19719 license would not permit royalty-free redistribution of the Program by
19720 all those who receive copies directly or indirectly through you, then
19721 the only way you could satisfy both it and this License would be to
19722 refrain entirely from distribution of the Program.
19724 If any portion of this section is held invalid or unenforceable under
19725 any particular circumstance, the balance of the section is intended to
19726 apply and the section as a whole is intended to apply in other
19727 circumstances.
19729 It is not the purpose of this section to induce you to infringe any
19730 patents or other property right claims or to contest validity of any
19731 such claims; this section has the sole purpose of protecting the
19732 integrity of the free software distribution system, which is
19733 implemented by public license practices. Many people have made
19734 generous contributions to the wide range of software distributed
19735 through that system in reliance on consistent application of that
19736 system; it is up to the author/donor to decide if he or she is willing
19737 to distribute software through any other system and a licensee cannot
19738 impose that choice.
19740 This section is intended to make thoroughly clear what is believed to
19741 be a consequence of the rest of this License.
19743 8. If the distribution and/or use of the Program is restricted in
19744 certain countries either by patents or by copyrighted interfaces, the
19745 original copyright holder who places the Program under this License
19746 may add an explicit geographical distribution limitation excluding
19747 those countries, so that distribution is permitted only in or among
19748 countries not thus excluded. In such case, this License incorporates
19749 the limitation as if written in the body of this License.
19751 9. The Free Software Foundation may publish revised and/or new versions
19752 of the General Public License from time to time. Such new versions will
19753 be similar in spirit to the present version, but may differ in detail to
19754 address new problems or concerns.
19756 Each version is given a distinguishing version number. If the Program
19757 specifies a version number of this License which applies to it and "any
19758 later version", you have the option of following the terms and conditions
19759 either of that version or of any later version published by the Free
19760 Software Foundation. If the Program does not specify a version number of
19761 this License, you may choose any version ever published by the Free Software
19762 Foundation.
19764 10. If you wish to incorporate parts of the Program into other free
19765 programs whose distribution conditions are different, write to the author
19766 to ask for permission. For software which is copyrighted by the Free
19767 Software Foundation, write to the Free Software Foundation; we sometimes
19768 make exceptions for this. Our decision will be guided by the two goals
19769 of preserving the free status of all derivatives of our free software and
19770 of promoting the sharing and reuse of software generally.
19772 NO WARRANTY
19774 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
19775 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
19776 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
19777 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
19778 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
19779 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
19780 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
19781 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
19782 REPAIR OR CORRECTION.
19784 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
19785 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
19786 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
19787 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
19788 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
19789 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
19790 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
19791 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
19792 POSSIBILITY OF SUCH DAMAGES.
19794 END OF TERMS AND CONDITIONS
19796 Appendix: How to Apply These Terms to Your New Programs
19798 If you develop a new program, and you want it to be of the greatest
19799 possible use to the public, the best way to achieve this is to make it
19800 free software which everyone can redistribute and change under these terms.
19802 To do so, attach the following notices to the program. It is safest
19803 to attach them to the start of each source file to most effectively
19804 convey the exclusion of warranty; and each file should have at least
19805 the "copyright" line and a pointer to where the full notice is found.
19807 &lt;one line to give the program's name and a brief idea of what it does.&gt;
19808 Copyright (C) 19yy &lt;name of author&gt;
19810 This program is free software; you can redistribute it and/or modify
19811 it under the terms of the GNU General Public License as published by
19812 the Free Software Foundation; either version 2 of the License, or
19813 (at your option) any later version.
19815 This program is distributed in the hope that it will be useful,
19816 but WITHOUT ANY WARRANTY; without even the implied warranty of
19817 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19818 GNU General Public License for more details.
19820 You should have received a copy of the GNU General Public License
19821 along with this program; if not, write to the Free Software
19822 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19824 Also add information on how to contact you by electronic and paper mail.
19826 If the program is interactive, make it output a short notice like this
19827 when it starts in an interactive mode:
19829 Gnomovision version 69, Copyright (C) 19yy name of author
19830 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
19831 This is free software, and you are welcome to redistribute it
19832 under certain conditions; type `show c' for details.
19834 The hypothetical commands `show w' and `show c' should show the appropriate
19835 parts of the General Public License. Of course, the commands you use may
19836 be called something other than `show w' and `show c'; they could even be
19837 mouse-clicks or menu items--whatever suits your program.
19839 You should also get your employer (if you work as a programmer) or your
19840 school, if any, to sign a "copyright disclaimer" for the program, if
19841 necessary. Here is a sample; alter the names:
19843 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
19844 `Gnomovision' (which makes passes at compilers) written by James Hacker.
19846 &lt;signature of Ty Coon&gt;, 1 April 1989
19847 Ty Coon, President of Vice
19849 This General Public License does not permit incorporating your program into
19850 proprietary programs. If your program is a subroutine library, you may
19851 consider it more useful to permit linking proprietary applications with the
19852 library. If this is what you want to do, use the GNU Library General
19853 Public License instead of this License.
19855 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19857 Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING:
19859 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c and
19860 text2qos.c are taken from the linux-atm libraries. These are
19861 Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser
19862 General Public License.
19864 The file pppoatm.c contains its own copyright notice, and is licensed
19865 under the GPL.
19867 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19869 Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT:
19871 See the respective source files to find out which copyrights apply.
19873 ------------------------------------------------------------------------------
19874 Copyright (C) 2002 Roaring Penguin Software Inc.
19876 Permission to use, copy, modify, and distribute this software for any
19877 purpose and without fee is hereby granted, provided that this
19878 copyright and permission notice appear on all copies and supporting
19879 documentation, the name of Roaring Penguin Software Inc. not be used
19880 in advertising or publicity pertaining to distribution of the program
19881 without specific prior permission, and notice be given in supporting
19882 documentation that copying and distribution is by permission of
19883 Roaring Penguin Software Inc..
19885 Roaring Penguin Software Inc. makes no representations about the
19886 suitability of this software for any purpose. It is provided "as is"
19887 without express or implied warranty.
19889 ------------------------------------------------------------------------------
19890 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg &lt;lf@elemental.net&gt;
19892 Permission to use, copy, modify, and distribute this software for any
19893 purpose and without fee is hereby granted, provided that this copyright and
19894 permission notice appear on all copies and supporting documentation, the
19895 name of Lars Fenneberg not be used in advertising or publicity pertaining to
19896 distribution of the program without specific prior permission, and notice be
19897 given in supporting documentation that copying and distribution is by
19898 permission of Lars Fenneberg.
19900 Lars Fenneberg makes no representations about the suitability of this
19901 software for any purpose. It is provided "as is" without express or implied
19902 warranty.
19904 ------------------------------------------------------------------------------
19905 Copyright 1992 Livingston Enterprises, Inc.
19906 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA 94566
19908 Permission to use, copy, modify, and distribute this software for any
19909 purpose and without fee is hereby granted, provided that this copyright
19910 and permission notice appear on all copies and supporting documentation,
19911 the name of Livingston Enterprises, Inc. not be used in advertising or
19912 publicity pertaining to distribution of the program without specific
19913 prior permission, and notice be given in supporting documentation that
19914 copying and distribution is by permission of Livingston Enterprises, Inc.
19916 Livingston Enterprises, Inc. makes no representations about the suitability
19917 of this software for any purpose. It is provided "as is" without express
19918 or implied warranty.
19919 ------------------------------------------------------------------------------
19920 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992,
19921 1993, 1994, 1995 All Rights Reserved
19923 Permission to use, copy, modify, and distribute this software and its
19924 documentation for any purpose and without fee is hereby granted, provided
19925 that the above copyright notice and this permission notice appear in all
19926 copies of the software and derivative works or modified versions thereof,
19927 and that both the copyright notice and this permission and disclaimer
19928 notice appear in supporting documentation.
19930 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
19931 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF
19932 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE
19933 UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE
19934 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
19935 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the
19936 University of Michigan and Merit Network, Inc. shall not be liable for any
19937 special, indirect, incidental or consequential damages with respect to any
19938 claim by Licensee or any third party arising from use of the software.
19939 ------------------------------------------------------------------------------
19940 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
19941 All rights reserved.
19943 License to copy and use this software is granted provided that it
19944 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
19945 Algorithm" in all material mentioning or referencing this software
19946 or this function.
19948 License is also granted to make and use derivative works provided
19949 that such works are identified as "derived from the RSA Data
19950 Security, Inc. MD5 Message-Digest Algorithm" in all material
19951 mentioning or referencing the derived work.
19953 RSA Data Security, Inc. makes no representations concerning either
19954 the merchantability of this software or the suitability of this
19955 software for any particular purpose. It is provided "as is"
19956 without express or implied warranty of any kind.
19958 These notices must be retained in any copies of any part of this
19959 documentation and/or software.
19960 ------------------------------------------------------------------------------
19962 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19963 </pre>
19964 <ul>
19965 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19966 </ul>
19967 </div>
19968 </div>
19971 <div class="product">
19972 <span class="title">procps-3.3.4</span>
19973 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19974 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span>
19975 <div class="licence">
19976 <pre></pre>
19977 <ul>
19978 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19979 </ul>
19980 </div>
19981 </div>
19984 <div class="product">
19985 <span class="title">protobuf-2.3.0</span>
19986 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19987 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
19988 <div class="licence">
19989 <pre></pre>
19990 <ul>
19991 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
19992 </ul>
19993 </div>
19994 </div>
19997 <div class="product">
19998 <span class="title">protobuf-python-2.3.0</span>
19999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20000 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
20001 <div class="licence">
20002 <pre></pre>
20003 <ul>
20004 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
20005 </ul>
20006 </div>
20007 </div>
20010 <div class="product">
20011 <span class="title">protofiles-0.0.1</span>
20012 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20013 <span class="homepage"><a href="http://chromium.org">homepage</a></span>
20014 <div class="licence">
20015 <pre></pre>
20016 <ul>
20017 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
20018 </ul>
20019 </div>
20020 </div>
20023 <div class="product">
20024 <span class="title">psmisc-22.20</span>
20025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20026 <span class="homepage"><a href="http://psmisc.sourceforge.net/">homepage</a></span>
20027 <div class="licence">
20028 <pre></pre>
20029 <ul>
20030 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
20031 </ul>
20032 </div>
20033 </div>
20036 <div class="product">
20037 <span class="title">punybench-0.0.1</span>
20038 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20039 <span class="homepage"><a href="https://chromium.googlesource.com/chromiumos/platform/punybench">homepage</a></span>
20040 <div class="licence">
20041 <pre></pre>
20042 <ul>
20043 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
20044 </ul>
20045 </div>
20046 </div>
20049 <div class="product">
20050 <span class="title">pv-1.3.4</span>
20051 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20052 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span>
20053 <div class="licence">
20054 <pre>Gentoo Package Stock License Artistic-2:
20056 The Artistic License 2.0
20058 Copyright (c) 2000-2006, The Perl Foundation.
20060 Everyone is permitted to copy and distribute verbatim copies
20061 of this license document, but changing it is not allowed.
20063 Preamble
20065 This license establishes the terms under which a given free software
20066 Package may be copied, modified, distributed, and/or redistributed.
20067 The intent is that the Copyright Holder maintains some artistic
20068 control over the development of that Package while still keeping the
20069 Package available as open source and free software.
20071 You are always permitted to make arrangements wholly outside of this
20072 license directly with the Copyright Holder of a given Package. If the
20073 terms of this license do not permit the full use that you propose to
20074 make of the Package, you should contact the Copyright Holder and seek
20075 a different licensing arrangement.
20077 Definitions
20079 "Copyright Holder" means the individual(s) or organization(s)
20080 named in the copyright notice for the entire Package.
20082 "Contributor" means any party that has contributed code or other
20083 material to the Package, in accordance with the Copyright Holder's
20084 procedures.
20086 "You" and "your" means any person who would like to copy,
20087 distribute, or modify the Package.
20089 "Package" means the collection of files distributed by the
20090 Copyright Holder, and derivatives of that collection and/or of
20091 those files. A given Package may consist of either the Standard
20092 Version, or a Modified Version.
20094 "Distribute" means providing a copy of the Package or making it
20095 accessible to anyone else, or in the case of a company or
20096 organization, to others outside of your company or organization.
20098 "Distributor Fee" means any fee that you charge for Distributing
20099 this Package or providing support for this Package to another
20100 party. It does not mean licensing fees.
20102 "Standard Version" refers to the Package if it has not been
20103 modified, or has been modified only in ways explicitly requested
20104 by the Copyright Holder.
20106 "Modified Version" means the Package, if it has been changed, and
20107 such changes were not explicitly requested by the Copyright
20108 Holder.
20110 "Original License" means this Artistic License as Distributed with
20111 the Standard Version of the Package, in its current version or as
20112 it may be modified by The Perl Foundation in the future.
20114 "Source" form means the source code, documentation source, and
20115 configuration files for the Package.
20117 "Compiled" form means the compiled bytecode, object code, binary,
20118 or any other form resulting from mechanical transformation or
20119 translation of the Source form.
20122 Permission for Use and Modification Without Distribution
20124 (1) You are permitted to use the Standard Version and create and use
20125 Modified Versions for any purpose without restriction, provided that
20126 you do not Distribute the Modified Version.
20129 Permissions for Redistribution of the Standard Version
20131 (2) You may Distribute verbatim copies of the Source form of the
20132 Standard Version of this Package in any medium without restriction,
20133 either gratis or for a Distributor Fee, provided that you duplicate
20134 all of the original copyright notices and associated disclaimers. At
20135 your discretion, such verbatim copies may or may not include a
20136 Compiled form of the Package.
20138 (3) You may apply any bug fixes, portability changes, and other
20139 modifications made available from the Copyright Holder. The resulting
20140 Package will still be considered the Standard Version, and as such
20141 will be subject to the Original License.
20144 Distribution of Modified Versions of the Package as Source
20146 (4) You may Distribute your Modified Version as Source (either gratis
20147 or for a Distributor Fee, and with or without a Compiled form of the
20148 Modified Version) provided that you clearly document how it differs
20149 from the Standard Version, including, but not limited to, documenting
20150 any non-standard features, executables, or modules, and provided that
20151 you do at least ONE of the following:
20153 (a) make the Modified Version available to the Copyright Holder
20154 of the Standard Version, under the Original License, so that the
20155 Copyright Holder may include your modifications in the Standard
20156 Version.
20158 (b) ensure that installation of your Modified Version does not
20159 prevent the user installing or running the Standard Version. In
20160 addition, the Modified Version must bear a name that is different
20161 from the name of the Standard Version.
20163 (c) allow anyone who receives a copy of the Modified Version to
20164 make the Source form of the Modified Version available to others
20165 under
20167 (i) the Original License or
20169 (ii) a license that permits the licensee to freely copy,
20170 modify and redistribute the Modified Version using the same
20171 licensing terms that apply to the copy that the licensee
20172 received, and requires that the Source form of the Modified
20173 Version, and of any works derived from it, be made freely
20174 available in that license fees are prohibited but Distributor
20175 Fees are allowed.
20178 Distribution of Compiled Forms of the Standard Version
20179 or Modified Versions without the Source
20181 (5) You may Distribute Compiled forms of the Standard Version without
20182 the Source, provided that you include complete instructions on how to
20183 get the Source of the Standard Version. Such instructions must be
20184 valid at the time of your distribution. If these instructions, at any
20185 time while you are carrying out such distribution, become invalid, you
20186 must provide new instructions on demand or cease further distribution.
20187 If you provide valid instructions or cease distribution within thirty
20188 days after you become aware that the instructions are invalid, then
20189 you do not forfeit any of your rights under this license.
20191 (6) You may Distribute a Modified Version in Compiled form without
20192 the Source, provided that you comply with Section 4 with respect to
20193 the Source of the Modified Version.
20196 Aggregating or Linking the Package
20198 (7) You may aggregate the Package (either the Standard Version or
20199 Modified Version) with other packages and Distribute the resulting
20200 aggregation provided that you do not charge a licensing fee for the
20201 Package. Distributor Fees are permitted, and licensing fees for other
20202 components in the aggregation are permitted. The terms of this license
20203 apply to the use and Distribution of the Standard or Modified Versions
20204 as included in the aggregation.
20206 (8) You are permitted to link Modified and Standard Versions with
20207 other works, to embed the Package in a larger work of your own, or to
20208 build stand-alone binary or bytecode versions of applications that
20209 include the Package, and Distribute the result without restriction,
20210 provided the result does not expose a direct interface to the Package.
20213 Items That are Not Considered Part of a Modified Version
20215 (9) Works (including, but not limited to, modules and scripts) that
20216 merely extend or make use of the Package, do not, by themselves, cause
20217 the Package to be a Modified Version. In addition, such works are not
20218 considered parts of the Package itself, and are not subject to the
20219 terms of this license.
20222 General Provisions
20224 (10) Any use, modification, and distribution of the Standard or
20225 Modified Versions is governed by this Artistic License. By using,
20226 modifying or distributing the Package, you accept this license. Do not
20227 use, modify, or distribute the Package, if you do not accept this
20228 license.
20230 (11) If your Modified Version has been derived from a Modified
20231 Version made by someone other than you, you are nevertheless required
20232 to ensure that your Modified Version complies with the requirements of
20233 this license.
20235 (12) This license does not grant you the right to use any trademark,
20236 service mark, tradename, or logo of the Copyright Holder.
20238 (13) This license includes the non-exclusive, worldwide,
20239 free-of-charge patent license to make, have made, use, offer to sell,
20240 sell, import and otherwise transfer the Package with respect to any
20241 patent claims licensable by the Copyright Holder that are necessarily
20242 infringed by the Package. If you institute patent litigation
20243 (including a cross-claim or counterclaim) against any party alleging
20244 that the Package constitutes direct or contributory patent
20245 infringement, then this Artistic License to you shall terminate on the
20246 date that such litigation is filed.
20248 (14) Disclaimer of Warranty:
20249 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
20250 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
20251 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
20252 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
20253 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
20254 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
20255 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
20256 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20258 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20259 </pre>
20260 <ul>
20262 </ul>
20263 </div>
20264 </div>
20267 <div class="product">
20268 <span class="title">pycairo-1.10.0</span>
20269 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20270 <span class="homepage"><a href="http://cairographics.org/pycairo/">homepage</a></span>
20271 <div class="licence">
20272 <pre></pre>
20273 <ul>
20274 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
20275 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
20276 </ul>
20277 </div>
20278 </div>
20281 <div class="product">
20282 <span class="title">pygobject-2.18.0</span>
20283 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20284 <span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span>
20285 <div class="licence">
20286 <pre></pre>
20287 <ul>
20288 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
20289 </ul>
20290 </div>
20291 </div>
20294 <div class="product">
20295 <span class="title">pygtk-2.14.1</span>
20296 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20297 <span class="homepage"><a href="http://www.pygtk.org/">homepage</a></span>
20298 <div class="licence">
20299 <pre></pre>
20300 <ul>
20301 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
20302 </ul>
20303 </div>
20304 </div>
20307 <div class="product">
20308 <span class="title">pyserial-2.5_rc2</span>
20309 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20310 <span class="homepage"><a href="http://pyserial.sourceforge.net/">homepage</a></span>
20311 <div class="licence">
20312 <pre>Gentoo Package Stock License PYTHON:
20314 HISTORY OF THE SOFTWARE
20315 =======================
20317 Python was created in the early 1990s by Guido van Rossum at Stichting
20318 Mathematisch Centrum (CWI) in the Netherlands as a successor of a
20319 language called ABC. Guido is Python's principal author, although it
20320 includes many contributions from others. The last version released
20321 from CWI was Python 1.2. In 1995, Guido continued his work on Python
20322 at the Corporation for National Research Initiatives (CNRI) in Reston,
20323 Virginia where he released several versions of the software. Python
20324 1.6 was the last of the versions released by CNRI. In 2000, Guido and
20325 the Python core developement team moved to BeOpen.com to form the
20326 BeOpen PythonLabs team (www.pythonlabs.com). Python 2.0 is the first
20327 release from PythonLabs. Thanks to the many outside volunteers who
20328 have worked under Guido's direction to make this release possible.
20332 BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0
20333 ==============================================
20335 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
20336 -----------------------------------------------------
20338 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
20339 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
20340 Individual or Organization ("Licensee") accessing and otherwise using
20341 this software in source or binary form and its associated
20342 documentation ("the Software").
20344 2. Subject to the terms and conditions of this BeOpen Python License
20345 Agreement, BeOpen hereby grants Licensee a non-exclusive,
20346 royalty-free, world-wide license to reproduce, analyze, test, perform
20347 and/or display publicly, prepare derivative works, distribute, and
20348 otherwise use the Software alone or in any derivative version,
20349 provided, however, that the BeOpen Python License is retained in the
20350 Software, alone or in any derivative version prepared by Licensee.
20352 3. BeOpen is making the Software available to Licensee on an "AS IS"
20353 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
20354 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
20355 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
20356 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
20357 INFRINGE ANY THIRD PARTY RIGHTS.
20359 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
20360 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
20361 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
20362 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
20364 5. This License Agreement will automatically terminate upon a material
20365 breach of its terms and conditions.
20367 6. This License Agreement shall be governed by and interpreted in all
20368 respects by the law of the State of California, excluding conflict of
20369 law provisions. Nothing in this License Agreement shall be deemed to
20370 create any relationship of agency, partnership, or joint venture
20371 between BeOpen and Licensee. This License Agreement does not grant
20372 permission to use BeOpen trademarks or trade names in a trademark
20373 sense to endorse or promote products or services of Licensee, or any
20374 third party. As an exception, the "BeOpen Python" logos available at
20375 http://www.pythonlabs.com/logos.html may be used according to the
20376 permissions granted on that web page.
20378 7. By copying, installing or otherwise using the software, Licensee
20379 agrees to be bound by the terms and conditions of this License
20380 Agreement.
20383 CNRI OPEN SOURCE LICENSE AGREEMENT
20384 ----------------------------------
20386 Python 1.6 CNRI OPEN SOURCE LICENSE AGREEMENT
20388 IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING
20389 ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR
20390 OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO
20391 THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
20393 1. This LICENSE AGREEMENT is between the Corporation for National
20394 Research Initiatives, having an office at 1895 Preston White Drive,
20395 Reston, VA 20191 ("CNRI"), and the Individual or Organization
20396 ("Licensee") accessing and otherwise using Python 1.6 software in
20397 source or binary form and its associated documentation, as released at
20398 the www.python.org Internet site on September 5, 2000 ("Python 1.6").
20400 2. Subject to the terms and conditions of this License Agreement, CNRI
20401 hereby grants Licensee a nonexclusive, royalty-free, world-wide
20402 license to reproduce, analyze, test, perform and/or display publicly,
20403 prepare derivative works, distribute, and otherwise use Python 1.6
20404 alone or in any derivative version, provided, however, that CNRI's
20405 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
20406 1995-2000 Corporation for National Research Initiatives; All Rights
20407 Reserved" are retained in Python 1.6 alone or in any derivative
20408 version prepared by
20410 Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee
20411 may substitute the following text (omitting the quotes): "Python 1.6
20412 is made available subject to the terms and conditions in CNRI's
20413 License Agreement. This Agreement together with Python 1.6 may be
20414 located on the Internet using the following unique, persistent
20415 identifier (known as a handle): 1895.22/1012. This Agreement may also
20416 be obtained from a proxy server on the Internet using the following
20417 URL: http://hdl.handle.net/1895.22/1012".
20419 3. In the event Licensee prepares a derivative work that is based on
20420 or incorporates Python 1.6 or any part thereof, and wants to make the
20421 derivative work available to others as provided herein, then Licensee
20422 hereby agrees to include in any such work a brief summary of the
20423 changes made to Python 1.6.
20425 4. CNRI is making Python 1.6 available to Licensee on an "AS IS"
20426 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
20427 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
20428 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
20429 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT
20430 INFRINGE ANY THIRD PARTY RIGHTS.
20432 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
20433 1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
20434 RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR
20435 ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
20437 6. This License Agreement will automatically terminate upon a material
20438 breach of its terms and conditions.
20440 7. This License Agreement shall be governed by and interpreted in all
20441 respects by the law of the State of Virginia, excluding conflict of
20442 law provisions. Nothing in this License Agreement shall be deemed to
20443 create any relationship of agency, partnership, or joint venture
20444 between CNRI and Licensee. This License Agreement does not grant
20445 permission to use CNRI trademarks or trade name in a trademark sense
20446 to endorse or promote products or services of Licensee, or any third
20447 party.
20449 8. By clicking on the "ACCEPT" button where indicated, or by copying,
20450 installing or otherwise using Python 1.6, Licensee agrees to be bound
20451 by the terms and conditions of this License Agreement.
20453 ACCEPT
20456 CWI PERMISSIONS STATEMENT AND DISCLAIMER
20457 ----------------------------------------
20459 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
20460 The Netherlands. All rights reserved.
20462 Permission to use, copy, modify, and distribute this software and its
20463 documentation for any purpose and without fee is hereby granted,
20464 provided that the above copyright notice appear in all copies and that
20465 both that copyright notice and this permission notice appear in
20466 supporting documentation, and that the name of Stichting Mathematisch
20467 Centrum or CWI not be used in advertising or publicity pertaining to
20468 distribution of the software without specific, written prior
20469 permission.
20471 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
20472 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20473 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
20474 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20475 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20476 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
20477 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20479 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20480 </pre>
20481 <ul>
20483 </ul>
20484 </div>
20485 </div>
20488 <div class="product">
20489 <span class="title">python-2.7.3</span>
20490 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
20491 <span class="homepage"><a href="http://www.python.org/">homepage</a></span>
20492 <div class="licence">
20493 <pre>Scanned Source License Python-2.7.3/Doc/license.rst:
20495 .. highlightlang:: none
20497 .. _history-and-license:
20499 *******************
20500 History and License
20501 *******************
20504 History of the software
20505 =======================
20507 Python was created in the early 1990s by Guido van Rossum at Stichting
20508 Mathematisch Centrum (CWI, see http://www.cwi.nl/) in the Netherlands as a
20509 successor of a language called ABC. Guido remains Python's principal author,
20510 although it includes many contributions from others.
20512 In 1995, Guido continued his work on Python at the Corporation for National
20513 Research Initiatives (CNRI, see http://www.cnri.reston.va.us/) in Reston,
20514 Virginia where he released several versions of the software.
20516 In May 2000, Guido and the Python core development team moved to BeOpen.com to
20517 form the BeOpen PythonLabs team. In October of the same year, the PythonLabs
20518 team moved to Digital Creations (now Zope Corporation; see
20519 http://www.zope.com/). In 2001, the Python Software Foundation (PSF, see
20520 http://www.python.org/psf/) was formed, a non-profit organization created
20521 specifically to own Python-related Intellectual Property. Zope Corporation is a
20522 sponsoring member of the PSF.
20524 All Python releases are Open Source (see http://www.opensource.org/ for the Open
20525 Source Definition). Historically, most, but not all, Python releases have also
20526 been GPL-compatible; the table below summarizes the various releases.
20528 +----------------+--------------+-----------+------------+-----------------+
20529 | Release | Derived from | Year | Owner | GPL compatible? |
20530 +================+==============+===========+============+=================+
20531 | 0.9.0 thru 1.2 | n/a | 1991-1995 | CWI | yes |
20532 +----------------+--------------+-----------+------------+-----------------+
20533 | 1.3 thru 1.5.2 | 1.2 | 1995-1999 | CNRI | yes |
20534 +----------------+--------------+-----------+------------+-----------------+
20535 | 1.6 | 1.5.2 | 2000 | CNRI | no |
20536 +----------------+--------------+-----------+------------+-----------------+
20537 | 2.0 | 1.6 | 2000 | BeOpen.com | no |
20538 +----------------+--------------+-----------+------------+-----------------+
20539 | 1.6.1 | 1.6 | 2001 | CNRI | no |
20540 +----------------+--------------+-----------+------------+-----------------+
20541 | 2.1 | 2.0+1.6.1 | 2001 | PSF | no |
20542 +----------------+--------------+-----------+------------+-----------------+
20543 | 2.0.1 | 2.0+1.6.1 | 2001 | PSF | yes |
20544 +----------------+--------------+-----------+------------+-----------------+
20545 | 2.1.1 | 2.1+2.0.1 | 2001 | PSF | yes |
20546 +----------------+--------------+-----------+------------+-----------------+
20547 | 2.2 | 2.1.1 | 2001 | PSF | yes |
20548 +----------------+--------------+-----------+------------+-----------------+
20549 | 2.1.2 | 2.1.1 | 2002 | PSF | yes |
20550 +----------------+--------------+-----------+------------+-----------------+
20551 | 2.1.3 | 2.1.2 | 2002 | PSF | yes |
20552 +----------------+--------------+-----------+------------+-----------------+
20553 | 2.2.1 | 2.2 | 2002 | PSF | yes |
20554 +----------------+--------------+-----------+------------+-----------------+
20555 | 2.2.2 | 2.2.1 | 2002 | PSF | yes |
20556 +----------------+--------------+-----------+------------+-----------------+
20557 | 2.2.3 | 2.2.2 | 2002-2003 | PSF | yes |
20558 +----------------+--------------+-----------+------------+-----------------+
20559 | 2.3 | 2.2.2 | 2002-2003 | PSF | yes |
20560 +----------------+--------------+-----------+------------+-----------------+
20561 | 2.3.1 | 2.3 | 2002-2003 | PSF | yes |
20562 +----------------+--------------+-----------+------------+-----------------+
20563 | 2.3.2 | 2.3.1 | 2003 | PSF | yes |
20564 +----------------+--------------+-----------+------------+-----------------+
20565 | 2.3.3 | 2.3.2 | 2003 | PSF | yes |
20566 +----------------+--------------+-----------+------------+-----------------+
20567 | 2.3.4 | 2.3.3 | 2004 | PSF | yes |
20568 +----------------+--------------+-----------+------------+-----------------+
20569 | 2.3.5 | 2.3.4 | 2005 | PSF | yes |
20570 +----------------+--------------+-----------+------------+-----------------+
20571 | 2.4 | 2.3 | 2004 | PSF | yes |
20572 +----------------+--------------+-----------+------------+-----------------+
20573 | 2.4.1 | 2.4 | 2005 | PSF | yes |
20574 +----------------+--------------+-----------+------------+-----------------+
20575 | 2.4.2 | 2.4.1 | 2005 | PSF | yes |
20576 +----------------+--------------+-----------+------------+-----------------+
20577 | 2.4.3 | 2.4.2 | 2006 | PSF | yes |
20578 +----------------+--------------+-----------+------------+-----------------+
20579 | 2.4.4 | 2.4.3 | 2006 | PSF | yes |
20580 +----------------+--------------+-----------+------------+-----------------+
20581 | 2.5 | 2.4 | 2006 | PSF | yes |
20582 +----------------+--------------+-----------+------------+-----------------+
20583 | 2.5.1 | 2.5 | 2007 | PSF | yes |
20584 +----------------+--------------+-----------+------------+-----------------+
20585 | 2.5.2 | 2.5.1 | 2008 | PSF | yes |
20586 +----------------+--------------+-----------+------------+-----------------+
20587 | 2.5.3 | 2.5.2 | 2008 | PSF | yes |
20588 +----------------+--------------+-----------+------------+-----------------+
20589 | 2.6 | 2.5 | 2008 | PSF | yes |
20590 +----------------+--------------+-----------+------------+-----------------+
20591 | 2.6.1 | 2.6 | 2008 | PSF | yes |
20592 +----------------+--------------+-----------+------------+-----------------+
20593 | 2.6.2 | 2.6.1 | 2009 | PSF | yes |
20594 +----------------+--------------+-----------+------------+-----------------+
20595 | 2.6.3 | 2.6.2 | 2009 | PSF | yes |
20596 +----------------+--------------+-----------+------------+-----------------+
20597 | 2.6.4 | 2.6.3 | 2010 | PSF | yes |
20598 +----------------+--------------+-----------+------------+-----------------+
20599 | 2.7 | 2.6 | 2010 | PSF | yes |
20600 +----------------+--------------+-----------+------------+-----------------+
20602 .. note::
20604 GPL-compatible doesn't mean that we're distributing Python under the GPL. All
20605 Python licenses, unlike the GPL, let you distribute a modified version without
20606 making your changes open source. The GPL-compatible licenses make it possible to
20607 combine Python with other software that is released under the GPL; the others
20608 don't.
20610 Thanks to the many outside volunteers who have worked under Guido's direction to
20611 make these releases possible.
20614 Terms and conditions for accessing or otherwise using Python
20615 ============================================================
20618 .. centered:: PSF LICENSE AGREEMENT FOR PYTHON |release|
20620 #. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
20621 the Individual or Organization ("Licensee") accessing and otherwise using Python
20622 |release| software in source or binary form and its associated documentation.
20624 #. Subject to the terms and conditions of this License Agreement, PSF hereby
20625 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
20626 analyze, test, perform and/or display publicly, prepare derivative works,
20627 distribute, and otherwise use Python |release| alone or in any derivative
20628 version, provided, however, that PSF's License Agreement and PSF's notice of
20629 copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights
20630 Reserved" are retained in Python |release| alone or in any derivative version
20631 prepared by Licensee.
20633 #. In the event Licensee prepares a derivative work that is based on or
20634 incorporates Python |release| or any part thereof, and wants to make the
20635 derivative work available to others as provided herein, then Licensee hereby
20636 agrees to include in any such work a brief summary of the changes made to Python
20637 |release|.
20639 #. PSF is making Python |release| available to Licensee on an "AS IS" basis.
20640 PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
20641 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
20642 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
20643 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
20645 #. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |release|
20646 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
20647 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON |release|, OR ANY DERIVATIVE
20648 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
20650 #. This License Agreement will automatically terminate upon a material breach of
20651 its terms and conditions.
20653 #. Nothing in this License Agreement shall be deemed to create any relationship
20654 of agency, partnership, or joint venture between PSF and Licensee. This License
20655 Agreement does not grant permission to use PSF trademarks or trade name in a
20656 trademark sense to endorse or promote products or services of Licensee, or any
20657 third party.
20659 #. By copying, installing or otherwise using Python |release|, Licensee agrees
20660 to be bound by the terms and conditions of this License Agreement.
20663 .. centered:: BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
20666 .. centered:: BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
20668 #. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
20669 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
20670 ("Licensee") accessing and otherwise using this software in source or binary
20671 form and its associated documentation ("the Software").
20673 #. Subject to the terms and conditions of this BeOpen Python License Agreement,
20674 BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
20675 to reproduce, analyze, test, perform and/or display publicly, prepare derivative
20676 works, distribute, and otherwise use the Software alone or in any derivative
20677 version, provided, however, that the BeOpen Python License is retained in the
20678 Software, alone or in any derivative version prepared by Licensee.
20680 #. BeOpen is making the Software available to Licensee on an "AS IS" basis.
20681 BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
20682 EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
20683 WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
20684 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
20686 #. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
20687 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
20688 MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
20689 ADVISED OF THE POSSIBILITY THEREOF.
20691 #. This License Agreement will automatically terminate upon a material breach of
20692 its terms and conditions.
20694 #. This License Agreement shall be governed by and interpreted in all respects
20695 by the law of the State of California, excluding conflict of law provisions.
20696 Nothing in this License Agreement shall be deemed to create any relationship of
20697 agency, partnership, or joint venture between BeOpen and Licensee. This License
20698 Agreement does not grant permission to use BeOpen trademarks or trade names in a
20699 trademark sense to endorse or promote products or services of Licensee, or any
20700 third party. As an exception, the "BeOpen Python" logos available at
20701 http://www.pythonlabs.com/logos.html may be used according to the permissions
20702 granted on that web page.
20704 #. By copying, installing or otherwise using the software, Licensee agrees to be
20705 bound by the terms and conditions of this License Agreement.
20708 .. centered:: CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
20710 #. This LICENSE AGREEMENT is between the Corporation for National Research
20711 Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
20712 ("CNRI"), and the Individual or Organization ("Licensee") accessing and
20713 otherwise using Python 1.6.1 software in source or binary form and its
20714 associated documentation.
20716 #. Subject to the terms and conditions of this License Agreement, CNRI hereby
20717 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
20718 analyze, test, perform and/or display publicly, prepare derivative works,
20719 distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
20720 provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
20721 i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
20722 Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
20723 prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
20724 Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
20725 is made available subject to the terms and conditions in CNRI's License
20726 Agreement. This Agreement together with Python 1.6.1 may be located on the
20727 Internet using the following unique, persistent identifier (known as a handle):
20728 1895.22/1013. This Agreement may also be obtained from a proxy server on the
20729 Internet using the following URL: http://hdl.handle.net/1895.22/1013."
20731 #. In the event Licensee prepares a derivative work that is based on or
20732 incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
20733 work available to others as provided herein, then Licensee hereby agrees to
20734 include in any such work a brief summary of the changes made to Python 1.6.1.
20736 #. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI
20737 MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE,
20738 BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
20739 OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
20740 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
20742 #. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
20743 ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
20744 MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
20745 THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
20747 #. This License Agreement will automatically terminate upon a material breach of
20748 its terms and conditions.
20750 #. This License Agreement shall be governed by the federal intellectual property
20751 law of the United States, including without limitation the federal copyright
20752 law, and, to the extent such U.S. federal law does not apply, by the law of the
20753 Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
20754 Notwithstanding the foregoing, with regard to derivative works based on Python
20755 1.6.1 that incorporate non-separable material that was previously distributed
20756 under the GNU General Public License (GPL), the law of the Commonwealth of
20757 Virginia shall govern this License Agreement only as to issues arising under or
20758 with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in
20759 this License Agreement shall be deemed to create any relationship of agency,
20760 partnership, or joint venture between CNRI and Licensee. This License Agreement
20761 does not grant permission to use CNRI trademarks or trade name in a trademark
20762 sense to endorse or promote products or services of Licensee, or any third
20763 party.
20765 #. By clicking on the "ACCEPT" button where indicated, or by copying, installing
20766 or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
20767 conditions of this License Agreement.
20770 .. centered:: ACCEPT
20773 .. centered:: CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
20775 Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
20776 Netherlands. All rights reserved.
20778 Permission to use, copy, modify, and distribute this software and its
20779 documentation for any purpose and without fee is hereby granted, provided that
20780 the above copyright notice appear in all copies and that both that copyright
20781 notice and this permission notice appear in supporting documentation, and that
20782 the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
20783 publicity pertaining to distribution of the software without specific, written
20784 prior permission.
20786 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
20787 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20788 EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
20789 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20790 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
20791 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20792 SOFTWARE.
20795 Licenses and Acknowledgements for Incorporated Software
20796 =======================================================
20798 This section is an incomplete, but growing list of licenses and acknowledgements
20799 for third-party software incorporated in the Python distribution.
20802 Mersenne Twister
20803 ----------------
20805 The :mod:`_random` module includes code based on a download from
20806 http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
20807 the verbatim comments from the original code::
20809 A C-program for MT19937, with initialization improved 2002/1/26.
20810 Coded by Takuji Nishimura and Makoto Matsumoto.
20812 Before using, initialize the state by using init_genrand(seed)
20813 or init_by_array(init_key, key_length).
20815 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
20816 All rights reserved.
20818 Redistribution and use in source and binary forms, with or without
20819 modification, are permitted provided that the following conditions
20820 are met:
20822 1. Redistributions of source code must retain the above copyright
20823 notice, this list of conditions and the following disclaimer.
20825 2. Redistributions in binary form must reproduce the above copyright
20826 notice, this list of conditions and the following disclaimer in the
20827 documentation and/or other materials provided with the distribution.
20829 3. The names of its contributors may not be used to endorse or promote
20830 products derived from this software without specific prior written
20831 permission.
20833 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20834 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20835 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20836 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
20837 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
20838 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
20839 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
20840 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
20841 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
20842 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
20843 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20846 Any feedback is very welcome.
20847 http://www.math.keio.ac.jp/matumoto/emt.html
20848 email: matumoto@math.keio.ac.jp
20851 Sockets
20852 -------
20854 The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
20855 :func:`getnameinfo`, which are coded in separate source files from the WIDE
20856 Project, http://www.wide.ad.jp/. ::
20858 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
20859 All rights reserved.
20861 Redistribution and use in source and binary forms, with or without
20862 modification, are permitted provided that the following conditions
20863 are met:
20864 1. Redistributions of source code must retain the above copyright
20865 notice, this list of conditions and the following disclaimer.
20866 2. Redistributions in binary form must reproduce the above copyright
20867 notice, this list of conditions and the following disclaimer in the
20868 documentation and/or other materials provided with the distribution.
20869 3. Neither the name of the project nor the names of its contributors
20870 may be used to endorse or promote products derived from this software
20871 without specific prior written permission.
20873 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
20874 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20875 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20876 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
20877 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20878 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20879 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20880 HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20881 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN GAI_ANY WAY
20882 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
20883 SUCH DAMAGE.
20886 Floating point exception control
20887 --------------------------------
20889 The source for the :mod:`fpectl` module includes the following notice::
20891 ---------------------------------------------------------------------
20892 / Copyright (c) 1996. \
20893 | The Regents of the University of California. |
20894 | All rights reserved. |
20896 | Permission to use, copy, modify, and distribute this software for |
20897 | any purpose without fee is hereby granted, provided that this en- |
20898 | tire notice is included in all copies of any software which is or |
20899 | includes a copy or modification of this software and in all |
20900 | copies of the supporting documentation for such software. |
20902 | This work was produced at the University of California, Lawrence |
20903 | Livermore National Laboratory under contract no. W-7405-ENG-48 |
20904 | between the U.S. Department of Energy and The Regents of the |
20905 | University of California for the operation of UC LLNL. |
20907 | DISCLAIMER |
20909 | This software was prepared as an account of work sponsored by an |
20910 | agency of the United States Government. Neither the United States |
20911 | Government nor the University of California nor any of their em- |
20912 | ployees, makes any warranty, express or implied, or assumes any |
20913 | liability or responsibility for the accuracy, completeness, or |
20914 | usefulness of any information, apparatus, product, or process |
20915 | disclosed, or represents that its use would not infringe |
20916 | privately-owned rights. Reference herein to any specific commer- |
20917 | cial products, process, or service by trade name, trademark, |
20918 | manufacturer, or otherwise, does not necessarily constitute or |
20919 | imply its endorsement, recommendation, or favoring by the United |
20920 | States Government or the University of California. The views and |
20921 | opinions of authors expressed herein do not necessarily state or |
20922 | reflect those of the United States Government or the University |
20923 | of California, and shall not be used for advertising or product |
20924 \ endorsement purposes. /
20925 ---------------------------------------------------------------------
20928 MD5 message digest algorithm
20929 ----------------------------
20931 The source code for the :mod:`md5` module contains the following notice::
20933 Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved.
20935 This software is provided 'as-is', without any express or implied
20936 warranty. In no event will the authors be held liable for any damages
20937 arising from the use of this software.
20939 Permission is granted to anyone to use this software for any purpose,
20940 including commercial applications, and to alter it and redistribute it
20941 freely, subject to the following restrictions:
20943 1. The origin of this software must not be misrepresented; you must not
20944 claim that you wrote the original software. If you use this software
20945 in a product, an acknowledgment in the product documentation would be
20946 appreciated but is not required.
20947 2. Altered source versions must be plainly marked as such, and must not be
20948 misrepresented as being the original software.
20949 3. This notice may not be removed or altered from any source distribution.
20951 L. Peter Deutsch
20952 ghost@aladdin.com
20954 Independent implementation of MD5 (RFC 1321).
20956 This code implements the MD5 Algorithm defined in RFC 1321, whose
20957 text is available at
20958 http://www.ietf.org/rfc/rfc1321.txt
20959 The code is derived from the text of the RFC, including the test suite
20960 (section A.5) but excluding the rest of Appendix A. It does not include
20961 any code or documentation that is identified in the RFC as being
20962 copyrighted.
20964 The original and principal author of md5.h is L. Peter Deutsch
20965 &lt;ghost@aladdin.com&gt;. Other authors are noted in the change history
20966 that follows (in reverse chronological order):
20968 2002-04-13 lpd Removed support for non-ANSI compilers; removed
20969 references to Ghostscript; clarified derivation from RFC 1321;
20970 now handles byte order either statically or dynamically.
20971 1999-11-04 lpd Edited comments slightly for automatic TOC extraction.
20972 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5);
20973 added conditionalization for C++ compilation from Martin
20974 Purschke &lt;purschke@bnl.gov&gt;.
20975 1999-05-03 lpd Original version.
20978 Asynchronous socket services
20979 ----------------------------
20981 The :mod:`asynchat` and :mod:`asyncore` modules contain the following notice::
20983 Copyright 1996 by Sam Rushing
20985 All Rights Reserved
20987 Permission to use, copy, modify, and distribute this software and
20988 its documentation for any purpose and without fee is hereby
20989 granted, provided that the above copyright notice appear in all
20990 copies and that both that copyright notice and this permission
20991 notice appear in supporting documentation, and that the name of Sam
20992 Rushing not be used in advertising or publicity pertaining to
20993 distribution of the software without specific, written prior
20994 permission.
20996 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20997 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
20998 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20999 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
21000 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
21001 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
21002 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21005 Cookie management
21006 -----------------
21008 The :mod:`Cookie` module contains the following notice::
21010 Copyright 2000 by Timothy O'Malley &lt;timo@alum.mit.edu&gt;
21012 All Rights Reserved
21014 Permission to use, copy, modify, and distribute this software
21015 and its documentation for any purpose and without fee is hereby
21016 granted, provided that the above copyright notice appear in all
21017 copies and that both that copyright notice and this permission
21018 notice appear in supporting documentation, and that the name of
21019 Timothy O'Malley not be used in advertising or publicity
21020 pertaining to distribution of the software without specific, written
21021 prior permission.
21023 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
21024 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21025 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
21026 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21027 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
21028 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
21029 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21030 PERFORMANCE OF THIS SOFTWARE.
21033 Execution tracing
21034 -----------------
21036 The :mod:`trace` module contains the following notice::
21038 portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
21039 err... reserved and offered to the public under the terms of the
21040 Python 2.2 license.
21041 Author: Zooko O'Whielacronx
21042 http://zooko.com/
21043 mailto:zooko@zooko.com
21045 Copyright 2000, Mojam Media, Inc., all rights reserved.
21046 Author: Skip Montanaro
21048 Copyright 1999, Bioreason, Inc., all rights reserved.
21049 Author: Andrew Dalke
21051 Copyright 1995-1997, Automatrix, Inc., all rights reserved.
21052 Author: Skip Montanaro
21054 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
21057 Permission to use, copy, modify, and distribute this Python software and
21058 its associated documentation for any purpose without fee is hereby
21059 granted, provided that the above copyright notice appears in all copies,
21060 and that both that copyright notice and this permission notice appear in
21061 supporting documentation, and that the name of neither Automatrix,
21062 Bioreason or Mojam Media be used in advertising or publicity pertaining to
21063 distribution of the software without specific, written prior permission.
21066 UUencode and UUdecode functions
21067 -------------------------------
21069 The :mod:`uu` module contains the following notice::
21071 Copyright 1994 by Lance Ellinghouse
21072 Cathedral City, California Republic, United States of America.
21073 All Rights Reserved
21074 Permission to use, copy, modify, and distribute this software and its
21075 documentation for any purpose and without fee is hereby granted,
21076 provided that the above copyright notice appear in all copies and that
21077 both that copyright notice and this permission notice appear in
21078 supporting documentation, and that the name of Lance Ellinghouse
21079 not be used in advertising or publicity pertaining to distribution
21080 of the software without specific, written prior permission.
21081 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
21082 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21083 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
21084 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21085 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21086 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
21087 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21089 Modified by Jack Jansen, CWI, July 1995:
21090 - Use binascii module to do the actual line-by-line conversion
21091 between ascii and binary. This results in a 1000-fold speedup. The C
21092 version is still 5 times faster, though.
21093 - Arguments more compliant with Python standard
21096 XML Remote Procedure Calls
21097 --------------------------
21099 The :mod:`xmlrpclib` module contains the following notice::
21101 The XML-RPC client interface is
21103 Copyright (c) 1999-2002 by Secret Labs AB
21104 Copyright (c) 1999-2002 by Fredrik Lundh
21106 By obtaining, using, and/or copying this software and/or its
21107 associated documentation, you agree that you have read, understood,
21108 and will comply with the following terms and conditions:
21110 Permission to use, copy, modify, and distribute this software and
21111 its associated documentation for any purpose and without fee is
21112 hereby granted, provided that the above copyright notice appears in
21113 all copies, and that both that copyright notice and this permission
21114 notice appear in supporting documentation, and that the name of
21115 Secret Labs AB or the author not be used in advertising or publicity
21116 pertaining to distribution of the software without specific, written
21117 prior permission.
21119 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
21120 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
21121 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
21122 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
21123 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
21124 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
21125 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
21126 OF THIS SOFTWARE.
21129 test_epoll
21130 ----------
21132 The :mod:`test_epoll` contains the following notice::
21134 Copyright (c) 2001-2006 Twisted Matrix Laboratories.
21136 Permission is hereby granted, free of charge, to any person obtaining
21137 a copy of this software and associated documentation files (the
21138 "Software"), to deal in the Software without restriction, including
21139 without limitation the rights to use, copy, modify, merge, publish,
21140 distribute, sublicense, and/or sell copies of the Software, and to
21141 permit persons to whom the Software is furnished to do so, subject to
21142 the following conditions:
21144 The above copyright notice and this permission notice shall be
21145 included in all copies or substantial portions of the Software.
21147 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21148 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21149 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21150 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21151 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21152 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21153 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21155 Select kqueue
21156 -------------
21158 The :mod:`select` and contains the following notice for the kqueue interface::
21160 Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
21161 All rights reserved.
21163 Redistribution and use in source and binary forms, with or without
21164 modification, are permitted provided that the following conditions
21165 are met:
21166 1. Redistributions of source code must retain the above copyright
21167 notice, this list of conditions and the following disclaimer.
21168 2. Redistributions in binary form must reproduce the above copyright
21169 notice, this list of conditions and the following disclaimer in the
21170 documentation and/or other materials provided with the distribution.
21172 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21173 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21174 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21175 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21176 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21177 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21178 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21179 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21180 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21181 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21182 SUCH DAMAGE.
21185 strtod and dtoa
21186 ---------------
21188 The file :file:`Python/dtoa.c`, which supplies C functions dtoa and
21189 strtod for conversion of C doubles to and from strings, is derived
21190 from the file of the same name by David M. Gay, currently available
21191 from http://www.netlib.org/fp/. The original file, as retrieved on
21192 March 16, 2009, contains the following copyright and licensing
21193 notice::
21195 /****************************************************************
21197 * The author of this software is David M. Gay.
21199 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
21201 * Permission to use, copy, modify, and distribute this software for any
21202 * purpose without fee is hereby granted, provided that this entire notice
21203 * is included in all copies of any software which is or includes a copy
21204 * or modification of this software and in all copies of the supporting
21205 * documentation for such software.
21207 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
21208 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
21209 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
21210 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
21212 ***************************************************************/
21215 OpenSSL
21216 -------
21218 The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use
21219 the OpenSSL library for added performance if made available by the
21220 operating system. Additionally, the Windows installers for Python
21221 include a copy of the OpenSSL libraries, so we include a copy of the
21222 OpenSSL license here::
21225 LICENSE ISSUES
21226 ==============
21228 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
21229 the OpenSSL License and the original SSLeay license apply to the toolkit.
21230 See below for the actual license texts. Actually both licenses are BSD-style
21231 Open Source licenses. In case of any license issues related to OpenSSL
21232 please contact openssl-core@openssl.org.
21234 OpenSSL License
21235 ---------------
21237 /* ====================================================================
21238 * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
21240 * Redistribution and use in source and binary forms, with or without
21241 * modification, are permitted provided that the following conditions
21242 * are met:
21244 * 1. Redistributions of source code must retain the above copyright
21245 * notice, this list of conditions and the following disclaimer.
21247 * 2. Redistributions in binary form must reproduce the above copyright
21248 * notice, this list of conditions and the following disclaimer in
21249 * the documentation and/or other materials provided with the
21250 * distribution.
21252 * 3. All advertising materials mentioning features or use of this
21253 * software must display the following acknowledgment:
21254 * "This product includes software developed by the OpenSSL Project
21255 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
21257 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
21258 * endorse or promote products derived from this software without
21259 * prior written permission. For written permission, please contact
21260 * openssl-core@openssl.org.
21262 * 5. Products derived from this software may not be called "OpenSSL"
21263 * nor may "OpenSSL" appear in their names without prior written
21264 * permission of the OpenSSL Project.
21266 * 6. Redistributions of any form whatsoever must retain the following
21267 * acknowledgment:
21268 * "This product includes software developed by the OpenSSL Project
21269 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
21271 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
21272 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21273 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21274 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
21275 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21276 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21277 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21278 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21279 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21280 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
21281 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
21282 * OF THE POSSIBILITY OF SUCH DAMAGE.
21283 * ====================================================================
21285 * This product includes cryptographic software written by Eric Young
21286 * (eay@cryptsoft.com). This product includes software written by Tim
21287 * Hudson (tjh@cryptsoft.com).
21291 Original SSLeay License
21292 -----------------------
21294 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
21295 * All rights reserved.
21297 * This package is an SSL implementation written
21298 * by Eric Young (eay@cryptsoft.com).
21299 * The implementation was written so as to conform with Netscapes SSL.
21301 * This library is free for commercial and non-commercial use as long as
21302 * the following conditions are aheared to. The following conditions
21303 * apply to all code found in this distribution, be it the RC4, RSA,
21304 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
21305 * included with this distribution is covered by the same copyright terms
21306 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
21308 * Copyright remains Eric Young's, and as such any Copyright notices in
21309 * the code are not to be removed.
21310 * If this package is used in a product, Eric Young should be given attribution
21311 * as the author of the parts of the library used.
21312 * This can be in the form of a textual message at program startup or
21313 * in documentation (online or textual) provided with the package.
21315 * Redistribution and use in source and binary forms, with or without
21316 * modification, are permitted provided that the following conditions
21317 * are met:
21318 * 1. Redistributions of source code must retain the copyright
21319 * notice, this list of conditions and the following disclaimer.
21320 * 2. Redistributions in binary form must reproduce the above copyright
21321 * notice, this list of conditions and the following disclaimer in the
21322 * documentation and/or other materials provided with the distribution.
21323 * 3. All advertising materials mentioning features or use of this software
21324 * must display the following acknowledgement:
21325 * "This product includes cryptographic software written by
21326 * Eric Young (eay@cryptsoft.com)"
21327 * The word 'cryptographic' can be left out if the rouines from the library
21328 * being used are not cryptographic related :-).
21329 * 4. If you include any Windows specific code (or a derivative thereof) from
21330 * the apps directory (application code) you must include an acknowledgement:
21331 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
21333 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
21334 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21335 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21336 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21337 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21338 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21339 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21340 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21341 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21342 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21343 * SUCH DAMAGE.
21345 * The licence and distribution terms for any publically available version or
21346 * derivative of this code cannot be changed. i.e. this code cannot simply be
21347 * copied and put under another distribution licence
21348 * [including the GNU Public Licence.]
21352 expat
21353 -----
21355 The :mod:`pyexpat` extension is built using an included copy of the expat
21356 sources unless the build is configured ``--with-system-expat``::
21358 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
21359 and Clark Cooper
21361 Permission is hereby granted, free of charge, to any person obtaining
21362 a copy of this software and associated documentation files (the
21363 "Software"), to deal in the Software without restriction, including
21364 without limitation the rights to use, copy, modify, merge, publish,
21365 distribute, sublicense, and/or sell copies of the Software, and to
21366 permit persons to whom the Software is furnished to do so, subject to
21367 the following conditions:
21369 The above copyright notice and this permission notice shall be included
21370 in all copies or substantial portions of the Software.
21372 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21373 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21374 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21375 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21376 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21377 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21378 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21381 libffi
21382 ------
21384 The :mod:`_ctypes` extension is built using an included copy of the libffi
21385 sources unless the build is configured ``--with-system-libffi``::
21387 Copyright (c) 1996-2008 Red Hat, Inc and others.
21389 Permission is hereby granted, free of charge, to any person obtaining
21390 a copy of this software and associated documentation files (the
21391 ``Software''), to deal in the Software without restriction, including
21392 without limitation the rights to use, copy, modify, merge, publish,
21393 distribute, sublicense, and/or sell copies of the Software, and to
21394 permit persons to whom the Software is furnished to do so, subject to
21395 the following conditions:
21397 The above copyright notice and this permission notice shall be included
21398 in all copies or substantial portions of the Software.
21400 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
21401 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21402 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21403 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21404 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21405 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21406 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21407 DEALINGS IN THE SOFTWARE.
21410 zlib
21411 ----
21413 The :mod:`zlib` extension is built using an included copy of the zlib
21414 sources if the zlib version found on the system is too old to be
21415 used for the build::
21417 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
21419 This software is provided 'as-is', without any express or implied
21420 warranty. In no event will the authors be held liable for any damages
21421 arising from the use of this software.
21423 Permission is granted to anyone to use this software for any purpose,
21424 including commercial applications, and to alter it and redistribute it
21425 freely, subject to the following restrictions:
21427 1. The origin of this software must not be misrepresented; you must not
21428 claim that you wrote the original software. If you use this software
21429 in a product, an acknowledgment in the product documentation would be
21430 appreciated but is not required.
21432 2. Altered source versions must be plainly marked as such, and must not be
21433 misrepresented as being the original software.
21435 3. This notice may not be removed or altered from any source distribution.
21437 Jean-loup Gailly Mark Adler
21438 jloup@gzip.org madler@alumni.caltech.edu
21441 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21443 Scanned Source License Python-2.7.3/LICENSE:
21445 A. HISTORY OF THE SOFTWARE
21446 ==========================
21448 Python was created in the early 1990s by Guido van Rossum at Stichting
21449 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
21450 as a successor of a language called ABC. Guido remains Python's
21451 principal author, although it includes many contributions from others.
21453 In 1995, Guido continued his work on Python at the Corporation for
21454 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
21455 in Reston, Virginia where he released several versions of the
21456 software.
21458 In May 2000, Guido and the Python core development team moved to
21459 BeOpen.com to form the BeOpen PythonLabs team. In October of the same
21460 year, the PythonLabs team moved to Digital Creations (now Zope
21461 Corporation, see http://www.zope.com). In 2001, the Python Software
21462 Foundation (PSF, see http://www.python.org/psf/) was formed, a
21463 non-profit organization created specifically to own Python-related
21464 Intellectual Property. Zope Corporation is a sponsoring member of
21465 the PSF.
21467 All Python releases are Open Source (see http://www.opensource.org for
21468 the Open Source Definition). Historically, most, but not all, Python
21469 releases have also been GPL-compatible; the table below summarizes
21470 the various releases.
21472 Release Derived Year Owner GPL-
21473 from compatible? (1)
21475 0.9.0 thru 1.2 1991-1995 CWI yes
21476 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
21477 1.6 1.5.2 2000 CNRI no
21478 2.0 1.6 2000 BeOpen.com no
21479 1.6.1 1.6 2001 CNRI yes (2)
21480 2.1 2.0+1.6.1 2001 PSF no
21481 2.0.1 2.0+1.6.1 2001 PSF yes
21482 2.1.1 2.1+2.0.1 2001 PSF yes
21483 2.2 2.1.1 2001 PSF yes
21484 2.1.2 2.1.1 2002 PSF yes
21485 2.1.3 2.1.2 2002 PSF yes
21486 2.2.1 2.2 2002 PSF yes
21487 2.2.2 2.2.1 2002 PSF yes
21488 2.2.3 2.2.2 2003 PSF yes
21489 2.3 2.2.2 2002-2003 PSF yes
21490 2.3.1 2.3 2002-2003 PSF yes
21491 2.3.2 2.3.1 2002-2003 PSF yes
21492 2.3.3 2.3.2 2002-2003 PSF yes
21493 2.3.4 2.3.3 2004 PSF yes
21494 2.3.5 2.3.4 2005 PSF yes
21495 2.4 2.3 2004 PSF yes
21496 2.4.1 2.4 2005 PSF yes
21497 2.4.2 2.4.1 2005 PSF yes
21498 2.4.3 2.4.2 2006 PSF yes
21499 2.4.4 2.4.3 2006 PSF yes
21500 2.5 2.4 2006 PSF yes
21501 2.5.1 2.5 2007 PSF yes
21502 2.5.2 2.5.1 2008 PSF yes
21503 2.5.3 2.5.2 2008 PSF yes
21504 2.6 2.5 2008 PSF yes
21505 2.6.1 2.6 2008 PSF yes
21506 2.6.2 2.6.1 2009 PSF yes
21507 2.6.3 2.6.2 2009 PSF yes
21508 2.6.4 2.6.3 2009 PSF yes
21509 2.6.5 2.6.4 2010 PSF yes
21510 2.7 2.6 2010 PSF yes
21512 Footnotes:
21514 (1) GPL-compatible doesn't mean that we're distributing Python under
21515 the GPL. All Python licenses, unlike the GPL, let you distribute
21516 a modified version without making your changes open source. The
21517 GPL-compatible licenses make it possible to combine Python with
21518 other software that is released under the GPL; the others don't.
21520 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
21521 because its license has a choice of law clause. According to
21522 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
21523 is "not incompatible" with the GPL.
21525 Thanks to the many outside volunteers who have worked under Guido's
21526 direction to make these releases possible.
21529 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
21530 ===============================================================
21532 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
21533 --------------------------------------------
21535 1. This LICENSE AGREEMENT is between the Python Software Foundation
21536 ("PSF"), and the Individual or Organization ("Licensee") accessing and
21537 otherwise using this software ("Python") in source or binary form and
21538 its associated documentation.
21540 2. Subject to the terms and conditions of this License Agreement, PSF hereby
21541 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
21542 analyze, test, perform and/or display publicly, prepare derivative works,
21543 distribute, and otherwise use Python alone or in any derivative version,
21544 provided, however, that PSF's License Agreement and PSF's notice of copyright,
21545 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
21546 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
21547 alone or in any derivative version prepared by Licensee.
21549 3. In the event Licensee prepares a derivative work that is based on
21550 or incorporates Python or any part thereof, and wants to make
21551 the derivative work available to others as provided herein, then
21552 Licensee hereby agrees to include in any such work a brief summary of
21553 the changes made to Python.
21555 4. PSF is making Python available to Licensee on an "AS IS"
21556 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
21557 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
21558 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
21559 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
21560 INFRINGE ANY THIRD PARTY RIGHTS.
21562 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
21563 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
21564 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
21565 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
21567 6. This License Agreement will automatically terminate upon a material
21568 breach of its terms and conditions.
21570 7. Nothing in this License Agreement shall be deemed to create any
21571 relationship of agency, partnership, or joint venture between PSF and
21572 Licensee. This License Agreement does not grant permission to use PSF
21573 trademarks or trade name in a trademark sense to endorse or promote
21574 products or services of Licensee, or any third party.
21576 8. By copying, installing or otherwise using Python, Licensee
21577 agrees to be bound by the terms and conditions of this License
21578 Agreement.
21581 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
21582 -------------------------------------------
21584 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
21586 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
21587 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
21588 Individual or Organization ("Licensee") accessing and otherwise using
21589 this software in source or binary form and its associated
21590 documentation ("the Software").
21592 2. Subject to the terms and conditions of this BeOpen Python License
21593 Agreement, BeOpen hereby grants Licensee a non-exclusive,
21594 royalty-free, world-wide license to reproduce, analyze, test, perform
21595 and/or display publicly, prepare derivative works, distribute, and
21596 otherwise use the Software alone or in any derivative version,
21597 provided, however, that the BeOpen Python License is retained in the
21598 Software, alone or in any derivative version prepared by Licensee.
21600 3. BeOpen is making the Software available to Licensee on an "AS IS"
21601 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
21602 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
21603 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
21604 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
21605 INFRINGE ANY THIRD PARTY RIGHTS.
21607 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
21608 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
21609 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
21610 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
21612 5. This License Agreement will automatically terminate upon a material
21613 breach of its terms and conditions.
21615 6. This License Agreement shall be governed by and interpreted in all
21616 respects by the law of the State of California, excluding conflict of
21617 law provisions. Nothing in this License Agreement shall be deemed to
21618 create any relationship of agency, partnership, or joint venture
21619 between BeOpen and Licensee. This License Agreement does not grant
21620 permission to use BeOpen trademarks or trade names in a trademark
21621 sense to endorse or promote products or services of Licensee, or any
21622 third party. As an exception, the "BeOpen Python" logos available at
21623 http://www.pythonlabs.com/logos.html may be used according to the
21624 permissions granted on that web page.
21626 7. By copying, installing or otherwise using the software, Licensee
21627 agrees to be bound by the terms and conditions of this License
21628 Agreement.
21631 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
21632 ---------------------------------------
21634 1. This LICENSE AGREEMENT is between the Corporation for National
21635 Research Initiatives, having an office at 1895 Preston White Drive,
21636 Reston, VA 20191 ("CNRI"), and the Individual or Organization
21637 ("Licensee") accessing and otherwise using Python 1.6.1 software in
21638 source or binary form and its associated documentation.
21640 2. Subject to the terms and conditions of this License Agreement, CNRI
21641 hereby grants Licensee a nonexclusive, royalty-free, world-wide
21642 license to reproduce, analyze, test, perform and/or display publicly,
21643 prepare derivative works, distribute, and otherwise use Python 1.6.1
21644 alone or in any derivative version, provided, however, that CNRI's
21645 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
21646 1995-2001 Corporation for National Research Initiatives; All Rights
21647 Reserved" are retained in Python 1.6.1 alone or in any derivative
21648 version prepared by Licensee. Alternately, in lieu of CNRI's License
21649 Agreement, Licensee may substitute the following text (omitting the
21650 quotes): "Python 1.6.1 is made available subject to the terms and
21651 conditions in CNRI's License Agreement. This Agreement together with
21652 Python 1.6.1 may be located on the Internet using the following
21653 unique, persistent identifier (known as a handle): 1895.22/1013. This
21654 Agreement may also be obtained from a proxy server on the Internet
21655 using the following URL: http://hdl.handle.net/1895.22/1013".
21657 3. In the event Licensee prepares a derivative work that is based on
21658 or incorporates Python 1.6.1 or any part thereof, and wants to make
21659 the derivative work available to others as provided herein, then
21660 Licensee hereby agrees to include in any such work a brief summary of
21661 the changes made to Python 1.6.1.
21663 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
21664 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
21665 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
21666 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
21667 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
21668 INFRINGE ANY THIRD PARTY RIGHTS.
21670 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
21671 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
21672 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
21673 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
21675 6. This License Agreement will automatically terminate upon a material
21676 breach of its terms and conditions.
21678 7. This License Agreement shall be governed by the federal
21679 intellectual property law of the United States, including without
21680 limitation the federal copyright law, and, to the extent such
21681 U.S. federal law does not apply, by the law of the Commonwealth of
21682 Virginia, excluding Virginia's conflict of law provisions.
21683 Notwithstanding the foregoing, with regard to derivative works based
21684 on Python 1.6.1 that incorporate non-separable material that was
21685 previously distributed under the GNU General Public License (GPL), the
21686 law of the Commonwealth of Virginia shall govern this License
21687 Agreement only as to issues arising under or with respect to
21688 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
21689 License Agreement shall be deemed to create any relationship of
21690 agency, partnership, or joint venture between CNRI and Licensee. This
21691 License Agreement does not grant permission to use CNRI trademarks or
21692 trade name in a trademark sense to endorse or promote products or
21693 services of Licensee, or any third party.
21695 8. By clicking on the "ACCEPT" button where indicated, or by copying,
21696 installing or otherwise using Python 1.6.1, Licensee agrees to be
21697 bound by the terms and conditions of this License Agreement.
21699 ACCEPT
21702 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
21703 --------------------------------------------------
21705 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
21706 The Netherlands. All rights reserved.
21708 Permission to use, copy, modify, and distribute this software and its
21709 documentation for any purpose and without fee is hereby granted,
21710 provided that the above copyright notice appear in all copies and that
21711 both that copyright notice and this permission notice appear in
21712 supporting documentation, and that the name of Stichting Mathematisch
21713 Centrum or CWI not be used in advertising or publicity pertaining to
21714 distribution of the software without specific, written prior
21715 permission.
21717 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
21718 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21719 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
21720 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21721 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21722 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
21723 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21725 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21727 Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE:
21729 Copyright (c) 2002 Jorge Acereda &lt;jacereda@users.sourceforge.net&gt; &amp;
21730 Peter O'Gorman &lt;ogorman@users.sourceforge.net&gt;
21732 Portions may be copyright others, see the AUTHORS file included with this
21733 distribution.
21735 Maintained by Peter O'Gorman &lt;ogorman@users.sourceforge.net&gt;
21737 Bug Reports and other queries should go to &lt;ogorman@users.sourceforge.net&gt;
21740 Permission is hereby granted, free of charge, to any person obtaining
21741 a copy of this software and associated documentation files (the
21742 "Software"), to deal in the Software without restriction, including
21743 without limitation the rights to use, copy, modify, merge, publish,
21744 distribute, sublicense, and/or sell copies of the Software, and to
21745 permit persons to whom the Software is furnished to do so, subject to
21746 the following conditions:
21748 The above copyright notice and this permission notice shall be
21749 included in all copies or substantial portions of the Software.
21751 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21752 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21753 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21754 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21755 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21756 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21757 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21761 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21763 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE:
21765 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others.
21766 See source files for details.
21768 Permission is hereby granted, free of charge, to any person obtaining
21769 a copy of this software and associated documentation files (the
21770 ``Software''), to deal in the Software without restriction, including
21771 without limitation the rights to use, copy, modify, merge, publish,
21772 distribute, sublicense, and/or sell copies of the Software, and to
21773 permit persons to whom the Software is furnished to do so, subject to
21774 the following conditions:
21776 The above copyright notice and this permission notice shall be included
21777 in all copies or substantial portions of the Software.
21779 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
21780 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21781 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21782 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21783 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21784 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21785 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21787 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21789 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE:
21791 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
21793 Permission is hereby granted, free of charge, to any person obtaining
21794 a copy of this software and associated documentation files (the
21795 ``Software''), to deal in the Software without restriction, including
21796 without limitation the rights to use, copy, modify, merge, publish,
21797 distribute, sublicense, and/or sell copies of the Software, and to
21798 permit persons to whom the Software is furnished to do so, subject to
21799 the following conditions:
21801 The above copyright notice and this permission notice shall be included
21802 in all copies or substantial portions of the Software.
21804 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
21805 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21806 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21807 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
21808 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21809 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21810 OTHER DEALINGS IN THE SOFTWARE.
21812 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21814 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE:
21816 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
21818 Permission is hereby granted, free of charge, to any person obtaining
21819 a copy of this software and associated documentation files (the
21820 ``Software''), to deal in the Software without restriction, including
21821 without limitation the rights to use, copy, modify, merge, publish,
21822 distribute, sublicense, and/or sell copies of the Software, and to
21823 permit persons to whom the Software is furnished to do so, subject to
21824 the following conditions:
21826 The above copyright notice and this permission notice shall be included
21827 in all copies or substantial portions of the Software.
21829 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
21830 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21831 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21832 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
21833 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21834 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21835 OTHER DEALINGS IN THE SOFTWARE.
21837 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21839 Scanned Source License Python-2.7.3/Modules/expat/COPYING:
21841 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
21842 and Clark Cooper
21844 Permission is hereby granted, free of charge, to any person obtaining
21845 a copy of this software and associated documentation files (the
21846 "Software"), to deal in the Software without restriction, including
21847 without limitation the rights to use, copy, modify, merge, publish,
21848 distribute, sublicense, and/or sell copies of the Software, and to
21849 permit persons to whom the Software is furnished to do so, subject to
21850 the following conditions:
21852 The above copyright notice and this permission notice shall be included
21853 in all copies or substantial portions of the Software.
21855 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21856 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21857 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21858 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21859 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21860 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21861 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21863 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21865 Scanned Source License Python-2.7.3/Tools/pybench/LICENSE:
21867 pybench License
21868 ---------------
21870 This copyright notice and license applies to all files in the pybench
21871 directory of the pybench distribution.
21873 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal@lemburg.com)
21874 Copyright (c), 2000-2006, eGenix.com Software GmbH (info@egenix.com)
21876 All Rights Reserved.
21878 Permission to use, copy, modify, and distribute this software and its
21879 documentation for any purpose and without fee or royalty is hereby
21880 granted, provided that the above copyright notice appear in all copies
21881 and that both that copyright notice and this permission notice appear
21882 in supporting documentation or portions thereof, including
21883 modifications, that you make.
21885 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO
21886 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21887 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
21888 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
21889 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
21890 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
21891 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
21893 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21894 </pre>
21895 <ul>
21896 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
21897 </ul>
21898 </div>
21899 </div>
21902 <div class="product">
21903 <span class="title">python-evdev-0.3.1</span>
21904 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21905 <span class="homepage"><a href="http://gvalkov.github.com/python-evdev/">homepage</a></span>
21906 <div class="licence">
21907 <pre>Scanned Source License python-evdev-0.3.1/LICENSE:
21909 Copyright (c) 2012 Georgi Valkov. All rights reserved.
21911 Redistribution and use in source and binary forms, with or without
21912 modification, are permitted provided that the following conditions are
21913 met:
21915 1. Redistributions of source code must retain the above copyright
21916 notice, this list of conditions and the following disclaimer.
21918 2. Redistributions in binary form must reproduce the above copyright
21919 notice, this list of conditions and the following disclaimer in
21920 the documentation and/or other materials provided with the
21921 distribution.
21923 3. Neither the name of author nor the names of its contributors may
21924 be used to endorse or promote products derived from this software
21925 without specific prior written permission.
21927 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21928 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21929 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21930 DISCLAIMED. IN NO EVENT SHALL GEORGI VALKOV BE LIABLE FOR ANY
21931 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21932 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21933 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
21934 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21935 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21936 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21938 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21939 </pre>
21940 <ul>
21942 </ul>
21943 </div>
21944 </div>
21947 <div class="product">
21948 <span class="title">python-exec-0.3.1</span>
21949 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21950 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span>
21951 <div class="licence">
21952 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec:
21954 Copyright 2012 Michał Górny
21955 All rights reserved
21957 Redistribution and use in source and binary forms, with or without
21958 modification, are permitted providing that the following conditions·
21959 are met:
21960 1. Redistributions of source code must retain the above copyright
21961 notice, this list of conditions and the following disclaimer.
21962 2. Redistributions in binary form must reproduce the above copyright
21963 notice, this list of conditions and the following disclaimer in the
21964 documentation and/or other materials provided with the distribution.
21966 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21967 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21968 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21969 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
21970 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21971 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21972 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21973 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
21974 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
21975 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
21976 POSSIBILITY OF SUCH DAMAGE.
21978 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21979 </pre>
21980 <ul>
21982 </ul>
21983 </div>
21984 </div>
21987 <div class="product">
21988 <span class="title">python-exec-2.0.1</span>
21989 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21990 <span class="homepage"><a href="https://bitbucket.org/mgorny/python-exec/">homepage</a></span>
21991 <div class="licence">
21992 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-lang/python-exec:
21994 Copyright 2012 Michał Górny
21995 All rights reserved
21997 Redistribution and use in source and binary forms, with or without
21998 modification, are permitted providing that the following conditions·
21999 are met:
22000 1. Redistributions of source code must retain the above copyright
22001 notice, this list of conditions and the following disclaimer.
22002 2. Redistributions in binary form must reproduce the above copyright
22003 notice, this list of conditions and the following disclaimer in the
22004 documentation and/or other materials provided with the distribution.
22006 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22007 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22008 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22009 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
22010 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22011 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22012 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22013 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22014 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22015 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
22016 POSSIBILITY OF SUCH DAMAGE.
22018 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22019 </pre>
22020 <ul>
22022 </ul>
22023 </div>
22024 </div>
22027 <div class="product">
22028 <span class="title">python-xlib-0.14</span>
22029 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22030 <span class="homepage"><a href="http://python-xlib.sourceforge.net/">homepage</a></span>
22031 <div class="licence">
22032 <pre></pre>
22033 <ul>
22034 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22035 </ul>
22036 </div>
22037 </div>
22040 <div class="product">
22041 <span class="title">pyudev-0.16.1</span>
22042 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22043 <span class="homepage"><a href="http://packages.python.org/pyudev/">homepage</a></span>
22044 <div class="licence">
22045 <pre></pre>
22046 <ul>
22047 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
22048 </ul>
22049 </div>
22050 </div>
22053 <div class="product">
22054 <span class="title">pyusb-1.0.0_beta1</span>
22055 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22056 <span class="homepage"><a href="http://pyusb.sourceforge.net/">homepage</a></span>
22057 <div class="licence">
22058 <pre>Scanned Source License pyusb-1.0.0b1/LICENSE:
22060 Copyright (C) 2009-2011 Wander Lairson Costa. All Rights Reserved.
22062 Redistribution and use in source and binary forms, with or without
22063 modification, are permitted provided that the following conditions
22064 are met:
22066 1. Redistributions of source code must retain the above copyright
22067 notice, this list of conditions and the following disclaimer.
22069 2. Redistributions in binary form must reproduce the above copyright
22070 notice, this list of conditions and the following disclaimer in the
22071 documentation and/or other materials provided with the distribution.
22073 3. The name of the author may not be used to endorse or promote products
22074 derived from this software without specific prior written permission.
22076 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
22077 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22078 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
22079 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22080 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
22081 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22082 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22083 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
22084 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
22085 OF SUCH DAMAGE.
22088 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22090 Scanned Source License pyusb-1.0.0b1/PKG-INFO:
22092 Metadata-Version: 1.0
22093 Name: pyusb
22094 Version: 1.0.0b1
22095 Summary: Python USB access module
22096 Home-page: http://pyusb.sourceforge.net
22097 Author: Wander Lairson Costa
22098 Author-email: wander.lairson@gmail.com
22099 License: BSD
22100 Description:
22101 PyUSB offers easy USB devices communication in Python.
22102 It should work without additional code in any environment with
22103 Python &gt;= 2.4, ctypes and an pre-built usb backend library
22104 (currently, libusb 0.1.x, libusb 1.x, and OpenUSB).
22106 Platform: UNKNOWN
22108 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22109 </pre>
22110 <ul>
22112 </ul>
22113 </div>
22114 </div>
22117 <div class="product">
22118 <span class="title">pyyaml-3.09</span>
22119 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22120 <span class="homepage"><a href="http://pyyaml.org/wiki/PyYAML">homepage</a></span>
22121 <div class="licence">
22122 <pre>Scanned Source License PyYAML-3.09/LICENSE:
22124 Copyright (c) 2006 Kirill Simonov
22126 Permission is hereby granted, free of charge, to any person obtaining a copy of
22127 this software and associated documentation files (the "Software"), to deal in
22128 the Software without restriction, including without limitation the rights to
22129 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
22130 of the Software, and to permit persons to whom the Software is furnished to do
22131 so, subject to the following conditions:
22133 The above copyright notice and this permission notice shall be included in all
22134 copies or substantial portions of the Software.
22136 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22137 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22138 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22139 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22140 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22141 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22142 SOFTWARE.
22144 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22146 Scanned Source License PyYAML-3.09/PKG-INFO:
22148 Metadata-Version: 1.0
22149 Name: PyYAML
22150 Version: 3.09
22151 Summary: YAML parser and emitter for Python
22152 Home-page: http://pyyaml.org/wiki/PyYAML
22153 Author: Kirill Simonov
22154 Author-email: xi@resolvent.net
22155 License: MIT
22156 Download-URL: http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz
22157 Description: YAML is a data serialization format designed for human readability
22158 and interaction with scripting languages. PyYAML is a YAML parser
22159 and emitter for Python.
22161 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
22162 support, capable extension API, and sensible error messages. PyYAML
22163 supports standard YAML tags and provides Python-specific tags that
22164 allow to represent an arbitrary Python object.
22166 PyYAML is applicable for a broad range of tasks from complex
22167 configuration files to object serialization and persistance.
22168 Platform: Any
22169 Classifier: Development Status :: 5 - Production/Stable
22170 Classifier: Intended Audience :: Developers
22171 Classifier: License :: OSI Approved :: MIT License
22172 Classifier: Operating System :: OS Independent
22173 Classifier: Programming Language :: Python
22174 Classifier: Programming Language :: Python :: 2
22175 Classifier: Programming Language :: Python :: 2.3
22176 Classifier: Programming Language :: Python :: 2.4
22177 Classifier: Programming Language :: Python :: 2.5
22178 Classifier: Programming Language :: Python :: 2.6
22179 Classifier: Programming Language :: Python :: 3
22180 Classifier: Programming Language :: Python :: 3.0
22181 Classifier: Programming Language :: Python :: 3.1
22182 Classifier: Topic :: Software Development :: Libraries :: Python Modules
22183 Classifier: Topic :: Text Processing :: Markup
22185 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22186 </pre>
22187 <ul>
22189 </ul>
22190 </div>
22191 </div>
22194 <div class="product">
22195 <span class="title">qemacs-0.4.0_pre20090420</span>
22196 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22197 <span class="homepage"><a href="http://savannah.nongnu.org/projects/qemacs">homepage</a></span>
22198 <div class="licence">
22199 <pre></pre>
22200 <ul>
22201 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
22202 </ul>
22203 </div>
22204 </div>
22207 <div class="product">
22208 <span class="title">radvd-1.9.8</span>
22209 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22210 <span class="homepage"><a href="http://v6web.litech.org/radvd/">homepage</a></span>
22211 <div class="licence">
22212 <pre>Scanned Source License radvd-1.9.8/COPYRIGHT:
22214 The author(s) grant permission for redistribution and use in source and
22215 binary forms, with or without modification, of the software and documentation
22216 provided that the following conditions are met:
22218 0. If you receive a version of the software that is specifically labelled
22219 as not being for redistribution (check the version message and/or README),
22220 you are not permitted to redistribute that version of the software in any
22221 way or form.
22222 1. All terms of all other applicable copyrights and licenses must be
22223 followed.
22224 2. Redistributions of source code must retain the authors' copyright
22225 notice(s), this list of conditions, and the following disclaimer.
22226 3. Redistributions in binary form must reproduce the authors' copyright
22227 notice(s), this list of conditions, and the following disclaimer in the
22228 documentation and/or other materials provided with the distribution.
22229 4. All advertising materials mentioning features or use of this software
22230 must display the following acknowledgement with the name(s) of the
22231 authors as specified in the copyright notice(s) substituted where
22232 indicated:
22234 This product includes software developed by the authors which are
22235 mentioned at the start of the source files and other contributors.
22237 5. Neither the name(s) of the author(s) nor the names of its contributors
22238 may be used to endorse or promote products derived from this software
22239 without specific prior written permission.
22241 THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
22242 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22243 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22244 DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
22245 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22246 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22247 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
22248 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22249 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22250 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22252 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22253 </pre>
22254 <ul>
22256 </ul>
22257 </div>
22258 </div>
22261 <div class="product">
22262 <span class="title">randrproto-1.4.0</span>
22263 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22264 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
22265 <div class="licence">
22266 <pre>Scanned Source License randrproto-1.4.0/COPYING:
22268 Copyright © 2000 Compaq Computer Corporation
22269 Copyright © 2002 Hewlett-Packard Company
22270 Copyright © 2006 Intel Corporation
22271 Copyright © 2008 Red Hat, Inc.
22273 Permission to use, copy, modify, distribute, and sell this software and its
22274 documentation for any purpose is hereby granted without fee, provided that
22275 the above copyright notice appear in all copies and that both that copyright
22276 notice and this permission notice appear in supporting documentation, and
22277 that the name of the copyright holders not be used in advertising or
22278 publicity pertaining to distribution of the software without specific,
22279 written prior permission. The copyright holders make no representations
22280 about the suitability of this software for any purpose. It is provided "as
22281 is" without express or implied warranty.
22283 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
22284 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
22285 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
22286 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
22287 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
22288 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
22289 OF THIS SOFTWARE.
22291 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22292 </pre>
22293 <ul>
22295 </ul>
22296 </div>
22297 </div>
22300 <div class="product">
22301 <span class="title">read-edid-1.4.2</span>
22302 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22303 <span class="homepage"><a href="http://www.polypux.org/projects/read-edid/">homepage</a></span>
22304 <div class="licence">
22305 <pre></pre>
22306 <ul>
22307 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22308 </ul>
22309 </div>
22310 </div>
22313 <div class="product">
22314 <span class="title">readline-6.2_p1</span>
22315 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22316 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span>
22317 <div class="licence">
22318 <pre></pre>
22319 <ul>
22320 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
22321 </ul>
22322 </div>
22323 </div>
22326 <div class="product">
22327 <span class="title">realtek-rt2800-firmware-0.0.1</span>
22328 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22329 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span>
22330 <div class="licence">
22331 <pre>Custom License ralink-firmware:
22333 Copyright (c) 2007, Ralink Technology Corporation
22334 All rights reserved.
22336 Redistribution. Redistribution and use in binary form, without
22337 modification, are permitted provided that the following conditions are
22338 met:
22340 * Redistributions must reproduce the above copyright notice and the
22341 following disclaimer in the documentation and/or other materials
22342 provided with the distribution.
22343 * Neither the name of Ralink Technology Corporation nor the names of its
22344 suppliers may be used to endorse or promote products derived from this
22345 software without specific prior written permission.
22346 * No reverse engineering, decompilation, or disassembly of this software
22347 is permitted.
22349 Limited patent license. Ralink Technology Corporation grants a world-wide,
22350 royalty-free, non-exclusive license under patents it now or hereafter
22351 owns or controls to make, have made, use, import, offer to sell and
22352 sell ("Utilize") this software, but solely to the extent that any
22353 such patent is necessary to Utilize the software alone, or in
22354 combination with an operating system licensed under an approved Open
22355 Source license as listed by the Open Source Initiative at
22356 http://opensource.org/licenses. The patent license shall not apply to
22357 any other combinations which include this software. No hardware per
22358 se is licensed hereunder.
22360 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
22361 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
22362 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
22363 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22364 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22365 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22366 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
22367 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22368 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
22369 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
22370 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
22371 DAMAGE.
22373 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22374 </pre>
22375 <ul>
22377 </ul>
22378 </div>
22379 </div>
22382 <div class="product">
22383 <span class="title">recordproto-1.14.1</span>
22384 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22385 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
22386 <div class="licence">
22387 <pre>Scanned Source License recordproto-1.14.1/COPYING:
22389 Copyright 1995 Network Computing Devices
22391 Permission to use, copy, modify, distribute, and sell this software and
22392 its documentation for any purpose is hereby granted without fee, provided
22393 that the above copyright notice appear in all copies and that both that
22394 copyright notice and this permission notice appear in supporting
22395 documentation, and that the name of Network Computing Devices
22396 not be used in advertising or publicity pertaining to distribution
22397 of the software without specific, written prior permission.
22399 NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO
22400 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22401 AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE
22402 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22403 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22404 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
22405 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22407 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22408 </pre>
22409 <ul>
22411 </ul>
22412 </div>
22413 </div>
22416 <div class="product">
22417 <span class="title">recover-duts-0.0.1</span>
22418 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22419 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
22420 <div class="licence">
22421 <pre></pre>
22422 <ul>
22423 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22424 </ul>
22425 </div>
22426 </div>
22429 <div class="product">
22430 <span class="title">renderproto-0.11.1</span>
22431 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22432 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
22433 <div class="licence">
22434 <pre>Scanned Source License renderproto-0.11.1/COPYING:
22436 Copyright © 2000 SuSE, Inc.
22438 Permission to use, copy, modify, distribute, and sell this software and its
22439 documentation for any purpose is hereby granted without fee, provided that
22440 the above copyright notice appear in all copies and that both that
22441 copyright notice and this permission notice appear in supporting
22442 documentation, and that the name of SuSE not be used in advertising or
22443 publicity pertaining to distribution of the software without specific,
22444 written prior permission. SuSE makes no representations about the
22445 suitability of this software for any purpose. It is provided "as is"
22446 without express or implied warranty.
22448 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
22449 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
22450 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22451 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
22452 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
22453 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22455 Author: Keith Packard, SuSE, Inc.
22457 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22458 </pre>
22459 <ul>
22461 </ul>
22462 </div>
22463 </div>
22466 <div class="product">
22467 <span class="title">resourceproto-1.2.0</span>
22468 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22469 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
22470 <div class="licence">
22471 <pre>Scanned Source License resourceproto-1.2.0/COPYING:
22473 Copyright (c) 2002 XFree86 Inc
22475 Permission is hereby granted, free of charge, to any person obtaining a copy
22476 of this software and associated documentation files (the "Software"), to deal
22477 in the Software without restriction, including without limitation the rights
22478 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22479 copies of the Software, and to permit persons to whom the Software is
22480 furnished to do so, subject to the following conditions:
22482 The above copyright notice and this permission notice shall be included in all
22483 copies or substantial portions of the Software.
22485 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22486 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22487 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22488 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
22489 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22490 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22492 Except as contained in this notice, the name of the XFree86 Project shall not
22493 be used in advertising or otherwise to promote the sale, use or other dealings
22494 in this Software without prior written authorization from the XFree86 Project.
22496 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22497 </pre>
22498 <ul>
22500 </ul>
22501 </div>
22502 </div>
22505 <div class="product">
22506 <span class="title">root-certificates-0.0.1</span>
22507 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22508 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
22509 <div class="licence">
22510 <pre></pre>
22511 <ul>
22512 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22513 </ul>
22514 </div>
22515 </div>
22518 <div class="product">
22519 <span class="title">rootdev-0.0.1</span>
22520 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22521 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
22522 <div class="licence">
22523 <pre></pre>
22524 <ul>
22525 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
22526 </ul>
22527 </div>
22528 </div>
22531 <div class="product">
22532 <span class="title">rsync-3.0.9</span>
22533 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22534 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span>
22535 <div class="licence">
22536 <pre></pre>
22537 <ul>
22538 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
22539 </ul>
22540 </div>
22541 </div>
22544 <div class="product">
22545 <span class="title">rsyslog-5.8.11</span>
22546 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22547 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span>
22548 <div class="licence">
22549 <pre></pre>
22550 <ul>
22551 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
22552 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
22553 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
22554 </ul>
22555 </div>
22556 </div>
22559 <div class="product">
22560 <span class="title">rxvt-unicode-9.10</span>
22561 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22562 <span class="homepage"><a href="http://software.schmorp.de/pkg/rxvt-unicode.html">homepage</a></span>
22563 <div class="licence">
22564 <pre></pre>
22565 <ul>
22566 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22567 </ul>
22568 </div>
22569 </div>
22572 <div class="product">
22573 <span class="title">salsa-0.0.1</span>
22574 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22575 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
22576 <div class="licence">
22577 <pre></pre>
22578 <ul>
22579 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
22580 </ul>
22581 </div>
22582 </div>
22585 <div class="product">
22586 <span class="title">sandbox-2.6</span>
22587 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22588 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
22589 <div class="licence">
22590 <pre></pre>
22591 <ul>
22592 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22593 </ul>
22594 </div>
22595 </div>
22598 <div class="product">
22599 <span class="title">sbc-1.0</span>
22600 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22601 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span>
22602 <div class="licence">
22603 <pre></pre>
22604 <ul>
22605 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
22606 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22607 </ul>
22608 </div>
22609 </div>
22612 <div class="product">
22613 <span class="title">scons-2.0.1</span>
22614 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22615 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span>
22616 <div class="licence">
22617 <pre>Scanned Source License scons-2.0.1/LICENSE.txt:
22619 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
22621 Permission is hereby granted, free of charge, to any person obtaining
22622 a copy of this software and associated documentation files (the
22623 "Software"), to deal in the Software without restriction, including
22624 without limitation the rights to use, copy, modify, merge, publish,
22625 distribute, sublicense, and/or sell copies of the Software, and to
22626 permit persons to whom the Software is furnished to do so, subject to
22627 the following conditions:
22629 The above copyright notice and this permission notice shall be included
22630 in all copies or substantial portions of the Software.
22632 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
22633 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
22634 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22635 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22636 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22637 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22638 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22640 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22642 Scanned Source License scons-2.0.1/PKG-INFO:
22644 Metadata-Version: 1.0
22645 Name: scons
22646 Version: 2.0.1
22647 Summary: Open Source next-generation build tool.
22648 Home-page: http://www.scons.org/
22649 Author: Steven Knight
22650 Author-email: knight@baldmt.com
22651 License: UNKNOWN
22652 Description: Open Source next-generation build tool.
22653 Improved, cross-platform substitute for the classic Make
22654 utility. In short, SCons is an easier, more reliable
22655 and faster way to build software.
22656 Platform: UNKNOWN
22658 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22659 </pre>
22660 <ul>
22662 </ul>
22663 </div>
22664 </div>
22667 <div class="product">
22668 <span class="title">screen-4.0.3</span>
22669 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22670 <span class="homepage"><a href="http://www.gnu.org/software/screen/">homepage</a></span>
22671 <div class="licence">
22672 <pre></pre>
22673 <ul>
22674 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22675 </ul>
22676 </div>
22677 </div>
22680 <div class="product">
22681 <span class="title">scrnsaverproto-1.2.1</span>
22682 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22683 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
22684 <div class="licence">
22685 <pre>Scanned Source License scrnsaverproto-1.2.1/COPYING:
22687 Copyright (c) 1992 X Consortium
22689 Permission is hereby granted, free of charge, to any person obtaining a copy
22690 of this software and associated documentation files (the "Software"), to deal
22691 in the Software without restriction, including without limitation the rights
22692 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22693 copies of the Software, and to permit persons to whom the Software is
22694 furnished to do so, subject to the following conditions:
22696 The above copyright notice and this permission notice shall be included in
22697 all copies or substantial portions of the Software.
22699 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22700 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22701 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22702 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
22703 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22704 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22706 Except as contained in this notice, the name of the X Consortium shall not be
22707 used in advertising or otherwise to promote the sale, use or other dealings
22708 in this Software without prior written authorization from the X Consortium.
22710 Author: Keith Packard, MIT X Consortium
22712 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22713 </pre>
22714 <ul>
22716 </ul>
22717 </div>
22718 </div>
22721 <div class="product">
22722 <span class="title">sed-4.2.1</span>
22723 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22724 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span>
22725 <div class="licence">
22726 <pre></pre>
22727 <ul>
22728 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
22729 </ul>
22730 </div>
22731 </div>
22734 <div class="product">
22735 <span class="title">selenium-2.29.0</span>
22736 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22737 <span class="homepage"><a href="http://pypi.python.org/pypi/selenium/">homepage</a></span>
22738 <div class="licence">
22739 <pre></pre>
22740 <ul>
22741 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
22742 </ul>
22743 </div>
22744 </div>
22747 <div class="product">
22748 <span class="title">setproctitle-1.1.8</span>
22749 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22750 <span class="homepage"><a href="http://code.google.com/p/py-setproctitle/">homepage</a></span>
22751 <div class="licence">
22752 <pre>Scanned Source License setproctitle-1.1.8/COPYRIGHT:
22754 Copyright (c) 2009-2012, Daniele Varrazzo &lt;daniele.varrazzo@gmail.com&gt;
22755 All rights reserved.
22757 Redistribution and use in source and binary forms, with or without
22758 modification, are permitted provided that the following conditions are met:
22760 * Redistributions of source code must retain the above copyright notice, this
22761 list of conditions and the following disclaimer.
22762 * Redistributions in binary form must reproduce the above copyright notice,
22763 this list of conditions and the following disclaimer in the documentation
22764 and/or other materials provided with the distribution.
22765 * The name of Daniele Varrazzo may not be used to endorse or promote
22766 products derived from this software without specific prior written
22767 permission.
22769 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
22770 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22771 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22772 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22773 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22774 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22775 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22776 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22777 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
22778 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22780 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22782 Scanned Source License setproctitle-1.1.8/PKG-INFO:
22784 Metadata-Version: 1.1
22785 Name: setproctitle
22786 Version: 1.1.8
22787 Summary: A library to allow customization of the process title.
22788 Home-page: http://code.google.com/p/py-setproctitle/
22789 Author: Daniele Varrazzo
22790 Author-email: daniele.varrazzo@gmail.com
22791 License: BSD
22792 Download-URL: http://pypi.python.org/pypi/setproctitle/
22793 Description: A ``setproctitle`` implementation for Python
22794 ============================================
22796 :author: Daniele Varrazzo
22798 The library allows a process to change its title (as displayed by system tools
22799 such as ``ps`` and ``top``).
22801 Changing the title is mostly useful in multi-process systems, for example
22802 when a master process is forked: changing the children's title allows to
22803 identify the task each process is busy with. The technique is used by
22804 PostgreSQL_ and the `OpenSSH Server`_ for example.
22806 The procedure is hardly portable across different systems. PostgreSQL provides
22807 a good `multi-platform implementation`__: this module is a Python wrapper
22808 around PostgreSQL code.
22810 - `Homepage &lt;http://code.google.com/p/py-setproctitle/&gt;`__
22811 - `Download &lt;http://pypi.python.org/pypi/setproctitle/&gt;`__
22812 - `Source repository &lt;https://github.com/dvarrazzo/py-setproctitle&gt;`__
22813 - `Bug tracker &lt;http://code.google.com/p/py-setproctitle/issues/list&gt;`__
22816 .. _PostgreSQL: http://www.postgresql.org
22817 .. _OpenSSH Server: http://www.openssh.com/
22818 .. __: http://doxygen.postgresql.org/ps__status_8c_source.html
22821 Installation
22822 ------------
22824 You can use ``easy_install`` to install the module: to perform a system-wide
22825 installation use::
22827 sudo easy_install setproctitle
22829 If you are an unprivileged user or you want to limit installation to a local
22830 environment, you can use the command::
22832 easy_install -d /target/path setproctitle
22834 Note that ``easy_install`` requires ``/target/path`` to be in your
22835 ``PYTHONPATH``.
22838 Python 3 support
22839 ~~~~~~~~~~~~~~~~
22841 As of version 1.1 the module works with Python 3. In order to install the
22842 module, you can use the `distribute`_ replacemente for ``easy_install``.
22844 In order to build and test the module under Python 3, the ``Makefile``
22845 contains some helper targets.
22847 .. _distribute: http://pypi.python.org/pypi/distribute
22850 Usage
22851 -----
22853 The ``setproctitle`` module exports the following functions:
22855 ``setproctitle(title)``
22856 Set *title* as the title for the current process.
22858 ``getproctitle()``
22859 Return the current process title.
22862 Environment variables
22863 ~~~~~~~~~~~~~~~~~~~~~
22865 A few environment variables can be used to customize the module behavior:
22867 ``SPT_NOENV``
22868 Avoid clobbering ``/proc/PID/environ``.
22870 On many platforms, setting the process title will clobber the
22871 ``environ`` memory area. ``os.environ`` will work as expected from within
22872 the Python process, but the content of the file ``/proc/PID/environ`` will
22873 be overwritten. If you require this file not to be broken you can set the
22874 ``SPT_NOENV`` environment variable to any non-empty value: in this case
22875 the maximum length for the title will be limited to the length of the
22876 command line.
22878 ``SPT_DEBUG``
22879 Print debug information on ``stderr``.
22881 If the module doesn't work as expected you can set this variable to a
22882 non-empty value to generate information useful for debugging. Note that
22883 the most useful information is printed when the module is imported, not
22884 when the functions are called.
22887 Module status
22888 -------------
22890 The module can be currently compiled and effectively used on the following
22891 platforms:
22893 - GNU/Linux
22894 - BSD
22895 - MacOS X
22896 - Windows
22898 Note that on Windows there is no way to change the process string:
22899 what the module does is to create a *Named Object* whose value can be read
22900 using a tool such as `Process Explorer`_ (contribution of a more useful tool
22901 to be used together with ``setproctitle`` would be well accepted).
22903 The module can probably work on HP-UX, but I haven't found any to test with.
22904 It is unlikely that it can work on Solaris instead.
22906 .. _Process Explorer: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
22909 Other known implementations and discussions
22910 -------------------------------------------
22912 - `procname`_: a module exposing the same functionality, but less portable
22913 and not well packaged.
22914 - `Issue 5672`_: where the introduction of such functionality into the stdlib
22915 is being discussed.
22917 .. _procname: http://code.google.com/p/procname/
22918 .. _Issue 5672: http://bugs.python.org/issue5672
22922 vim: set filetype=rst:
22925 Releases history
22926 ----------------
22928 Version 1.1.8
22929 ~~~~~~~~~~~~~
22931 - Added support for Python "diehard" 2.4.
22932 - Fixed build on Mac OS X 10.9 Maverick (issue #27).
22935 Version 1.1.7
22936 ~~~~~~~~~~~~~
22938 - Added PyPy support, courtesy of Ozan Turksever (http://www.logsign.net).
22941 Version 1.1.6
22942 ~~~~~~~~~~~~~
22944 - The module can be compiled again on Windows (issue #21).
22947 Version 1.1.5
22948 ~~~~~~~~~~~~~
22950 - No module bug, but a packaging issue: files ``README`` and ``HISTORY``
22951 added back into the distribution.
22954 Version 1.1.4
22955 ~~~~~~~~~~~~~
22957 - The module works correctly in embedded Python.
22958 - ``setproctitle()`` accepts a keyword argument.
22959 - Debug output support always compiled in: the variable ``SPT_DEBUG`` can be
22960 used to emit debug log.
22963 Version 1.1.3
22964 ~~~~~~~~~~~~~
22966 - Don't clobber environ if the variable ``SPT_NOENV`` is set (issue #16).
22969 Version 1.1.2
22970 ~~~~~~~~~~~~~
22972 - Find the setproctitle include file on OpenBSD (issue #11).
22973 - Skip test with unicode if the file system encoding wouldn't make it pass
22974 (issue #13).
22977 Version 1.1.1
22978 ~~~~~~~~~~~~~
22980 - Fixed segfault when the module is imported under mod_wsgi (issue #9).
22983 Version 1.1
22984 ~~~~~~~~~~~
22986 - The module works correctly with Python 3.
22989 Version 1.0.1
22990 ~~~~~~~~~~~~~
22992 - ``setproctitle()`` works even when Python messes up with argv, e.g. when run
22993 with the -m option (issue #8).
22996 Version 1.0
22997 ~~~~~~~~~~~
22999 No major change since the previous version. The module has been heavily used
23000 in production environment without any problem reported, so it's time to declare
23001 it stable.
23004 Version 0.4
23005 ~~~~~~~~~~~
23007 - Module works on BSD (tested on FreeBSD 7.2).
23009 - Module works on Windows. Many thanks to `Develer`_ for providing a neat `GCC
23010 package for Windows with Python integration`__ that made the Windows porting
23011 painless.
23013 .. _Develer: http://www.develer.com/
23014 .. __: http://www.develer.com/oss/GccWinBinaries
23017 Version 0.3
23018 ~~~~~~~~~~~
23020 - Module works on Mac OS X 10.2. Reported working on OS X 10.6 too.
23023 Version 0.2
23024 ~~~~~~~~~~~
23026 - Added ``prctl()`` call on Linux &gt;= 2.6.9 to update ``/proc/self/status``.
23029 Version 0.1
23030 ~~~~~~~~~~~
23032 - Initial public release.
23034 Platform: GNU/Linux
23035 Platform: BSD
23036 Platform: MacOS X
23037 Platform: Windows
23038 Classifier: Development Status :: 5 - Production/Stable
23039 Classifier: Intended Audience :: Developers
23040 Classifier: License :: OSI Approved :: BSD License
23041 Classifier: Programming Language :: C
23042 Classifier: Programming Language :: Python
23043 Classifier: Programming Language :: Python :: 3
23044 Classifier: Operating System :: POSIX :: Linux
23045 Classifier: Operating System :: POSIX :: BSD
23046 Classifier: Operating System :: MacOS :: MacOS X
23047 Classifier: Operating System :: Microsoft :: Windows
23048 Classifier: Topic :: Software Development
23050 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
23051 </pre>
23052 <ul>
23054 </ul>
23055 </div>
23056 </div>
23059 <div class="product">
23060 <span class="title">setuptools-0.8</span>
23061 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23062 <span class="homepage"><a href="http://pypi.python.org/pypi/setuptools">homepage</a></span>
23063 <div class="licence">
23064 <pre>Scanned Source License setuptools-0.8/PKG-INFO:
23066 Metadata-Version: 1.1
23067 Name: setuptools
23068 Version: 0.8
23069 Summary: Easily download, build, install, upgrade, and uninstall Python packages
23070 Home-page: https://pypi.python.org/pypi/setuptools
23071 Author: The fellowship of the packaging
23072 Author-email: distutils-sig@python.org
23073 License: PSF or ZPL
23074 Description: ===============================
23075 Installing and Using Setuptools
23076 ===============================
23078 .. contents:: **Table of Contents**
23081 -------------------------
23082 Installation Instructions
23083 -------------------------
23085 Upgrading from Distribute
23086 =========================
23088 Currently, Distribute disallows installing Setuptools 0.7+ over Distribute.
23089 You must first uninstall any active version of Distribute first (see
23090 `Uninstalling`_).
23092 Upgrading from Setuptools 0.6
23093 =============================
23095 Upgrading from prior versions of Setuptools is supported. Initial reports
23096 good success in this regard.
23098 Windows
23099 =======
23101 The recommended way to install setuptools on Windows is to download
23102 `ez_setup.py`_ and run it. The script will download the appropriate .egg
23103 file and install it for you.
23105 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
23107 For best results, uninstall previous versions FIRST (see `Uninstalling`_).
23109 Once installation is complete, you will find an ``easy_install.exe`` program in
23110 your Python ``Scripts`` subdirectory. For simple invocation and best results,
23111 add this directory to your ``PATH`` environment variable, if it is not already
23112 present.
23115 Unix-based Systems including Mac OS X
23116 =====================================
23118 Download `ez_setup.py`_ and run it using the target Python version. The script
23119 will download the appropriate version and install it for you::
23121 &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python
23123 Note that you will may need to invoke the command with superuser privileges to
23124 install to the system Python.
23126 Alternatively, on Python 2.6 and later, Setuptools may be installed to a
23127 user-local path::
23129 &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
23130 &gt; python ez_setup.py --user
23133 Advanced Installation
23134 =====================
23136 For more advanced installation options, such as installing to custom
23137 locations or prefixes, download and extract the source
23138 tarball from `Setuptools on PyPI &lt;https://pypi.python.org/pypi/setuptools&gt;`_
23139 and run setup.py with any supported distutils and Setuptools options.
23140 For example::
23142 setuptools-0.8$ python setup.py --prefix=/opt/setuptools
23144 Use ``--help`` to get a full options list, but we recommend consulting
23145 the `EasyInstall manual`_ for detailed instructions, especially `the section
23146 on custom installation locations`_.
23148 .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall
23149 .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations
23152 Downloads
23153 =========
23155 All setuptools downloads can be found at `the project's home page in the Python
23156 Package Index`_. Scroll to the very bottom of the page to find the links.
23158 .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools
23160 In addition to the PyPI downloads, the development version of ``setuptools``
23161 is available from the `Bitbucket repo`_, and in-development versions of the
23162 `0.6 branch`_ are available as well.
23164 .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev
23165 .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06
23167 Uninstalling
23168 ============
23170 On Windows, if Setuptools was installed using an ``.exe`` or ``.msi``
23171 installer, simply use the uninstall feature of "Add/Remove Programs" in the
23172 Control Panel.
23174 Otherwise, to uninstall Setuptools or Distribute, regardless of the Python
23175 version, delete all ``setuptools*`` and ``distribute*`` files and
23176 directories from your system's ``site-packages`` directory
23177 (and any other ``sys.path`` directories) FIRST.
23179 If you are upgrading or otherwise plan to re-install Setuptools or Distribute,
23180 nothing further needs to be done. If you want to completely remove Setuptools,
23181 you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts
23182 and associated executables installed to the Python scripts directory.
23184 --------------------------------
23185 Using Setuptools and EasyInstall
23186 --------------------------------
23188 Here are some of the available manuals, tutorials, and other resources for
23189 learning about Setuptools, Python Eggs, and EasyInstall:
23191 * `The EasyInstall user's guide and reference manual`_
23192 * `The setuptools Developer's Guide`_
23193 * `The pkg_resources API reference`_
23194 * `Package Compatibility Notes`_ (user-maintained)
23195 * `The Internal Structure of Python Eggs`_
23197 Questions, comments, and bug reports should be directed to the `distutils-sig
23198 mailing list`_. If you have written (or know of) any tutorials, documentation,
23199 plugins, or other resources for setuptools users, please let us know about
23200 them there, so this reference list can be updated. If you have working,
23201 *tested* patches to correct problems or add features, you may submit them to
23202 the `setuptools bug tracker`_.
23204 .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues
23205 .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes
23206 .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html
23207 .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html
23208 .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html
23209 .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html
23210 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/
23213 -------
23214 Credits
23215 -------
23217 * The original design for the ``.egg`` format and the ``pkg_resources`` API was
23218 co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first
23219 version of ``pkg_resources``, and supplied the OS X operating system version
23220 compatibility algorithm.
23222 * Ian Bicking implemented many early "creature comfort" features of
23223 easy_install, including support for downloading via Sourceforge and
23224 Subversion repositories. Ian's comments on the Web-SIG about WSGI
23225 application deployment also inspired the concept of "entry points" in eggs,
23226 and he has given talks at PyCon and elsewhere to inform and educate the
23227 community about eggs and setuptools.
23229 * Jim Fulton contributed time and effort to build automated tests of various
23230 aspects of ``easy_install``, and supplied the doctests for the command-line
23231 ``.exe`` wrappers on Windows.
23233 * Phillip J. Eby is the principal author and maintainer of setuptools, and
23234 first proposed the idea of an importable binary distribution format for
23235 Python application plugins.
23237 * Significant parts of the implementation of setuptools were funded by the Open
23238 Source Applications Foundation, to provide a plugin infrastructure for the
23239 Chandler PIM application. In addition, many OSAF staffers (such as Mike
23240 "Code Bear" Taylor) contributed their time and stress as guinea pigs for the
23241 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!)
23243 .. _files:
23245 =======
23246 CHANGES
23247 =======
23253 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
23254 conversion.
23256 -----
23257 0.7.8
23258 -----
23260 * Distribute #375: Yet another fix for yet another regression.
23262 -----
23263 0.7.7
23264 -----
23266 * Distribute #375: Repair AttributeError created in last release (redo).
23267 * `Issue #30`_: Added test for get_cache_path.
23269 -----
23270 0.7.6
23271 -----
23273 * Distribute #375: Repair AttributeError created in last release.
23275 -----
23276 0.7.5
23277 -----
23279 * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``.
23280 * Distribute #375: Merged additional warning from Distribute 0.6.46.
23281 * Now honor the environment variable
23282 ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
23283 deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
23285 -----
23286 0.7.4
23287 -----
23289 * Issue #20: Fix comparison of parsed SVN version on Python 3.
23291 -----
23292 0.7.3
23293 -----
23295 * Issue #1: Disable installation of Windows-specific files on non-Windows systems.
23296 * Use new sysconfig module with Python 2.7 or &gt;=3.2.
23298 -----
23299 0.7.2
23300 -----
23302 * Issue #14: Use markerlib when the `parser` module is not available.
23303 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
23305 -----
23306 0.7.1
23307 -----
23309 * Fix NameError (Issue #3) again - broken in bad merge.
23315 * Merged Setuptools and Distribute. See docs/merge.txt for details.
23317 Added several features that were slated for setuptools 0.6c12:
23319 * Index URL now defaults to HTTPS.
23320 * Added experimental environment marker support. Now clients may designate a
23321 PEP-426 environment marker for "extra" dependencies. Setuptools uses this
23322 feature in ``setup.py`` for optional SSL and certificate validation support
23323 on older platforms. Based on Distutils-SIG discussions, the syntax is
23324 somewhat tentative. There should probably be a PEP with a firmer spec before
23325 the feature should be considered suitable for use.
23326 * Added support for SSL certificate validation when installing packages from
23327 an HTTPS service.
23329 -----
23330 0.7b4
23331 -----
23333 * Issue #3: Fixed NameError in SSL support.
23335 ------
23336 0.6.49
23337 ------
23339 * Move warning check in ``get_cache_path`` to follow the directory creation
23340 to avoid errors when the cache path does not yet exist. Fixes the error
23341 reported in #375.
23343 ------
23344 0.6.48
23345 ------
23347 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
23348 0.6.46 (redo).
23350 ------
23351 0.6.47
23352 ------
23354 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
23355 0.6.46.
23357 ------
23358 0.6.46
23359 ------
23361 * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
23362 customized egg cache location specifies a directory that's group- or
23363 world-writable.
23365 ------
23366 0.6.45
23367 ------
23369 * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
23370 restoring ability to upgrade from an older setuptools version.
23372 ------
23373 0.6.44
23374 ------
23376 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
23377 satisfy use_setuptools.
23379 ------
23380 0.6.43
23381 ------
23383 * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
23385 ------
23386 0.6.42
23387 ------
23389 * External links finder no longer yields duplicate links.
23390 * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old
23391 patch from setuptools trunk which inspired PR #31).
23393 ------
23394 0.6.41
23395 ------
23397 * Issue #27: Use public api for loading resources from zip files rather than
23398 the private method `_zip_directory_cache`.
23399 * Added a new function ``easy_install.get_win_launcher`` which may be used by
23400 third-party libraries such as buildout to get a suitable script launcher.
23402 ------
23403 0.6.40
23404 ------
23406 * Issue #376: brought back cli.exe and gui.exe that were deleted in the
23407 previous release.
23409 ------
23410 0.6.39
23411 ------
23413 * Add support for console launchers on ARM platforms.
23414 * Fix possible issue in GUI launchers where the subsystem was not supplied to
23415 the linker.
23416 * Launcher build script now refactored for robustness.
23417 * Issue #375: Resources extracted from a zip egg to the file system now also
23418 check the contents of the file against the zip contents during each
23419 invocation of get_resource_filename.
23421 ------
23422 0.6.38
23423 ------
23425 * Issue #371: The launcher manifest file is now installed properly.
23427 ------
23428 0.6.37
23429 ------
23431 * Issue #143: Launcher scripts, including easy_install itself, are now
23432 accompanied by a manifest on 32-bit Windows environments to avoid the
23433 Installer Detection Technology and thus undesirable UAC elevation described
23434 in `this Microsoft article
23435 &lt;http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx&gt;`_.
23437 ------
23438 0.6.36
23439 ------
23441 * Pull Request #35: In `Buildout issue 64
23442 &lt;https://github.com/buildout/buildout/issues/64&gt;`_, it was reported that
23443 under Python 3, installation of distutils scripts could attempt to copy
23444 the ``__pycache__`` directory as a file, causing an error, apparently only
23445 under Windows. Easy_install now skips all directories when processing
23446 metadata scripts.
23448 ------
23449 0.6.35
23450 ------
23453 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
23454 how it parses version numbers.
23456 * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools
23457 0.6. Updated the documentation to match more closely with the version
23458 parsing as intended in setuptools 0.6.
23460 ------
23461 0.6.34
23462 ------
23464 * Issue #341: 0.6.33 fails to build under Python 2.4.
23466 ------
23467 0.6.33
23468 ------
23470 * Fix 2 errors with Jython 2.5.
23471 * Fix 1 failure with Jython 2.5 and 2.7.
23472 * Disable workaround for Jython scripts on Linux systems.
23473 * Issue #336: `setup.py` no longer masks failure exit code when tests fail.
23474 * Fix issue in pkg_resources where try/except around a platform-dependent
23475 import would trigger hook load failures on Mercurial. See pull request 32
23476 for details.
23477 * Issue #341: Fix a ResourceWarning.
23479 ------
23480 0.6.32
23481 ------
23483 * Fix test suite with Python 2.6.
23484 * Fix some DeprecationWarnings and ResourceWarnings.
23485 * Issue #335: Backed out `setup_requires` superceding installed requirements
23486 until regression can be addressed.
23488 ------
23489 0.6.31
23490 ------
23492 * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
23493 * Issue #329: Properly close files created by tests for compatibility with
23494 Jython.
23495 * Work around Jython bugs `#1980 &lt;http://bugs.jython.org/issue1980&gt;`_ and
23496 `#1981 &lt;http://bugs.jython.org/issue1981&gt;`_.
23497 * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__`
23498 such as numpy does. This change should address
23499 `virtualenv #359 &lt;https://github.com/pypa/virtualenv/issues/359&gt;`_ as long
23500 as the system encoding is UTF-8 or the IO encoding is specified in the
23501 environment, i.e.::
23503 PYTHONIOENCODING=utf8 pip install numpy
23505 * Fix for encoding issue when installing from Windows executable on Python 3.
23506 * `Issue #323`_: Allow `setup_requires` requirements to supercede installed
23507 requirements. Added some new keyword arguments to existing pkg_resources
23508 methods. Also had to updated how __path__ is handled for namespace packages
23509 to ensure that when a new egg distribution containing a namespace package is
23510 placed on sys.path, the entries in __path__ are found in the same order they
23511 would have been in had that egg been on the path when pkg_resources was
23512 first imported.
23514 ------
23515 0.6.30
23516 ------
23518 * `Issue #328`_: Clean up temporary directories in distribute_setup.py.
23519 * Fix fatal bug in distribute_setup.py.
23521 ------
23522 0.6.29
23523 ------
23525 * Pull Request #14: Honor file permissions in zip files.
23526 * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip.
23527 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
23528 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
23529 to produce uploadable documentation.
23530 * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3.
23531 * `Issue #320`_: Fix check for "createable" in distribute_setup.py.
23532 * `Issue #305`_: Remove a warning that was triggered during normal operations.
23533 * `Issue #311`_: Print metadata in UTF-8 independent of platform.
23534 * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3.
23535 * `Issue #301`_: Allow to run tests of namespace packages when using 2to3.
23536 * `Issue #304`_: Prevent import loop in site.py under Python 3.3.
23537 * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3.
23538 * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3,
23539 as the egg link would go to the Python 2 source. Linking to the 2to3'd code
23540 in build/lib makes it work, although you will have to rebuild the module
23541 before testing it.
23542 * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2.
23543 * `Issue #307`_: Prints the full path when .svn/entries is broken.
23544 * `Issue #313`_: Support for sdist subcommands (Python 2.7)
23545 * `Issue #314`_: test_local_index() would fail an OS X.
23546 * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors.
23547 * `Issue #218`_: Improved documentation on behavior of `package_data` and
23548 `include_package_data`. Files indicated by `package_data` are now included
23549 in the manifest.
23550 * `distribute_setup.py` now allows a `--download-base` argument for retrieving
23551 distribute from a specified location.
23553 ------
23554 0.6.28
23555 ------
23557 * `Issue #294`_: setup.py can now be invoked from any directory.
23558 * Scripts are now installed honoring the umask.
23559 * Added support for .dist-info directories.
23560 * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on
23561 Python 3.3.
23563 ------
23564 0.6.27
23565 ------
23567 * Support current snapshots of CPython 3.3.
23568 * Distribute now recognizes README.rst as a standard, default readme file.
23569 * Exclude 'encodings' modules when removing modules from sys.modules.
23570 Workaround for #285.
23571 * `Issue #231`_: Don't fiddle with system python when used with buildout
23572 (bootstrap.py)
23574 ------
23575 0.6.26
23576 ------
23578 * `Issue #183`_: Symlinked files are now extracted from source distributions.
23579 * `Issue #227`_: Easy_install fetch parameters are now passed during the
23580 installation of a source distribution; now fulfillment of setup_requires
23581 dependencies will honor the parameters passed to easy_install.
23583 ------
23584 0.6.25
23585 ------
23587 * `Issue #258`_: Workaround a cache issue
23588 * `Issue #260`_: distribute_setup.py now accepts the --user parameter for
23589 Python 2.6 and later.
23590 * `Issue #262`_: package_index.open_with_auth no longer throws LookupError
23591 on Python 3.
23592 * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in
23593 on late releases of Python.
23594 * `Issue #272`_: Prevent TypeError when namespace package names are unicode
23595 and single-install-externally-managed is used. Also fixes PIP `issue
23596 449`_.
23597 * `Issue #273`_: Legacy script launchers now install with Python2/3 support.
23599 ------
23600 0.6.24
23601 ------
23603 * `Issue #249`_: Added options to exclude 2to3 fixers
23605 ------
23606 0.6.23
23607 ------
23609 * `Issue #244`_: Fixed a test
23610 * `Issue #243`_: Fixed a test
23611 * `Issue #239`_: Fixed a test
23612 * `Issue #240`_: Fixed a test
23613 * `Issue #241`_: Fixed a test
23614 * `Issue #237`_: Fixed a test
23615 * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python
23616 * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation
23617 * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process
23618 * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg
23619 * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4
23621 ------
23622 0.6.21
23623 ------
23625 * `Issue #225`_: FIxed a regression on py2.4
23627 ------
23628 0.6.20
23629 ------
23631 * `Issue #135`_: Include url in warning when processing URLs in package_index.
23632 * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer.
23633 * `Issue #213`_: Fix typo in documentation.
23635 ------
23636 0.6.19
23637 ------
23639 * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
23641 ------
23642 0.6.18
23643 ------
23645 * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix.
23647 ------
23648 0.6.17
23649 ------
23651 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
23652 variable to allow to disable installation of easy_install-${version} script.
23653 * Support Python &gt;=3.1.4 and &gt;=3.2.1.
23654 * `Issue 204`_: Don't try to import the parent of a namespace package in
23655 declare_namespace
23656 * `Issue 196`_: Tolerate responses with multiple Content-Length headers
23657 * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires
23658 problems.
23660 ------
23661 0.6.16
23662 ------
23664 * Builds sdist gztar even on Windows (avoiding `Issue 193`_).
23665 * `Issue 192`_: Fixed metadata omitted on Windows when package_dir
23666 specified with forward-slash.
23667 * `Issue 195`_: Cython build support.
23668 * `Issue 200`_: Issues with recognizing 64-bit packages on Windows.
23670 ------
23671 0.6.15
23672 ------
23674 * Fixed typo in bdist_egg
23675 * Several issues under Python 3 has been solved.
23676 * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package.
23678 ------
23679 0.6.14
23680 ------
23682 * `Issue 170`_: Fixed unittest failure. Thanks to Toshio.
23683 * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite.
23684 * `Issue 143`_: Fixed a lookup issue with easy_install.
23685 Thanks to David and Zooko.
23686 * `Issue 174`_: Fixed the edit mode when its used with setuptools itself
23688 ------
23689 0.6.13
23690 ------
23692 * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL")
23693 * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv
23694 * `Issue 163`_: scan index links before external links, and don't use the md5 when
23695 comparing two distributions
23697 ------
23698 0.6.12
23699 ------
23701 * `Issue 149`_: Fixed various failures on 2.3/2.4
23703 ------
23704 0.6.11
23705 ------
23707 * Found another case of SandboxViolation - fixed
23708 * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings
23709 * Added indexsidebar.html into MANIFEST.in
23710 * `Issue 108`_: Fixed TypeError with Python3.1
23711 * `Issue 121`_: Fixed --help install command trying to actually install.
23712 * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work.
23713 * `Issue 133`_: Added --no-find-links to easy_install
23714 * Added easy_install --user
23715 * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account
23716 * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg
23717 * `Issue 138`_: cant_write_to_target error when setup_requires is used.
23718 * `Issue 147`_: respect the sys.dont_write_bytecode flag
23720 ------
23721 0.6.10
23722 ------
23724 * Reverted change made for the DistributionNotFound exception because
23725 zc.buildout uses the exception message to get the name of the
23726 distribution.
23728 -----
23729 0.6.9
23730 -----
23732 * `Issue 90`_: unknown setuptools version can be added in the working set
23733 * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore
23734 Initial Patch by arfrever.
23735 * `Issue 89`_: added a side bar with a download link to the doc.
23736 * `Issue 86`_: fixed missing sentence in pkg_resources doc.
23737 * Added a nicer error message when a DistributionNotFound is raised.
23738 * `Issue 80`_: test_develop now works with Python 3.1
23739 * `Issue 93`_: upload_docs now works if there is an empty sub-directory.
23740 * `Issue 70`_: exec bit on non-exec files
23741 * `Issue 99`_: now the standalone easy_install command doesn't uses a
23742 "setup.cfg" if any exists in the working directory. It will use it
23743 only if triggered by ``install_requires`` from a setup.py call
23744 (install, develop, etc).
23745 * `Issue 101`_: Allowing ``os.devnull`` in Sandbox
23746 * `Issue 92`_: Fixed the "no eggs" found error with MacPort
23747 (platform.mac_ver() fails)
23748 * `Issue 103`_: test_get_script_header_jython_workaround not run
23749 anymore under py3 with C or POSIX local. Contributed by Arfrever.
23750 * `Issue 104`_: remvoved the assertion when the installation fails,
23751 with a nicer message for the end user.
23752 * `Issue 100`_: making sure there's no SandboxViolation when
23753 the setup script patches setuptools.
23755 -----
23756 0.6.8
23757 -----
23759 * Added "check_packages" in dist. (added in Setuptools 0.6c11)
23760 * Fixed the DONT_PATCH_SETUPTOOLS state.
23762 -----
23763 0.6.7
23764 -----
23766 * `Issue 58`_: Added --user support to the develop command
23767 * `Issue 11`_: Generated scripts now wrap their call to the script entry point
23768 in the standard "if name == 'main'"
23769 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv
23770 can drive an installation that doesn't patch a global setuptools.
23771 * Reviewed unladen-swallow specific change from
23772 http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&amp;r=719
23773 and determined that it no longer applies. Distribute should work fine with
23774 Unladen Swallow 2009Q3.
23775 * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a
23776 httplib.HTTPException instead of just InvalidURL and BadStatusLine.
23777 * Removed virtual-python.py from this distribution and updated documentation
23778 to point to the actively maintained virtualenv instead.
23779 * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every
23780 time it is run
23781 * use_setuptools now properly respects the requested version
23782 * use_setuptools will no longer try to import a distribute egg for the
23783 wrong Python version
23784 * `Issue 74`_: no_fake should be True by default.
23785 * `Issue 72`_: avoid a bootstrapping issue with easy_install -U
23787 -----
23788 0.6.6
23789 -----
23791 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3
23792 (patch by Holger Krekel)
23794 -----
23795 0.6.5
23796 -----
23798 * `Issue 65`_: cli.exe and gui.exe are now generated at build time,
23799 depending on the platform in use.
23801 * `Issue 67`_: Fixed doc typo (PEP 381/382)
23803 * Distribute no longer shadows setuptools if we require a 0.7-series
23804 setuptools. And an error is raised when installing a 0.7 setuptools with
23805 distribute.
23807 * When run from within buildout, no attempt is made to modify an existing
23808 setuptools egg, whether in a shared egg directory or a system setuptools.
23810 * Fixed a hole in sandboxing allowing builtin file to write outside of
23811 the sandbox.
23813 -----
23814 0.6.4
23815 -----
23817 * Added the generation of `distribute_setup_3k.py` during the release.
23818 This closes `issue #52`_.
23820 * Added an upload_docs command to easily upload project documentation to
23821 PyPI's https://pythonhosted.org. This close `issue #56`_.
23823 * Fixed a bootstrap bug on the use_setuptools() API.
23825 -----
23826 0.6.3
23827 -----
23829 setuptools
23830 ==========
23832 * Fixed a bunch of calls to file() that caused crashes on Python 3.
23834 bootstrapping
23835 =============
23837 * Fixed a bug in sorting that caused bootstrap to fail on Python 3.
23839 -----
23840 0.6.2
23841 -----
23843 setuptools
23844 ==========
23846 * Added Python 3 support; see docs/python3.txt.
23847 This closes http://bugs.python.org/setuptools/issue39.
23849 * Added option to run 2to3 automatically when installing on Python 3.
23850 This closes `issue #31`_.
23852 * Fixed invalid usage of requirement.parse, that broke develop -d.
23853 This closes http://bugs.python.org/setuptools/issue44.
23855 * Fixed script launcher for 64-bit Windows.
23856 This closes http://bugs.python.org/setuptools/issue2.
23858 * KeyError when compiling extensions.
23859 This closes http://bugs.python.org/setuptools/issue41.
23861 bootstrapping
23862 =============
23864 * Fixed bootstrap not working on Windows. This closes `issue #49`_.
23866 * Fixed 2.6 dependencies. This closes `issue #50`_.
23868 * Make sure setuptools is patched when running through easy_install
23869 This closes http://bugs.python.org/setuptools/issue40.
23871 -----
23872 0.6.1
23873 -----
23875 setuptools
23876 ==========
23878 * package_index.urlopen now catches BadStatusLine and malformed url errors.
23879 This closes `issue #16`_ and `issue #18`_.
23881 * zip_ok is now False by default. This closes
23882 http://bugs.python.org/setuptools/issue33.
23884 * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20.
23886 * Fixed invalid bootstraping with easy_install installation (`issue #40`_).
23887 Thanks to Florian Schulze for the help.
23889 * Removed buildout/bootstrap.py. A new repository will create a specific
23890 bootstrap.py script.
23893 bootstrapping
23894 =============
23896 * The boostrap process leave setuptools alone if detected in the system
23897 and --root or --prefix is provided, but is not in the same location.
23898 This closes `issue #10`_.
23904 setuptools
23905 ==========
23907 * Packages required at build time where not fully present at install time.
23908 This closes `issue #12`_.
23910 * Protected against failures in tarfile extraction. This closes `issue #10`_.
23912 * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_.
23914 * sandbox.py replaced builtin type file with builtin function open. This
23915 closes `issue #6`_.
23917 * Immediately close all file handles. This closes `issue #3`_.
23919 * Added compatibility with Subversion 1.6. This references `issue #1`_.
23921 pkg_resources
23922 =============
23924 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API
23925 instead. Based on a patch from ronaldoussoren. This closes `issue #5`_.
23927 * Fixed a SandboxViolation for mkdir that could occur in certain cases.
23928 This closes `issue #13`_.
23930 * Allow to find_on_path on systems with tight permissions to fail gracefully.
23931 This closes `issue #9`_.
23933 * Corrected inconsistency between documentation and code of add_entry.
23934 This closes `issue #8`_.
23936 * Immediately close all file handles. This closes `issue #3`_.
23938 easy_install
23939 ============
23941 * Immediately close all file handles. This closes `issue #3`_.
23944 .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135
23945 .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183
23946 .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207
23947 .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208
23948 .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21
23949 .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212
23950 .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213
23951 .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218
23952 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
23953 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
23954 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
23955 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
23956 .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231
23957 .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237
23958 .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238
23959 .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239
23960 .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240
23961 .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241
23962 .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243
23963 .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244
23964 .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249
23965 .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258
23966 .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260
23967 .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262
23968 .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269
23969 .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272
23970 .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273
23971 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
23972 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
23973 .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294
23974 .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299
23975 .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30
23976 .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301
23977 .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303
23978 .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304
23979 .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305
23980 .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306
23981 .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307
23982 .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310
23983 .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311
23984 .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313
23985 .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314
23986 .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320
23987 .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323
23988 .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326
23989 .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327
23990 .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328
23991 .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334
23992 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
23993 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
23994 .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101
23995 .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103
23996 .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104
23997 .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108
23998 .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11
23999 .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112
24000 .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121
24001 .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133
24002 .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134
24003 .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138
24004 .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143
24005 .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146
24006 .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147
24007 .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149
24008 .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15
24009 .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150
24010 .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160
24011 .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163
24012 .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170
24013 .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171
24014 .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174
24015 .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192
24016 .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193
24017 .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195
24018 .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196
24019 .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200
24020 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
24021 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
24022 .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205
24023 .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206
24024 .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21
24025 .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210
24026 .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58
24027 .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64
24028 .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65
24029 .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67
24030 .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70
24031 .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72
24032 .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74
24033 .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80
24034 .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86
24035 .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87
24036 .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89
24037 .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90
24038 .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92
24039 .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93
24040 .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99
24041 .. _`issue
24042 449`: https://bitbucket.org/tarek/distribute/issue/449
24043 .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1
24044 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
24045 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
24046 .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12
24047 .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13
24048 .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16
24049 .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18
24050 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
24051 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
24052 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
24053 .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31
24054 .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40
24055 .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49
24056 .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5
24057 .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50
24058 .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52
24059 .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56
24060 .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6
24061 .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7
24062 .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8
24063 .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9
24066 Keywords: CPAN PyPI distutils eggs package management
24067 Platform: UNKNOWN
24068 Classifier: Development Status :: 5 - Production/Stable
24069 Classifier: Intended Audience :: Developers
24070 Classifier: License :: OSI Approved :: Python Software Foundation License
24071 Classifier: License :: OSI Approved :: Zope Public License
24072 Classifier: Operating System :: OS Independent
24073 Classifier: Programming Language :: Python :: 2.4
24074 Classifier: Programming Language :: Python :: 2.5
24075 Classifier: Programming Language :: Python :: 2.6
24076 Classifier: Programming Language :: Python :: 2.7
24077 Classifier: Programming Language :: Python :: 3
24078 Classifier: Programming Language :: Python :: 3.1
24079 Classifier: Programming Language :: Python :: 3.2
24080 Classifier: Programming Language :: Python :: 3.3
24081 Classifier: Topic :: Software Development :: Libraries :: Python Modules
24082 Classifier: Topic :: System :: Archiving :: Packaging
24083 Classifier: Topic :: System :: Systems Administration
24084 Classifier: Topic :: Utilities
24086 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
24088 Scanned Source License setuptools-0.8/setuptools.egg-info/EGG-INFO/PKG-INFO:
24090 Metadata-Version: 1.0
24091 Name: setuptools
24092 Version: 0.6c11
24093 Summary: xxxx
24094 Home-page: xxx
24095 Author: xxx
24096 Author-email: xxx
24097 License: xxx
24098 Description: xxx
24100 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
24102 Scanned Source License setuptools-0.8/setuptools.egg-info/PKG-INFO:
24104 Metadata-Version: 1.1
24105 Name: setuptools
24106 Version: 0.8
24107 Summary: Easily download, build, install, upgrade, and uninstall Python packages
24108 Home-page: https://pypi.python.org/pypi/setuptools
24109 Author: The fellowship of the packaging
24110 Author-email: distutils-sig@python.org
24111 License: PSF or ZPL
24112 Description: ===============================
24113 Installing and Using Setuptools
24114 ===============================
24116 .. contents:: **Table of Contents**
24119 -------------------------
24120 Installation Instructions
24121 -------------------------
24123 Upgrading from Distribute
24124 =========================
24126 Currently, Distribute disallows installing Setuptools 0.7+ over Distribute.
24127 You must first uninstall any active version of Distribute first (see
24128 `Uninstalling`_).
24130 Upgrading from Setuptools 0.6
24131 =============================
24133 Upgrading from prior versions of Setuptools is supported. Initial reports
24134 good success in this regard.
24136 Windows
24137 =======
24139 The recommended way to install setuptools on Windows is to download
24140 `ez_setup.py`_ and run it. The script will download the appropriate .egg
24141 file and install it for you.
24143 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
24145 For best results, uninstall previous versions FIRST (see `Uninstalling`_).
24147 Once installation is complete, you will find an ``easy_install.exe`` program in
24148 your Python ``Scripts`` subdirectory. For simple invocation and best results,
24149 add this directory to your ``PATH`` environment variable, if it is not already
24150 present.
24153 Unix-based Systems including Mac OS X
24154 =====================================
24156 Download `ez_setup.py`_ and run it using the target Python version. The script
24157 will download the appropriate version and install it for you::
24159 &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py -O - | python
24161 Note that you will may need to invoke the command with superuser privileges to
24162 install to the system Python.
24164 Alternatively, on Python 2.6 and later, Setuptools may be installed to a
24165 user-local path::
24167 &gt; wget https://bitbucket.org/pypa/setuptools/raw/0.8/ez_setup.py
24168 &gt; python ez_setup.py --user
24171 Advanced Installation
24172 =====================
24174 For more advanced installation options, such as installing to custom
24175 locations or prefixes, download and extract the source
24176 tarball from `Setuptools on PyPI &lt;https://pypi.python.org/pypi/setuptools&gt;`_
24177 and run setup.py with any supported distutils and Setuptools options.
24178 For example::
24180 setuptools-0.8$ python setup.py --prefix=/opt/setuptools
24182 Use ``--help`` to get a full options list, but we recommend consulting
24183 the `EasyInstall manual`_ for detailed instructions, especially `the section
24184 on custom installation locations`_.
24186 .. _EasyInstall manual: https://pythonhosted.org/setuptools/EasyInstall
24187 .. _the section on custom installation locations: https://pythonhosted.org/setuptools/EasyInstall#custom-installation-locations
24190 Downloads
24191 =========
24193 All setuptools downloads can be found at `the project's home page in the Python
24194 Package Index`_. Scroll to the very bottom of the page to find the links.
24196 .. _the project's home page in the Python Package Index: https://pypi.python.org/pypi/setuptools
24198 In addition to the PyPI downloads, the development version of ``setuptools``
24199 is available from the `Bitbucket repo`_, and in-development versions of the
24200 `0.6 branch`_ are available as well.
24202 .. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev
24203 .. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06
24205 Uninstalling
24206 ============
24208 On Windows, if Setuptools was installed using an ``.exe`` or ``.msi``
24209 installer, simply use the uninstall feature of "Add/Remove Programs" in the
24210 Control Panel.
24212 Otherwise, to uninstall Setuptools or Distribute, regardless of the Python
24213 version, delete all ``setuptools*`` and ``distribute*`` files and
24214 directories from your system's ``site-packages`` directory
24215 (and any other ``sys.path`` directories) FIRST.
24217 If you are upgrading or otherwise plan to re-install Setuptools or Distribute,
24218 nothing further needs to be done. If you want to completely remove Setuptools,
24219 you may also want to remove the 'easy_install' and 'easy_install-x.x' scripts
24220 and associated executables installed to the Python scripts directory.
24222 --------------------------------
24223 Using Setuptools and EasyInstall
24224 --------------------------------
24226 Here are some of the available manuals, tutorials, and other resources for
24227 learning about Setuptools, Python Eggs, and EasyInstall:
24229 * `The EasyInstall user's guide and reference manual`_
24230 * `The setuptools Developer's Guide`_
24231 * `The pkg_resources API reference`_
24232 * `Package Compatibility Notes`_ (user-maintained)
24233 * `The Internal Structure of Python Eggs`_
24235 Questions, comments, and bug reports should be directed to the `distutils-sig
24236 mailing list`_. If you have written (or know of) any tutorials, documentation,
24237 plugins, or other resources for setuptools users, please let us know about
24238 them there, so this reference list can be updated. If you have working,
24239 *tested* patches to correct problems or add features, you may submit them to
24240 the `setuptools bug tracker`_.
24242 .. _setuptools bug tracker: https://bitbucket.org/pypa/setuptools/issues
24243 .. _Package Compatibility Notes: https://pythonhosted.org/setuptools/PackageNotes
24244 .. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html
24245 .. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html
24246 .. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html
24247 .. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html
24248 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/
24251 -------
24252 Credits
24253 -------
24255 * The original design for the ``.egg`` format and the ``pkg_resources`` API was
24256 co-created by Phillip Eby and Bob Ippolito. Bob also implemented the first
24257 version of ``pkg_resources``, and supplied the OS X operating system version
24258 compatibility algorithm.
24260 * Ian Bicking implemented many early "creature comfort" features of
24261 easy_install, including support for downloading via Sourceforge and
24262 Subversion repositories. Ian's comments on the Web-SIG about WSGI
24263 application deployment also inspired the concept of "entry points" in eggs,
24264 and he has given talks at PyCon and elsewhere to inform and educate the
24265 community about eggs and setuptools.
24267 * Jim Fulton contributed time and effort to build automated tests of various
24268 aspects of ``easy_install``, and supplied the doctests for the command-line
24269 ``.exe`` wrappers on Windows.
24271 * Phillip J. Eby is the principal author and maintainer of setuptools, and
24272 first proposed the idea of an importable binary distribution format for
24273 Python application plugins.
24275 * Significant parts of the implementation of setuptools were funded by the Open
24276 Source Applications Foundation, to provide a plugin infrastructure for the
24277 Chandler PIM application. In addition, many OSAF staffers (such as Mike
24278 "Code Bear" Taylor) contributed their time and stress as guinea pigs for the
24279 use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!)
24281 .. _files:
24283 =======
24284 CHANGES
24285 =======
24291 * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
24292 conversion.
24294 -----
24295 0.7.8
24296 -----
24298 * Distribute #375: Yet another fix for yet another regression.
24300 -----
24301 0.7.7
24302 -----
24304 * Distribute #375: Repair AttributeError created in last release (redo).
24305 * `Issue #30`_: Added test for get_cache_path.
24307 -----
24308 0.7.6
24309 -----
24311 * Distribute #375: Repair AttributeError created in last release.
24313 -----
24314 0.7.5
24315 -----
24317 * `Issue #21`_: Restore Python 2.4 compatibility in ``test_easy_install``.
24318 * Distribute #375: Merged additional warning from Distribute 0.6.46.
24319 * Now honor the environment variable
24320 ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
24321 deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.
24323 -----
24324 0.7.4
24325 -----
24327 * Issue #20: Fix comparison of parsed SVN version on Python 3.
24329 -----
24330 0.7.3
24331 -----
24333 * Issue #1: Disable installation of Windows-specific files on non-Windows systems.
24334 * Use new sysconfig module with Python 2.7 or &gt;=3.2.
24336 -----
24337 0.7.2
24338 -----
24340 * Issue #14: Use markerlib when the `parser` module is not available.
24341 * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
24343 -----
24344 0.7.1
24345 -----
24347 * Fix NameError (Issue #3) again - broken in bad merge.
24353 * Merged Setuptools and Distribute. See docs/merge.txt for details.
24355 Added several features that were slated for setuptools 0.6c12:
24357 * Index URL now defaults to HTTPS.
24358 * Added experimental environment marker support. Now clients may designate a
24359 PEP-426 environment marker for "extra" dependencies. Setuptools uses this
24360 feature in ``setup.py`` for optional SSL and certificate validation support
24361 on older platforms. Based on Distutils-SIG discussions, the syntax is
24362 somewhat tentative. There should probably be a PEP with a firmer spec before
24363 the feature should be considered suitable for use.
24364 * Added support for SSL certificate validation when installing packages from
24365 an HTTPS service.
24367 -----
24368 0.7b4
24369 -----
24371 * Issue #3: Fixed NameError in SSL support.
24373 ------
24374 0.6.49
24375 ------
24377 * Move warning check in ``get_cache_path`` to follow the directory creation
24378 to avoid errors when the cache path does not yet exist. Fixes the error
24379 reported in #375.
24381 ------
24382 0.6.48
24383 ------
24385 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
24386 0.6.46 (redo).
24388 ------
24389 0.6.47
24390 ------
24392 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
24393 0.6.46.
24395 ------
24396 0.6.46
24397 ------
24399 * Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
24400 customized egg cache location specifies a directory that's group- or
24401 world-writable.
24403 ------
24404 0.6.45
24405 ------
24407 * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
24408 restoring ability to upgrade from an older setuptools version.
24410 ------
24411 0.6.44
24412 ------
24414 * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
24415 satisfy use_setuptools.
24417 ------
24418 0.6.43
24419 ------
24421 * Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
24423 ------
24424 0.6.42
24425 ------
24427 * External links finder no longer yields duplicate links.
24428 * Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old
24429 patch from setuptools trunk which inspired PR #31).
24431 ------
24432 0.6.41
24433 ------
24435 * Issue #27: Use public api for loading resources from zip files rather than
24436 the private method `_zip_directory_cache`.
24437 * Added a new function ``easy_install.get_win_launcher`` which may be used by
24438 third-party libraries such as buildout to get a suitable script launcher.
24440 ------
24441 0.6.40
24442 ------
24444 * Issue #376: brought back cli.exe and gui.exe that were deleted in the
24445 previous release.
24447 ------
24448 0.6.39
24449 ------
24451 * Add support for console launchers on ARM platforms.
24452 * Fix possible issue in GUI launchers where the subsystem was not supplied to
24453 the linker.
24454 * Launcher build script now refactored for robustness.
24455 * Issue #375: Resources extracted from a zip egg to the file system now also
24456 check the contents of the file against the zip contents during each
24457 invocation of get_resource_filename.
24459 ------
24460 0.6.38
24461 ------
24463 * Issue #371: The launcher manifest file is now installed properly.
24465 ------
24466 0.6.37
24467 ------
24469 * Issue #143: Launcher scripts, including easy_install itself, are now
24470 accompanied by a manifest on 32-bit Windows environments to avoid the
24471 Installer Detection Technology and thus undesirable UAC elevation described
24472 in `this Microsoft article
24473 &lt;http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx&gt;`_.
24475 ------
24476 0.6.36
24477 ------
24479 * Pull Request #35: In `Buildout issue 64
24480 &lt;https://github.com/buildout/buildout/issues/64&gt;`_, it was reported that
24481 under Python 3, installation of distutils scripts could attempt to copy
24482 the ``__pycache__`` directory as a file, causing an error, apparently only
24483 under Windows. Easy_install now skips all directories when processing
24484 metadata scripts.
24486 ------
24487 0.6.35
24488 ------
24491 Note this release is backward-incompatible with distribute 0.6.23-0.6.34 in
24492 how it parses version numbers.
24494 * Issue #278: Restored compatibility with distribute 0.6.22 and setuptools
24495 0.6. Updated the documentation to match more closely with the version
24496 parsing as intended in setuptools 0.6.
24498 ------
24499 0.6.34
24500 ------
24502 * Issue #341: 0.6.33 fails to build under Python 2.4.
24504 ------
24505 0.6.33
24506 ------
24508 * Fix 2 errors with Jython 2.5.
24509 * Fix 1 failure with Jython 2.5 and 2.7.
24510 * Disable workaround for Jython scripts on Linux systems.
24511 * Issue #336: `setup.py` no longer masks failure exit code when tests fail.
24512 * Fix issue in pkg_resources where try/except around a platform-dependent
24513 import would trigger hook load failures on Mercurial. See pull request 32
24514 for details.
24515 * Issue #341: Fix a ResourceWarning.
24517 ------
24518 0.6.32
24519 ------
24521 * Fix test suite with Python 2.6.
24522 * Fix some DeprecationWarnings and ResourceWarnings.
24523 * Issue #335: Backed out `setup_requires` superceding installed requirements
24524 until regression can be addressed.
24526 ------
24527 0.6.31
24528 ------
24530 * Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
24531 * Issue #329: Properly close files created by tests for compatibility with
24532 Jython.
24533 * Work around Jython bugs `#1980 &lt;http://bugs.jython.org/issue1980&gt;`_ and
24534 `#1981 &lt;http://bugs.jython.org/issue1981&gt;`_.
24535 * `Issue #334`_: Provide workaround for packages that reference `sys.__stdout__`
24536 such as numpy does. This change should address
24537 `virtualenv #359 &lt;https://github.com/pypa/virtualenv/issues/359&gt;`_ as long
24538 as the system encoding is UTF-8 or the IO encoding is specified in the
24539 environment, i.e.::
24541 PYTHONIOENCODING=utf8 pip install numpy
24543 * Fix for encoding issue when installing from Windows executable on Python 3.
24544 * `Issue #323`_: Allow `setup_requires` requirements to supercede installed
24545 requirements. Added some new keyword arguments to existing pkg_resources
24546 methods. Also had to updated how __path__ is handled for namespace packages
24547 to ensure that when a new egg distribution containing a namespace package is
24548 placed on sys.path, the entries in __path__ are found in the same order they
24549 would have been in had that egg been on the path when pkg_resources was
24550 first imported.
24552 ------
24553 0.6.30
24554 ------
24556 * `Issue #328`_: Clean up temporary directories in distribute_setup.py.
24557 * Fix fatal bug in distribute_setup.py.
24559 ------
24560 0.6.29
24561 ------
24563 * Pull Request #14: Honor file permissions in zip files.
24564 * `Issue #327`_: Merged pull request #24 to fix a dependency problem with pip.
24565 * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
24566 * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
24567 to produce uploadable documentation.
24568 * `Issue #326`_: `upload_docs` provided mangled auth credentials under Python 3.
24569 * `Issue #320`_: Fix check for "createable" in distribute_setup.py.
24570 * `Issue #305`_: Remove a warning that was triggered during normal operations.
24571 * `Issue #311`_: Print metadata in UTF-8 independent of platform.
24572 * `Issue #303`_: Read manifest file with UTF-8 encoding under Python 3.
24573 * `Issue #301`_: Allow to run tests of namespace packages when using 2to3.
24574 * `Issue #304`_: Prevent import loop in site.py under Python 3.3.
24575 * `Issue #283`_: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3.
24576 * `Issue #299`_: The develop command didn't work on Python 3, when using 2to3,
24577 as the egg link would go to the Python 2 source. Linking to the 2to3'd code
24578 in build/lib makes it work, although you will have to rebuild the module
24579 before testing it.
24580 * `Issue #306`_: Even if 2to3 is used, we build in-place under Python 2.
24581 * `Issue #307`_: Prints the full path when .svn/entries is broken.
24582 * `Issue #313`_: Support for sdist subcommands (Python 2.7)
24583 * `Issue #314`_: test_local_index() would fail an OS X.
24584 * `Issue #310`_: Non-ascii characters in a namespace __init__.py causes errors.
24585 * `Issue #218`_: Improved documentation on behavior of `package_data` and
24586 `include_package_data`. Files indicated by `package_data` are now included
24587 in the manifest.
24588 * `distribute_setup.py` now allows a `--download-base` argument for retrieving
24589 distribute from a specified location.
24591 ------
24592 0.6.28
24593 ------
24595 * `Issue #294`_: setup.py can now be invoked from any directory.
24596 * Scripts are now installed honoring the umask.
24597 * Added support for .dist-info directories.
24598 * `Issue #283`_: Fix and disable scanning of `*.pyc` / `*.pyo` files on
24599 Python 3.3.
24601 ------
24602 0.6.27
24603 ------
24605 * Support current snapshots of CPython 3.3.
24606 * Distribute now recognizes README.rst as a standard, default readme file.
24607 * Exclude 'encodings' modules when removing modules from sys.modules.
24608 Workaround for #285.
24609 * `Issue #231`_: Don't fiddle with system python when used with buildout
24610 (bootstrap.py)
24612 ------
24613 0.6.26
24614 ------
24616 * `Issue #183`_: Symlinked files are now extracted from source distributions.
24617 * `Issue #227`_: Easy_install fetch parameters are now passed during the
24618 installation of a source distribution; now fulfillment of setup_requires
24619 dependencies will honor the parameters passed to easy_install.
24621 ------
24622 0.6.25
24623 ------
24625 * `Issue #258`_: Workaround a cache issue
24626 * `Issue #260`_: distribute_setup.py now accepts the --user parameter for
24627 Python 2.6 and later.
24628 * `Issue #262`_: package_index.open_with_auth no longer throws LookupError
24629 on Python 3.
24630 * `Issue #269`_: AttributeError when an exception occurs reading Manifest.in
24631 on late releases of Python.
24632 * `Issue #272`_: Prevent TypeError when namespace package names are unicode
24633 and single-install-externally-managed is used. Also fixes PIP `issue
24634 449`_.
24635 * `Issue #273`_: Legacy script launchers now install with Python2/3 support.
24637 ------
24638 0.6.24
24639 ------
24641 * `Issue #249`_: Added options to exclude 2to3 fixers
24643 ------
24644 0.6.23
24645 ------
24647 * `Issue #244`_: Fixed a test
24648 * `Issue #243`_: Fixed a test
24649 * `Issue #239`_: Fixed a test
24650 * `Issue #240`_: Fixed a test
24651 * `Issue #241`_: Fixed a test
24652 * `Issue #237`_: Fixed a test
24653 * `Issue #238`_: easy_install now uses 64bit executable wrappers on 64bit Python
24654 * `Issue #208`_: Fixed parsed_versions, it now honors post-releases as noted in the documentation
24655 * `Issue #207`_: Windows cli and gui wrappers pass CTRL-C to child python process
24656 * `Issue #227`_: easy_install now passes its arguments to setup.py bdist_egg
24657 * `Issue #225`_: Fixed a NameError on Python 2.5, 2.4
24659 ------
24660 0.6.21
24661 ------
24663 * `Issue #225`_: FIxed a regression on py2.4
24665 ------
24666 0.6.20
24667 ------
24669 * `Issue #135`_: Include url in warning when processing URLs in package_index.
24670 * `Issue #212`_: Fix issue where easy_instal fails on Python 3 on windows installer.
24671 * `Issue #213`_: Fix typo in documentation.
24673 ------
24674 0.6.19
24675 ------
24677 * `Issue 206`_: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
24679 ------
24680 0.6.18
24681 ------
24683 * `Issue 210`_: Fixed a regression introduced by `Issue 204`_ fix.
24685 ------
24686 0.6.17
24687 ------
24689 * Support 'DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT' environment
24690 variable to allow to disable installation of easy_install-${version} script.
24691 * Support Python &gt;=3.1.4 and &gt;=3.2.1.
24692 * `Issue 204`_: Don't try to import the parent of a namespace package in
24693 declare_namespace
24694 * `Issue 196`_: Tolerate responses with multiple Content-Length headers
24695 * `Issue 205`_: Sandboxing doesn't preserve working_set. Leads to setup_requires
24696 problems.
24698 ------
24699 0.6.16
24700 ------
24702 * Builds sdist gztar even on Windows (avoiding `Issue 193`_).
24703 * `Issue 192`_: Fixed metadata omitted on Windows when package_dir
24704 specified with forward-slash.
24705 * `Issue 195`_: Cython build support.
24706 * `Issue 200`_: Issues with recognizing 64-bit packages on Windows.
24708 ------
24709 0.6.15
24710 ------
24712 * Fixed typo in bdist_egg
24713 * Several issues under Python 3 has been solved.
24714 * `Issue 146`_: Fixed missing DLL files after easy_install of windows exe package.
24716 ------
24717 0.6.14
24718 ------
24720 * `Issue 170`_: Fixed unittest failure. Thanks to Toshio.
24721 * `Issue 171`_: Fixed race condition in unittests cause deadlocks in test suite.
24722 * `Issue 143`_: Fixed a lookup issue with easy_install.
24723 Thanks to David and Zooko.
24724 * `Issue 174`_: Fixed the edit mode when its used with setuptools itself
24726 ------
24727 0.6.13
24728 ------
24730 * `Issue 160`_: 2.7 gives ValueError("Invalid IPv6 URL")
24731 * `Issue 150`_: Fixed using ~/.local even in a --no-site-packages virtualenv
24732 * `Issue 163`_: scan index links before external links, and don't use the md5 when
24733 comparing two distributions
24735 ------
24736 0.6.12
24737 ------
24739 * `Issue 149`_: Fixed various failures on 2.3/2.4
24741 ------
24742 0.6.11
24743 ------
24745 * Found another case of SandboxViolation - fixed
24746 * `Issue 15`_ and 48: Introduced a socket timeout of 15 seconds on url openings
24747 * Added indexsidebar.html into MANIFEST.in
24748 * `Issue 108`_: Fixed TypeError with Python3.1
24749 * `Issue 121`_: Fixed --help install command trying to actually install.
24750 * `Issue 112`_: Added an os.makedirs so that Tarek's solution will work.
24751 * `Issue 133`_: Added --no-find-links to easy_install
24752 * Added easy_install --user
24753 * `Issue 100`_: Fixed develop --user not taking '.' in PYTHONPATH into account
24754 * `Issue 134`_: removed spurious UserWarnings. Patch by VanLindberg
24755 * `Issue 138`_: cant_write_to_target error when setup_requires is used.
24756 * `Issue 147`_: respect the sys.dont_write_bytecode flag
24758 ------
24759 0.6.10
24760 ------
24762 * Reverted change made for the DistributionNotFound exception because
24763 zc.buildout uses the exception message to get the name of the
24764 distribution.
24766 -----
24767 0.6.9
24768 -----
24770 * `Issue 90`_: unknown setuptools version can be added in the working set
24771 * `Issue 87`_: setupt.py doesn't try to convert distribute_setup.py anymore
24772 Initial Patch by arfrever.
24773 * `Issue 89`_: added a side bar with a download link to the doc.
24774 * `Issue 86`_: fixed missing sentence in pkg_resources doc.
24775 * Added a nicer error message when a DistributionNotFound is raised.
24776 * `Issue 80`_: test_develop now works with Python 3.1
24777 * `Issue 93`_: upload_docs now works if there is an empty sub-directory.
24778 * `Issue 70`_: exec bit on non-exec files
24779 * `Issue 99`_: now the standalone easy_install command doesn't uses a
24780 "setup.cfg" if any exists in the working directory. It will use it
24781 only if triggered by ``install_requires`` from a setup.py call
24782 (install, develop, etc).
24783 * `Issue 101`_: Allowing ``os.devnull`` in Sandbox
24784 * `Issue 92`_: Fixed the "no eggs" found error with MacPort
24785 (platform.mac_ver() fails)
24786 * `Issue 103`_: test_get_script_header_jython_workaround not run
24787 anymore under py3 with C or POSIX local. Contributed by Arfrever.
24788 * `Issue 104`_: remvoved the assertion when the installation fails,
24789 with a nicer message for the end user.
24790 * `Issue 100`_: making sure there's no SandboxViolation when
24791 the setup script patches setuptools.
24793 -----
24794 0.6.8
24795 -----
24797 * Added "check_packages" in dist. (added in Setuptools 0.6c11)
24798 * Fixed the DONT_PATCH_SETUPTOOLS state.
24800 -----
24801 0.6.7
24802 -----
24804 * `Issue 58`_: Added --user support to the develop command
24805 * `Issue 11`_: Generated scripts now wrap their call to the script entry point
24806 in the standard "if name == 'main'"
24807 * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv
24808 can drive an installation that doesn't patch a global setuptools.
24809 * Reviewed unladen-swallow specific change from
24810 http://code.google.com/p/unladen-swallow/source/detail?spec=svn875&amp;r=719
24811 and determined that it no longer applies. Distribute should work fine with
24812 Unladen Swallow 2009Q3.
24813 * `Issue 21`_: Allow PackageIndex.open_url to gracefully handle all cases of a
24814 httplib.HTTPException instead of just InvalidURL and BadStatusLine.
24815 * Removed virtual-python.py from this distribution and updated documentation
24816 to point to the actively maintained virtualenv instead.
24817 * `Issue 64`_: use_setuptools no longer rebuilds the distribute egg every
24818 time it is run
24819 * use_setuptools now properly respects the requested version
24820 * use_setuptools will no longer try to import a distribute egg for the
24821 wrong Python version
24822 * `Issue 74`_: no_fake should be True by default.
24823 * `Issue 72`_: avoid a bootstrapping issue with easy_install -U
24825 -----
24826 0.6.6
24827 -----
24829 * Unified the bootstrap file so it works on both py2.x and py3k without 2to3
24830 (patch by Holger Krekel)
24832 -----
24833 0.6.5
24834 -----
24836 * `Issue 65`_: cli.exe and gui.exe are now generated at build time,
24837 depending on the platform in use.
24839 * `Issue 67`_: Fixed doc typo (PEP 381/382)
24841 * Distribute no longer shadows setuptools if we require a 0.7-series
24842 setuptools. And an error is raised when installing a 0.7 setuptools with
24843 distribute.
24845 * When run from within buildout, no attempt is made to modify an existing
24846 setuptools egg, whether in a shared egg directory or a system setuptools.
24848 * Fixed a hole in sandboxing allowing builtin file to write outside of
24849 the sandbox.
24851 -----
24852 0.6.4
24853 -----
24855 * Added the generation of `distribute_setup_3k.py` during the release.
24856 This closes `issue #52`_.
24858 * Added an upload_docs command to easily upload project documentation to
24859 PyPI's https://pythonhosted.org. This close `issue #56`_.
24861 * Fixed a bootstrap bug on the use_setuptools() API.
24863 -----
24864 0.6.3
24865 -----
24867 setuptools
24868 ==========
24870 * Fixed a bunch of calls to file() that caused crashes on Python 3.
24872 bootstrapping
24873 =============
24875 * Fixed a bug in sorting that caused bootstrap to fail on Python 3.
24877 -----
24878 0.6.2
24879 -----
24881 setuptools
24882 ==========
24884 * Added Python 3 support; see docs/python3.txt.
24885 This closes http://bugs.python.org/setuptools/issue39.
24887 * Added option to run 2to3 automatically when installing on Python 3.
24888 This closes `issue #31`_.
24890 * Fixed invalid usage of requirement.parse, that broke develop -d.
24891 This closes http://bugs.python.org/setuptools/issue44.
24893 * Fixed script launcher for 64-bit Windows.
24894 This closes http://bugs.python.org/setuptools/issue2.
24896 * KeyError when compiling extensions.
24897 This closes http://bugs.python.org/setuptools/issue41.
24899 bootstrapping
24900 =============
24902 * Fixed bootstrap not working on Windows. This closes `issue #49`_.
24904 * Fixed 2.6 dependencies. This closes `issue #50`_.
24906 * Make sure setuptools is patched when running through easy_install
24907 This closes http://bugs.python.org/setuptools/issue40.
24909 -----
24910 0.6.1
24911 -----
24913 setuptools
24914 ==========
24916 * package_index.urlopen now catches BadStatusLine and malformed url errors.
24917 This closes `issue #16`_ and `issue #18`_.
24919 * zip_ok is now False by default. This closes
24920 http://bugs.python.org/setuptools/issue33.
24922 * Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20.
24924 * Fixed invalid bootstraping with easy_install installation (`issue #40`_).
24925 Thanks to Florian Schulze for the help.
24927 * Removed buildout/bootstrap.py. A new repository will create a specific
24928 bootstrap.py script.
24931 bootstrapping
24932 =============
24934 * The boostrap process leave setuptools alone if detected in the system
24935 and --root or --prefix is provided, but is not in the same location.
24936 This closes `issue #10`_.
24942 setuptools
24943 ==========
24945 * Packages required at build time where not fully present at install time.
24946 This closes `issue #12`_.
24948 * Protected against failures in tarfile extraction. This closes `issue #10`_.
24950 * Made Jython api_tests.txt doctest compatible. This closes `issue #7`_.
24952 * sandbox.py replaced builtin type file with builtin function open. This
24953 closes `issue #6`_.
24955 * Immediately close all file handles. This closes `issue #3`_.
24957 * Added compatibility with Subversion 1.6. This references `issue #1`_.
24959 pkg_resources
24960 =============
24962 * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API
24963 instead. Based on a patch from ronaldoussoren. This closes `issue #5`_.
24965 * Fixed a SandboxViolation for mkdir that could occur in certain cases.
24966 This closes `issue #13`_.
24968 * Allow to find_on_path on systems with tight permissions to fail gracefully.
24969 This closes `issue #9`_.
24971 * Corrected inconsistency between documentation and code of add_entry.
24972 This closes `issue #8`_.
24974 * Immediately close all file handles. This closes `issue #3`_.
24976 easy_install
24977 ============
24979 * Immediately close all file handles. This closes `issue #3`_.
24982 .. _`Issue #135`: https://bitbucket.org/tarek/distribute/issue/135
24983 .. _`Issue #183`: https://bitbucket.org/tarek/distribute/issue/183
24984 .. _`Issue #207`: https://bitbucket.org/tarek/distribute/issue/207
24985 .. _`Issue #208`: https://bitbucket.org/tarek/distribute/issue/208
24986 .. _`Issue #21`: https://bitbucket.org/tarek/distribute/issue/21
24987 .. _`Issue #212`: https://bitbucket.org/tarek/distribute/issue/212
24988 .. _`Issue #213`: https://bitbucket.org/tarek/distribute/issue/213
24989 .. _`Issue #218`: https://bitbucket.org/tarek/distribute/issue/218
24990 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
24991 .. _`Issue #225`: https://bitbucket.org/tarek/distribute/issue/225
24992 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
24993 .. _`Issue #227`: https://bitbucket.org/tarek/distribute/issue/227
24994 .. _`Issue #231`: https://bitbucket.org/tarek/distribute/issue/231
24995 .. _`Issue #237`: https://bitbucket.org/tarek/distribute/issue/237
24996 .. _`Issue #238`: https://bitbucket.org/tarek/distribute/issue/238
24997 .. _`Issue #239`: https://bitbucket.org/tarek/distribute/issue/239
24998 .. _`Issue #240`: https://bitbucket.org/tarek/distribute/issue/240
24999 .. _`Issue #241`: https://bitbucket.org/tarek/distribute/issue/241
25000 .. _`Issue #243`: https://bitbucket.org/tarek/distribute/issue/243
25001 .. _`Issue #244`: https://bitbucket.org/tarek/distribute/issue/244
25002 .. _`Issue #249`: https://bitbucket.org/tarek/distribute/issue/249
25003 .. _`Issue #258`: https://bitbucket.org/tarek/distribute/issue/258
25004 .. _`Issue #260`: https://bitbucket.org/tarek/distribute/issue/260
25005 .. _`Issue #262`: https://bitbucket.org/tarek/distribute/issue/262
25006 .. _`Issue #269`: https://bitbucket.org/tarek/distribute/issue/269
25007 .. _`Issue #272`: https://bitbucket.org/tarek/distribute/issue/272
25008 .. _`Issue #273`: https://bitbucket.org/tarek/distribute/issue/273
25009 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
25010 .. _`Issue #283`: https://bitbucket.org/tarek/distribute/issue/283
25011 .. _`Issue #294`: https://bitbucket.org/tarek/distribute/issue/294
25012 .. _`Issue #299`: https://bitbucket.org/tarek/distribute/issue/299
25013 .. _`Issue #30`: https://bitbucket.org/tarek/distribute/issue/30
25014 .. _`Issue #301`: https://bitbucket.org/tarek/distribute/issue/301
25015 .. _`Issue #303`: https://bitbucket.org/tarek/distribute/issue/303
25016 .. _`Issue #304`: https://bitbucket.org/tarek/distribute/issue/304
25017 .. _`Issue #305`: https://bitbucket.org/tarek/distribute/issue/305
25018 .. _`Issue #306`: https://bitbucket.org/tarek/distribute/issue/306
25019 .. _`Issue #307`: https://bitbucket.org/tarek/distribute/issue/307
25020 .. _`Issue #310`: https://bitbucket.org/tarek/distribute/issue/310
25021 .. _`Issue #311`: https://bitbucket.org/tarek/distribute/issue/311
25022 .. _`Issue #313`: https://bitbucket.org/tarek/distribute/issue/313
25023 .. _`Issue #314`: https://bitbucket.org/tarek/distribute/issue/314
25024 .. _`Issue #320`: https://bitbucket.org/tarek/distribute/issue/320
25025 .. _`Issue #323`: https://bitbucket.org/tarek/distribute/issue/323
25026 .. _`Issue #326`: https://bitbucket.org/tarek/distribute/issue/326
25027 .. _`Issue #327`: https://bitbucket.org/tarek/distribute/issue/327
25028 .. _`Issue #328`: https://bitbucket.org/tarek/distribute/issue/328
25029 .. _`Issue #334`: https://bitbucket.org/tarek/distribute/issue/334
25030 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
25031 .. _`Issue 100`: https://bitbucket.org/tarek/distribute/issue/100
25032 .. _`Issue 101`: https://bitbucket.org/tarek/distribute/issue/101
25033 .. _`Issue 103`: https://bitbucket.org/tarek/distribute/issue/103
25034 .. _`Issue 104`: https://bitbucket.org/tarek/distribute/issue/104
25035 .. _`Issue 108`: https://bitbucket.org/tarek/distribute/issue/108
25036 .. _`Issue 11`: https://bitbucket.org/tarek/distribute/issue/11
25037 .. _`Issue 112`: https://bitbucket.org/tarek/distribute/issue/112
25038 .. _`Issue 121`: https://bitbucket.org/tarek/distribute/issue/121
25039 .. _`Issue 133`: https://bitbucket.org/tarek/distribute/issue/133
25040 .. _`Issue 134`: https://bitbucket.org/tarek/distribute/issue/134
25041 .. _`Issue 138`: https://bitbucket.org/tarek/distribute/issue/138
25042 .. _`Issue 143`: https://bitbucket.org/tarek/distribute/issue/143
25043 .. _`Issue 146`: https://bitbucket.org/tarek/distribute/issue/146
25044 .. _`Issue 147`: https://bitbucket.org/tarek/distribute/issue/147
25045 .. _`Issue 149`: https://bitbucket.org/tarek/distribute/issue/149
25046 .. _`Issue 15`: https://bitbucket.org/tarek/distribute/issue/15
25047 .. _`Issue 150`: https://bitbucket.org/tarek/distribute/issue/150
25048 .. _`Issue 160`: https://bitbucket.org/tarek/distribute/issue/160
25049 .. _`Issue 163`: https://bitbucket.org/tarek/distribute/issue/163
25050 .. _`Issue 170`: https://bitbucket.org/tarek/distribute/issue/170
25051 .. _`Issue 171`: https://bitbucket.org/tarek/distribute/issue/171
25052 .. _`Issue 174`: https://bitbucket.org/tarek/distribute/issue/174
25053 .. _`Issue 192`: https://bitbucket.org/tarek/distribute/issue/192
25054 .. _`Issue 193`: https://bitbucket.org/tarek/distribute/issue/193
25055 .. _`Issue 195`: https://bitbucket.org/tarek/distribute/issue/195
25056 .. _`Issue 196`: https://bitbucket.org/tarek/distribute/issue/196
25057 .. _`Issue 200`: https://bitbucket.org/tarek/distribute/issue/200
25058 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
25059 .. _`Issue 204`: https://bitbucket.org/tarek/distribute/issue/204
25060 .. _`Issue 205`: https://bitbucket.org/tarek/distribute/issue/205
25061 .. _`Issue 206`: https://bitbucket.org/tarek/distribute/issue/206
25062 .. _`Issue 21`: https://bitbucket.org/tarek/distribute/issue/21
25063 .. _`Issue 210`: https://bitbucket.org/tarek/distribute/issue/210
25064 .. _`Issue 58`: https://bitbucket.org/tarek/distribute/issue/58
25065 .. _`Issue 64`: https://bitbucket.org/tarek/distribute/issue/64
25066 .. _`Issue 65`: https://bitbucket.org/tarek/distribute/issue/65
25067 .. _`Issue 67`: https://bitbucket.org/tarek/distribute/issue/67
25068 .. _`Issue 70`: https://bitbucket.org/tarek/distribute/issue/70
25069 .. _`Issue 72`: https://bitbucket.org/tarek/distribute/issue/72
25070 .. _`Issue 74`: https://bitbucket.org/tarek/distribute/issue/74
25071 .. _`Issue 80`: https://bitbucket.org/tarek/distribute/issue/80
25072 .. _`Issue 86`: https://bitbucket.org/tarek/distribute/issue/86
25073 .. _`Issue 87`: https://bitbucket.org/tarek/distribute/issue/87
25074 .. _`Issue 89`: https://bitbucket.org/tarek/distribute/issue/89
25075 .. _`Issue 90`: https://bitbucket.org/tarek/distribute/issue/90
25076 .. _`Issue 92`: https://bitbucket.org/tarek/distribute/issue/92
25077 .. _`Issue 93`: https://bitbucket.org/tarek/distribute/issue/93
25078 .. _`Issue 99`: https://bitbucket.org/tarek/distribute/issue/99
25079 .. _`issue
25080 449`: https://bitbucket.org/tarek/distribute/issue/449
25081 .. _`issue #1`: https://bitbucket.org/tarek/distribute/issue/1
25082 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
25083 .. _`issue #10`: https://bitbucket.org/tarek/distribute/issue/10
25084 .. _`issue #12`: https://bitbucket.org/tarek/distribute/issue/12
25085 .. _`issue #13`: https://bitbucket.org/tarek/distribute/issue/13
25086 .. _`issue #16`: https://bitbucket.org/tarek/distribute/issue/16
25087 .. _`issue #18`: https://bitbucket.org/tarek/distribute/issue/18
25088 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
25089 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
25090 .. _`issue #3`: https://bitbucket.org/tarek/distribute/issue/3
25091 .. _`issue #31`: https://bitbucket.org/tarek/distribute/issue/31
25092 .. _`issue #40`: https://bitbucket.org/tarek/distribute/issue/40
25093 .. _`issue #49`: https://bitbucket.org/tarek/distribute/issue/49
25094 .. _`issue #5`: https://bitbucket.org/tarek/distribute/issue/5
25095 .. _`issue #50`: https://bitbucket.org/tarek/distribute/issue/50
25096 .. _`issue #52`: https://bitbucket.org/tarek/distribute/issue/52
25097 .. _`issue #56`: https://bitbucket.org/tarek/distribute/issue/56
25098 .. _`issue #6`: https://bitbucket.org/tarek/distribute/issue/6
25099 .. _`issue #7`: https://bitbucket.org/tarek/distribute/issue/7
25100 .. _`issue #8`: https://bitbucket.org/tarek/distribute/issue/8
25101 .. _`issue #9`: https://bitbucket.org/tarek/distribute/issue/9
25104 Keywords: CPAN PyPI distutils eggs package management
25105 Platform: UNKNOWN
25106 Classifier: Development Status :: 5 - Production/Stable
25107 Classifier: Intended Audience :: Developers
25108 Classifier: License :: OSI Approved :: Python Software Foundation License
25109 Classifier: License :: OSI Approved :: Zope Public License
25110 Classifier: Operating System :: OS Independent
25111 Classifier: Programming Language :: Python :: 2.4
25112 Classifier: Programming Language :: Python :: 2.5
25113 Classifier: Programming Language :: Python :: 2.6
25114 Classifier: Programming Language :: Python :: 2.7
25115 Classifier: Programming Language :: Python :: 3
25116 Classifier: Programming Language :: Python :: 3.1
25117 Classifier: Programming Language :: Python :: 3.2
25118 Classifier: Programming Language :: Python :: 3.3
25119 Classifier: Topic :: Software Development :: Libraries :: Python Modules
25120 Classifier: Topic :: System :: Archiving :: Packaging
25121 Classifier: Topic :: System :: Systems Administration
25122 Classifier: Topic :: Utilities
25124 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25125 </pre>
25126 <ul>
25127 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
25128 </ul>
25129 </div>
25130 </div>
25133 <div class="product">
25134 <span class="title">setxkbmap-1.2.0</span>
25135 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25136 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
25137 <div class="licence">
25138 <pre>Scanned Source License setxkbmap-1.2.0/COPYING:
25140 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
25142 Permission to use, copy, modify, and distribute this
25143 software and its documentation for any purpose and without
25144 fee is hereby granted, provided that the above copyright
25145 notice appear in all copies and that both that copyright
25146 notice and this permission notice appear in supporting
25147 documentation, and that the name of Silicon Graphics not be
25148 used in advertising or publicity pertaining to distribution
25149 of the software without specific prior written permission.
25150 Silicon Graphics makes no representation about the suitability
25151 of this software for any purpose. It is provided "as is"
25152 without any express or implied warranty.
25154 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
25155 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
25156 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
25157 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
25158 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
25159 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
25160 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
25161 THE USE OR PERFORMANCE OF THIS SOFTWARE.
25163 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25164 </pre>
25165 <ul>
25167 </ul>
25168 </div>
25169 </div>
25172 <div class="product">
25173 <span class="title">sgml-common-0.6.3</span>
25174 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25175 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span>
25176 <div class="licence">
25177 <pre></pre>
25178 <ul>
25179 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25180 </ul>
25181 </div>
25182 </div>
25185 <div class="product">
25186 <span class="title">shadow-4.1.2.2</span>
25187 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25188 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span>
25189 <div class="licence">
25190 <pre>Scanned Source License shadow-4.1.2.2/COPYING:
25192 NOTE:
25193 This license has been obsoleted by the change to the BSD-style copyright.
25194 You may continue to use this license if you wish, but you are under no
25195 obligation to do so.
25198 This document is freely plagiarised from the 'Artistic Licence',
25199 distributed as part of the Perl v4.0 kit by Larry Wall, which is
25200 available from most major archive sites. I stole it from CrackLib.
25202 $Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $
25205 This documents purpose is to state the conditions under which this
25206 Package (See definition below) viz: "Shadow", the Shadow Password Suite
25207 which is held by Julianne Frances Haugh, may be copied, such that the
25208 copyright holder maintains some semblance of artistic control over the
25209 development of the package, while giving the users of the package the
25210 right to use and distribute the Package in a more-or-less customary
25211 fashion, plus the right to make reasonable modifications.
25213 So there.
25215 ***************************************************************************
25217 Definitions:
25220 A "Package" refers to the collection of files distributed by the
25221 Copyright Holder, and derivatives of that collection of files created
25222 through textual modification, or segments thereof.
25224 "Standard Version" refers to such a Package if it has not been modified,
25225 or has been modified in accordance with the wishes of the Copyright
25226 Holder.
25228 "Copyright Holder" is whoever is named in the copyright or copyrights
25229 for the package.
25231 "You" is you, if you're thinking about copying or distributing this
25232 Package.
25234 "Reasonable copying fee" is whatever you can justify on the basis of
25235 media cost, duplication charges, time of people involved, and so on.
25236 (You will not be required to justify it to the Copyright Holder, but
25237 only to the computing community at large as a market that must bear the
25238 fee.)
25240 "Freely Available" means that no fee is charged for the item itself,
25241 though there may be fees involved in handling the item. It also means
25242 that recipients of the item may redistribute it under the same
25243 conditions they received it.
25246 1. You may make and give away verbatim copies of the source form of the
25247 Standard Version of this Package without restriction, provided that you
25248 duplicate all of the original copyright notices and associated
25249 disclaimers.
25251 2. You may apply bug fixes, portability fixes and other modifications
25252 derived from the Public Domain or from the Copyright Holder. A Package
25253 modified in such a way shall still be considered the Standard Version.
25255 3. You may otherwise modify your copy of this Package in any way,
25256 provided that you insert a prominent notice in each changed file stating
25257 how and when AND WHY you changed that file, and provided that you do at
25258 least ONE of the following:
25260 a) place your modifications in the Public Domain or otherwise make them
25261 Freely Available, such as by posting said modifications to Usenet or an
25262 equivalent medium, or placing the modifications on a major archive site
25263 such as uunet.uu.net, or by allowing the Copyright Holder to include
25264 your modifications in the Standard Version of the Package.
25266 b) use the modified Package only within your corporation or organization.
25268 c) rename any non-standard executables so the names do not conflict with
25269 standard executables, which must also be provided, and provide separate
25270 documentation for each non-standard executable that clearly documents
25271 how it differs from the Standard Version.
25273 d) make other distribution arrangements with the Copyright Holder.
25275 4. You may distribute the programs of this Package in object code or
25276 executable form, provided that you do at least ONE of the following:
25278 a) distribute a Standard Version of the executables and library files,
25279 together with instructions (in the manual page or equivalent) on where
25280 to get the Standard Version.
25282 b) accompany the distribution with the machine-readable source of the
25283 Package with your modifications.
25285 c) accompany any non-standard executables with their corresponding
25286 Standard Version executables, giving the non-standard executables
25287 non-standard names, and clearly documenting the differences in manual
25288 pages (or equivalent), together with instructions on where to get the
25289 Standard Version.
25291 d) make other distribution arrangements with the Copyright Holder.
25293 5. You may charge a reasonable copying fee for any distribution of this
25294 Package. You may charge any fee you choose for support of this Package.
25295 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may
25296 distribute this Package in aggregate with other (possibly commercial)
25297 programs as part of a larger (possibly commercial) software distribution
25298 provided that YOU DO NOT ADVERTISE this package as a product of your
25299 own.
25301 6. The name of the Copyright Holder may not be used to endorse or
25302 promote products derived from this software without specific prior
25303 written permission.
25305 7. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
25306 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
25307 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25309 The End
25311 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25312 </pre>
25313 <ul>
25314 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25315 </ul>
25316 </div>
25317 </div>
25320 <div class="product">
25321 <span class="title">shared-mime-info-1.0</span>
25322 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25323 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span>
25324 <div class="licence">
25325 <pre></pre>
25326 <ul>
25327 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25328 </ul>
25329 </div>
25330 </div>
25333 <div class="product">
25334 <span class="title">sharutils-4.7</span>
25335 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25336 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span>
25337 <div class="licence">
25338 <pre></pre>
25339 <ul>
25340 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
25341 </ul>
25342 </div>
25343 </div>
25346 <div class="product">
25347 <span class="title">shflags-1.0.3</span>
25348 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25349 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span>
25350 <div class="licence">
25351 <pre></pre>
25352 <ul>
25353 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
25354 </ul>
25355 </div>
25356 </div>
25359 <div class="product">
25360 <span class="title">shill-test-scripts-0.0.1</span>
25361 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25362 <span class="homepage"><a href="http://src.chromium.org">homepage</a></span>
25363 <div class="licence">
25364 <pre></pre>
25365 <ul>
25366 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
25367 </ul>
25368 </div>
25369 </div>
25372 <div class="product">
25373 <span class="title">sil-abyssinica-1.0</span>
25374 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25375 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span>
25376 <div class="licence">
25377 <pre>Gentoo Package Stock License OFL:
25379 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
25380 All Rights Reserved.
25382 "Gentium" is a Reserved Font Name for this Font Software.
25383 "SIL" is a Reserved Font Name for this Font Software.
25385 This Font Software is licensed under the SIL Open Font License, Version 1.0.
25386 No modification of the license is permitted, only verbatim copy is allowed.
25387 This license is copied below, and is also available with a FAQ at:
25388 http://scripts.sil.org/OFL
25391 -----------------------------------------------------------
25392 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
25393 -----------------------------------------------------------
25395 PREAMBLE
25396 The goals of the Open Font License (OFL) are to stimulate worldwide
25397 development of cooperative font projects, to support the font creation
25398 efforts of academic and linguistic communities, and to provide an open
25399 framework in which fonts may be shared and improved in partnership with
25400 others.
25402 The OFL allows the licensed fonts to be used, studied, modified and
25403 redistributed freely as long as they are not sold by themselves. The
25404 fonts, including any derivative works, can be bundled, embedded,
25405 redistributed and sold with any software provided that the font
25406 names of derivative works are changed. The fonts and derivatives,
25407 however, cannot be released under any other type of license.
25409 DEFINITIONS
25410 "Font Software" refers to any and all of the following:
25411 - font files
25412 - data files
25413 - source code
25414 - build scripts
25415 - documentation
25417 "Reserved Font Name" refers to the Font Software name as seen by
25418 users and any other names as specified after the copyright statement.
25420 "Standard Version" refers to the collection of Font Software
25421 components as distributed by the Copyright Holder.
25423 "Modified Version" refers to any derivative font software made by
25424 adding to, deleting, or substituting -- in part or in whole --
25425 any of the components of the Standard Version, by changing formats
25426 or by porting the Font Software to a new environment.
25428 "Author" refers to any designer, engineer, programmer, technical
25429 writer or other person who contributed to the Font Software.
25431 PERMISSION &amp; CONDITIONS
25432 Permission is hereby granted, free of charge, to any person obtaining
25433 a copy of the Font Software, to use, study, copy, merge, embed, modify,
25434 redistribute, and sell modified and unmodified copies of the Font
25435 Software, subject to the following conditions:
25437 1) Neither the Font Software nor any of its individual components,
25438 in Standard or Modified Versions, may be sold by itself.
25440 2) Standard or Modified Versions of the Font Software may be bundled,
25441 redistributed and sold with any software, provided that each copy
25442 contains the above copyright notice and this license. These can be
25443 included either as stand-alone text files, human-readable headers or
25444 in the appropriate machine-readable metadata fields within text or
25445 binary files as long as those fields can be easily viewed by the user.
25447 3) No Modified Version of the Font Software may use the Reserved Font
25448 Name(s), in part or in whole, unless explicit written permission is
25449 granted by the Copyright Holder. This restriction applies to all
25450 references stored in the Font Software, such as the font menu name and
25451 other font description fields, which are used to differentiate the
25452 font from others.
25454 4) The name(s) of the Copyright Holder or the Author(s) of the Font
25455 Software shall not be used to promote, endorse or advertise any
25456 Modified Version, except to acknowledge the contribution(s) of the
25457 Copyright Holder and the Author(s) or with their explicit written
25458 permission.
25460 5) The Font Software, modified or unmodified, in part or in whole,
25461 must be distributed using this license, and may not be distributed
25462 under any other license.
25464 TERMINATION
25465 This license becomes null and void if any of the above conditions are
25466 not met.
25468 DISCLAIMER
25469 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25470 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
25471 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
25472 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
25473 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25474 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
25475 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25476 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
25477 OTHER DEALINGS IN THE FONT SOFTWARE.
25479 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25480 </pre>
25481 <ul>
25483 </ul>
25484 </div>
25485 </div>
25488 <div class="product">
25489 <span class="title">simplejson-2.5.0</span>
25490 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25491 <span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span>
25492 <div class="licence">
25493 <pre>Scanned Source License simplejson-2.5.0/LICENSE.txt:
25495 Copyright (c) 2006 Bob Ippolito
25497 Permission is hereby granted, free of charge, to any person obtaining a copy of
25498 this software and associated documentation files (the "Software"), to deal in
25499 the Software without restriction, including without limitation the rights to
25500 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
25501 of the Software, and to permit persons to whom the Software is furnished to do
25502 so, subject to the following conditions:
25504 The above copyright notice and this permission notice shall be included in all
25505 copies or substantial portions of the Software.
25507 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25508 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25509 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25510 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25511 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25512 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25513 SOFTWARE.
25515 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25517 Scanned Source License simplejson-2.5.0/PKG-INFO:
25519 Metadata-Version: 1.0
25520 Name: simplejson
25521 Version: 2.5.0
25522 Summary: Simple, fast, extensible JSON encoder/decoder for Python
25523 Home-page: http://github.com/simplejson/simplejson
25524 Author: Bob Ippolito
25525 Author-email: bob@redivi.com
25526 License: MIT License
25527 Description: simplejson is a simple, fast, complete, correct and extensible
25528 JSON &lt;http://json.org&gt; encoder and decoder for Python 2.5+. It is
25529 pure Python code with no dependencies, but includes an optional C
25530 extension for a serious speed boost.
25532 The latest documentation for simplejson can be read online here:
25533 http://simplejson.readthedocs.org/
25535 simplejson is the externally maintained development version of the
25536 json library included with Python 2.6 and Python 3.0, but maintains
25537 backwards compatibility with Python 2.5.
25539 The encoder may be subclassed to provide serialization in any kind of
25540 situation, without any special support by the objects to be serialized
25541 (somewhat like pickle).
25543 The decoder can handle incoming JSON strings of any specified encoding
25544 (UTF-8 by default).
25547 Platform: any
25548 Classifier: Intended Audience :: Developers
25549 Classifier: License :: OSI Approved :: MIT License
25550 Classifier: Programming Language :: Python
25551 Classifier: Topic :: Software Development :: Libraries :: Python Modules
25553 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25554 </pre>
25555 <ul>
25557 </ul>
25558 </div>
25559 </div>
25562 <div class="product">
25563 <span class="title">smartmontools-5.42</span>
25564 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25565 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span>
25566 <div class="licence">
25567 <pre></pre>
25568 <ul>
25569 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25570 </ul>
25571 </div>
25572 </div>
25575 <div class="product">
25576 <span class="title">socat-1.7.2.3</span>
25577 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25578 <span class="homepage"><a href="http://www.dest-unreach.org/socat/">homepage</a></span>
25579 <div class="licence">
25580 <pre></pre>
25581 <ul>
25582 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25583 </ul>
25584 </div>
25585 </div>
25588 <div class="product">
25589 <span class="title">sox-14.3.2</span>
25590 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25591 <span class="homepage"><a href="http://sox.sourceforge.net">homepage</a></span>
25592 <div class="licence">
25593 <pre></pre>
25594 <ul>
25595 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
25596 </ul>
25597 </div>
25598 </div>
25601 <div class="product">
25602 <span class="title">speex-1.2_rc1</span>
25603 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25604 <span class="homepage"><a href="http://www.speex.org">homepage</a></span>
25605 <div class="licence">
25606 <pre>Scanned Source License speex-1.2rc1/COPYING:
25608 Copyright 2002-2008 Xiph.org Foundation
25609 Copyright 2002-2008 Jean-Marc Valin
25610 Copyright 2005-2007 Analog Devices Inc.
25611 Copyright 2005-2008 Commonwealth Scientific and Industrial Research
25612 Organisation (CSIRO)
25613 Copyright 1993, 2002, 2006 David Rowe
25614 Copyright 2003 EpicGames
25615 Copyright 1992-1994 Jutta Degener, Carsten Bormann
25617 Redistribution and use in source and binary forms, with or without
25618 modification, are permitted provided that the following conditions
25619 are met:
25621 - Redistributions of source code must retain the above copyright
25622 notice, this list of conditions and the following disclaimer.
25624 - Redistributions in binary form must reproduce the above copyright
25625 notice, this list of conditions and the following disclaimer in the
25626 documentation and/or other materials provided with the distribution.
25628 - Neither the name of the Xiph.org Foundation nor the names of its
25629 contributors may be used to endorse or promote products derived from
25630 this software without specific prior written permission.
25632 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25633 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25634 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25635 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
25636 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25637 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25638 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
25639 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25640 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25641 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25642 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25644 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25645 </pre>
25646 <ul>
25648 </ul>
25649 </div>
25650 </div>
25653 <div class="product">
25654 <span class="title">sqlite-3.6.22</span>
25655 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25656 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span>
25657 <div class="licence">
25658 <pre></pre>
25659 <ul>
25660 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
25661 </ul>
25662 </div>
25663 </div>
25666 <div class="product">
25667 <span class="title">sshfs-fuse-2.4</span>
25668 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25669 <span class="homepage"><a href="http://fuse.sourceforge.net/sshfs.html">homepage</a></span>
25670 <div class="licence">
25671 <pre></pre>
25672 <ul>
25673 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25674 </ul>
25675 </div>
25676 </div>
25679 <div class="product">
25680 <span class="title">strace-4.8</span>
25681 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25682 <span class="homepage"><a href="http://sourceforge.net/projects/strace/">homepage</a></span>
25683 <div class="licence">
25684 <pre>Scanned Source License strace-4.8/COPYING:
25686 Copyright (c) 1991, 1992 Paul Kranenburg &lt;pk@cs.few.eur.nl&gt;
25687 Copyright (c) 1993 Branko Lankester &lt;branko@hacktic.nl&gt;
25688 Copyright (c) 1993 Ulrich Pegelow &lt;pegelow@moorea.uni-muenster.de&gt;
25689 Copyright (c) 1995, 1996 Michael Elizabeth Chastain &lt;mec@duracef.shout.net&gt;
25690 Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey &lt;jrs@world.std.com&gt;
25691 Copyright (C) 1998-2001 Wichert Akkerman &lt;wakkerma@deephackmode.org&gt;
25692 All rights reserved.
25694 Redistribution and use in source and binary forms, with or without
25695 modification, are permitted provided that the following conditions
25696 are met:
25697 1. Redistributions of source code must retain the above copyright
25698 notice, this list of conditions and the following disclaimer.
25699 2. Redistributions in binary form must reproduce the above copyright
25700 notice, this list of conditions and the following disclaimer in the
25701 documentation and/or other materials provided with the distribution.
25702 3. The name of the author may not be used to endorse or promote products
25703 derived from this software without specific prior written permission.
25705 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25706 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25707 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25708 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25709 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25710 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25711 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25712 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25713 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25714 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25716 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25718 Scanned Source License strace-4.8/debian/copyright:
25720 This is the Debian packaged version of strace. For a complete list of
25721 changes from the upstream version please see the changelog.
25723 The upstream sources can be found at http://sourceforge.net/projects/strace/
25725 This is the copyright as found in the upstream sources:
25727 Copyright (c) 1991, 1992 Paul Kranenburg &lt;pk@cs.few.eur.nl&gt;
25728 Copyright (c) 1993 Branko Lankester &lt;branko@hacktic.nl&gt;
25729 Copyright (c) 1993 Ulrich Pegelow &lt;pegelow@moorea.uni-muenster.de&gt;
25730 Copyright (c) 1995, 1996 Michael Elizabeth Chastain &lt;mec@duracef.shout.net&gt;
25731 Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey &lt;jrs@world.std.com&gt;
25732 Copyright (C) 1998-2003 Wichert Akkerman &lt;wakkerma@deephackmode.org&gt;
25733 Copyright (c) 2002-2008 Roland McGrath &lt;roland@redhat.com&gt;
25734 Copyright (c) 2003-2008 Dmitry V. Levin &lt;ldv@altlinux.org&gt;
25735 Copyright (c) 2007-2008 Jan Kratochvil &lt;jan.kratochvil@redhat.com&gt;
25736 All rights reserved.
25738 Redistribution and use in source and binary forms, with or without
25739 modification, are permitted provided that the following conditions
25740 are met:
25741 1. Redistributions of source code must retain the above copyright
25742 notice, this list of conditions and the following disclaimer.
25743 2. Redistributions in binary form must reproduce the above copyright
25744 notice, this list of conditions and the following disclaimer in the
25745 documentation and/or other materials provided with the distribution.
25746 3. The name of the author may not be used to endorse or promote products
25747 derived from this software without specific prior written permission.
25749 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25750 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25751 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25752 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25753 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25754 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25755 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25756 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25757 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25758 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25760 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25761 </pre>
25762 <ul>
25764 </ul>
25765 </div>
25766 </div>
25769 <div class="product">
25770 <span class="title">stressapptest-1.0.4</span>
25771 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25772 <span class="homepage"><a href="http://code.google.com/p/stressapptest/">homepage</a></span>
25773 <div class="licence">
25774 <pre></pre>
25775 <ul>
25776 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
25777 </ul>
25778 </div>
25779 </div>
25782 <div class="product">
25783 <span class="title">strongswan-5.0.2</span>
25784 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25785 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span>
25786 <div class="licence">
25787 <pre>Gentoo Package Stock License RSA:
25789 Copyright (C) &lt;years&gt;, RSA Data Security, Inc. Created &lt;year&gt;. All
25790 rights reserved.
25792 License to copy and use this software is granted provided that it
25793 is identified as the "RSA Data Security, Inc. MD&lt;id&gt; Message-Digest
25794 Algorithm" in all material mentioning or referencing this software
25795 or this function.
25797 License is also granted to make and use derivative works provided
25798 that such works are identified as "derived from the RSA Data
25799 Security, Inc. MD&lt;id&gt; Message-Digest Algorithm" in all material
25800 mentioning or referencing the derived work.
25802 RSA Data Security, Inc. makes no representations concerning either
25803 the merchantability of this software or the suitability of this
25804 software for any particular purpose. It is provided "as is"
25805 without express or implied warranty of any kind.
25807 These notices must be retained in any copies of any part of this
25808 documentation and/or software.
25810 ----------------------------------------------------------------------
25811 http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all
25813 The following was recevied Fenbruary 23,2000
25814 From: "Linn, John" &lt;jlinn@rsasecurity.com&gt;
25816 February 19, 2000
25818 The purpose of this memo is to clarify the status of intellectual
25819 property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and
25820 MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320,
25821 and RFC-1321 respectively.
25823 Implementations of these message-digest algorithms, including
25824 implementations derived from the reference C code in RFC-1319, RFC-1320, and
25825 RFC-1321, may be made, used, and sold without license from RSA for any
25826 purpose.
25828 No rights other than the ones explicitly set forth above are
25829 granted. Further, although RSA grants rights to implement certain
25830 algorithms as defined by identified RFCs, including implementations derived
25831 from the reference C code in those RFCs, no right to use, copy, sell, or
25832 distribute any other implementations of the MD2, MD4, or MD5 message-digest
25833 algorithms created, implemented, or distributed by RSA is hereby granted by
25834 implication, estoppel, or otherwise. Parties interested in licensing
25835 security components and toolkits written by RSA should contact the company
25836 to discuss receiving a license. All other questions should be directed to
25837 Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive,
25838 Bedford, Massachusetts 01730.
25840 Implementations of the MD2, MD4, or MD5 algorithms may be subject to
25841 United States laws and regulations controlling the export of technical data,
25842 computer software, laboratory prototypes and other commodities (including
25843 the Arms Export Control Act, as amended, and the Export Administration Act
25844 of 1970). The transfer of certain technical data and commodities may
25845 require a license from the cognizant agency of the United States Government.
25846 RSA neither represents that a license shall not be required for a particular
25847 implementation nor that, if required, one shall be issued.
25850 DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES
25851 OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
25852 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF
25853 INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR
25854 OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4,
25855 OR MD5 ALGORITHMS. NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A
25856 REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE
25857 ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD
25858 PARTY. IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES,
25859 PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF
25860 ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC
25861 DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA
25862 SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF
25863 THE POSSIBILITY OF SUCH INJURY OR DAMAGE.
25865 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25867 Gentoo Package Stock License DES:
25869 Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
25870 All rights reserved.
25872 This package is an DES implementation written by Eric Young (eay@cryptsoft.com).
25873 The implementation was written so as to conform with MIT's libdes.
25875 This library is free for commercial and non-commercial use as long as
25876 the following conditions are aheared to. The following conditions
25877 apply to all code found in this distribution.
25879 Copyright remains Eric Young's, and as such any Copyright notices in
25880 the code are not to be removed.
25881 If this package is used in a product, Eric Young should be given attribution
25882 as the author of that the SSL library. This can be in the form of a textual
25883 message at program startup or in documentation (online or textual) provided
25884 with the package.
25886 Redistribution and use in source and binary forms, with or without
25887 modification, are permitted provided that the following conditions
25888 are met:
25889 1. Redistributions of source code must retain the copyright
25890 notice, this list of conditions and the following disclaimer.
25891 2. Redistributions in binary form must reproduce the above copyright
25892 notice, this list of conditions and the following disclaimer in the
25893 documentation and/or other materials provided with the distribution.
25894 3. All advertising materials mentioning features or use of this software
25895 must display the following acknowledgement:
25896 This product includes software developed by Eric Young (eay@cryptsoft.com)
25898 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
25899 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25900 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25901 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25902 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25903 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25904 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25905 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25906 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25907 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25908 SUCH DAMAGE.
25910 The license and distribution terms for any publically available version or
25911 derivative of this code cannot be changed. i.e. this code cannot simply be
25912 copied and put under another distrubution license
25913 [including the GNU Public License.]
25915 The reason behind this being stated in this direct manner is past
25916 experience in code simply being copied and the attribution removed
25917 from it and then being distributed as part of other packages. This
25918 implementation was a non-trivial and unpaid effort.
25921 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25922 </pre>
25923 <ul>
25924 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
25925 </ul>
25926 </div>
25927 </div>
25930 <div class="product">
25931 <span class="title">sudo-1.8.6_p7</span>
25932 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25933 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span>
25934 <div class="licence">
25935 <pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE:
25937 Sudo is distributed under the following license:
25939 Copyright (c) 1994-1996, 1998-2012
25940 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
25942 Permission to use, copy, modify, and distribute this software for any
25943 purpose with or without fee is hereby granted, provided that the above
25944 copyright notice and this permission notice appear in all copies.
25946 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
25947 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
25948 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
25949 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
25950 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
25951 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
25952 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25954 Sponsored in part by the Defense Advanced Research Projects
25955 Agency (DARPA) and Air Force Research Laboratory, Air Force
25956 Materiel Command, USAF, under agreement number F39502-99-1-0512.
25958 The file redblack.c bears the following license:
25960 Copyright (c) 2001 Emin Martinian
25962 Redistribution and use in source and binary forms, with or without
25963 modification, are permitted provided that neither the name of Emin
25964 Martinian nor the names of any contributors are be used to endorse or
25965 promote products derived from this software without specific prior
25966 written permission.
25968 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25969 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25970 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25971 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25972 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25973 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25974 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25975 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25976 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25977 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25978 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25980 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
25982 Copyright (c) 1989, 1990, 1991, 1993
25983 The Regents of the University of California. All rights reserved.
25985 Redistribution and use in source and binary forms, with or without
25986 modification, are permitted provided that the following conditions
25987 are met:
25988 1. Redistributions of source code must retain the above copyright
25989 notice, this list of conditions and the following disclaimer.
25990 2. Redistributions in binary form must reproduce the above copyright
25991 notice, this list of conditions and the following disclaimer in the
25992 documentation and/or other materials provided with the distribution.
25993 3. Neither the name of the University nor the names of its contributors
25994 may be used to endorse or promote products derived from this software
25995 without specific prior written permission.
25997 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25998 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25999 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26000 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26001 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26002 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26003 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26004 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26005 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26006 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26007 SUCH DAMAGE.
26009 The file fnmatch.c bears the following license:
26011 Copyright (c) 2011, VMware, Inc.
26012 All rights reserved.
26014 Redistribution and use in source and binary forms, with or without
26015 modification, are permitted provided that the following conditions are met:
26016 * Redistributions of source code must retain the above copyright
26017 notice, this list of conditions and the following disclaimer.
26018 * Redistributions in binary form must reproduce the above copyright
26019 notice, this list of conditions and the following disclaimer in the
26020 documentation and/or other materials provided with the distribution.
26021 * Neither the name of the VMware, Inc. nor the names of its contributors
26022 may be used to endorse or promote products derived from this software
26023 without specific prior written permission.
26025 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26026 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26027 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26028 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
26029 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26030 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26031 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26032 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26033 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26034 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26036 The embedded copy of zlib bears the following license:
26038 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
26040 This software is provided 'as-is', without any express or implied
26041 warranty. In no event will the authors be held liable for any damages
26042 arising from the use of this software.
26044 Permission is granted to anyone to use this software for any purpose,
26045 including commercial applications, and to alter it and redistribute it
26046 freely, subject to the following restrictions:
26048 1. The origin of this software must not be misrepresented; you must not
26049 claim that you wrote the original software. If you use this software
26050 in a product, an acknowledgment in the product documentation would be
26051 appreciated but is not required.
26052 2. Altered source versions must be plainly marked as such, and must not be
26053 misrepresented as being the original software.
26054 3. This notice may not be removed or altered from any source distribution.
26056 Jean-loup Gailly Mark Adler
26057 jloup@gzip.org madler@alumni.caltech.edu
26059 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26060 </pre>
26061 <ul>
26062 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
26063 </ul>
26064 </div>
26065 </div>
26068 <div class="product">
26069 <span class="title">swap-init-0.0.1</span>
26070 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26071 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
26072 <div class="licence">
26073 <pre></pre>
26074 <ul>
26075 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
26076 </ul>
26077 </div>
26078 </div>
26081 <div class="product">
26082 <span class="title">swig-2.0.4</span>
26083 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26084 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span>
26085 <div class="licence">
26086 <pre>Scanned Source License swig-2.0.4/CCache/COPYING:
26088 GNU GENERAL PUBLIC LICENSE
26089 Version 2, June 1991
26091 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
26092 675 Mass Ave, Cambridge, MA 02139, USA
26093 Everyone is permitted to copy and distribute verbatim copies
26094 of this license document, but changing it is not allowed.
26096 Preamble
26098 The licenses for most software are designed to take away your
26099 freedom to share and change it. By contrast, the GNU General Public
26100 License is intended to guarantee your freedom to share and change free
26101 software--to make sure the software is free for all its users. This
26102 General Public License applies to most of the Free Software
26103 Foundation's software and to any other program whose authors commit to
26104 using it. (Some other Free Software Foundation software is covered by
26105 the GNU Library General Public License instead.) You can apply it to
26106 your programs, too.
26108 When we speak of free software, we are referring to freedom, not
26109 price. Our General Public Licenses are designed to make sure that you
26110 have the freedom to distribute copies of free software (and charge for
26111 this service if you wish), that you receive source code or can get it
26112 if you want it, that you can change the software or use pieces of it
26113 in new free programs; and that you know you can do these things.
26115 To protect your rights, we need to make restrictions that forbid
26116 anyone to deny you these rights or to ask you to surrender the rights.
26117 These restrictions translate to certain responsibilities for you if you
26118 distribute copies of the software, or if you modify it.
26120 For example, if you distribute copies of such a program, whether
26121 gratis or for a fee, you must give the recipients all the rights that
26122 you have. You must make sure that they, too, receive or can get the
26123 source code. And you must show them these terms so they know their
26124 rights.
26126 We protect your rights with two steps: (1) copyright the software, and
26127 (2) offer you this license which gives you legal permission to copy,
26128 distribute and/or modify the software.
26130 Also, for each author's protection and ours, we want to make certain
26131 that everyone understands that there is no warranty for this free
26132 software. If the software is modified by someone else and passed on, we
26133 want its recipients to know that what they have is not the original, so
26134 that any problems introduced by others will not reflect on the original
26135 authors' reputations.
26137 Finally, any free program is threatened constantly by software
26138 patents. We wish to avoid the danger that redistributors of a free
26139 program will individually obtain patent licenses, in effect making the
26140 program proprietary. To prevent this, we have made it clear that any
26141 patent must be licensed for everyone's free use or not licensed at all.
26143 The precise terms and conditions for copying, distribution and
26144 modification follow.
26146 GNU GENERAL PUBLIC LICENSE
26147 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
26149 0. This License applies to any program or other work which contains
26150 a notice placed by the copyright holder saying it may be distributed
26151 under the terms of this General Public License. The "Program", below,
26152 refers to any such program or work, and a "work based on the Program"
26153 means either the Program or any derivative work under copyright law:
26154 that is to say, a work containing the Program or a portion of it,
26155 either verbatim or with modifications and/or translated into another
26156 language. (Hereinafter, translation is included without limitation in
26157 the term "modification".) Each licensee is addressed as "you".
26159 Activities other than copying, distribution and modification are not
26160 covered by this License; they are outside its scope. The act of
26161 running the Program is not restricted, and the output from the Program
26162 is covered only if its contents constitute a work based on the
26163 Program (independent of having been made by running the Program).
26164 Whether that is true depends on what the Program does.
26166 1. You may copy and distribute verbatim copies of the Program's
26167 source code as you receive it, in any medium, provided that you
26168 conspicuously and appropriately publish on each copy an appropriate
26169 copyright notice and disclaimer of warranty; keep intact all the
26170 notices that refer to this License and to the absence of any warranty;
26171 and give any other recipients of the Program a copy of this License
26172 along with the Program.
26174 You may charge a fee for the physical act of transferring a copy, and
26175 you may at your option offer warranty protection in exchange for a fee.
26177 2. You may modify your copy or copies of the Program or any portion
26178 of it, thus forming a work based on the Program, and copy and
26179 distribute such modifications or work under the terms of Section 1
26180 above, provided that you also meet all of these conditions:
26182 a) You must cause the modified files to carry prominent notices
26183 stating that you changed the files and the date of any change.
26185 b) You must cause any work that you distribute or publish, that in
26186 whole or in part contains or is derived from the Program or any
26187 part thereof, to be licensed as a whole at no charge to all third
26188 parties under the terms of this License.
26190 c) If the modified program normally reads commands interactively
26191 when run, you must cause it, when started running for such
26192 interactive use in the most ordinary way, to print or display an
26193 announcement including an appropriate copyright notice and a
26194 notice that there is no warranty (or else, saying that you provide
26195 a warranty) and that users may redistribute the program under
26196 these conditions, and telling the user how to view a copy of this
26197 License. (Exception: if the Program itself is interactive but
26198 does not normally print such an announcement, your work based on
26199 the Program is not required to print an announcement.)
26201 These requirements apply to the modified work as a whole. If
26202 identifiable sections of that work are not derived from the Program,
26203 and can be reasonably considered independent and separate works in
26204 themselves, then this License, and its terms, do not apply to those
26205 sections when you distribute them as separate works. But when you
26206 distribute the same sections as part of a whole which is a work based
26207 on the Program, the distribution of the whole must be on the terms of
26208 this License, whose permissions for other licensees extend to the
26209 entire whole, and thus to each and every part regardless of who wrote it.
26211 Thus, it is not the intent of this section to claim rights or contest
26212 your rights to work written entirely by you; rather, the intent is to
26213 exercise the right to control the distribution of derivative or
26214 collective works based on the Program.
26216 In addition, mere aggregation of another work not based on the Program
26217 with the Program (or with a work based on the Program) on a volume of
26218 a storage or distribution medium does not bring the other work under
26219 the scope of this License.
26221 3. You may copy and distribute the Program (or a work based on it,
26222 under Section 2) in object code or executable form under the terms of
26223 Sections 1 and 2 above provided that you also do one of the following:
26225 a) Accompany it with the complete corresponding machine-readable
26226 source code, which must be distributed under the terms of Sections
26227 1 and 2 above on a medium customarily used for software interchange; or,
26229 b) Accompany it with a written offer, valid for at least three
26230 years, to give any third party, for a charge no more than your
26231 cost of physically performing source distribution, a complete
26232 machine-readable copy of the corresponding source code, to be
26233 distributed under the terms of Sections 1 and 2 above on a medium
26234 customarily used for software interchange; or,
26236 c) Accompany it with the information you received as to the offer
26237 to distribute corresponding source code. (This alternative is
26238 allowed only for noncommercial distribution and only if you
26239 received the program in object code or executable form with such
26240 an offer, in accord with Subsection b above.)
26242 The source code for a work means the preferred form of the work for
26243 making modifications to it. For an executable work, complete source
26244 code means all the source code for all modules it contains, plus any
26245 associated interface definition files, plus the scripts used to
26246 control compilation and installation of the executable. However, as a
26247 special exception, the source code distributed need not include
26248 anything that is normally distributed (in either source or binary
26249 form) with the major components (compiler, kernel, and so on) of the
26250 operating system on which the executable runs, unless that component
26251 itself accompanies the executable.
26253 If distribution of executable or object code is made by offering
26254 access to copy from a designated place, then offering equivalent
26255 access to copy the source code from the same place counts as
26256 distribution of the source code, even though third parties are not
26257 compelled to copy the source along with the object code.
26259 4. You may not copy, modify, sublicense, or distribute the Program
26260 except as expressly provided under this License. Any attempt
26261 otherwise to copy, modify, sublicense or distribute the Program is
26262 void, and will automatically terminate your rights under this License.
26263 However, parties who have received copies, or rights, from you under
26264 this License will not have their licenses terminated so long as such
26265 parties remain in full compliance.
26267 5. You are not required to accept this License, since you have not
26268 signed it. However, nothing else grants you permission to modify or
26269 distribute the Program or its derivative works. These actions are
26270 prohibited by law if you do not accept this License. Therefore, by
26271 modifying or distributing the Program (or any work based on the
26272 Program), you indicate your acceptance of this License to do so, and
26273 all its terms and conditions for copying, distributing or modifying
26274 the Program or works based on it.
26276 6. Each time you redistribute the Program (or any work based on the
26277 Program), the recipient automatically receives a license from the
26278 original licensor to copy, distribute or modify the Program subject to
26279 these terms and conditions. You may not impose any further
26280 restrictions on the recipients' exercise of the rights granted herein.
26281 You are not responsible for enforcing compliance by third parties to
26282 this License.
26284 7. If, as a consequence of a court judgment or allegation of patent
26285 infringement or for any other reason (not limited to patent issues),
26286 conditions are imposed on you (whether by court order, agreement or
26287 otherwise) that contradict the conditions of this License, they do not
26288 excuse you from the conditions of this License. If you cannot
26289 distribute so as to satisfy simultaneously your obligations under this
26290 License and any other pertinent obligations, then as a consequence you
26291 may not distribute the Program at all. For example, if a patent
26292 license would not permit royalty-free redistribution of the Program by
26293 all those who receive copies directly or indirectly through you, then
26294 the only way you could satisfy both it and this License would be to
26295 refrain entirely from distribution of the Program.
26297 If any portion of this section is held invalid or unenforceable under
26298 any particular circumstance, the balance of the section is intended to
26299 apply and the section as a whole is intended to apply in other
26300 circumstances.
26302 It is not the purpose of this section to induce you to infringe any
26303 patents or other property right claims or to contest validity of any
26304 such claims; this section has the sole purpose of protecting the
26305 integrity of the free software distribution system, which is
26306 implemented by public license practices. Many people have made
26307 generous contributions to the wide range of software distributed
26308 through that system in reliance on consistent application of that
26309 system; it is up to the author/donor to decide if he or she is willing
26310 to distribute software through any other system and a licensee cannot
26311 impose that choice.
26313 This section is intended to make thoroughly clear what is believed to
26314 be a consequence of the rest of this License.
26316 8. If the distribution and/or use of the Program is restricted in
26317 certain countries either by patents or by copyrighted interfaces, the
26318 original copyright holder who places the Program under this License
26319 may add an explicit geographical distribution limitation excluding
26320 those countries, so that distribution is permitted only in or among
26321 countries not thus excluded. In such case, this License incorporates
26322 the limitation as if written in the body of this License.
26324 9. The Free Software Foundation may publish revised and/or new versions
26325 of the General Public License from time to time. Such new versions will
26326 be similar in spirit to the present version, but may differ in detail to
26327 address new problems or concerns.
26329 Each version is given a distinguishing version number. If the Program
26330 specifies a version number of this License which applies to it and "any
26331 later version", you have the option of following the terms and conditions
26332 either of that version or of any later version published by the Free
26333 Software Foundation. If the Program does not specify a version number of
26334 this License, you may choose any version ever published by the Free Software
26335 Foundation.
26337 10. If you wish to incorporate parts of the Program into other free
26338 programs whose distribution conditions are different, write to the author
26339 to ask for permission. For software which is copyrighted by the Free
26340 Software Foundation, write to the Free Software Foundation; we sometimes
26341 make exceptions for this. Our decision will be guided by the two goals
26342 of preserving the free status of all derivatives of our free software and
26343 of promoting the sharing and reuse of software generally.
26345 NO WARRANTY
26347 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
26348 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
26349 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
26350 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
26351 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26352 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
26353 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
26354 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
26355 REPAIR OR CORRECTION.
26357 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
26358 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
26359 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
26360 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
26361 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
26362 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
26363 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
26364 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
26365 POSSIBILITY OF SUCH DAMAGES.
26367 END OF TERMS AND CONDITIONS
26369 Appendix: How to Apply These Terms to Your New Programs
26371 If you develop a new program, and you want it to be of the greatest
26372 possible use to the public, the best way to achieve this is to make it
26373 free software which everyone can redistribute and change under these terms.
26375 To do so, attach the following notices to the program. It is safest
26376 to attach them to the start of each source file to most effectively
26377 convey the exclusion of warranty; and each file should have at least
26378 the "copyright" line and a pointer to where the full notice is found.
26380 &lt;one line to give the program's name and a brief idea of what it does.&gt;
26381 Copyright (C) 19yy &lt;name of author&gt;
26383 This program is free software; you can redistribute it and/or modify
26384 it under the terms of the GNU General Public License as published by
26385 the Free Software Foundation; either version 2 of the License, or
26386 (at your option) any later version.
26388 This program is distributed in the hope that it will be useful,
26389 but WITHOUT ANY WARRANTY; without even the implied warranty of
26390 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26391 GNU General Public License for more details.
26393 You should have received a copy of the GNU General Public License
26394 along with this program; if not, write to the Free Software
26395 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26397 Also add information on how to contact you by electronic and paper mail.
26399 If the program is interactive, make it output a short notice like this
26400 when it starts in an interactive mode:
26402 Gnomovision version 69, Copyright (C) 19yy name of author
26403 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
26404 This is free software, and you are welcome to redistribute it
26405 under certain conditions; type `show c' for details.
26407 The hypothetical commands `show w' and `show c' should show the appropriate
26408 parts of the General Public License. Of course, the commands you use may
26409 be called something other than `show w' and `show c'; they could even be
26410 mouse-clicks or menu items--whatever suits your program.
26412 You should also get your employer (if you work as a programmer) or your
26413 school, if any, to sign a "copyright disclaimer" for the program, if
26414 necessary. Here is a sample; alter the names:
26416 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
26417 `Gnomovision' (which makes passes at compilers) written by James Hacker.
26419 &lt;signature of Ty Coon&gt;, 1 April 1989
26420 Ty Coon, President of Vice
26422 This General Public License does not permit incorporating your program into
26423 proprietary programs. If your program is a subroutine library, you may
26424 consider it more useful to permit linking proprietary applications with the
26425 library. If this is what you want to do, use the GNU Library General
26426 Public License instead of this License.
26428 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26430 Scanned Source License swig-2.0.4/CCache/debian/copyright:
26432 This package was debianized by Paul Russell &lt;prussell@debian.org&gt; on
26433 Sun, 31 Mar 2002 14:08:57 +0200.
26435 It was downloaded from http://ccache.samba.org/ftp/ccache/
26437 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/
26439 Upstream Author: Andrew Tridgell &lt;tridge@samba.org&gt;
26441 Copyright: 2002-2005 Andrew Tridgell &lt;tridge@samba.org&gt;
26443 This program is free software; you can redistribute it and/or modify
26444 it under the terms of the GNU General Public License as published by
26445 the Free Software Foundation; either version 2 of the License, or
26446 (at your option) any later version.
26448 This program is distributed in the hope that it will be useful,
26449 but WITHOUT ANY WARRANTY; without even the implied warranty of
26450 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26451 GNU General Public License for more details.
26453 You should have received a copy of the GNU General Public License
26454 along with this program; if not, write to the Free Software
26455 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26456 02110-1301, USA
26458 You are free to distribute this software under the terms of the GNU General
26459 Public License. On Debian systems, the complete text of the GNU General
26460 Public License can be found in /usr/share/common-licenses/GPL file.
26462 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26464 Scanned Source License swig-2.0.4/COPYRIGHT:
26466 SWIG Copyright and Authors
26467 --------------------------
26469 Copyright (c) 1995-2011 The SWIG Developers
26470 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
26471 Copyright (c) 1998-2005 University of Chicago.
26472 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California
26474 Portions also copyrighted by:
26475 Network Applied Communication Laboratory, Inc
26476 Information-technology Promotion Agency, Japan
26478 Active SWIG Developers:
26479 William Fulton (wsf@fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin)
26480 Olly Betts (olly@survex.com) (PHP)
26481 Joseph Wang (joequant@gmail.com) (R)
26482 Xavier Delacour (xavier.delacour@gmail.com) (Octave)
26483 David Nadlinger (code@klickverbot.at) (D)
26485 Past SWIG developers and major contributors include:
26486 Dave Beazley (dave-swig@dabeaz.com) (SWIG core, Python, Tcl, Perl)
26487 Henning Thielemann (swig@henning-thielemann.de) (Modula3)
26488 Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de) (Guile, MzScheme)
26489 Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping)
26490 Mikel Bancroft (mikel@franz.com) (Allegro CL)
26491 Surendra Singhi (efuzzyone@netscape.net) (CLISP, CFFI)
26492 Marcelo Matus (mmatus@acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby])
26493 Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
26494 Lyle Johnson (lyle@users.sourceforge.net) (Ruby)
26495 Charlie Savage (cfis@interserv.com) (Ruby)
26496 Thien-Thi Nguyen (ttn@glug.org) (build/test/misc)
26497 Richard Palmer (richard@magicality.org) (PHP)
26498 Sam Liddicott - Ananova Ltd (saml@liddicott.com) (PHP)
26499 Tim Hockin - Sun Microsystems (thockin@sun.com) (PHP)
26500 Kevin Ruland (PHP)
26501 Shibukawa Yoshiki (Japanese Translation)
26502 Jason Stewart (jason@openinformatics.com) (Perl5)
26503 Loic Dachary (Perl5)
26504 David Fletcher (Perl5)
26505 Gary Holt (Perl5)
26506 Masaki Fukushima (Ruby)
26507 Scott Michel (scottm@cs.ucla.edu) (Java directors)
26508 Tiger Feng (songyanf@cs.uchicago.edu) (SWIG core)
26509 Mark Rose (mrose@stm.lbl.gov) (Directors)
26510 Jonah Beckford (beckford@usermail.com) (CHICKEN)
26511 Ahmon Dancy (dancy@franz.com) (Allegro CL)
26512 Dirk Gerrits (Allegro CL)
26513 Neil Cawse (C#)
26514 Harco de Hilster (Java)
26515 Alexey Dyachenko (dyachenko@fromru.com) (Tcl)
26516 Bob Techentin (Tcl)
26517 Martin Froehlich &lt;MartinFroehlich@ACM.org&gt; (Guile)
26518 Marcio Luis Teixeira &lt;marciot@holly.colostate.edu&gt; (Guile)
26519 Duncan Temple Lang (R)
26520 Miklos Vajna &lt;vmiklos@frugalware.org&gt; (PHP directors)
26521 Mark Gossage (mark@gossage.cjb.net) (Lua)
26522 Gonzalo Garramuno (ggarra@advancedsl.com.ar) (Ruby, Ruby's UTL)
26523 John Lenz (Guile, MzScheme updates, Chicken module, runtime system)
26524 Ian Lance Taylor (Go)
26525 Vadim Zeitlin (PCRE)
26526 Stefan Zager (szager@gmail.com) (Python)
26528 Past contributors include:
26529 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
26530 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
26531 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
26532 Klaus Wiederänders
26533 (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
26535 Past students:
26536 Songyan Feng (Chicago).
26537 Xinghua Shi (Chicago).
26538 Jing Cao (Chicago).
26539 Aquinas Hobor (Chicago).
26541 Historically, the following people contributed to early versions of SWIG.
26542 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
26543 at Los Alamos National Laboratory were the first users. Patrick
26544 Tullmann at the University of Utah suggested the idea of automatic
26545 documentation generation. John Schmidt and Kurtis Bleeker at the
26546 University of Utah tested out the early versions. Chris Johnson
26547 supported SWIG's developed at the University of Utah. John Buckman,
26548 Larry Virden, and Tom Schwaller provided valuable input on the first
26549 releases and improving the portability of SWIG. David Fletcher and
26550 Gary Holt have provided a great deal of input on improving SWIG's
26551 Perl5 implementation. Kevin Butler contributed the first Windows NT
26552 port.
26554 Early bug reports and patches:
26555 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
26556 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
26557 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
26558 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
26559 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
26560 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
26561 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
26562 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
26563 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
26564 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
26565 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
26566 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
26567 Zhong Ren.
26570 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26572 Scanned Source License swig-2.0.4/LICENSE:
26574 SWIG is free software: you can redistribute it and/or modify it
26575 under the terms of the GNU General Public License as published by
26576 the Free Software Foundation, either version 3 of the License, or
26577 (at your option) any later version. See the LICENSE-GPL file for
26578 the full terms of the GNU General Public license version 3.
26580 Portions of SWIG are also licensed under the terms of the licenses
26581 in the file LICENSE-UNIVERSITIES. You must observe the terms of
26582 these licenses, as well as the terms of the GNU General Public License,
26583 when you distribute SWIG.
26585 The SWIG library and examples, under the Lib and Examples top level
26586 directories, are distributed under the following terms:
26588 You may copy, modify, distribute, and make derivative works based on
26589 this software, in source code or object code form, without
26590 restriction. If you distribute the software to others, you may do
26591 so according to the terms of your choice. This software is offered as
26592 is, without warranty of any kind.
26594 See the COPYRIGHT file for a list of contributors to SWIG and their
26595 copyright notices.
26597 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26599 Scanned Source License swig-2.0.4/LICENSE-UNIVERSITIES:
26601 SWIG is distributed under the following terms:
26605 Copyright (c) 1995-1998
26606 The University of Utah and the Regents of the University of California
26607 All Rights Reserved
26609 Permission is hereby granted, without written agreement and without
26610 license or royalty fees, to use, copy, modify, and distribute this
26611 software and its documentation for any purpose, provided that
26612 (1) The above copyright notice and the following two paragraphs
26613 appear in all copies of the source code and (2) redistributions
26614 including binaries reproduces these notices in the supporting
26615 documentation. Substantial modifications to this software may be
26616 copyrighted by their authors and need not follow the licensing terms
26617 described here, provided that the new terms are clearly indicated in
26618 all files where they apply.
26620 IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE
26621 UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
26622 PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
26623 DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
26624 EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
26625 THE POSSIBILITY OF SUCH DAMAGE.
26627 THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
26628 SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO,
26629 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26630 PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND
26631 THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
26632 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
26635 II.
26637 This software includes contributions that are Copyright (c) 1998-2005
26638 University of Chicago.
26639 All rights reserved.
26641 Redistribution and use in source and binary forms, with or without
26642 modification, are permitted provided that the following conditions are
26643 met:
26645 Redistributions of source code must retain the above copyright notice,
26646 this list of conditions and the following disclaimer. Redistributions
26647 in binary form must reproduce the above copyright notice, this list of
26648 conditions and the following disclaimer in the documentation and/or
26649 other materials provided with the distribution. Neither the name of
26650 the University of Chicago nor the names of its contributors may be
26651 used to endorse or promote products derived from this software without
26652 specific prior written permission.
26654 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS
26655 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26656 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
26657 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
26658 CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26659 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
26660 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26661 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26662 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26663 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26664 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26667 III.
26669 This software includes contributions that are Copyright (c) 2005-2006
26670 Arizona Board of Regents (University of Arizona).
26671 All Rights Reserved
26673 Permission is hereby granted, without written agreement and without
26674 license or royalty fees, to use, copy, modify, and distribute this
26675 software and its documentation for any purpose, provided that
26676 (1) The above copyright notice and the following paragraph
26677 appear in all copies of the source code and (2) redistributions
26678 including binaries reproduces these notices in the supporting
26679 documentation. Substantial modifications to this software may be
26680 copyrighted by their authors and need not follow the licensing terms
26681 described here, provided that the new terms are clearly indicated in
26682 all files where they apply.
26684 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS
26685 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26686 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
26687 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
26688 ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26689 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
26690 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26691 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26692 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26693 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26694 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26698 </pre>
26699 <ul>
26700 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
26701 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
26702 </ul>
26703 </div>
26704 </div>
26707 <div class="product">
26708 <span class="title">syslinux-3.83</span>
26709 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26710 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span>
26711 <div class="licence">
26712 <pre></pre>
26713 <ul>
26714 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
26715 </ul>
26716 </div>
26717 </div>
26720 <div class="product">
26721 <span class="title">sysstat-10.2.0</span>
26722 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26723 <span class="homepage"><a href="http://pagesperso-orange.fr/sebastien.godard/">homepage</a></span>
26724 <div class="licence">
26725 <pre></pre>
26726 <ul>
26727 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
26728 </ul>
26729 </div>
26730 </div>
26733 <div class="product">
26734 <span class="title">system_api-0.0.1</span>
26735 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26736 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
26737 <div class="licence">
26738 <pre></pre>
26739 <ul>
26740 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
26741 </ul>
26742 </div>
26743 </div>
26746 <div class="product">
26747 <span class="title">tar-1.26</span>
26748 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26749 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span>
26750 <div class="licence">
26751 <pre></pre>
26752 <ul>
26753 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
26754 </ul>
26755 </div>
26756 </div>
26759 <div class="product">
26760 <span class="title">tcpdump-4.5.1</span>
26761 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26762 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
26763 <div class="licence">
26764 <pre>Scanned Source License tcpdump-4.5.1/LICENSE:
26766 License: BSD
26768 Redistribution and use in source and binary forms, with or without
26769 modification, are permitted provided that the following conditions
26770 are met:
26772 1. Redistributions of source code must retain the above copyright
26773 notice, this list of conditions and the following disclaimer.
26774 2. Redistributions in binary form must reproduce the above copyright
26775 notice, this list of conditions and the following disclaimer in
26776 the documentation and/or other materials provided with the
26777 distribution.
26778 3. The names of the authors may not be used to endorse or promote
26779 products derived from this software without specific prior
26780 written permission.
26782 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
26783 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
26784 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
26786 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26787 </pre>
26788 <ul>
26790 </ul>
26791 </div>
26792 </div>
26795 <div class="product">
26796 <span class="title">telemetry-0.0.1</span>
26797 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26798 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
26799 <div class="licence">
26800 <pre></pre>
26801 <ul>
26802 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
26803 </ul>
26804 </div>
26805 </div>
26808 <div class="product">
26809 <span class="title">tibt-jomolhari-0.0.3c</span>
26810 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26811 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span>
26812 <div class="licence">
26813 <pre></pre>
26814 <ul>
26815 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
26816 </ul>
26817 </div>
26818 </div>
26821 <div class="product">
26822 <span class="title">tiff-4.0.0</span>
26823 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26824 <span class="homepage"><a href="http://www.remotesensing.org/libtiff/">homepage</a></span>
26825 <div class="licence">
26826 <pre>Scanned Source License tiff-4.0.0/COPYRIGHT:
26828 Copyright (c) 1988-1997 Sam Leffler
26829 Copyright (c) 1991-1997 Silicon Graphics, Inc.
26831 Permission to use, copy, modify, distribute, and sell this software and
26832 its documentation for any purpose is hereby granted without fee, provided
26833 that (i) the above copyright notices and this permission notice appear in
26834 all copies of the software and related documentation, and (ii) the names of
26835 Sam Leffler and Silicon Graphics may not be used in any advertising or
26836 publicity relating to the software without the specific, prior written
26837 permission of Sam Leffler and Silicon Graphics.
26839 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
26840 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
26841 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
26843 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
26844 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
26845 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
26846 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
26847 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
26848 OF THIS SOFTWARE.
26850 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26851 </pre>
26852 <ul>
26853 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
26854 </ul>
26855 </div>
26856 </div>
26859 <div class="product">
26860 <span class="title">time-1.7</span>
26861 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26862 <span class="homepage"><a href="http://www.gnu.org/directory/time.html">homepage</a></span>
26863 <div class="licence">
26864 <pre></pre>
26865 <ul>
26866 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
26867 </ul>
26868 </div>
26869 </div>
26872 <div class="product">
26873 <span class="title">timezone-data-2014e</span>
26874 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26875 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span>
26876 <div class="licence">
26877 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data:
26879 Copyright (c) 1985, 1987, 1988 The Regents of the University of California.
26880 All rights reserved.
26882 Redistribution and use in source and binary forms are permitted
26883 provided that the above copyright notice and this paragraph are
26884 duplicated in all such forms and that any documentation,
26885 advertising materials, and other materials related to such
26886 distribution and use acknowledge that the software was developed
26887 by the University of California, Berkeley. The name of the
26888 University may not be used to endorse or promote products derived
26889 from this software without specific prior written permission.
26890 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
26891 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
26892 WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE.
26894 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26895 </pre>
26896 <ul>
26897 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
26898 </ul>
26899 </div>
26900 </div>
26903 <div class="product">
26904 <span class="title">tlsdate-0.0.5</span>
26905 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26906 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span>
26907 <div class="licence">
26908 <pre>Scanned Source License tlsdate-0.0.5/LICENSE:
26910 This file contains the license for tlsdate,
26911 a free software project to set your system clock securely.
26913 It also lists the licenses for other components used by tlsdate.
26915 For more information about tlsdate, see https://github.com/ioerror/tlsdate
26917 If you got this file as a part of a larger bundle,
26918 there may be other license terms that you should be aware of.
26920 ===============================================================================
26921 tlsdate is distributed under this license:
26923 Copyright (c) 2011-2012, Jacob Appelbaum &lt;jacob@appelbaum.net&gt;
26924 Copyright (c) 2011-2012, The Tor Project, Inc.
26926 Redistribution and use in source and binary forms, with or without
26927 modification, are permitted provided that the following conditions are
26928 met:
26930 * Redistributions of source code must retain the above copyright
26931 notice, this list of conditions and the following disclaimer.
26933 * Redistributions in binary form must reproduce the above
26934 copyright notice, this list of conditions and the following disclaimer
26935 in the documentation and/or other materials provided with the
26936 distribution.
26938 * Neither the names of the copyright owners nor the names of its
26939 contributors may be used to endorse or promote products derived from
26940 this software without specific prior written permission.
26942 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26943 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26944 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26945 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26946 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26947 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26948 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26949 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26950 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26951 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26952 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26953 ===============================================================================
26954 If you got tlsdate as a static binary with OpenSSL included, then you should
26955 know:
26957 "This product includes software developed by the OpenSSL Project for use in
26958 the OpenSSL Toolkit (http://www.openssl.org/)"
26960 ===============================================================================
26962 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
26963 </pre>
26964 <ul>
26966 </ul>
26967 </div>
26968 </div>
26971 <div class="product">
26972 <span class="title">tmux-1.9a</span>
26973 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26974 <span class="homepage"><a href="http://tmux.sourceforge.net">homepage</a></span>
26975 <div class="licence">
26976 <pre></pre>
26977 <ul>
26978 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
26979 </ul>
26980 </div>
26981 </div>
26984 <div class="product">
26985 <span class="title">touch_noise_filter-0.0.1</span>
26986 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
26987 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
26988 <div class="licence">
26989 <pre></pre>
26990 <ul>
26991 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
26992 </ul>
26993 </div>
26994 </div>
26997 <div class="product">
26998 <span class="title">touchbot-1.0</span>
26999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27000 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
27001 <div class="licence">
27002 <pre></pre>
27003 <ul>
27004 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27005 </ul>
27006 </div>
27007 </div>
27010 <div class="product">
27011 <span class="title">touchpad-tests-0.0.1</span>
27012 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27013 <span class="homepage"><a href="">homepage</a></span>
27014 <div class="licence">
27015 <pre></pre>
27016 <ul>
27017 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27018 </ul>
27019 </div>
27020 </div>
27023 <div class="product">
27024 <span class="title">tpm-tools-1.3.5</span>
27025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27026 <span class="homepage"><a href="http://trousers.sourceforge.net">homepage</a></span>
27027 <div class="licence">
27028 <pre></pre>
27029 <ul>
27030 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li>
27031 </ul>
27032 </div>
27033 </div>
27036 <div class="product">
27037 <span class="title">trapproto-3.4.3</span>
27038 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27039 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
27040 <div class="licence">
27041 <pre>Scanned Source License trapproto-3.4.3/COPYING:
27043 Copyright 1987, 1988, 1989, 1990, 1994 by Digital Equipment Corporation,
27044 Maynard, MA
27046 Permission to use, copy, modify, and distribute this software and its
27047 documentation for any purpose and without fee is hereby granted,
27048 provided that the above copyright notice appear in all copies and that
27049 both that copyright notice and this permission notice appear in
27050 supporting documentation, and that the name of Digital not be
27051 used in advertising or publicity pertaining to distribution of the
27052 software without specific, written prior permission.
27054 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
27055 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
27056 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
27057 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
27058 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
27059 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
27060 SOFTWARE.
27062 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27063 </pre>
27064 <ul>
27066 </ul>
27067 </div>
27068 </div>
27071 <div class="product">
27072 <span class="title">trousers-0.3.3</span>
27073 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27074 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span>
27075 <div class="licence">
27076 <pre></pre>
27077 <ul>
27078 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li>
27079 </ul>
27080 </div>
27081 </div>
27084 <div class="product">
27085 <span class="title">tty-0.0.1</span>
27086 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27087 <span class="homepage"><a href="">homepage</a></span>
27088 <div class="licence">
27089 <pre></pre>
27090 <ul>
27091 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27092 </ul>
27093 </div>
27094 </div>
27097 <div class="product">
27098 <span class="title">turbostat-3.8.11</span>
27099 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27100 <span class="homepage"><a href="https://www.kernel.org/">homepage</a></span>
27101 <div class="licence">
27102 <pre></pre>
27103 <ul>
27104 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27105 </ul>
27106 </div>
27107 </div>
27110 <div class="product">
27111 <span class="title">u-boot-2013.06</span>
27112 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27113 <span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span>
27114 <div class="licence">
27115 <pre></pre>
27116 <ul>
27117 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
27118 </ul>
27119 </div>
27120 </div>
27123 <div class="product">
27124 <span class="title">udev-171</span>
27125 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27126 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span>
27127 <div class="licence">
27128 <pre></pre>
27129 <ul>
27130 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27131 </ul>
27132 </div>
27133 </div>
27136 <div class="product">
27137 <span class="title">unrar-4.2.4</span>
27138 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27139 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span>
27140 <div class="licence">
27141 <pre>Gentoo Package Stock License unRAR:
27143 ****** ***** ****** UnRAR - free utility for RAR archives
27144 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27145 ****** ******* ****** License for use and distribution of
27146 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27147 ** ** ** ** ** ** FREE portable version
27148 ~~~~~~~~~~~~~~~~~~~~~
27150 The source code of UnRAR utility is freeware. This means:
27152 1. All copyrights to RAR and the utility UnRAR are exclusively
27153 owned by the author - Alexander Roshal.
27155 2. UnRAR source code may be used in any software to handle
27156 RAR archives without limitations free of charge, but cannot be
27157 used to develop RAR (WinRAR) compatible archiver and to
27158 re-create RAR compression algorithm, which is proprietary.
27159 Distribution of modified UnRAR source code in separate form
27160 or as a part of other software is permitted, provided that
27161 full text of this paragraph, starting from "UnRAR source code"
27162 words, is included in license, or in documentation if license
27163 is not available, and in source code comments of resulting package.
27165 3. The UnRAR utility may be freely distributed. It is allowed
27166 to distribute UnRAR inside of other software packages.
27168 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
27169 NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
27170 YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
27171 DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
27172 OR MISUSING THIS SOFTWARE.
27174 5. Installing and using the UnRAR utility signifies acceptance of
27175 these terms and conditions of the license.
27177 6. If you don't agree with terms of the license you must remove
27178 UnRAR files from your storage devices and cease to use the
27179 utility.
27181 Thank you for your interest in RAR and UnRAR.
27184 Alexander L. Roshal
27186 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27187 </pre>
27188 <ul>
27190 </ul>
27191 </div>
27192 </div>
27195 <div class="product">
27196 <span class="title">update-policy-chromeos-0.0.1</span>
27197 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27198 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
27199 <div class="licence">
27200 <pre></pre>
27201 <ul>
27202 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27203 </ul>
27204 </div>
27205 </div>
27208 <div class="product">
27209 <span class="title">update_engine-0.0.2</span>
27210 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27211 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
27212 <div class="licence">
27213 <pre></pre>
27214 <ul>
27215 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27216 </ul>
27217 </div>
27218 </div>
27221 <div class="product">
27222 <span class="title">upstart-1.2</span>
27223 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27224 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span>
27225 <div class="licence">
27226 <pre></pre>
27227 <ul>
27228 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27229 </ul>
27230 </div>
27231 </div>
27234 <div class="product">
27235 <span class="title">ureadahead-0.100.0</span>
27236 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27237 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span>
27238 <div class="licence">
27239 <pre></pre>
27240 <ul>
27241 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27242 </ul>
27243 </div>
27244 </div>
27247 <div class="product">
27248 <span class="title">usbutils-007</span>
27249 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27250 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span>
27251 <div class="licence">
27252 <pre></pre>
27253 <ul>
27254 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27255 </ul>
27256 </div>
27257 </div>
27260 <div class="product">
27261 <span class="title">userfeedback-0.0.1</span>
27262 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27263 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
27264 <div class="licence">
27265 <pre></pre>
27266 <ul>
27267 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27268 </ul>
27269 </div>
27270 </div>
27273 <div class="product">
27274 <span class="title">util-linux-2.24</span>
27275 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27276 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span>
27277 <div class="licence">
27278 <pre>Scanned Source License util-linux-2.24/COPYING:
27280 GNU GENERAL PUBLIC LICENSE
27281 Version 2, June 1991
27283 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
27284 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
27285 Everyone is permitted to copy and distribute verbatim copies
27286 of this license document, but changing it is not allowed.
27288 Preamble
27290 The licenses for most software are designed to take away your
27291 freedom to share and change it. By contrast, the GNU General Public
27292 License is intended to guarantee your freedom to share and change free
27293 software--to make sure the software is free for all its users. This
27294 General Public License applies to most of the Free Software
27295 Foundation's software and to any other program whose authors commit to
27296 using it. (Some other Free Software Foundation software is covered by
27297 the GNU Lesser General Public License instead.) You can apply it to
27298 your programs, too.
27300 When we speak of free software, we are referring to freedom, not
27301 price. Our General Public Licenses are designed to make sure that you
27302 have the freedom to distribute copies of free software (and charge for
27303 this service if you wish), that you receive source code or can get it
27304 if you want it, that you can change the software or use pieces of it
27305 in new free programs; and that you know you can do these things.
27307 To protect your rights, we need to make restrictions that forbid
27308 anyone to deny you these rights or to ask you to surrender the rights.
27309 These restrictions translate to certain responsibilities for you if you
27310 distribute copies of the software, or if you modify it.
27312 For example, if you distribute copies of such a program, whether
27313 gratis or for a fee, you must give the recipients all the rights that
27314 you have. You must make sure that they, too, receive or can get the
27315 source code. And you must show them these terms so they know their
27316 rights.
27318 We protect your rights with two steps: (1) copyright the software, and
27319 (2) offer you this license which gives you legal permission to copy,
27320 distribute and/or modify the software.
27322 Also, for each author's protection and ours, we want to make certain
27323 that everyone understands that there is no warranty for this free
27324 software. If the software is modified by someone else and passed on, we
27325 want its recipients to know that what they have is not the original, so
27326 that any problems introduced by others will not reflect on the original
27327 authors' reputations.
27329 Finally, any free program is threatened constantly by software
27330 patents. We wish to avoid the danger that redistributors of a free
27331 program will individually obtain patent licenses, in effect making the
27332 program proprietary. To prevent this, we have made it clear that any
27333 patent must be licensed for everyone's free use or not licensed at all.
27335 The precise terms and conditions for copying, distribution and
27336 modification follow.
27338 GNU GENERAL PUBLIC LICENSE
27339 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
27341 0. This License applies to any program or other work which contains
27342 a notice placed by the copyright holder saying it may be distributed
27343 under the terms of this General Public License. The "Program", below,
27344 refers to any such program or work, and a "work based on the Program"
27345 means either the Program or any derivative work under copyright law:
27346 that is to say, a work containing the Program or a portion of it,
27347 either verbatim or with modifications and/or translated into another
27348 language. (Hereinafter, translation is included without limitation in
27349 the term "modification".) Each licensee is addressed as "you".
27351 Activities other than copying, distribution and modification are not
27352 covered by this License; they are outside its scope. The act of
27353 running the Program is not restricted, and the output from the Program
27354 is covered only if its contents constitute a work based on the
27355 Program (independent of having been made by running the Program).
27356 Whether that is true depends on what the Program does.
27358 1. You may copy and distribute verbatim copies of the Program's
27359 source code as you receive it, in any medium, provided that you
27360 conspicuously and appropriately publish on each copy an appropriate
27361 copyright notice and disclaimer of warranty; keep intact all the
27362 notices that refer to this License and to the absence of any warranty;
27363 and give any other recipients of the Program a copy of this License
27364 along with the Program.
27366 You may charge a fee for the physical act of transferring a copy, and
27367 you may at your option offer warranty protection in exchange for a fee.
27369 2. You may modify your copy or copies of the Program or any portion
27370 of it, thus forming a work based on the Program, and copy and
27371 distribute such modifications or work under the terms of Section 1
27372 above, provided that you also meet all of these conditions:
27374 a) You must cause the modified files to carry prominent notices
27375 stating that you changed the files and the date of any change.
27377 b) You must cause any work that you distribute or publish, that in
27378 whole or in part contains or is derived from the Program or any
27379 part thereof, to be licensed as a whole at no charge to all third
27380 parties under the terms of this License.
27382 c) If the modified program normally reads commands interactively
27383 when run, you must cause it, when started running for such
27384 interactive use in the most ordinary way, to print or display an
27385 announcement including an appropriate copyright notice and a
27386 notice that there is no warranty (or else, saying that you provide
27387 a warranty) and that users may redistribute the program under
27388 these conditions, and telling the user how to view a copy of this
27389 License. (Exception: if the Program itself is interactive but
27390 does not normally print such an announcement, your work based on
27391 the Program is not required to print an announcement.)
27393 These requirements apply to the modified work as a whole. If
27394 identifiable sections of that work are not derived from the Program,
27395 and can be reasonably considered independent and separate works in
27396 themselves, then this License, and its terms, do not apply to those
27397 sections when you distribute them as separate works. But when you
27398 distribute the same sections as part of a whole which is a work based
27399 on the Program, the distribution of the whole must be on the terms of
27400 this License, whose permissions for other licensees extend to the
27401 entire whole, and thus to each and every part regardless of who wrote it.
27403 Thus, it is not the intent of this section to claim rights or contest
27404 your rights to work written entirely by you; rather, the intent is to
27405 exercise the right to control the distribution of derivative or
27406 collective works based on the Program.
27408 In addition, mere aggregation of another work not based on the Program
27409 with the Program (or with a work based on the Program) on a volume of
27410 a storage or distribution medium does not bring the other work under
27411 the scope of this License.
27413 3. You may copy and distribute the Program (or a work based on it,
27414 under Section 2) in object code or executable form under the terms of
27415 Sections 1 and 2 above provided that you also do one of the following:
27417 a) Accompany it with the complete corresponding machine-readable
27418 source code, which must be distributed under the terms of Sections
27419 1 and 2 above on a medium customarily used for software interchange; or,
27421 b) Accompany it with a written offer, valid for at least three
27422 years, to give any third party, for a charge no more than your
27423 cost of physically performing source distribution, a complete
27424 machine-readable copy of the corresponding source code, to be
27425 distributed under the terms of Sections 1 and 2 above on a medium
27426 customarily used for software interchange; or,
27428 c) Accompany it with the information you received as to the offer
27429 to distribute corresponding source code. (This alternative is
27430 allowed only for noncommercial distribution and only if you
27431 received the program in object code or executable form with such
27432 an offer, in accord with Subsection b above.)
27434 The source code for a work means the preferred form of the work for
27435 making modifications to it. For an executable work, complete source
27436 code means all the source code for all modules it contains, plus any
27437 associated interface definition files, plus the scripts used to
27438 control compilation and installation of the executable. However, as a
27439 special exception, the source code distributed need not include
27440 anything that is normally distributed (in either source or binary
27441 form) with the major components (compiler, kernel, and so on) of the
27442 operating system on which the executable runs, unless that component
27443 itself accompanies the executable.
27445 If distribution of executable or object code is made by offering
27446 access to copy from a designated place, then offering equivalent
27447 access to copy the source code from the same place counts as
27448 distribution of the source code, even though third parties are not
27449 compelled to copy the source along with the object code.
27451 4. You may not copy, modify, sublicense, or distribute the Program
27452 except as expressly provided under this License. Any attempt
27453 otherwise to copy, modify, sublicense or distribute the Program is
27454 void, and will automatically terminate your rights under this License.
27455 However, parties who have received copies, or rights, from you under
27456 this License will not have their licenses terminated so long as such
27457 parties remain in full compliance.
27459 5. You are not required to accept this License, since you have not
27460 signed it. However, nothing else grants you permission to modify or
27461 distribute the Program or its derivative works. These actions are
27462 prohibited by law if you do not accept this License. Therefore, by
27463 modifying or distributing the Program (or any work based on the
27464 Program), you indicate your acceptance of this License to do so, and
27465 all its terms and conditions for copying, distributing or modifying
27466 the Program or works based on it.
27468 6. Each time you redistribute the Program (or any work based on the
27469 Program), the recipient automatically receives a license from the
27470 original licensor to copy, distribute or modify the Program subject to
27471 these terms and conditions. You may not impose any further
27472 restrictions on the recipients' exercise of the rights granted herein.
27473 You are not responsible for enforcing compliance by third parties to
27474 this License.
27476 7. If, as a consequence of a court judgment or allegation of patent
27477 infringement or for any other reason (not limited to patent issues),
27478 conditions are imposed on you (whether by court order, agreement or
27479 otherwise) that contradict the conditions of this License, they do not
27480 excuse you from the conditions of this License. If you cannot
27481 distribute so as to satisfy simultaneously your obligations under this
27482 License and any other pertinent obligations, then as a consequence you
27483 may not distribute the Program at all. For example, if a patent
27484 license would not permit royalty-free redistribution of the Program by
27485 all those who receive copies directly or indirectly through you, then
27486 the only way you could satisfy both it and this License would be to
27487 refrain entirely from distribution of the Program.
27489 If any portion of this section is held invalid or unenforceable under
27490 any particular circumstance, the balance of the section is intended to
27491 apply and the section as a whole is intended to apply in other
27492 circumstances.
27494 It is not the purpose of this section to induce you to infringe any
27495 patents or other property right claims or to contest validity of any
27496 such claims; this section has the sole purpose of protecting the
27497 integrity of the free software distribution system, which is
27498 implemented by public license practices. Many people have made
27499 generous contributions to the wide range of software distributed
27500 through that system in reliance on consistent application of that
27501 system; it is up to the author/donor to decide if he or she is willing
27502 to distribute software through any other system and a licensee cannot
27503 impose that choice.
27505 This section is intended to make thoroughly clear what is believed to
27506 be a consequence of the rest of this License.
27508 8. If the distribution and/or use of the Program is restricted in
27509 certain countries either by patents or by copyrighted interfaces, the
27510 original copyright holder who places the Program under this License
27511 may add an explicit geographical distribution limitation excluding
27512 those countries, so that distribution is permitted only in or among
27513 countries not thus excluded. In such case, this License incorporates
27514 the limitation as if written in the body of this License.
27516 9. The Free Software Foundation may publish revised and/or new versions
27517 of the General Public License from time to time. Such new versions will
27518 be similar in spirit to the present version, but may differ in detail to
27519 address new problems or concerns.
27521 Each version is given a distinguishing version number. If the Program
27522 specifies a version number of this License which applies to it and "any
27523 later version", you have the option of following the terms and conditions
27524 either of that version or of any later version published by the Free
27525 Software Foundation. If the Program does not specify a version number of
27526 this License, you may choose any version ever published by the Free Software
27527 Foundation.
27529 10. If you wish to incorporate parts of the Program into other free
27530 programs whose distribution conditions are different, write to the author
27531 to ask for permission. For software which is copyrighted by the Free
27532 Software Foundation, write to the Free Software Foundation; we sometimes
27533 make exceptions for this. Our decision will be guided by the two goals
27534 of preserving the free status of all derivatives of our free software and
27535 of promoting the sharing and reuse of software generally.
27537 NO WARRANTY
27539 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
27540 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
27541 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
27542 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
27543 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27544 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
27545 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
27546 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
27547 REPAIR OR CORRECTION.
27549 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
27550 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
27551 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
27552 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
27553 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
27554 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
27555 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
27556 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
27557 POSSIBILITY OF SUCH DAMAGES.
27559 END OF TERMS AND CONDITIONS
27561 How to Apply These Terms to Your New Programs
27563 If you develop a new program, and you want it to be of the greatest
27564 possible use to the public, the best way to achieve this is to make it
27565 free software which everyone can redistribute and change under these terms.
27567 To do so, attach the following notices to the program. It is safest
27568 to attach them to the start of each source file to most effectively
27569 convey the exclusion of warranty; and each file should have at least
27570 the "copyright" line and a pointer to where the full notice is found.
27572 &lt;one line to give the program's name and a brief idea of what it does.&gt;
27573 Copyright (C) &lt;year&gt; &lt;name of author&gt;
27575 This program is free software; you can redistribute it and/or modify
27576 it under the terms of the GNU General Public License as published by
27577 the Free Software Foundation; either version 2 of the License, or
27578 (at your option) any later version.
27580 This program is distributed in the hope that it will be useful,
27581 but WITHOUT ANY WARRANTY; without even the implied warranty of
27582 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27583 GNU General Public License for more details.
27585 You should have received a copy of the GNU General Public License along
27586 with this program; if not, write to the Free Software Foundation, Inc.,
27587 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27589 Also add information on how to contact you by electronic and paper mail.
27591 If the program is interactive, make it output a short notice like this
27592 when it starts in an interactive mode:
27594 Gnomovision version 69, Copyright (C) year name of author
27595 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
27596 This is free software, and you are welcome to redistribute it
27597 under certain conditions; type `show c' for details.
27599 The hypothetical commands `show w' and `show c' should show the appropriate
27600 parts of the General Public License. Of course, the commands you use may
27601 be called something other than `show w' and `show c'; they could even be
27602 mouse-clicks or menu items--whatever suits your program.
27604 You should also get your employer (if you work as a programmer) or your
27605 school, if any, to sign a "copyright disclaimer" for the program, if
27606 necessary. Here is a sample; alter the names:
27608 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
27609 `Gnomovision' (which makes passes at compilers) written by James Hacker.
27611 &lt;signature of Ty Coon&gt;, 1 April 1989
27612 Ty Coon, President of Vice
27614 This General Public License does not permit incorporating your program into
27615 proprietary programs. If your program is a subroutine library, you may
27616 consider it more useful to permit linking proprietary applications with the
27617 library. If this is what you want to do, use the GNU Lesser General
27618 Public License instead of this License.
27620 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27622 Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.BSD-3:
27624 Redistribution and use in source and binary forms, with or without
27625 modification, are permitted provided that the following conditions
27626 are met:
27627 1. Redistributions of source code must retain the above copyright
27628 notice, and the entire permission notice in its entirety,
27629 including the disclaimer of warranties.
27630 2. Redistributions in binary form must reproduce the above copyright
27631 notice, this list of conditions and the following disclaimer in the
27632 documentation and/or other materials provided with the distribution.
27633 3. The name of the author may not be used to endorse or promote
27634 products derived from this software without specific prior
27635 written permission.
27637 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
27638 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
27639 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
27640 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
27641 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27642 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
27643 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
27644 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27645 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27646 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
27647 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
27648 DAMAGE.
27650 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27652 Scanned Source License util-linux-2.24/Documentation/licenses/COPYING.UCB:
27655 * Copyright (c) 1989 The Regents of the University of California.
27656 * All rights reserved.
27658 * Redistribution and use in source and binary forms, with or without
27659 * modification, are permitted provided that the following conditions
27660 * are met:
27661 * 1. Redistributions of source code must retain the above copyright
27662 * notice, this list of conditions and the following disclaimer.
27663 * 2. Redistributions in binary form must reproduce the above copyright
27664 * notice, this list of conditions and the following disclaimer in the
27665 * documentation and/or other materials provided with the distribution.
27666 * 3. All advertising materials mentioning features or use of this software
27667 * must display the following acknowledgement:
27668 * This product includes software developed by the University of
27669 * California, Berkeley and its contributors.
27670 * 4. Neither the name of the University nor the names of its contributors
27671 * may be used to endorse or promote products derived from this software
27672 * without specific prior written permission.
27674 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
27675 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27676 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27677 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27678 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27679 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27680 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27681 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27682 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27683 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27684 * SUCH DAMAGE.
27687 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27689 Scanned Source License util-linux-2.24/libblkid/COPYING:
27691 This library is free software; you can redistribute it and/or
27692 modify it under the terms of the GNU Lesser General Public
27693 License as published by the Free Software Foundation; either
27694 version 2.1 of the License, or (at your option) any later
27695 version.
27697 The complete text of the license is available in the
27698 ../Documentation/licenses/COPYING.LGPLv2.1 file.
27700 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27702 Scanned Source License util-linux-2.24/libmount/COPYING:
27704 This library is free software; you can redistribute it and/or
27705 modify it under the terms of the GNU Lesser General Public
27706 License as published by the Free Software Foundation; either
27707 version 2.1 of the License, or (at your option) any later
27708 version.
27710 The complete text of the license is available in the
27711 ../Documentation/licenses/COPYING.LGPLv2.1 file.
27713 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27715 Scanned Source License util-linux-2.24/libuuid/COPYING:
27717 This library is free software; you can redistribute it and/or
27718 modify it under the terms of the Modified BSD License.
27720 The complete text of the license is available in the
27721 ../Documentation/licenses/COPYING.BSD-3 file.
27723 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27724 </pre>
27725 <ul>
27726 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
27727 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
27728 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
27729 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
27730 </ul>
27731 </div>
27732 </div>
27735 <div class="product">
27736 <span class="title">util-macros-1.17</span>
27737 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27738 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
27739 <div class="licence">
27740 <pre>Scanned Source License util-macros-1.17/COPYING:
27742 Copyright 2005 Red Hat, Inc.
27744 Permission to use, copy, modify, distribute, and sell this software
27745 and its documentation for any purpose is hereby granted without
27746 fee, provided that the above copyright notice appear in all copies
27747 and that both that copyright notice and this permission notice
27748 appear in supporting documentation, and that the name of Red Hat
27749 not be used in advertising or publicity pertaining to distribution
27750 of the software without specific, written prior permission. Red
27751 Hat makes no representations about the suitability of this software
27752 for any purpose. It is provided "as is" without express or implied
27753 warranty.
27755 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
27756 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
27757 NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
27758 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
27759 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
27760 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
27761 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
27763 ----------------------------------------------------------------------------
27765 Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
27767 Permission is hereby granted, free of charge, to any person obtaining a
27768 copy of this software and associated documentation files (the "Software"),
27769 to deal in the Software without restriction, including without limitation
27770 the rights to use, copy, modify, merge, publish, distribute, sublicense,
27771 and/or sell copies of the Software, and to permit persons to whom the
27772 Software is furnished to do so, subject to the following conditions:
27774 The above copyright notice and this permission notice (including the next
27775 paragraph) shall be included in all copies or substantial portions of the
27776 Software.
27778 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27779 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27780 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
27781 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27782 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27783 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27784 DEALINGS IN THE SOFTWARE.
27786 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27787 </pre>
27788 <ul>
27790 </ul>
27791 </div>
27792 </div>
27795 <div class="product">
27796 <span class="title">utouch-evemu-1.0.5</span>
27797 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27798 <span class="homepage"><a href="http://bitmath.org/code/evemu/">homepage</a></span>
27799 <div class="licence">
27800 <pre></pre>
27801 <ul>
27802 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
27803 </ul>
27804 </div>
27805 </div>
27808 <div class="product">
27809 <span class="title">vboot_reference-1.0</span>
27810 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27811 <span class="homepage"><a href="">homepage</a></span>
27812 <div class="licence">
27813 <pre></pre>
27814 <ul>
27815 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27816 </ul>
27817 </div>
27818 </div>
27821 <div class="product">
27822 <span class="title">verity-0.0.1</span>
27823 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27824 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
27825 <div class="licence">
27826 <pre></pre>
27827 <ul>
27828 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
27829 </ul>
27830 </div>
27831 </div>
27834 <div class="product">
27835 <span class="title">videoproto-2.3.1</span>
27836 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27837 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
27838 <div class="licence">
27839 <pre>Scanned Source License videoproto-2.3.1/COPYING:
27841 Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
27842 and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
27844 All Rights Reserved
27846 Permission to use, copy, modify, and distribute this software and its
27847 documentation for any purpose and without fee is hereby granted,
27848 provided that the above copyright notice appear in all copies and that
27849 both that copyright notice and this permission notice appear in
27850 supporting documentation, and that the names of Digital or MIT not be
27851 used in advertising or publicity pertaining to distribution of the
27852 software without specific, written prior permission.
27854 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
27855 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
27856 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
27857 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
27858 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
27859 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
27860 SOFTWARE.
27863 Permission is hereby granted, free of charge, to any person obtaining a copy
27864 of this software and associated documentation files (the "Software"), to deal
27865 in the Software without restriction, including without limitation the rights
27866 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27867 copies of the Software, and to permit persons to whom the Software is
27868 furnished to do so, subject to the following conditions:
27870 The above copyright notice and this permission notice shall be included in all
27871 copies or substantial portions of the Software.
27873 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27874 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27875 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27876 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27877 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27878 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27880 Except as contained in this notice, the name of the XFree86 Project shall not
27881 be used in advertising or otherwise to promote the sale, use or other dealings
27882 in this Software without prior written authorization from the XFree86 Project.
27885 Copyright (c) 2004 The Unichrome Project. All rights reserved.
27887 Permission is hereby granted, free of charge, to any person obtaining a
27888 copy of this software and associated documentation files (the "Software"),
27889 to deal in the Software without restriction, including without limitation
27890 the rights to use, copy, modify, merge, publish, distribute, sublicense,
27891 and/or sell copies of the Software, and to permit persons to whom the
27892 Software is furnished to do so, subject to the following conditions:
27894 The above copyright notice and this permission notice shall be included in
27895 all copies or substantial portions of the Software.
27897 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27898 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27899 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27900 AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27901 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27902 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27903 DEALINGS IN THE SOFTWARE.
27905 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27906 </pre>
27907 <ul>
27909 </ul>
27910 </div>
27911 </div>
27914 <div class="product">
27915 <span class="title">vim-7.3.409</span>
27916 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
27917 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span>
27918 <div class="licence">
27919 <pre>Gentoo Package Stock License vim:
27921 License details for VIM Editor:
27923 *uganda.txt* For Vim version 7.2. Last change: 2008 Jun 21
27926 VIM REFERENCE MANUAL by Bram Moolenaar
27929 *uganda* *Uganda* *copying* *copyright* *license*
27930 SUMMARY
27931 *iccf* *ICCF*
27932 Vim is Charityware. You can use and copy it as much as you like, but you are
27933 encouraged to make a donation for needy children in Uganda. Please see |kcc|
27934 below or visit the ICCF web site, available at these URLs:
27936 http://iccf-holland.org/
27937 http://www.vim.org/iccf/
27938 http://www.iccf.nl/
27940 You can also sponsor the development of Vim. Vim sponsors can vote for
27941 features. See |sponsor|. The money goes to Uganda anyway.
27943 The Open Publication License applies to the Vim documentation, see
27944 |manual-copyright|.
27946 === begin of license ===
27948 VIM LICENSE
27950 I) There are no restrictions on distributing unmodified copies of Vim except
27951 that they must include this license text. You can also distribute
27952 unmodified parts of Vim, likewise unrestricted except that they must
27953 include this license text. You are also allowed to include executables
27954 that you made from the unmodified Vim sources, plus your own usage
27955 examples and Vim scripts.
27957 II) It is allowed to distribute a modified (or extended) version of Vim,
27958 including executables and/or source code, when the following four
27959 conditions are met:
27960 1) This license text must be included unmodified.
27961 2) The modified Vim must be distributed in one of the following five ways:
27962 a) If you make changes to Vim yourself, you must clearly describe in
27963 the distribution how to contact you. When the maintainer asks you
27964 (in any way) for a copy of the modified Vim you distributed, you
27965 must make your changes, including source code, available to the
27966 maintainer without fee. The maintainer reserves the right to
27967 include your changes in the official version of Vim. What the
27968 maintainer will do with your changes and under what license they
27969 will be distributed is negotiable. If there has been no negotiation
27970 then this license, or a later version, also applies to your changes.
27971 The current maintainer is Bram Moolenaar &lt;Bram@vim.org&gt;. If this
27972 changes it will be announced in appropriate places (most likely
27973 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
27974 impossible to contact the maintainer, the obligation to send him
27975 your changes ceases. Once the maintainer has confirmed that he has
27976 received your changes they will not have to be sent again.
27977 b) If you have received a modified Vim that was distributed as
27978 mentioned under a) you are allowed to further distribute it
27979 unmodified, as mentioned at I). If you make additional changes the
27980 text under a) applies to those changes.
27981 c) Provide all the changes, including source code, with every copy of
27982 the modified Vim you distribute. This may be done in the form of a
27983 context diff. You can choose what license to use for new code you
27984 add. The changes and their license must not restrict others from
27985 making their own changes to the official version of Vim.
27986 d) When you have a modified Vim which includes changes as mentioned
27987 under c), you can distribute it without the source code for the
27988 changes if the following three conditions are met:
27989 - The license that applies to the changes permits you to distribute
27990 the changes to the Vim maintainer without fee or restriction, and
27991 permits the Vim maintainer to include the changes in the official
27992 version of Vim without fee or restriction.
27993 - You keep the changes for at least three years after last
27994 distributing the corresponding modified Vim. When the maintainer
27995 or someone who you distributed the modified Vim to asks you (in
27996 any way) for the changes within this period, you must make them
27997 available to him.
27998 - You clearly describe in the distribution how to contact you. This
27999 contact information must remain valid for at least three years
28000 after last distributing the corresponding modified Vim, or as long
28001 as possible.
28002 e) When the GNU General Public License (GPL) applies to the changes,
28003 you can distribute the modified Vim under the GNU GPL version 2 or
28004 any later version.
28005 3) A message must be added, at least in the output of the ":version"
28006 command and in the intro screen, such that the user of the modified Vim
28007 is able to see that it was modified. When distributing as mentioned
28008 under 2)e) adding the message is only required for as far as this does
28009 not conflict with the license used for the changes.
28010 4) The contact information as required under 2)a) and 2)d) must not be
28011 removed or changed, except that the person himself can make
28012 corrections.
28014 III) If you distribute a modified version of Vim, you are encouraged to use
28015 the Vim license for your changes and make them available to the
28016 maintainer, including the source code. The preferred way to do this is
28017 by e-mail or by uploading the files to a server and e-mailing the URL.
28018 If the number of changes is small (e.g., a modified Makefile) e-mailing a
28019 context diff will do. The e-mail address to be used is
28020 &lt;maintainer@vim.org&gt;
28022 IV) It is not allowed to remove this license from the distribution of the Vim
28023 sources, parts of it or from a modified version. You may use this
28024 license for previous Vim releases instead of the license that they came
28025 with, at your option.
28027 === end of license ===
28029 Note:
28031 - If you are happy with Vim, please express that by reading the rest of this
28032 file and consider helping needy children in Uganda.
28034 - If you want to support further Vim development consider becoming a
28035 |sponsor|. The money goes to Uganda anyway.
28037 - According to Richard Stallman the Vim license is GNU GPL compatible.
28038 A few minor changes have been made since he checked it, but that should not
28039 make a difference.
28041 - If you link Vim with a library that goes under the GNU GPL, this limits
28042 further distribution to the GNU GPL. Also when you didn't actually change
28043 anything in Vim.
28045 - Once a change is included that goes under the GNU GPL, this forces all
28046 further changes to also be made under the GNU GPL or a compatible license.
28048 - If you distribute a modified version of Vim, you can include your name and
28049 contact information with the "--with-modified-by" configure argument or the
28050 MODIFIED_BY define.
28052 ==============================================================================
28053 Kibaale Children's Centre *kcc* *Kibaale* *charity*
28055 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
28056 south of Uganda, near Tanzania, in East Africa. The area is known as Rakai
28057 District. The population is mostly farmers. Although people are poor, there
28058 is enough food. But this district is suffering from AIDS more than any other
28059 part of the world. Some say that it started there. Estimations are that 10
28060 to 30% of the Ugandans are infected with HIV. Because parents die, there are
28061 many orphans. In this district about 60,000 children have lost one or both
28062 parents, out of a population of 350,000. And this is still continuing.
28064 The children need a lot of help. The KCC is working hard to provide the needy
28065 with food, medical care and education. Food and medical care to keep them
28066 healthy now, and education so that they can take care of themselves in the
28067 future. KCC works on a Christian base, but help is given to children of any
28068 religion.
28070 The key to solving the problems in this area is education. This has been
28071 neglected in the past years with president Idi Amin and the following civil
28072 wars. Now that the government is stable again, the children and parents have
28073 to learn how to take care of themselves and how to avoid infections. There is
28074 also help for people who are ill and hungry, but the primary goal is to
28075 prevent people from getting ill and to teach them how to grow healthy food.
28077 Most of the orphans are living in an extended family. An uncle or older
28078 sister is taking care of them. Because these families are big and the income
28079 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
28080 care and schooling is beyond its reach. To help these needy children, a
28081 sponsorship program was put into place. A child can be financially adopted.
28082 For a few dollars a month KCC sees to it that the child gets indispensable
28083 items, is healthy, goes to school and KCC takes care of anything else that
28084 needs to be done for the child and the family that supports it.
28086 Besides helping the child directly, the environment where the child grows up
28087 needs to be improved. KCC helps schools to improve their teaching methods.
28088 There is a demonstration school at the centre and teacher trainings are given.
28089 Health workers are being trained, hygiene education is carried out and
28090 households are stimulated to build a proper latrine. I helped setting up a
28091 production site for cement slabs. These are used to build a good latrine.
28092 They are sold below cost price.
28094 There is a small clinic at the project, which provides children and their
28095 family with medical help. When needed, transport to a hospital is offered.
28096 Immunization programs are carried out and help is provided when an epidemic is
28097 breaking out (measles and cholera have been a problem).
28098 *donate*
28099 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
28100 volunteer. I have helped to expand the centre and worked in the area of water
28101 and sanitation. I learned that the help that the KCC provides really helps.
28102 When I came back to Holland, I wanted to continue supporting KCC. To do this
28103 I'm raising funds and organizing the sponsorship program. Please consider one
28104 of these possibilities:
28106 1. Sponsor a child in primary school: 17 euro a month (or more).
28107 2. Sponsor a child in secondary school: 25 euro a month (or more).
28108 3. Sponsor the clinic: Any amount a month or quarter
28109 4. A one-time donation
28111 Compared with other organizations that do child sponsorship the amounts are
28112 very low. This is because the money goes directly to the centre. Less than
28113 5% is used for administration. This is possible because this is a small
28114 organization that works with volunteers. If you would like to sponsor a
28115 child, you should have the intention to do this for at least one year.
28117 How do you know that the money will be spent right? First of all you have my
28118 personal guarantee as the author of Vim. I trust the people that are working
28119 at the centre, I know them personally. Further more, the centre is
28120 co-sponsored and inspected by World Vision, Save the Children Fund and
28121 International Child Care Fund. The centre is visited about once a year to
28122 check the progress (at our own cost). I have visited the centre myself in
28123 1996, 1998, 2000, 2001 and 2003. The visit reports are on the ICCF web site.
28125 If you have any further questions, send me e-mail: &lt;Bram@vim.org&gt;.
28127 The address of the centre is:
28128 Kibaale Children's Centre
28129 p.o. box 1658
28130 Masaka, Uganda, East Africa
28132 Sending money: *iccf-donations*
28134 Check the ICCF web site for the latest information! See |iccf| for the URL.
28137 USA: The methods mentioned below can be used.
28138 Sending a check to the Nehemiah Group Outreach Society (NGOS)
28139 is no longer possible, unfortunately. We are looking for
28140 another way to get you an IRS tax receipt.
28141 For sponsoring a child contact KCF in Canada (see below). US
28142 checks can be sent to them to lower banking costs.
28144 Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
28145 take care of the Canadian sponsors for the children in
28146 Kibaale. KCF forwards 100% of the money to the project in
28147 Uganda. You can send them a one time donation directly.
28148 Please send me a note so that I know what has been donated
28149 because of Vim. Ask KCF for information about sponsorship.
28150 Kibaale Children's Fund c/o Pacific Academy
28151 10238-168 Street
28152 Surrey, B.C. V4N 1Z4
28153 Canada
28154 Phone: 604-581-5353
28155 If you make a donation to Kibaale Children's Fund (KCF) you
28156 will receive a tax receipt which can be submitted with your
28157 tax return.
28159 Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo.
28160 This will allow for tax deduction if you live in Holland.
28161 Postbank, nr. 4548774
28163 Germany: It is possible to make donations that allow for a tax return.
28164 Check the ICCF web site for the latest information:
28165 http://iccf-holland.org/germany.html
28167 World: Use a postal money order. That should be possible from any
28168 country, mostly from the post office. Use this name (which is
28169 in my passport): "Abraham Moolenaar". Use Euro for the
28170 currency if possible.
28172 Europe: Use a bank transfer if possible. Your bank should have a form
28173 that you can use for this. See "Others" below for the swift
28174 code and IBAN number.
28175 Any other method should work. Ask for information about
28176 sponsorship.
28178 Credit Card: You can use PayPal to send money with a Credit card. This is
28179 the most widely used Internet based payment system. It's
28180 really simple to use. Use this link to find more info:
28181 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
28182 The e-mail address for sending the money to is:
28183 Bram@iccf-holland.org
28184 For amounts above 400 Euro ($500) sending a check is
28185 preferred.
28187 Others: Transfer to one of these accounts if possible:
28188 Postbank, account 4548774
28189 Swift code: INGB NL 2A
28190 IBAN: NL47 PSTB 0004 5487 74
28191 under the name "stichting ICCF Holland", Venlo
28192 If that doesn't work:
28193 Rabobank Venlo, account 3765.05.117
28194 Swift code: RABO NL 2U
28195 under the name "Bram Moolenaar", Venlo
28196 Otherwise, send a check in euro or US dollars to the address
28197 below. Minimal amount: $70 (my bank does not accept smaller
28198 amounts for foreign check, sorry)
28200 Address to send checks to:
28201 stichting ICCF Holland
28202 Bram Moolenaar
28203 Finsterruetihof 1
28204 8134 Adliswil
28205 Switzerland
28207 This address is expected to be valid for a long time.
28209 vim:tw=78:ts=8:ft=help:norl:
28211 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28212 </pre>
28213 <ul>
28215 </ul>
28216 </div>
28217 </div>
28220 <div class="product">
28221 <span class="title">vpd-0.0.1</span>
28222 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28223 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
28224 <div class="licence">
28225 <pre></pre>
28226 <ul>
28227 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
28228 </ul>
28229 </div>
28230 </div>
28233 <div class="product">
28234 <span class="title">wget-1.14</span>
28235 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28236 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span>
28237 <div class="licence">
28238 <pre></pre>
28239 <ul>
28240 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
28241 </ul>
28242 </div>
28243 </div>
28246 <div class="product">
28247 <span class="title">which-2.20</span>
28248 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28249 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span>
28250 <div class="licence">
28251 <pre></pre>
28252 <ul>
28253 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
28254 </ul>
28255 </div>
28256 </div>
28259 <div class="product">
28260 <span class="title">wireless-regdb-20131127</span>
28261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28262 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
28263 <div class="licence">
28264 <pre></pre>
28265 <ul>
28266 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
28267 </ul>
28268 </div>
28269 </div>
28272 <div class="product">
28273 <span class="title">wireless-tools-29</span>
28274 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28275 <span class="homepage"><a href="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">homepage</a></span>
28276 <div class="licence">
28277 <pre></pre>
28278 <ul>
28279 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
28280 </ul>
28281 </div>
28282 </div>
28285 <div class="product">
28286 <span class="title">wireless_automation-0.0.1</span>
28287 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28288 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
28289 <div class="licence">
28290 <pre></pre>
28291 <ul>
28292 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
28293 </ul>
28294 </div>
28295 </div>
28298 <div class="product">
28299 <span class="title">workarounds-0.0.1</span>
28300 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28301 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
28302 <div class="licence">
28303 <pre></pre>
28304 <ul>
28305 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
28306 </ul>
28307 </div>
28308 </div>
28311 <div class="product">
28312 <span class="title">wpa_supplicant-0.7.2</span>
28313 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28314 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span>
28315 <div class="licence">
28316 <pre></pre>
28317 <ul>
28318 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
28319 </ul>
28320 </div>
28321 </div>
28324 <div class="product">
28325 <span class="title">ws4py-0.3.2</span>
28326 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28327 <span class="homepage"><a href="https://github.com/Lawouach/WebSocket-for-Python">homepage</a></span>
28328 <div class="licence">
28329 <pre>Scanned Source License ws4py-0.3.2/LICENSE:
28331 Copyright (c) 2011-2013, Sylvain Hellegouarch
28332 All rights reserved.
28334 Redistribution and use in source and binary forms, with or without
28335 modification, are permitted provided that the following conditions are met:
28337 * Redistributions of source code must retain the above copyright notice,
28338 this list of conditions and the following disclaimer.
28339 * Redistributions in binary form must reproduce the above copyright
28340 notice, this list of conditions and the following disclaimer in the
28341 documentation and/or other materials provided with the distribution.
28342 * Neither the name of ws4py nor the names of its contributors may be used
28343 to endorse or promote products derived from this software without
28344 specific prior written permission.
28346 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28347 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28348 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28349 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28350 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28351 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28352 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28353 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28354 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28355 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28356 POSSIBILITY OF SUCH DAMAGE.
28358 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28359 </pre>
28360 <ul>
28362 </ul>
28363 </div>
28364 </div>
28367 <div class="product">
28368 <span class="title">X.Org-1.9.3</span>
28369 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28370 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
28371 <div class="licence">
28372 <pre></pre>
28373 <ul>
28374 <li><a href='#X'>Custom License X</a></li>
28375 </ul>
28376 </div>
28377 </div>
28380 <div class="product">
28381 <span class="title">x11vnc-0.9.13</span>
28382 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28383 <span class="homepage"><a href="http://www.karlrunge.com/x11vnc/">homepage</a></span>
28384 <div class="licence">
28385 <pre></pre>
28386 <ul>
28387 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
28388 </ul>
28389 </div>
28390 </div>
28393 <div class="product">
28394 <span class="title">xbitmaps-1.1.1</span>
28395 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28396 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
28397 <div class="licence">
28398 <pre>Scanned Source License xbitmaps-1.1.1/COPYING:
28400 Copyright (c) 1998 The Open Group
28402 All rights reserved.
28404 Permission is hereby granted, free of charge, to any person obtaining a
28405 copy of this software and associated documentation files (the
28406 "Software"), to deal in the Software without restriction, including
28407 without limitation the rights to use, copy, modify, merge, publish,
28408 distribute, and/or sell copies of the Software, and to permit persons
28409 to whom the Software is furnished to do so, provided that the above
28410 copyright notice(s) and this permission notice appear in all copies of
28411 the Software and that both the above copyright notice(s) and this
28412 permission notice appear in supporting documentation.
28414 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
28415 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28416 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
28417 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28418 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
28419 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
28420 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
28421 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
28422 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28424 Except as contained in this notice, the name of a copyright holder
28425 shall not be used in advertising or otherwise to promote the sale, use
28426 or other dealings in this Software without prior written authorization
28427 of the copyright holder.
28429 X Window System is a trademark of The Open Group.
28431 Copyright 1988 by Evans &amp; Sutherland Computer Corporation,
28432 Salt Lake City, Utah
28434 All Rights Reserved
28436 Permission to use, copy, modify, and distribute this software and
28437 its documentation for any purpose and without fee is hereby
28438 granted, provided that the above copyright notice appear in all
28439 copies and that both that copyright notice and this permis-
28440 sion notice appear in supporting documentation, and that the
28441 name of Evans &amp; Sutherland not be used in advertising or publi-
28442 city pertaining to distribution of the software without specif-
28443 ic, written prior permission.
28445 EVANS &amp; SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO
28446 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI-
28447 TY AND FITNESS, IN NO EVENT SHALL EVANS &amp; SUTHERLAND BE LIABLE
28448 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM-
28449 AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
28450 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
28451 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER-
28452 FORMANCE OF THIS SOFTWARE.
28455 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28456 </pre>
28457 <ul>
28459 </ul>
28460 </div>
28461 </div>
28464 <div class="product">
28465 <span class="title">xcb-proto-1.7.1</span>
28466 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28467 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
28468 <div class="licence">
28469 <pre>Scanned Source License xcb-proto-1.7.1/COPYING:
28471 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
28472 All Rights Reserved.
28474 Permission is hereby granted, free of charge, to any person
28475 obtaining a copy of this software and associated
28476 documentation files (the "Software"), to deal in the
28477 Software without restriction, including without limitation
28478 the rights to use, copy, modify, merge, publish, distribute,
28479 sublicense, and/or sell copies of the Software, and to
28480 permit persons to whom the Software is furnished to do so,
28481 subject to the following conditions:
28483 The above copyright notice and this permission notice shall
28484 be included in all copies or substantial portions of the
28485 Software.
28487 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
28488 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
28489 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
28490 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
28491 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
28492 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28493 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
28494 OTHER DEALINGS IN THE SOFTWARE.
28496 Except as contained in this notice, the names of the authors
28497 or their institutions shall not be used in advertising or
28498 otherwise to promote the sale, use or other dealings in this
28499 Software without prior written authorization from the
28500 authors.
28502 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28503 </pre>
28504 <ul>
28506 </ul>
28507 </div>
28508 </div>
28511 <div class="product">
28512 <span class="title">xcb-util-0.3.8</span>
28513 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28514 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
28515 <div class="licence">
28516 <pre></pre>
28517 <ul>
28518 <li><a href='#X'>Custom License X</a></li>
28519 </ul>
28520 </div>
28521 </div>
28524 <div class="product">
28525 <span class="title">xcb-util-image-0.3.8</span>
28526 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28527 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
28528 <div class="licence">
28529 <pre></pre>
28530 <ul>
28531 <li><a href='#X'>Custom License X</a></li>
28532 </ul>
28533 </div>
28534 </div>
28537 <div class="product">
28538 <span class="title">xcb-util-keysyms-0.3.8</span>
28539 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28540 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
28541 <div class="licence">
28542 <pre></pre>
28543 <ul>
28544 <li><a href='#X'>Custom License X</a></li>
28545 </ul>
28546 </div>
28547 </div>
28550 <div class="product">
28551 <span class="title">xcb-util-renderutil-0.3.8</span>
28552 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28553 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
28554 <div class="licence">
28555 <pre></pre>
28556 <ul>
28557 <li><a href='#X'>Custom License X</a></li>
28558 </ul>
28559 </div>
28560 </div>
28563 <div class="product">
28564 <span class="title">xcb-util-wm-0.3.8</span>
28565 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28566 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
28567 <div class="licence">
28568 <pre></pre>
28569 <ul>
28570 <li><a href='#X'>Custom License X</a></li>
28571 </ul>
28572 </div>
28573 </div>
28576 <div class="product">
28577 <span class="title">xcmiscproto-1.2.1</span>
28578 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28579 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
28580 <div class="licence">
28581 <pre>Scanned Source License xcmiscproto-1.2.1/COPYING:
28583 Copyright 1993, 1994, 1998 The Open Group
28585 Permission to use, copy, modify, distribute, and sell this software and its
28586 documentation for any purpose is hereby granted without fee, provided that
28587 the above copyright notice appear in all copies and that both that
28588 copyright notice and this permission notice appear in supporting
28589 documentation.
28591 The above copyright notice and this permission notice shall be included in
28592 all copies or substantial portions of the Software.
28594 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28595 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28596 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28597 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
28598 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28599 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28601 Except as contained in this notice, the name of The Open Group shall not be
28602 used in advertising or otherwise to promote the sale, use or other dealings
28603 in this Software without prior written authorization from The Open Group.
28605 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28606 </pre>
28607 <ul>
28609 </ul>
28610 </div>
28611 </div>
28614 <div class="product">
28615 <span class="title">xdotool-2.20110530.1</span>
28616 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28617 <span class="homepage"><a href="http://www.semicomplete.com/projects/xdotool/">homepage</a></span>
28618 <div class="licence">
28619 <pre>Scanned Source License xdotool-2.20110530.1/COPYRIGHT:
28621 Copyright (c) 2007, 2008, 2009: Jordan Sissel.
28622 All rights reserved.
28624 Redistribution and use in source and binary forms, with or without
28625 modification, are permitted provided that the following conditions are met:
28626 * Redistributions of source code must retain the above copyright
28627 notice, this list of conditions and the following disclaimer.
28628 * Redistributions in binary form must reproduce the above copyright
28629 notice, this list of conditions and the following disclaimer in the
28630 documentation and/or other materials provided with the distribution.
28631 * Neither the name of the Jordan Sissel nor the names of its contributors
28632 may be used to endorse or promote products derived from this software
28633 without specific prior written permission.
28635 THIS SOFTWARE IS PROVIDED BY JORDAN SISSEL ``AS IS'' AND ANY
28636 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28637 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28638 DISCLAIMED. IN NO EVENT SHALL JORDAN SISSEL BE LIABLE FOR ANY
28639 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28640 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28641 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
28642 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28643 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28644 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28646 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28647 </pre>
28648 <ul>
28649 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
28650 </ul>
28651 </div>
28652 </div>
28655 <div class="product">
28656 <span class="title">xdpyinfo-1.3.0</span>
28657 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28658 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
28659 <div class="licence">
28660 <pre>Scanned Source License xdpyinfo-1.3.0/COPYING:
28662 Copyright 1988, 1998 The Open Group
28663 Copyright 2005 Hitachi, Ltd.
28665 Permission to use, copy, modify, distribute, and sell this software and its
28666 documentation for any purpose is hereby granted without fee, provided that
28667 the above copyright notice appear in all copies and that both that
28668 copyright notice and this permission notice appear in supporting
28669 documentation.
28671 The above copyright notice and this permission notice shall be included in
28672 all copies or substantial portions of the Software.
28674 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28675 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28676 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28677 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
28678 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28679 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28681 Except as contained in this notice, the name of The Open Group shall not be
28682 used in advertising or otherwise to promote the sale, use or other dealings
28683 in this Software without prior written authorization from The Open Group.
28685 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28686 </pre>
28687 <ul>
28689 </ul>
28690 </div>
28691 </div>
28694 <div class="product">
28695 <span class="title">xdriinfo-1.0.4</span>
28696 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28697 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
28698 <div class="licence">
28699 <pre>Scanned Source License xdriinfo-1.0.4/COPYING:
28701 Client application for querying drivers' configuration information
28702 Copyright (C) 2003 Felix Kuehling
28704 Permission is hereby granted, free of charge, to any person obtaining a
28705 copy of this software and associated documentation files (the "Software"),
28706 to deal in the Software without restriction, including without limitation
28707 the rights to use, copy, modify, merge, publish, distribute, sublicense,
28708 and/or sell copies of the Software, and to permit persons to whom the
28709 Software is furnished to do so, subject to the following conditions:
28711 The above copyright notice and this permission notice shall be included
28712 in all copies or substantial portions of the Software.
28714 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
28715 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28716 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
28717 FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
28718 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
28719 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
28720 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28722 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28723 </pre>
28724 <ul>
28726 </ul>
28727 </div>
28728 </div>
28731 <div class="product">
28732 <span class="title">xev-1.2.0</span>
28733 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28734 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
28735 <div class="licence">
28736 <pre>Scanned Source License xev-1.2.0/COPYING:
28738 Copyright (c) 1988 X Consortium
28740 Permission is hereby granted, free of charge, to any person obtaining
28741 a copy of this software and associated documentation files (the
28742 "Software"), to deal in the Software without restriction, including
28743 without limitation the rights to use, copy, modify, merge, publish,
28744 distribute, sublicense, and/or sell copies of the Software, and to
28745 permit persons to whom the Software is furnished to do so, subject to
28746 the following conditions:
28748 The above copyright notice and this permission notice shall be included
28749 in all copies or substantial portions of the Software.
28751 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
28752 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28753 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28754 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
28755 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
28756 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
28757 OTHER DEALINGS IN THE SOFTWARE.
28759 Except as contained in this notice, the name of the X Consortium shall
28760 not be used in advertising or otherwise to promote the sale, use or
28761 other dealings in this Software without prior written authorization
28762 from the X Consortium.
28764 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28765 </pre>
28766 <ul>
28768 </ul>
28769 </div>
28770 </div>
28773 <div class="product">
28774 <span class="title">xextproto-7.2.0</span>
28775 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28776 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
28777 <div class="licence">
28778 <pre>Scanned Source License xextproto-7.2.0/COPYING:
28780 Copyright 1989, 1998 The Open Group
28782 Permission to use, copy, modify, distribute, and sell this software and its
28783 documentation for any purpose is hereby granted without fee, provided that
28784 the above copyright notice appear in all copies and that both that
28785 copyright notice and this permission notice appear in supporting
28786 documentation.
28788 The above copyright notice and this permission notice shall be included in
28789 all copies or substantial portions of the Software.
28791 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28792 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28793 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28794 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
28795 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28796 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28798 Except as contained in this notice, the name of The Open Group shall not be
28799 used in advertising or otherwise to promote the sale, use or other dealings
28800 in this Software without prior written authorization from The Open Group.
28803 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
28804 Permission to use, copy, modify, and distribute this
28805 software and its documentation for any purpose and without
28806 fee is hereby granted, provided that the above copyright
28807 notice appear in all copies and that both that copyright
28808 notice and this permission notice appear in supporting
28809 documentation, and that the name of Silicon Graphics not be
28810 used in advertising or publicity pertaining to distribution
28811 of the software without specific prior written permission.
28812 Silicon Graphics makes no representation about the suitability
28813 of this software for any purpose. It is provided "as is"
28814 without any express or implied warranty.
28815 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
28816 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
28817 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
28818 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
28819 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
28820 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
28821 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
28822 THE USE OR PERFORMANCE OF THIS SOFTWARE.
28825 Copyright 1992 Network Computing Devices
28827 Permission to use, copy, modify, distribute, and sell this software and its
28828 documentation for any purpose is hereby granted without fee, provided that
28829 the above copyright notice appear in all copies and that both that
28830 copyright notice and this permission notice appear in supporting
28831 documentation, and that the name of NCD. not be used in advertising or
28832 publicity pertaining to distribution of the software without specific,
28833 written prior permission. NCD. makes no representations about the
28834 suitability of this software for any purpose. It is provided "as is"
28835 without express or implied warranty.
28837 NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
28838 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
28839 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
28840 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
28841 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
28842 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28845 Copyright (c) 1994, 1995 Hewlett-Packard Company
28847 Permission is hereby granted, free of charge, to any person obtaining
28848 a copy of this software and associated documentation files (the
28849 "Software"), to deal in the Software without restriction, including
28850 without limitation the rights to use, copy, modify, merge, publish,
28851 distribute, sublicense, and/or sell copies of the Software, and to
28852 permit persons to whom the Software is furnished to do so, subject to
28853 the following conditions:
28855 The above copyright notice and this permission notice shall be included
28856 in all copies or substantial portions of the Software.
28858 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
28859 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28860 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28861 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
28862 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
28863 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
28864 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28866 Except as contained in this notice, the name of the Hewlett-Packard
28867 Company shall not be used in advertising or otherwise to promote the
28868 sale, use or other dealings in this Software without prior written
28869 authorization from the Hewlett-Packard Company.
28872 Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
28874 Permission is hereby granted, free of charge, to any person obtaining a copy
28875 of this software and associated documentation files (the "Software"), to deal
28876 in the Software without restriction, including without limitation the rights
28877 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28878 copies of the Software.
28880 The above copyright notice and this permission notice shall be included in
28881 all copies or substantial portions of the Software.
28883 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28884 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28885 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
28886 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
28887 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
28888 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
28889 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28891 Except as contained in this notice, the name of Digital Equipment Corporation
28892 shall not be used in advertising or otherwise to promote the sale, use or other
28893 dealings in this Software without prior written authorization from Digital
28894 Equipment Corporation.
28897 Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.
28899 Permission to use, copy, modify, distribute, and sell this software and
28900 its documentation for any purpose is hereby granted without fee, provided
28901 that the above copyright notice appear in all copies and that both that
28902 copyright notice and this permission notice appear in supporting
28903 documentation, and that the name Network Computing Devices, Inc. not be
28904 used in advertising or publicity pertaining to distribution of this
28905 software without specific, written prior permission.
28907 THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC.,
28908 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT
28909 LIMITATION ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
28910 PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK
28911 COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING
28912 SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE,
28913 DATA, OR PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND
28914 REGARDLESS OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE,
28915 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
28916 SOFTWARE.
28919 Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
28920 and Olivetti Research Limited, Cambridge, England.
28922 All Rights Reserved
28924 Permission to use, copy, modify, and distribute this software and its
28925 documentation for any purpose and without fee is hereby granted,
28926 provided that the above copyright notice appear in all copies and that
28927 both that copyright notice and this permission notice appear in
28928 supporting documentation, and that the names of Digital or Olivetti
28929 not be used in advertising or publicity pertaining to distribution of the
28930 software without specific, written prior permission.
28932 DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
28933 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
28934 FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
28935 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
28936 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
28937 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28938 PERFORMANCE OF THIS SOFTWARE.
28941 Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation
28943 Permission to use, copy, modify, and distribute this
28944 software and its documentation for any purpose and without
28945 fee is hereby granted, provided that the above copyright
28946 notice appear in all copies and that both that copyright
28947 notice and this permission notice appear in supporting
28948 documentation, and that the name of Hewlett-Packard not be used in
28949 advertising or publicity pertaining to distribution of the
28950 software without specific, written prior permission.
28952 Hewlett-Packard makes no representations about the
28953 suitability of this software for any purpose. It is provided
28954 "as is" without express or implied warranty.
28956 This software is not subject to any license of the American
28957 Telephone and Telegraph Company or of the Regents of the
28958 University of California.
28961 Copyright © 2007-2008 Peter Hutterer
28963 Permission is hereby granted, free of charge, to any person obtaining a
28964 copy of this software and associated documentation files (the "Software"),
28965 to deal in the Software without restriction, including without limitation
28966 the rights to use, copy, modify, merge, publish, distribute, sublicense,
28967 and/or sell copies of the Software, and to permit persons to whom the
28968 Software is furnished to do so, subject to the following conditions:
28970 The above copyright notice and this permission notice (including the next
28971 paragraph) shall be included in all copies or substantial portions of the
28972 Software.
28974 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28975 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28976 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
28977 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28978 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28979 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28980 DEALINGS IN THE SOFTWARE.
28982 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
28983 </pre>
28984 <ul>
28986 </ul>
28987 </div>
28988 </div>
28991 <div class="product">
28992 <span class="title">xf86-input-cmt-0.0.1</span>
28993 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
28994 <span class="homepage"><a href="">homepage</a></span>
28995 <div class="licence">
28996 <pre>Scanned Source License xf86-input-cmt-0.0.1/LICENSE:
28998 // Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
29000 // Redistribution and use in source and binary forms, with or without
29001 // modification, are permitted provided that the following conditions are
29002 // met:
29004 // * Redistributions of source code must retain the above copyright
29005 // notice, this list of conditions and the following disclaimer.
29006 // * Redistributions in binary form must reproduce the above
29007 // copyright notice, this list of conditions and the following disclaimer
29008 // in the documentation and/or other materials provided with the
29009 // distribution.
29010 // * Neither the name of Google Inc. nor the names of its
29011 // contributors may be used to endorse or promote products derived from
29012 // this software without specific prior written permission.
29014 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29015 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29016 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29017 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29018 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29019 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29020 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29021 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29022 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29023 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29024 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29026 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29027 </pre>
29028 <ul>
29030 </ul>
29031 </div>
29032 </div>
29035 <div class="product">
29036 <span class="title">xf86-input-evdev-2.7.3</span>
29037 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29038 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29039 <div class="licence">
29040 <pre>Scanned Source License xf86-input-evdev-2.7.3/COPYING:
29042 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
29043 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
29044 Copyright 2002 by SuSE Linux AG, Author: Egbert Eich
29045 Copyright 1994-2002 by The XFree86 Project, Inc.
29046 Copyright 2002 by Paul Elliott
29047 Copyright © 2008 University of South Australia
29048 Copyright 2008 by Chris Salch
29049 Copyright © 2008 Red Hat, Inc.
29051 Permission to use, copy, modify, distribute, and sell this software
29052 and its documentation for any purpose is hereby granted without
29053 fee, provided that the above copyright notice appear in all copies
29054 and that both that copyright notice and this permission notice
29055 appear in supporting documentation, and that the name of the authors
29056 not be used in advertising or publicity pertaining to distribution of the
29057 software without specific, written prior permission. The authors make no
29058 representations about the suitability of this software for any
29059 purpose. It is provided "as is" without express or implied
29060 warranty.
29062 THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29063 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
29064 NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
29065 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
29066 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
29067 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
29068 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29070 Copyright 2005 Sun Microsystems, Inc. All rights reserved.
29072 Permission is hereby granted, free of charge, to any person obtaining a
29073 copy of this software and associated documentation files (the "Software"),
29074 to deal in the Software without restriction, including without limitation
29075 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29076 and/or sell copies of the Software, and to permit persons to whom the
29077 Software is furnished to do so, subject to the following conditions:
29079 The above copyright notice and this permission notice (including the next
29080 paragraph) shall be included in all copies or substantial portions of the
29081 Software.
29083 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29084 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29085 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
29086 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29087 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29088 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29089 DEALINGS IN THE SOFTWARE.
29091 Copyright 2005 Adam Jackson.
29093 Permission is hereby granted, free of charge, to any person obtaining a
29094 copy of this software and associated documentation files (the "Software"),
29095 to deal in the Software without restriction, including without limitation
29096 on the rights to use, copy, modify, merge, publish, distribute, sub
29097 license, and/or sell copies of the Software, and to permit persons to whom
29098 the Software is furnished to do so, subject to the following conditions:
29100 The above copyright notice and this permission notice (including the next
29101 paragraph) shall be included in all copies or substantial portions of the
29102 Software.
29104 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29105 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29106 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
29107 ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29108 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29109 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29112 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29113 </pre>
29114 <ul>
29116 </ul>
29117 </div>
29118 </div>
29121 <div class="product">
29122 <span class="title">xf86-input-synaptics-1.6.2</span>
29123 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29124 <span class="homepage"><a href="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/">homepage</a></span>
29125 <div class="licence">
29126 <pre>Scanned Source License xf86-input-synaptics-1.6.2/COPYING:
29128 The MIT License
29130 Copyright (c) 1997 C. Scott Ananian
29131 Copyright (c) 1998-2000 Bruce Kalk
29132 Copyright (c) 1999 Henry Davies
29133 Copyright (c) 2008 Fedor P. Goncharov
29134 Copyright (c) 2001 Stefan Gmeiner
29135 Copyright (c) 2002 S. Lehner
29136 Copyright (c) 2002 Linuxcare Inc. David Kennedy
29137 Copyright (c) 2003 Fred Hucht
29138 Copyright (c) 2003 Neil Brown
29139 Copyright (c) 2003 Jörg Bösner
29140 Copyright (c) 2003 Hartwig Felger
29141 Copyright (c) 2002-2007 Peter Osterlund
29142 Copyright (c) 2004 Arne Schwabe
29143 Copyright (c) 2004 Matthias Ihmig
29144 Copyright (c) 2004 Alexei Gilchrist
29145 Copyright (c) 2006-2007 Christian Thaeter
29146 Copyright (c) 2006 Stefan Bethge
29147 Copyright (c) 2007 Joseph P. Skudlarek
29148 Copyright (c) 2007 Florian Loitsch
29149 Copyright (c) 2008-2009 Red Hat, Inc.
29151 Permission is hereby granted, free of charge, to any person obtaining a copy
29152 of this software and associated documentation files (the "Software"), to deal
29153 in the Software without restriction, including without limitation the rights
29154 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29155 copies of the Software, and to permit persons to whom the Software is
29156 furnished to do so, subject to the following conditions:
29158 The above copyright notice and this permission notice shall be included in
29159 all copies or substantial portions of the Software.
29161 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29162 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29163 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29164 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29165 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29166 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29167 THE SOFTWARE.
29169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29170 </pre>
29171 <ul>
29173 </ul>
29174 </div>
29175 </div>
29178 <div class="product">
29179 <span class="title">xf86-video-fbdev-0.4.1</span>
29180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29181 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29182 <div class="licence">
29183 <pre>Scanned Source License xf86-video-fbdev-0.4.1/COPYING:
29185 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
29187 Permission is hereby granted, free of charge, to any person obtaining a copy
29188 of this software and associated documentation files (the "Software"), to deal
29189 in the Software without restriction, including without limitation the rights
29190 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29191 copies of the Software, and to permit persons to whom the Software is fur-
29192 nished to do so, subject to the following conditions:
29194 The above copyright notice and this permission notice shall be included in
29195 all copies or substantial portions of the Software.
29197 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29198 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
29199 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29200 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29201 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
29202 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29204 Except as contained in this notice, the name of the XFree86 Project shall not
29205 be used in advertising or otherwise to promote the sale, use or other deal-
29206 ings in this Software without prior written authorization from the XFree86
29207 Project.
29209 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29210 </pre>
29211 <ul>
29213 </ul>
29214 </div>
29215 </div>
29218 <div class="product">
29219 <span class="title">xf86-video-intel-2.99.907</span>
29220 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29221 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29222 <div class="licence">
29223 <pre>Scanned Source License xf86-video-intel-2.99.907/COPYING:
29225 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
29226 Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
29227 Copyright 2005 Tungsten Graphics, Inc., Cedar Park, Texas.
29228 All Rights Reserved.
29230 Permission is hereby granted, free of charge, to any person obtaining a
29231 copy of this software and associated documentation files (the
29232 "Software"), to deal in the Software without restriction, including
29233 without limitation the rights to use, copy, modify, merge, publish,
29234 distribute, sub license, and/or sell copies of the Software, and to
29235 permit persons to whom the Software is furnished to do so, subject to
29236 the following conditions:
29238 The above copyright notice and this permission notice (including the
29239 next paragraph) shall be included in all copies or substantial portions
29240 of the Software.
29242 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29243 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29244 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
29245 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
29246 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29247 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29248 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29250 Copyright (c) 2005 Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;
29251 Copyright © 2002 David Dawes
29252 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
29254 All Rights Reserved.
29256 Permission is hereby granted, free of charge, to any person obtaining a
29257 copy of this software and associated documentation files (the
29258 "Software"), to deal in the Software without restriction, including
29259 without limitation the rights to use, copy, modify, merge, publish,
29260 distribute, sub license, and/or sell copies of the Software, and to
29261 permit persons to whom the Software is furnished to do so, subject to
29262 the following conditions:
29264 The above copyright notice and this permission notice (including the
29265 next paragraph) shall be included in all copies or substantial portions
29266 of the Software.
29268 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29269 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29270 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
29271 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
29272 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29273 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29274 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29276 Copyright © 2006 Intel Corporation
29277 Copyright © 2006,2010 Intel Corporation
29278 Copyright © 2007 Intel Corporation
29279 Copyright © 2008 Intel Corporation
29280 Copyright © 2009 Intel Corporation
29281 Copyright © 2007 Red Hat, Inc.
29283 Permission is hereby granted, free of charge, to any person obtaining a
29284 copy of this software and associated documentation files (the "Software"),
29285 to deal in the Software without restriction, including without limitation
29286 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29287 and/or sell copies of the Software, and to permit persons to whom the
29288 Software is furnished to do so, subject to the following conditions:
29290 The above copyright notice and this permission notice (including the next
29291 paragraph) shall be included in all copies or substantial portions of the
29292 Software.
29294 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29295 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29296 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
29297 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29298 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29299 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29300 SOFTWARE.
29302 Copyright 2000 by Alan Hourihane, Sychdyn, North Wales, UK.
29304 Permission to use, copy, modify, distribute, and sell this software and its
29305 documentation for any purpose is hereby granted without fee, provided that
29306 the above copyright notice appear in all copies and that both that
29307 copyright notice and this permission notice appear in supporting
29308 documentation, and that the name of Alan Hourihane not be used in
29309 advertising or publicity pertaining to distribution of the software without
29310 specific, written prior permission. Alan Hourihane makes no representations
29311 about the suitability of this software for any purpose. It is provided
29312 "as is" without express or implied warranty.
29314 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29315 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
29316 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
29317 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29318 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
29319 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29320 PERFORMANCE OF THIS SOFTWARE.
29322 Copyright 2000 Intel Corporation. All Rights Reserved.
29324 Permission is hereby granted, free of charge, to any person obtaining a
29325 copy of this software and associated documentation files (the
29326 "Software"), to deal in the Software without restriction, including
29327 without limitation the rights to use, copy, modify, merge, publish,
29328 distribute, sub license, and/or sell copies of the Software, and to
29329 permit persons to whom the Software is furnished to do so, subject to
29330 the following conditions:
29332 The above copyright notice and this permission notice (including the
29333 next paragraph) shall be included in all copies or substantial portions
29334 of the Software.
29336 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29337 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29338 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
29339 IN NO EVENT SHALL INTEL, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
29340 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29341 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
29342 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29344 Copyright 2001 VA Linux Systems Inc., Fremont, California.
29345 Copyright © 2002 by David Dawes
29347 All Rights Reserved.
29349 Permission is hereby granted, free of charge, to any person obtaining a
29350 copy of this software and associated documentation files (the "Software"),
29351 to deal in the Software without restriction, including without limitation
29352 on the rights to use, copy, modify, merge, publish, distribute, sub
29353 license, and/or sell copies of the Software, and to permit persons to whom
29354 the Software is furnished to do so, subject to the following conditions:
29356 The above copyright notice and this permission notice (including the next
29357 paragraph) shall be included in all copies or substantial portions of the
29358 Software.
29360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29361 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29362 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
29363 ATI, VA LINUX SYSTEMS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
29364 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29365 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
29366 USE OR OTHER DEALINGS IN THE SOFTWARE.
29368 Copyright © 1999 Keith Packard
29369 Copyright ® 2001 Keith Packard
29370 Copyright © 2000, 2008 Keith Packard
29372 Permission to use, copy, modify, distribute, and sell this software and its
29373 documentation for any purpose is hereby granted without fee, provided that
29374 the above copyright notice appear in all copies and that both that
29375 copyright notice and this permission notice appear in supporting
29376 documentation, and that the name of Keith Packard not be used in
29377 advertising or publicity pertaining to distribution of the software without
29378 specific, written prior permission. Keith Packard makes no
29379 representations about the suitability of this software for any purpose. It
29380 is provided "as is" without express or implied warranty.
29382 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29383 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
29384 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
29385 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29386 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
29387 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29388 PERFORMANCE OF THIS SOFTWARE.
29391 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29392 </pre>
29393 <ul>
29395 </ul>
29396 </div>
29397 </div>
29400 <div class="product">
29401 <span class="title">xf86bigfontproto-1.2.0</span>
29402 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29403 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29404 <div class="licence">
29405 <pre>Scanned Source License xf86bigfontproto-1.2.0/COPYING:
29407 Permission is hereby granted, free of charge, to any person obtaining a copy
29408 of this software and associated documentation files (the "Software"), to deal
29409 in the Software without restriction, including without limitation the rights
29410 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29411 copies of the Software, and to permit persons to whom the Software is
29412 furnished to do so, subject to the following conditions:
29414 The above copyright notice and this permission notice shall be included in all
29415 copies or substantial portions of the Software.
29417 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29418 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29419 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29420 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29421 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29422 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29424 Except as contained in this notice, the name of the XFree86 Project shall not
29425 be used in advertising or otherwise to promote the sale, use or other dealings
29426 in this Software without prior written authorization from the XFree86 Project.
29428 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29429 </pre>
29430 <ul>
29432 </ul>
29433 </div>
29434 </div>
29437 <div class="product">
29438 <span class="title">xf86dgaproto-2.1</span>
29439 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29440 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29441 <div class="licence">
29442 <pre>Scanned Source License xf86dgaproto-2.1/COPYING:
29444 Permission is hereby granted, free of charge, to any person obtaining a copy
29445 of this software and associated documentation files (the "Software"), to deal
29446 in the Software without restriction, including without limitation the rights
29447 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29448 copies of the Software, and to permit persons to whom the Software is
29449 furnished to do so, subject to the following conditions:
29451 The above copyright notice and this permission notice shall be included in all
29452 copies or substantial portions of the Software.
29454 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29455 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29456 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29457 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29458 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29459 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29461 Except as contained in this notice, the name of the XFree86 Project shall not
29462 be used in advertising or otherwise to promote the sale, use or other dealings
29463 in this Software without prior written authorization from the XFree86 Project.
29465 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29466 </pre>
29467 <ul>
29469 </ul>
29470 </div>
29471 </div>
29474 <div class="product">
29475 <span class="title">xf86driproto-2.1.1</span>
29476 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29477 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29478 <div class="licence">
29479 <pre>Scanned Source License xf86driproto-2.1.1/COPYING:
29481 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
29482 Copyright 2000 VA Linux Systems, Inc.
29483 All Rights Reserved.
29485 Permission is hereby granted, free of charge, to any person obtaining a
29486 copy of this software and associated documentation files (the
29487 "Software"), to deal in the Software without restriction, including
29488 without limitation the rights to use, copy, modify, merge, publish,
29489 distribute, sub license, and/or sell copies of the Software, and to
29490 permit persons to whom the Software is furnished to do so, subject to
29491 the following conditions:
29493 The above copyright notice and this permission notice (including the
29494 next paragraph) shall be included in all copies or substantial portions
29495 of the Software.
29497 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29498 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29499 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
29500 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
29501 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29502 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29503 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29506 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29507 </pre>
29508 <ul>
29510 </ul>
29511 </div>
29512 </div>
29515 <div class="product">
29516 <span class="title">xf86rushproto-1.1.2</span>
29517 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29518 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29519 <div class="licence">
29520 <pre>Scanned Source License xf86rushproto-1.1.2/COPYING:
29522 Permission is hereby granted, free of charge, to any person obtaining a copy
29523 of this software and associated documentation files (the "Software"), to deal
29524 in the Software without restriction, including without limitation the rights
29525 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29526 copies of the Software, and to permit persons to whom the Software is
29527 furnished to do so, subject to the following conditions:
29529 The above copyright notice and this permission notice shall be included in all
29530 copies or substantial portions of the Software.
29532 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29533 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29534 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29535 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29536 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29537 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29539 Except as contained in this notice, the name of the XFree86 Project shall not
29540 be used in advertising or otherwise to promote the sale, use or other dealings
29541 in this Software without prior written authorization from the XFree86 Project.
29543 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29544 </pre>
29545 <ul>
29547 </ul>
29548 </div>
29549 </div>
29552 <div class="product">
29553 <span class="title">xf86vidmodeproto-2.3.1</span>
29554 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29555 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29556 <div class="licence">
29557 <pre>Scanned Source License xf86vidmodeproto-2.3.1/COPYING:
29559 Copyright 1995 Kaleb S. KEITHLEY
29561 Permission is hereby granted, free of charge, to any person obtaining
29562 a copy of this software and associated documentation files (the
29563 "Software"), to deal in the Software without restriction, including
29564 without limitation the rights to use, copy, modify, merge, publish,
29565 distribute, sublicense, and/or sell copies of the Software, and to
29566 permit persons to whom the Software is furnished to do so, subject to
29567 the following conditions:
29569 The above copyright notice and this permission notice shall be
29570 included in all copies or substantial portions of the Software.
29572 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29573 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29574 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
29575 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
29576 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
29577 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
29578 OTHER DEALINGS IN THE SOFTWARE.
29580 Except as contained in this notice, the name of Kaleb S. KEITHLEY
29581 shall not be used in advertising or otherwise to promote the sale, use
29582 or other dealings in this Software without prior written authorization
29583 from Kaleb S. KEITHLEY
29585 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29586 </pre>
29587 <ul>
29589 </ul>
29590 </div>
29591 </div>
29594 <div class="product">
29595 <span class="title">xhost-1.0.4</span>
29596 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29597 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29598 <div class="licence">
29599 <pre>Scanned Source License xhost-1.0.4/COPYING:
29601 Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
29603 Permission is hereby granted, free of charge, to any person obtaining a
29604 copy of this software and associated documentation files (the "Software"),
29605 to deal in the Software without restriction, including without limitation
29606 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29607 and/or sell copies of the Software, and to permit persons to whom the
29608 Software is furnished to do so, subject to the following conditions:
29610 The above copyright notice and this permission notice (including the next
29611 paragraph) shall be included in all copies or substantial portions of the
29612 Software.
29614 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29615 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29616 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
29617 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29618 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29619 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29620 DEALINGS IN THE SOFTWARE.
29622 Copyright 1985, 1986, 1987, 1998 The Open Group
29624 All rights reserved.
29626 Permission is hereby granted, free of charge, to any person obtaining a
29627 copy of this software and associated documentation files (the
29628 "Software"), to deal in the Software without restriction, including
29629 without limitation the rights to use, copy, modify, merge, publish,
29630 distribute, and/or sell copies of the Software, and to permit persons
29631 to whom the Software is furnished to do so, provided that the above
29632 copyright notice(s) and this permission notice appear in all copies of
29633 the Software and that both the above copyright notice(s) and this
29634 permission notice appear in supporting documentation.
29636 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29637 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29638 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
29639 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
29640 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
29641 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
29642 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
29643 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
29644 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29646 Except as contained in this notice, the name of a copyright holder
29647 shall not be used in advertising or otherwise to promote the sale, use
29648 or other dealings in this Software without prior written authorization
29649 of the copyright holder.
29651 X Window System is a trademark of The Open Group.
29654 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29655 </pre>
29656 <ul>
29658 </ul>
29659 </div>
29660 </div>
29663 <div class="product">
29664 <span class="title">xineramaproto-1.2.1</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 xineramaproto-1.2.1/COPYING:
29670 Copyright 2003 The Open Group
29672 Permission to use, copy, modify, distribute, and sell this software and its
29673 documentation for any purpose is hereby granted without fee, provided that
29674 the above copyright notice appear in all copies and that both that
29675 copyright notice and this permission notice appear in supporting
29676 documentation.
29678 The above copyright notice and this permission notice shall be included in
29679 all copies or substantial portions of the Software.
29681 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29682 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29683 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29684 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
29685 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29686 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29688 Except as contained in this notice, the name of The Open Group shall not be
29689 used in advertising or otherwise to promote the sale, use or other dealings
29690 in this Software without prior written authorization from The Open Group.
29693 Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
29694 Permission is hereby granted, free of charge, to any person obtaining a copy
29695 of this software and associated documentation files (the "Software"), to deal
29696 in the Software without restriction, including without limitation the rights
29697 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29698 copies of the Software.
29700 The above copyright notice and this permission notice shall be included in
29701 all copies or substantial portions of the Software.
29703 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29704 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29705 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
29706 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
29707 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
29708 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
29709 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29711 Except as contained in this notice, the name of Digital Equipment Corporation
29712 shall not be used in advertising or otherwise to promote the sale, use or other
29713 dealings in this Software without prior written authorization from Digital
29714 Equipment Corporation.
29716 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29717 </pre>
29718 <ul>
29720 </ul>
29721 </div>
29722 </div>
29725 <div class="product">
29726 <span class="title">xinput-1.6.0</span>
29727 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29728 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29729 <div class="licence">
29730 <pre>Scanned Source License xinput-1.6.0/COPYING:
29732 Copyright 1996-1997 by Frederic Lepied, France. &lt;Frederic.Lepied@sugix.frmug.org&gt;
29734 Permission to use, copy, modify, distribute, and sell this software and its
29735 documentation for any purpose is hereby granted without fee, provided that
29736 the above copyright notice appear in all copies and that both that
29737 copyright notice and this permission notice appear in supporting
29738 documentation, and that the name of the authors not be used in
29739 advertising or publicity pertaining to distribution of the software without
29740 specific, written prior permission. The authors make no
29741 representations about the suitability of this software for any purpose. It
29742 is provided "as is" without express or implied warranty.
29744 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29745 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
29746 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
29747 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29748 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
29749 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29750 PERFORMANCE OF THIS SOFTWARE.
29752 Copyright © 2007 Peter Hutterer
29753 Copyright © 2009 Red Hat, Inc.
29755 Permission is hereby granted, free of charge, to any person obtaining a
29756 copy of this software and associated documentation files (the "Software"),
29757 to deal in the Software without restriction, including without limitation
29758 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29759 and/or sell copies of the Software, and to permit persons to whom the
29760 Software is furnished to do so, subject to the following conditions:
29762 The above copyright notice and this permission notice (including the next
29763 paragraph) shall be included in all copies or substantial portions of the
29764 Software.
29766 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29767 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29768 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
29769 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29770 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29771 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29772 DEALINGS IN THE SOFTWARE.
29774 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29775 </pre>
29776 <ul>
29778 </ul>
29779 </div>
29780 </div>
29783 <div class="product">
29784 <span class="title">xinput_calibrator-0.7.5</span>
29785 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29786 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/xinput_calibrator">homepage</a></span>
29787 <div class="licence">
29788 <pre>Scanned Source License xinput_calibrator-0.7.5/COPYING:
29790 Copyright (c) 2010 Tias Guns &lt;tias@ulyssis.org&gt; and others
29791 See the respective files for detailed copyright information.
29794 Source code: MIT/X11 License
29795 ------------
29796 Permission is hereby granted, free of charge, to any person
29797 obtaining a copy of this software and associated documentation
29798 files (the "Software"), to deal in the Software without
29799 restriction, including without limitation the rights to use,
29800 copy, modify, merge, publish, distribute, sublicense, and/or sell
29801 copies of the Software, and to permit persons to whom the
29802 Software is furnished to do so, subject to the following
29803 conditions:
29805 The above copyright notice and this permission notice shall be
29806 included in all copies or substantial portions of the Software.
29808 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29809 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29810 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29811 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
29812 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
29813 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29814 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
29815 OTHER DEALINGS IN THE SOFTWARE.
29818 Icon xinput_calibrator.svg: CC by-sa
29819 ---------------------------
29820 (c) Tias Guns &lt;tias@ulyssis.org&gt;
29822 The screen and triangle are from the Tango Desktop Project,
29823 which is in the Public Domain.
29825 The hand is from Ubuntu's human-icon-theme, which is CC by-sa
29826 (c) Jeff Waugh &lt;jdub@perkypants.org&gt;
29827 (c) Daniel Holbach &lt;daniel.holbach@ubuntu.com&gt;
29828 (c) Martin Pitt &lt;martin.pitt@ubuntu.com&gt;
29829 Creative Commons Attribution-ShareAlike 3.0 License Agreement
29830 http://creativecommons.org/licenses/by-sa/3.0/
29832 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29833 </pre>
29834 <ul>
29836 </ul>
29837 </div>
29838 </div>
29841 <div class="product">
29842 <span class="title">xkbcomp-1.2.3</span>
29843 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29844 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
29845 <div class="licence">
29846 <pre>Scanned Source License xkbcomp-1.2.3/COPYING:
29848 Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
29850 Permission to use, copy, modify, and distribute this
29851 software and its documentation for any purpose and without
29852 fee is hereby granted, provided that the above copyright
29853 notice appear in all copies and that both that copyright
29854 notice and this permission notice appear in supporting
29855 documentation, and that the name of Silicon Graphics not be
29856 used in advertising or publicity pertaining to distribution
29857 of the software without specific prior written permission.
29858 Silicon Graphics makes no representation about the suitability
29859 of this software for any purpose. It is provided "as is"
29860 without any express or implied warranty.
29862 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
29863 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
29864 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
29865 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
29866 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29867 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
29868 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
29869 THE USE OR PERFORMANCE OF THIS SOFTWARE.
29872 Copyright 1988, 1998 The Open Group
29874 Permission to use, copy, modify, distribute, and sell this software and its
29875 documentation for any purpose is hereby granted without fee, provided that
29876 the above copyright notice appear in all copies and that both that
29877 copyright notice and this permission notice appear in supporting
29878 documentation.
29880 The above copyright notice and this permission notice shall be included in
29881 all copies or substantial portions of the Software.
29883 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29884 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29885 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29886 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
29887 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29888 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29890 Except as contained in this notice, the name of The Open Group shall not be
29891 used in advertising or otherwise to promote the sale, use or other dealings
29892 in this Software without prior written authorization from The Open Group.
29895 Copyright 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
29897 All Rights Reserved
29899 Permission to use, copy, modify, and distribute this software and its
29900 documentation for any purpose and without fee is hereby granted,
29901 provided that the above copyright notice appear in all copies and that
29902 both that copyright notice and this permission notice appear in
29903 supporting documentation, and that the name of Digital not be
29904 used in advertising or publicity pertaining to distribution of the
29905 software without specific, written prior permission.
29907 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
29908 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
29909 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
29910 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
29911 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
29912 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
29913 SOFTWARE.
29916 COPYRIGHT 1990
29917 DIGITAL EQUIPMENT CORPORATION
29918 MAYNARD, MASSACHUSETTS
29919 ALL RIGHTS RESERVED.
29921 THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE AND
29922 SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT CORPORATION.
29923 DIGITAL MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE
29924 FOR ANY PURPOSE. IT IS SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED
29925 WARRANTY.
29927 IF THE SOFTWARE IS MODIFIED IN A MANNER CREATING DERIVATIVE COPYRIGHT
29928 RIGHTS, APPROPRIATE LEGENDS MAY BE PLACED ON THE DERIVATIVE WORK IN
29929 ADDITION TO THAT SET FORTH ABOVE.
29931 Permission to use, copy, modify, and distribute this software and its
29932 documentation for any purpose and without fee is hereby granted, provided
29933 that the above copyright notice appear in all copies and that both that
29934 copyright notice and this permission notice appear in supporting
29935 documentation, and that the name of Digital Equipment Corporation not be
29936 used in advertising or publicity pertaining to distribution of the
29937 software without specific, written prior permission.
29939 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29940 </pre>
29941 <ul>
29943 </ul>
29944 </div>
29945 </div>
29948 <div class="product">
29949 <span class="title">xkeyboard-config-2.4.1</span>
29950 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
29951 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span>
29952 <div class="licence">
29953 <pre>Scanned Source License xkeyboard-config-2.4.1/COPYING:
29955 Copyright 1996 by Joseph Moss
29956 Copyright (C) 2002-2007 Free Software Foundation, Inc.
29957 Copyright (C) Dmitry Golubev &lt;lastguru@mail.ru&gt;, 2003-2004
29958 Copyright (C) 2004, Gregory Mokhin &lt;mokhin@bog.msu.ru&gt;
29959 Copyright (C) 2006 Erdal Ronahî
29961 Permission to use, copy, modify, distribute, and sell this software and its
29962 documentation for any purpose is hereby granted without fee, provided that
29963 the above copyright notice appear in all copies and that both that
29964 copyright notice and this permission notice appear in supporting
29965 documentation, and that the name of the copyright holder(s) not be used in
29966 advertising or publicity pertaining to distribution of the software without
29967 specific, written prior permission. The copyright holder(s) makes no
29968 representations about the suitability of this software for any purpose. It
29969 is provided "as is" without express or implied warranty.
29971 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
29972 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
29973 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
29974 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29975 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
29976 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29977 PERFORMANCE OF THIS SOFTWARE.
29980 Copyright (c) 1996 Digital Equipment Corporation
29982 Permission is hereby granted, free of charge, to any person obtaining
29983 a copy of this software and associated documentation files (the
29984 "Software"), to deal in the Software without restriction, including
29985 without limitation the rights to use, copy, modify, merge, publish,
29986 distribute, sublicense, and sell copies of the Software, and to
29987 permit persons to whom the Software is furnished to do so, subject to
29988 the following conditions:
29990 The above copyright notice and this permission notice shall be included
29991 in all copies or substantial portions of the Software.
29993 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29994 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29995 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
29996 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM,
29997 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29998 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
29999 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30001 Except as contained in this notice, the name of the Digital Equipment
30002 Corporation shall not be used in advertising or otherwise to promote
30003 the sale, use or other dealings in this Software without prior written
30004 authorization from Digital Equipment Corporation.
30007 Copyright 1996, 1998 The Open Group
30009 Permission to use, copy, modify, distribute, and sell this software and its
30010 documentation for any purpose is hereby granted without fee, provided that
30011 the above copyright notice appear in all copies and that both that
30012 copyright notice and this permission notice appear in supporting
30013 documentation.
30015 The above copyright notice and this permission notice shall be
30016 included in all copies or substantial portions of the Software.
30018 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30019 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30020 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30021 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
30022 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30023 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30024 OTHER DEALINGS IN THE SOFTWARE.
30026 Except as contained in this notice, the name of The Open Group shall
30027 not be used in advertising or otherwise to promote the sale, use or
30028 other dealings in this Software without prior written authorization
30029 from The Open Group.
30032 Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
30034 Permission is hereby granted, free of charge, to any person obtaining a
30035 copy of this software and associated documentation files (the "Software"),
30036 to deal in the Software without restriction, including without limitation
30037 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30038 and/or sell copies of the Software, and to permit persons to whom the
30039 Software is furnished to do so, subject to the following conditions:
30041 The above copyright notice and this permission notice (including the next
30042 paragraph) shall be included in all copies or substantial portions of the
30043 Software.
30045 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30046 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30047 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30048 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30049 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30050 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30051 DEALINGS IN THE SOFTWARE.
30054 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
30056 Permission to use, copy, modify, and distribute this
30057 software and its documentation for any purpose and without
30058 fee is hereby granted, provided that the above copyright
30059 notice appear in all copies and that both that copyright
30060 notice and this permission notice appear in supporting
30061 documentation, and that the name of Silicon Graphics not be
30062 used in advertising or publicity pertaining to distribution
30063 of the software without specific prior written permission.
30064 Silicon Graphics makes no representation about the suitability
30065 of this software for any purpose. It is provided "as is"
30066 without any express or implied warranty.
30068 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
30069 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
30070 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
30071 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
30072 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
30073 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
30074 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
30075 THE USE OR PERFORMANCE OF THIS SOFTWARE.
30078 Copyright (c) 1996 X Consortium
30080 Permission is hereby granted, free of charge, to any person obtaining
30081 a copy of this software and associated documentation files (the
30082 "Software"), to deal in the Software without restriction, including
30083 without limitation the rights to use, copy, modify, merge, publish,
30084 distribute, sublicense, and/or sell copies of the Software, and to
30085 permit persons to whom the Software is furnished to do so, subject to
30086 the following conditions:
30088 The above copyright notice and this permission notice shall be
30089 included in all copies or substantial portions of the Software.
30091 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30092 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30093 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30094 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
30095 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30096 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30097 OTHER DEALINGS IN THE SOFTWARE.
30099 Except as contained in this notice, the name of the X Consortium shall
30100 not be used in advertising or otherwise to promote the sale, use or
30101 other dealings in this Software without prior written authorization
30102 from the X Consortium.
30105 Copyright (C) 2004, 2006 Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
30107 Permission to use, copy, modify, distribute, and sell this software and its
30108 documentation for any purpose is hereby granted without fee, provided that
30109 the above copyright notice appear in all copies and that both that
30110 copyright notice and this permission notice appear in supporting
30111 documentation.
30113 The above copyright notice and this permission notice shall be
30114 included in all copies or substantial portions of the Software.
30116 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30117 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30118 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30119 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
30120 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30121 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30122 OTHER DEALINGS IN THE SOFTWARE.
30124 Except as contained in this notice, the name of a copyright holder shall
30125 not be used in advertising or otherwise to promote the sale, use or
30126 other dealings in this Software without prior written authorization of
30127 the copyright holder.
30130 Copyright (C) 1999, 2000 by Anton Zinoviev &lt;anton@lml.bas.bg&gt;
30132 This software may be used, modified, copied, distributed, and sold,
30133 in both source and binary form provided that the above copyright
30134 and these terms are retained. Under no circumstances is the author
30135 responsible for the proper functioning of this software, nor does
30136 the author assume any responsibility for damages incurred with its
30137 use.
30139 Permission is granted to anyone to use, distribute and modify
30140 this file in any way, provided that the above copyright notice
30141 is left intact and the author of the modification summarizes
30142 the changes in this header.
30144 This file is distributed without any expressed or implied warranty.
30146 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
30147 </pre>
30148 <ul>
30150 </ul>
30151 </div>
30152 </div>
30155 <div class="product">
30156 <span class="title">xl2tpd-1.3.0</span>
30157 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
30158 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span>
30159 <div class="licence">
30160 <pre></pre>
30161 <ul>
30162 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
30163 </ul>
30164 </div>
30165 </div>
30168 <div class="product">
30169 <span class="title">xlsatoms-1.1.0</span>
30170 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
30171 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
30172 <div class="licence">
30173 <pre>Scanned Source License xlsatoms-1.1.0/COPYING:
30175 Copyright 1989, 1994, 1998 The Open Group
30177 Permission to use, copy, modify, distribute, and sell this software and its
30178 documentation for any purpose is hereby granted without fee, provided that
30179 the above copyright notice appear in all copies and that both that
30180 copyright notice and this permission notice appear in supporting
30181 documentation.
30183 The above copyright notice and this permission notice shall be included in
30184 all copies or substantial portions of the Software.
30186 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30187 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30188 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30189 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30190 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30191 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30193 Except as contained in this notice, the name of The Open Group shall not be
30194 used in advertising or otherwise to promote the sale, use or other dealings
30195 in this Software without prior written authorization from The Open Group.
30197 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
30198 </pre>
30199 <ul>
30201 </ul>
30202 </div>
30203 </div>
30206 <div class="product">
30207 <span class="title">xlsclients-1.1.2</span>
30208 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
30209 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
30210 <div class="licence">
30211 <pre>Scanned Source License xlsclients-1.1.2/COPYING:
30213 Copyright 1989, 1991, 1994, 1998 The Open Group
30214 Copyright 2009 Open Text Corporation
30216 Permission to use, copy, modify, distribute, and sell this software and its
30217 documentation for any purpose is hereby granted without fee, provided that
30218 the above copyright notice appear in all copies and that both that
30219 copyright notice and this permission notice appear in supporting
30220 documentation.
30222 The above copyright notice and this permission notice shall be included in
30223 all copies or substantial portions of the Software.
30225 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30226 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30227 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30228 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30229 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30230 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30232 Except as contained in this notice, the name of The Open Group shall not be
30233 used in advertising or otherwise to promote the sale, use or other dealings
30234 in this Software without prior written authorization from The Open Group.
30236 Copyright (c) 2009 Apple Inc.
30238 Permission is hereby granted, free of charge, to any person obtaining a
30239 copy of this software and associated documentation files (the "Software"),
30240 to deal in the Software without restriction, including without limitation
30241 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30242 and/or sell copies of the Software, and to permit persons to whom the
30243 Software is furnished to do so, subject to the following conditions:
30245 The above copyright notice and this permission notice shall be included in
30246 all copies or substantial portions of the Software.
30248 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30249 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30250 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30251 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
30252 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30253 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30254 DEALINGS IN THE SOFTWARE.
30256 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
30257 </pre>
30258 <ul>
30260 </ul>
30261 </div>
30262 </div>
30265 <div class="product">
30266 <span class="title">xmodmap-1.0.5</span>
30267 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
30268 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
30269 <div class="licence">
30270 <pre>Scanned Source License xmodmap-1.0.5/COPYING:
30272 Copyright (c) 1987, 2010, Oracle and/or its affiliates. All rights reserved.
30274 Permission is hereby granted, free of charge, to any person obtaining a
30275 copy of this software and associated documentation files (the "Software"),
30276 to deal in the Software without restriction, including without limitation
30277 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30278 and/or sell copies of the Software, and to permit persons to whom the
30279 Software is furnished to do so, subject to the following conditions:
30281 The above copyright notice and this permission notice (including the next
30282 paragraph) shall be included in all copies or substantial portions of the
30283 Software.
30285 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30286 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30287 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30288 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30289 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30290 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30291 DEALINGS IN THE SOFTWARE.
30293 Copyright 1988, 1998 The Open Group
30295 Permission to use, copy, modify, distribute, and sell this software and its
30296 documentation for any purpose is hereby granted without fee, provided that
30297 the above copyright notice appear in all copies and that both that
30298 copyright notice and this permission notice appear in supporting
30299 documentation.
30301 The above copyright notice and this permission notice shall be included
30302 in all copies or substantial portions of the Software.
30304 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30305 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30306 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30307 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
30308 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30309 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30310 OTHER DEALINGS IN THE SOFTWARE.
30312 Except as contained in this notice, the name of The Open Group shall
30313 not be used in advertising or otherwise to promote the sale, use or
30314 other dealings in this Software without prior written authorization
30315 from The Open Group.
30317 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
30318 </pre>
30319 <ul>
30321 </ul>
30322 </div>
30323 </div>
30326 <div class="product">
30327 <span class="title">xorg-conf-0.0.6</span>
30328 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
30329 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
30330 <div class="licence">
30331 <pre></pre>
30332 <ul>
30333 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
30334 </ul>
30335 </div>
30336 </div>
30339 <div class="product">
30340 <span class="title">xorg-server-1.12.4</span>
30341 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
30342 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
30343 <div class="licence">
30344 <pre>Scanned Source License xorg-server-1.12.4/COPYING:
30346 The following is the 'standard copyright' agreed upon by most contributors,
30347 and is currently the canonical license preferred by the X.Org Foundation.
30348 This is a slight variant of the common MIT license form published by the
30349 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
30351 Copyright holders of new code should use this license statement where
30352 possible, and insert their name to this list. Please sort by surname
30353 for people, and by the full name for other entities (e.g. Juliusz
30354 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
30356 Copyright © 2000-2001 Juliusz Chroboczek
30357 Copyright © 1998 Egbert Eich
30358 Copyright © 2006-2007 Intel Corporation
30359 Copyright © 2006 Nokia Corporation
30360 Copyright © 2006-2008 Peter Hutterer
30361 Copyright © 2006 Adam Jackson
30362 Copyright © 2009-2010 NVIDIA Corporation
30363 Copyright © 1987, 2003-2006, 2008-2010 Oracle and/or its affiliates.
30364 Copyright © 1999 Keith Packard
30365 Copyright © 2007-2009 Red Hat, Inc.
30366 Copyright © 2005-2008 Daniel Stone
30367 Copyright © 2006-2009 Simon Thum
30368 Copyright © 2006 Luc Verhaegen
30370 Permission is hereby granted, free of charge, to any person obtaining a
30371 copy of this software and associated documentation files (the "Software"),
30372 to deal in the Software without restriction, including without limitation
30373 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30374 and/or sell copies of the Software, and to permit persons to whom the
30375 Software is furnished to do so, subject to the following conditions:
30377 The above copyright notice and this permission notice (including the next
30378 paragraph) shall be included in all copies or substantial portions of the
30379 Software.
30381 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30382 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30383 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30384 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30385 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30386 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30387 DEALINGS IN THE SOFTWARE.
30392 The following licenses are 'legacy': usually MIT/X11 licenses with the name
30393 of the copyright holder(s) in the license statement, but also some BSD-like
30394 licenses.
30397 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
30398 Copyright (C) Colin Harrison 2005-2008
30400 Permission is hereby granted, free of charge, to any person obtaining a copy of
30401 this software and associated documentation files (the "Software"), to deal in
30402 the Software without restriction, including without limitation the rights to
30403 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
30404 of the Software, and to permit persons to whom the Software is furnished to do
30405 so, subject to the following conditions:
30407 The above copyright notice and this permission notice shall be included in all
30408 copies or substantial portions of the Software.
30410 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30411 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
30412 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30413 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30414 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
30415 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30417 Except as contained in this notice, the name of the XFree86 Project shall not
30418 be used in advertising or otherwise to promote the sale, use or other dealings
30419 in this Software without prior written authorization from the XFree86 Project.
30422 Copyright 1997 by The XFree86 Project, Inc.
30424 Permission to use, copy, modify, distribute, and sell this software and its
30425 documentation for any purpose is hereby granted without fee, provided that
30426 the above copyright notice appear in all copies and that both that
30427 copyright notice and this permission notice appear in supporting
30428 documentation, and that the name of the XFree86 Project, Inc.
30429 not be used in advertising or publicity pertaining to distribution of
30430 the software without specific, written prior permission. The Xfree86
30431 Project, Inc. makes no representations about the suitability of this
30432 software for any purpose. It is provided "as is" without express or
30433 implied warranty.
30435 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
30436 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
30437 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
30438 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
30439 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
30440 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
30441 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
30444 Copyright 1985-1998, 2001 The Open Group
30445 Copyright 2002 Red Hat Inc., Durham, North Carolina.
30447 Permission to use, copy, modify, distribute, and sell this software and its
30448 documentation for any purpose is hereby granted without fee, provided that
30449 the above copyright notice appear in all copies and that both that
30450 copyright notice and this permission notice appear in supporting
30451 documentation.
30453 The above copyright notice and this permission notice shall be included in
30454 all copies or substantial portions of the Software.
30456 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30457 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30458 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30459 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30460 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30461 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30463 Except as contained in this notice, the name of The Open Group shall not be
30464 used in advertising or otherwise to promote the sale, use or other dealings
30465 in this Software without prior written authorization from The Open Group.
30468 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium
30470 Permission is hereby granted, free of charge, to any person obtaining a copy
30471 of this software and associated documentation files (the "Software"), to deal
30472 in the Software without restriction, including without limitation the rights
30473 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30474 copies of the Software, and to permit persons to whom the Software is
30475 furnished to do so, subject to the following conditions:
30477 The above copyright notice and this permission notice shall be included in
30478 all copies or substantial portions of the Software.
30480 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30481 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30482 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30483 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
30484 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30485 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30487 Except as contained in this notice, the name of the X Consortium shall not be
30488 used in advertising or otherwise to promote the sale, use or other dealings
30489 in this Software without prior written authorization from the X Consortium.
30492 Copyright © 1999-2000 SuSE, Inc.
30493 Copyright © 2007 Red Hat, Inc.
30495 Permission to use, copy, modify, distribute, and sell this software and its
30496 documentation for any purpose is hereby granted without fee, provided that
30497 the above copyright notice appear in all copies and that both that
30498 copyright notice and this permission notice appear in supporting
30499 documentation, and that the name of SuSE not be used in advertising or
30500 publicity pertaining to distribution of the software without specific,
30501 written prior permission. SuSE makes no representations about the
30502 suitability of this software for any purpose. It is provided "as is"
30503 without express or implied warranty.
30505 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
30506 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
30507 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
30508 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
30509 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
30510 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
30513 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
30514 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
30515 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
30517 All Rights Reserved
30519 Permission to use, copy, modify, and distribute this software and its
30520 documentation for any purpose and without fee is hereby granted,
30521 provided that the above copyright notice appear in all copies and that
30522 both that copyright notice and this permission notice appear in
30523 supporting documentation, and that the name of Digital not be
30524 used in advertising or publicity pertaining to distribution of the
30525 software without specific, written prior permission.
30527 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
30528 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
30529 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
30530 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
30531 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
30532 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
30533 SOFTWARE.
30536 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
30537 Copyright 1994 Quarterdeck Office Systems.
30539 All Rights Reserved
30541 Permission to use, copy, modify, and distribute this software and its
30542 documentation for any purpose and without fee is hereby granted,
30543 provided that the above copyright notice appear in all copies and that
30544 both that copyright notice and this permission notice appear in
30545 supporting documentation, and that the names of Digital and
30546 Quarterdeck not be used in advertising or publicity pertaining to
30547 distribution of the software without specific, written prior
30548 permission.
30550 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
30551 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
30552 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
30553 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
30554 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
30555 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
30556 OR PERFORMANCE OF THIS SOFTWARE.
30559 Copyright 1997 Digital Equipment Corporation.
30560 All rights reserved.
30562 This software is furnished under license and may be used and copied only in
30563 accordance with the following terms and conditions. Subject to these
30564 conditions, you may download, copy, install, use, modify and distribute
30565 this software in source and/or binary form. No title or ownership is
30566 transferred hereby.
30568 1) Any source code used, modified or distributed must reproduce and retain
30569 this copyright notice and list of conditions as they appear in the
30570 source file.
30572 2) No right is granted to use any trade name, trademark, or logo of Digital
30573 Equipment Corporation. Neither the "Digital Equipment Corporation"
30574 name nor any trademark or logo of Digital Equipment Corporation may be
30575 used to endorse or promote products derived from this software without
30576 the prior written permission of Digital Equipment Corporation.
30578 3) This software is provided "AS-IS" and any express or implied warranties,
30579 including but not limited to, any implied warranties of merchantability,
30580 fitness for a particular purpose, or non-infringement are disclaimed.
30581 In no event shall DIGITAL be liable for any damages whatsoever, and in
30582 particular, DIGITAL shall not be liable for special, indirect,
30583 consequential, or incidental damages or damages for lost profits, loss
30584 of revenue or loss of use, whether such damages arise in contract,
30585 negligence, tort, under statute, in equity, at law or otherwise, even
30586 if advised of the possibility of such damage.
30589 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
30591 Permission is hereby granted, free of charge, to any person obtaining a copy
30592 of this software and associated documentation files (the "Software"), to deal
30593 in the Software without restriction, including without limitation the rights
30594 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30595 copies of the Software.
30597 The above copyright notice and this permission notice shall be included in
30598 all copies or substantial portions of the Software.
30600 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30601 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30602 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30603 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
30604 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
30605 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
30606 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30608 Except as contained in this notice, the name of Digital Equipment Corporation
30609 shall not be used in advertising or otherwise to promote the sale, use or other
30610 dealings in this Software without prior written authorization from Digital
30611 Equipment Corporation.
30614 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
30615 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
30617 Permission is hereby granted, free of charge, to any person obtaining a
30618 copy of this software and associated documentation files (the "Software"),
30619 to deal in the Software without restriction, including without limitation
30620 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30621 and/or sell copies of the Software, and to permit persons to whom the
30622 Software is furnished to do so, subject to the following conditions:
30624 The above copyright notice including the dates of first publication and
30625 either this permission notice or a reference to
30626 http://oss.sgi.com/projects/FreeB/
30627 shall be included in all copies or substantial portions of the Software.
30629 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30630 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30631 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30632 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
30633 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
30634 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30635 SOFTWARE.
30638 Copyright (c) 1994, 1995 Hewlett-Packard Company
30640 Permission is hereby granted, free of charge, to any person obtaining
30641 a copy of this software and associated documentation files (the
30642 "Software"), to deal in the Software without restriction, including
30643 without limitation the rights to use, copy, modify, merge, publish,
30644 distribute, sublicense, and/or sell copies of the Software, and to
30645 permit persons to whom the Software is furnished to do so, subject to
30646 the following conditions:
30648 The above copyright notice and this permission notice shall be included
30649 in all copies or substantial portions of the Software.
30651 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30652 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30653 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30654 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
30655 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
30656 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
30657 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30659 Except as contained in this notice, the name of the Hewlett-Packard
30660 Company shall not be used in advertising or otherwise to promote the
30661 sale, use or other dealings in this Software without prior written
30662 authorization from the Hewlett-Packard Company.
30665 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
30666 All Rights Reserved
30668 Permission to use, copy, modify, and distribute this software and its
30669 documentation for any purpose and without fee is hereby granted,
30670 provided that the above copyright notice appear in all copies and that
30671 both that copyright notice and this permission notice appear in
30672 supporting documentation, and that the name of Hewlett-Packard not be
30673 used in advertising or publicity pertaining to distribution of the
30674 software without specific, written prior permission.
30676 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
30677 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
30678 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
30679 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
30680 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
30681 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
30682 SOFTWARE.
30685 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
30686 Copyright (c) 2003 by the XFree86 Project, Inc.
30687 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
30688 All Rights Reserved.
30690 Permission is hereby granted, free of charge, to any person obtaining
30691 a copy of this software and associated documentation files (the
30692 "Software"), to deal in the Software without restriction, including
30693 without limitation on the rights to use, copy, modify, merge,
30694 publish, distribute, sublicense, and/or sell copies of the Software,
30695 and to permit persons to whom the Software is furnished to do so,
30696 subject to the following conditions:
30698 The above copyright notice and this permission notice (including the
30699 next paragraph) shall be included in all copies or substantial
30700 portions of the Software.
30702 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30703 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30704 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30705 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
30706 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30707 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30708 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30709 SOFTWARE.
30712 Copyright © 2008 Red Hat, Inc.
30713 Partly based on code Copyright © 2000 SuSE, Inc.
30715 Permission to use, copy, modify, distribute, and sell this software
30716 and its documentation for any purpose is hereby granted without
30717 fee, provided that the above copyright notice appear in all copies
30718 and that both that copyright notice and this permission notice
30719 appear in supporting documentation, and that the name of Red Hat
30720 not be used in advertising or publicity pertaining to distribution
30721 of the software without specific, written prior permission. Red
30722 Hat makes no representations about the suitability of this software
30723 for any purpose. It is provided "as is" without express or implied
30724 warranty.
30726 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
30727 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
30728 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
30729 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
30730 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
30731 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
30732 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
30734 Permission to use, copy, modify, distribute, and sell this software and its
30735 documentation for any purpose is hereby granted without fee, provided that
30736 the above copyright notice appear in all copies and that both that
30737 copyright notice and this permission notice appear in supporting
30738 documentation, and that the name of SuSE not be used in advertising or
30739 publicity pertaining to distribution of the software without specific,
30740 written prior permission. SuSE makes no representations about the
30741 suitability of this software for any purpose. It is provided "as is"
30742 without express or implied warranty.
30744 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
30745 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
30746 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
30747 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
30748 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
30749 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
30752 Copyright © 2006 Red Hat, Inc.
30753 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
30754 All Rights Reserved.
30756 Permission is hereby granted, free of charge, to any person obtaining a
30757 copy of this software and associated documentation files (the "Software"),
30758 to deal in the Software without restriction, including without limitation
30759 the rights to use, copy, modify, merge, publish, distribute, sub license,
30760 and/or sell copies of the Software, and to permit persons to whom the
30761 Software is furnished to do so, subject to the following conditions:
30763 The above copyright notice and this permission notice (including the next
30764 paragraph) shall be included in all copies or substantial portions of the
30765 Software.
30767 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30768 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30769 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
30770 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
30771 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
30772 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
30773 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30776 Copyright (c) 1995 X Consortium
30777 Copyright 2004 Red Hat Inc., Durham, North Carolina.
30778 All Rights Reserved.
30780 Permission is hereby granted, free of charge, to any person obtaining
30781 a copy of this software and associated documentation files (the
30782 "Software"), to deal in the Software without restriction, including
30783 without limitation on the rights to use, copy, modify, merge,
30784 publish, distribute, sublicense, and/or sell copies of the Software,
30785 and to permit persons to whom the Software is furnished to do so,
30786 subject to the following conditions:
30788 The above copyright notice and this permission notice shall be
30789 included in all copies or substantial portions of the Software.
30791 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30792 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30793 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30794 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
30795 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30796 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30797 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30798 OTHER DEALINGS IN THE SOFTWARE.
30800 Except as contained in this notice, the name of the X Consortium
30801 shall not be used in advertising or otherwise to promote the sale,
30802 use or other dealings in this Software without prior written
30803 authorization from the X Consortium.
30806 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
30807 Copyright 2000 VA Linux Systems, Inc.
30808 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
30809 Copyright (c) 2003-2004 Torrey T. Lyons.
30810 All Rights Reserved.
30812 Permission is hereby granted, free of charge, to any person obtaining a
30813 copy of this software and associated documentation files (the
30814 "Software"), to deal in the Software without restriction, including
30815 without limitation the rights to use, copy, modify, merge, publish,
30816 distribute, sub license, and/or sell copies of the Software, and to
30817 permit persons to whom the Software is furnished to do so, subject to
30818 the following conditions:
30820 The above copyright notice and this permission notice (including the
30821 next paragraph) shall be included in all copies or substantial portions
30822 of the Software.
30824 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30825 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30826 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
30827 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
30828 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30829 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30830 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30833 (C) Copyright IBM Corporation 2003
30834 All Rights Reserved.
30836 Permission is hereby granted, free of charge, to any person obtaining a
30837 copy of this software and associated documentation files (the "Software"),
30838 to deal in the Software without restriction, including without limitation
30839 on the rights to use, copy, modify, merge, publish, distribute, sub
30840 license, and/or sell copies of the Software, and to permit persons to whom
30841 the Software is furnished to do so, subject to the following conditions:
30843 The above copyright notice and this permission notice (including the next
30844 paragraph) shall be included in all copies or substantial portions of the
30845 Software.
30847 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30848 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30849 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
30850 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
30851 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
30852 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30853 USE OR OTHER DEALINGS IN THE SOFTWARE.
30856 (C) Copyright IBM Corporation 2004-2005
30857 All Rights Reserved.
30859 Permission is hereby granted, free of charge, to any person obtaining a
30860 copy of this software and associated documentation files (the "Software"),
30861 to deal in the Software without restriction, including without limitation
30862 the rights to use, copy, modify, merge, publish, distribute, sub license,
30863 and/or sell copies of the Software, and to permit persons to whom the
30864 Software is furnished to do so, subject to the following conditions:
30866 The above copyright notice and this permission notice (including the next
30867 paragraph) shall be included in all copies or substantial portions of the
30868 Software.
30870 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30871 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30872 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
30873 IBM,
30874 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
30875 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
30876 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30877 SOFTWARE.
30880 Copyright (c) 1997 Metro Link Incorporated
30882 Permission is hereby granted, free of charge, to any person obtaining a
30883 copy of this software and associated documentation files (the "Software"),
30884 to deal in the Software without restriction, including without limitation
30885 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30886 and/or sell copies of the Software, and to permit persons to whom the
30887 Software is furnished to do so, subject to the following conditions:
30889 The above copyright notice and this permission notice shall be included in
30890 all copies or substantial portions of the Software.
30892 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30893 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30894 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30895 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
30896 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
30897 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30898 SOFTWARE.
30900 Except as contained in this notice, the name of the Metro Link shall not be
30901 used in advertising or otherwise to promote the sale, use or other dealings
30902 in this Software without prior written authorization from Metro Link.
30905 Copyright 1995-1998 by Metro Link, Inc.
30906 Copyright (c) 1997 Matthieu Herrb
30908 Permission to use, copy, modify, distribute, and sell this software and its
30909 documentation for any purpose is hereby granted without fee, provided that
30910 the above copyright notice appear in all copies and that both that
30911 copyright notice and this permission notice appear in supporting
30912 documentation, and that the name of Metro Link, Inc. not be used in
30913 advertising or publicity pertaining to distribution of the software without
30914 specific, written prior permission. Metro Link, Inc. makes no
30915 representations about the suitability of this software for any purpose.
30916 It is provided "as is" without express or implied warranty.
30918 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
30919 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
30920 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
30921 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
30922 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
30923 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
30924 PERFORMANCE OF THIS SOFTWARE.
30927 Copyright 1998 by Metro Link Incorporated
30929 Permission to use, copy, modify, distribute, and sell this software
30930 and its documentation for any purpose is hereby granted without fee,
30931 provided that the above copyright notice appear in all copies and that
30932 both that copyright notice and this permission notice appear in
30933 supporting documentation, and that the name of Metro Link
30934 Incorporated not be used in advertising or publicity pertaining to
30935 distribution of the software without specific, written prior
30936 permission. Metro Link Incorporated makes no representations
30937 about the suitability of this software for any purpose. It is
30938 provided "as is" without express or implied warranty.
30940 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
30941 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
30942 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
30943 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
30944 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
30945 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
30946 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
30947 SOFTWARE.
30950 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
30952 Permission is hereby granted, free of charge, to any person obtaining a
30953 copy of this software and associated documentation files (the "Software"),
30954 to deal in the Software without restriction, including without limitation
30955 the rights to use, copy, modify, merge, publish, distribute, sublicense,
30956 and/or sell copies of the Software, and to permit persons to whom the
30957 Software is furnished to do so, subject to the following conditions:
30959 The above copyright notice and this permission notice shall be included in
30960 all copies or substantial portions of the Software.
30962 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30963 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30964 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30965 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
30966 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
30967 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30968 SOFTWARE.
30970 Except as contained in this notice, the name of Conectiva Linux shall
30971 not be used in advertising or otherwise to promote the sale, use or other
30972 dealings in this Software without prior written authorization from
30973 Conectiva Linux.
30976 Copyright (c) 2001, Andy Ritger aritger@nvidia.com
30977 All rights reserved.
30979 Redistribution and use in source and binary forms, with or without
30980 modification, are permitted provided that the following conditions
30981 are met:
30983 o Redistributions of source code must retain the above copyright
30984 notice, this list of conditions and the following disclaimer.
30985 o Redistributions in binary form must reproduce the above copyright
30986 notice, this list of conditions and the following disclaimer
30987 in the documentation and/or other materials provided with the
30988 distribution.
30989 o Neither the name of NVIDIA nor the names of its contributors
30990 may be used to endorse or promote products derived from this
30991 software without specific prior written permission.
30993 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30994 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
30995 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
30996 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
30997 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
30998 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30999 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31000 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31001 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31002 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31003 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31004 POSSIBILITY OF SUCH DAMAGE.
31007 Copyright 1992 Vrije Universiteit, The Netherlands
31009 Permission to use, copy, modify, and distribute this software and its
31010 documentation for any purpose and without fee is hereby granted, provided
31011 that the above copyright notice appear in all copies and that both that
31012 copyright notice and this permission notice appear in supporting
31013 documentation, and that the name of the Vrije Universiteit not be used in
31014 advertising or publicity pertaining to distribution of the software without
31015 specific, written prior permission. The Vrije Universiteit makes no
31016 representations about the suitability of this software for any purpose.
31017 It is provided "as is" without express or implied warranty.
31019 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31020 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31021 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31022 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31023 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31024 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31025 PERFORMANCE OF THIS SOFTWARE.
31028 Copyright 1998 by Concurrent Computer Corporation
31030 Permission to use, copy, modify, distribute, and sell this software
31031 and its documentation for any purpose is hereby granted without fee,
31032 provided that the above copyright notice appear in all copies and that
31033 both that copyright notice and this permission notice appear in
31034 supporting documentation, and that the name of Concurrent Computer
31035 Corporation not be used in advertising or publicity pertaining to
31036 distribution of the software without specific, written prior
31037 permission. Concurrent Computer Corporation makes no representations
31038 about the suitability of this software for any purpose. It is
31039 provided "as is" without express or implied warranty.
31041 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
31042 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31043 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
31044 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
31045 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
31046 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
31047 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
31048 SOFTWARE.
31051 Copyright © 2004 Nokia
31053 Permission to use, copy, modify, distribute, and sell this software and its
31054 documentation for any purpose is hereby granted without fee, provided that
31055 the above copyright notice appear in all copies and that both that
31056 copyright notice and this permission notice appear in supporting
31057 documentation, and that the name of Nokia not be used in
31058 advertising or publicity pertaining to distribution of the software without
31059 specific, written prior permission. Nokia makes no
31060 representations about the suitability of this software for any purpose. It
31061 is provided "as is" without express or implied warranty.
31063 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31064 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31065 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31066 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31067 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31068 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31069 PERFORMANCE OF THIS SOFTWARE.
31072 (c)Copyright 1988,1991 Adobe Systems Incorporated.
31073 All rights reserved.
31075 Permission to use, copy, modify, distribute, and sublicense this software and its
31076 documentation for any purpose and without fee is hereby granted, provided that
31077 the above copyright notices appear in all copies and that both those copyright
31078 notices and this permission notice appear in supporting documentation and that
31079 the name of Adobe Systems Incorporated not be used in advertising or publicity
31080 pertaining to distribution of the software without specific, written prior
31081 permission. No trademark license to use the Adobe trademarks is hereby
31082 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe
31083 this software, its functionality or for any other purpose, such use shall be
31084 limited to a statement that this software works in conjunction with the Display
31085 PostScript system. Proper trademark attribution to reflect Adobe's ownership
31086 of the trademark shall be given whenever any such reference to the Display
31087 PostScript system is made.
31089 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
31090 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
31091 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
31092 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
31093 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
31094 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
31095 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
31096 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31097 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
31098 SUPPORT FOR THE SOFTWARE.
31100 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
31101 Incorporated which may be registered in certain jurisdictions.
31104 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
31106 Permission to use, copy, modify, and distribute this software and its
31107 documentation for any purpose and without fee is hereby granted, provided
31108 that the above copyright notice appear in all copies and that both that
31109 copyright notice and this permission notice appear in supporting
31110 documentation, and that the name of N.C.D. not be used in advertising or
31111 publicity pertaining to distribution of the software without specific,
31112 written prior permission. N.C.D. makes no representations about the
31113 suitability of this software for any purpose. It is provided "as is"
31114 without express or implied warranty.
31117 Copyright (c) 1987 by the Regents of the University of California
31119 Permission to use, copy, modify, and distribute this
31120 software and its documentation for any purpose and without
31121 fee is hereby granted, provided that the above copyright
31122 notice appear in all copies. The University of California
31123 makes no representations about the suitability of this
31124 software for any purpose. It is provided "as is" without
31125 express or implied warranty.
31128 Copyright 1992, 1993 Data General Corporation;
31129 Copyright 1992, 1993 OMRON Corporation
31131 Permission to use, copy, modify, distribute, and sell this software and its
31132 documentation for any purpose is hereby granted without fee, provided that the
31133 above copyright notice appear in all copies and that both that copyright
31134 notice and this permission notice appear in supporting documentation, and that
31135 neither the name OMRON or DATA GENERAL be used in advertising or publicity
31136 pertaining to distribution of the software without specific, written prior
31137 permission of the party whose name is to be used. Neither OMRON or
31138 DATA GENERAL make any representation about the suitability of this software
31139 for any purpose. It is provided "as is" without express or implied warranty.
31141 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
31142 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
31143 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
31144 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31145 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31146 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
31147 OF THIS SOFTWARE.
31150 Copyright © 1998-2004, 2006 Keith Packard
31151 Copyright © 2000-2002 Keith Packard, member of The XFree86 Project, Inc.
31152 Copyright (c) 2002 Apple Computer, Inc.
31153 Copyright (c) 2003 Torrey T. Lyons.
31154 All Rights Reserved.
31156 Permission to use, copy, modify, distribute, and sell this software and its
31157 documentation for any purpose is hereby granted without fee, provided that
31158 the above copyright notice appear in all copies and that both that
31159 copyright notice and this permission notice appear in supporting
31160 documentation, and that the name of Keith Packard not be used in
31161 advertising or publicity pertaining to distribution of the software without
31162 specific, written prior permission. Keith Packard makes no
31163 representations about the suitability of this software for any purpose. It
31164 is provided "as is" without express or implied warranty.
31166 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31167 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31168 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31169 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31170 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31171 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31172 PERFORMANCE OF THIS SOFTWARE.
31175 Copyright © 1999 Keith Packard
31176 Copyright © 2000 Compaq Computer Corporation
31177 Copyright © 2002 MontaVista Software Inc.
31178 Copyright © 2005 OpenedHand Ltd.
31179 Copyright © 2006 Nokia Corporation
31181 Permission to use, copy, modify, distribute, and sell this software and its
31182 documentation for any purpose is hereby granted without fee, provided that
31183 the above copyright notice appear in all copies and that both that
31184 copyright notice and this permission notice appear in supporting
31185 documentation, and that the name of the authors and/or copyright holders
31186 not be used in advertising or publicity pertaining to distribution of the
31187 software without specific, written prior permission. The authors and/or
31188 copyright holders make no representations about the suitability of this
31189 software for any purpose. It is provided "as is" without express or
31190 implied warranty.
31192 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
31193 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31194 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
31195 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31196 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
31197 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
31198 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31201 Copyright 1993 by Davor Matic
31203 Permission to use, copy, modify, distribute, and sell this software
31204 and its documentation for any purpose is hereby granted without fee,
31205 provided that the above copyright notice appear in all copies and that
31206 both that copyright notice and this permission notice appear in
31207 supporting documentation. Davor Matic makes no representations about
31208 the suitability of this software for any purpose. It is provided "as
31209 is" without express or implied warranty.
31212 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
31213 Copyright (C) Colin Harrison 2005-2008
31215 Permission is hereby granted, free of charge, to any person obtaining
31216 a copy of this software and associated documentation files (the
31217 "Software"), to deal in the Software without restriction, including
31218 without limitation the rights to use, copy, modify, merge, publish,
31219 distribute, sublicense, and/or sell copies of the Software, and to
31220 permit persons to whom the Software is furnished to do so, subject to
31221 the following conditions:
31223 The above copyright notice and this permission notice shall be
31224 included in all copies or substantial portions of the Software.
31226 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31227 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31228 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
31229 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
31230 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
31231 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
31232 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31234 Except as contained in this notice, the name of Harold L Hunt II
31235 shall not be used in advertising or otherwise to promote the sale, use
31236 or other dealings in this Software without prior written authorization
31237 from Harold L Hunt II.
31240 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
31242 Permission to use, copy, modify, distribute, and sell this software and its
31243 documentation for any purpose is hereby granted without fee, provided that
31244 the above copyright notice appear in all copies and that both that
31245 copyright notice and this permission notice appear in supporting
31246 documentation, and that the name of Thomas Roell not be used in
31247 advertising or publicity pertaining to distribution of the software without
31248 specific, written prior permission. Thomas Roell makes no representations
31249 about the suitability of this software for any purpose. It is provided
31250 "as is" without express or implied warranty.
31252 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31253 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31254 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31255 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31256 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31257 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31258 PERFORMANCE OF THIS SOFTWARE.
31261 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
31262 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
31264 Permission to use, copy, modify, distribute, and sell this software and its
31265 documentation for any purpose is hereby granted without fee, provided that
31266 the above copyright notice appear in all copies and that both that
31267 copyright notice and this permission notice appear in supporting
31268 documentation, and that the names of Thomas Roell and David Wexelblat
31269 not be used in advertising or publicity pertaining to distribution of
31270 the software without specific, written prior permission. Thomas Roell and
31271 David Wexelblat makes no representations about the suitability of this
31272 software for any purpose. It is provided "as is" without express or
31273 implied warranty.
31275 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
31276 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31277 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
31278 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
31279 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
31280 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
31281 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31284 Copyright 1990,91,92,93 by Thomas Roell, Germany.
31285 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA.
31287 Permission to use, copy, modify, distribute, and sell this software
31288 and its documentation for any purpose is hereby granted without fee,
31289 provided that the above copyright notice appear in all copies and
31290 that both that copyright notice and this permission notice appear
31291 in supporting documentation, and that the name of Thomas Roell nor
31292 SGCS be used in advertising or publicity pertaining to distribution
31293 of the software without specific, written prior permission.
31294 Thomas Roell nor SGCS makes no representations about the suitability
31295 of this software for any purpose. It is provided "as is" without
31296 express or implied warranty.
31298 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
31299 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31300 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
31301 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
31302 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
31303 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
31304 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31307 Copyright 1998 by Alan Hourihane, Wigan, England.
31308 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
31310 Permission to use, copy, modify, distribute, and sell this software and its
31311 documentation for any purpose is hereby granted without fee, provided that
31312 the above copyright notice appear in all copies and that both that
31313 copyright notice and this permission notice appear in supporting
31314 documentation, and that the name of Alan Hourihane not be used in
31315 advertising or publicity pertaining to distribution of the software without
31316 specific, written prior permission. Alan Hourihane makes no representations
31317 about the suitability of this software for any purpose. It is provided
31318 "as is" without express or implied warranty.
31320 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31321 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31322 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31323 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31324 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31325 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31326 PERFORMANCE OF THIS SOFTWARE.
31329 Copyright 1995 Kaleb S. KEITHLEY
31331 Permission is hereby granted, free of charge, to any person obtaining
31332 a copy of this software and associated documentation files (the
31333 "Software"), to deal in the Software without restriction, including
31334 without limitation the rights to use, copy, modify, merge, publish,
31335 distribute, sublicense, and/or sell copies of the Software, and to
31336 permit persons to whom the Software is furnished to do so, subject to
31337 the following conditions:
31339 The above copyright notice and this permission notice shall be
31340 included in all copies or substantial portions of the Software.
31342 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31343 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31344 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
31345 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
31346 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
31347 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31348 OTHER DEALINGS IN THE SOFTWARE.
31350 Except as contained in this notice, the name of Kaleb S. KEITHLEY
31351 shall not be used in advertising or otherwise to promote the sale, use
31352 or other dealings in this Software without prior written authorization
31353 from Kaleb S. KEITHLEY
31356 Copyright (c) 1997 Matthieu Herrb
31358 Permission to use, copy, modify, distribute, and sell this software and its
31359 documentation for any purpose is hereby granted without fee, provided that
31360 the above copyright notice appear in all copies and that both that
31361 copyright notice and this permission notice appear in supporting
31362 documentation, and that the name of Matthieu Herrb not be used in
31363 advertising or publicity pertaining to distribution of the software without
31364 specific, written prior permission. Matthieu Herrb makes no
31365 representations about the suitability of this software for any purpose.
31366 It is provided "as is" without express or implied warranty.
31368 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31369 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31370 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31371 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31372 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31373 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31374 PERFORMANCE OF THIS SOFTWARE.
31377 Copyright 2004, Egbert Eich
31379 Permission is hereby granted, free of charge, to any person obtaining a copy
31380 of this software and associated documentation files (the "Software"), to
31381 deal in the Software without restriction, including without limitation the
31382 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
31383 sell copies of the Software, and to permit persons to whom the Software is
31384 furnished to do so, subject to the following conditions:
31386 The above copyright notice and this permission notice shall be included in
31387 all copies or substantial portions of the Software.
31389 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31390 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31391 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
31392 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
31393 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
31394 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31396 Except as contained in this notice, the name of Egbert Eich shall not
31397 be used in advertising or otherwise to promote the sale, use or other deal-
31398 ings in this Software without prior written authorization from Egbert Eich.
31401 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
31402 Copyright 2005 by Kean Johnston &lt;jkj@sco.com&gt;
31403 Copyright 1993 by David McCullough &lt;davidm@stallion.oz.au&gt;
31405 Permission to use, copy, modify, distribute, and sell this software and its
31406 documentation for any purpose is hereby granted without fee, provided that
31407 the above copyright notice appear in all copies and that both that
31408 copyright notice and this permission notice appear in supporting
31409 documentation, and that the name of David Wexelblat not be used in
31410 advertising or publicity pertaining to distribution of the software without
31411 specific, written prior permission. David Wexelblat makes no representations
31412 about the suitability of this software for any purpose. It is provided
31413 "as is" without express or implied warranty.
31415 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31416 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31417 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31418 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31419 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31420 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31421 PERFORMANCE OF THIS SOFTWARE.
31424 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
31425 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
31427 Permission to use, copy, modify, distribute, and sell this software and its
31428 documentation for any purpose is hereby granted without fee, provided that
31429 the above copyright notice appear in all copies and that both that
31430 copyright notice and this permission notice appear in supporting
31431 documentation, and that the names of Orest Zborowski and David Wexelblat
31432 not be used in advertising or publicity pertaining to distribution of
31433 the software without specific, written prior permission. Orest Zborowski
31434 and David Wexelblat make no representations about the suitability of this
31435 software for any purpose. It is provided "as is" without express or
31436 implied warranty.
31438 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
31439 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31440 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
31441 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31442 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
31443 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
31444 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31447 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
31448 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
31450 Permission to use, copy, modify, distribute, and sell this software and its
31451 documentation for any purpose is hereby granted without fee, provided that
31452 the above copyright notice appear in all copies and that both that
31453 copyright notice and this permission notice appear in supporting
31454 documentation, and that the names of Orest Zborowski and David Dawes
31455 not be used in advertising or publicity pertaining to distribution of
31456 the software without specific, written prior permission. Orest Zborowski
31457 and David Dawes make no representations about the suitability of this
31458 software for any purpose. It is provided "as is" without express or
31459 implied warranty.
31461 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
31462 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31463 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
31464 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31465 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
31466 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
31467 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31470 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred@sugix.frmug.fr.net&gt;
31472 Permission to use, copy, modify, distribute, and sell this software and its
31473 documentation for any purpose is hereby granted without fee, provided that
31474 the above copyright notice appear in all copies and that both that
31475 copyright notice and this permission notice appear in supporting
31476 documentation, and that the name of Frederic Lepied not be used in
31477 advertising or publicity pertaining to distribution of the software without
31478 specific, written prior permission. Frederic Lepied makes no
31479 representations about the suitability of this software for any purpose. It
31480 is provided "as is" without express or implied warranty.
31482 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31483 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31484 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31485 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31486 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31487 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31488 PERFORMANCE OF THIS SOFTWARE.
31491 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
31492 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
31494 Permission to use, copy, modify, distribute, and sell this software and its
31495 documentation for any purpose is hereby granted without fee, provided that
31496 the above copyright notice appear in all copies and that both that
31497 copyright notice and this permission notice appear in supporting
31498 documentation, and that the names of Rich Murphey and David Wexelblat
31499 not be used in advertising or publicity pertaining to distribution of
31500 the software without specific, written prior permission. Rich Murphey and
31501 David Wexelblat make no representations about the suitability of this
31502 software for any purpose. It is provided "as is" without express or
31503 implied warranty.
31505 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
31506 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31507 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
31508 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
31509 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
31510 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
31511 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31514 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
31515 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
31517 Permission to use, copy, modify, distribute, and sell this software and its
31518 documentation for any purpose is hereby granted without fee, provided that
31519 the above copyright notice appear in all copies and that both that
31520 copyright notice and this permission notice appear in supporting
31521 documentation, and that the names of Rich Murphey and David Dawes
31522 not be used in advertising or publicity pertaining to distribution of
31523 the software without specific, written prior permission. Rich Murphey and
31524 David Dawes make no representations about the suitability of this
31525 software for any purpose. It is provided "as is" without express or
31526 implied warranty.
31528 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
31529 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31530 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
31531 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
31532 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
31533 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
31534 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31537 Copyright © 2003-2004 Anders Carlsson
31539 Permission to use, copy, modify, distribute, and sell this software and its
31540 documentation for any purpose is hereby granted without fee, provided that
31541 the above copyright notice appear in all copies and that both that
31542 copyright notice and this permission notice appear in supporting
31543 documentation, and that the name of Anders Carlsson not be used in
31544 advertising or publicity pertaining to distribution of the software without
31545 specific, written prior permission. Anders Carlsson makes no
31546 representations about the suitability of this software for any purpose. It
31547 is provided "as is" without express or implied warranty.
31549 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31550 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31551 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31552 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31553 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31554 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31555 PERFORMANCE OF THIS SOFTWARE.
31558 Copyright (C) 2003 Anders Carlsson
31559 Copyright © 2003-2004 Eric Anholt
31560 Copyright © 2004 Keith Packard
31562 Permission to use, copy, modify, distribute, and sell this software and its
31563 documentation for any purpose is hereby granted without fee, provided that
31564 the above copyright notice appear in all copies and that both that
31565 copyright notice and this permission notice appear in supporting
31566 documentation, and that the name of Eric Anholt not be used in
31567 advertising or publicity pertaining to distribution of the software without
31568 specific, written prior permission. Eric Anholt makes no
31569 representations about the suitability of this software for any purpose. It
31570 is provided "as is" without express or implied warranty.
31572 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31573 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31574 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31575 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31576 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31577 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31578 PERFORMANCE OF THIS SOFTWARE.
31581 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
31583 Permission to use, copy, modify, and distribute this software for any
31584 purpose with or without fee is hereby granted, provided that the above
31585 copyright notice and this permission notice appear in all copies.
31587 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
31588 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
31589 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
31590 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31591 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
31592 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
31593 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31596 Copyright © 2003-2004 Philip Blundell
31598 Permission to use, copy, modify, distribute, and sell this software and its
31599 documentation for any purpose is hereby granted without fee, provided that
31600 the above copyright notice appear in all copies and that both that
31601 copyright notice and this permission notice appear in supporting
31602 documentation, and that the name of Philip Blundell not be used in
31603 advertising or publicity pertaining to distribution of the software without
31604 specific, written prior permission. Philip Blundell makes no
31605 representations about the suitability of this software for any purpose. It
31606 is provided "as is" without express or implied warranty.
31608 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31609 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31610 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31611 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31612 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31613 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31614 PERFORMANCE OF THIS SOFTWARE.
31618 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
31619 Copyright 1997 by Metro Link, Inc.
31620 Copyright 2003 by David H. Dawes.
31621 Copyright 2003 by X-Oz Technologies.
31622 Copyright (c) 2004, X.Org Foundation
31624 Permission is hereby granted, free of charge, to any person obtaining a
31625 copy of this software and associated documentation files (the "Software"),
31626 to deal in the Software without restriction, including without limitation
31627 the rights to use, copy, modify, merge, publish, distribute, sublicense,
31628 and/or sell copies of the Software, and to permit persons to whom the
31629 Software is furnished to do so, subject to the following conditions:
31631 The above copyright notice and this permission notice shall be included in
31632 all copies or substantial portions of the Software.
31634 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31635 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31636 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
31637 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
31638 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
31639 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31640 OTHER DEALINGS IN THE SOFTWARE.
31642 Except as contained in this notice, the name of the copyright holder(s)
31643 and author(s) shall not be used in advertising or otherwise to promote
31644 the sale, use or other dealings in this Software without prior written
31645 authorization from the copyright holder(s) and author(s).
31648 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
31649 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
31650 Copyright 1999 by David Holland &lt;davidh@iquest.net&gt;
31651 Copyright © 2000 Compaq Computer Corporation
31652 Copyright © 2002 Hewlett-Packard Company
31653 Copyright © 2004, 2005 Red Hat, Inc.
31654 Copyright © 2004 Nicholas Miell
31655 Copyright © 2005 Trolltech AS
31656 Copyright © 2006 Intel Corporation
31657 Copyright © 2006-2007 Keith Packard
31658 Copyright © 2008 Red Hat, Inc
31659 Copyright © 2008 George Sapountzis &lt;gsap7@yahoo.gr&gt;
31661 Permission to use, copy, modify, distribute, and sell this software and its
31662 documentation for any purpose is hereby granted without fee, provided that
31663 the above copyright notice appear in all copies and that both that copyright
31664 notice and this permission notice appear in supporting documentation, and
31665 that the name of the copyright holders not be used in advertising or
31666 publicity pertaining to distribution of the software without specific,
31667 written prior permission. The copyright holders make no representations
31668 about the suitability of this software for any purpose. It is provided "as
31669 is" without express or implied warranty.
31671 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
31672 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31673 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
31674 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31675 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
31676 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
31677 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
31678 SOFTWARE.
31681 Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
31682 2005 Lars Knoll &amp; Zack Rusin, Trolltech
31684 Permission to use, copy, modify, distribute, and sell this software and its
31685 documentation for any purpose is hereby granted without fee, provided that
31686 the above copyright notice appear in all copies and that both that
31687 copyright notice and this permission notice appear in supporting
31688 documentation, and that the name of Keith Packard not be used in
31689 advertising or publicity pertaining to distribution of the software without
31690 specific, written prior permission. Keith Packard makes no
31691 representations about the suitability of this software for any purpose. It
31692 is provided "as is" without express or implied warranty.
31694 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
31695 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
31696 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
31697 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31698 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
31699 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
31700 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
31701 SOFTWARE.
31704 Copyright 1987, 1998 The Open Group
31705 Copyright © 1998-1999, 2001 The XFree86 Project, Inc.
31706 Copyright © 2000 VA Linux Systems, Inc.
31707 Copyright (c) 2000, 2001 Nokia Home Communications
31708 Copyright © 2007, 2008 Red Hat, Inc.
31709 All rights reserved.
31711 Permission is hereby granted, free of charge, to any person obtaining a
31712 copy of this software and associated documentation files (the
31713 "Software"), to deal in the Software without restriction, including
31714 without limitation the rights to use, copy, modify, merge, publish,
31715 distribute, and/or sell copies of the Software, and to permit persons
31716 to whom the Software is furnished to do so, provided that the above
31717 copyright notice(s) and this permission notice appear in all copies of
31718 the Software and that both the above copyright notice(s) and this
31719 permission notice appear in supporting documentation.
31721 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
31722 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31723 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
31724 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
31725 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
31726 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
31727 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
31728 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
31729 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31731 Except as contained in this notice, the name of a copyright holder
31732 shall not be used in advertising or otherwise to promote the sale, use
31733 or other dealings in this Software without prior written authorization
31734 of the copyright holder.
31737 Copyright 1996 by Thomas E. Dickey &lt;dickey@clark.net&gt;
31739 All Rights Reserved
31741 Permission to use, copy, modify, and distribute this software and its
31742 documentation for any purpose and without fee is hereby granted,
31743 provided that the above copyright notice appear in all copies and that
31744 both that copyright notice and this permission notice appear in
31745 supporting documentation, and that the name of the above listed
31746 copyright holder(s) not be used in advertising or publicity pertaining
31747 to distribution of the software without specific, written prior
31748 permission.
31750 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
31751 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31752 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
31753 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
31754 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
31755 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
31756 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31759 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
31760 Copyright (c) 2001 Andreas Monitzer.
31761 Copyright (c) 2001-2004 Greg Parker.
31762 Copyright (c) 2001-2004 Torrey T. Lyons
31763 Copyright (c) 2002-2003 Apple Computer, Inc.
31764 Copyright (c) 2004-2005 Alexander Gottwald
31765 Copyright (c) 2002-2009 Apple Inc.
31766 Copyright (c) 2007 Jeremy Huddleston
31767 All Rights Reserved.
31769 Permission is hereby granted, free of charge, to any person obtaining a
31770 copy of this software and associated documentation files (the "Software"),
31771 to deal in the Software without restriction, including without limitation
31772 the rights to use, copy, modify, merge, publish, distribute, sublicense,
31773 and/or sell copies of the Software, and to permit persons to whom the
31774 Software is furnished to do so, subject to the following conditions:
31776 The above copyright notice and this permission notice shall be included in
31777 all copies or substantial portions of the Software.
31779 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31780 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31781 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
31782 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
31783 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
31784 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31785 DEALINGS IN THE SOFTWARE.
31787 Except as contained in this notice, the name(s) of the above copyright
31788 holders shall not be used in advertising or otherwise to promote the sale,
31789 use or other dealings in this Software without prior written authorization.
31792 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine@sunshineco.com&gt;
31793 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
31795 All rights reserved.
31797 Redistribution and use in source and binary forms, with or without
31798 modification, are permitted provided that the following conditions are met:
31800 1. Redistributions of source code must retain the above copyright
31801 notice, this list of conditions and the following disclaimer.
31802 2. Redistributions in binary form must reproduce the above copyright
31803 notice, this list of conditions and the following disclaimer in the
31804 documentation and/or other materials provided with the distribution.
31805 3. The name of the author may not be used to endorse or promote products
31806 derived from this software without specific prior written permission.
31808 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
31809 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
31810 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
31811 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
31812 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
31813 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
31814 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
31815 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
31816 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31817 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31820 Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net
31822 Permission is hereby granted, free of charge, to any person obtaining a copy of
31823 this software and associated documentation files (the "Software"), to deal in
31824 the Software without restriction, including without limitation the rights to
31825 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
31826 of the Software, and to permit persons to whom the Software is furnished to do
31827 so, subject to the following conditions:
31829 The above copyright notice and this permission notice shall be included in all
31830 copies or substantial portions of the Software.
31832 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31833 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31834 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31835 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
31836 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
31837 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31839 Except as contained in this notice, the name of the author shall not be used in
31840 advertising or otherwise to promote the sale, use or other dealings in this
31841 Software without prior written authorization from the author.
31844 Copyright © 2002 David Dawes
31846 Permission is hereby granted, free of charge, to any person obtaining a
31847 copy of this software and associated documentation files (the "Software"),
31848 to deal in the Software without restriction, including without limitation
31849 the rights to use, copy, modify, merge, publish, distribute, sublicense,
31850 and/or sell copies of the Software, and to permit persons to whom the
31851 Software is furnished to do so, subject to the following conditions:
31853 The above copyright notice and this permission notice shall be included in
31854 all copies or substantial portions of the Software.
31856 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31857 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31858 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
31859 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
31860 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
31861 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31862 SOFTWARE.
31864 Except as contained in this notice, the name of the author(s) shall
31865 not be used in advertising or otherwise to promote the sale, use or other
31866 dealings in this Software without prior written authorization from
31867 the author(s).
31870 Copyright (C) 1996-1999 SciTech Software, Inc.
31871 Copyright (C) David Mosberger-Tang
31872 Copyright (C) 1999 Egbert Eich
31873 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
31875 Permission to use, copy, modify, distribute, and sell this software and
31876 its documentation for any purpose is hereby granted without fee,
31877 provided that the above copyright notice appear in all copies and that
31878 both that copyright notice and this permission notice appear in
31879 supporting documentation, and that the name of the authors not be used
31880 in advertising or publicity pertaining to distribution of the software
31881 without specific, written prior permission. The authors makes no
31882 representations about the suitability of this software for any purpose.
31883 It is provided "as is" without express or implied warranty.
31885 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31886 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
31887 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31888 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
31889 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
31890 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
31891 PERFORMANCE OF THIS SOFTWARE.
31894 Copyright 2005-2006 Luc Verhaegen.
31896 Permission is hereby granted, free of charge, to any person obtaining a
31897 copy of this software and associated documentation files (the "Software"),
31898 to deal in the Software without restriction, including without limitation
31899 the rights to use, copy, modify, merge, publish, distribute, sublicense,
31900 and/or sell copies of the Software, and to permit persons to whom the
31901 Software is furnished to do so, subject to the following conditions:
31903 The above copyright notice and this permission notice shall be included in
31904 all copies or substantial portions of the Software.
31906 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31907 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31908 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
31909 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
31910 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
31911 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31912 OTHER DEALINGS IN THE SOFTWARE.
31915 Copyright 1995 by Robin Cutshaw &lt;robin@XFree86.Org&gt;
31916 Copyright 2000 by Egbert Eich
31917 Copyright 2002 by David Dawes
31919 Permission to use, copy, modify, distribute, and sell this software and its
31920 documentation for any purpose is hereby granted without fee, provided that
31921 the above copyright notice appear in all copies and that both that
31922 copyright notice and this permission notice appear in supporting
31923 documentation, and that the names of the above listed copyright holder(s)
31924 not be used in advertising or publicity pertaining to distribution of
31925 the software without specific, written prior permission. The above listed
31926 copyright holder(s) make(s) no representations about the suitability of this
31927 software for any purpose. It is provided "as is" without express or
31928 implied warranty.
31930 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
31931 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31932 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
31933 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
31934 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
31935 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
31936 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31939 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
31941 Permission to use, copy, modify, distribute, and sell this software and its
31942 documentation for any purpose is hereby granted without fee, provided that
31943 the above copyright notice appear in all copies and that both that copyright
31944 notice and this permission notice appear in supporting documentation, and
31945 that the name of Marc Aurele La France not be used in advertising or
31946 publicity pertaining to distribution of the software without specific,
31947 written prior permission. Marc Aurele La France makes no representations
31948 about the suitability of this software for any purpose. It is provided
31949 "as-is" without express or implied warranty.
31951 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31952 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
31953 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
31954 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
31955 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31956 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
31957 OF THIS SOFTWARE.
31960 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
31961 Copyright 1992 by David Dawes &lt;dawes@XFree86.org&gt;
31962 Copyright 1992 by Jim Tsillas &lt;jtsilla@damon.ccs.northeastern.edu&gt;
31963 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
31964 Copyright 1992 by Robert Baron &lt;Robert.Baron@ernst.mach.cs.cmu.edu&gt;
31965 Copyright 1992 by Orest Zborowski &lt;obz@eskimo.com&gt;
31966 Copyright 1993 by Vrije Universiteit, The Netherlands
31967 Copyright 1993 by David Wexelblat &lt;dwex@XFree86.org&gt;
31968 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit@gmd.de&gt;
31969 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis@dpmms.cam.ac.uk&gt;
31970 Copyright 1994-2003 by The XFree86 Project, Inc
31972 Permission to use, copy, modify, distribute, and sell this software and its
31973 documentation for any purpose is hereby granted without fee, provided that
31974 the above copyright notice appear in all copies and that both that
31975 copyright notice and this permission notice appear in supporting
31976 documentation, and that the names of the above listed copyright holders
31977 not be used in advertising or publicity pertaining to distribution of
31978 the software without specific, written prior permission. The above listed
31979 copyright holders make no representations about the suitability of this
31980 software for any purpose. It is provided "as is" without express or
31981 implied warranty.
31983 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
31984 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31985 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
31986 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
31987 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
31988 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
31989 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31992 Copyright 2001-2005 by J. Kean Johnston &lt;jkj@sco.com&gt;
31994 Permission to use, copy, modify, distribute, and sell this software and its
31995 documentation for any purpose is hereby granted without fee, provided that
31996 the above copyright notice appear in all copies and that both that
31997 copyright notice and this permission notice appear in supporting
31998 documentation, and that the name J. Kean Johnston not be used in
31999 advertising or publicity pertaining to distribution of the software without
32000 specific, written prior permission. J. Kean Johnston makes no
32001 representations about the suitability of this software for any purpose.
32002 It is provided "as is" without express or implied warranty.
32004 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32005 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32006 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32007 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
32008 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
32009 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32010 PERFORMANCE OF THIS SOFTWARE.
32013 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
32015 Permission is hereby granted, free of charge, to any person obtaining a copy
32016 of this software and associated documentation files (the "Software"), to deal
32017 in the Software without restriction, including without limitation the rights
32018 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32019 copies of the Software, and to permit persons to whom the Software is
32020 furnished to do so, subject to the following conditions:
32022 The above copyright notice and this permission notice shall be included in
32023 all copies or substantial portions of the Software.
32025 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32026 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32027 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
32028 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
32029 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32030 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32033 Copyright 1997,1998 by UCHIYAMA Yasushi
32035 Permission to use, copy, modify, distribute, and sell this software and its
32036 documentation for any purpose is hereby granted without fee, provided that
32037 the above copyright notice appear in all copies and that both that
32038 copyright notice and this permission notice appear in supporting
32039 documentation, and that the name of UCHIYAMA Yasushi not be used in
32040 advertising or publicity pertaining to distribution of the software without
32041 specific, written prior permission. UCHIYAMA Yasushi makes no representations
32042 about the suitability of this software for any purpose. It is provided
32043 "as is" without express or implied warranty.
32045 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32046 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32047 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32048 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32049 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32050 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32051 PERFORMANCE OF THIS SOFTWARE.
32054 Copyright (C) 2000 Keith Packard
32055 2004 Eric Anholt
32056 2005 Zack Rusin
32058 Permission to use, copy, modify, distribute, and sell this software and its
32059 documentation for any purpose is hereby granted without fee, provided that
32060 the above copyright notice appear in all copies and that both that
32061 copyright notice and this permission notice appear in supporting
32062 documentation, and that the name of copyright holders not be used in
32063 advertising or publicity pertaining to distribution of the software without
32064 specific, written prior permission. Copyright holders make no
32065 representations about the suitability of this software for any purpose. It
32066 is provided "as is" without express or implied warranty.
32068 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
32069 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
32070 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
32071 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
32072 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
32073 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
32074 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
32075 SOFTWARE.
32078 (C) Copyright IBM Corporation 2002-2007
32079 All Rights Reserved.
32081 Permission is hereby granted, free of charge, to any person obtaining a
32082 copy of this software and associated documentation files (the "Software"),
32083 to deal in the Software without restriction, including without limitation
32084 on the rights to use, copy, modify, merge, publish, distribute, sub
32085 license, and/or sell copies of the Software, and to permit persons to whom
32086 the Software is furnished to do so, subject to the following conditions:
32088 The above copyright notice and this permission notice (including the next
32089 paragraph) shall be included in all copies or substantial portions of the
32090 Software.
32092 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32093 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32094 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
32095 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
32096 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
32097 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
32098 USE OR OTHER DEALINGS IN THE SOFTWARE.
32101 Permission to use, copy, modify, distribute, and sell this software and its
32102 documentation for any purpose is hereby granted without fee, provided that
32103 this permission notice appear in supporting documentation. This permission
32104 notice shall be included in all copies or substantial portions of the
32105 Software.
32107 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32108 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32109 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32110 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
32111 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32112 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32115 Copyright © 2007 OpenedHand Ltd
32117 Permission to use, copy, modify, distribute, and sell this software and its
32118 documentation for any purpose is hereby granted without fee, provided that
32119 the above copyright notice appear in all copies and that both that
32120 copyright notice and this permission notice appear in supporting
32121 documentation, and that the name of OpenedHand Ltd not be used in
32122 advertising or publicity pertaining to distribution of the software without
32123 specific, written prior permission. OpenedHand Ltd makes no
32124 representations about the suitability of this software for any purpose. It
32125 is provided "as is" without express or implied warranty.
32127 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32128 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32129 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32130 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32131 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32132 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32133 PERFORMANCE OF THIS SOFTWARE.
32136 Copyright (c) 1989, 1990, 1993, 1994
32137 The Regents of the University of California. All rights reserved.
32139 This code is derived from software contributed to Berkeley by
32140 Chris Torek.
32142 This code is derived from software contributed to Berkeley by
32143 Michael Rendell of Memorial University of Newfoundland.
32145 Redistribution and use in source and binary forms, with or without
32146 modification, are permitted provided that the following conditions
32147 are met:
32148 1. Redistributions of source code must retain the above copyright
32149 notice, this list of conditions and the following disclaimer.
32150 2. Redistributions in binary form must reproduce the above copyright
32151 notice, this list of conditions and the following disclaimer in the
32152 documentation and/or other materials provided with the distribution.
32153 4. Neither the name of the University nor the names of its contributors
32154 may be used to endorse or promote products derived from this software
32155 without specific prior written permission.
32157 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
32158 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32159 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32160 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
32161 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32162 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32163 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32164 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32165 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32166 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32167 SUCH DAMAGE.
32169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32170 </pre>
32171 <ul>
32173 </ul>
32174 </div>
32175 </div>
32178 <div class="product">
32179 <span class="title">xprop-1.2.1</span>
32180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32181 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32182 <div class="licence">
32183 <pre>Scanned Source License xprop-1.2.1/COPYING:
32185 Copyright 1990, 1998 The Open Group
32186 Copyright (c) 2000 The XFree86 Project, Inc.
32188 Permission to use, copy, modify, distribute, and sell this software and its
32189 documentation for any purpose is hereby granted without fee, provided that
32190 the above copyright notice appear in all copies and that both that
32191 copyright notice and this permission notice appear in supporting
32192 documentation.
32194 The above copyright notice and this permission notice shall be included
32195 in all copies or substantial portions of the Software.
32197 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32198 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32199 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32200 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
32201 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
32202 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
32203 OTHER DEALINGS IN THE SOFTWARE.
32205 Except as contained in this notice, the name of The Open Group shall
32206 not be used in advertising or otherwise to promote the sale, use or
32207 other dealings in this Software without prior written authorization
32208 from The Open Group.
32210 Copyright 2007 Kim woelders
32212 Permission to use, copy, modify, distribute, and sell this software and its
32213 documentation for any purpose is hereby granted without fee, provided that
32214 the above copyright notice appear in all copies and that both that copyright
32215 notice and this permission notice appear in supporting documentation, and
32216 that the name of the copyright holders not be used in advertising or
32217 publicity pertaining to distribution of the software without specific,
32218 written prior permission. The copyright holders make no representations
32219 about the suitability of this software for any purpose. It is provided "as
32220 is" without express or implied warranty.
32222 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32223 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32224 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32225 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32226 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32227 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
32228 OF THIS SOFTWARE.
32230 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32231 </pre>
32232 <ul>
32234 </ul>
32235 </div>
32236 </div>
32239 <div class="product">
32240 <span class="title">xproto-7.0.23</span>
32241 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32242 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32243 <div class="licence">
32244 <pre>Scanned Source License xproto-7.0.23/COPYING:
32246 Copyright (c) 1991, Oracle and/or its affiliates. All rights reserved.
32248 Permission is hereby granted, free of charge, to any person obtaining a
32249 copy of this software and associated documentation files (the "Software"),
32250 to deal in the Software without restriction, including without limitation
32251 the rights to use, copy, modify, merge, publish, distribute, sublicense,
32252 and/or sell copies of the Software, and to permit persons to whom the
32253 Software is furnished to do so, subject to the following conditions:
32255 The above copyright notice and this permission notice (including the next
32256 paragraph) shall be included in all copies or substantial portions of the
32257 Software.
32259 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32260 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32261 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
32262 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32263 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32264 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32265 DEALINGS IN THE SOFTWARE.
32268 Copyright 1985, 1987, 1988, 1990, 1991, 1993-1996, 1998 The Open Group
32270 Permission to use, copy, modify, distribute, and sell this software and its
32271 documentation for any purpose is hereby granted without fee, provided that
32272 the above copyright notice appear in all copies and that both that
32273 copyright notice and this permission notice appear in supporting
32274 documentation.
32276 The above copyright notice and this permission notice shall be included in
32277 all copies or substantial portions of the Software.
32279 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32280 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32281 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32282 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
32283 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32284 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32286 Except as contained in this notice, the name of The Open Group shall not be
32287 used in advertising or otherwise to promote the sale, use or other dealings
32288 in this Software without prior written authorization from The Open Group.
32290 The X Window System is a Trademark of The Open Group.
32293 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
32295 All Rights Reserved
32297 Permission to use, copy, modify, and distribute this software and its
32298 documentation for any purpose and without fee is hereby granted,
32299 provided that the above copyright notice appear in all copies and that
32300 both that copyright notice and this permission notice appear in
32301 supporting documentation, and that the name of Digital not be
32302 used in advertising or publicity pertaining to distribution of the
32303 software without specific, written prior permission.
32305 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
32306 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
32307 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
32308 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
32309 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
32310 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
32311 SOFTWARE.
32314 Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts.
32315 Copyright 1989 by Hewlett-Packard Company.
32317 All Rights Reserved
32319 Permission to use, duplicate, change, and distribute this software and
32320 its documentation for any purpose and without fee is granted, provided
32321 that the above copyright notice appear in such copy and that this
32322 copyright notice appear in all supporting documentation, and that the
32323 names of Apollo Computer Inc., the Hewlett-Packard Company, or the X
32324 Consortium not be used in advertising or publicity pertaining to
32325 distribution of the software without written prior permission.
32327 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD
32328 TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
32329 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
32330 PURPOSE. Hewlett-Packard shall not be liable for errors
32331 contained herein or direct, indirect, special, incidental or
32332 consequential damages in connection with the furnishing,
32333 performance, or use of this material.
32336 Copyright (c) 1999 The XFree86 Project Inc.
32338 All Rights Reserved.
32340 The above copyright notice and this permission notice shall be included in
32341 all copies or substantial portions of the Software.
32343 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32344 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32345 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32346 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
32347 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32348 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32350 Except as contained in this notice, the name of The XFree86 Project
32351 Inc. shall not be used in advertising or otherwise to promote the
32352 sale, use or other dealings in this Software without prior written
32353 authorization from The XFree86 Project Inc.
32355 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32356 </pre>
32357 <ul>
32359 </ul>
32360 </div>
32361 </div>
32364 <div class="product">
32365 <span class="title">xrandr-1.3.5</span>
32366 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32367 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32368 <div class="licence">
32369 <pre>Scanned Source License xrandr-1.3.5/COPYING:
32371 Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
32372 Copyright © 2002 Hewlett Packard Company, Inc.
32373 Copyright © 2006 Intel Corporation
32375 Permission to use, copy, modify, distribute, and sell this software and its
32376 documentation for any purpose is hereby granted without fee, provided that
32377 the above copyright notice appear in all copies and that both that copyright
32378 notice and this permission notice appear in supporting documentation, and
32379 that the name of the copyright holders not be used in advertising or
32380 publicity pertaining to distribution of the software without specific,
32381 written prior permission. The copyright holders make no representations
32382 about the suitability of this software for any purpose. It is provided "as
32383 is" without express or implied warranty.
32385 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32386 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32387 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32388 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32389 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32390 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
32391 OF THIS SOFTWARE.
32393 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32394 </pre>
32395 <ul>
32397 </ul>
32398 </div>
32399 </div>
32402 <div class="product">
32403 <span class="title">xsendevt-0.6</span>
32404 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32405 <span class="homepage"><a href="http://xsendevt.sourceforge.net/">homepage</a></span>
32406 <div class="licence">
32407 <pre></pre>
32408 <ul>
32409 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
32410 </ul>
32411 </div>
32412 </div>
32415 <div class="product">
32416 <span class="title">xset-1.2.2</span>
32417 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32418 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32419 <div class="licence">
32420 <pre>Scanned Source License xset-1.2.2/COPYING:
32422 Copyright 1985, 1988, 1998 The Open Group
32424 Permission to use, copy, modify, distribute, and sell this software and its
32425 documentation for any purpose is hereby granted without fee, provided that
32426 the above copyright notice appear in all copies and that both that
32427 copyright notice and this permission notice appear in supporting
32428 documentation.
32430 The above copyright notice and this permission notice shall be included in
32431 all copies or substantial portions of the Software.
32433 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32434 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32435 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32436 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
32437 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
32438 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32440 Except as contained in this notice, the name of The Open Group shall not be
32441 used in advertising or otherwise to promote the sale, use or other dealings
32442 in this Software without prior written authorization from The Open Group.
32444 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32445 </pre>
32446 <ul>
32448 </ul>
32449 </div>
32450 </div>
32453 <div class="product">
32454 <span class="title">xset-mini-1.2.2</span>
32455 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32456 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32457 <div class="licence">
32458 <pre></pre>
32459 <ul>
32460 <li><a href='#X'>Custom License X</a></li>
32461 </ul>
32462 </div>
32463 </div>
32466 <div class="product">
32467 <span class="title">xtrace-1.3.0</span>
32468 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32469 <span class="homepage"><a href="http://xtrace.alioth.debian.org/">homepage</a></span>
32470 <div class="licence">
32471 <pre></pre>
32472 <ul>
32473 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
32474 </ul>
32475 </div>
32476 </div>
32479 <div class="product">
32480 <span class="title">xtrans-1.2.6</span>
32481 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32482 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32483 <div class="licence">
32484 <pre>Scanned Source License xtrans-1.2.6/COPYING:
32486 Copyright 1993, 1994, 1998, 2002 The Open Group
32488 Permission to use, copy, modify, distribute, and sell this software and its
32489 documentation for any purpose is hereby granted without fee, provided that
32490 the above copyright notice appear in all copies and that both that
32491 copyright notice and this permission notice appear in supporting
32492 documentation.
32494 The above copyright notice and this permission notice shall be included
32495 in all copies or substantial portions of the Software.
32497 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32498 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32499 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32500 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
32501 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
32502 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
32503 OTHER DEALINGS IN THE SOFTWARE.
32505 Except as contained in this notice, the name of The Open Group shall
32506 not be used in advertising or otherwise to promote the sale, use or
32507 other dealings in this Software without prior written authorization
32508 from The Open Group.
32510 ______________________________________________________________________________
32512 Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA
32514 All Rights Reserved
32516 Permission to use, copy, modify, and distribute this software and its
32517 documentation for any purpose and without fee is hereby granted, provided
32518 that the above copyright notice appear in all copies and that both that
32519 copyright notice and this permission notice appear in supporting
32520 documentation, and that the name NCR not be used in advertising
32521 or publicity pertaining to distribution of the software without specific,
32522 written prior permission. NCR makes no representations about the
32523 suitability of this software for any purpose. It is provided "as is"
32524 without express or implied warranty.
32526 NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32527 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
32528 NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32529 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
32530 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
32531 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
32532 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32534 ______________________________________________________________________________
32536 Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
32538 Permission is hereby granted, free of charge, to any person obtaining a
32539 copy of this software and associated documentation files (the "Software"),
32540 to deal in the Software without restriction, including without limitation
32541 the rights to use, copy, modify, merge, publish, distribute, sublicense,
32542 and/or sell copies of the Software, and to permit persons to whom the
32543 Software is furnished to do so, subject to the following conditions:
32545 The above copyright notice and this permission notice (including the next
32546 paragraph) shall be included in all copies or substantial portions of the
32547 Software.
32549 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32550 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32551 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
32552 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32553 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32554 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32555 DEALINGS IN THE SOFTWARE.
32557 ______________________________________________________________________________
32559 (c) Copyright 1996 by Sebastien Marineau and Holger Veit
32560 &lt;marineau@genie.uottawa.ca&gt;
32561 &lt;Holger.Veit@gmd.de&gt;
32563 Permission is hereby granted, free of charge, to any person obtaining a
32564 copy of this software and associated documentation files (the "Software"),
32565 to deal in the Software without restriction, including without limitation
32566 the rights to use, copy, modify, merge, publish, distribute, sublicense,
32567 and/or sell copies of the Software, and to permit persons to whom the
32568 Software is furnished to do so, subject to the following conditions:
32570 The above copyright notice and this permission notice shall be included in
32571 all copies or substantial portions of the Software.
32573 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32574 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32575 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
32576 HOLGER VEIT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
32577 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
32578 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32579 SOFTWARE.
32581 Except as contained in this notice, the name of Sebastien Marineau or
32582 Holger Veit shall not be used in advertising or otherwise to promote
32583 the sale, use or other dealings in this Software without prior written
32584 authorization from Holger Veit or Sebastien Marineau.
32586 ______________________________________________________________________________
32588 Copyright © 2003 Keith Packard, Noah Levitt
32590 Permission to use, copy, modify, distribute, and sell this software and its
32591 documentation for any purpose is hereby granted without fee, provided that
32592 the above copyright notice appear in all copies and that both that
32593 copyright notice and this permission notice appear in supporting
32594 documentation, and that the name of Keith Packard not be used in
32595 advertising or publicity pertaining to distribution of the software without
32596 specific, written prior permission. Keith Packard makes no
32597 representations about the suitability of this software for any purpose. It
32598 is provided "as is" without express or implied warranty.
32600 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32601 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32602 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32603 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32604 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32605 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32606 PERFORMANCE OF THIS SOFTWARE.
32608 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32609 </pre>
32610 <ul>
32612 </ul>
32613 </div>
32614 </div>
32617 <div class="product">
32618 <span class="title">xwd-1.0.4</span>
32619 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32620 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32621 <div class="licence">
32622 <pre>Scanned Source License xwd-1.0.4/COPYING:
32624 Copyright 1987, 1988, 1993, 1994, 1996, 1998 The Open Group
32625 Copyright 1994 Hewlett-Packard Co.
32627 Permission to use, copy, modify, distribute, and sell this software and its
32628 documentation for any purpose is hereby granted without fee, provided that
32629 the above copyright notice appear in all copies and that both that
32630 copyright notice and this permission notice appear in supporting
32631 documentation.
32633 The above copyright notice and this permission notice shall be included
32634 in all copies or substantial portions of the Software.
32636 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32637 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32638 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32639 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
32640 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
32641 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
32642 OTHER DEALINGS IN THE SOFTWARE.
32644 Except as contained in this notice, the name of The Open Group shall
32645 not be used in advertising or otherwise to promote the sale, use or
32646 other dealings in this Software without prior written authorization
32647 from The Open Group.
32649 Copyright 2007 Kim woelders
32651 Permission to use, copy, modify, distribute, and sell this software and its
32652 documentation for any purpose is hereby granted without fee, provided that
32653 the above copyright notice appear in all copies and that both that copyright
32654 notice and this permission notice appear in supporting documentation, and
32655 that the name of the copyright holders not be used in advertising or
32656 publicity pertaining to distribution of the software without specific,
32657 written prior permission. The copyright holders make no representations
32658 about the suitability of this software for any purpose. It is provided "as
32659 is" without express or implied warranty.
32661 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32662 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32663 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32664 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32665 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32666 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
32667 OF THIS SOFTWARE.
32669 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32670 </pre>
32671 <ul>
32673 </ul>
32674 </div>
32675 </div>
32678 <div class="product">
32679 <span class="title">xwininfo-1.1.2</span>
32680 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32681 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
32682 <div class="licence">
32683 <pre>Scanned Source License xwininfo-1.1.2/COPYING:
32685 Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
32687 Permission is hereby granted, free of charge, to any person obtaining a
32688 copy of this software and associated documentation files (the "Software"),
32689 to deal in the Software without restriction, including without limitation
32690 the rights to use, copy, modify, merge, publish, distribute, sublicense,
32691 and/or sell copies of the Software, and to permit persons to whom the
32692 Software is furnished to do so, subject to the following conditions:
32694 The above copyright notice and this permission notice (including the next
32695 paragraph) shall be included in all copies or substantial portions of the
32696 Software.
32698 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32699 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32700 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
32701 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32702 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32703 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32704 DEALINGS IN THE SOFTWARE.
32707 Copyright 1987, 1993, 1998 The Open Group
32709 Permission to use, copy, modify, distribute, and sell this software and its
32710 documentation for any purpose is hereby granted without fee, provided that
32711 the above copyright notice appear in all copies and that both that
32712 copyright notice and this permission notice appear in supporting
32713 documentation.
32715 The above copyright notice and this permission notice shall be included
32716 in all copies or substantial portions of the Software.
32718 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32719 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32720 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
32721 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
32722 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
32723 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
32724 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
32725 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
32726 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32728 Except as contained in this notice, the name of a copyright holder
32729 shall not be used in advertising or otherwise to promote the sale, use
32730 or other dealings in this Software without prior written authorization
32731 of the copyright holder.
32733 Copyright 2007 Kim woelders
32735 Permission to use, copy, modify, distribute, and sell this software and its
32736 documentation for any purpose is hereby granted without fee, provided that
32737 the above copyright notice appear in all copies and that both that copyright
32738 notice and this permission notice appear in supporting documentation, and
32739 that the name of the copyright holders not be used in advertising or
32740 publicity pertaining to distribution of the software without specific,
32741 written prior permission. The copyright holders make no representations
32742 about the suitability of this software for any purpose. It is provided "as
32743 is" without express or implied warranty.
32745 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32746 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32747 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32748 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
32749 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32750 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
32751 OF THIS SOFTWARE.
32753 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32754 </pre>
32755 <ul>
32757 </ul>
32758 </div>
32759 </div>
32762 <div class="product">
32763 <span class="title">xxd-1.10</span>
32764 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32765 <span class="homepage"><a href="http://ftp.uni-erlangen.de/pub/utilities/etc/?order=s">homepage</a></span>
32766 <div class="licence">
32767 <pre></pre>
32768 <ul>
32769 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
32770 </ul>
32771 </div>
32772 </div>
32775 <div class="product">
32776 <span class="title">xz-utils-5.0.5</span>
32777 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32778 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
32779 <div class="licence">
32780 <pre>Gentoo Package Stock License LGPL-2.1+:
32782 GNU Lesser General Public License, version 2.1 or any later version.
32783 See LGPL-2.1 or LGPL-3 for the full text of these licenses.
32785 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32786 </pre>
32787 <ul>
32788 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
32789 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
32790 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
32791 </ul>
32792 </div>
32793 </div>
32796 <div class="product">
32797 <span class="title">zbar-0.10</span>
32798 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32799 <span class="homepage"><a href="http://zbar.sourceforge.net/">homepage</a></span>
32800 <div class="licence">
32801 <pre></pre>
32802 <ul>
32803 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
32804 </ul>
32805 </div>
32806 </div>
32809 <div class="product">
32810 <span class="title">zlib-1.2.8</span>
32811 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32812 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span>
32813 <div class="licence">
32814 <pre>Gentoo Package Stock License ZLIB:
32816 Copyright (C) &lt;year&gt; &lt;copyright holders&gt;
32818 This software is provided 'as-is', without any express or implied
32819 warranty. In no event will the author(s) be held liable for any damages
32820 arising from the use of this software.
32822 Permission is granted to anyone to use this software for any purpose,
32823 including commercial applications, and to alter it and redistribute it
32824 freely, subject to the following restrictions:
32826 1. The origin of this software must not be misrepresented; you must not
32827 claim that you wrote the original software. If you use this software
32828 in a product, an acknowledgment in the product documentation would be
32829 appreciated but is not required.
32830 2. Altered source versions must be plainly marked as such, and must not be
32831 misrepresented as being the original software.
32832 3. This notice may not be removed or altered from any source distribution.
32834 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32835 </pre>
32836 <ul>
32838 </ul>
32839 </div>
32840 </div>
32843 </div>
32845 <h2>List of Shared Licenses used in Google Chrome OS:</h2>
32846 <div class="product">
32847 <a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a>
32848 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32849 <div class="licence">
32850 <pre>
32851 The Academic Free License
32852 v. 2.1
32854 This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
32856 Licensed under the Academic Free License version 2.1
32858 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
32860 a) to reproduce the Original Work in copies;
32862 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
32864 c) to distribute copies of the Original Work and Derivative Works to the public;
32866 d) to perform the Original Work publicly; and
32868 e) to display the Original Work publicly.
32870 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
32872 3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
32874 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
32876 5) This section intentionally omitted.
32878 6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
32880 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
32882 8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
32884 9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions.
32886 10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
32888 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
32890 12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
32892 13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
32894 14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
32896 15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
32898 This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.
32903 </pre>
32904 <div class="license-packages">
32905 Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r5
32906 </div>
32907 </div>
32908 </div>
32910 <div class="product">
32911 <a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a>
32912 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
32913 <div class="licence">
32914 <pre>
32915 Apache License
32916 Version 2.0, January 2004
32917 http://www.apache.org/licenses/
32919 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32921 1. Definitions.
32923 "License" shall mean the terms and conditions for use, reproduction,
32924 and distribution as defined by Sections 1 through 9 of this document.
32926 "Licensor" shall mean the copyright owner or entity authorized by
32927 the copyright owner that is granting the License.
32929 "Legal Entity" shall mean the union of the acting entity and all
32930 other entities that control, are controlled by, or are under common
32931 control with that entity. For the purposes of this definition,
32932 "control" means (i) the power, direct or indirect, to cause the
32933 direction or management of such entity, whether by contract or
32934 otherwise, or (ii) ownership of fifty percent (50%) or more of the
32935 outstanding shares, or (iii) beneficial ownership of such entity.
32937 "You" (or "Your") shall mean an individual or Legal Entity
32938 exercising permissions granted by this License.
32940 "Source" form shall mean the preferred form for making modifications,
32941 including but not limited to software source code, documentation
32942 source, and configuration files.
32944 "Object" form shall mean any form resulting from mechanical
32945 transformation or translation of a Source form, including but
32946 not limited to compiled object code, generated documentation,
32947 and conversions to other media types.
32949 "Work" shall mean the work of authorship, whether in Source or
32950 Object form, made available under the License, as indicated by a
32951 copyright notice that is included in or attached to the work
32952 (an example is provided in the Appendix below).
32954 "Derivative Works" shall mean any work, whether in Source or Object
32955 form, that is based on (or derived from) the Work and for which the
32956 editorial revisions, annotations, elaborations, or other modifications
32957 represent, as a whole, an original work of authorship. For the purposes
32958 of this License, Derivative Works shall not include works that remain
32959 separable from, or merely link (or bind by name) to the interfaces of,
32960 the Work and Derivative Works thereof.
32962 "Contribution" shall mean any work of authorship, including
32963 the original version of the Work and any modifications or additions
32964 to that Work or Derivative Works thereof, that is intentionally
32965 submitted to Licensor for inclusion in the Work by the copyright owner
32966 or by an individual or Legal Entity authorized to submit on behalf of
32967 the copyright owner. For the purposes of this definition, "submitted"
32968 means any form of electronic, verbal, or written communication sent
32969 to the Licensor or its representatives, including but not limited to
32970 communication on electronic mailing lists, source code control systems,
32971 and issue tracking systems that are managed by, or on behalf of, the
32972 Licensor for the purpose of discussing and improving the Work, but
32973 excluding communication that is conspicuously marked or otherwise
32974 designated in writing by the copyright owner as "Not a Contribution."
32976 "Contributor" shall mean Licensor and any individual or Legal Entity
32977 on behalf of whom a Contribution has been received by Licensor and
32978 subsequently incorporated within the Work.
32980 2. Grant of Copyright License. Subject to the terms and conditions of
32981 this License, each Contributor hereby grants to You a perpetual,
32982 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32983 copyright license to reproduce, prepare Derivative Works of,
32984 publicly display, publicly perform, sublicense, and distribute the
32985 Work and such Derivative Works in Source or Object form.
32987 3. Grant of Patent License. Subject to the terms and conditions of
32988 this License, each Contributor hereby grants to You a perpetual,
32989 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32990 (except as stated in this section) patent license to make, have made,
32991 use, offer to sell, sell, import, and otherwise transfer the Work,
32992 where such license applies only to those patent claims licensable
32993 by such Contributor that are necessarily infringed by their
32994 Contribution(s) alone or by combination of their Contribution(s)
32995 with the Work to which such Contribution(s) was submitted. If You
32996 institute patent litigation against any entity (including a
32997 cross-claim or counterclaim in a lawsuit) alleging that the Work
32998 or a Contribution incorporated within the Work constitutes direct
32999 or contributory patent infringement, then any patent licenses
33000 granted to You under this License for that Work shall terminate
33001 as of the date such litigation is filed.
33003 4. Redistribution. You may reproduce and distribute copies of the
33004 Work or Derivative Works thereof in any medium, with or without
33005 modifications, and in Source or Object form, provided that You
33006 meet the following conditions:
33008 (a) You must give any other recipients of the Work or
33009 Derivative Works a copy of this License; and
33011 (b) You must cause any modified files to carry prominent notices
33012 stating that You changed the files; and
33014 (c) You must retain, in the Source form of any Derivative Works
33015 that You distribute, all copyright, patent, trademark, and
33016 attribution notices from the Source form of the Work,
33017 excluding those notices that do not pertain to any part of
33018 the Derivative Works; and
33020 (d) If the Work includes a "NOTICE" text file as part of its
33021 distribution, then any Derivative Works that You distribute must
33022 include a readable copy of the attribution notices contained
33023 within such NOTICE file, excluding those notices that do not
33024 pertain to any part of the Derivative Works, in at least one
33025 of the following places: within a NOTICE text file distributed
33026 as part of the Derivative Works; within the Source form or
33027 documentation, if provided along with the Derivative Works; or,
33028 within a display generated by the Derivative Works, if and
33029 wherever such third-party notices normally appear. The contents
33030 of the NOTICE file are for informational purposes only and
33031 do not modify the License. You may add Your own attribution
33032 notices within Derivative Works that You distribute, alongside
33033 or as an addendum to the NOTICE text from the Work, provided
33034 that such additional attribution notices cannot be construed
33035 as modifying the License.
33037 You may add Your own copyright statement to Your modifications and
33038 may provide additional or different license terms and conditions
33039 for use, reproduction, or distribution of Your modifications, or
33040 for any such Derivative Works as a whole, provided Your use,
33041 reproduction, and distribution of the Work otherwise complies with
33042 the conditions stated in this License.
33044 5. Submission of Contributions. Unless You explicitly state otherwise,
33045 any Contribution intentionally submitted for inclusion in the Work
33046 by You to the Licensor shall be under the terms and conditions of
33047 this License, without any additional terms or conditions.
33048 Notwithstanding the above, nothing herein shall supersede or modify
33049 the terms of any separate license agreement you may have executed
33050 with Licensor regarding such Contributions.
33052 6. Trademarks. This License does not grant permission to use the trade
33053 names, trademarks, service marks, or product names of the Licensor,
33054 except as required for reasonable and customary use in describing the
33055 origin of the Work and reproducing the content of the NOTICE file.
33057 7. Disclaimer of Warranty. Unless required by applicable law or
33058 agreed to in writing, Licensor provides the Work (and each
33059 Contributor provides its Contributions) on an "AS IS" BASIS,
33060 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
33061 implied, including, without limitation, any warranties or conditions
33062 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
33063 PARTICULAR PURPOSE. You are solely responsible for determining the
33064 appropriateness of using or redistributing the Work and assume any
33065 risks associated with Your exercise of permissions under this License.
33067 8. Limitation of Liability. In no event and under no legal theory,
33068 whether in tort (including negligence), contract, or otherwise,
33069 unless required by applicable law (such as deliberate and grossly
33070 negligent acts) or agreed to in writing, shall any Contributor be
33071 liable to You for damages, including any direct, indirect, special,
33072 incidental, or consequential damages of any character arising as a
33073 result of this License or out of the use or inability to use the
33074 Work (including but not limited to damages for loss of goodwill,
33075 work stoppage, computer failure or malfunction, or any and all
33076 other commercial damages or losses), even if such Contributor
33077 has been advised of the possibility of such damages.
33079 9. Accepting Warranty or Additional Liability. While redistributing
33080 the Work or Derivative Works thereof, You may choose to offer,
33081 and charge a fee for, acceptance of support, warranty, indemnity,
33082 or other liability obligations and/or rights consistent with this
33083 License. However, in accepting such obligations, You may act only
33084 on Your own behalf and on Your sole responsibility, not on behalf
33085 of any other Contributor, and only if You agree to indemnify,
33086 defend, and hold each Contributor harmless for any liability
33087 incurred by, or claims asserted against, such Contributor by reason
33088 of your accepting any such warranty or additional liability.
33090 END OF TERMS AND CONDITIONS
33092 APPENDIX: How to apply the Apache License to your work.
33094 To apply the Apache License to your work, attach the following
33095 boilerplate notice, with the fields enclosed by brackets "[]"
33096 replaced with your own identifying information. (Don't include
33097 the brackets!) The text should be enclosed in the appropriate
33098 comment syntax for the file format. We also recommend that a
33099 file or class name and description of purpose be included on the
33100 same "printed page" as the copyright notice for easier
33101 identification within third-party archives.
33103 Copyright [yyyy] [name of copyright owner]
33105 Licensed under the Apache License, Version 2.0 (the "License");
33106 you may not use this file except in compliance with the License.
33107 You may obtain a copy of the License at
33109 http://www.apache.org/licenses/LICENSE-2.0
33111 Unless required by applicable law or agreed to in writing, software
33112 distributed under the License is distributed on an "AS IS" BASIS,
33113 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33114 See the License for the specific language governing permissions and
33115 limitations under the License.
33117 </pre>
33118 <div class="license-packages">
33119 Used by these packages: dev-util/stressapptest-1.0.4 dev-python/jsonrpclib-0_pre20110820-r1 dev-libs/protobuf-python-2.3.0-r1 app-i18n/chromeos-hangul-1.2.0.3-r1 app-admin/rsyslog-5.8.11-r1 media-fonts/droidfonts-cros-20121206 media-fonts/crosextrafonts-20130214 media-fonts/croscorefonts-1.23.0 media-fonts/notofonts-20140130-r1 dev-python/selenium-2.29.0 dev-libs/protobuf-2.3.0-r5
33120 </div>
33121 </div>
33122 </div>
33124 <div class="product">
33125 <a name="as-is" class="title">Gentoo Package Stock License as-is</a>
33126 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33127 <div class="licence">
33128 <pre>
33129 Note: This license label is deprecated, so don't use it for new packages.
33130 Unfortunately, "as-is" has been (ab)used also for non-free software and
33131 you cannot rely on it. Please check the upstream license instead.
33133 "as-is" in its originally intended sense is now covered by the OSI-approved
33134 "HPND" (Historical Permission Notice and Disclaimer).
33136 ---------------------------------------------------------------------------
33138 This is a generic place holder for a class of licenses that boil down to do
33139 no guarantees and all you get is what you have. The language is usually
33140 similar to:
33142 Permission to use, copy, modify, and distribute this software and its
33143 documentation for any purpose and without fee is hereby granted, provided
33144 that the above copyright notice appears in all copies and that both the
33145 copyright notice and this permission notice appear in supporting
33146 documentation, and that the same name not be used in advertising or
33147 publicity pertaining to distribution of the software without specific,
33148 written prior permission. We make no representations about the
33149 suitability of this software for any purpose. It is provided "as is"
33150 without express or implied warranty.
33153 You will need to check the license that came with the software for the exact
33154 specifics. Generally you are free to do most anything you want with "as is"
33155 software but you should not take this license as legal advice.
33157 Note: Most all license have an "as is" clause. For our purposes this does
33158 not make all software in this category. This category is for software with
33159 very little restrictions.
33161 The information in this license about licenses is presented "as is". :-P
33163 </pre>
33164 <div class="license-packages">
33165 Used by these packages: net-wireless/crda-1.1.1-r5 dev-db/sqlite-3.6.22-r3 net-misc/iperf-2.0.4-r1 net-misc/dhcp-4.2.2-r2 x11-misc/xdotool-2.20110530.1 media-libs/tiff-4.0.0-r1 app-text/docbook-xml-dtd-4.1.2-r6 dev-lang/swig-2.0.4-r1 media-libs/libpng-1.2.49-r2
33166 </div>
33167 </div>
33168 </div>
33170 <div class="product">
33171 <a name="Atheros" class="title">Custom License Atheros</a>
33172 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33173 <div class="licence">
33174 <pre>
33175 Copyright (c) 2010, Atheros Communications, Inc.
33177 All rights reserved.
33179 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are
33181 met:
33183 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
33185 * 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.
33187 * No reverse engineering, decompilation, or disassembly of this software is permitted.
33189 Limited patent license. Atheros Communications, Inc. grants a world-wide, royalty-free, non-exclusive license under patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") this software, but solely to the extent that any such patent is necessary to Utilize the software alone, or in combination with an operating system licensed under an approved Open Source license as listed by the Open Source Initiative at http://opensource.org/licenses. The patent license shall not apply to any other combinations which include this software. No hardware per se is licensed hereunder.
33191 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33195 </pre>
33196 <div class="license-packages">
33197 Used by these packages: net-wireless/ath3k-0.0.1-r122 net-wireless/ath6k-34-r23
33198 </div>
33199 </div>
33200 </div>
33202 <div class="product">
33203 <a name="BSD-Google" class="title">Custom License BSD-Google</a>
33204 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33205 <div class="licence">
33206 <pre>
33207 Copyright 2010, Google Inc.
33208 All rights reserved.
33210 Redistribution and use in source and binary forms, with or without
33211 modification, are permitted provided that the following conditions are
33212 met:
33214 * Redistributions of source code must retain the above copyright
33215 notice, this list of conditions and the following disclaimer.
33216 * Redistributions in binary form must reproduce the above
33217 copyright notice, this list of conditions and the following disclaimer
33218 in the documentation and/or other materials provided with the
33219 distribution.
33220 * Neither the name of Google Inc. nor the names of its
33221 contributors may be used to endorse or promote products derived from
33222 this software without specific prior written permission.
33224 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33225 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33226 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33227 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33228 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33229 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33230 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33231 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33232 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33233 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33234 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33236 </pre>
33237 <div class="license-packages">
33238 Used by these packages: chromeos-base/chromeos-test-testauthkeys-0.0.1-r2 dev-util/hdctools-0.0.1-r354 chromeos-base/chromeos-bsp-alex-0.0.1-r12 chromeos-base/gobi3k-sdk-1.0.1-r22 chromeos-base/vpd-0.0.1-r76 chromeos-base/mttools-0.0.1-r93 chromeos-base/update_engine-0.0.2-r655 chromeos-base/chromeos-factory-board-3.0.0-r1 chromeos-base/verity-0.0.1-r79 chromeos-base/chromeos-init-0.0.25-r840 chromeos-base/userfeedback-0.0.1-r152 chromeos-base/platform2-0.0.5-r627 chromeos-base/crosh-0.0.1-r172 chromeos-base/autotest-client-0.0.1-r1 chromeos-base/salsa-0.0.1-r17 chromeos-base/chromeos-activate-date-0.0.1-r1 chromeos-base/permission_broker-0.0.1-r46 chromeos-base/chromeos-login-0.0.5-r838 chromeos-base/chromite-0.0.1-r1022 chromeos-base/metrics-0.0.1-r63 chromeos-base/chromeos-ca-certificates-0.0.1-r2 chromeos-base/chromeos-cryptohome-0.0.1-r551 chromeos-base/chromeos-factory-0.0.1-r1362 chromeos-base/chromeos-factory-regions-0.0.1-r206 sys-apps/rootdev-0.0.1-r22 chromeos-base/libchrome-271506-r5 chromeos-base/chromeos-bsp-x86-alex-0.0.2-r2 chromeos-base/bootcomplete-login-0.0.1-r1 chromeos-base/tty-0.0.1-r4 chromeos-base/chromeos-auth-config-0.0.1-r5 chromeos-base/chromeos-installer-0.0.1-r385 chromeos-base/gestures-0.0.1-r498 chromeos-base/swap-init-0.0.1-r1 chromeos-base/chromeos-base-0-r118 chromeos-base/vboot_reference-1.0-r949 chromeos-base/cros_boot_mode-0.0.1-r90 chromeos-base/inputcontrol-0.0.1-r98 chromeos-base/openssh-server-init-0.0.1-r22 chromeos-base/audiotest-0.0.1-r8 net-dns/avahi-daemon-0.0.1 chromeos-base/memento_softwareupdate-0.0.1-r55 chromeos-base/libchromeos-0.0.1-r78 chromeos-base/workarounds-0.0.1-r76 sys-apps/mosys-1.2.03-r235 chromeos-base/gobi-cromo-plugin-1.0.1-r122 chromeos-base/chromeos-imageburner-0.0.1-r111 chromeos-base/chromeos-firewall-init-0.0.1-r1 dev-util/mem-0.0.1-r2 chromeos-base/chromeos-factoryinstall-0.0.1-r140 chromeos-base/libchromeos-use-flags-0.0.1-r5 chromeos-base/libchrome_crypto-271506-r1 media-sound/adhd-0.0.1-r818 chromeos-base/chromeos-assets-0.0.2-r10 chromeos-base/google-breakpad-1303-r82 chromeos-base/dev-install-0.0.1-r679 chromeos-base/chromeos-firmware-alex-0.0.1-r136 chromeos-base/gobi3k-lib-0.0.1-r25 chromeos-base/audioconfig-0.0.1-r1 chromeos-base/xorg-conf-0.0.6-r115 chromeos-base/oem-customization-0.0.2-r7 chromeos-base/chromeos-factory-mini-0.0.1-r7 chromeos-base/touch_noise_filter-0.0.1-r18 chromeos-base/shill-test-scripts-0.0.1-r508 chromeos-base/libscrypt-1.1.6-r11 chromeos-base/chromeos-minijail-0.0.1-r141 chromeos-base/modem-diagnostics-0.1-r8 chromeos-base/system_api-0.0.1-r442 chromeos-base/chromeos-chrome-38.0.2096.1_rc-r4 x11-drivers/touchpad-tests-0.0.1-r129 chromeos-base/update-policy-chromeos-0.0.1-r2 chromeos-base/protofiles-0.0.1-r20 chromeos-base/modem-utilities-0.0.1-r60 chromeos-base/libevdev-0.0.1-r59 sys-apps/flashmap-0.3-r18 chromeos-base/autotest-factory-install-0.0.1-r3 chromeos-base/common-assets-0.0.1-r3 chromeos-base/avtest_label_detect-0.0.1-r51 chromeos-base/autotest-fakemodem-conf-0.0.1-r1 chromeos-base/bootstat-0.0.2-r95 chromeos-base/p2p-0.0.1-r107 chromeos-base/crash-reporter-0.0.1-r17 chromeos-base/mtpd-0.0.1-r94 app-i18n/input-tools-4.3.2.5-r1 chromeos-base/chromeos-test-init-0.0.1-r297
33239 </div>
33240 </div>
33241 </div>
33243 <div class="product">
33244 <a name="CPL-1.0" class="title">Gentoo Package Stock License CPL-1.0</a>
33245 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33246 <div class="licence">
33247 <pre>
33248 Common Public License Version 1.0
33250 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
33252 1. DEFINITIONS
33254 "Contribution" means:
33256 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
33258 b) in the case of each subsequent Contributor:
33260 i) changes to the Program, and
33262 ii) additions to the Program;
33264 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
33266 "Contributor" means any person or entity that distributes the Program.
33268 "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.
33270 "Program" means the Contributions distributed in accordance with this Agreement.
33272 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
33274 2. GRANT OF RIGHTS
33276 a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
33278 b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
33280 c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
33282 d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
33284 3. REQUIREMENTS
33286 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
33288 a) it complies with the terms and conditions of this Agreement; and
33290 b) its license agreement:
33292 i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
33294 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
33296 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
33298 iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
33300 When the Program is made available in source code form:
33302 a) it must be made available under this Agreement; and
33304 b) a copy of this Agreement must be included with each copy of the Program.
33306 Contributors may not remove or alter any copyright notices contained within the Program.
33308 Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
33310 4. COMMERCIAL DISTRIBUTION
33312 Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
33314 For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
33316 5. NO WARRANTY
33318 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
33320 6. DISCLAIMER OF LIABILITY
33322 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
33324 7. GENERAL
33326 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
33328 If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
33330 All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
33332 Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
33334 This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
33335 </pre>
33336 <div class="license-packages">
33337 Used by these packages: app-crypt/trousers-0.3.3-r44 app-crypt/tpm-tools-1.3.5-r2
33338 </div>
33339 </div>
33340 </div>
33342 <div class="product">
33343 <a name="FTL" class="title">Gentoo Package Stock License FTL</a>
33344 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33345 <div class="licence">
33346 <pre>
33347 The FreeType Project LICENSE
33348 ----------------------------
33350 Copyright 1996-1999 by
33351 David Turner, Robert Wilhelm, and Werner Lemberg
33355 Introduction
33356 ============
33358 The FreeType Project is distributed in several archive packages;
33359 some of them may contain, in addition to the FreeType font engine,
33360 various tools and contributions which rely on, or relate to, the
33361 FreeType Project.
33363 This license applies to all files found in such packages, and
33364 which do not fall under their own explicit license. The license
33365 affects thus the FreeType font engine, the test programs,
33366 documentation and makefiles, at the very least.
33368 This license was inspired by the BSD, Artistic, and IJG
33369 (Independent JPEG Group) licenses, which all encourage inclusion
33370 and use of free software in commercial and freeware products
33371 alike. As a consequence, its main points are that:
33373 o We don't promise that this software works. However, we are be
33374 interested in any kind of bug reports. (`as is' distribution)
33376 o You can use this software for whatever you want, in parts or
33377 full form, without having to pay us. (`royalty-free' usage)
33379 o You may not pretend that you wrote this software. If you use
33380 it, or only parts of it, in a program, you must acknowledge
33381 somewhere in your documentation that you've used the FreeType
33382 code. (`credits')
33384 We specifically permit and encourage the inclusion of this
33385 software, with or without modifications, in commercial products,
33386 provided that all warranty or liability claims are assumed by the
33387 product vendor.
33390 Legal Terms
33391 ===========
33393 0. Definitions
33394 --------------
33396 Throughout this license, the terms `package', `FreeType Project',
33397 and `FreeType archive' refer to the set of files originally
33398 distributed by the authors (David Turner, Robert Wilhelm, and
33399 Werner Lemberg) as the `FreeType project', be they named as alpha,
33400 beta or final release.
33402 `You' refers to the licensee, or person using the project, where
33403 `using' is a generic term including compiling the project's source
33404 code as well as linking it to form a `program' or `executable'.
33405 This program is referred to as `a program using the FreeType
33406 engine'.
33408 This license applies to all files distributed in the original
33409 FreeType archive, including all source code, binaries and
33410 documentation, unless otherwise stated in the file in its
33411 original, unmodified form as distributed in the original archive.
33412 If you are unsure whether or not a particular file is covered by
33413 this license, you must contact us to verify this.
33415 The FreeType project is copyright (C) 1996-1999 by David Turner,
33416 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
33417 specified below.
33419 1. No Warranty
33420 --------------
33422 THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
33423 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
33424 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
33425 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
33426 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
33427 USE, OF THE FREETYPE PROJECT.
33429 As you have not signed this license, you are not required to
33430 accept it. However, as the FreeType project is copyrighted
33431 material, only this license, or another one contracted with the
33432 authors, grants you the right to use, distribute, and modify it.
33433 Therefore, by using, distributing, or modifying the FreeType
33434 project, you indicate that you understand and accept all the terms
33435 of this license.
33437 2. Redistribution
33438 -----------------
33440 Redistribution and use in source and binary forms, with or without
33441 modification, are permitted provided that the following conditions
33442 are met:
33444 o Redistribution of source code must retain this license file
33445 (`licence.txt') unaltered; any additions, deletions or changes
33446 to the original files must be clearly indicated in
33447 accompanying documentation. The copyright notices of the
33448 unaltered, original files must be preserved in all copies of
33449 source files.
33451 o Redistribution in binary form must provide a disclaimer that
33452 states that the software is based in part of the work of the
33453 FreeType Team, in the distribution documentation. We also
33454 encourage you to put an URL to the FreeType web page in your
33455 documentation, though this isn't mandatory.
33457 These conditions apply to any software derived from or based on
33458 the FreeType code, not just the unmodified files. If you use our
33459 work, you must acknowledge us. However, no fee need be paid to
33462 3. Advertising
33463 --------------
33465 The names of FreeType's authors and contributors may not be used
33466 to endorse or promote products derived from this software without
33467 specific prior written permission.
33469 We suggest, but do not require, that you use one or more of the
33470 following phrases to refer to this software in your documentation
33471 or advertising materials: `FreeType Project', `FreeType Engine',
33472 `FreeType library', or `FreeType Distribution'.
33474 4. Contacts
33475 -----------
33477 There are two mailing lists related to FreeType:
33479 o freetype@freetype.org
33481 Discusses general use and applications of FreeType, as well as
33482 future and wanted additions to the library and distribution.
33483 If you are looking for support, start in this list if you
33484 haven't found anything to help you in the documentation.
33486 o devel@freetype.org
33488 Discusses bugs, as well as engine internals, design issues,
33489 specific licenses, porting, etc.
33491 o http://www.freetype.org
33493 Holds the current FreeType web page, which will allow you to
33494 download our latest development version and read online
33495 documentation.
33497 You can also contact us individually at:
33499 David Turner &lt;david.turner@freetype.org&gt;
33500 Robert Wilhelm &lt;robert.wilhelm@freetype.org&gt;
33501 Werner Lemberg &lt;werner.lemberg@freetype.org&gt;
33504 --- end of license.txt ---
33506 </pre>
33507 <div class="license-packages">
33508 Used by these packages: media-libs/freetype-2.5.0.1-r3 x11-libs/pango-1.32.5-r1
33509 </div>
33510 </div>
33511 </div>
33513 <div class="product">
33514 <a name="Google-TOS" class="title">Gentoo Package Stock License Google-TOS</a>
33515 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33516 <div class="licence">
33517 <pre>
33518 # file generated using the following command (open the link in browser for up-to-date version with html links)
33519 # o=$(sed -n '1,3p' Google-TOS; lynx -dump http://www.google.com/intl/en/policies/terms/); echo "$o" &gt; Google-TOS
33521 [1]Google
33523 [2]Policies &amp; Principles
33525 [3]Skip to content
33527 1. [4]Overview
33528 2. Terms of Service
33530 * Terms of Service
33531 * [5]Updates
33533 Google Terms of Service
33535 Last modified: November 11, 2013 ([6]view archived versions)
33537 Welcome to Google!
33539 Thanks for using our products and services (“Services”). The Services are
33540 provided by Google Inc. (“Google”), located at 1600 Amphitheatre Parkway,
33541 Mountain View, CA 94043, United States.
33543 By using our Services, you are agreeing to these terms. Please read them
33544 carefully.
33546 Our Services are very diverse, so sometimes additional terms or product
33547 requirements (including age requirements) may apply. Additional terms will
33548 be available with the relevant Services, and those additional terms become
33549 part of your agreement with us if you use those Services.
33551 Using our Services
33553 You must follow any policies made available to you within the Services.
33555 Don’t misuse our Services. For example, don’t interfere with our Services
33556 or try to access them using a method other than the interface and the
33557 instructions that we provide. You may use our Services only as permitted
33558 by law, including applicable export and re-export control laws and
33559 regulations. We may suspend or stop providing our Services to you if you
33560 do not comply with our terms or policies or if we are investigating
33561 suspected misconduct.
33563 Using our Services does not give you ownership of any intellectual
33564 property rights in our Services or the content you access. You may not use
33565 content from our Services unless you obtain permission from its owner or
33566 are otherwise permitted by law. These terms do not grant you the right to
33567 use any branding or logos used in our Services. Don’t remove, obscure, or
33568 alter any legal notices displayed in or along with our Services.
33570 Our Services display some content that is not Google’s. This content is
33571 the sole responsibility of the entity that makes it available. We may
33572 review content to determine whether it is illegal or violates our
33573 policies, and we may remove or refuse to display content that we
33574 reasonably believe violates our policies or the law. But that does not
33575 necessarily mean that we review content, so please don’t assume that we
33578 In connection with your use of the Services, we may send you service
33579 announcements, administrative messages, and other information. You may opt
33580 out of some of those communications.
33582 Some of our Services are available on mobile devices. Do not use such
33583 Services in a way that distracts you and prevents you from obeying traffic
33584 or safety laws.
33586 Your Google Account
33588 You may need a Google Account in order to use some of our Services. You
33589 may create your own Google Account, or your Google Account may be assigned
33590 to you by an administrator, such as your employer or educational
33591 institution. If you are using a Google Account assigned to you by an
33592 administrator, different or additional terms may apply and your
33593 administrator may be able to access or disable your account.
33595 To protect your Google Account, keep your password confidential. You are
33596 responsible for the activity that happens on or through your Google
33597 Account. Try not to reuse your Google Account password on third-party
33598 applications. If you learn of any unauthorized use of your password or
33599 Google Account, [7]follow these instructions.
33601 Privacy and Copyright Protection
33603 Google’s [8]privacy policies explain how we treat your personal data and
33604 protect your privacy when you use our Services. By using our Services, you
33605 agree that Google can use such data in accordance with our privacy
33606 policies.
33608 We respond to notices of alleged copyright infringement and terminate
33609 accounts of repeat infringers according to the process set out in the U.S.
33610 Digital Millennium Copyright Act.
33612 We provide information to help copyright holders manage their intellectual
33613 property online. If you think somebody is violating your copyrights and
33614 want to notify us, you can find information about submitting notices and
33615 Google’s policy about responding to notices [9]in our Help Center.
33617 Your Content in our Services
33619 Some of our Services allow you to submit content. You retain ownership of
33620 any intellectual property rights that you hold in that content. In short,
33621 what belongs to you stays yours.
33623 When you upload or otherwise submit content to our Services, you give
33624 Google (and those we work with) a worldwide license to use, host, store,
33625 reproduce, modify, create derivative works (such as those resulting from
33626 translations, adaptations or other changes we make so that your content
33627 works better with our Services), communicate, publish, publicly perform,
33628 publicly display and distribute such content. The rights you grant in this
33629 license are for the limited purpose of operating, promoting, and improving
33630 our Services, and to develop new ones. This license continues even if you
33631 stop using our Services (for example, for a business listing you have
33632 added to Google Maps). Some Services may offer you ways to access and
33633 remove content that has been provided to that Service. Also, in some of
33634 our Services, there are terms or settings that narrow the scope of our use
33635 of the content submitted in those Services. Make sure you have the
33636 necessary rights to grant us this license for any content that you submit
33637 to our Services.
33639 If you have a Google Account, we may display your Profile name, Profile
33640 photo, and actions you take on Google or on third-party applications
33641 connected to your Google Account (such as +1’s, reviews you write and
33642 comments you post) in our Services, including displaying in ads and other
33643 commercial contexts. We will respect the choices you make to limit sharing
33644 or visibility settings in your Google Account. For example, you can choose
33645 your settings so your name and photo do not appear in an ad.
33647 You can find more information about how Google uses and stores content in
33648 the privacy policy or additional terms for particular Services. If you
33649 submit feedback or suggestions about our Services, we may use your
33650 feedback or suggestions without obligation to you.
33652 About Software in our Services
33654 When a Service requires or includes downloadable software, this software
33655 may update automatically on your device once a new version or feature is
33656 available. Some Services may let you adjust your automatic update
33657 settings.
33659 Google gives you a personal, worldwide, royalty-free, non-assignable and
33660 non-exclusive license to use the software provided to you by Google as
33661 part of the Services. This license is for the sole purpose of enabling you
33662 to use and enjoy the benefit of the Services as provided by Google, in the
33663 manner permitted by these terms. You may not copy, modify, distribute,
33664 sell, or lease any part of our Services or included software, nor may you
33665 reverse engineer or attempt to extract the source code of that software,
33666 unless laws prohibit those restrictions or you have our written
33667 permission.
33669 Open source software is important to us. Some software used in our
33670 Services may be offered under an open source license that we will make
33671 available to you. There may be provisions in the open source license that
33672 expressly override some of these terms.
33674 Modifying and Terminating our Services
33676 We are constantly changing and improving our Services. We may add or
33677 remove functionalities or features, and we may suspend or stop a Service
33678 altogether.
33680 You can stop using our Services at any time, although we’ll be sorry to
33681 see you go. Google may also stop providing Services to you, or add or
33682 create new limits to our Services at any time.
33684 We believe that you own your data and preserving your access to such data
33685 is important. If we discontinue a Service, where reasonably possible, we
33686 will give you reasonable advance notice and a chance to get information
33687 out of that Service.
33689 Our Warranties and Disclaimers
33691 We provide our Services using a commercially reasonable level of skill and
33692 care and we hope that you will enjoy using them. But there are certain
33693 things that we don’t promise about our Services.
33695 OTHER THAN AS EXPRESSLY SET OUT IN THESE TERMS OR ADDITIONAL TERMS,
33696 NEITHER GOOGLE NOR ITS SUPPLIERS OR DISTRIBUTORS MAKE ANY SPECIFIC
33697 PROMISES ABOUT THE SERVICES. FOR EXAMPLE, WE DON’T MAKE ANY COMMITMENTS
33698 ABOUT THE CONTENT WITHIN THE SERVICES, THE SPECIFIC FUNCTIONS OF THE
33699 SERVICES, OR THEIR RELIABILITY, AVAILABILITY, OR ABILITY TO MEET YOUR
33700 NEEDS. WE PROVIDE THE SERVICES “AS IS”.
33702 SOME JURISDICTIONS PROVIDE FOR CERTAIN WARRANTIES, LIKE THE IMPLIED
33703 WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
33704 NON-INFRINGEMENT. TO THE EXTENT PERMITTED BY LAW, WE EXCLUDE ALL
33705 WARRANTIES.
33707 Liability for our Services
33709 WHEN PERMITTED BY LAW, GOOGLE, AND GOOGLE’S SUPPLIERS AND DISTRIBUTORS,
33710 WILL NOT BE RESPONSIBLE FOR LOST PROFITS, REVENUES, OR DATA, FINANCIAL
33711 LOSSES OR INDIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE
33712 DAMAGES.
33714 TO THE EXTENT PERMITTED BY LAW, THE TOTAL LIABILITY OF GOOGLE, AND ITS
33715 SUPPLIERS AND DISTRIBUTORS, FOR ANY CLAIMS UNDER THESE TERMS, INCLUDING
33716 FOR ANY IMPLIED WARRANTIES, IS LIMITED TO THE AMOUNT YOU PAID US TO USE
33717 THE SERVICES (OR, IF WE CHOOSE, TO SUPPLYING YOU THE SERVICES AGAIN).
33719 IN ALL CASES, GOOGLE, AND ITS SUPPLIERS AND DISTRIBUTORS, WILL NOT BE
33720 LIABLE FOR ANY LOSS OR DAMAGE THAT IS NOT REASONABLY FORESEEABLE.
33722 Business uses of our Services
33724 If you are using our Services on behalf of a business, that business
33725 accepts these terms. It will hold harmless and indemnify Google and its
33726 affiliates, officers, agents, and employees from any claim, suit or action
33727 arising from or related to the use of the Services or violation of these
33728 terms, including any liability or expense arising from claims, losses,
33729 damages, suits, judgments, litigation costs and attorneys’ fees.
33731 About these Terms
33733 We may modify these terms or any additional terms that apply to a Service
33734 to, for example, reflect changes to the law or changes to our Services.
33735 You should look at the terms regularly. We’ll post notice of modifications
33736 to these terms on this page. We’ll post notice of modified additional
33737 terms in the applicable Service. Changes will not apply retroactively and
33738 will become effective no sooner than fourteen days after they are posted.
33739 However, changes addressing new functions for a Service or changes made
33740 for legal reasons will be effective immediately. If you do not agree to
33741 the modified terms for a Service, you should discontinue your use of that
33742 Service.
33744 If there is a conflict between these terms and the additional terms, the
33745 additional terms will control for that conflict.
33747 These terms control the relationship between Google and you. They do not
33748 create any third party beneficiary rights.
33750 If you do not comply with these terms, and we don’t take action right
33751 away, this doesn’t mean that we are giving up any rights that we may have
33752 (such as taking action in the future).
33754 If it turns out that a particular term is not enforceable, this will not
33755 affect any other terms.
33757 The laws of California, U.S.A., excluding California’s conflict of laws
33758 rules, will apply to any disputes arising out of or relating to these
33759 terms or the Services. All claims arising out of or relating to these
33760 terms or the Services will be litigated exclusively in the federal or
33761 state courts of Santa Clara County, California, USA, and you and Google
33762 consent to personal jurisdiction in those courts.
33764 For information about how to contact Google, please visit our [10]contact
33765 page.
33767 Good to Know
33769 * Our Good to Know site helps you stay safe and protect your family’s
33770 information online. [11]Visit to learn more
33772 Our legal policies
33774 * [12]Privacy Policy
33775 * Terms of Service
33776 * [13]FAQ
33778 Some technical details
33780 * [14]Technologies and Principles
33781 * [15]Advertising
33782 * [16]How Google uses cookies
33783 * [17]How Google uses pattern recognition
33784 * [18]Types of location data used by Google
33785 * [19]How Google Wallet uses credit card numbers
33786 * [20]How Google Voice works
33788 Change language: [[21]________________________]
33790 * [22]Google
33791 * [23]About Google
33792 * [24]Privacy &amp; Terms
33794 References
33796 Visible links
33797 1. http://www.google.com/
33798 2. http://www.google.com/intl/en/policies/
33799 3. http://www.google.com/intl/en/policies/terms/#content
33800 4. http://www.google.com/intl/en/policies/
33801 5. http://www.google.com/intl/en/policies/terms/archive/
33802 6. http://www.google.com/intl/en/policies/terms/archive/
33803 7. http://support.google.com/accounts/bin/answer.py?hl=en&amp;answer=58585
33804 8. http://www.google.com/intl/en/policies/privacy/
33805 9. http://support.google.com/bin/static.py?hl=en&amp;ts=1114905&amp;page=ts.cs
33806 10. http://www.google.com/intl/en/contact/
33807 11. http://www.google.com/intl/en/goodtoknow/
33808 12. http://www.google.com/intl/en/policies/privacy/
33809 13. http://www.google.com/intl/en/policies/faq/
33810 14. http://www.google.com/intl/en/policies/technologies/
33811 15. http://www.google.com/intl/en/policies/technologies/ads/
33812 16. http://www.google.com/intl/en/policies/technologies/cookies/
33813 17. http://www.google.com/intl/en/policies/technologies/pattern-recognition/
33814 18. http://www.google.com/intl/en/policies/technologies/location-data/
33815 19. http://www.google.com/intl/en/policies/technologies/wallet/
33816 20. http://www.google.com/intl/en/policies/technologies/voice/
33817 22. http://www.google.com/
33818 23. http://www.google.com/intl/en/about/
33819 24. http://www.google.com/intl/en/policies/
33821 </pre>
33822 <div class="license-packages">
33823 Used by these packages: chromeos-base/gobi-sdk-0.1-r34 app-i18n/GoogleKeyboardInput-xkb-1.1.0.0-r1 chromeos-base/madison-cromo-plugin-0.1-r50 chromeos-base/gtalk-62219080-r7 app-i18n/GoogleChineseInput-pinyin-2.0.0.0-r1 app-i18n/GoogleChineseInput-zhuyin-2.0.0.0-r1 chromeos-base/gobi-firmware-1.0.61-r5 chromeos-base/genius-app-oem-0.0.6-r1 chromeos-base/pepper-flash-14.0.0.145-r1 chromeos-base/ja-motoyafonts-1.0.0 chromeos-base/chromeos-default-apps-1.2.0 chromeos-base/chromeos-chrome-38.0.2096.1_rc-r4 chromeos-base/ascender_to_license-20130111 app-i18n/GoogleChineseInput-cangjie-2.0.0.0-r1
33824 </div>
33825 </div>
33826 </div>
33828 <div class="product">
33829 <a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a>
33830 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
33831 <div class="licence">
33832 <pre>
33833 GNU GENERAL PUBLIC LICENSE
33834 Version 2, June 1991
33836 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
33837 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
33838 Everyone is permitted to copy and distribute verbatim copies
33839 of this license document, but changing it is not allowed.
33841 Preamble
33843 The licenses for most software are designed to take away your
33844 freedom to share and change it. By contrast, the GNU General Public
33845 License is intended to guarantee your freedom to share and change free
33846 software--to make sure the software is free for all its users. This
33847 General Public License applies to most of the Free Software
33848 Foundation's software and to any other program whose authors commit to
33849 using it. (Some other Free Software Foundation software is covered by
33850 the GNU Library General Public License instead.) You can apply it to
33851 your programs, too.
33853 When we speak of free software, we are referring to freedom, not
33854 price. Our General Public Licenses are designed to make sure that you
33855 have the freedom to distribute copies of free software (and charge for
33856 this service if you wish), that you receive source code or can get it
33857 if you want it, that you can change the software or use pieces of it
33858 in new free programs; and that you know you can do these things.
33860 To protect your rights, we need to make restrictions that forbid
33861 anyone to deny you these rights or to ask you to surrender the rights.
33862 These restrictions translate to certain responsibilities for you if you
33863 distribute copies of the software, or if you modify it.
33865 For example, if you distribute copies of such a program, whether
33866 gratis or for a fee, you must give the recipients all the rights that
33867 you have. You must make sure that they, too, receive or can get the
33868 source code. And you must show them these terms so they know their
33869 rights.
33871 We protect your rights with two steps: (1) copyright the software, and
33872 (2) offer you this license which gives you legal permission to copy,
33873 distribute and/or modify the software.
33875 Also, for each author's protection and ours, we want to make certain
33876 that everyone understands that there is no warranty for this free
33877 software. If the software is modified by someone else and passed on, we
33878 want its recipients to know that what they have is not the original, so
33879 that any problems introduced by others will not reflect on the original
33880 authors' reputations.
33882 Finally, any free program is threatened constantly by software
33883 patents. We wish to avoid the danger that redistributors of a free
33884 program will individually obtain patent licenses, in effect making the
33885 program proprietary. To prevent this, we have made it clear that any
33886 patent must be licensed for everyone's free use or not licensed at all.
33888 The precise terms and conditions for copying, distribution and
33889 modification follow.
33891 GNU GENERAL PUBLIC LICENSE
33892 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
33894 0. This License applies to any program or other work which contains
33895 a notice placed by the copyright holder saying it may be distributed
33896 under the terms of this General Public License. The "Program", below,
33897 refers to any such program or work, and a "work based on the Program"
33898 means either the Program or any derivative work under copyright law:
33899 that is to say, a work containing the Program or a portion of it,
33900 either verbatim or with modifications and/or translated into another
33901 language. (Hereinafter, translation is included without limitation in
33902 the term "modification".) Each licensee is addressed as "you".
33904 Activities other than copying, distribution and modification are not
33905 covered by this License; they are outside its scope. The act of
33906 running the Program is not restricted, and the output from the Program
33907 is covered only if its contents constitute a work based on the
33908 Program (independent of having been made by running the Program).
33909 Whether that is true depends on what the Program does.
33911 1. You may copy and distribute verbatim copies of the Program's
33912 source code as you receive it, in any medium, provided that you
33913 conspicuously and appropriately publish on each copy an appropriate
33914 copyright notice and disclaimer of warranty; keep intact all the
33915 notices that refer to this License and to the absence of any warranty;
33916 and give any other recipients of the Program a copy of this License
33917 along with the Program.
33919 You may charge a fee for the physical act of transferring a copy, and
33920 you may at your option offer warranty protection in exchange for a fee.
33922 2. You may modify your copy or copies of the Program or any portion
33923 of it, thus forming a work based on the Program, and copy and
33924 distribute such modifications or work under the terms of Section 1
33925 above, provided that you also meet all of these conditions:
33927 a) You must cause the modified files to carry prominent notices
33928 stating that you changed the files and the date of any change.
33930 b) You must cause any work that you distribute or publish, that in
33931 whole or in part contains or is derived from the Program or any
33932 part thereof, to be licensed as a whole at no charge to all third
33933 parties under the terms of this License.
33935 c) If the modified program normally reads commands interactively
33936 when run, you must cause it, when started running for such
33937 interactive use in the most ordinary way, to print or display an
33938 announcement including an appropriate copyright notice and a
33939 notice that there is no warranty (or else, saying that you provide
33940 a warranty) and that users may redistribute the program under
33941 these conditions, and telling the user how to view a copy of this
33942 License. (Exception: if the Program itself is interactive but
33943 does not normally print such an announcement, your work based on
33944 the Program is not required to print an announcement.)
33946 These requirements apply to the modified work as a whole. If
33947 identifiable sections of that work are not derived from the Program,
33948 and can be reasonably considered independent and separate works in
33949 themselves, then this License, and its terms, do not apply to those
33950 sections when you distribute them as separate works. But when you
33951 distribute the same sections as part of a whole which is a work based
33952 on the Program, the distribution of the whole must be on the terms of
33953 this License, whose permissions for other licensees extend to the
33954 entire whole, and thus to each and every part regardless of who wrote it.
33956 Thus, it is not the intent of this section to claim rights or contest
33957 your rights to work written entirely by you; rather, the intent is to
33958 exercise the right to control the distribution of derivative or
33959 collective works based on the Program.
33961 In addition, mere aggregation of another work not based on the Program
33962 with the Program (or with a work based on the Program) on a volume of
33963 a storage or distribution medium does not bring the other work under
33964 the scope of this License.
33966 3. You may copy and distribute the Program (or a work based on it,
33967 under Section 2) in object code or executable form under the terms of
33968 Sections 1 and 2 above provided that you also do one of the following:
33970 a) Accompany it with the complete corresponding machine-readable
33971 source code, which must be distributed under the terms of Sections
33972 1 and 2 above on a medium customarily used for software interchange; or,
33974 b) Accompany it with a written offer, valid for at least three
33975 years, to give any third party, for a charge no more than your
33976 cost of physically performing source distribution, a complete
33977 machine-readable copy of the corresponding source code, to be
33978 distributed under the terms of Sections 1 and 2 above on a medium
33979 customarily used for software interchange; or,
33981 c) Accompany it with the information you received as to the offer
33982 to distribute corresponding source code. (This alternative is
33983 allowed only for noncommercial distribution and only if you
33984 received the program in object code or executable form with such
33985 an offer, in accord with Subsection b above.)
33987 The source code for a work means the preferred form of the work for
33988 making modifications to it. For an executable work, complete source
33989 code means all the source code for all modules it contains, plus any
33990 associated interface definition files, plus the scripts used to
33991 control compilation and installation of the executable. However, as a
33992 special exception, the source code distributed need not include
33993 anything that is normally distributed (in either source or binary
33994 form) with the major components (compiler, kernel, and so on) of the
33995 operating system on which the executable runs, unless that component
33996 itself accompanies the executable.
33998 If distribution of executable or object code is made by offering
33999 access to copy from a designated place, then offering equivalent
34000 access to copy the source code from the same place counts as
34001 distribution of the source code, even though third parties are not
34002 compelled to copy the source along with the object code.
34004 4. You may not copy, modify, sublicense, or distribute the Program
34005 except as expressly provided under this License. Any attempt
34006 otherwise to copy, modify, sublicense or distribute the Program is
34007 void, and will automatically terminate your rights under this License.
34008 However, parties who have received copies, or rights, from you under
34009 this License will not have their licenses terminated so long as such
34010 parties remain in full compliance.
34012 5. You are not required to accept this License, since you have not
34013 signed it. However, nothing else grants you permission to modify or
34014 distribute the Program or its derivative works. These actions are
34015 prohibited by law if you do not accept this License. Therefore, by
34016 modifying or distributing the Program (or any work based on the
34017 Program), you indicate your acceptance of this License to do so, and
34018 all its terms and conditions for copying, distributing or modifying
34019 the Program or works based on it.
34021 6. Each time you redistribute the Program (or any work based on the
34022 Program), the recipient automatically receives a license from the
34023 original licensor to copy, distribute or modify the Program subject to
34024 these terms and conditions. You may not impose any further
34025 restrictions on the recipients' exercise of the rights granted herein.
34026 You are not responsible for enforcing compliance by third parties to
34027 this License.
34029 7. If, as a consequence of a court judgment or allegation of patent
34030 infringement or for any other reason (not limited to patent issues),
34031 conditions are imposed on you (whether by court order, agreement or
34032 otherwise) that contradict the conditions of this License, they do not
34033 excuse you from the conditions of this License. If you cannot
34034 distribute so as to satisfy simultaneously your obligations under this
34035 License and any other pertinent obligations, then as a consequence you
34036 may not distribute the Program at all. For example, if a patent
34037 license would not permit royalty-free redistribution of the Program by
34038 all those who receive copies directly or indirectly through you, then
34039 the only way you could satisfy both it and this License would be to
34040 refrain entirely from distribution of the Program.
34042 If any portion of this section is held invalid or unenforceable under
34043 any particular circumstance, the balance of the section is intended to
34044 apply and the section as a whole is intended to apply in other
34045 circumstances.
34047 It is not the purpose of this section to induce you to infringe any
34048 patents or other property right claims or to contest validity of any
34049 such claims; this section has the sole purpose of protecting the
34050 integrity of the free software distribution system, which is
34051 implemented by public license practices. Many people have made
34052 generous contributions to the wide range of software distributed
34053 through that system in reliance on consistent application of that
34054 system; it is up to the author/donor to decide if he or she is willing
34055 to distribute software through any other system and a licensee cannot
34056 impose that choice.
34058 This section is intended to make thoroughly clear what is believed to
34059 be a consequence of the rest of this License.
34061 8. If the distribution and/or use of the Program is restricted in
34062 certain countries either by patents or by copyrighted interfaces, the
34063 original copyright holder who places the Program under this License
34064 may add an explicit geographical distribution limitation excluding
34065 those countries, so that distribution is permitted only in or among
34066 countries not thus excluded. In such case, this License incorporates
34067 the limitation as if written in the body of this License.
34069 9. The Free Software Foundation may publish revised and/or new versions
34070 of the General Public License from time to time. Such new versions will
34071 be similar in spirit to the present version, but may differ in detail to
34072 address new problems or concerns.
34074 Each version is given a distinguishing version number. If the Program
34075 specifies a version number of this License which applies to it and "any
34076 later version", you have the option of following the terms and conditions
34077 either of that version or of any later version published by the Free
34078 Software Foundation. If the Program does not specify a version number of
34079 this License, you may choose any version ever published by the Free Software
34080 Foundation.
34082 10. If you wish to incorporate parts of the Program into other free
34083 programs whose distribution conditions are different, write to the author
34084 to ask for permission. For software which is copyrighted by the Free
34085 Software Foundation, write to the Free Software Foundation; we sometimes
34086 make exceptions for this. Our decision will be guided by the two goals
34087 of preserving the free status of all derivatives of our free software and
34088 of promoting the sharing and reuse of software generally.
34090 NO WARRANTY
34092 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
34093 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
34094 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
34095 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
34096 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
34097 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
34098 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
34099 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
34100 REPAIR OR CORRECTION.
34102 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
34103 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
34104 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
34105 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
34106 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
34107 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
34108 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
34109 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
34110 POSSIBILITY OF SUCH DAMAGES.
34112 END OF TERMS AND CONDITIONS
34114 How to Apply These Terms to Your New Programs
34116 If you develop a new program, and you want it to be of the greatest
34117 possible use to the public, the best way to achieve this is to make it
34118 free software which everyone can redistribute and change under these terms.
34120 To do so, attach the following notices to the program. It is safest
34121 to attach them to the start of each source file to most effectively
34122 convey the exclusion of warranty; and each file should have at least
34123 the "copyright" line and a pointer to where the full notice is found.
34125 &lt;one line to give the program's name and a brief idea of what it does.&gt;
34126 Copyright (C) &lt;year&gt; &lt;name of author&gt;
34128 This program is free software; you can redistribute it and/or modify
34129 it under the terms of the GNU General Public License as published by
34130 the Free Software Foundation; either version 2 of the License, or
34131 (at your option) any later version.
34133 This program is distributed in the hope that it will be useful,
34134 but WITHOUT ANY WARRANTY; without even the implied warranty of
34135 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34136 GNU General Public License for more details.
34138 You should have received a copy of the GNU General Public License
34139 along with this program; if not, write to the Free Software
34140 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
34143 Also add information on how to contact you by electronic and paper mail.
34145 If the program is interactive, make it output a short notice like this
34146 when it starts in an interactive mode:
34148 Gnomovision version 69, Copyright (C) year name of author
34149 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
34150 This is free software, and you are welcome to redistribute it
34151 under certain conditions; type `show c' for details.
34153 The hypothetical commands `show w' and `show c' should show the appropriate
34154 parts of the General Public License. Of course, the commands you use may
34155 be called something other than `show w' and `show c'; they could even be
34156 mouse-clicks or menu items--whatever suits your program.
34158 You should also get your employer (if you work as a programmer) or your
34159 school, if any, to sign a "copyright disclaimer" for the program, if
34160 necessary. Here is a sample; alter the names:
34162 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
34163 `Gnomovision' (which makes passes at compilers) written by James Hacker.
34165 &lt;signature of Ty Coon&gt;, 1 April 1989
34166 Ty Coon, President of Vice
34168 This General Public License does not permit incorporating your program into
34169 proprietary programs. If your program is a subroutine library, you may
34170 consider it more useful to permit linking proprietary applications with the
34171 library. If this is what you want to do, use the GNU Library General
34172 Public License instead of this License.
34174 </pre>
34175 <div class="license-packages">
34176 Used by these packages: chromeos-base/autotest-tests-security-0.0.1-r105 sys-apps/dtc-1.4.0 sys-kernel/linux-headers-3.12 sys-apps/findutils-4.4.2-r1 sys-process/time-1.7-r1 chromeos-base/autotest-tests-cryptohome-0.0.1-r105 chromeos-base/autotest-deps-ltp-0.0.1-r10 media-plugins/alsa-plugins-1.0.25-r1 app-benchmarks/lmbench-3.0_alpha9-r1 sys-apps/iotools-1.5 chromeos-base/autotest-tests-power-0.0.1-r105 media-libs/freetype-2.5.0.1-r3 chromeos-base/gmerge-0.0.1-r817 sys-apps/mmc-utils-0.0.1-r5 sys-fs/ecryptfs-utils-101 app-text/htmltidy-20090325 app-laptop/laptop-mode-tools-1.59-r21 chromeos-base/autotest-deps-touchpad-0.0.1-r1114 sys-process/ktop-0.0.1-r25 sys-apps/mawk-1.3.4_p20100625 sys-libs/libnih-1.0.3 dev-util/gtk-doc-am-1.18 sys-auth/pambase-20101024-r2 net-dialup/minicom-2.7 sys-apps/hdparm-9.39 sys-fs/fuse-2.8.6-r3 chromeos-base/autotest-tests-graphics-0.0.1-r105 sys-devel/autoconf-2.13 sys-devel/gdb-7.7.1-r1 chromeos-base/autotest-all-0.0.1-r26 chromeos-base/autotest-private-0.2.1-r243 x11-apps/xsendevt-0.6-r1 dev-libs/libgpg-error-1.10-r1 app-misc/screen-4.0.3-r6 chromeos-base/autotest-tests-audio-0.0.1-r105 sys-power/powertop-2.5 chromeos-base/autotest-deps-webgl-mpd-0.0.1-r665 chromeos-base/autotest-deps-graphics-0.0.1-r494 app-admin/sysstat-10.2.0 net-dialup/ppp-2.4.5-r4 app-misc/mime-types-9 net-misc/openssh-6.4_p1-r1 net-libs/libnfnetlink-1.0.1 chromeos-base/autotest-private-tests-quickoffice-0.0.1-r71 chromeos-base/autotest-deps-glbench-0.0.1-r5001 sys-process/procps-3.3.4 sys-devel/automake-wrapper-9 chromeos-base/telemetry-0.0.1-r4 sys-fs/ntfs3g-2012.1.15-r4 media-libs/sbc-1.0 sys-auth/pam_pwdfile-0.99-r1 chromeos-base/autotest-server-tests-bluetooth-0.0.1-r96 sys-apps/iproute2-3.8.0 dev-libs/nss-3.16-r1 media-libs/freeimage-3.15.3-r2 dev-util/xxd-1.10-r3 net-libs/libnetfilter_queue-1.0.1 sys-apps/hwids-20130915.1 chromeos-base/autotest-tests-ownershipapi-0.0.1-r4817 net-misc/openvpn-2.3.2-r2 dev-python/python-xlib-0.14 sys-fs/e2fsprogs-1.42 sys-apps/daisydog-0.0.1-r16 sys-fs/udev-171-r6 x11-apps/mtplot-0.0.1-r35 chromeos-base/autotest-deps-cellular-0.0.1-r141 chromeos-base/autotest-server-tests-0.0.2-r224 app-benchmarks/i7z-0.27-r1 net-wireless/wireless-tools-29 sys-apps/usbutils-007 chromeos-base/chromeos-initramfs-0.0.1-r163 dev-util/intltool-0.50.2-r2 sys-apps/flashrom-0.9.4-r319 chromeos-base/autotest-chrome-0.0.1-r3917 net-dns/dnsmasq-2.50 app-text/sgml-common-0.6.3-r5 app-benchmarks/punybench-0.0.1-r56 net-misc/strongswan-5.0.2-r14 sys-devel/autoconf-wrapper-13 dev-libs/lzo-2.06 media-gfx/ply-image-0.0.1-r46 sys-apps/pciutils-3.1.10 dev-libs/pkcs11-helper-1.07 dev-util/turbostat-3.8.11-r530 x11-misc/x11vnc-0.9.13-r1 chromeos-base/root-certificates-0.0.1-r3 sys-kernel/Linux-2.6 app-admin/eselect-opengl-1.2.4-r1 sys-apps/portage-2.1.11.50-r6 chromeos-base/autotest-tests-0.0.3-r5424 app-portage/portage-utils-0.53 net-misc/socat-1.7.2.3 sys-apps/dmidecode-2.11-r2 app-arch/xz-utils-5.0.5-r1 sys-apps/baselayout-2.0.1-r232 dev-vcs/git-1.8.3.2-r1 app-crypt/nss-3.16-r1 app-admin/eselect-python-20100321 x11-misc/read-edid-1.4.2 chromeos-base/autotest-tests-cros-disks-0.0.1-r105 sys-apps/util-linux-2.24 net-wireless/bluez-5.19-r7 sys-fs/avfs-1.0.1-r2 sys-apps/i2c-tools-3.0.2 x11-misc/xtrace-1.3.0 sys-apps/ureadahead-0.100.0-r3 net-dialup/xl2tpd-1.3.0-r2 chromeos-base/autotest-deps-0.0.4-r5331 sys-apps/ethtool-3.12.1 x11-terms/rxvt-unicode-9.10 app-misc/pax-utils-0.8.1 dev-libs/dbus-glib-0.100.2 chromeos-base/autotest-private-tests-echoprivate-0.0.1-r40 chromeos-base/autotest-tests-cellular-0.0.1-r141 net-wireless/wpa_supplicant-0.7.2-r155 app-misc/evtest-1.29 sys-apps/chvt-0.0.1-r1 chromeos-base/autotest-0.0.2-r5319 sys-process/psmisc-22.20 chromeos-base/autotest-tests-tpm-0.0.1-r105 net-wireless/hostapd-2.1-r3 sys-devel/automake-1.11.6 dev-util/perf-3.14-r3 net-libs/libmbim-1.9.0-r21 sys-fs/sshfs-fuse-2.4 games-util/joystick-1.4.2 sys-libs/pam-1.1.5 sci-libs/fftw-3.2.2 sys-devel/patch-2.6.1 sys-apps/diffutils-3.2 chromeos-base/autotest-tests-p2p-0.0.1-r105 sys-apps/net-tools-1.60_p20120127084908 dev-libs/libatomic_ops-7.2d sys-apps/keyutils-1.1-r1 chromeos-base/touchbot-1.0-r90 chromeos-base/autotest-deps-piglit-0.0.1-r4755 media-sound/alsa-utils-1.0.27.1-r1 sys-devel/binutils-config-3-r3 sys-apps/shadow-4.1.2.2-r4 chromeos-base/autotest-tests-touchpad-0.0.1-r1114 chromeos-base/autotest-tests-debugd-0.0.1-r105 x11-misc/shared-mime-info-1.0-r1 chromeos-base/autotest-server-tests-shill-0.0.1-r96 chromeos-base/autotest-server-tests-telemetry-0.0.1-r96 sys-apps/busybox-1.21.0-r5 sys-apps/sandbox-2.6-r1 net-dialup/lrzsz-0.12.20-r2 sys-apps/lshw-02.17b-r1 sys-fs/lvm2-2.02.97-r3 media-gfx/perceptualdiff-1.1.1-r2 sys-apps/kbd-1.15.3 chromeos-base/autotest-tests-shill-0.0.1-r105 net-firewall/iptables-1.4.16.3 sys-apps/upstart-1.2-r7 app-accessibility/brltty-4.5-r10 net-misc/htpdate-1.0.4-r6 chromeos-base/autotest-tests-ltp-0.0.1-r3664 chromeos-base/autotest-deps-webgl-perf-0.0.1-r494 sys-apps/dbus-1.6.8-r5 dev-libs/nspr-4.10.4 chromeos-base/recover-duts-0.0.1-r171 sys-devel/libtool-2.4.2 sys-block/fio-2.1.10-r1 sys-boot/syslinux-3.83-r5 sys-apps/smartmontools-5.42 sys-boot/coreboot-2013.04 sys-libs/libcap-2.17 chromeos-base/autotest-deps-p2p-0.0.1-r105 chromeos-base/wireless_automation-0.0.1-r7 sys-libs/e2fsprogs-libs-1.42 sys-apps/memtester-4.2.2
34177 </div>
34178 </div>
34179 </div>
34181 <div class="product">
34182 <a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a>
34183 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
34184 <div class="licence">
34185 <pre>
34186 GNU General Public License, version 2 or any later version.
34187 See GPL-2 or GPL-3 for the full text of these licenses.
34189 </pre>
34190 <div class="license-packages">
34191 Used by these packages: media-libs/freetype-2.5.0.1-r3 app-arch/xz-utils-5.0.5-r1 sys-boot/u-boot-2013.06 dev-libs/libatomic_ops-7.2d
34192 </div>
34193 </div>
34194 </div>
34196 <div class="product">
34197 <a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a>
34198 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
34199 <div class="licence">
34200 <pre>
34201 GNU GENERAL PUBLIC LICENSE
34202 Version 3, 29 June 2007
34204 Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
34205 Everyone is permitted to copy and distribute verbatim copies
34206 of this license document, but changing it is not allowed.
34208 Preamble
34210 The GNU General Public License is a free, copyleft license for
34211 software and other kinds of works.
34213 The licenses for most software and other practical works are designed
34214 to take away your freedom to share and change the works. By contrast,
34215 the GNU General Public License is intended to guarantee your freedom to
34216 share and change all versions of a program--to make sure it remains free
34217 software for all its users. We, the Free Software Foundation, use the
34218 GNU General Public License for most of our software; it applies also to
34219 any other work released this way by its authors. You can apply it to
34220 your programs, too.
34222 When we speak of free software, we are referring to freedom, not
34223 price. Our General Public Licenses are designed to make sure that you
34224 have the freedom to distribute copies of free software (and charge for
34225 them if you wish), that you receive source code or can get it if you
34226 want it, that you can change the software or use pieces of it in new
34227 free programs, and that you know you can do these things.
34229 To protect your rights, we need to prevent others from denying you
34230 these rights or asking you to surrender the rights. Therefore, you have
34231 certain responsibilities if you distribute copies of the software, or if
34232 you modify it: responsibilities to respect the freedom of others.
34234 For example, if you distribute copies of such a program, whether
34235 gratis or for a fee, you must pass on to the recipients the same
34236 freedoms that you received. You must make sure that they, too, receive
34237 or can get the source code. And you must show them these terms so they
34238 know their rights.
34240 Developers that use the GNU GPL protect your rights with two steps:
34241 (1) assert copyright on the software, and (2) offer you this License
34242 giving you legal permission to copy, distribute and/or modify it.
34244 For the developers' and authors' protection, the GPL clearly explains
34245 that there is no warranty for this free software. For both users' and
34246 authors' sake, the GPL requires that modified versions be marked as
34247 changed, so that their problems will not be attributed erroneously to
34248 authors of previous versions.
34250 Some devices are designed to deny users access to install or run
34251 modified versions of the software inside them, although the manufacturer
34252 can do so. This is fundamentally incompatible with the aim of
34253 protecting users' freedom to change the software. The systematic
34254 pattern of such abuse occurs in the area of products for individuals to
34255 use, which is precisely where it is most unacceptable. Therefore, we
34256 have designed this version of the GPL to prohibit the practice for those
34257 products. If such problems arise substantially in other domains, we
34258 stand ready to extend this provision to those domains in future versions
34259 of the GPL, as needed to protect the freedom of users.
34261 Finally, every program is threatened constantly by software patents.
34262 States should not allow patents to restrict development and use of
34263 software on general-purpose computers, but in those that do, we wish to
34264 avoid the special danger that patents applied to a free program could
34265 make it effectively proprietary. To prevent this, the GPL assures that
34266 patents cannot be used to render the program non-free.
34268 The precise terms and conditions for copying, distribution and
34269 modification follow.
34271 TERMS AND CONDITIONS
34273 0. Definitions.
34275 "This License" refers to version 3 of the GNU General Public License.
34277 "Copyright" also means copyright-like laws that apply to other kinds of
34278 works, such as semiconductor masks.
34280 "The Program" refers to any copyrightable work licensed under this
34281 License. Each licensee is addressed as "you". "Licensees" and
34282 "recipients" may be individuals or organizations.
34284 To "modify" a work means to copy from or adapt all or part of the work
34285 in a fashion requiring copyright permission, other than the making of an
34286 exact copy. The resulting work is called a "modified version" of the
34287 earlier work or a work "based on" the earlier work.
34289 A "covered work" means either the unmodified Program or a work based
34290 on the Program.
34292 To "propagate" a work means to do anything with it that, without
34293 permission, would make you directly or secondarily liable for
34294 infringement under applicable copyright law, except executing it on a
34295 computer or modifying a private copy. Propagation includes copying,
34296 distribution (with or without modification), making available to the
34297 public, and in some countries other activities as well.
34299 To "convey" a work means any kind of propagation that enables other
34300 parties to make or receive copies. Mere interaction with a user through
34301 a computer network, with no transfer of a copy, is not conveying.
34303 An interactive user interface displays "Appropriate Legal Notices"
34304 to the extent that it includes a convenient and prominently visible
34305 feature that (1) displays an appropriate copyright notice, and (2)
34306 tells the user that there is no warranty for the work (except to the
34307 extent that warranties are provided), that licensees may convey the
34308 work under this License, and how to view a copy of this License. If
34309 the interface presents a list of user commands or options, such as a
34310 menu, a prominent item in the list meets this criterion.
34312 1. Source Code.
34314 The "source code" for a work means the preferred form of the work
34315 for making modifications to it. "Object code" means any non-source
34316 form of a work.
34318 A "Standard Interface" means an interface that either is an official
34319 standard defined by a recognized standards body, or, in the case of
34320 interfaces specified for a particular programming language, one that
34321 is widely used among developers working in that language.
34323 The "System Libraries" of an executable work include anything, other
34324 than the work as a whole, that (a) is included in the normal form of
34325 packaging a Major Component, but which is not part of that Major
34326 Component, and (b) serves only to enable use of the work with that
34327 Major Component, or to implement a Standard Interface for which an
34328 implementation is available to the public in source code form. A
34329 "Major Component", in this context, means a major essential component
34330 (kernel, window system, and so on) of the specific operating system
34331 (if any) on which the executable work runs, or a compiler used to
34332 produce the work, or an object code interpreter used to run it.
34334 The "Corresponding Source" for a work in object code form means all
34335 the source code needed to generate, install, and (for an executable
34336 work) run the object code and to modify the work, including scripts to
34337 control those activities. However, it does not include the work's
34338 System Libraries, or general-purpose tools or generally available free
34339 programs which are used unmodified in performing those activities but
34340 which are not part of the work. For example, Corresponding Source
34341 includes interface definition files associated with source files for
34342 the work, and the source code for shared libraries and dynamically
34343 linked subprograms that the work is specifically designed to require,
34344 such as by intimate data communication or control flow between those
34345 subprograms and other parts of the work.
34347 The Corresponding Source need not include anything that users
34348 can regenerate automatically from other parts of the Corresponding
34349 Source.
34351 The Corresponding Source for a work in source code form is that
34352 same work.
34354 2. Basic Permissions.
34356 All rights granted under this License are granted for the term of
34357 copyright on the Program, and are irrevocable provided the stated
34358 conditions are met. This License explicitly affirms your unlimited
34359 permission to run the unmodified Program. The output from running a
34360 covered work is covered by this License only if the output, given its
34361 content, constitutes a covered work. This License acknowledges your
34362 rights of fair use or other equivalent, as provided by copyright law.
34364 You may make, run and propagate covered works that you do not
34365 convey, without conditions so long as your license otherwise remains
34366 in force. You may convey covered works to others for the sole purpose
34367 of having them make modifications exclusively for you, or provide you
34368 with facilities for running those works, provided that you comply with
34369 the terms of this License in conveying all material for which you do
34370 not control copyright. Those thus making or running the covered works
34371 for you must do so exclusively on your behalf, under your direction
34372 and control, on terms that prohibit them from making any copies of
34373 your copyrighted material outside their relationship with you.
34375 Conveying under any other circumstances is permitted solely under
34376 the conditions stated below. Sublicensing is not allowed; section 10
34377 makes it unnecessary.
34379 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
34381 No covered work shall be deemed part of an effective technological
34382 measure under any applicable law fulfilling obligations under article
34383 11 of the WIPO copyright treaty adopted on 20 December 1996, or
34384 similar laws prohibiting or restricting circumvention of such
34385 measures.
34387 When you convey a covered work, you waive any legal power to forbid
34388 circumvention of technological measures to the extent such circumvention
34389 is effected by exercising rights under this License with respect to
34390 the covered work, and you disclaim any intention to limit operation or
34391 modification of the work as a means of enforcing, against the work's
34392 users, your or third parties' legal rights to forbid circumvention of
34393 technological measures.
34395 4. Conveying Verbatim Copies.
34397 You may convey verbatim copies of the Program's source code as you
34398 receive it, in any medium, provided that you conspicuously and
34399 appropriately publish on each copy an appropriate copyright notice;
34400 keep intact all notices stating that this License and any
34401 non-permissive terms added in accord with section 7 apply to the code;
34402 keep intact all notices of the absence of any warranty; and give all
34403 recipients a copy of this License along with the Program.
34405 You may charge any price or no price for each copy that you convey,
34406 and you may offer support or warranty protection for a fee.
34408 5. Conveying Modified Source Versions.
34410 You may convey a work based on the Program, or the modifications to
34411 produce it from the Program, in the form of source code under the
34412 terms of section 4, provided that you also meet all of these conditions:
34414 a) The work must carry prominent notices stating that you modified
34415 it, and giving a relevant date.
34417 b) The work must carry prominent notices stating that it is
34418 released under this License and any conditions added under section
34419 7. This requirement modifies the requirement in section 4 to
34420 "keep intact all notices".
34422 c) You must license the entire work, as a whole, under this
34423 License to anyone who comes into possession of a copy. This
34424 License will therefore apply, along with any applicable section 7
34425 additional terms, to the whole of the work, and all its parts,
34426 regardless of how they are packaged. This License gives no
34427 permission to license the work in any other way, but it does not
34428 invalidate such permission if you have separately received it.
34430 d) If the work has interactive user interfaces, each must display
34431 Appropriate Legal Notices; however, if the Program has interactive
34432 interfaces that do not display Appropriate Legal Notices, your
34433 work need not make them do so.
34435 A compilation of a covered work with other separate and independent
34436 works, which are not by their nature extensions of the covered work,
34437 and which are not combined with it such as to form a larger program,
34438 in or on a volume of a storage or distribution medium, is called an
34439 "aggregate" if the compilation and its resulting copyright are not
34440 used to limit the access or legal rights of the compilation's users
34441 beyond what the individual works permit. Inclusion of a covered work
34442 in an aggregate does not cause this License to apply to the other
34443 parts of the aggregate.
34445 6. Conveying Non-Source Forms.
34447 You may convey a covered work in object code form under the terms
34448 of sections 4 and 5, provided that you also convey the
34449 machine-readable Corresponding Source under the terms of this License,
34450 in one of these ways:
34452 a) Convey the object code in, or embodied in, a physical product
34453 (including a physical distribution medium), accompanied by the
34454 Corresponding Source fixed on a durable physical medium
34455 customarily used for software interchange.
34457 b) Convey the object code in, or embodied in, a physical product
34458 (including a physical distribution medium), accompanied by a
34459 written offer, valid for at least three years and valid for as
34460 long as you offer spare parts or customer support for that product
34461 model, to give anyone who possesses the object code either (1) a
34462 copy of the Corresponding Source for all the software in the
34463 product that is covered by this License, on a durable physical
34464 medium customarily used for software interchange, for a price no
34465 more than your reasonable cost of physically performing this
34466 conveying of source, or (2) access to copy the
34467 Corresponding Source from a network server at no charge.
34469 c) Convey individual copies of the object code with a copy of the
34470 written offer to provide the Corresponding Source. This
34471 alternative is allowed only occasionally and noncommercially, and
34472 only if you received the object code with such an offer, in accord
34473 with subsection 6b.
34475 d) Convey the object code by offering access from a designated
34476 place (gratis or for a charge), and offer equivalent access to the
34477 Corresponding Source in the same way through the same place at no
34478 further charge. You need not require recipients to copy the
34479 Corresponding Source along with the object code. If the place to
34480 copy the object code is a network server, the Corresponding Source
34481 may be on a different server (operated by you or a third party)
34482 that supports equivalent copying facilities, provided you maintain
34483 clear directions next to the object code saying where to find the
34484 Corresponding Source. Regardless of what server hosts the
34485 Corresponding Source, you remain obligated to ensure that it is
34486 available for as long as needed to satisfy these requirements.
34488 e) Convey the object code using peer-to-peer transmission, provided
34489 you inform other peers where the object code and Corresponding
34490 Source of the work are being offered to the general public at no
34491 charge under subsection 6d.
34493 A separable portion of the object code, whose source code is excluded
34494 from the Corresponding Source as a System Library, need not be
34495 included in conveying the object code work.
34497 A "User Product" is either (1) a "consumer product", which means any
34498 tangible personal property which is normally used for personal, family,
34499 or household purposes, or (2) anything designed or sold for incorporation
34500 into a dwelling. In determining whether a product is a consumer product,
34501 doubtful cases shall be resolved in favor of coverage. For a particular
34502 product received by a particular user, "normally used" refers to a
34503 typical or common use of that class of product, regardless of the status
34504 of the particular user or of the way in which the particular user
34505 actually uses, or expects or is expected to use, the product. A product
34506 is a consumer product regardless of whether the product has substantial
34507 commercial, industrial or non-consumer uses, unless such uses represent
34508 the only significant mode of use of the product.
34510 "Installation Information" for a User Product means any methods,
34511 procedures, authorization keys, or other information required to install
34512 and execute modified versions of a covered work in that User Product from
34513 a modified version of its Corresponding Source. The information must
34514 suffice to ensure that the continued functioning of the modified object
34515 code is in no case prevented or interfered with solely because
34516 modification has been made.
34518 If you convey an object code work under this section in, or with, or
34519 specifically for use in, a User Product, and the conveying occurs as
34520 part of a transaction in which the right of possession and use of the
34521 User Product is transferred to the recipient in perpetuity or for a
34522 fixed term (regardless of how the transaction is characterized), the
34523 Corresponding Source conveyed under this section must be accompanied
34524 by the Installation Information. But this requirement does not apply
34525 if neither you nor any third party retains the ability to install
34526 modified object code on the User Product (for example, the work has
34527 been installed in ROM).
34529 The requirement to provide Installation Information does not include a
34530 requirement to continue to provide support service, warranty, or updates
34531 for a work that has been modified or installed by the recipient, or for
34532 the User Product in which it has been modified or installed. Access to a
34533 network may be denied when the modification itself materially and
34534 adversely affects the operation of the network or violates the rules and
34535 protocols for communication across the network.
34537 Corresponding Source conveyed, and Installation Information provided,
34538 in accord with this section must be in a format that is publicly
34539 documented (and with an implementation available to the public in
34540 source code form), and must require no special password or key for
34541 unpacking, reading or copying.
34543 7. Additional Terms.
34545 "Additional permissions" are terms that supplement the terms of this
34546 License by making exceptions from one or more of its conditions.
34547 Additional permissions that are applicable to the entire Program shall
34548 be treated as though they were included in this License, to the extent
34549 that they are valid under applicable law. If additional permissions
34550 apply only to part of the Program, that part may be used separately
34551 under those permissions, but the entire Program remains governed by
34552 this License without regard to the additional permissions.
34554 When you convey a copy of a covered work, you may at your option
34555 remove any additional permissions from that copy, or from any part of
34556 it. (Additional permissions may be written to require their own
34557 removal in certain cases when you modify the work.) You may place
34558 additional permissions on material, added by you to a covered work,
34559 for which you have or can give appropriate copyright permission.
34561 Notwithstanding any other provision of this License, for material you
34562 add to a covered work, you may (if authorized by the copyright holders of
34563 that material) supplement the terms of this License with terms:
34565 a) Disclaiming warranty or limiting liability differently from the
34566 terms of sections 15 and 16 of this License; or
34568 b) Requiring preservation of specified reasonable legal notices or
34569 author attributions in that material or in the Appropriate Legal
34570 Notices displayed by works containing it; or
34572 c) Prohibiting misrepresentation of the origin of that material, or
34573 requiring that modified versions of such material be marked in
34574 reasonable ways as different from the original version; or
34576 d) Limiting the use for publicity purposes of names of licensors or
34577 authors of the material; or
34579 e) Declining to grant rights under trademark law for use of some
34580 trade names, trademarks, or service marks; or
34582 f) Requiring indemnification of licensors and authors of that
34583 material by anyone who conveys the material (or modified versions of
34584 it) with contractual assumptions of liability to the recipient, for
34585 any liability that these contractual assumptions directly impose on
34586 those licensors and authors.
34588 All other non-permissive additional terms are considered "further
34589 restrictions" within the meaning of section 10. If the Program as you
34590 received it, or any part of it, contains a notice stating that it is
34591 governed by this License along with a term that is a further
34592 restriction, you may remove that term. If a license document contains
34593 a further restriction but permits relicensing or conveying under this
34594 License, you may add to a covered work material governed by the terms
34595 of that license document, provided that the further restriction does
34596 not survive such relicensing or conveying.
34598 If you add terms to a covered work in accord with this section, you
34599 must place, in the relevant source files, a statement of the
34600 additional terms that apply to those files, or a notice indicating
34601 where to find the applicable terms.
34603 Additional terms, permissive or non-permissive, may be stated in the
34604 form of a separately written license, or stated as exceptions;
34605 the above requirements apply either way.
34607 8. Termination.
34609 You may not propagate or modify a covered work except as expressly
34610 provided under this License. Any attempt otherwise to propagate or
34611 modify it is void, and will automatically terminate your rights under
34612 this License (including any patent licenses granted under the third
34613 paragraph of section 11).
34615 However, if you cease all violation of this License, then your
34616 license from a particular copyright holder is reinstated (a)
34617 provisionally, unless and until the copyright holder explicitly and
34618 finally terminates your license, and (b) permanently, if the copyright
34619 holder fails to notify you of the violation by some reasonable means
34620 prior to 60 days after the cessation.
34622 Moreover, your license from a particular copyright holder is
34623 reinstated permanently if the copyright holder notifies you of the
34624 violation by some reasonable means, this is the first time you have
34625 received notice of violation of this License (for any work) from that
34626 copyright holder, and you cure the violation prior to 30 days after
34627 your receipt of the notice.
34629 Termination of your rights under this section does not terminate the
34630 licenses of parties who have received copies or rights from you under
34631 this License. If your rights have been terminated and not permanently
34632 reinstated, you do not qualify to receive new licenses for the same
34633 material under section 10.
34635 9. Acceptance Not Required for Having Copies.
34637 You are not required to accept this License in order to receive or
34638 run a copy of the Program. Ancillary propagation of a covered work
34639 occurring solely as a consequence of using peer-to-peer transmission
34640 to receive a copy likewise does not require acceptance. However,
34641 nothing other than this License grants you permission to propagate or
34642 modify any covered work. These actions infringe copyright if you do
34643 not accept this License. Therefore, by modifying or propagating a
34644 covered work, you indicate your acceptance of this License to do so.
34646 10. Automatic Licensing of Downstream Recipients.
34648 Each time you convey a covered work, the recipient automatically
34649 receives a license from the original licensors, to run, modify and
34650 propagate that work, subject to this License. You are not responsible
34651 for enforcing compliance by third parties with this License.
34653 An "entity transaction" is a transaction transferring control of an
34654 organization, or substantially all assets of one, or subdividing an
34655 organization, or merging organizations. If propagation of a covered
34656 work results from an entity transaction, each party to that
34657 transaction who receives a copy of the work also receives whatever
34658 licenses to the work the party's predecessor in interest had or could
34659 give under the previous paragraph, plus a right to possession of the
34660 Corresponding Source of the work from the predecessor in interest, if
34661 the predecessor has it or can get it with reasonable efforts.
34663 You may not impose any further restrictions on the exercise of the
34664 rights granted or affirmed under this License. For example, you may
34665 not impose a license fee, royalty, or other charge for exercise of
34666 rights granted under this License, and you may not initiate litigation
34667 (including a cross-claim or counterclaim in a lawsuit) alleging that
34668 any patent claim is infringed by making, using, selling, offering for
34669 sale, or importing the Program or any portion of it.
34671 11. Patents.
34673 A "contributor" is a copyright holder who authorizes use under this
34674 License of the Program or a work on which the Program is based. The
34675 work thus licensed is called the contributor's "contributor version".
34677 A contributor's "essential patent claims" are all patent claims
34678 owned or controlled by the contributor, whether already acquired or
34679 hereafter acquired, that would be infringed by some manner, permitted
34680 by this License, of making, using, or selling its contributor version,
34681 but do not include claims that would be infringed only as a
34682 consequence of further modification of the contributor version. For
34683 purposes of this definition, "control" includes the right to grant
34684 patent sublicenses in a manner consistent with the requirements of
34685 this License.
34687 Each contributor grants you a non-exclusive, worldwide, royalty-free
34688 patent license under the contributor's essential patent claims, to
34689 make, use, sell, offer for sale, import and otherwise run, modify and
34690 propagate the contents of its contributor version.
34692 In the following three paragraphs, a "patent license" is any express
34693 agreement or commitment, however denominated, not to enforce a patent
34694 (such as an express permission to practice a patent or covenant not to
34695 sue for patent infringement). To "grant" such a patent license to a
34696 party means to make such an agreement or commitment not to enforce a
34697 patent against the party.
34699 If you convey a covered work, knowingly relying on a patent license,
34700 and the Corresponding Source of the work is not available for anyone
34701 to copy, free of charge and under the terms of this License, through a
34702 publicly available network server or other readily accessible means,
34703 then you must either (1) cause the Corresponding Source to be so
34704 available, or (2) arrange to deprive yourself of the benefit of the
34705 patent license for this particular work, or (3) arrange, in a manner
34706 consistent with the requirements of this License, to extend the patent
34707 license to downstream recipients. "Knowingly relying" means you have
34708 actual knowledge that, but for the patent license, your conveying the
34709 covered work in a country, or your recipient's use of the covered work
34710 in a country, would infringe one or more identifiable patents in that
34711 country that you have reason to believe are valid.
34713 If, pursuant to or in connection with a single transaction or
34714 arrangement, you convey, or propagate by procuring conveyance of, a
34715 covered work, and grant a patent license to some of the parties
34716 receiving the covered work authorizing them to use, propagate, modify
34717 or convey a specific copy of the covered work, then the patent license
34718 you grant is automatically extended to all recipients of the covered
34719 work and works based on it.
34721 A patent license is "discriminatory" if it does not include within
34722 the scope of its coverage, prohibits the exercise of, or is
34723 conditioned on the non-exercise of one or more of the rights that are
34724 specifically granted under this License. You may not convey a covered
34725 work if you are a party to an arrangement with a third party that is
34726 in the business of distributing software, under which you make payment
34727 to the third party based on the extent of your activity of conveying
34728 the work, and under which the third party grants, to any of the
34729 parties who would receive the covered work from you, a discriminatory
34730 patent license (a) in connection with copies of the covered work
34731 conveyed by you (or copies made from those copies), or (b) primarily
34732 for and in connection with specific products or compilations that
34733 contain the covered work, unless you entered into that arrangement,
34734 or that patent license was granted, prior to 28 March 2007.
34736 Nothing in this License shall be construed as excluding or limiting
34737 any implied license or other defenses to infringement that may
34738 otherwise be available to you under applicable patent law.
34740 12. No Surrender of Others' Freedom.
34742 If conditions are imposed on you (whether by court order, agreement or
34743 otherwise) that contradict the conditions of this License, they do not
34744 excuse you from the conditions of this License. If you cannot convey a
34745 covered work so as to satisfy simultaneously your obligations under this
34746 License and any other pertinent obligations, then as a consequence you may
34747 not convey it at all. For example, if you agree to terms that obligate you
34748 to collect a royalty for further conveying from those to whom you convey
34749 the Program, the only way you could satisfy both those terms and this
34750 License would be to refrain entirely from conveying the Program.
34752 13. Use with the GNU Affero General Public License.
34754 Notwithstanding any other provision of this License, you have
34755 permission to link or combine any covered work with a work licensed
34756 under version 3 of the GNU Affero General Public License into a single
34757 combined work, and to convey the resulting work. The terms of this
34758 License will continue to apply to the part which is the covered work,
34759 but the special requirements of the GNU Affero General Public License,
34760 section 13, concerning interaction through a network will apply to the
34761 combination as such.
34763 14. Revised Versions of this License.
34765 The Free Software Foundation may publish revised and/or new versions of
34766 the GNU General Public License from time to time. Such new versions will
34767 be similar in spirit to the present version, but may differ in detail to
34768 address new problems or concerns.
34770 Each version is given a distinguishing version number. If the
34771 Program specifies that a certain numbered version of the GNU General
34772 Public License "or any later version" applies to it, you have the
34773 option of following the terms and conditions either of that numbered
34774 version or of any later version published by the Free Software
34775 Foundation. If the Program does not specify a version number of the
34776 GNU General Public License, you may choose any version ever published
34777 by the Free Software Foundation.
34779 If the Program specifies that a proxy can decide which future
34780 versions of the GNU General Public License can be used, that proxy's
34781 public statement of acceptance of a version permanently authorizes you
34782 to choose that version for the Program.
34784 Later license versions may give you additional or different
34785 permissions. However, no additional obligations are imposed on any
34786 author or copyright holder as a result of your choosing to follow a
34787 later version.
34789 15. Disclaimer of Warranty.
34791 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
34792 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
34793 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
34794 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
34795 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
34796 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
34797 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
34798 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
34800 16. Limitation of Liability.
34802 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
34803 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
34804 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
34805 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
34806 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
34807 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
34808 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
34809 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
34810 SUCH DAMAGES.
34812 17. Interpretation of Sections 15 and 16.
34814 If the disclaimer of warranty and limitation of liability provided
34815 above cannot be given local legal effect according to their terms,
34816 reviewing courts shall apply local law that most closely approximates
34817 an absolute waiver of all civil liability in connection with the
34818 Program, unless a warranty or assumption of liability accompanies a
34819 copy of the Program in return for a fee.
34821 END OF TERMS AND CONDITIONS
34823 How to Apply These Terms to Your New Programs
34825 If you develop a new program, and you want it to be of the greatest
34826 possible use to the public, the best way to achieve this is to make it
34827 free software which everyone can redistribute and change under these terms.
34829 To do so, attach the following notices to the program. It is safest
34830 to attach them to the start of each source file to most effectively
34831 state the exclusion of warranty; and each file should have at least
34832 the "copyright" line and a pointer to where the full notice is found.
34834 &lt;one line to give the program's name and a brief idea of what it does.&gt;
34835 Copyright (C) &lt;year&gt; &lt;name of author&gt;
34837 This program is free software: you can redistribute it and/or modify
34838 it under the terms of the GNU General Public License as published by
34839 the Free Software Foundation, either version 3 of the License, or
34840 (at your option) any later version.
34842 This program is distributed in the hope that it will be useful,
34843 but WITHOUT ANY WARRANTY; without even the implied warranty of
34844 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34845 GNU General Public License for more details.
34847 You should have received a copy of the GNU General Public License
34848 along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
34850 Also add information on how to contact you by electronic and paper mail.
34852 If the program does terminal interaction, make it output a short
34853 notice like this when it starts in an interactive mode:
34855 &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
34856 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
34857 This is free software, and you are welcome to redistribute it
34858 under certain conditions; type `show c' for details.
34860 The hypothetical commands `show w' and `show c' should show the appropriate
34861 parts of the General Public License. Of course, your program's commands
34862 might be different; for a GUI interface, you would use an "about box".
34864 You should also get your employer (if you work as a programmer) or school,
34865 if any, to sign a "copyright disclaimer" for the program, if necessary.
34866 For more information on this, and how to apply and follow the GNU GPL, see
34867 &lt;http://www.gnu.org/licenses/&gt;.
34869 The GNU General Public License does not permit incorporating your program
34870 into proprietary programs. If your program is a subroutine library, you
34871 may consider it more useful to permit linking proprietary applications with
34872 the library. If this is what you want to do, use the GNU Lesser General
34873 Public License instead of this License. But first, please read
34874 &lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.
34876 </pre>
34877 <div class="license-packages">
34878 Used by these packages: net-misc/wget-1.14 app-misc/utouch-evemu-1.0.5-r10 app-arch/gzip-1.5 app-arch/cpio-2.11-r1 sys-fs/fuse-exfat-1.0.2_pre401 app-arch/tar-1.26-r1 sys-devel/binutils-2.22-r27 sys-devel/make-3.82-r4 sys-devel/m4-1.4.16 app-benchmarks/glmark2-285-r2 net-misc/rsync-3.0.9-r3 sys-block/parted-3.1-r1 sys-apps/less-457 app-admin/rsyslog-5.8.11-r1 sys-libs/readline-6.2_p1 sys-libs/gcc-libs-4.8.2-r11 sys-fs/mtools-4.0.15 sys-fs/dosfstools-3.0.26 sys-apps/util-linux-2.24 sys-devel/autoconf-2.69 sys-apps/grep-2.14 sys-apps/sed-4.2.1-r1 sys-fs/exfat-utils-1.0.2_pre401 app-shells/bash-4.2_p45-r1 dev-lang/swig-2.0.4-r1 sys-libs/gdbm-1.9.1-r2 sys-apps/coreutils-8.22-r1 app-arch/sharutils-4.7 chromeos-base/autotest-deps-glmark2-0.0.1-r513 sys-apps/which-2.20
34879 </div>
34880 </div>
34881 </div>
34883 <div class="product">
34884 <a name="ISC" class="title">Gentoo Package Stock License ISC</a>
34885 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
34886 <div class="licence">
34887 <pre>
34888 Copyright (c) 4-digit year, Company or Person's Name
34890 Permission to use, copy, modify, and/or distribute this software for any
34891 purpose with or without fee is hereby granted, provided that the above
34892 copyright notice and this permission notice appear in all copies.
34894 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34895 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34896 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
34897 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
34898 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
34899 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
34900 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34902 </pre>
34903 <div class="license-packages">
34904 Used by these packages: app-admin/sudo-1.8.6_p7 media-libs/harfbuzz-0.9.27-r2 dev-libs/confuse-2.7 net-wireless/iw-3.10 app-misc/tmux-1.9a net-wireless/wireless-regdb-20131127-r3
34905 </div>
34906 </div>
34907 </div>
34909 <div class="product">
34910 <a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a>
34911 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
34912 <div class="licence">
34913 <pre>
34914 GNU LIBRARY GENERAL PUBLIC LICENSE
34915 Version 2, June 1991
34917 Copyright (C) 1991 Free Software Foundation, Inc.
34918 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
34919 Everyone is permitted to copy and distribute verbatim copies
34920 of this license document, but changing it is not allowed.
34922 [This is the first released version of the library GPL. It is
34923 numbered 2 because it goes with version 2 of the ordinary GPL.]
34925 Preamble
34927 The licenses for most software are designed to take away your
34928 freedom to share and change it. By contrast, the GNU General Public
34929 Licenses are intended to guarantee your freedom to share and change
34930 free software--to make sure the software is free for all its users.
34932 This license, the Library General Public License, applies to some
34933 specially designated Free Software Foundation software, and to any
34934 other libraries whose authors decide to use it. You can use it for
34935 your libraries, too.
34937 When we speak of free software, we are referring to freedom, not
34938 price. Our General Public Licenses are designed to make sure that you
34939 have the freedom to distribute copies of free software (and charge for
34940 this service if you wish), that you receive source code or can get it
34941 if you want it, that you can change the software or use pieces of it
34942 in new free programs; and that you know you can do these things.
34944 To protect your rights, we need to make restrictions that forbid
34945 anyone to deny you these rights or to ask you to surrender the rights.
34946 These restrictions translate to certain responsibilities for you if
34947 you distribute copies of the library, or if you modify it.
34949 For example, if you distribute copies of the library, whether gratis
34950 or for a fee, you must give the recipients all the rights that we gave
34951 you. You must make sure that they, too, receive or can get the source
34952 code. If you link a program with the library, you must provide
34953 complete object files to the recipients so that they can relink them
34954 with the library, after making changes to the library and recompiling
34955 it. And you must show them these terms so they know their rights.
34957 Our method of protecting your rights has two steps: (1) copyright
34958 the library, and (2) offer you this license which gives you legal
34959 permission to copy, distribute and/or modify the library.
34961 Also, for each distributor's protection, we want to make certain
34962 that everyone understands that there is no warranty for this free
34963 library. If the library is modified by someone else and passed on, we
34964 want its recipients to know that what they have is not the original
34965 version, so that any problems introduced by others will not reflect on
34966 the original authors' reputations.
34968 Finally, any free program is threatened constantly by software
34969 patents. We wish to avoid the danger that companies distributing free
34970 software will individually obtain patent licenses, thus in effect
34971 transforming the program into proprietary software. To prevent this,
34972 we have made it clear that any patent must be licensed for everyone's
34973 free use or not licensed at all.
34975 Most GNU software, including some libraries, is covered by the ordinary
34976 GNU General Public License, which was designed for utility programs. This
34977 license, the GNU Library General Public License, applies to certain
34978 designated libraries. This license is quite different from the ordinary
34979 one; be sure to read it in full, and don't assume that anything in it is
34980 the same as in the ordinary license.
34982 The reason we have a separate public license for some libraries is that
34983 they blur the distinction we usually make between modifying or adding to a
34984 program and simply using it. Linking a program with a library, without
34985 changing the library, is in some sense simply using the library, and is
34986 analogous to running a utility program or application program. However, in
34987 a textual and legal sense, the linked executable is a combined work, a
34988 derivative of the original library, and the ordinary General Public License
34989 treats it as such.
34991 Because of this blurred distinction, using the ordinary General
34992 Public License for libraries did not effectively promote software
34993 sharing, because most developers did not use the libraries. We
34994 concluded that weaker conditions might promote sharing better.
34996 However, unrestricted linking of non-free programs would deprive the
34997 users of those programs of all benefit from the free status of the
34998 libraries themselves. This Library General Public License is intended to
34999 permit developers of non-free programs to use free libraries, while
35000 preserving your freedom as a user of such programs to change the free
35001 libraries that are incorporated in them. (We have not seen how to achieve
35002 this as regards changes in header files, but we have achieved it as regards
35003 changes in the actual functions of the Library.) The hope is that this
35004 will lead to faster development of free libraries.
35006 The precise terms and conditions for copying, distribution and
35007 modification follow. Pay close attention to the difference between a
35008 "work based on the library" and a "work that uses the library". The
35009 former contains code derived from the library, while the latter only
35010 works together with the library.
35012 Note that it is possible for a library to be covered by the ordinary
35013 General Public License rather than by this special one.
35015 GNU LIBRARY GENERAL PUBLIC LICENSE
35016 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
35018 0. This License Agreement applies to any software library which
35019 contains a notice placed by the copyright holder or other authorized
35020 party saying it may be distributed under the terms of this Library
35021 General Public License (also called "this License"). Each licensee is
35022 addressed as "you".
35024 A "library" means a collection of software functions and/or data
35025 prepared so as to be conveniently linked with application programs
35026 (which use some of those functions and data) to form executables.
35028 The "Library", below, refers to any such software library or work
35029 which has been distributed under these terms. A "work based on the
35030 Library" means either the Library or any derivative work under
35031 copyright law: that is to say, a work containing the Library or a
35032 portion of it, either verbatim or with modifications and/or translated
35033 straightforwardly into another language. (Hereinafter, translation is
35034 included without limitation in the term "modification".)
35036 "Source code" for a work means the preferred form of the work for
35037 making modifications to it. For a library, complete source code means
35038 all the source code for all modules it contains, plus any associated
35039 interface definition files, plus the scripts used to control compilation
35040 and installation of the library.
35042 Activities other than copying, distribution and modification are not
35043 covered by this License; they are outside its scope. The act of
35044 running a program using the Library is not restricted, and output from
35045 such a program is covered only if its contents constitute a work based
35046 on the Library (independent of the use of the Library in a tool for
35047 writing it). Whether that is true depends on what the Library does
35048 and what the program that uses the Library does.
35050 1. You may copy and distribute verbatim copies of the Library's
35051 complete source code as you receive it, in any medium, provided that
35052 you conspicuously and appropriately publish on each copy an
35053 appropriate copyright notice and disclaimer of warranty; keep intact
35054 all the notices that refer to this License and to the absence of any
35055 warranty; and distribute a copy of this License along with the
35056 Library.
35058 You may charge a fee for the physical act of transferring a copy,
35059 and you may at your option offer warranty protection in exchange for a
35060 fee.
35062 2. You may modify your copy or copies of the Library or any portion
35063 of it, thus forming a work based on the Library, and copy and
35064 distribute such modifications or work under the terms of Section 1
35065 above, provided that you also meet all of these conditions:
35067 a) The modified work must itself be a software library.
35069 b) You must cause the files modified to carry prominent notices
35070 stating that you changed the files and the date of any change.
35072 c) You must cause the whole of the work to be licensed at no
35073 charge to all third parties under the terms of this License.
35075 d) If a facility in the modified Library refers to a function or a
35076 table of data to be supplied by an application program that uses
35077 the facility, other than as an argument passed when the facility
35078 is invoked, then you must make a good faith effort to ensure that,
35079 in the event an application does not supply such function or
35080 table, the facility still operates, and performs whatever part of
35081 its purpose remains meaningful.
35083 (For example, a function in a library to compute square roots has
35084 a purpose that is entirely well-defined independent of the
35085 application. Therefore, Subsection 2d requires that any
35086 application-supplied function or table used by this function must
35087 be optional: if the application does not supply it, the square
35088 root function must still compute square roots.)
35090 These requirements apply to the modified work as a whole. If
35091 identifiable sections of that work are not derived from the Library,
35092 and can be reasonably considered independent and separate works in
35093 themselves, then this License, and its terms, do not apply to those
35094 sections when you distribute them as separate works. But when you
35095 distribute the same sections as part of a whole which is a work based
35096 on the Library, the distribution of the whole must be on the terms of
35097 this License, whose permissions for other licensees extend to the
35098 entire whole, and thus to each and every part regardless of who wrote
35101 Thus, it is not the intent of this section to claim rights or contest
35102 your rights to work written entirely by you; rather, the intent is to
35103 exercise the right to control the distribution of derivative or
35104 collective works based on the Library.
35106 In addition, mere aggregation of another work not based on the Library
35107 with the Library (or with a work based on the Library) on a volume of
35108 a storage or distribution medium does not bring the other work under
35109 the scope of this License.
35111 3. You may opt to apply the terms of the ordinary GNU General Public
35112 License instead of this License to a given copy of the Library. To do
35113 this, you must alter all the notices that refer to this License, so
35114 that they refer to the ordinary GNU General Public License, version 2,
35115 instead of to this License. (If a newer version than version 2 of the
35116 ordinary GNU General Public License has appeared, then you can specify
35117 that version instead if you wish.) Do not make any other change in
35118 these notices.
35120 Once this change is made in a given copy, it is irreversible for
35121 that copy, so the ordinary GNU General Public License applies to all
35122 subsequent copies and derivative works made from that copy.
35124 This option is useful when you wish to copy part of the code of
35125 the Library into a program that is not a library.
35127 4. You may copy and distribute the Library (or a portion or
35128 derivative of it, under Section 2) in object code or executable form
35129 under the terms of Sections 1 and 2 above provided that you accompany
35130 it with the complete corresponding machine-readable source code, which
35131 must be distributed under the terms of Sections 1 and 2 above on a
35132 medium customarily used for software interchange.
35134 If distribution of object code is made by offering access to copy
35135 from a designated place, then offering equivalent access to copy the
35136 source code from the same place satisfies the requirement to
35137 distribute the source code, even though third parties are not
35138 compelled to copy the source along with the object code.
35140 5. A program that contains no derivative of any portion of the
35141 Library, but is designed to work with the Library by being compiled or
35142 linked with it, is called a "work that uses the Library". Such a
35143 work, in isolation, is not a derivative work of the Library, and
35144 therefore falls outside the scope of this License.
35146 However, linking a "work that uses the Library" with the Library
35147 creates an executable that is a derivative of the Library (because it
35148 contains portions of the Library), rather than a "work that uses the
35149 library". The executable is therefore covered by this License.
35150 Section 6 states terms for distribution of such executables.
35152 When a "work that uses the Library" uses material from a header file
35153 that is part of the Library, the object code for the work may be a
35154 derivative work of the Library even though the source code is not.
35155 Whether this is true is especially significant if the work can be
35156 linked without the Library, or if the work is itself a library. The
35157 threshold for this to be true is not precisely defined by law.
35159 If such an object file uses only numerical parameters, data
35160 structure layouts and accessors, and small macros and small inline
35161 functions (ten lines or less in length), then the use of the object
35162 file is unrestricted, regardless of whether it is legally a derivative
35163 work. (Executables containing this object code plus portions of the
35164 Library will still fall under Section 6.)
35166 Otherwise, if the work is a derivative of the Library, you may
35167 distribute the object code for the work under the terms of Section 6.
35168 Any executables containing that work also fall under Section 6,
35169 whether or not they are linked directly with the Library itself.
35171 6. As an exception to the Sections above, you may also compile or
35172 link a "work that uses the Library" with the Library to produce a
35173 work containing portions of the Library, and distribute that work
35174 under terms of your choice, provided that the terms permit
35175 modification of the work for the customer's own use and reverse
35176 engineering for debugging such modifications.
35178 You must give prominent notice with each copy of the work that the
35179 Library is used in it and that the Library and its use are covered by
35180 this License. You must supply a copy of this License. If the work
35181 during execution displays copyright notices, you must include the
35182 copyright notice for the Library among them, as well as a reference
35183 directing the user to the copy of this License. Also, you must do one
35184 of these things:
35186 a) Accompany the work with the complete corresponding
35187 machine-readable source code for the Library including whatever
35188 changes were used in the work (which must be distributed under
35189 Sections 1 and 2 above); and, if the work is an executable linked
35190 with the Library, with the complete machine-readable "work that
35191 uses the Library", as object code and/or source code, so that the
35192 user can modify the Library and then relink to produce a modified
35193 executable containing the modified Library. (It is understood
35194 that the user who changes the contents of definitions files in the
35195 Library will not necessarily be able to recompile the application
35196 to use the modified definitions.)
35198 b) Accompany the work with a written offer, valid for at
35199 least three years, to give the same user the materials
35200 specified in Subsection 6a, above, for a charge no more
35201 than the cost of performing this distribution.
35203 c) If distribution of the work is made by offering access to copy
35204 from a designated place, offer equivalent access to copy the above
35205 specified materials from the same place.
35207 d) Verify that the user has already received a copy of these
35208 materials or that you have already sent this user a copy.
35210 For an executable, the required form of the "work that uses the
35211 Library" must include any data and utility programs needed for
35212 reproducing the executable from it. However, as a special exception,
35213 the source code distributed need not include anything that is normally
35214 distributed (in either source or binary form) with the major
35215 components (compiler, kernel, and so on) of the operating system on
35216 which the executable runs, unless that component itself accompanies
35217 the executable.
35219 It may happen that this requirement contradicts the license
35220 restrictions of other proprietary libraries that do not normally
35221 accompany the operating system. Such a contradiction means you cannot
35222 use both them and the Library together in an executable that you
35223 distribute.
35225 7. You may place library facilities that are a work based on the
35226 Library side-by-side in a single library together with other library
35227 facilities not covered by this License, and distribute such a combined
35228 library, provided that the separate distribution of the work based on
35229 the Library and of the other library facilities is otherwise
35230 permitted, and provided that you do these two things:
35232 a) Accompany the combined library with a copy of the same work
35233 based on the Library, uncombined with any other library
35234 facilities. This must be distributed under the terms of the
35235 Sections above.
35237 b) Give prominent notice with the combined library of the fact
35238 that part of it is a work based on the Library, and explaining
35239 where to find the accompanying uncombined form of the same work.
35241 8. You may not copy, modify, sublicense, link with, or distribute
35242 the Library except as expressly provided under this License. Any
35243 attempt otherwise to copy, modify, sublicense, link with, or
35244 distribute the Library is void, and will automatically terminate your
35245 rights under this License. However, parties who have received copies,
35246 or rights, from you under this License will not have their licenses
35247 terminated so long as such parties remain in full compliance.
35249 9. You are not required to accept this License, since you have not
35250 signed it. However, nothing else grants you permission to modify or
35251 distribute the Library or its derivative works. These actions are
35252 prohibited by law if you do not accept this License. Therefore, by
35253 modifying or distributing the Library (or any work based on the
35254 Library), you indicate your acceptance of this License to do so, and
35255 all its terms and conditions for copying, distributing or modifying
35256 the Library or works based on it.
35258 10. Each time you redistribute the Library (or any work based on the
35259 Library), the recipient automatically receives a license from the
35260 original licensor to copy, distribute, link with or modify the Library
35261 subject to these terms and conditions. You may not impose any further
35262 restrictions on the recipients' exercise of the rights granted herein.
35263 You are not responsible for enforcing compliance by third parties to
35264 this License.
35266 11. If, as a consequence of a court judgment or allegation of patent
35267 infringement or for any other reason (not limited to patent issues),
35268 conditions are imposed on you (whether by court order, agreement or
35269 otherwise) that contradict the conditions of this License, they do not
35270 excuse you from the conditions of this License. If you cannot
35271 distribute so as to satisfy simultaneously your obligations under this
35272 License and any other pertinent obligations, then as a consequence you
35273 may not distribute the Library at all. For example, if a patent
35274 license would not permit royalty-free redistribution of the Library by
35275 all those who receive copies directly or indirectly through you, then
35276 the only way you could satisfy both it and this License would be to
35277 refrain entirely from distribution of the Library.
35279 If any portion of this section is held invalid or unenforceable under any
35280 particular circumstance, the balance of the section is intended to apply,
35281 and the section as a whole is intended to apply in other circumstances.
35283 It is not the purpose of this section to induce you to infringe any
35284 patents or other property right claims or to contest validity of any
35285 such claims; this section has the sole purpose of protecting the
35286 integrity of the free software distribution system which is
35287 implemented by public license practices. Many people have made
35288 generous contributions to the wide range of software distributed
35289 through that system in reliance on consistent application of that
35290 system; it is up to the author/donor to decide if he or she is willing
35291 to distribute software through any other system and a licensee cannot
35292 impose that choice.
35294 This section is intended to make thoroughly clear what is believed to
35295 be a consequence of the rest of this License.
35297 12. If the distribution and/or use of the Library is restricted in
35298 certain countries either by patents or by copyrighted interfaces, the
35299 original copyright holder who places the Library under this License may add
35300 an explicit geographical distribution limitation excluding those countries,
35301 so that distribution is permitted only in or among countries not thus
35302 excluded. In such case, this License incorporates the limitation as if
35303 written in the body of this License.
35305 13. The Free Software Foundation may publish revised and/or new
35306 versions of the Library General Public License from time to time.
35307 Such new versions will be similar in spirit to the present version,
35308 but may differ in detail to address new problems or concerns.
35310 Each version is given a distinguishing version number. If the Library
35311 specifies a version number of this License which applies to it and
35312 "any later version", you have the option of following the terms and
35313 conditions either of that version or of any later version published by
35314 the Free Software Foundation. If the Library does not specify a
35315 license version number, you may choose any version ever published by
35316 the Free Software Foundation.
35318 14. If you wish to incorporate parts of the Library into other free
35319 programs whose distribution conditions are incompatible with these,
35320 write to the author to ask for permission. For software which is
35321 copyrighted by the Free Software Foundation, write to the Free
35322 Software Foundation; we sometimes make exceptions for this. Our
35323 decision will be guided by the two goals of preserving the free status
35324 of all derivatives of our free software and of promoting the sharing
35325 and reuse of software generally.
35327 NO WARRANTY
35329 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
35330 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
35331 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
35332 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
35333 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
35334 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
35335 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
35336 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
35337 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
35339 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
35340 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
35341 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
35342 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
35343 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
35344 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
35345 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
35346 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
35347 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
35348 DAMAGES.
35350 END OF TERMS AND CONDITIONS
35352 Appendix: How to Apply These Terms to Your New Libraries
35354 If you develop a new library, and you want it to be of the greatest
35355 possible use to the public, we recommend making it free software that
35356 everyone can redistribute and change. You can do so by permitting
35357 redistribution under these terms (or, alternatively, under the terms of the
35358 ordinary General Public License).
35360 To apply these terms, attach the following notices to the library. It is
35361 safest to attach them to the start of each source file to most effectively
35362 convey the exclusion of warranty; and each file should have at least the
35363 "copyright" line and a pointer to where the full notice is found.
35365 &lt;one line to give the library's name and a brief idea of what it does.&gt;
35366 Copyright (C) &lt;year&gt; &lt;name of author&gt;
35368 This library is free software; you can redistribute it and/or
35369 modify it under the terms of the GNU Library General Public
35370 License as published by the Free Software Foundation; either
35371 version 2 of the License, or (at your option) any later version.
35373 This library is distributed in the hope that it will be useful,
35374 but WITHOUT ANY WARRANTY; without even the implied warranty of
35375 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
35376 Library General Public License for more details.
35378 You should have received a copy of the GNU Library General Public
35379 License along with this library; if not, write to the Free
35380 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
35381 MA 02111-1307, USA
35383 Also add information on how to contact you by electronic and paper mail.
35385 You should also get your employer (if you work as a programmer) or your
35386 school, if any, to sign a "copyright disclaimer" for the library, if
35387 necessary. Here is a sample; alter the names:
35389 Yoyodyne, Inc., hereby disclaims all copyright interest in the
35390 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
35392 &lt;signature of Ty Coon&gt;, 1 April 1990
35393 Ty Coon, President of Vice
35395 That's all there is to it!
35397 </pre>
35398 <div class="license-packages">
35399 Used by these packages: x11-libs/gtk+-2.20.1 sys-devel/gdb-7.7.1-r1 x11-libs/pango-1.32.5-r1 dev-libs/libaio-0.3.109-r3 dev-libs/dbus-c++-0.0.2-r53 dev-embedded/libftdi-1.0-r3 x11-apps/mesa-progs-8.0.1 dev-libs/glib-2.34.3-r2 dev-libs/atk-1.32.0-r1 gnome-base/libglade-2.6.4 sys-apps/kmod-17
35400 </div>
35401 </div>
35402 </div>
35404 <div class="product">
35405 <a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a>
35406 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
35407 <div class="licence">
35408 <pre>
35409 GNU Library General Public License, version 2 or any later version.
35410 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses.
35412 </pre>
35413 <div class="license-packages">
35414 Used by these packages: x11-libs/pango-1.32.5-r1 dev-libs/glib-2.34.3-r2
35415 </div>
35416 </div>
35417 </div>
35419 <div class="product">
35420 <a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a>
35421 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
35422 <div class="licence">
35423 <pre>
35424 GNU LESSER GENERAL PUBLIC LICENSE
35425 Version 2.1, February 1999
35427 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
35428 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
35429 Everyone is permitted to copy and distribute verbatim copies
35430 of this license document, but changing it is not allowed.
35432 [This is the first released version of the Lesser GPL. It also counts
35433 as the successor of the GNU Library Public License, version 2, hence
35434 the version number 2.1.]
35436 Preamble
35438 The licenses for most software are designed to take away your
35439 freedom to share and change it. By contrast, the GNU General Public
35440 Licenses are intended to guarantee your freedom to share and change
35441 free software--to make sure the software is free for all its users.
35443 This license, the Lesser General Public License, applies to some
35444 specially designated software packages--typically libraries--of the
35445 Free Software Foundation and other authors who decide to use it. You
35446 can use it too, but we suggest you first think carefully about whether
35447 this license or the ordinary General Public License is the better
35448 strategy to use in any particular case, based on the explanations below.
35450 When we speak of free software, we are referring to freedom of use,
35451 not price. Our General Public Licenses are designed to make sure that
35452 you have the freedom to distribute copies of free software (and charge
35453 for this service if you wish); that you receive source code or can get
35454 it if you want it; that you can change the software and use pieces of
35455 it in new free programs; and that you are informed that you can do
35456 these things.
35458 To protect your rights, we need to make restrictions that forbid
35459 distributors to deny you these rights or to ask you to surrender these
35460 rights. These restrictions translate to certain responsibilities for
35461 you if you distribute copies of the library or if you modify it.
35463 For example, if you distribute copies of the library, whether gratis
35464 or for a fee, you must give the recipients all the rights that we gave
35465 you. You must make sure that they, too, receive or can get the source
35466 code. If you link other code with the library, you must provide
35467 complete object files to the recipients, so that they can relink them
35468 with the library after making changes to the library and recompiling
35469 it. And you must show them these terms so they know their rights.
35471 We protect your rights with a two-step method: (1) we copyright the
35472 library, and (2) we offer you this license, which gives you legal
35473 permission to copy, distribute and/or modify the library.
35475 To protect each distributor, we want to make it very clear that
35476 there is no warranty for the free library. Also, if the library is
35477 modified by someone else and passed on, the recipients should know
35478 that what they have is not the original version, so that the original
35479 author's reputation will not be affected by problems that might be
35480 introduced by others.
35482 Finally, software patents pose a constant threat to the existence of
35483 any free program. We wish to make sure that a company cannot
35484 effectively restrict the users of a free program by obtaining a
35485 restrictive license from a patent holder. Therefore, we insist that
35486 any patent license obtained for a version of the library must be
35487 consistent with the full freedom of use specified in this license.
35489 Most GNU software, including some libraries, is covered by the
35490 ordinary GNU General Public License. This license, the GNU Lesser
35491 General Public License, applies to certain designated libraries, and
35492 is quite different from the ordinary General Public License. We use
35493 this license for certain libraries in order to permit linking those
35494 libraries into non-free programs.
35496 When a program is linked with a library, whether statically or using
35497 a shared library, the combination of the two is legally speaking a
35498 combined work, a derivative of the original library. The ordinary
35499 General Public License therefore permits such linking only if the
35500 entire combination fits its criteria of freedom. The Lesser General
35501 Public License permits more lax criteria for linking other code with
35502 the library.
35504 We call this license the "Lesser" General Public License because it
35505 does Less to protect the user's freedom than the ordinary General
35506 Public License. It also provides other free software developers Less
35507 of an advantage over competing non-free programs. These disadvantages
35508 are the reason we use the ordinary General Public License for many
35509 libraries. However, the Lesser license provides advantages in certain
35510 special circumstances.
35512 For example, on rare occasions, there may be a special need to
35513 encourage the widest possible use of a certain library, so that it becomes
35514 a de-facto standard. To achieve this, non-free programs must be
35515 allowed to use the library. A more frequent case is that a free
35516 library does the same job as widely used non-free libraries. In this
35517 case, there is little to gain by limiting the free library to free
35518 software only, so we use the Lesser General Public License.
35520 In other cases, permission to use a particular library in non-free
35521 programs enables a greater number of people to use a large body of
35522 free software. For example, permission to use the GNU C Library in
35523 non-free programs enables many more people to use the whole GNU
35524 operating system, as well as its variant, the GNU/Linux operating
35525 system.
35527 Although the Lesser General Public License is Less protective of the
35528 users' freedom, it does ensure that the user of a program that is
35529 linked with the Library has the freedom and the wherewithal to run
35530 that program using a modified version of the Library.
35532 The precise terms and conditions for copying, distribution and
35533 modification follow. Pay close attention to the difference between a
35534 "work based on the library" and a "work that uses the library". The
35535 former contains code derived from the library, whereas the latter must
35536 be combined with the library in order to run.
35538 GNU LESSER GENERAL PUBLIC LICENSE
35539 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
35541 0. This License Agreement applies to any software library or other
35542 program which contains a notice placed by the copyright holder or
35543 other authorized party saying it may be distributed under the terms of
35544 this Lesser General Public License (also called "this License").
35545 Each licensee is addressed as "you".
35547 A "library" means a collection of software functions and/or data
35548 prepared so as to be conveniently linked with application programs
35549 (which use some of those functions and data) to form executables.
35551 The "Library", below, refers to any such software library or work
35552 which has been distributed under these terms. A "work based on the
35553 Library" means either the Library or any derivative work under
35554 copyright law: that is to say, a work containing the Library or a
35555 portion of it, either verbatim or with modifications and/or translated
35556 straightforwardly into another language. (Hereinafter, translation is
35557 included without limitation in the term "modification".)
35559 "Source code" for a work means the preferred form of the work for
35560 making modifications to it. For a library, complete source code means
35561 all the source code for all modules it contains, plus any associated
35562 interface definition files, plus the scripts used to control compilation
35563 and installation of the library.
35565 Activities other than copying, distribution and modification are not
35566 covered by this License; they are outside its scope. The act of
35567 running a program using the Library is not restricted, and output from
35568 such a program is covered only if its contents constitute a work based
35569 on the Library (independent of the use of the Library in a tool for
35570 writing it). Whether that is true depends on what the Library does
35571 and what the program that uses the Library does.
35573 1. You may copy and distribute verbatim copies of the Library's
35574 complete source code as you receive it, in any medium, provided that
35575 you conspicuously and appropriately publish on each copy an
35576 appropriate copyright notice and disclaimer of warranty; keep intact
35577 all the notices that refer to this License and to the absence of any
35578 warranty; and distribute a copy of this License along with the
35579 Library.
35581 You may charge a fee for the physical act of transferring a copy,
35582 and you may at your option offer warranty protection in exchange for a
35583 fee.
35585 2. You may modify your copy or copies of the Library or any portion
35586 of it, thus forming a work based on the Library, and copy and
35587 distribute such modifications or work under the terms of Section 1
35588 above, provided that you also meet all of these conditions:
35590 a) The modified work must itself be a software library.
35592 b) You must cause the files modified to carry prominent notices
35593 stating that you changed the files and the date of any change.
35595 c) You must cause the whole of the work to be licensed at no
35596 charge to all third parties under the terms of this License.
35598 d) If a facility in the modified Library refers to a function or a
35599 table of data to be supplied by an application program that uses
35600 the facility, other than as an argument passed when the facility
35601 is invoked, then you must make a good faith effort to ensure that,
35602 in the event an application does not supply such function or
35603 table, the facility still operates, and performs whatever part of
35604 its purpose remains meaningful.
35606 (For example, a function in a library to compute square roots has
35607 a purpose that is entirely well-defined independent of the
35608 application. Therefore, Subsection 2d requires that any
35609 application-supplied function or table used by this function must
35610 be optional: if the application does not supply it, the square
35611 root function must still compute square roots.)
35613 These requirements apply to the modified work as a whole. If
35614 identifiable sections of that work are not derived from the Library,
35615 and can be reasonably considered independent and separate works in
35616 themselves, then this License, and its terms, do not apply to those
35617 sections when you distribute them as separate works. But when you
35618 distribute the same sections as part of a whole which is a work based
35619 on the Library, the distribution of the whole must be on the terms of
35620 this License, whose permissions for other licensees extend to the
35621 entire whole, and thus to each and every part regardless of who wrote
35624 Thus, it is not the intent of this section to claim rights or contest
35625 your rights to work written entirely by you; rather, the intent is to
35626 exercise the right to control the distribution of derivative or
35627 collective works based on the Library.
35629 In addition, mere aggregation of another work not based on the Library
35630 with the Library (or with a work based on the Library) on a volume of
35631 a storage or distribution medium does not bring the other work under
35632 the scope of this License.
35634 3. You may opt to apply the terms of the ordinary GNU General Public
35635 License instead of this License to a given copy of the Library. To do
35636 this, you must alter all the notices that refer to this License, so
35637 that they refer to the ordinary GNU General Public License, version 2,
35638 instead of to this License. (If a newer version than version 2 of the
35639 ordinary GNU General Public License has appeared, then you can specify
35640 that version instead if you wish.) Do not make any other change in
35641 these notices.
35643 Once this change is made in a given copy, it is irreversible for
35644 that copy, so the ordinary GNU General Public License applies to all
35645 subsequent copies and derivative works made from that copy.
35647 This option is useful when you wish to copy part of the code of
35648 the Library into a program that is not a library.
35650 4. You may copy and distribute the Library (or a portion or
35651 derivative of it, under Section 2) in object code or executable form
35652 under the terms of Sections 1 and 2 above provided that you accompany
35653 it with the complete corresponding machine-readable source code, which
35654 must be distributed under the terms of Sections 1 and 2 above on a
35655 medium customarily used for software interchange.
35657 If distribution of object code is made by offering access to copy
35658 from a designated place, then offering equivalent access to copy the
35659 source code from the same place satisfies the requirement to
35660 distribute the source code, even though third parties are not
35661 compelled to copy the source along with the object code.
35663 5. A program that contains no derivative of any portion of the
35664 Library, but is designed to work with the Library by being compiled or
35665 linked with it, is called a "work that uses the Library". Such a
35666 work, in isolation, is not a derivative work of the Library, and
35667 therefore falls outside the scope of this License.
35669 However, linking a "work that uses the Library" with the Library
35670 creates an executable that is a derivative of the Library (because it
35671 contains portions of the Library), rather than a "work that uses the
35672 library". The executable is therefore covered by this License.
35673 Section 6 states terms for distribution of such executables.
35675 When a "work that uses the Library" uses material from a header file
35676 that is part of the Library, the object code for the work may be a
35677 derivative work of the Library even though the source code is not.
35678 Whether this is true is especially significant if the work can be
35679 linked without the Library, or if the work is itself a library. The
35680 threshold for this to be true is not precisely defined by law.
35682 If such an object file uses only numerical parameters, data
35683 structure layouts and accessors, and small macros and small inline
35684 functions (ten lines or less in length), then the use of the object
35685 file is unrestricted, regardless of whether it is legally a derivative
35686 work. (Executables containing this object code plus portions of the
35687 Library will still fall under Section 6.)
35689 Otherwise, if the work is a derivative of the Library, you may
35690 distribute the object code for the work under the terms of Section 6.
35691 Any executables containing that work also fall under Section 6,
35692 whether or not they are linked directly with the Library itself.
35694 6. As an exception to the Sections above, you may also combine or
35695 link a "work that uses the Library" with the Library to produce a
35696 work containing portions of the Library, and distribute that work
35697 under terms of your choice, provided that the terms permit
35698 modification of the work for the customer's own use and reverse
35699 engineering for debugging such modifications.
35701 You must give prominent notice with each copy of the work that the
35702 Library is used in it and that the Library and its use are covered by
35703 this License. You must supply a copy of this License. If the work
35704 during execution displays copyright notices, you must include the
35705 copyright notice for the Library among them, as well as a reference
35706 directing the user to the copy of this License. Also, you must do one
35707 of these things:
35709 a) Accompany the work with the complete corresponding
35710 machine-readable source code for the Library including whatever
35711 changes were used in the work (which must be distributed under
35712 Sections 1 and 2 above); and, if the work is an executable linked
35713 with the Library, with the complete machine-readable "work that
35714 uses the Library", as object code and/or source code, so that the
35715 user can modify the Library and then relink to produce a modified
35716 executable containing the modified Library. (It is understood
35717 that the user who changes the contents of definitions files in the
35718 Library will not necessarily be able to recompile the application
35719 to use the modified definitions.)
35721 b) Use a suitable shared library mechanism for linking with the
35722 Library. A suitable mechanism is one that (1) uses at run time a
35723 copy of the library already present on the user's computer system,
35724 rather than copying library functions into the executable, and (2)
35725 will operate properly with a modified version of the library, if
35726 the user installs one, as long as the modified version is
35727 interface-compatible with the version that the work was made with.
35729 c) Accompany the work with a written offer, valid for at
35730 least three years, to give the same user the materials
35731 specified in Subsection 6a, above, for a charge no more
35732 than the cost of performing this distribution.
35734 d) If distribution of the work is made by offering access to copy
35735 from a designated place, offer equivalent access to copy the above
35736 specified materials from the same place.
35738 e) Verify that the user has already received a copy of these
35739 materials or that you have already sent this user a copy.
35741 For an executable, the required form of the "work that uses the
35742 Library" must include any data and utility programs needed for
35743 reproducing the executable from it. However, as a special exception,
35744 the materials to be distributed need not include anything that is
35745 normally distributed (in either source or binary form) with the major
35746 components (compiler, kernel, and so on) of the operating system on
35747 which the executable runs, unless that component itself accompanies
35748 the executable.
35750 It may happen that this requirement contradicts the license
35751 restrictions of other proprietary libraries that do not normally
35752 accompany the operating system. Such a contradiction means you cannot
35753 use both them and the Library together in an executable that you
35754 distribute.
35756 7. You may place library facilities that are a work based on the
35757 Library side-by-side in a single library together with other library
35758 facilities not covered by this License, and distribute such a combined
35759 library, provided that the separate distribution of the work based on
35760 the Library and of the other library facilities is otherwise
35761 permitted, and provided that you do these two things:
35763 a) Accompany the combined library with a copy of the same work
35764 based on the Library, uncombined with any other library
35765 facilities. This must be distributed under the terms of the
35766 Sections above.
35768 b) Give prominent notice with the combined library of the fact
35769 that part of it is a work based on the Library, and explaining
35770 where to find the accompanying uncombined form of the same work.
35772 8. You may not copy, modify, sublicense, link with, or distribute
35773 the Library except as expressly provided under this License. Any
35774 attempt otherwise to copy, modify, sublicense, link with, or
35775 distribute the Library is void, and will automatically terminate your
35776 rights under this License. However, parties who have received copies,
35777 or rights, from you under this License will not have their licenses
35778 terminated so long as such parties remain in full compliance.
35780 9. You are not required to accept this License, since you have not
35781 signed it. However, nothing else grants you permission to modify or
35782 distribute the Library or its derivative works. These actions are
35783 prohibited by law if you do not accept this License. Therefore, by
35784 modifying or distributing the Library (or any work based on the
35785 Library), you indicate your acceptance of this License to do so, and
35786 all its terms and conditions for copying, distributing or modifying
35787 the Library or works based on it.
35789 10. Each time you redistribute the Library (or any work based on the
35790 Library), the recipient automatically receives a license from the
35791 original licensor to copy, distribute, link with or modify the Library
35792 subject to these terms and conditions. You may not impose any further
35793 restrictions on the recipients' exercise of the rights granted herein.
35794 You are not responsible for enforcing compliance by third parties with
35795 this License.
35797 11. If, as a consequence of a court judgment or allegation of patent
35798 infringement or for any other reason (not limited to patent issues),
35799 conditions are imposed on you (whether by court order, agreement or
35800 otherwise) that contradict the conditions of this License, they do not
35801 excuse you from the conditions of this License. If you cannot
35802 distribute so as to satisfy simultaneously your obligations under this
35803 License and any other pertinent obligations, then as a consequence you
35804 may not distribute the Library at all. For example, if a patent
35805 license would not permit royalty-free redistribution of the Library by
35806 all those who receive copies directly or indirectly through you, then
35807 the only way you could satisfy both it and this License would be to
35808 refrain entirely from distribution of the Library.
35810 If any portion of this section is held invalid or unenforceable under any
35811 particular circumstance, the balance of the section is intended to apply,
35812 and the section as a whole is intended to apply in other circumstances.
35814 It is not the purpose of this section to induce you to infringe any
35815 patents or other property right claims or to contest validity of any
35816 such claims; this section has the sole purpose of protecting the
35817 integrity of the free software distribution system which is
35818 implemented by public license practices. Many people have made
35819 generous contributions to the wide range of software distributed
35820 through that system in reliance on consistent application of that
35821 system; it is up to the author/donor to decide if he or she is willing
35822 to distribute software through any other system and a licensee cannot
35823 impose that choice.
35825 This section is intended to make thoroughly clear what is believed to
35826 be a consequence of the rest of this License.
35828 12. If the distribution and/or use of the Library is restricted in
35829 certain countries either by patents or by copyrighted interfaces, the
35830 original copyright holder who places the Library under this License may add
35831 an explicit geographical distribution limitation excluding those countries,
35832 so that distribution is permitted only in or among countries not thus
35833 excluded. In such case, this License incorporates the limitation as if
35834 written in the body of this License.
35836 13. The Free Software Foundation may publish revised and/or new
35837 versions of the Lesser General Public License from time to time.
35838 Such new versions will be similar in spirit to the present version,
35839 but may differ in detail to address new problems or concerns.
35841 Each version is given a distinguishing version number. If the Library
35842 specifies a version number of this License which applies to it and
35843 "any later version", you have the option of following the terms and
35844 conditions either of that version or of any later version published by
35845 the Free Software Foundation. If the Library does not specify a
35846 license version number, you may choose any version ever published by
35847 the Free Software Foundation.
35849 14. If you wish to incorporate parts of the Library into other free
35850 programs whose distribution conditions are incompatible with these,
35851 write to the author to ask for permission. For software which is
35852 copyrighted by the Free Software Foundation, write to the Free
35853 Software Foundation; we sometimes make exceptions for this. Our
35854 decision will be guided by the two goals of preserving the free status
35855 of all derivatives of our free software and of promoting the sharing
35856 and reuse of software generally.
35858 NO WARRANTY
35860 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
35861 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
35862 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
35863 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
35864 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
35865 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
35866 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
35867 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
35868 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
35870 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
35871 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
35872 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
35873 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
35874 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
35875 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
35876 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
35877 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
35878 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
35879 DAMAGES.
35881 END OF TERMS AND CONDITIONS
35883 How to Apply These Terms to Your New Libraries
35885 If you develop a new library, and you want it to be of the greatest
35886 possible use to the public, we recommend making it free software that
35887 everyone can redistribute and change. You can do so by permitting
35888 redistribution under these terms (or, alternatively, under the terms of the
35889 ordinary General Public License).
35891 To apply these terms, attach the following notices to the library. It is
35892 safest to attach them to the start of each source file to most effectively
35893 convey the exclusion of warranty; and each file should have at least the
35894 "copyright" line and a pointer to where the full notice is found.
35896 &lt;one line to give the library's name and a brief idea of what it does.&gt;
35897 Copyright (C) &lt;year&gt; &lt;name of author&gt;
35899 This library is free software; you can redistribute it and/or
35900 modify it under the terms of the GNU Lesser General Public
35901 License as published by the Free Software Foundation; either
35902 version 2.1 of the License, or (at your option) any later version.
35904 This library is distributed in the hope that it will be useful,
35905 but WITHOUT ANY WARRANTY; without even the implied warranty of
35906 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
35907 Lesser General Public License for more details.
35909 You should have received a copy of the GNU Lesser General Public
35910 License along with this library; if not, write to the Free Software
35911 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
35913 Also add information on how to contact you by electronic and paper mail.
35915 You should also get your employer (if you work as a programmer) or your
35916 school, if any, to sign a "copyright disclaimer" for the library, if
35917 necessary. Here is a sample; alter the names:
35919 Yoyodyne, Inc., hereby disclaims all copyright interest in the
35920 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
35922 &lt;signature of Ty Coon&gt;, 1 April 1990
35923 Ty Coon, President of Vice
35925 That's all there is to it!
35929 </pre>
35930 <div class="license-packages">
35931 Used by these packages: dev-util/shflags-1.0.3-r1 dev-libs/engine_pkcs11-0.1.8-r1 media-libs/ladspa-sdk-1.13-r1 media-plugins/alsa-plugins-1.0.25-r1 net-dns/avahi-0.6.31-r4 x11-libs/cairo-1.12.12 dev-libs/libusb-compat-0.1.5-r3 dev-libs/libgpg-error-1.10-r1 dev-libs/libp11-0.2.8-r1 dev-libs/libusb-1.0.18 media-libs/sbc-1.0 dev-libs/nss-3.16-r1 dev-python/pyudev-0.16.1 media-gfx/zbar-0.10-r4 dev-libs/libgcrypt-1.4.6 dev-python/pygtk-2.14.1-r5 net-misc/modemmanager-next-1.3.0-r242 media-libs/libmtp-0.0.1-r18 sys-libs/libcap-ng-0.6.6 dev-libs/libdaemon-0.14-r1 app-crypt/nss-3.16-r1 sys-apps/util-linux-2.24 net-wireless/bluez-5.19-r7 dev-python/pygobject-2.18.0-r5 media-libs/libv4l-0.8.8 dev-libs/libnl-3.2.24 net-misc/modemmanager-classic-interfaces-0.0.1 sys-apps/acl-2.2.51 dev-python/pycairo-1.10.0-r4 sys-apps/attr-2.4.46-r2 sys-apps/keyutils-1.1-r1 media-libs/alsa-lib-1.0.27.2 app-editors/qemacs-0.4.0_pre20090420 dev-libs/opensc-0.12.2-r1 dev-libs/libnl-1.1-r1 app-accessibility/brltty-4.5-r10 dev-libs/nspr-4.10.4 media-sound/sox-14.3.2-r1
35932 </div>
35933 </div>
35934 </div>
35936 <div class="product">
35937 <a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a>
35938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
35939 <div class="licence">
35940 <pre>
35941 GNU LESSER GENERAL PUBLIC LICENSE
35942 Version 3, 29 June 2007
35944 Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
35945 Everyone is permitted to copy and distribute verbatim copies
35946 of this license document, but changing it is not allowed.
35949 This version of the GNU Lesser General Public License incorporates
35950 the terms and conditions of version 3 of the GNU General Public
35951 License, supplemented by the additional permissions listed below.
35953 0. Additional Definitions.
35955 As used herein, "this License" refers to version 3 of the GNU Lesser
35956 General Public License, and the "GNU GPL" refers to version 3 of the GNU
35957 General Public License.
35959 "The Library" refers to a covered work governed by this License,
35960 other than an Application or a Combined Work as defined below.
35962 An "Application" is any work that makes use of an interface provided
35963 by the Library, but which is not otherwise based on the Library.
35964 Defining a subclass of a class defined by the Library is deemed a mode
35965 of using an interface provided by the Library.
35967 A "Combined Work" is a work produced by combining or linking an
35968 Application with the Library. The particular version of the Library
35969 with which the Combined Work was made is also called the "Linked
35970 Version".
35972 The "Minimal Corresponding Source" for a Combined Work means the
35973 Corresponding Source for the Combined Work, excluding any source code
35974 for portions of the Combined Work that, considered in isolation, are
35975 based on the Application, and not on the Linked Version.
35977 The "Corresponding Application Code" for a Combined Work means the
35978 object code and/or source code for the Application, including any data
35979 and utility programs needed for reproducing the Combined Work from the
35980 Application, but excluding the System Libraries of the Combined Work.
35982 1. Exception to Section 3 of the GNU GPL.
35984 You may convey a covered work under sections 3 and 4 of this License
35985 without being bound by section 3 of the GNU GPL.
35987 2. Conveying Modified Versions.
35989 If you modify a copy of the Library, and, in your modifications, a
35990 facility refers to a function or data to be supplied by an Application
35991 that uses the facility (other than as an argument passed when the
35992 facility is invoked), then you may convey a copy of the modified
35993 version:
35995 a) under this License, provided that you make a good faith effort to
35996 ensure that, in the event an Application does not supply the
35997 function or data, the facility still operates, and performs
35998 whatever part of its purpose remains meaningful, or
36000 b) under the GNU GPL, with none of the additional permissions of
36001 this License applicable to that copy.
36003 3. Object Code Incorporating Material from Library Header Files.
36005 The object code form of an Application may incorporate material from
36006 a header file that is part of the Library. You may convey such object
36007 code under terms of your choice, provided that, if the incorporated
36008 material is not limited to numerical parameters, data structure
36009 layouts and accessors, or small macros, inline functions and templates
36010 (ten or fewer lines in length), you do both of the following:
36012 a) Give prominent notice with each copy of the object code that the
36013 Library is used in it and that the Library and its use are
36014 covered by this License.
36016 b) Accompany the object code with a copy of the GNU GPL and this license
36017 document.
36019 4. Combined Works.
36021 You may convey a Combined Work under terms of your choice that,
36022 taken together, effectively do not restrict modification of the
36023 portions of the Library contained in the Combined Work and reverse
36024 engineering for debugging such modifications, if you also do each of
36025 the following:
36027 a) Give prominent notice with each copy of the Combined Work that
36028 the Library is used in it and that the Library and its use are
36029 covered by this License.
36031 b) Accompany the Combined Work with a copy of the GNU GPL and this license
36032 document.
36034 c) For a Combined Work that displays copyright notices during
36035 execution, include the copyright notice for the Library among
36036 these notices, as well as a reference directing the user to the
36037 copies of the GNU GPL and this license document.
36039 d) Do one of the following:
36041 0) Convey the Minimal Corresponding Source under the terms of this
36042 License, and the Corresponding Application Code in a form
36043 suitable for, and under terms that permit, the user to
36044 recombine or relink the Application with a modified version of
36045 the Linked Version to produce a modified Combined Work, in the
36046 manner specified by section 6 of the GNU GPL for conveying
36047 Corresponding Source.
36049 1) Use a suitable shared library mechanism for linking with the
36050 Library. A suitable mechanism is one that (a) uses at run time
36051 a copy of the Library already present on the user's computer
36052 system, and (b) will operate properly with a modified version
36053 of the Library that is interface-compatible with the Linked
36054 Version.
36056 e) Provide Installation Information, but only if you would otherwise
36057 be required to provide such information under section 6 of the
36058 GNU GPL, and only to the extent that such information is
36059 necessary to install and execute a modified version of the
36060 Combined Work produced by recombining or relinking the
36061 Application with a modified version of the Linked Version. (If
36062 you use option 4d0, the Installation Information must accompany
36063 the Minimal Corresponding Source and Corresponding Application
36064 Code. If you use option 4d1, you must provide the Installation
36065 Information in the manner specified by section 6 of the GNU GPL
36066 for conveying Corresponding Source.)
36068 5. Combined Libraries.
36070 You may place library facilities that are a work based on the
36071 Library side by side in a single library together with other library
36072 facilities that are not Applications and are not covered by this
36073 License, and convey such a combined library under terms of your
36074 choice, if you do both of the following:
36076 a) Accompany the combined library with a copy of the same work based
36077 on the Library, uncombined with any other library facilities,
36078 conveyed under the terms of this License.
36080 b) Give prominent notice with the combined library that part of it
36081 is a work based on the Library, and explaining where to find the
36082 accompanying uncombined form of the same work.
36084 6. Revised Versions of the GNU Lesser General Public License.
36086 The Free Software Foundation may publish revised and/or new versions
36087 of the GNU Lesser General Public License from time to time. Such new
36088 versions will be similar in spirit to the present version, but may
36089 differ in detail to address new problems or concerns.
36091 Each version is given a distinguishing version number. If the
36092 Library as you received it specifies that a certain numbered version
36093 of the GNU Lesser General Public License "or any later version"
36094 applies to it, you have the option of following the terms and
36095 conditions either of that published version or of any later version
36096 published by the Free Software Foundation. If the Library as you
36097 received it does not specify a version number of the GNU Lesser
36098 General Public License, you may choose any version of the GNU Lesser
36099 General Public License ever published by the Free Software Foundation.
36101 If the Library as you received it specifies that a proxy can decide
36102 whether future versions of the GNU Lesser General Public License shall
36103 apply, that proxy's public statement of acceptance of any version is
36104 permanent authorization for you to choose that version for the
36105 Library.
36107 </pre>
36108 <div class="license-packages">
36109 Used by these packages: sys-devel/binutils-2.22-r27 app-admin/rsyslog-5.8.11-r1 sys-libs/gcc-libs-4.8.2-r11 dev-libs/gmp-5.0.2_p1 media-libs/mesa-10.3-r3 dev-python/pycairo-1.10.0-r4 chromeos-base/autotest-deps-piglit-0.0.1-r4755
36110 </div>
36111 </div>
36112 </div>
36114 <div class="product">
36115 <a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a>
36116 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
36117 <div class="licence">
36118 <pre>
36119 Mozilla Public License Version 2.0
36120 ==================================
36122 1. Definitions
36123 --------------
36125 1.1. "Contributor"
36126 means each individual or legal entity that creates, contributes to
36127 the creation of, or owns Covered Software.
36129 1.2. "Contributor Version"
36130 means the combination of the Contributions of others (if any) used
36131 by a Contributor and that particular Contributor's Contribution.
36133 1.3. "Contribution"
36134 means Covered Software of a particular Contributor.
36136 1.4. "Covered Software"
36137 means Source Code Form to which the initial Contributor has attached
36138 the notice in Exhibit A, the Executable Form of such Source Code
36139 Form, and Modifications of such Source Code Form, in each case
36140 including portions thereof.
36142 1.5. "Incompatible With Secondary Licenses"
36143 means
36145 (a) that the initial Contributor has attached the notice described
36146 in Exhibit B to the Covered Software; or
36148 (b) that the Covered Software was made available under the terms of
36149 version 1.1 or earlier of the License, but not also under the
36150 terms of a Secondary License.
36152 1.6. "Executable Form"
36153 means any form of the work other than Source Code Form.
36155 1.7. "Larger Work"
36156 means a work that combines Covered Software with other material, in
36157 a separate file or files, that is not Covered Software.
36159 1.8. "License"
36160 means this document.
36162 1.9. "Licensable"
36163 means having the right to grant, to the maximum extent possible,
36164 whether at the time of the initial grant or subsequently, any and
36165 all of the rights conveyed by this License.
36167 1.10. "Modifications"
36168 means any of the following:
36170 (a) any file in Source Code Form that results from an addition to,
36171 deletion from, or modification of the contents of Covered
36172 Software; or
36174 (b) any new file in Source Code Form that contains any Covered
36175 Software.
36177 1.11. "Patent Claims" of a Contributor
36178 means any patent claim(s), including without limitation, method,
36179 process, and apparatus claims, in any patent Licensable by such
36180 Contributor that would be infringed, but for the grant of the
36181 License, by the making, using, selling, offering for sale, having
36182 made, import, or transfer of either its Contributions or its
36183 Contributor Version.
36185 1.12. "Secondary License"
36186 means either the GNU General Public License, Version 2.0, the GNU
36187 Lesser General Public License, Version 2.1, the GNU Affero General
36188 Public License, Version 3.0, or any later versions of those
36189 licenses.
36191 1.13. "Source Code Form"
36192 means the form of the work preferred for making modifications.
36194 1.14. "You" (or "Your")
36195 means an individual or a legal entity exercising rights under this
36196 License. For legal entities, "You" includes any entity that
36197 controls, is controlled by, or is under common control with You. For
36198 purposes of this definition, "control" means (a) the power, direct
36199 or indirect, to cause the direction or management of such entity,
36200 whether by contract or otherwise, or (b) ownership of more than
36201 fifty percent (50%) of the outstanding shares or beneficial
36202 ownership of such entity.
36204 2. License Grants and Conditions
36205 --------------------------------
36207 2.1. Grants
36209 Each Contributor hereby grants You a world-wide, royalty-free,
36210 non-exclusive license:
36212 (a) under intellectual property rights (other than patent or trademark)
36213 Licensable by such Contributor to use, reproduce, make available,
36214 modify, display, perform, distribute, and otherwise exploit its
36215 Contributions, either on an unmodified basis, with Modifications, or
36216 as part of a Larger Work; and
36218 (b) under Patent Claims of such Contributor to make, use, sell, offer
36219 for sale, have made, import, and otherwise transfer either its
36220 Contributions or its Contributor Version.
36222 2.2. Effective Date
36224 The licenses granted in Section 2.1 with respect to any Contribution
36225 become effective for each Contribution on the date the Contributor first
36226 distributes such Contribution.
36228 2.3. Limitations on Grant Scope
36230 The licenses granted in this Section 2 are the only rights granted under
36231 this License. No additional rights or licenses will be implied from the
36232 distribution or licensing of Covered Software under this License.
36233 Notwithstanding Section 2.1(b) above, no patent license is granted by a
36234 Contributor:
36236 (a) for any code that a Contributor has removed from Covered Software;
36239 (b) for infringements caused by: (i) Your and any other third party's
36240 modifications of Covered Software, or (ii) the combination of its
36241 Contributions with other software (except as part of its Contributor
36242 Version); or
36244 (c) under Patent Claims infringed by Covered Software in the absence of
36245 its Contributions.
36247 This License does not grant any rights in the trademarks, service marks,
36248 or logos of any Contributor (except as may be necessary to comply with
36249 the notice requirements in Section 3.4).
36251 2.4. Subsequent Licenses
36253 No Contributor makes additional grants as a result of Your choice to
36254 distribute the Covered Software under a subsequent version of this
36255 License (see Section 10.2) or under the terms of a Secondary License (if
36256 permitted under the terms of Section 3.3).
36258 2.5. Representation
36260 Each Contributor represents that the Contributor believes its
36261 Contributions are its original creation(s) or it has sufficient rights
36262 to grant the rights to its Contributions conveyed by this License.
36264 2.6. Fair Use
36266 This License is not intended to limit any rights You have under
36267 applicable copyright doctrines of fair use, fair dealing, or other
36268 equivalents.
36270 2.7. Conditions
36272 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
36273 in Section 2.1.
36275 3. Responsibilities
36276 -------------------
36278 3.1. Distribution of Source Form
36280 All distribution of Covered Software in Source Code Form, including any
36281 Modifications that You create or to which You contribute, must be under
36282 the terms of this License. You must inform recipients that the Source
36283 Code Form of the Covered Software is governed by the terms of this
36284 License, and how they can obtain a copy of this License. You may not
36285 attempt to alter or restrict the recipients' rights in the Source Code
36286 Form.
36288 3.2. Distribution of Executable Form
36290 If You distribute Covered Software in Executable Form then:
36292 (a) such Covered Software must also be made available in Source Code
36293 Form, as described in Section 3.1, and You must inform recipients of
36294 the Executable Form how they can obtain a copy of such Source Code
36295 Form by reasonable means in a timely manner, at a charge no more
36296 than the cost of distribution to the recipient; and
36298 (b) You may distribute such Executable Form under the terms of this
36299 License, or sublicense it under different terms, provided that the
36300 license for the Executable Form does not attempt to limit or alter
36301 the recipients' rights in the Source Code Form under this License.
36303 3.3. Distribution of a Larger Work
36305 You may create and distribute a Larger Work under terms of Your choice,
36306 provided that You also comply with the requirements of this License for
36307 the Covered Software. If the Larger Work is a combination of Covered
36308 Software with a work governed by one or more Secondary Licenses, and the
36309 Covered Software is not Incompatible With Secondary Licenses, this
36310 License permits You to additionally distribute such Covered Software
36311 under the terms of such Secondary License(s), so that the recipient of
36312 the Larger Work may, at their option, further distribute the Covered
36313 Software under the terms of either this License or such Secondary
36314 License(s).
36316 3.4. Notices
36318 You may not remove or alter the substance of any license notices
36319 (including copyright notices, patent notices, disclaimers of warranty,
36320 or limitations of liability) contained within the Source Code Form of
36321 the Covered Software, except that You may alter any license notices to
36322 the extent required to remedy known factual inaccuracies.
36324 3.5. Application of Additional Terms
36326 You may choose to offer, and to charge a fee for, warranty, support,
36327 indemnity or liability obligations to one or more recipients of Covered
36328 Software. However, You may do so only on Your own behalf, and not on
36329 behalf of any Contributor. You must make it absolutely clear that any
36330 such warranty, support, indemnity, or liability obligation is offered by
36331 You alone, and You hereby agree to indemnify every Contributor for any
36332 liability incurred by such Contributor as a result of warranty, support,
36333 indemnity or liability terms You offer. You may include additional
36334 disclaimers of warranty and limitations of liability specific to any
36335 jurisdiction.
36337 4. Inability to Comply Due to Statute or Regulation
36338 ---------------------------------------------------
36340 If it is impossible for You to comply with any of the terms of this
36341 License with respect to some or all of the Covered Software due to
36342 statute, judicial order, or regulation then You must: (a) comply with
36343 the terms of this License to the maximum extent possible; and (b)
36344 describe the limitations and the code they affect. Such description must
36345 be placed in a text file included with all distributions of the Covered
36346 Software under this License. Except to the extent prohibited by statute
36347 or regulation, such description must be sufficiently detailed for a
36348 recipient of ordinary skill to be able to understand it.
36350 5. Termination
36351 --------------
36353 5.1. The rights granted under this License will terminate automatically
36354 if You fail to comply with any of its terms. However, if You become
36355 compliant, then the rights granted under this License from a particular
36356 Contributor are reinstated (a) provisionally, unless and until such
36357 Contributor explicitly and finally terminates Your grants, and (b) on an
36358 ongoing basis, if such Contributor fails to notify You of the
36359 non-compliance by some reasonable means prior to 60 days after You have
36360 come back into compliance. Moreover, Your grants from a particular
36361 Contributor are reinstated on an ongoing basis if such Contributor
36362 notifies You of the non-compliance by some reasonable means, this is the
36363 first time You have received notice of non-compliance with this License
36364 from such Contributor, and You become compliant prior to 30 days after
36365 Your receipt of the notice.
36367 5.2. If You initiate litigation against any entity by asserting a patent
36368 infringement claim (excluding declaratory judgment actions,
36369 counter-claims, and cross-claims) alleging that a Contributor Version
36370 directly or indirectly infringes any patent, then the rights granted to
36371 You by any and all Contributors for the Covered Software under Section
36372 2.1 of this License shall terminate.
36374 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
36375 end user license agreements (excluding distributors and resellers) which
36376 have been validly granted by You or Your distributors under this License
36377 prior to termination shall survive termination.
36379 ************************************************************************
36381 * 6. Disclaimer of Warranty *
36382 * ------------------------- *
36384 * Covered Software is provided under this License on an "as is" *
36385 * basis, without warranty of any kind, either expressed, implied, or *
36386 * statutory, including, without limitation, warranties that the *
36387 * Covered Software is free of defects, merchantable, fit for a *
36388 * particular purpose or non-infringing. The entire risk as to the *
36389 * quality and performance of the Covered Software is with You. *
36390 * Should any Covered Software prove defective in any respect, You *
36391 * (not any Contributor) assume the cost of any necessary servicing, *
36392 * repair, or correction. This disclaimer of warranty constitutes an *
36393 * essential part of this License. No use of any Covered Software is *
36394 * authorized under this License except under this disclaimer. *
36396 ************************************************************************
36398 ************************************************************************
36400 * 7. Limitation of Liability *
36401 * -------------------------- *
36403 * Under no circumstances and under no legal theory, whether tort *
36404 * (including negligence), contract, or otherwise, shall any *
36405 * Contributor, or anyone who distributes Covered Software as *
36406 * permitted above, be liable to You for any direct, indirect, *
36407 * special, incidental, or consequential damages of any character *
36408 * including, without limitation, damages for lost profits, loss of *
36409 * goodwill, work stoppage, computer failure or malfunction, or any *
36410 * and all other commercial damages or losses, even if such party *
36411 * shall have been informed of the possibility of such damages. This *
36412 * limitation of liability shall not apply to liability for death or *
36413 * personal injury resulting from such party's negligence to the *
36414 * extent applicable law prohibits such limitation. Some *
36415 * jurisdictions do not allow the exclusion or limitation of *
36416 * incidental or consequential damages, so this exclusion and *
36417 * limitation may not apply to You. *
36419 ************************************************************************
36421 8. Litigation
36422 -------------
36424 Any litigation relating to this License may be brought only in the
36425 courts of a jurisdiction where the defendant maintains its principal
36426 place of business and such litigation shall be governed by laws of that
36427 jurisdiction, without reference to its conflict-of-law provisions.
36428 Nothing in this Section shall prevent a party's ability to bring
36429 cross-claims or counter-claims.
36431 9. Miscellaneous
36432 ----------------
36434 This License represents the complete agreement concerning the subject
36435 matter hereof. If any provision of this License is held to be
36436 unenforceable, such provision shall be reformed only to the extent
36437 necessary to make it enforceable. Any law or regulation which provides
36438 that the language of a contract shall be construed against the drafter
36439 shall not be used to construe this License against a Contributor.
36441 10. Versions of the License
36442 ---------------------------
36444 10.1. New Versions
36446 Mozilla Foundation is the license steward. Except as provided in Section
36447 10.3, no one other than the license steward has the right to modify or
36448 publish new versions of this License. Each version will be given a
36449 distinguishing version number.
36451 10.2. Effect of New Versions
36453 You may distribute the Covered Software under the terms of the version
36454 of the License under which You originally received the Covered Software,
36455 or under the terms of any subsequent version published by the license
36456 steward.
36458 10.3. Modified Versions
36460 If you create software not governed by this License, and you want to
36461 create a new license for such software, you may create and use a
36462 modified version of this License if you rename the license and remove
36463 any references to the name of the license steward (except to note that
36464 such modified license differs from this License).
36466 10.4. Distributing Source Code Form that is Incompatible With Secondary
36467 Licenses
36469 If You choose to distribute Source Code Form that is Incompatible With
36470 Secondary Licenses under the terms of this version of the License, the
36471 notice described in Exhibit B of this License must be attached.
36473 Exhibit A - Source Code Form License Notice
36474 -------------------------------------------
36476 This Source Code Form is subject to the terms of the Mozilla Public
36477 License, v. 2.0. If a copy of the MPL was not distributed with this
36478 file, You can obtain one at http://mozilla.org/MPL/2.0/.
36480 If it is not possible or desirable to put the notice in a particular
36481 file, then You may include the notice in a location (such as a LICENSE
36482 file in a relevant directory) where a recipient would be likely to look
36483 for such a notice.
36485 You may add additional accurate notices of copyright ownership.
36487 Exhibit B - "Incompatible With Secondary Licenses" Notice
36488 ---------------------------------------------------------
36490 This Source Code Form is "Incompatible With Secondary Licenses", as
36491 defined by the Mozilla Public License, v. 2.0.
36494 </pre>
36495 <div class="license-packages">
36496 Used by these packages: dev-libs/nss-3.16-r1 app-crypt/nss-3.16-r1 dev-libs/nspr-4.10.4
36497 </div>
36498 </div>
36499 </div>
36501 <div class="product">
36502 <a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a>
36503 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
36504 <div class="licence">
36505 <pre>
36506 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
36507 -----
36509 PREAMBLE
36511 The goals of the Open Font License (OFL) are to stimulate worldwide
36512 development of collaborative font projects, to support the font creation
36513 efforts of academic and linguistic communities, and to provide a free
36514 and open framework in which fonts may be shared and improved in
36515 partnership with others.
36517 The OFL allows the licensed fonts to be used, studied, modified and
36518 redistributed freely as long as they are not sold by themselves. The
36519 fonts, including any derivative works, can be bundled, embedded,
36520 redistributed and/or sold with any software provided that any reserved
36521 names are not used by derivative works. The fonts and derivatives,
36522 however, cannot be released under any other type of license. The
36523 requirement for fonts to remain under this license does not apply to
36524 any document created using the fonts or their derivatives.
36526 DEFINITIONS
36528 "Font Software" refers to the set of files released by the Copyright
36529 Holder(s) under this license and clearly marked as such. This may
36530 include source files, build scripts and documentation.
36532 "Reserved Font Name" refers to any names specified as such after the
36533 copyright statement(s).
36535 "Original Version" refers to the collection of Font Software components
36536 as distributed by the Copyright Holder(s).
36538 "Modified Version" refers to any derivative made by adding to, deleting,
36539 or substituting -- in part or in whole -- any of the components of the
36540 Original Version, by changing formats or by porting the Font Software
36541 to a new environment.
36543 "Author" refers to any designer, engineer, programmer, technical writer
36544 or other person who contributed to the Font Software.
36546 PERMISSION &amp; CONDITIONS
36548 Permission is hereby granted, free of charge, to any person obtaining a
36549 copy of the Font Software, to use, study, copy, merge, embed, modify,
36550 redistribute, and sell modified and unmodified copies of the Font
36551 Software, subject to the following conditions:
36553 1) Neither the Font Software nor any of its individual components, in
36554 Original or Modified Versions, may be sold by itself.
36556 2) Original or Modified Versions of the Font Software may be bundled,
36557 redistributed and/or sold with any software, provided that each copy
36558 contains the above copyright notice and this license. These can be
36559 included either as stand-alone text files, human-readable headers or in
36560 the appropriate machine-readable metadata fields within text or binary
36561 files as long as those fields can be easily viewed by the user.
36563 3) No Modified Version of the Font Software may use the Reserved Font
36564 Name(s) unless explicit written permission is granted by the
36565 corresponding Copyright Holder. This restriction only applies to the
36566 primary font name as presented to the users.
36568 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
36569 Software shall not be used to promote, endorse or advertise any
36570 Modified Version, except to acknowledge the contribution(s) of the
36571 Copyright Holder(s) and the Author(s) or with their explicit written
36572 permission.
36574 5) The Font Software, modified or unmodified, in part or in whole,
36575 must be distributed entirely under this license, and must not be
36576 distributed under any other license. The requirement for fonts to
36577 remain under this license does not apply to any document created
36578 using the Font Software.
36580 TERMINATION
36582 This license becomes null and void if any of the above conditions are
36583 not met.
36585 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
36586 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
36587 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
36588 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36589 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
36590 OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
36591 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
36592 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
36593 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
36594 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
36595 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
36596 OTHER DEALINGS IN THE FONT SOFTWARE.
36598 </pre>
36599 <div class="license-packages">
36600 Used by these packages: media-fonts/my-padauk-2.50 media-fonts/crosextrafonts-carlito-20130920 media-fonts/ml-anjalioldlipi-0.740 media-fonts/tibt-jomolhari-0.0.3c media-fonts/ko-nanumfonts-3.10.0 media-fonts/lohitfonts-cros-2.5.0-r1
36601 </div>
36602 </div>
36603 </div>
36605 <div class="product">
36606 <a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a>
36607 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
36608 <div class="licence">
36609 <pre>
36610 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
36611 --------------------------------------------
36613 1. This LICENSE AGREEMENT is between the Python Software Foundation
36614 ("PSF"), and the Individual or Organization ("Licensee") accessing and
36615 otherwise using this software ("Python") in source or binary form and
36616 its associated documentation.
36618 2. Subject to the terms and conditions of this License Agreement, PSF hereby
36619 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
36620 analyze, test, perform and/or display publicly, prepare derivative works,
36621 distribute, and otherwise use Python alone or in any derivative version,
36622 provided, however, that PSF's License Agreement and PSF's notice of copyright,
36623 i.e., "Copyright (c) &lt;YEARS&gt; Python Software Foundation; All Rights Reserved"
36624 are retained in Python alone or in any derivative version prepared by Licensee.
36626 3. In the event Licensee prepares a derivative work that is based on
36627 or incorporates Python or any part thereof, and wants to make
36628 the derivative work available to others as provided herein, then
36629 Licensee hereby agrees to include in any such work a brief summary of
36630 the changes made to Python.
36632 4. PSF is making Python available to Licensee on an "AS IS"
36633 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
36634 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
36635 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
36636 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
36637 INFRINGE ANY THIRD PARTY RIGHTS.
36639 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
36640 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
36641 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
36642 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
36644 6. This License Agreement will automatically terminate upon a material
36645 breach of its terms and conditions.
36647 7. Nothing in this License Agreement shall be deemed to create any
36648 relationship of agency, partnership, or joint venture between PSF and
36649 Licensee. This License Agreement does not grant permission to use PSF
36650 trademarks or trade name in a trademark sense to endorse or promote
36651 products or services of Licensee, or any third party.
36653 8. By copying, installing or otherwise using Python, Licensee
36654 agrees to be bound by the terms and conditions of this License
36655 Agreement.
36657 </pre>
36658 <div class="license-packages">
36659 Used by these packages: dev-python/setuptools-0.8-r1 dev-lang/python-2.7.3-r7 chromeos-base/minifakedns-0.0.1-r13
36660 </div>
36661 </div>
36662 </div>
36664 <div class="product">
36665 <a name="public-domain" class="title">Gentoo Package Stock License public-domain</a>
36666 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
36667 <div class="licence">
36668 <pre>
36669 Software is in the public domain.
36671 </pre>
36672 <div class="license-packages">
36673 Used by these packages: sys-apps/hwids-20130915.1 app-arch/xz-utils-5.0.5-r1 sys-libs/timezone-data-2014e sys-apps/util-linux-2.24 dev-libs/jsoncpp-0.6.0_rc2
36674 </div>
36675 </div>
36676 </div>
36678 <div class="product">
36679 <a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a>
36680 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
36681 <div class="licence">
36682 <pre>
36683 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
36685 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
36686 Reserved.
36688 Permission is hereby granted, free of charge, to any person obtaining a copy of
36689 this software and associated documentation files (the "Software"), to deal in
36690 the Software without restriction, including without limitation the rights to
36691 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
36692 of the Software, and to permit persons to whom the Software is furnished to do
36693 so, subject to the following conditions:
36695 The above copyright notice including the dates of first publication and either
36696 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
36697 shall be included in all copies or substantial portions of the Software.
36699 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36700 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36701 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
36702 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
36703 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
36704 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36706 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
36707 not be used in advertising or otherwise to promote the sale, use or other
36708 dealings in this Software without prior written authorization from Silicon
36709 Graphics, Inc.
36711 </pre>
36712 <div class="license-packages">
36713 Used by these packages: x11-proto/glproto-1.4.14-r1 media-libs/mesa-10.3-r3 media-libs/glu-9.0.0
36714 </div>
36715 </div>
36716 </div>
36718 <div class="product">
36719 <a name="X" class="title">Custom License X</a>
36720 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
36721 <div class="licence">
36722 <pre>
36723 The following is the 'standard copyright' agreed upon by most contributors,
36724 and is currently the canonical license preferred by the X.Org Foundation.
36725 This is a slight variant of the common MIT license form published by the
36726 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
36728 Copyright holders of new code should use this license statement where
36729 possible, and insert their name to this list. Please sort by surname
36730 for people, and by the full name for other entities (e.g. Juliusz
36731 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
36733 Copyright © 2000-2001 Juliusz Chroboczek
36734 Copyright © 1998 Egbert Eich
36735 Copyright © 2006-2007 Intel Corporation
36736 Copyright © 2006 Nokia Corporation
36737 Copyright © 2006-2008 Peter Hutterer
36738 Copyright © 2006 Adam Jackson
36739 Copyright © 2009 NVIDIA Corporation
36740 Copyright © 1999 Keith Packard
36741 Copyright © 2007-2009 Red Hat, Inc.
36742 Copyright © 2005-2008 Daniel Stone
36743 Copyright © 2006-2009 Simon Thum
36744 Copyright © 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.
36745 Copyright © 2006 Luc Verhaegen
36747 Permission is hereby granted, free of charge, to any person obtaining a
36748 copy of this software and associated documentation files (the "Software"),
36749 to deal in the Software without restriction, including without limitation
36750 the rights to use, copy, modify, merge, publish, distribute, sublicense,
36751 and/or sell copies of the Software, and to permit persons to whom the
36752 Software is furnished to do so, subject to the following conditions:
36754 The above copyright notice and this permission notice (including the next
36755 paragraph) shall be included in all copies or substantial portions of the
36756 Software.
36758 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36759 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36760 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
36761 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36762 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36763 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36764 DEALINGS IN THE SOFTWARE.
36769 The following licenses are 'legacy': usually MIT/X11 licenses with the name
36770 of the copyright holder(s) in the license statement, but also some BSD-like
36771 licenses.
36774 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
36775 Copyright (C) Colin Harrison 2005-2008
36777 Permission is hereby granted, free of charge, to any person obtaining a copy of
36778 this software and associated documentation files (the "Software"), to deal in
36779 the Software without restriction, including without limitation the rights to
36780 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
36781 of the Software, and to permit persons to whom the Software is furnished to do
36782 so, subject to the following conditions:
36784 The above copyright notice and this permission notice shall be included in all
36785 copies or substantial portions of the Software.
36787 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36788 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
36789 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36790 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
36791 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
36792 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36794 Except as contained in this notice, the name of the XFree86 Project shall not
36795 be used in advertising or otherwise to promote the sale, use or other dealings
36796 in this Software without prior written authorization from the XFree86 Project.
36799 Copyright 1997 by The XFree86 Project, Inc.
36801 Permission to use, copy, modify, distribute, and sell this software and its
36802 documentation for any purpose is hereby granted without fee, provided that
36803 the above copyright notice appear in all copies and that both that
36804 copyright notice and this permission notice appear in supporting
36805 documentation, and that the name of the XFree86 Project, Inc.
36806 not be used in advertising or publicity pertaining to distribution of
36807 the software without specific, written prior permission. The Xfree86
36808 Project, Inc. makes no representations about the suitability of this
36809 software for any purpose. It is provided "as is" without express or
36810 implied warranty.
36812 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
36813 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
36814 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
36815 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36816 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
36817 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
36818 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36821 Copyright 1985-1998, 2001 The Open Group
36822 Copyright 2002 Red Hat Inc., Durham, North Carolina.
36824 Permission to use, copy, modify, distribute, and sell this software and its
36825 documentation for any purpose is hereby granted without fee, provided that
36826 the above copyright notice appear in all copies and that both that
36827 copyright notice and this permission notice appear in supporting
36828 documentation.
36830 The above copyright notice and this permission notice shall be included in
36831 all copies or substantial portions of the Software.
36833 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36834 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36835 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36836 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
36837 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36838 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36840 Except as contained in this notice, the name of The Open Group shall not be
36841 used in advertising or otherwise to promote the sale, use or other dealings
36842 in this Software without prior written authorization from The Open Group.
36845 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium
36847 Permission is hereby granted, free of charge, to any person obtaining a copy
36848 of this software and associated documentation files (the "Software"), to deal
36849 in the Software without restriction, including without limitation the rights
36850 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36851 copies of the Software, and to permit persons to whom the Software is
36852 furnished to do so, subject to the following conditions:
36854 The above copyright notice and this permission notice shall be included in
36855 all copies or substantial portions of the Software.
36857 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36858 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36859 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36860 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
36861 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36862 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36864 Except as contained in this notice, the name of the X Consortium shall not be
36865 used in advertising or otherwise to promote the sale, use or other dealings
36866 in this Software without prior written authorization from the X Consortium.
36869 Copyright © 1999-2000 SuSE, Inc.
36870 Copyright © 2007 Red Hat, Inc.
36872 Permission to use, copy, modify, distribute, and sell this software and its
36873 documentation for any purpose is hereby granted without fee, provided that
36874 the above copyright notice appear in all copies and that both that
36875 copyright notice and this permission notice appear in supporting
36876 documentation, and that the name of SuSE not be used in advertising or
36877 publicity pertaining to distribution of the software without specific,
36878 written prior permission. SuSE makes no representations about the
36879 suitability of this software for any purpose. It is provided "as is"
36880 without express or implied warranty.
36882 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
36883 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
36884 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36885 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
36886 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
36887 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36890 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
36891 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
36892 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
36894 All Rights Reserved
36896 Permission to use, copy, modify, and distribute this software and its
36897 documentation for any purpose and without fee is hereby granted,
36898 provided that the above copyright notice appear in all copies and that
36899 both that copyright notice and this permission notice appear in
36900 supporting documentation, and that the name of Digital not be
36901 used in advertising or publicity pertaining to distribution of the
36902 software without specific, written prior permission.
36904 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
36905 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
36906 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
36907 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
36908 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
36909 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
36910 SOFTWARE.
36913 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
36914 Copyright 1994 Quarterdeck Office Systems.
36916 All Rights Reserved
36918 Permission to use, copy, modify, and distribute this software and its
36919 documentation for any purpose and without fee is hereby granted,
36920 provided that the above copyright notice appear in all copies and that
36921 both that copyright notice and this permission notice appear in
36922 supporting documentation, and that the names of Digital and
36923 Quarterdeck not be used in advertising or publicity pertaining to
36924 distribution of the software without specific, written prior
36925 permission.
36927 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
36928 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
36929 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
36930 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
36931 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
36932 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
36933 OR PERFORMANCE OF THIS SOFTWARE.
36936 Copyright 1997 Digital Equipment Corporation.
36937 All rights reserved.
36939 This software is furnished under license and may be used and copied only in
36940 accordance with the following terms and conditions. Subject to these
36941 conditions, you may download, copy, install, use, modify and distribute
36942 this software in source and/or binary form. No title or ownership is
36943 transferred hereby.
36945 1) Any source code used, modified or distributed must reproduce and retain
36946 this copyright notice and list of conditions as they appear in the
36947 source file.
36949 2) No right is granted to use any trade name, trademark, or logo of Digital
36950 Equipment Corporation. Neither the "Digital Equipment Corporation"
36951 name nor any trademark or logo of Digital Equipment Corporation may be
36952 used to endorse or promote products derived from this software without
36953 the prior written permission of Digital Equipment Corporation.
36955 3) This software is provided "AS-IS" and any express or implied warranties,
36956 including but not limited to, any implied warranties of merchantability,
36957 fitness for a particular purpose, or non-infringement are disclaimed.
36958 In no event shall DIGITAL be liable for any damages whatsoever, and in
36959 particular, DIGITAL shall not be liable for special, indirect,
36960 consequential, or incidental damages or damages for lost profits, loss
36961 of revenue or loss of use, whether such damages arise in contract,
36962 negligence, tort, under statute, in equity, at law or otherwise, even
36963 if advised of the possibility of such damage.
36966 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
36968 Permission is hereby granted, free of charge, to any person obtaining a copy
36969 of this software and associated documentation files (the "Software"), to deal
36970 in the Software without restriction, including without limitation the rights
36971 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36972 copies of the Software.
36974 The above copyright notice and this permission notice shall be included in
36975 all copies or substantial portions of the Software.
36977 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36978 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36979 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
36980 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
36981 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
36982 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
36983 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36985 Except as contained in this notice, the name of Digital Equipment Corporation
36986 shall not be used in advertising or otherwise to promote the sale, use or other
36987 dealings in this Software without prior written authorization from Digital
36988 Equipment Corporation.
36991 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
36992 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
36994 Permission is hereby granted, free of charge, to any person obtaining a
36995 copy of this software and associated documentation files (the "Software"),
36996 to deal in the Software without restriction, including without limitation
36997 the rights to use, copy, modify, merge, publish, distribute, sublicense,
36998 and/or sell copies of the Software, and to permit persons to whom the
36999 Software is furnished to do so, subject to the following conditions:
37001 The above copyright notice including the dates of first publication and
37002 either this permission notice or a reference to
37003 http://oss.sgi.com/projects/FreeB/
37004 shall be included in all copies or substantial portions of the Software.
37006 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
37007 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37008 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
37009 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37010 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
37011 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37012 SOFTWARE.
37015 Copyright (c) 1994, 1995 Hewlett-Packard Company
37017 Permission is hereby granted, free of charge, to any person obtaining
37018 a copy of this software and associated documentation files (the
37019 "Software"), to deal in the Software without restriction, including
37020 without limitation the rights to use, copy, modify, merge, publish,
37021 distribute, sublicense, and/or sell copies of the Software, and to
37022 permit persons to whom the Software is furnished to do so, subject to
37023 the following conditions:
37025 The above copyright notice and this permission notice shall be included
37026 in all copies or substantial portions of the Software.
37028 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
37029 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37030 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
37031 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
37032 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
37033 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
37034 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37036 Except as contained in this notice, the name of the Hewlett-Packard
37037 Company shall not be used in advertising or otherwise to promote the
37038 sale, use or other dealings in this Software without prior written
37039 authorization from the Hewlett-Packard Company.
37042 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
37043 All Rights Reserved
37045 Permission to use, copy, modify, and distribute this software and its
37046 documentation for any purpose and without fee is hereby granted,
37047 provided that the above copyright notice appear in all copies and that
37048 both that copyright notice and this permission notice appear in
37049 supporting documentation, and that the name of Hewlett-Packard not be
37050 used in advertising or publicity pertaining to distribution of the
37051 software without specific, written prior permission.
37053 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
37054 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
37055 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
37056 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
37057 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
37058 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
37059 SOFTWARE.
37062 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
37063 Copyright (c) 2003 by the XFree86 Project, Inc.
37064 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
37065 All Rights Reserved.
37067 Permission is hereby granted, free of charge, to any person obtaining
37068 a copy of this software and associated documentation files (the
37069 "Software"), to deal in the Software without restriction, including
37070 without limitation on the rights to use, copy, modify, merge,
37071 publish, distribute, sublicense, and/or sell copies of the Software,
37072 and to permit persons to whom the Software is furnished to do so,
37073 subject to the following conditions:
37075 The above copyright notice and this permission notice (including the
37076 next paragraph) shall be included in all copies or substantial
37077 portions of the Software.
37079 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37080 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37081 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37082 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
37083 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
37084 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
37085 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37086 SOFTWARE.
37089 Copyright © 2008 Red Hat, Inc.
37090 Partly based on code Copyright © 2000 SuSE, Inc.
37092 Permission to use, copy, modify, distribute, and sell this software
37093 and its documentation for any purpose is hereby granted without
37094 fee, provided that the above copyright notice appear in all copies
37095 and that both that copyright notice and this permission notice
37096 appear in supporting documentation, and that the name of Red Hat
37097 not be used in advertising or publicity pertaining to distribution
37098 of the software without specific, written prior permission. Red
37099 Hat makes no representations about the suitability of this software
37100 for any purpose. It is provided "as is" without express or implied
37101 warranty.
37103 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37104 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
37105 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37106 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
37107 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
37108 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37109 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37111 Permission to use, copy, modify, distribute, and sell this software and its
37112 documentation for any purpose is hereby granted without fee, provided that
37113 the above copyright notice appear in all copies and that both that
37114 copyright notice and this permission notice appear in supporting
37115 documentation, and that the name of SuSE not be used in advertising or
37116 publicity pertaining to distribution of the software without specific,
37117 written prior permission. SuSE makes no representations about the
37118 suitability of this software for any purpose. It is provided "as is"
37119 without express or implied warranty.
37121 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
37122 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
37123 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37124 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
37125 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37126 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37129 Copyright © 2006 Red Hat, Inc.
37130 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
37131 All Rights Reserved.
37133 Permission is hereby granted, free of charge, to any person obtaining a
37134 copy of this software and associated documentation files (the "Software"),
37135 to deal in the Software without restriction, including without limitation
37136 the rights to use, copy, modify, merge, publish, distribute, sub license,
37137 and/or sell copies of the Software, and to permit persons to whom the
37138 Software is furnished to do so, subject to the following conditions:
37140 The above copyright notice and this permission notice (including the next
37141 paragraph) shall be included in all copies or substantial portions of the
37142 Software.
37144 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37145 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37146 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
37147 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
37148 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
37149 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
37150 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37153 Copyright (c) 1995 X Consortium
37154 Copyright 2004 Red Hat Inc., Durham, North Carolina.
37155 All Rights Reserved.
37157 Permission is hereby granted, free of charge, to any person obtaining
37158 a copy of this software and associated documentation files (the
37159 "Software"), to deal in the Software without restriction, including
37160 without limitation on the rights to use, copy, modify, merge,
37161 publish, distribute, sublicense, and/or sell copies of the Software,
37162 and to permit persons to whom the Software is furnished to do so,
37163 subject to the following conditions:
37165 The above copyright notice and this permission notice shall be
37166 included in all copies or substantial portions of the Software.
37168 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37169 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37170 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37171 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
37172 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37173 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
37174 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37175 OTHER DEALINGS IN THE SOFTWARE.
37177 Except as contained in this notice, the name of the X Consortium
37178 shall not be used in advertising or otherwise to promote the sale,
37179 use or other dealings in this Software without prior written
37180 authorization from the X Consortium.
37183 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
37184 Copyright 2000 VA Linux Systems, Inc.
37185 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
37186 Copyright (c) 2003-2004 Torrey T. Lyons.
37187 All Rights Reserved.
37189 Permission is hereby granted, free of charge, to any person obtaining a
37190 copy of this software and associated documentation files (the
37191 "Software"), to deal in the Software without restriction, including
37192 without limitation the rights to use, copy, modify, merge, publish,
37193 distribute, sub license, and/or sell copies of the Software, and to
37194 permit persons to whom the Software is furnished to do so, subject to
37195 the following conditions:
37197 The above copyright notice and this permission notice (including the
37198 next paragraph) shall be included in all copies or substantial portions
37199 of the Software.
37201 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
37202 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37203 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
37204 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
37205 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
37206 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
37207 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37210 (C) Copyright IBM Corporation 2003
37211 All Rights Reserved.
37213 Permission is hereby granted, free of charge, to any person obtaining a
37214 copy of this software and associated documentation files (the "Software"),
37215 to deal in the Software without restriction, including without limitation
37216 on the rights to use, copy, modify, merge, publish, distribute, sub
37217 license, and/or sell copies of the Software, and to permit persons to whom
37218 the Software is furnished to do so, subject to the following conditions:
37220 The above copyright notice and this permission notice (including the next
37221 paragraph) shall be included in all copies or substantial portions of the
37222 Software.
37224 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37225 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37226 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
37227 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
37228 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
37229 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
37230 USE OR OTHER DEALINGS IN THE SOFTWARE.
37233 (C) Copyright IBM Corporation 2004-2005
37234 All Rights Reserved.
37236 Permission is hereby granted, free of charge, to any person obtaining a
37237 copy of this software and associated documentation files (the "Software"),
37238 to deal in the Software without restriction, including without limitation
37239 the rights to use, copy, modify, merge, publish, distribute, sub license,
37240 and/or sell copies of the Software, and to permit persons to whom the
37241 Software is furnished to do so, subject to the following conditions:
37243 The above copyright notice and this permission notice (including the next
37244 paragraph) shall be included in all copies or substantial portions of the
37245 Software.
37247 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37248 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37249 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
37250 IBM,
37251 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37252 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
37253 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37254 SOFTWARE.
37257 Copyright (c) 1997 Metro Link Incorporated
37259 Permission is hereby granted, free of charge, to any person obtaining a
37260 copy of this software and associated documentation files (the "Software"),
37261 to deal in the Software without restriction, including without limitation
37262 the rights to use, copy, modify, merge, publish, distribute, sublicense,
37263 and/or sell copies of the Software, and to permit persons to whom the
37264 Software is furnished to do so, subject to the following conditions:
37266 The above copyright notice and this permission notice shall be included in
37267 all copies or substantial portions of the Software.
37269 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37270 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37271 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
37272 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37273 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
37274 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37275 SOFTWARE.
37277 Except as contained in this notice, the name of the Metro Link shall not be
37278 used in advertising or otherwise to promote the sale, use or other dealings
37279 in this Software without prior written authorization from Metro Link.
37282 Copyright 1995-1998 by Metro Link, Inc.
37283 Copyright (c) 1997 Matthieu Herrb
37285 Permission to use, copy, modify, distribute, and sell this software and its
37286 documentation for any purpose is hereby granted without fee, provided that
37287 the above copyright notice appear in all copies and that both that
37288 copyright notice and this permission notice appear in supporting
37289 documentation, and that the name of Metro Link, Inc. not be used in
37290 advertising or publicity pertaining to distribution of the software without
37291 specific, written prior permission. Metro Link, Inc. makes no
37292 representations about the suitability of this software for any purpose.
37293 It is provided "as is" without express or implied warranty.
37295 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37296 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37297 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37298 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37299 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37300 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37301 PERFORMANCE OF THIS SOFTWARE.
37304 Copyright 1998 by Metro Link Incorporated
37306 Permission to use, copy, modify, distribute, and sell this software
37307 and its documentation for any purpose is hereby granted without fee,
37308 provided that the above copyright notice appear in all copies and that
37309 both that copyright notice and this permission notice appear in
37310 supporting documentation, and that the name of Metro Link
37311 Incorporated not be used in advertising or publicity pertaining to
37312 distribution of the software without specific, written prior
37313 permission. Metro Link Incorporated makes no representations
37314 about the suitability of this software for any purpose. It is
37315 provided "as is" without express or implied warranty.
37317 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
37318 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37319 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
37320 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
37321 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
37322 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
37323 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
37324 SOFTWARE.
37327 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
37329 Permission is hereby granted, free of charge, to any person obtaining a
37330 copy of this software and associated documentation files (the "Software"),
37331 to deal in the Software without restriction, including without limitation
37332 the rights to use, copy, modify, merge, publish, distribute, sublicense,
37333 and/or sell copies of the Software, and to permit persons to whom the
37334 Software is furnished to do so, subject to the following conditions:
37336 The above copyright notice and this permission notice shall be included in
37337 all copies or substantial portions of the Software.
37339 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37340 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37341 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
37342 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37343 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
37344 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37345 SOFTWARE.
37347 Except as contained in this notice, the name of Conectiva Linux shall
37348 not be used in advertising or otherwise to promote the sale, use or other
37349 dealings in this Software without prior written authorization from
37350 Conectiva Linux.
37353 Copyright (c) 2001, Andy Ritger aritger@nvidia.com
37354 All rights reserved.
37356 Redistribution and use in source and binary forms, with or without
37357 modification, are permitted provided that the following conditions
37358 are met:
37360 o Redistributions of source code must retain the above copyright
37361 notice, this list of conditions and the following disclaimer.
37362 o Redistributions in binary form must reproduce the above copyright
37363 notice, this list of conditions and the following disclaimer
37364 in the documentation and/or other materials provided with the
37365 distribution.
37366 o Neither the name of NVIDIA nor the names of its contributors
37367 may be used to endorse or promote products derived from this
37368 software without specific prior written permission.
37370 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
37371 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
37372 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
37373 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
37374 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
37375 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
37376 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37377 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37378 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37379 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
37380 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37381 POSSIBILITY OF SUCH DAMAGE.
37384 Copyright 1992 Vrije Universiteit, The Netherlands
37386 Permission to use, copy, modify, and distribute this software and its
37387 documentation for any purpose and without fee is hereby granted, provided
37388 that the above copyright notice appear in all copies and that both that
37389 copyright notice and this permission notice appear in supporting
37390 documentation, and that the name of the Vrije Universiteit not be used in
37391 advertising or publicity pertaining to distribution of the software without
37392 specific, written prior permission. The Vrije Universiteit makes no
37393 representations about the suitability of this software for any purpose.
37394 It is provided "as is" without express or implied warranty.
37396 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37397 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37398 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37399 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37400 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37401 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37402 PERFORMANCE OF THIS SOFTWARE.
37405 Copyright 1998 by Concurrent Computer Corporation
37407 Permission to use, copy, modify, distribute, and sell this software
37408 and its documentation for any purpose is hereby granted without fee,
37409 provided that the above copyright notice appear in all copies and that
37410 both that copyright notice and this permission notice appear in
37411 supporting documentation, and that the name of Concurrent Computer
37412 Corporation not be used in advertising or publicity pertaining to
37413 distribution of the software without specific, written prior
37414 permission. Concurrent Computer Corporation makes no representations
37415 about the suitability of this software for any purpose. It is
37416 provided "as is" without express or implied warranty.
37418 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
37419 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37420 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
37421 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
37422 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
37423 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
37424 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
37425 SOFTWARE.
37428 Copyright © 2004 Nokia
37430 Permission to use, copy, modify, distribute, and sell this software and its
37431 documentation for any purpose is hereby granted without fee, provided that
37432 the above copyright notice appear in all copies and that both that
37433 copyright notice and this permission notice appear in supporting
37434 documentation, and that the name of Nokia not be used in
37435 advertising or publicity pertaining to distribution of the software without
37436 specific, written prior permission. Nokia makes no
37437 representations about the suitability of this software for any purpose. It
37438 is provided "as is" without express or implied warranty.
37440 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37441 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37442 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37443 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37444 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37445 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37446 PERFORMANCE OF THIS SOFTWARE.
37449 (c)Copyright 1988,1991 Adobe Systems Incorporated.
37450 All rights reserved.
37452 Permission to use, copy, modify, distribute, and sublicense this software and its
37453 documentation for any purpose and without fee is hereby granted, provided that
37454 the above copyright notices appear in all copies and that both those copyright
37455 notices and this permission notice appear in supporting documentation and that
37456 the name of Adobe Systems Incorporated not be used in advertising or publicity
37457 pertaining to distribution of the software without specific, written prior
37458 permission. No trademark license to use the Adobe trademarks is hereby
37459 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe
37460 this software, its functionality or for any other purpose, such use shall be
37461 limited to a statement that this software works in conjunction with the Display
37462 PostScript system. Proper trademark attribution to reflect Adobe's ownership
37463 of the trademark shall be given whenever any such reference to the Display
37464 PostScript system is made.
37466 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
37467 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
37468 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
37469 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
37470 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
37471 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
37472 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
37473 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37474 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
37475 SUPPORT FOR THE SOFTWARE.
37477 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
37478 Incorporated which may be registered in certain jurisdictions.
37481 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
37483 Permission to use, copy, modify, and distribute this software and its
37484 documentation for any purpose and without fee is hereby granted, provided
37485 that the above copyright notice appear in all copies and that both that
37486 copyright notice and this permission notice appear in supporting
37487 documentation, and that the name of N.C.D. not be used in advertising or
37488 publicity pertaining to distribution of the software without specific,
37489 written prior permission. N.C.D. makes no representations about the
37490 suitability of this software for any purpose. It is provided "as is"
37491 without express or implied warranty.
37494 Copyright (c) 1987 by the Regents of the University of California
37496 Permission to use, copy, modify, and distribute this
37497 software and its documentation for any purpose and without
37498 fee is hereby granted, provided that the above copyright
37499 notice appear in all copies. The University of California
37500 makes no representations about the suitability of this
37501 software for any purpose. It is provided "as is" without
37502 express or implied warranty.
37505 Copyright 1992, 1993 Data General Corporation;
37506 Copyright 1992, 1993 OMRON Corporation
37508 Permission to use, copy, modify, distribute, and sell this software and its
37509 documentation for any purpose is hereby granted without fee, provided that the
37510 above copyright notice appear in all copies and that both that copyright
37511 notice and this permission notice appear in supporting documentation, and that
37512 neither the name OMRON or DATA GENERAL be used in advertising or publicity
37513 pertaining to distribution of the software without specific, written prior
37514 permission of the party whose name is to be used. Neither OMRON or
37515 DATA GENERAL make any representation about the suitability of this software
37516 for any purpose. It is provided "as is" without express or implied warranty.
37518 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
37519 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
37520 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
37521 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37522 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37523 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
37524 OF THIS SOFTWARE.
37527 Copyright © 1998-2004, 2006 Keith Packard
37528 Copyright © 2000-2002 Keith Packard, member of The XFree86 Project, Inc.
37529 Copyright (c) 2002 Apple Computer, Inc.
37530 Copyright (c) 2003 Torrey T. Lyons.
37531 All Rights Reserved.
37533 Permission to use, copy, modify, distribute, and sell this software and its
37534 documentation for any purpose is hereby granted without fee, provided that
37535 the above copyright notice appear in all copies and that both that
37536 copyright notice and this permission notice appear in supporting
37537 documentation, and that the name of Keith Packard not be used in
37538 advertising or publicity pertaining to distribution of the software without
37539 specific, written prior permission. Keith Packard makes no
37540 representations about the suitability of this software for any purpose. It
37541 is provided "as is" without express or implied warranty.
37543 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37544 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37545 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37546 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37547 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37548 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37549 PERFORMANCE OF THIS SOFTWARE.
37552 Copyright © 1999 Keith Packard
37553 Copyright © 2000 Compaq Computer Corporation
37554 Copyright © 2002 MontaVista Software Inc.
37555 Copyright © 2005 OpenedHand Ltd.
37556 Copyright © 2006 Nokia Corporation
37558 Permission to use, copy, modify, distribute, and sell this software and its
37559 documentation for any purpose is hereby granted without fee, provided that
37560 the above copyright notice appear in all copies and that both that
37561 copyright notice and this permission notice appear in supporting
37562 documentation, and that the name of the authors and/or copyright holders
37563 not be used in advertising or publicity pertaining to distribution of the
37564 software without specific, written prior permission. The authors and/or
37565 copyright holders make no representations about the suitability of this
37566 software for any purpose. It is provided "as is" without express or
37567 implied warranty.
37569 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
37570 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37571 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
37572 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37573 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37574 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
37575 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37578 Copyright 1993 by Davor Matic
37580 Permission to use, copy, modify, distribute, and sell this software
37581 and its documentation for any purpose is hereby granted without fee,
37582 provided that the above copyright notice appear in all copies and that
37583 both that copyright notice and this permission notice appear in
37584 supporting documentation. Davor Matic makes no representations about
37585 the suitability of this software for any purpose. It is provided "as
37586 is" without express or implied warranty.
37589 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
37590 Copyright (C) Colin Harrison 2005-2008
37592 Permission is hereby granted, free of charge, to any person obtaining
37593 a copy of this software and associated documentation files (the
37594 "Software"), to deal in the Software without restriction, including
37595 without limitation the rights to use, copy, modify, merge, publish,
37596 distribute, sublicense, and/or sell copies of the Software, and to
37597 permit persons to whom the Software is furnished to do so, subject to
37598 the following conditions:
37600 The above copyright notice and this permission notice shall be
37601 included in all copies or substantial portions of the Software.
37603 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37604 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37605 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37606 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
37607 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
37608 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
37609 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37611 Except as contained in this notice, the name of Harold L Hunt II
37612 shall not be used in advertising or otherwise to promote the sale, use
37613 or other dealings in this Software without prior written authorization
37614 from Harold L Hunt II.
37617 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
37619 Permission to use, copy, modify, distribute, and sell this software and its
37620 documentation for any purpose is hereby granted without fee, provided that
37621 the above copyright notice appear in all copies and that both that
37622 copyright notice and this permission notice appear in supporting
37623 documentation, and that the name of Thomas Roell not be used in
37624 advertising or publicity pertaining to distribution of the software without
37625 specific, written prior permission. Thomas Roell makes no representations
37626 about the suitability of this software for any purpose. It is provided
37627 "as is" without express or implied warranty.
37629 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37630 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37631 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37632 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37633 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37634 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37635 PERFORMANCE OF THIS SOFTWARE.
37638 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
37639 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
37641 Permission to use, copy, modify, distribute, and sell this software and its
37642 documentation for any purpose is hereby granted without fee, provided that
37643 the above copyright notice appear in all copies and that both that
37644 copyright notice and this permission notice appear in supporting
37645 documentation, and that the names of Thomas Roell and David Wexelblat
37646 not be used in advertising or publicity pertaining to distribution of
37647 the software without specific, written prior permission. Thomas Roell and
37648 David Wexelblat makes no representations about the suitability of this
37649 software for any purpose. It is provided "as is" without express or
37650 implied warranty.
37652 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
37653 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37654 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
37655 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
37656 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
37657 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37658 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37661 Copyright 1990,91,92,93 by Thomas Roell, Germany.
37662 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA.
37664 Permission to use, copy, modify, distribute, and sell this software
37665 and its documentation for any purpose is hereby granted without fee,
37666 provided that the above copyright notice appear in all copies and
37667 that both that copyright notice and this permission notice appear
37668 in supporting documentation, and that the name of Thomas Roell nor
37669 SGCS be used in advertising or publicity pertaining to distribution
37670 of the software without specific, written prior permission.
37671 Thomas Roell nor SGCS makes no representations about the suitability
37672 of this software for any purpose. It is provided "as is" without
37673 express or implied warranty.
37675 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
37676 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37677 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
37678 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
37679 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
37680 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37681 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37684 Copyright 1998 by Alan Hourihane, Wigan, England.
37685 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
37687 Permission to use, copy, modify, distribute, and sell this software and its
37688 documentation for any purpose is hereby granted without fee, provided that
37689 the above copyright notice appear in all copies and that both that
37690 copyright notice and this permission notice appear in supporting
37691 documentation, and that the name of Alan Hourihane not be used in
37692 advertising or publicity pertaining to distribution of the software without
37693 specific, written prior permission. Alan Hourihane makes no representations
37694 about the suitability of this software for any purpose. It is provided
37695 "as is" without express or implied warranty.
37697 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37698 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37699 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37700 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37701 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37702 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37703 PERFORMANCE OF THIS SOFTWARE.
37706 Copyright 1995 Kaleb S. KEITHLEY
37708 Permission is hereby granted, free of charge, to any person obtaining
37709 a copy of this software and associated documentation files (the
37710 "Software"), to deal in the Software without restriction, including
37711 without limitation the rights to use, copy, modify, merge, publish,
37712 distribute, sublicense, and/or sell copies of the Software, and to
37713 permit persons to whom the Software is furnished to do so, subject to
37714 the following conditions:
37716 The above copyright notice and this permission notice shall be
37717 included in all copies or substantial portions of the Software.
37719 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37720 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37721 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
37722 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
37723 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
37724 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37725 OTHER DEALINGS IN THE SOFTWARE.
37727 Except as contained in this notice, the name of Kaleb S. KEITHLEY
37728 shall not be used in advertising or otherwise to promote the sale, use
37729 or other dealings in this Software without prior written authorization
37730 from Kaleb S. KEITHLEY
37733 Copyright (c) 1997 Matthieu Herrb
37735 Permission to use, copy, modify, distribute, and sell this software and its
37736 documentation for any purpose is hereby granted without fee, provided that
37737 the above copyright notice appear in all copies and that both that
37738 copyright notice and this permission notice appear in supporting
37739 documentation, and that the name of Matthieu Herrb not be used in
37740 advertising or publicity pertaining to distribution of the software without
37741 specific, written prior permission. Matthieu Herrb makes no
37742 representations about the suitability of this software for any purpose.
37743 It is provided "as is" without express or implied warranty.
37745 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37746 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37747 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37748 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37749 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37750 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37751 PERFORMANCE OF THIS SOFTWARE.
37754 Copyright 2004, Egbert Eich
37756 Permission is hereby granted, free of charge, to any person obtaining a copy
37757 of this software and associated documentation files (the "Software"), to
37758 deal in the Software without restriction, including without limitation the
37759 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
37760 sell copies of the Software, and to permit persons to whom the Software is
37761 furnished to do so, subject to the following conditions:
37763 The above copyright notice and this permission notice shall be included in
37764 all copies or substantial portions of the Software.
37766 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37767 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37768 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
37769 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
37770 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
37771 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37773 Except as contained in this notice, the name of Egbert Eich shall not
37774 be used in advertising or otherwise to promote the sale, use or other deal-
37775 ings in this Software without prior written authorization from Egbert Eich.
37778 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
37779 Copyright 2005 by Kean Johnston &lt;jkj@sco.com&gt;
37780 Copyright 1993 by David McCullough &lt;davidm@stallion.oz.au&gt;
37782 Permission to use, copy, modify, distribute, and sell this software and its
37783 documentation for any purpose is hereby granted without fee, provided that
37784 the above copyright notice appear in all copies and that both that
37785 copyright notice and this permission notice appear in supporting
37786 documentation, and that the name of David Wexelblat not be used in
37787 advertising or publicity pertaining to distribution of the software without
37788 specific, written prior permission. David Wexelblat makes no representations
37789 about the suitability of this software for any purpose. It is provided
37790 "as is" without express or implied warranty.
37792 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37793 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37794 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37795 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37796 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37797 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37798 PERFORMANCE OF THIS SOFTWARE.
37801 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
37802 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
37804 Permission to use, copy, modify, distribute, and sell this software and its
37805 documentation for any purpose is hereby granted without fee, provided that
37806 the above copyright notice appear in all copies and that both that
37807 copyright notice and this permission notice appear in supporting
37808 documentation, and that the names of Orest Zborowski and David Wexelblat
37809 not be used in advertising or publicity pertaining to distribution of
37810 the software without specific, written prior permission. Orest Zborowski
37811 and David Wexelblat make no representations about the suitability of this
37812 software for any purpose. It is provided "as is" without express or
37813 implied warranty.
37815 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
37816 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37817 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
37818 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37819 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37820 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
37821 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37824 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
37825 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
37827 Permission to use, copy, modify, distribute, and sell this software and its
37828 documentation for any purpose is hereby granted without fee, provided that
37829 the above copyright notice appear in all copies and that both that
37830 copyright notice and this permission notice appear in supporting
37831 documentation, and that the names of Orest Zborowski and David Dawes
37832 not be used in advertising or publicity pertaining to distribution of
37833 the software without specific, written prior permission. Orest Zborowski
37834 and David Dawes make no representations about the suitability of this
37835 software for any purpose. It is provided "as is" without express or
37836 implied warranty.
37838 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
37839 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37840 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
37841 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37842 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37843 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
37844 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37847 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred@sugix.frmug.fr.net&gt;
37849 Permission to use, copy, modify, distribute, and sell this software and its
37850 documentation for any purpose is hereby granted without fee, provided that
37851 the above copyright notice appear in all copies and that both that
37852 copyright notice and this permission notice appear in supporting
37853 documentation, and that the name of Frederic Lepied not be used in
37854 advertising or publicity pertaining to distribution of the software without
37855 specific, written prior permission. Frederic Lepied makes no
37856 representations about the suitability of this software for any purpose. It
37857 is provided "as is" without express or implied warranty.
37859 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37860 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37861 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37862 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37863 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37864 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37865 PERFORMANCE OF THIS SOFTWARE.
37868 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
37869 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
37871 Permission to use, copy, modify, distribute, and sell this software and its
37872 documentation for any purpose is hereby granted without fee, provided that
37873 the above copyright notice appear in all copies and that both that
37874 copyright notice and this permission notice appear in supporting
37875 documentation, and that the names of Rich Murphey and David Wexelblat
37876 not be used in advertising or publicity pertaining to distribution of
37877 the software without specific, written prior permission. Rich Murphey and
37878 David Wexelblat make no representations about the suitability of this
37879 software for any purpose. It is provided "as is" without express or
37880 implied warranty.
37882 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
37883 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37884 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
37885 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
37886 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
37887 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37888 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37891 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
37892 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
37894 Permission to use, copy, modify, distribute, and sell this software and its
37895 documentation for any purpose is hereby granted without fee, provided that
37896 the above copyright notice appear in all copies and that both that
37897 copyright notice and this permission notice appear in supporting
37898 documentation, and that the names of Rich Murphey and David Dawes
37899 not be used in advertising or publicity pertaining to distribution of
37900 the software without specific, written prior permission. Rich Murphey and
37901 David Dawes make no representations about the suitability of this
37902 software for any purpose. It is provided "as is" without express or
37903 implied warranty.
37905 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
37906 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
37907 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
37908 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
37909 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
37910 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37911 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37914 Copyright © 2003-2004 Anders Carlsson
37916 Permission to use, copy, modify, distribute, and sell this software and its
37917 documentation for any purpose is hereby granted without fee, provided that
37918 the above copyright notice appear in all copies and that both that
37919 copyright notice and this permission notice appear in supporting
37920 documentation, and that the name of Anders Carlsson not be used in
37921 advertising or publicity pertaining to distribution of the software without
37922 specific, written prior permission. Anders Carlsson makes no
37923 representations about the suitability of this software for any purpose. It
37924 is provided "as is" without express or implied warranty.
37926 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37927 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37928 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37929 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37930 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37931 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37932 PERFORMANCE OF THIS SOFTWARE.
37935 Copyright (C) 2003 Anders Carlsson
37936 Copyright © 2003-2004 Eric Anholt
37937 Copyright © 2004 Keith Packard
37939 Permission to use, copy, modify, distribute, and sell this software and its
37940 documentation for any purpose is hereby granted without fee, provided that
37941 the above copyright notice appear in all copies and that both that
37942 copyright notice and this permission notice appear in supporting
37943 documentation, and that the name of Eric Anholt not be used in
37944 advertising or publicity pertaining to distribution of the software without
37945 specific, written prior permission. Eric Anholt makes no
37946 representations about the suitability of this software for any purpose. It
37947 is provided "as is" without express or implied warranty.
37949 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37950 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37951 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37952 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37953 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37954 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37955 PERFORMANCE OF THIS SOFTWARE.
37958 Copyright © 2004 PillowElephantBadgerBankPond
37960 Permission to use, copy, modify, distribute, and sell this software and its
37961 documentation for any purpose is hereby granted without fee, provided that
37962 the above copyright notice appear in all copies and that both that
37963 copyright notice and this permission notice appear in supporting
37964 documentation, and that the name of PillowElephantBadgerBankPond not be used in
37965 advertising or publicity pertaining to distribution of the software without
37966 specific, written prior permission. PillowElephantBadgerBankPond makes no
37967 representations about the suitability of this software for any purpose. It
37968 is provided "as is" without express or implied warranty.
37970 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37971 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
37972 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR
37973 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
37974 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37975 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37976 PERFORMANCE OF THIS SOFTWARE.
37979 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
37981 Permission to use, copy, modify, and distribute this software for any
37982 purpose with or without fee is hereby granted, provided that the above
37983 copyright notice and this permission notice appear in all copies.
37985 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
37986 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
37987 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
37988 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37989 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
37990 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37991 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37994 Copyright © 2003-2004 Philip Blundell
37996 Permission to use, copy, modify, distribute, and sell this software and its
37997 documentation for any purpose is hereby granted without fee, provided that
37998 the above copyright notice appear in all copies and that both that
37999 copyright notice and this permission notice appear in supporting
38000 documentation, and that the name of Philip Blundell not be used in
38001 advertising or publicity pertaining to distribution of the software without
38002 specific, written prior permission. Philip Blundell makes no
38003 representations about the suitability of this software for any purpose. It
38004 is provided "as is" without express or implied warranty.
38006 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
38007 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
38008 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
38009 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
38010 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38011 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38012 PERFORMANCE OF THIS SOFTWARE.
38016 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
38017 Copyright 1997 by Metro Link, Inc.
38018 Copyright 2003 by David H. Dawes.
38019 Copyright 2003 by X-Oz Technologies.
38020 Copyright (c) 2004, X.Org Foundation
38022 Permission is hereby granted, free of charge, to any person obtaining a
38023 copy of this software and associated documentation files (the "Software"),
38024 to deal in the Software without restriction, including without limitation
38025 the rights to use, copy, modify, merge, publish, distribute, sublicense,
38026 and/or sell copies of the Software, and to permit persons to whom the
38027 Software is furnished to do so, subject to the following conditions:
38029 The above copyright notice and this permission notice shall be included in
38030 all copies or substantial portions of the Software.
38032 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38033 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38034 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38035 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
38036 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
38037 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38038 OTHER DEALINGS IN THE SOFTWARE.
38040 Except as contained in this notice, the name of the copyright holder(s)
38041 and author(s) shall not be used in advertising or otherwise to promote
38042 the sale, use or other dealings in this Software without prior written
38043 authorization from the copyright holder(s) and author(s).
38046 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
38047 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
38048 Copyright 1999 by David Holland &lt;davidh@iquest.net&gt;
38049 Copyright © 2000 Compaq Computer Corporation
38050 Copyright © 2002 Hewlett-Packard Company
38051 Copyright © 2004, 2005 Red Hat, Inc.
38052 Copyright © 2004 Nicholas Miell
38053 Copyright © 2005 Trolltech AS
38054 Copyright © 2006 Intel Corporation
38055 Copyright © 2006-2007 Keith Packard
38056 Copyright © 2008 Red Hat, Inc
38057 Copyright © 2008 George Sapountzis &lt;gsap7@yahoo.gr&gt;
38059 Permission to use, copy, modify, distribute, and sell this software and its
38060 documentation for any purpose is hereby granted without fee, provided that
38061 the above copyright notice appear in all copies and that both that copyright
38062 notice and this permission notice appear in supporting documentation, and
38063 that the name of the copyright holders not be used in advertising or
38064 publicity pertaining to distribution of the software without specific,
38065 written prior permission. The copyright holders make no representations
38066 about the suitability of this software for any purpose. It is provided "as
38067 is" without express or implied warranty.
38069 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
38070 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
38071 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
38072 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38073 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38074 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
38075 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
38076 SOFTWARE.
38079 Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
38080 2005 Lars Knoll &amp; Zack Rusin, Trolltech
38082 Permission to use, copy, modify, distribute, and sell this software and its
38083 documentation for any purpose is hereby granted without fee, provided that
38084 the above copyright notice appear in all copies and that both that
38085 copyright notice and this permission notice appear in supporting
38086 documentation, and that the name of Keith Packard not be used in
38087 advertising or publicity pertaining to distribution of the software without
38088 specific, written prior permission. Keith Packard makes no
38089 representations about the suitability of this software for any purpose. It
38090 is provided "as is" without express or implied warranty.
38092 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
38093 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
38094 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
38095 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38096 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38097 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
38098 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
38099 SOFTWARE.
38102 Copyright 1987, 1998 The Open Group
38103 Copyright © 1998-1999, 2001 The XFree86 Project, Inc.
38104 Copyright © 2000 VA Linux Systems, Inc.
38105 Copyright (c) 2000, 2001 Nokia Home Communications
38106 Copyright © 2007, 2008 Red Hat, Inc.
38107 All rights reserved.
38109 Permission is hereby granted, free of charge, to any person obtaining a
38110 copy of this software and associated documentation files (the
38111 "Software"), to deal in the Software without restriction, including
38112 without limitation the rights to use, copy, modify, merge, publish,
38113 distribute, and/or sell copies of the Software, and to permit persons
38114 to whom the Software is furnished to do so, provided that the above
38115 copyright notice(s) and this permission notice appear in all copies of
38116 the Software and that both the above copyright notice(s) and this
38117 permission notice appear in supporting documentation.
38119 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
38120 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
38121 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
38122 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
38123 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
38124 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
38125 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
38126 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
38127 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38129 Except as contained in this notice, the name of a copyright holder
38130 shall not be used in advertising or otherwise to promote the sale, use
38131 or other dealings in this Software without prior written authorization
38132 of the copyright holder.
38135 Copyright 1996 by Thomas E. Dickey &lt;dickey@clark.net&gt;
38137 All Rights Reserved
38139 Permission to use, copy, modify, and distribute this software and its
38140 documentation for any purpose and without fee is hereby granted,
38141 provided that the above copyright notice appear in all copies and that
38142 both that copyright notice and this permission notice appear in
38143 supporting documentation, and that the name of the above listed
38144 copyright holder(s) not be used in advertising or publicity pertaining
38145 to distribution of the software without specific, written prior
38146 permission.
38148 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
38149 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38150 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
38151 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38152 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
38153 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
38154 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38157 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
38158 Copyright (c) 2001 Andreas Monitzer.
38159 Copyright (c) 2001-2004 Greg Parker.
38160 Copyright (c) 2001-2004 Torrey T. Lyons
38161 Copyright (c) 2002-2003 Apple Computer, Inc.
38162 Copyright (c) 2004-2005 Alexander Gottwald
38163 Copyright (c) 2002-2009 Apple Inc.
38164 Copyright (c) 2007 Jeremy Huddleston
38165 All Rights Reserved.
38167 Permission is hereby granted, free of charge, to any person obtaining a
38168 copy of this software and associated documentation files (the "Software"),
38169 to deal in the Software without restriction, including without limitation
38170 the rights to use, copy, modify, merge, publish, distribute, sublicense,
38171 and/or sell copies of the Software, and to permit persons to whom the
38172 Software is furnished to do so, subject to the following conditions:
38174 The above copyright notice and this permission notice shall be included in
38175 all copies or substantial portions of the Software.
38177 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38178 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38179 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38180 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
38181 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
38182 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38183 DEALINGS IN THE SOFTWARE.
38185 Except as contained in this notice, the name(s) of the above copyright
38186 holders shall not be used in advertising or otherwise to promote the sale,
38187 use or other dealings in this Software without prior written authorization.
38190 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine@sunshineco.com&gt;
38191 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
38193 All rights reserved.
38195 Redistribution and use in source and binary forms, with or without
38196 modification, are permitted provided that the following conditions are met:
38198 1. Redistributions of source code must retain the above copyright
38199 notice, this list of conditions and the following disclaimer.
38200 2. Redistributions in binary form must reproduce the above copyright
38201 notice, this list of conditions and the following disclaimer in the
38202 documentation and/or other materials provided with the distribution.
38203 3. The name of the author may not be used to endorse or promote products
38204 derived from this software without specific prior written permission.
38206 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
38207 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
38208 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
38209 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38210 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
38211 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
38212 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
38213 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
38214 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38215 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38218 Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net
38220 Permission is hereby granted, free of charge, to any person obtaining a copy of
38221 this software and associated documentation files (the "Software"), to deal in
38222 the Software without restriction, including without limitation the rights to
38223 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
38224 of the Software, and to permit persons to whom the Software is furnished to do
38225 so, subject to the following conditions:
38227 The above copyright notice and this permission notice shall be included in all
38228 copies or substantial portions of the Software.
38230 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38231 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38232 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38233 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
38234 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38235 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38237 Except as contained in this notice, the name of the author shall not be used in
38238 advertising or otherwise to promote the sale, use or other dealings in this
38239 Software without prior written authorization from the author.
38242 Copyright © 2002 David Dawes
38244 Permission is hereby granted, free of charge, to any person obtaining a
38245 copy of this software and associated documentation files (the "Software"),
38246 to deal in the Software without restriction, including without limitation
38247 the rights to use, copy, modify, merge, publish, distribute, sublicense,
38248 and/or sell copies of the Software, and to permit persons to whom the
38249 Software is furnished to do so, subject to the following conditions:
38251 The above copyright notice and this permission notice shall be included in
38252 all copies or substantial portions of the Software.
38254 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38255 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38256 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38257 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38258 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
38259 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38260 SOFTWARE.
38262 Except as contained in this notice, the name of the author(s) shall
38263 not be used in advertising or otherwise to promote the sale, use or other
38264 dealings in this Software without prior written authorization from
38265 the author(s).
38268 Copyright (C) 1996-1999 SciTech Software, Inc.
38269 Copyright (C) David Mosberger-Tang
38270 Copyright (C) 1999 Egbert Eich
38271 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
38273 Permission to use, copy, modify, distribute, and sell this software and
38274 its documentation for any purpose is hereby granted without fee,
38275 provided that the above copyright notice appear in all copies and that
38276 both that copyright notice and this permission notice appear in
38277 supporting documentation, and that the name of the authors not be used
38278 in advertising or publicity pertaining to distribution of the software
38279 without specific, written prior permission. The authors makes no
38280 representations about the suitability of this software for any purpose.
38281 It is provided "as is" without express or implied warranty.
38283 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
38284 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
38285 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
38286 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
38287 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38288 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38289 PERFORMANCE OF THIS SOFTWARE.
38292 Copyright 2005-2006 Luc Verhaegen.
38294 Permission is hereby granted, free of charge, to any person obtaining a
38295 copy of this software and associated documentation files (the "Software"),
38296 to deal in the Software without restriction, including without limitation
38297 the rights to use, copy, modify, merge, publish, distribute, sublicense,
38298 and/or sell copies of the Software, and to permit persons to whom the
38299 Software is furnished to do so, subject to the following conditions:
38301 The above copyright notice and this permission notice shall be included in
38302 all copies or substantial portions of the Software.
38304 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38305 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38306 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38307 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
38308 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
38309 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38310 OTHER DEALINGS IN THE SOFTWARE.
38313 Copyright 1995 by Robin Cutshaw &lt;robin@XFree86.Org&gt;
38314 Copyright 2000 by Egbert Eich
38315 Copyright 2002 by David Dawes
38317 Permission to use, copy, modify, distribute, and sell this software and its
38318 documentation for any purpose is hereby granted without fee, provided that
38319 the above copyright notice appear in all copies and that both that
38320 copyright notice and this permission notice appear in supporting
38321 documentation, and that the names of the above listed copyright holder(s)
38322 not be used in advertising or publicity pertaining to distribution of
38323 the software without specific, written prior permission. The above listed
38324 copyright holder(s) make(s) no representations about the suitability of this
38325 software for any purpose. It is provided "as is" without express or
38326 implied warranty.
38328 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
38329 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38330 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
38331 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
38332 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
38333 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
38334 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38337 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
38339 Permission to use, copy, modify, distribute, and sell this software and its
38340 documentation for any purpose is hereby granted without fee, provided that
38341 the above copyright notice appear in all copies and that both that copyright
38342 notice and this permission notice appear in supporting documentation, and
38343 that the name of Marc Aurele La France not be used in advertising or
38344 publicity pertaining to distribution of the software without specific,
38345 written prior permission. Marc Aurele La France makes no representations
38346 about the suitability of this software for any purpose. It is provided
38347 "as-is" without express or implied warranty.
38349 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
38350 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
38351 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
38352 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
38353 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38354 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
38355 OF THIS SOFTWARE.
38358 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
38359 Copyright 1992 by David Dawes &lt;dawes@XFree86.org&gt;
38360 Copyright 1992 by Jim Tsillas &lt;jtsilla@damon.ccs.northeastern.edu&gt;
38361 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
38362 Copyright 1992 by Robert Baron &lt;Robert.Baron@ernst.mach.cs.cmu.edu&gt;
38363 Copyright 1992 by Orest Zborowski &lt;obz@eskimo.com&gt;
38364 Copyright 1993 by Vrije Universiteit, The Netherlands
38365 Copyright 1993 by David Wexelblat &lt;dwex@XFree86.org&gt;
38366 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit@gmd.de&gt;
38367 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis@dpmms.cam.ac.uk&gt;
38368 Copyright 1994-2003 by The XFree86 Project, Inc
38370 Permission to use, copy, modify, distribute, and sell this software and its
38371 documentation for any purpose is hereby granted without fee, provided that
38372 the above copyright notice appear in all copies and that both that
38373 copyright notice and this permission notice appear in supporting
38374 documentation, and that the names of the above listed copyright holders
38375 not be used in advertising or publicity pertaining to distribution of
38376 the software without specific, written prior permission. The above listed
38377 copyright holders make no representations about the suitability of this
38378 software for any purpose. It is provided "as is" without express or
38379 implied warranty.
38381 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
38382 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38383 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
38384 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
38385 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
38386 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
38387 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38390 Copyright 2001-2005 by J. Kean Johnston &lt;jkj@sco.com&gt;
38392 Permission to use, copy, modify, distribute, and sell this software and its
38393 documentation for any purpose is hereby granted without fee, provided that
38394 the above copyright notice appear in all copies and that both that
38395 copyright notice and this permission notice appear in supporting
38396 documentation, and that the name J. Kean Johnston not be used in
38397 advertising or publicity pertaining to distribution of the software without
38398 specific, written prior permission. J. Kean Johnston makes no
38399 representations about the suitability of this software for any purpose.
38400 It is provided "as is" without express or implied warranty.
38402 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
38403 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
38404 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
38405 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
38406 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38407 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38408 PERFORMANCE OF THIS SOFTWARE.
38411 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
38413 Permission is hereby granted, free of charge, to any person obtaining a copy
38414 of this software and associated documentation files (the "Software"), to deal
38415 in the Software without restriction, including without limitation the rights
38416 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
38417 copies of the Software, and to permit persons to whom the Software is
38418 furnished to do so, subject to the following conditions:
38420 The above copyright notice and this permission notice shall be included in
38421 all copies or substantial portions of the Software.
38423 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38424 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38425 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38426 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
38427 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38428 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38431 Copyright 1997,1998 by UCHIYAMA Yasushi
38433 Permission to use, copy, modify, distribute, and sell this software and its
38434 documentation for any purpose is hereby granted without fee, provided that
38435 the above copyright notice appear in all copies and that both that
38436 copyright notice and this permission notice appear in supporting
38437 documentation, and that the name of UCHIYAMA Yasushi not be used in
38438 advertising or publicity pertaining to distribution of the software without
38439 specific, written prior permission. UCHIYAMA Yasushi makes no representations
38440 about the suitability of this software for any purpose. It is provided
38441 "as is" without express or implied warranty.
38443 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
38444 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
38445 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
38446 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
38447 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38448 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38449 PERFORMANCE OF THIS SOFTWARE.
38452 Copyright (C) 2000 Keith Packard
38453 2004 Eric Anholt
38454 2005 Zack Rusin
38456 Permission to use, copy, modify, distribute, and sell this software and its
38457 documentation for any purpose is hereby granted without fee, provided that
38458 the above copyright notice appear in all copies and that both that
38459 copyright notice and this permission notice appear in supporting
38460 documentation, and that the name of copyright holders not be used in
38461 advertising or publicity pertaining to distribution of the software without
38462 specific, written prior permission. Copyright holders make no
38463 representations about the suitability of this software for any purpose. It
38464 is provided "as is" without express or implied warranty.
38466 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
38467 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
38468 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
38469 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38470 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38471 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
38472 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
38473 SOFTWARE.
38476 (C) Copyright IBM Corporation 2002-2007
38477 All Rights Reserved.
38479 Permission is hereby granted, free of charge, to any person obtaining a
38480 copy of this software and associated documentation files (the "Software"),
38481 to deal in the Software without restriction, including without limitation
38482 on the rights to use, copy, modify, merge, publish, distribute, sub
38483 license, and/or sell copies of the Software, and to permit persons to whom
38484 the Software is furnished to do so, subject to the following conditions:
38486 The above copyright notice and this permission notice (including the next
38487 paragraph) shall be included in all copies or substantial portions of the
38488 Software.
38490 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38491 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38492 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
38493 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
38494 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
38495 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
38496 USE OR OTHER DEALINGS IN THE SOFTWARE.
38499 Permission to use, copy, modify, distribute, and sell this software and its
38500 documentation for any purpose is hereby granted without fee, provided that
38501 this permission notice appear in supporting documentation. This permission
38502 notice shall be included in all copies or substantial portions of the
38503 Software.
38505 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38506 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38507 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38508 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
38509 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38510 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38513 Copyright © 2007 OpenedHand Ltd
38515 Permission to use, copy, modify, distribute, and sell this software and its
38516 documentation for any purpose is hereby granted without fee, provided that
38517 the above copyright notice appear in all copies and that both that
38518 copyright notice and this permission notice appear in supporting
38519 documentation, and that the name of OpenedHand Ltd not be used in
38520 advertising or publicity pertaining to distribution of the software without
38521 specific, written prior permission. OpenedHand Ltd makes no
38522 representations about the suitability of this software for any purpose. It
38523 is provided "as is" without express or implied warranty.
38525 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
38526 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
38527 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
38528 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
38529 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38530 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38531 PERFORMANCE OF THIS SOFTWARE.
38534 Copyright (c) 1989, 1990, 1993, 1994
38535 The Regents of the University of California. All rights reserved.
38537 This code is derived from software contributed to Berkeley by
38538 Chris Torek.
38540 This code is derived from software contributed to Berkeley by
38541 Michael Rendell of Memorial University of Newfoundland.
38543 Redistribution and use in source and binary forms, with or without
38544 modification, are permitted provided that the following conditions
38545 are met:
38546 1. Redistributions of source code must retain the above copyright
38547 notice, this list of conditions and the following disclaimer.
38548 2. Redistributions in binary form must reproduce the above copyright
38549 notice, this list of conditions and the following disclaimer in the
38550 documentation and/or other materials provided with the distribution.
38551 4. Neither the name of the University nor the names of its contributors
38552 may be used to endorse or promote products derived from this software
38553 without specific prior written permission.
38555 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
38556 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38557 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38558 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
38559 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
38560 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
38561 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38562 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38563 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38564 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38565 SUCH DAMAGE.
38567 </pre>
38568 <div class="license-packages">
38569 Used by these packages: x11-libs/libdrm-2.4.54-r1 x11-libs/xcb-util-wm-0.3.8 x11-libs/xcb-util-renderutil-0.3.8 x11-libs/xcb-util-image-0.3.8 x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-keysyms-0.3.8 x11-base/X.Org-1.9.3 x11-apps/xset-mini-1.2.2-r3 x11-libs/libdrm-tests-2.4.54
38570 </div>
38571 </div>
38572 </div>
38575 <!-- Note that some packages included above are used during build, but not
38576 shipped with ChromeOS proper /merlin -->
38577 <script src="chrome://os-credits/keyboard_utils.js"></script>
38578 </body>
38579 </html>