1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Credits</title>
6 <style>
7 body {
8 font-family:Helvetica,Arial,sans-serif;
9 background-color:white;
10 font-size:84%;
11 max-width:1020px;
12 }
13 .page-title {
14 font-size:164%;
15 font-weight:bold;
16 }
17 .product {
18 background-color:#c3d9ff;
19 overflow:auto;
20 padding:2px;
21 margin-top:16px;
22 border-radius:5px;
23 }
24 .product .title {
25 font-size:110%;
26 font-weight:bold;
27 float:left;
28 margin:3px;
29 }
30 .product .homepage {
31 text-align:right;
32 float:right;
33 margin:3px;
34 }
35 .product .homepage:after {
36 content:" - ";
37 }
38 .product .show {
39 text-align:right;
40 float:right;
41 margin:3px;
42 }
43 .licence {
44 clear:both;
45 background-color:#e8eef7;
46 padding:16px;
47 border-radius:3px;
48 display:none;
49 }
50 .licence h3 {
51 margin-top:0px;
52 }
53 .license-packages {
54 font-size:80%;
55 }
56 </style>
57 <script>
58 function $(o) {return document.getElementById(o);}
59 function toggle(o) {
60 var licence = o.nextSibling;
61
62 while (licence.className != 'licence') {
63 if (!licence) return false;
64 licence = licence.nextSibling;
65 }
66
67 if (licence.style && licence.style.display == 'block') {
68 licence.style.display = 'none';
69 o.innerHTML = 'show license(s)';
70 } else {
71 licence.style.display = 'block';
72 o.innerHTML = 'hide license(s)';
73 }
74 return false;
75 }
76 </script>
77 </head>
78 <body>
79 <span class="page-title" style="float:left;">Credits</span>
80 <a href="javascript:window.print();" style="float:right;">Print</a>
81 <div style="clear:both; overflow:auto;">
82 <h2>List of packages used in Google Chrome OS:</h2>
83 <!-- Chromium <3s the following projects -->
84 <div class="product">
85 <span class="title">Linux-2.6</span>
86 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
87 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
88 <div class="licence">
89 <pre></pre>
90 <ul>
91 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
92 </ul>
93 </div>
94 </div>
95
96
97 <div class="product">
98 <span class="title">X.Org-1.9.3</span>
99 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
100 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
101 <div class="licence">
102 <pre></pre>
103 <ul>
104 <li><a href='#X'>Gentoo Package Stock License X</a></li>
105 </ul>
106 </div>
107 </div>
108
109
110 <div class="product">
111 <span class="title">acl-2.2.51</span>
112 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
113 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span>
114 <div class="licence">
115 <pre></pre>
116 <ul>
117 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
118 </ul>
119 </div>
120 </div>
121
122
123 <div class="product">
124 <span class="title">adhd-0.0.1</span>
125 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
126 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
127 <div class="licence">
128 <pre></pre>
129 <ul>
130 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
131 </ul>
132 </div>
133 </div>
134
135
136 <div class="product">
137 <span class="title">alsa-headers-1.0.25</span>
138 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
139 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
140 <div class="licence">
141 <pre></pre>
142 <ul>
143 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
144 </ul>
145 </div>
146 </div>
147
148
149 <div class="product">
150 <span class="title">alsa-lib-1.0.25</span>
151 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
152 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
153 <div class="licence">
154 <pre></pre>
155 <ul>
156 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
157 </ul>
158 </div>
159 </div>
160
161
162 <div class="product">
163 <span class="title">alsa-plugins-1.0.25</span>
164 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
165 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
166 <div class="licence">
167 <pre></pre>
168 <ul>
169 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
170 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
171 </ul>
172 </div>
173 </div>
174
175
176 <div class="product">
177 <span class="title">alsa-utils-1.0.25</span>
178 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
179 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
180 <div class="licence">
181 <pre></pre>
182 <ul>
183 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
184 </ul>
185 </div>
186 </div>
187
188
189 <div class="product">
190 <span class="title">argparse-1.2.1</span>
191 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
192 <span class="homepage"><a href="http://code.google.com/p/argparse/">homepage</a></span>
193 <div class="licence">
194 <pre>Scanned Source license argparse-1.2.1/LICENSE.txt:
195
196 argparse is (c) 2006-2009 Steven J. Bethard <steven.bethard (a] gmail.com>.
197
198 The argparse module was contributed to Python as of Python 2.7 and thus
199 was licensed under the Python license. Same license applies to all files in
200 the argparse package project.
201
202 For details about the Python License, please see doc/Python-License.txt.
203
204 History
205 -------
206
207 Before (and including) argparse 1.1, the argparse package was licensed under
208 Apache License v2.0.
209
210 After argparse 1.1, all project files from the argparse project were deleted
211 due to license compatibility issues between Apache License 2.0 and GNU GPL v2.
212
213 The project repository then had a clean start with some files taken from
214 Python 2.7.1, so definitely all files are under Python License now.
215
216
217 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
218 </pre>
219 <ul>
220 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
221 </ul>
222 </div>
223 </div>
224
225
226 <div class="product">
227 <span class="title">ath3k-0.0.1</span>
228 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
229 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
230 <div class="licence">
231 <pre></pre>
232 <ul>
233 <li><a href='#Atheros'>Gentoo Package Stock License Atheros</a></li>
234 </ul>
235 </div>
236 </div>
237
238
239 <div class="product">
240 <span class="title">ath6k-34</span>
241 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
242 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
243 <div class="licence">
244 <pre></pre>
245 <ul>
246 <li><a href='#Atheros'>Gentoo Package Stock License Atheros</a></li>
247 </ul>
248 </div>
249 </div>
250
251
252 <div class="product">
253 <span class="title">atk-1.32.0</span>
254 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
255 <span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span>
256 <div class="licence">
257 <pre></pre>
258 <ul>
259 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
260 </ul>
261 </div>
262 </div>
263
264
265 <div class="product">
266 <span class="title">attr-2.4.46</span>
267 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
268 <span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span>
269 <div class="licence">
270 <pre></pre>
271 <ul>
272 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
273 </ul>
274 </div>
275 </div>
276
277
278 <div class="product">
279 <span class="title">autoconf-2.13</span>
280 <a class="show" href="#" onclick="return toggle(this);">show license(s)</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-2'>Gentoo Package Stock License GPL-2</a></li>
286 </ul>
287 </div>
288 </div>
289
290
291 <div class="product">
292 <span class="title">autoconf-2.68</span>
293 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
294 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
295 <div class="licence">
296 <pre></pre>
297 <ul>
298 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
299 </ul>
300 </div>
301 </div>
302
303
304 <div class="product">
305 <span class="title">autoconf-wrapper-10</span>
306 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
307 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
308 <div class="licence">
309 <pre></pre>
310 <ul>
311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
312 </ul>
313 </div>
314 </div>
315
316
317 <div class="product">
318 <span class="title">automake-1.11.1</span>
319 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
320 <span class="homepage"><a href="http://sources.redhat.com/automake/">homepage</a></span>
321 <div class="licence">
322 <pre></pre>
323 <ul>
324 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
325 </ul>
326 </div>
327 </div>
328
329
330 <div class="product">
331 <span class="title">automake-wrapper-5</span>
332 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
333 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
334 <div class="licence">
335 <pre></pre>
336 <ul>
337 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
338 </ul>
339 </div>
340 </div>
341
342
343 <div class="product">
344 <span class="title">avfs-1.0.1</span>
345 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
346 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span>
347 <div class="licence">
348 <pre></pre>
349 <ul>
350 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
351 </ul>
352 </div>
353 </div>
354
355
356 <div class="product">
357 <span class="title">baselayout-2.0.1</span>
358 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
359 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
360 <div class="licence">
361 <pre></pre>
362 <ul>
363 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
364 </ul>
365 </div>
366 </div>
367
368
369 <div class="product">
370 <span class="title">bash-4.2_p20</span>
371 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
372 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span>
373 <div class="licence">
374 <pre></pre>
375 <ul>
376 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
377 </ul>
378 </div>
379 </div>
380
381
382 <div class="product">
383 <span class="title">binutils-2.22</span>
384 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
385 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span>
386 <div class="licence">
387 <pre></pre>
388 <ul>
389 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
390 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
391 </ul>
392 </div>
393 </div>
394
395
396 <div class="product">
397 <span class="title">binutils-config-3</span>
398 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
399 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
400 <div class="licence">
401 <pre></pre>
402 <ul>
403 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
404 </ul>
405 </div>
406 </div>
407
408
409 <div class="product">
410 <span class="title">bluez-5.4</span>
411 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
412 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span>
413 <div class="licence">
414 <pre></pre>
415 <ul>
416 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
417 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
418 </ul>
419 </div>
420 </div>
421
422
423 <div class="product">
424 <span class="title">bsdiff-4.3</span>
425 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
426 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
427 <div class="licence">
428 <pre></pre>
429 <ul>
430 <li><a href='#BSD-bsdiff'>Gentoo Package Stock License BSD-bsdiff</a></li>
431 </ul>
432 </div>
433 </div>
434
435
436 <div class="product">
437 <span class="title">busybox-1.21.0</span>
438 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
439 <span class="homepage"><a href="http://www.busybox.net/">homepage</a></span>
440 <div class="licence">
441 <pre></pre>
442 <ul>
443 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
444 </ul>
445 </div>
446 </div>
447
448
449 <div class="product">
450 <span class="title">bzip2-1.0.6</span>
451 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
452 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span>
453 <div class="licence">
454 <pre>Scanned Source license bzip2-1.0.6/LICENSE:
455
456
457 --------------------------------------------------------------------------
458
459 This program, "bzip2", the associated library "libbzip2", and all
460 documentation, are copyright (C) 1996-2010 Julian R Seward. All
461 rights reserved.
462
463 Redistribution and use in source and binary forms, with or without
464 modification, are permitted provided that the following conditions
465 are met:
466
467 1. Redistributions of source code must retain the above copyright
468 notice, this list of conditions and the following disclaimer.
469
470 2. The origin of this software must not be misrepresented; you must
471 not claim that you wrote the original software. If you use this
472 software in a product, an acknowledgment in the product
473 documentation would be appreciated but is not required.
474
475 3. Altered source versions must be plainly marked as such, and must
476 not be misrepresented as being the original software.
477
478 4. The name of the author may not be used to endorse or promote
479 products derived from this software without specific prior written
480 permission.
481
482 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
483 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
484 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
485 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
486 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
487 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
488 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
489 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
490 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
491 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
492 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
493
494 Julian Seward, jseward (a] bzip.org
495 bzip2/libbzip2 version 1.0.6 of 6 September 2010
496
497 --------------------------------------------------------------------------
498
499 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
500 </pre>
501 <ul>
502 <li><a href='#BZIP2'>Gentoo Package Stock License BZIP2</a></li>
503 </ul>
504 </div>
505 </div>
506
507
508 <div class="product">
509 <span class="title">c-ares-1.7.5</span>
510 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
511 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span>
512 <div class="licence">
513 <pre></pre>
514 <ul>
515 <li><a href='#MIT-MIT'>Gentoo Package Stock License MIT-MIT</a></li>
516 </ul>
517 </div>
518 </div>
519
520
521 <div class="product">
522 <span class="title">cairo-1.12.12</span>
523 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
524 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span>
525 <div class="licence">
526 <pre></pre>
527 <ul>
528 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
529 <li><a href='#MPL-1.1'>Gentoo Package Stock License MPL-1.1</a></li>
530 </ul>
531 </div>
532 </div>
533
534
535 <div class="product">
536 <span class="title">chinese-input-1.0.0.0</span>
537 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
538 <span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span>
539 <div class="licence">
540 <pre></pre>
541 <ul>
542 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
543 </ul>
544 </div>
545 </div>
546
547
548 <div class="product">
549 <span class="title">chromeos-hangul-1.0.0.12</span>
550 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
551 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span>
552 <div class="licence">
553 <pre></pre>
554 <ul>
555 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
556 </ul>
557 </div>
558 </div>
559
560
561 <div class="product">
562 <span class="title">chromeos-keyboards-1.1.3.0</span>
563 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
564 <span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span>
565 <div class="licence">
566 <pre></pre>
567 <ul>
568 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
569 </ul>
570 </div>
571 </div>
572
573
574 <div class="product">
575 <span class="title">chvt-0.0.1</span>
576 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
577 <span class="homepage"><a href="">homepage</a></span>
578 <div class="licence">
579 <pre></pre>
580 <ul>
581 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
582 </ul>
583 </div>
584 </div>
585
586
587 <div class="product">
588 <span class="title">coreutils-8.20</span>
589 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
590 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span>
591 <div class="licence">
592 <pre></pre>
593 <ul>
594 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
595 </ul>
596 </div>
597 </div>
598
599
600 <div class="product">
601 <span class="title">crda-1.1.1</span>
602 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
603 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
604 <div class="licence">
605 <pre>Scanned Source license crda-1.1.1/LICENSE:
606
607 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com>
608 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net>
609 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com>
610
611 Permission to use, copy, modify, and/or distribute this software for any
612 purpose with or without fee is hereby granted, provided that the above
613 copyright notice and this permission notice appear in all copies.
614
615 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
616 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
617 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
618 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
619 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
620 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
621 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
622
623
624 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
625
626 Scanned Source license crda-1.1.1/debian-example/copyright:
627
628 This package was debianized by Luis Rodriguez <mcgrof (a] gmail.com> on
629 Thu, 22 Jan 2009 16:00:00 +0100.
630
631 The crda packages was downloaded from <http://wireless.kernel.org/download/crda/>
632
633 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com>
634 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net>
635 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com>
636
637 Permission to use, copy, modify, and/or distribute this software for any
638 purpose with or without fee is hereby granted, provided that the above
639 copyright notice and this permission notice appear in all copies.
640
641 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
642 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
643 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
644 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
645 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
646 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
647 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
648
649
650 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
651 </pre>
652 <ul>
653 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
654 </ul>
655 </div>
656 </div>
657
658
659 <div class="product">
660 <span class="title">croscorefonts-1.23.0</span>
661 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
662 <span class="homepage"><a href="">homepage</a></span>
663 <div class="licence">
664 <pre></pre>
665 <ul>
666 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
667 </ul>
668 </div>
669 </div>
670
671
672 <div class="product">
673 <span class="title">crosextrafonts-20130214</span>
674 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
675 <span class="homepage"><a href="">homepage</a></span>
676 <div class="licence">
677 <pre></pre>
678 <ul>
679 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
680 </ul>
681 </div>
682 </div>
683
684
685 <div class="product">
686 <span class="title">ctemplate-1.0</span>
687 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
688 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span>
689 <div class="licence">
690 <pre>Scanned Source license ctemplate-1.0/COPYING:
691
692 Copyright (c) 2005, Google Inc.
693 All rights reserved.
694
695 Redistribution and use in source and binary forms, with or without
696 modification, are permitted provided that the following conditions are
697 met:
698
699 * Redistributions of source code must retain the above copyright
700 notice, this list of conditions and the following disclaimer.
701 * Redistributions in binary form must reproduce the above
702 copyright notice, this list of conditions and the following disclaimer
703 in the documentation and/or other materials provided with the
704 distribution.
705 * Neither the name of Google Inc. nor the names of its
706 contributors may be used to endorse or promote products derived from
707 this software without specific prior written permission.
708
709 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
710 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
711 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
712 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
713 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
714 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
715 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
716 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
717 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
718 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
719 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
720
721 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
722
723 Scanned Source license ctemplate-1.0/packages/deb/copyright:
724
725 This package was debianized by Google Inc. <opensource (a] google.com> on
726 13 March 2006.
727
728 It was downloaded from http://code.google.com/
729
730 Upstream Author: opensource (a] google.com
731
732 Copyright (c) 2006, Google Inc.
733 All rights reserved.
734
735 Redistribution and use in source and binary forms, with or without
736 modification, are permitted provided that the following conditions are
737 met:
738
739 * Redistributions of source code must retain the above copyright
740 notice, this list of conditions and the following disclaimer.
741 * Redistributions in binary form must reproduce the above
742 copyright notice, this list of conditions and the following disclaimer
743 in the documentation and/or other materials provided with the
744 distribution.
745 * Neither the name of Google Inc. nor the names of its
746 contributors may be used to endorse or promote products derived from
747 this software without specific prior written permission.
748
749 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
750 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
751 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
752 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
753 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
754 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
755 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
756 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
757 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
758 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
759 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
760
761 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
762 </pre>
763 <ul>
764
765 </ul>
766 </div>
767 </div>
768
769
770 <div class="product">
771 <span class="title">curl-7.23.1</span>
772 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
773 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span>
774 <div class="licence">
775 <pre>Scanned Source license curl-7.23.1/COPYING:
776
777 COPYRIGHT AND PERMISSION NOTICE
778
779 Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel (a] haxx.se>.
780
781 All rights reserved.
782
783 Permission to use, copy, modify, and distribute this software for any purpose
784 with or without fee is hereby granted, provided that the above copyright
785 notice and this permission notice appear in all copies.
786
787 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
788 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
789 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
790 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
791 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
792 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
793 OR OTHER DEALINGS IN THE SOFTWARE.
794
795 Except as contained in this notice, the name of a copyright holder shall not
796 be used in advertising or otherwise to promote the sale, use or other dealings
797 in this Software without prior written authorization of the copyright holder.
798
799 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
800 </pre>
801 <ul>
802
803 </ul>
804 </div>
805 </div>
806
807
808 <div class="product">
809 <span class="title">dash-0.5.5.1.7</span>
810 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
811 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span>
812 <div class="licence">
813 <pre>Scanned Source license dash-0.5.5.1/COPYING:
814
815 Copyright (c) 1989-1994
816 The Regents of the University of California. All rights reserved.
817 Copyright (c) 1997 Christos Zoulas. All rights reserved.
818 Copyright (c) 1997-2005
819 Herbert Xu <herbert (a] gondor.apana.org.au>. All rights reserved.
820
821 This code is derived from software contributed to Berkeley by Kenneth Almquist.
822
823
824 Redistribution and use in source and binary forms, with or without
825 modification, are permitted provided that the following conditions
826 are met:
827 1. Redistributions of source code must retain the above copyright
828 notice, this list of conditions and the following disclaimer.
829 2. Redistributions in binary form must reproduce the above copyright
830 notice, this list of conditions and the following disclaimer in the
831 documentation and/or other materials provided with the distribution.
832 3. Neither the name of the University nor the names of its contributors
833 may be used to endorse or promote products derived from this software
834 without specific prior written permission.
835
836 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
837 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
838 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
839 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
840 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
841 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
842 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
843 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
844 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
845 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
846 SUCH DAMAGE.
847
848 mksignames.c:
849
850 This file is not directly linked with dash. However, its output is.
851
852 Copyright (C) 1992 Free Software Foundation, Inc.
853
854 This file is part of GNU Bash, the Bourne Again SHell.
855
856 Bash is free software; you can redistribute it and/or modify it under
857 the terms of the GNU General Public License as published by the Free
858 Software Foundation; either version 2, or (at your option) any later
859 version.
860
861 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
862 WARRANTY; without even the implied warranty of MERCHANTABILITY or
863 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
864 for more details.
865
866 You should have received a copy of the GNU General Public License with
867 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
868 Debian GNU/Linux hello source package as the file COPYING. If not,
869 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
870 Boston, MA 02111 USA.
871
872 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
873 </pre>
874 <ul>
875
876 </ul>
877 </div>
878 </div>
879
880
881 <div class="product">
882 <span class="title">dbus-1.6.8</span>
883 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
884 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
885 <div class="licence">
886 <pre></pre>
887 <ul>
888 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
889 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
890 </ul>
891 </div>
892 </div>
893
894
895 <div class="product">
896 <span class="title">dbus-c++-0.0.2</span>
897 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
898 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span>
899 <div class="licence">
900 <pre></pre>
901 <ul>
902 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
903 </ul>
904 </div>
905 </div>
906
907
908 <div class="product">
909 <span class="title">dbus-glib-0.100</span>
910 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
911 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
912 <div class="licence">
913 <pre></pre>
914 <ul>
915 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
916 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
917 </ul>
918 </div>
919 </div>
920
921
922 <div class="product">
923 <span class="title">ddccontrol-0.4.2</span>
924 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
925 <span class="homepage"><a href="http://ddccontrol.sourceforge.net/">homepage</a></span>
926 <div class="licence">
927 <pre></pre>
928 <ul>
929 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
930 </ul>
931 </div>
932 </div>
933
934
935 <div class="product">
936 <span class="title">ddccontrol-db-20061014</span>
937 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
938 <span class="homepage"><a href="http://ddccontrol.sourceforge.net/">homepage</a></span>
939 <div class="licence">
940 <pre></pre>
941 <ul>
942 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
943 </ul>
944 </div>
945 </div>
946
947
948 <div class="product">
949 <span class="title">dejavu-2.33</span>
950 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
951 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span>
952 <div class="licence">
953 <pre></pre>
954 <ul>
955 <li><a href='#BitstreamVera'>Gentoo Package Stock License BitstreamVera</a></li>
956 </ul>
957 </div>
958 </div>
959
960
961 <div class="product">
962 <span class="title">dhcpcd-5.1.4</span>
963 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
964 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span>
965 <div class="licence">
966 <pre></pre>
967 <ul>
968 <li><a href='#BSD-dhcpcd'>Gentoo Package Stock License BSD-dhcpcd</a></li>
969 </ul>
970 </div>
971 </div>
972
973
974 <div class="product">
975 <span class="title">diffutils-3.2</span>
976 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
977 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span>
978 <div class="licence">
979 <pre></pre>
980 <ul>
981 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
982 </ul>
983 </div>
984 </div>
985
986
987 <div class="product">
988 <span class="title">dmidecode-2.10</span>
989 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
990 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span>
991 <div class="licence">
992 <pre></pre>
993 <ul>
994 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
995 </ul>
996 </div>
997 </div>
998
999
1000 <div class="product">
1001 <span class="title">docbook-xml-dtd-4.1.2</span>
1002 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
1003 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span>
1004 <div class="licence">
1005 <pre></pre>
1006 <ul>
1007 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
1008 </ul>
1009 </div>
1010 </div>
1011
1012
1013 <div class="product">
1014 <span class="title">dosfstools-3.0.9</span>
1015 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
1016 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span>
1017 <div class="licence">
1018 <pre></pre>
1019 <ul>
1020 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
1021 </ul>
1022 </div>
1023 </div>
1024
1025
1026 <div class="product">
1027 <span class="title">droidfonts-cros-20121206</span>
1028 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
1029 <span class="homepage"><a href="">homepage</a></span>
1030 <div class="licence">
1031 <pre></pre>
1032 <ul>
1033 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1034 </ul>
1035 </div>
1036 </div>
1037
1038
1039 <div class="product">
1040 <span class="title">dtc-1.3.0</span>
1041 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
1042 <span class="homepage"><a href="http://www.t2-project.org/packages/dtc.html">homepage</a></span>
1043 <div class="licence">
1044 <pre></pre>
1045 <ul>
1046 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1047 </ul>
1048 </div>
1049 </div>
1050
1051
1052 <div class="product">
1053 <span class="title">e2fsprogs-1.42</span>
1054 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
1055 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
1056 <div class="licence">
1057 <pre>Scanned Source license e2fsprogs-1.42/COPYING:
1058
1059 This package, the EXT2 filesystem utilities, are made available under
1060 the GNU Public License version 2, with the exception of the lib/ext2fs
1061 and lib/e2p libraries, which are made available under the GNU Library
1062 General Public License Version 2, the lib/uuid library which is made
1063 available under a BSD-style license and the lib/et and lib/ss
1064 libraries which are made available under an MIT-style license. Please
1065 see lib/uuid/COPYING for more details for the license for the files
1066 comprising the libuuid library, and the source file headers of the
1067 libet and libss libraries for more information.
1068
1069 The most recent officially distributed version can be found at
1070 http://e2fsprogs.sourceforge.net. If you need to make a distribution,
1071 that's the one you should use. If there is some reason why you'd like
1072 a more recent version that is still in ALPHA testing (i.e., either
1073 using the "WIP" test distributions or one from the hg or git
1074 repository from the development branch, please contact me
1075 (tytso (a] mit.edu) before you ship. The release schedules for this
1076 package are flexible, if you give me enough lead time.
1077
1078
1079 Theodore Ts'o
1080 23-June-2007
1081
1082 ----------------------------------------------------------------------
1083
1084 GNU GENERAL PUBLIC LICENSE
1085 Version 2, June 1991
1086
1087 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
1088 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1089 Everyone is permitted to copy and distribute verbatim copies
1090 of this license document, but changing it is not allowed.
1091
1092 Preamble
1093
1094 The licenses for most software are designed to take away your
1095 freedom to share and change it. By contrast, the GNU General Public
1096 License is intended to guarantee your freedom to share and change free
1097 software--to make sure the software is free for all its users. This
1098 General Public License applies to most of the Free Software
1099 Foundation's software and to any other program whose authors commit to
1100 using it. (Some other Free Software Foundation software is covered by
1101 the GNU Library General Public License instead.) You can apply it to
1102 your programs, too.
1103
1104 When we speak of free software, we are referring to freedom, not
1105 price. Our General Public Licenses are designed to make sure that you
1106 have the freedom to distribute copies of free software (and charge for
1107 this service if you wish), that you receive source code or can get it
1108 if you want it, that you can change the software or use pieces of it
1109 in new free programs; and that you know you can do these things.
1110
1111 To protect your rights, we need to make restrictions that forbid
1112 anyone to deny you these rights or to ask you to surrender the rights.
1113 These restrictions translate to certain responsibilities for you if you
1114 distribute copies of the software, or if you modify it.
1115
1116 For example, if you distribute copies of such a program, whether
1117 gratis or for a fee, you must give the recipients all the rights that
1118 you have. You must make sure that they, too, receive or can get the
1119 source code. And you must show them these terms so they know their
1120 rights.
1121
1122 We protect your rights with two steps: (1) copyright the software, and
1123 (2) offer you this license which gives you legal permission to copy,
1124 distribute and/or modify the software.
1125
1126 Also, for each author's protection and ours, we want to make certain
1127 that everyone understands that there is no warranty for this free
1128 software. If the software is modified by someone else and passed on, we
1129 want its recipients to know that what they have is not the original, so
1130 that any problems introduced by others will not reflect on the original
1131 authors' reputations.
1132
1133 Finally, any free program is threatened constantly by software
1134 patents. We wish to avoid the danger that redistributors of a free
1135 program will individually obtain patent licenses, in effect making the
1136 program proprietary. To prevent this, we have made it clear that any
1137 patent must be licensed for everyone's free use or not licensed at all.
1138
1139 The precise terms and conditions for copying, distribution and
1140 modification follow.
1141
1143 GNU GENERAL PUBLIC LICENSE
1144 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1145
1146 0. This License applies to any program or other work which contains
1147 a notice placed by the copyright holder saying it may be distributed
1148 under the terms of this General Public License. The "Program", below,
1149 refers to any such program or work, and a "work based on the Program"
1150 means either the Program or any derivative work under copyright law:
1151 that is to say, a work containing the Program or a portion of it,
1152 either verbatim or with modifications and/or translated into another
1153 language. (Hereinafter, translation is included without limitation in
1154 the term "modification".) Each licensee is addressed as "you".
1155
1156 Activities other than copying, distribution and modification are not
1157 covered by this License; they are outside its scope. The act of
1158 running the Program is not restricted, and the output from the Program
1159 is covered only if its contents constitute a work based on the
1160 Program (independent of having been made by running the Program).
1161 Whether that is true depends on what the Program does.
1162
1163 1. You may copy and distribute verbatim copies of the Program's
1164 source code as you receive it, in any medium, provided that you
1165 conspicuously and appropriately publish on each copy an appropriate
1166 copyright notice and disclaimer of warranty; keep intact all the
1167 notices that refer to this License and to the absence of any warranty;
1168 and give any other recipients of the Program a copy of this License
1169 along with the Program.
1170
1171 You may charge a fee for the physical act of transferring a copy, and
1172 you may at your option offer warranty protection in exchange for a fee.
1173
1174 2. You may modify your copy or copies of the Program or any portion
1175 of it, thus forming a work based on the Program, and copy and
1176 distribute such modifications or work under the terms of Section 1
1177 above, provided that you also meet all of these conditions:
1178
1179 a) You must cause the modified files to carry prominent notices
1180 stating that you changed the files and the date of any change.
1181
1182 b) You must cause any work that you distribute or publish, that in
1183 whole or in part contains or is derived from the Program or any
1184 part thereof, to be licensed as a whole at no charge to all third
1185 parties under the terms of this License.
1186
1187 c) If the modified program normally reads commands interactively
1188 when run, you must cause it, when started running for such
1189 interactive use in the most ordinary way, to print or display an
1190 announcement including an appropriate copyright notice and a
1191 notice that there is no warranty (or else, saying that you provide
1192 a warranty) and that users may redistribute the program under
1193 these conditions, and telling the user how to view a copy of this
1194 License. (Exception: if the Program itself is interactive but
1195 does not normally print such an announcement, your work based on
1196 the Program is not required to print an announcement.)
1197
1199 These requirements apply to the modified work as a whole. If
1200 identifiable sections of that work are not derived from the Program,
1201 and can be reasonably considered independent and separate works in
1202 themselves, then this License, and its terms, do not apply to those
1203 sections when you distribute them as separate works. But when you
1204 distribute the same sections as part of a whole which is a work based
1205 on the Program, the distribution of the whole must be on the terms of
1206 this License, whose permissions for other licensees extend to the
1207 entire whole, and thus to each and every part regardless of who wrote it.
1208
1209 Thus, it is not the intent of this section to claim rights or contest
1210 your rights to work written entirely by you; rather, the intent is to
1211 exercise the right to control the distribution of derivative or
1212 collective works based on the Program.
1213
1214 In addition, mere aggregation of another work not based on the Program
1215 with the Program (or with a work based on the Program) on a volume of
1216 a storage or distribution medium does not bring the other work under
1217 the scope of this License.
1218
1219 3. You may copy and distribute the Program (or a work based on it,
1220 under Section 2) in object code or executable form under the terms of
1221 Sections 1 and 2 above provided that you also do one of the following:
1222
1223 a) Accompany it with the complete corresponding machine-readable
1224 source code, which must be distributed under the terms of Sections
1225 1 and 2 above on a medium customarily used for software interchange; or,
1226
1227 b) Accompany it with a written offer, valid for at least three
1228 years, to give any third party, for a charge no more than your
1229 cost of physically performing source distribution, a complete
1230 machine-readable copy of the corresponding source code, to be
1231 distributed under the terms of Sections 1 and 2 above on a medium
1232 customarily used for software interchange; or,
1233
1234 c) Accompany it with the information you received as to the offer
1235 to distribute corresponding source code. (This alternative is
1236 allowed only for noncommercial distribution and only if you
1237 received the program in object code or executable form with such
1238 an offer, in accord with Subsection b above.)
1239
1240 The source code for a work means the preferred form of the work for
1241 making modifications to it. For an executable work, complete source
1242 code means all the source code for all modules it contains, plus any
1243 associated interface definition files, plus the scripts used to
1244 control compilation and installation of the executable. However, as a
1245 special exception, the source code distributed need not include
1246 anything that is normally distributed (in either source or binary
1247 form) with the major components (compiler, kernel, and so on) of the
1248 operating system on which the executable runs, unless that component
1249 itself accompanies the executable.
1250
1251 If distribution of executable or object code is made by offering
1252 access to copy from a designated place, then offering equivalent
1253 access to copy the source code from the same place counts as
1254 distribution of the source code, even though third parties are not
1255 compelled to copy the source along with the object code.
1256
1258 4. You may not copy, modify, sublicense, or distribute the Program
1259 except as expressly provided under this License. Any attempt
1260 otherwise to copy, modify, sublicense or distribute the Program is
1261 void, and will automatically terminate your rights under this License.
1262 However, parties who have received copies, or rights, from you under
1263 this License will not have their licenses terminated so long as such
1264 parties remain in full compliance.
1265
1266 5. You are not required to accept this License, since you have not
1267 signed it. However, nothing else grants you permission to modify or
1268 distribute the Program or its derivative works. These actions are
1269 prohibited by law if you do not accept this License. Therefore, by
1270 modifying or distributing the Program (or any work based on the
1271 Program), you indicate your acceptance of this License to do so, and
1272 all its terms and conditions for copying, distributing or modifying
1273 the Program or works based on it.
1274
1275 6. Each time you redistribute the Program (or any work based on the
1276 Program), the recipient automatically receives a license from the
1277 original licensor to copy, distribute or modify the Program subject to
1278 these terms and conditions. You may not impose any further
1279 restrictions on the recipients' exercise of the rights granted herein.
1280 You are not responsible for enforcing compliance by third parties to
1281 this License.
1282
1283 7. If, as a consequence of a court judgment or allegation of patent
1284 infringement or for any other reason (not limited to patent issues),
1285 conditions are imposed on you (whether by court order, agreement or
1286 otherwise) that contradict the conditions of this License, they do not
1287 excuse you from the conditions of this License. If you cannot
1288 distribute so as to satisfy simultaneously your obligations under this
1289 License and any other pertinent obligations, then as a consequence you
1290 may not distribute the Program at all. For example, if a patent
1291 license would not permit royalty-free redistribution of the Program by
1292 all those who receive copies directly or indirectly through you, then
1293 the only way you could satisfy both it and this License would be to
1294 refrain entirely from distribution of the Program.
1295
1296 If any portion of this section is held invalid or unenforceable under
1297 any particular circumstance, the balance of the section is intended to
1298 apply and the section as a whole is intended to apply in other
1299 circumstances.
1300
1301 It is not the purpose of this section to induce you to infringe any
1302 patents or other property right claims or to contest validity of any
1303 such claims; this section has the sole purpose of protecting the
1304 integrity of the free software distribution system, which is
1305 implemented by public license practices. Many people have made
1306 generous contributions to the wide range of software distributed
1307 through that system in reliance on consistent application of that
1308 system; it is up to the author/donor to decide if he or she is willing
1309 to distribute software through any other system and a licensee cannot
1310 impose that choice.
1311
1312 This section is intended to make thoroughly clear what is believed to
1313 be a consequence of the rest of this License.
1314
1316 8. If the distribution and/or use of the Program is restricted in
1317 certain countries either by patents or by copyrighted interfaces, the
1318 original copyright holder who places the Program under this License
1319 may add an explicit geographical distribution limitation excluding
1320 those countries, so that distribution is permitted only in or among
1321 countries not thus excluded. In such case, this License incorporates
1322 the limitation as if written in the body of this License.
1323
1324 9. The Free Software Foundation may publish revised and/or new versions
1325 of the General Public License from time to time. Such new versions will
1326 be similar in spirit to the present version, but may differ in detail to
1327 address new problems or concerns.
1328
1329 Each version is given a distinguishing version number. If the Program
1330 specifies a version number of this License which applies to it and "any
1331 later version", you have the option of following the terms and conditions
1332 either of that version or of any later version published by the Free
1333 Software Foundation. If the Program does not specify a version number of
1334 this License, you may choose any version ever published by the Free Software
1335 Foundation.
1336
1337 10. If you wish to incorporate parts of the Program into other free
1338 programs whose distribution conditions are different, write to the author
1339 to ask for permission. For software which is copyrighted by the Free
1340 Software Foundation, write to the Free Software Foundation; we sometimes
1341 make exceptions for this. Our decision will be guided by the two goals
1342 of preserving the free status of all derivatives of our free software and
1343 of promoting the sharing and reuse of software generally.
1344
1345 NO WARRANTY
1346
1347 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1348 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1349 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1350 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1351 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1352 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
1353 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
1354 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1355 REPAIR OR CORRECTION.
1356
1357 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1358 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1359 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1360 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1361 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1362 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1363 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1364 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1365 POSSIBILITY OF SUCH DAMAGES.
1366
1367 END OF TERMS AND CONDITIONS
1368
1370 How to Apply These Terms to Your New Programs
1371
1372 If you develop a new program, and you want it to be of the greatest
1373 possible use to the public, the best way to achieve this is to make it
1374 free software which everyone can redistribute and change under these terms.
1375
1376 To do so, attach the following notices to the program. It is safest
1377 to attach them to the start of each source file to most effectively
1378 convey the exclusion of warranty; and each file should have at least
1379 the "copyright" line and a pointer to where the full notice is found.
1380
1381 <one line to give the program's name and a brief idea of what it does.>
1382 Copyright (C) <year> <name of author>
1383
1384 This program is free software; you can redistribute it and/or modify
1385 it under the terms of the GNU General Public License as published by
1386 the Free Software Foundation; either version 2 of the License, or
1387 (at your option) any later version.
1388
1389 This program is distributed in the hope that it will be useful,
1390 but WITHOUT ANY WARRANTY; without even the implied warranty of
1391 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1392 GNU General Public License for more details.
1393
1394 You should have received a copy of the GNU General Public License
1395 along with this program; if not, write to the Free Software
1396 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1397
1398
1399 Also add information on how to contact you by electronic and paper mail.
1400
1401 If the program is interactive, make it output a short notice like this
1402 when it starts in an interactive mode:
1403
1404 Gnomovision version 69, Copyright (C) year name of author
1405 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1406 This is free software, and you are welcome to redistribute it
1407 under certain conditions; type `show c' for details.
1408
1409 The hypothetical commands `show w' and `show c' should show the appropriate
1410 parts of the General Public License. Of course, the commands you use may
1411 be called something other than `show w' and `show c'; they could even be
1412 mouse-clicks or menu items--whatever suits your program.
1413
1414 You should also get your employer (if you work as a programmer) or your
1415 school, if any, to sign a "copyright disclaimer" for the program, if
1416 necessary. Here is a sample; alter the names:
1417
1418 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1419 `Gnomovision' (which makes passes at compilers) written by James Hacker.
1420
1421 <signature of Ty Coon>, 1 April 1989
1422 Ty Coon, President of Vice
1423
1424 This General Public License does not permit incorporating your program into
1425 proprietary programs. If your program is a subroutine library, you may
1426 consider it more useful to permit linking proprietary applications with the
1427 library. If this is what you want to do, use the GNU Library General
1428 Public License instead of this License.
1429
1430 ----------------------------------------------------------------------
1431
1432 GNU LIBRARY GENERAL PUBLIC LICENSE
1433 Version 2, June 1991
1434
1435 Copyright (C) 1991 Free Software Foundation, Inc.
1436 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1437 Everyone is permitted to copy and distribute verbatim copies
1438 of this license document, but changing it is not allowed.
1439
1440 [This is the first released version of the library GPL. It is
1441 numbered 2 because it goes with version 2 of the ordinary GPL.]
1442
1443 Preamble
1444
1445 The licenses for most software are designed to take away your
1446 freedom to share and change it. By contrast, the GNU General Public
1447 Licenses are intended to guarantee your freedom to share and change
1448 free software--to make sure the software is free for all its users.
1449
1450 This license, the Library General Public License, applies to some
1451 specially designated Free Software Foundation software, and to any
1452 other libraries whose authors decide to use it. You can use it for
1453 your libraries, too.
1454
1455 When we speak of free software, we are referring to freedom, not
1456 price. Our General Public Licenses are designed to make sure that you
1457 have the freedom to distribute copies of free software (and charge for
1458 this service if you wish), that you receive source code or can get it
1459 if you want it, that you can change the software or use pieces of it
1460 in new free programs; and that you know you can do these things.
1461
1462 To protect your rights, we need to make restrictions that forbid
1463 anyone to deny you these rights or to ask you to surrender the rights.
1464 These restrictions translate to certain responsibilities for you if
1465 you distribute copies of the library, or if you modify it.
1466
1467 For example, if you distribute copies of the library, whether gratis
1468 or for a fee, you must give the recipients all the rights that we gave
1469 you. You must make sure that they, too, receive or can get the source
1470 code. If you link a program with the library, you must provide
1471 complete object files to the recipients so that they can relink them
1472 with the library, after making changes to the library and recompiling
1473 it. And you must show them these terms so they know their rights.
1474
1475 Our method of protecting your rights has two steps: (1) copyright
1476 the library, and (2) offer you this license which gives you legal
1477 permission to copy, distribute and/or modify the library.
1478
1479 Also, for each distributor's protection, we want to make certain
1480 that everyone understands that there is no warranty for this free
1481 library. If the library is modified by someone else and passed on, we
1482 want its recipients to know that what they have is not the original
1483 version, so that any problems introduced by others will not reflect on
1484 the original authors' reputations.
1485
1487 Finally, any free program is threatened constantly by software
1488 patents. We wish to avoid the danger that companies distributing free
1489 software will individually obtain patent licenses, thus in effect
1490 transforming the program into proprietary software. To prevent this,
1491 we have made it clear that any patent must be licensed for everyone's
1492 free use or not licensed at all.
1493
1494 Most GNU software, including some libraries, is covered by the ordinary
1495 GNU General Public License, which was designed for utility programs. This
1496 license, the GNU Library General Public License, applies to certain
1497 designated libraries. This license is quite different from the ordinary
1498 one; be sure to read it in full, and don't assume that anything in it is
1499 the same as in the ordinary license.
1500
1501 The reason we have a separate public license for some libraries is that
1502 they blur the distinction we usually make between modifying or adding to a
1503 program and simply using it. Linking a program with a library, without
1504 changing the library, is in some sense simply using the library, and is
1505 analogous to running a utility program or application program. However, in
1506 a textual and legal sense, the linked executable is a combined work, a
1507 derivative of the original library, and the ordinary General Public License
1508 treats it as such.
1509
1510 Because of this blurred distinction, using the ordinary General
1511 Public License for libraries did not effectively promote software
1512 sharing, because most developers did not use the libraries. We
1513 concluded that weaker conditions might promote sharing better.
1514
1515 However, unrestricted linking of non-free programs would deprive the
1516 users of those programs of all benefit from the free status of the
1517 libraries themselves. This Library General Public License is intended to
1518 permit developers of non-free programs to use free libraries, while
1519 preserving your freedom as a user of such programs to change the free
1520 libraries that are incorporated in them. (We have not seen how to achieve
1521 this as regards changes in header files, but we have achieved it as regards
1522 changes in the actual functions of the Library.) The hope is that this
1523 will lead to faster development of free libraries.
1524
1525 The precise terms and conditions for copying, distribution and
1526 modification follow. Pay close attention to the difference between a
1527 "work based on the library" and a "work that uses the library". The
1528 former contains code derived from the library, while the latter only
1529 works together with the library.
1530
1531 Note that it is possible for a library to be covered by the ordinary
1532 General Public License rather than by this special one.
1533
1535 GNU LIBRARY GENERAL PUBLIC LICENSE
1536 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1537
1538 0. This License Agreement applies to any software library which
1539 contains a notice placed by the copyright holder or other authorized
1540 party saying it may be distributed under the terms of this Library
1541 General Public License (also called "this License"). Each licensee is
1542 addressed as "you".
1543
1544 A "library" means a collection of software functions and/or data
1545 prepared so as to be conveniently linked with application programs
1546 (which use some of those functions and data) to form executables.
1547
1548 The "Library", below, refers to any such software library or work
1549 which has been distributed under these terms. A "work based on the
1550 Library" means either the Library or any derivative work under
1551 copyright law: that is to say, a work containing the Library or a
1552 portion of it, either verbatim or with modifications and/or translated
1553 straightforwardly into another language. (Hereinafter, translation is
1554 included without limitation in the term "modification".)
1555
1556 "Source code" for a work means the preferred form of the work for
1557 making modifications to it. For a library, complete source code means
1558 all the source code for all modules it contains, plus any associated
1559 interface definition files, plus the scripts used to control compilation
1560 and installation of the library.
1561
1562 Activities other than copying, distribution and modification are not
1563 covered by this License; they are outside its scope. The act of
1564 running a program using the Library is not restricted, and output from
1565 such a program is covered only if its contents constitute a work based
1566 on the Library (independent of the use of the Library in a tool for
1567 writing it). Whether that is true depends on what the Library does
1568 and what the program that uses the Library does.
1569
1570 1. You may copy and distribute verbatim copies of the Library's
1571 complete source code as you receive it, in any medium, provided that
1572 you conspicuously and appropriately publish on each copy an
1573 appropriate copyright notice and disclaimer of warranty; keep intact
1574 all the notices that refer to this License and to the absence of any
1575 warranty; and distribute a copy of this License along with the
1576 Library.
1577
1578 You may charge a fee for the physical act of transferring a copy,
1579 and you may at your option offer warranty protection in exchange for a
1580 fee.
1581
1583 2. You may modify your copy or copies of the Library or any portion
1584 of it, thus forming a work based on the Library, and copy and
1585 distribute such modifications or work under the terms of Section 1
1586 above, provided that you also meet all of these conditions:
1587
1588 a) The modified work must itself be a software library.
1589
1590 b) You must cause the files modified to carry prominent notices
1591 stating that you changed the files and the date of any change.
1592
1593 c) You must cause the whole of the work to be licensed at no
1594 charge to all third parties under the terms of this License.
1595
1596 d) If a facility in the modified Library refers to a function or a
1597 table of data to be supplied by an application program that uses
1598 the facility, other than as an argument passed when the facility
1599 is invoked, then you must make a good faith effort to ensure that,
1600 in the event an application does not supply such function or
1601 table, the facility still operates, and performs whatever part of
1602 its purpose remains meaningful.
1603
1604 (For example, a function in a library to compute square roots has
1605 a purpose that is entirely well-defined independent of the
1606 application. Therefore, Subsection 2d requires that any
1607 application-supplied function or table used by this function must
1608 be optional: if the application does not supply it, the square
1609 root function must still compute square roots.)
1610
1611 These requirements apply to the modified work as a whole. If
1612 identifiable sections of that work are not derived from the Library,
1613 and can be reasonably considered independent and separate works in
1614 themselves, then this License, and its terms, do not apply to those
1615 sections when you distribute them as separate works. But when you
1616 distribute the same sections as part of a whole which is a work based
1617 on the Library, the distribution of the whole must be on the terms of
1618 this License, whose permissions for other licensees extend to the
1619 entire whole, and thus to each and every part regardless of who wrote
1620 it.
1621
1622 Thus, it is not the intent of this section to claim rights or contest
1623 your rights to work written entirely by you; rather, the intent is to
1624 exercise the right to control the distribution of derivative or
1625 collective works based on the Library.
1626
1627 In addition, mere aggregation of another work not based on the Library
1628 with the Library (or with a work based on the Library) on a volume of
1629 a storage or distribution medium does not bring the other work under
1630 the scope of this License.
1631
1632 3. You may opt to apply the terms of the ordinary GNU General Public
1633 License instead of this License to a given copy of the Library. To do
1634 this, you must alter all the notices that refer to this License, so
1635 that they refer to the ordinary GNU General Public License, version 2,
1636 instead of to this License. (If a newer version than version 2 of the
1637 ordinary GNU General Public License has appeared, then you can specify
1638 that version instead if you wish.) Do not make any other change in
1639 these notices.
1640
1642 Once this change is made in a given copy, it is irreversible for
1643 that copy, so the ordinary GNU General Public License applies to all
1644 subsequent copies and derivative works made from that copy.
1645
1646 This option is useful when you wish to copy part of the code of
1647 the Library into a program that is not a library.
1648
1649 4. You may copy and distribute the Library (or a portion or
1650 derivative of it, under Section 2) in object code or executable form
1651 under the terms of Sections 1 and 2 above provided that you accompany
1652 it with the complete corresponding machine-readable source code, which
1653 must be distributed under the terms of Sections 1 and 2 above on a
1654 medium customarily used for software interchange.
1655
1656 If distribution of object code is made by offering access to copy
1657 from a designated place, then offering equivalent access to copy the
1658 source code from the same place satisfies the requirement to
1659 distribute the source code, even though third parties are not
1660 compelled to copy the source along with the object code.
1661
1662 5. A program that contains no derivative of any portion of the
1663 Library, but is designed to work with the Library by being compiled or
1664 linked with it, is called a "work that uses the Library". Such a
1665 work, in isolation, is not a derivative work of the Library, and
1666 therefore falls outside the scope of this License.
1667
1668 However, linking a "work that uses the Library" with the Library
1669 creates an executable that is a derivative of the Library (because it
1670 contains portions of the Library), rather than a "work that uses the
1671 library". The executable is therefore covered by this License.
1672 Section 6 states terms for distribution of such executables.
1673
1674 When a "work that uses the Library" uses material from a header file
1675 that is part of the Library, the object code for the work may be a
1676 derivative work of the Library even though the source code is not.
1677 Whether this is true is especially significant if the work can be
1678 linked without the Library, or if the work is itself a library. The
1679 threshold for this to be true is not precisely defined by law.
1680
1681 If such an object file uses only numerical parameters, data
1682 structure layouts and accessors, and small macros and small inline
1683 functions (ten lines or less in length), then the use of the object
1684 file is unrestricted, regardless of whether it is legally a derivative
1685 work. (Executables containing this object code plus portions of the
1686 Library will still fall under Section 6.)
1687
1688 Otherwise, if the work is a derivative of the Library, you may
1689 distribute the object code for the work under the terms of Section 6.
1690 Any executables containing that work also fall under Section 6,
1691 whether or not they are linked directly with the Library itself.
1692
1694 6. As an exception to the Sections above, you may also compile or
1695 link a "work that uses the Library" with the Library to produce a
1696 work containing portions of the Library, and distribute that work
1697 under terms of your choice, provided that the terms permit
1698 modification of the work for the customer's own use and reverse
1699 engineering for debugging such modifications.
1700
1701 You must give prominent notice with each copy of the work that the
1702 Library is used in it and that the Library and its use are covered by
1703 this License. You must supply a copy of this License. If the work
1704 during execution displays copyright notices, you must include the
1705 copyright notice for the Library among them, as well as a reference
1706 directing the user to the copy of this License. Also, you must do one
1707 of these things:
1708
1709 a) Accompany the work with the complete corresponding
1710 machine-readable source code for the Library including whatever
1711 changes were used in the work (which must be distributed under
1712 Sections 1 and 2 above); and, if the work is an executable linked
1713 with the Library, with the complete machine-readable "work that
1714 uses the Library", as object code and/or source code, so that the
1715 user can modify the Library and then relink to produce a modified
1716 executable containing the modified Library. (It is understood
1717 that the user who changes the contents of definitions files in the
1718 Library will not necessarily be able to recompile the application
1719 to use the modified definitions.)
1720
1721 b) Accompany the work with a written offer, valid for at
1722 least three years, to give the same user the materials
1723 specified in Subsection 6a, above, for a charge no more
1724 than the cost of performing this distribution.
1725
1726 c) If distribution of the work is made by offering access to copy
1727 from a designated place, offer equivalent access to copy the above
1728 specified materials from the same place.
1729
1730 d) Verify that the user has already received a copy of these
1731 materials or that you have already sent this user a copy.
1732
1733 For an executable, the required form of the "work that uses the
1734 Library" must include any data and utility programs needed for
1735 reproducing the executable from it. However, as a special exception,
1736 the source code distributed need not include anything that is normally
1737 distributed (in either source or binary form) with the major
1738 components (compiler, kernel, and so on) of the operating system on
1739 which the executable runs, unless that component itself accompanies
1740 the executable.
1741
1742 It may happen that this requirement contradicts the license
1743 restrictions of other proprietary libraries that do not normally
1744 accompany the operating system. Such a contradiction means you cannot
1745 use both them and the Library together in an executable that you
1746 distribute.
1747
1749 7. You may place library facilities that are a work based on the
1750 Library side-by-side in a single library together with other library
1751 facilities not covered by this License, and distribute such a combined
1752 library, provided that the separate distribution of the work based on
1753 the Library and of the other library facilities is otherwise
1754 permitted, and provided that you do these two things:
1755
1756 a) Accompany the combined library with a copy of the same work
1757 based on the Library, uncombined with any other library
1758 facilities. This must be distributed under the terms of the
1759 Sections above.
1760
1761 b) Give prominent notice with the combined library of the fact
1762 that part of it is a work based on the Library, and explaining
1763 where to find the accompanying uncombined form of the same work.
1764
1765 8. You may not copy, modify, sublicense, link with, or distribute
1766 the Library except as expressly provided under this License. Any
1767 attempt otherwise to copy, modify, sublicense, link with, or
1768 distribute the Library is void, and will automatically terminate your
1769 rights under this License. However, parties who have received copies,
1770 or rights, from you under this License will not have their licenses
1771 terminated so long as such parties remain in full compliance.
1772
1773 9. You are not required to accept this License, since you have not
1774 signed it. However, nothing else grants you permission to modify or
1775 distribute the Library or its derivative works. These actions are
1776 prohibited by law if you do not accept this License. Therefore, by
1777 modifying or distributing the Library (or any work based on the
1778 Library), you indicate your acceptance of this License to do so, and
1779 all its terms and conditions for copying, distributing or modifying
1780 the Library or works based on it.
1781
1782 10. Each time you redistribute the Library (or any work based on the
1783 Library), the recipient automatically receives a license from the
1784 original licensor to copy, distribute, link with or modify the Library
1785 subject to these terms and conditions. You may not impose any further
1786 restrictions on the recipients' exercise of the rights granted herein.
1787 You are not responsible for enforcing compliance by third parties to
1788 this License.
1789
1791 11. If, as a consequence of a court judgment or allegation of patent
1792 infringement or for any other reason (not limited to patent issues),
1793 conditions are imposed on you (whether by court order, agreement or
1794 otherwise) that contradict the conditions of this License, they do not
1795 excuse you from the conditions of this License. If you cannot
1796 distribute so as to satisfy simultaneously your obligations under this
1797 License and any other pertinent obligations, then as a consequence you
1798 may not distribute the Library at all. For example, if a patent
1799 license would not permit royalty-free redistribution of the Library by
1800 all those who receive copies directly or indirectly through you, then
1801 the only way you could satisfy both it and this License would be to
1802 refrain entirely from distribution of the Library.
1803
1804 If any portion of this section is held invalid or unenforceable under any
1805 particular circumstance, the balance of the section is intended to apply,
1806 and the section as a whole is intended to apply in other circumstances.
1807
1808 It is not the purpose of this section to induce you to infringe any
1809 patents or other property right claims or to contest validity of any
1810 such claims; this section has the sole purpose of protecting the
1811 integrity of the free software distribution system which is
1812 implemented by public license practices. Many people have made
1813 generous contributions to the wide range of software distributed
1814 through that system in reliance on consistent application of that
1815 system; it is up to the author/donor to decide if he or she is willing
1816 to distribute software through any other system and a licensee cannot
1817 impose that choice.
1818
1819 This section is intended to make thoroughly clear what is believed to
1820 be a consequence of the rest of this License.
1821
1822 12. If the distribution and/or use of the Library is restricted in
1823 certain countries either by patents or by copyrighted interfaces, the
1824 original copyright holder who places the Library under this License may add
1825 an explicit geographical distribution limitation excluding those countries,
1826 so that distribution is permitted only in or among countries not thus
1827 excluded. In such case, this License incorporates the limitation as if
1828 written in the body of this License.
1829
1830 13. The Free Software Foundation may publish revised and/or new
1831 versions of the Library General Public License from time to time.
1832 Such new versions will be similar in spirit to the present version,
1833 but may differ in detail to address new problems or concerns.
1834
1835 Each version is given a distinguishing version number. If the Library
1836 specifies a version number of this License which applies to it and
1837 "any later version", you have the option of following the terms and
1838 conditions either of that version or of any later version published by
1839 the Free Software Foundation. If the Library does not specify a
1840 license version number, you may choose any version ever published by
1841 the Free Software Foundation.
1842
1844 14. If you wish to incorporate parts of the Library into other free
1845 programs whose distribution conditions are incompatible with these,
1846 write to the author to ask for permission. For software which is
1847 copyrighted by the Free Software Foundation, write to the Free
1848 Software Foundation; we sometimes make exceptions for this. Our
1849 decision will be guided by the two goals of preserving the free status
1850 of all derivatives of our free software and of promoting the sharing
1851 and reuse of software generally.
1852
1853 NO WARRANTY
1854
1855 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1856 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
1857 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
1858 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
1859 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
1860 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1861 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
1862 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
1863 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1864
1865 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1866 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
1867 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
1868 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
1869 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
1870 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
1871 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
1872 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
1873 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
1874 DAMAGES.
1875
1876 END OF TERMS AND CONDITIONS
1877
1879 How to Apply These Terms to Your New Libraries
1880
1881 If you develop a new library, and you want it to be of the greatest
1882 possible use to the public, we recommend making it free software that
1883 everyone can redistribute and change. You can do so by permitting
1884 redistribution under these terms (or, alternatively, under the terms of the
1885 ordinary General Public License).
1886
1887 To apply these terms, attach the following notices to the library. It is
1888 safest to attach them to the start of each source file to most effectively
1889 convey the exclusion of warranty; and each file should have at least the
1890 "copyright" line and a pointer to where the full notice is found.
1891
1892 <one line to give the library's name and a brief idea of what it does.>
1893 Copyright (C) <year> <name of author>
1894
1895 This library is free software; you can redistribute it and/or
1896 modify it under the terms of the GNU Library General Public
1897 License as published by the Free Software Foundation; either
1898 version 2 of the License, or (at your option) any later version.
1899
1900 This library is distributed in the hope that it will be useful,
1901 but WITHOUT ANY WARRANTY; without even the implied warranty of
1902 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1903 Library General Public License for more details.
1904
1905 You should have received a copy of the GNU Library General Public
1906 License along with this library; if not, write to the Free Software
1907 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1908
1909 Also add information on how to contact you by electronic and paper mail.
1910
1911 You should also get your employer (if you work as a programmer) or your
1912 school, if any, to sign a "copyright disclaimer" for the library, if
1913 necessary. Here is a sample; alter the names:
1914
1915 Yoyodyne, Inc., hereby disclaims all copyright interest in the
1916 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
1917
1918 <signature of Ty Coon>, 1 April 1990
1919 Ty Coon, President of Vice
1920
1921 That's all there is to it!
1922
1923 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1924
1925 Scanned Source license e2fsprogs-1.42/debian/copyright:
1926
1927 This is the Debian GNU/Linux prepackaged version of the EXT2 file
1928 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were
1929 written by Theodore Ts'o <tytso (a] mit.edu> and Remy Card <card (a] masi.ibp.fr>.
1930
1931 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
1932
1933 Packaging is Copyright (c) 2003-2007 Theodore Ts'o <tytso (a] mit.edu>
1934 Copyright (c) 1997-2003 Yann Dirson <dirson (a] debian.org>
1935 Copyright (c) 2001 Alcove <http://www.alcove.com/>
1936 Copyright (c) 1997 Klee Dienes
1937 Copyright (c) 1995-1996 Michael Nonweiler <mrn20 (a] cam.ac.uk>
1938
1939 Upstream Author: Theodore Ts'o <tytso (a] mit.edu>
1940
1941 Copyright notice:
1942
1943 This package, the EXT2 filesystem utilities, are made available under
1944 the GNU Public License version 2, with the exception of the lib/ext2fs
1945 and lib/e2p libraries, which are made available under the GNU Library
1946 General Public License Version 2, the lib/uuid library which is made
1947 available under a BSD-style license and the lib/et and lib/ss
1948 libraries which are made available under an MIT-style license.
1949
1950 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
1951 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
1952
1953 On Debian GNU systems, the complete text of the GNU General Public
1954 License can be found in `/usr/share/common-licenses/GPL-2'. The
1955 complete text of the GNU Library General Public License can be found
1956 in '/usr/share/common-licenses/LGPL-2'.
1957
1958
1959 The license used for lib/et and lib/ss libraries is:
1960
1961 Copyright 1987 by the Student Information Processing Board
1962 of the Massachusetts Institute of Technology
1963
1964 Permission to use, copy, modify, and distribute this software and
1965 its documentation for any purpose is hereby granted, provided that
1966 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
1967 advertising or publicity pertaining to distribution of the software
1968 without specific, written prior permission. M.I.T. and the
1969 M.I.T. S.I.P.B. make no representations about the suitability of
1970 this software for any purpose. It is provided "as is" without
1971 express or implied warranty.
1972
1973 The license used for lib/uuid is:
1974
1975 Redistribution and use in source and binary forms, with or without
1976 modification, are permitted provided that the following conditions
1977 are met:
1978 1. Redistributions of source code must retain the above copyright
1979 notice, and the entire permission notice in its entirety,
1980 including the disclaimer of warranties.
1981 2. Redistributions in binary form must reproduce the above copyright
1982 notice, this list of conditions and the following disclaimer in the
1983 documentation and/or other materials provided with the distribution.
1984 3. The name of the author may not be used to endorse or promote
1985 products derived from this software without specific prior
1986 written permission.
1987
1988 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
1989 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1990 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
1991 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
1992 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1993 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
1994 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1995 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1996 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1997 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
1998 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
1999 DAMAGE.
2000
2001 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2002
2003 Scanned Source license e2fsprogs-1.42/ext2ed/COPYRIGHT:
2004
2005 EXT2ED is hereby placed under the terms of the GNU General Public License.
2006 Follows the GNU license.
2007
2008 Gadi Oxman, August 1995
2009
2010 ---------------------------------------------------------------------------
2011
2012 GNU GENERAL PUBLIC LICENSE
2013 Version 2, June 1991
2014
2015 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2016 675 Mass Ave, Cambridge, MA 02139, USA
2017 Everyone is permitted to copy and distribute verbatim copies
2018 of this license document, but changing it is not allowed.
2019
2020 Preamble
2021
2022 The licenses for most software are designed to take away your
2023 freedom to share and change it. By contrast, the GNU General Public
2024 License is intended to guarantee your freedom to share and change free
2025 software--to make sure the software is free for all its users. This
2026 General Public License applies to most of the Free Software
2027 Foundation's software and to any other program whose authors commit to
2028 using it. (Some other Free Software Foundation software is covered by
2029 the GNU Library General Public License instead.) You can apply it to
2030 your programs, too.
2031
2032 When we speak of free software, we are referring to freedom, not
2033 price. Our General Public Licenses are designed to make sure that you
2034 have the freedom to distribute copies of free software (and charge for
2035 this service if you wish), that you receive source code or can get it
2036 if you want it, that you can change the software or use pieces of it
2037 in new free programs; and that you know you can do these things.
2038
2039 To protect your rights, we need to make restrictions that forbid
2040 anyone to deny you these rights or to ask you to surrender the rights.
2041 These restrictions translate to certain responsibilities for you if you
2042 distribute copies of the software, or if you modify it.
2043
2044 For example, if you distribute copies of such a program, whether
2045 gratis or for a fee, you must give the recipients all the rights that
2046 you have. You must make sure that they, too, receive or can get the
2047 source code. And you must show them these terms so they know their
2048 rights.
2049
2050 We protect your rights with two steps: (1) copyright the software, and
2051 (2) offer you this license which gives you legal permission to copy,
2052 distribute and/or modify the software.
2053
2054 Also, for each author's protection and ours, we want to make certain
2055 that everyone understands that there is no warranty for this free
2056 software. If the software is modified by someone else and passed on, we
2057 want its recipients to know that what they have is not the original, so
2058 that any problems introduced by others will not reflect on the original
2059 authors' reputations.
2060
2061 Finally, any free program is threatened constantly by software
2062 patents. We wish to avoid the danger that redistributors of a free
2063 program will individually obtain patent licenses, in effect making the
2064 program proprietary. To prevent this, we have made it clear that any
2065 patent must be licensed for everyone's free use or not licensed at all.
2066
2067 The precise terms and conditions for copying, distribution and
2068 modification follow.
2069
2071 GNU GENERAL PUBLIC LICENSE
2072 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2073
2074 0. This License applies to any program or other work which contains
2075 a notice placed by the copyright holder saying it may be distributed
2076 under the terms of this General Public License. The "Program", below,
2077 refers to any such program or work, and a "work based on the Program"
2078 means either the Program or any derivative work under copyright law:
2079 that is to say, a work containing the Program or a portion of it,
2080 either verbatim or with modifications and/or translated into another
2081 language. (Hereinafter, translation is included without limitation in
2082 the term "modification".) Each licensee is addressed as "you".
2083
2084 Activities other than copying, distribution and modification are not
2085 covered by this License; they are outside its scope. The act of
2086 running the Program is not restricted, and the output from the Program
2087 is covered only if its contents constitute a work based on the
2088 Program (independent of having been made by running the Program).
2089 Whether that is true depends on what the Program does.
2090
2091 1. You may copy and distribute verbatim copies of the Program's
2092 source code as you receive it, in any medium, provided that you
2093 conspicuously and appropriately publish on each copy an appropriate
2094 copyright notice and disclaimer of warranty; keep intact all the
2095 notices that refer to this License and to the absence of any warranty;
2096 and give any other recipients of the Program a copy of this License
2097 along with the Program.
2098
2099 You may charge a fee for the physical act of transferring a copy, and
2100 you may at your option offer warranty protection in exchange for a fee.
2101
2102 2. You may modify your copy or copies of the Program or any portion
2103 of it, thus forming a work based on the Program, and copy and
2104 distribute such modifications or work under the terms of Section 1
2105 above, provided that you also meet all of these conditions:
2106
2107 a) You must cause the modified files to carry prominent notices
2108 stating that you changed the files and the date of any change.
2109
2110 b) You must cause any work that you distribute or publish, that in
2111 whole or in part contains or is derived from the Program or any
2112 part thereof, to be licensed as a whole at no charge to all third
2113 parties under the terms of this License.
2114
2115 c) If the modified program normally reads commands interactively
2116 when run, you must cause it, when started running for such
2117 interactive use in the most ordinary way, to print or display an
2118 announcement including an appropriate copyright notice and a
2119 notice that there is no warranty (or else, saying that you provide
2120 a warranty) and that users may redistribute the program under
2121 these conditions, and telling the user how to view a copy of this
2122 License. (Exception: if the Program itself is interactive but
2123 does not normally print such an announcement, your work based on
2124 the Program is not required to print an announcement.)
2125
2127 These requirements apply to the modified work as a whole. If
2128 identifiable sections of that work are not derived from the Program,
2129 and can be reasonably considered independent and separate works in
2130 themselves, then this License, and its terms, do not apply to those
2131 sections when you distribute them as separate works. But when you
2132 distribute the same sections as part of a whole which is a work based
2133 on the Program, the distribution of the whole must be on the terms of
2134 this License, whose permissions for other licensees extend to the
2135 entire whole, and thus to each and every part regardless of who wrote it.
2136
2137 Thus, it is not the intent of this section to claim rights or contest
2138 your rights to work written entirely by you; rather, the intent is to
2139 exercise the right to control the distribution of derivative or
2140 collective works based on the Program.
2141
2142 In addition, mere aggregation of another work not based on the Program
2143 with the Program (or with a work based on the Program) on a volume of
2144 a storage or distribution medium does not bring the other work under
2145 the scope of this License.
2146
2147 3. You may copy and distribute the Program (or a work based on it,
2148 under Section 2) in object code or executable form under the terms of
2149 Sections 1 and 2 above provided that you also do one of the following:
2150
2151 a) Accompany it with the complete corresponding machine-readable
2152 source code, which must be distributed under the terms of Sections
2153 1 and 2 above on a medium customarily used for software interchange; or,
2154
2155 b) Accompany it with a written offer, valid for at least three
2156 years, to give any third party, for a charge no more than your
2157 cost of physically performing source distribution, a complete
2158 machine-readable copy of the corresponding source code, to be
2159 distributed under the terms of Sections 1 and 2 above on a medium
2160 customarily used for software interchange; or,
2161
2162 c) Accompany it with the information you received as to the offer
2163 to distribute corresponding source code. (This alternative is
2164 allowed only for noncommercial distribution and only if you
2165 received the program in object code or executable form with such
2166 an offer, in accord with Subsection b above.)
2167
2168 The source code for a work means the preferred form of the work for
2169 making modifications to it. For an executable work, complete source
2170 code means all the source code for all modules it contains, plus any
2171 associated interface definition files, plus the scripts used to
2172 control compilation and installation of the executable. However, as a
2173 special exception, the source code distributed need not include
2174 anything that is normally distributed (in either source or binary
2175 form) with the major components (compiler, kernel, and so on) of the
2176 operating system on which the executable runs, unless that component
2177 itself accompanies the executable.
2178
2179 If distribution of executable or object code is made by offering
2180 access to copy from a designated place, then offering equivalent
2181 access to copy the source code from the same place counts as
2182 distribution of the source code, even though third parties are not
2183 compelled to copy the source along with the object code.
2184
2186 4. You may not copy, modify, sublicense, or distribute the Program
2187 except as expressly provided under this License. Any attempt
2188 otherwise to copy, modify, sublicense or distribute the Program is
2189 void, and will automatically terminate your rights under this License.
2190 However, parties who have received copies, or rights, from you under
2191 this License will not have their licenses terminated so long as such
2192 parties remain in full compliance.
2193
2194 5. You are not required to accept this License, since you have not
2195 signed it. However, nothing else grants you permission to modify or
2196 distribute the Program or its derivative works. These actions are
2197 prohibited by law if you do not accept this License. Therefore, by
2198 modifying or distributing the Program (or any work based on the
2199 Program), you indicate your acceptance of this License to do so, and
2200 all its terms and conditions for copying, distributing or modifying
2201 the Program or works based on it.
2202
2203 6. Each time you redistribute the Program (or any work based on the
2204 Program), the recipient automatically receives a license from the
2205 original licensor to copy, distribute or modify the Program subject to
2206 these terms and conditions. You may not impose any further
2207 restrictions on the recipients' exercise of the rights granted herein.
2208 You are not responsible for enforcing compliance by third parties to
2209 this License.
2210
2211 7. If, as a consequence of a court judgment or allegation of patent
2212 infringement or for any other reason (not limited to patent issues),
2213 conditions are imposed on you (whether by court order, agreement or
2214 otherwise) that contradict the conditions of this License, they do not
2215 excuse you from the conditions of this License. If you cannot
2216 distribute so as to satisfy simultaneously your obligations under this
2217 License and any other pertinent obligations, then as a consequence you
2218 may not distribute the Program at all. For example, if a patent
2219 license would not permit royalty-free redistribution of the Program by
2220 all those who receive copies directly or indirectly through you, then
2221 the only way you could satisfy both it and this License would be to
2222 refrain entirely from distribution of the Program.
2223
2224 If any portion of this section is held invalid or unenforceable under
2225 any particular circumstance, the balance of the section is intended to
2226 apply and the section as a whole is intended to apply in other
2227 circumstances.
2228
2229 It is not the purpose of this section to induce you to infringe any
2230 patents or other property right claims or to contest validity of any
2231 such claims; this section has the sole purpose of protecting the
2232 integrity of the free software distribution system, which is
2233 implemented by public license practices. Many people have made
2234 generous contributions to the wide range of software distributed
2235 through that system in reliance on consistent application of that
2236 system; it is up to the author/donor to decide if he or she is willing
2237 to distribute software through any other system and a licensee cannot
2238 impose that choice.
2239
2240 This section is intended to make thoroughly clear what is believed to
2241 be a consequence of the rest of this License.
2242
2244 8. If the distribution and/or use of the Program is restricted in
2245 certain countries either by patents or by copyrighted interfaces, the
2246 original copyright holder who places the Program under this License
2247 may add an explicit geographical distribution limitation excluding
2248 those countries, so that distribution is permitted only in or among
2249 countries not thus excluded. In such case, this License incorporates
2250 the limitation as if written in the body of this License.
2251
2252 9. The Free Software Foundation may publish revised and/or new versions
2253 of the General Public License from time to time. Such new versions will
2254 be similar in spirit to the present version, but may differ in detail to
2255 address new problems or concerns.
2256
2257 Each version is given a distinguishing version number. If the Program
2258 specifies a version number of this License which applies to it and "any
2259 later version", you have the option of following the terms and conditions
2260 either of that version or of any later version published by the Free
2261 Software Foundation. If the Program does not specify a version number of
2262 this License, you may choose any version ever published by the Free Software
2263 Foundation.
2264
2265 10. If you wish to incorporate parts of the Program into other free
2266 programs whose distribution conditions are different, write to the author
2267 to ask for permission. For software which is copyrighted by the Free
2268 Software Foundation, write to the Free Software Foundation; we sometimes
2269 make exceptions for this. Our decision will be guided by the two goals
2270 of preserving the free status of all derivatives of our free software and
2271 of promoting the sharing and reuse of software generally.
2272
2273 NO WARRANTY
2274
2275 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2276 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
2277 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2278 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2279 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2280 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
2281 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
2282 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2283 REPAIR OR CORRECTION.
2284
2285 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2286 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2287 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2288 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2289 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2290 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2291 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2292 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2293 POSSIBILITY OF SUCH DAMAGES.
2294
2295 END OF TERMS AND CONDITIONS
2296
2298 Appendix: How to Apply These Terms to Your New Programs
2299
2300 If you develop a new program, and you want it to be of the greatest
2301 possible use to the public, the best way to achieve this is to make it
2302 free software which everyone can redistribute and change under these terms.
2303
2304 To do so, attach the following notices to the program. It is safest
2305 to attach them to the start of each source file to most effectively
2306 convey the exclusion of warranty; and each file should have at least
2307 the "copyright" line and a pointer to where the full notice is found.
2308
2309 <one line to give the program's name and a brief idea of what it does.>
2310 Copyright (C) 19yy <name of author>
2311
2312 This program is free software; you can redistribute it and/or modify
2313 it under the terms of the GNU General Public License as published by
2314 the Free Software Foundation; either version 2 of the License, or
2315 (at your option) any later version.
2316
2317 This program is distributed in the hope that it will be useful,
2318 but WITHOUT ANY WARRANTY; without even the implied warranty of
2319 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2320 GNU General Public License for more details.
2321
2322 You should have received a copy of the GNU General Public License
2323 along with this program; if not, write to the Free Software
2324 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2325
2326 Also add information on how to contact you by electronic and paper mail.
2327
2328 If the program is interactive, make it output a short notice like this
2329 when it starts in an interactive mode:
2330
2331 Gnomovision version 69, Copyright (C) 19yy name of author
2332 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2333 This is free software, and you are welcome to redistribute it
2334 under certain conditions; type `show c' for details.
2335
2336 The hypothetical commands `show w' and `show c' should show the appropriate
2337 parts of the General Public License. Of course, the commands you use may
2338 be called something other than `show w' and `show c'; they could even be
2339 mouse-clicks or menu items--whatever suits your program.
2340
2341 You should also get your employer (if you work as a programmer) or your
2342 school, if any, to sign a "copyright disclaimer" for the program, if
2343 necessary. Here is a sample; alter the names:
2344
2345 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2346 `Gnomovision' (which makes passes at compilers) written by James Hacker.
2347
2348 <signature of Ty Coon>, 1 April 1989
2349 Ty Coon, President of Vice
2350
2351 This General Public License does not permit incorporating your program into
2352 proprietary programs. If your program is a subroutine library, you may
2353 consider it more useful to permit linking proprietary applications with the
2354 library. If this is what you want to do, use the GNU Library General
2355 Public License instead of this License.
2356
2357 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2358
2359 Scanned Source license e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright:
2360
2361 Index: tdbsa/tdb.c
2362 ===================================================================
2363 --- tdbsa.orig/tdb.c
2364 +++ tdbsa/tdb.c
2365 @@ -4,11 +4,11 @@ Rev: 23371
2366 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007)
2367 */
2368 /*
2369 - Unix SMB/CIFS implementation.
2370 + trivial database library - standalone version
2371
2372 - trivial database library - private includes
2373 -
2374 - Copyright (C) Andrew Tridgell 2005
2375 + Copyright (C) Andrew Tridgell 1999-2005
2376 + Copyright (C) Jeremy Allison 2000-2006
2377 + Copyright (C) Paul `Rusty' Russell 2000
2378
2379 ** NOTE! The following LGPL license applies to the tdb
2380 ** library. This does NOT imply that all of Samba is released
2381
2382 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2383
2384 Scanned Source license e2fsprogs-1.42/lib/uuid/COPYING:
2385
2386 Redistribution and use in source and binary forms, with or without
2387 modification, are permitted provided that the following conditions
2388 are met:
2389 1. Redistributions of source code must retain the above copyright
2390 notice, and the entire permission notice in its entirety,
2391 including the disclaimer of warranties.
2392 2. Redistributions in binary form must reproduce the above copyright
2393 notice, this list of conditions and the following disclaimer in the
2394 documentation and/or other materials provided with the distribution.
2395 3. The name of the author may not be used to endorse or promote
2396 products derived from this software without specific prior
2397 written permission.
2398
2399 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
2400 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2401 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
2402 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
2403 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2404 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
2405 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2406 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2407 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2408 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
2409 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
2410 DAMAGE.
2411
2412 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2413 </pre>
2414 <ul>
2415 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2416 </ul>
2417 </div>
2418 </div>
2419
2420
2421 <div class="product">
2422 <span class="title">e2fsprogs-libs-1.42</span>
2423 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2424 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
2425 <div class="licence">
2426 <pre></pre>
2427 <ul>
2428 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2429 </ul>
2430 </div>
2431 </div>
2432
2433
2434 <div class="product">
2435 <span class="title">ecryptfs-utils-101</span>
2436 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2437 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span>
2438 <div class="licence">
2439 <pre></pre>
2440 <ul>
2441 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2442 </ul>
2443 </div>
2444 </div>
2445
2446
2447 <div class="product">
2448 <span class="title">eject-2.1.5</span>
2449 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2450 <span class="homepage"><a href="http://eject.sourceforge.net/">homepage</a></span>
2451 <div class="licence">
2452 <pre></pre>
2453 <ul>
2454 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2455 </ul>
2456 </div>
2457 </div>
2458
2459
2460 <div class="product">
2461 <span class="title">elfutils-0.154</span>
2462 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2463 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span>
2464 <div class="licence">
2465 <pre></pre>
2466 <ul>
2467 <li><a href='#GPL-2-with-exceptions'>Gentoo Package Stock License GPL-2-with-exceptions</a></li>
2468 </ul>
2469 </div>
2470 </div>
2471
2472
2473 <div class="product">
2474 <span class="title">engine_pkcs11-0.1.8</span>
2475 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2476 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span>
2477 <div class="licence">
2478 <pre></pre>
2479 <ul>
2480 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
2481 </ul>
2482 </div>
2483 </div>
2484
2485
2486 <div class="product">
2487 <span class="title">eselect-opengl-1.2.4</span>
2488 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2489 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
2490 <div class="licence">
2491 <pre></pre>
2492 <ul>
2493 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2494 </ul>
2495 </div>
2496 </div>
2497
2498
2499 <div class="product">
2500 <span class="title">eselect-python-20100321</span>
2501 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2502 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span>
2503 <div class="licence">
2504 <pre></pre>
2505 <ul>
2506 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2507 </ul>
2508 </div>
2509 </div>
2510
2511
2512 <div class="product">
2513 <span class="title">ethtool-6</span>
2514 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2515 <span class="homepage"><a href="http://sourceforge.net/projects/gkernel/">homepage</a></span>
2516 <div class="licence">
2517 <pre></pre>
2518 <ul>
2519 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2520 </ul>
2521 </div>
2522 </div>
2523
2524
2525 <div class="product">
2526 <span class="title">exfat-utils-0.9.8</span>
2527 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2528 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
2529 <div class="licence">
2530 <pre></pre>
2531 <ul>
2532 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
2533 </ul>
2534 </div>
2535 </div>
2536
2537
2538 <div class="product">
2539 <span class="title">expat-2.1.0</span>
2540 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2541 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span>
2542 <div class="licence">
2543 <pre>Scanned Source license expat-2.1.0/COPYING:
2544
2545 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
2546 and Clark Cooper
2547 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
2548
2549 Permission is hereby granted, free of charge, to any person obtaining
2550 a copy of this software and associated documentation files (the
2551 "Software"), to deal in the Software without restriction, including
2552 without limitation the rights to use, copy, modify, merge, publish,
2553 distribute, sublicense, and/or sell copies of the Software, and to
2554 permit persons to whom the Software is furnished to do so, subject to
2555 the following conditions:
2556
2557 The above copyright notice and this permission notice shall be included
2558 in all copies or substantial portions of the Software.
2559
2560 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2561 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2562 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2563 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2564 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2565 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2566 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2567
2568 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2569 </pre>
2570 <ul>
2571
2572 </ul>
2573 </div>
2574 </div>
2575
2576
2577 <div class="product">
2578 <span class="title">findutils-4.4.2</span>
2579 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2580 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span>
2581 <div class="licence">
2582 <pre></pre>
2583 <ul>
2584 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2585 </ul>
2586 </div>
2587 </div>
2588
2589
2590 <div class="product">
2591 <span class="title">flashmap-0.3</span>
2592 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2593 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span>
2594 <div class="licence">
2595 <pre>Scanned Source license flashmap-0.3/COPYING:
2596
2597 2010, Google Inc.
2598 All rights reserved.
2599
2600 Redistribution and use in source and binary forms, with or without
2601 modification, are permitted provided that the following conditions are
2602 met:
2603
2604 * Redistributions of source code must retain the above copyright
2605 notice, this list of conditions and the following disclaimer.
2606 * Redistributions in binary form must reproduce the above
2607 copyright notice, this list of conditions and the following disclaimer
2608 in the documentation and/or other materials provided with the
2609 distribution.
2610 * Neither the name of Google Inc. nor the names of its
2611 contributors may be used to endorse or promote products derived from
2612 this software without specific prior written permission.
2613
2614 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2615 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2616 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2617 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2618 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2619 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2620 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2621 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2622 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2623 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2624 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2625
2626 Alternatively, this software may be distributed under the terms of the
2627 GNU General Public License ("GPL") version 2 as published by the Free
2628 Software Foundation.
2629
2630
2631 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2632 </pre>
2633 <ul>
2634
2635 </ul>
2636 </div>
2637 </div>
2638
2639
2640 <div class="product">
2641 <span class="title">flashrom-0.9.4</span>
2642 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2643 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span>
2644 <div class="licence">
2645 <pre></pre>
2646 <ul>
2647 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2648 </ul>
2649 </div>
2650 </div>
2651
2652
2653 <div class="product">
2654 <span class="title">flex-2.5.35_p10</span>
2655 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2656 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span>
2657 <div class="licence">
2658 <pre></pre>
2659 <ul>
2660 <li><a href='#FLEX'>Gentoo Package Stock License FLEX</a></li>
2661 </ul>
2662 </div>
2663 </div>
2664
2665
2666 <div class="product">
2667 <span class="title">font-util-1.2.0</span>
2668 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2669 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
2670 <div class="licence">
2671 <pre>Scanned Source license font-util-1.2.0/COPYING:
2672
2673 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
2674
2675 Permission is hereby granted, free of charge, to any person obtaining a
2676 copy of this software and associated documentation files (the "Software"),
2677 to deal in the Software without restriction, including without limitation
2678 the rights to use, copy, modify, merge, publish, distribute, sublicense,
2679 and/or sell copies of the Software, and to permit persons to whom the
2680 Software is furnished to do so, subject to the following conditions:
2681
2682 The above copyright notice and this permission notice (including the next
2683 paragraph) shall be included in all copies or substantial portions of the
2684 Software.
2685
2686 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2687 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2688 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2689 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2690 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2691 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2692 DEALINGS IN THE SOFTWARE.
2693
2694 ------------------------------------------------------------------------
2695
2696 Copyright (c) 2003 The NetBSD Foundation, Inc.
2697 All rights reserved.
2698
2699 This code is derived from software contributed to The NetBSD Foundation
2700 by Ben Collver <collver1 (a] attbi.com>.
2701
2702 Redistribution and use in source and binary forms, with or without
2703 modification, are permitted provided that the following conditions
2704 are met:
2705 1. Redistributions of source code must retain the above copyright
2706 notice, this list of conditions and the following disclaimer.
2707 2. Redistributions in binary form must reproduce the above copyright
2708 notice, this list of conditions and the following disclaimer in the
2709 documentation and/or other materials provided with the distribution.
2710
2711 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2712 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2713 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2714 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2715 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2716 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2717 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2718 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2719 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2720 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2721 POSSIBILITY OF SUCH DAMAGE.
2722
2723 ------------------------------------------------------------------------
2724
2725 Copyright (c) 2006 Martin Husemann.
2726 Copyright (c) 2007 Joerg Sonnenberger.
2727 All rights reserved.
2728
2729 Redistribution and use in source and binary forms, with or without
2730 modification, are permitted provided that the following conditions
2731 are met:
2732 1. Redistributions of source code must retain the above copyright
2733 notice, this list of conditions and the following disclaimer.
2734 2. The name of the author may not be used to endorse or promote
2735 products derived from this software without specific prior
2736 written permission.
2737
2738 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2739 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2740 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2741 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2742 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2743 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2744 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2745 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2746 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2747 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2748 POSSIBILITY OF SUCH DAMAGE.
2749
2750 ------------------------------------------------------------------------
2751
2752 Copyright 2005 Red Hat, Inc
2753
2754 Permission to use, copy, modify, distribute, and sell this software and its
2755 documentation for any purpose is hereby granted without fee, provided that
2756 the above copyright notice appear in all copies and that both that
2757 copyright notice and this permission notice appear in supporting
2758 documentation.
2759
2760 The above copyright notice and this permission notice shall be included
2761 in all copies or substantial portions of the Software.
2762
2763 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2764 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2765 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2766 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
2767 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2768 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2769 OTHER DEALINGS IN THE SOFTWARE.
2770
2771 Except as contained in this notice, the name of the copyright holders shall
2772 not be used in advertising or otherwise to promote the sale, use or
2773 other dealings in this Software without prior written authorization
2774 from the copyright holders.
2775
2776 ------------------------------------------------------------------------
2777
2778 Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved.
2779
2780 This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
2781 No claims are made as to fitness for any particular purpose. No
2782 warranties of any kind are expressed or implied. The recipient
2783 agrees to determine applicability of information provided. If this
2784 file has been provided on optical media by Unicode, Inc., the sole
2785 remedy for any claim will be exchange of defective media within 90
2786 days of receipt.
2787
2788 Unicode, Inc. hereby grants the right to freely use the information
2789 supplied in this file in the creation of products supporting the
2790 Unicode Standard, and to make copies of this file in any form for
2791 internal or external distribution as long as this notice remains
2792 attached.
2793
2794 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2795 </pre>
2796 <ul>
2797
2798 </ul>
2799 </div>
2800 </div>
2801
2802
2803 <div class="product">
2804 <span class="title">fontconfig-2.7.1</span>
2805 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2806 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span>
2807 <div class="licence">
2808 <pre></pre>
2809 <ul>
2810 <li><a href='#fontconfig'>Gentoo Package Stock License fontconfig</a></li>
2811 </ul>
2812 </div>
2813 </div>
2814
2815
2816 <div class="product">
2817 <span class="title">freetype-2.4.12</span>
2818 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2819 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span>
2820 <div class="licence">
2821 <pre></pre>
2822 <ul>
2823 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
2824 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2825 </ul>
2826 </div>
2827 </div>
2828
2829
2830 <div class="product">
2831 <span class="title">fuse-2.8.6</span>
2832 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2833 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span>
2834 <div class="licence">
2835 <pre></pre>
2836 <ul>
2837 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
2838 </ul>
2839 </div>
2840 </div>
2841
2842
2843 <div class="product">
2844 <span class="title">fuse-exfat-0.9.8</span>
2845 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2846 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
2847 <div class="licence">
2848 <pre></pre>
2849 <ul>
2850 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
2851 </ul>
2852 </div>
2853 </div>
2854
2855
2856 <div class="product">
2857 <span class="title">gdbm-1.9.1</span>
2858 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2859 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span>
2860 <div class="licence">
2861 <pre></pre>
2862 <ul>
2863 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
2864 </ul>
2865 </div>
2866 </div>
2867
2868
2869 <div class="product">
2870 <span class="title">gflags-1.2</span>
2871 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2872 <span class="homepage"><a href="http://code.google.com/p/google-gflags/">homepage</a></span>
2873 <div class="licence">
2874 <pre>Scanned Source license gflags-1.2/COPYING:
2875
2876 Copyright (c) 2006, Google Inc.
2877 All rights reserved.
2878
2879 Redistribution and use in source and binary forms, with or without
2880 modification, are permitted provided that the following conditions are
2881 met:
2882
2883 * Redistributions of source code must retain the above copyright
2884 notice, this list of conditions and the following disclaimer.
2885 * Redistributions in binary form must reproduce the above
2886 copyright notice, this list of conditions and the following disclaimer
2887 in the documentation and/or other materials provided with the
2888 distribution.
2889 * Neither the name of Google Inc. nor the names of its
2890 contributors may be used to endorse or promote products derived from
2891 this software without specific prior written permission.
2892
2893 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2894 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2895 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2896 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2897 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2898 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2899 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2900 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2901 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2902 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2903 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2904
2905 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2906
2907 Scanned Source license gflags-1.2/packages/deb/copyright:
2908
2909 This package was debianized by Google Inc. <opensource (a] google.com> on
2910 13 December 2006.
2911
2912 It was downloaded from http://code.google.com/
2913
2914 Upstream Author: opensource (a] google.com
2915
2916 Copyright (c) 2006, Google Inc.
2917 All rights reserved.
2918
2919 Redistribution and use in source and binary forms, with or without
2920 modification, are permitted provided that the following conditions are
2921 met:
2922
2923 * Redistributions of source code must retain the above copyright
2924 notice, this list of conditions and the following disclaimer.
2925 * Redistributions in binary form must reproduce the above
2926 copyright notice, this list of conditions and the following disclaimer
2927 in the documentation and/or other materials provided with the
2928 distribution.
2929 * Neither the name of Google Inc. nor the names of its
2930 contributors may be used to endorse or promote products derived from
2931 this software without specific prior written permission.
2932
2933 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2934 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2935 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2936 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2937 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2938 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2939 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2940 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2941 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2942 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2943 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2944
2945 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2946 </pre>
2947 <ul>
2948
2949 </ul>
2950 </div>
2951 </div>
2952
2953
2954 <div class="product">
2955 <span class="title">glew-1.5.6</span>
2956 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
2957 <span class="homepage"><a href="http://glew.sourceforge.net/">homepage</a></span>
2958 <div class="licence">
2959 <pre>Scanned Source license glew-1.5.6/LICENSE.txt:
2960
2961 The OpenGL Extension Wrangler Library
2962 Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
2963 Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
2964 Copyright (C) 2002, Lev Povalahev
2965 All rights reserved.
2966
2967 Redistribution and use in source and binary forms, with or without
2968 modification, are permitted provided that the following conditions are met:
2969
2970 * Redistributions of source code must retain the above copyright notice,
2971 this list of conditions and the following disclaimer.
2972 * Redistributions in binary form must reproduce the above copyright notice,
2973 this list of conditions and the following disclaimer in the documentation
2974 and/or other materials provided with the distribution.
2975 * The name of the author may be used to endorse or promote products
2976 derived from this software without specific prior written permission.
2977
2978 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2979 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2980 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2981 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
2982 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2983 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2984 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2985 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2986 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2987 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2988 THE POSSIBILITY OF SUCH DAMAGE.
2989
2990
2991 Mesa 3-D graphics library
2992 Version: 7.0
2993
2994 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
2995
2996 Permission is hereby granted, free of charge, to any person obtaining a
2997 copy of this software and associated documentation files (the "Software"),
2998 to deal in the Software without restriction, including without limitation
2999 the rights to use, copy, modify, merge, publish, distribute, sublicense,
3000 and/or sell copies of the Software, and to permit persons to whom the
3001 Software is furnished to do so, subject to the following conditions:
3002
3003 The above copyright notice and this permission notice shall be included
3004 in all copies or substantial portions of the Software.
3005
3006 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3007 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3008 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3009 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
3010 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3011 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3012
3013
3014 Copyright (c) 2007 The Khronos Group Inc.
3015
3016 Permission is hereby granted, free of charge, to any person obtaining a
3017 copy of this software and/or associated documentation files (the
3018 "Materials"), to deal in the Materials without restriction, including
3019 without limitation the rights to use, copy, modify, merge, publish,
3020 distribute, sublicense, and/or sell copies of the Materials, and to
3021 permit persons to whom the Materials are furnished to do so, subject to
3022 the following conditions:
3023
3024 The above copyright notice and this permission notice shall be included
3025 in all copies or substantial portions of the Materials.
3026
3027 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3028 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3029 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3030 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3031 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3032 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3033 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
3034
3035 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3036 </pre>
3037 <ul>
3038
3039 </ul>
3040 </div>
3041 </div>
3042
3043
3044 <div class="product">
3045 <span class="title">glib-2.34.3</span>
3046 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3047 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
3048 <div class="licence">
3049 <pre></pre>
3050 <ul>
3051 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
3052 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
3053 </ul>
3054 </div>
3055 </div>
3056
3057
3058 <div class="product">
3059 <span class="title">glog-0.3.2</span>
3060 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3061 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
3062 <div class="licence">
3063 <pre>Scanned Source license glog-0.3.2/COPYING:
3064
3065 Copyright (c) 2008, Google Inc.
3066 All rights reserved.
3067
3068 Redistribution and use in source and binary forms, with or without
3069 modification, are permitted provided that the following conditions are
3070 met:
3071
3072 * Redistributions of source code must retain the above copyright
3073 notice, this list of conditions and the following disclaimer.
3074 * Redistributions in binary form must reproduce the above
3075 copyright notice, this list of conditions and the following disclaimer
3076 in the documentation and/or other materials provided with the
3077 distribution.
3078 * Neither the name of Google Inc. nor the names of its
3079 contributors may be used to endorse or promote products derived from
3080 this software without specific prior written permission.
3081
3082 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3083 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3084 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3085 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3086 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3087 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3088 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3089 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3090 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3091 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3092 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3093
3094
3095 A function gettimeofday in utilities.cc is based on
3096
3097 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd
3098
3099 The license of this code is:
3100
3101 Copyright (c) 2003-2008, Jouni Malinen <j (a] w1.fi> and contributors
3102 All Rights Reserved.
3103
3104 Redistribution and use in source and binary forms, with or without
3105 modification, are permitted provided that the following conditions are
3106 met:
3107
3108 1. Redistributions of source code must retain the above copyright
3109 notice, this list of conditions and the following disclaimer.
3110
3111 2. Redistributions in binary form must reproduce the above copyright
3112 notice, this list of conditions and the following disclaimer in the
3113 documentation and/or other materials provided with the distribution.
3114
3115 3. Neither the name(s) of the above-listed copyright holder(s) nor the
3116 names of its contributors may be used to endorse or promote products
3117 derived from this software without specific prior written permission.
3118
3119 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3120 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3121 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3122 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3123 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3124 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3125 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3126 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3127 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3128 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3129 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3130
3131 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3132
3133 Scanned Source license glog-0.3.2/packages/deb/copyright:
3134
3135 This package was debianized by Google Inc. <opensource (a] google.com> on
3136 13 June 2008.
3137
3138 It was downloaded from http://code.google.com/
3139
3140 Upstream Author: opensource (a] google.com
3141
3142 Copyright (c) 2008, Google Inc.
3143 All rights reserved.
3144
3145 Redistribution and use in source and binary forms, with or without
3146 modification, are permitted provided that the following conditions are
3147 met:
3148
3149 * Redistributions of source code must retain the above copyright
3150 notice, this list of conditions and the following disclaimer.
3151 * Redistributions in binary form must reproduce the above
3152 copyright notice, this list of conditions and the following disclaimer
3153 in the documentation and/or other materials provided with the
3154 distribution.
3155 * Neither the name of Google Inc. nor the names of its
3156 contributors may be used to endorse or promote products derived from
3157 this software without specific prior written permission.
3158
3159 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3160 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3161 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3162 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3163 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3164 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3165 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3166 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3167 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3168 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3169 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3170
3171 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3172 </pre>
3173 <ul>
3174
3175 </ul>
3176 </div>
3177 </div>
3178
3179
3180 <div class="product">
3181 <span class="title">glproto-1.4.14</span>
3182 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3183 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
3184 <div class="licence">
3185 <pre></pre>
3186 <ul>
3187 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
3188 </ul>
3189 </div>
3190 </div>
3191
3192
3193 <div class="product">
3194 <span class="title">glu-9.0.0</span>
3195 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3196 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span>
3197 <div class="licence">
3198 <pre></pre>
3199 <ul>
3200 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
3201 </ul>
3202 </div>
3203 </div>
3204
3205
3206 <div class="product">
3207 <span class="title">gmock-1.6.0</span>
3208 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3209 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span>
3210 <div class="licence">
3211 <pre>Scanned Source license gmock-1.6.0/COPYING:
3212
3213 Copyright 2008, Google Inc.
3214 All rights reserved.
3215
3216 Redistribution and use in source and binary forms, with or without
3217 modification, are permitted provided that the following conditions are
3218 met:
3219
3220 * Redistributions of source code must retain the above copyright
3221 notice, this list of conditions and the following disclaimer.
3222 * Redistributions in binary form must reproduce the above
3223 copyright notice, this list of conditions and the following disclaimer
3224 in the documentation and/or other materials provided with the
3225 distribution.
3226 * Neither the name of Google Inc. nor the names of its
3227 contributors may be used to endorse or promote products derived from
3228 this software without specific prior written permission.
3229
3230 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3231 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3232 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3233 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3234 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3235 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3236 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3237 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3238 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3239 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3240 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3241
3242 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3243
3244 Scanned Source license gmock-1.6.0/gtest/COPYING:
3245
3246 Copyright 2008, Google Inc.
3247 All rights reserved.
3248
3249 Redistribution and use in source and binary forms, with or without
3250 modification, are permitted provided that the following conditions are
3251 met:
3252
3253 * Redistributions of source code must retain the above copyright
3254 notice, this list of conditions and the following disclaimer.
3255 * Redistributions in binary form must reproduce the above
3256 copyright notice, this list of conditions and the following disclaimer
3257 in the documentation and/or other materials provided with the
3258 distribution.
3259 * Neither the name of Google Inc. nor the names of its
3260 contributors may be used to endorse or promote products derived from
3261 this software without specific prior written permission.
3262
3263 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3264 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3265 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3266 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3267 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3268 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3269 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3270 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3271 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3272 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3273 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3274
3275 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3276
3277 Scanned Source license gmock-1.6.0/scripts/generator/COPYING:
3278
3279
3280 Apache License
3281 Version 2.0, January 2004
3282 http://www.apache.org/licenses/
3283
3284 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3285
3286 1. Definitions.
3287
3288 "License" shall mean the terms and conditions for use, reproduction,
3289 and distribution as defined by Sections 1 through 9 of this document.
3290
3291 "Licensor" shall mean the copyright owner or entity authorized by
3292 the copyright owner that is granting the License.
3293
3294 "Legal Entity" shall mean the union of the acting entity and all
3295 other entities that control, are controlled by, or are under common
3296 control with that entity. For the purposes of this definition,
3297 "control" means (i) the power, direct or indirect, to cause the
3298 direction or management of such entity, whether by contract or
3299 otherwise, or (ii) ownership of fifty percent (50%) or more of the
3300 outstanding shares, or (iii) beneficial ownership of such entity.
3301
3302 "You" (or "Your") shall mean an individual or Legal Entity
3303 exercising permissions granted by this License.
3304
3305 "Source" form shall mean the preferred form for making modifications,
3306 including but not limited to software source code, documentation
3307 source, and configuration files.
3308
3309 "Object" form shall mean any form resulting from mechanical
3310 transformation or translation of a Source form, including but
3311 not limited to compiled object code, generated documentation,
3312 and conversions to other media types.
3313
3314 "Work" shall mean the work of authorship, whether in Source or
3315 Object form, made available under the License, as indicated by a
3316 copyright notice that is included in or attached to the work
3317 (an example is provided in the Appendix below).
3318
3319 "Derivative Works" shall mean any work, whether in Source or Object
3320 form, that is based on (or derived from) the Work and for which the
3321 editorial revisions, annotations, elaborations, or other modifications
3322 represent, as a whole, an original work of authorship. For the purposes
3323 of this License, Derivative Works shall not include works that remain
3324 separable from, or merely link (or bind by name) to the interfaces of,
3325 the Work and Derivative Works thereof.
3326
3327 "Contribution" shall mean any work of authorship, including
3328 the original version of the Work and any modifications or additions
3329 to that Work or Derivative Works thereof, that is intentionally
3330 submitted to Licensor for inclusion in the Work by the copyright owner
3331 or by an individual or Legal Entity authorized to submit on behalf of
3332 the copyright owner. For the purposes of this definition, "submitted"
3333 means any form of electronic, verbal, or written communication sent
3334 to the Licensor or its representatives, including but not limited to
3335 communication on electronic mailing lists, source code control systems,
3336 and issue tracking systems that are managed by, or on behalf of, the
3337 Licensor for the purpose of discussing and improving the Work, but
3338 excluding communication that is conspicuously marked or otherwise
3339 designated in writing by the copyright owner as "Not a Contribution."
3340
3341 "Contributor" shall mean Licensor and any individual or Legal Entity
3342 on behalf of whom a Contribution has been received by Licensor and
3343 subsequently incorporated within the Work.
3344
3345 2. Grant of Copyright License. Subject to the terms and conditions of
3346 this License, each Contributor hereby grants to You a perpetual,
3347 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3348 copyright license to reproduce, prepare Derivative Works of,
3349 publicly display, publicly perform, sublicense, and distribute the
3350 Work and such Derivative Works in Source or Object form.
3351
3352 3. Grant of Patent License. Subject to the terms and conditions of
3353 this License, each Contributor hereby grants to You a perpetual,
3354 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3355 (except as stated in this section) patent license to make, have made,
3356 use, offer to sell, sell, import, and otherwise transfer the Work,
3357 where such license applies only to those patent claims licensable
3358 by such Contributor that are necessarily infringed by their
3359 Contribution(s) alone or by combination of their Contribution(s)
3360 with the Work to which such Contribution(s) was submitted. If You
3361 institute patent litigation against any entity (including a
3362 cross-claim or counterclaim in a lawsuit) alleging that the Work
3363 or a Contribution incorporated within the Work constitutes direct
3364 or contributory patent infringement, then any patent licenses
3365 granted to You under this License for that Work shall terminate
3366 as of the date such litigation is filed.
3367
3368 4. Redistribution. You may reproduce and distribute copies of the
3369 Work or Derivative Works thereof in any medium, with or without
3370 modifications, and in Source or Object form, provided that You
3371 meet the following conditions:
3372
3373 (a) You must give any other recipients of the Work or
3374 Derivative Works a copy of this License; and
3375
3376 (b) You must cause any modified files to carry prominent notices
3377 stating that You changed the files; and
3378
3379 (c) You must retain, in the Source form of any Derivative Works
3380 that You distribute, all copyright, patent, trademark, and
3381 attribution notices from the Source form of the Work,
3382 excluding those notices that do not pertain to any part of
3383 the Derivative Works; and
3384
3385 (d) If the Work includes a "NOTICE" text file as part of its
3386 distribution, then any Derivative Works that You distribute must
3387 include a readable copy of the attribution notices contained
3388 within such NOTICE file, excluding those notices that do not
3389 pertain to any part of the Derivative Works, in at least one
3390 of the following places: within a NOTICE text file distributed
3391 as part of the Derivative Works; within the Source form or
3392 documentation, if provided along with the Derivative Works; or,
3393 within a display generated by the Derivative Works, if and
3394 wherever such third-party notices normally appear. The contents
3395 of the NOTICE file are for informational purposes only and
3396 do not modify the License. You may add Your own attribution
3397 notices within Derivative Works that You distribute, alongside
3398 or as an addendum to the NOTICE text from the Work, provided
3399 that such additional attribution notices cannot be construed
3400 as modifying the License.
3401
3402 You may add Your own copyright statement to Your modifications and
3403 may provide additional or different license terms and conditions
3404 for use, reproduction, or distribution of Your modifications, or
3405 for any such Derivative Works as a whole, provided Your use,
3406 reproduction, and distribution of the Work otherwise complies with
3407 the conditions stated in this License.
3408
3409 5. Submission of Contributions. Unless You explicitly state otherwise,
3410 any Contribution intentionally submitted for inclusion in the Work
3411 by You to the Licensor shall be under the terms and conditions of
3412 this License, without any additional terms or conditions.
3413 Notwithstanding the above, nothing herein shall supersede or modify
3414 the terms of any separate license agreement you may have executed
3415 with Licensor regarding such Contributions.
3416
3417 6. Trademarks. This License does not grant permission to use the trade
3418 names, trademarks, service marks, or product names of the Licensor,
3419 except as required for reasonable and customary use in describing the
3420 origin of the Work and reproducing the content of the NOTICE file.
3421
3422 7. Disclaimer of Warranty. Unless required by applicable law or
3423 agreed to in writing, Licensor provides the Work (and each
3424 Contributor provides its Contributions) on an "AS IS" BASIS,
3425 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3426 implied, including, without limitation, any warranties or conditions
3427 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3428 PARTICULAR PURPOSE. You are solely responsible for determining the
3429 appropriateness of using or redistributing the Work and assume any
3430 risks associated with Your exercise of permissions under this License.
3431
3432 8. Limitation of Liability. In no event and under no legal theory,
3433 whether in tort (including negligence), contract, or otherwise,
3434 unless required by applicable law (such as deliberate and grossly
3435 negligent acts) or agreed to in writing, shall any Contributor be
3436 liable to You for damages, including any direct, indirect, special,
3437 incidental, or consequential damages of any character arising as a
3438 result of this License or out of the use or inability to use the
3439 Work (including but not limited to damages for loss of goodwill,
3440 work stoppage, computer failure or malfunction, or any and all
3441 other commercial damages or losses), even if such Contributor
3442 has been advised of the possibility of such damages.
3443
3444 9. Accepting Warranty or Additional Liability. While redistributing
3445 the Work or Derivative Works thereof, You may choose to offer,
3446 and charge a fee for, acceptance of support, warranty, indemnity,
3447 or other liability obligations and/or rights consistent with this
3448 License. However, in accepting such obligations, You may act only
3449 on Your own behalf and on Your sole responsibility, not on behalf
3450 of any other Contributor, and only if You agree to indemnify,
3451 defend, and hold each Contributor harmless for any liability
3452 incurred by, or claims asserted against, such Contributor by reason
3453 of your accepting any such warranty or additional liability.
3454
3455 END OF TERMS AND CONDITIONS
3456
3457 APPENDIX: How to apply the Apache License to your work.
3458
3459 To apply the Apache License to your work, attach the following
3460 boilerplate notice, with the fields enclosed by brackets "[]"
3461 replaced with your own identifying information. (Don't include
3462 the brackets!) The text should be enclosed in the appropriate
3463 comment syntax for the file format. We also recommend that a
3464 file or class name and description of purpose be included on the
3465 same "printed page" as the copyright notice for easier
3466 identification within third-party archives.
3467
3468 Copyright [2007] Neal Norwitz
3469 Portions Copyright [2007] Google Inc.
3470
3471 Licensed under the Apache License, Version 2.0 (the "License");
3472 you may not use this file except in compliance with the License.
3473 You may obtain a copy of the License at
3474
3475 http://www.apache.org/licenses/LICENSE-2.0
3476
3477 Unless required by applicable law or agreed to in writing, software
3478 distributed under the License is distributed on an "AS IS" BASIS,
3479 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3480 See the License for the specific language governing permissions and
3481 limitations under the License.
3482
3483 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3484 </pre>
3485 <ul>
3486
3487 </ul>
3488 </div>
3489 </div>
3490
3491
3492 <div class="product">
3493 <span class="title">gmp-5.0.2_p1</span>
3494 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3495 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span>
3496 <div class="licence">
3497 <pre></pre>
3498 <ul>
3499 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
3500 </ul>
3501 </div>
3502 </div>
3503
3504
3505 <div class="product">
3506 <span class="title">grep-2.14</span>
3507 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3508 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span>
3509 <div class="licence">
3510 <pre></pre>
3511 <ul>
3512 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
3513 </ul>
3514 </div>
3515 </div>
3516
3517
3518 <div class="product">
3519 <span class="title">gtest-1.6.0</span>
3520 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3521 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span>
3522 <div class="licence">
3523 <pre>Scanned Source license gtest-1.6.0/COPYING:
3524
3525 Copyright 2008, Google Inc.
3526 All rights reserved.
3527
3528 Redistribution and use in source and binary forms, with or without
3529 modification, are permitted provided that the following conditions are
3530 met:
3531
3532 * Redistributions of source code must retain the above copyright
3533 notice, this list of conditions and the following disclaimer.
3534 * Redistributions in binary form must reproduce the above
3535 copyright notice, this list of conditions and the following disclaimer
3536 in the documentation and/or other materials provided with the
3537 distribution.
3538 * Neither the name of Google Inc. nor the names of its
3539 contributors may be used to endorse or promote products derived from
3540 this software without specific prior written permission.
3541
3542 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3543 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3544 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3545 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3546 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3547 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3548 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3549 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3550 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3551 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3552 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3553
3554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3555 </pre>
3556 <ul>
3557
3558 </ul>
3559 </div>
3560 </div>
3561
3562
3563 <div class="product">
3564 <span class="title">gtk+-2.20.1</span>
3565 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3566 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
3567 <div class="licence">
3568 <pre></pre>
3569 <ul>
3570 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
3571 </ul>
3572 </div>
3573 </div>
3574
3575
3576 <div class="product">
3577 <span class="title">gtk-doc-am-1.18</span>
3578 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3579 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span>
3580 <div class="licence">
3581 <pre></pre>
3582 <ul>
3583 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3584 <li><a href='#FDL-1.1'>Gentoo Package Stock License FDL-1.1</a></li>
3585 </ul>
3586 </div>
3587 </div>
3588
3589
3590 <div class="product">
3591 <span class="title">gzip-1.5</span>
3592 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3593 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span>
3594 <div class="licence">
3595 <pre></pre>
3596 <ul>
3597 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
3598 </ul>
3599 </div>
3600 </div>
3601
3602
3603 <div class="product">
3604 <span class="title">harfbuzz-0.9.18</span>
3605 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3606 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
3607 <div class="licence">
3608 <pre>Scanned Source license harfbuzz-0.9.18/COPYING:
3609
3610 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
3611 For parts of HarfBuzz that are licensed under different licenses see individual
3612 files names COPYING in subdirectories where applicable.
3613
3614 Copyright 2010,2011,2012 Google, Inc.
3615 Copyright 2012 Mozilla Foundation
3616 Copyright 2011 Codethink Limited
3617 Copyright 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
3618 Copyright 2009 Keith Stribley
3619 Copyright 2009 Martin Hosken and SIL International
3620 Copyright 2007 Chris Wilson
3621 Copyright 2006 Behdad Esfahbod
3622 Copyright 2005 David Turner
3623 Copyright 2004,2007,2008,2009,2010 Red Hat, Inc.
3624 Copyright 1998-2004 David Turner and Werner Lemberg
3625
3626 For full copyright notices consult the individual files in the package.
3627
3628
3629 Permission is hereby granted, without written agreement and without
3630 license or royalty fees, to use, copy, modify, and distribute this
3631 software and its documentation for any purpose, provided that the
3632 above copyright notice and the following two paragraphs appear in
3633 all copies of this software.
3634
3635 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
3636 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
3637 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
3638 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
3639 DAMAGE.
3640
3641 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
3642 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
3643 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
3644 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
3645 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
3646
3647 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3648
3649 Scanned Source license harfbuzz-0.9.18/src/hb-icu-le/COPYING:
3650
3651 The contents of this directory are licensed under the ICU license.
3652 See file license.html.
3653
3654 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3655
3656 Scanned Source license harfbuzz-0.9.18/src/hb-old/COPYING:
3657
3658 HarfBuzz-old was previously licensed under different licenses. This was
3659 changed in January 2008. If you need to relicense your old copies,
3660 consult the announcement of the license change on the internet.
3661 Other than that, each copy of HarfBuzz-old is licensed under the COPYING
3662 file included with it. The actual license follows:
3663
3664
3665 Permission is hereby granted, without written agreement and without
3666 license or royalty fees, to use, copy, modify, and distribute this
3667 software and its documentation for any purpose, provided that the
3668 above copyright notice and the following two paragraphs appear in
3669 all copies of this software.
3670
3671 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
3672 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
3673 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
3674 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
3675 DAMAGE.
3676
3677 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
3678 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
3679 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
3680 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
3681 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
3682
3683 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3684
3685 Scanned Source license harfbuzz-0.9.18/src/hb-ucdn/COPYING:
3686
3687 The contents of this directory are licensed under the following terms:
3688
3689 Permission to use, copy, modify, and/or distribute this software for any
3690 purpose with or without fee is hereby granted, provided that the above
3691 copyright notice and this permission notice appear in all copies.
3692
3693 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3694 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3695 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3696 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3697 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3698 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3699 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3700
3701 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3702 </pre>
3703 <ul>
3704 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
3705 <li><a href='#icu'>Gentoo Package Stock License icu</a></li>
3706 </ul>
3707 </div>
3708 </div>
3709
3710
3711 <div class="product">
3712 <span class="title">hdparm-9.20</span>
3713 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3714 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span>
3715 <div class="licence">
3716 <pre>Scanned Source license hdparm-9.20/LICENSE.TXT:
3717
3718 BSD-Style Open Source License:
3719
3720 You may freely use, modify, and redistribute the hdparm program,
3721 as either binary or source, or both.
3722
3723 The only condition is that my name and copyright notice
3724 remain in the source code as-is.
3725
3726 Mark Lord (mlord (a] pobox.com)
3727
3728 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3729
3730 Scanned Source license hdparm-9.20/debian/copyright:
3731
3732 This package was debianized by Christopher L Cheney <ccheney (a] debian.org> on
3733 Wed, 21 Nov 2001 15:51:14 -0600.
3734
3735 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware
3736
3737 Upstream Author: Mark S. Lord <mlord (a] pobox.com>
3738
3739 Copyright:
3740
3741 /* hdparm.c - Command line interface to get/set hard disk parameters */
3742 /* - by Mark Lord 1994-2008 -- freely distributable */
3743
3744 You are free to distribute this software under the terms of the BSD License.
3745 On Debian systems, the complete text of the BSD License can be found in
3746 /usr/share/common-licenses/BSD
3747
3748
3749
3750 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3751 </pre>
3752 <ul>
3753 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
3754 </ul>
3755 </div>
3756 </div>
3757
3758
3759 <div class="product">
3760 <span class="title">htpdate-1.0.4</span>
3761 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3762 <span class="homepage"><a href="http://www.clevervest.com/htp/">homepage</a></span>
3763 <div class="licence">
3764 <pre></pre>
3765 <ul>
3766 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3767 </ul>
3768 </div>
3769 </div>
3770
3771
3772 <div class="product">
3773 <span class="title">hwids-20120922</span>
3774 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3775 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span>
3776 <div class="licence">
3777 <pre></pre>
3778 <ul>
3779 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3780 </ul>
3781 </div>
3782 </div>
3783
3784
3785 <div class="product">
3786 <span class="title">ibus-1.4.99.20120314</span>
3787 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3788 <span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span>
3789 <div class="licence">
3790 <pre></pre>
3791 <ul>
3792 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
3793 </ul>
3794 </div>
3795 </div>
3796
3797
3798 <div class="product">
3799 <span class="title">ibus-english-m-0.0.1</span>
3800 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3801 <span class="homepage"><a href="http://github.com/yusukes/ibus-zinnia">homepage</a></span>
3802 <div class="licence">
3803 <pre></pre>
3804 <ul>
3805 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
3806 </ul>
3807 </div>
3808 </div>
3809
3810
3811 <div class="product">
3812 <span class="title">ibus-m17n-1.3.3</span>
3813 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3814 <span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span>
3815 <div class="licence">
3816 <pre></pre>
3817 <ul>
3818 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3819 </ul>
3820 </div>
3821 </div>
3822
3823
3824 <div class="product">
3825 <span class="title">iniparser-3.0b</span>
3826 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3827 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span>
3828 <div class="licence">
3829 <pre>Scanned Source license iniparser3.0b/LICENSE:
3830
3831 Copyright (c) 2000-2007 by Nicolas Devillard.
3832 MIT License
3833
3834 Permission is hereby granted, free of charge, to any person obtaining a
3835 copy of this software and associated documentation files (the "Software"),
3836 to deal in the Software without restriction, including without limitation
3837 the rights to use, copy, modify, merge, publish, distribute, sublicense,
3838 and/or sell copies of the Software, and to permit persons to whom the
3839 Software is furnished to do so, subject to the following conditions:
3840
3841 The above copyright notice and this permission notice shall be included in
3842 all copies or substantial portions of the Software.
3843
3844 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3845 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3846 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3847 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3848 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3849 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3850 DEALINGS IN THE SOFTWARE.
3851
3852
3853 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3854 </pre>
3855 <ul>
3856
3857 </ul>
3858 </div>
3859 </div>
3860
3861
3862 <div class="product">
3863 <span class="title">input-tools-0.0.1</span>
3864 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3865 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
3866 <div class="licence">
3867 <pre></pre>
3868 <ul>
3869 <li><a href='#BSD-Google'>Gentoo Package Stock License BSD-Google</a></li>
3870 </ul>
3871 </div>
3872 </div>
3873
3874
3875 <div class="product">
3876 <span class="title">intltool-0.41.0</span>
3877 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3878 <span class="homepage"><a href="http://edge.launchpad.net/intltool/">homepage</a></span>
3879 <div class="licence">
3880 <pre></pre>
3881 <ul>
3882 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3883 </ul>
3884 </div>
3885 </div>
3886
3887
3888 <div class="product">
3889 <span class="title">iotools-1.4</span>
3890 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3891 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span>
3892 <div class="licence">
3893 <pre></pre>
3894 <ul>
3895 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3896 </ul>
3897 </div>
3898 </div>
3899
3900
3901 <div class="product">
3902 <span class="title">iptables-1.4.8</span>
3903 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3904 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span>
3905 <div class="licence">
3906 <pre></pre>
3907 <ul>
3908 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3909 </ul>
3910 </div>
3911 </div>
3912
3913
3914 <div class="product">
3915 <span class="title">iputils-20100418</span>
3916 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3917 <span class="homepage"><a href="http://www.linux-foundation.org/en/Net:Iputils">homepage</a></span>
3918 <div class="licence">
3919 <pre></pre>
3920 <ul>
3921 <li><a href='#BSD-iputils'>Gentoo Package Stock License BSD-iputils</a></li>
3922 </ul>
3923 </div>
3924 </div>
3925
3926
3927 <div class="product">
3928 <span class="title">iw-3.6</span>
3929 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3930 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span>
3931 <div class="licence">
3932 <pre>Scanned Source license iw-3.6/COPYING:
3933
3934 Copyright (c) 2007, 2008 Johannes Berg
3935 Copyright (c) 2007 Andy Lutomirski
3936 Copyright (c) 2007 Mike Kershaw
3937 Copyright (c) 2008-2009 Luis R. Rodriguez
3938
3939 Permission to use, copy, modify, and/or distribute this software for any
3940 purpose with or without fee is hereby granted, provided that the above
3941 copyright notice and this permission notice appear in all copies.
3942
3943 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3944 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3945 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3946 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3947 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3948 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3949 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3950
3951 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3952 </pre>
3953 <ul>
3954 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
3955 </ul>
3956 </div>
3957 </div>
3958
3959
3960 <div class="product">
3961 <span class="title">jsonrpclib-0_pre20110820</span>
3962 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3963 <span class="homepage"><a href="https://github.com/joshmarshall/jsonrpclib">homepage</a></span>
3964 <div class="licence">
3965 <pre></pre>
3966 <ul>
3967 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
3968 </ul>
3969 </div>
3970 </div>
3971
3972
3973 <div class="product">
3974 <span class="title">kbd-1.15.3</span>
3975 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3976 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span>
3977 <div class="licence">
3978 <pre></pre>
3979 <ul>
3980 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3981 </ul>
3982 </div>
3983 </div>
3984
3985
3986 <div class="product">
3987 <span class="title">keyutils-1.1</span>
3988 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
3989 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
3990 <div class="licence">
3991 <pre></pre>
3992 <ul>
3993 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3994 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
3995 </ul>
3996 </div>
3997 </div>
3998
3999
4000 <div class="product">
4001 <span class="title">ko-nanumfonts-3.10.0</span>
4002 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4003 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span>
4004 <div class="licence">
4005 <pre>Scanned Source license ko-nanumfonts-3.10.0/LICENSE:
4006
4007 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com),
4008 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver
4009 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver
4010 NanumBrush, NanumPen, Naver NanumPen
4011
4012 This Font Software is licensed under the SIL Open Font License,
4013 Version 1.1.
4014
4015 This license is copied below, and is also available with a FAQ at:
4016 http://scripts.sil.org/OFL
4017
4018 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
4019
4020 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
4021 worldwide development of collaborative font projects, to support the font
4022 creation efforts of academic and linguistic communities, and to provide
4023 a free and open framework in which fonts may be shared and improved in
4024 partnership with others.
4025
4026 The OFL allows the licensed fonts to be used, studied, modified and
4027 redistributed freely as long as they are not sold by themselves.
4028 The fonts, including any derivative works, can be bundled, embedded,
4029 redistributed and/or sold with any software provided that any reserved
4030 names are not used by derivative works. The fonts and derivatives,
4031 however, cannot be released under any other type of license. The
4032 requirement for fonts to remain under this license does not apply to
4033 any document created using the fonts or their derivatives.
4034
4035
4036
4037 DEFINITIONS
4038 "Font Software" refers to the set of files released by the Copyright
4039 Holder(s) under this license and clearly marked as such.
4040 This may include source files, build scripts and documentation.
4041
4042 "Reserved Font Name" refers to any names specified as such after the
4043 copyright statement(s).
4044
4045 "Original Version" refers to the collection of Font Software components
4046 as distributed by the Copyright Holder(s).
4047
4048 "Modified Version" refers to any derivative made by adding to, deleting,
4049 or substituting ? in part or in whole ?
4050 any of the components of the Original Version, by changing formats or
4051 by porting the Font Software to a new environment.
4052
4053 "Author" refers to any designer, engineer, programmer, technical writer
4054 or other person who contributed to the Font Software.
4055
4056
4057 PERMISSION & CONDITIONS
4058
4059 Permission is hereby granted, free of charge, to any person obtaining a
4060 copy of the Font Software, to use, study, copy, merge, embed, modify,
4061 redistribute, and sell modified and unmodified copies of the Font
4062 Software, subject to the following conditions:
4063
4064 1) Neither the Font Software nor any of its individual components,in
4065 Original or Modified Versions, may be sold by itself.
4066
4067 2) Original or Modified Versions of the Font Software may be bundled,
4068 redistributed and/or sold with any software, provided that each copy
4069 contains the above copyright notice and this license. These can be
4070 included either as stand-alone text files, human-readable headers or
4071 in the appropriate machine-readable metadata fields within text or
4072 binary files as long as those fields can be easily viewed by the user.
4073
4074 3) No Modified Version of the Font Software may use the Reserved Font
4075 Name(s) unless explicit written permission is granted by the
4076 corresponding Copyright Holder. This restriction only applies to the
4077 primary font name as presented to the users.
4078
4079 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
4080 Software shall not be used to promote, endorse or advertise any
4081 Modified Version, except to acknowledge the contribution(s) of the
4082 Copyright Holder(s) and the Author(s) or with their explicit written
4083 permission.
4084
4085 5) The Font Software, modified or unmodified, in part or in whole, must
4086 be distributed entirely under this license, and must not be distributed
4087 under any other license. The requirement for fonts to remain under
4088 this license does not apply to any document created using the Font
4089 Software.
4090
4091
4092
4093 TERMINATION
4094 This license becomes null and void if any of the above conditions are not met.
4095
4096
4097
4098 DISCLAIMER
4099 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4100 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
4101 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
4102 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
4103 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4104 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
4105 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4106 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
4107 DEALINGS IN THE FONT SOFTWARE.
4108
4109
4110 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4111 </pre>
4112 <ul>
4113 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
4114 </ul>
4115 </div>
4116 </div>
4117
4118
4119 <div class="product">
4120 <span class="title">ladspa-sdk-1.13</span>
4121 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4122 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span>
4123 <div class="licence">
4124 <pre></pre>
4125 <ul>
4126 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
4127 </ul>
4128 </div>
4129 </div>
4130
4131
4132 <div class="product">
4133 <span class="title">laptop-mode-tools-1.59</span>
4134 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4135 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span>
4136 <div class="licence">
4137 <pre></pre>
4138 <ul>
4139 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4140 </ul>
4141 </div>
4142 </div>
4143
4144
4145 <div class="product">
4146 <span class="title">leveldb-0.0.1</span>
4147 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4148 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
4149 <div class="licence">
4150 <pre>Scanned Source license leveldb-0.0.1/LICENSE:
4151
4152 Copyright (c) 2011 The LevelDB Authors. All rights reserved.
4153
4154 Redistribution and use in source and binary forms, with or without
4155 modification, are permitted provided that the following conditions are
4156 met:
4157
4158 * Redistributions of source code must retain the above copyright
4159 notice, this list of conditions and the following disclaimer.
4160 * Redistributions in binary form must reproduce the above
4161 copyright notice, this list of conditions and the following disclaimer
4162 in the documentation and/or other materials provided with the
4163 distribution.
4164 * Neither the name of Google Inc. nor the names of its
4165 contributors may be used to endorse or promote products derived from
4166 this software without specific prior written permission.
4167
4168 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4169 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4170 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4171 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4172 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4173 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4174 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4175 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4176 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4177 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4178 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4179
4180 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4181 </pre>
4182 <ul>
4183
4184 </ul>
4185 </div>
4186 </div>
4187
4188
4189 <div class="product">
4190 <span class="title">libaio-0.3.109</span>
4191 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4192 <span class="homepage"><a href="http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/">homepage</a></span>
4193 <div class="licence">
4194 <pre></pre>
4195 <ul>
4196 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
4197 </ul>
4198 </div>
4199 </div>
4200
4201
4202 <div class="product">
4203 <span class="title">libatomic_ops-7.2d</span>
4204 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4205 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span>
4206 <div class="licence">
4207 <pre>Scanned Source license gc-7.2/libatomic_ops/COPYING:
4208
4209 GNU GENERAL PUBLIC LICENSE
4210 Version 2, June 1991
4211
4212 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4213 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4214 Everyone is permitted to copy and distribute verbatim copies
4215 of this license document, but changing it is not allowed.
4216
4217 Preamble
4218
4219 The licenses for most software are designed to take away your
4220 freedom to share and change it. By contrast, the GNU General Public
4221 License is intended to guarantee your freedom to share and change free
4222 software--to make sure the software is free for all its users. This
4223 General Public License applies to most of the Free Software
4224 Foundation's software and to any other program whose authors commit to
4225 using it. (Some other Free Software Foundation software is covered by
4226 the GNU Library General Public License instead.) You can apply it to
4227 your programs, too.
4228
4229 When we speak of free software, we are referring to freedom, not
4230 price. Our General Public Licenses are designed to make sure that you
4231 have the freedom to distribute copies of free software (and charge for
4232 this service if you wish), that you receive source code or can get it
4233 if you want it, that you can change the software or use pieces of it
4234 in new free programs; and that you know you can do these things.
4235
4236 To protect your rights, we need to make restrictions that forbid
4237 anyone to deny you these rights or to ask you to surrender the rights.
4238 These restrictions translate to certain responsibilities for you if you
4239 distribute copies of the software, or if you modify it.
4240
4241 For example, if you distribute copies of such a program, whether
4242 gratis or for a fee, you must give the recipients all the rights that
4243 you have. You must make sure that they, too, receive or can get the
4244 source code. And you must show them these terms so they know their
4245 rights.
4246
4247 We protect your rights with two steps: (1) copyright the software, and
4248 (2) offer you this license which gives you legal permission to copy,
4249 distribute and/or modify the software.
4250
4251 Also, for each author's protection and ours, we want to make certain
4252 that everyone understands that there is no warranty for this free
4253 software. If the software is modified by someone else and passed on, we
4254 want its recipients to know that what they have is not the original, so
4255 that any problems introduced by others will not reflect on the original
4256 authors' reputations.
4257
4258 Finally, any free program is threatened constantly by software
4259 patents. We wish to avoid the danger that redistributors of a free
4260 program will individually obtain patent licenses, in effect making the
4261 program proprietary. To prevent this, we have made it clear that any
4262 patent must be licensed for everyone's free use or not licensed at all.
4263
4264 The precise terms and conditions for copying, distribution and
4265 modification follow.
4266
4268 GNU GENERAL PUBLIC LICENSE
4269 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4270
4271 0. This License applies to any program or other work which contains
4272 a notice placed by the copyright holder saying it may be distributed
4273 under the terms of this General Public License. The "Program", below,
4274 refers to any such program or work, and a "work based on the Program"
4275 means either the Program or any derivative work under copyright law:
4276 that is to say, a work containing the Program or a portion of it,
4277 either verbatim or with modifications and/or translated into another
4278 language. (Hereinafter, translation is included without limitation in
4279 the term "modification".) Each licensee is addressed as "you".
4280
4281 Activities other than copying, distribution and modification are not
4282 covered by this License; they are outside its scope. The act of
4283 running the Program is not restricted, and the output from the Program
4284 is covered only if its contents constitute a work based on the
4285 Program (independent of having been made by running the Program).
4286 Whether that is true depends on what the Program does.
4287
4288 1. You may copy and distribute verbatim copies of the Program's
4289 source code as you receive it, in any medium, provided that you
4290 conspicuously and appropriately publish on each copy an appropriate
4291 copyright notice and disclaimer of warranty; keep intact all the
4292 notices that refer to this License and to the absence of any warranty;
4293 and give any other recipients of the Program a copy of this License
4294 along with the Program.
4295
4296 You may charge a fee for the physical act of transferring a copy, and
4297 you may at your option offer warranty protection in exchange for a fee.
4298
4299 2. You may modify your copy or copies of the Program or any portion
4300 of it, thus forming a work based on the Program, and copy and
4301 distribute such modifications or work under the terms of Section 1
4302 above, provided that you also meet all of these conditions:
4303
4304 a) You must cause the modified files to carry prominent notices
4305 stating that you changed the files and the date of any change.
4306
4307 b) You must cause any work that you distribute or publish, that in
4308 whole or in part contains or is derived from the Program or any
4309 part thereof, to be licensed as a whole at no charge to all third
4310 parties under the terms of this License.
4311
4312 c) If the modified program normally reads commands interactively
4313 when run, you must cause it, when started running for such
4314 interactive use in the most ordinary way, to print or display an
4315 announcement including an appropriate copyright notice and a
4316 notice that there is no warranty (or else, saying that you provide
4317 a warranty) and that users may redistribute the program under
4318 these conditions, and telling the user how to view a copy of this
4319 License. (Exception: if the Program itself is interactive but
4320 does not normally print such an announcement, your work based on
4321 the Program is not required to print an announcement.)
4322
4324 These requirements apply to the modified work as a whole. If
4325 identifiable sections of that work are not derived from the Program,
4326 and can be reasonably considered independent and separate works in
4327 themselves, then this License, and its terms, do not apply to those
4328 sections when you distribute them as separate works. But when you
4329 distribute the same sections as part of a whole which is a work based
4330 on the Program, the distribution of the whole must be on the terms of
4331 this License, whose permissions for other licensees extend to the
4332 entire whole, and thus to each and every part regardless of who wrote it.
4333
4334 Thus, it is not the intent of this section to claim rights or contest
4335 your rights to work written entirely by you; rather, the intent is to
4336 exercise the right to control the distribution of derivative or
4337 collective works based on the Program.
4338
4339 In addition, mere aggregation of another work not based on the Program
4340 with the Program (or with a work based on the Program) on a volume of
4341 a storage or distribution medium does not bring the other work under
4342 the scope of this License.
4343
4344 3. You may copy and distribute the Program (or a work based on it,
4345 under Section 2) in object code or executable form under the terms of
4346 Sections 1 and 2 above provided that you also do one of the following:
4347
4348 a) Accompany it with the complete corresponding machine-readable
4349 source code, which must be distributed under the terms of Sections
4350 1 and 2 above on a medium customarily used for software interchange; or,
4351
4352 b) Accompany it with a written offer, valid for at least three
4353 years, to give any third party, for a charge no more than your
4354 cost of physically performing source distribution, a complete
4355 machine-readable copy of the corresponding source code, to be
4356 distributed under the terms of Sections 1 and 2 above on a medium
4357 customarily used for software interchange; or,
4358
4359 c) Accompany it with the information you received as to the offer
4360 to distribute corresponding source code. (This alternative is
4361 allowed only for noncommercial distribution and only if you
4362 received the program in object code or executable form with such
4363 an offer, in accord with Subsection b above.)
4364
4365 The source code for a work means the preferred form of the work for
4366 making modifications to it. For an executable work, complete source
4367 code means all the source code for all modules it contains, plus any
4368 associated interface definition files, plus the scripts used to
4369 control compilation and installation of the executable. However, as a
4370 special exception, the source code distributed need not include
4371 anything that is normally distributed (in either source or binary
4372 form) with the major components (compiler, kernel, and so on) of the
4373 operating system on which the executable runs, unless that component
4374 itself accompanies the executable.
4375
4376 If distribution of executable or object code is made by offering
4377 access to copy from a designated place, then offering equivalent
4378 access to copy the source code from the same place counts as
4379 distribution of the source code, even though third parties are not
4380 compelled to copy the source along with the object code.
4381
4383 4. You may not copy, modify, sublicense, or distribute the Program
4384 except as expressly provided under this License. Any attempt
4385 otherwise to copy, modify, sublicense or distribute the Program is
4386 void, and will automatically terminate your rights under this License.
4387 However, parties who have received copies, or rights, from you under
4388 this License will not have their licenses terminated so long as such
4389 parties remain in full compliance.
4390
4391 5. You are not required to accept this License, since you have not
4392 signed it. However, nothing else grants you permission to modify or
4393 distribute the Program or its derivative works. These actions are
4394 prohibited by law if you do not accept this License. Therefore, by
4395 modifying or distributing the Program (or any work based on the
4396 Program), you indicate your acceptance of this License to do so, and
4397 all its terms and conditions for copying, distributing or modifying
4398 the Program or works based on it.
4399
4400 6. Each time you redistribute the Program (or any work based on the
4401 Program), the recipient automatically receives a license from the
4402 original licensor to copy, distribute or modify the Program subject to
4403 these terms and conditions. You may not impose any further
4404 restrictions on the recipients' exercise of the rights granted herein.
4405 You are not responsible for enforcing compliance by third parties to
4406 this License.
4407
4408 7. If, as a consequence of a court judgment or allegation of patent
4409 infringement or for any other reason (not limited to patent issues),
4410 conditions are imposed on you (whether by court order, agreement or
4411 otherwise) that contradict the conditions of this License, they do not
4412 excuse you from the conditions of this License. If you cannot
4413 distribute so as to satisfy simultaneously your obligations under this
4414 License and any other pertinent obligations, then as a consequence you
4415 may not distribute the Program at all. For example, if a patent
4416 license would not permit royalty-free redistribution of the Program by
4417 all those who receive copies directly or indirectly through you, then
4418 the only way you could satisfy both it and this License would be to
4419 refrain entirely from distribution of the Program.
4420
4421 If any portion of this section is held invalid or unenforceable under
4422 any particular circumstance, the balance of the section is intended to
4423 apply and the section as a whole is intended to apply in other
4424 circumstances.
4425
4426 It is not the purpose of this section to induce you to infringe any
4427 patents or other property right claims or to contest validity of any
4428 such claims; this section has the sole purpose of protecting the
4429 integrity of the free software distribution system, which is
4430 implemented by public license practices. Many people have made
4431 generous contributions to the wide range of software distributed
4432 through that system in reliance on consistent application of that
4433 system; it is up to the author/donor to decide if he or she is willing
4434 to distribute software through any other system and a licensee cannot
4435 impose that choice.
4436
4437 This section is intended to make thoroughly clear what is believed to
4438 be a consequence of the rest of this License.
4439
4441 8. If the distribution and/or use of the Program is restricted in
4442 certain countries either by patents or by copyrighted interfaces, the
4443 original copyright holder who places the Program under this License
4444 may add an explicit geographical distribution limitation excluding
4445 those countries, so that distribution is permitted only in or among
4446 countries not thus excluded. In such case, this License incorporates
4447 the limitation as if written in the body of this License.
4448
4449 9. The Free Software Foundation may publish revised and/or new versions
4450 of the General Public License from time to time. Such new versions will
4451 be similar in spirit to the present version, but may differ in detail to
4452 address new problems or concerns.
4453
4454 Each version is given a distinguishing version number. If the Program
4455 specifies a version number of this License which applies to it and "any
4456 later version", you have the option of following the terms and conditions
4457 either of that version or of any later version published by the Free
4458 Software Foundation. If the Program does not specify a version number of
4459 this License, you may choose any version ever published by the Free Software
4460 Foundation.
4461
4462 10. If you wish to incorporate parts of the Program into other free
4463 programs whose distribution conditions are different, write to the author
4464 to ask for permission. For software which is copyrighted by the Free
4465 Software Foundation, write to the Free Software Foundation; we sometimes
4466 make exceptions for this. Our decision will be guided by the two goals
4467 of preserving the free status of all derivatives of our free software and
4468 of promoting the sharing and reuse of software generally.
4469
4470 NO WARRANTY
4471
4472 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
4473 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
4474 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
4475 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
4476 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4477 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
4478 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
4479 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
4480 REPAIR OR CORRECTION.
4481
4482 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
4483 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
4484 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
4485 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
4486 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
4487 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
4488 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
4489 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4490 POSSIBILITY OF SUCH DAMAGES.
4491
4492 END OF TERMS AND CONDITIONS
4493
4495 How to Apply These Terms to Your New Programs
4496
4497 If you develop a new program, and you want it to be of the greatest
4498 possible use to the public, the best way to achieve this is to make it
4499 free software which everyone can redistribute and change under these terms.
4500
4501 To do so, attach the following notices to the program. It is safest
4502 to attach them to the start of each source file to most effectively
4503 convey the exclusion of warranty; and each file should have at least
4504 the "copyright" line and a pointer to where the full notice is found.
4505
4506 <one line to give the program's name and a brief idea of what it does.>
4507 Copyright (C) <year> <name of author>
4508
4509 This program is free software; you can redistribute it and/or modify
4510 it under the terms of the GNU General Public License as published by
4511 the Free Software Foundation; either version 2 of the License, or
4512 (at your option) any later version.
4513
4514 This program is distributed in the hope that it will be useful,
4515 but WITHOUT ANY WARRANTY; without even the implied warranty of
4516 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4517 GNU General Public License for more details.
4518
4519 You should have received a copy of the GNU General Public License
4520 along with this program; if not, write to the Free Software
4521 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4522
4523
4524 Also add information on how to contact you by electronic and paper mail.
4525
4526 If the program is interactive, make it output a short notice like this
4527 when it starts in an interactive mode:
4528
4529 Gnomovision version 69, Copyright (C) year name of author
4530 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
4531 This is free software, and you are welcome to redistribute it
4532 under certain conditions; type `show c' for details.
4533
4534 The hypothetical commands `show w' and `show c' should show the appropriate
4535 parts of the General Public License. Of course, the commands you use may
4536 be called something other than `show w' and `show c'; they could even be
4537 mouse-clicks or menu items--whatever suits your program.
4538
4539 You should also get your employer (if you work as a programmer) or your
4540 school, if any, to sign a "copyright disclaimer" for the program, if
4541 necessary. Here is a sample; alter the names:
4542
4543 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
4544 `Gnomovision' (which makes passes at compilers) written by James Hacker.
4545
4546 <signature of Ty Coon>, 1 April 1989
4547 Ty Coon, President of Vice
4548
4549 This General Public License does not permit incorporating your program into
4550 proprietary programs. If your program is a subroutine library, you may
4551 consider it more useful to permit linking proprietary applications with the
4552 library. If this is what you want to do, use the GNU Library General
4553 Public License instead of this License.
4554
4555 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4556
4557 Scanned Source license gc-7.2/libatomic_ops/doc/COPYING:
4558
4559 GNU GENERAL PUBLIC LICENSE
4560 Version 2, June 1991
4561
4562 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4563 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4564 Everyone is permitted to copy and distribute verbatim copies
4565 of this license document, but changing it is not allowed.
4566
4567 Preamble
4568
4569 The licenses for most software are designed to take away your
4570 freedom to share and change it. By contrast, the GNU General Public
4571 License is intended to guarantee your freedom to share and change free
4572 software--to make sure the software is free for all its users. This
4573 General Public License applies to most of the Free Software
4574 Foundation's software and to any other program whose authors commit to
4575 using it. (Some other Free Software Foundation software is covered by
4576 the GNU Library General Public License instead.) You can apply it to
4577 your programs, too.
4578
4579 When we speak of free software, we are referring to freedom, not
4580 price. Our General Public Licenses are designed to make sure that you
4581 have the freedom to distribute copies of free software (and charge for
4582 this service if you wish), that you receive source code or can get it
4583 if you want it, that you can change the software or use pieces of it
4584 in new free programs; and that you know you can do these things.
4585
4586 To protect your rights, we need to make restrictions that forbid
4587 anyone to deny you these rights or to ask you to surrender the rights.
4588 These restrictions translate to certain responsibilities for you if you
4589 distribute copies of the software, or if you modify it.
4590
4591 For example, if you distribute copies of such a program, whether
4592 gratis or for a fee, you must give the recipients all the rights that
4593 you have. You must make sure that they, too, receive or can get the
4594 source code. And you must show them these terms so they know their
4595 rights.
4596
4597 We protect your rights with two steps: (1) copyright the software, and
4598 (2) offer you this license which gives you legal permission to copy,
4599 distribute and/or modify the software.
4600
4601 Also, for each author's protection and ours, we want to make certain
4602 that everyone understands that there is no warranty for this free
4603 software. If the software is modified by someone else and passed on, we
4604 want its recipients to know that what they have is not the original, so
4605 that any problems introduced by others will not reflect on the original
4606 authors' reputations.
4607
4608 Finally, any free program is threatened constantly by software
4609 patents. We wish to avoid the danger that redistributors of a free
4610 program will individually obtain patent licenses, in effect making the
4611 program proprietary. To prevent this, we have made it clear that any
4612 patent must be licensed for everyone's free use or not licensed at all.
4613
4614 The precise terms and conditions for copying, distribution and
4615 modification follow.
4616
4618 GNU GENERAL PUBLIC LICENSE
4619 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4620
4621 0. This License applies to any program or other work which contains
4622 a notice placed by the copyright holder saying it may be distributed
4623 under the terms of this General Public License. The "Program", below,
4624 refers to any such program or work, and a "work based on the Program"
4625 means either the Program or any derivative work under copyright law:
4626 that is to say, a work containing the Program or a portion of it,
4627 either verbatim or with modifications and/or translated into another
4628 language. (Hereinafter, translation is included without limitation in
4629 the term "modification".) Each licensee is addressed as "you".
4630
4631 Activities other than copying, distribution and modification are not
4632 covered by this License; they are outside its scope. The act of
4633 running the Program is not restricted, and the output from the Program
4634 is covered only if its contents constitute a work based on the
4635 Program (independent of having been made by running the Program).
4636 Whether that is true depends on what the Program does.
4637
4638 1. You may copy and distribute verbatim copies of the Program's
4639 source code as you receive it, in any medium, provided that you
4640 conspicuously and appropriately publish on each copy an appropriate
4641 copyright notice and disclaimer of warranty; keep intact all the
4642 notices that refer to this License and to the absence of any warranty;
4643 and give any other recipients of the Program a copy of this License
4644 along with the Program.
4645
4646 You may charge a fee for the physical act of transferring a copy, and
4647 you may at your option offer warranty protection in exchange for a fee.
4648
4649 2. You may modify your copy or copies of the Program or any portion
4650 of it, thus forming a work based on the Program, and copy and
4651 distribute such modifications or work under the terms of Section 1
4652 above, provided that you also meet all of these conditions:
4653
4654 a) You must cause the modified files to carry prominent notices
4655 stating that you changed the files and the date of any change.
4656
4657 b) You must cause any work that you distribute or publish, that in
4658 whole or in part contains or is derived from the Program or any
4659 part thereof, to be licensed as a whole at no charge to all third
4660 parties under the terms of this License.
4661
4662 c) If the modified program normally reads commands interactively
4663 when run, you must cause it, when started running for such
4664 interactive use in the most ordinary way, to print or display an
4665 announcement including an appropriate copyright notice and a
4666 notice that there is no warranty (or else, saying that you provide
4667 a warranty) and that users may redistribute the program under
4668 these conditions, and telling the user how to view a copy of this
4669 License. (Exception: if the Program itself is interactive but
4670 does not normally print such an announcement, your work based on
4671 the Program is not required to print an announcement.)
4672
4674 These requirements apply to the modified work as a whole. If
4675 identifiable sections of that work are not derived from the Program,
4676 and can be reasonably considered independent and separate works in
4677 themselves, then this License, and its terms, do not apply to those
4678 sections when you distribute them as separate works. But when you
4679 distribute the same sections as part of a whole which is a work based
4680 on the Program, the distribution of the whole must be on the terms of
4681 this License, whose permissions for other licensees extend to the
4682 entire whole, and thus to each and every part regardless of who wrote it.
4683
4684 Thus, it is not the intent of this section to claim rights or contest
4685 your rights to work written entirely by you; rather, the intent is to
4686 exercise the right to control the distribution of derivative or
4687 collective works based on the Program.
4688
4689 In addition, mere aggregation of another work not based on the Program
4690 with the Program (or with a work based on the Program) on a volume of
4691 a storage or distribution medium does not bring the other work under
4692 the scope of this License.
4693
4694 3. You may copy and distribute the Program (or a work based on it,
4695 under Section 2) in object code or executable form under the terms of
4696 Sections 1 and 2 above provided that you also do one of the following:
4697
4698 a) Accompany it with the complete corresponding machine-readable
4699 source code, which must be distributed under the terms of Sections
4700 1 and 2 above on a medium customarily used for software interchange; or,
4701
4702 b) Accompany it with a written offer, valid for at least three
4703 years, to give any third party, for a charge no more than your
4704 cost of physically performing source distribution, a complete
4705 machine-readable copy of the corresponding source code, to be
4706 distributed under the terms of Sections 1 and 2 above on a medium
4707 customarily used for software interchange; or,
4708
4709 c) Accompany it with the information you received as to the offer
4710 to distribute corresponding source code. (This alternative is
4711 allowed only for noncommercial distribution and only if you
4712 received the program in object code or executable form with such
4713 an offer, in accord with Subsection b above.)
4714
4715 The source code for a work means the preferred form of the work for
4716 making modifications to it. For an executable work, complete source
4717 code means all the source code for all modules it contains, plus any
4718 associated interface definition files, plus the scripts used to
4719 control compilation and installation of the executable. However, as a
4720 special exception, the source code distributed need not include
4721 anything that is normally distributed (in either source or binary
4722 form) with the major components (compiler, kernel, and so on) of the
4723 operating system on which the executable runs, unless that component
4724 itself accompanies the executable.
4725
4726 If distribution of executable or object code is made by offering
4727 access to copy from a designated place, then offering equivalent
4728 access to copy the source code from the same place counts as
4729 distribution of the source code, even though third parties are not
4730 compelled to copy the source along with the object code.
4731
4733 4. You may not copy, modify, sublicense, or distribute the Program
4734 except as expressly provided under this License. Any attempt
4735 otherwise to copy, modify, sublicense or distribute the Program is
4736 void, and will automatically terminate your rights under this License.
4737 However, parties who have received copies, or rights, from you under
4738 this License will not have their licenses terminated so long as such
4739 parties remain in full compliance.
4740
4741 5. You are not required to accept this License, since you have not
4742 signed it. However, nothing else grants you permission to modify or
4743 distribute the Program or its derivative works. These actions are
4744 prohibited by law if you do not accept this License. Therefore, by
4745 modifying or distributing the Program (or any work based on the
4746 Program), you indicate your acceptance of this License to do so, and
4747 all its terms and conditions for copying, distributing or modifying
4748 the Program or works based on it.
4749
4750 6. Each time you redistribute the Program (or any work based on the
4751 Program), the recipient automatically receives a license from the
4752 original licensor to copy, distribute or modify the Program subject to
4753 these terms and conditions. You may not impose any further
4754 restrictions on the recipients' exercise of the rights granted herein.
4755 You are not responsible for enforcing compliance by third parties to
4756 this License.
4757
4758 7. If, as a consequence of a court judgment or allegation of patent
4759 infringement or for any other reason (not limited to patent issues),
4760 conditions are imposed on you (whether by court order, agreement or
4761 otherwise) that contradict the conditions of this License, they do not
4762 excuse you from the conditions of this License. If you cannot
4763 distribute so as to satisfy simultaneously your obligations under this
4764 License and any other pertinent obligations, then as a consequence you
4765 may not distribute the Program at all. For example, if a patent
4766 license would not permit royalty-free redistribution of the Program by
4767 all those who receive copies directly or indirectly through you, then
4768 the only way you could satisfy both it and this License would be to
4769 refrain entirely from distribution of the Program.
4770
4771 If any portion of this section is held invalid or unenforceable under
4772 any particular circumstance, the balance of the section is intended to
4773 apply and the section as a whole is intended to apply in other
4774 circumstances.
4775
4776 It is not the purpose of this section to induce you to infringe any
4777 patents or other property right claims or to contest validity of any
4778 such claims; this section has the sole purpose of protecting the
4779 integrity of the free software distribution system, which is
4780 implemented by public license practices. Many people have made
4781 generous contributions to the wide range of software distributed
4782 through that system in reliance on consistent application of that
4783 system; it is up to the author/donor to decide if he or she is willing
4784 to distribute software through any other system and a licensee cannot
4785 impose that choice.
4786
4787 This section is intended to make thoroughly clear what is believed to
4788 be a consequence of the rest of this License.
4789
4791 8. If the distribution and/or use of the Program is restricted in
4792 certain countries either by patents or by copyrighted interfaces, the
4793 original copyright holder who places the Program under this License
4794 may add an explicit geographical distribution limitation excluding
4795 those countries, so that distribution is permitted only in or among
4796 countries not thus excluded. In such case, this License incorporates
4797 the limitation as if written in the body of this License.
4798
4799 9. The Free Software Foundation may publish revised and/or new versions
4800 of the General Public License from time to time. Such new versions will
4801 be similar in spirit to the present version, but may differ in detail to
4802 address new problems or concerns.
4803
4804 Each version is given a distinguishing version number. If the Program
4805 specifies a version number of this License which applies to it and "any
4806 later version", you have the option of following the terms and conditions
4807 either of that version or of any later version published by the Free
4808 Software Foundation. If the Program does not specify a version number of
4809 this License, you may choose any version ever published by the Free Software
4810 Foundation.
4811
4812 10. If you wish to incorporate parts of the Program into other free
4813 programs whose distribution conditions are different, write to the author
4814 to ask for permission. For software which is copyrighted by the Free
4815 Software Foundation, write to the Free Software Foundation; we sometimes
4816 make exceptions for this. Our decision will be guided by the two goals
4817 of preserving the free status of all derivatives of our free software and
4818 of promoting the sharing and reuse of software generally.
4819
4820 NO WARRANTY
4821
4822 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
4823 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
4824 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
4825 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
4826 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4827 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
4828 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
4829 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
4830 REPAIR OR CORRECTION.
4831
4832 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
4833 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
4834 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
4835 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
4836 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
4837 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
4838 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
4839 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4840 POSSIBILITY OF SUCH DAMAGES.
4841
4842 END OF TERMS AND CONDITIONS
4843
4845 How to Apply These Terms to Your New Programs
4846
4847 If you develop a new program, and you want it to be of the greatest
4848 possible use to the public, the best way to achieve this is to make it
4849 free software which everyone can redistribute and change under these terms.
4850
4851 To do so, attach the following notices to the program. It is safest
4852 to attach them to the start of each source file to most effectively
4853 convey the exclusion of warranty; and each file should have at least
4854 the "copyright" line and a pointer to where the full notice is found.
4855
4856 <one line to give the program's name and a brief idea of what it does.>
4857 Copyright (C) <year> <name of author>
4858
4859 This program is free software; you can redistribute it and/or modify
4860 it under the terms of the GNU General Public License as published by
4861 the Free Software Foundation; either version 2 of the License, or
4862 (at your option) any later version.
4863
4864 This program is distributed in the hope that it will be useful,
4865 but WITHOUT ANY WARRANTY; without even the implied warranty of
4866 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4867 GNU General Public License for more details.
4868
4869 You should have received a copy of the GNU General Public License
4870 along with this program; if not, write to the Free Software
4871 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4872
4873
4874 Also add information on how to contact you by electronic and paper mail.
4875
4876 If the program is interactive, make it output a short notice like this
4877 when it starts in an interactive mode:
4878
4879 Gnomovision version 69, Copyright (C) year name of author
4880 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
4881 This is free software, and you are welcome to redistribute it
4882 under certain conditions; type `show c' for details.
4883
4884 The hypothetical commands `show w' and `show c' should show the appropriate
4885 parts of the General Public License. Of course, the commands you use may
4886 be called something other than `show w' and `show c'; they could even be
4887 mouse-clicks or menu items--whatever suits your program.
4888
4889 You should also get your employer (if you work as a programmer) or your
4890 school, if any, to sign a "copyright disclaimer" for the program, if
4891 necessary. Here is a sample; alter the names:
4892
4893 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
4894 `Gnomovision' (which makes passes at compilers) written by James Hacker.
4895
4896 <signature of Ty Coon>, 1 April 1989
4897 Ty Coon, President of Vice
4898
4899 This General Public License does not permit incorporating your program into
4900 proprietary programs. If your program is a subroutine library, you may
4901 consider it more useful to permit linking proprietary applications with the
4902 library. If this is what you want to do, use the GNU Library General
4903 Public License instead of this License.
4904
4905 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4906
4907 Scanned Source license gc-7.2/libatomic_ops/doc/LICENSING.txt:
4908
4909 Our intent is to make it easy to use libatomic_ops, in
4910 both free and proprietary software. Hence most code that we expect to be
4911 linked into a client application is covered by an MIT-style license.
4912
4913 A few library routines are covered by the GNU General Public License.
4914 These are put into a separate library, libatomic_ops_gpl.a .
4915
4916 The low-level part of the library is mostly covered by the following
4917 license:
4918
4919 ----------------------------------------
4920
4921 Copyright (c) ...
4922
4923 Permission is hereby granted, free of charge, to any person obtaining a copy
4924 of this software and associated documentation files (the "Software"), to deal
4925 in the Software without restriction, including without limitation the rights
4926 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4927 copies of the Software, and to permit persons to whom the Software is
4928 furnished to do so, subject to the following conditions:
4929
4930 The above copyright notice and this permission notice shall be included in all
4931 copies or substantial portions of the Software.
4932
4933 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4934 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4935 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4936 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4937 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4938 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4939 SOFTWARE.
4940
4941 --------------------------------
4942
4943 A few files in the sysdeps directory were inherited in part from the
4944 Boehm-Demers-Weiser conservative garbage collector, and are covered by
4945 its license, which is similar in spirit:
4946
4947 --------------------------------
4948
4949 Copyright (c) ...
4950
4951 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
4952 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
4953
4954 Permission is hereby granted to use or copy this program
4955 for any purpose, provided the above notices are retained on all copies.
4956 Permission to modify the code and to distribute modified code is granted,
4957 provided the above notices are retained, and a notice that the code was
4958 modified is included with the above copyright notice.
4959
4960 ----------------------------------
4961
4962 A few files are covered by the GNU General Public License. (See file
4963 "COPYING".) This applies only to test code, sample applications,
4964 and the libatomic_ops_gpl portion of the library.
4965 Thus libatomic_ops_gpl should generally not be linked into proprietary code.
4966 (This distinction was motivated by patent considerations.)
4967
4968 It is possible that the license of the GPL pieces may be changed for
4969 future versions to make them more consistent with the rest of the package.
4970 If you submit patches, and have strong preferences about licensing, please
4971 express them.
4972
4973
4974 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4975 </pre>
4976 <ul>
4977 <li><a href='#boehm-gc'>Gentoo Package Stock License boehm-gc</a></li>
4978 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
4979 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4980 </ul>
4981 </div>
4982 </div>
4983
4984
4985 <div class="product">
4986 <span class="title">libcap-2.17</span>
4987 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
4988 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span>
4989 <div class="licence">
4990 <pre>Scanned Source license libcap-2.17/License:
4991
4992 Unless otherwise *explicitly* stated, the following text describes the
4993 licensed conditions under which the contents of this libcap release
4994 may be used and distributed:
4995
4996 -------------------------------------------------------------------------
4997 Redistribution and use in source and binary forms of libcap, with
4998 or without modification, are permitted provided that the following
4999 conditions are met:
5000
5001 1. Redistributions of source code must retain any existing copyright
5002 notice, and this entire permission notice in its entirety,
5003 including the disclaimer of warranties.
5004
5005 2. Redistributions in binary form must reproduce all prior and current
5006 copyright notices, this list of conditions, and the following
5007 disclaimer in the documentation and/or other materials provided
5008 with the distribution.
5009
5010 3. The name of any author may not be used to endorse or promote
5011 products derived from this software without their specific prior
5012 written permission.
5013
5014 ALTERNATIVELY, this product may be distributed under the terms of the
5015 GNU General Public License, in which case the provisions of the GNU
5016 GPL are required INSTEAD OF the above restrictions. (This clause is
5017 necessary due to a potential conflict between the GNU GPL and the
5018 restrictions contained in a BSD-style copyright.)
5019
5020 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
5021 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5022 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5023 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
5024 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
5025 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
5026 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
5027 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
5028 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
5029 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
5030 DAMAGE.
5031 -------------------------------------------------------------------------
5032
5033
5034 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5035
5036 Scanned Source license libcap-2.17/pam_cap/License:
5037
5038 Unless otherwise *explicitly* stated the following text describes the
5039 licensed conditions under which the contents of this module release
5040 may be distributed:
5041
5042 -------------------------------------------------------------------------
5043 Redistribution and use in source and binary forms of this module, with
5044 or without modification, are permitted provided that the following
5045 conditions are met:
5046
5047 1. Redistributions of source code must retain any existing copyright
5048 notice, and this entire permission notice in its entirety,
5049 including the disclaimer of warranties.
5050
5051 2. Redistributions in binary form must reproduce all prior and current
5052 copyright notices, this list of conditions, and the following
5053 disclaimer in the documentation and/or other materials provided
5054 with the distribution.
5055
5056 3. The name of any author may not be used to endorse or promote
5057 products derived from this software without their specific prior
5058 written permission.
5059
5060 ALTERNATIVELY, this product may be distributed under the terms of the
5061 GNU Library General Public License, in which case the provisions of
5062 the GNU LGPL are required INSTEAD OF the above restrictions. (This
5063 clause is necessary due to a potential conflict between the GNU LGPL
5064 and the restrictions contained in a BSD-style copyright.)
5065
5066 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
5067 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5068 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
5069 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
5070 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
5071 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
5072 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
5073 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
5074 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
5075 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
5076 DAMAGE.
5077 -------------------------------------------------------------------------
5078
5079
5080 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5081 </pre>
5082 <ul>
5083 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5084 </ul>
5085 </div>
5086 </div>
5087
5088
5089 <div class="product">
5090 <span class="title">libchewing-0.3.2</span>
5091 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5092 <span class="homepage"><a href="http://chewing.csie.net/">homepage</a></span>
5093 <div class="licence">
5094 <pre></pre>
5095 <ul>
5096 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5097 </ul>
5098 </div>
5099 </div>
5100
5101
5102 <div class="product">
5103 <span class="title">libdivsufsort-2.0.1</span>
5104 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5105 <span class="homepage"><a href="http://code.google.com/p/libdivsufsort/">homepage</a></span>
5106 <div class="licence">
5107 <pre>Scanned Source license libdivsufsort-2.0.1/COPYING:
5108
5109 The libdivsufsort copyright is as follows:
5110
5111 Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
5112
5113 Permission is hereby granted, free of charge, to any person
5114 obtaining a copy of this software and associated documentation
5115 files (the "Software"), to deal in the Software without
5116 restriction, including without limitation the rights to use,
5117 copy, modify, merge, publish, distribute, sublicense, and/or sell
5118 copies of the Software, and to permit persons to whom the
5119 Software is furnished to do so, subject to the following
5120 conditions:
5121
5122 The above copyright notice and this permission notice shall be
5123 included in all copies or substantial portions of the Software.
5124
5125 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5126 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
5127 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5128 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
5129 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
5130 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5131 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
5132 OTHER DEALINGS IN THE SOFTWARE.
5133
5134 See also the libdivsufsort web site:
5135 http://libdivsufsort.googlecode.com/ for more information.
5136
5137 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5138 </pre>
5139 <ul>
5140
5141 </ul>
5142 </div>
5143 </div>
5144
5145
5146 <div class="product">
5147 <span class="title">libevent-1.4.13</span>
5148 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5149 <span class="homepage"><a href="http://monkey.org/~provos/libevent/">homepage</a></span>
5150 <div class="licence">
5151 <pre></pre>
5152 <ul>
5153 <li><a href='#BSD-libevent'>Gentoo Package Stock License BSD-libevent</a></li>
5154 </ul>
5155 </div>
5156 </div>
5157
5158
5159 <div class="product">
5160 <span class="title">libffi-3.0.9</span>
5161 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5162 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span>
5163 <div class="licence">
5164 <pre>Scanned Source license libffi-3.0.9/LICENSE:
5165
5166 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others.
5167 See source files for details.
5168
5169 Permission is hereby granted, free of charge, to any person obtaining
5170 a copy of this software and associated documentation files (the
5171 ``Software''), to deal in the Software without restriction, including
5172 without limitation the rights to use, copy, modify, merge, publish,
5173 distribute, sublicense, and/or sell copies of the Software, and to
5174 permit persons to whom the Software is furnished to do so, subject to
5175 the following conditions:
5176
5177 The above copyright notice and this permission notice shall be included
5178 in all copies or substantial portions of the Software.
5179
5180 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
5181 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5182 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5183 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5184 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5185 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5186 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5187
5188 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5189 </pre>
5190 <ul>
5191
5192 </ul>
5193 </div>
5194 </div>
5195
5196
5197 <div class="product">
5198 <span class="title">libgcrypt-1.4.6</span>
5199 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5200 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span>
5201 <div class="licence">
5202 <pre></pre>
5203 <ul>
5204 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5205 </ul>
5206 </div>
5207 </div>
5208
5209
5210 <div class="product">
5211 <span class="title">libgpg-error-1.10</span>
5212 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5213 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span>
5214 <div class="licence">
5215 <pre></pre>
5216 <ul>
5217 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5218 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5219 </ul>
5220 </div>
5221 </div>
5222
5223
5224 <div class="product">
5225 <span class="title">libhangul-0.0.10</span>
5226 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5227 <span class="homepage"><a href="http://kldp.net/projects/hangul/">homepage</a></span>
5228 <div class="licence">
5229 <pre></pre>
5230 <ul>
5231 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5232 </ul>
5233 </div>
5234 </div>
5235
5236
5237 <div class="product">
5238 <span class="title">libmnl-1.0.3</span>
5239 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5240 <span class="homepage"><a href="http://netfilter.org/projects/libmnl">homepage</a></span>
5241 <div class="licence">
5242 <pre></pre>
5243 <ul>
5244 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5245 </ul>
5246 </div>
5247 </div>
5248
5249
5250 <div class="product">
5251 <span class="title">libmtp-0.0.1</span>
5252 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5253 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
5254 <div class="licence">
5255 <pre></pre>
5256 <ul>
5257 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5258 </ul>
5259 </div>
5260 </div>
5261
5262
5263 <div class="product">
5264 <span class="title">libnetfilter_queue-1.0.1</span>
5265 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5266 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span>
5267 <div class="licence">
5268 <pre></pre>
5269 <ul>
5270 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5271 </ul>
5272 </div>
5273 </div>
5274
5275
5276 <div class="product">
5277 <span class="title">libnfnetlink-1.0.1</span>
5278 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5279 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span>
5280 <div class="licence">
5281 <pre></pre>
5282 <ul>
5283 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5284 </ul>
5285 </div>
5286 </div>
5287
5288
5289 <div class="product">
5290 <span class="title">libnih-1.0.3</span>
5291 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5292 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span>
5293 <div class="licence">
5294 <pre></pre>
5295 <ul>
5296 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5297 </ul>
5298 </div>
5299 </div>
5300
5301
5302 <div class="product">
5303 <span class="title">libnl-1.1</span>
5304 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5305 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span>
5306 <div class="licence">
5307 <pre></pre>
5308 <ul>
5309 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5310 </ul>
5311 </div>
5312 </div>
5313
5314
5315 <div class="product">
5316 <span class="title">libnl-3.2.14</span>
5317 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5318 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span>
5319 <div class="licence">
5320 <pre></pre>
5321 <ul>
5322 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5323 </ul>
5324 </div>
5325 </div>
5326
5327
5328 <div class="product">
5329 <span class="title">libp11-0.2.8</span>
5330 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5331 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span>
5332 <div class="licence">
5333 <pre></pre>
5334 <ul>
5335 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5336 </ul>
5337 </div>
5338 </div>
5339
5340
5341 <div class="product">
5342 <span class="title">libpcap-1.1.1</span>
5343 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5344 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
5345 <div class="licence">
5346 <pre>Scanned Source license libpcap-1.1.1/LICENSE:
5347
5348 License: BSD
5349
5350 Redistribution and use in source and binary forms, with or without
5351 modification, are permitted provided that the following conditions
5352 are met:
5353
5354 1. Redistributions of source code must retain the above copyright
5355 notice, this list of conditions and the following disclaimer.
5356 2. Redistributions in binary form must reproduce the above copyright
5357 notice, this list of conditions and the following disclaimer in
5358 the documentation and/or other materials provided with the
5359 distribution.
5360 3. The names of the authors may not be used to endorse or promote
5361 products derived from this software without specific prior
5362 written permission.
5363
5364 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
5365 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
5366 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
5367
5368 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5369 </pre>
5370 <ul>
5371
5372 </ul>
5373 </div>
5374 </div>
5375
5376
5377 <div class="product">
5378 <span class="title">libpcre-8.30</span>
5379 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5380 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span>
5381 <div class="licence">
5382 <pre>Scanned Source license pcre-8.30/COPYING:
5383
5384 PCRE LICENCE
5385
5386 Please see the file LICENCE in the PCRE distribution for licensing details.
5387
5388 End
5389
5390 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5391
5392 Scanned Source license pcre-8.30/LICENCE:
5393
5394 PCRE LICENCE
5395 ------------
5396
5397 PCRE is a library of functions to support regular expressions whose syntax
5398 and semantics are as close as possible to those of the Perl 5 language.
5399
5400 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
5401 specified below. The documentation for PCRE, supplied in the "doc"
5402 directory, is distributed under the same terms as the software itself.
5403
5404 The basic library functions are written in C and are freestanding. Also
5405 included in the distribution is a set of C++ wrapper functions, and a
5406 just-in-time compiler that can be used to optimize pattern matching. These
5407 are both optional features that can be omitted when the library is built.
5408
5409
5410 THE BASIC LIBRARY FUNCTIONS
5411 ---------------------------
5412
5413 Written by: Philip Hazel
5414 Email local part: ph10
5415 Email domain: cam.ac.uk
5416
5417 University of Cambridge Computing Service,
5418 Cambridge, England.
5419
5420 Copyright (c) 1997-2012 University of Cambridge
5421 All rights reserved.
5422
5423
5424 PCRE JUST-IN-TIME COMPILATION SUPPORT
5425 -------------------------------------
5426
5427 Written by: Zoltan Herczeg
5428 Email local part: hzmester
5429 Emain domain: freemail.hu
5430
5431 Copyright(c) 2010-2012 Zoltan Herczeg
5432 All rights reserved.
5433
5434
5435 STACK-LESS JUST-IN-TIME COMPILER
5436 --------------------------------
5437
5438 Written by: Zoltan Herczeg
5439 Email local part: hzmester
5440 Emain domain: freemail.hu
5441
5442 Copyright(c) 2009-2012 Zoltan Herczeg
5443 All rights reserved.
5444
5445
5446 THE C++ WRAPPER FUNCTIONS
5447 -------------------------
5448
5449 Contributed by: Google Inc.
5450
5451 Copyright (c) 2007-2012, Google Inc.
5452 All rights reserved.
5453
5454
5455 THE "BSD" LICENCE
5456 -----------------
5457
5458 Redistribution and use in source and binary forms, with or without
5459 modification, are permitted provided that the following conditions are met:
5460
5461 * Redistributions of source code must retain the above copyright notice,
5462 this list of conditions and the following disclaimer.
5463
5464 * Redistributions in binary form must reproduce the above copyright
5465 notice, this list of conditions and the following disclaimer in the
5466 documentation and/or other materials provided with the distribution.
5467
5468 * Neither the name of the University of Cambridge nor the name of Google
5469 Inc. nor the names of their contributors may be used to endorse or
5470 promote products derived from this software without specific prior
5471 written permission.
5472
5473 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5474 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5475 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5476 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
5477 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
5478 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
5479 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
5480 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
5481 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5482 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5483 POSSIBILITY OF SUCH DAMAGE.
5484
5485 End
5486
5487 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5488 </pre>
5489 <ul>
5490
5491 </ul>
5492 </div>
5493 </div>
5494
5495
5496 <div class="product">
5497 <span class="title">libpng-1.2.49</span>
5498 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
5499 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span>
5500 <div class="licence">
5501 <pre>Scanned Source license libpng-1.2.49/LICENSE:
5502
5503
5504 This copy of the libpng notices is provided for your convenience. In case of
5505 any discrepancy between this copy and the notices in the file png.h that is
5506 included in the libpng distribution, the latter shall prevail.
5507
5508 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
5509
5510 If you modify libpng you may insert additional notices immediately following
5511 this sentence.
5512
5513 This code is released under the libpng license.
5514
5515 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are
5516 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
5517 distributed according to the same disclaimer and license as libpng-1.2.5
5518 with the following individual added to the list of Contributing Authors
5519
5520 Cosmin Truta
5521
5522 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
5523 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
5524 distributed according to the same disclaimer and license as libpng-1.0.6
5525 with the following individuals added to the list of Contributing Authors
5526
5527 Simon-Pierre Cadieux
5528 Eric S. Raymond
5529 Gilles Vollant
5530
5531 and with the following additions to the disclaimer:
5532
5533 There is no warranty against interference with your enjoyment of the
5534 library or against infringement. There is no warranty that our
5535 efforts or the library will fulfill any of your particular purposes
5536 or needs. This library is provided with all faults, and the entire
5537 risk of satisfactory quality, performance, accuracy, and effort is with
5538 the user.
5539
5540 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
5541 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
5542 distributed according to the same disclaimer and license as libpng-0.96,
5543 with the following individuals added to the list of Contributing Authors:
5544
5545 Tom Lane
5546 Glenn Randers-Pehrson
5547 Willem van Schaik
5548
5549 libpng versions 0.89, June 1996, through 0.96, May 1997, are
5550 Copyright (c) 1996, 1997 Andreas Dilger
5551 Distributed according to the same disclaimer and license as libpng-0.88,
5552 with the following individuals added to the list of Contributing Authors:
5553
5554 John Bowler
5555 Kevin Bracey
5556 Sam Bushell
5557 Magnus Holmgren
5558 Greg Roelofs
5559 Tom Tanner
5560
5561 libpng versions 0.5, May 1995, through 0.88, January 1996, are
5562 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
5563
5564 For the purposes of this copyright and license, "Contributing Authors"
5565 is defined as the following set of individuals:
5566
5567 Andreas Dilger
5568 Dave Martindale
5569 Guy Eric Schalnat
5570 Paul Schmidt
5571 Tim Wegner
5572
5573 The PNG Reference Library is supplied "AS IS". The Contributing Authors
5574 and Group 42, Inc. disclaim all warranties, expressed or implied,
5575 including, without limitation, the warranties of merchantability and of
5576 fitness for any purpose. The Contributing Authors and Group 42, Inc.
5577 assume no liability for direct, indirect, incidental, special, exemplary,
5578 or consequential damages, which may result from the use of the PNG
5579 Reference Library, even if advised of the possibility of such damage.
5580
5581 Permission is hereby granted to use, copy, modify, and distribute this
5582 source code, or portions hereof, for any purpose, without fee, subject
5583 to the following restrictions:
5584
5585 1. The origin of this source code must not be misrepresented.
5586
5587 2. Altered versions must be plainly marked as such and must not
5588 be misrepresented as being the original source.
5589
5590 3. This Copyright notice may not be removed or altered from any
5591 source or altered source distribution.
5592
5593 The Contributing Authors and Group 42, Inc. specifically permit, without
5594 fee, and encourage the use of this source code as a component to
5595 supporting the PNG file format in commercial products. If you use this
5596 source code in a product, acknowledgment is not required but would be
5597 appreciated.
5598
5599
5600 A "png_get_copyright" function is available, for convenient use in "about"
5601 boxes and the like:
5602
5603 printf("%s",png_get_copyright(NULL));
5604
5605 Also, the PNG logo (in PNG format, of course) is supplied in the
5606 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
5607
5608 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
5609 certification mark of the Open Source Initiative.
5610
5611 Glenn Randers-Pehrson
5612 glennrp at users.sourceforge.net
5613 March 29, 2012
5614
5615 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5616
5617 Scanned Source license libpng-1.2.49/contrib/gregbook/COPYING:
5618
5619 GNU GENERAL PUBLIC LICENSE
5620 Version 2, June 1991
5621
5622 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5623 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5624 Everyone is permitted to copy and distribute verbatim copies
5625 of this license document, but changing it is not allowed.
5626
5627 Preamble
5628
5629 The licenses for most software are designed to take away your
5630 freedom to share and change it. By contrast, the GNU General Public
5631 License is intended to guarantee your freedom to share and change free
5632 software--to make sure the software is free for all its users. This
5633 General Public License applies to most of the Free Software
5634 Foundation's software and to any other program whose authors commit to
5635 using it. (Some other Free Software Foundation software is covered by
5636 the GNU Library General Public License instead.) You can apply it to
5637 your programs, too.
5638
5639 When we speak of free software, we are referring to freedom, not
5640 price. Our General Public Licenses are designed to make sure that you
5641 have the freedom to distribute copies of free software (and charge for
5642 this service if you wish), that you receive source code or can get it
5643 if you want it, that you can change the software or use pieces of it
5644 in new free programs; and that you know you can do these things.
5645
5646 To protect your rights, we need to make restrictions that forbid
5647 anyone to deny you these rights or to ask you to surrender the rights.
5648 These restrictions translate to certain responsibilities for you if you
5649 distribute copies of the software, or if you modify it.
5650
5651 For example, if you distribute copies of such a program, whether
5652 gratis or for a fee, you must give the recipients all the rights that
5653 you have. You must make sure that they, too, receive or can get the
5654 source code. And you must show them these terms so they know their
5655 rights.
5656
5657 We protect your rights with two steps: (1) copyright the software, and
5658 (2) offer you this license which gives you legal permission to copy,
5659 distribute and/or modify the software.
5660
5661 Also, for each author's protection and ours, we want to make certain
5662 that everyone understands that there is no warranty for this free
5663 software. If the software is modified by someone else and passed on, we
5664 want its recipients to know that what they have is not the original, so
5665 that any problems introduced by others will not reflect on the original
5666 authors' reputations.
5667
5668 Finally, any free program is threatened constantly by software
5669 patents. We wish to avoid the danger that redistributors of a free
5670 program will individually obtain patent licenses, in effect making the
5671 program proprietary. To prevent this, we have made it clear that any
5672 patent must be licensed for everyone's free use or not licensed at all.
5673
5674 The precise terms and conditions for copying, distribution and
5675 modification follow.
5676
5678 GNU GENERAL PUBLIC LICENSE
5679 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5680
5681 0. This License applies to any program or other work which contains
5682 a notice placed by the copyright holder saying it may be distributed
5683 under the terms of this General Public License. The "Program", below,
5684 refers to any such program or work, and a "work based on the Program"
5685 means either the Program or any derivative work under copyright law:
5686 that is to say, a work containing the Program or a portion of it,
5687 either verbatim or with modifications and/or translated into another
5688 language. (Hereinafter, translation is included without limitation in
5689 the term "modification".) Each licensee is addressed as "you".
5690
5691 Activities other than copying, distribution and modification are not
5692 covered by this License; they are outside its scope. The act of
5693 running the Program is not restricted, and the output from the Program
5694 is covered only if its contents constitute a work based on the
5695 Program (independent of having been made by running the Program).
5696 Whether that is true depends on what the Program does.
5697
5698 1. You may copy and distribute verbatim copies of the Program's
5699 source code as you receive it, in any medium, provided that you
5700 conspicuously and appropriately publish on each copy an appropriate
5701 copyright notice and disclaimer of warranty; keep intact all the
5702 notices that refer to this License and to the absence of any warranty;
5703 and give any other recipients of the Program a copy of this License
5704 along with the Program.
5705
5706 You may charge a fee for the physical act of transferring a copy, and
5707 you may at your option offer warranty protection in exchange for a fee.
5708
5709 2. You may modify your copy or copies of the Program or any portion
5710 of it, thus forming a work based on the Program, and copy and
5711 distribute such modifications or work under the terms of Section 1
5712 above, provided that you also meet all of these conditions:
5713
5714 a) You must cause the modified files to carry prominent notices
5715 stating that you changed the files and the date of any change.
5716
5717 b) You must cause any work that you distribute or publish, that in
5718 whole or in part contains or is derived from the Program or any
5719 part thereof, to be licensed as a whole at no charge to all third
5720 parties under the terms of this License.
5721
5722 c) If the modified program normally reads commands interactively
5723 when run, you must cause it, when started running for such
5724 interactive use in the most ordinary way, to print or display an
5725 announcement including an appropriate copyright notice and a
5726 notice that there is no warranty (or else, saying that you provide
5727 a warranty) and that users may redistribute the program under
5728 these conditions, and telling the user how to view a copy of this
5729 License. (Exception: if the Program itself is interactive but
5730 does not normally print such an announcement, your work based on
5731 the Program is not required to print an announcement.)
5732
5734 These requirements apply to the modified work as a whole. If
5735 identifiable sections of that work are not derived from the Program,
5736 and can be reasonably considered independent and separate works in
5737 themselves, then this License, and its terms, do not apply to those
5738 sections when you distribute them as separate works. But when you
5739 distribute the same sections as part of a whole which is a work based
5740 on the Program, the distribution of the whole must be on the terms of
5741 this License, whose permissions for other licensees extend to the
5742 entire whole, and thus to each and every part regardless of who wrote it.
5743
5744 Thus, it is not the intent of this section to claim rights or contest
5745 your rights to work written entirely by you; rather, the intent is to
5746 exercise the right to control the distribution of derivative or
5747 collective works based on the Program.
5748
5749 In addition, mere aggregation of another work not based on the Program
5750 with the Program (or with a work based on the Program) on a volume of
5751 a storage or distribution medium does not bring the other work under
5752 the scope of this License.
5753
5754 3. You may copy and distribute the Program (or a work based on it,
5755 under Section 2) in object code or executable form under the terms of
5756 Sections 1 and 2 above provided that you also do one of the following:
5757
5758 a) Accompany it with the complete corresponding machine-readable
5759 source code, which must be distributed under the terms of Sections
5760 1 and 2 above on a medium customarily used for software interchange; or,
5761
5762 b) Accompany it with a written offer, valid for at least three
5763 years, to give any third party, for a charge no more than your
5764 cost of physically performing source distribution, a complete
5765 machine-readable copy of the corresponding source code, to be
5766 distributed under the terms of Sections 1 and 2 above on a medium
5767 customarily used for software interchange; or,
5768
5769 c) Accompany it with the information you received as to the offer
5770 to distribute corresponding source code. (This alternative is
5771 allowed only for noncommercial distribution and only if you
5772 received the program in object code or executable form with such
5773 an offer, in accord with Subsection b above.)
5774
5775 The source code for a work means the preferred form of the work for
5776 making modifications to it. For an executable work, complete source
5777 code means all the source code for all modules it contains, plus any
5778 associated interface definition files, plus the scripts used to
5779 control compilation and installation of the executable. However, as a
5780 special exception, the source code distributed need not include
5781 anything that is normally distributed (in either source or binary
5782 form) with the major components (compiler, kernel, and so on) of the
5783 operating system on which the executable runs, unless that component
5784 itself accompanies the executable.
5785
5786 If distribution of executable or object code is made by offering
5787 access to copy from a designated place, then offering equivalent
5788 access to copy the source code from the same place counts as
5789 distribution of the source code, even though third parties are not
5790 compelled to copy the source along with the object code.
5791
5793 4. You may not copy, modify, sublicense, or distribute the Program
5794 except as expressly provided under this License. Any attempt
5795 otherwise to copy, modify, sublicense or distribute the Program is
5796 void, and will automatically terminate your rights under this License.
5797 However, parties who have received copies, or rights, from you under
5798 this License will not have their licenses terminated so long as such
5799 parties remain in full compliance.
5800
5801 5. You are not required to accept this License, since you have not
5802 signed it. However, nothing else grants you permission to modify or
5803 distribute the Program or its derivative works. These actions are
5804 prohibited by law if you do not accept this License. Therefore, by
5805 modifying or distributing the Program (or any work based on the
5806 Program), you indicate your acceptance of this License to do so, and
5807 all its terms and conditions for copying, distributing or modifying
5808 the Program or works based on it.
5809
5810 6. Each time you redistribute the Program (or any work based on the
5811 Program), the recipient automatically receives a license from the
5812 original licensor to copy, distribute or modify the Program subject to
5813 these terms and conditions. You may not impose any further
5814 restrictions on the recipients' exercise of the rights granted herein.
5815 You are not responsible for enforcing compliance by third parties to
5816 this License.
5817
5818 7. If, as a consequence of a court judgment or allegation of patent
5819 infringement or for any other reason (not limited to patent issues),
5820 conditions are imposed on you (whether by court order, agreement or
5821 otherwise) that contradict the conditions of this License, they do not
5822 excuse you from the conditions of this License. If you cannot
5823 distribute so as to satisfy simultaneously your obligations under this
5824 License and any other pertinent obligations, then as a consequence you
5825 may not distribute the Program at all. For example, if a patent
5826 license would not permit royalty-free redistribution of the Program by
5827 all those who receive copies directly or indirectly through you, then
5828 the only way you could satisfy both it and this License would be to
5829 refrain entirely from distribution of the Program.
5830
5831 If any portion of this section is held invalid or unenforceable under
5832 any particular circumstance, the balance of the section is intended to
5833 apply and the section as a whole is intended to apply in other
5834 circumstances.
5835
5836 It is not the purpose of this section to induce you to infringe any
5837 patents or other property right claims or to contest validity of any
5838 such claims; this section has the sole purpose of protecting the
5839 integrity of the free software distribution system, which is
5840 implemented by public license practices. Many people have made
5841 generous contributions to the wide range of software distributed
5842 through that system in reliance on consistent application of that
5843 system; it is up to the author/donor to decide if he or she is willing
5844 to distribute software through any other system and a licensee cannot
5845 impose that choice.
5846
5847 This section is intended to make thoroughly clear what is believed to
5848 be a consequence of the rest of this License.
5849
5851 8. If the distribution and/or use of the Program is restricted in
5852 certain countries either by patents or by copyrighted interfaces, the
5853 original copyright holder who places the Program under this License
5854 may add an explicit geographical distribution limitation excluding
5855 those countries, so that distribution is permitted only in or among
5856 countries not thus excluded. In such case, this License incorporates
5857 the limitation as if written in the body of this License.
5858
5859 9. The Free Software Foundation may publish revised and/or new versions
5860 of the General Public License from time to time. Such new versions will
5861 be similar in spirit to the present version, but may differ in detail to
5862 address new problems or concerns.
5863
5864 Each version is given a distinguishing version number. If the Program
5865 specifies a version number of this License which applies to it and "any
5866 later version", you have the option of following the terms and conditions
5867 either of that version or of any later version published by the Free
5868 Software Foundation. If the Program does not specify a version number of
5869 this License, you may choose any version ever published by the Free Software
5870 Foundation.
5871
5872 10. If you wish to incorporate parts of the Program into other free
5873 programs whose distribution conditions are different, write to the author
5874 to ask for permission. For software which is copyrighted by the Free
5875 Software Foundation, write to the Free Software Foundation; we sometimes
5876 make exceptions for this. Our decision will be guided by the two goals
5877 of preserving the free status of all derivatives of our free software and
5878 of promoting the sharing and reuse of software generally.
5879
5880 NO WARRANTY
5881
5882 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
5883 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
5884 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
5885 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
5886 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5887 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
5888 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
5889 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
5890 REPAIR OR CORRECTION.
5891
5892 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
5893 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
5894 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
5895 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
5896 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
5897 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
5898 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
5899 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5900 POSSIBILITY OF SUCH DAMAGES.
5901
5902 END OF TERMS AND CONDITIONS
5903
5905 How to Apply These Terms to Your New Programs
5906
5907 If you develop a new program, and you want it to be of the greatest
5908 possible use to the public, the best way to achieve this is to make it
5909 free software which everyone can redistribute and change under these terms.
5910
5911 To do so, attach the following notices to the program. It is safest
5912 to attach them to the start of each source file to most effectively
5913 convey the exclusion of warranty; and each file should have at least
5914 the "copyright" line and a pointer to where the full notice is found.
5915
5916 <one line to give the program's name and a brief idea of what it does.>
5917 Copyright (C) <year> <name of author>
5918
5919 This program is free software; you can redistribute it and/or modify
5920 it under the terms of the GNU General Public License as published by
5921 the Free Software Foundation; either version 2 of the License, or
5922 (at your option) any later version.
5923
5924 This program is distributed in the hope that it will be useful,
5925 but WITHOUT ANY WARRANTY; without even the implied warranty of
5926 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5927 GNU General Public License for more details.
5928
5929 You should have received a copy of the GNU General Public License
5930 along with this program; if not, write to the Free Software
5931 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5932
5933
5934 Also add information on how to contact you by electronic and paper mail.
5935
5936 If the program is interactive, make it output a short notice like this
5937 when it starts in an interactive mode:
5938
5939 Gnomovision version 69, Copyright (C) year name of author
5940 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
5941 This is free software, and you are welcome to redistribute it
5942 under certain conditions; type `show c' for details.
5943
5944 The hypothetical commands `show w' and `show c' should show the appropriate
5945 parts of the General Public License. Of course, the commands you use may
5946 be called something other than `show w' and `show c'; they could even be
5947 mouse-clicks or menu items--whatever suits your program.
5948
5949 You should also get your employer (if you work as a programmer) or your
5950 school, if any, to sign a "copyright disclaimer" for the program, if
5951 necessary. Here is a sample; alter the names:
5952
5953 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
5954 `Gnomovision' (which makes passes at compilers) written by James Hacker.
5955
5956 <signature of Ty Coon>, 1 April 1989
5957 Ty Coon, President of Vice
5958
5959 This General Public License does not permit incorporating your program into
5960 proprietary programs. If your program is a subroutine library, you may
5961 consider it more useful to permit linking proprietary applications with the
5962 library. If this is what you want to do, use the GNU Library General
5963 Public License instead of this License.
5964
5965 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5966
5967 Scanned Source license libpng-1.2.49/contrib/gregbook/LICENSE:
5968
5969 ---------------------------------------------------------------------------
5970
5971 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved.
5972
5973 This software is provided "as is," without warranty of any kind,
5974 express or implied. In no event shall the author or contributors
5975 be held liable for any damages arising in any way from the use of
5976 this software.
5977
5978 The contents of this file are DUAL-LICENSED. You may modify and/or
5979 redistribute this software according to the terms of one of the
5980 following two licenses (at your option):
5981
5982
5983 LICENSE 1 ("BSD-like with advertising clause"):
5984
5985 Permission is granted to anyone to use this software for any purpose,
5986 including commercial applications, and to alter it and redistribute
5987 it freely, subject to the following restrictions:
5988
5989 1. Redistributions of source code must retain the above copyright
5990 notice, disclaimer, and this list of conditions.
5991 2. Redistributions in binary form must reproduce the above copyright
5992 notice, disclaimer, and this list of conditions in the documenta-
5993 tion and/or other materials provided with the distribution.
5994 3. All advertising materials mentioning features or use of this
5995 software must display the following acknowledgment:
5996
5997 This product includes software developed by Greg Roelofs
5998 and contributors for the book, "PNG: The Definitive Guide,"
5999 published by O'Reilly and Associates.
6000
6001
6002 LICENSE 2 (GNU GPL v2 or later):
6003
6004 This program is free software; you can redistribute it and/or modify
6005 it under the terms of the GNU General Public License as published by
6006 the Free Software Foundation; either version 2 of the License, or
6007 (at your option) any later version.
6008
6009 This program is distributed in the hope that it will be useful,
6010 but WITHOUT ANY WARRANTY; without even the implied warranty of
6011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6012 GNU General Public License for more details.
6013
6014 You should have received a copy of the GNU General Public License
6015 along with this program; if not, write to the Free Software Foundation,
6016 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6017
6018 ---------------------------------------------------------------------------
6019
6020 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6021 </pre>
6022 <ul>
6023 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
6024 </ul>
6025 </div>
6026 </div>
6027
6028
6029 <div class="product">
6030 <span class="title">libpthread-stubs-0.1</span>
6031 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6032 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
6033 <div class="licence">
6034 <pre>Scanned Source license libpthread-stubs-0.1/COPYING:
6035
6036 Permission is hereby granted, free of charge, to any person obtaining a
6037 copy of this software and associated documentation files (the "Software"),
6038 to deal in the Software without restriction, including without limitation
6039 the rights to use, copy, modify, merge, publish, distribute, sublicense,
6040 and/or sell copies of the Software, and to permit persons to whom the
6041 Software is furnished to do so, subject to the following conditions:
6042
6043 The above copyright notice and this permission notice shall be included in
6044 all copies or substantial portions of the Software.
6045
6046 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6047 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6048 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6049 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
6050 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
6051 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6052
6053 Except as contained in this notice, the names of the authors or their
6054 institutions shall not be used in advertising or otherwise to promote the
6055 sale, use or other dealings in this Software without prior written
6056 authorization from the authors.
6057
6058 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6059 </pre>
6060 <ul>
6061
6062 </ul>
6063 </div>
6064 </div>
6065
6066
6067 <div class="product">
6068 <span class="title">libtool-2.4</span>
6069 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6070 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span>
6071 <div class="licence">
6072 <pre></pre>
6073 <ul>
6074 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6075 </ul>
6076 </div>
6077 </div>
6078
6079
6080 <div class="product">
6081 <span class="title">libusb-0.1.12</span>
6082 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6083 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
6084 <div class="licence">
6085 <pre></pre>
6086 <ul>
6087 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
6088 </ul>
6089 </div>
6090 </div>
6091
6092
6093 <div class="product">
6094 <span class="title">libusb-1.0.9</span>
6095 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6096 <span class="homepage"><a href="http://libusb.org/">homepage</a></span>
6097 <div class="licence">
6098 <pre></pre>
6099 <ul>
6100 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6101 </ul>
6102 </div>
6103 </div>
6104
6105
6106 <div class="product">
6107 <span class="title">libva-1.1.1</span>
6108 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6109 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
6110 <div class="licence">
6111 <pre>Scanned Source license libva-1.1.1/COPYING:
6112
6113 Permission is hereby granted, free of charge, to any person obtaining a
6114 copy of this software and associated documentation files (the
6115 "Software"), to deal in the Software without restriction, including
6116 without limitation the rights to use, copy, modify, merge, publish,
6117 distribute, sub license, and/or sell copies of the Software, and to
6118 permit persons to whom the Software is furnished to do so, subject to
6119 the following conditions:
6120
6121 The above copyright notice and this permission notice (including the
6122 next paragraph) shall be included in all copies or substantial portions
6123 of the Software.
6124
6125 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6126 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6127 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
6128 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
6129 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
6130 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6131 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6132
6133 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6134
6135 Scanned Source license libva-1.1.1/debian.upstream/copyright:
6136
6137 This package was debianized by Waldo Bastian <waldo.bastian (a] intel.com> on
6138 Mon, 18 Jun 2007 21:35:31 -0700.
6139
6140 It was downloaded from <url://example.com>
6141
6142 Upstream Author(s):
6143
6144 Waldo Bastian <waldo.bastian (a] intel.com>
6145 Jonathan Bian <jonathan.bian (a] intel.com>
6146
6147 Copyright:
6148
6149 (C) Copyright IBM Corporation 2004
6150 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
6151 Copyright 2000 VA Linux Systems, Inc.
6152 Copyright 2007 Intel Corportation
6153
6154 License:
6155
6156 Permission is hereby granted, free of charge, to any person obtaining a
6157 copy of this software and associated documentation files (the
6158 "Software"), to deal in the Software without restriction, including
6159 without limitation the rights to use, copy, modify, merge, publish,
6160 distribute, sub license, and/or sell copies of the Software, and to
6161 permit persons to whom the Software is furnished to do so, subject to
6162 the following conditions:
6163
6164 The above copyright notice and this permission notice (including the
6165 next paragraph) shall be included in all copies or substantial portions
6166 of the Software.
6167
6168 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6169 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6170 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
6171 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
6172 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
6173 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6174 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6175
6176 The Debian packaging is (C) 2007, Intel Corporation and
6177 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
6178
6179 # Please also look if there are files or directories which have a
6180 # different copyright/license attached and list them here.
6181
6182 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6183 </pre>
6184 <ul>
6185
6186 </ul>
6187 </div>
6188 </div>
6189
6190
6191 <div class="product">
6192 <span class="title">libva-intel-driver-1.0.20</span>
6193 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6194 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
6195 <div class="licence">
6196 <pre>Scanned Source license libva-intel-driver-1.0.20/COPYING:
6197
6198 Permission is hereby granted, free of charge, to any person obtaining a
6199 copy of this software and associated documentation files (the
6200 "Software"), to deal in the Software without restriction, including
6201 without limitation the rights to use, copy, modify, merge, publish,
6202 distribute, sub license, and/or sell copies of the Software, and to
6203 permit persons to whom the Software is furnished to do so, subject to
6204 the following conditions:
6205
6206 The above copyright notice and this permission notice (including the
6207 next paragraph) shall be included in all copies or substantial portions
6208 of the Software.
6209
6210 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6211 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6212 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
6213 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
6214 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
6215 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6216 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6217
6218 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6219
6220 Scanned Source license libva-intel-driver-1.0.20/debian.upstream/copyright:
6221
6222 This package is maintained by:
6223 Gwenole Beauchesne <gwenole.beauchesne (a] intel.com>
6224
6225
6226 License:
6227
6228 Permission is hereby granted, free of charge, to any person obtaining a
6229 copy of this software and associated documentation files (the
6230 "Software"), to deal in the Software without restriction, including
6231 without limitation the rights to use, copy, modify, merge, publish,
6232 distribute, sub license, and/or sell copies of the Software, and to
6233 permit persons to whom the Software is furnished to do so, subject to
6234 the following conditions:
6235
6236 The above copyright notice and this permission notice (including the
6237 next paragraph) shall be included in all copies or substantial portions
6238 of the Software.
6239
6240 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
6241 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6242 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
6243 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
6244 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
6245 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6246 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6247
6248 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6249 </pre>
6250 <ul>
6251
6252 </ul>
6253 </div>
6254 </div>
6255
6256
6257 <div class="product">
6258 <span class="title">libxcb-1.9.1</span>
6259 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6260 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
6261 <div class="licence">
6262 <pre>Scanned Source license libxcb-1.9.1/COPYING:
6263
6264 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
6265 All Rights Reserved.
6266
6267 Permission is hereby granted, free of charge, to any person
6268 obtaining a copy of this software and associated
6269 documentation files (the "Software"), to deal in the
6270 Software without restriction, including without limitation
6271 the rights to use, copy, modify, merge, publish, distribute,
6272 sublicense, and/or sell copies of the Software, and to
6273 permit persons to whom the Software is furnished to do so,
6274 subject to the following conditions:
6275
6276 The above copyright notice and this permission notice shall
6277 be included in all copies or substantial portions of the
6278 Software.
6279
6280 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
6281 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
6282 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
6283 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
6284 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6285 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6286 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6287 OTHER DEALINGS IN THE SOFTWARE.
6288
6289 Except as contained in this notice, the names of the authors
6290 or their institutions shall not be used in advertising or
6291 otherwise to promote the sale, use or other dealings in this
6292 Software without prior written authorization from the
6293 authors.
6294
6295 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6296 </pre>
6297 <ul>
6298
6299 </ul>
6300 </div>
6301 </div>
6302
6303
6304 <div class="product">
6305 <span class="title">libxml2-2.7.8</span>
6306 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6307 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span>
6308 <div class="licence">
6309 <pre>Scanned Source license libxml2-2.7.8/COPYING:
6310
6311 Except where otherwise noted in the source code (e.g. the files hash.c,
6312 list.c and the trio files, which are covered by a similar licence but
6313 with different Copyright notices) all the files are:
6314
6315 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
6316
6317 Permission is hereby granted, free of charge, to any person obtaining a copy
6318 of this software and associated documentation files (the "Software"), to deal
6319 in the Software without restriction, including without limitation the rights
6320 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6321 copies of the Software, and to permit persons to whom the Software is fur-
6322 nished to do so, subject to the following conditions:
6323
6324 The above copyright notice and this permission notice shall be included in
6325 all copies or substantial portions of the Software.
6326
6327 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6328 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
6329 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6330 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6331 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
6332 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6333
6334 Except as contained in this notice, the name of Daniel Veillard shall not
6335 be used in advertising or otherwise to promote the sale, use or other deal-
6336 ings in this Software without prior written authorization from him.
6337
6338
6339 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6340
6341 Scanned Source license libxml2-2.7.8/Copyright:
6342
6343 Except where otherwise noted in the source code (e.g. the files hash.c,
6344 list.c and the trio files, which are covered by a similar licence but
6345 with different Copyright notices) all the files are:
6346
6347 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
6348
6349 Permission is hereby granted, free of charge, to any person obtaining a copy
6350 of this software and associated documentation files (the "Software"), to deal
6351 in the Software without restriction, including without limitation the rights
6352 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6353 copies of the Software, and to permit persons to whom the Software is fur-
6354 nished to do so, subject to the following conditions:
6355
6356 The above copyright notice and this permission notice shall be included in
6357 all copies or substantial portions of the Software.
6358
6359 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6360 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
6361 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6362 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6363 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
6364 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6365
6366 Except as contained in this notice, the name of Daniel Veillard shall not
6367 be used in advertising or otherwise to promote the sale, use or other deal-
6368 ings in this Software without prior written authorization from him.
6369
6370
6371 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6372 </pre>
6373 <ul>
6374
6375 </ul>
6376 </div>
6377 </div>
6378
6379
6380 <div class="product">
6381 <span class="title">linux-headers-3.4</span>
6382 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6383 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
6384 <div class="licence">
6385 <pre></pre>
6386 <ul>
6387 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6388 </ul>
6389 </div>
6390 </div>
6391
6392
6393 <div class="product">
6394 <span class="title">llvm-3.2</span>
6395 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6396 <span class="homepage"><a href="http://llvm.org/">homepage</a></span>
6397 <div class="licence">
6398 <pre>Scanned Source license llvm-3.2.src/LICENSE.TXT:
6399
6400 ==============================================================================
6401 LLVM Release License
6402 ==============================================================================
6403 University of Illinois/NCSA
6404 Open Source License
6405
6406 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
6407 All rights reserved.
6408
6409 Developed by:
6410
6411 LLVM Team
6412
6413 University of Illinois at Urbana-Champaign
6414
6415 http://llvm.org
6416
6417 Permission is hereby granted, free of charge, to any person obtaining a copy of
6418 this software and associated documentation files (the "Software"), to deal with
6419 the Software without restriction, including without limitation the rights to
6420 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
6421 of the Software, and to permit persons to whom the Software is furnished to do
6422 so, subject to the following conditions:
6423
6424 * Redistributions of source code must retain the above copyright notice,
6425 this list of conditions and the following disclaimers.
6426
6427 * Redistributions in binary form must reproduce the above copyright notice,
6428 this list of conditions and the following disclaimers in the
6429 documentation and/or other materials provided with the distribution.
6430
6431 * Neither the names of the LLVM Team, University of Illinois at
6432 Urbana-Champaign, nor the names of its contributors may be used to
6433 endorse or promote products derived from this Software without specific
6434 prior written permission.
6435
6436 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6437 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
6438 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6439 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6440 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6441 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
6442 SOFTWARE.
6443
6444 ==============================================================================
6445 Copyrights and Licenses for Third Party Software Distributed with LLVM:
6446 ==============================================================================
6447 The LLVM software contains code written by third parties. Such software will
6448 have its own individual LICENSE.TXT file in the directory in which it appears.
6449 This file will describe the copyrights, license, and restrictions which apply
6450 to that code.
6451
6452 The disclaimer of warranty in the University of Illinois Open Source License
6453 applies to all code in the LLVM Distribution, and nothing in any of the
6454 other licenses gives permission to use the names of the LLVM Team or the
6455 University of Illinois to endorse or promote products derived from this
6456 Software.
6457
6458 The following pieces of software have additional or alternate copyrights,
6459 licenses, and/or restrictions:
6460
6461 Program Directory
6462 ------- ---------
6463 Autoconf llvm/autoconf
6464 llvm/projects/ModuleMaker/autoconf
6465 llvm/projects/sample/autoconf
6466 CellSPU backend llvm/lib/Target/CellSPU/README.txt
6467 Google Test llvm/utils/unittest/googletest
6468 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
6469 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
6470
6471 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6472
6473 Scanned Source license llvm-3.2.src/autoconf/LICENSE.TXT:
6474
6475 ------------------------------------------------------------------------------
6476 Autoconf Files
6477 ------------------------------------------------------------------------------
6478 All autoconf files are licensed under the LLVM license with the following
6479 additions:
6480
6481 llvm/autoconf/install-sh:
6482 This script is licensed under the LLVM license, with the following
6483 additional copyrights and restrictions:
6484
6485 Copyright 1991 by the Massachusetts Institute of Technology
6486
6487 Permission to use, copy, modify, distribute, and sell this software and its
6488 documentation for any purpose is hereby granted without fee, provided that
6489 the above copyright notice appear in all copies and that both that
6490 copyright notice and this permission notice appear in supporting
6491 documentation, and that the name of M.I.T. not be used in advertising or
6492 publicity pertaining to distribution of the software without specific,
6493 written prior permission. M.I.T. makes no representations about the
6494 suitability of this software for any purpose. It is provided "as is"
6495 without express or implied warranty.
6496
6497 Please see the source files for additional copyrights.
6498
6499
6500 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6501
6502 Scanned Source license llvm-3.2.src/include/llvm/Support/LICENSE.TXT:
6503
6504 LLVM System Interface Library
6505 -------------------------------------------------------------------------------
6506 The LLVM System Interface Library is licensed under the Illinois Open Source
6507 License and has the following additional copyright:
6508
6509 Copyright (C) 2004 eXtensible Systems, Inc.
6510
6511 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6512
6513 Scanned Source license llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT:
6514
6515 ------------------------------------------------------------------------------
6516 Autoconf Files
6517 ------------------------------------------------------------------------------
6518 All autoconf files are licensed under the LLVM license with the following
6519 additions:
6520
6521 llvm/autoconf/install-sh:
6522 This script is licensed under the LLVM license, with the following
6523 additional copyrights and restrictions:
6524
6525 Copyright 1991 by the Massachusetts Institute of Technology
6526
6527 Permission to use, copy, modify, distribute, and sell this software and its
6528 documentation for any purpose is hereby granted without fee, provided that
6529 the above copyright notice appear in all copies and that both that
6530 copyright notice and this permission notice appear in supporting
6531 documentation, and that the name of M.I.T. not be used in advertising or
6532 publicity pertaining to distribution of the software without specific,
6533 written prior permission. M.I.T. makes no representations about the
6534 suitability of this software for any purpose. It is provided "as is"
6535 without express or implied warranty.
6536
6537 Please see the source files for additional copyrights.
6538
6539
6540 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6541
6542 Scanned Source license llvm-3.2.src/test/YAMLParser/LICENSE.txt:
6543
6544 Copyright (c) 2006 Kirill Simonov
6545
6546 Permission is hereby granted, free of charge, to any person obtaining a copy of
6547 this software and associated documentation files (the "Software"), to deal in
6548 the Software without restriction, including without limitation the rights to
6549 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
6550 of the Software, and to permit persons to whom the Software is furnished to do
6551 so, subject to the following conditions:
6552
6553 The above copyright notice and this permission notice shall be included in all
6554 copies or substantial portions of the Software.
6555
6556 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6557 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6558 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6559 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6560 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6561 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6562 SOFTWARE.
6563
6564 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6565
6566 Scanned Source license llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT:
6567
6568 Copyright 2008, Google Inc.
6569 All rights reserved.
6570
6571 Redistribution and use in source and binary forms, with or without
6572 modification, are permitted provided that the following conditions are
6573 met:
6574
6575 * Redistributions of source code must retain the above copyright
6576 notice, this list of conditions and the following disclaimer.
6577 * Redistributions in binary form must reproduce the above
6578 copyright notice, this list of conditions and the following disclaimer
6579 in the documentation and/or other materials provided with the
6580 distribution.
6581 * Neither the name of Google Inc. nor the names of its
6582 contributors may be used to endorse or promote products derived from
6583 this software without specific prior written permission.
6584
6585 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6586 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6587 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6588 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6589 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6590 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6591 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6592 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6593 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6594 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6595 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6596
6597 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6598 </pre>
6599 <ul>
6600 <li><a href='#UoI-NCSA'>Gentoo Package Stock License UoI-NCSA</a></li>
6601 </ul>
6602 </div>
6603 </div>
6604
6605
6606 <div class="product">
6607 <span class="title">lohitfonts-cros-2.5.0</span>
6608 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6609 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span>
6610 <div class="licence">
6611 <pre>Scanned Source license lohitfonts-cros-2.5.0/LICENSE:
6612
6613 Copyright 2011 Lohit Fonts Project contributors
6614 <http://fedorahosted.org/lohit>,
6615 with Reserved Font Name Lohit.
6616
6617 This Font Software is licensed under the SIL Open Font License, Version 1.1.
6618 This license is copied below, and is also available with a FAQ at:
6619 http://scripts.sil.org/OFL
6620
6621
6622 -----------------------------------------------------------
6623 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
6624 -----------------------------------------------------------
6625
6626 PREAMBLE
6627 The goals of the Open Font License (OFL) are to stimulate worldwide
6628 development of collaborative font projects, to support the font creation
6629 efforts of academic and linguistic communities, and to provide a free and
6630 open framework in which fonts may be shared and improved in partnership
6631 with others.
6632
6633 The OFL allows the licensed fonts to be used, studied, modified and
6634 redistributed freely as long as they are not sold by themselves. The
6635 fonts, including any derivative works, can be bundled, embedded,
6636 redistributed and/or sold with any software provided that any reserved
6637 names are not used by derivative works. The fonts and derivatives,
6638 however, cannot be released under any other type of license. The
6639 requirement for fonts to remain under this license does not apply
6640 to any document created using the fonts or their derivatives.
6641
6642 DEFINITIONS
6643 "Font Software" refers to the set of files released by the Copyright
6644 Holder(s) under this license and clearly marked as such. This may
6645 include source files, build scripts and documentation.
6646
6647 "Reserved Font Name" refers to any names specified as such after the
6648 copyright statement(s).
6649
6650 "Original Version" refers to the collection of Font Software components as
6651 distributed by the Copyright Holder(s).
6652
6653 "Modified Version" refers to any derivative made by adding to, deleting,
6654 or substituting -- in part or in whole -- any of the components of the
6655 Original Version, by changing formats or by porting the Font Software to a
6656 new environment.
6657
6658 "Author" refers to any designer, engineer, programmer, technical
6659 writer or other person who contributed to the Font Software.
6660
6661 PERMISSION & CONDITIONS
6662 Permission is hereby granted, free of charge, to any person obtaining
6663 a copy of the Font Software, to use, study, copy, merge, embed, modify,
6664 redistribute, and sell modified and unmodified copies of the Font
6665 Software, subject to the following conditions:
6666
6667 1) Neither the Font Software nor any of its individual components,
6668 in Original or Modified Versions, may be sold by itself.
6669
6670 2) Original or Modified Versions of the Font Software may be bundled,
6671 redistributed and/or sold with any software, provided that each copy
6672 contains the above copyright notice and this license. These can be
6673 included either as stand-alone text files, human-readable headers or
6674 in the appropriate machine-readable metadata fields within text or
6675 binary files as long as those fields can be easily viewed by the user.
6676
6677 3) No Modified Version of the Font Software may use the Reserved Font
6678 Name(s) unless explicit written permission is granted by the corresponding
6679 Copyright Holder. This restriction only applies to the primary font name as
6680 presented to the users.
6681
6682 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
6683 Software shall not be used to promote, endorse or advertise any
6684 Modified Version, except to acknowledge the contribution(s) of the
6685 Copyright Holder(s) and the Author(s) or with their explicit written
6686 permission.
6687
6688 5) The Font Software, modified or unmodified, in part or in whole,
6689 must be distributed entirely under this license, and must not be
6690 distributed under any other license. The requirement for fonts to
6691 remain under this license does not apply to any document created
6692 using the Font Software.
6693
6694 TERMINATION
6695 This license becomes null and void if any of the above conditions are
6696 not met.
6697
6698 DISCLAIMER
6699 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
6700 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
6701 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
6702 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
6703 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
6704 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
6705 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6706 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
6707 OTHER DEALINGS IN THE FONT SOFTWARE.
6708
6709 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6710 </pre>
6711 <ul>
6712 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
6713 </ul>
6714 </div>
6715 </div>
6716
6717
6718 <div class="product">
6719 <span class="title">lsof-4.81</span>
6720 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6721 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span>
6722 <div class="licence">
6723 <pre></pre>
6724 <ul>
6725 <li><a href='#lsof'>Gentoo Package Stock License lsof</a></li>
6726 </ul>
6727 </div>
6728 </div>
6729
6730
6731 <div class="product">
6732 <span class="title">lvm2-2.02.88</span>
6733 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6734 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span>
6735 <div class="licence">
6736 <pre></pre>
6737 <ul>
6738 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6739 </ul>
6740 </div>
6741 </div>
6742
6743
6744 <div class="product">
6745 <span class="title">lzo-2.06</span>
6746 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6747 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span>
6748 <div class="licence">
6749 <pre></pre>
6750 <ul>
6751 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6752 </ul>
6753 </div>
6754 </div>
6755
6756
6757 <div class="product">
6758 <span class="title">m17n-contrib-1.1.10</span>
6759 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6760 <span class="homepage"><a href="http://www.m17n.org/m17n-lib/">homepage</a></span>
6761 <div class="licence">
6762 <pre></pre>
6763 <ul>
6764 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6765 </ul>
6766 </div>
6767 </div>
6768
6769
6770 <div class="product">
6771 <span class="title">m17n-db-1.6.1</span>
6772 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6773 <span class="homepage"><a href="http://www.m17n.org/m17n-lib/">homepage</a></span>
6774 <div class="licence">
6775 <pre></pre>
6776 <ul>
6777 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6778 </ul>
6779 </div>
6780 </div>
6781
6782
6783 <div class="product">
6784 <span class="title">m17n-lib-1.6.1</span>
6785 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6786 <span class="homepage"><a href="http://www.m17n.org/m17n-lib/">homepage</a></span>
6787 <div class="licence">
6788 <pre></pre>
6789 <ul>
6790 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6791 </ul>
6792 </div>
6793 </div>
6794
6795
6796 <div class="product">
6797 <span class="title">m2crypto-0.21.1</span>
6798 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6799 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span>
6800 <div class="licence">
6801 <pre>Scanned Source license M2Crypto-0.21.1/LICENCE:
6802
6803 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
6804
6805 Portions copyright (c) 2004-2006 Open Source Applications Foundation.
6806 All rights reserved.
6807
6808 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam.
6809 All rights reserved.
6810
6811 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
6812
6813 Permission to use, copy, modify, and distribute this software and its
6814 documentation for any purpose and without fee is hereby granted,
6815 provided that the above copyright notice appear in all copies and that
6816 both that copyright notice and this permission notice appear in
6817 supporting documentation.
6818
6819 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR
6820 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
6821 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
6822 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
6823 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
6824 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6825 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6826 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6827 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6828 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6829
6830 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6831 </pre>
6832 <ul>
6833
6834 </ul>
6835 </div>
6836 </div>
6837
6838
6839 <div class="product">
6840 <span class="title">make-3.82</span>
6841 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6842 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span>
6843 <div class="licence">
6844 <pre></pre>
6845 <ul>
6846 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
6847 </ul>
6848 </div>
6849 </div>
6850
6851
6852 <div class="product">
6853 <span class="title">marvell_sd8787-14.64.2.47</span>
6854 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6855 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span>
6856 <div class="licence">
6857 <pre></pre>
6858 <ul>
6859 <li><a href='#Marvell'>Gentoo Package Stock License Marvell</a></li>
6860 </ul>
6861 </div>
6862 </div>
6863
6864
6865 <div class="product">
6866 <span class="title">mawk-1.3.4_p20100625</span>
6867 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6868 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span>
6869 <div class="licence">
6870 <pre></pre>
6871 <ul>
6872 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6873 </ul>
6874 </div>
6875 </div>
6876
6877
6878 <div class="product">
6879 <span class="title">memtester-4.2.2</span>
6880 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6881 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span>
6882 <div class="licence">
6883 <pre></pre>
6884 <ul>
6885 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6886 </ul>
6887 </div>
6888 </div>
6889
6890
6891 <div class="product">
6892 <span class="title">mesa-9.1</span>
6893 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6894 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
6895 <div class="licence">
6896 <pre></pre>
6897 <ul>
6898 <li><a href='#MIT-Mesa'>Gentoo Package Stock License MIT-Mesa</a></li>
6899 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
6900 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
6901 </ul>
6902 </div>
6903 </div>
6904
6905
6906 <div class="product">
6907 <span class="title">mime-types-8</span>
6908 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6909 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
6910 <div class="licence">
6911 <pre></pre>
6912 <ul>
6913 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6914 </ul>
6915 </div>
6916 </div>
6917
6918
6919 <div class="product">
6920 <span class="title">ml-anjalioldlipi-0.740</span>
6921 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
6922 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span>
6923 <div class="licence">
6924 <pre>Scanned Source license ml-anjalioldlipi-0.740/LICENSE:
6925
6926 Copyright 2004 Kevin & Siji, 2007-2011 Cibu Johny
6927 with reserved font name AnjaliOldLipi.
6928
6929 This Font Software is licensed under the SIL Open Font License, Version 1.1.
6930 This license is copied below, and is also available with a FAQ at:
6931 http://scripts.sil.org/OFL
6932
6933
6934 -----------------------------------------------------------
6935 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
6936 -----------------------------------------------------------
6937
6938 PREAMBLE
6939 The goals of the Open Font License (OFL) are to stimulate worldwide
6940 development of collaborative font projects, to support the font creation
6941 efforts of academic and linguistic communities, and to provide a free and
6942 open framework in which fonts may be shared and improved in partnership
6943 with others.
6944
6945 The OFL allows the licensed fonts to be used, studied, modified and
6946 redistributed freely as long as they are not sold by themselves. The
6947 fonts, including any derivative works, can be bundled, embedded,
6948 redistributed and/or sold with any software provided that any reserved
6949 names are not used by derivative works. The fonts and derivatives,
6950 however, cannot be released under any other type of license. The
6951 requirement for fonts to remain under this license does not apply
6952 to any document created using the fonts or their derivatives.
6953
6954 DEFINITIONS
6955 "Font Software" refers to the set of files released by the Copyright
6956 Holder(s) under this license and clearly marked as such. This may
6957 include source files, build scripts and documentation.
6958
6959 "Reserved Font Name" refers to any names specified as such after the
6960 copyright statement(s).
6961
6962 "Original Version" refers to the collection of Font Software components as
6963 distributed by the Copyright Holder(s).
6964
6965 "Modified Version" refers to any derivative made by adding to, deleting,
6966 or substituting -- in part or in whole -- any of the components of the
6967 Original Version, by changing formats or by porting the Font Software to a
6968 new environment.
6969
6970 "Author" refers to any designer, engineer, programmer, technical
6971 writer or other person who contributed to the Font Software.
6972
6973 PERMISSION & CONDITIONS
6974 Permission is hereby granted, free of charge, to any person obtaining
6975 a copy of the Font Software, to use, study, copy, merge, embed, modify,
6976 redistribute, and sell modified and unmodified copies of the Font
6977 Software, subject to the following conditions:
6978
6979 1) Neither the Font Software nor any of its individual components,
6980 in Original or Modified Versions, may be sold by itself.
6981
6982 2) Original or Modified Versions of the Font Software may be bundled,
6983 redistributed and/or sold with any software, provided that each copy
6984 contains the above copyright notice and this license. These can be
6985 included either as stand-alone text files, human-readable headers or
6986 in the appropriate machine-readable metadata fields within text or
6987 binary files as long as those fields can be easily viewed by the user.
6988
6989 3) No Modified Version of the Font Software may use the Reserved Font
6990 Name(s) unless explicit written permission is granted by the corresponding
6991 Copyright Holder. This restriction only applies to the primary font name as
6992 presented to the users.
6993
6994 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
6995 Software shall not be used to promote, endorse or advertise any
6996 Modified Version, except to acknowledge the contribution(s) of the
6997 Copyright Holder(s) and the Author(s) or with their explicit written
6998 permission.
6999
7000 5) The Font Software, modified or unmodified, in part or in whole,
7001 must be distributed entirely under this license, and must not be
7002 distributed under any other license. The requirement for fonts to
7003 remain under this license does not apply to any document created
7004 using the Font Software.
7005
7006 TERMINATION
7007 This license becomes null and void if any of the above conditions are
7008 not met.
7009
7010 DISCLAIMER
7011 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
7012 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
7013 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
7014 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
7015 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
7016 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
7017 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7018 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
7019 OTHER DEALINGS IN THE FONT SOFTWARE.
7020
7021 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7022 </pre>
7023 <ul>
7024 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
7025 </ul>
7026 </div>
7027 </div>
7028
7029
7030 <div class="product">
7031 <span class="title">modemmanager-classic-interfaces-0.0.1</span>
7032 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7033 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
7034 <div class="licence">
7035 <pre></pre>
7036 <ul>
7037 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7038 </ul>
7039 </div>
7040 </div>
7041
7042
7043 <div class="product">
7044 <span class="title">modemmanager-next-0.5.999</span>
7045 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7046 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span>
7047 <div class="licence">
7048 <pre></pre>
7049 <ul>
7050 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7051 </ul>
7052 </div>
7053 </div>
7054
7055
7056 <div class="product">
7057 <span class="title">module-init-tools-3.16</span>
7058 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7059 <span class="homepage"><a href="http://modules.wiki.kernel.org/">homepage</a></span>
7060 <div class="licence">
7061 <pre></pre>
7062 <ul>
7063 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7064 </ul>
7065 </div>
7066 </div>
7067
7068
7069 <div class="product">
7070 <span class="title">mtdev-1.1.2</span>
7071 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7072 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span>
7073 <div class="licence">
7074 <pre>Scanned Source license mtdev-1.1.2/COPYING:
7075
7076 mtdev - Multitouch Protocol Translation Library (MIT license)
7077
7078 Copyright (C) 2010 Henrik Rydberg <rydberg (a] euromail.se>
7079 Copyright (C) 2010 Canonical Ltd.
7080
7081 Permission is hereby granted, free of charge, to any person obtaining a
7082 copy of this software and associated documentation files (the "Software"),
7083 to deal in the Software without restriction, including without limitation
7084 the rights to use, copy, modify, merge, publish, distribute, sublicense,
7085 and/or sell copies of the Software, and to permit persons to whom the
7086 Software is furnished to do so, subject to the following conditions:
7087
7088 The above copyright notice and this permission notice (including the next
7089 paragraph) shall be included in all copies or substantial portions of the
7090 Software.
7091
7092 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7093 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7094 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
7095 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7096 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7097 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
7098 DEALINGS IN THE SOFTWARE.
7099
7100 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7101 </pre>
7102 <ul>
7103
7104 </ul>
7105 </div>
7106 </div>
7107
7108
7109 <div class="product">
7110 <span class="title">mtools-4.0.15</span>
7111 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7112 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span>
7113 <div class="licence">
7114 <pre></pre>
7115 <ul>
7116 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
7117 </ul>
7118 </div>
7119 </div>
7120
7121
7122 <div class="product">
7123 <span class="title">my-padauk-2.50</span>
7124 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7125 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span>
7126 <div class="licence">
7127 <pre></pre>
7128 <ul>
7129 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
7130 </ul>
7131 </div>
7132 </div>
7133
7134
7135 <div class="product">
7136 <span class="title">nacl-mozc-1.10.1389.104</span>
7137 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7138 <span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span>
7139 <div class="licence">
7140 <pre></pre>
7141 <ul>
7142 <li><a href='#BSD-Google'>Gentoo Package Stock License BSD-Google</a></li>
7143 </ul>
7144 </div>
7145 </div>
7146
7147
7148 <div class="product">
7149 <span class="title">ncurses-5.9</span>
7150 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7151 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span>
7152 <div class="licence">
7153 <pre></pre>
7154 <ul>
7155 <li><a href='#ncurses'>Gentoo Package Stock License ncurses</a></li>
7156 </ul>
7157 </div>
7158 </div>
7159
7160
7161 <div class="product">
7162 <span class="title">net-tools-1.60_p20110409135728</span>
7163 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7164 <span class="homepage"><a href="http://net-tools.berlios.de/">homepage</a></span>
7165 <div class="licence">
7166 <pre></pre>
7167 <ul>
7168 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7169 </ul>
7170 </div>
7171 </div>
7172
7173
7174 <div class="product">
7175 <span class="title">netifaces-0.8</span>
7176 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7177 <span class="homepage"><a href="http://alastairs-place.net/netifaces/">homepage</a></span>
7178 <div class="licence">
7179 <pre></pre>
7180 <ul>
7181 <li><a href='#netiface'>Gentoo Package Stock License netiface</a></li>
7182 </ul>
7183 </div>
7184 </div>
7185
7186
7187 <div class="product">
7188 <span class="title">notofonts-20130514</span>
7189 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7190 <span class="homepage"><a href="">homepage</a></span>
7191 <div class="licence">
7192 <pre></pre>
7193 <ul>
7194 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
7195 </ul>
7196 </div>
7197 </div>
7198
7199
7200 <div class="product">
7201 <span class="title">nspr-4.9.5</span>
7202 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7203 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
7204 <div class="licence">
7205 <pre></pre>
7206 <ul>
7207 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
7208 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7209 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7210 </ul>
7211 </div>
7212 </div>
7213
7214
7215 <div class="product">
7216 <span class="title">nss-3.14.3</span>
7217 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7218 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
7219 <div class="licence">
7220 <pre></pre>
7221 <ul>
7222 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
7223 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7224 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7225 </ul>
7226 </div>
7227 </div>
7228
7229
7230 <div class="product">
7231 <span class="title">ntfs3g-2012.1.15</span>
7232 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7233 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span>
7234 <div class="licence">
7235 <pre></pre>
7236 <ul>
7237 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7238 </ul>
7239 </div>
7240 </div>
7241
7242
7243 <div class="product">
7244 <span class="title">o3d-203170</span>
7245 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7246 <span class="homepage"><a href="http://code.google.com/p/o3d/">homepage</a></span>
7247 <div class="licence">
7248 <pre></pre>
7249 <ul>
7250 <li><a href='#BSD-Google'>Gentoo Package Stock License BSD-Google</a></li>
7251 </ul>
7252 </div>
7253 </div>
7254
7255
7256 <div class="product">
7257 <span class="title">openssh-5.2_p1</span>
7258 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7259 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span>
7260 <div class="licence">
7261 <pre>Scanned Source license openssh-5.2p1/LICENCE:
7262
7263 This file is part of the OpenSSH software.
7264
7265 The licences which components of this software fall under are as
7266 follows. First, we will summarize and say that all components
7267 are under a BSD licence, or a licence more free than that.
7268
7269 OpenSSH contains no GPL code.
7270
7271 1)
7272 * Copyright (c) 1995 Tatu Ylonen <ylo (a] cs.hut.fi>, Espoo, Finland
7273 * All rights reserved
7274 *
7275 * As far as I am concerned, the code I have written for this software
7276 * can be used freely for any purpose. Any derived versions of this
7277 * software must be clearly marked as such, and if the derived work is
7278 * incompatible with the protocol description in the RFC file, it must be
7279 * called by a name other than "ssh" or "Secure Shell".
7280
7281 [Tatu continues]
7282 * However, I am not implying to give any licenses to any patents or
7283 * copyrights held by third parties, and the software includes parts that
7284 * are not under my direct control. As far as I know, all included
7285 * source code is used in accordance with the relevant license agreements
7286 * and can be used freely for any purpose (the GNU license being the most
7287 * restrictive); see below for details.
7288
7289 [However, none of that term is relevant at this point in time. All of
7290 these restrictively licenced software components which he talks about
7291 have been removed from OpenSSH, i.e.,
7292
7293 - RSA is no longer included, found in the OpenSSL library
7294 - IDEA is no longer included, its use is deprecated
7295 - DES is now external, in the OpenSSL library
7296 - GMP is no longer used, and instead we call BN code from OpenSSL
7297 - Zlib is now external, in a library
7298 - The make-ssh-known-hosts script is no longer included
7299 - TSS has been removed
7300 - MD5 is now external, in the OpenSSL library
7301 - RC4 support has been replaced with ARC4 support from OpenSSL
7302 - Blowfish is now external, in the OpenSSL library
7303
7304 [The licence continues]
7305
7306 Note that any information and cryptographic algorithms used in this
7307 software are publicly available on the Internet and at any major
7308 bookstore, scientific library, and patent office worldwide. More
7309 information can be found e.g. at "http://www.cs.hut.fi/crypto".
7310
7311 The legal status of this program is some combination of all these
7312 permissions and restrictions. Use only at your own responsibility.
7313 You will be responsible for any legal consequences yourself; I am not
7314 making any claims whether possessing or using this is legal or not in
7315 your country, and I am not taking any responsibility on your behalf.
7316
7317
7318 NO WARRANTY
7319
7320 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
7321 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
7322 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
7323 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
7324 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7325 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
7326 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
7327 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
7328 REPAIR OR CORRECTION.
7329
7330 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
7331 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
7332 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
7333 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
7334 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
7335 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
7336 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
7337 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
7338 POSSIBILITY OF SUCH DAMAGES.
7339
7340 2)
7341 The 32-bit CRC compensation attack detector in deattack.c was
7342 contributed by CORE SDI S.A. under a BSD-style license.
7343
7344 * Cryptographic attack detector for ssh - source code
7345 *
7346 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
7347 *
7348 * All rights reserved. Redistribution and use in source and binary
7349 * forms, with or without modification, are permitted provided that
7350 * this copyright notice is retained.
7351 *
7352 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
7353 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
7354 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
7355 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
7356 * SOFTWARE.
7357 *
7358 * Ariel Futoransky <futo (a] core-sdi.com>
7359 * <http://www.core-sdi.com>
7360
7361 3)
7362 ssh-keyscan was contributed by David Mazieres under a BSD-style
7363 license.
7364
7365 * Copyright 1995, 1996 by David Mazieres <dm (a] lcs.mit.edu>.
7366 *
7367 * Modification and redistribution in source and binary forms is
7368 * permitted provided that due credit is given to the author and the
7369 * OpenBSD project by leaving this copyright notice intact.
7370
7371 4)
7372 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
7373 and Paulo Barreto is in the public domain and distributed
7374 with the following license:
7375
7376 * @version 3.0 (December 2000)
7377 *
7378 * Optimised ANSI C code for the Rijndael cipher (now AES)
7379 *
7380 * @author Vincent Rijmen <vincent.rijmen (a] esat.kuleuven.ac.be>
7381 * @author Antoon Bosselaers <antoon.bosselaers (a] esat.kuleuven.ac.be>
7382 * @author Paulo Barreto <paulo.barreto (a] terra.com.br>
7383 *
7384 * This code is hereby placed in the public domain.
7385 *
7386 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
7387 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7388 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7389 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
7390 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
7391 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
7392 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
7393 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
7394 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
7395 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
7396 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7397
7398 5)
7399 One component of the ssh source code is under a 3-clause BSD license,
7400 held by the University of California, since we pulled these parts from
7401 original Berkeley code.
7402
7403 * Copyright (c) 1983, 1990, 1992, 1993, 1995
7404 * The Regents of the University of California. All rights reserved.
7405 *
7406 * Redistribution and use in source and binary forms, with or without
7407 * modification, are permitted provided that the following conditions
7408 * are met:
7409 * 1. Redistributions of source code must retain the above copyright
7410 * notice, this list of conditions and the following disclaimer.
7411 * 2. Redistributions in binary form must reproduce the above copyright
7412 * notice, this list of conditions and the following disclaimer in the
7413 * documentation and/or other materials provided with the distribution.
7414 * 3. Neither the name of the University nor the names of its contributors
7415 * may be used to endorse or promote products derived from this software
7416 * without specific prior written permission.
7417 *
7418 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
7419 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7420 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7421 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
7422 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
7423 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
7424 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7425 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7426 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
7427 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
7428 * SUCH DAMAGE.
7429
7430 6)
7431 Remaining components of the software are provided under a standard
7432 2-term BSD licence with the following names as copyright holders:
7433
7434 Markus Friedl
7435 Theo de Raadt
7436 Niels Provos
7437 Dug Song
7438 Aaron Campbell
7439 Damien Miller
7440 Kevin Steves
7441 Daniel Kouril
7442 Wesley Griffin
7443 Per Allansson
7444 Nils Nordman
7445 Simon Wilkinson
7446
7447 Portable OpenSSH additionally includes code from the following copyright
7448 holders, also under the 2-term BSD license:
7449
7450 Ben Lindstrom
7451 Tim Rice
7452 Andre Lucas
7453 Chris Adams
7454 Corinna Vinschen
7455 Cray Inc.
7456 Denis Parker
7457 Gert Doering
7458 Jakob Schlyter
7459 Jason Downs
7460 Juha Yrjl
7461 Michael Stone
7462 Networks Associates Technology, Inc.
7463 Solar Designer
7464 Todd C. Miller
7465 Wayne Schroeder
7466 William Jones
7467 Darren Tucker
7468 Sun Microsystems
7469 The SCO Group
7470 Daniel Walsh
7471
7472 * Redistribution and use in source and binary forms, with or without
7473 * modification, are permitted provided that the following conditions
7474 * are met:
7475 * 1. Redistributions of source code must retain the above copyright
7476 * notice, this list of conditions and the following disclaimer.
7477 * 2. Redistributions in binary form must reproduce the above copyright
7478 * notice, this list of conditions and the following disclaimer in the
7479 * documentation and/or other materials provided with the distribution.
7480 *
7481 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
7482 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
7483 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7484 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
7485 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
7486 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7487 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7488 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7489 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
7490 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7491
7492 8) Portable OpenSSH contains the following additional licenses:
7493
7494 a) md5crypt.c, md5crypt.h
7495
7496 * "THE BEER-WARE LICENSE" (Revision 42):
7497 * <phk (a] login.dknet.dk> wrote this file. As long as you retain this
7498 * notice you can do whatever you want with this stuff. If we meet
7499 * some day, and you think this stuff is worth it, you can buy me a
7500 * beer in return. Poul-Henning Kamp
7501
7502 b) snprintf replacement
7503
7504 * Copyright Patrick Powell 1995
7505 * This code is based on code written by Patrick Powell
7506 * (papowell (a] astart.com) It may be used for any purpose as long as this
7507 * notice remains intact on all source code distributions
7508
7509 c) Compatibility code (openbsd-compat)
7510
7511 Apart from the previously mentioned licenses, various pieces of code
7512 in the openbsd-compat/ subdirectory are licensed as follows:
7513
7514 Some code is licensed under a 3-term BSD license, to the following
7515 copyright holders:
7516
7517 Todd C. Miller
7518 Theo de Raadt
7519 Damien Miller
7520 Eric P. Allman
7521 The Regents of the University of California
7522 Constantin S. Svintsoff
7523
7524 * Redistribution and use in source and binary forms, with or without
7525 * modification, are permitted provided that the following conditions
7526 * are met:
7527 * 1. Redistributions of source code must retain the above copyright
7528 * notice, this list of conditions and the following disclaimer.
7529 * 2. Redistributions in binary form must reproduce the above copyright
7530 * notice, this list of conditions and the following disclaimer in the
7531 * documentation and/or other materials provided with the distribution.
7532 * 3. Neither the name of the University nor the names of its contributors
7533 * may be used to endorse or promote products derived from this software
7534 * without specific prior written permission.
7535 *
7536 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
7537 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7538 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7539 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
7540 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
7541 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
7542 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7543 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7544 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
7545 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
7546 * SUCH DAMAGE.
7547
7548 Some code is licensed under an ISC-style license, to the following
7549 copyright holders:
7550
7551 Internet Software Consortium.
7552 Todd C. Miller
7553 Reyk Floeter
7554 Chad Mynhier
7555
7556 * Permission to use, copy, modify, and distribute this software for any
7557 * purpose with or without fee is hereby granted, provided that the above
7558 * copyright notice and this permission notice appear in all copies.
7559 *
7560 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
7561 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
7562 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
7563 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
7564 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
7565 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
7566 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7567
7568 Some code is licensed under a MIT-style license to the following
7569 copyright holders:
7570
7571 Free Software Foundation, Inc.
7572
7573 * Permission is hereby granted, free of charge, to any person obtaining a *
7574 * copy of this software and associated documentation files (the *
7575 * "Software"), to deal in the Software without restriction, including *
7576 * without limitation the rights to use, copy, modify, merge, publish, *
7577 * distribute, distribute with modifications, sublicense, and/or sell *
7578 * copies of the Software, and to permit persons to whom the Software is *
7579 * furnished to do so, subject to the following conditions: *
7580 * *
7581 * The above copyright notice and this permission notice shall be included *
7582 * in all copies or substantial portions of the Software. *
7583 * *
7584 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
7585 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
7586 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
7587 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
7588 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
7589 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
7590 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
7591 * *
7592 * Except as contained in this notice, the name(s) of the above copyright *
7593 * holders shall not be used in advertising or otherwise to promote the *
7594 * sale, use or other dealings in this Software without prior written *
7595 * authorization. *
7596 ****************************************************************************/
7597
7598
7599 ------
7600 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $
7601
7602 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7603 </pre>
7604 <ul>
7605 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
7606 </ul>
7607 </div>
7608 </div>
7609
7610
7611 <div class="product">
7612 <span class="title">openssl-1.0.1c</span>
7613 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7614 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span>
7615 <div class="licence">
7616 <pre></pre>
7617 <ul>
7618 <li><a href='#openssl'>Gentoo Package Stock License openssl</a></li>
7619 </ul>
7620 </div>
7621 </div>
7622
7623
7624 <div class="product">
7625 <span class="title">openvpn-2.1.12</span>
7626 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7627 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span>
7628 <div class="licence">
7629 <pre></pre>
7630 <ul>
7631 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7632 </ul>
7633 </div>
7634 </div>
7635
7636
7637 <div class="product">
7638 <span class="title">pam-1.1.5</span>
7639 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7640 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span>
7641 <div class="licence">
7642 <pre></pre>
7643 <ul>
7644 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7645 </ul>
7646 </div>
7647 </div>
7648
7649
7650 <div class="product">
7651 <span class="title">pam_pwdfile-0.99</span>
7652 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7653 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span>
7654 <div class="licence">
7655 <pre></pre>
7656 <ul>
7657 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7658 </ul>
7659 </div>
7660 </div>
7661
7662
7663 <div class="product">
7664 <span class="title">pambase-20101024</span>
7665 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7666 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span>
7667 <div class="licence">
7668 <pre></pre>
7669 <ul>
7670 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7671 </ul>
7672 </div>
7673 </div>
7674
7675
7676 <div class="product">
7677 <span class="title">pango-1.32.5</span>
7678 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7679 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span>
7680 <div class="licence">
7681 <pre></pre>
7682 <ul>
7683 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
7684 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
7685 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
7686 </ul>
7687 </div>
7688 </div>
7689
7690
7691 <div class="product">
7692 <span class="title">parted-3.1</span>
7693 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7694 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span>
7695 <div class="licence">
7696 <pre></pre>
7697 <ul>
7698 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
7699 </ul>
7700 </div>
7701 </div>
7702
7703
7704 <div class="product">
7705 <span class="title">patch-2.6.1</span>
7706 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7707 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span>
7708 <div class="licence">
7709 <pre></pre>
7710 <ul>
7711 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7712 </ul>
7713 </div>
7714 </div>
7715
7716
7717 <div class="product">
7718 <span class="title">pax-utils-0.4</span>
7719 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7720 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span>
7721 <div class="licence">
7722 <pre></pre>
7723 <ul>
7724 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7725 </ul>
7726 </div>
7727 </div>
7728
7729
7730 <div class="product">
7731 <span class="title">pciutils-3.1.10</span>
7732 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7733 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span>
7734 <div class="licence">
7735 <pre></pre>
7736 <ul>
7737 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7738 </ul>
7739 </div>
7740 </div>
7741
7742
7743 <div class="product">
7744 <span class="title">perf-3.4</span>
7745 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7746 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span>
7747 <div class="licence">
7748 <pre></pre>
7749 <ul>
7750 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7751 </ul>
7752 </div>
7753 </div>
7754
7755
7756 <div class="product">
7757 <span class="title">pkcs11-helper-1.07</span>
7758 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7759 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span>
7760 <div class="licence">
7761 <pre></pre>
7762 <ul>
7763 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7764 </ul>
7765 </div>
7766 </div>
7767
7768
7769 <div class="product">
7770 <span class="title">ply-image-0.0.1</span>
7771 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7772 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
7773 <div class="licence">
7774 <pre></pre>
7775 <ul>
7776 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7777 </ul>
7778 </div>
7779 </div>
7780
7781
7782 <div class="product">
7783 <span class="title">popt-1.16</span>
7784 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7785 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span>
7786 <div class="licence">
7787 <pre>Scanned Source license popt-1.16/COPYING:
7788
7789 Copyright (c) 1998 Red Hat Software
7790
7791 Permission is hereby granted, free of charge, to any person obtaining a copy
7792 of this software and associated documentation files (the "Software"), to deal
7793 in the Software without restriction, including without limitation the rights
7794 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7795 copies of the Software, and to permit persons to whom the Software is
7796 furnished to do so, subject to the following conditions:
7797
7798 The above copyright notice and this permission notice shall be included in
7799 all copies or substantial portions of the Software.
7800
7801 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7802 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7803 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7804 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
7805 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
7806 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7807
7808 Except as contained in this notice, the name of the X Consortium shall not be
7809 used in advertising or otherwise to promote the sale, use or other dealings
7810 in this Software without prior written authorization from the X Consortium.
7811
7812 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7813 </pre>
7814 <ul>
7815
7816 </ul>
7817 </div>
7818 </div>
7819
7820
7821 <div class="product">
7822 <span class="title">portage-2.1.11.50</span>
7823 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7824 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span>
7825 <div class="licence">
7826 <pre></pre>
7827 <ul>
7828 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7829 </ul>
7830 </div>
7831 </div>
7832
7833
7834 <div class="product">
7835 <span class="title">ppp-2.4.5</span>
7836 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7837 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span>
7838 <div class="licence">
7839 <pre></pre>
7840 <ul>
7841 <li><a href='#ppp-2.4.4'>Gentoo Package Stock License ppp-2.4.4</a></li>
7842 </ul>
7843 </div>
7844 </div>
7845
7846
7847 <div class="product">
7848 <span class="title">procps-3.3.4</span>
7849 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7850 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span>
7851 <div class="licence">
7852 <pre></pre>
7853 <ul>
7854 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7855 </ul>
7856 </div>
7857 </div>
7858
7859
7860 <div class="product">
7861 <span class="title">protobuf-2.3.0</span>
7862 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7863 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
7864 <div class="licence">
7865 <pre></pre>
7866 <ul>
7867 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
7868 </ul>
7869 </div>
7870 </div>
7871
7872
7873 <div class="product">
7874 <span class="title">pv-1.3.4</span>
7875 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7876 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span>
7877 <div class="licence">
7878 <pre></pre>
7879 <ul>
7880 <li><a href='#Artistic-2'>Gentoo Package Stock License Artistic-2</a></li>
7881 </ul>
7882 </div>
7883 </div>
7884
7885
7886 <div class="product">
7887 <span class="title">python-2.7.3</span>
7888 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
7889 <span class="homepage"><a href="http://www.python.org/">homepage</a></span>
7890 <div class="licence">
7891 <pre>Scanned Source license Python-2.7.3/LICENSE:
7892
7893 A. HISTORY OF THE SOFTWARE
7894 ==========================
7895
7896 Python was created in the early 1990s by Guido van Rossum at Stichting
7897 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
7898 as a successor of a language called ABC. Guido remains Python's
7899 principal author, although it includes many contributions from others.
7900
7901 In 1995, Guido continued his work on Python at the Corporation for
7902 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
7903 in Reston, Virginia where he released several versions of the
7904 software.
7905
7906 In May 2000, Guido and the Python core development team moved to
7907 BeOpen.com to form the BeOpen PythonLabs team. In October of the same
7908 year, the PythonLabs team moved to Digital Creations (now Zope
7909 Corporation, see http://www.zope.com). In 2001, the Python Software
7910 Foundation (PSF, see http://www.python.org/psf/) was formed, a
7911 non-profit organization created specifically to own Python-related
7912 Intellectual Property. Zope Corporation is a sponsoring member of
7913 the PSF.
7914
7915 All Python releases are Open Source (see http://www.opensource.org for
7916 the Open Source Definition). Historically, most, but not all, Python
7917 releases have also been GPL-compatible; the table below summarizes
7918 the various releases.
7919
7920 Release Derived Year Owner GPL-
7921 from compatible? (1)
7922
7923 0.9.0 thru 1.2 1991-1995 CWI yes
7924 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
7925 1.6 1.5.2 2000 CNRI no
7926 2.0 1.6 2000 BeOpen.com no
7927 1.6.1 1.6 2001 CNRI yes (2)
7928 2.1 2.0+1.6.1 2001 PSF no
7929 2.0.1 2.0+1.6.1 2001 PSF yes
7930 2.1.1 2.1+2.0.1 2001 PSF yes
7931 2.2 2.1.1 2001 PSF yes
7932 2.1.2 2.1.1 2002 PSF yes
7933 2.1.3 2.1.2 2002 PSF yes
7934 2.2.1 2.2 2002 PSF yes
7935 2.2.2 2.2.1 2002 PSF yes
7936 2.2.3 2.2.2 2003 PSF yes
7937 2.3 2.2.2 2002-2003 PSF yes
7938 2.3.1 2.3 2002-2003 PSF yes
7939 2.3.2 2.3.1 2002-2003 PSF yes
7940 2.3.3 2.3.2 2002-2003 PSF yes
7941 2.3.4 2.3.3 2004 PSF yes
7942 2.3.5 2.3.4 2005 PSF yes
7943 2.4 2.3 2004 PSF yes
7944 2.4.1 2.4 2005 PSF yes
7945 2.4.2 2.4.1 2005 PSF yes
7946 2.4.3 2.4.2 2006 PSF yes
7947 2.4.4 2.4.3 2006 PSF yes
7948 2.5 2.4 2006 PSF yes
7949 2.5.1 2.5 2007 PSF yes
7950 2.5.2 2.5.1 2008 PSF yes
7951 2.5.3 2.5.2 2008 PSF yes
7952 2.6 2.5 2008 PSF yes
7953 2.6.1 2.6 2008 PSF yes
7954 2.6.2 2.6.1 2009 PSF yes
7955 2.6.3 2.6.2 2009 PSF yes
7956 2.6.4 2.6.3 2009 PSF yes
7957 2.6.5 2.6.4 2010 PSF yes
7958 2.7 2.6 2010 PSF yes
7959
7960 Footnotes:
7961
7962 (1) GPL-compatible doesn't mean that we're distributing Python under
7963 the GPL. All Python licenses, unlike the GPL, let you distribute
7964 a modified version without making your changes open source. The
7965 GPL-compatible licenses make it possible to combine Python with
7966 other software that is released under the GPL; the others don't.
7967
7968 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
7969 because its license has a choice of law clause. According to
7970 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
7971 is "not incompatible" with the GPL.
7972
7973 Thanks to the many outside volunteers who have worked under Guido's
7974 direction to make these releases possible.
7975
7976
7977 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
7978 ===============================================================
7979
7980 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
7981 --------------------------------------------
7982
7983 1. This LICENSE AGREEMENT is between the Python Software Foundation
7984 ("PSF"), and the Individual or Organization ("Licensee") accessing and
7985 otherwise using this software ("Python") in source or binary form and
7986 its associated documentation.
7987
7988 2. Subject to the terms and conditions of this License Agreement, PSF hereby
7989 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
7990 analyze, test, perform and/or display publicly, prepare derivative works,
7991 distribute, and otherwise use Python alone or in any derivative version,
7992 provided, however, that PSF's License Agreement and PSF's notice of copyright,
7993 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
7994 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
7995 alone or in any derivative version prepared by Licensee.
7996
7997 3. In the event Licensee prepares a derivative work that is based on
7998 or incorporates Python or any part thereof, and wants to make
7999 the derivative work available to others as provided herein, then
8000 Licensee hereby agrees to include in any such work a brief summary of
8001 the changes made to Python.
8002
8003 4. PSF is making Python available to Licensee on an "AS IS"
8004 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
8005 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
8006 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
8007 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
8008 INFRINGE ANY THIRD PARTY RIGHTS.
8009
8010 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
8011 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
8012 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
8013 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
8014
8015 6. This License Agreement will automatically terminate upon a material
8016 breach of its terms and conditions.
8017
8018 7. Nothing in this License Agreement shall be deemed to create any
8019 relationship of agency, partnership, or joint venture between PSF and
8020 Licensee. This License Agreement does not grant permission to use PSF
8021 trademarks or trade name in a trademark sense to endorse or promote
8022 products or services of Licensee, or any third party.
8023
8024 8. By copying, installing or otherwise using Python, Licensee
8025 agrees to be bound by the terms and conditions of this License
8026 Agreement.
8027
8028
8029 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
8030 -------------------------------------------
8031
8032 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
8033
8034 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
8035 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
8036 Individual or Organization ("Licensee") accessing and otherwise using
8037 this software in source or binary form and its associated
8038 documentation ("the Software").
8039
8040 2. Subject to the terms and conditions of this BeOpen Python License
8041 Agreement, BeOpen hereby grants Licensee a non-exclusive,
8042 royalty-free, world-wide license to reproduce, analyze, test, perform
8043 and/or display publicly, prepare derivative works, distribute, and
8044 otherwise use the Software alone or in any derivative version,
8045 provided, however, that the BeOpen Python License is retained in the
8046 Software, alone or in any derivative version prepared by Licensee.
8047
8048 3. BeOpen is making the Software available to Licensee on an "AS IS"
8049 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
8050 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
8051 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
8052 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
8053 INFRINGE ANY THIRD PARTY RIGHTS.
8054
8055 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
8056 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
8057 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
8058 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
8059
8060 5. This License Agreement will automatically terminate upon a material
8061 breach of its terms and conditions.
8062
8063 6. This License Agreement shall be governed by and interpreted in all
8064 respects by the law of the State of California, excluding conflict of
8065 law provisions. Nothing in this License Agreement shall be deemed to
8066 create any relationship of agency, partnership, or joint venture
8067 between BeOpen and Licensee. This License Agreement does not grant
8068 permission to use BeOpen trademarks or trade names in a trademark
8069 sense to endorse or promote products or services of Licensee, or any
8070 third party. As an exception, the "BeOpen Python" logos available at
8071 http://www.pythonlabs.com/logos.html may be used according to the
8072 permissions granted on that web page.
8073
8074 7. By copying, installing or otherwise using the software, Licensee
8075 agrees to be bound by the terms and conditions of this License
8076 Agreement.
8077
8078
8079 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
8080 ---------------------------------------
8081
8082 1. This LICENSE AGREEMENT is between the Corporation for National
8083 Research Initiatives, having an office at 1895 Preston White Drive,
8084 Reston, VA 20191 ("CNRI"), and the Individual or Organization
8085 ("Licensee") accessing and otherwise using Python 1.6.1 software in
8086 source or binary form and its associated documentation.
8087
8088 2. Subject to the terms and conditions of this License Agreement, CNRI
8089 hereby grants Licensee a nonexclusive, royalty-free, world-wide
8090 license to reproduce, analyze, test, perform and/or display publicly,
8091 prepare derivative works, distribute, and otherwise use Python 1.6.1
8092 alone or in any derivative version, provided, however, that CNRI's
8093 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
8094 1995-2001 Corporation for National Research Initiatives; All Rights
8095 Reserved" are retained in Python 1.6.1 alone or in any derivative
8096 version prepared by Licensee. Alternately, in lieu of CNRI's License
8097 Agreement, Licensee may substitute the following text (omitting the
8098 quotes): "Python 1.6.1 is made available subject to the terms and
8099 conditions in CNRI's License Agreement. This Agreement together with
8100 Python 1.6.1 may be located on the Internet using the following
8101 unique, persistent identifier (known as a handle): 1895.22/1013. This
8102 Agreement may also be obtained from a proxy server on the Internet
8103 using the following URL: http://hdl.handle.net/1895.22/1013".
8104
8105 3. In the event Licensee prepares a derivative work that is based on
8106 or incorporates Python 1.6.1 or any part thereof, and wants to make
8107 the derivative work available to others as provided herein, then
8108 Licensee hereby agrees to include in any such work a brief summary of
8109 the changes made to Python 1.6.1.
8110
8111 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
8112 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
8113 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
8114 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
8115 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
8116 INFRINGE ANY THIRD PARTY RIGHTS.
8117
8118 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
8119 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
8120 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
8121 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
8122
8123 6. This License Agreement will automatically terminate upon a material
8124 breach of its terms and conditions.
8125
8126 7. This License Agreement shall be governed by the federal
8127 intellectual property law of the United States, including without
8128 limitation the federal copyright law, and, to the extent such
8129 U.S. federal law does not apply, by the law of the Commonwealth of
8130 Virginia, excluding Virginia's conflict of law provisions.
8131 Notwithstanding the foregoing, with regard to derivative works based
8132 on Python 1.6.1 that incorporate non-separable material that was
8133 previously distributed under the GNU General Public License (GPL), the
8134 law of the Commonwealth of Virginia shall govern this License
8135 Agreement only as to issues arising under or with respect to
8136 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
8137 License Agreement shall be deemed to create any relationship of
8138 agency, partnership, or joint venture between CNRI and Licensee. This
8139 License Agreement does not grant permission to use CNRI trademarks or
8140 trade name in a trademark sense to endorse or promote products or
8141 services of Licensee, or any third party.
8142
8143 8. By clicking on the "ACCEPT" button where indicated, or by copying,
8144 installing or otherwise using Python 1.6.1, Licensee agrees to be
8145 bound by the terms and conditions of this License Agreement.
8146
8147 ACCEPT
8148
8149
8150 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
8151 --------------------------------------------------
8152
8153 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
8154 The Netherlands. All rights reserved.
8155
8156 Permission to use, copy, modify, and distribute this software and its
8157 documentation for any purpose and without fee is hereby granted,
8158 provided that the above copyright notice appear in all copies and that
8159 both that copyright notice and this permission notice appear in
8160 supporting documentation, and that the name of Stichting Mathematisch
8161 Centrum or CWI not be used in advertising or publicity pertaining to
8162 distribution of the software without specific, written prior
8163 permission.
8164
8165 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
8166 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
8167 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
8168 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
8169 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
8170 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
8171 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8172
8173 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8174
8175 Scanned Source license Python-2.7.3/Modules/_ctypes/darwin/LICENSE:
8176
8177 Copyright (c) 2002 Jorge Acereda <jacereda (a] users.sourceforge.net> &
8178 Peter O'Gorman <ogorman (a] users.sourceforge.net>
8179
8180 Portions may be copyright others, see the AUTHORS file included with this
8181 distribution.
8182
8183 Maintained by Peter O'Gorman <ogorman (a] users.sourceforge.net>
8184
8185 Bug Reports and other queries should go to <ogorman (a] users.sourceforge.net>
8186
8187
8188 Permission is hereby granted, free of charge, to any person obtaining
8189 a copy of this software and associated documentation files (the
8190 "Software"), to deal in the Software without restriction, including
8191 without limitation the rights to use, copy, modify, merge, publish,
8192 distribute, sublicense, and/or sell copies of the Software, and to
8193 permit persons to whom the Software is furnished to do so, subject to
8194 the following conditions:
8195
8196 The above copyright notice and this permission notice shall be
8197 included in all copies or substantial portions of the Software.
8198
8199 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8200 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8201 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8202 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
8203 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
8204 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
8205 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8206
8207
8208
8209 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8210
8211 Scanned Source license Python-2.7.3/Modules/_ctypes/libffi/LICENSE:
8212
8213 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others.
8214 See source files for details.
8215
8216 Permission is hereby granted, free of charge, to any person obtaining
8217 a copy of this software and associated documentation files (the
8218 ``Software''), to deal in the Software without restriction, including
8219 without limitation the rights to use, copy, modify, merge, publish,
8220 distribute, sublicense, and/or sell copies of the Software, and to
8221 permit persons to whom the Software is furnished to do so, subject to
8222 the following conditions:
8223
8224 The above copyright notice and this permission notice shall be included
8225 in all copies or substantial portions of the Software.
8226
8227 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
8228 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8229 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8230 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8231 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8232 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8233 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8234
8235 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8236
8237 Scanned Source license Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE:
8238
8239 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
8240
8241 Permission is hereby granted, free of charge, to any person obtaining
8242 a copy of this software and associated documentation files (the
8243 ``Software''), to deal in the Software without restriction, including
8244 without limitation the rights to use, copy, modify, merge, publish,
8245 distribute, sublicense, and/or sell copies of the Software, and to
8246 permit persons to whom the Software is furnished to do so, subject to
8247 the following conditions:
8248
8249 The above copyright notice and this permission notice shall be included
8250 in all copies or substantial portions of the Software.
8251
8252 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
8253 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8254 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8255 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
8256 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
8257 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
8258 OTHER DEALINGS IN THE SOFTWARE.
8259
8260 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8261
8262 Scanned Source license Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE:
8263
8264 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
8265
8266 Permission is hereby granted, free of charge, to any person obtaining
8267 a copy of this software and associated documentation files (the
8268 ``Software''), to deal in the Software without restriction, including
8269 without limitation the rights to use, copy, modify, merge, publish,
8270 distribute, sublicense, and/or sell copies of the Software, and to
8271 permit persons to whom the Software is furnished to do so, subject to
8272 the following conditions:
8273
8274 The above copyright notice and this permission notice shall be included
8275 in all copies or substantial portions of the Software.
8276
8277 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
8278 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8279 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8280 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
8281 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
8282 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
8283 OTHER DEALINGS IN THE SOFTWARE.
8284
8285 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8286
8287 Scanned Source license Python-2.7.3/Modules/expat/COPYING:
8288
8289 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
8290 and Clark Cooper
8291
8292 Permission is hereby granted, free of charge, to any person obtaining
8293 a copy of this software and associated documentation files (the
8294 "Software"), to deal in the Software without restriction, including
8295 without limitation the rights to use, copy, modify, merge, publish,
8296 distribute, sublicense, and/or sell copies of the Software, and to
8297 permit persons to whom the Software is furnished to do so, subject to
8298 the following conditions:
8299
8300 The above copyright notice and this permission notice shall be included
8301 in all copies or substantial portions of the Software.
8302
8303 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8304 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8305 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8306 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8307 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8308 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8309 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8310
8311 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8312
8313 Scanned Source license Python-2.7.3/Tools/pybench/LICENSE:
8314
8315 pybench License
8316 ---------------
8317
8318 This copyright notice and license applies to all files in the pybench
8319 directory of the pybench distribution.
8320
8321 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal (a] lemburg.com)
8322 Copyright (c), 2000-2006, eGenix.com Software GmbH (info (a] egenix.com)
8323
8324 All Rights Reserved.
8325
8326 Permission to use, copy, modify, and distribute this software and its
8327 documentation for any purpose and without fee or royalty is hereby
8328 granted, provided that the above copyright notice appear in all copies
8329 and that both that copyright notice and this permission notice appear
8330 in supporting documentation or portions thereof, including
8331 modifications, that you make.
8332
8333 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO
8334 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
8335 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
8336 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
8337 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8338 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
8339 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
8340
8341 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8342 </pre>
8343 <ul>
8344 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
8345 </ul>
8346 </div>
8347 </div>
8348
8349
8350 <div class="product">
8351 <span class="title">python-evdev-0.3.1</span>
8352 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8353 <span class="homepage"><a href="http://gvalkov.github.com/python-evdev/">homepage</a></span>
8354 <div class="licence">
8355 <pre>Scanned Source license python-evdev-0.3.1/LICENSE:
8356
8357 Copyright (c) 2012 Georgi Valkov. All rights reserved.
8358
8359 Redistribution and use in source and binary forms, with or without
8360 modification, are permitted provided that the following conditions are
8361 met:
8362
8363 1. Redistributions of source code must retain the above copyright
8364 notice, this list of conditions and the following disclaimer.
8365
8366 2. Redistributions in binary form must reproduce the above copyright
8367 notice, this list of conditions and the following disclaimer in
8368 the documentation and/or other materials provided with the
8369 distribution.
8370
8371 3. Neither the name of author nor the names of its contributors may
8372 be used to endorse or promote products derived from this software
8373 without specific prior written permission.
8374
8375 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
8376 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
8377 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
8378 DISCLAIMED. IN NO EVENT SHALL GEORGI VALKOV BE LIABLE FOR ANY
8379 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
8380 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
8381 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
8382 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8383 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
8384 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8385
8386 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8387 </pre>
8388 <ul>
8389
8390 </ul>
8391 </div>
8392 </div>
8393
8394
8395 <div class="product">
8396 <span class="title">python-updater-0.10</span>
8397 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8398 <span class="homepage"><a href="http://www.gentoo.org/proj/en/Python/">homepage</a></span>
8399 <div class="licence">
8400 <pre></pre>
8401 <ul>
8402 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8403 </ul>
8404 </div>
8405 </div>
8406
8407
8408 <div class="product">
8409 <span class="title">pyyaml-3.09</span>
8410 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8411 <span class="homepage"><a href="http://pyyaml.org/wiki/PyYAML">homepage</a></span>
8412 <div class="licence">
8413 <pre>Scanned Source license PyYAML-3.09/LICENSE:
8414
8415 Copyright (c) 2006 Kirill Simonov
8416
8417 Permission is hereby granted, free of charge, to any person obtaining a copy of
8418 this software and associated documentation files (the "Software"), to deal in
8419 the Software without restriction, including without limitation the rights to
8420 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8421 of the Software, and to permit persons to whom the Software is furnished to do
8422 so, subject to the following conditions:
8423
8424 The above copyright notice and this permission notice shall be included in all
8425 copies or substantial portions of the Software.
8426
8427 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8428 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8429 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8430 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8431 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8432 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8433 SOFTWARE.
8434
8435 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8436 </pre>
8437 <ul>
8438
8439 </ul>
8440 </div>
8441 </div>
8442
8443
8444 <div class="product">
8445 <span class="title">ragel-6.7</span>
8446 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8447 <span class="homepage"><a href="http://www.complang.org/ragel/">homepage</a></span>
8448 <div class="licence">
8449 <pre></pre>
8450 <ul>
8451 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8452 </ul>
8453 </div>
8454 </div>
8455
8456
8457 <div class="product">
8458 <span class="title">readline-6.2_p1</span>
8459 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8460 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span>
8461 <div class="licence">
8462 <pre></pre>
8463 <ul>
8464 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8465 </ul>
8466 </div>
8467 </div>
8468
8469
8470 <div class="product">
8471 <span class="title">realtek-rt2800-firmware-0.0.1</span>
8472 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8473 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span>
8474 <div class="licence">
8475 <pre></pre>
8476 <ul>
8477 <li><a href='#ralink-firmware'>Gentoo Package Stock License ralink-firmware</a></li>
8478 </ul>
8479 </div>
8480 </div>
8481
8482
8483 <div class="product">
8484 <span class="title">rootdev-0.0.1</span>
8485 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8486 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
8487 <div class="licence">
8488 <pre>Scanned Source license rootdev-0.0.1/LICENSE:
8489
8490 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
8491 //
8492 // Redistribution and use in source and binary forms, with or without
8493 // modification, are permitted provided that the following conditions are
8494 // met:
8495 //
8496 // * Redistributions of source code must retain the above copyright
8497 // notice, this list of conditions and the following disclaimer.
8498 // * Redistributions in binary form must reproduce the above
8499 // copyright notice, this list of conditions and the following disclaimer
8500 // in the documentation and/or other materials provided with the
8501 // distribution.
8502 // * Neither the name of Google Inc. nor the names of its
8503 // contributors may be used to endorse or promote products derived from
8504 // this software without specific prior written permission.
8505 //
8506 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8507 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8508 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8509 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8510 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8511 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8512 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8513 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8514 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8515 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8516 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8517
8518 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8519 </pre>
8520 <ul>
8521
8522 </ul>
8523 </div>
8524 </div>
8525
8526
8527 <div class="product">
8528 <span class="title">rsync-3.0.8</span>
8529 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8530 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span>
8531 <div class="licence">
8532 <pre></pre>
8533 <ul>
8534 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8535 </ul>
8536 </div>
8537 </div>
8538
8539
8540 <div class="product">
8541 <span class="title">rsyslog-5.8.11</span>
8542 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8543 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span>
8544 <div class="licence">
8545 <pre></pre>
8546 <ul>
8547 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8548 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
8549 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
8550 </ul>
8551 </div>
8552 </div>
8553
8554
8555 <div class="product">
8556 <span class="title">sandbox-2.6</span>
8557 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8558 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
8559 <div class="licence">
8560 <pre></pre>
8561 <ul>
8562 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8563 </ul>
8564 </div>
8565 </div>
8566
8567
8568 <div class="product">
8569 <span class="title">sbc-1.0</span>
8570 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8571 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span>
8572 <div class="licence">
8573 <pre></pre>
8574 <ul>
8575 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8576 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
8577 </ul>
8578 </div>
8579 </div>
8580
8581
8582 <div class="product">
8583 <span class="title">scons-2.0.1</span>
8584 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8585 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span>
8586 <div class="licence">
8587 <pre>Scanned Source license scons-2.0.1/LICENSE.txt:
8588
8589 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
8590
8591 Permission is hereby granted, free of charge, to any person obtaining
8592 a copy of this software and associated documentation files (the
8593 "Software"), to deal in the Software without restriction, including
8594 without limitation the rights to use, copy, modify, merge, publish,
8595 distribute, sublicense, and/or sell copies of the Software, and to
8596 permit persons to whom the Software is furnished to do so, subject to
8597 the following conditions:
8598
8599 The above copyright notice and this permission notice shall be included
8600 in all copies or substantial portions of the Software.
8601
8602 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
8603 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
8604 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
8605 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
8606 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
8607 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
8608 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8609
8610 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8611 </pre>
8612 <ul>
8613
8614 </ul>
8615 </div>
8616 </div>
8617
8618
8619 <div class="product">
8620 <span class="title">sed-4.2.1</span>
8621 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8622 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span>
8623 <div class="licence">
8624 <pre></pre>
8625 <ul>
8626 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8627 </ul>
8628 </div>
8629 </div>
8630
8631
8632 <div class="product">
8633 <span class="title">setproctitle-1.1.6</span>
8634 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8635 <span class="homepage"><a href="http://code.google.com/p/py-setproctitle/">homepage</a></span>
8636 <div class="licence">
8637 <pre>Scanned Source license setproctitle-1.1.6/COPYRIGHT:
8638
8639 Copyright (c) 2009-2012, Daniele Varrazzo <daniele.varrazzo (a] gmail.com>
8640 All rights reserved.
8641
8642 Redistribution and use in source and binary forms, with or without
8643 modification, are permitted provided that the following conditions are met:
8644
8645 * Redistributions of source code must retain the above copyright notice, this
8646 list of conditions and the following disclaimer.
8647 * Redistributions in binary form must reproduce the above copyright notice,
8648 this list of conditions and the following disclaimer in the documentation
8649 and/or other materials provided with the distribution.
8650 * The name of Daniele Varrazzo may not be used to endorse or promote
8651 products derived from this software without specific prior written
8652 permission.
8653
8654 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
8655 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
8656 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
8657 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
8658 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
8659 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
8660 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
8661 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
8662 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
8663 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8664
8665 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8666 </pre>
8667 <ul>
8668
8669 </ul>
8670 </div>
8671 </div>
8672
8673
8674 <div class="product">
8675 <span class="title">setuptools-0.6.14</span>
8676 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8677 <span class="homepage"><a href="http://pypi.python.org/pypi/distribute">homepage</a></span>
8678 <div class="licence">
8679 <pre></pre>
8680 <ul>
8681 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
8682 </ul>
8683 </div>
8684 </div>
8685
8686
8687 <div class="product">
8688 <span class="title">sgml-common-0.6.3</span>
8689 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8690 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span>
8691 <div class="licence">
8692 <pre></pre>
8693 <ul>
8694 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8695 </ul>
8696 </div>
8697 </div>
8698
8699
8700 <div class="product">
8701 <span class="title">shadow-4.1.2.2</span>
8702 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8703 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span>
8704 <div class="licence">
8705 <pre>Scanned Source license shadow-4.1.2.2/COPYING:
8706
8707 NOTE:
8708 This license has been obsoleted by the change to the BSD-style copyright.
8709 You may continue to use this license if you wish, but you are under no
8710 obligation to do so.
8711
8712 (*
8713 This document is freely plagiarised from the 'Artistic Licence',
8714 distributed as part of the Perl v4.0 kit by Larry Wall, which is
8715 available from most major archive sites. I stole it from CrackLib.
8716
8717 $Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $
8718 *)
8719
8720 This documents purpose is to state the conditions under which this
8721 Package (See definition below) viz: "Shadow", the Shadow Password Suite
8722 which is held by Julianne Frances Haugh, may be copied, such that the
8723 copyright holder maintains some semblance of artistic control over the
8724 development of the package, while giving the users of the package the
8725 right to use and distribute the Package in a more-or-less customary
8726 fashion, plus the right to make reasonable modifications.
8727
8728 So there.
8729
8730 ***************************************************************************
8731
8732 Definitions:
8733
8734
8735 A "Package" refers to the collection of files distributed by the
8736 Copyright Holder, and derivatives of that collection of files created
8737 through textual modification, or segments thereof.
8738
8739 "Standard Version" refers to such a Package if it has not been modified,
8740 or has been modified in accordance with the wishes of the Copyright
8741 Holder.
8742
8743 "Copyright Holder" is whoever is named in the copyright or copyrights
8744 for the package.
8745
8746 "You" is you, if you're thinking about copying or distributing this
8747 Package.
8748
8749 "Reasonable copying fee" is whatever you can justify on the basis of
8750 media cost, duplication charges, time of people involved, and so on.
8751 (You will not be required to justify it to the Copyright Holder, but
8752 only to the computing community at large as a market that must bear the
8753 fee.)
8754
8755 "Freely Available" means that no fee is charged for the item itself,
8756 though there may be fees involved in handling the item. It also means
8757 that recipients of the item may redistribute it under the same
8758 conditions they received it.
8759
8760
8761 1. You may make and give away verbatim copies of the source form of the
8762 Standard Version of this Package without restriction, provided that you
8763 duplicate all of the original copyright notices and associated
8764 disclaimers.
8765
8766 2. You may apply bug fixes, portability fixes and other modifications
8767 derived from the Public Domain or from the Copyright Holder. A Package
8768 modified in such a way shall still be considered the Standard Version.
8769
8770 3. You may otherwise modify your copy of this Package in any way,
8771 provided that you insert a prominent notice in each changed file stating
8772 how and when AND WHY you changed that file, and provided that you do at
8773 least ONE of the following:
8774
8775 a) place your modifications in the Public Domain or otherwise make them
8776 Freely Available, such as by posting said modifications to Usenet or an
8777 equivalent medium, or placing the modifications on a major archive site
8778 such as uunet.uu.net, or by allowing the Copyright Holder to include
8779 your modifications in the Standard Version of the Package.
8780
8781 b) use the modified Package only within your corporation or organization.
8782
8783 c) rename any non-standard executables so the names do not conflict with
8784 standard executables, which must also be provided, and provide separate
8785 documentation for each non-standard executable that clearly documents
8786 how it differs from the Standard Version.
8787
8788 d) make other distribution arrangements with the Copyright Holder.
8789
8790 4. You may distribute the programs of this Package in object code or
8791 executable form, provided that you do at least ONE of the following:
8792
8793 a) distribute a Standard Version of the executables and library files,
8794 together with instructions (in the manual page or equivalent) on where
8795 to get the Standard Version.
8796
8797 b) accompany the distribution with the machine-readable source of the
8798 Package with your modifications.
8799
8800 c) accompany any non-standard executables with their corresponding
8801 Standard Version executables, giving the non-standard executables
8802 non-standard names, and clearly documenting the differences in manual
8803 pages (or equivalent), together with instructions on where to get the
8804 Standard Version.
8805
8806 d) make other distribution arrangements with the Copyright Holder.
8807
8808 5. You may charge a reasonable copying fee for any distribution of this
8809 Package. You may charge any fee you choose for support of this Package.
8810 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may
8811 distribute this Package in aggregate with other (possibly commercial)
8812 programs as part of a larger (possibly commercial) software distribution
8813 provided that YOU DO NOT ADVERTISE this package as a product of your
8814 own.
8815
8816 6. The name of the Copyright Holder may not be used to endorse or
8817 promote products derived from this software without specific prior
8818 written permission.
8819
8820 7. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
8821 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
8822 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
8823
8824 The End
8825
8826 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8827 </pre>
8828 <ul>
8829 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8830 </ul>
8831 </div>
8832 </div>
8833
8834
8835 <div class="product">
8836 <span class="title">shared-mime-info-0.90</span>
8837 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8838 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span>
8839 <div class="licence">
8840 <pre></pre>
8841 <ul>
8842 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8843 </ul>
8844 </div>
8845 </div>
8846
8847
8848 <div class="product">
8849 <span class="title">sharutils-4.7</span>
8850 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8851 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span>
8852 <div class="licence">
8853 <pre></pre>
8854 <ul>
8855 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8856 </ul>
8857 </div>
8858 </div>
8859
8860
8861 <div class="product">
8862 <span class="title">shflags-1.0.3</span>
8863 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8864 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span>
8865 <div class="licence">
8866 <pre></pre>
8867 <ul>
8868 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
8869 </ul>
8870 </div>
8871 </div>
8872
8873
8874 <div class="product">
8875 <span class="title">sil-abyssinica-1.0</span>
8876 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8877 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span>
8878 <div class="licence">
8879 <pre></pre>
8880 <ul>
8881 <li><a href='#OFL'>Gentoo Package Stock License OFL</a></li>
8882 </ul>
8883 </div>
8884 </div>
8885
8886
8887 <div class="product">
8888 <span class="title">simplejson-2.5.0</span>
8889 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8890 <span class="homepage"><a href="http://undefined.org/python/#simplejson">homepage</a></span>
8891 <div class="licence">
8892 <pre>Scanned Source license simplejson-2.5.0/LICENSE.txt:
8893
8894 Copyright (c) 2006 Bob Ippolito
8895
8896 Permission is hereby granted, free of charge, to any person obtaining a copy of
8897 this software and associated documentation files (the "Software"), to deal in
8898 the Software without restriction, including without limitation the rights to
8899 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8900 of the Software, and to permit persons to whom the Software is furnished to do
8901 so, subject to the following conditions:
8902
8903 The above copyright notice and this permission notice shall be included in all
8904 copies or substantial portions of the Software.
8905
8906 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8907 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8908 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8909 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8910 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8911 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8912 SOFTWARE.
8913
8914 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8915 </pre>
8916 <ul>
8917
8918 </ul>
8919 </div>
8920 </div>
8921
8922
8923 <div class="product">
8924 <span class="title">smartmontools-5.42</span>
8925 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8926 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span>
8927 <div class="licence">
8928 <pre></pre>
8929 <ul>
8930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8931 </ul>
8932 </div>
8933 </div>
8934
8935
8936 <div class="product">
8937 <span class="title">speex-1.2_rc1</span>
8938 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8939 <span class="homepage"><a href="http://www.speex.org">homepage</a></span>
8940 <div class="licence">
8941 <pre>Scanned Source license speex-1.2rc1/COPYING:
8942
8943 Copyright 2002-2008 Xiph.org Foundation
8944 Copyright 2002-2008 Jean-Marc Valin
8945 Copyright 2005-2007 Analog Devices Inc.
8946 Copyright 2005-2008 Commonwealth Scientific and Industrial Research
8947 Organisation (CSIRO)
8948 Copyright 1993, 2002, 2006 David Rowe
8949 Copyright 2003 EpicGames
8950 Copyright 1992-1994 Jutta Degener, Carsten Bormann
8951
8952 Redistribution and use in source and binary forms, with or without
8953 modification, are permitted provided that the following conditions
8954 are met:
8955
8956 - Redistributions of source code must retain the above copyright
8957 notice, this list of conditions and the following disclaimer.
8958
8959 - Redistributions in binary form must reproduce the above copyright
8960 notice, this list of conditions and the following disclaimer in the
8961 documentation and/or other materials provided with the distribution.
8962
8963 - Neither the name of the Xiph.org Foundation nor the names of its
8964 contributors may be used to endorse or promote products derived from
8965 this software without specific prior written permission.
8966
8967 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8968 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8969 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8970 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
8971 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
8972 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
8973 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
8974 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
8975 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
8976 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
8977 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8978
8979 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8980 </pre>
8981 <ul>
8982
8983 </ul>
8984 </div>
8985 </div>
8986
8987
8988 <div class="product">
8989 <span class="title">sqlite-3.6.22</span>
8990 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
8991 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span>
8992 <div class="licence">
8993 <pre></pre>
8994 <ul>
8995 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
8996 </ul>
8997 </div>
8998 </div>
8999
9000
9001 <div class="product">
9002 <span class="title">stressapptest-1.0.4</span>
9003 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9004 <span class="homepage"><a href="http://code.google.com/p/stressapptest/">homepage</a></span>
9005 <div class="licence">
9006 <pre></pre>
9007 <ul>
9008 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
9009 </ul>
9010 </div>
9011 </div>
9012
9013
9014 <div class="product">
9015 <span class="title">strongswan-5.0.2</span>
9016 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9017 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span>
9018 <div class="licence">
9019 <pre></pre>
9020 <ul>
9021 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9022 <li><a href='#RSA'>Gentoo Package Stock License RSA</a></li>
9023 <li><a href='#DES'>Gentoo Package Stock License DES</a></li>
9024 </ul>
9025 </div>
9026 </div>
9027
9028
9029 <div class="product">
9030 <span class="title">sudo-1.8.6_p7</span>
9031 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9032 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span>
9033 <div class="licence">
9034 <pre>Scanned Source license sudo-1.8.6p7/doc/LICENSE:
9035
9036 Sudo is distributed under the following license:
9037
9038 Copyright (c) 1994-1996, 1998-2012
9039 Todd C. Miller <Todd.Miller (a] courtesan.com>
9040
9041 Permission to use, copy, modify, and distribute this software for any
9042 purpose with or without fee is hereby granted, provided that the above
9043 copyright notice and this permission notice appear in all copies.
9044
9045 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9046 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9047 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
9048 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
9049 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
9050 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
9051 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9052
9053 Sponsored in part by the Defense Advanced Research Projects
9054 Agency (DARPA) and Air Force Research Laboratory, Air Force
9055 Materiel Command, USAF, under agreement number F39502-99-1-0512.
9056
9057 The file redblack.c bears the following license:
9058
9059 Copyright (c) 2001 Emin Martinian
9060
9061 Redistribution and use in source and binary forms, with or without
9062 modification, are permitted provided that neither the name of Emin
9063 Martinian nor the names of any contributors are be used to endorse or
9064 promote products derived from this software without specific prior
9065 written permission.
9066
9067 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9068 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9069 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9070 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9071 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9072 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9073 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9074 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9075 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9076 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9077 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9078
9079 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
9080
9081 Copyright (c) 1989, 1990, 1991, 1993
9082 The Regents of the University of California. All rights reserved.
9083
9084 Redistribution and use in source and binary forms, with or without
9085 modification, are permitted provided that the following conditions
9086 are met:
9087 1. Redistributions of source code must retain the above copyright
9088 notice, this list of conditions and the following disclaimer.
9089 2. Redistributions in binary form must reproduce the above copyright
9090 notice, this list of conditions and the following disclaimer in the
9091 documentation and/or other materials provided with the distribution.
9092 3. Neither the name of the University nor the names of its contributors
9093 may be used to endorse or promote products derived from this software
9094 without specific prior written permission.
9095
9096 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
9097 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
9098 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
9099 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
9100 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
9101 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
9102 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
9103 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
9104 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
9105 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
9106 SUCH DAMAGE.
9107
9108 The file fnmatch.c bears the following license:
9109
9110 Copyright (c) 2011, VMware, Inc.
9111 All rights reserved.
9112
9113 Redistribution and use in source and binary forms, with or without
9114 modification, are permitted provided that the following conditions are met:
9115 * Redistributions of source code must retain the above copyright
9116 notice, this list of conditions and the following disclaimer.
9117 * Redistributions in binary form must reproduce the above copyright
9118 notice, this list of conditions and the following disclaimer in the
9119 documentation and/or other materials provided with the distribution.
9120 * Neither the name of the VMware, Inc. nor the names of its contributors
9121 may be used to endorse or promote products derived from this software
9122 without specific prior written permission.
9123
9124 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
9125 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
9126 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
9127 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
9128 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
9129 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
9130 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
9131 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9132 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
9133 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9134
9135 The embedded copy of zlib bears the following license:
9136
9137 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
9138
9139 This software is provided 'as-is', without any express or implied
9140 warranty. In no event will the authors be held liable for any damages
9141 arising from the use of this software.
9142
9143 Permission is granted to anyone to use this software for any purpose,
9144 including commercial applications, and to alter it and redistribute it
9145 freely, subject to the following restrictions:
9146
9147 1. The origin of this software must not be misrepresented; you must not
9148 claim that you wrote the original software. If you use this software
9149 in a product, an acknowledgment in the product documentation would be
9150 appreciated but is not required.
9151 2. Altered source versions must be plainly marked as such, and must not be
9152 misrepresented as being the original software.
9153 3. This notice may not be removed or altered from any source distribution.
9154
9155 Jean-loup Gailly Mark Adler
9156 jloup (a] gzip.org madler (a] alumni.caltech.edu
9157
9158 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9159 </pre>
9160 <ul>
9161 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
9162 </ul>
9163 </div>
9164 </div>
9165
9166
9167 <div class="product">
9168 <span class="title">swig-2.0.4</span>
9169 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9170 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span>
9171 <div class="licence">
9172 <pre>Scanned Source license swig-2.0.4/CCache/COPYING:
9173
9174 GNU GENERAL PUBLIC LICENSE
9175 Version 2, June 1991
9176
9177 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
9178 675 Mass Ave, Cambridge, MA 02139, USA
9179 Everyone is permitted to copy and distribute verbatim copies
9180 of this license document, but changing it is not allowed.
9181
9182 Preamble
9183
9184 The licenses for most software are designed to take away your
9185 freedom to share and change it. By contrast, the GNU General Public
9186 License is intended to guarantee your freedom to share and change free
9187 software--to make sure the software is free for all its users. This
9188 General Public License applies to most of the Free Software
9189 Foundation's software and to any other program whose authors commit to
9190 using it. (Some other Free Software Foundation software is covered by
9191 the GNU Library General Public License instead.) You can apply it to
9192 your programs, too.
9193
9194 When we speak of free software, we are referring to freedom, not
9195 price. Our General Public Licenses are designed to make sure that you
9196 have the freedom to distribute copies of free software (and charge for
9197 this service if you wish), that you receive source code or can get it
9198 if you want it, that you can change the software or use pieces of it
9199 in new free programs; and that you know you can do these things.
9200
9201 To protect your rights, we need to make restrictions that forbid
9202 anyone to deny you these rights or to ask you to surrender the rights.
9203 These restrictions translate to certain responsibilities for you if you
9204 distribute copies of the software, or if you modify it.
9205
9206 For example, if you distribute copies of such a program, whether
9207 gratis or for a fee, you must give the recipients all the rights that
9208 you have. You must make sure that they, too, receive or can get the
9209 source code. And you must show them these terms so they know their
9210 rights.
9211
9212 We protect your rights with two steps: (1) copyright the software, and
9213 (2) offer you this license which gives you legal permission to copy,
9214 distribute and/or modify the software.
9215
9216 Also, for each author's protection and ours, we want to make certain
9217 that everyone understands that there is no warranty for this free
9218 software. If the software is modified by someone else and passed on, we
9219 want its recipients to know that what they have is not the original, so
9220 that any problems introduced by others will not reflect on the original
9221 authors' reputations.
9222
9223 Finally, any free program is threatened constantly by software
9224 patents. We wish to avoid the danger that redistributors of a free
9225 program will individually obtain patent licenses, in effect making the
9226 program proprietary. To prevent this, we have made it clear that any
9227 patent must be licensed for everyone's free use or not licensed at all.
9228
9229 The precise terms and conditions for copying, distribution and
9230 modification follow.
9231
9233 GNU GENERAL PUBLIC LICENSE
9234 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
9235
9236 0. This License applies to any program or other work which contains
9237 a notice placed by the copyright holder saying it may be distributed
9238 under the terms of this General Public License. The "Program", below,
9239 refers to any such program or work, and a "work based on the Program"
9240 means either the Program or any derivative work under copyright law:
9241 that is to say, a work containing the Program or a portion of it,
9242 either verbatim or with modifications and/or translated into another
9243 language. (Hereinafter, translation is included without limitation in
9244 the term "modification".) Each licensee is addressed as "you".
9245
9246 Activities other than copying, distribution and modification are not
9247 covered by this License; they are outside its scope. The act of
9248 running the Program is not restricted, and the output from the Program
9249 is covered only if its contents constitute a work based on the
9250 Program (independent of having been made by running the Program).
9251 Whether that is true depends on what the Program does.
9252
9253 1. You may copy and distribute verbatim copies of the Program's
9254 source code as you receive it, in any medium, provided that you
9255 conspicuously and appropriately publish on each copy an appropriate
9256 copyright notice and disclaimer of warranty; keep intact all the
9257 notices that refer to this License and to the absence of any warranty;
9258 and give any other recipients of the Program a copy of this License
9259 along with the Program.
9260
9261 You may charge a fee for the physical act of transferring a copy, and
9262 you may at your option offer warranty protection in exchange for a fee.
9263
9264 2. You may modify your copy or copies of the Program or any portion
9265 of it, thus forming a work based on the Program, and copy and
9266 distribute such modifications or work under the terms of Section 1
9267 above, provided that you also meet all of these conditions:
9268
9269 a) You must cause the modified files to carry prominent notices
9270 stating that you changed the files and the date of any change.
9271
9272 b) You must cause any work that you distribute or publish, that in
9273 whole or in part contains or is derived from the Program or any
9274 part thereof, to be licensed as a whole at no charge to all third
9275 parties under the terms of this License.
9276
9277 c) If the modified program normally reads commands interactively
9278 when run, you must cause it, when started running for such
9279 interactive use in the most ordinary way, to print or display an
9280 announcement including an appropriate copyright notice and a
9281 notice that there is no warranty (or else, saying that you provide
9282 a warranty) and that users may redistribute the program under
9283 these conditions, and telling the user how to view a copy of this
9284 License. (Exception: if the Program itself is interactive but
9285 does not normally print such an announcement, your work based on
9286 the Program is not required to print an announcement.)
9287
9289 These requirements apply to the modified work as a whole. If
9290 identifiable sections of that work are not derived from the Program,
9291 and can be reasonably considered independent and separate works in
9292 themselves, then this License, and its terms, do not apply to those
9293 sections when you distribute them as separate works. But when you
9294 distribute the same sections as part of a whole which is a work based
9295 on the Program, the distribution of the whole must be on the terms of
9296 this License, whose permissions for other licensees extend to the
9297 entire whole, and thus to each and every part regardless of who wrote it.
9298
9299 Thus, it is not the intent of this section to claim rights or contest
9300 your rights to work written entirely by you; rather, the intent is to
9301 exercise the right to control the distribution of derivative or
9302 collective works based on the Program.
9303
9304 In addition, mere aggregation of another work not based on the Program
9305 with the Program (or with a work based on the Program) on a volume of
9306 a storage or distribution medium does not bring the other work under
9307 the scope of this License.
9308
9309 3. You may copy and distribute the Program (or a work based on it,
9310 under Section 2) in object code or executable form under the terms of
9311 Sections 1 and 2 above provided that you also do one of the following:
9312
9313 a) Accompany it with the complete corresponding machine-readable
9314 source code, which must be distributed under the terms of Sections
9315 1 and 2 above on a medium customarily used for software interchange; or,
9316
9317 b) Accompany it with a written offer, valid for at least three
9318 years, to give any third party, for a charge no more than your
9319 cost of physically performing source distribution, a complete
9320 machine-readable copy of the corresponding source code, to be
9321 distributed under the terms of Sections 1 and 2 above on a medium
9322 customarily used for software interchange; or,
9323
9324 c) Accompany it with the information you received as to the offer
9325 to distribute corresponding source code. (This alternative is
9326 allowed only for noncommercial distribution and only if you
9327 received the program in object code or executable form with such
9328 an offer, in accord with Subsection b above.)
9329
9330 The source code for a work means the preferred form of the work for
9331 making modifications to it. For an executable work, complete source
9332 code means all the source code for all modules it contains, plus any
9333 associated interface definition files, plus the scripts used to
9334 control compilation and installation of the executable. However, as a
9335 special exception, the source code distributed need not include
9336 anything that is normally distributed (in either source or binary
9337 form) with the major components (compiler, kernel, and so on) of the
9338 operating system on which the executable runs, unless that component
9339 itself accompanies the executable.
9340
9341 If distribution of executable or object code is made by offering
9342 access to copy from a designated place, then offering equivalent
9343 access to copy the source code from the same place counts as
9344 distribution of the source code, even though third parties are not
9345 compelled to copy the source along with the object code.
9346
9348 4. You may not copy, modify, sublicense, or distribute the Program
9349 except as expressly provided under this License. Any attempt
9350 otherwise to copy, modify, sublicense or distribute the Program is
9351 void, and will automatically terminate your rights under this License.
9352 However, parties who have received copies, or rights, from you under
9353 this License will not have their licenses terminated so long as such
9354 parties remain in full compliance.
9355
9356 5. You are not required to accept this License, since you have not
9357 signed it. However, nothing else grants you permission to modify or
9358 distribute the Program or its derivative works. These actions are
9359 prohibited by law if you do not accept this License. Therefore, by
9360 modifying or distributing the Program (or any work based on the
9361 Program), you indicate your acceptance of this License to do so, and
9362 all its terms and conditions for copying, distributing or modifying
9363 the Program or works based on it.
9364
9365 6. Each time you redistribute the Program (or any work based on the
9366 Program), the recipient automatically receives a license from the
9367 original licensor to copy, distribute or modify the Program subject to
9368 these terms and conditions. You may not impose any further
9369 restrictions on the recipients' exercise of the rights granted herein.
9370 You are not responsible for enforcing compliance by third parties to
9371 this License.
9372
9373 7. If, as a consequence of a court judgment or allegation of patent
9374 infringement or for any other reason (not limited to patent issues),
9375 conditions are imposed on you (whether by court order, agreement or
9376 otherwise) that contradict the conditions of this License, they do not
9377 excuse you from the conditions of this License. If you cannot
9378 distribute so as to satisfy simultaneously your obligations under this
9379 License and any other pertinent obligations, then as a consequence you
9380 may not distribute the Program at all. For example, if a patent
9381 license would not permit royalty-free redistribution of the Program by
9382 all those who receive copies directly or indirectly through you, then
9383 the only way you could satisfy both it and this License would be to
9384 refrain entirely from distribution of the Program.
9385
9386 If any portion of this section is held invalid or unenforceable under
9387 any particular circumstance, the balance of the section is intended to
9388 apply and the section as a whole is intended to apply in other
9389 circumstances.
9390
9391 It is not the purpose of this section to induce you to infringe any
9392 patents or other property right claims or to contest validity of any
9393 such claims; this section has the sole purpose of protecting the
9394 integrity of the free software distribution system, which is
9395 implemented by public license practices. Many people have made
9396 generous contributions to the wide range of software distributed
9397 through that system in reliance on consistent application of that
9398 system; it is up to the author/donor to decide if he or she is willing
9399 to distribute software through any other system and a licensee cannot
9400 impose that choice.
9401
9402 This section is intended to make thoroughly clear what is believed to
9403 be a consequence of the rest of this License.
9404
9406 8. If the distribution and/or use of the Program is restricted in
9407 certain countries either by patents or by copyrighted interfaces, the
9408 original copyright holder who places the Program under this License
9409 may add an explicit geographical distribution limitation excluding
9410 those countries, so that distribution is permitted only in or among
9411 countries not thus excluded. In such case, this License incorporates
9412 the limitation as if written in the body of this License.
9413
9414 9. The Free Software Foundation may publish revised and/or new versions
9415 of the General Public License from time to time. Such new versions will
9416 be similar in spirit to the present version, but may differ in detail to
9417 address new problems or concerns.
9418
9419 Each version is given a distinguishing version number. If the Program
9420 specifies a version number of this License which applies to it and "any
9421 later version", you have the option of following the terms and conditions
9422 either of that version or of any later version published by the Free
9423 Software Foundation. If the Program does not specify a version number of
9424 this License, you may choose any version ever published by the Free Software
9425 Foundation.
9426
9427 10. If you wish to incorporate parts of the Program into other free
9428 programs whose distribution conditions are different, write to the author
9429 to ask for permission. For software which is copyrighted by the Free
9430 Software Foundation, write to the Free Software Foundation; we sometimes
9431 make exceptions for this. Our decision will be guided by the two goals
9432 of preserving the free status of all derivatives of our free software and
9433 of promoting the sharing and reuse of software generally.
9434
9435 NO WARRANTY
9436
9437 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
9438 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
9439 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
9440 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
9441 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
9442 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
9443 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
9444 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
9445 REPAIR OR CORRECTION.
9446
9447 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
9448 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
9449 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
9450 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
9451 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
9452 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
9453 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
9454 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
9455 POSSIBILITY OF SUCH DAMAGES.
9456
9457 END OF TERMS AND CONDITIONS
9458
9460 Appendix: How to Apply These Terms to Your New Programs
9461
9462 If you develop a new program, and you want it to be of the greatest
9463 possible use to the public, the best way to achieve this is to make it
9464 free software which everyone can redistribute and change under these terms.
9465
9466 To do so, attach the following notices to the program. It is safest
9467 to attach them to the start of each source file to most effectively
9468 convey the exclusion of warranty; and each file should have at least
9469 the "copyright" line and a pointer to where the full notice is found.
9470
9471 <one line to give the program's name and a brief idea of what it does.>
9472 Copyright (C) 19yy <name of author>
9473
9474 This program is free software; you can redistribute it and/or modify
9475 it under the terms of the GNU General Public License as published by
9476 the Free Software Foundation; either version 2 of the License, or
9477 (at your option) any later version.
9478
9479 This program is distributed in the hope that it will be useful,
9480 but WITHOUT ANY WARRANTY; without even the implied warranty of
9481 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9482 GNU General Public License for more details.
9483
9484 You should have received a copy of the GNU General Public License
9485 along with this program; if not, write to the Free Software
9486 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
9487
9488 Also add information on how to contact you by electronic and paper mail.
9489
9490 If the program is interactive, make it output a short notice like this
9491 when it starts in an interactive mode:
9492
9493 Gnomovision version 69, Copyright (C) 19yy name of author
9494 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
9495 This is free software, and you are welcome to redistribute it
9496 under certain conditions; type `show c' for details.
9497
9498 The hypothetical commands `show w' and `show c' should show the appropriate
9499 parts of the General Public License. Of course, the commands you use may
9500 be called something other than `show w' and `show c'; they could even be
9501 mouse-clicks or menu items--whatever suits your program.
9502
9503 You should also get your employer (if you work as a programmer) or your
9504 school, if any, to sign a "copyright disclaimer" for the program, if
9505 necessary. Here is a sample; alter the names:
9506
9507 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
9508 `Gnomovision' (which makes passes at compilers) written by James Hacker.
9509
9510 <signature of Ty Coon>, 1 April 1989
9511 Ty Coon, President of Vice
9512
9513 This General Public License does not permit incorporating your program into
9514 proprietary programs. If your program is a subroutine library, you may
9515 consider it more useful to permit linking proprietary applications with the
9516 library. If this is what you want to do, use the GNU Library General
9517 Public License instead of this License.
9518
9519 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9520
9521 Scanned Source license swig-2.0.4/CCache/debian/copyright:
9522
9523 This package was debianized by Paul Russell <prussell (a] debian.org> on
9524 Sun, 31 Mar 2002 14:08:57 +0200.
9525
9526 It was downloaded from http://ccache.samba.org/ftp/ccache/
9527
9528 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/
9529
9530 Upstream Author: Andrew Tridgell <tridge (a] samba.org>
9531
9532 Copyright: 2002-2005 Andrew Tridgell <tridge (a] samba.org>
9533
9534 This program is free software; you can redistribute it and/or modify
9535 it under the terms of the GNU General Public License as published by
9536 the Free Software Foundation; either version 2 of the License, or
9537 (at your option) any later version.
9538
9539 This program is distributed in the hope that it will be useful,
9540 but WITHOUT ANY WARRANTY; without even the implied warranty of
9541 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9542 GNU General Public License for more details.
9543
9544 You should have received a copy of the GNU General Public License
9545 along with this program; if not, write to the Free Software
9546 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
9547 02110-1301, USA
9548
9549 You are free to distribute this software under the terms of the GNU General
9550 Public License. On Debian systems, the complete text of the GNU General
9551 Public License can be found in /usr/share/common-licenses/GPL file.
9552
9553 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9554
9555 Scanned Source license swig-2.0.4/COPYRIGHT:
9556
9557 SWIG Copyright and Authors
9558 --------------------------
9559
9560 Copyright (c) 1995-2011 The SWIG Developers
9561 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
9562 Copyright (c) 1998-2005 University of Chicago.
9563 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California
9564
9565 Portions also copyrighted by:
9566 Network Applied Communication Laboratory, Inc
9567 Information-technology Promotion Agency, Japan
9568
9569 Active SWIG Developers:
9570 William Fulton (wsf (a] fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin)
9571 Olly Betts (olly (a] survex.com) (PHP)
9572 Joseph Wang (joequant (a] gmail.com) (R)
9573 Xavier Delacour (xavier.delacour (a] gmail.com) (Octave)
9574 David Nadlinger (code (a] klickverbot.at) (D)
9575
9576 Past SWIG developers and major contributors include:
9577 Dave Beazley (dave-swig (a] dabeaz.com) (SWIG core, Python, Tcl, Perl)
9578 Henning Thielemann (swig (a] henning-thielemann.de) (Modula3)
9579 Matthias Kppe (mkoeppe (a] mail.math.uni-magdeburg.de) (Guile, MzScheme)
9580 Luigi Ballabio (luigi.ballabio (a] fastwebnet.it) (STL wrapping)
9581 Mikel Bancroft (mikel (a] franz.com) (Allegro CL)
9582 Surendra Singhi (efuzzyone (a] netscape.net) (CLISP, CFFI)
9583 Marcelo Matus (mmatus (a] acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby])
9584 Art Yerkes (ayerkes (a] speakeasy.net) (Ocaml)
9585 Lyle Johnson (lyle (a] users.sourceforge.net) (Ruby)
9586 Charlie Savage (cfis (a] interserv.com) (Ruby)
9587 Thien-Thi Nguyen (ttn (a] glug.org) (build/test/misc)
9588 Richard Palmer (richard (a] magicality.org) (PHP)
9589 Sam Liddicott - Ananova Ltd (saml (a] liddicott.com) (PHP)
9590 Tim Hockin - Sun Microsystems (thockin (a] sun.com) (PHP)
9591 Kevin Ruland (PHP)
9592 Shibukawa Yoshiki (Japanese Translation)
9593 Jason Stewart (jason (a] openinformatics.com) (Perl5)
9594 Loic Dachary (Perl5)
9595 David Fletcher (Perl5)
9596 Gary Holt (Perl5)
9597 Masaki Fukushima (Ruby)
9598 Scott Michel (scottm (a] cs.ucla.edu) (Java directors)
9599 Tiger Feng (songyanf (a] cs.uchicago.edu) (SWIG core)
9600 Mark Rose (mrose (a] stm.lbl.gov) (Directors)
9601 Jonah Beckford (beckford (a] usermail.com) (CHICKEN)
9602 Ahmon Dancy (dancy (a] franz.com) (Allegro CL)
9603 Dirk Gerrits (Allegro CL)
9604 Neil Cawse (C#)
9605 Harco de Hilster (Java)
9606 Alexey Dyachenko (dyachenko (a] fromru.com) (Tcl)
9607 Bob Techentin (Tcl)
9608 Martin Froehlich <MartinFroehlich (a] ACM.org> (Guile)
9609 Marcio Luis Teixeira <marciot (a] holly.colostate.edu> (Guile)
9610 Duncan Temple Lang (R)
9611 Miklos Vajna <vmiklos (a] frugalware.org> (PHP directors)
9612 Mark Gossage (mark (a] gossage.cjb.net) (Lua)
9613 Gonzalo Garramuno (ggarra (a] advancedsl.com.ar) (Ruby, Ruby's UTL)
9614 John Lenz (Guile, MzScheme updates, Chicken module, runtime system)
9615 Ian Lance Taylor (Go)
9616 Vadim Zeitlin (PCRE)
9617 Stefan Zager (szager (a] gmail.com) (Python)
9618
9619 Past contributors include:
9620 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
9621 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
9622 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
9623 Klaus Wiedernders
9624 (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
9625
9626 Past students:
9627 Songyan Feng (Chicago).
9628 Xinghua Shi (Chicago).
9629 Jing Cao (Chicago).
9630 Aquinas Hobor (Chicago).
9631
9632 Historically, the following people contributed to early versions of SWIG.
9633 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
9634 at Los Alamos National Laboratory were the first users. Patrick
9635 Tullmann at the University of Utah suggested the idea of automatic
9636 documentation generation. John Schmidt and Kurtis Bleeker at the
9637 University of Utah tested out the early versions. Chris Johnson
9638 supported SWIG's developed at the University of Utah. John Buckman,
9639 Larry Virden, and Tom Schwaller provided valuable input on the first
9640 releases and improving the portability of SWIG. David Fletcher and
9641 Gary Holt have provided a great deal of input on improving SWIG's
9642 Perl5 implementation. Kevin Butler contributed the first Windows NT
9643 port.
9644
9645 Early bug reports and patches:
9646 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
9647 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
9648 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
9649 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
9650 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
9651 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
9652 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
9653 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
9654 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
9655 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
9656 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
9657 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
9658 Zhong Ren.
9659
9660
9661 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9662
9663 Scanned Source license swig-2.0.4/LICENSE:
9664
9665 SWIG is free software: you can redistribute it and/or modify it
9666 under the terms of the GNU General Public License as published by
9667 the Free Software Foundation, either version 3 of the License, or
9668 (at your option) any later version. See the LICENSE-GPL file for
9669 the full terms of the GNU General Public license version 3.
9670
9671 Portions of SWIG are also licensed under the terms of the licenses
9672 in the file LICENSE-UNIVERSITIES. You must observe the terms of
9673 these licenses, as well as the terms of the GNU General Public License,
9674 when you distribute SWIG.
9675
9676 The SWIG library and examples, under the Lib and Examples top level
9677 directories, are distributed under the following terms:
9678
9679 You may copy, modify, distribute, and make derivative works based on
9680 this software, in source code or object code form, without
9681 restriction. If you distribute the software to others, you may do
9682 so according to the terms of your choice. This software is offered as
9683 is, without warranty of any kind.
9684
9685 See the COPYRIGHT file for a list of contributors to SWIG and their
9686 copyright notices.
9687
9688 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9689 </pre>
9690 <ul>
9691 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
9692 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
9693 </ul>
9694 </div>
9695 </div>
9696
9697
9698 <div class="product">
9699 <span class="title">syslinux-3.83</span>
9700 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9701 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span>
9702 <div class="licence">
9703 <pre></pre>
9704 <ul>
9705 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9706 </ul>
9707 </div>
9708 </div>
9709
9710
9711 <div class="product">
9712 <span class="title">tar-1.26</span>
9713 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9714 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span>
9715 <div class="licence">
9716 <pre></pre>
9717 <ul>
9718 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
9719 </ul>
9720 </div>
9721 </div>
9722
9723
9724 <div class="product">
9725 <span class="title">tibt-jomolhari-0.0.3c</span>
9726 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9727 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span>
9728 <div class="licence">
9729 <pre></pre>
9730 <ul>
9731 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
9732 </ul>
9733 </div>
9734 </div>
9735
9736
9737 <div class="product">
9738 <span class="title">timezone-data-2012j</span>
9739 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9740 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span>
9741 <div class="licence">
9742 <pre></pre>
9743 <ul>
9744 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
9745 </ul>
9746 </div>
9747 </div>
9748
9749
9750 <div class="product">
9751 <span class="title">tlsdate-0.0.5</span>
9752 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9753 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span>
9754 <div class="licence">
9755 <pre>Scanned Source license tlsdate-0.0.5/LICENSE:
9756
9757 This file contains the license for tlsdate,
9758 a free software project to set your system clock securely.
9759
9760 It also lists the licenses for other components used by tlsdate.
9761
9762 For more information about tlsdate, see https://github.com/ioerror/tlsdate
9763
9764 If you got this file as a part of a larger bundle,
9765 there may be other license terms that you should be aware of.
9766
9767 ===============================================================================
9768 tlsdate is distributed under this license:
9769
9770 Copyright (c) 2011-2012, Jacob Appelbaum <jacob (a] appelbaum.net>
9771 Copyright (c) 2011-2012, The Tor Project, Inc.
9772
9773 Redistribution and use in source and binary forms, with or without
9774 modification, are permitted provided that the following conditions are
9775 met:
9776
9777 * Redistributions of source code must retain the above copyright
9778 notice, this list of conditions and the following disclaimer.
9779
9780 * Redistributions in binary form must reproduce the above
9781 copyright notice, this list of conditions and the following disclaimer
9782 in the documentation and/or other materials provided with the
9783 distribution.
9784
9785 * Neither the names of the copyright owners nor the names of its
9786 contributors may be used to endorse or promote products derived from
9787 this software without specific prior written permission.
9788
9789 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9790 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9791 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9792 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9793 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9794 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9795 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9796 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9797 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9798 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9799 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9800 ===============================================================================
9801 If you got tlsdate as a static binary with OpenSSL included, then you should
9802 know:
9803
9804 "This product includes software developed by the OpenSSL Project for use in
9805 the OpenSSL Toolkit (http://www.openssl.org/)"
9806
9807 ===============================================================================
9808
9809 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9810 </pre>
9811 <ul>
9812
9813 </ul>
9814 </div>
9815 </div>
9816
9817
9818 <div class="product">
9819 <span class="title">trousers-0.3.3</span>
9820 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9821 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span>
9822 <div class="licence">
9823 <pre></pre>
9824 <ul>
9825 <li><a href='#CPL-1.0'>Gentoo Package Stock License CPL-1.0</a></li>
9826 </ul>
9827 </div>
9828 </div>
9829
9830
9831 <div class="product">
9832 <span class="title">udev-171</span>
9833 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9834 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span>
9835 <div class="licence">
9836 <pre></pre>
9837 <ul>
9838 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9839 </ul>
9840 </div>
9841 </div>
9842
9843
9844 <div class="product">
9845 <span class="title">unittest2-0.5.1</span>
9846 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9847 <span class="homepage"><a href="http://pypi.python.org/pypi/unittest2">homepage</a></span>
9848 <div class="licence">
9849 <pre></pre>
9850 <ul>
9851 <li><a href='#BSD-Google'>Gentoo Package Stock License BSD-Google</a></li>
9852 </ul>
9853 </div>
9854 </div>
9855
9856
9857 <div class="product">
9858 <span class="title">unrar-4.2.4</span>
9859 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9860 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span>
9861 <div class="licence">
9862 <pre></pre>
9863 <ul>
9864 <li><a href='#unRAR'>Gentoo Package Stock License unRAR</a></li>
9865 </ul>
9866 </div>
9867 </div>
9868
9869
9870 <div class="product">
9871 <span class="title">upstart-1.2</span>
9872 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9873 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span>
9874 <div class="licence">
9875 <pre></pre>
9876 <ul>
9877 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9878 </ul>
9879 </div>
9880 </div>
9881
9882
9883 <div class="product">
9884 <span class="title">ureadahead-0.100.0</span>
9885 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9886 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span>
9887 <div class="licence">
9888 <pre></pre>
9889 <ul>
9890 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9891 </ul>
9892 </div>
9893 </div>
9894
9895
9896 <div class="product">
9897 <span class="title">usbutils-006</span>
9898 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9899 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span>
9900 <div class="licence">
9901 <pre></pre>
9902 <ul>
9903 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9904 </ul>
9905 </div>
9906 </div>
9907
9908
9909 <div class="product">
9910 <span class="title">util-linux-2.21.2</span>
9911 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
9912 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span>
9913 <div class="licence">
9914 <pre>Scanned Source license util-linux-2.21.2/COPYING:
9915
9916 GNU GENERAL PUBLIC LICENSE
9917 Version 2, June 1991
9918
9919 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
9920 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
9921 Everyone is permitted to copy and distribute verbatim copies
9922 of this license document, but changing it is not allowed.
9923
9924 Preamble
9925
9926 The licenses for most software are designed to take away your
9927 freedom to share and change it. By contrast, the GNU General Public
9928 License is intended to guarantee your freedom to share and change free
9929 software--to make sure the software is free for all its users. This
9930 General Public License applies to most of the Free Software
9931 Foundation's software and to any other program whose authors commit to
9932 using it. (Some other Free Software Foundation software is covered by
9933 the GNU Library General Public License instead.) You can apply it to
9934 your programs, too.
9935
9936 When we speak of free software, we are referring to freedom, not
9937 price. Our General Public Licenses are designed to make sure that you
9938 have the freedom to distribute copies of free software (and charge for
9939 this service if you wish), that you receive source code or can get it
9940 if you want it, that you can change the software or use pieces of it
9941 in new free programs; and that you know you can do these things.
9942
9943 To protect your rights, we need to make restrictions that forbid
9944 anyone to deny you these rights or to ask you to surrender the rights.
9945 These restrictions translate to certain responsibilities for you if you
9946 distribute copies of the software, or if you modify it.
9947
9948 For example, if you distribute copies of such a program, whether
9949 gratis or for a fee, you must give the recipients all the rights that
9950 you have. You must make sure that they, too, receive or can get the
9951 source code. And you must show them these terms so they know their
9952 rights.
9953
9954 We protect your rights with two steps: (1) copyright the software, and
9955 (2) offer you this license which gives you legal permission to copy,
9956 distribute and/or modify the software.
9957
9958 Also, for each author's protection and ours, we want to make certain
9959 that everyone understands that there is no warranty for this free
9960 software. If the software is modified by someone else and passed on, we
9961 want its recipients to know that what they have is not the original, so
9962 that any problems introduced by others will not reflect on the original
9963 authors' reputations.
9964
9965 Finally, any free program is threatened constantly by software
9966 patents. We wish to avoid the danger that redistributors of a free
9967 program will individually obtain patent licenses, in effect making the
9968 program proprietary. To prevent this, we have made it clear that any
9969 patent must be licensed for everyone's free use or not licensed at all.
9970
9971 The precise terms and conditions for copying, distribution and
9972 modification follow.
9973
9975 GNU GENERAL PUBLIC LICENSE
9976 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
9977
9978 0. This License applies to any program or other work which contains
9979 a notice placed by the copyright holder saying it may be distributed
9980 under the terms of this General Public License. The "Program", below,
9981 refers to any such program or work, and a "work based on the Program"
9982 means either the Program or any derivative work under copyright law:
9983 that is to say, a work containing the Program or a portion of it,
9984 either verbatim or with modifications and/or translated into another
9985 language. (Hereinafter, translation is included without limitation in
9986 the term "modification".) Each licensee is addressed as "you".
9987
9988 Activities other than copying, distribution and modification are not
9989 covered by this License; they are outside its scope. The act of
9990 running the Program is not restricted, and the output from the Program
9991 is covered only if its contents constitute a work based on the
9992 Program (independent of having been made by running the Program).
9993 Whether that is true depends on what the Program does.
9994
9995 1. You may copy and distribute verbatim copies of the Program's
9996 source code as you receive it, in any medium, provided that you
9997 conspicuously and appropriately publish on each copy an appropriate
9998 copyright notice and disclaimer of warranty; keep intact all the
9999 notices that refer to this License and to the absence of any warranty;
10000 and give any other recipients of the Program a copy of this License
10001 along with the Program.
10002
10003 You may charge a fee for the physical act of transferring a copy, and
10004 you may at your option offer warranty protection in exchange for a fee.
10005
10006 2. You may modify your copy or copies of the Program or any portion
10007 of it, thus forming a work based on the Program, and copy and
10008 distribute such modifications or work under the terms of Section 1
10009 above, provided that you also meet all of these conditions:
10010
10011 a) You must cause the modified files to carry prominent notices
10012 stating that you changed the files and the date of any change.
10013
10014 b) You must cause any work that you distribute or publish, that in
10015 whole or in part contains or is derived from the Program or any
10016 part thereof, to be licensed as a whole at no charge to all third
10017 parties under the terms of this License.
10018
10019 c) If the modified program normally reads commands interactively
10020 when run, you must cause it, when started running for such
10021 interactive use in the most ordinary way, to print or display an
10022 announcement including an appropriate copyright notice and a
10023 notice that there is no warranty (or else, saying that you provide
10024 a warranty) and that users may redistribute the program under
10025 these conditions, and telling the user how to view a copy of this
10026 License. (Exception: if the Program itself is interactive but
10027 does not normally print such an announcement, your work based on
10028 the Program is not required to print an announcement.)
10029
10031 These requirements apply to the modified work as a whole. If
10032 identifiable sections of that work are not derived from the Program,
10033 and can be reasonably considered independent and separate works in
10034 themselves, then this License, and its terms, do not apply to those
10035 sections when you distribute them as separate works. But when you
10036 distribute the same sections as part of a whole which is a work based
10037 on the Program, the distribution of the whole must be on the terms of
10038 this License, whose permissions for other licensees extend to the
10039 entire whole, and thus to each and every part regardless of who wrote it.
10040
10041 Thus, it is not the intent of this section to claim rights or contest
10042 your rights to work written entirely by you; rather, the intent is to
10043 exercise the right to control the distribution of derivative or
10044 collective works based on the Program.
10045
10046 In addition, mere aggregation of another work not based on the Program
10047 with the Program (or with a work based on the Program) on a volume of
10048 a storage or distribution medium does not bring the other work under
10049 the scope of this License.
10050
10051 3. You may copy and distribute the Program (or a work based on it,
10052 under Section 2) in object code or executable form under the terms of
10053 Sections 1 and 2 above provided that you also do one of the following:
10054
10055 a) Accompany it with the complete corresponding machine-readable
10056 source code, which must be distributed under the terms of Sections
10057 1 and 2 above on a medium customarily used for software interchange; or,
10058
10059 b) Accompany it with a written offer, valid for at least three
10060 years, to give any third party, for a charge no more than your
10061 cost of physically performing source distribution, a complete
10062 machine-readable copy of the corresponding source code, to be
10063 distributed under the terms of Sections 1 and 2 above on a medium
10064 customarily used for software interchange; or,
10065
10066 c) Accompany it with the information you received as to the offer
10067 to distribute corresponding source code. (This alternative is
10068 allowed only for noncommercial distribution and only if you
10069 received the program in object code or executable form with such
10070 an offer, in accord with Subsection b above.)
10071
10072 The source code for a work means the preferred form of the work for
10073 making modifications to it. For an executable work, complete source
10074 code means all the source code for all modules it contains, plus any
10075 associated interface definition files, plus the scripts used to
10076 control compilation and installation of the executable. However, as a
10077 special exception, the source code distributed need not include
10078 anything that is normally distributed (in either source or binary
10079 form) with the major components (compiler, kernel, and so on) of the
10080 operating system on which the executable runs, unless that component
10081 itself accompanies the executable.
10082
10083 If distribution of executable or object code is made by offering
10084 access to copy from a designated place, then offering equivalent
10085 access to copy the source code from the same place counts as
10086 distribution of the source code, even though third parties are not
10087 compelled to copy the source along with the object code.
10088
10090 4. You may not copy, modify, sublicense, or distribute the Program
10091 except as expressly provided under this License. Any attempt
10092 otherwise to copy, modify, sublicense or distribute the Program is
10093 void, and will automatically terminate your rights under this License.
10094 However, parties who have received copies, or rights, from you under
10095 this License will not have their licenses terminated so long as such
10096 parties remain in full compliance.
10097
10098 5. You are not required to accept this License, since you have not
10099 signed it. However, nothing else grants you permission to modify or
10100 distribute the Program or its derivative works. These actions are
10101 prohibited by law if you do not accept this License. Therefore, by
10102 modifying or distributing the Program (or any work based on the
10103 Program), you indicate your acceptance of this License to do so, and
10104 all its terms and conditions for copying, distributing or modifying
10105 the Program or works based on it.
10106
10107 6. Each time you redistribute the Program (or any work based on the
10108 Program), the recipient automatically receives a license from the
10109 original licensor to copy, distribute or modify the Program subject to
10110 these terms and conditions. You may not impose any further
10111 restrictions on the recipients' exercise of the rights granted herein.
10112 You are not responsible for enforcing compliance by third parties to
10113 this License.
10114
10115 7. If, as a consequence of a court judgment or allegation of patent
10116 infringement or for any other reason (not limited to patent issues),
10117 conditions are imposed on you (whether by court order, agreement or
10118 otherwise) that contradict the conditions of this License, they do not
10119 excuse you from the conditions of this License. If you cannot
10120 distribute so as to satisfy simultaneously your obligations under this
10121 License and any other pertinent obligations, then as a consequence you
10122 may not distribute the Program at all. For example, if a patent
10123 license would not permit royalty-free redistribution of the Program by
10124 all those who receive copies directly or indirectly through you, then
10125 the only way you could satisfy both it and this License would be to
10126 refrain entirely from distribution of the Program.
10127
10128 If any portion of this section is held invalid or unenforceable under
10129 any particular circumstance, the balance of the section is intended to
10130 apply and the section as a whole is intended to apply in other
10131 circumstances.
10132
10133 It is not the purpose of this section to induce you to infringe any
10134 patents or other property right claims or to contest validity of any
10135 such claims; this section has the sole purpose of protecting the
10136 integrity of the free software distribution system, which is
10137 implemented by public license practices. Many people have made
10138 generous contributions to the wide range of software distributed
10139 through that system in reliance on consistent application of that
10140 system; it is up to the author/donor to decide if he or she is willing
10141 to distribute software through any other system and a licensee cannot
10142 impose that choice.
10143
10144 This section is intended to make thoroughly clear what is believed to
10145 be a consequence of the rest of this License.
10146
10148 8. If the distribution and/or use of the Program is restricted in
10149 certain countries either by patents or by copyrighted interfaces, the
10150 original copyright holder who places the Program under this License
10151 may add an explicit geographical distribution limitation excluding
10152 those countries, so that distribution is permitted only in or among
10153 countries not thus excluded. In such case, this License incorporates
10154 the limitation as if written in the body of this License.
10155
10156 9. The Free Software Foundation may publish revised and/or new versions
10157 of the General Public License from time to time. Such new versions will
10158 be similar in spirit to the present version, but may differ in detail to
10159 address new problems or concerns.
10160
10161 Each version is given a distinguishing version number. If the Program
10162 specifies a version number of this License which applies to it and "any
10163 later version", you have the option of following the terms and conditions
10164 either of that version or of any later version published by the Free
10165 Software Foundation. If the Program does not specify a version number of
10166 this License, you may choose any version ever published by the Free Software
10167 Foundation.
10168
10169 10. If you wish to incorporate parts of the Program into other free
10170 programs whose distribution conditions are different, write to the author
10171 to ask for permission. For software which is copyrighted by the Free
10172 Software Foundation, write to the Free Software Foundation; we sometimes
10173 make exceptions for this. Our decision will be guided by the two goals
10174 of preserving the free status of all derivatives of our free software and
10175 of promoting the sharing and reuse of software generally.
10176
10177 NO WARRANTY
10178
10179 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
10180 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
10181 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
10182 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
10183 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10184 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
10185 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
10186 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
10187 REPAIR OR CORRECTION.
10188
10189 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10190 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
10191 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
10192 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
10193 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
10194 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
10195 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
10196 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
10197 POSSIBILITY OF SUCH DAMAGES.
10198
10199 END OF TERMS AND CONDITIONS
10200
10202 How to Apply These Terms to Your New Programs
10203
10204 If you develop a new program, and you want it to be of the greatest
10205 possible use to the public, the best way to achieve this is to make it
10206 free software which everyone can redistribute and change under these terms.
10207
10208 To do so, attach the following notices to the program. It is safest
10209 to attach them to the start of each source file to most effectively
10210 convey the exclusion of warranty; and each file should have at least
10211 the "copyright" line and a pointer to where the full notice is found.
10212
10213 <one line to give the program's name and a brief idea of what it does.>
10214 Copyright (C) <year> <name of author>
10215
10216 This program is free software; you can redistribute it and/or modify
10217 it under the terms of the GNU General Public License as published by
10218 the Free Software Foundation; either version 2 of the License, or
10219 (at your option) any later version.
10220
10221 This program is distributed in the hope that it will be useful,
10222 but WITHOUT ANY WARRANTY; without even the implied warranty of
10223 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10224 GNU General Public License for more details.
10225
10226 You should have received a copy of the GNU General Public License
10227 along with this program; if not, write to the Free Software
10228 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
10229
10230
10231 Also add information on how to contact you by electronic and paper mail.
10232
10233 If the program is interactive, make it output a short notice like this
10234 when it starts in an interactive mode:
10235
10236 Gnomovision version 69, Copyright (C) year name of author
10237 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
10238 This is free software, and you are welcome to redistribute it
10239 under certain conditions; type `show c' for details.
10240
10241 The hypothetical commands `show w' and `show c' should show the appropriate
10242 parts of the General Public License. Of course, the commands you use may
10243 be called something other than `show w' and `show c'; they could even be
10244 mouse-clicks or menu items--whatever suits your program.
10245
10246 You should also get your employer (if you work as a programmer) or your
10247 school, if any, to sign a "copyright disclaimer" for the program, if
10248 necessary. Here is a sample; alter the names:
10249
10250 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
10251 `Gnomovision' (which makes passes at compilers) written by James Hacker.
10252
10253 <signature of Ty Coon>, 1 April 1989
10254 Ty Coon, President of Vice
10255
10256 This General Public License does not permit incorporating your program into
10257 proprietary programs. If your program is a subroutine library, you may
10258 consider it more useful to permit linking proprietary applications with the
10259 library. If this is what you want to do, use the GNU Library General
10260 Public License instead of this License.
10261
10262 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10263
10264 Scanned Source license util-linux-2.21.2/getopt/COPYING:
10265
10266 The getopt is explicitly licensed under GNU General Public License,
10267 version 2 terms.
10268
10269 The complete text of the license is available at the
10270 Documentation/licenses/COPYING.GPLv2 file.
10271
10272 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10273
10274 Scanned Source license util-linux-2.21.2/libblkid/COPYING:
10275
10276 This library is free software; you can redistribute it and/or
10277 modify it under the terms of the GNU Lesser General Public
10278 License as published by the Free Software Foundation; either
10279 version 2.1 of the License, or (at your option) any later
10280 version.
10281
10282 The complete text of the license is available at the
10283 Documentation/licenses/COPYING.LGPLv2.1 file.
10284
10285 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10286
10287 Scanned Source license util-linux-2.21.2/libmount/COPYING:
10288
10289 This library is free software; you can redistribute it and/or
10290 modify it under the terms of the GNU Lesser General Public
10291 License as published by the Free Software Foundation; either
10292 version 2.1 of the License, or (at your option) any later
10293 version.
10294
10295 The complete text of the license is available at the
10296 Documentation/licenses/COPYING.LGPLv2.1 file.
10297
10298 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10299
10300 Scanned Source license util-linux-2.21.2/libuuid/COPYING:
10301
10302 This library is free software; you can redistribute it and/or
10303 modify it under the terms of the Modified BSD License.
10304
10305 The complete text of the license is available at the
10306 Documentation/licenses/COPYING.BSD-3 file.
10307
10308 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10309 </pre>
10310 <ul>
10311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10312 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
10313 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
10314 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
10315 </ul>
10316 </div>
10317 </div>
10318
10319
10320 <div class="product">
10321 <span class="title">vim-7.3.409</span>
10322 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10323 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span>
10324 <div class="licence">
10325 <pre></pre>
10326 <ul>
10327 <li><a href='#vim'>Gentoo Package Stock License vim</a></li>
10328 </ul>
10329 </div>
10330 </div>
10331
10332
10333 <div class="product">
10334 <span class="title">wget-1.12</span>
10335 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10336 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span>
10337 <div class="licence">
10338 <pre></pre>
10339 <ul>
10340 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
10341 </ul>
10342 </div>
10343 </div>
10344
10345
10346 <div class="product">
10347 <span class="title">which-2.20</span>
10348 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10349 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span>
10350 <div class="licence">
10351 <pre></pre>
10352 <ul>
10353 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
10354 </ul>
10355 </div>
10356 </div>
10357
10358
10359 <div class="product">
10360 <span class="title">wireless-regdb-20101124</span>
10361 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10362 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
10363 <div class="licence">
10364 <pre>Scanned Source license wireless-regdb-2010.11.24/LICENSE:
10365
10366 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com>
10367 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net>
10368 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com>
10369
10370 Permission to use, copy, modify, and/or distribute this software for any
10371 purpose with or without fee is hereby granted, provided that the above
10372 copyright notice and this permission notice appear in all copies.
10373
10374 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10375 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10376 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10377 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10378 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
10379 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
10380 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10381
10382
10383 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10384
10385 Scanned Source license wireless-regdb-2010.11.24/debian-example/copyright:
10386
10387 This package was debianized by Luis Rodriguez <mcgrof (a] gmail.com> on
10388 Thu, 22 Jan 2009 16:00:00 +0100.
10389
10390 The wireless-regdb packages was downloaded from <http://wireless.kernel.org/download/wireless-regdb/>
10391
10392 Copyright (c) 2008, Luis R. Rodriguez <mcgrof (a] gmail.com>
10393 Copyright (c) 2008, Johannes Berg <johannes (a] sipsolutions.net>
10394 Copyright (c) 2008, Michael Green <Michael.Green (a] Atheros.com>
10395
10396 Permission to use, copy, modify, and/or distribute this software for any
10397 purpose with or without fee is hereby granted, provided that the above
10398 copyright notice and this permission notice appear in all copies.
10399
10400 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10401 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10402 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10403 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10404 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
10405 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
10406 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10407
10408
10409 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10410 </pre>
10411 <ul>
10412 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
10413 </ul>
10414 </div>
10415 </div>
10416
10417
10418 <div class="product">
10419 <span class="title">wpa_supplicant-0.7.2</span>
10420 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10421 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span>
10422 <div class="licence">
10423 <pre></pre>
10424 <ul>
10425 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10426 </ul>
10427 </div>
10428 </div>
10429
10430
10431 <div class="product">
10432 <span class="title">xcb-proto-1.7.1</span>
10433 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10434 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
10435 <div class="licence">
10436 <pre>Scanned Source license xcb-proto-1.7.1/COPYING:
10437
10438 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
10439 All Rights Reserved.
10440
10441 Permission is hereby granted, free of charge, to any person
10442 obtaining a copy of this software and associated
10443 documentation files (the "Software"), to deal in the
10444 Software without restriction, including without limitation
10445 the rights to use, copy, modify, merge, publish, distribute,
10446 sublicense, and/or sell copies of the Software, and to
10447 permit persons to whom the Software is furnished to do so,
10448 subject to the following conditions:
10449
10450 The above copyright notice and this permission notice shall
10451 be included in all copies or substantial portions of the
10452 Software.
10453
10454 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
10455 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
10456 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
10457 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
10458 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
10459 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10460 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10461 OTHER DEALINGS IN THE SOFTWARE.
10462
10463 Except as contained in this notice, the names of the authors
10464 or their institutions shall not be used in advertising or
10465 otherwise to promote the sale, use or other dealings in this
10466 Software without prior written authorization from the
10467 authors.
10468
10469 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10470 </pre>
10471 <ul>
10472
10473 </ul>
10474 </div>
10475 </div>
10476
10477
10478 <div class="product">
10479 <span class="title">xkeyboard-config-2.4.1</span>
10480 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10481 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span>
10482 <div class="licence">
10483 <pre>Scanned Source license xkeyboard-config-2.4.1/COPYING:
10484
10485 Copyright 1996 by Joseph Moss
10486 Copyright (C) 2002-2007 Free Software Foundation, Inc.
10487 Copyright (C) Dmitry Golubev <lastguru (a] mail.ru>, 2003-2004
10488 Copyright (C) 2004, Gregory Mokhin <mokhin (a] bog.msu.ru>
10489 Copyright (C) 2006 Erdal Ronah
10490
10491 Permission to use, copy, modify, distribute, and sell this software and its
10492 documentation for any purpose is hereby granted without fee, provided that
10493 the above copyright notice appear in all copies and that both that
10494 copyright notice and this permission notice appear in supporting
10495 documentation, and that the name of the copyright holder(s) not be used in
10496 advertising or publicity pertaining to distribution of the software without
10497 specific, written prior permission. The copyright holder(s) makes no
10498 representations about the suitability of this software for any purpose. It
10499 is provided "as is" without express or implied warranty.
10500
10501 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
10502 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
10503 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10504 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10505 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
10506 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
10507 PERFORMANCE OF THIS SOFTWARE.
10508
10509
10510 Copyright (c) 1996 Digital Equipment Corporation
10511
10512 Permission is hereby granted, free of charge, to any person obtaining
10513 a copy of this software and associated documentation files (the
10514 "Software"), to deal in the Software without restriction, including
10515 without limitation the rights to use, copy, modify, merge, publish,
10516 distribute, sublicense, and sell copies of the Software, and to
10517 permit persons to whom the Software is furnished to do so, subject to
10518 the following conditions:
10519
10520 The above copyright notice and this permission notice shall be included
10521 in all copies or substantial portions of the Software.
10522
10523 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
10524 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10525 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10526 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM,
10527 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
10528 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
10529 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10530
10531 Except as contained in this notice, the name of the Digital Equipment
10532 Corporation shall not be used in advertising or otherwise to promote
10533 the sale, use or other dealings in this Software without prior written
10534 authorization from Digital Equipment Corporation.
10535
10536
10537 Copyright 1996, 1998 The Open Group
10538
10539 Permission to use, copy, modify, distribute, and sell this software and its
10540 documentation for any purpose is hereby granted without fee, provided that
10541 the above copyright notice appear in all copies and that both that
10542 copyright notice and this permission notice appear in supporting
10543 documentation.
10544
10545 The above copyright notice and this permission notice shall be
10546 included in all copies or substantial portions of the Software.
10547
10548 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10549 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10550 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10551 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
10552 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10553 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10554 OTHER DEALINGS IN THE SOFTWARE.
10555
10556 Except as contained in this notice, the name of The Open Group shall
10557 not be used in advertising or otherwise to promote the sale, use or
10558 other dealings in this Software without prior written authorization
10559 from The Open Group.
10560
10561
10562 Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
10563
10564 Permission is hereby granted, free of charge, to any person obtaining a
10565 copy of this software and associated documentation files (the "Software"),
10566 to deal in the Software without restriction, including without limitation
10567 the rights to use, copy, modify, merge, publish, distribute, sublicense,
10568 and/or sell copies of the Software, and to permit persons to whom the
10569 Software is furnished to do so, subject to the following conditions:
10570
10571 The above copyright notice and this permission notice (including the next
10572 paragraph) shall be included in all copies or substantial portions of the
10573 Software.
10574
10575 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10576 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10577 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
10578 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10579 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
10580 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
10581 DEALINGS IN THE SOFTWARE.
10582
10583
10584 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
10585
10586 Permission to use, copy, modify, and distribute this
10587 software and its documentation for any purpose and without
10588 fee is hereby granted, provided that the above copyright
10589 notice appear in all copies and that both that copyright
10590 notice and this permission notice appear in supporting
10591 documentation, and that the name of Silicon Graphics not be
10592 used in advertising or publicity pertaining to distribution
10593 of the software without specific prior written permission.
10594 Silicon Graphics makes no representation about the suitability
10595 of this software for any purpose. It is provided "as is"
10596 without any express or implied warranty.
10597
10598 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
10599 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10600 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
10601 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
10602 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10603 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
10604 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
10605 THE USE OR PERFORMANCE OF THIS SOFTWARE.
10606
10607
10608 Copyright (c) 1996 X Consortium
10609
10610 Permission is hereby granted, free of charge, to any person obtaining
10611 a copy of this software and associated documentation files (the
10612 "Software"), to deal in the Software without restriction, including
10613 without limitation the rights to use, copy, modify, merge, publish,
10614 distribute, sublicense, and/or sell copies of the Software, and to
10615 permit persons to whom the Software is furnished to do so, subject to
10616 the following conditions:
10617
10618 The above copyright notice and this permission notice shall be
10619 included in all copies or substantial portions of the Software.
10620
10621 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10622 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10623 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10624 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
10625 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10626 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10627 OTHER DEALINGS IN THE SOFTWARE.
10628
10629 Except as contained in this notice, the name of the X Consortium shall
10630 not be used in advertising or otherwise to promote the sale, use or
10631 other dealings in this Software without prior written authorization
10632 from the X Consortium.
10633
10634
10635 Copyright (C) 2004, 2006 var Arnfjr Bjarmason <avarab (a] gmail.com>
10636
10637 Permission to use, copy, modify, distribute, and sell this software and its
10638 documentation for any purpose is hereby granted without fee, provided that
10639 the above copyright notice appear in all copies and that both that
10640 copyright notice and this permission notice appear in supporting
10641 documentation.
10642
10643 The above copyright notice and this permission notice shall be
10644 included in all copies or substantial portions of the Software.
10645
10646 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10647 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10648 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10649 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
10650 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10651 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10652 OTHER DEALINGS IN THE SOFTWARE.
10653
10654 Except as contained in this notice, the name of a copyright holder shall
10655 not be used in advertising or otherwise to promote the sale, use or
10656 other dealings in this Software without prior written authorization of
10657 the copyright holder.
10658
10659
10660 Copyright (C) 1999, 2000 by Anton Zinoviev <anton (a] lml.bas.bg>
10661
10662 This software may be used, modified, copied, distributed, and sold,
10663 in both source and binary form provided that the above copyright
10664 and these terms are retained. Under no circumstances is the author
10665 responsible for the proper functioning of this software, nor does
10666 the author assume any responsibility for damages incurred with its
10667 use.
10668
10669 Permission is granted to anyone to use, distribute and modify
10670 this file in any way, provided that the above copyright notice
10671 is left intact and the author of the modification summarizes
10672 the changes in this header.
10673
10674 This file is distributed without any expressed or implied warranty.
10675
10676 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10677 </pre>
10678 <ul>
10679
10680 </ul>
10681 </div>
10682 </div>
10683
10684
10685 <div class="product">
10686 <span class="title">xl2tpd-1.3.0</span>
10687 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10688 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span>
10689 <div class="licence">
10690 <pre></pre>
10691 <ul>
10692 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10693 </ul>
10694 </div>
10695 </div>
10696
10697
10698 <div class="product">
10699 <span class="title">xxd-1.10</span>
10700 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10701 <span class="homepage"><a href="http://ftp.uni-erlangen.de/pub/utilities/etc/?order=s">homepage</a></span>
10702 <div class="licence">
10703 <pre></pre>
10704 <ul>
10705 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10706 </ul>
10707 </div>
10708 </div>
10709
10710
10711 <div class="product">
10712 <span class="title">xz-utils-4.999.9_beta</span>
10713 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10714 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
10715 <div class="licence">
10716 <pre>Scanned Source license xz-4.999.9beta/COPYING:
10717
10718
10719 XZ Utils Licensing
10720 ==================
10721
10722 Different licenses apply to different files in this package. Here
10723 is a rough summary of which licenses apply to which parts of this
10724 package (but check the individual files to be sure!):
10725
10726 - liblzma is in the public domain.
10727
10728 - xz, xzdec, and lzmadec command line tools are in the public
10729 domain unless GNU getopt_long had to be compiled and linked
10730 in from the lib directory. The getopt_long code is under
10731 GNU LGPLv2.1+.
10732
10733 - The scripts to grep, diff, and view compressed files have been
10734 adapted from gzip. These scripts and their documentation are
10735 under GNU GPLv2+.
10736
10737 - All the documentation in the doc directory and most of the
10738 XZ Utils specific documentation files in other directories
10739 are in the public domain.
10740
10741 - Translated messages are in the public domain.
10742
10743 - The build system contains public domain files, and files that
10744 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
10745 in the binaries being built.
10746
10747 - Test files and test code in the tests directory, and debugging
10748 utilities in the debug directory are in the public domain.
10749
10750 - The extra directory may contain public domain files, and files
10751 that are under various free software licenses.
10752
10753 You can do whatever you want with the files that have been put into
10754 the public domain. If you find public domain legally problematic,
10755 take the previous sentence as a license grant. If you still find
10756 the lack of copyright legally problematic, you have too many
10757 lawyers.
10758
10759 As usual, this software is provided "as is", without any warranty.
10760
10761 If you copy significant amounts of public domain code from XZ Utils
10762 into your project, acknowledging this somewhere in your software is
10763 polite (especially if it is proprietary, non-free software), but
10764 naturally it is not legally required. Here is an example of a good
10765 notice to put into "about box" or into documentation:
10766
10767 This software includes code from XZ Utils <http://tukaani.org/xz/>.
10768
10769 The following license texts are included in the following files:
10770 - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
10771 - COPYING.GPLv2: GNU General Public License version 2
10772 - COPYING.GPLv3: GNU General Public License version 3
10773
10774 Note that the toolchain (compiler, linker etc.) may add some code
10775 pieces that are copyrighted. Thus, it is possible that e.g. liblzma
10776 binary wouldn't actually be in the public domain in its entirety
10777 even though it contains no copyrighted code from the XZ Utils source
10778 package.
10779
10780 If you have questions, don't hesitate to ask the author(s) for more
10781 information.
10782
10783
10784 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10785 </pre>
10786 <ul>
10787 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
10788 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
10789 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
10790 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
10791 </ul>
10792 </div>
10793 </div>
10794
10795
10796 <div class="product">
10797 <span class="title">zlib-1.2.7</span>
10798 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10799 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span>
10800 <div class="licence">
10801 <pre></pre>
10802 <ul>
10803 <li><a href='#ZLIB'>Gentoo Package Stock License ZLIB</a></li>
10804 </ul>
10805 </div>
10806 </div>
10807
10808
10809 </div>
10810
10811 <h2>List of shared stock Gentoo Licenses used in Google Chrome OS:</h2>
10812 <div class="product">
10813 <a name="AFL-2.1" class="title">Gentoo Package Provided Stock License AFL-2.1</a>
10814 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10815 <div class="licence">
10816 <pre>
10817 The Academic Free License
10818 v. 2.1
10819
10820 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:
10821
10822 Licensed under the Academic Free License version 2.1
10823
10824 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
10825
10826 a) to reproduce the Original Work in copies;
10827
10828 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
10829
10830 c) to distribute copies of the Original Work and Derivative Works to the public;
10831
10832 d) to perform the Original Work publicly; and
10833
10834 e) to display the Original Work publicly.
10835
10836 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.
10837
10838 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.
10839
10840 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.
10841
10842 5) This section intentionally omitted.
10843
10844 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.
10845
10846 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.
10847
10848 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.
10849
10850 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.
10851
10852 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.
10853
10854 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.
10855
10856 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.
10857
10858 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.
10859
10860 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.
10861
10862 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.
10863
10864 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.
10865
10866
10867
10868
10869 </pre>
10870 <div class="license-packages">
10871 Used by these packages: sys-apps/dbus-1.6.8-r3 dev-libs/dbus-glib-0.100
10872 </div>
10873 </div>
10874 </div>
10875
10876 <div class="product">
10877 <a name="Apache-2.0" class="title">Gentoo Package Provided Stock License Apache-2.0</a>
10878 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
10879 <div class="licence">
10880 <pre>
10881 Apache License
10882 Version 2.0, January 2004
10883 http://www.apache.org/licenses/
10884
10885 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10886
10887 1. Definitions.
10888
10889 "License" shall mean the terms and conditions for use, reproduction,
10890 and distribution as defined by Sections 1 through 9 of this document.
10891
10892 "Licensor" shall mean the copyright owner or entity authorized by
10893 the copyright owner that is granting the License.
10894
10895 "Legal Entity" shall mean the union of the acting entity and all
10896 other entities that control, are controlled by, or are under common
10897 control with that entity. For the purposes of this definition,
10898 "control" means (i) the power, direct or indirect, to cause the
10899 direction or management of such entity, whether by contract or
10900 otherwise, or (ii) ownership of fifty percent (50%) or more of the
10901 outstanding shares, or (iii) beneficial ownership of such entity.
10902
10903 "You" (or "Your") shall mean an individual or Legal Entity
10904 exercising permissions granted by this License.
10905
10906 "Source" form shall mean the preferred form for making modifications,
10907 including but not limited to software source code, documentation
10908 source, and configuration files.
10909
10910 "Object" form shall mean any form resulting from mechanical
10911 transformation or translation of a Source form, including but
10912 not limited to compiled object code, generated documentation,
10913 and conversions to other media types.
10914
10915 "Work" shall mean the work of authorship, whether in Source or
10916 Object form, made available under the License, as indicated by a
10917 copyright notice that is included in or attached to the work
10918 (an example is provided in the Appendix below).
10919
10920 "Derivative Works" shall mean any work, whether in Source or Object
10921 form, that is based on (or derived from) the Work and for which the
10922 editorial revisions, annotations, elaborations, or other modifications
10923 represent, as a whole, an original work of authorship. For the purposes
10924 of this License, Derivative Works shall not include works that remain
10925 separable from, or merely link (or bind by name) to the interfaces of,
10926 the Work and Derivative Works thereof.
10927
10928 "Contribution" shall mean any work of authorship, including
10929 the original version of the Work and any modifications or additions
10930 to that Work or Derivative Works thereof, that is intentionally
10931 submitted to Licensor for inclusion in the Work by the copyright owner
10932 or by an individual or Legal Entity authorized to submit on behalf of
10933 the copyright owner. For the purposes of this definition, "submitted"
10934 means any form of electronic, verbal, or written communication sent
10935 to the Licensor or its representatives, including but not limited to
10936 communication on electronic mailing lists, source code control systems,
10937 and issue tracking systems that are managed by, or on behalf of, the
10938 Licensor for the purpose of discussing and improving the Work, but
10939 excluding communication that is conspicuously marked or otherwise
10940 designated in writing by the copyright owner as "Not a Contribution."
10941
10942 "Contributor" shall mean Licensor and any individual or Legal Entity
10943 on behalf of whom a Contribution has been received by Licensor and
10944 subsequently incorporated within the Work.
10945
10946 2. Grant of Copyright License. Subject to the terms and conditions of
10947 this License, each Contributor hereby grants to You a perpetual,
10948 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10949 copyright license to reproduce, prepare Derivative Works of,
10950 publicly display, publicly perform, sublicense, and distribute the
10951 Work and such Derivative Works in Source or Object form.
10952
10953 3. Grant of Patent License. Subject to the terms and conditions of
10954 this License, each Contributor hereby grants to You a perpetual,
10955 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10956 (except as stated in this section) patent license to make, have made,
10957 use, offer to sell, sell, import, and otherwise transfer the Work,
10958 where such license applies only to those patent claims licensable
10959 by such Contributor that are necessarily infringed by their
10960 Contribution(s) alone or by combination of their Contribution(s)
10961 with the Work to which such Contribution(s) was submitted. If You
10962 institute patent litigation against any entity (including a
10963 cross-claim or counterclaim in a lawsuit) alleging that the Work
10964 or a Contribution incorporated within the Work constitutes direct
10965 or contributory patent infringement, then any patent licenses
10966 granted to You under this License for that Work shall terminate
10967 as of the date such litigation is filed.
10968
10969 4. Redistribution. You may reproduce and distribute copies of the
10970 Work or Derivative Works thereof in any medium, with or without
10971 modifications, and in Source or Object form, provided that You
10972 meet the following conditions:
10973
10974 (a) You must give any other recipients of the Work or
10975 Derivative Works a copy of this License; and
10976
10977 (b) You must cause any modified files to carry prominent notices
10978 stating that You changed the files; and
10979
10980 (c) You must retain, in the Source form of any Derivative Works
10981 that You distribute, all copyright, patent, trademark, and
10982 attribution notices from the Source form of the Work,
10983 excluding those notices that do not pertain to any part of
10984 the Derivative Works; and
10985
10986 (d) If the Work includes a "NOTICE" text file as part of its
10987 distribution, then any Derivative Works that You distribute must
10988 include a readable copy of the attribution notices contained
10989 within such NOTICE file, excluding those notices that do not
10990 pertain to any part of the Derivative Works, in at least one
10991 of the following places: within a NOTICE text file distributed
10992 as part of the Derivative Works; within the Source form or
10993 documentation, if provided along with the Derivative Works; or,
10994 within a display generated by the Derivative Works, if and
10995 wherever such third-party notices normally appear. The contents
10996 of the NOTICE file are for informational purposes only and
10997 do not modify the License. You may add Your own attribution
10998 notices within Derivative Works that You distribute, alongside
10999 or as an addendum to the NOTICE text from the Work, provided
11000 that such additional attribution notices cannot be construed
11001 as modifying the License.
11002
11003 You may add Your own copyright statement to Your modifications and
11004 may provide additional or different license terms and conditions
11005 for use, reproduction, or distribution of Your modifications, or
11006 for any such Derivative Works as a whole, provided Your use,
11007 reproduction, and distribution of the Work otherwise complies with
11008 the conditions stated in this License.
11009
11010 5. Submission of Contributions. Unless You explicitly state otherwise,
11011 any Contribution intentionally submitted for inclusion in the Work
11012 by You to the Licensor shall be under the terms and conditions of
11013 this License, without any additional terms or conditions.
11014 Notwithstanding the above, nothing herein shall supersede or modify
11015 the terms of any separate license agreement you may have executed
11016 with Licensor regarding such Contributions.
11017
11018 6. Trademarks. This License does not grant permission to use the trade
11019 names, trademarks, service marks, or product names of the Licensor,
11020 except as required for reasonable and customary use in describing the
11021 origin of the Work and reproducing the content of the NOTICE file.
11022
11023 7. Disclaimer of Warranty. Unless required by applicable law or
11024 agreed to in writing, Licensor provides the Work (and each
11025 Contributor provides its Contributions) on an "AS IS" BASIS,
11026 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11027 implied, including, without limitation, any warranties or conditions
11028 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
11029 PARTICULAR PURPOSE. You are solely responsible for determining the
11030 appropriateness of using or redistributing the Work and assume any
11031 risks associated with Your exercise of permissions under this License.
11032
11033 8. Limitation of Liability. In no event and under no legal theory,
11034 whether in tort (including negligence), contract, or otherwise,
11035 unless required by applicable law (such as deliberate and grossly
11036 negligent acts) or agreed to in writing, shall any Contributor be
11037 liable to You for damages, including any direct, indirect, special,
11038 incidental, or consequential damages of any character arising as a
11039 result of this License or out of the use or inability to use the
11040 Work (including but not limited to damages for loss of goodwill,
11041 work stoppage, computer failure or malfunction, or any and all
11042 other commercial damages or losses), even if such Contributor
11043 has been advised of the possibility of such damages.
11044
11045 9. Accepting Warranty or Additional Liability. While redistributing
11046 the Work or Derivative Works thereof, You may choose to offer,
11047 and charge a fee for, acceptance of support, warranty, indemnity,
11048 or other liability obligations and/or rights consistent with this
11049 License. However, in accepting such obligations, You may act only
11050 on Your own behalf and on Your sole responsibility, not on behalf
11051 of any other Contributor, and only if You agree to indemnify,
11052 defend, and hold each Contributor harmless for any liability
11053 incurred by, or claims asserted against, such Contributor by reason
11054 of your accepting any such warranty or additional liability.
11055
11056 END OF TERMS AND CONDITIONS
11057
11058 APPENDIX: How to apply the Apache License to your work.
11059
11060 To apply the Apache License to your work, attach the following
11061 boilerplate notice, with the fields enclosed by brackets "[]"
11062 replaced with your own identifying information. (Don't include
11063 the brackets!) The text should be enclosed in the appropriate
11064 comment syntax for the file format. We also recommend that a
11065 file or class name and description of purpose be included on the
11066 same "printed page" as the copyright notice for easier
11067 identification within third-party archives.
11068
11069 Copyright [yyyy] [name of copyright owner]
11070
11071 Licensed under the Apache License, Version 2.0 (the "License");
11072 you may not use this file except in compliance with the License.
11073 You may obtain a copy of the License at
11074
11075 http://www.apache.org/licenses/LICENSE-2.0
11076
11077 Unless required by applicable law or agreed to in writing, software
11078 distributed under the License is distributed on an "AS IS" BASIS,
11079 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11080 See the License for the specific language governing permissions and
11081 limitations under the License.
11082
11083
11084
11085 APACHE HTTP SERVER SUBCOMPONENTS:
11086
11087 The Apache HTTP Server includes a number of subcomponents with
11088 separate copyright notices and license terms. Your use of the source
11089 code for the these subcomponents is subject to the terms and
11090 conditions of the following licenses.
11091
11092 For the mod_mime_magic component:
11093
11094 /*
11095 * mod_mime_magic: MIME type lookup via file magic numbers
11096 * Copyright (c) 1996-1997 Cisco Systems, Inc.
11097 *
11098 * This software was submitted by Cisco Systems to the Apache Group in July
11099 * 1997. Future revisions and derivatives of this source code must
11100 * acknowledge Cisco Systems as the original contributor of this module.
11101 * All other licensing and usage conditions are those of the Apache Group.
11102 *
11103 * Some of this code is derived from the free version of the file command
11104 * originally posted to comp.sources.unix. Copyright info for that program
11105 * is included below as required.
11106 * ---------------------------------------------------------------------------
11107 * - Copyright (c) Ian F. Darwin, 1987. Written by Ian F. Darwin.
11108 *
11109 * This software is not subject to any license of the American Telephone and
11110 * Telegraph Company or of the Regents of the University of California.
11111 *
11112 * Permission is granted to anyone to use this software for any purpose on any
11113 * computer system, and to alter it and redistribute it freely, subject to
11114 * the following restrictions:
11115 *
11116 * 1. The author is not responsible for the consequences of use of this
11117 * software, no matter how awful, even if they arise from flaws in it.
11118 *
11119 * 2. The origin of this software must not be misrepresented, either by
11120 * explicit claim or by omission. Since few users ever read sources, credits
11121 * must appear in the documentation.
11122 *
11123 * 3. Altered versions must be plainly marked as such, and must not be
11124 * misrepresented as being the original software. Since few users ever read
11125 * sources, credits must appear in the documentation.
11126 *
11127 * 4. This notice may not be removed or altered.
11128 * -------------------------------------------------------------------------
11129 *
11130 */
11131
11132
11133 For the modules\mappers\mod_imap.c component:
11134
11135 "macmartinized" polygon code copyright 1992 by Eric Haines, erich (a] eye.com
11136
11137 For the server\util_md5.c component:
11138
11139 /************************************************************************
11140 * NCSA HTTPd Server
11141 * Software Development Group
11142 * National Center for Supercomputing Applications
11143 * University of Illinois at Urbana-Champaign
11144 * 605 E. Springfield, Champaign, IL 61820
11145 * httpd (a] ncsa.uiuc.edu
11146 *
11147 * Copyright (C) 1995, Board of Trustees of the University of Illinois
11148 *
11149 ************************************************************************
11150 *
11151 * md5.c: NCSA HTTPd code which uses the md5c.c RSA Code
11152 *
11153 * Original Code Copyright (C) 1994, Jeff Hostetler, Spyglass, Inc.
11154 * Portions of Content-MD5 code Copyright (C) 1993, 1994 by Carnegie Mellon
11155 * University (see Copyright below).
11156 * Portions of Content-MD5 code Copyright (C) 1991 Bell Communications
11157 * Research, Inc. (Bellcore) (see Copyright below).
11158 * Portions extracted from mpack, John G. Myers - jgm+@cmu.edu
11159 * Content-MD5 Code contributed by Martin Hamilton (martin (a] net.lut.ac.uk)
11160 *
11161 */
11162
11163
11164 /* these portions extracted from mpack, John G. Myers - jgm+@cmu.edu */
11165 /* (C) Copyright 1993,1994 by Carnegie Mellon University
11166 * All Rights Reserved.
11167 *
11168 * Permission to use, copy, modify, distribute, and sell this software
11169 * and its documentation for any purpose is hereby granted without
11170 * fee, provided that the above copyright notice appear in all copies
11171 * and that both that copyright notice and this permission notice
11172 * appear in supporting documentation, and that the name of Carnegie
11173 * Mellon University not be used in advertising or publicity
11174 * pertaining to distribution of the software without specific,
11175 * written prior permission. Carnegie Mellon University makes no
11176 * representations about the suitability of this software for any
11177 * purpose. It is provided "as is" without express or implied
11178 * warranty.
11179 *
11180 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
11181 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11182 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
11183 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11184 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
11185 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
11186 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
11187 * SOFTWARE.
11188 */
11189
11190 /*
11191 * Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
11192 *
11193 * Permission to use, copy, modify, and distribute this material
11194 * for any purpose and without fee is hereby granted, provided
11195 * that the above copyright notice and this permission notice
11196 * appear in all copies, and that the name of Bellcore not be
11197 * used in advertising or publicity pertaining to this
11198 * material without the specific, prior written permission
11199 * of an authorized representative of Bellcore. BELLCORE
11200 * MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
11201 * OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
11202 * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
11203 */
11204
11205 For the srclib\apr\include\apr_md5.h component:
11206 /*
11207 * This is work is derived from material Copyright RSA Data Security, Inc.
11208 *
11209 * The RSA copyright statement and Licence for that original material is
11210 * included below. This is followed by the Apache copyright statement and
11211 * licence for the modifications made to that material.
11212 */
11213
11214 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
11215 rights reserved.
11216
11217 License to copy and use this software is granted provided that it
11218 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
11219 Algorithm" in all material mentioning or referencing this software
11220 or this function.
11221
11222 License is also granted to make and use derivative works provided
11223 that such works are identified as "derived from the RSA Data
11224 Security, Inc. MD5 Message-Digest Algorithm" in all material
11225 mentioning or referencing the derived work.
11226
11227 RSA Data Security, Inc. makes no representations concerning either
11228 the merchantability of this software or the suitability of this
11229 software for any particular purpose. It is provided "as is"
11230 without express or implied warranty of any kind.
11231
11232 These notices must be retained in any copies of any part of this
11233 documentation and/or software.
11234 */
11235
11236 For the srclib\apr\passwd\apr_md5.c component:
11237
11238 /*
11239 * This is work is derived from material Copyright RSA Data Security, Inc.
11240 *
11241 * The RSA copyright statement and Licence for that original material is
11242 * included below. This is followed by the Apache copyright statement and
11243 * licence for the modifications made to that material.
11244 */
11245
11246 /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
11247 */
11248
11249 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
11250 rights reserved.
11251
11252 License to copy and use this software is granted provided that it
11253 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
11254 Algorithm" in all material mentioning or referencing this software
11255 or this function.
11256
11257 License is also granted to make and use derivative works provided
11258 that such works are identified as "derived from the RSA Data
11259 Security, Inc. MD5 Message-Digest Algorithm" in all material
11260 mentioning or referencing the derived work.
11261
11262 RSA Data Security, Inc. makes no representations concerning either
11263 the merchantability of this software or the suitability of this
11264 software for any particular purpose. It is provided "as is"
11265 without express or implied warranty of any kind.
11266
11267 These notices must be retained in any copies of any part of this
11268 documentation and/or software.
11269 */
11270 /*
11271 * The apr_md5_encode() routine uses much code obtained from the FreeBSD 3.0
11272 * MD5 crypt() function, which is licenced as follows:
11273 * ----------------------------------------------------------------------------
11274 * "THE BEER-WARE LICENSE" (Revision 42):
11275 * <phk (a] login.dknet.dk> wrote this file. As long as you retain this notice you
11276 * can do whatever you want with this stuff. If we meet some day, and you think
11277 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
11278 * ----------------------------------------------------------------------------
11279 */
11280
11281 For the srclib\apr-util\crypto\apr_md4.c component:
11282
11283 * This is derived from material copyright RSA Data Security, Inc.
11284 * Their notice is reproduced below in its entirety.
11285 *
11286 * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
11287 * rights reserved.
11288 *
11289 * License to copy and use this software is granted provided that it
11290 * is identified as the "RSA Data Security, Inc. MD4 Message-Digest
11291 * Algorithm" in all material mentioning or referencing this software
11292 * or this function.
11293 *
11294 * License is also granted to make and use derivative works provided
11295 * that such works are identified as "derived from the RSA Data
11296 * Security, Inc. MD4 Message-Digest Algorithm" in all material
11297 * mentioning or referencing the derived work.
11298 *
11299 * RSA Data Security, Inc. makes no representations concerning either
11300 * the merchantability of this software or the suitability of this
11301 * software for any particular purpose. It is provided "as is"
11302 * without express or implied warranty of any kind.
11303 *
11304 * These notices must be retained in any copies of any part of this
11305 * documentation and/or software.
11306 */
11307
11308 For the srclib\apr-util\include\apr_md4.h component:
11309
11310 *
11311 * This is derived from material copyright RSA Data Security, Inc.
11312 * Their notice is reproduced below in its entirety.
11313 *
11314 * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
11315 * rights reserved.
11316 *
11317 * License to copy and use this software is granted provided that it
11318 * is identified as the "RSA Data Security, Inc. MD4 Message-Digest
11319 * Algorithm" in all material mentioning or referencing this software
11320 * or this function.
11321 *
11322 * License is also granted to make and use derivative works provided
11323 * that such works are identified as "derived from the RSA Data
11324 * Security, Inc. MD4 Message-Digest Algorithm" in all material
11325 * mentioning or referencing the derived work.
11326 *
11327 * RSA Data Security, Inc. makes no representations concerning either
11328 * the merchantability of this software or the suitability of this
11329 * software for any particular purpose. It is provided "as is"
11330 * without express or implied warranty of any kind.
11331 *
11332 * These notices must be retained in any copies of any part of this
11333 * documentation and/or software.
11334 */
11335
11336
11337 For the srclib\apr-util\test\testdbm.c component:
11338
11339 /* ====================================================================
11340 * The Apache Software License, Version 1.1
11341 *
11342 * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
11343 * reserved.
11344 *
11345 * Redistribution and use in source and binary forms, with or without
11346 * modification, are permitted provided that the following conditions
11347 * are met:
11348 *
11349 * 1. Redistributions of source code must retain the above copyright
11350 * notice, this list of conditions and the following disclaimer.
11351 *
11352 * 2. Redistributions in binary form must reproduce the above copyright
11353 * notice, this list of conditions and the following disclaimer in
11354 * the documentation and/or other materials provided with the
11355 * distribution.
11356 *
11357 * 3. The end-user documentation included with the redistribution,
11358 * if any, must include the following acknowledgment:
11359 * "This product includes software developed by the
11360 * Apache Software Foundation (http://www.apache.org/)."
11361 * Alternately, this acknowledgment may appear in the software itself,
11362 * if and wherever such third-party acknowledgments normally appear.
11363 *
11364 * 4. The names "Apache" and "Apache Software Foundation" must
11365 * not be used to endorse or promote products derived from this
11366 * software without prior written permission. For written
11367 * permission, please contact apache (a] apache.org.
11368 *
11369 * 5. Products derived from this software may not be called "Apache",
11370 * nor may "Apache" appear in their name, without prior written
11371 * permission of the Apache Software Foundation.
11372 *
11373 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
11374 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
11375 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
11376 * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
11377 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11378 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11379 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
11380 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
11381 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
11382 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
11383 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
11384 * SUCH DAMAGE.
11385 * ====================================================================
11386 *
11387 * This software consists of voluntary contributions made by many
11388 * individuals on behalf of the Apache Software Foundation. For more
11389 * information on the Apache Software Foundation, please see
11390 * <http://www.apache.org/>.
11391 *
11392 * This file came from the SDBM package (written by oz (a] nexus.yorku.ca).
11393 * That package was under public domain. This file has been ported to
11394 * APR, updated to ANSI C and other, newer idioms, and added to the Apache
11395 * codebase under the above copyright and license.
11396 */
11397
11398
11399 For the srclib\apr-util\test\testmd4.c component:
11400
11401 *
11402 * This is derived from material copyright RSA Data Security, Inc.
11403 * Their notice is reproduced below in its entirety.
11404 *
11405 * Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
11406 * rights reserved.
11407 *
11408 * RSA Data Security, Inc. makes no representations concerning either
11409 * the merchantability of this software or the suitability of this
11410 * software for any particular purpose. It is provided "as is"
11411 * without express or implied warranty of any kind.
11412 *
11413 * These notices must be retained in any copies of any part of this
11414 * documentation and/or software.
11415 */
11416
11417 For the srclib\apr-util\xml\expat\conftools\install-sh component:
11418
11419 #
11420 # install - install a program, script, or datafile
11421 # This comes from X11R5 (mit/util/scripts/install.sh).
11422 #
11423 # Copyright 1991 by the Massachusetts Institute of Technology
11424 #
11425 # Permission to use, copy, modify, distribute, and sell this software and its
11426 # documentation for any purpose is hereby granted without fee, provided that
11427 # the above copyright notice appear in all copies and that both that
11428 # copyright notice and this permission notice appear in supporting
11429 # documentation, and that the name of M.I.T. not be used in advertising or
11430 # publicity pertaining to distribution of the software without specific,
11431 # written prior permission. M.I.T. makes no representations about the
11432 # suitability of this software for any purpose. It is provided "as is"
11433 # without express or implied warranty.
11434 #
11435
11436 For the srclib\pcre\install-sh component:
11437
11438 #
11439 # Copyright 1991 by the Massachusetts Institute of Technology
11440 #
11441 # Permission to use, copy, modify, distribute, and sell this software and its
11442 # documentation for any purpose is hereby granted without fee, provided that
11443 # the above copyright notice appear in all copies and that both that
11444 # copyright notice and this permission notice appear in supporting
11445 # documentation, and that the name of M.I.T. not be used in advertising or
11446 # publicity pertaining to distribution of the software without specific,
11447 # written prior permission. M.I.T. makes no representations about the
11448 # suitability of this software for any purpose. It is provided "as is"
11449 # without express or implied warranty.
11450
11451 For the pcre component:
11452
11453 PCRE LICENCE
11454 ------------
11455
11456 PCRE is a library of functions to support regular expressions whose syntax
11457 and semantics are as close as possible to those of the Perl 5 language.
11458
11459 Written by: Philip Hazel <ph10 (a] cam.ac.uk>
11460
11461 University of Cambridge Computing Service,
11462 Cambridge, England. Phone: +44 1223 334714.
11463
11464 Copyright (c) 1997-2001 University of Cambridge
11465
11466 Permission is granted to anyone to use this software for any purpose on any
11467 computer system, and to redistribute it freely, subject to the following
11468 restrictions:
11469
11470 1. This software is distributed in the hope that it will be useful,
11471 but WITHOUT ANY WARRANTY; without even the implied warranty of
11472 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11473
11474 2. The origin of this software must not be misrepresented, either by
11475 explicit claim or by omission. In practice, this means that if you use
11476 PCRE in software which you distribute to others, commercially or
11477 otherwise, you must put a sentence like this
11478
11479 Regular expression support is provided by the PCRE library package,
11480 which is open source software, written by Philip Hazel, and copyright
11481 by the University of Cambridge, England.
11482
11483 somewhere reasonably visible in your documentation and in any relevant
11484 files or online help data or similar. A reference to the ftp site for
11485 the source, that is, to
11486
11487 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
11488
11489 should also be given in the documentation.
11490
11491 3. Altered versions must be plainly marked as such, and must not be
11492 misrepresented as being the original software.
11493
11494 4. If PCRE is embedded in any software that is released under the GNU
11495 General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
11496 then the terms of that licence shall supersede any condition above with
11497 which it is incompatible.
11498
11499 The documentation for PCRE, supplied in the "doc" directory, is distributed
11500 under the same terms as the software itself.
11501
11502 End PCRE LICENCE
11503
11504
11505 For the test\zb.c component:
11506
11507 /* ZeusBench V1.01
11508 ===============
11509
11510 This program is Copyright (C) Zeus Technology Limited 1996.
11511
11512 This program may be used and copied freely providing this copyright notice
11513 is not removed.
11514
11515 This software is provided "as is" and any express or implied waranties,
11516 including but not limited to, the implied warranties of merchantability and
11517 fitness for a particular purpose are disclaimed. In no event shall
11518 Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
11519 exemplary, or consequential damaged (including, but not limited to,
11520 procurement of substitute good or services; loss of use, data, or profits;
11521 or business interruption) however caused and on theory of liability. Whether
11522 in contract, strict liability or tort (including negligence or otherwise)
11523 arising in any way out of the use of this software, even if advised of the
11524 possibility of such damage.
11525
11526 Written by Adam Twiss (adam (a] zeus.co.uk). March 1996
11527
11528 Thanks to the following people for their input:
11529 Mike Belshe (mbelshe (a] netscape.com)
11530 Michael Campanella (campanella (a] stevms.enet.dec.com)
11531
11532 */
11533
11534 For the expat xml parser component:
11535
11536 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
11537 and Clark Cooper
11538
11539 Permission is hereby granted, free of charge, to any person obtaining
11540 a copy of this software and associated documentation files (the
11541 "Software"), to deal in the Software without restriction, including
11542 without limitation the rights to use, copy, modify, merge, publish,
11543 distribute, sublicense, and/or sell copies of the Software, and to
11544 permit persons to whom the Software is furnished to do so, subject to
11545 the following conditions:
11546
11547 The above copyright notice and this permission notice shall be included
11548 in all copies or substantial portions of the Software.
11549
11550 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11551 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11552 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
11553 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11554 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
11555 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
11556 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11557
11558 ====================================================================
11559
11560 </pre>
11561 <div class="license-packages">
11562 Used by these packages: app-i18n/chinese-input-1.0.0.0-r1 app-i18n/chromeos-hangul-1.0.0.12 app-i18n/chromeos-keyboards-1.1.3.0-r1 media-fonts/croscorefonts-1.23.0 media-fonts/crosextrafonts-20130214 media-fonts/droidfonts-cros-20121206 app-i18n/ibus-english-m-0.0.1-r3 dev-python/jsonrpclib-0_pre20110820-r1 media-fonts/notofonts-20130514 dev-libs/protobuf-2.3.0-r4 app-admin/rsyslog-5.8.11 dev-util/stressapptest-1.0.4
11563 </div>
11564 </div>
11565 </div>
11566
11567 <div class="product">
11568 <a name="Artistic-2" class="title">Gentoo Package Provided Stock License Artistic-2</a>
11569 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11570 <div class="licence">
11571 <pre>
11572 The Artistic License 2.0
11573
11574 Copyright (c) 2000-2006, The Perl Foundation.
11575
11576 Everyone is permitted to copy and distribute verbatim copies
11577 of this license document, but changing it is not allowed.
11578
11579 Preamble
11580
11581 This license establishes the terms under which a given free software
11582 Package may be copied, modified, distributed, and/or redistributed.
11583 The intent is that the Copyright Holder maintains some artistic
11584 control over the development of that Package while still keeping the
11585 Package available as open source and free software.
11586
11587 You are always permitted to make arrangements wholly outside of this
11588 license directly with the Copyright Holder of a given Package. If the
11589 terms of this license do not permit the full use that you propose to
11590 make of the Package, you should contact the Copyright Holder and seek
11591 a different licensing arrangement.
11592
11593 Definitions
11594
11595 "Copyright Holder" means the individual(s) or organization(s)
11596 named in the copyright notice for the entire Package.
11597
11598 "Contributor" means any party that has contributed code or other
11599 material to the Package, in accordance with the Copyright Holder's
11600 procedures.
11601
11602 "You" and "your" means any person who would like to copy,
11603 distribute, or modify the Package.
11604
11605 "Package" means the collection of files distributed by the
11606 Copyright Holder, and derivatives of that collection and/or of
11607 those files. A given Package may consist of either the Standard
11608 Version, or a Modified Version.
11609
11610 "Distribute" means providing a copy of the Package or making it
11611 accessible to anyone else, or in the case of a company or
11612 organization, to others outside of your company or organization.
11613
11614 "Distributor Fee" means any fee that you charge for Distributing
11615 this Package or providing support for this Package to another
11616 party. It does not mean licensing fees.
11617
11618 "Standard Version" refers to the Package if it has not been
11619 modified, or has been modified only in ways explicitly requested
11620 by the Copyright Holder.
11621
11622 "Modified Version" means the Package, if it has been changed, and
11623 such changes were not explicitly requested by the Copyright
11624 Holder.
11625
11626 "Original License" means this Artistic License as Distributed with
11627 the Standard Version of the Package, in its current version or as
11628 it may be modified by The Perl Foundation in the future.
11629
11630 "Source" form means the source code, documentation source, and
11631 configuration files for the Package.
11632
11633 "Compiled" form means the compiled bytecode, object code, binary,
11634 or any other form resulting from mechanical transformation or
11635 translation of the Source form.
11636
11637
11638 Permission for Use and Modification Without Distribution
11639
11640 (1) You are permitted to use the Standard Version and create and use
11641 Modified Versions for any purpose without restriction, provided that
11642 you do not Distribute the Modified Version.
11643
11644
11645 Permissions for Redistribution of the Standard Version
11646
11647 (2) You may Distribute verbatim copies of the Source form of the
11648 Standard Version of this Package in any medium without restriction,
11649 either gratis or for a Distributor Fee, provided that you duplicate
11650 all of the original copyright notices and associated disclaimers. At
11651 your discretion, such verbatim copies may or may not include a
11652 Compiled form of the Package.
11653
11654 (3) You may apply any bug fixes, portability changes, and other
11655 modifications made available from the Copyright Holder. The resulting
11656 Package will still be considered the Standard Version, and as such
11657 will be subject to the Original License.
11658
11659
11660 Distribution of Modified Versions of the Package as Source
11661
11662 (4) You may Distribute your Modified Version as Source (either gratis
11663 or for a Distributor Fee, and with or without a Compiled form of the
11664 Modified Version) provided that you clearly document how it differs
11665 from the Standard Version, including, but not limited to, documenting
11666 any non-standard features, executables, or modules, and provided that
11667 you do at least ONE of the following:
11668
11669 (a) make the Modified Version available to the Copyright Holder
11670 of the Standard Version, under the Original License, so that the
11671 Copyright Holder may include your modifications in the Standard
11672 Version.
11673
11674 (b) ensure that installation of your Modified Version does not
11675 prevent the user installing or running the Standard Version. In
11676 addition, the Modified Version must bear a name that is different
11677 from the name of the Standard Version.
11678
11679 (c) allow anyone who receives a copy of the Modified Version to
11680 make the Source form of the Modified Version available to others
11681 under
11682
11683 (i) the Original License or
11684
11685 (ii) a license that permits the licensee to freely copy,
11686 modify and redistribute the Modified Version using the same
11687 licensing terms that apply to the copy that the licensee
11688 received, and requires that the Source form of the Modified
11689 Version, and of any works derived from it, be made freely
11690 available in that license fees are prohibited but Distributor
11691 Fees are allowed.
11692
11693
11694 Distribution of Compiled Forms of the Standard Version
11695 or Modified Versions without the Source
11696
11697 (5) You may Distribute Compiled forms of the Standard Version without
11698 the Source, provided that you include complete instructions on how to
11699 get the Source of the Standard Version. Such instructions must be
11700 valid at the time of your distribution. If these instructions, at any
11701 time while you are carrying out such distribution, become invalid, you
11702 must provide new instructions on demand or cease further distribution.
11703 If you provide valid instructions or cease distribution within thirty
11704 days after you become aware that the instructions are invalid, then
11705 you do not forfeit any of your rights under this license.
11706
11707 (6) You may Distribute a Modified Version in Compiled form without
11708 the Source, provided that you comply with Section 4 with respect to
11709 the Source of the Modified Version.
11710
11711
11712 Aggregating or Linking the Package
11713
11714 (7) You may aggregate the Package (either the Standard Version or
11715 Modified Version) with other packages and Distribute the resulting
11716 aggregation provided that you do not charge a licensing fee for the
11717 Package. Distributor Fees are permitted, and licensing fees for other
11718 components in the aggregation are permitted. The terms of this license
11719 apply to the use and Distribution of the Standard or Modified Versions
11720 as included in the aggregation.
11721
11722 (8) You are permitted to link Modified and Standard Versions with
11723 other works, to embed the Package in a larger work of your own, or to
11724 build stand-alone binary or bytecode versions of applications that
11725 include the Package, and Distribute the result without restriction,
11726 provided the result does not expose a direct interface to the Package.
11727
11728
11729 Items That are Not Considered Part of a Modified Version
11730
11731 (9) Works (including, but not limited to, modules and scripts) that
11732 merely extend or make use of the Package, do not, by themselves, cause
11733 the Package to be a Modified Version. In addition, such works are not
11734 considered parts of the Package itself, and are not subject to the
11735 terms of this license.
11736
11737
11738 General Provisions
11739
11740 (10) Any use, modification, and distribution of the Standard or
11741 Modified Versions is governed by this Artistic License. By using,
11742 modifying or distributing the Package, you accept this license. Do not
11743 use, modify, or distribute the Package, if you do not accept this
11744 license.
11745
11746 (11) If your Modified Version has been derived from a Modified
11747 Version made by someone other than you, you are nevertheless required
11748 to ensure that your Modified Version complies with the requirements of
11749 this license.
11750
11751 (12) This license does not grant you the right to use any trademark,
11752 service mark, tradename, or logo of the Copyright Holder.
11753
11754 (13) This license includes the non-exclusive, worldwide,
11755 free-of-charge patent license to make, have made, use, offer to sell,
11756 sell, import and otherwise transfer the Package with respect to any
11757 patent claims licensable by the Copyright Holder that are necessarily
11758 infringed by the Package. If you institute patent litigation
11759 (including a cross-claim or counterclaim) against any party alleging
11760 that the Package constitutes direct or contributory patent
11761 infringement, then this Artistic License to you shall terminate on the
11762 date that such litigation is filed.
11763
11764 (14) Disclaimer of Warranty:
11765 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
11766 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
11767 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
11768 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
11769 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
11770 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
11771 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
11772 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11773
11774 </pre>
11775 <div class="license-packages">
11776 Used by these packages: sys-apps/pv-1.3.4
11777 </div>
11778 </div>
11779 </div>
11780
11781 <div class="product">
11782 <a name="Atheros" class="title">Gentoo Package Provided Stock License Atheros</a>
11783 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11784 <div class="licence">
11785 <pre>
11786 Copyright (c) 2010, Atheros Communications, Inc.
11787
11788 All rights reserved.
11789
11790 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are
11791
11792 met:
11793
11794 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
11795
11796 * 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.
11797
11798 * No reverse engineering, decompilation, or disassembly of this software is permitted.
11799
11800 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.
11801
11802 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.
11803
11804
11805
11806 </pre>
11807 <div class="license-packages">
11808 Used by these packages: net-wireless/ath3k-0.0.1-r120 net-wireless/ath6k-34-r21
11809 </div>
11810 </div>
11811 </div>
11812
11813 <div class="product">
11814 <a name="BSD-Google" class="title">Gentoo Package Provided Stock License BSD-Google</a>
11815 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11816 <div class="licence">
11817 <pre>
11818 Copyright 2010, Google Inc.
11819 All rights reserved.
11820
11821 Redistribution and use in source and binary forms, with or without
11822 modification, are permitted provided that the following conditions are
11823 met:
11824
11825 * Redistributions of source code must retain the above copyright
11826 notice, this list of conditions and the following disclaimer.
11827 * Redistributions in binary form must reproduce the above
11828 copyright notice, this list of conditions and the following disclaimer
11829 in the documentation and/or other materials provided with the
11830 distribution.
11831 * Neither the name of Google Inc. nor the names of its
11832 contributors may be used to endorse or promote products derived from
11833 this software without specific prior written permission.
11834
11835 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11836 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11837 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11838 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11839 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11840 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11841 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11842 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11843 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11844 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11845 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11846
11847 </pre>
11848 <div class="license-packages">
11849 Used by these packages: app-i18n/input-tools-0.0.1 app-i18n/nacl-mozc-1.10.1389.104-r10 media-plugins/o3d-203170 dev-python/unittest2-0.5.1
11850 </div>
11851 </div>
11852 </div>
11853
11854 <div class="product">
11855 <a name="BSD-bsdiff" class="title">Gentoo Package Provided Stock License BSD-bsdiff</a>
11856 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11857 <div class="licence">
11858 <pre>
11859 Copyright 2003-2005 Colin Percival
11860 All rights reserved
11861
11862 Redistribution and use in source and binary forms, with or without
11863 modification, are permitted providing that the following conditions
11864 are met:
11865 1. Redistributions of source code must retain the above copyright
11866 notice, this list of conditions and the following disclaimer.
11867 2. Redistributions in binary form must reproduce the above copyright
11868 notice, this list of conditions and the following disclaimer in the
11869 documentation and/or other materials provided with the distribution.
11870
11871 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
11872 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
11873 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11874 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11875 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
11876 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
11877 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11878 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
11879 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
11880 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
11881 POSSIBILITY OF SUCH DAMAGE.
11882
11883 </pre>
11884 <div class="license-packages">
11885 Used by these packages: dev-util/bsdiff-4.3-r5
11886 </div>
11887 </div>
11888 </div>
11889
11890 <div class="product">
11891 <a name="BSD-dhcpcd" class="title">Gentoo Package Provided Stock License BSD-dhcpcd</a>
11892 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11893 <div class="licence">
11894 <pre>
11895 Copyright (c) 2006-2010 Roy Marples <roy (a] marples.name>
11896 All rights reserved
11897
11898 Redistribution and use in source and binary forms, with or without
11899 modification, are permitted provided that the following conditions
11900 are met:
11901 1. Redistributions of source code must retain the above copyright
11902 notice, this list of conditions and the following disclaimer.
11903 2. Redistributions in binary form must reproduce the above copyright
11904 notice, this list of conditions and the following disclaimer in the
11905 documentation and/or other materials provided with the distribution.
11906
11907 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
11908 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
11909 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11910 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
11911 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
11912 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
11913 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11914 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
11915 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
11916 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
11917 SUCH DAMAGE.
11918
11919 </pre>
11920 <div class="license-packages">
11921 Used by these packages: net-misc/dhcpcd-5.1.4-r35
11922 </div>
11923 </div>
11924 </div>
11925
11926 <div class="product">
11927 <a name="BSD-iputils" class="title">Gentoo Package Provided Stock License BSD-iputils</a>
11928 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11929 <div class="licence">
11930 <pre>
11931 Copyright (c) 1989 The Regents of the University of California.
11932 All rights reserved.
11933
11934 This code is derived from software contributed to Berkeley by
11935 Mike Muuss.
11936
11937 Redistribution and use in source and binary forms, with or without
11938 modification, are permitted provided that the following conditions
11939 are met:
11940 1. Redistributions of source code must retain the above copyright
11941 notice, this list of conditions and the following disclaimer.
11942 2. Redistributions in binary form must reproduce the above copyright
11943 notice, this list of conditions and the following disclaimer in the
11944 documentation and/or other materials provided with the distribution.
11945 3. All advertising materials mentioning features or use of this software
11946 must display the following acknowledgement:
11947 This product includes software developed by the University of
11948 California, Berkeley and its contributors.
11949 4. Neither the name of the University nor the names of its contributors
11950 may be used to endorse or promote products derived from this software
11951 without specific prior written permission.
11952
11953 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
11954 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
11955 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
11956 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
11957 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
11958 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
11959 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
11960 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
11961 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
11962 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
11963 SUCH DAMAGE.
11964
11965 </pre>
11966 <div class="license-packages">
11967 Used by these packages: net-misc/iputils-20100418-r3
11968 </div>
11969 </div>
11970 </div>
11971
11972 <div class="product">
11973 <a name="BSD-libevent" class="title">Gentoo Package Provided Stock License BSD-libevent</a>
11974 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
11975 <div class="licence">
11976 <pre>
11977 Copyright (c) 2002, 2003 Niels Provos <provos (a] citi.umich.edu>
11978 All rights reserved.
11979
11980 Redistribution and use in source and binary forms, with or without
11981 modification, are permitted provided that the following conditions
11982 are met:
11983 1. Redistributions of source code must retain the above copyright
11984 notice, this list of conditions and the following disclaimer.
11985 2. Redistributions in binary form must reproduce the above copyright
11986 notice, this list of conditions and the following disclaimer in the
11987 documentation and/or other materials provided with the distribution.
11988 3. The name of the author may not be used to endorse or promote products
11989 derived from this software without specific prior written permission.
11990
11991 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
11992 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
11993 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
11994 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
11995 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
11996 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11997 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11998 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11999 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
12000 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12001
12002 </pre>
12003 <div class="license-packages">
12004 Used by these packages: dev-libs/libevent-1.4.13
12005 </div>
12006 </div>
12007 </div>
12008
12009 <div class="product">
12010 <a name="BZIP2" class="title">Gentoo Package Provided Stock License BZIP2</a>
12011 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12012 <div class="licence">
12013 <pre>
12014 <copyright notice>
12015 All rights reserved.
12016
12017 Redistribution and use in source and binary forms, with or without
12018 modification, are permitted provided that the following conditions
12019 are met:
12020
12021 1. Redistributions of source code must retain the above copyright
12022 notice, this list of conditions and the following disclaimer.
12023
12024 2. The origin of this software must not be misrepresented; you must
12025 not claim that you wrote the original software. If you use this
12026 software in a product, an acknowledgment in the product
12027 documentation would be appreciated but is not required.
12028
12029 3. Altered source versions must be plainly marked as such, and must
12030 not be misrepresented as being the original software.
12031
12032 4. The name of the author may not be used to endorse or promote
12033 products derived from this software without specific prior written
12034 permission.
12035
12036 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
12037 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
12038 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12039 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
12040 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
12041 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
12042 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
12043 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
12044 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
12045 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
12046 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12047
12048 </pre>
12049 <div class="license-packages">
12050 Used by these packages: app-arch/bzip2-1.0.6-r3
12051 </div>
12052 </div>
12053 </div>
12054
12055 <div class="product">
12056 <a name="BitstreamVera" class="title">Gentoo Package Provided Stock License BitstreamVera</a>
12057 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12058 <div class="licence">
12059 <pre>
12060 Bitstream Vera Fonts Copyright
12061
12062 The fonts have a generous copyright, allowing derivative works (as
12063 long as "Bitstream" or "Vera" are not in the names), and full
12064 redistribution (so long as they are not *sold* by themselves). They
12065 can be be bundled, redistributed and sold with any software.
12066
12067 The fonts are distributed under the following copyright:
12068
12069 Copyright
12070 =========
12071
12072 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
12073 Vera is a trademark of Bitstream, Inc.
12074
12075 Permission is hereby granted, free of charge, to any person obtaining
12076 a copy of the fonts accompanying this license ("Fonts") and associated
12077 documentation files (the "Font Software"), to reproduce and distribute
12078 the Font Software, including without limitation the rights to use,
12079 copy, merge, publish, distribute, and/or sell copies of the Font
12080 Software, and to permit persons to whom the Font Software is furnished
12081 to do so, subject to the following conditions:
12082
12083 The above copyright and trademark notices and this permission notice
12084 shall be included in all copies of one or more of the Font Software
12085 typefaces.
12086
12087 The Font Software may be modified, altered, or added to, and in
12088 particular the designs of glyphs or characters in the Fonts may be
12089 modified and additional glyphs or characters may be added to the
12090 Fonts, only if the fonts are renamed to names not containing either
12091 the words "Bitstream" or the word "Vera".
12092
12093 This License becomes null and void to the extent applicable to Fonts
12094 or Font Software that has been modified and is distributed under the
12095 "Bitstream Vera" names.
12096
12097 The Font Software may be sold as part of a larger software package but
12098 no copy of one or more of the Font Software typefaces may be sold by
12099 itself.
12100
12101 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
12102 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
12103 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
12104 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
12105 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
12106 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
12107 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
12108 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
12109 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
12110
12111 Except as contained in this notice, the names of Gnome, the Gnome
12112 Foundation, and Bitstream Inc., shall not be used in advertising or
12113 otherwise to promote the sale, use or other dealings in this Font
12114 Software without prior written authorization from the Gnome Foundation
12115 or Bitstream Inc., respectively. For further information, contact:
12116 fonts at gnome dot org.
12117
12118 Copyright FAQ
12119 =============
12120
12121 1. I don't understand the resale restriction... What gives?
12122
12123 Bitstream is giving away these fonts, but wishes to ensure its
12124 competitors can't just drop the fonts as is into a font sale system
12125 and sell them as is. It seems fair that if Bitstream can't make money
12126 from the Bitstream Vera fonts, their competitors should not be able to
12127 do so either. You can sell the fonts as part of any software package,
12128 however.
12129
12130 2. I want to package these fonts separately for distribution and
12131 sale as part of a larger software package or system. Can I do so?
12132
12133 Yes. A RPM or Debian package is a "larger software package" to begin
12134 with, and you aren't selling them independently by themselves.
12135 See 1. above.
12136
12137 3. Are derivative works allowed?
12138 Yes!
12139
12140 4. Can I change or add to the font(s)?
12141 Yes, but you must change the name(s) of the font(s).
12142
12143 5. Under what terms are derivative works allowed?
12144
12145 You must change the name(s) of the fonts. This is to ensure the
12146 quality of the fonts, both to protect Bitstream and Gnome. We want to
12147 ensure that if an application has opened a font specifically of these
12148 names, it gets what it expects (though of course, using fontconfig,
12149 substitutions could still could have occurred during font
12150 opening). You must include the Bitstream copyright. Additional
12151 copyrights can be added, as per copyright law. Happy Font Hacking!
12152
12153 6. If I have improvements for Bitstream Vera, is it possible they might get
12154 adopted in future versions?
12155
12156 Yes. The contract between the Gnome Foundation and Bitstream has
12157 provisions for working with Bitstream to ensure quality additions to
12158 the Bitstream Vera font family. Please contact us if you have such
12159 additions. Note, that in general, we will want such additions for the
12160 entire family, not just a single font, and that you'll have to keep
12161 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
12162 glyphs to the font, they must be stylistically in keeping with Vera's
12163 design. Vera cannot become a "ransom note" font. Jim Lyles will be
12164 providing a document describing the design elements used in Vera, as a
12165 guide and aid for people interested in contributing to Vera.
12166
12167 7. I want to sell a software package that uses these fonts: Can I do so?
12168
12169 Sure. Bundle the fonts with your software and sell your software
12170 with the fonts. That is the intent of the copyright.
12171
12172 8. If applications have built the names "Bitstream Vera" into them,
12173 can I override this somehow to use fonts of my choosing?
12174
12175 This depends on exact details of the software. Most open source
12176 systems and software (e.g., Gnome, KDE, etc.) are now converting to
12177 use fontconfig (see www.fontconfig.org) to handle font configuration,
12178 selection and substitution; it has provisions for overriding font
12179 names and subsituting alternatives. An example is provided by the
12180 supplied local.conf file, which chooses the family Bitstream Vera for
12181 "sans", "serif" and "monospace". Other software (e.g., the XFree86
12182 core server) has other mechanisms for font substitution.
12183
12184
12185 </pre>
12186 <div class="license-packages">
12187 Used by these packages: media-fonts/dejavu-2.33
12188 </div>
12189 </div>
12190 </div>
12191
12192 <div class="product">
12193 <a name="CPL-1.0" class="title">Gentoo Package Provided Stock License CPL-1.0</a>
12194 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12195 <div class="licence">
12196 <pre>
12197 Common Public License Version 1.0
12198
12199 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.
12200
12201 1. DEFINITIONS
12202
12203 "Contribution" means:
12204
12205 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
12206
12207 b) in the case of each subsequent Contributor:
12208
12209 i) changes to the Program, and
12210
12211 ii) additions to the Program;
12212
12213 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.
12214
12215 "Contributor" means any person or entity that distributes the Program.
12216
12217 "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.
12218
12219 "Program" means the Contributions distributed in accordance with this Agreement.
12220
12221 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
12222
12223 2. GRANT OF RIGHTS
12224
12225 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.
12226
12227 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.
12228
12229 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.
12230
12231 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.
12232
12233 3. REQUIREMENTS
12234
12235 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
12236
12237 a) it complies with the terms and conditions of this Agreement; and
12238
12239 b) its license agreement:
12240
12241 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;
12242
12243 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
12244
12245 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
12246
12247 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.
12248
12249 When the Program is made available in source code form:
12250
12251 a) it must be made available under this Agreement; and
12252
12253 b) a copy of this Agreement must be included with each copy of the Program.
12254
12255 Contributors may not remove or alter any copyright notices contained within the Program.
12256
12257 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.
12258
12259 4. COMMERCIAL DISTRIBUTION
12260
12261 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.
12262
12263 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.
12264
12265 5. NO WARRANTY
12266
12267 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.
12268
12269 6. DISCLAIMER OF LIABILITY
12270
12271 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.
12272
12273 7. GENERAL
12274
12275 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.
12276
12277 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.
12278
12279 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.
12280
12281 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.
12282
12283 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.
12284 </pre>
12285 <div class="license-packages">
12286 Used by these packages: app-crypt/trousers-0.3.3-r33
12287 </div>
12288 </div>
12289 </div>
12290
12291 <div class="product">
12292 <a name="DES" class="title">Gentoo Package Provided Stock License DES</a>
12293 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12294 <div class="licence">
12295 <pre>
12296 Copyright (C) 1995-1997 Eric Young (eay (a] cryptsoft.com)
12297 All rights reserved.
12298
12299 This package is an DES implementation written by Eric Young (eay (a] cryptsoft.com).
12300 The implementation was written so as to conform with MIT's libdes.
12301
12302 This library is free for commercial and non-commercial use as long as
12303 the following conditions are aheared to. The following conditions
12304 apply to all code found in this distribution.
12305
12306 Copyright remains Eric Young's, and as such any Copyright notices in
12307 the code are not to be removed.
12308 If this package is used in a product, Eric Young should be given attribution
12309 as the author of that the SSL library. This can be in the form of a textual
12310 message at program startup or in documentation (online or textual) provided
12311 with the package.
12312
12313 Redistribution and use in source and binary forms, with or without
12314 modification, are permitted provided that the following conditions
12315 are met:
12316 1. Redistributions of source code must retain the copyright
12317 notice, this list of conditions and the following disclaimer.
12318 2. Redistributions in binary form must reproduce the above copyright
12319 notice, this list of conditions and the following disclaimer in the
12320 documentation and/or other materials provided with the distribution.
12321 3. All advertising materials mentioning features or use of this software
12322 must display the following acknowledgement:
12323 This product includes software developed by Eric Young (eay (a] cryptsoft.com)
12324
12325 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
12326 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12327 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12328 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
12329 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
12330 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
12331 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
12332 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
12333 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
12334 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
12335 SUCH DAMAGE.
12336
12337 The license and distribution terms for any publically available version or
12338 derivative of this code cannot be changed. i.e. this code cannot simply be
12339 copied and put under another distrubution license
12340 [including the GNU Public License.]
12341
12342 The reason behind this being stated in this direct manner is past
12343 experience in code simply being copied and the attribution removed
12344 from it and then being distributed as part of other packages. This
12345 implementation was a non-trivial and unpaid effort.
12346
12347
12348 </pre>
12349 <div class="license-packages">
12350 Used by these packages: net-misc/strongswan-5.0.2-r5
12351 </div>
12352 </div>
12353 </div>
12354
12355 <div class="product">
12356 <a name="FDL-1.1" class="title">Gentoo Package Provided Stock License FDL-1.1</a>
12357 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12358 <div class="licence">
12359 <pre>
12360 GNU Free Documentation License
12361 Version 1.1, March 2000
12362
12363 Copyright (C) 2000 Free Software Foundation, Inc.
12364 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12365 Everyone is permitted to copy and distribute verbatim copies
12366 of this license document, but changing it is not allowed.
12367
12368
12369 0. PREAMBLE
12370
12371 The purpose of this License is to make a manual, textbook, or other
12372 written document "free" in the sense of freedom: to assure everyone
12373 the effective freedom to copy and redistribute it, with or without
12374 modifying it, either commercially or noncommercially. Secondarily,
12375 this License preserves for the author and publisher a way to get
12376 credit for their work, while not being considered responsible for
12377 modifications made by others.
12378
12379 This License is a kind of "copyleft", which means that derivative
12380 works of the document must themselves be free in the same sense. It
12381 complements the GNU General Public License, which is a copyleft
12382 license designed for free software.
12383
12384 We have designed this License in order to use it for manuals for free
12385 software, because free software needs free documentation: a free
12386 program should come with manuals providing the same freedoms that the
12387 software does. But this License is not limited to software manuals;
12388 it can be used for any textual work, regardless of subject matter or
12389 whether it is published as a printed book. We recommend this License
12390 principally for works whose purpose is instruction or reference.
12391
12392
12393 1. APPLICABILITY AND DEFINITIONS
12394
12395 This License applies to any manual or other work that contains a
12396 notice placed by the copyright holder saying it can be distributed
12397 under the terms of this License. The "Document", below, refers to any
12398 such manual or work. Any member of the public is a licensee, and is
12399 addressed as "you".
12400
12401 A "Modified Version" of the Document means any work containing the
12402 Document or a portion of it, either copied verbatim, or with
12403 modifications and/or translated into another language.
12404
12405 A "Secondary Section" is a named appendix or a front-matter section of
12406 the Document that deals exclusively with the relationship of the
12407 publishers or authors of the Document to the Document's overall subject
12408 (or to related matters) and contains nothing that could fall directly
12409 within that overall subject. (For example, if the Document is in part a
12410 textbook of mathematics, a Secondary Section may not explain any
12411 mathematics.) The relationship could be a matter of historical
12412 connection with the subject or with related matters, or of legal,
12413 commercial, philosophical, ethical or political position regarding
12414 them.
12415
12416 The "Invariant Sections" are certain Secondary Sections whose titles
12417 are designated, as being those of Invariant Sections, in the notice
12418 that says that the Document is released under this License.
12419
12420 The "Cover Texts" are certain short passages of text that are listed,
12421 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
12422 the Document is released under this License.
12423
12424 A "Transparent" copy of the Document means a machine-readable copy,
12425 represented in a format whose specification is available to the
12426 general public, whose contents can be viewed and edited directly and
12427 straightforwardly with generic text editors or (for images composed of
12428 pixels) generic paint programs or (for drawings) some widely available
12429 drawing editor, and that is suitable for input to text formatters or
12430 for automatic translation to a variety of formats suitable for input
12431 to text formatters. A copy made in an otherwise Transparent file
12432 format whose markup has been designed to thwart or discourage
12433 subsequent modification by readers is not Transparent. A copy that is
12434 not "Transparent" is called "Opaque".
12435
12436 Examples of suitable formats for Transparent copies include plain
12437 ASCII without markup, Texinfo input format, LaTeX input format, SGML
12438 or XML using a publicly available DTD, and standard-conforming simple
12439 HTML designed for human modification. Opaque formats include
12440 PostScript, PDF, proprietary formats that can be read and edited only
12441 by proprietary word processors, SGML or XML for which the DTD and/or
12442 processing tools are not generally available, and the
12443 machine-generated HTML produced by some word processors for output
12444 purposes only.
12445
12446 The "Title Page" means, for a printed book, the title page itself,
12447 plus such following pages as are needed to hold, legibly, the material
12448 this License requires to appear in the title page. For works in
12449 formats which do not have any title page as such, "Title Page" means
12450 the text near the most prominent appearance of the work's title,
12451 preceding the beginning of the body of the text.
12452
12453
12454 2. VERBATIM COPYING
12455
12456 You may copy and distribute the Document in any medium, either
12457 commercially or noncommercially, provided that this License, the
12458 copyright notices, and the license notice saying this License applies
12459 to the Document are reproduced in all copies, and that you add no other
12460 conditions whatsoever to those of this License. You may not use
12461 technical measures to obstruct or control the reading or further
12462 copying of the copies you make or distribute. However, you may accept
12463 compensation in exchange for copies. If you distribute a large enough
12464 number of copies you must also follow the conditions in section 3.
12465
12466 You may also lend copies, under the same conditions stated above, and
12467 you may publicly display copies.
12468
12469
12470 3. COPYING IN QUANTITY
12471
12472 If you publish printed copies of the Document numbering more than 100,
12473 and the Document's license notice requires Cover Texts, you must enclose
12474 the copies in covers that carry, clearly and legibly, all these Cover
12475 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
12476 the back cover. Both covers must also clearly and legibly identify
12477 you as the publisher of these copies. The front cover must present
12478 the full title with all words of the title equally prominent and
12479 visible. You may add other material on the covers in addition.
12480 Copying with changes limited to the covers, as long as they preserve
12481 the title of the Document and satisfy these conditions, can be treated
12482 as verbatim copying in other respects.
12483
12484 If the required texts for either cover are too voluminous to fit
12485 legibly, you should put the first ones listed (as many as fit
12486 reasonably) on the actual cover, and continue the rest onto adjacent
12487 pages.
12488
12489 If you publish or distribute Opaque copies of the Document numbering
12490 more than 100, you must either include a machine-readable Transparent
12491 copy along with each Opaque copy, or state in or with each Opaque copy
12492 a publicly-accessible computer-network location containing a complete
12493 Transparent copy of the Document, free of added material, which the
12494 general network-using public has access to download anonymously at no
12495 charge using public-standard network protocols. If you use the latter
12496 option, you must take reasonably prudent steps, when you begin
12497 distribution of Opaque copies in quantity, to ensure that this
12498 Transparent copy will remain thus accessible at the stated location
12499 until at least one year after the last time you distribute an Opaque
12500 copy (directly or through your agents or retailers) of that edition to
12501 the public.
12502
12503 It is requested, but not required, that you contact the authors of the
12504 Document well before redistributing any large number of copies, to give
12505 them a chance to provide you with an updated version of the Document.
12506
12507
12508 4. MODIFICATIONS
12509
12510 You may copy and distribute a Modified Version of the Document under
12511 the conditions of sections 2 and 3 above, provided that you release
12512 the Modified Version under precisely this License, with the Modified
12513 Version filling the role of the Document, thus licensing distribution
12514 and modification of the Modified Version to whoever possesses a copy
12515 of it. In addition, you must do these things in the Modified Version:
12516
12517 A. Use in the Title Page (and on the covers, if any) a title distinct
12518 from that of the Document, and from those of previous versions
12519 (which should, if there were any, be listed in the History section
12520 of the Document). You may use the same title as a previous version
12521 if the original publisher of that version gives permission.
12522 B. List on the Title Page, as authors, one or more persons or entities
12523 responsible for authorship of the modifications in the Modified
12524 Version, together with at least five of the principal authors of the
12525 Document (all of its principal authors, if it has less than five).
12526 C. State on the Title page the name of the publisher of the
12527 Modified Version, as the publisher.
12528 D. Preserve all the copyright notices of the Document.
12529 E. Add an appropriate copyright notice for your modifications
12530 adjacent to the other copyright notices.
12531 F. Include, immediately after the copyright notices, a license notice
12532 giving the public permission to use the Modified Version under the
12533 terms of this License, in the form shown in the Addendum below.
12534 G. Preserve in that license notice the full lists of Invariant Sections
12535 and required Cover Texts given in the Document's license notice.
12536 H. Include an unaltered copy of this License.
12537 I. Preserve the section entitled "History", and its title, and add to
12538 it an item stating at least the title, year, new authors, and
12539 publisher of the Modified Version as given on the Title Page. If
12540 there is no section entitled "History" in the Document, create one
12541 stating the title, year, authors, and publisher of the Document as
12542 given on its Title Page, then add an item describing the Modified
12543 Version as stated in the previous sentence.
12544 J. Preserve the network location, if any, given in the Document for
12545 public access to a Transparent copy of the Document, and likewise
12546 the network locations given in the Document for previous versions
12547 it was based on. These may be placed in the "History" section.
12548 You may omit a network location for a work that was published at
12549 least four years before the Document itself, or if the original
12550 publisher of the version it refers to gives permission.
12551 K. In any section entitled "Acknowledgements" or "Dedications",
12552 preserve the section's title, and preserve in the section all the
12553 substance and tone of each of the contributor acknowledgements
12554 and/or dedications given therein.
12555 L. Preserve all the Invariant Sections of the Document,
12556 unaltered in their text and in their titles. Section numbers
12557 or the equivalent are not considered part of the section titles.
12558 M. Delete any section entitled "Endorsements". Such a section
12559 may not be included in the Modified Version.
12560 N. Do not retitle any existing section as "Endorsements"
12561 or to conflict in title with any Invariant Section.
12562
12563 If the Modified Version includes new front-matter sections or
12564 appendices that qualify as Secondary Sections and contain no material
12565 copied from the Document, you may at your option designate some or all
12566 of these sections as invariant. To do this, add their titles to the
12567 list of Invariant Sections in the Modified Version's license notice.
12568 These titles must be distinct from any other section titles.
12569
12570 You may add a section entitled "Endorsements", provided it contains
12571 nothing but endorsements of your Modified Version by various
12572 parties--for example, statements of peer review or that the text has
12573 been approved by an organization as the authoritative definition of a
12574 standard.
12575
12576 You may add a passage of up to five words as a Front-Cover Text, and a
12577 passage of up to 25 words as a Back-Cover Text, to the end of the list
12578 of Cover Texts in the Modified Version. Only one passage of
12579 Front-Cover Text and one of Back-Cover Text may be added by (or
12580 through arrangements made by) any one entity. If the Document already
12581 includes a cover text for the same cover, previously added by you or
12582 by arrangement made by the same entity you are acting on behalf of,
12583 you may not add another; but you may replace the old one, on explicit
12584 permission from the previous publisher that added the old one.
12585
12586 The author(s) and publisher(s) of the Document do not by this License
12587 give permission to use their names for publicity for or to assert or
12588 imply endorsement of any Modified Version.
12589
12590
12591 5. COMBINING DOCUMENTS
12592
12593 You may combine the Document with other documents released under this
12594 License, under the terms defined in section 4 above for modified
12595 versions, provided that you include in the combination all of the
12596 Invariant Sections of all of the original documents, unmodified, and
12597 list them all as Invariant Sections of your combined work in its
12598 license notice.
12599
12600 The combined work need only contain one copy of this License, and
12601 multiple identical Invariant Sections may be replaced with a single
12602 copy. If there are multiple Invariant Sections with the same name but
12603 different contents, make the title of each such section unique by
12604 adding at the end of it, in parentheses, the name of the original
12605 author or publisher of that section if known, or else a unique number.
12606 Make the same adjustment to the section titles in the list of
12607 Invariant Sections in the license notice of the combined work.
12608
12609 In the combination, you must combine any sections entitled "History"
12610 in the various original documents, forming one section entitled
12611 "History"; likewise combine any sections entitled "Acknowledgements",
12612 and any sections entitled "Dedications". You must delete all sections
12613 entitled "Endorsements."
12614
12615
12616 6. COLLECTIONS OF DOCUMENTS
12617
12618 You may make a collection consisting of the Document and other documents
12619 released under this License, and replace the individual copies of this
12620 License in the various documents with a single copy that is included in
12621 the collection, provided that you follow the rules of this License for
12622 verbatim copying of each of the documents in all other respects.
12623
12624 You may extract a single document from such a collection, and distribute
12625 it individually under this License, provided you insert a copy of this
12626 License into the extracted document, and follow this License in all
12627 other respects regarding verbatim copying of that document.
12628
12629
12630 7. AGGREGATION WITH INDEPENDENT WORKS
12631
12632 A compilation of the Document or its derivatives with other separate
12633 and independent documents or works, in or on a volume of a storage or
12634 distribution medium, does not as a whole count as a Modified Version
12635 of the Document, provided no compilation copyright is claimed for the
12636 compilation. Such a compilation is called an "aggregate", and this
12637 License does not apply to the other self-contained works thus compiled
12638 with the Document, on account of their being thus compiled, if they
12639 are not themselves derivative works of the Document.
12640
12641 If the Cover Text requirement of section 3 is applicable to these
12642 copies of the Document, then if the Document is less than one quarter
12643 of the entire aggregate, the Document's Cover Texts may be placed on
12644 covers that surround only the Document within the aggregate.
12645 Otherwise they must appear on covers around the whole aggregate.
12646
12647
12648 8. TRANSLATION
12649
12650 Translation is considered a kind of modification, so you may
12651 distribute translations of the Document under the terms of section 4.
12652 Replacing Invariant Sections with translations requires special
12653 permission from their copyright holders, but you may include
12654 translations of some or all Invariant Sections in addition to the
12655 original versions of these Invariant Sections. You may include a
12656 translation of this License provided that you also include the
12657 original English version of this License. In case of a disagreement
12658 between the translation and the original English version of this
12659 License, the original English version will prevail.
12660
12661
12662 9. TERMINATION
12663
12664 You may not copy, modify, sublicense, or distribute the Document except
12665 as expressly provided for under this License. Any other attempt to
12666 copy, modify, sublicense or distribute the Document is void, and will
12667 automatically terminate your rights under this License. However,
12668 parties who have received copies, or rights, from you under this
12669 License will not have their licenses terminated so long as such
12670 parties remain in full compliance.
12671
12672
12673 10. FUTURE REVISIONS OF THIS LICENSE
12674
12675 The Free Software Foundation may publish new, revised versions
12676 of the GNU Free Documentation License from time to time. Such new
12677 versions will be similar in spirit to the present version, but may
12678 differ in detail to address new problems or concerns. See
12679 http://www.gnu.org/copyleft/.
12680
12681 Each version of the License is given a distinguishing version number.
12682 If the Document specifies that a particular numbered version of this
12683 License "or any later version" applies to it, you have the option of
12684 following the terms and conditions either of that specified version or
12685 of any later version that has been published (not as a draft) by the
12686 Free Software Foundation. If the Document does not specify a version
12687 number of this License, you may choose any version ever published (not
12688 as a draft) by the Free Software Foundation.
12689
12690
12691 ADDENDUM: How to use this License for your documents
12692
12693 To use this License in a document you have written, include a copy of
12694 the License in the document and put the following copyright and
12695 license notices just after the title page:
12696
12697 Copyright (c) YEAR YOUR NAME.
12698 Permission is granted to copy, distribute and/or modify this document
12699 under the terms of the GNU Free Documentation License, Version 1.1
12700 or any later version published by the Free Software Foundation;
12701 with the Invariant Sections being LIST THEIR TITLES, with the
12702 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
12703 A copy of the license is included in the section entitled "GNU
12704 Free Documentation License".
12705
12706 If you have no Invariant Sections, write "with no Invariant Sections"
12707 instead of saying which ones are invariant. If you have no
12708 Front-Cover Texts, write "no Front-Cover Texts" instead of
12709 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
12710
12711 If your document contains nontrivial examples of program code, we
12712 recommend releasing these examples in parallel under your choice of
12713 free software license, such as the GNU General Public License,
12714 to permit their use in free software.
12715
12716 </pre>
12717 <div class="license-packages">
12718 Used by these packages: dev-util/gtk-doc-am-1.18
12719 </div>
12720 </div>
12721 </div>
12722
12723 <div class="product">
12724 <a name="FLEX" class="title">Gentoo Package Provided Stock License FLEX</a>
12725 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12726 <div class="licence">
12727 <pre>
12728 Flex carries the copyright used for BSD software, slightly modified
12729 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
12730 which operates under a contract with the Department of Energy:
12731
12732 Copyright (c) 1990 The Regents of the University of California.
12733 All rights reserved.
12734
12735 This code is derived from software contributed to Berkeley by
12736 Vern Paxson.
12737
12738 The United States Government has rights in this work pursuant
12739 to contract no. DE-AC03-76SF00098 between the United States
12740 Department of Energy and the University of California.
12741
12742 Redistribution and use in source and binary forms with or without
12743 modification are permitted provided that: (1) source distributions
12744 retain this entire copyright notice and comment, and (2)
12745 distributions including binaries display the following
12746 acknowledgement: ``This product includes software developed by the
12747 University of California, Berkeley and its contributors'' in the
12748 documentation or other materials provided with the distribution and
12749 in all advertising materials mentioning features or use of this
12750 software. Neither the name of the University nor the names of its
12751 contributors may be used to endorse or promote products derived
12752 from this software without specific prior written permission.
12753
12754 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
12755 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
12756 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12757 PURPOSE.
12758
12759 This basically says "do whatever you please with this software except
12760 remove this notice or take advantage of the University's (or the flex
12761 authors') name".
12762
12763 Note that the "flex.skl" scanner skeleton carries no copyright notice.
12764 You are free to do whatever you please with scanners generated using flex;
12765 for them, you are not even bound by the above copyright.
12766
12767 </pre>
12768 <div class="license-packages">
12769 Used by these packages: sys-devel/flex-2.5.35_p10
12770 </div>
12771 </div>
12772 </div>
12773
12774 <div class="product">
12775 <a name="FTL" class="title">Gentoo Package Provided Stock License FTL</a>
12776 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12777 <div class="licence">
12778 <pre>
12779 The FreeType Project LICENSE
12780 ----------------------------
12781
12782 Copyright 1996-1999 by
12783 David Turner, Robert Wilhelm, and Werner Lemberg
12784
12785
12786
12787 Introduction
12788 ============
12789
12790 The FreeType Project is distributed in several archive packages;
12791 some of them may contain, in addition to the FreeType font engine,
12792 various tools and contributions which rely on, or relate to, the
12793 FreeType Project.
12794
12795 This license applies to all files found in such packages, and
12796 which do not fall under their own explicit license. The license
12797 affects thus the FreeType font engine, the test programs,
12798 documentation and makefiles, at the very least.
12799
12800 This license was inspired by the BSD, Artistic, and IJG
12801 (Independent JPEG Group) licenses, which all encourage inclusion
12802 and use of free software in commercial and freeware products
12803 alike. As a consequence, its main points are that:
12804
12805 o We don't promise that this software works. However, we are be
12806 interested in any kind of bug reports. (`as is' distribution)
12807
12808 o You can use this software for whatever you want, in parts or
12809 full form, without having to pay us. (`royalty-free' usage)
12810
12811 o You may not pretend that you wrote this software. If you use
12812 it, or only parts of it, in a program, you must acknowledge
12813 somewhere in your documentation that you've used the FreeType
12814 code. (`credits')
12815
12816 We specifically permit and encourage the inclusion of this
12817 software, with or without modifications, in commercial products,
12818 provided that all warranty or liability claims are assumed by the
12819 product vendor.
12820
12821
12822 Legal Terms
12823 ===========
12824
12825 0. Definitions
12826 --------------
12827
12828 Throughout this license, the terms `package', `FreeType Project',
12829 and `FreeType archive' refer to the set of files originally
12830 distributed by the authors (David Turner, Robert Wilhelm, and
12831 Werner Lemberg) as the `FreeType project', be they named as alpha,
12832 beta or final release.
12833
12834 `You' refers to the licensee, or person using the project, where
12835 `using' is a generic term including compiling the project's source
12836 code as well as linking it to form a `program' or `executable'.
12837 This program is referred to as `a program using the FreeType
12838 engine'.
12839
12840 This license applies to all files distributed in the original
12841 FreeType archive, including all source code, binaries and
12842 documentation, unless otherwise stated in the file in its
12843 original, unmodified form as distributed in the original archive.
12844 If you are unsure whether or not a particular file is covered by
12845 this license, you must contact us to verify this.
12846
12847 The FreeType project is copyright (C) 1996-1999 by David Turner,
12848 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
12849 specified below.
12850
12851 1. No Warranty
12852 --------------
12853
12854 THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
12855 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
12856 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12857 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
12858 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
12859 USE, OF THE FREETYPE PROJECT.
12860
12861 As you have not signed this license, you are not required to
12862 accept it. However, as the FreeType project is copyrighted
12863 material, only this license, or another one contracted with the
12864 authors, grants you the right to use, distribute, and modify it.
12865 Therefore, by using, distributing, or modifying the FreeType
12866 project, you indicate that you understand and accept all the terms
12867 of this license.
12868
12869 2. Redistribution
12870 -----------------
12871
12872 Redistribution and use in source and binary forms, with or without
12873 modification, are permitted provided that the following conditions
12874 are met:
12875
12876 o Redistribution of source code must retain this license file
12877 (`licence.txt') unaltered; any additions, deletions or changes
12878 to the original files must be clearly indicated in
12879 accompanying documentation. The copyright notices of the
12880 unaltered, original files must be preserved in all copies of
12881 source files.
12882
12883 o Redistribution in binary form must provide a disclaimer that
12884 states that the software is based in part of the work of the
12885 FreeType Team, in the distribution documentation. We also
12886 encourage you to put an URL to the FreeType web page in your
12887 documentation, though this isn't mandatory.
12888
12889 These conditions apply to any software derived from or based on
12890 the FreeType code, not just the unmodified files. If you use our
12891 work, you must acknowledge us. However, no fee need be paid to
12892 us.
12893
12894 3. Advertising
12895 --------------
12896
12897 The names of FreeType's authors and contributors may not be used
12898 to endorse or promote products derived from this software without
12899 specific prior written permission.
12900
12901 We suggest, but do not require, that you use one or more of the
12902 following phrases to refer to this software in your documentation
12903 or advertising materials: `FreeType Project', `FreeType Engine',
12904 `FreeType library', or `FreeType Distribution'.
12905
12906 4. Contacts
12907 -----------
12908
12909 There are two mailing lists related to FreeType:
12910
12911 o freetype (a] freetype.org
12912
12913 Discusses general use and applications of FreeType, as well as
12914 future and wanted additions to the library and distribution.
12915 If you are looking for support, start in this list if you
12916 haven't found anything to help you in the documentation.
12917
12918 o devel (a] freetype.org
12919
12920 Discusses bugs, as well as engine internals, design issues,
12921 specific licenses, porting, etc.
12922
12923 o http://www.freetype.org
12924
12925 Holds the current FreeType web page, which will allow you to
12926 download our latest development version and read online
12927 documentation.
12928
12929 You can also contact us individually at:
12930
12931 David Turner <david.turner (a] freetype.org>
12932 Robert Wilhelm <robert.wilhelm (a] freetype.org>
12933 Werner Lemberg <werner.lemberg (a] freetype.org>
12934
12935
12936 --- end of license.txt ---
12937
12938 </pre>
12939 <div class="license-packages">
12940 Used by these packages: media-libs/freetype-2.4.12 x11-libs/pango-1.32.5-r1
12941 </div>
12942 </div>
12943 </div>
12944
12945 <div class="product">
12946 <a name="GPL-2" class="title">Gentoo Package Provided Stock License GPL-2</a>
12947 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
12948 <div class="licence">
12949 <pre>
12950 GNU GENERAL PUBLIC LICENSE
12951 Version 2, June 1991
12952
12953 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
12954 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
12955 Everyone is permitted to copy and distribute verbatim copies
12956 of this license document, but changing it is not allowed.
12957
12958 Preamble
12959
12960 The licenses for most software are designed to take away your
12961 freedom to share and change it. By contrast, the GNU General Public
12962 License is intended to guarantee your freedom to share and change free
12963 software--to make sure the software is free for all its users. This
12964 General Public License applies to most of the Free Software
12965 Foundation's software and to any other program whose authors commit to
12966 using it. (Some other Free Software Foundation software is covered by
12967 the GNU Library General Public License instead.) You can apply it to
12968 your programs, too.
12969
12970 When we speak of free software, we are referring to freedom, not
12971 price. Our General Public Licenses are designed to make sure that you
12972 have the freedom to distribute copies of free software (and charge for
12973 this service if you wish), that you receive source code or can get it
12974 if you want it, that you can change the software or use pieces of it
12975 in new free programs; and that you know you can do these things.
12976
12977 To protect your rights, we need to make restrictions that forbid
12978 anyone to deny you these rights or to ask you to surrender the rights.
12979 These restrictions translate to certain responsibilities for you if you
12980 distribute copies of the software, or if you modify it.
12981
12982 For example, if you distribute copies of such a program, whether
12983 gratis or for a fee, you must give the recipients all the rights that
12984 you have. You must make sure that they, too, receive or can get the
12985 source code. And you must show them these terms so they know their
12986 rights.
12987
12988 We protect your rights with two steps: (1) copyright the software, and
12989 (2) offer you this license which gives you legal permission to copy,
12990 distribute and/or modify the software.
12991
12992 Also, for each author's protection and ours, we want to make certain
12993 that everyone understands that there is no warranty for this free
12994 software. If the software is modified by someone else and passed on, we
12995 want its recipients to know that what they have is not the original, so
12996 that any problems introduced by others will not reflect on the original
12997 authors' reputations.
12998
12999 Finally, any free program is threatened constantly by software
13000 patents. We wish to avoid the danger that redistributors of a free
13001 program will individually obtain patent licenses, in effect making the
13002 program proprietary. To prevent this, we have made it clear that any
13003 patent must be licensed for everyone's free use or not licensed at all.
13004
13005 The precise terms and conditions for copying, distribution and
13006 modification follow.
13007
13009 GNU GENERAL PUBLIC LICENSE
13010 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
13011
13012 0. This License applies to any program or other work which contains
13013 a notice placed by the copyright holder saying it may be distributed
13014 under the terms of this General Public License. The "Program", below,
13015 refers to any such program or work, and a "work based on the Program"
13016 means either the Program or any derivative work under copyright law:
13017 that is to say, a work containing the Program or a portion of it,
13018 either verbatim or with modifications and/or translated into another
13019 language. (Hereinafter, translation is included without limitation in
13020 the term "modification".) Each licensee is addressed as "you".
13021
13022 Activities other than copying, distribution and modification are not
13023 covered by this License; they are outside its scope. The act of
13024 running the Program is not restricted, and the output from the Program
13025 is covered only if its contents constitute a work based on the
13026 Program (independent of having been made by running the Program).
13027 Whether that is true depends on what the Program does.
13028
13029 1. You may copy and distribute verbatim copies of the Program's
13030 source code as you receive it, in any medium, provided that you
13031 conspicuously and appropriately publish on each copy an appropriate
13032 copyright notice and disclaimer of warranty; keep intact all the
13033 notices that refer to this License and to the absence of any warranty;
13034 and give any other recipients of the Program a copy of this License
13035 along with the Program.
13036
13037 You may charge a fee for the physical act of transferring a copy, and
13038 you may at your option offer warranty protection in exchange for a fee.
13039
13040 2. You may modify your copy or copies of the Program or any portion
13041 of it, thus forming a work based on the Program, and copy and
13042 distribute such modifications or work under the terms of Section 1
13043 above, provided that you also meet all of these conditions:
13044
13045 a) You must cause the modified files to carry prominent notices
13046 stating that you changed the files and the date of any change.
13047
13048 b) You must cause any work that you distribute or publish, that in
13049 whole or in part contains or is derived from the Program or any
13050 part thereof, to be licensed as a whole at no charge to all third
13051 parties under the terms of this License.
13052
13053 c) If the modified program normally reads commands interactively
13054 when run, you must cause it, when started running for such
13055 interactive use in the most ordinary way, to print or display an
13056 announcement including an appropriate copyright notice and a
13057 notice that there is no warranty (or else, saying that you provide
13058 a warranty) and that users may redistribute the program under
13059 these conditions, and telling the user how to view a copy of this
13060 License. (Exception: if the Program itself is interactive but
13061 does not normally print such an announcement, your work based on
13062 the Program is not required to print an announcement.)
13063
13065 These requirements apply to the modified work as a whole. If
13066 identifiable sections of that work are not derived from the Program,
13067 and can be reasonably considered independent and separate works in
13068 themselves, then this License, and its terms, do not apply to those
13069 sections when you distribute them as separate works. But when you
13070 distribute the same sections as part of a whole which is a work based
13071 on the Program, the distribution of the whole must be on the terms of
13072 this License, whose permissions for other licensees extend to the
13073 entire whole, and thus to each and every part regardless of who wrote it.
13074
13075 Thus, it is not the intent of this section to claim rights or contest
13076 your rights to work written entirely by you; rather, the intent is to
13077 exercise the right to control the distribution of derivative or
13078 collective works based on the Program.
13079
13080 In addition, mere aggregation of another work not based on the Program
13081 with the Program (or with a work based on the Program) on a volume of
13082 a storage or distribution medium does not bring the other work under
13083 the scope of this License.
13084
13085 3. You may copy and distribute the Program (or a work based on it,
13086 under Section 2) in object code or executable form under the terms of
13087 Sections 1 and 2 above provided that you also do one of the following:
13088
13089 a) Accompany it with the complete corresponding machine-readable
13090 source code, which must be distributed under the terms of Sections
13091 1 and 2 above on a medium customarily used for software interchange; or,
13092
13093 b) Accompany it with a written offer, valid for at least three
13094 years, to give any third party, for a charge no more than your
13095 cost of physically performing source distribution, a complete
13096 machine-readable copy of the corresponding source code, to be
13097 distributed under the terms of Sections 1 and 2 above on a medium
13098 customarily used for software interchange; or,
13099
13100 c) Accompany it with the information you received as to the offer
13101 to distribute corresponding source code. (This alternative is
13102 allowed only for noncommercial distribution and only if you
13103 received the program in object code or executable form with such
13104 an offer, in accord with Subsection b above.)
13105
13106 The source code for a work means the preferred form of the work for
13107 making modifications to it. For an executable work, complete source
13108 code means all the source code for all modules it contains, plus any
13109 associated interface definition files, plus the scripts used to
13110 control compilation and installation of the executable. However, as a
13111 special exception, the source code distributed need not include
13112 anything that is normally distributed (in either source or binary
13113 form) with the major components (compiler, kernel, and so on) of the
13114 operating system on which the executable runs, unless that component
13115 itself accompanies the executable.
13116
13117 If distribution of executable or object code is made by offering
13118 access to copy from a designated place, then offering equivalent
13119 access to copy the source code from the same place counts as
13120 distribution of the source code, even though third parties are not
13121 compelled to copy the source along with the object code.
13122
13124 4. You may not copy, modify, sublicense, or distribute the Program
13125 except as expressly provided under this License. Any attempt
13126 otherwise to copy, modify, sublicense or distribute the Program is
13127 void, and will automatically terminate your rights under this License.
13128 However, parties who have received copies, or rights, from you under
13129 this License will not have their licenses terminated so long as such
13130 parties remain in full compliance.
13131
13132 5. You are not required to accept this License, since you have not
13133 signed it. However, nothing else grants you permission to modify or
13134 distribute the Program or its derivative works. These actions are
13135 prohibited by law if you do not accept this License. Therefore, by
13136 modifying or distributing the Program (or any work based on the
13137 Program), you indicate your acceptance of this License to do so, and
13138 all its terms and conditions for copying, distributing or modifying
13139 the Program or works based on it.
13140
13141 6. Each time you redistribute the Program (or any work based on the
13142 Program), the recipient automatically receives a license from the
13143 original licensor to copy, distribute or modify the Program subject to
13144 these terms and conditions. You may not impose any further
13145 restrictions on the recipients' exercise of the rights granted herein.
13146 You are not responsible for enforcing compliance by third parties to
13147 this License.
13148
13149 7. If, as a consequence of a court judgment or allegation of patent
13150 infringement or for any other reason (not limited to patent issues),
13151 conditions are imposed on you (whether by court order, agreement or
13152 otherwise) that contradict the conditions of this License, they do not
13153 excuse you from the conditions of this License. If you cannot
13154 distribute so as to satisfy simultaneously your obligations under this
13155 License and any other pertinent obligations, then as a consequence you
13156 may not distribute the Program at all. For example, if a patent
13157 license would not permit royalty-free redistribution of the Program by
13158 all those who receive copies directly or indirectly through you, then
13159 the only way you could satisfy both it and this License would be to
13160 refrain entirely from distribution of the Program.
13161
13162 If any portion of this section is held invalid or unenforceable under
13163 any particular circumstance, the balance of the section is intended to
13164 apply and the section as a whole is intended to apply in other
13165 circumstances.
13166
13167 It is not the purpose of this section to induce you to infringe any
13168 patents or other property right claims or to contest validity of any
13169 such claims; this section has the sole purpose of protecting the
13170 integrity of the free software distribution system, which is
13171 implemented by public license practices. Many people have made
13172 generous contributions to the wide range of software distributed
13173 through that system in reliance on consistent application of that
13174 system; it is up to the author/donor to decide if he or she is willing
13175 to distribute software through any other system and a licensee cannot
13176 impose that choice.
13177
13178 This section is intended to make thoroughly clear what is believed to
13179 be a consequence of the rest of this License.
13180
13182 8. If the distribution and/or use of the Program is restricted in
13183 certain countries either by patents or by copyrighted interfaces, the
13184 original copyright holder who places the Program under this License
13185 may add an explicit geographical distribution limitation excluding
13186 those countries, so that distribution is permitted only in or among
13187 countries not thus excluded. In such case, this License incorporates
13188 the limitation as if written in the body of this License.
13189
13190 9. The Free Software Foundation may publish revised and/or new versions
13191 of the General Public License from time to time. Such new versions will
13192 be similar in spirit to the present version, but may differ in detail to
13193 address new problems or concerns.
13194
13195 Each version is given a distinguishing version number. If the Program
13196 specifies a version number of this License which applies to it and "any
13197 later version", you have the option of following the terms and conditions
13198 either of that version or of any later version published by the Free
13199 Software Foundation. If the Program does not specify a version number of
13200 this License, you may choose any version ever published by the Free Software
13201 Foundation.
13202
13203 10. If you wish to incorporate parts of the Program into other free
13204 programs whose distribution conditions are different, write to the author
13205 to ask for permission. For software which is copyrighted by the Free
13206 Software Foundation, write to the Free Software Foundation; we sometimes
13207 make exceptions for this. Our decision will be guided by the two goals
13208 of preserving the free status of all derivatives of our free software and
13209 of promoting the sharing and reuse of software generally.
13210
13211 NO WARRANTY
13212
13213 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
13214 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
13215 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
13216 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
13217 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
13218 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
13219 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
13220 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
13221 REPAIR OR CORRECTION.
13222
13223 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
13224 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
13225 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
13226 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
13227 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
13228 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
13229 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
13230 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
13231 POSSIBILITY OF SUCH DAMAGES.
13232
13233 END OF TERMS AND CONDITIONS
13234
13236 How to Apply These Terms to Your New Programs
13237
13238 If you develop a new program, and you want it to be of the greatest
13239 possible use to the public, the best way to achieve this is to make it
13240 free software which everyone can redistribute and change under these terms.
13241
13242 To do so, attach the following notices to the program. It is safest
13243 to attach them to the start of each source file to most effectively
13244 convey the exclusion of warranty; and each file should have at least
13245 the "copyright" line and a pointer to where the full notice is found.
13246
13247 <one line to give the program's name and a brief idea of what it does.>
13248 Copyright (C)
13249
13250 This program is free software; you can redistribute it and/or modify
13251 it under the terms of the GNU General Public License as published by
13252 the Free Software Foundation; either version 2 of the License, or
13253 (at your option) any later version.
13254
13255 This program is distributed in the hope that it will be useful,
13256 but WITHOUT ANY WARRANTY; without even the implied warranty of
13257 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13258 GNU General Public License for more details.
13259
13260 You should have received a copy of the GNU General Public License
13261 along with this program; if not, write to the Free Software
13262 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
13263
13264
13265 Also add information on how to contact you by electronic and paper mail.
13266
13267 If the program is interactive, make it output a short notice like this
13268 when it starts in an interactive mode:
13269
13270 Gnomovision version 69, Copyright (C) year name of author
13271 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
13272 This is free software, and you are welcome to redistribute it
13273 under certain conditions; type `show c' for details.
13274
13275 The hypothetical commands `show w' and `show c' should show the appropriate
13276 parts of the General Public License. Of course, the commands you use may
13277 be called something other than `show w' and `show c'; they could even be
13278 mouse-clicks or menu items--whatever suits your program.
13279
13280 You should also get your employer (if you work as a programmer) or your
13281 school, if any, to sign a "copyright disclaimer" for the program, if
13282 necessary. Here is a sample; alter the names:
13283
13284 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
13285 `Gnomovision' (which makes passes at compilers) written by James Hacker.
13286
13287 <signature of Ty Coon>, 1 April 1989
13288 Ty Coon, President of Vice
13289
13290 This General Public License does not permit incorporating your program into
13291 proprietary programs. If your program is a subroutine library, you may
13292 consider it more useful to permit linking proprietary applications with the
13293 library. If this is what you want to do, use the GNU Library General
13294 Public License instead of this License.
13295
13296 </pre>
13297 <div class="license-packages">
13298 Used by these packages: sys-kernel/Linux-2.6 media-sound/adhd-0.0.1-r570 media-sound/alsa-headers-1.0.25 media-plugins/alsa-plugins-1.0.25-r1 media-sound/alsa-utils-1.0.25-r3 sys-devel/autoconf-2.13 sys-devel/autoconf-wrapper-10-r1 sys-devel/automake-1.11.1 sys-devel/automake-wrapper-5 sys-fs/avfs-1.0.1 sys-apps/baselayout-2.0.1-r230 sys-devel/binutils-config-3-r3 net-wireless/bluez-5.4-r8 sys-apps/busybox-1.21.0-r5 sys-apps/chvt-0.0.1-r1 sys-apps/dbus-1.6.8-r3 dev-libs/dbus-glib-0.100 app-misc/ddccontrol-0.4.2-r1 app-misc/ddccontrol-db-20061014 sys-apps/diffutils-3.2 sys-apps/dmidecode-2.10 sys-apps/dtc-1.3.0-r23 sys-fs/e2fsprogs-1.42 sys-libs/e2fsprogs-libs-1.42 sys-fs/ecryptfs-utils-101 sys-apps/eject-2.1.5-r2 app-admin/eselect-opengl-1.2.4 app-admin/eselect-python-20100321 sys-apps/ethtool-6 sys-apps/findutils-4.4.2-r1 sys-apps/flashrom-0.9.4-r293 media-libs/freetype-2.4.12 sys-fs/fuse-2.8.6-r3 dev-util/gtk-doc-am-1.18 net-misc/htpdate-1.0.4-r6 sys-apps/hwids-20120922 app-i18n/ibus-m17n-1.3.3-r6 dev-util/intltool-0.41.0 sys-apps/iotools-1.4 net-firewall/iptables-1.4.8-r2 sys-apps/kbd-1.15.3 sys-apps/keyutils-1.1 app-laptop/laptop-mode-tools-1.59-r17 dev-libs/libatomic_ops-7.2d sys-libs/libcap-2.17 dev-libs/libchewing-0.3.2-r1 dev-libs/libgpg-error-1.10-r1 net-libs/libnetfilter_queue-1.0.1 net-libs/libnfnetlink-1.0.1 sys-libs/libnih-1.0.3 sys-devel/libtool-2.4-r1 sys-kernel/linux-headers-3.4-r6 sys-fs/lvm2-2.02.88 dev-libs/lzo-2.06 sys-apps/mawk-1.3.4_p20100625 sys-apps/memtester-4.2.2 app-misc/mime-types-8 sys-apps/module-init-tools-3.16-r4 sys-apps/net-tools-1.60_p20110409135728 dev-libs/nspr-4.9.5-r2 dev-libs/nss-3.14.3 sys-fs/ntfs3g-2012.1.15-r2 net-misc/openvpn-2.1.12-r2 sys-libs/pam-1.1.5 sys-auth/pam_pwdfile-0.99-r1 sys-auth/pambase-20101024-r2 sys-devel/patch-2.6.1 app-misc/pax-utils-0.4 sys-apps/pciutils-3.1.10 dev-util/perf-3.4-r2417 dev-libs/pkcs11-helper-1.07 media-gfx/ply-image-0.0.1-r40 sys-apps/portage-2.1.11.50 sys-process/procps-3.3.4 app-admin/python-updater-0.10 dev-util/ragel-6.7-r2 sys-apps/sandbox-2.6-r1 media-libs/sbc-1.0 app-text/sgml-common-0.6.3-r5 sys-apps/shadow-4.1.2.2-r4 x11-misc/shared-mime-info-0.90 sys-apps/smartmontools-5.42 net-misc/strongswan-5.0.2-r5 sys-boot/syslinux-3.83-r5 sys-fs/udev-171-r3 sys-apps/upstart-1.2-r7 sys-apps/ureadahead-0.100.0-r2 sys-apps/usbutils-006 sys-apps/util-linux-2.21.2-r1 net-wireless/wpa_supplicant-0.7.2-r130 net-dialup/xl2tpd-1.3.0-r1 dev-util/xxd-1.10 app-arch/xz-utils-4.999.9_beta
13299 </div>
13300 </div>
13301 </div>
13302
13303 <div class="product">
13304 <a name="GPL-2+" class="title">Gentoo Package Provided Stock License GPL-2+</a>
13305 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
13306 <div class="licence">
13307 <pre>
13308 GNU General Public License, version 2 or any later version.
13309 See GPL-2 or GPL-3 for the full text of these licenses.
13310
13311 </pre>
13312 <div class="license-packages">
13313 Used by these packages: dev-libs/libatomic_ops-7.2d
13314 </div>
13315 </div>
13316 </div>
13317
13318 <div class="product">
13319 <a name="GPL-2-with-exceptions" class="title">Gentoo Package Provided Stock License GPL-2-with-exceptions</a>
13320 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
13321 <div class="licence">
13322 <pre>
13323 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.
13324
13325 Exceptions follow,
13326
13327 // As a special exception, if other files instantiate templates or use macros
13328 // or inline functions from this file, or you compile this file and link it
13329 // with other works to produce a work based on this file, this file does not
13330 // by itself cause the resulting work to be covered by the GNU General Public
13331 // License. This exception does not invalidate any other reasons why a work
13332 // based on this file might be covered by the GNU General Public License.
13333
13334 End of exceptions. The rest of this file is the GPL.
13335
13336 GNU GENERAL PUBLIC LICENSE
13337 Version 2, June 1991
13338
13339 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13340 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
13341 Everyone is permitted to copy and distribute verbatim copies
13342 of this license document, but changing it is not allowed.
13343
13344 Preamble
13345
13346 The licenses for most software are designed to take away your
13347 freedom to share and change it. By contrast, the GNU General Public
13348 License is intended to guarantee your freedom to share and change free
13349 software--to make sure the software is free for all its users. This
13350 General Public License applies to most of the Free Software
13351 Foundation's software and to any other program whose authors commit to
13352 using it. (Some other Free Software Foundation software is covered by
13353 the GNU Library General Public License instead.) You can apply it to
13354 your programs, too.
13355
13356 When we speak of free software, we are referring to freedom, not
13357 price. Our General Public Licenses are designed to make sure that you
13358 have the freedom to distribute copies of free software (and charge for
13359 this service if you wish), that you receive source code or can get it
13360 if you want it, that you can change the software or use pieces of it
13361 in new free programs; and that you know you can do these things.
13362
13363 To protect your rights, we need to make restrictions that forbid
13364 anyone to deny you these rights or to ask you to surrender the rights.
13365 These restrictions translate to certain responsibilities for you if you
13366 distribute copies of the software, or if you modify it.
13367
13368 For example, if you distribute copies of such a program, whether
13369 gratis or for a fee, you must give the recipients all the rights that
13370 you have. You must make sure that they, too, receive or can get the
13371 source code. And you must show them these terms so they know their
13372 rights.
13373
13374 We protect your rights with two steps: (1) copyright the software, and
13375 (2) offer you this license which gives you legal permission to copy,
13376 distribute and/or modify the software.
13377
13378 Also, for each author's protection and ours, we want to make certain
13379 that everyone understands that there is no warranty for this free
13380 software. If the software is modified by someone else and passed on, we
13381 want its recipients to know that what they have is not the original, so
13382 that any problems introduced by others will not reflect on the original
13383 authors' reputations.
13384
13385 Finally, any free program is threatened constantly by software
13386 patents. We wish to avoid the danger that redistributors of a free
13387 program will individually obtain patent licenses, in effect making the
13388 program proprietary. To prevent this, we have made it clear that any
13389 patent must be licensed for everyone's free use or not licensed at all.
13390
13391 The precise terms and conditions for copying, distribution and
13392 modification follow.
13393
13395 GNU GENERAL PUBLIC LICENSE
13396 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
13397
13398 0. This License applies to any program or other work which contains
13399 a notice placed by the copyright holder saying it may be distributed
13400 under the terms of this General Public License. The "Program", below,
13401 refers to any such program or work, and a "work based on the Program"
13402 means either the Program or any derivative work under copyright law:
13403 that is to say, a work containing the Program or a portion of it,
13404 either verbatim or with modifications and/or translated into another
13405 language. (Hereinafter, translation is included without limitation in
13406 the term "modification".) Each licensee is addressed as "you".
13407
13408 Activities other than copying, distribution and modification are not
13409 covered by this License; they are outside its scope. The act of
13410 running the Program is not restricted, and the output from the Program
13411 is covered only if its contents constitute a work based on the
13412 Program (independent of having been made by running the Program).
13413 Whether that is true depends on what the Program does.
13414
13415 1. You may copy and distribute verbatim copies of the Program's
13416 source code as you receive it, in any medium, provided that you
13417 conspicuously and appropriately publish on each copy an appropriate
13418 copyright notice and disclaimer of warranty; keep intact all the
13419 notices that refer to this License and to the absence of any warranty;
13420 and give any other recipients of the Program a copy of this License
13421 along with the Program.
13422
13423 You may charge a fee for the physical act of transferring a copy, and
13424 you may at your option offer warranty protection in exchange for a fee.
13425
13426 2. You may modify your copy or copies of the Program or any portion
13427 of it, thus forming a work based on the Program, and copy and
13428 distribute such modifications or work under the terms of Section 1
13429 above, provided that you also meet all of these conditions:
13430
13431 a) You must cause the modified files to carry prominent notices
13432 stating that you changed the files and the date of any change.
13433
13434 b) You must cause any work that you distribute or publish, that in
13435 whole or in part contains or is derived from the Program or any
13436 part thereof, to be licensed as a whole at no charge to all third
13437 parties under the terms of this License.
13438
13439 c) If the modified program normally reads commands interactively
13440 when run, you must cause it, when started running for such
13441 interactive use in the most ordinary way, to print or display an
13442 announcement including an appropriate copyright notice and a
13443 notice that there is no warranty (or else, saying that you provide
13444 a warranty) and that users may redistribute the program under
13445 these conditions, and telling the user how to view a copy of this
13446 License. (Exception: if the Program itself is interactive but
13447 does not normally print such an announcement, your work based on
13448 the Program is not required to print an announcement.)
13449
13451 These requirements apply to the modified work as a whole. If
13452 identifiable sections of that work are not derived from the Program,
13453 and can be reasonably considered independent and separate works in
13454 themselves, then this License, and its terms, do not apply to those
13455 sections when you distribute them as separate works. But when you
13456 distribute the same sections as part of a whole which is a work based
13457 on the Program, the distribution of the whole must be on the terms of
13458 this License, whose permissions for other licensees extend to the
13459 entire whole, and thus to each and every part regardless of who wrote it.
13460
13461 Thus, it is not the intent of this section to claim rights or contest
13462 your rights to work written entirely by you; rather, the intent is to
13463 exercise the right to control the distribution of derivative or
13464 collective works based on the Program.
13465
13466 In addition, mere aggregation of another work not based on the Program
13467 with the Program (or with a work based on the Program) on a volume of
13468 a storage or distribution medium does not bring the other work under
13469 the scope of this License.
13470
13471 3. You may copy and distribute the Program (or a work based on it,
13472 under Section 2) in object code or executable form under the terms of
13473 Sections 1 and 2 above provided that you also do one of the following:
13474
13475 a) Accompany it with the complete corresponding machine-readable
13476 source code, which must be distributed under the terms of Sections
13477 1 and 2 above on a medium customarily used for software interchange; or,
13478
13479 b) Accompany it with a written offer, valid for at least three
13480 years, to give any third party, for a charge no more than your
13481 cost of physically performing source distribution, a complete
13482 machine-readable copy of the corresponding source code, to be
13483 distributed under the terms of Sections 1 and 2 above on a medium
13484 customarily used for software interchange; or,
13485
13486 c) Accompany it with the information you received as to the offer
13487 to distribute corresponding source code. (This alternative is
13488 allowed only for noncommercial distribution and only if you
13489 received the program in object code or executable form with such
13490 an offer, in accord with Subsection b above.)
13491
13492 The source code for a work means the preferred form of the work for
13493 making modifications to it. For an executable work, complete source
13494 code means all the source code for all modules it contains, plus any
13495 associated interface definition files, plus the scripts used to
13496 control compilation and installation of the executable. However, as a
13497 special exception, the source code distributed need not include
13498 anything that is normally distributed (in either source or binary
13499 form) with the major components (compiler, kernel, and so on) of the
13500 operating system on which the executable runs, unless that component
13501 itself accompanies the executable.
13502
13503 If distribution of executable or object code is made by offering
13504 access to copy from a designated place, then offering equivalent
13505 access to copy the source code from the same place counts as
13506 distribution of the source code, even though third parties are not
13507 compelled to copy the source along with the object code.
13508
13510 4. You may not copy, modify, sublicense, or distribute the Program
13511 except as expressly provided under this License. Any attempt
13512 otherwise to copy, modify, sublicense or distribute the Program is
13513 void, and will automatically terminate your rights under this License.
13514 However, parties who have received copies, or rights, from you under
13515 this License will not have their licenses terminated so long as such
13516 parties remain in full compliance.
13517
13518 5. You are not required to accept this License, since you have not
13519 signed it. However, nothing else grants you permission to modify or
13520 distribute the Program or its derivative works. These actions are
13521 prohibited by law if you do not accept this License. Therefore, by
13522 modifying or distributing the Program (or any work based on the
13523 Program), you indicate your acceptance of this License to do so, and
13524 all its terms and conditions for copying, distributing or modifying
13525 the Program or works based on it.
13526
13527 6. Each time you redistribute the Program (or any work based on the
13528 Program), the recipient automatically receives a license from the
13529 original licensor to copy, distribute or modify the Program subject to
13530 these terms and conditions. You may not impose any further
13531 restrictions on the recipients' exercise of the rights granted herein.
13532 You are not responsible for enforcing compliance by third parties to
13533 this License.
13534
13535 7. If, as a consequence of a court judgment or allegation of patent
13536 infringement or for any other reason (not limited to patent issues),
13537 conditions are imposed on you (whether by court order, agreement or
13538 otherwise) that contradict the conditions of this License, they do not
13539 excuse you from the conditions of this License. If you cannot
13540 distribute so as to satisfy simultaneously your obligations under this
13541 License and any other pertinent obligations, then as a consequence you
13542 may not distribute the Program at all. For example, if a patent
13543 license would not permit royalty-free redistribution of the Program by
13544 all those who receive copies directly or indirectly through you, then
13545 the only way you could satisfy both it and this License would be to
13546 refrain entirely from distribution of the Program.
13547
13548 If any portion of this section is held invalid or unenforceable under
13549 any particular circumstance, the balance of the section is intended to
13550 apply and the section as a whole is intended to apply in other
13551 circumstances.
13552
13553 It is not the purpose of this section to induce you to infringe any
13554 patents or other property right claims or to contest validity of any
13555 such claims; this section has the sole purpose of protecting the
13556 integrity of the free software distribution system, which is
13557 implemented by public license practices. Many people have made
13558 generous contributions to the wide range of software distributed
13559 through that system in reliance on consistent application of that
13560 system; it is up to the author/donor to decide if he or she is willing
13561 to distribute software through any other system and a licensee cannot
13562 impose that choice.
13563
13564 This section is intended to make thoroughly clear what is believed to
13565 be a consequence of the rest of this License.
13566
13568 8. If the distribution and/or use of the Program is restricted in
13569 certain countries either by patents or by copyrighted interfaces, the
13570 original copyright holder who places the Program under this License
13571 may add an explicit geographical distribution limitation excluding
13572 those countries, so that distribution is permitted only in or among
13573 countries not thus excluded. In such case, this License incorporates
13574 the limitation as if written in the body of this License.
13575
13576 9. The Free Software Foundation may publish revised and/or new versions
13577 of the General Public License from time to time. Such new versions will
13578 be similar in spirit to the present version, but may differ in detail to
13579 address new problems or concerns.
13580
13581 Each version is given a distinguishing version number. If the Program
13582 specifies a version number of this License which applies to it and "any
13583 later version", you have the option of following the terms and conditions
13584 either of that version or of any later version published by the Free
13585 Software Foundation. If the Program does not specify a version number of
13586 this License, you may choose any version ever published by the Free Software
13587 Foundation.
13588
13589 10. If you wish to incorporate parts of the Program into other free
13590 programs whose distribution conditions are different, write to the author
13591 to ask for permission. For software which is copyrighted by the Free
13592 Software Foundation, write to the Free Software Foundation; we sometimes
13593 make exceptions for this. Our decision will be guided by the two goals
13594 of preserving the free status of all derivatives of our free software and
13595 of promoting the sharing and reuse of software generally.
13596
13597 NO WARRANTY
13598
13599 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
13600 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
13601 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
13602 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
13603 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
13604 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
13605 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
13606 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
13607 REPAIR OR CORRECTION.
13608
13609 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
13610 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
13611 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
13612 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
13613 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
13614 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
13615 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
13616 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
13617 POSSIBILITY OF SUCH DAMAGES.
13618
13619 END OF TERMS AND CONDITIONS
13620
13622 How to Apply These Terms to Your New Programs
13623
13624 If you develop a new program, and you want it to be of the greatest
13625 possible use to the public, the best way to achieve this is to make it
13626 free software which everyone can redistribute and change under these terms.
13627
13628 To do so, attach the following notices to the program. It is safest
13629 to attach them to the start of each source file to most effectively
13630 convey the exclusion of warranty; and each file should have at least
13631 the "copyright" line and a pointer to where the full notice is found.
13632
13633 <one line to give the program's name and a brief idea of what it does.>
13634 Copyright (C)
13635
13636 This program is free software; you can redistribute it and/or modify
13637 it under the terms of the GNU General Public License as published by
13638 the Free Software Foundation; either version 2 of the License, or
13639 (at your option) any later version.
13640
13641 This program is distributed in the hope that it will be useful,
13642 but WITHOUT ANY WARRANTY; without even the implied warranty of
13643 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13644 GNU General Public License for more details.
13645
13646 You should have received a copy of the GNU General Public License
13647 along with this program; if not, write to the Free Software
13648 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
13649
13650
13651 Also add information on how to contact you by electronic and paper mail.
13652
13653 If the program is interactive, make it output a short notice like this
13654 when it starts in an interactive mode:
13655
13656 Gnomovision version 69, Copyright (C) year name of author
13657 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
13658 This is free software, and you are welcome to redistribute it
13659 under certain conditions; type `show c' for details.
13660
13661 The hypothetical commands `show w' and `show c' should show the appropriate
13662 parts of the General Public License. Of course, the commands you use may
13663 be called something other than `show w' and `show c'; they could even be
13664 mouse-clicks or menu items--whatever suits your program.
13665
13666 You should also get your employer (if you work as a programmer) or your
13667 school, if any, to sign a "copyright disclaimer" for the program, if
13668 necessary. Here is a sample; alter the names:
13669
13670 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
13671 `Gnomovision' (which makes passes at compilers) written by James Hacker.
13672
13673 <signature of Ty Coon>, 1 April 1989
13674 Ty Coon, President of Vice
13675
13676 This General Public License does not permit incorporating your program into
13677 proprietary programs. If your program is a subroutine library, you may
13678 consider it more useful to permit linking proprietary applications with the
13679 library. If this is what you want to do, use the GNU Library General
13680 Public License instead of this License.
13681
13682 </pre>
13683 <div class="license-packages">
13684 Used by these packages: dev-libs/elfutils-0.154-r1
13685 </div>
13686 </div>
13687 </div>
13688
13689 <div class="product">
13690 <a name="GPL-3" class="title">Gentoo Package Provided Stock License GPL-3</a>
13691 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
13692 <div class="licence">
13693 <pre>
13694 GNU GENERAL PUBLIC LICENSE
13695 Version 3, 29 June 2007
13696
13697 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
13698 Everyone is permitted to copy and distribute verbatim copies
13699 of this license document, but changing it is not allowed.
13700
13701 Preamble
13702
13703 The GNU General Public License is a free, copyleft license for
13704 software and other kinds of works.
13705
13706 The licenses for most software and other practical works are designed
13707 to take away your freedom to share and change the works. By contrast,
13708 the GNU General Public License is intended to guarantee your freedom to
13709 share and change all versions of a program--to make sure it remains free
13710 software for all its users. We, the Free Software Foundation, use the
13711 GNU General Public License for most of our software; it applies also to
13712 any other work released this way by its authors. You can apply it to
13713 your programs, too.
13714
13715 When we speak of free software, we are referring to freedom, not
13716 price. Our General Public Licenses are designed to make sure that you
13717 have the freedom to distribute copies of free software (and charge for
13718 them if you wish), that you receive source code or can get it if you
13719 want it, that you can change the software or use pieces of it in new
13720 free programs, and that you know you can do these things.
13721
13722 To protect your rights, we need to prevent others from denying you
13723 these rights or asking you to surrender the rights. Therefore, you have
13724 certain responsibilities if you distribute copies of the software, or if
13725 you modify it: responsibilities to respect the freedom of others.
13726
13727 For example, if you distribute copies of such a program, whether
13728 gratis or for a fee, you must pass on to the recipients the same
13729 freedoms that you received. You must make sure that they, too, receive
13730 or can get the source code. And you must show them these terms so they
13731 know their rights.
13732
13733 Developers that use the GNU GPL protect your rights with two steps:
13734 (1) assert copyright on the software, and (2) offer you this License
13735 giving you legal permission to copy, distribute and/or modify it.
13736
13737 For the developers' and authors' protection, the GPL clearly explains
13738 that there is no warranty for this free software. For both users' and
13739 authors' sake, the GPL requires that modified versions be marked as
13740 changed, so that their problems will not be attributed erroneously to
13741 authors of previous versions.
13742
13743 Some devices are designed to deny users access to install or run
13744 modified versions of the software inside them, although the manufacturer
13745 can do so. This is fundamentally incompatible with the aim of
13746 protecting users' freedom to change the software. The systematic
13747 pattern of such abuse occurs in the area of products for individuals to
13748 use, which is precisely where it is most unacceptable. Therefore, we
13749 have designed this version of the GPL to prohibit the practice for those
13750 products. If such problems arise substantially in other domains, we
13751 stand ready to extend this provision to those domains in future versions
13752 of the GPL, as needed to protect the freedom of users.
13753
13754 Finally, every program is threatened constantly by software patents.
13755 States should not allow patents to restrict development and use of
13756 software on general-purpose computers, but in those that do, we wish to
13757 avoid the special danger that patents applied to a free program could
13758 make it effectively proprietary. To prevent this, the GPL assures that
13759 patents cannot be used to render the program non-free.
13760
13761 The precise terms and conditions for copying, distribution and
13762 modification follow.
13763
13764 TERMS AND CONDITIONS
13765
13766 0. Definitions.
13767
13768 "This License" refers to version 3 of the GNU General Public License.
13769
13770 "Copyright" also means copyright-like laws that apply to other kinds of
13771 works, such as semiconductor masks.
13772
13773 "The Program" refers to any copyrightable work licensed under this
13774 License. Each licensee is addressed as "you". "Licensees" and
13775 "recipients" may be individuals or organizations.
13776
13777 To "modify" a work means to copy from or adapt all or part of the work
13778 in a fashion requiring copyright permission, other than the making of an
13779 exact copy. The resulting work is called a "modified version" of the
13780 earlier work or a work "based on" the earlier work.
13781
13782 A "covered work" means either the unmodified Program or a work based
13783 on the Program.
13784
13785 To "propagate" a work means to do anything with it that, without
13786 permission, would make you directly or secondarily liable for
13787 infringement under applicable copyright law, except executing it on a
13788 computer or modifying a private copy. Propagation includes copying,
13789 distribution (with or without modification), making available to the
13790 public, and in some countries other activities as well.
13791
13792 To "convey" a work means any kind of propagation that enables other
13793 parties to make or receive copies. Mere interaction with a user through
13794 a computer network, with no transfer of a copy, is not conveying.
13795
13796 An interactive user interface displays "Appropriate Legal Notices"
13797 to the extent that it includes a convenient and prominently visible
13798 feature that (1) displays an appropriate copyright notice, and (2)
13799 tells the user that there is no warranty for the work (except to the
13800 extent that warranties are provided), that licensees may convey the
13801 work under this License, and how to view a copy of this License. If
13802 the interface presents a list of user commands or options, such as a
13803 menu, a prominent item in the list meets this criterion.
13804
13805 1. Source Code.
13806
13807 The "source code" for a work means the preferred form of the work
13808 for making modifications to it. "Object code" means any non-source
13809 form of a work.
13810
13811 A "Standard Interface" means an interface that either is an official
13812 standard defined by a recognized standards body, or, in the case of
13813 interfaces specified for a particular programming language, one that
13814 is widely used among developers working in that language.
13815
13816 The "System Libraries" of an executable work include anything, other
13817 than the work as a whole, that (a) is included in the normal form of
13818 packaging a Major Component, but which is not part of that Major
13819 Component, and (b) serves only to enable use of the work with that
13820 Major Component, or to implement a Standard Interface for which an
13821 implementation is available to the public in source code form. A
13822 "Major Component", in this context, means a major essential component
13823 (kernel, window system, and so on) of the specific operating system
13824 (if any) on which the executable work runs, or a compiler used to
13825 produce the work, or an object code interpreter used to run it.
13826
13827 The "Corresponding Source" for a work in object code form means all
13828 the source code needed to generate, install, and (for an executable
13829 work) run the object code and to modify the work, including scripts to
13830 control those activities. However, it does not include the work's
13831 System Libraries, or general-purpose tools or generally available free
13832 programs which are used unmodified in performing those activities but
13833 which are not part of the work. For example, Corresponding Source
13834 includes interface definition files associated with source files for
13835 the work, and the source code for shared libraries and dynamically
13836 linked subprograms that the work is specifically designed to require,
13837 such as by intimate data communication or control flow between those
13838 subprograms and other parts of the work.
13839
13840 The Corresponding Source need not include anything that users
13841 can regenerate automatically from other parts of the Corresponding
13842 Source.
13843
13844 The Corresponding Source for a work in source code form is that
13845 same work.
13846
13847 2. Basic Permissions.
13848
13849 All rights granted under this License are granted for the term of
13850 copyright on the Program, and are irrevocable provided the stated
13851 conditions are met. This License explicitly affirms your unlimited
13852 permission to run the unmodified Program. The output from running a
13853 covered work is covered by this License only if the output, given its
13854 content, constitutes a covered work. This License acknowledges your
13855 rights of fair use or other equivalent, as provided by copyright law.
13856
13857 You may make, run and propagate covered works that you do not
13858 convey, without conditions so long as your license otherwise remains
13859 in force. You may convey covered works to others for the sole purpose
13860 of having them make modifications exclusively for you, or provide you
13861 with facilities for running those works, provided that you comply with
13862 the terms of this License in conveying all material for which you do
13863 not control copyright. Those thus making or running the covered works
13864 for you must do so exclusively on your behalf, under your direction
13865 and control, on terms that prohibit them from making any copies of
13866 your copyrighted material outside their relationship with you.
13867
13868 Conveying under any other circumstances is permitted solely under
13869 the conditions stated below. Sublicensing is not allowed; section 10
13870 makes it unnecessary.
13871
13872 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
13873
13874 No covered work shall be deemed part of an effective technological
13875 measure under any applicable law fulfilling obligations under article
13876 11 of the WIPO copyright treaty adopted on 20 December 1996, or
13877 similar laws prohibiting or restricting circumvention of such
13878 measures.
13879
13880 When you convey a covered work, you waive any legal power to forbid
13881 circumvention of technological measures to the extent such circumvention
13882 is effected by exercising rights under this License with respect to
13883 the covered work, and you disclaim any intention to limit operation or
13884 modification of the work as a means of enforcing, against the work's
13885 users, your or third parties' legal rights to forbid circumvention of
13886 technological measures.
13887
13888 4. Conveying Verbatim Copies.
13889
13890 You may convey verbatim copies of the Program's source code as you
13891 receive it, in any medium, provided that you conspicuously and
13892 appropriately publish on each copy an appropriate copyright notice;
13893 keep intact all notices stating that this License and any
13894 non-permissive terms added in accord with section 7 apply to the code;
13895 keep intact all notices of the absence of any warranty; and give all
13896 recipients a copy of this License along with the Program.
13897
13898 You may charge any price or no price for each copy that you convey,
13899 and you may offer support or warranty protection for a fee.
13900
13901 5. Conveying Modified Source Versions.
13902
13903 You may convey a work based on the Program, or the modifications to
13904 produce it from the Program, in the form of source code under the
13905 terms of section 4, provided that you also meet all of these conditions:
13906
13907 a) The work must carry prominent notices stating that you modified
13908 it, and giving a relevant date.
13909
13910 b) The work must carry prominent notices stating that it is
13911 released under this License and any conditions added under section
13912 7. This requirement modifies the requirement in section 4 to
13913 "keep intact all notices".
13914
13915 c) You must license the entire work, as a whole, under this
13916 License to anyone who comes into possession of a copy. This
13917 License will therefore apply, along with any applicable section 7
13918 additional terms, to the whole of the work, and all its parts,
13919 regardless of how they are packaged. This License gives no
13920 permission to license the work in any other way, but it does not
13921 invalidate such permission if you have separately received it.
13922
13923 d) If the work has interactive user interfaces, each must display
13924 Appropriate Legal Notices; however, if the Program has interactive
13925 interfaces that do not display Appropriate Legal Notices, your
13926 work need not make them do so.
13927
13928 A compilation of a covered work with other separate and independent
13929 works, which are not by their nature extensions of the covered work,
13930 and which are not combined with it such as to form a larger program,
13931 in or on a volume of a storage or distribution medium, is called an
13932 "aggregate" if the compilation and its resulting copyright are not
13933 used to limit the access or legal rights of the compilation's users
13934 beyond what the individual works permit. Inclusion of a covered work
13935 in an aggregate does not cause this License to apply to the other
13936 parts of the aggregate.
13937
13938 6. Conveying Non-Source Forms.
13939
13940 You may convey a covered work in object code form under the terms
13941 of sections 4 and 5, provided that you also convey the
13942 machine-readable Corresponding Source under the terms of this License,
13943 in one of these ways:
13944
13945 a) Convey the object code in, or embodied in, a physical product
13946 (including a physical distribution medium), accompanied by the
13947 Corresponding Source fixed on a durable physical medium
13948 customarily used for software interchange.
13949
13950 b) Convey the object code in, or embodied in, a physical product
13951 (including a physical distribution medium), accompanied by a
13952 written offer, valid for at least three years and valid for as
13953 long as you offer spare parts or customer support for that product
13954 model, to give anyone who possesses the object code either (1) a
13955 copy of the Corresponding Source for all the software in the
13956 product that is covered by this License, on a durable physical
13957 medium customarily used for software interchange, for a price no
13958 more than your reasonable cost of physically performing this
13959 conveying of source, or (2) access to copy the
13960 Corresponding Source from a network server at no charge.
13961
13962 c) Convey individual copies of the object code with a copy of the
13963 written offer to provide the Corresponding Source. This
13964 alternative is allowed only occasionally and noncommercially, and
13965 only if you received the object code with such an offer, in accord
13966 with subsection 6b.
13967
13968 d) Convey the object code by offering access from a designated
13969 place (gratis or for a charge), and offer equivalent access to the
13970 Corresponding Source in the same way through the same place at no
13971 further charge. You need not require recipients to copy the
13972 Corresponding Source along with the object code. If the place to
13973 copy the object code is a network server, the Corresponding Source
13974 may be on a different server (operated by you or a third party)
13975 that supports equivalent copying facilities, provided you maintain
13976 clear directions next to the object code saying where to find the
13977 Corresponding Source. Regardless of what server hosts the
13978 Corresponding Source, you remain obligated to ensure that it is
13979 available for as long as needed to satisfy these requirements.
13980
13981 e) Convey the object code using peer-to-peer transmission, provided
13982 you inform other peers where the object code and Corresponding
13983 Source of the work are being offered to the general public at no
13984 charge under subsection 6d.
13985
13986 A separable portion of the object code, whose source code is excluded
13987 from the Corresponding Source as a System Library, need not be
13988 included in conveying the object code work.
13989
13990 A "User Product" is either (1) a "consumer product", which means any
13991 tangible personal property which is normally used for personal, family,
13992 or household purposes, or (2) anything designed or sold for incorporation
13993 into a dwelling. In determining whether a product is a consumer product,
13994 doubtful cases shall be resolved in favor of coverage. For a particular
13995 product received by a particular user, "normally used" refers to a
13996 typical or common use of that class of product, regardless of the status
13997 of the particular user or of the way in which the particular user
13998 actually uses, or expects or is expected to use, the product. A product
13999 is a consumer product regardless of whether the product has substantial
14000 commercial, industrial or non-consumer uses, unless such uses represent
14001 the only significant mode of use of the product.
14002
14003 "Installation Information" for a User Product means any methods,
14004 procedures, authorization keys, or other information required to install
14005 and execute modified versions of a covered work in that User Product from
14006 a modified version of its Corresponding Source. The information must
14007 suffice to ensure that the continued functioning of the modified object
14008 code is in no case prevented or interfered with solely because
14009 modification has been made.
14010
14011 If you convey an object code work under this section in, or with, or
14012 specifically for use in, a User Product, and the conveying occurs as
14013 part of a transaction in which the right of possession and use of the
14014 User Product is transferred to the recipient in perpetuity or for a
14015 fixed term (regardless of how the transaction is characterized), the
14016 Corresponding Source conveyed under this section must be accompanied
14017 by the Installation Information. But this requirement does not apply
14018 if neither you nor any third party retains the ability to install
14019 modified object code on the User Product (for example, the work has
14020 been installed in ROM).
14021
14022 The requirement to provide Installation Information does not include a
14023 requirement to continue to provide support service, warranty, or updates
14024 for a work that has been modified or installed by the recipient, or for
14025 the User Product in which it has been modified or installed. Access to a
14026 network may be denied when the modification itself materially and
14027 adversely affects the operation of the network or violates the rules and
14028 protocols for communication across the network.
14029
14030 Corresponding Source conveyed, and Installation Information provided,
14031 in accord with this section must be in a format that is publicly
14032 documented (and with an implementation available to the public in
14033 source code form), and must require no special password or key for
14034 unpacking, reading or copying.
14035
14036 7. Additional Terms.
14037
14038 "Additional permissions" are terms that supplement the terms of this
14039 License by making exceptions from one or more of its conditions.
14040 Additional permissions that are applicable to the entire Program shall
14041 be treated as though they were included in this License, to the extent
14042 that they are valid under applicable law. If additional permissions
14043 apply only to part of the Program, that part may be used separately
14044 under those permissions, but the entire Program remains governed by
14045 this License without regard to the additional permissions.
14046
14047 When you convey a copy of a covered work, you may at your option
14048 remove any additional permissions from that copy, or from any part of
14049 it. (Additional permissions may be written to require their own
14050 removal in certain cases when you modify the work.) You may place
14051 additional permissions on material, added by you to a covered work,
14052 for which you have or can give appropriate copyright permission.
14053
14054 Notwithstanding any other provision of this License, for material you
14055 add to a covered work, you may (if authorized by the copyright holders of
14056 that material) supplement the terms of this License with terms:
14057
14058 a) Disclaiming warranty or limiting liability differently from the
14059 terms of sections 15 and 16 of this License; or
14060
14061 b) Requiring preservation of specified reasonable legal notices or
14062 author attributions in that material or in the Appropriate Legal
14063 Notices displayed by works containing it; or
14064
14065 c) Prohibiting misrepresentation of the origin of that material, or
14066 requiring that modified versions of such material be marked in
14067 reasonable ways as different from the original version; or
14068
14069 d) Limiting the use for publicity purposes of names of licensors or
14070 authors of the material; or
14071
14072 e) Declining to grant rights under trademark law for use of some
14073 trade names, trademarks, or service marks; or
14074
14075 f) Requiring indemnification of licensors and authors of that
14076 material by anyone who conveys the material (or modified versions of
14077 it) with contractual assumptions of liability to the recipient, for
14078 any liability that these contractual assumptions directly impose on
14079 those licensors and authors.
14080
14081 All other non-permissive additional terms are considered "further
14082 restrictions" within the meaning of section 10. If the Program as you
14083 received it, or any part of it, contains a notice stating that it is
14084 governed by this License along with a term that is a further
14085 restriction, you may remove that term. If a license document contains
14086 a further restriction but permits relicensing or conveying under this
14087 License, you may add to a covered work material governed by the terms
14088 of that license document, provided that the further restriction does
14089 not survive such relicensing or conveying.
14090
14091 If you add terms to a covered work in accord with this section, you
14092 must place, in the relevant source files, a statement of the
14093 additional terms that apply to those files, or a notice indicating
14094 where to find the applicable terms.
14095
14096 Additional terms, permissive or non-permissive, may be stated in the
14097 form of a separately written license, or stated as exceptions;
14098 the above requirements apply either way.
14099
14100 8. Termination.
14101
14102 You may not propagate or modify a covered work except as expressly
14103 provided under this License. Any attempt otherwise to propagate or
14104 modify it is void, and will automatically terminate your rights under
14105 this License (including any patent licenses granted under the third
14106 paragraph of section 11).
14107
14108 However, if you cease all violation of this License, then your
14109 license from a particular copyright holder is reinstated (a)
14110 provisionally, unless and until the copyright holder explicitly and
14111 finally terminates your license, and (b) permanently, if the copyright
14112 holder fails to notify you of the violation by some reasonable means
14113 prior to 60 days after the cessation.
14114
14115 Moreover, your license from a particular copyright holder is
14116 reinstated permanently if the copyright holder notifies you of the
14117 violation by some reasonable means, this is the first time you have
14118 received notice of violation of this License (for any work) from that
14119 copyright holder, and you cure the violation prior to 30 days after
14120 your receipt of the notice.
14121
14122 Termination of your rights under this section does not terminate the
14123 licenses of parties who have received copies or rights from you under
14124 this License. If your rights have been terminated and not permanently
14125 reinstated, you do not qualify to receive new licenses for the same
14126 material under section 10.
14127
14128 9. Acceptance Not Required for Having Copies.
14129
14130 You are not required to accept this License in order to receive or
14131 run a copy of the Program. Ancillary propagation of a covered work
14132 occurring solely as a consequence of using peer-to-peer transmission
14133 to receive a copy likewise does not require acceptance. However,
14134 nothing other than this License grants you permission to propagate or
14135 modify any covered work. These actions infringe copyright if you do
14136 not accept this License. Therefore, by modifying or propagating a
14137 covered work, you indicate your acceptance of this License to do so.
14138
14139 10. Automatic Licensing of Downstream Recipients.
14140
14141 Each time you convey a covered work, the recipient automatically
14142 receives a license from the original licensors, to run, modify and
14143 propagate that work, subject to this License. You are not responsible
14144 for enforcing compliance by third parties with this License.
14145
14146 An "entity transaction" is a transaction transferring control of an
14147 organization, or substantially all assets of one, or subdividing an
14148 organization, or merging organizations. If propagation of a covered
14149 work results from an entity transaction, each party to that
14150 transaction who receives a copy of the work also receives whatever
14151 licenses to the work the party's predecessor in interest had or could
14152 give under the previous paragraph, plus a right to possession of the
14153 Corresponding Source of the work from the predecessor in interest, if
14154 the predecessor has it or can get it with reasonable efforts.
14155
14156 You may not impose any further restrictions on the exercise of the
14157 rights granted or affirmed under this License. For example, you may
14158 not impose a license fee, royalty, or other charge for exercise of
14159 rights granted under this License, and you may not initiate litigation
14160 (including a cross-claim or counterclaim in a lawsuit) alleging that
14161 any patent claim is infringed by making, using, selling, offering for
14162 sale, or importing the Program or any portion of it.
14163
14164 11. Patents.
14165
14166 A "contributor" is a copyright holder who authorizes use under this
14167 License of the Program or a work on which the Program is based. The
14168 work thus licensed is called the contributor's "contributor version".
14169
14170 A contributor's "essential patent claims" are all patent claims
14171 owned or controlled by the contributor, whether already acquired or
14172 hereafter acquired, that would be infringed by some manner, permitted
14173 by this License, of making, using, or selling its contributor version,
14174 but do not include claims that would be infringed only as a
14175 consequence of further modification of the contributor version. For
14176 purposes of this definition, "control" includes the right to grant
14177 patent sublicenses in a manner consistent with the requirements of
14178 this License.
14179
14180 Each contributor grants you a non-exclusive, worldwide, royalty-free
14181 patent license under the contributor's essential patent claims, to
14182 make, use, sell, offer for sale, import and otherwise run, modify and
14183 propagate the contents of its contributor version.
14184
14185 In the following three paragraphs, a "patent license" is any express
14186 agreement or commitment, however denominated, not to enforce a patent
14187 (such as an express permission to practice a patent or covenant not to
14188 sue for patent infringement). To "grant" such a patent license to a
14189 party means to make such an agreement or commitment not to enforce a
14190 patent against the party.
14191
14192 If you convey a covered work, knowingly relying on a patent license,
14193 and the Corresponding Source of the work is not available for anyone
14194 to copy, free of charge and under the terms of this License, through a
14195 publicly available network server or other readily accessible means,
14196 then you must either (1) cause the Corresponding Source to be so
14197 available, or (2) arrange to deprive yourself of the benefit of the
14198 patent license for this particular work, or (3) arrange, in a manner
14199 consistent with the requirements of this License, to extend the patent
14200 license to downstream recipients. "Knowingly relying" means you have
14201 actual knowledge that, but for the patent license, your conveying the
14202 covered work in a country, or your recipient's use of the covered work
14203 in a country, would infringe one or more identifiable patents in that
14204 country that you have reason to believe are valid.
14205
14206 If, pursuant to or in connection with a single transaction or
14207 arrangement, you convey, or propagate by procuring conveyance of, a
14208 covered work, and grant a patent license to some of the parties
14209 receiving the covered work authorizing them to use, propagate, modify
14210 or convey a specific copy of the covered work, then the patent license
14211 you grant is automatically extended to all recipients of the covered
14212 work and works based on it.
14213
14214 A patent license is "discriminatory" if it does not include within
14215 the scope of its coverage, prohibits the exercise of, or is
14216 conditioned on the non-exercise of one or more of the rights that are
14217 specifically granted under this License. You may not convey a covered
14218 work if you are a party to an arrangement with a third party that is
14219 in the business of distributing software, under which you make payment
14220 to the third party based on the extent of your activity of conveying
14221 the work, and under which the third party grants, to any of the
14222 parties who would receive the covered work from you, a discriminatory
14223 patent license (a) in connection with copies of the covered work
14224 conveyed by you (or copies made from those copies), or (b) primarily
14225 for and in connection with specific products or compilations that
14226 contain the covered work, unless you entered into that arrangement,
14227 or that patent license was granted, prior to 28 March 2007.
14228
14229 Nothing in this License shall be construed as excluding or limiting
14230 any implied license or other defenses to infringement that may
14231 otherwise be available to you under applicable patent law.
14232
14233 12. No Surrender of Others' Freedom.
14234
14235 If conditions are imposed on you (whether by court order, agreement or
14236 otherwise) that contradict the conditions of this License, they do not
14237 excuse you from the conditions of this License. If you cannot convey a
14238 covered work so as to satisfy simultaneously your obligations under this
14239 License and any other pertinent obligations, then as a consequence you may
14240 not convey it at all. For example, if you agree to terms that obligate you
14241 to collect a royalty for further conveying from those to whom you convey
14242 the Program, the only way you could satisfy both those terms and this
14243 License would be to refrain entirely from conveying the Program.
14244
14245 13. Use with the GNU Affero General Public License.
14246
14247 Notwithstanding any other provision of this License, you have
14248 permission to link or combine any covered work with a work licensed
14249 under version 3 of the GNU Affero General Public License into a single
14250 combined work, and to convey the resulting work. The terms of this
14251 License will continue to apply to the part which is the covered work,
14252 but the special requirements of the GNU Affero General Public License,
14253 section 13, concerning interaction through a network will apply to the
14254 combination as such.
14255
14256 14. Revised Versions of this License.
14257
14258 The Free Software Foundation may publish revised and/or new versions of
14259 the GNU General Public License from time to time. Such new versions will
14260 be similar in spirit to the present version, but may differ in detail to
14261 address new problems or concerns.
14262
14263 Each version is given a distinguishing version number. If the
14264 Program specifies that a certain numbered version of the GNU General
14265 Public License "or any later version" applies to it, you have the
14266 option of following the terms and conditions either of that numbered
14267 version or of any later version published by the Free Software
14268 Foundation. If the Program does not specify a version number of the
14269 GNU General Public License, you may choose any version ever published
14270 by the Free Software Foundation.
14271
14272 If the Program specifies that a proxy can decide which future
14273 versions of the GNU General Public License can be used, that proxy's
14274 public statement of acceptance of a version permanently authorizes you
14275 to choose that version for the Program.
14276
14277 Later license versions may give you additional or different
14278 permissions. However, no additional obligations are imposed on any
14279 author or copyright holder as a result of your choosing to follow a
14280 later version.
14281
14282 15. Disclaimer of Warranty.
14283
14284 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
14285 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
14286 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
14287 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
14288 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
14289 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
14290 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
14291 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
14292
14293 16. Limitation of Liability.
14294
14295 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
14296 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
14297 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
14298 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
14299 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
14300 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
14301 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
14302 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
14303 SUCH DAMAGES.
14304
14305 17. Interpretation of Sections 15 and 16.
14306
14307 If the disclaimer of warranty and limitation of liability provided
14308 above cannot be given local legal effect according to their terms,
14309 reviewing courts shall apply local law that most closely approximates
14310 an absolute waiver of all civil liability in connection with the
14311 Program, unless a warranty or assumption of liability accompanies a
14312 copy of the Program in return for a fee.
14313
14314 END OF TERMS AND CONDITIONS
14315
14316 How to Apply These Terms to Your New Programs
14317
14318 If you develop a new program, and you want it to be of the greatest
14319 possible use to the public, the best way to achieve this is to make it
14320 free software which everyone can redistribute and change under these terms.
14321
14322 To do so, attach the following notices to the program. It is safest
14323 to attach them to the start of each source file to most effectively
14324 state the exclusion of warranty; and each file should have at least
14325 the "copyright" line and a pointer to where the full notice is found.
14326
14327 <one line to give the program's name and a brief idea of what it does.>
14328 Copyright (C)
14329
14330 This program is free software: you can redistribute it and/or modify
14331 it under the terms of the GNU General Public License as published by
14332 the Free Software Foundation, either version 3 of the License, or
14333 (at your option) any later version.
14334
14335 This program is distributed in the hope that it will be useful,
14336 but WITHOUT ANY WARRANTY; without even the implied warranty of
14337 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14338 GNU General Public License for more details.
14339
14340 You should have received a copy of the GNU General Public License
14341 along with this program. If not, see <http://www.gnu.org/licenses/>.
14342
14343 Also add information on how to contact you by electronic and paper mail.
14344
14345 If the program does terminal interaction, make it output a short
14346 notice like this when it starts in an interactive mode:
14347
14348 Copyright (C)
14349 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
14350 This is free software, and you are welcome to redistribute it
14351 under certain conditions; type `show c' for details.
14352
14353 The hypothetical commands `show w' and `show c' should show the appropriate
14354 parts of the General Public License. Of course, your program's commands
14355 might be different; for a GUI interface, you would use an "about box".
14356
14357 You should also get your employer (if you work as a programmer) or school,
14358 if any, to sign a "copyright disclaimer" for the program, if necessary.
14359 For more information on this, and how to apply and follow the GNU GPL, see
14360 <http://www.gnu.org/licenses/>.
14361
14362 The GNU General Public License does not permit incorporating your program
14363 into proprietary programs. If your program is a subroutine library, you
14364 may consider it more useful to permit linking proprietary applications with
14365 the library. If this is what you want to do, use the GNU Lesser General
14366 Public License instead of this License. But first, please read
14367 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
14368
14369 </pre>
14370 <div class="license-packages">
14371 Used by these packages: sys-devel/autoconf-2.68 app-shells/bash-4.2_p20 sys-devel/binutils-2.22-r17 sys-apps/coreutils-8.20-r1 sys-fs/dosfstools-3.0.9 sys-fs/exfat-utils-0.9.8 sys-fs/fuse-exfat-0.9.8-r1 sys-libs/gdbm-1.9.1-r2 sys-apps/grep-2.14 app-arch/gzip-1.5 sys-devel/make-3.82-r1 sys-fs/mtools-4.0.15 sys-block/parted-3.1-r1 sys-libs/readline-6.2_p1 net-misc/rsync-3.0.8 app-admin/rsyslog-5.8.11 sys-apps/sed-4.2.1-r1 app-arch/sharutils-4.7 dev-lang/swig-2.0.4-r1 app-arch/tar-1.26-r1 sys-apps/util-linux-2.21.2-r1 net-misc/wget-1.12-r2 sys-apps/which-2.20
14372 </div>
14373 </div>
14374 </div>
14375
14376 <div class="product">
14377 <a name="ISC" class="title">Gentoo Package Provided Stock License ISC</a>
14378 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
14379 <div class="licence">
14380 <pre>
14381 Copyright (c) 4-digit year, Company or Person's Name
14382
14383 Permission to use, copy, modify, and/or distribute this software for any
14384 purpose with or without fee is hereby granted, provided that the above
14385 copyright notice and this permission notice appear in all copies.
14386
14387 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14388 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14389 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14390 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14391 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14392 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14393 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14394
14395 </pre>
14396 <div class="license-packages">
14397 Used by these packages: media-libs/harfbuzz-0.9.18-r2 app-admin/sudo-1.8.6_p7
14398 </div>
14399 </div>
14400 </div>
14401
14402 <div class="product">
14403 <a name="LGPL-2" class="title">Gentoo Package Provided Stock License LGPL-2</a>
14404 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
14405 <div class="licence">
14406 <pre>
14407 GNU LIBRARY GENERAL PUBLIC LICENSE
14408 Version 2, June 1991
14409
14410 Copyright (C) 1991 Free Software Foundation, Inc.
14411 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
14412 Everyone is permitted to copy and distribute verbatim copies
14413 of this license document, but changing it is not allowed.
14414
14415 [This is the first released version of the library GPL. It is
14416 numbered 2 because it goes with version 2 of the ordinary GPL.]
14417
14418 Preamble
14419
14420 The licenses for most software are designed to take away your
14421 freedom to share and change it. By contrast, the GNU General Public
14422 Licenses are intended to guarantee your freedom to share and change
14423 free software--to make sure the software is free for all its users.
14424
14425 This license, the Library General Public License, applies to some
14426 specially designated Free Software Foundation software, and to any
14427 other libraries whose authors decide to use it. You can use it for
14428 your libraries, too.
14429
14430 When we speak of free software, we are referring to freedom, not
14431 price. Our General Public Licenses are designed to make sure that you
14432 have the freedom to distribute copies of free software (and charge for
14433 this service if you wish), that you receive source code or can get it
14434 if you want it, that you can change the software or use pieces of it
14435 in new free programs; and that you know you can do these things.
14436
14437 To protect your rights, we need to make restrictions that forbid
14438 anyone to deny you these rights or to ask you to surrender the rights.
14439 These restrictions translate to certain responsibilities for you if
14440 you distribute copies of the library, or if you modify it.
14441
14442 For example, if you distribute copies of the library, whether gratis
14443 or for a fee, you must give the recipients all the rights that we gave
14444 you. You must make sure that they, too, receive or can get the source
14445 code. If you link a program with the library, you must provide
14446 complete object files to the recipients so that they can relink them
14447 with the library, after making changes to the library and recompiling
14448 it. And you must show them these terms so they know their rights.
14449
14450 Our method of protecting your rights has two steps: (1) copyright
14451 the library, and (2) offer you this license which gives you legal
14452 permission to copy, distribute and/or modify the library.
14453
14454 Also, for each distributor's protection, we want to make certain
14455 that everyone understands that there is no warranty for this free
14456 library. If the library is modified by someone else and passed on, we
14457 want its recipients to know that what they have is not the original
14458 version, so that any problems introduced by others will not reflect on
14459 the original authors' reputations.
14460
14462 Finally, any free program is threatened constantly by software
14463 patents. We wish to avoid the danger that companies distributing free
14464 software will individually obtain patent licenses, thus in effect
14465 transforming the program into proprietary software. To prevent this,
14466 we have made it clear that any patent must be licensed for everyone's
14467 free use or not licensed at all.
14468
14469 Most GNU software, including some libraries, is covered by the ordinary
14470 GNU General Public License, which was designed for utility programs. This
14471 license, the GNU Library General Public License, applies to certain
14472 designated libraries. This license is quite different from the ordinary
14473 one; be sure to read it in full, and don't assume that anything in it is
14474 the same as in the ordinary license.
14475
14476 The reason we have a separate public license for some libraries is that
14477 they blur the distinction we usually make between modifying or adding to a
14478 program and simply using it. Linking a program with a library, without
14479 changing the library, is in some sense simply using the library, and is
14480 analogous to running a utility program or application program. However, in
14481 a textual and legal sense, the linked executable is a combined work, a
14482 derivative of the original library, and the ordinary General Public License
14483 treats it as such.
14484
14485 Because of this blurred distinction, using the ordinary General
14486 Public License for libraries did not effectively promote software
14487 sharing, because most developers did not use the libraries. We
14488 concluded that weaker conditions might promote sharing better.
14489
14490 However, unrestricted linking of non-free programs would deprive the
14491 users of those programs of all benefit from the free status of the
14492 libraries themselves. This Library General Public License is intended to
14493 permit developers of non-free programs to use free libraries, while
14494 preserving your freedom as a user of such programs to change the free
14495 libraries that are incorporated in them. (We have not seen how to achieve
14496 this as regards changes in header files, but we have achieved it as regards
14497 changes in the actual functions of the Library.) The hope is that this
14498 will lead to faster development of free libraries.
14499
14500 The precise terms and conditions for copying, distribution and
14501 modification follow. Pay close attention to the difference between a
14502 "work based on the library" and a "work that uses the library". The
14503 former contains code derived from the library, while the latter only
14504 works together with the library.
14505
14506 Note that it is possible for a library to be covered by the ordinary
14507 General Public License rather than by this special one.
14508
14510 GNU LIBRARY GENERAL PUBLIC LICENSE
14511 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
14512
14513 0. This License Agreement applies to any software library which
14514 contains a notice placed by the copyright holder or other authorized
14515 party saying it may be distributed under the terms of this Library
14516 General Public License (also called "this License"). Each licensee is
14517 addressed as "you".
14518
14519 A "library" means a collection of software functions and/or data
14520 prepared so as to be conveniently linked with application programs
14521 (which use some of those functions and data) to form executables.
14522
14523 The "Library", below, refers to any such software library or work
14524 which has been distributed under these terms. A "work based on the
14525 Library" means either the Library or any derivative work under
14526 copyright law: that is to say, a work containing the Library or a
14527 portion of it, either verbatim or with modifications and/or translated
14528 straightforwardly into another language. (Hereinafter, translation is
14529 included without limitation in the term "modification".)
14530
14531 "Source code" for a work means the preferred form of the work for
14532 making modifications to it. For a library, complete source code means
14533 all the source code for all modules it contains, plus any associated
14534 interface definition files, plus the scripts used to control compilation
14535 and installation of the library.
14536
14537 Activities other than copying, distribution and modification are not
14538 covered by this License; they are outside its scope. The act of
14539 running a program using the Library is not restricted, and output from
14540 such a program is covered only if its contents constitute a work based
14541 on the Library (independent of the use of the Library in a tool for
14542 writing it). Whether that is true depends on what the Library does
14543 and what the program that uses the Library does.
14544
14545 1. You may copy and distribute verbatim copies of the Library's
14546 complete source code as you receive it, in any medium, provided that
14547 you conspicuously and appropriately publish on each copy an
14548 appropriate copyright notice and disclaimer of warranty; keep intact
14549 all the notices that refer to this License and to the absence of any
14550 warranty; and distribute a copy of this License along with the
14551 Library.
14552
14553 You may charge a fee for the physical act of transferring a copy,
14554 and you may at your option offer warranty protection in exchange for a
14555 fee.
14556
14558 2. You may modify your copy or copies of the Library or any portion
14559 of it, thus forming a work based on the Library, and copy and
14560 distribute such modifications or work under the terms of Section 1
14561 above, provided that you also meet all of these conditions:
14562
14563 a) The modified work must itself be a software library.
14564
14565 b) You must cause the files modified to carry prominent notices
14566 stating that you changed the files and the date of any change.
14567
14568 c) You must cause the whole of the work to be licensed at no
14569 charge to all third parties under the terms of this License.
14570
14571 d) If a facility in the modified Library refers to a function or a
14572 table of data to be supplied by an application program that uses
14573 the facility, other than as an argument passed when the facility
14574 is invoked, then you must make a good faith effort to ensure that,
14575 in the event an application does not supply such function or
14576 table, the facility still operates, and performs whatever part of
14577 its purpose remains meaningful.
14578
14579 (For example, a function in a library to compute square roots has
14580 a purpose that is entirely well-defined independent of the
14581 application. Therefore, Subsection 2d requires that any
14582 application-supplied function or table used by this function must
14583 be optional: if the application does not supply it, the square
14584 root function must still compute square roots.)
14585
14586 These requirements apply to the modified work as a whole. If
14587 identifiable sections of that work are not derived from the Library,
14588 and can be reasonably considered independent and separate works in
14589 themselves, then this License, and its terms, do not apply to those
14590 sections when you distribute them as separate works. But when you
14591 distribute the same sections as part of a whole which is a work based
14592 on the Library, the distribution of the whole must be on the terms of
14593 this License, whose permissions for other licensees extend to the
14594 entire whole, and thus to each and every part regardless of who wrote
14595 it.
14596
14597 Thus, it is not the intent of this section to claim rights or contest
14598 your rights to work written entirely by you; rather, the intent is to
14599 exercise the right to control the distribution of derivative or
14600 collective works based on the Library.
14601
14602 In addition, mere aggregation of another work not based on the Library
14603 with the Library (or with a work based on the Library) on a volume of
14604 a storage or distribution medium does not bring the other work under
14605 the scope of this License.
14606
14607 3. You may opt to apply the terms of the ordinary GNU General Public
14608 License instead of this License to a given copy of the Library. To do
14609 this, you must alter all the notices that refer to this License, so
14610 that they refer to the ordinary GNU General Public License, version 2,
14611 instead of to this License. (If a newer version than version 2 of the
14612 ordinary GNU General Public License has appeared, then you can specify
14613 that version instead if you wish.) Do not make any other change in
14614 these notices.
14615
14617 Once this change is made in a given copy, it is irreversible for
14618 that copy, so the ordinary GNU General Public License applies to all
14619 subsequent copies and derivative works made from that copy.
14620
14621 This option is useful when you wish to copy part of the code of
14622 the Library into a program that is not a library.
14623
14624 4. You may copy and distribute the Library (or a portion or
14625 derivative of it, under Section 2) in object code or executable form
14626 under the terms of Sections 1 and 2 above provided that you accompany
14627 it with the complete corresponding machine-readable source code, which
14628 must be distributed under the terms of Sections 1 and 2 above on a
14629 medium customarily used for software interchange.
14630
14631 If distribution of object code is made by offering access to copy
14632 from a designated place, then offering equivalent access to copy the
14633 source code from the same place satisfies the requirement to
14634 distribute the source code, even though third parties are not
14635 compelled to copy the source along with the object code.
14636
14637 5. A program that contains no derivative of any portion of the
14638 Library, but is designed to work with the Library by being compiled or
14639 linked with it, is called a "work that uses the Library". Such a
14640 work, in isolation, is not a derivative work of the Library, and
14641 therefore falls outside the scope of this License.
14642
14643 However, linking a "work that uses the Library" with the Library
14644 creates an executable that is a derivative of the Library (because it
14645 contains portions of the Library), rather than a "work that uses the
14646 library". The executable is therefore covered by this License.
14647 Section 6 states terms for distribution of such executables.
14648
14649 When a "work that uses the Library" uses material from a header file
14650 that is part of the Library, the object code for the work may be a
14651 derivative work of the Library even though the source code is not.
14652 Whether this is true is especially significant if the work can be
14653 linked without the Library, or if the work is itself a library. The
14654 threshold for this to be true is not precisely defined by law.
14655
14656 If such an object file uses only numerical parameters, data
14657 structure layouts and accessors, and small macros and small inline
14658 functions (ten lines or less in length), then the use of the object
14659 file is unrestricted, regardless of whether it is legally a derivative
14660 work. (Executables containing this object code plus portions of the
14661 Library will still fall under Section 6.)
14662
14663 Otherwise, if the work is a derivative of the Library, you may
14664 distribute the object code for the work under the terms of Section 6.
14665 Any executables containing that work also fall under Section 6,
14666 whether or not they are linked directly with the Library itself.
14667
14669 6. As an exception to the Sections above, you may also compile or
14670 link a "work that uses the Library" with the Library to produce a
14671 work containing portions of the Library, and distribute that work
14672 under terms of your choice, provided that the terms permit
14673 modification of the work for the customer's own use and reverse
14674 engineering for debugging such modifications.
14675
14676 You must give prominent notice with each copy of the work that the
14677 Library is used in it and that the Library and its use are covered by
14678 this License. You must supply a copy of this License. If the work
14679 during execution displays copyright notices, you must include the
14680 copyright notice for the Library among them, as well as a reference
14681 directing the user to the copy of this License. Also, you must do one
14682 of these things:
14683
14684 a) Accompany the work with the complete corresponding
14685 machine-readable source code for the Library including whatever
14686 changes were used in the work (which must be distributed under
14687 Sections 1 and 2 above); and, if the work is an executable linked
14688 with the Library, with the complete machine-readable "work that
14689 uses the Library", as object code and/or source code, so that the
14690 user can modify the Library and then relink to produce a modified
14691 executable containing the modified Library. (It is understood
14692 that the user who changes the contents of definitions files in the
14693 Library will not necessarily be able to recompile the application
14694 to use the modified definitions.)
14695
14696 b) Accompany the work with a written offer, valid for at
14697 least three years, to give the same user the materials
14698 specified in Subsection 6a, above, for a charge no more
14699 than the cost of performing this distribution.
14700
14701 c) If distribution of the work is made by offering access to copy
14702 from a designated place, offer equivalent access to copy the above
14703 specified materials from the same place.
14704
14705 d) Verify that the user has already received a copy of these
14706 materials or that you have already sent this user a copy.
14707
14708 For an executable, the required form of the "work that uses the
14709 Library" must include any data and utility programs needed for
14710 reproducing the executable from it. However, as a special exception,
14711 the source code distributed need not include anything that is normally
14712 distributed (in either source or binary form) with the major
14713 components (compiler, kernel, and so on) of the operating system on
14714 which the executable runs, unless that component itself accompanies
14715 the executable.
14716
14717 It may happen that this requirement contradicts the license
14718 restrictions of other proprietary libraries that do not normally
14719 accompany the operating system. Such a contradiction means you cannot
14720 use both them and the Library together in an executable that you
14721 distribute.
14722
14724 7. You may place library facilities that are a work based on the
14725 Library side-by-side in a single library together with other library
14726 facilities not covered by this License, and distribute such a combined
14727 library, provided that the separate distribution of the work based on
14728 the Library and of the other library facilities is otherwise
14729 permitted, and provided that you do these two things:
14730
14731 a) Accompany the combined library with a copy of the same work
14732 based on the Library, uncombined with any other library
14733 facilities. This must be distributed under the terms of the
14734 Sections above.
14735
14736 b) Give prominent notice with the combined library of the fact
14737 that part of it is a work based on the Library, and explaining
14738 where to find the accompanying uncombined form of the same work.
14739
14740 8. You may not copy, modify, sublicense, link with, or distribute
14741 the Library except as expressly provided under this License. Any
14742 attempt otherwise to copy, modify, sublicense, link with, or
14743 distribute the Library is void, and will automatically terminate your
14744 rights under this License. However, parties who have received copies,
14745 or rights, from you under this License will not have their licenses
14746 terminated so long as such parties remain in full compliance.
14747
14748 9. You are not required to accept this License, since you have not
14749 signed it. However, nothing else grants you permission to modify or
14750 distribute the Library or its derivative works. These actions are
14751 prohibited by law if you do not accept this License. Therefore, by
14752 modifying or distributing the Library (or any work based on the
14753 Library), you indicate your acceptance of this License to do so, and
14754 all its terms and conditions for copying, distributing or modifying
14755 the Library or works based on it.
14756
14757 10. Each time you redistribute the Library (or any work based on the
14758 Library), the recipient automatically receives a license from the
14759 original licensor to copy, distribute, link with or modify the Library
14760 subject to these terms and conditions. You may not impose any further
14761 restrictions on the recipients' exercise of the rights granted herein.
14762 You are not responsible for enforcing compliance by third parties to
14763 this License.
14764
14766 11. If, as a consequence of a court judgment or allegation of patent
14767 infringement or for any other reason (not limited to patent issues),
14768 conditions are imposed on you (whether by court order, agreement or
14769 otherwise) that contradict the conditions of this License, they do not
14770 excuse you from the conditions of this License. If you cannot
14771 distribute so as to satisfy simultaneously your obligations under this
14772 License and any other pertinent obligations, then as a consequence you
14773 may not distribute the Library at all. For example, if a patent
14774 license would not permit royalty-free redistribution of the Library by
14775 all those who receive copies directly or indirectly through you, then
14776 the only way you could satisfy both it and this License would be to
14777 refrain entirely from distribution of the Library.
14778
14779 If any portion of this section is held invalid or unenforceable under any
14780 particular circumstance, the balance of the section is intended to apply,
14781 and the section as a whole is intended to apply in other circumstances.
14782
14783 It is not the purpose of this section to induce you to infringe any
14784 patents or other property right claims or to contest validity of any
14785 such claims; this section has the sole purpose of protecting the
14786 integrity of the free software distribution system which is
14787 implemented by public license practices. Many people have made
14788 generous contributions to the wide range of software distributed
14789 through that system in reliance on consistent application of that
14790 system; it is up to the author/donor to decide if he or she is willing
14791 to distribute software through any other system and a licensee cannot
14792 impose that choice.
14793
14794 This section is intended to make thoroughly clear what is believed to
14795 be a consequence of the rest of this License.
14796
14797 12. If the distribution and/or use of the Library is restricted in
14798 certain countries either by patents or by copyrighted interfaces, the
14799 original copyright holder who places the Library under this License may add
14800 an explicit geographical distribution limitation excluding those countries,
14801 so that distribution is permitted only in or among countries not thus
14802 excluded. In such case, this License incorporates the limitation as if
14803 written in the body of this License.
14804
14805 13. The Free Software Foundation may publish revised and/or new
14806 versions of the Library General Public License from time to time.
14807 Such new versions will be similar in spirit to the present version,
14808 but may differ in detail to address new problems or concerns.
14809
14810 Each version is given a distinguishing version number. If the Library
14811 specifies a version number of this License which applies to it and
14812 "any later version", you have the option of following the terms and
14813 conditions either of that version or of any later version published by
14814 the Free Software Foundation. If the Library does not specify a
14815 license version number, you may choose any version ever published by
14816 the Free Software Foundation.
14817
14819 14. If you wish to incorporate parts of the Library into other free
14820 programs whose distribution conditions are incompatible with these,
14821 write to the author to ask for permission. For software which is
14822 copyrighted by the Free Software Foundation, write to the Free
14823 Software Foundation; we sometimes make exceptions for this. Our
14824 decision will be guided by the two goals of preserving the free status
14825 of all derivatives of our free software and of promoting the sharing
14826 and reuse of software generally.
14827
14828 NO WARRANTY
14829
14830 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
14831 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
14832 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
14833 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
14834 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
14835 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
14836 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
14837 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
14838 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
14839
14840 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
14841 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
14842 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
14843 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
14844 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
14845 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
14846 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
14847 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
14848 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
14849 DAMAGES.
14850
14851 END OF TERMS AND CONDITIONS
14852
14854 Appendix: How to Apply These Terms to Your New Libraries
14855
14856 If you develop a new library, and you want it to be of the greatest
14857 possible use to the public, we recommend making it free software that
14858 everyone can redistribute and change. You can do so by permitting
14859 redistribution under these terms (or, alternatively, under the terms of the
14860 ordinary General Public License).
14861
14862 To apply these terms, attach the following notices to the library. It is
14863 safest to attach them to the start of each source file to most effectively
14864 convey the exclusion of warranty; and each file should have at least the
14865 "copyright" line and a pointer to where the full notice is found.
14866
14867 <one line to give the library's name and a brief idea of what it does.>
14868 Copyright (C)
14869
14870 This library is free software; you can redistribute it and/or
14871 modify it under the terms of the GNU Library General Public
14872 License as published by the Free Software Foundation; either
14873 version 2 of the License, or (at your option) any later version.
14874
14875 This library is distributed in the hope that it will be useful,
14876 but WITHOUT ANY WARRANTY; without even the implied warranty of
14877 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14878 Library General Public License for more details.
14879
14880 You should have received a copy of the GNU Library General Public
14881 License along with this library; if not, write to the Free
14882 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
14883 MA 02111-1307, USA
14884
14885 Also add information on how to contact you by electronic and paper mail.
14886
14887 You should also get your employer (if you work as a programmer) or your
14888 school, if any, to sign a "copyright disclaimer" for the library, if
14889 necessary. Here is a sample; alter the names:
14890
14891 Yoyodyne, Inc., hereby disclaims all copyright interest in the
14892 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
14893
14894 <signature of Ty Coon>, 1 April 1990
14895 Ty Coon, President of Vice
14896
14897 That's all there is to it!
14898
14899 </pre>
14900 <div class="license-packages">
14901 Used by these packages: dev-libs/atk-1.32.0-r1 dev-libs/dbus-c++-0.0.2-r41 dev-libs/glib-2.34.3-r1 x11-libs/gtk+-2.20.1 dev-libs/libaio-0.3.109-r3 dev-libs/libusb-0.1.12-r7 x11-libs/pango-1.32.5-r1
14902 </div>
14903 </div>
14904 </div>
14905
14906 <div class="product">
14907 <a name="LGPL-2+" class="title">Gentoo Package Provided Stock License LGPL-2+</a>
14908 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
14909 <div class="licence">
14910 <pre>
14911 GNU Library General Public License, version 2 or any later version.
14912 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses.
14913
14914 </pre>
14915 <div class="license-packages">
14916 Used by these packages: dev-libs/glib-2.34.3-r1 x11-libs/pango-1.32.5-r1
14917 </div>
14918 </div>
14919 </div>
14920
14921 <div class="product">
14922 <a name="LGPL-2.1" class="title">Gentoo Package Provided Stock License LGPL-2.1</a>
14923 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
14924 <div class="licence">
14925 <pre>
14926 GNU LESSER GENERAL PUBLIC LICENSE
14927 Version 2.1, February 1999
14928
14929 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
14930 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
14931 Everyone is permitted to copy and distribute verbatim copies
14932 of this license document, but changing it is not allowed.
14933
14934 [This is the first released version of the Lesser GPL. It also counts
14935 as the successor of the GNU Library Public License, version 2, hence
14936 the version number 2.1.]
14937
14938 Preamble
14939
14940 The licenses for most software are designed to take away your
14941 freedom to share and change it. By contrast, the GNU General Public
14942 Licenses are intended to guarantee your freedom to share and change
14943 free software--to make sure the software is free for all its users.
14944
14945 This license, the Lesser General Public License, applies to some
14946 specially designated software packages--typically libraries--of the
14947 Free Software Foundation and other authors who decide to use it. You
14948 can use it too, but we suggest you first think carefully about whether
14949 this license or the ordinary General Public License is the better
14950 strategy to use in any particular case, based on the explanations below.
14951
14952 When we speak of free software, we are referring to freedom of use,
14953 not price. Our General Public Licenses are designed to make sure that
14954 you have the freedom to distribute copies of free software (and charge
14955 for this service if you wish); that you receive source code or can get
14956 it if you want it; that you can change the software and use pieces of
14957 it in new free programs; and that you are informed that you can do
14958 these things.
14959
14960 To protect your rights, we need to make restrictions that forbid
14961 distributors to deny you these rights or to ask you to surrender these
14962 rights. These restrictions translate to certain responsibilities for
14963 you if you distribute copies of the library or if you modify it.
14964
14965 For example, if you distribute copies of the library, whether gratis
14966 or for a fee, you must give the recipients all the rights that we gave
14967 you. You must make sure that they, too, receive or can get the source
14968 code. If you link other code with the library, you must provide
14969 complete object files to the recipients, so that they can relink them
14970 with the library after making changes to the library and recompiling
14971 it. And you must show them these terms so they know their rights.
14972
14973 We protect your rights with a two-step method: (1) we copyright the
14974 library, and (2) we offer you this license, which gives you legal
14975 permission to copy, distribute and/or modify the library.
14976
14977 To protect each distributor, we want to make it very clear that
14978 there is no warranty for the free library. Also, if the library is
14979 modified by someone else and passed on, the recipients should know
14980 that what they have is not the original version, so that the original
14981 author's reputation will not be affected by problems that might be
14982 introduced by others.
14983
14985 Finally, software patents pose a constant threat to the existence of
14986 any free program. We wish to make sure that a company cannot
14987 effectively restrict the users of a free program by obtaining a
14988 restrictive license from a patent holder. Therefore, we insist that
14989 any patent license obtained for a version of the library must be
14990 consistent with the full freedom of use specified in this license.
14991
14992 Most GNU software, including some libraries, is covered by the
14993 ordinary GNU General Public License. This license, the GNU Lesser
14994 General Public License, applies to certain designated libraries, and
14995 is quite different from the ordinary General Public License. We use
14996 this license for certain libraries in order to permit linking those
14997 libraries into non-free programs.
14998
14999 When a program is linked with a library, whether statically or using
15000 a shared library, the combination of the two is legally speaking a
15001 combined work, a derivative of the original library. The ordinary
15002 General Public License therefore permits such linking only if the
15003 entire combination fits its criteria of freedom. The Lesser General
15004 Public License permits more lax criteria for linking other code with
15005 the library.
15006
15007 We call this license the "Lesser" General Public License because it
15008 does Less to protect the user's freedom than the ordinary General
15009 Public License. It also provides other free software developers Less
15010 of an advantage over competing non-free programs. These disadvantages
15011 are the reason we use the ordinary General Public License for many
15012 libraries. However, the Lesser license provides advantages in certain
15013 special circumstances.
15014
15015 For example, on rare occasions, there may be a special need to
15016 encourage the widest possible use of a certain library, so that it becomes
15017 a de-facto standard. To achieve this, non-free programs must be
15018 allowed to use the library. A more frequent case is that a free
15019 library does the same job as widely used non-free libraries. In this
15020 case, there is little to gain by limiting the free library to free
15021 software only, so we use the Lesser General Public License.
15022
15023 In other cases, permission to use a particular library in non-free
15024 programs enables a greater number of people to use a large body of
15025 free software. For example, permission to use the GNU C Library in
15026 non-free programs enables many more people to use the whole GNU
15027 operating system, as well as its variant, the GNU/Linux operating
15028 system.
15029
15030 Although the Lesser General Public License is Less protective of the
15031 users' freedom, it does ensure that the user of a program that is
15032 linked with the Library has the freedom and the wherewithal to run
15033 that program using a modified version of the Library.
15034
15035 The precise terms and conditions for copying, distribution and
15036 modification follow. Pay close attention to the difference between a
15037 "work based on the library" and a "work that uses the library". The
15038 former contains code derived from the library, whereas the latter must
15039 be combined with the library in order to run.
15040
15042 GNU LESSER GENERAL PUBLIC LICENSE
15043 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
15044
15045 0. This License Agreement applies to any software library or other
15046 program which contains a notice placed by the copyright holder or
15047 other authorized party saying it may be distributed under the terms of
15048 this Lesser General Public License (also called "this License").
15049 Each licensee is addressed as "you".
15050
15051 A "library" means a collection of software functions and/or data
15052 prepared so as to be conveniently linked with application programs
15053 (which use some of those functions and data) to form executables.
15054
15055 The "Library", below, refers to any such software library or work
15056 which has been distributed under these terms. A "work based on the
15057 Library" means either the Library or any derivative work under
15058 copyright law: that is to say, a work containing the Library or a
15059 portion of it, either verbatim or with modifications and/or translated
15060 straightforwardly into another language. (Hereinafter, translation is
15061 included without limitation in the term "modification".)
15062
15063 "Source code" for a work means the preferred form of the work for
15064 making modifications to it. For a library, complete source code means
15065 all the source code for all modules it contains, plus any associated
15066 interface definition files, plus the scripts used to control compilation
15067 and installation of the library.
15068
15069 Activities other than copying, distribution and modification are not
15070 covered by this License; they are outside its scope. The act of
15071 running a program using the Library is not restricted, and output from
15072 such a program is covered only if its contents constitute a work based
15073 on the Library (independent of the use of the Library in a tool for
15074 writing it). Whether that is true depends on what the Library does
15075 and what the program that uses the Library does.
15076
15077 1. You may copy and distribute verbatim copies of the Library's
15078 complete source code as you receive it, in any medium, provided that
15079 you conspicuously and appropriately publish on each copy an
15080 appropriate copyright notice and disclaimer of warranty; keep intact
15081 all the notices that refer to this License and to the absence of any
15082 warranty; and distribute a copy of this License along with the
15083 Library.
15084
15085 You may charge a fee for the physical act of transferring a copy,
15086 and you may at your option offer warranty protection in exchange for a
15087 fee.
15088
15090 2. You may modify your copy or copies of the Library or any portion
15091 of it, thus forming a work based on the Library, and copy and
15092 distribute such modifications or work under the terms of Section 1
15093 above, provided that you also meet all of these conditions:
15094
15095 a) The modified work must itself be a software library.
15096
15097 b) You must cause the files modified to carry prominent notices
15098 stating that you changed the files and the date of any change.
15099
15100 c) You must cause the whole of the work to be licensed at no
15101 charge to all third parties under the terms of this License.
15102
15103 d) If a facility in the modified Library refers to a function or a
15104 table of data to be supplied by an application program that uses
15105 the facility, other than as an argument passed when the facility
15106 is invoked, then you must make a good faith effort to ensure that,
15107 in the event an application does not supply such function or
15108 table, the facility still operates, and performs whatever part of
15109 its purpose remains meaningful.
15110
15111 (For example, a function in a library to compute square roots has
15112 a purpose that is entirely well-defined independent of the
15113 application. Therefore, Subsection 2d requires that any
15114 application-supplied function or table used by this function must
15115 be optional: if the application does not supply it, the square
15116 root function must still compute square roots.)
15117
15118 These requirements apply to the modified work as a whole. If
15119 identifiable sections of that work are not derived from the Library,
15120 and can be reasonably considered independent and separate works in
15121 themselves, then this License, and its terms, do not apply to those
15122 sections when you distribute them as separate works. But when you
15123 distribute the same sections as part of a whole which is a work based
15124 on the Library, the distribution of the whole must be on the terms of
15125 this License, whose permissions for other licensees extend to the
15126 entire whole, and thus to each and every part regardless of who wrote
15127 it.
15128
15129 Thus, it is not the intent of this section to claim rights or contest
15130 your rights to work written entirely by you; rather, the intent is to
15131 exercise the right to control the distribution of derivative or
15132 collective works based on the Library.
15133
15134 In addition, mere aggregation of another work not based on the Library
15135 with the Library (or with a work based on the Library) on a volume of
15136 a storage or distribution medium does not bring the other work under
15137 the scope of this License.
15138
15139 3. You may opt to apply the terms of the ordinary GNU General Public
15140 License instead of this License to a given copy of the Library. To do
15141 this, you must alter all the notices that refer to this License, so
15142 that they refer to the ordinary GNU General Public License, version 2,
15143 instead of to this License. (If a newer version than version 2 of the
15144 ordinary GNU General Public License has appeared, then you can specify
15145 that version instead if you wish.) Do not make any other change in
15146 these notices.
15147
15149 Once this change is made in a given copy, it is irreversible for
15150 that copy, so the ordinary GNU General Public License applies to all
15151 subsequent copies and derivative works made from that copy.
15152
15153 This option is useful when you wish to copy part of the code of
15154 the Library into a program that is not a library.
15155
15156 4. You may copy and distribute the Library (or a portion or
15157 derivative of it, under Section 2) in object code or executable form
15158 under the terms of Sections 1 and 2 above provided that you accompany
15159 it with the complete corresponding machine-readable source code, which
15160 must be distributed under the terms of Sections 1 and 2 above on a
15161 medium customarily used for software interchange.
15162
15163 If distribution of object code is made by offering access to copy
15164 from a designated place, then offering equivalent access to copy the
15165 source code from the same place satisfies the requirement to
15166 distribute the source code, even though third parties are not
15167 compelled to copy the source along with the object code.
15168
15169 5. A program that contains no derivative of any portion of the
15170 Library, but is designed to work with the Library by being compiled or
15171 linked with it, is called a "work that uses the Library". Such a
15172 work, in isolation, is not a derivative work of the Library, and
15173 therefore falls outside the scope of this License.
15174
15175 However, linking a "work that uses the Library" with the Library
15176 creates an executable that is a derivative of the Library (because it
15177 contains portions of the Library), rather than a "work that uses the
15178 library". The executable is therefore covered by this License.
15179 Section 6 states terms for distribution of such executables.
15180
15181 When a "work that uses the Library" uses material from a header file
15182 that is part of the Library, the object code for the work may be a
15183 derivative work of the Library even though the source code is not.
15184 Whether this is true is especially significant if the work can be
15185 linked without the Library, or if the work is itself a library. The
15186 threshold for this to be true is not precisely defined by law.
15187
15188 If such an object file uses only numerical parameters, data
15189 structure layouts and accessors, and small macros and small inline
15190 functions (ten lines or less in length), then the use of the object
15191 file is unrestricted, regardless of whether it is legally a derivative
15192 work. (Executables containing this object code plus portions of the
15193 Library will still fall under Section 6.)
15194
15195 Otherwise, if the work is a derivative of the Library, you may
15196 distribute the object code for the work under the terms of Section 6.
15197 Any executables containing that work also fall under Section 6,
15198 whether or not they are linked directly with the Library itself.
15199
15201 6. As an exception to the Sections above, you may also combine or
15202 link a "work that uses the Library" with the Library to produce a
15203 work containing portions of the Library, and distribute that work
15204 under terms of your choice, provided that the terms permit
15205 modification of the work for the customer's own use and reverse
15206 engineering for debugging such modifications.
15207
15208 You must give prominent notice with each copy of the work that the
15209 Library is used in it and that the Library and its use are covered by
15210 this License. You must supply a copy of this License. If the work
15211 during execution displays copyright notices, you must include the
15212 copyright notice for the Library among them, as well as a reference
15213 directing the user to the copy of this License. Also, you must do one
15214 of these things:
15215
15216 a) Accompany the work with the complete corresponding
15217 machine-readable source code for the Library including whatever
15218 changes were used in the work (which must be distributed under
15219 Sections 1 and 2 above); and, if the work is an executable linked
15220 with the Library, with the complete machine-readable "work that
15221 uses the Library", as object code and/or source code, so that the
15222 user can modify the Library and then relink to produce a modified
15223 executable containing the modified Library. (It is understood
15224 that the user who changes the contents of definitions files in the
15225 Library will not necessarily be able to recompile the application
15226 to use the modified definitions.)
15227
15228 b) Use a suitable shared library mechanism for linking with the
15229 Library. A suitable mechanism is one that (1) uses at run time a
15230 copy of the library already present on the user's computer system,
15231 rather than copying library functions into the executable, and (2)
15232 will operate properly with a modified version of the library, if
15233 the user installs one, as long as the modified version is
15234 interface-compatible with the version that the work was made with.
15235
15236 c) Accompany the work with a written offer, valid for at
15237 least three years, to give the same user the materials
15238 specified in Subsection 6a, above, for a charge no more
15239 than the cost of performing this distribution.
15240
15241 d) If distribution of the work is made by offering access to copy
15242 from a designated place, offer equivalent access to copy the above
15243 specified materials from the same place.
15244
15245 e) Verify that the user has already received a copy of these
15246 materials or that you have already sent this user a copy.
15247
15248 For an executable, the required form of the "work that uses the
15249 Library" must include any data and utility programs needed for
15250 reproducing the executable from it. However, as a special exception,
15251 the materials to be distributed need not include anything that is
15252 normally distributed (in either source or binary form) with the major
15253 components (compiler, kernel, and so on) of the operating system on
15254 which the executable runs, unless that component itself accompanies
15255 the executable.
15256
15257 It may happen that this requirement contradicts the license
15258 restrictions of other proprietary libraries that do not normally
15259 accompany the operating system. Such a contradiction means you cannot
15260 use both them and the Library together in an executable that you
15261 distribute.
15262
15264 7. You may place library facilities that are a work based on the
15265 Library side-by-side in a single library together with other library
15266 facilities not covered by this License, and distribute such a combined
15267 library, provided that the separate distribution of the work based on
15268 the Library and of the other library facilities is otherwise
15269 permitted, and provided that you do these two things:
15270
15271 a) Accompany the combined library with a copy of the same work
15272 based on the Library, uncombined with any other library
15273 facilities. This must be distributed under the terms of the
15274 Sections above.
15275
15276 b) Give prominent notice with the combined library of the fact
15277 that part of it is a work based on the Library, and explaining
15278 where to find the accompanying uncombined form of the same work.
15279
15280 8. You may not copy, modify, sublicense, link with, or distribute
15281 the Library except as expressly provided under this License. Any
15282 attempt otherwise to copy, modify, sublicense, link with, or
15283 distribute the Library is void, and will automatically terminate your
15284 rights under this License. However, parties who have received copies,
15285 or rights, from you under this License will not have their licenses
15286 terminated so long as such parties remain in full compliance.
15287
15288 9. You are not required to accept this License, since you have not
15289 signed it. However, nothing else grants you permission to modify or
15290 distribute the Library or its derivative works. These actions are
15291 prohibited by law if you do not accept this License. Therefore, by
15292 modifying or distributing the Library (or any work based on the
15293 Library), you indicate your acceptance of this License to do so, and
15294 all its terms and conditions for copying, distributing or modifying
15295 the Library or works based on it.
15296
15297 10. Each time you redistribute the Library (or any work based on the
15298 Library), the recipient automatically receives a license from the
15299 original licensor to copy, distribute, link with or modify the Library
15300 subject to these terms and conditions. You may not impose any further
15301 restrictions on the recipients' exercise of the rights granted herein.
15302 You are not responsible for enforcing compliance by third parties with
15303 this License.
15304
15306 11. If, as a consequence of a court judgment or allegation of patent
15307 infringement or for any other reason (not limited to patent issues),
15308 conditions are imposed on you (whether by court order, agreement or
15309 otherwise) that contradict the conditions of this License, they do not
15310 excuse you from the conditions of this License. If you cannot
15311 distribute so as to satisfy simultaneously your obligations under this
15312 License and any other pertinent obligations, then as a consequence you
15313 may not distribute the Library at all. For example, if a patent
15314 license would not permit royalty-free redistribution of the Library by
15315 all those who receive copies directly or indirectly through you, then
15316 the only way you could satisfy both it and this License would be to
15317 refrain entirely from distribution of the Library.
15318
15319 If any portion of this section is held invalid or unenforceable under any
15320 particular circumstance, the balance of the section is intended to apply,
15321 and the section as a whole is intended to apply in other circumstances.
15322
15323 It is not the purpose of this section to induce you to infringe any
15324 patents or other property right claims or to contest validity of any
15325 such claims; this section has the sole purpose of protecting the
15326 integrity of the free software distribution system which is
15327 implemented by public license practices. Many people have made
15328 generous contributions to the wide range of software distributed
15329 through that system in reliance on consistent application of that
15330 system; it is up to the author/donor to decide if he or she is willing
15331 to distribute software through any other system and a licensee cannot
15332 impose that choice.
15333
15334 This section is intended to make thoroughly clear what is believed to
15335 be a consequence of the rest of this License.
15336
15337 12. If the distribution and/or use of the Library is restricted in
15338 certain countries either by patents or by copyrighted interfaces, the
15339 original copyright holder who places the Library under this License may add
15340 an explicit geographical distribution limitation excluding those countries,
15341 so that distribution is permitted only in or among countries not thus
15342 excluded. In such case, this License incorporates the limitation as if
15343 written in the body of this License.
15344
15345 13. The Free Software Foundation may publish revised and/or new
15346 versions of the Lesser General Public License from time to time.
15347 Such new versions will be similar in spirit to the present version,
15348 but may differ in detail to address new problems or concerns.
15349
15350 Each version is given a distinguishing version number. If the Library
15351 specifies a version number of this License which applies to it and
15352 "any later version", you have the option of following the terms and
15353 conditions either of that version or of any later version published by
15354 the Free Software Foundation. If the Library does not specify a
15355 license version number, you may choose any version ever published by
15356 the Free Software Foundation.
15357
15359 14. If you wish to incorporate parts of the Library into other free
15360 programs whose distribution conditions are incompatible with these,
15361 write to the author to ask for permission. For software which is
15362 copyrighted by the Free Software Foundation, write to the Free
15363 Software Foundation; we sometimes make exceptions for this. Our
15364 decision will be guided by the two goals of preserving the free status
15365 of all derivatives of our free software and of promoting the sharing
15366 and reuse of software generally.
15367
15368 NO WARRANTY
15369
15370 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
15371 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
15372 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
15373 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
15374 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
15375 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
15376 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
15377 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
15378 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
15379
15380 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
15381 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
15382 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
15383 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
15384 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
15385 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
15386 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
15387 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
15388 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
15389 DAMAGES.
15390
15391 END OF TERMS AND CONDITIONS
15392
15394 How to Apply These Terms to Your New Libraries
15395
15396 If you develop a new library, and you want it to be of the greatest
15397 possible use to the public, we recommend making it free software that
15398 everyone can redistribute and change. You can do so by permitting
15399 redistribution under these terms (or, alternatively, under the terms of the
15400 ordinary General Public License).
15401
15402 To apply these terms, attach the following notices to the library. It is
15403 safest to attach them to the start of each source file to most effectively
15404 convey the exclusion of warranty; and each file should have at least the
15405 "copyright" line and a pointer to where the full notice is found.
15406
15407 <one line to give the library's name and a brief idea of what it does.>
15408 Copyright (C)
15409
15410 This library is free software; you can redistribute it and/or
15411 modify it under the terms of the GNU Lesser General Public
15412 License as published by the Free Software Foundation; either
15413 version 2.1 of the License, or (at your option) any later version.
15414
15415 This library is distributed in the hope that it will be useful,
15416 but WITHOUT ANY WARRANTY; without even the implied warranty of
15417 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15418 Lesser General Public License for more details.
15419
15420 You should have received a copy of the GNU Lesser General Public
15421 License along with this library; if not, write to the Free Software
15422 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15423
15424 Also add information on how to contact you by electronic and paper mail.
15425
15426 You should also get your employer (if you work as a programmer) or your
15427 school, if any, to sign a "copyright disclaimer" for the library, if
15428 necessary. Here is a sample; alter the names:
15429
15430 Yoyodyne, Inc., hereby disclaims all copyright interest in the
15431 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
15432
15433 <signature of Ty Coon>, 1 April 1990
15434 Ty Coon, President of Vice
15435
15436 That's all there is to it!
15437
15438
15439
15440 </pre>
15441 <div class="license-packages">
15442 Used by these packages: sys-apps/acl-2.2.51 media-libs/alsa-lib-1.0.25-r1 media-plugins/alsa-plugins-1.0.25-r1 sys-apps/attr-2.4.46 net-wireless/bluez-5.4-r8 x11-libs/cairo-1.12.12 dev-libs/engine_pkcs11-0.1.8 app-i18n/ibus-1.4.99.20120314-r5 sys-apps/keyutils-1.1 media-libs/ladspa-sdk-1.13-r1 dev-libs/libgcrypt-1.4.6 dev-libs/libgpg-error-1.10-r1 app-i18n/libhangul-0.0.10 net-libs/libmnl-1.0.3-r1 media-libs/libmtp-0.0.1-r15 dev-libs/libnl-1.1-r1 dev-libs/libnl-3.2.14 dev-libs/libp11-0.2.8-r1 dev-libs/libusb-1.0.9 dev-db/m17n-contrib-1.1.10-r1 dev-db/m17n-db-1.6.1-r3 dev-libs/m17n-lib-1.6.1-r1 net-misc/modemmanager-classic-interfaces-0.0.1 net-misc/modemmanager-next-0.5.999-r156 dev-libs/nspr-4.9.5-r2 dev-libs/nss-3.14.3 media-libs/sbc-1.0 dev-util/shflags-1.0.3-r1 sys-apps/util-linux-2.21.2-r1 app-arch/xz-utils-4.999.9_beta
15443 </div>
15444 </div>
15445 </div>
15446
15447 <div class="product">
15448 <a name="LGPL-3" class="title">Gentoo Package Provided Stock License LGPL-3</a>
15449 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
15450 <div class="licence">
15451 <pre>
15452 GNU LESSER GENERAL PUBLIC LICENSE
15453 Version 3, 29 June 2007
15454
15455 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
15456 Everyone is permitted to copy and distribute verbatim copies
15457 of this license document, but changing it is not allowed.
15458
15459
15460 This version of the GNU Lesser General Public License incorporates
15461 the terms and conditions of version 3 of the GNU General Public
15462 License, supplemented by the additional permissions listed below.
15463
15464 0. Additional Definitions.
15465
15466 As used herein, "this License" refers to version 3 of the GNU Lesser
15467 General Public License, and the "GNU GPL" refers to version 3 of the GNU
15468 General Public License.
15469
15470 "The Library" refers to a covered work governed by this License,
15471 other than an Application or a Combined Work as defined below.
15472
15473 An "Application" is any work that makes use of an interface provided
15474 by the Library, but which is not otherwise based on the Library.
15475 Defining a subclass of a class defined by the Library is deemed a mode
15476 of using an interface provided by the Library.
15477
15478 A "Combined Work" is a work produced by combining or linking an
15479 Application with the Library. The particular version of the Library
15480 with which the Combined Work was made is also called the "Linked
15481 Version".
15482
15483 The "Minimal Corresponding Source" for a Combined Work means the
15484 Corresponding Source for the Combined Work, excluding any source code
15485 for portions of the Combined Work that, considered in isolation, are
15486 based on the Application, and not on the Linked Version.
15487
15488 The "Corresponding Application Code" for a Combined Work means the
15489 object code and/or source code for the Application, including any data
15490 and utility programs needed for reproducing the Combined Work from the
15491 Application, but excluding the System Libraries of the Combined Work.
15492
15493 1. Exception to Section 3 of the GNU GPL.
15494
15495 You may convey a covered work under sections 3 and 4 of this License
15496 without being bound by section 3 of the GNU GPL.
15497
15498 2. Conveying Modified Versions.
15499
15500 If you modify a copy of the Library, and, in your modifications, a
15501 facility refers to a function or data to be supplied by an Application
15502 that uses the facility (other than as an argument passed when the
15503 facility is invoked), then you may convey a copy of the modified
15504 version:
15505
15506 a) under this License, provided that you make a good faith effort to
15507 ensure that, in the event an Application does not supply the
15508 function or data, the facility still operates, and performs
15509 whatever part of its purpose remains meaningful, or
15510
15511 b) under the GNU GPL, with none of the additional permissions of
15512 this License applicable to that copy.
15513
15514 3. Object Code Incorporating Material from Library Header Files.
15515
15516 The object code form of an Application may incorporate material from
15517 a header file that is part of the Library. You may convey such object
15518 code under terms of your choice, provided that, if the incorporated
15519 material is not limited to numerical parameters, data structure
15520 layouts and accessors, or small macros, inline functions and templates
15521 (ten or fewer lines in length), you do both of the following:
15522
15523 a) Give prominent notice with each copy of the object code that the
15524 Library is used in it and that the Library and its use are
15525 covered by this License.
15526
15527 b) Accompany the object code with a copy of the GNU GPL and this license
15528 document.
15529
15530 4. Combined Works.
15531
15532 You may convey a Combined Work under terms of your choice that,
15533 taken together, effectively do not restrict modification of the
15534 portions of the Library contained in the Combined Work and reverse
15535 engineering for debugging such modifications, if you also do each of
15536 the following:
15537
15538 a) Give prominent notice with each copy of the Combined Work that
15539 the Library is used in it and that the Library and its use are
15540 covered by this License.
15541
15542 b) Accompany the Combined Work with a copy of the GNU GPL and this license
15543 document.
15544
15545 c) For a Combined Work that displays copyright notices during
15546 execution, include the copyright notice for the Library among
15547 these notices, as well as a reference directing the user to the
15548 copies of the GNU GPL and this license document.
15549
15550 d) Do one of the following:
15551
15552 0) Convey the Minimal Corresponding Source under the terms of this
15553 License, and the Corresponding Application Code in a form
15554 suitable for, and under terms that permit, the user to
15555 recombine or relink the Application with a modified version of
15556 the Linked Version to produce a modified Combined Work, in the
15557 manner specified by section 6 of the GNU GPL for conveying
15558 Corresponding Source.
15559
15560 1) Use a suitable shared library mechanism for linking with the
15561 Library. A suitable mechanism is one that (a) uses at run time
15562 a copy of the Library already present on the user's computer
15563 system, and (b) will operate properly with a modified version
15564 of the Library that is interface-compatible with the Linked
15565 Version.
15566
15567 e) Provide Installation Information, but only if you would otherwise
15568 be required to provide such information under section 6 of the
15569 GNU GPL, and only to the extent that such information is
15570 necessary to install and execute a modified version of the
15571 Combined Work produced by recombining or relinking the
15572 Application with a modified version of the Linked Version. (If
15573 you use option 4d0, the Installation Information must accompany
15574 the Minimal Corresponding Source and Corresponding Application
15575 Code. If you use option 4d1, you must provide the Installation
15576 Information in the manner specified by section 6 of the GNU GPL
15577 for conveying Corresponding Source.)
15578
15579 5. Combined Libraries.
15580
15581 You may place library facilities that are a work based on the
15582 Library side by side in a single library together with other library
15583 facilities that are not Applications and are not covered by this
15584 License, and convey such a combined library under terms of your
15585 choice, if you do both of the following:
15586
15587 a) Accompany the combined library with a copy of the same work based
15588 on the Library, uncombined with any other library facilities,
15589 conveyed under the terms of this License.
15590
15591 b) Give prominent notice with the combined library that part of it
15592 is a work based on the Library, and explaining where to find the
15593 accompanying uncombined form of the same work.
15594
15595 6. Revised Versions of the GNU Lesser General Public License.
15596
15597 The Free Software Foundation may publish revised and/or new versions
15598 of the GNU Lesser General Public License from time to time. Such new
15599 versions will be similar in spirit to the present version, but may
15600 differ in detail to address new problems or concerns.
15601
15602 Each version is given a distinguishing version number. If the
15603 Library as you received it specifies that a certain numbered version
15604 of the GNU Lesser General Public License "or any later version"
15605 applies to it, you have the option of following the terms and
15606 conditions either of that published version or of any later version
15607 published by the Free Software Foundation. If the Library as you
15608 received it does not specify a version number of the GNU Lesser
15609 General Public License, you may choose any version of the GNU Lesser
15610 General Public License ever published by the Free Software Foundation.
15611
15612 If the Library as you received it specifies that a proxy can decide
15613 whether future versions of the GNU Lesser General Public License shall
15614 apply, that proxy's public statement of acceptance of any version is
15615 permanent authorization for you to choose that version for the
15616 Library.
15617
15618 </pre>
15619 <div class="license-packages">
15620 Used by these packages: sys-devel/binutils-2.22-r17 dev-libs/gmp-5.0.2_p1 media-libs/mesa-9.1-r9 app-admin/rsyslog-5.8.11
15621 </div>
15622 </div>
15623 </div>
15624
15625 <div class="product">
15626 <a name="MIT-MIT" class="title">Gentoo Package Provided Stock License MIT-MIT</a>
15627 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
15628 <div class="licence">
15629 <pre>
15630 Copyright 1998 by the Massachusetts Institute of Technology.
15631
15632 Permission to use, copy, modify, and distribute this
15633 software and its documentation for any purpose and without
15634 fee is hereby granted, provided that the above copyright
15635 notice appear in all copies and that both that copyright
15636 notice and this permission notice appear in supporting
15637 documentation, and that the name of M.I.T. not be used in
15638 advertising or publicity pertaining to distribution of the
15639 software without specific, written prior permission.
15640 M.I.T. makes no representations about the suitability of
15641 this software for any purpose. It is provided "as is"
15642 without express or implied warranty.
15643
15644 </pre>
15645 <div class="license-packages">
15646 Used by these packages: net-dns/c-ares-1.7.5
15647 </div>
15648 </div>
15649 </div>
15650
15651 <div class="product">
15652 <a name="MIT-Mesa" class="title">Gentoo Package Provided Stock License MIT-Mesa</a>
15653 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
15654 <div class="licence">
15655 <pre>
15656 The Mesa 3D Graphics Library
15657
15658 Disclaimer
15659
15660 Mesa is a 3-D graphics library with an API which is very similar to
15661 that of OpenGL.* To the extent that Mesa utilizes the OpenGL command
15662 syntax or state machine, it is being used with authorization from
15663 Silicon Graphics, Inc.(SGI). However, the author does not possess an
15664 OpenGL license from SGI, and makes no claim that Mesa is in any way a
15665 compatible replacement for OpenGL or associated with SGI. Those who
15666 want a licensed implementation of OpenGL should contact a licensed
15667 vendor.
15668
15669 Please do not refer to the library as MesaGL (for legal reasons). It's
15670 just Mesa or The Mesa 3-D graphics library.
15671
15672 * OpenGL is a trademark of Silicon Graphics Incorporated.
15673
15674 License / Copyright Information
15675
15676 The Mesa distribution consists of several components. Different
15677 copyrights and licenses apply to different components. For example,
15678 some demo programs are copyrighted by SGI, some of the Mesa device
15679 drivers are copyrighted by their authors. See below for a list of
15680 Mesa's main components and the license for each.
15681
15682 The core Mesa library is licensed according to the terms of the MIT
15683 license. This allows integration with the XFree86, Xorg and DRI
15684 projects.
15685
15686 The default Mesa license is as follows:
15687 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
15688
15689 Permission is hereby granted, free of charge, to any person obtaining a
15690 copy of this software and associated documentation files (the "Software"),
15691 to deal in the Software without restriction, including without limitation
15692 the rights to use, copy, modify, merge, publish, distribute, sublicense,
15693 and/or sell copies of the Software, and to permit persons to whom the
15694 Software is furnished to do so, subject to the following conditions:
15695
15696 The above copyright notice and this permission notice shall be included
15697 in all copies or substantial portions of the Software.
15698
15699 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15700 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15701 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15702 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15703 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15704 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15705 SOFTWARE.
15706
15707 Attention, Contributors
15708
15709 When contributing to the Mesa project you must agree to the licensing
15710 terms of the component to which you're contributing. The following
15711 section lists the primary components of the Mesa distribution and their
15712 respective licenses.
15713
15714 Mesa Component Licenses
15715
15716 Component Location License
15717 ------------------------------------------------------------------
15718 Main Mesa code src/mesa/ Mesa (MIT)
15719
15720 Device drivers src/mesa/drivers/* MIT, generally
15721
15722 Ext headers include/GL/glext.h Khronos
15723 include/GL/glxext.h
15724
15725 In general, consult the source files for license terms.
15726
15727 </pre>
15728 <div class="license-packages">
15729 Used by these packages: media-libs/mesa-9.1-r9
15730 </div>
15731 </div>
15732 </div>
15733
15734 <div class="product">
15735 <a name="MPL-1.1" class="title">Gentoo Package Provided Stock License MPL-1.1</a>
15736 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
15737 <div class="licence">
15738 <pre>
15739 MOZILLA PUBLIC LICENSE
15740 Version 1.1
15741
15742 ---------------
15743
15744 1. Definitions.
15745
15746 1.0.1. "Commercial Use" means distribution or otherwise making the
15747 Covered Code available to a third party.
15748
15749 1.1. "Contributor" means each entity that creates or contributes to
15750 the creation of Modifications.
15751
15752 1.2. "Contributor Version" means the combination of the Original
15753 Code, prior Modifications used by a Contributor, and the Modifications
15754 made by that particular Contributor.
15755
15756 1.3. "Covered Code" means the Original Code or Modifications or the
15757 combination of the Original Code and Modifications, in each case
15758 including portions thereof.
15759
15760 1.4. "Electronic Distribution Mechanism" means a mechanism generally
15761 accepted in the software development community for the electronic
15762 transfer of data.
15763
15764 1.5. "Executable" means Covered Code in any form other than Source
15765 Code.
15766
15767 1.6. "Initial Developer" means the individual or entity identified
15768 as the Initial Developer in the Source Code notice required by Exhibit
15769 A.
15770
15771 1.7. "Larger Work" means a work which combines Covered Code or
15772 portions thereof with code not governed by the terms of this License.
15773
15774 1.8. "License" means this document.
15775
15776 1.8.1. "Licensable" means having the right to grant, to the maximum
15777 extent possible, whether at the time of the initial grant or
15778 subsequently acquired, any and all of the rights conveyed herein.
15779
15780 1.9. "Modifications" means any addition to or deletion from the
15781 substance or structure of either the Original Code or any previous
15782 Modifications. When Covered Code is released as a series of files, a
15783 Modification is:
15784 A. Any addition to or deletion from the contents of a file
15785 containing Original Code or previous Modifications.
15786
15787 B. Any new file that contains any part of the Original Code or
15788 previous Modifications.
15789
15790 1.10. "Original Code" means Source Code of computer software code
15791 which is described in the Source Code notice required by Exhibit A as
15792 Original Code, and which, at the time of its release under this
15793 License is not already Covered Code governed by this License.
15794
15795 1.10.1. "Patent Claims" means any patent claim(s), now owned or
15796 hereafter acquired, including without limitation, method, process,
15797 and apparatus claims, in any patent Licensable by grantor.
15798
15799 1.11. "Source Code" means the preferred form of the Covered Code for
15800 making modifications to it, including all modules it contains, plus
15801 any associated interface definition files, scripts used to control
15802 compilation and installation of an Executable, or source code
15803 differential comparisons against either the Original Code or another
15804 well known, available Covered Code of the Contributor's choice. The
15805 Source Code can be in a compressed or archival form, provided the
15806 appropriate decompression or de-archiving software is widely available
15807 for no charge.
15808
15809 1.12. "You" (or "Your") means an individual or a legal entity
15810 exercising rights under, and complying with all of the terms of, this
15811 License or a future version of this License issued under Section 6.1.
15812 For legal entities, "You" includes any entity which controls, is
15813 controlled by, or is under common control with You. For purposes of
15814 this definition, "control" means (a) the power, direct or indirect,
15815 to cause the direction or management of such entity, whether by
15816 contract or otherwise, or (b) ownership of more than fifty percent
15817 (50%) of the outstanding shares or beneficial ownership of such
15818 entity.
15819
15820 2. Source Code License.
15821
15822 2.1. The Initial Developer Grant.
15823 The Initial Developer hereby grants You a world-wide, royalty-free,
15824 non-exclusive license, subject to third party intellectual property
15825 claims:
15826 (a) under intellectual property rights (other than patent or
15827 trademark) Licensable by Initial Developer to use, reproduce,
15828 modify, display, perform, sublicense and distribute the Original
15829 Code (or portions thereof) with or without Modifications, and/or
15830 as part of a Larger Work; and
15831
15832 (b) under Patents Claims infringed by the making, using or
15833 selling of Original Code, to make, have made, use, practice,
15834 sell, and offer for sale, and/or otherwise dispose of the
15835 Original Code (or portions thereof).
15836
15837 (c) the licenses granted in this Section 2.1(a) and (b) are
15838 effective on the date Initial Developer first distributes
15839 Original Code under the terms of this License.
15840
15841 (d) Notwithstanding Section 2.1(b) above, no patent license is
15842 granted: 1) for code that You delete from the Original Code; 2)
15843 separate from the Original Code; or 3) for infringements caused
15844 by: i) the modification of the Original Code or ii) the
15845 combination of the Original Code with other software or devices.
15846
15847 2.2. Contributor Grant.
15848 Subject to third party intellectual property claims, each Contributor
15849 hereby grants You a world-wide, royalty-free, non-exclusive license
15850
15851 (a) under intellectual property rights (other than patent or
15852 trademark) Licensable by Contributor, to use, reproduce, modify,
15853 display, perform, sublicense and distribute the Modifications
15854 created by such Contributor (or portions thereof) either on an
15855 unmodified basis, with other Modifications, as Covered Code
15856 and/or as part of a Larger Work; and
15857
15858 (b) under Patent Claims infringed by the making, using, or
15859 selling of Modifications made by that Contributor either alone
15860 and/or in combination with its Contributor Version (or portions
15861 of such combination), to make, use, sell, offer for sale, have
15862 made, and/or otherwise dispose of: 1) Modifications made by that
15863 Contributor (or portions thereof); and 2) the combination of
15864 Modifications made by that Contributor with its Contributor
15865 Version (or portions of such combination).
15866
15867 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
15868 effective on the date Contributor first makes Commercial Use of
15869 the Covered Code.
15870
15871 (d) Notwithstanding Section 2.2(b) above, no patent license is
15872 granted: 1) for any code that Contributor has deleted from the
15873 Contributor Version; 2) separate from the Contributor Version;
15874 3) for infringements caused by: i) third party modifications of
15875 Contributor Version or ii) the combination of Modifications made
15876 by that Contributor with other software (except as part of the
15877 Contributor Version) or other devices; or 4) under Patent Claims
15878 infringed by Covered Code in the absence of Modifications made by
15879 that Contributor.
15880
15881 3. Distribution Obligations.
15882
15883 3.1. Application of License.
15884 The Modifications which You create or to which You contribute are
15885 governed by the terms of this License, including without limitation
15886 Section 2.2. The Source Code version of Covered Code may be
15887 distributed only under the terms of this License or a future version
15888 of this License released under Section 6.1, and You must include a
15889 copy of this License with every copy of the Source Code You
15890 distribute. You may not offer or impose any terms on any Source Code
15891 version that alters or restricts the applicable version of this
15892 License or the recipients' rights hereunder. However, You may include
15893 an additional document offering the additional rights described in
15894 Section 3.5.
15895
15896 3.2. Availability of Source Code.
15897 Any Modification which You create or to which You contribute must be
15898 made available in Source Code form under the terms of this License
15899 either on the same media as an Executable version or via an accepted
15900 Electronic Distribution Mechanism to anyone to whom you made an
15901 Executable version available; and if made available via Electronic
15902 Distribution Mechanism, must remain available for at least twelve (12)
15903 months after the date it initially became available, or at least six
15904 (6) months after a subsequent version of that particular Modification
15905 has been made available to such recipients. You are responsible for
15906 ensuring that the Source Code version remains available even if the
15907 Electronic Distribution Mechanism is maintained by a third party.
15908
15909 3.3. Description of Modifications.
15910 You must cause all Covered Code to which You contribute to contain a
15911 file documenting the changes You made to create that Covered Code and
15912 the date of any change. You must include a prominent statement that
15913 the Modification is derived, directly or indirectly, from Original
15914 Code provided by the Initial Developer and including the name of the
15915 Initial Developer in (a) the Source Code, and (b) in any notice in an
15916 Executable version or related documentation in which You describe the
15917 origin or ownership of the Covered Code.
15918
15919 3.4. Intellectual Property Matters
15920 (a) Third Party Claims.
15921 If Contributor has knowledge that a license under a third party's
15922 intellectual property rights is required to exercise the rights
15923 granted by such Contributor under Sections 2.1 or 2.2,
15924 Contributor must include a text file with the Source Code
15925 distribution titled "LEGAL" which describes the claim and the
15926 party making the claim in sufficient detail that a recipient will
15927 know whom to contact. If Contributor obtains such knowledge after
15928 the Modification is made available as described in Section 3.2,
15929 Contributor shall promptly modify the LEGAL file in all copies
15930 Contributor makes available thereafter and shall take other steps
15931 (such as notifying appropriate mailing lists or newsgroups)
15932 reasonably calculated to inform those who received the Covered
15933 Code that new knowledge has been obtained.
15934
15935 (b) Contributor APIs.
15936 If Contributor's Modifications include an application programming
15937 interface and Contributor has knowledge of patent licenses which
15938 are reasonably necessary to implement that API, Contributor must
15939 also include this information in the LEGAL file.
15940
15941 (c) Representations.
15942 Contributor represents that, except as disclosed pursuant to
15943 Section 3.4(a) above, Contributor believes that Contributor's
15944 Modifications are Contributor's original creation(s) and/or
15945 Contributor has sufficient rights to grant the rights conveyed by
15946 this License.
15947
15948 3.5. Required Notices.
15949 You must duplicate the notice in Exhibit A in each file of the Source
15950 Code. If it is not possible to put such notice in a particular Source
15951 Code file due to its structure, then You must include such notice in a
15952 location (such as a relevant directory) where a user would be likely
15953 to look for such a notice. If You created one or more Modification(s)
15954 You may add your name as a Contributor to the notice described in
15955 Exhibit A. You must also duplicate this License in any documentation
15956 for the Source Code where You describe recipients' rights or ownership
15957 rights relating to Covered Code. You may choose to offer, and to
15958 charge a fee for, warranty, support, indemnity or liability
15959 obligations to one or more recipients of Covered Code. However, You
15960 may do so only on Your own behalf, and not on behalf of the Initial
15961 Developer or any Contributor. You must make it absolutely clear than
15962 any such warranty, support, indemnity or liability obligation is
15963 offered by You alone, and You hereby agree to indemnify the Initial
15964 Developer and every Contributor for any liability incurred by the
15965 Initial Developer or such Contributor as a result of warranty,
15966 support, indemnity or liability terms You offer.
15967
15968 3.6. Distribution of Executable Versions.
15969 You may distribute Covered Code in Executable form only if the
15970 requirements of Section 3.1-3.5 have been met for that Covered Code,
15971 and if You include a notice stating that the Source Code version of
15972 the Covered Code is available under the terms of this License,
15973 including a description of how and where You have fulfilled the
15974 obligations of Section 3.2. The notice must be conspicuously included
15975 in any notice in an Executable version, related documentation or
15976 collateral in which You describe recipients' rights relating to the
15977 Covered Code. You may distribute the Executable version of Covered
15978 Code or ownership rights under a license of Your choice, which may
15979 contain terms different from this License, provided that You are in
15980 compliance with the terms of this License and that the license for the
15981 Executable version does not attempt to limit or alter the recipient's
15982 rights in the Source Code version from the rights set forth in this
15983 License. If You distribute the Executable version under a different
15984 license You must make it absolutely clear that any terms which differ
15985 from this License are offered by You alone, not by the Initial
15986 Developer or any Contributor. You hereby agree to indemnify the
15987 Initial Developer and every Contributor for any liability incurred by
15988 the Initial Developer or such Contributor as a result of any such
15989 terms You offer.
15990
15991 3.7. Larger Works.
15992 You may create a Larger Work by combining Covered Code with other code
15993 not governed by the terms of this License and distribute the Larger
15994 Work as a single product. In such a case, You must make sure the
15995 requirements of this License are fulfilled for the Covered Code.
15996
15997 4. Inability to Comply Due to Statute or Regulation.
15998
15999 If it is impossible for You to comply with any of the terms of this
16000 License with respect to some or all of the Covered Code due to
16001 statute, judicial order, or regulation then You must: (a) comply with
16002 the terms of this License to the maximum extent possible; and (b)
16003 describe the limitations and the code they affect. Such description
16004 must be included in the LEGAL file described in Section 3.4 and must
16005 be included with all distributions of the Source Code. Except to the
16006 extent prohibited by statute or regulation, such description must be
16007 sufficiently detailed for a recipient of ordinary skill to be able to
16008 understand it.
16009
16010 5. Application of this License.
16011
16012 This License applies to code to which the Initial Developer has
16013 attached the notice in Exhibit A and to related Covered Code.
16014
16015 6. Versions of the License.
16016
16017 6.1. New Versions.
16018 Netscape Communications Corporation ("Netscape") may publish revised
16019 and/or new versions of the License from time to time. Each version
16020 will be given a distinguishing version number.
16021
16022 6.2. Effect of New Versions.
16023 Once Covered Code has been published under a particular version of the
16024 License, You may always continue to use it under the terms of that
16025 version. You may also choose to use such Covered Code under the terms
16026 of any subsequent version of the License published by Netscape. No one
16027 other than Netscape has the right to modify the terms applicable to
16028 Covered Code created under this License.
16029
16030 6.3. Derivative Works.
16031 If You create or use a modified version of this License (which you may
16032 only do in order to apply it to code which is not already Covered Code
16033 governed by this License), You must (a) rename Your license so that
16034 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
16035 "MPL", "NPL" or any confusingly similar phrase do not appear in your
16036 license (except to note that your license differs from this License)
16037 and (b) otherwise make it clear that Your version of the license
16038 contains terms which differ from the Mozilla Public License and
16039 Netscape Public License. (Filling in the name of the Initial
16040 Developer, Original Code or Contributor in the notice described in
16041 Exhibit A shall not of themselves be deemed to be modifications of
16042 this License.)
16043
16044 7. DISCLAIMER OF WARRANTY.
16045
16046 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
16047 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
16048 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
16049 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
16050 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
16051 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
16052 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
16053 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
16054 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
16055 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
16056
16057 8. TERMINATION.
16058
16059 8.1. This License and the rights granted hereunder will terminate
16060 automatically if You fail to comply with terms herein and fail to cure
16061 such breach within 30 days of becoming aware of the breach. All
16062 sublicenses to the Covered Code which are properly granted shall
16063 survive any termination of this License. Provisions which, by their
16064 nature, must remain in effect beyond the termination of this License
16065 shall survive.
16066
16067 8.2. If You initiate litigation by asserting a patent infringement
16068 claim (excluding declatory judgment actions) against Initial Developer
16069 or a Contributor (the Initial Developer or Contributor against whom
16070 You file such action is referred to as "Participant") alleging that:
16071
16072 (a) such Participant's Contributor Version directly or indirectly
16073 infringes any patent, then any and all rights granted by such
16074 Participant to You under Sections 2.1 and/or 2.2 of this License
16075 shall, upon 60 days notice from Participant terminate prospectively,
16076 unless if within 60 days after receipt of notice You either: (i)
16077 agree in writing to pay Participant a mutually agreeable reasonable
16078 royalty for Your past and future use of Modifications made by such
16079 Participant, or (ii) withdraw Your litigation claim with respect to
16080 the Contributor Version against such Participant. If within 60 days
16081 of notice, a reasonable royalty and payment arrangement are not
16082 mutually agreed upon in writing by the parties or the litigation claim
16083 is not withdrawn, the rights granted by Participant to You under
16084 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
16085 the 60 day notice period specified above.
16086
16087 (b) any software, hardware, or device, other than such Participant's
16088 Contributor Version, directly or indirectly infringes any patent, then
16089 any rights granted to You by such Participant under Sections 2.1(b)
16090 and 2.2(b) are revoked effective as of the date You first made, used,
16091 sold, distributed, or had made, Modifications made by that
16092 Participant.
16093
16094 8.3. If You assert a patent infringement claim against Participant
16095 alleging that such Participant's Contributor Version directly or
16096 indirectly infringes any patent where such claim is resolved (such as
16097 by license or settlement) prior to the initiation of patent
16098 infringement litigation, then the reasonable value of the licenses
16099 granted by such Participant under Sections 2.1 or 2.2 shall be taken
16100 into account in determining the amount or value of any payment or
16101 license.
16102
16103 8.4. In the event of termination under Sections 8.1 or 8.2 above,
16104 all end user license agreements (excluding distributors and resellers)
16105 which have been validly granted by You or any distributor hereunder
16106 prior to termination shall survive termination.
16107
16108 9. LIMITATION OF LIABILITY.
16109
16110 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
16111 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
16112 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
16113 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
16114 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
16115 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
16116 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
16117 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
16118 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
16119 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
16120 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
16121 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
16122 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
16123 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
16124
16125 10. U.S. GOVERNMENT END USERS.
16126
16127 The Covered Code is a "commercial item," as that term is defined in
16128 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
16129 software" and "commercial computer software documentation," as such
16130 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
16131 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
16132 all U.S. Government End Users acquire Covered Code with only those
16133 rights set forth herein.
16134
16135 11. MISCELLANEOUS.
16136
16137 This License represents the complete agreement concerning subject
16138 matter hereof. If any provision of this License is held to be
16139 unenforceable, such provision shall be reformed only to the extent
16140 necessary to make it enforceable. This License shall be governed by
16141 California law provisions (except to the extent applicable law, if
16142 any, provides otherwise), excluding its conflict-of-law provisions.
16143 With respect to disputes in which at least one party is a citizen of,
16144 or an entity chartered or registered to do business in the United
16145 States of America, any litigation relating to this License shall be
16146 subject to the jurisdiction of the Federal Courts of the Northern
16147 District of California, with venue lying in Santa Clara County,
16148 California, with the losing party responsible for costs, including
16149 without limitation, court costs and reasonable attorneys' fees and
16150 expenses. The application of the United Nations Convention on
16151 Contracts for the International Sale of Goods is expressly excluded.
16152 Any law or regulation which provides that the language of a contract
16153 shall be construed against the drafter shall not apply to this
16154 License.
16155
16156 12. RESPONSIBILITY FOR CLAIMS.
16157
16158 As between Initial Developer and the Contributors, each party is
16159 responsible for claims and damages arising, directly or indirectly,
16160 out of its utilization of rights under this License and You agree to
16161 work with Initial Developer and Contributors to distribute such
16162 responsibility on an equitable basis. Nothing herein is intended or
16163 shall be deemed to constitute any admission of liability.
16164
16165 13. MULTIPLE-LICENSED CODE.
16166
16167 Initial Developer may designate portions of the Covered Code as
16168 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
16169 Developer permits you to utilize portions of the Covered Code under
16170 Your choice of the NPL or the alternative licenses, if any, specified
16171 by the Initial Developer in the file described in Exhibit A.
16172
16173 EXHIBIT A -Mozilla Public License.
16174
16175 ``The contents of this file are subject to the Mozilla Public License
16176 Version 1.1 (the "License"); you may not use this file except in
16177 compliance with the License. You may obtain a copy of the License at
16178 http://www.mozilla.org/MPL/
16179
16180 Software distributed under the License is distributed on an "AS IS"
16181 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
16182 License for the specific language governing rights and limitations
16183 under the License.
16184
16185 The Original Code is ______________________________________.
16186
16187 The Initial Developer of the Original Code is ________________________.
16188 Portions created by ______________________ are Copyright (C) ______
16189 _______________________. All Rights Reserved.
16190
16191 Contributor(s): ______________________________________.
16192
16193 Alternatively, the contents of this file may be used under the terms
16194 of the _____ license (the "[___] License"), in which case the
16195 provisions of [______] License are applicable instead of those
16196 above. If you wish to allow use of your version of this file only
16197 under the terms of the [____] License and not to allow others to use
16198 your version of this file under the MPL, indicate your decision by
16199 deleting the provisions above and replace them with the notice and
16200 other provisions required by the [___] License. If you do not delete
16201 the provisions above, a recipient may use your version of this file
16202 under either the MPL or the [___] License."
16203
16204 [NOTE: The text of this Exhibit A may differ slightly from the text of
16205 the notices in the Source Code files of the Original Code. You should
16206 use the text of this Exhibit A rather than the text found in the
16207 Original Code Source Code for Your Modifications.]
16208
16209 ----------------------------------------------------------------------
16210
16211 AMENDMENTS
16212
16213 The Netscape Public License Version 1.1 ("NPL") consists of the
16214 Mozilla Public License Version 1.1 with the following Amendments,
16215 including Exhibit A-Netscape Public License. Files identified with
16216 "Exhibit A-Netscape Public License" are governed by the Netscape
16217 Public License Version 1.1.
16218
16219 Additional Terms applicable to the Netscape Public License.
16220 I. Effect.
16221 These additional terms described in this Netscape Public
16222 License -- Amendments shall apply to the Mozilla Communicator
16223 client code and to all Covered Code under this License.
16224
16225 II. "Netscape's Branded Code" means Covered Code that Netscape
16226 distributes and/or permits others to distribute under one or more
16227 trademark(s) which are controlled by Netscape but which are not
16228 licensed for use under this License.
16229
16230 III. Netscape and logo.
16231 This License does not grant any rights to use the trademarks
16232 "Netscape", the "Netscape N and horizon" logo or the "Netscape
16233 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
16234 "Smart Browsing" even if such marks are included in the Original
16235 Code or Modifications.
16236
16237 IV. Inability to Comply Due to Contractual Obligation.
16238 Prior to licensing the Original Code under this License, Netscape
16239 has licensed third party code for use in Netscape's Branded Code.
16240 To the extent that Netscape is limited contractually from making
16241 such third party code available under this License, Netscape may
16242 choose to reintegrate such code into Covered Code without being
16243 required to distribute such code in Source Code form, even if
16244 such code would otherwise be considered "Modifications" under
16245 this License.
16246
16247 V. Use of Modifications and Covered Code by Initial Developer.
16248 V.1. In General.
16249 The obligations of Section 3 apply to Netscape, except to
16250 the extent specified in this Amendment, Section V.2 and V.3.
16251
16252 V.2. Other Products.
16253 Netscape may include Covered Code in products other than the
16254 Netscape's Branded Code which are released by Netscape
16255 during the two (2) years following the release date of the
16256 Original Code, without such additional products becoming
16257 subject to the terms of this License, and may license such
16258 additional products on different terms from those contained
16259 in this License.
16260
16261 V.3. Alternative Licensing.
16262 Netscape may license the Source Code of Netscape's Branded
16263 Code, including Modifications incorporated therein, without
16264 such Netscape Branded Code becoming subject to the terms of
16265 this License, and may license such Netscape Branded Code on
16266 different terms from those contained in this License.
16267
16268 VI. Litigation.
16269 Notwithstanding the limitations of Section 11 above, the
16270 provisions regarding litigation in Section 11(a), (b) and (c) of
16271 the License shall apply to all disputes relating to this License.
16272
16273 EXHIBIT A-Netscape Public License.
16274
16275 "The contents of this file are subject to the Netscape Public
16276 License Version 1.1 (the "License"); you may not use this file
16277 except in compliance with the License. You may obtain a copy of
16278 the License at http://www.mozilla.org/NPL/
16279
16280 Software distributed under the License is distributed on an "AS
16281 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
16282 implied. See the License for the specific language governing
16283 rights and limitations under the License.
16284
16285 The Original Code is Mozilla Communicator client code, released
16286 March 31, 1998.
16287
16288 The Initial Developer of the Original Code is Netscape
16289 Communications Corporation. Portions created by Netscape are
16290 Copyright (C) 1998-1999 Netscape Communications Corporation. All
16291 Rights Reserved.
16292
16293 Contributor(s): ______________________________________.
16294
16295 Alternatively, the contents of this file may be used under the
16296 terms of the _____ license (the "[___] License"), in which case
16297 the provisions of [______] License are applicable instead of
16298 those above. If you wish to allow use of your version of this
16299 file only under the terms of the [____] License and not to allow
16300 others to use your version of this file under the NPL, indicate
16301 your decision by deleting the provisions above and replace them
16302 with the notice and other provisions required by the [___]
16303 License. If you do not delete the provisions above, a recipient
16304 may use your version of this file under either the NPL or the
16305 [___] License."
16306
16307 </pre>
16308 <div class="license-packages">
16309 Used by these packages: x11-libs/cairo-1.12.12
16310 </div>
16311 </div>
16312 </div>
16313
16314 <div class="product">
16315 <a name="MPL-2.0" class="title">Gentoo Package Provided Stock License MPL-2.0</a>
16316 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
16317 <div class="licence">
16318 <pre>
16319 Mozilla Public License Version 2.0
16320 ==================================
16321
16322 1. Definitions
16323 --------------
16324
16325 1.1. "Contributor"
16326 means each individual or legal entity that creates, contributes to
16327 the creation of, or owns Covered Software.
16328
16329 1.2. "Contributor Version"
16330 means the combination of the Contributions of others (if any) used
16331 by a Contributor and that particular Contributor's Contribution.
16332
16333 1.3. "Contribution"
16334 means Covered Software of a particular Contributor.
16335
16336 1.4. "Covered Software"
16337 means Source Code Form to which the initial Contributor has attached
16338 the notice in Exhibit A, the Executable Form of such Source Code
16339 Form, and Modifications of such Source Code Form, in each case
16340 including portions thereof.
16341
16342 1.5. "Incompatible With Secondary Licenses"
16343 means
16344
16345 (a) that the initial Contributor has attached the notice described
16346 in Exhibit B to the Covered Software; or
16347
16348 (b) that the Covered Software was made available under the terms of
16349 version 1.1 or earlier of the License, but not also under the
16350 terms of a Secondary License.
16351
16352 1.6. "Executable Form"
16353 means any form of the work other than Source Code Form.
16354
16355 1.7. "Larger Work"
16356 means a work that combines Covered Software with other material, in
16357 a separate file or files, that is not Covered Software.
16358
16359 1.8. "License"
16360 means this document.
16361
16362 1.9. "Licensable"
16363 means having the right to grant, to the maximum extent possible,
16364 whether at the time of the initial grant or subsequently, any and
16365 all of the rights conveyed by this License.
16366
16367 1.10. "Modifications"
16368 means any of the following:
16369
16370 (a) any file in Source Code Form that results from an addition to,
16371 deletion from, or modification of the contents of Covered
16372 Software; or
16373
16374 (b) any new file in Source Code Form that contains any Covered
16375 Software.
16376
16377 1.11. "Patent Claims" of a Contributor
16378 means any patent claim(s), including without limitation, method,
16379 process, and apparatus claims, in any patent Licensable by such
16380 Contributor that would be infringed, but for the grant of the
16381 License, by the making, using, selling, offering for sale, having
16382 made, import, or transfer of either its Contributions or its
16383 Contributor Version.
16384
16385 1.12. "Secondary License"
16386 means either the GNU General Public License, Version 2.0, the GNU
16387 Lesser General Public License, Version 2.1, the GNU Affero General
16388 Public License, Version 3.0, or any later versions of those
16389 licenses.
16390
16391 1.13. "Source Code Form"
16392 means the form of the work preferred for making modifications.
16393
16394 1.14. "You" (or "Your")
16395 means an individual or a legal entity exercising rights under this
16396 License. For legal entities, "You" includes any entity that
16397 controls, is controlled by, or is under common control with You. For
16398 purposes of this definition, "control" means (a) the power, direct
16399 or indirect, to cause the direction or management of such entity,
16400 whether by contract or otherwise, or (b) ownership of more than
16401 fifty percent (50%) of the outstanding shares or beneficial
16402 ownership of such entity.
16403
16404 2. License Grants and Conditions
16405 --------------------------------
16406
16407 2.1. Grants
16408
16409 Each Contributor hereby grants You a world-wide, royalty-free,
16410 non-exclusive license:
16411
16412 (a) under intellectual property rights (other than patent or trademark)
16413 Licensable by such Contributor to use, reproduce, make available,
16414 modify, display, perform, distribute, and otherwise exploit its
16415 Contributions, either on an unmodified basis, with Modifications, or
16416 as part of a Larger Work; and
16417
16418 (b) under Patent Claims of such Contributor to make, use, sell, offer
16419 for sale, have made, import, and otherwise transfer either its
16420 Contributions or its Contributor Version.
16421
16422 2.2. Effective Date
16423
16424 The licenses granted in Section 2.1 with respect to any Contribution
16425 become effective for each Contribution on the date the Contributor first
16426 distributes such Contribution.
16427
16428 2.3. Limitations on Grant Scope
16429
16430 The licenses granted in this Section 2 are the only rights granted under
16431 this License. No additional rights or licenses will be implied from the
16432 distribution or licensing of Covered Software under this License.
16433 Notwithstanding Section 2.1(b) above, no patent license is granted by a
16434 Contributor:
16435
16436 (a) for any code that a Contributor has removed from Covered Software;
16437 or
16438
16439 (b) for infringements caused by: (i) Your and any other third party's
16440 modifications of Covered Software, or (ii) the combination of its
16441 Contributions with other software (except as part of its Contributor
16442 Version); or
16443
16444 (c) under Patent Claims infringed by Covered Software in the absence of
16445 its Contributions.
16446
16447 This License does not grant any rights in the trademarks, service marks,
16448 or logos of any Contributor (except as may be necessary to comply with
16449 the notice requirements in Section 3.4).
16450
16451 2.4. Subsequent Licenses
16452
16453 No Contributor makes additional grants as a result of Your choice to
16454 distribute the Covered Software under a subsequent version of this
16455 License (see Section 10.2) or under the terms of a Secondary License (if
16456 permitted under the terms of Section 3.3).
16457
16458 2.5. Representation
16459
16460 Each Contributor represents that the Contributor believes its
16461 Contributions are its original creation(s) or it has sufficient rights
16462 to grant the rights to its Contributions conveyed by this License.
16463
16464 2.6. Fair Use
16465
16466 This License is not intended to limit any rights You have under
16467 applicable copyright doctrines of fair use, fair dealing, or other
16468 equivalents.
16469
16470 2.7. Conditions
16471
16472 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
16473 in Section 2.1.
16474
16475 3. Responsibilities
16476 -------------------
16477
16478 3.1. Distribution of Source Form
16479
16480 All distribution of Covered Software in Source Code Form, including any
16481 Modifications that You create or to which You contribute, must be under
16482 the terms of this License. You must inform recipients that the Source
16483 Code Form of the Covered Software is governed by the terms of this
16484 License, and how they can obtain a copy of this License. You may not
16485 attempt to alter or restrict the recipients' rights in the Source Code
16486 Form.
16487
16488 3.2. Distribution of Executable Form
16489
16490 If You distribute Covered Software in Executable Form then:
16491
16492 (a) such Covered Software must also be made available in Source Code
16493 Form, as described in Section 3.1, and You must inform recipients of
16494 the Executable Form how they can obtain a copy of such Source Code
16495 Form by reasonable means in a timely manner, at a charge no more
16496 than the cost of distribution to the recipient; and
16497
16498 (b) You may distribute such Executable Form under the terms of this
16499 License, or sublicense it under different terms, provided that the
16500 license for the Executable Form does not attempt to limit or alter
16501 the recipients' rights in the Source Code Form under this License.
16502
16503 3.3. Distribution of a Larger Work
16504
16505 You may create and distribute a Larger Work under terms of Your choice,
16506 provided that You also comply with the requirements of this License for
16507 the Covered Software. If the Larger Work is a combination of Covered
16508 Software with a work governed by one or more Secondary Licenses, and the
16509 Covered Software is not Incompatible With Secondary Licenses, this
16510 License permits You to additionally distribute such Covered Software
16511 under the terms of such Secondary License(s), so that the recipient of
16512 the Larger Work may, at their option, further distribute the Covered
16513 Software under the terms of either this License or such Secondary
16514 License(s).
16515
16516 3.4. Notices
16517
16518 You may not remove or alter the substance of any license notices
16519 (including copyright notices, patent notices, disclaimers of warranty,
16520 or limitations of liability) contained within the Source Code Form of
16521 the Covered Software, except that You may alter any license notices to
16522 the extent required to remedy known factual inaccuracies.
16523
16524 3.5. Application of Additional Terms
16525
16526 You may choose to offer, and to charge a fee for, warranty, support,
16527 indemnity or liability obligations to one or more recipients of Covered
16528 Software. However, You may do so only on Your own behalf, and not on
16529 behalf of any Contributor. You must make it absolutely clear that any
16530 such warranty, support, indemnity, or liability obligation is offered by
16531 You alone, and You hereby agree to indemnify every Contributor for any
16532 liability incurred by such Contributor as a result of warranty, support,
16533 indemnity or liability terms You offer. You may include additional
16534 disclaimers of warranty and limitations of liability specific to any
16535 jurisdiction.
16536
16537 4. Inability to Comply Due to Statute or Regulation
16538 ---------------------------------------------------
16539
16540 If it is impossible for You to comply with any of the terms of this
16541 License with respect to some or all of the Covered Software due to
16542 statute, judicial order, or regulation then You must: (a) comply with
16543 the terms of this License to the maximum extent possible; and (b)
16544 describe the limitations and the code they affect. Such description must
16545 be placed in a text file included with all distributions of the Covered
16546 Software under this License. Except to the extent prohibited by statute
16547 or regulation, such description must be sufficiently detailed for a
16548 recipient of ordinary skill to be able to understand it.
16549
16550 5. Termination
16551 --------------
16552
16553 5.1. The rights granted under this License will terminate automatically
16554 if You fail to comply with any of its terms. However, if You become
16555 compliant, then the rights granted under this License from a particular
16556 Contributor are reinstated (a) provisionally, unless and until such
16557 Contributor explicitly and finally terminates Your grants, and (b) on an
16558 ongoing basis, if such Contributor fails to notify You of the
16559 non-compliance by some reasonable means prior to 60 days after You have
16560 come back into compliance. Moreover, Your grants from a particular
16561 Contributor are reinstated on an ongoing basis if such Contributor
16562 notifies You of the non-compliance by some reasonable means, this is the
16563 first time You have received notice of non-compliance with this License
16564 from such Contributor, and You become compliant prior to 30 days after
16565 Your receipt of the notice.
16566
16567 5.2. If You initiate litigation against any entity by asserting a patent
16568 infringement claim (excluding declaratory judgment actions,
16569 counter-claims, and cross-claims) alleging that a Contributor Version
16570 directly or indirectly infringes any patent, then the rights granted to
16571 You by any and all Contributors for the Covered Software under Section
16572 2.1 of this License shall terminate.
16573
16574 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
16575 end user license agreements (excluding distributors and resellers) which
16576 have been validly granted by You or Your distributors under this License
16577 prior to termination shall survive termination.
16578
16579 ************************************************************************
16580 * *
16581 * 6. Disclaimer of Warranty *
16582 * ------------------------- *
16583 * *
16584 * Covered Software is provided under this License on an "as is" *
16585 * basis, without warranty of any kind, either expressed, implied, or *
16586 * statutory, including, without limitation, warranties that the *
16587 * Covered Software is free of defects, merchantable, fit for a *
16588 * particular purpose or non-infringing. The entire risk as to the *
16589 * quality and performance of the Covered Software is with You. *
16590 * Should any Covered Software prove defective in any respect, You *
16591 * (not any Contributor) assume the cost of any necessary servicing, *
16592 * repair, or correction. This disclaimer of warranty constitutes an *
16593 * essential part of this License. No use of any Covered Software is *
16594 * authorized under this License except under this disclaimer. *
16595 * *
16596 ************************************************************************
16597
16598 ************************************************************************
16599 * *
16600 * 7. Limitation of Liability *
16601 * -------------------------- *
16602 * *
16603 * Under no circumstances and under no legal theory, whether tort *
16604 * (including negligence), contract, or otherwise, shall any *
16605 * Contributor, or anyone who distributes Covered Software as *
16606 * permitted above, be liable to You for any direct, indirect, *
16607 * special, incidental, or consequential damages of any character *
16608 * including, without limitation, damages for lost profits, loss of *
16609 * goodwill, work stoppage, computer failure or malfunction, or any *
16610 * and all other commercial damages or losses, even if such party *
16611 * shall have been informed of the possibility of such damages. This *
16612 * limitation of liability shall not apply to liability for death or *
16613 * personal injury resulting from such party's negligence to the *
16614 * extent applicable law prohibits such limitation. Some *
16615 * jurisdictions do not allow the exclusion or limitation of *
16616 * incidental or consequential damages, so this exclusion and *
16617 * limitation may not apply to You. *
16618 * *
16619 ************************************************************************
16620
16621 8. Litigation
16622 -------------
16623
16624 Any litigation relating to this License may be brought only in the
16625 courts of a jurisdiction where the defendant maintains its principal
16626 place of business and such litigation shall be governed by laws of that
16627 jurisdiction, without reference to its conflict-of-law provisions.
16628 Nothing in this Section shall prevent a party's ability to bring
16629 cross-claims or counter-claims.
16630
16631 9. Miscellaneous
16632 ----------------
16633
16634 This License represents the complete agreement concerning the subject
16635 matter hereof. If any provision of this License is held to be
16636 unenforceable, such provision shall be reformed only to the extent
16637 necessary to make it enforceable. Any law or regulation which provides
16638 that the language of a contract shall be construed against the drafter
16639 shall not be used to construe this License against a Contributor.
16640
16641 10. Versions of the License
16642 ---------------------------
16643
16644 10.1. New Versions
16645
16646 Mozilla Foundation is the license steward. Except as provided in Section
16647 10.3, no one other than the license steward has the right to modify or
16648 publish new versions of this License. Each version will be given a
16649 distinguishing version number.
16650
16651 10.2. Effect of New Versions
16652
16653 You may distribute the Covered Software under the terms of the version
16654 of the License under which You originally received the Covered Software,
16655 or under the terms of any subsequent version published by the license
16656 steward.
16657
16658 10.3. Modified Versions
16659
16660 If you create software not governed by this License, and you want to
16661 create a new license for such software, you may create and use a
16662 modified version of this License if you rename the license and remove
16663 any references to the name of the license steward (except to note that
16664 such modified license differs from this License).
16665
16666 10.4. Distributing Source Code Form that is Incompatible With Secondary
16667 Licenses
16668
16669 If You choose to distribute Source Code Form that is Incompatible With
16670 Secondary Licenses under the terms of this version of the License, the
16671 notice described in Exhibit B of this License must be attached.
16672
16673 Exhibit A - Source Code Form License Notice
16674 -------------------------------------------
16675
16676 This Source Code Form is subject to the terms of the Mozilla Public
16677 License, v. 2.0. If a copy of the MPL was not distributed with this
16678 file, You can obtain one at http://mozilla.org/MPL/2.0/.
16679
16680 If it is not possible or desirable to put the notice in a particular
16681 file, then You may include the notice in a location (such as a LICENSE
16682 file in a relevant directory) where a recipient would be likely to look
16683 for such a notice.
16684
16685 You may add additional accurate notices of copyright ownership.
16686
16687 Exhibit B - "Incompatible With Secondary Licenses" Notice
16688 ---------------------------------------------------------
16689
16690 This Source Code Form is "Incompatible With Secondary Licenses", as
16691 defined by the Mozilla Public License, v. 2.0.
16692
16693
16694 </pre>
16695 <div class="license-packages">
16696 Used by these packages: dev-libs/nspr-4.9.5-r2 dev-libs/nss-3.14.3
16697 </div>
16698 </div>
16699 </div>
16700
16701 <div class="product">
16702 <a name="Marvell" class="title">Gentoo Package Provided Stock License Marvell</a>
16703 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
16704 <div class="licence">
16705 <pre>
16706 Copyright (C) 2010, Marvell International Ltd.
16707
16708 All Rights Reserved.
16709
16710 This file is provided by Marvell International Ltd. "AS IS".
16711 Reverse engineering of this file is strictly prohibited.
16712 Redistribution and use in its original form are permitted.
16713
16714
16715 </pre>
16716 <div class="license-packages">
16717 Used by these packages: net-wireless/marvell_sd8787-14.64.2.47-r20
16718 </div>
16719 </div>
16720 </div>
16721
16722 <div class="product">
16723 <a name="OFL" class="title">Gentoo Package Provided Stock License OFL</a>
16724 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
16725 <div class="licence">
16726 <pre>
16727 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
16728 All Rights Reserved.
16729
16730 "Gentium" is a Reserved Font Name for this Font Software.
16731 "SIL" is a Reserved Font Name for this Font Software.
16732
16733 This Font Software is licensed under the SIL Open Font License, Version 1.0.
16734 No modification of the license is permitted, only verbatim copy is allowed.
16735 This license is copied below, and is also available with a FAQ at:
16736 http://scripts.sil.org/OFL
16737
16738
16739 -----------------------------------------------------------
16740 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
16741 -----------------------------------------------------------
16742
16743 PREAMBLE
16744 The goals of the Open Font License (OFL) are to stimulate worldwide
16745 development of cooperative font projects, to support the font creation
16746 efforts of academic and linguistic communities, and to provide an open
16747 framework in which fonts may be shared and improved in partnership with
16748 others.
16749
16750 The OFL allows the licensed fonts to be used, studied, modified and
16751 redistributed freely as long as they are not sold by themselves. The
16752 fonts, including any derivative works, can be bundled, embedded,
16753 redistributed and sold with any software provided that the font
16754 names of derivative works are changed. The fonts and derivatives,
16755 however, cannot be released under any other type of license.
16756
16757 DEFINITIONS
16758 "Font Software" refers to any and all of the following:
16759 - font files
16760 - data files
16761 - source code
16762 - build scripts
16763 - documentation
16764
16765 "Reserved Font Name" refers to the Font Software name as seen by
16766 users and any other names as specified after the copyright statement.
16767
16768 "Standard Version" refers to the collection of Font Software
16769 components as distributed by the Copyright Holder.
16770
16771 "Modified Version" refers to any derivative font software made by
16772 adding to, deleting, or substituting -- in part or in whole --
16773 any of the components of the Standard Version, by changing formats
16774 or by porting the Font Software to a new environment.
16775
16776 "Author" refers to any designer, engineer, programmer, technical
16777 writer or other person who contributed to the Font Software.
16778
16779 PERMISSION & CONDITIONS
16780 Permission is hereby granted, free of charge, to any person obtaining
16781 a copy of the Font Software, to use, study, copy, merge, embed, modify,
16782 redistribute, and sell modified and unmodified copies of the Font
16783 Software, subject to the following conditions:
16784
16785 1) Neither the Font Software nor any of its individual components,
16786 in Standard or Modified Versions, may be sold by itself.
16787
16788 2) Standard or Modified Versions of the Font Software may be bundled,
16789 redistributed and sold with any software, provided that each copy
16790 contains the above copyright notice and this license. These can be
16791 included either as stand-alone text files, human-readable headers or
16792 in the appropriate machine-readable metadata fields within text or
16793 binary files as long as those fields can be easily viewed by the user.
16794
16795 3) No Modified Version of the Font Software may use the Reserved Font
16796 Name(s), in part or in whole, unless explicit written permission is
16797 granted by the Copyright Holder. This restriction applies to all
16798 references stored in the Font Software, such as the font menu name and
16799 other font description fields, which are used to differentiate the
16800 font from others.
16801
16802 4) The name(s) of the Copyright Holder or the Author(s) of the Font
16803 Software shall not be used to promote, endorse or advertise any
16804 Modified Version, except to acknowledge the contribution(s) of the
16805 Copyright Holder and the Author(s) or with their explicit written
16806 permission.
16807
16808 5) The Font Software, modified or unmodified, in part or in whole,
16809 must be distributed using this license, and may not be distributed
16810 under any other license.
16811
16812 TERMINATION
16813 This license becomes null and void if any of the above conditions are
16814 not met.
16815
16816 DISCLAIMER
16817 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16818 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
16819 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
16820 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
16821 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
16822 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
16823 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
16824 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
16825 OTHER DEALINGS IN THE FONT SOFTWARE.
16826
16827 </pre>
16828 <div class="license-packages">
16829 Used by these packages: media-fonts/sil-abyssinica-1.0
16830 </div>
16831 </div>
16832 </div>
16833
16834 <div class="product">
16835 <a name="OFL-1.1" class="title">Gentoo Package Provided Stock License OFL-1.1</a>
16836 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
16837 <div class="licence">
16838 <pre>
16839 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
16840 -----
16841
16842 PREAMBLE
16843
16844 The goals of the Open Font License (OFL) are to stimulate worldwide
16845 development of collaborative font projects, to support the font creation
16846 efforts of academic and linguistic communities, and to provide a free
16847 and open framework in which fonts may be shared and improved in
16848 partnership with others.
16849
16850 The OFL allows the licensed fonts to be used, studied, modified and
16851 redistributed freely as long as they are not sold by themselves. The
16852 fonts, including any derivative works, can be bundled, embedded,
16853 redistributed and/or sold with any software provided that any reserved
16854 names are not used by derivative works. The fonts and derivatives,
16855 however, cannot be released under any other type of license. The
16856 requirement for fonts to remain under this license does not apply to
16857 any document created using the fonts or their derivatives.
16858
16859 DEFINITIONS
16860
16861 "Font Software" refers to the set of files released by the Copyright
16862 Holder(s) under this license and clearly marked as such. This may
16863 include source files, build scripts and documentation.
16864
16865 "Reserved Font Name" refers to any names specified as such after the
16866 copyright statement(s).
16867
16868 "Original Version" refers to the collection of Font Software components
16869 as distributed by the Copyright Holder(s).
16870
16871 "Modified Version" refers to any derivative made by adding to, deleting,
16872 or substituting -- in part or in whole -- any of the components of the
16873 Original Version, by changing formats or by porting the Font Software
16874 to a new environment.
16875
16876 "Author" refers to any designer, engineer, programmer, technical writer
16877 or other person who contributed to the Font Software.
16878
16879 PERMISSION & CONDITIONS
16880
16881 Permission is hereby granted, free of charge, to any person obtaining a
16882 copy of the Font Software, to use, study, copy, merge, embed, modify,
16883 redistribute, and sell modified and unmodified copies of the Font
16884 Software, subject to the following conditions:
16885
16886 1) Neither the Font Software nor any of its individual components, in
16887 Original or Modified Versions, may be sold by itself.
16888
16889 2) Original or Modified Versions of the Font Software may be bundled,
16890 redistributed and/or sold with any software, provided that each copy
16891 contains the above copyright notice and this license. These can be
16892 included either as stand-alone text files, human-readable headers or in
16893 the appropriate machine-readable metadata fields within text or binary
16894 files as long as those fields can be easily viewed by the user.
16895
16896 3) No Modified Version of the Font Software may use the Reserved Font
16897 Name(s) unless explicit written permission is granted by the
16898 corresponding Copyright Holder. This restriction only applies to the
16899 primary font name as presented to the users.
16900
16901 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
16902 Software shall not be used to promote, endorse or advertise any
16903 Modified Version, except to acknowledge the contribution(s) of the
16904 Copyright Holder(s) and the Author(s) or with their explicit written
16905 permission.
16906
16907 5) The Font Software, modified or unmodified, in part or in whole,
16908 must be distributed entirely under this license, and must not be
16909 distributed under any other license. The requirement for fonts to
16910 remain under this license does not apply to any document created
16911 using the Font Software.
16912
16913 TERMINATION
16914
16915 This license becomes null and void if any of the above conditions are
16916 not met.
16917
16918 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
16919 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16920 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
16921 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16922 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
16923 OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
16924 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
16925 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
16926 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
16927 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
16928 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
16929 OTHER DEALINGS IN THE FONT SOFTWARE.
16930
16931 </pre>
16932 <div class="license-packages">
16933 Used by these packages: media-fonts/ko-nanumfonts-3.10.0 media-fonts/lohitfonts-cros-2.5.0-r1 media-fonts/ml-anjalioldlipi-0.740 media-fonts/my-padauk-2.50 media-fonts/tibt-jomolhari-0.0.3c
16934 </div>
16935 </div>
16936 </div>
16937
16938 <div class="product">
16939 <a name="PSF-2" class="title">Gentoo Package Provided Stock License PSF-2</a>
16940 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
16941 <div class="licence">
16942 <pre>
16943 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
16944 --------------------------------------------
16945
16946 1. This LICENSE AGREEMENT is between the Python Software Foundation
16947 ("PSF"), and the Individual or Organization ("Licensee") accessing and
16948 otherwise using this software ("Python") in source or binary form and
16949 its associated documentation.
16950
16951 2. Subject to the terms and conditions of this License Agreement, PSF hereby
16952 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
16953 analyze, test, perform and/or display publicly, prepare derivative works,
16954 distribute, and otherwise use Python alone or in any derivative version,
16955 provided, however, that PSF's License Agreement and PSF's notice of copyright,
16956 i.e., "Copyright (c) <YEARS> Python Software Foundation; All Rights Reserved"
16957 are retained in Python alone or in any derivative version prepared by Licensee.
16958
16959 3. In the event Licensee prepares a derivative work that is based on
16960 or incorporates Python or any part thereof, and wants to make
16961 the derivative work available to others as provided herein, then
16962 Licensee hereby agrees to include in any such work a brief summary of
16963 the changes made to Python.
16964
16965 4. PSF is making Python available to Licensee on an "AS IS"
16966 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16967 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
16968 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16969 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
16970 INFRINGE ANY THIRD PARTY RIGHTS.
16971
16972 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
16973 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16974 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
16975 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16976
16977 6. This License Agreement will automatically terminate upon a material
16978 breach of its terms and conditions.
16979
16980 7. Nothing in this License Agreement shall be deemed to create any
16981 relationship of agency, partnership, or joint venture between PSF and
16982 Licensee. This License Agreement does not grant permission to use PSF
16983 trademarks or trade name in a trademark sense to endorse or promote
16984 products or services of Licensee, or any third party.
16985
16986 8. By copying, installing or otherwise using Python, Licensee
16987 agrees to be bound by the terms and conditions of this License
16988 Agreement.
16989
16990 </pre>
16991 <div class="license-packages">
16992 Used by these packages: dev-python/argparse-1.2.1 dev-lang/python-2.7.3-r5 dev-python/setuptools-0.6.14
16993 </div>
16994 </div>
16995 </div>
16996
16997 <div class="product">
16998 <a name="RSA" class="title">Gentoo Package Provided Stock License RSA</a>
16999 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
17000 <div class="licence">
17001 <pre>
17002 [<copyright notice>]
17003
17004 License to copy and use this software is granted provided that it is
17005 identified as [the] "<copyright holder> <software>" in all material
17006 mentioning or referencing this software [or this function].
17007
17008 License is also granted to make and use derivative works provided that
17009 such works are identified as "derived from the <copyright holder>
17010 <software>" in all material mentioning or referencing the derived
17011 work.
17012
17013 <copyright holder> makes no representations concerning either the
17014 merchantability of this software or the suitability of this software
17015 for any particular purpose. It is provided "as is" without express or
17016 implied warranty of any kind.
17017
17018 [These notices must be retained in any copies of any part of this
17019 documentation and/or software.]
17020
17021 </pre>
17022 <div class="license-packages">
17023 Used by these packages: net-misc/strongswan-5.0.2-r5
17024 </div>
17025 </div>
17026 </div>
17027
17028 <div class="product">
17029 <a name="SGI-B-2.0" class="title">Gentoo Package Provided Stock License SGI-B-2.0</a>
17030 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
17031 <div class="licence">
17032 <pre>
17033 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
17034
17035 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
17036 Reserved.
17037
17038 Permission is hereby granted, free of charge, to any person obtaining a copy of
17039 this software and associated documentation files (the "Software"), to deal in
17040 the Software without restriction, including without limitation the rights to
17041 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
17042 of the Software, and to permit persons to whom the Software is furnished to do
17043 so, subject to the following conditions:
17044
17045 The above copyright notice including the dates of first publication and either
17046 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
17047 shall be included in all copies or substantial portions of the Software.
17048
17049 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17050 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17051 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
17052 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17053 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
17054 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17055
17056 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
17057 not be used in advertising or otherwise to promote the sale, use or other
17058 dealings in this Software without prior written authorization from Silicon
17059 Graphics, Inc.
17060
17061 </pre>
17062 <div class="license-packages">
17063 Used by these packages: x11-proto/glproto-1.4.14-r1 media-libs/glu-9.0.0 media-libs/mesa-9.1-r9
17064 </div>
17065 </div>
17066 </div>
17067
17068 <div class="product">
17069 <a name="UoI-NCSA" class="title">Gentoo Package Provided Stock License UoI-NCSA</a>
17070 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
17071 <div class="licence">
17072 <pre>
17073 Copyright (c) <YEAR> <OWNER ORGANIZATION NAME>. All rights reserved.
17074
17075 Developed by: <NAME OF DEVELOPMENT GROUP>
17076 <NAME OF INSTITUTION>
17077 <URL FOR DEVELOPMENT GROUP/INSTITUTION>
17078
17079 Permission is hereby granted, free of charge, to any person obtaining a copy
17080 of this software and associated documentation files (the "Software"), to
17081 deal with the Software without restriction, including without limitation the
17082 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
17083 sell copies of the Software, and to permit persons to whom the Software is
17084 furnished to do so, subject to the following conditions:
17085 1. Redistributions of source code must retain the above copyright notice,
17086 this list of conditions and the following disclaimers.
17087 2. Redistributions in binary form must reproduce the above copyright
17088 notice, this list of conditions and the following disclaimers in the
17089 documentation and/or other materials provided with the distribution.
17090 3. Neither the names of <NAME OF DEVELOPMENT GROUP>, <NAME OF
17091 INSTITUTION>, nor the names of its contributors may be used to endorse
17092 or promote products derived from this Software without specific prior
17093 written permission.
17094
17095 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17096 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17097 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17098 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17099 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17100 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
17101 WITH THE SOFTWARE.
17102
17103 </pre>
17104 <div class="license-packages">
17105 Used by these packages: sys-devel/llvm-3.2-r1
17106 </div>
17107 </div>
17108 </div>
17109
17110 <div class="product">
17111 <a name="X" class="title">Gentoo Package Provided Stock License X</a>
17112 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
17113 <div class="licence">
17114 <pre>
17115 The following is the 'standard copyright' agreed upon by most contributors,
17116 and is currently the canonical license preferred by the X.Org Foundation.
17117 This is a slight variant of the common MIT license form published by the
17118 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
17119
17120 Copyright holders of new code should use this license statement where
17121 possible, and insert their name to this list. Please sort by surname
17122 for people, and by the full name for other entities (e.g. Juliusz
17123 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
17124
17125 Copyright 2000-2001 Juliusz Chroboczek
17126 Copyright 1998 Egbert Eich
17127 Copyright 2006-2007 Intel Corporation
17128 Copyright 2006 Nokia Corporation
17129 Copyright 2006-2008 Peter Hutterer
17130 Copyright 2006 Adam Jackson
17131 Copyright 2009 NVIDIA Corporation
17132 Copyright 1999 Keith Packard
17133 Copyright 2007-2009 Red Hat, Inc.
17134 Copyright 2005-2008 Daniel Stone
17135 Copyright 2006-2009 Simon Thum
17136 Copyright 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.
17137 Copyright 2006 Luc Verhaegen
17138
17139 Permission is hereby granted, free of charge, to any person obtaining a
17140 copy of this software and associated documentation files (the "Software"),
17141 to deal in the Software without restriction, including without limitation
17142 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17143 and/or sell copies of the Software, and to permit persons to whom the
17144 Software is furnished to do so, subject to the following conditions:
17145
17146 The above copyright notice and this permission notice (including the next
17147 paragraph) shall be included in all copies or substantial portions of the
17148 Software.
17149
17150 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17151 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17152 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17153 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17154 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17155 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17156 DEALINGS IN THE SOFTWARE.
17157
17158
17159
17160
17161 The following licenses are 'legacy': usually MIT/X11 licenses with the name
17162 of the copyright holder(s) in the license statement, but also some BSD-like
17163 licenses.
17164
17165
17166 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
17167 Copyright (C) Colin Harrison 2005-2008
17168
17169 Permission is hereby granted, free of charge, to any person obtaining a copy of
17170 this software and associated documentation files (the "Software"), to deal in
17171 the Software without restriction, including without limitation the rights to
17172 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
17173 of the Software, and to permit persons to whom the Software is furnished to do
17174 so, subject to the following conditions:
17175
17176 The above copyright notice and this permission notice shall be included in all
17177 copies or substantial portions of the Software.
17178
17179 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17180 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
17181 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17182 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17183 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
17184 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17185
17186 Except as contained in this notice, the name of the XFree86 Project shall not
17187 be used in advertising or otherwise to promote the sale, use or other dealings
17188 in this Software without prior written authorization from the XFree86 Project.
17189
17190
17191 Copyright 1997 by The XFree86 Project, Inc.
17192
17193 Permission to use, copy, modify, distribute, and sell this software and its
17194 documentation for any purpose is hereby granted without fee, provided that
17195 the above copyright notice appear in all copies and that both that
17196 copyright notice and this permission notice appear in supporting
17197 documentation, and that the name of the XFree86 Project, Inc.
17198 not be used in advertising or publicity pertaining to distribution of
17199 the software without specific, written prior permission. The Xfree86
17200 Project, Inc. makes no representations about the suitability of this
17201 software for any purpose. It is provided "as is" without express or
17202 implied warranty.
17203
17204 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
17205 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
17206 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
17207 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17208 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17209 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17210 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17211
17212
17213 Copyright 1985-1998, 2001 The Open Group
17214 Copyright 2002 Red Hat Inc., Durham, North Carolina.
17215
17216 Permission to use, copy, modify, distribute, and sell this software and its
17217 documentation for any purpose is hereby granted without fee, provided that
17218 the above copyright notice appear in all copies and that both that
17219 copyright notice and this permission notice appear in supporting
17220 documentation.
17221
17222 The above copyright notice and this permission notice shall be included in
17223 all copies or substantial portions of the Software.
17224
17225 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17226 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17227 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17228 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17229 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
17230 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17231
17232 Except as contained in this notice, the name of The Open Group shall not be
17233 used in advertising or otherwise to promote the sale, use or other dealings
17234 in this Software without prior written authorization from The Open Group.
17235
17236
17237 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium
17238
17239 Permission is hereby granted, free of charge, to any person obtaining a copy
17240 of this software and associated documentation files (the "Software"), to deal
17241 in the Software without restriction, including without limitation the rights
17242 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17243 copies of the Software, and to permit persons to whom the Software is
17244 furnished to do so, subject to the following conditions:
17245
17246 The above copyright notice and this permission notice shall be included in
17247 all copies or substantial portions of the Software.
17248
17249 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17250 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17251 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17252 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17253 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
17254 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17255
17256 Except as contained in this notice, the name of the X Consortium shall not be
17257 used in advertising or otherwise to promote the sale, use or other dealings
17258 in this Software without prior written authorization from the X Consortium.
17259
17260
17261 Copyright 1999-2000 SuSE, Inc.
17262 Copyright 2007 Red Hat, Inc.
17263
17264 Permission to use, copy, modify, distribute, and sell this software and its
17265 documentation for any purpose is hereby granted without fee, provided that
17266 the above copyright notice appear in all copies and that both that
17267 copyright notice and this permission notice appear in supporting
17268 documentation, and that the name of SuSE not be used in advertising or
17269 publicity pertaining to distribution of the software without specific,
17270 written prior permission. SuSE makes no representations about the
17271 suitability of this software for any purpose. It is provided "as is"
17272 without express or implied warranty.
17273
17274 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
17275 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
17276 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17277 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
17278 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
17279 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17280
17281
17282 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
17283 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
17284 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
17285
17286 All Rights Reserved
17287
17288 Permission to use, copy, modify, and distribute this software and its
17289 documentation for any purpose and without fee is hereby granted,
17290 provided that the above copyright notice appear in all copies and that
17291 both that copyright notice and this permission notice appear in
17292 supporting documentation, and that the name of Digital not be
17293 used in advertising or publicity pertaining to distribution of the
17294 software without specific, written prior permission.
17295
17296 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
17297 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
17298 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
17299 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
17300 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
17301 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
17302 SOFTWARE.
17303
17304
17305 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
17306 Copyright 1994 Quarterdeck Office Systems.
17307
17308 All Rights Reserved
17309
17310 Permission to use, copy, modify, and distribute this software and its
17311 documentation for any purpose and without fee is hereby granted,
17312 provided that the above copyright notice appear in all copies and that
17313 both that copyright notice and this permission notice appear in
17314 supporting documentation, and that the names of Digital and
17315 Quarterdeck not be used in advertising or publicity pertaining to
17316 distribution of the software without specific, written prior
17317 permission.
17318
17319 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
17320 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
17321 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
17322 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
17323 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
17324 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
17325 OR PERFORMANCE OF THIS SOFTWARE.
17326
17327
17328 Copyright 1997 Digital Equipment Corporation.
17329 All rights reserved.
17330
17331 This software is furnished under license and may be used and copied only in
17332 accordance with the following terms and conditions. Subject to these
17333 conditions, you may download, copy, install, use, modify and distribute
17334 this software in source and/or binary form. No title or ownership is
17335 transferred hereby.
17336
17337 1) Any source code used, modified or distributed must reproduce and retain
17338 this copyright notice and list of conditions as they appear in the
17339 source file.
17340
17341 2) No right is granted to use any trade name, trademark, or logo of Digital
17342 Equipment Corporation. Neither the "Digital Equipment Corporation"
17343 name nor any trademark or logo of Digital Equipment Corporation may be
17344 used to endorse or promote products derived from this software without
17345 the prior written permission of Digital Equipment Corporation.
17346
17347 3) This software is provided "AS-IS" and any express or implied warranties,
17348 including but not limited to, any implied warranties of merchantability,
17349 fitness for a particular purpose, or non-infringement are disclaimed.
17350 In no event shall DIGITAL be liable for any damages whatsoever, and in
17351 particular, DIGITAL shall not be liable for special, indirect,
17352 consequential, or incidental damages or damages for lost profits, loss
17353 of revenue or loss of use, whether such damages arise in contract,
17354 negligence, tort, under statute, in equity, at law or otherwise, even
17355 if advised of the possibility of such damage.
17356
17357
17358 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
17359
17360 Permission is hereby granted, free of charge, to any person obtaining a copy
17361 of this software and associated documentation files (the "Software"), to deal
17362 in the Software without restriction, including without limitation the rights
17363 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17364 copies of the Software.
17365
17366 The above copyright notice and this permission notice shall be included in
17367 all copies or substantial portions of the Software.
17368
17369 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17370 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17371 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17372 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
17373 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
17374 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
17375 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17376
17377 Except as contained in this notice, the name of Digital Equipment Corporation
17378 shall not be used in advertising or otherwise to promote the sale, use or other
17379 dealings in this Software without prior written authorization from Digital
17380 Equipment Corporation.
17381
17382
17383 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
17384 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
17385
17386 Permission is hereby granted, free of charge, to any person obtaining a
17387 copy of this software and associated documentation files (the "Software"),
17388 to deal in the Software without restriction, including without limitation
17389 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17390 and/or sell copies of the Software, and to permit persons to whom the
17391 Software is furnished to do so, subject to the following conditions:
17392
17393 The above copyright notice including the dates of first publication and
17394 either this permission notice or a reference to
17395 http://oss.sgi.com/projects/FreeB/
17396 shall be included in all copies or substantial portions of the Software.
17397
17398 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17399 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17400 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17401 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17402 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
17403 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17404 SOFTWARE.
17405
17406
17407 Copyright (c) 1994, 1995 Hewlett-Packard Company
17408
17409 Permission is hereby granted, free of charge, to any person obtaining
17410 a copy of this software and associated documentation files (the
17411 "Software"), to deal in the Software without restriction, including
17412 without limitation the rights to use, copy, modify, merge, publish,
17413 distribute, sublicense, and/or sell copies of the Software, and to
17414 permit persons to whom the Software is furnished to do so, subject to
17415 the following conditions:
17416
17417 The above copyright notice and this permission notice shall be included
17418 in all copies or substantial portions of the Software.
17419
17420 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17421 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17422 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17423 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
17424 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17425 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
17426 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17427
17428 Except as contained in this notice, the name of the Hewlett-Packard
17429 Company shall not be used in advertising or otherwise to promote the
17430 sale, use or other dealings in this Software without prior written
17431 authorization from the Hewlett-Packard Company.
17432
17433
17434 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
17435 All Rights Reserved
17436
17437 Permission to use, copy, modify, and distribute this software and its
17438 documentation for any purpose and without fee is hereby granted,
17439 provided that the above copyright notice appear in all copies and that
17440 both that copyright notice and this permission notice appear in
17441 supporting documentation, and that the name of Hewlett-Packard not be
17442 used in advertising or publicity pertaining to distribution of the
17443 software without specific, written prior permission.
17444
17445 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
17446 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
17447 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
17448 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
17449 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
17450 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
17451 SOFTWARE.
17452
17453
17454 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
17455 Copyright (c) 2003 by the XFree86 Project, Inc.
17456 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
17457 All Rights Reserved.
17458
17459 Permission is hereby granted, free of charge, to any person obtaining
17460 a copy of this software and associated documentation files (the
17461 "Software"), to deal in the Software without restriction, including
17462 without limitation on the rights to use, copy, modify, merge,
17463 publish, distribute, sublicense, and/or sell copies of the Software,
17464 and to permit persons to whom the Software is furnished to do so,
17465 subject to the following conditions:
17466
17467 The above copyright notice and this permission notice (including the
17468 next paragraph) shall be included in all copies or substantial
17469 portions of the Software.
17470
17471 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17472 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17473 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17474 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
17475 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
17476 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
17477 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17478 SOFTWARE.
17479
17480
17481 Copyright 2008 Red Hat, Inc.
17482 Partly based on code Copyright 2000 SuSE, Inc.
17483
17484 Permission to use, copy, modify, distribute, and sell this software
17485 and its documentation for any purpose is hereby granted without
17486 fee, provided that the above copyright notice appear in all copies
17487 and that both that copyright notice and this permission notice
17488 appear in supporting documentation, and that the name of Red Hat
17489 not be used in advertising or publicity pertaining to distribution
17490 of the software without specific, written prior permission. Red
17491 Hat makes no representations about the suitability of this software
17492 for any purpose. It is provided "as is" without express or implied
17493 warranty.
17494
17495 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17496 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
17497 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17498 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
17499 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
17500 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
17501 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17502
17503 Permission to use, copy, modify, distribute, and sell this software and its
17504 documentation for any purpose is hereby granted without fee, provided that
17505 the above copyright notice appear in all copies and that both that
17506 copyright notice and this permission notice appear in supporting
17507 documentation, and that the name of SuSE not be used in advertising or
17508 publicity pertaining to distribution of the software without specific,
17509 written prior permission. SuSE makes no representations about the
17510 suitability of this software for any purpose. It is provided "as is"
17511 without express or implied warranty.
17512
17513 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
17514 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
17515 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17516 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
17517 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
17518 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17519
17520
17521 Copyright 2006 Red Hat, Inc.
17522 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
17523 All Rights Reserved.
17524
17525 Permission is hereby granted, free of charge, to any person obtaining a
17526 copy of this software and associated documentation files (the "Software"),
17527 to deal in the Software without restriction, including without limitation
17528 the rights to use, copy, modify, merge, publish, distribute, sub license,
17529 and/or sell copies of the Software, and to permit persons to whom the
17530 Software is furnished to do so, subject to the following conditions:
17531
17532 The above copyright notice and this permission notice (including the next
17533 paragraph) shall be included in all copies or substantial portions of the
17534 Software.
17535
17536 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17537 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17538 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
17539 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
17540 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
17541 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
17542 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17543
17544
17545 Copyright (c) 1995 X Consortium
17546 Copyright 2004 Red Hat Inc., Durham, North Carolina.
17547 All Rights Reserved.
17548
17549 Permission is hereby granted, free of charge, to any person obtaining
17550 a copy of this software and associated documentation files (the
17551 "Software"), to deal in the Software without restriction, including
17552 without limitation on the rights to use, copy, modify, merge,
17553 publish, distribute, sublicense, and/or sell copies of the Software,
17554 and to permit persons to whom the Software is furnished to do so,
17555 subject to the following conditions:
17556
17557 The above copyright notice and this permission notice shall be
17558 included in all copies or substantial portions of the Software.
17559
17560 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17561 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17562 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17563 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
17564 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17565 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
17566 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
17567 OTHER DEALINGS IN THE SOFTWARE.
17568
17569 Except as contained in this notice, the name of the X Consortium
17570 shall not be used in advertising or otherwise to promote the sale,
17571 use or other dealings in this Software without prior written
17572 authorization from the X Consortium.
17573
17574
17575 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
17576 Copyright 2000 VA Linux Systems, Inc.
17577 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
17578 Copyright (c) 2003-2004 Torrey T. Lyons.
17579 All Rights Reserved.
17580
17581 Permission is hereby granted, free of charge, to any person obtaining a
17582 copy of this software and associated documentation files (the
17583 "Software"), to deal in the Software without restriction, including
17584 without limitation the rights to use, copy, modify, merge, publish,
17585 distribute, sub license, and/or sell copies of the Software, and to
17586 permit persons to whom the Software is furnished to do so, subject to
17587 the following conditions:
17588
17589 The above copyright notice and this permission notice (including the
17590 next paragraph) shall be included in all copies or substantial portions
17591 of the Software.
17592
17593 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17594 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17595 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
17596 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
17597 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
17598 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
17599 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17600
17601
17602 (C) Copyright IBM Corporation 2003
17603 All Rights Reserved.
17604
17605 Permission is hereby granted, free of charge, to any person obtaining a
17606 copy of this software and associated documentation files (the "Software"),
17607 to deal in the Software without restriction, including without limitation
17608 on the rights to use, copy, modify, merge, publish, distribute, sub
17609 license, and/or sell copies of the Software, and to permit persons to whom
17610 the Software is furnished to do so, subject to the following conditions:
17611
17612 The above copyright notice and this permission notice (including the next
17613 paragraph) shall be included in all copies or substantial portions of the
17614 Software.
17615
17616 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17617 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17618 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
17619 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
17620 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17621 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
17622 USE OR OTHER DEALINGS IN THE SOFTWARE.
17623
17624
17625 (C) Copyright IBM Corporation 2004-2005
17626 All Rights Reserved.
17627
17628 Permission is hereby granted, free of charge, to any person obtaining a
17629 copy of this software and associated documentation files (the "Software"),
17630 to deal in the Software without restriction, including without limitation
17631 the rights to use, copy, modify, merge, publish, distribute, sub license,
17632 and/or sell copies of the Software, and to permit persons to whom the
17633 Software is furnished to do so, subject to the following conditions:
17634
17635 The above copyright notice and this permission notice (including the next
17636 paragraph) shall be included in all copies or substantial portions of the
17637 Software.
17638
17639 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17640 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17641 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
17642 IBM,
17643 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17644 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
17645 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17646 SOFTWARE.
17647
17648
17649 Copyright (c) 1997 Metro Link Incorporated
17650
17651 Permission is hereby granted, free of charge, to any person obtaining a
17652 copy of this software and associated documentation files (the "Software"),
17653 to deal in the Software without restriction, including without limitation
17654 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17655 and/or sell copies of the Software, and to permit persons to whom the
17656 Software is furnished to do so, subject to the following conditions:
17657
17658 The above copyright notice and this permission notice shall be included in
17659 all copies or substantial portions of the Software.
17660
17661 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17662 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17663 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17664 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17665 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
17666 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17667 SOFTWARE.
17668
17669 Except as contained in this notice, the name of the Metro Link shall not be
17670 used in advertising or otherwise to promote the sale, use or other dealings
17671 in this Software without prior written authorization from Metro Link.
17672
17673
17674 Copyright 1995-1998 by Metro Link, Inc.
17675 Copyright (c) 1997 Matthieu Herrb
17676
17677 Permission to use, copy, modify, distribute, and sell this software and its
17678 documentation for any purpose is hereby granted without fee, provided that
17679 the above copyright notice appear in all copies and that both that
17680 copyright notice and this permission notice appear in supporting
17681 documentation, and that the name of Metro Link, Inc. not be used in
17682 advertising or publicity pertaining to distribution of the software without
17683 specific, written prior permission. Metro Link, Inc. makes no
17684 representations about the suitability of this software for any purpose.
17685 It is provided "as is" without express or implied warranty.
17686
17687 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17688 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17689 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17690 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
17691 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17692 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17693 PERFORMANCE OF THIS SOFTWARE.
17694
17695
17696 Copyright 1998 by Metro Link Incorporated
17697
17698 Permission to use, copy, modify, distribute, and sell this software
17699 and its documentation for any purpose is hereby granted without fee,
17700 provided that the above copyright notice appear in all copies and that
17701 both that copyright notice and this permission notice appear in
17702 supporting documentation, and that the name of Metro Link
17703 Incorporated not be used in advertising or publicity pertaining to
17704 distribution of the software without specific, written prior
17705 permission. Metro Link Incorporated makes no representations
17706 about the suitability of this software for any purpose. It is
17707 provided "as is" without express or implied warranty.
17708
17709 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
17710 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17711 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
17712 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
17713 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
17714 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
17715 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
17716 SOFTWARE.
17717
17718
17719 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
17720
17721 Permission is hereby granted, free of charge, to any person obtaining a
17722 copy of this software and associated documentation files (the "Software"),
17723 to deal in the Software without restriction, including without limitation
17724 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17725 and/or sell copies of the Software, and to permit persons to whom the
17726 Software is furnished to do so, subject to the following conditions:
17727
17728 The above copyright notice and this permission notice shall be included in
17729 all copies or substantial portions of the Software.
17730
17731 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17732 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17733 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17734 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17735 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
17736 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17737 SOFTWARE.
17738
17739 Except as contained in this notice, the name of Conectiva Linux shall
17740 not be used in advertising or otherwise to promote the sale, use or other
17741 dealings in this Software without prior written authorization from
17742 Conectiva Linux.
17743
17744
17745 Copyright (c) 2001, Andy Ritger aritger (a] nvidia.com
17746 All rights reserved.
17747
17748 Redistribution and use in source and binary forms, with or without
17749 modification, are permitted provided that the following conditions
17750 are met:
17751
17752 o Redistributions of source code must retain the above copyright
17753 notice, this list of conditions and the following disclaimer.
17754 o Redistributions in binary form must reproduce the above copyright
17755 notice, this list of conditions and the following disclaimer
17756 in the documentation and/or other materials provided with the
17757 distribution.
17758 o Neither the name of NVIDIA nor the names of its contributors
17759 may be used to endorse or promote products derived from this
17760 software without specific prior written permission.
17761
17762 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17763 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
17764 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
17765 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
17766 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
17767 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
17768 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
17769 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
17770 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
17771 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
17772 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
17773 POSSIBILITY OF SUCH DAMAGE.
17774
17775
17776 Copyright 1992 Vrije Universiteit, The Netherlands
17777
17778 Permission to use, copy, modify, and distribute this software and its
17779 documentation for any purpose and without fee is hereby granted, provided
17780 that the above copyright notice appear in all copies and that both that
17781 copyright notice and this permission notice appear in supporting
17782 documentation, and that the name of the Vrije Universiteit not be used in
17783 advertising or publicity pertaining to distribution of the software without
17784 specific, written prior permission. The Vrije Universiteit makes no
17785 representations about the suitability of this software for any purpose.
17786 It is provided "as is" without express or implied warranty.
17787
17788 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17789 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17790 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17791 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
17792 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17793 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17794 PERFORMANCE OF THIS SOFTWARE.
17795
17796
17797 Copyright 1998 by Concurrent Computer Corporation
17798
17799 Permission to use, copy, modify, distribute, and sell this software
17800 and its documentation for any purpose is hereby granted without fee,
17801 provided that the above copyright notice appear in all copies and that
17802 both that copyright notice and this permission notice appear in
17803 supporting documentation, and that the name of Concurrent Computer
17804 Corporation not be used in advertising or publicity pertaining to
17805 distribution of the software without specific, written prior
17806 permission. Concurrent Computer Corporation makes no representations
17807 about the suitability of this software for any purpose. It is
17808 provided "as is" without express or implied warranty.
17809
17810 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
17811 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17812 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
17813 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
17814 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
17815 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
17816 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
17817 SOFTWARE.
17818
17819
17820 Copyright 2004 Nokia
17821
17822 Permission to use, copy, modify, distribute, and sell this software and its
17823 documentation for any purpose is hereby granted without fee, provided that
17824 the above copyright notice appear in all copies and that both that
17825 copyright notice and this permission notice appear in supporting
17826 documentation, and that the name of Nokia not be used in
17827 advertising or publicity pertaining to distribution of the software without
17828 specific, written prior permission. Nokia makes no
17829 representations about the suitability of this software for any purpose. It
17830 is provided "as is" without express or implied warranty.
17831
17832 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17833 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17834 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17835 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
17836 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17837 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17838 PERFORMANCE OF THIS SOFTWARE.
17839
17840
17841 (c)Copyright 1988,1991 Adobe Systems Incorporated.
17842 All rights reserved.
17843
17844 Permission to use, copy, modify, distribute, and sublicense this software and its
17845 documentation for any purpose and without fee is hereby granted, provided that
17846 the above copyright notices appear in all copies and that both those copyright
17847 notices and this permission notice appear in supporting documentation and that
17848 the name of Adobe Systems Incorporated not be used in advertising or publicity
17849 pertaining to distribution of the software without specific, written prior
17850 permission. No trademark license to use the Adobe trademarks is hereby
17851 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe
17852 this software, its functionality or for any other purpose, such use shall be
17853 limited to a statement that this software works in conjunction with the Display
17854 PostScript system. Proper trademark attribution to reflect Adobe's ownership
17855 of the trademark shall be given whenever any such reference to the Display
17856 PostScript system is made.
17857
17858 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
17859 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
17860 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
17861 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
17862 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
17863 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
17864 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
17865 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17866 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
17867 SUPPORT FOR THE SOFTWARE.
17868
17869 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
17870 Incorporated which may be registered in certain jurisdictions.
17871
17872
17873 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
17874
17875 Permission to use, copy, modify, and distribute this software and its
17876 documentation for any purpose and without fee is hereby granted, provided
17877 that the above copyright notice appear in all copies and that both that
17878 copyright notice and this permission notice appear in supporting
17879 documentation, and that the name of N.C.D. not be used in advertising or
17880 publicity pertaining to distribution of the software without specific,
17881 written prior permission. N.C.D. makes no representations about the
17882 suitability of this software for any purpose. It is provided "as is"
17883 without express or implied warranty.
17884
17885
17886 Copyright (c) 1987 by the Regents of the University of California
17887
17888 Permission to use, copy, modify, and distribute this
17889 software and its documentation for any purpose and without
17890 fee is hereby granted, provided that the above copyright
17891 notice appear in all copies. The University of California
17892 makes no representations about the suitability of this
17893 software for any purpose. It is provided "as is" without
17894 express or implied warranty.
17895
17896
17897 Copyright 1992, 1993 Data General Corporation;
17898 Copyright 1992, 1993 OMRON Corporation
17899
17900 Permission to use, copy, modify, distribute, and sell this software and its
17901 documentation for any purpose is hereby granted without fee, provided that the
17902 above copyright notice appear in all copies and that both that copyright
17903 notice and this permission notice appear in supporting documentation, and that
17904 neither the name OMRON or DATA GENERAL be used in advertising or publicity
17905 pertaining to distribution of the software without specific, written prior
17906 permission of the party whose name is to be used. Neither OMRON or
17907 DATA GENERAL make any representation about the suitability of this software
17908 for any purpose. It is provided "as is" without express or implied warranty.
17909
17910 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
17911 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
17912 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
17913 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
17914 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17915 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
17916 OF THIS SOFTWARE.
17917
17918
17919 Copyright 1998-2004, 2006 Keith Packard
17920 Copyright 2000-2002 Keith Packard, member of The XFree86 Project, Inc.
17921 Copyright (c) 2002 Apple Computer, Inc.
17922 Copyright (c) 2003 Torrey T. Lyons.
17923 All Rights Reserved.
17924
17925 Permission to use, copy, modify, distribute, and sell this software and its
17926 documentation for any purpose is hereby granted without fee, provided that
17927 the above copyright notice appear in all copies and that both that
17928 copyright notice and this permission notice appear in supporting
17929 documentation, and that the name of Keith Packard not be used in
17930 advertising or publicity pertaining to distribution of the software without
17931 specific, written prior permission. Keith Packard makes no
17932 representations about the suitability of this software for any purpose. It
17933 is provided "as is" without express or implied warranty.
17934
17935 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17936 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17937 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17938 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
17939 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17940 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17941 PERFORMANCE OF THIS SOFTWARE.
17942
17943
17944 Copyright 1999 Keith Packard
17945 Copyright 2000 Compaq Computer Corporation
17946 Copyright 2002 MontaVista Software Inc.
17947 Copyright 2005 OpenedHand Ltd.
17948 Copyright 2006 Nokia Corporation
17949
17950 Permission to use, copy, modify, distribute, and sell this software and its
17951 documentation for any purpose is hereby granted without fee, provided that
17952 the above copyright notice appear in all copies and that both that
17953 copyright notice and this permission notice appear in supporting
17954 documentation, and that the name of the authors and/or copyright holders
17955 not be used in advertising or publicity pertaining to distribution of the
17956 software without specific, written prior permission. The authors and/or
17957 copyright holders make no representations about the suitability of this
17958 software for any purpose. It is provided "as is" without express or
17959 implied warranty.
17960
17961 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
17962 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17963 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
17964 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17965 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17966 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17967 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17968
17969
17970 Copyright 1993 by Davor Matic
17971
17972 Permission to use, copy, modify, distribute, and sell this software
17973 and its documentation for any purpose is hereby granted without fee,
17974 provided that the above copyright notice appear in all copies and that
17975 both that copyright notice and this permission notice appear in
17976 supporting documentation. Davor Matic makes no representations about
17977 the suitability of this software for any purpose. It is provided "as
17978 is" without express or implied warranty.
17979
17980
17981 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
17982 Copyright (C) Colin Harrison 2005-2008
17983
17984 Permission is hereby granted, free of charge, to any person obtaining
17985 a copy of this software and associated documentation files (the
17986 "Software"), to deal in the Software without restriction, including
17987 without limitation the rights to use, copy, modify, merge, publish,
17988 distribute, sublicense, and/or sell copies of the Software, and to
17989 permit persons to whom the Software is furnished to do so, subject to
17990 the following conditions:
17991
17992 The above copyright notice and this permission notice shall be
17993 included in all copies or substantial portions of the Software.
17994
17995 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17996 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17997 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17998 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
17999 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
18000 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18001 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18002
18003 Except as contained in this notice, the name of Harold L Hunt II
18004 shall not be used in advertising or otherwise to promote the sale, use
18005 or other dealings in this Software without prior written authorization
18006 from Harold L Hunt II.
18007
18008
18009 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
18010
18011 Permission to use, copy, modify, distribute, and sell this software and its
18012 documentation for any purpose is hereby granted without fee, provided that
18013 the above copyright notice appear in all copies and that both that
18014 copyright notice and this permission notice appear in supporting
18015 documentation, and that the name of Thomas Roell not be used in
18016 advertising or publicity pertaining to distribution of the software without
18017 specific, written prior permission. Thomas Roell makes no representations
18018 about the suitability of this software for any purpose. It is provided
18019 "as is" without express or implied warranty.
18020
18021 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18022 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18023 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18024 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18025 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18026 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18027 PERFORMANCE OF THIS SOFTWARE.
18028
18029
18030 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
18031 Copyright 1993 by David Wexelblat <dwex (a] goblin.org>
18032
18033 Permission to use, copy, modify, distribute, and sell this software and its
18034 documentation for any purpose is hereby granted without fee, provided that
18035 the above copyright notice appear in all copies and that both that
18036 copyright notice and this permission notice appear in supporting
18037 documentation, and that the names of Thomas Roell and David Wexelblat
18038 not be used in advertising or publicity pertaining to distribution of
18039 the software without specific, written prior permission. Thomas Roell and
18040 David Wexelblat makes no representations about the suitability of this
18041 software for any purpose. It is provided "as is" without express or
18042 implied warranty.
18043
18044 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
18045 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18046 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
18047 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
18048 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
18049 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18050 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18051
18052
18053 Copyright 1990,91,92,93 by Thomas Roell, Germany.
18054 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA.
18055
18056 Permission to use, copy, modify, distribute, and sell this software
18057 and its documentation for any purpose is hereby granted without fee,
18058 provided that the above copyright notice appear in all copies and
18059 that both that copyright notice and this permission notice appear
18060 in supporting documentation, and that the name of Thomas Roell nor
18061 SGCS be used in advertising or publicity pertaining to distribution
18062 of the software without specific, written prior permission.
18063 Thomas Roell nor SGCS makes no representations about the suitability
18064 of this software for any purpose. It is provided "as is" without
18065 express or implied warranty.
18066
18067 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
18068 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18069 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
18070 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
18071 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
18072 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18073 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18074
18075
18076 Copyright 1998 by Alan Hourihane, Wigan, England.
18077 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
18078
18079 Permission to use, copy, modify, distribute, and sell this software and its
18080 documentation for any purpose is hereby granted without fee, provided that
18081 the above copyright notice appear in all copies and that both that
18082 copyright notice and this permission notice appear in supporting
18083 documentation, and that the name of Alan Hourihane not be used in
18084 advertising or publicity pertaining to distribution of the software without
18085 specific, written prior permission. Alan Hourihane makes no representations
18086 about the suitability of this software for any purpose. It is provided
18087 "as is" without express or implied warranty.
18088
18089 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18090 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18091 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18092 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18093 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18094 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18095 PERFORMANCE OF THIS SOFTWARE.
18096
18097
18098 Copyright 1995 Kaleb S. KEITHLEY
18099
18100 Permission is hereby granted, free of charge, to any person obtaining
18101 a copy of this software and associated documentation files (the
18102 "Software"), to deal in the Software without restriction, including
18103 without limitation the rights to use, copy, modify, merge, publish,
18104 distribute, sublicense, and/or sell copies of the Software, and to
18105 permit persons to whom the Software is furnished to do so, subject to
18106 the following conditions:
18107
18108 The above copyright notice and this permission notice shall be
18109 included in all copies or substantial portions of the Software.
18110
18111 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18112 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18113 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18114 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
18115 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18116 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
18117 OTHER DEALINGS IN THE SOFTWARE.
18118
18119 Except as contained in this notice, the name of Kaleb S. KEITHLEY
18120 shall not be used in advertising or otherwise to promote the sale, use
18121 or other dealings in this Software without prior written authorization
18122 from Kaleb S. KEITHLEY
18123
18124
18125 Copyright (c) 1997 Matthieu Herrb
18126
18127 Permission to use, copy, modify, distribute, and sell this software and its
18128 documentation for any purpose is hereby granted without fee, provided that
18129 the above copyright notice appear in all copies and that both that
18130 copyright notice and this permission notice appear in supporting
18131 documentation, and that the name of Matthieu Herrb not be used in
18132 advertising or publicity pertaining to distribution of the software without
18133 specific, written prior permission. Matthieu Herrb makes no
18134 representations about the suitability of this software for any purpose.
18135 It is provided "as is" without express or implied warranty.
18136
18137 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18138 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18139 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18140 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18141 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18142 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18143 PERFORMANCE OF THIS SOFTWARE.
18144
18145
18146 Copyright 2004, Egbert Eich
18147
18148 Permission is hereby granted, free of charge, to any person obtaining a copy
18149 of this software and associated documentation files (the "Software"), to
18150 deal in the Software without restriction, including without limitation the
18151 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
18152 sell copies of the Software, and to permit persons to whom the Software is
18153 furnished to do so, subject to the following conditions:
18154
18155 The above copyright notice and this permission notice shall be included in
18156 all copies or substantial portions of the Software.
18157
18158 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18159 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18160 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18161 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18162 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
18163 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18164
18165 Except as contained in this notice, the name of Egbert Eich shall not
18166 be used in advertising or otherwise to promote the sale, use or other deal-
18167 ings in this Software without prior written authorization from Egbert Eich.
18168
18169
18170 Copyright 1993 by David Wexelblat <dwex (a] goblin.org>
18171 Copyright 2005 by Kean Johnston <jkj (a] sco.com>
18172 Copyright 1993 by David McCullough <davidm (a] stallion.oz.au>
18173
18174 Permission to use, copy, modify, distribute, and sell this software and its
18175 documentation for any purpose is hereby granted without fee, provided that
18176 the above copyright notice appear in all copies and that both that
18177 copyright notice and this permission notice appear in supporting
18178 documentation, and that the name of David Wexelblat not be used in
18179 advertising or publicity pertaining to distribution of the software without
18180 specific, written prior permission. David Wexelblat makes no representations
18181 about the suitability of this software for any purpose. It is provided
18182 "as is" without express or implied warranty.
18183
18184 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18185 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18186 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18187 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18188 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18189 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18190 PERFORMANCE OF THIS SOFTWARE.
18191
18192
18193 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com>
18194 Copyright 1993 by David Wexelblat <dwex (a] goblin.org>
18195
18196 Permission to use, copy, modify, distribute, and sell this software and its
18197 documentation for any purpose is hereby granted without fee, provided that
18198 the above copyright notice appear in all copies and that both that
18199 copyright notice and this permission notice appear in supporting
18200 documentation, and that the names of Orest Zborowski and David Wexelblat
18201 not be used in advertising or publicity pertaining to distribution of
18202 the software without specific, written prior permission. Orest Zborowski
18203 and David Wexelblat make no representations about the suitability of this
18204 software for any purpose. It is provided "as is" without express or
18205 implied warranty.
18206
18207 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
18208 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18209 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
18210 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18211 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18212 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18213 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18214
18215
18216 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com>
18217 Copyright 1993 by David Dawes <dawes (a] xfree86.org>
18218
18219 Permission to use, copy, modify, distribute, and sell this software and its
18220 documentation for any purpose is hereby granted without fee, provided that
18221 the above copyright notice appear in all copies and that both that
18222 copyright notice and this permission notice appear in supporting
18223 documentation, and that the names of Orest Zborowski and David Dawes
18224 not be used in advertising or publicity pertaining to distribution of
18225 the software without specific, written prior permission. Orest Zborowski
18226 and David Dawes make no representations about the suitability of this
18227 software for any purpose. It is provided "as is" without express or
18228 implied warranty.
18229
18230 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
18231 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18232 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
18233 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18234 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18235 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18236 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18237
18238
18239 Copyright 1995-1999 by Frederic Lepied, France. <fred (a] sugix.frmug.fr.net>
18240
18241 Permission to use, copy, modify, distribute, and sell this software and its
18242 documentation for any purpose is hereby granted without fee, provided that
18243 the above copyright notice appear in all copies and that both that
18244 copyright notice and this permission notice appear in supporting
18245 documentation, and that the name of Frederic Lepied not be used in
18246 advertising or publicity pertaining to distribution of the software without
18247 specific, written prior permission. Frederic Lepied makes no
18248 representations about the suitability of this software for any purpose. It
18249 is provided "as is" without express or implied warranty.
18250
18251 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18252 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18253 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18254 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18255 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18256 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18257 PERFORMANCE OF THIS SOFTWARE.
18258
18259
18260 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu>
18261 Copyright 1993 by David Wexelblat <dwex (a] goblin.org>
18262
18263 Permission to use, copy, modify, distribute, and sell this software and its
18264 documentation for any purpose is hereby granted without fee, provided that
18265 the above copyright notice appear in all copies and that both that
18266 copyright notice and this permission notice appear in supporting
18267 documentation, and that the names of Rich Murphey and David Wexelblat
18268 not be used in advertising or publicity pertaining to distribution of
18269 the software without specific, written prior permission. Rich Murphey and
18270 David Wexelblat make no representations about the suitability of this
18271 software for any purpose. It is provided "as is" without express or
18272 implied warranty.
18273
18274 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
18275 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18276 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
18277 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
18278 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
18279 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18280 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18281
18282
18283 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu>
18284 Copyright 1993 by David Dawes <dawes (a] xfree86.org>
18285
18286 Permission to use, copy, modify, distribute, and sell this software and its
18287 documentation for any purpose is hereby granted without fee, provided that
18288 the above copyright notice appear in all copies and that both that
18289 copyright notice and this permission notice appear in supporting
18290 documentation, and that the names of Rich Murphey and David Dawes
18291 not be used in advertising or publicity pertaining to distribution of
18292 the software without specific, written prior permission. Rich Murphey and
18293 David Dawes make no representations about the suitability of this
18294 software for any purpose. It is provided "as is" without express or
18295 implied warranty.
18296
18297 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
18298 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18299 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
18300 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
18301 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
18302 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18303 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18304
18305
18306 Copyright 2003-2004 Anders Carlsson
18307
18308 Permission to use, copy, modify, distribute, and sell this software and its
18309 documentation for any purpose is hereby granted without fee, provided that
18310 the above copyright notice appear in all copies and that both that
18311 copyright notice and this permission notice appear in supporting
18312 documentation, and that the name of Anders Carlsson not be used in
18313 advertising or publicity pertaining to distribution of the software without
18314 specific, written prior permission. Anders Carlsson makes no
18315 representations about the suitability of this software for any purpose. It
18316 is provided "as is" without express or implied warranty.
18317
18318 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18319 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18320 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18321 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18322 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18323 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18324 PERFORMANCE OF THIS SOFTWARE.
18325
18326
18327 Copyright (C) 2003 Anders Carlsson
18328 Copyright 2003-2004 Eric Anholt
18329 Copyright 2004 Keith Packard
18330
18331 Permission to use, copy, modify, distribute, and sell this software and its
18332 documentation for any purpose is hereby granted without fee, provided that
18333 the above copyright notice appear in all copies and that both that
18334 copyright notice and this permission notice appear in supporting
18335 documentation, and that the name of Eric Anholt not be used in
18336 advertising or publicity pertaining to distribution of the software without
18337 specific, written prior permission. Eric Anholt makes no
18338 representations about the suitability of this software for any purpose. It
18339 is provided "as is" without express or implied warranty.
18340
18341 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18342 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18343 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18344 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18345 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18346 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18347 PERFORMANCE OF THIS SOFTWARE.
18348
18349
18350 Copyright 2004 PillowElephantBadgerBankPond
18351
18352 Permission to use, copy, modify, distribute, and sell this software and its
18353 documentation for any purpose is hereby granted without fee, provided that
18354 the above copyright notice appear in all copies and that both that
18355 copyright notice and this permission notice appear in supporting
18356 documentation, and that the name of PillowElephantBadgerBankPond not be used in
18357 advertising or publicity pertaining to distribution of the software without
18358 specific, written prior permission. PillowElephantBadgerBankPond makes no
18359 representations about the suitability of this software for any purpose. It
18360 is provided "as is" without express or implied warranty.
18361
18362 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18363 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18364 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18365 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18366 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18367 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18368 PERFORMANCE OF THIS SOFTWARE.
18369
18370
18371 Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com>
18372
18373 Permission to use, copy, modify, and distribute this software for any
18374 purpose with or without fee is hereby granted, provided that the above
18375 copyright notice and this permission notice appear in all copies.
18376
18377 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
18378 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
18379 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
18380 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18381 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
18382 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
18383 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18384
18385
18386 Copyright 2003-2004 Philip Blundell
18387
18388 Permission to use, copy, modify, distribute, and sell this software and its
18389 documentation for any purpose is hereby granted without fee, provided that
18390 the above copyright notice appear in all copies and that both that
18391 copyright notice and this permission notice appear in supporting
18392 documentation, and that the name of Philip Blundell not be used in
18393 advertising or publicity pertaining to distribution of the software without
18394 specific, written prior permission. Philip Blundell makes no
18395 representations about the suitability of this software for any purpose. It
18396 is provided "as is" without express or implied warranty.
18397
18398 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18399 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18400 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18401 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18402 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18403 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18404 PERFORMANCE OF THIS SOFTWARE.
18405
18406
18407
18408 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
18409 Copyright 1997 by Metro Link, Inc.
18410 Copyright 2003 by David H. Dawes.
18411 Copyright 2003 by X-Oz Technologies.
18412 Copyright (c) 2004, X.Org Foundation
18413
18414 Permission is hereby granted, free of charge, to any person obtaining a
18415 copy of this software and associated documentation files (the "Software"),
18416 to deal in the Software without restriction, including without limitation
18417 the rights to use, copy, modify, merge, publish, distribute, sublicense,
18418 and/or sell copies of the Software, and to permit persons to whom the
18419 Software is furnished to do so, subject to the following conditions:
18420
18421 The above copyright notice and this permission notice shall be included in
18422 all copies or substantial portions of the Software.
18423
18424 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18425 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18426 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18427 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18428 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18429 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
18430 OTHER DEALINGS IN THE SOFTWARE.
18431
18432 Except as contained in this notice, the name of the copyright holder(s)
18433 and author(s) shall not be used in advertising or otherwise to promote
18434 the sale, use or other dealings in this Software without prior written
18435 authorization from the copyright holder(s) and author(s).
18436
18437
18438 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
18439 Copyright 1993 by David Wexelblat <dwex (a] goblin.org>
18440 Copyright 1999 by David Holland <davidh (a] iquest.net>
18441 Copyright 2000 Compaq Computer Corporation
18442 Copyright 2002 Hewlett-Packard Company
18443 Copyright 2004, 2005 Red Hat, Inc.
18444 Copyright 2004 Nicholas Miell
18445 Copyright 2005 Trolltech AS
18446 Copyright 2006 Intel Corporation
18447 Copyright 2006-2007 Keith Packard
18448 Copyright 2008 Red Hat, Inc
18449 Copyright 2008 George Sapountzis <gsap7 (a] yahoo.gr>
18450
18451 Permission to use, copy, modify, distribute, and sell this software and its
18452 documentation for any purpose is hereby granted without fee, provided that
18453 the above copyright notice appear in all copies and that both that copyright
18454 notice and this permission notice appear in supporting documentation, and
18455 that the name of the copyright holders not be used in advertising or
18456 publicity pertaining to distribution of the software without specific,
18457 written prior permission. The copyright holders make no representations
18458 about the suitability of this software for any purpose. It is provided "as
18459 is" without express or implied warranty.
18460
18461 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
18462 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18463 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
18464 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18465 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
18466 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
18467 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
18468 SOFTWARE.
18469
18470
18471 Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
18472 2005 Lars Knoll & Zack Rusin, Trolltech
18473
18474 Permission to use, copy, modify, distribute, and sell this software and its
18475 documentation for any purpose is hereby granted without fee, provided that
18476 the above copyright notice appear in all copies and that both that
18477 copyright notice and this permission notice appear in supporting
18478 documentation, and that the name of Keith Packard not be used in
18479 advertising or publicity pertaining to distribution of the software without
18480 specific, written prior permission. Keith Packard makes no
18481 representations about the suitability of this software for any purpose. It
18482 is provided "as is" without express or implied warranty.
18483
18484 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
18485 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18486 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
18487 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18488 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
18489 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
18490 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
18491 SOFTWARE.
18492
18493
18494 Copyright 1987, 1998 The Open Group
18495 Copyright 1998-1999, 2001 The XFree86 Project, Inc.
18496 Copyright 2000 VA Linux Systems, Inc.
18497 Copyright (c) 2000, 2001 Nokia Home Communications
18498 Copyright 2007, 2008 Red Hat, Inc.
18499 All rights reserved.
18500
18501 Permission is hereby granted, free of charge, to any person obtaining a
18502 copy of this software and associated documentation files (the
18503 "Software"), to deal in the Software without restriction, including
18504 without limitation the rights to use, copy, modify, merge, publish,
18505 distribute, and/or sell copies of the Software, and to permit persons
18506 to whom the Software is furnished to do so, provided that the above
18507 copyright notice(s) and this permission notice appear in all copies of
18508 the Software and that both the above copyright notice(s) and this
18509 permission notice appear in supporting documentation.
18510
18511 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18512 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18513 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
18514 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
18515 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
18516 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
18517 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
18518 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
18519 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18520
18521 Except as contained in this notice, the name of a copyright holder
18522 shall not be used in advertising or otherwise to promote the sale, use
18523 or other dealings in this Software without prior written authorization
18524 of the copyright holder.
18525
18526
18527 Copyright 1996 by Thomas E. Dickey <dickey (a] clark.net>
18528
18529 All Rights Reserved
18530
18531 Permission to use, copy, modify, and distribute this software and its
18532 documentation for any purpose and without fee is hereby granted,
18533 provided that the above copyright notice appear in all copies and that
18534 both that copyright notice and this permission notice appear in
18535 supporting documentation, and that the name of the above listed
18536 copyright holder(s) not be used in advertising or publicity pertaining
18537 to distribution of the software without specific, written prior
18538 permission.
18539
18540 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
18541 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18542 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
18543 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18544 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18545 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18546 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18547
18548
18549 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
18550 Copyright (c) 2001 Andreas Monitzer.
18551 Copyright (c) 2001-2004 Greg Parker.
18552 Copyright (c) 2001-2004 Torrey T. Lyons
18553 Copyright (c) 2002-2003 Apple Computer, Inc.
18554 Copyright (c) 2004-2005 Alexander Gottwald
18555 Copyright (c) 2002-2009 Apple Inc.
18556 Copyright (c) 2007 Jeremy Huddleston
18557 All Rights Reserved.
18558
18559 Permission is hereby granted, free of charge, to any person obtaining a
18560 copy of this software and associated documentation files (the "Software"),
18561 to deal in the Software without restriction, including without limitation
18562 the rights to use, copy, modify, merge, publish, distribute, sublicense,
18563 and/or sell copies of the Software, and to permit persons to whom the
18564 Software is furnished to do so, subject to the following conditions:
18565
18566 The above copyright notice and this permission notice shall be included in
18567 all copies or substantial portions of the Software.
18568
18569 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18570 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18571 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18572 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18573 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18574 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18575 DEALINGS IN THE SOFTWARE.
18576
18577 Except as contained in this notice, the name(s) of the above copyright
18578 holders shall not be used in advertising or otherwise to promote the sale,
18579 use or other dealings in this Software without prior written authorization.
18580
18581
18582 Copyright (C) 1999,2000 by Eric Sunshine <sunshine (a] sunshineco.com>
18583 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
18584
18585 All rights reserved.
18586
18587 Redistribution and use in source and binary forms, with or without
18588 modification, are permitted provided that the following conditions are met:
18589
18590 1. Redistributions of source code must retain the above copyright
18591 notice, this list of conditions and the following disclaimer.
18592 2. Redistributions in binary form must reproduce the above copyright
18593 notice, this list of conditions and the following disclaimer in the
18594 documentation and/or other materials provided with the distribution.
18595 3. The name of the author may not be used to endorse or promote products
18596 derived from this software without specific prior written permission.
18597
18598 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18599 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18600 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
18601 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18602 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
18603 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
18604 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
18605 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
18606 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
18607 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18608
18609
18610 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net
18611
18612 Permission is hereby granted, free of charge, to any person obtaining a copy of
18613 this software and associated documentation files (the "Software"), to deal in
18614 the Software without restriction, including without limitation the rights to
18615 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
18616 of the Software, and to permit persons to whom the Software is furnished to do
18617 so, subject to the following conditions:
18618
18619 The above copyright notice and this permission notice shall be included in all
18620 copies or substantial portions of the Software.
18621
18622 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18623 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18624 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18625 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
18626 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18627 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18628
18629 Except as contained in this notice, the name of the author shall not be used in
18630 advertising or otherwise to promote the sale, use or other dealings in this
18631 Software without prior written authorization from the author.
18632
18633
18634 Copyright 2002 David Dawes
18635
18636 Permission is hereby granted, free of charge, to any person obtaining a
18637 copy of this software and associated documentation files (the "Software"),
18638 to deal in the Software without restriction, including without limitation
18639 the rights to use, copy, modify, merge, publish, distribute, sublicense,
18640 and/or sell copies of the Software, and to permit persons to whom the
18641 Software is furnished to do so, subject to the following conditions:
18642
18643 The above copyright notice and this permission notice shall be included in
18644 all copies or substantial portions of the Software.
18645
18646 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18647 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18648 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18649 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
18650 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
18651 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18652 SOFTWARE.
18653
18654 Except as contained in this notice, the name of the author(s) shall
18655 not be used in advertising or otherwise to promote the sale, use or other
18656 dealings in this Software without prior written authorization from
18657 the author(s).
18658
18659
18660 Copyright (C) 1996-1999 SciTech Software, Inc.
18661 Copyright (C) David Mosberger-Tang
18662 Copyright (C) 1999 Egbert Eich
18663 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
18664
18665 Permission to use, copy, modify, distribute, and sell this software and
18666 its documentation for any purpose is hereby granted without fee,
18667 provided that the above copyright notice appear in all copies and that
18668 both that copyright notice and this permission notice appear in
18669 supporting documentation, and that the name of the authors not be used
18670 in advertising or publicity pertaining to distribution of the software
18671 without specific, written prior permission. The authors makes no
18672 representations about the suitability of this software for any purpose.
18673 It is provided "as is" without express or implied warranty.
18674
18675 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18676 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18677 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18678 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
18679 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18680 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18681 PERFORMANCE OF THIS SOFTWARE.
18682
18683
18684 Copyright 2005-2006 Luc Verhaegen.
18685
18686 Permission is hereby granted, free of charge, to any person obtaining a
18687 copy of this software and associated documentation files (the "Software"),
18688 to deal in the Software without restriction, including without limitation
18689 the rights to use, copy, modify, merge, publish, distribute, sublicense,
18690 and/or sell copies of the Software, and to permit persons to whom the
18691 Software is furnished to do so, subject to the following conditions:
18692
18693 The above copyright notice and this permission notice shall be included in
18694 all copies or substantial portions of the Software.
18695
18696 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18697 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18698 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18699 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18700 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18701 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
18702 OTHER DEALINGS IN THE SOFTWARE.
18703
18704
18705 Copyright 1995 by Robin Cutshaw <robin (a] XFree86.Org>
18706 Copyright 2000 by Egbert Eich
18707 Copyright 2002 by David Dawes
18708
18709 Permission to use, copy, modify, distribute, and sell this software and its
18710 documentation for any purpose is hereby granted without fee, provided that
18711 the above copyright notice appear in all copies and that both that
18712 copyright notice and this permission notice appear in supporting
18713 documentation, and that the names of the above listed copyright holder(s)
18714 not be used in advertising or publicity pertaining to distribution of
18715 the software without specific, written prior permission. The above listed
18716 copyright holder(s) make(s) no representations about the suitability of this
18717 software for any purpose. It is provided "as is" without express or
18718 implied warranty.
18719
18720 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
18721 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18722 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
18723 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
18724 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
18725 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
18726 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18727
18728
18729 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org
18730
18731 Permission to use, copy, modify, distribute, and sell this software and its
18732 documentation for any purpose is hereby granted without fee, provided that
18733 the above copyright notice appear in all copies and that both that copyright
18734 notice and this permission notice appear in supporting documentation, and
18735 that the name of Marc Aurele La France not be used in advertising or
18736 publicity pertaining to distribution of the software without specific,
18737 written prior permission. Marc Aurele La France makes no representations
18738 about the suitability of this software for any purpose. It is provided
18739 "as-is" without express or implied warranty.
18740
18741 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18742 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
18743 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18744 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18745 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18746 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
18747 OF THIS SOFTWARE.
18748
18749
18750 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
18751 Copyright 1992 by David Dawes <dawes (a] XFree86.org>
18752 Copyright 1992 by Jim Tsillas <jtsilla (a] damon.ccs.northeastern.edu>
18753 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu>
18754 Copyright 1992 by Robert Baron <Robert.Baron (a] ernst.mach.cs.cmu.edu>
18755 Copyright 1992 by Orest Zborowski <obz (a] eskimo.com>
18756 Copyright 1993 by Vrije Universiteit, The Netherlands
18757 Copyright 1993 by David Wexelblat <dwex (a] XFree86.org>
18758 Copyright 1994, 1996 by Holger Veit <Holger.Veit (a] gmd.de>
18759 Copyright 1997 by Takis Psarogiannakopoulos <takis (a] dpmms.cam.ac.uk>
18760 Copyright 1994-2003 by The XFree86 Project, Inc
18761
18762 Permission to use, copy, modify, distribute, and sell this software and its
18763 documentation for any purpose is hereby granted without fee, provided that
18764 the above copyright notice appear in all copies and that both that
18765 copyright notice and this permission notice appear in supporting
18766 documentation, and that the names of the above listed copyright holders
18767 not be used in advertising or publicity pertaining to distribution of
18768 the software without specific, written prior permission. The above listed
18769 copyright holders make no representations about the suitability of this
18770 software for any purpose. It is provided "as is" without express or
18771 implied warranty.
18772
18773 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
18774 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18775 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
18776 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
18777 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
18778 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
18779 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18780
18781
18782 Copyright 2001-2005 by J. Kean Johnston <jkj (a] sco.com>
18783
18784 Permission to use, copy, modify, distribute, and sell this software and its
18785 documentation for any purpose is hereby granted without fee, provided that
18786 the above copyright notice appear in all copies and that both that
18787 copyright notice and this permission notice appear in supporting
18788 documentation, and that the name J. Kean Johnston not be used in
18789 advertising or publicity pertaining to distribution of the software without
18790 specific, written prior permission. J. Kean Johnston makes no
18791 representations about the suitability of this software for any purpose.
18792 It is provided "as is" without express or implied warranty.
18793
18794 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18795 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18796 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18797 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
18798 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18799 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18800 PERFORMANCE OF THIS SOFTWARE.
18801
18802
18803 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com)
18804
18805 Permission is hereby granted, free of charge, to any person obtaining a copy
18806 of this software and associated documentation files (the "Software"), to deal
18807 in the Software without restriction, including without limitation the rights
18808 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18809 copies of the Software, and to permit persons to whom the Software is
18810 furnished to do so, subject to the following conditions:
18811
18812 The above copyright notice and this permission notice shall be included in
18813 all copies or substantial portions of the Software.
18814
18815 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18816 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18817 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18818 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18819 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18820 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18821
18822
18823 Copyright 1997,1998 by UCHIYAMA Yasushi
18824
18825 Permission to use, copy, modify, distribute, and sell this software and its
18826 documentation for any purpose is hereby granted without fee, provided that
18827 the above copyright notice appear in all copies and that both that
18828 copyright notice and this permission notice appear in supporting
18829 documentation, and that the name of UCHIYAMA Yasushi not be used in
18830 advertising or publicity pertaining to distribution of the software without
18831 specific, written prior permission. UCHIYAMA Yasushi makes no representations
18832 about the suitability of this software for any purpose. It is provided
18833 "as is" without express or implied warranty.
18834
18835 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18836 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18837 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18838 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18839 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18840 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18841 PERFORMANCE OF THIS SOFTWARE.
18842
18843
18844 Copyright (C) 2000 Keith Packard
18845 2004 Eric Anholt
18846 2005 Zack Rusin
18847
18848 Permission to use, copy, modify, distribute, and sell this software and its
18849 documentation for any purpose is hereby granted without fee, provided that
18850 the above copyright notice appear in all copies and that both that
18851 copyright notice and this permission notice appear in supporting
18852 documentation, and that the name of copyright holders not be used in
18853 advertising or publicity pertaining to distribution of the software without
18854 specific, written prior permission. Copyright holders make no
18855 representations about the suitability of this software for any purpose. It
18856 is provided "as is" without express or implied warranty.
18857
18858 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
18859 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
18860 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
18861 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18862 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
18863 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
18864 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
18865 SOFTWARE.
18866
18867
18868 (C) Copyright IBM Corporation 2002-2007
18869 All Rights Reserved.
18870
18871 Permission is hereby granted, free of charge, to any person obtaining a
18872 copy of this software and associated documentation files (the "Software"),
18873 to deal in the Software without restriction, including without limitation
18874 on the rights to use, copy, modify, merge, publish, distribute, sub
18875 license, and/or sell copies of the Software, and to permit persons to whom
18876 the Software is furnished to do so, subject to the following conditions:
18877
18878 The above copyright notice and this permission notice (including the next
18879 paragraph) shall be included in all copies or substantial portions of the
18880 Software.
18881
18882 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18883 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18884 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
18885 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
18886 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
18887 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
18888 USE OR OTHER DEALINGS IN THE SOFTWARE.
18889
18890
18891 Permission to use, copy, modify, distribute, and sell this software and its
18892 documentation for any purpose is hereby granted without fee, provided that
18893 this permission notice appear in supporting documentation. This permission
18894 notice shall be included in all copies or substantial portions of the
18895 Software.
18896
18897 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18898 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18899 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18900 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18901 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18902 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18903
18904
18905 Copyright 2007 OpenedHand Ltd
18906
18907 Permission to use, copy, modify, distribute, and sell this software and its
18908 documentation for any purpose is hereby granted without fee, provided that
18909 the above copyright notice appear in all copies and that both that
18910 copyright notice and this permission notice appear in supporting
18911 documentation, and that the name of OpenedHand Ltd not be used in
18912 advertising or publicity pertaining to distribution of the software without
18913 specific, written prior permission. OpenedHand Ltd makes no
18914 representations about the suitability of this software for any purpose. It
18915 is provided "as is" without express or implied warranty.
18916
18917 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
18918 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18919 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18920 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18921 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18922 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18923 PERFORMANCE OF THIS SOFTWARE.
18924
18925
18926 Copyright (c) 1989, 1990, 1993, 1994
18927 The Regents of the University of California. All rights reserved.
18928
18929 This code is derived from software contributed to Berkeley by
18930 Chris Torek.
18931
18932 This code is derived from software contributed to Berkeley by
18933 Michael Rendell of Memorial University of Newfoundland.
18934
18935 Redistribution and use in source and binary forms, with or without
18936 modification, are permitted provided that the following conditions
18937 are met:
18938 1. Redistributions of source code must retain the above copyright
18939 notice, this list of conditions and the following disclaimer.
18940 2. Redistributions in binary form must reproduce the above copyright
18941 notice, this list of conditions and the following disclaimer in the
18942 documentation and/or other materials provided with the distribution.
18943 4. Neither the name of the University nor the names of its contributors
18944 may be used to endorse or promote products derived from this software
18945 without specific prior written permission.
18946
18947 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18948 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18949 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18950 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18951 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18952 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18953 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18954 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18955 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
18956 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
18957 SUCH DAMAGE.
18958
18959 </pre>
18960 <div class="license-packages">
18961 Used by these packages: x11-base/X.Org-1.9.3
18962 </div>
18963 </div>
18964 </div>
18965
18966 <div class="product">
18967 <a name="ZLIB" class="title">Gentoo Package Provided Stock License ZLIB</a>
18968 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18969 <div class="licence">
18970 <pre>
18971 Copyright (C) <year> <copyright holders>
18972
18973 This software is provided 'as-is', without any express or implied
18974 warranty. In no event will the author(s) be held liable for any damages
18975 arising from the use of this software.
18976
18977 Permission is granted to anyone to use this software for any purpose,
18978 including commercial applications, and to alter it and redistribute it
18979 freely, subject to the following restrictions:
18980
18981 1. The origin of this software must not be misrepresented; you must not
18982 claim that you wrote the original software. If you use this software
18983 in a product, an acknowledgment in the product documentation would be
18984 appreciated but is not required.
18985 2. Altered source versions must be plainly marked as such, and must not be
18986 misrepresented as being the original software.
18987 3. This notice may not be removed or altered from any source distribution.
18988
18989 </pre>
18990 <div class="license-packages">
18991 Used by these packages: sys-libs/zlib-1.2.7
18992 </div>
18993 </div>
18994 </div>
18995
18996 <div class="product">
18997 <a name="as-is" class="title">Gentoo Package Provided Stock License as-is</a>
18998 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
18999 <div class="licence">
19000 <pre>
19001 Note: This license label is deprecated, so don't use it for new packages.
19002 Unfortunately, "as-is" has been (ab)used also for non-free software and
19003 you cannot rely on it. Please check the upstream license instead.
19004
19005 "as-is" in its originally intended sense is now covered by the OSI-approved
19006 "HPND" (Historical Permission Notice and Disclaimer).
19007
19008 ---------------------------------------------------------------------------
19009
19010 This is a generic place holder for a class of licenses that boil down to do
19011 no guarantees and all you get is what you have. The language is usually
19012 similar to:
19013
19014 Permission to use, copy, modify, and distribute this software and its
19015 documentation for any purpose and without fee is hereby granted, provided
19016 that the above copyright notice appears in all copies and that both the
19017 copyright notice and this permission notice appear in supporting
19018 documentation, and that the same name not be used in advertising or
19019 publicity pertaining to distribution of the software without specific,
19020 written prior permission. We make no representations about the
19021 suitability of this software for any purpose. It is provided "as is"
19022 without express or implied warranty.
19023
19024
19025 You will need to check the license that came with the software for the exact
19026 specifics. Generally you are free to do most anything you want with "as is"
19027 software but you should not take this license as legal advice.
19028
19029 Note: Most all license have an "as is" clause. For our purposes this does
19030 not make all software in this category. This category is for software with
19031 very little restrictions.
19032
19033 The information in this license about licenses is presented "as is". :-P
19034
19035 </pre>
19036 <div class="license-packages">
19037 Used by these packages: net-wireless/crda-1.1.1-r1 app-text/docbook-xml-dtd-4.1.2-r6 sys-apps/hdparm-9.20 net-wireless/iw-3.6-r1 media-libs/libpng-1.2.49-r1 net-misc/openssh-5.2_p1-r10 dev-db/sqlite-3.6.22-r3 dev-lang/swig-2.0.4-r1 net-wireless/wireless-regdb-20101124-r1 app-arch/xz-utils-4.999.9_beta
19038 </div>
19039 </div>
19040 </div>
19041
19042 <div class="product">
19043 <a name="boehm-gc" class="title">Gentoo Package Provided Stock License boehm-gc</a>
19044 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19045 <div class="licence">
19046 <pre>
19047 <copyright notice>
19048
19049 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
19050 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
19051
19052 Permission is hereby granted to use or copy this program
19053 for any purpose, provided the above notices are retained on all copies.
19054 Permission to modify the code and to distribute modified code is granted,
19055 provided the above notices are retained, and a notice that the code was
19056 modified is included with the above copyright notice.
19057
19058 </pre>
19059 <div class="license-packages">
19060 Used by these packages: dev-libs/libatomic_ops-7.2d
19061 </div>
19062 </div>
19063 </div>
19064
19065 <div class="product">
19066 <a name="fontconfig" class="title">Gentoo Package Provided Stock License fontconfig</a>
19067 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19068 <div class="licence">
19069 <pre>
19070 fontconfig/COPYING
19071
19072 Copyright 2001,2003 Keith Packard
19073
19074 Permission to use, copy, modify, distribute, and sell this software and its
19075 documentation for any purpose is hereby granted without fee, provided that
19076 the above copyright notice appear in all copies and that both that
19077 copyright notice and this permission notice appear in supporting
19078 documentation, and that the name of Keith Packard not be used in
19079 advertising or publicity pertaining to distribution of the software without
19080 specific, written prior permission. Keith Packard makes no
19081 representations about the suitability of this software for any purpose. It
19082 is provided "as is" without express or implied warranty.
19083
19084 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
19085 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
19086 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19087 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19088 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19089 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19090 PERFORMANCE OF THIS SOFTWARE.
19091
19092
19093 </pre>
19094 <div class="license-packages">
19095 Used by these packages: media-libs/fontconfig-2.7.1-r36
19096 </div>
19097 </div>
19098 </div>
19099
19100 <div class="product">
19101 <a name="icu" class="title">Gentoo Package Provided Stock License icu</a>
19102 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19103 <div class="licence">
19104 <pre>
19105 ICU License - ICU 1.8.1 and later
19106
19107 COPYRIGHT AND PERMISSION NOTICE
19108
19109 Copyright (c) 1995-2003 International Business Machines Corporation and others
19110 All rights reserved.
19111
19112 Permission is hereby granted, free of charge, to any person obtaining a
19113 copy of this software and associated documentation files (the
19114 "Software"), to deal in the Software without restriction, including
19115 without limitation the rights to use, copy, modify, merge, publish,
19116 distribute, and/or sell copies of the Software, and to permit persons
19117 to whom the Software is furnished to do so, provided that the above
19118 copyright notice(s) and this permission notice appear in all copies of
19119 the Software and that both the above copyright notice(s) and this
19120 permission notice appear in supporting documentation.
19121
19122 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19123 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19124 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
19125 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
19126 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
19127 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
19128 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19129 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
19130 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19131
19132 Except as contained in this notice, the name of a copyright holder
19133 shall not be used in advertising or otherwise to promote the sale, use
19134 or other dealings in this Software without prior written authorization
19135 of the copyright holder.
19136
19137 --------------------------------------------------------------------------------
19138 All trademarks and registered trademarks mentioned herein are the property of their respective owners.
19139
19140 </pre>
19141 <div class="license-packages">
19142 Used by these packages: media-libs/harfbuzz-0.9.18-r2
19143 </div>
19144 </div>
19145 </div>
19146
19147 <div class="product">
19148 <a name="lsof" class="title">Gentoo Package Provided Stock License lsof</a>
19149 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19150 <div class="licence">
19151 <pre>
19152 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9
19153
19154 Copyright 2002 Purdue Research Foundation, West Lafayette,
19155 Indiana 47907. All rights reserved.
19156
19157 Written by Victor A. Abell
19158
19159 This software is not subject to any license of the American
19160 Telephone and Telegraph Company or the Regents of the
19161 University of California.
19162
19163 Permission is granted to anyone to use this software for
19164 any purpose on any computer system, and to alter it and
19165 redistribute it freely, subject to the following
19166 restrictions:
19167
19168 1. Neither the authors nor Purdue University are responsible
19169 for any consequences of the use of this software.
19170
19171 2. The origin of this software must not be misrepresented,
19172 either by explicit claim or by omission. Credit to the
19173 authors and Purdue University must appear in documentation
19174 and sources.
19175
19176 3. Altered versions must be plainly marked as such, and must
19177 not be misrepresented as being the original software.
19178
19179 4. This notice may not be removed or altered.
19180
19181 </pre>
19182 <div class="license-packages">
19183 Used by these packages: sys-process/lsof-4.81-r2
19184 </div>
19185 </div>
19186 </div>
19187
19188 <div class="product">
19189 <a name="ncurses" class="title">Gentoo Package Provided Stock License ncurses</a>
19190 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19191 <div class="licence">
19192 <pre>
19193 Copyright (c) 1998-2000,2005 Free Software Foundation, Inc.
19194
19195 Permission is hereby granted, free of charge, to any person obtaining a
19196 copy of this software and associated documentation files (the
19197 "Software"), to deal in the Software without restriction, including
19198 without limitation the rights to use, copy, modify, merge, publish,
19199 distribute, distribute with modifications, sublicense, and/or sell
19200 copies of the Software, and to permit persons to whom the Software is
19201 furnished to do so, subject to the following conditions:
19202
19203 The above copyright notice and this permission notice shall be included
19204 in all copies or substantial portions of the Software.
19205
19206 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19207 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19208 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19209 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
19210 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19211 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
19212 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19213
19214 Except as contained in this notice, the name(s) of the above copyright
19215 holders shall not be used in advertising or otherwise to promote the
19216 sale, use or other dealings in this Software without prior written
19217 authorization.
19218
19219 </pre>
19220 <div class="license-packages">
19221 Used by these packages: sys-libs/ncurses-5.9-r2
19222 </div>
19223 </div>
19224 </div>
19225
19226 <div class="product">
19227 <a name="netiface" class="title">Gentoo Package Provided Stock License netiface</a>
19228 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19229 <div class="licence">
19230 <pre>
19231 Copyright (c) 2007, 2008 Alastair Houghton
19232
19233 Permission is hereby granted, free of charge, to any person obtaining a copy
19234 of this software and associated documentation files (the "Software"), to deal
19235 in the Software without restriction, including without limitation the rights
19236 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19237 copies of the Software, and to permit persons to whom the Software is
19238 furnished to do so, subject to the following conditions:
19239
19240 The above copyright notice and this permission notice shall be included in all
19241 copies or substantial portions of the Software.
19242
19243 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19244 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19245 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19246 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19247 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19248 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19249 SOFTWARE.
19250
19251 </pre>
19252 <div class="license-packages">
19253 Used by these packages: dev-python/netifaces-0.8
19254 </div>
19255 </div>
19256 </div>
19257
19258 <div class="product">
19259 <a name="openssl" class="title">Gentoo Package Provided Stock License openssl</a>
19260 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19261 <div class="licence">
19262 <pre>
19263
19264 LICENSE ISSUES
19265 ==============
19266
19267 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
19268 the OpenSSL License and the original SSLeay license apply to the toolkit.
19269 See below for the actual license texts. Actually both licenses are BSD-style
19270 Open Source licenses. In case of any license issues related to OpenSSL
19271 please contact openssl-core (a] openssl.org.
19272
19273 OpenSSL License
19274 ---------------
19275
19276 /* ====================================================================
19277 * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
19278 *
19279 * Redistribution and use in source and binary forms, with or without
19280 * modification, are permitted provided that the following conditions
19281 * are met:
19282 *
19283 * 1. Redistributions of source code must retain the above copyright
19284 * notice, this list of conditions and the following disclaimer.
19285 *
19286 * 2. Redistributions in binary form must reproduce the above copyright
19287 * notice, this list of conditions and the following disclaimer in
19288 * the documentation and/or other materials provided with the
19289 * distribution.
19290 *
19291 * 3. All advertising materials mentioning features or use of this
19292 * software must display the following acknowledgment:
19293 * "This product includes software developed by the OpenSSL Project
19294 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
19295 *
19296 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
19297 * endorse or promote products derived from this software without
19298 * prior written permission. For written permission, please contact
19299 * openssl-core (a] openssl.org.
19300 *
19301 * 5. Products derived from this software may not be called "OpenSSL"
19302 * nor may "OpenSSL" appear in their names without prior written
19303 * permission of the OpenSSL Project.
19304 *
19305 * 6. Redistributions of any form whatsoever must retain the following
19306 * acknowledgment:
19307 * "This product includes software developed by the OpenSSL Project
19308 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
19309 *
19310 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
19311 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19312 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19313 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
19314 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19315 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19316 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19317 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19318 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
19319 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
19320 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
19321 * OF THE POSSIBILITY OF SUCH DAMAGE.
19322 * ====================================================================
19323 *
19324 * This product includes cryptographic software written by Eric Young
19325 * (eay (a] cryptsoft.com). This product includes software written by Tim
19326 * Hudson (tjh (a] cryptsoft.com).
19327 *
19328 */
19329
19330 Original SSLeay License
19331 -----------------------
19332
19333 /* Copyright (C) 1995-1998 Eric Young (eay (a] cryptsoft.com)
19334 * All rights reserved.
19335 *
19336 * This package is an SSL implementation written
19337 * by Eric Young (eay (a] cryptsoft.com).
19338 * The implementation was written so as to conform with Netscapes SSL.
19339 *
19340 * This library is free for commercial and non-commercial use as long as
19341 * the following conditions are aheared to. The following conditions
19342 * apply to all code found in this distribution, be it the RC4, RSA,
19343 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
19344 * included with this distribution is covered by the same copyright terms
19345 * except that the holder is Tim Hudson (tjh (a] cryptsoft.com).
19346 *
19347 * Copyright remains Eric Young's, and as such any Copyright notices in
19348 * the code are not to be removed.
19349 * If this package is used in a product, Eric Young should be given attribution
19350 * as the author of the parts of the library used.
19351 * This can be in the form of a textual message at program startup or
19352 * in documentation (online or textual) provided with the package.
19353 *
19354 * Redistribution and use in source and binary forms, with or without
19355 * modification, are permitted provided that the following conditions
19356 * are met:
19357 * 1. Redistributions of source code must retain the copyright
19358 * notice, this list of conditions and the following disclaimer.
19359 * 2. Redistributions in binary form must reproduce the above copyright
19360 * notice, this list of conditions and the following disclaimer in the
19361 * documentation and/or other materials provided with the distribution.
19362 * 3. All advertising materials mentioning features or use of this software
19363 * must display the following acknowledgement:
19364 * "This product includes cryptographic software written by
19365 * Eric Young (eay (a] cryptsoft.com)"
19366 * The word 'cryptographic' can be left out if the rouines from the library
19367 * being used are not cryptographic related :-).
19368 * 4. If you include any Windows specific code (or a derivative thereof) from
19369 * the apps directory (application code) you must include an acknowledgement:
19370 * "This product includes software written by Tim Hudson (tjh (a] cryptsoft.com)"
19371 *
19372 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
19373 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19374 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19375 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19376 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19377 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19378 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19379 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
19380 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
19381 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
19382 * SUCH DAMAGE.
19383 *
19384 * The licence and distribution terms for any publically available version or
19385 * derivative of this code cannot be changed. i.e. this code cannot simply be
19386 * copied and put under another distribution licence
19387 * [including the GNU Public Licence.]
19388 */
19389
19390
19391 </pre>
19392 <div class="license-packages">
19393 Used by these packages: dev-libs/openssl-1.0.1c-r9
19394 </div>
19395 </div>
19396 </div>
19397
19398 <div class="product">
19399 <a name="ppp-2.4.4" class="title">Gentoo Package Provided Stock License ppp-2.4.4</a>
19400 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
19401 <div class="licence">
19402 <pre>
19403 /*
19404 * if_ppp.h - Point-to-Point Protocol definitions.
19405 *
19406 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
19407 *
19408 * Redistribution and use in source and binary forms, with or without
19409 * modification, are permitted provided that the following conditions
19410 * are met:
19411 *
19412 * 1. Redistributions of source code must retain the above copyright
19413 * notice, this list of conditions and the following disclaimer.
19414 *
19415 * 2. Redistributions in binary form must reproduce the above copyright
19416 * notice, this list of conditions and the following disclaimer in
19417 * the documentation and/or other materials provided with the
19418 * distribution.
19419 *
19420 * 3. The name "Carnegie Mellon University" must not be used to
19421 * endorse or promote products derived from this software without
19422 * prior written permission. For permission or any legal
19423 * details, please contact
19424 * Office of Technology Transfer
19425 * Carnegie Mellon University
19426 * 5000 Forbes Avenue
19427 * Pittsburgh, PA 15213-3890
19428 * (412) 268-4387, fax: (412) 268-7395
19429 * tech-transfer (a] andrew.cmu.edu
19430 *
19431 * 4. Redistributions of any form whatsoever must retain the following
19432 * acknowledgment:
19433 * "This product includes software developed by Computing Services
19434 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
19435 *
19436 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
19437 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19438 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
19439 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19440 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19441 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19442 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19443 *
19444 */
19445
19446 /* From: if_pppvar.h,v 1.2 1995/06/12 11:36:51 paulus Exp */
19447 /*
19448 * if_pppvar.h - private structures and declarations for PPP.
19449 *
19450 * Copyright (c) 1989-2002 Paul Mackerras. All rights reserved.
19451 *
19452 * Redistribution and use in source and binary forms, with or without
19453 * modification, are permitted provided that the following conditions
19454 * are met:
19455 *
19456 * 1. Redistributions of source code must retain the above copyright
19457 * notice, this list of conditions and the following disclaimer.
19458 *
19459 * 2. Redistributions in binary form must reproduce the above copyright
19460 * notice, this list of conditions and the following disclaimer in
19461 * the documentation and/or other materials provided with the
19462 * distribution.
19463 *
19464 * 3. The name(s) of the authors of this software must not be used to
19465 * endorse or promote products derived from this software without
19466 * prior written permission.
19467 *
19468 * 4. Redistributions of any form whatsoever must retain the following
19469 * acknowledgment:
19470 * "This product includes software developed by Paul Mackerras
19471 * <paulus (a] samba.org>".
19472 *
19473 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19474 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19475 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19476 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19477 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19478 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19479 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19480 *
19481 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
19482 *
19483 * Redistribution and use in source and binary forms, with or without
19484 * modification, are permitted provided that the following conditions
19485 * are met:
19486 *
19487 * 1. Redistributions of source code must retain the above copyright
19488 * notice, this list of conditions and the following disclaimer.
19489 *
19490 * 2. Redistributions in binary form must reproduce the above copyright
19491 * notice, this list of conditions and the following disclaimer in
19492 * the documentation and/or other materials provided with the
19493 * distribution.
19494 *
19495 * 3. The name "Carnegie Mellon University" must not be used to
19496 * endorse or promote products derived from this software without
19497 * prior written permission. For permission or any legal
19498 * details, please contact
19499 * Office of Technology Transfer
19500 * Carnegie Mellon University
19501 * 5000 Forbes Avenue
19502 * Pittsburgh, PA 15213-3890
19503 * (412) 268-4387, fax: (412) 268-7395
19504 * tech-transfer (a] andrew.cmu.edu
19505 *
19506 * 4. Redistributions of any form whatsoever must retain the following
19507 * acknowledgment:
19508 * "This product includes software developed by Computing Services
19509 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
19510 *
19511 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
19512 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19513 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
19514 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19515 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19516 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19517 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19518 */
19519
19520 /*
19521 * ppp-comp.h - Definitions for doing PPP packet compression.
19522 *
19523 * Copyright (c) 1984 Paul Mackerras. All rights reserved.
19524 *
19525 * Redistribution and use in source and binary forms, with or without
19526 * modification, are permitted provided that the following conditions
19527 * are met:
19528 *
19529 * 1. Redistributions of source code must retain the above copyright
19530 * notice, this list of conditions and the following disclaimer.
19531 *
19532 * 2. Redistributions in binary form must reproduce the above copyright
19533 * notice, this list of conditions and the following disclaimer in
19534 * the documentation and/or other materials provided with the
19535 * distribution.
19536 *
19537 * 3. The name(s) of the authors of this software must not be used to
19538 * endorse or promote products derived from this software without
19539 * prior written permission.
19540 *
19541 * 4. Redistributions of any form whatsoever must retain the following
19542 * acknowledgment:
19543 * "This product includes software developed by Paul Mackerras
19544 * <paulus (a] samba.org>".
19545 *
19546 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19547 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19548 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19549 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19550 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19551 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19552 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19553 *
19554 * $Id: ppp-comp.h,v 1.10 2002/12/06 09:49:15 paulus Exp $
19555 */
19556
19557 /*
19558 * ppp_defs.h - PPP definitions.
19559 *
19560 * Copyright (c) 1989-2002 Paul Mackerras. All rights reserved.
19561 *
19562 * Redistribution and use in source and binary forms, with or without
19563 * modification, are permitted provided that the following conditions
19564 * are met:
19565 *
19566 * 1. Redistributions of source code must retain the above copyright
19567 * notice, this list of conditions and the following disclaimer.
19568 *
19569 * 2. Redistributions in binary form must reproduce the above copyright
19570 * notice, this list of conditions and the following disclaimer in
19571 * the documentation and/or other materials provided with the
19572 * distribution.
19573 *
19574 * 3. The name(s) of the authors of this software must not be used to
19575 * endorse or promote products derived from this software without
19576 * prior written permission.
19577 *
19578 * 4. Redistributions of any form whatsoever must retain the following
19579 * acknowledgment:
19580 * "This product includes software developed by Paul Mackerras
19581 * <paulus (a] samba.org>".
19582 *
19583 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19584 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19585 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19586 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19587 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19588 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19589 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19590 */
19591
19592 /*
19593 * if_ppp.h - Point-to-Point Protocol definitions.
19594 *
19595 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
19596 *
19597 * Redistribution and use in source and binary forms, with or without
19598 * modification, are permitted provided that the following conditions
19599 * are met:
19600 *
19601 * 1. Redistributions of source code must retain the above copyright
19602 * notice, this list of conditions and the following disclaimer.
19603 *
19604 * 2. Redistributions in binary form must reproduce the above copyright
19605 * notice, this list of conditions and the following disclaimer in
19606 * the documentation and/or other materials provided with the
19607 * distribution.
19608 *
19609 * 3. The name "Carnegie Mellon University" must not be used to
19610 * endorse or promote products derived from this software without
19611 * prior written permission. For permission or any legal
19612 * details, please contact
19613 * Office of Technology Transfer
19614 * Carnegie Mellon University
19615 * 5000 Forbes Avenue
19616 * Pittsburgh, PA 15213-3890
19617 * (412) 268-4387, fax: (412) 268-7395
19618 * tech-transfer (a] andrew.cmu.edu
19619 *
19620 * 4. Redistributions of any form whatsoever must retain the following
19621 * acknowledgment:
19622 * "This product includes software developed by Computing Services
19623 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
19624 *
19625 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
19626 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19627 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
19628 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19629 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19630 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19631 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19632 */
19633
19634 /*
19635 * ppp-comp.h - Definitions for doing PPP packet compression.
19636 *
19637 * Copyright (c) 1984 Paul Mackerras. All rights reserved.
19638 *
19639 * Redistribution and use in source and binary forms, with or without
19640 * modification, are permitted provided that the following conditions
19641 * are met:
19642 *
19643 * 1. Redistributions of source code must retain the above copyright
19644 * notice, this list of conditions and the following disclaimer.
19645 *
19646 * 2. Redistributions in binary form must reproduce the above copyright
19647 * notice, this list of conditions and the following disclaimer in
19648 * the documentation and/or other materials provided with the
19649 * distribution.
19650 *
19651 * 3. The name(s) of the authors of this software must not be used to
19652 * endorse or promote products derived from this software without
19653 * prior written permission.
19654 *
19655 * 4. Redistributions of any form whatsoever must retain the following
19656 * acknowledgment:
19657 * "This product includes software developed by Paul Mackerras
19658 * <paulus (a] samba.org>".
19659 *
19660 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19661 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19662 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19663 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19664 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19665 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19666 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19667 *
19668 * $Id: ppp-comp.h,v 1.13 2002/12/06 09:49:15 paulus Exp $
19669 */
19670
19671 /*
19672 * ppp_defs.h - PPP definitions.
19673 *
19674 * Copyright (c) 1984 Paul Mackerras. All rights reserved.
19675 *
19676 * Redistribution and use in source and binary forms, with or without
19677 * modification, are permitted provided that the following conditions
19678 * are met:
19679 *
19680 * 1. Redistributions of source code must retain the above copyright
19681 * notice, this list of conditions and the following disclaimer.
19682 *
19683 * 2. Redistributions in binary form must reproduce the above copyright
19684 * notice, this list of conditions and the following disclaimer in
19685 * the documentation and/or other materials provided with the
19686 * distribution.
19687 *
19688 * 3. The name(s) of the authors of this software must not be used to
19689 * endorse or promote products derived from this software without
19690 * prior written permission.
19691 *
19692 * 4. Redistributions of any form whatsoever must retain the following
19693 * acknowledgment:
19694 * "This product includes software developed by Paul Mackerras
19695 * <paulus (a] samba.org>".
19696 *
19697 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19698 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19699 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19700 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19701 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19702 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19703 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19704 */
19705
19706 /*
19707 * pppio.h - ioctl and other misc. definitions for STREAMS modules.
19708 *
19709 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
19710 *
19711 * Redistribution and use in source and binary forms, with or without
19712 * modification, are permitted provided that the following conditions
19713 * are met:
19714 *
19715 * 1. Redistributions of source code must retain the above copyright
19716 * notice, this list of conditions and the following disclaimer.
19717 *
19718 * 2. Redistributions in binary form must reproduce the above copyright
19719 * notice, this list of conditions and the following disclaimer in
19720 * the documentation and/or other materials provided with the
19721 * distribution.
19722 *
19723 * 3. The name(s) of the authors of this software must not be used to
19724 * endorse or promote products derived from this software without
19725 * prior written permission.
19726 *
19727 * 4. Redistributions of any form whatsoever must retain the following
19728 * acknowledgment:
19729 * "This product includes software developed by Paul Mackerras
19730 * <paulus (a] samba.org>".
19731 *
19732 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19733 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19734 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19735 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19736 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19737 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19738 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19739 *
19740 * $Id: pppio.h,v 1.9 2002/12/06 09:49:15 paulus Exp $
19741 */
19742
19743 /*
19744 * Definitions for tcp compression routines.
19745 *
19746 * $Id: slcompress.h,v 1.4 1994/09/21 06:50:08 paulus Exp $
19747 *
19748 * Copyright (c) 1989 Regents of the University of California.
19749 * All rights reserved.
19750 *
19751 * Redistribution and use in source and binary forms are permitted
19752 * provided that the above copyright notice and this paragraph are
19753 * duplicated in all such forms and that any documentation,
19754 * advertising materials, and other materials related to such
19755 * distribution and use acknowledge that the software was developed
19756 * by the University of California, Berkeley. The name of the
19757 * University may not be used to endorse or promote products derived
19758 * from this software without specific prior written permission.
19759 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
19760 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
19761 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19762 *
19763 * Van Jacobson (van (a] helios.ee.lbl.gov), Dec 31, 1989:
19764 * - Initial distribution.
19765 */
19766
19767 /*
19768 * Definitions for tcp compression routines.
19769 *
19770 * $Id: vjcompress.h,v 1.3 1996/05/28 00:55:33 paulus Exp $
19771 *
19772 * Copyright (c) 1989 Regents of the University of California.
19773 * All rights reserved.
19774 *
19775 * Redistribution and use in source and binary forms are permitted
19776 * provided that the above copyright notice and this paragraph are
19777 * duplicated in all such forms and that any documentation,
19778 * advertising materials, and other materials related to such
19779 * distribution and use acknowledge that the software was developed
19780 * by the University of California, Berkeley. The name of the
19781 * University may not be used to endorse or promote products derived
19782 * from this software without specific prior written permission.
19783 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
19784 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
19785 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19786 *
19787 * Van Jacobson (van (a] helios.ee.lbl.gov), Dec 31, 1989:
19788 * - Initial distribution.
19789 */
19790
19791 /*
19792 * Copyright (c) 1994, 1995, 1996
19793 * The Regents of the University of California. All rights reserved.
19794 *
19795 * Redistribution and use in source and binary forms, with or without
19796 * modification, are permitted provided that the following conditions
19797 * are met:
19798 * 1. Redistributions of source code must retain the above copyright
19799 * notice, this list of conditions and the following disclaimer.
19800 * 2. Redistributions in binary form must reproduce the above copyright
19801 * notice, this list of conditions and the following disclaimer in the
19802 * documentation and/or other materials provided with the distribution.
19803 * 3. All advertising materials mentioning features or use of this software
19804 * must display the following acknowledgement:
19805 * This product includes software developed by the Computer Systems
19806 * Engineering Group at Lawrence Berkeley Laboratory.
19807 * 4. Neither the name of the University nor of the Laboratory may be used
19808 * to endorse or promote products derived from this software without
19809 * specific prior written permission.
19810 *
19811 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19812 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19813 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19814 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
19815 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19816 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19817 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19818 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
19819 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
19820 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
19821 * SUCH DAMAGE.
19822 *
19823 * @(#) $Header: /data/cvs/ppp/include/pcap-int.h,v 1.1 2000/08/01 01:37:24 paulus Exp $ (LBL)
19824 */
19825
19826 /* Because this code is derived from the 4.3BSD compress source:
19827 *
19828 *
19829 * Copyright (c) 1985, 1986 The Regents of the University of California.
19830 * All rights reserved.
19831 *
19832 * This code is derived from software contributed to Berkeley by
19833 * James A. Woods, derived from original work by Spencer Thomas
19834 * and Joseph Orost.
19835 *
19836 * Redistribution and use in source and binary forms, with or without
19837 * modification, are permitted provided that the following conditions
19838 * are met:
19839 * 1. Redistributions of source code must retain the above copyright
19840 * notice, this list of conditions and the following disclaimer.
19841 * 2. Redistributions in binary form must reproduce the above copyright
19842 * notice, this list of conditions and the following disclaimer in the
19843 * documentation and/or other materials provided with the distribution.
19844 * 3. All advertising materials mentioning features or use of this software
19845 * must display the following acknowledgement:
19846 * This product includes software developed by the University of
19847 * California, Berkeley and its contributors.
19848 * 4. Neither the name of the University nor the names of its contributors
19849 * may be used to endorse or promote products derived from this software
19850 * without specific prior written permission.
19851 *
19852 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19853 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19854 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19855 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
19856 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19857 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19858 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19859 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
19860 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
19861 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
19862 * SUCH DAMAGE.
19863 */
19864
19865 /*
19866 * This version is for use with STREAMS under SunOS 4.x,
19867 * Digital UNIX, AIX 4.x, and SVR4 systems including Solaris 2.
19868 *
19869 * $Id: bsd-comp.c,v 1.21 2004/01/17 05:47:55 carlsonj Exp $
19870 */
19871
19872 /*
19873 * ppp_deflate.c - interface the zlib procedures for Deflate compression
19874 * and decompression (as used by gzip) to the PPP code.
19875 * This version is for use with STREAMS under SunOS 4.x, Solaris 2,
19876 * SVR4, OSF/1 and AIX 4.x.
19877 *
19878 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
19879 *
19880 * Redistribution and use in source and binary forms, with or without
19881 * modification, are permitted provided that the following conditions
19882 * are met:
19883 *
19884 * 1. Redistributions of source code must retain the above copyright
19885 * notice, this list of conditions and the following disclaimer.
19886 *
19887 * 2. Redistributions in binary form must reproduce the above copyright
19888 * notice, this list of conditions and the following disclaimer in
19889 * the documentation and/or other materials provided with the
19890 * distribution.
19891 *
19892 * 3. The name(s) of the authors of this software must not be used to
19893 * endorse or promote products derived from this software without
19894 * prior written permission.
19895 *
19896 * 4. Redistributions of any form whatsoever must retain the following
19897 * acknowledgment:
19898 * "This product includes software developed by Paul Mackerras
19899 * <paulus (a] samba.org>".
19900 *
19901 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19902 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19903 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19904 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19905 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19906 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19907 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19908 *
19909 * $Id: deflate.c,v 1.12 2004/01/17 05:47:55 carlsonj Exp $
19910 */
19911
19912 /*
19913 * if_ppp.c - a network interface connected to a STREAMS module.
19914 *
19915 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
19916 *
19917 * Redistribution and use in source and binary forms, with or without
19918 * modification, are permitted provided that the following conditions
19919 * are met:
19920 *
19921 * 1. Redistributions of source code must retain the above copyright
19922 * notice, this list of conditions and the following disclaimer.
19923 *
19924 * 2. Redistributions in binary form must reproduce the above copyright
19925 * notice, this list of conditions and the following disclaimer in
19926 * the documentation and/or other materials provided with the
19927 * distribution.
19928 *
19929 * 3. The name(s) of the authors of this software must not be used to
19930 * endorse or promote products derived from this software without
19931 * prior written permission.
19932 *
19933 * 4. Redistributions of any form whatsoever must retain the following
19934 * acknowledgment:
19935 * "This product includes software developed by Paul Mackerras
19936 * <paulus (a] samba.org>".
19937 *
19938 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19939 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19940 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19941 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19942 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19943 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19944 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19945 *
19946 * $Id: if_ppp.c,v 1.18 2002/12/06 09:49:15 paulus Exp $
19947 */
19948
19949 /*
19950 * ppp.c - STREAMS multiplexing pseudo-device driver for PPP.
19951 *
19952 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
19953 *
19954 * Redistribution and use in source and binary forms, with or without
19955 * modification, are permitted provided that the following conditions
19956 * are met:
19957 *
19958 * 1. Redistributions of source code must retain the above copyright
19959 * notice, this list of conditions and the following disclaimer.
19960 *
19961 * 2. Redistributions in binary form must reproduce the above copyright
19962 * notice, this list of conditions and the following disclaimer in
19963 * the documentation and/or other materials provided with the
19964 * distribution.
19965 *
19966 * 3. The name(s) of the authors of this software must not be used to
19967 * endorse or promote products derived from this software without
19968 * prior written permission.
19969 *
19970 * 4. Redistributions of any form whatsoever must retain the following
19971 * acknowledgment:
19972 * "This product includes software developed by Paul Mackerras
19973 * <paulus (a] samba.org>".
19974 *
19975 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
19976 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19977 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19978 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19979 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
19980 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
19981 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19982 *
19983 * $Id: ppp.c,v 1.26 2002/12/06 09:49:15 paulus Exp $
19984 */
19985
19986 /*
19987 * ppp_ahdlc.c - STREAMS module for doing PPP asynchronous HDLC.
19988 *
19989 * Re-written by Adi Masputra <adi.masputra (a] sun.com>, based on
19990 * the original ppp_ahdlc.c
19991 *
19992 * Copyright (c) 2000 by Sun Microsystems, Inc.
19993 * All rights reserved.
19994 *
19995 * Permission to use, copy, modify, and distribute this software and its
19996 * documentation is hereby granted, provided that the above copyright
19997 * notice appears in all copies.
19998 *
19999 * SUN MAKES NO REPRESENTATION OR WARRANTIES ABOUT THE SUITABILITY OF
20000 * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
20001 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
20002 * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
20003 * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
20004 * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES
20005 *
20006 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
20007 *
20008 * Redistribution and use in source and binary forms, with or without
20009 * modification, are permitted provided that the following conditions
20010 * are met:
20011 *
20012 * 1. Redistributions of source code must retain the above copyright
20013 * notice, this list of conditions and the following disclaimer.
20014 *
20015 * 2. Redistributions in binary form must reproduce the above copyright
20016 * notice, this list of conditions and the following disclaimer in
20017 * the documentation and/or other materials provided with the
20018 * distribution.
20019 *
20020 * 3. The name(s) of the authors of this software must not be used to
20021 * endorse or promote products derived from this software without
20022 * prior written permission.
20023 *
20024 * 4. Redistributions of any form whatsoever must retain the following
20025 * acknowledgment:
20026 * "This product includes software developed by Paul Mackerras
20027 * <paulus (a] samba.org>".
20028 *
20029 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20030 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20031 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20032 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20033 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20034 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20035 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20036 *
20037 * THE AUSTRALIAN NATIONAL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
20038 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
20039 * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
20040 * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO
20041 * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
20042 * OR MODIFICATIONS.
20043 *
20044 * $Id: ppp_ahdlc.c,v 1.18 2002/12/06 09:49:15 paulus Exp $
20045 */
20046
20047 /*
20048 * ppp_comp.c - STREAMS module for kernel-level compression and CCP support.
20049 *
20050 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
20051 *
20052 * Redistribution and use in source and binary forms, with or without
20053 * modification, are permitted provided that the following conditions
20054 * are met:
20055 *
20056 * 1. Redistributions of source code must retain the above copyright
20057 * notice, this list of conditions and the following disclaimer.
20058 *
20059 * 2. Redistributions in binary form must reproduce the above copyright
20060 * notice, this list of conditions and the following disclaimer in
20061 * the documentation and/or other materials provided with the
20062 * distribution.
20063 *
20064 * 3. The name(s) of the authors of this software must not be used to
20065 * endorse or promote products derived from this software without
20066 * prior written permission.
20067 *
20068 * 4. Redistributions of any form whatsoever must retain the following
20069 * acknowledgment:
20070 * "This product includes software developed by Paul Mackerras
20071 * <paulus (a] samba.org>".
20072 *
20073 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20074 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20075 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20076 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20077 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20078 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20079 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20080 *
20081 * $Id: ppp_comp.c,v 1.14 2002/12/06 09:49:15 paulus Exp $
20082 */
20083
20084 /*
20085 * Routines to compress and uncompess tcp packets (for transmission
20086 * over low speed serial lines.
20087 *
20088 * Copyright (c) 1989 Regents of the University of California.
20089 * All rights reserved.
20090 *
20091 * Redistribution and use in source and binary forms are permitted
20092 * provided that the above copyright notice and this paragraph are
20093 * duplicated in all such forms and that any documentation,
20094 * advertising materials, and other materials related to such
20095 * distribution and use acknowledge that the software was developed
20096 * by the University of California, Berkeley. The name of the
20097 * University may not be used to endorse or promote products derived
20098 * from this software without specific prior written permission.
20099 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
20100 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
20101 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20102 *
20103 * Van Jacobson (van (a] helios.ee.lbl.gov), Dec 31, 1989:
20104 * - Initial distribution.
20105 *
20106 * Modified June 1993 by Paul Mackerras, paulus (a] cs.anu.edu.au,
20107 * so that the entire packet being decompressed doesn't have
20108 * to be in contiguous memory (just the compressed header).
20109 */
20110
20111 /*
20112 * auth.c - PPP authentication and phase control.
20113 *
20114 * Copyright (c) 1993-2002 Paul Mackerras. All rights reserved.
20115 *
20116 * Redistribution and use in source and binary forms, with or without
20117 * modification, are permitted provided that the following conditions
20118 * are met:
20119 *
20120 * 1. Redistributions of source code must retain the above copyright
20121 * notice, this list of conditions and the following disclaimer.
20122 *
20123 * 2. The name(s) of the authors of this software must not be used to
20124 * endorse or promote products derived from this software without
20125 * prior written permission.
20126 *
20127 * 3. Redistributions of any form whatsoever must retain the following
20128 * acknowledgment:
20129 * "This product includes software developed by Paul Mackerras
20130 * <paulus (a] samba.org>".
20131 *
20132 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20133 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20134 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20135 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20136 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20137 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20138 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20139 *
20140 * Derived from main.c, which is:
20141 *
20142 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
20143 *
20144 * Redistribution and use in source and binary forms, with or without
20145 * modification, are permitted provided that the following conditions
20146 * are met:
20147 *
20148 * 1. Redistributions of source code must retain the above copyright
20149 * notice, this list of conditions and the following disclaimer.
20150 *
20151 * 2. Redistributions in binary form must reproduce the above copyright
20152 * notice, this list of conditions and the following disclaimer in
20153 * the documentation and/or other materials provided with the
20154 * distribution.
20155 *
20156 * 3. The name "Carnegie Mellon University" must not be used to
20157 * endorse or promote products derived from this software without
20158 * prior written permission. For permission or any legal
20159 * details, please contact
20160 * Office of Technology Transfer
20161 * Carnegie Mellon University
20162 * 5000 Forbes Avenue
20163 * Pittsburgh, PA 15213-3890
20164 * (412) 268-4387, fax: (412) 268-7395
20165 * tech-transfer (a] andrew.cmu.edu
20166 *
20167 * 4. Redistributions of any form whatsoever must retain the following
20168 * acknowledgment:
20169 * "This product includes software developed by Computing Services
20170 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
20171 *
20172 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
20173 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20174 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
20175 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20176 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20177 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20178 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20179 */
20180
20181 /*
20182 * cbcp - Call Back Configuration Protocol.
20183 *
20184 * Copyright (c) 1995 Pedro Roque Marques. All rights reserved.
20185 *
20186 * Redistribution and use in source and binary forms, with or without
20187 * modification, are permitted provided that the following conditions
20188 * are met:
20189 *
20190 * 1. Redistributions of source code must retain the above copyright
20191 * notice, this list of conditions and the following disclaimer.
20192 *
20193 * 2. Redistributions in binary form must reproduce the above copyright
20194 * notice, this list of conditions and the following disclaimer in
20195 * the documentation and/or other materials provided with the
20196 * distribution.
20197 *
20198 * 3. The names of the authors of this software must not be used to
20199 * endorse or promote products derived from this software without
20200 * prior written permission.
20201 *
20202 * 4. Redistributions of any form whatsoever must retain the following
20203 * acknowledgment:
20204 * "This product includes software developed by Pedro Roque Marques
20205 * <pedro_m (a] yahoo.com>"
20206 *
20207 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20208 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20209 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20210 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20211 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20212 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20213 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20214 */
20215
20216 /*
20217 * ccp.c - PPP Compression Control Protocol.
20218 *
20219 * Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
20220 *
20221 * Redistribution and use in source and binary forms, with or without
20222 * modification, are permitted provided that the following conditions
20223 * are met:
20224 *
20225 * 1. Redistributions of source code must retain the above copyright
20226 * notice, this list of conditions and the following disclaimer.
20227 *
20228 * 2. The name(s) of the authors of this software must not be used to
20229 * endorse or promote products derived from this software without
20230 * prior written permission.
20231 *
20232 * 3. Redistributions of any form whatsoever must retain the following
20233 * acknowledgment:
20234 * "This product includes software developed by Paul Mackerras
20235 * <paulus (a] samba.org>".
20236 *
20237 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20238 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20239 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20240 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20241 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20242 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20243 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20244 */
20245
20246 /*
20247 * ccp.h - Definitions for PPP Compression Control Protocol.
20248 *
20249 * Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
20250 *
20251 * Redistribution and use in source and binary forms, with or without
20252 * modification, are permitted provided that the following conditions
20253 * are met:
20254 *
20255 * 1. Redistributions of source code must retain the above copyright
20256 * notice, this list of conditions and the following disclaimer.
20257 *
20258 * 2. The name(s) of the authors of this software must not be used to
20259 * endorse or promote products derived from this software without
20260 * prior written permission.
20261 *
20262 * 3. Redistributions of any form whatsoever must retain the following
20263 * acknowledgment:
20264 * "This product includes software developed by Paul Mackerras
20265 * <paulus (a] samba.org>".
20266 *
20267 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20268 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20269 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20270 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20271 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20272 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20273 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20274 *
20275 * $Id: ccp.h,v 1.12 2004/11/04 10:02:26 paulus Exp $
20276 */
20277
20278 /*
20279 * chap-md5.c - New CHAP/MD5 implementation.
20280 *
20281 * Copyright (c) 2003 Paul Mackerras. All rights reserved.
20282 *
20283 * Redistribution and use in source and binary forms, with or without
20284 * modification, are permitted provided that the following conditions
20285 * are met:
20286 *
20287 * 1. Redistributions of source code must retain the above copyright
20288 * notice, this list of conditions and the following disclaimer.
20289 *
20290 * 2. The name(s) of the authors of this software must not be used to
20291 * endorse or promote products derived from this software without
20292 * prior written permission.
20293 *
20294 * 3. Redistributions of any form whatsoever must retain the following
20295 * acknowledgment:
20296 * "This product includes software developed by Paul Mackerras
20297 * <paulus (a] samba.org>".
20298 *
20299 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20300 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20301 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20302 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20303 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20304 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20305 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20306 */
20307
20308 /*
20309 * chap-md5.h - New CHAP/MD5 implementation.
20310 *
20311 * Copyright (c) 2003 Paul Mackerras. All rights reserved.
20312 *
20313 * Redistribution and use in source and binary forms, with or without
20314 * modification, are permitted provided that the following conditions
20315 * are met:
20316 *
20317 * 1. Redistributions of source code must retain the above copyright
20318 * notice, this list of conditions and the following disclaimer.
20319 *
20320 * 2. The name(s) of the authors of this software must not be used to
20321 * endorse or promote products derived from this software without
20322 * prior written permission.
20323 *
20324 * 3. Redistributions of any form whatsoever must retain the following
20325 * acknowledgment:
20326 * "This product includes software developed by Paul Mackerras
20327 * <paulus (a] samba.org>".
20328 *
20329 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20330 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20331 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20332 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20333 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20334 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20335 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20336 */
20337
20338 /*
20339 * chap-new.c - New CHAP implementation.
20340 *
20341 * Copyright (c) 2003 Paul Mackerras. All rights reserved.
20342 *
20343 * Redistribution and use in source and binary forms, with or without
20344 * modification, are permitted provided that the following conditions
20345 * are met:
20346 *
20347 * 1. Redistributions of source code must retain the above copyright
20348 * notice, this list of conditions and the following disclaimer.
20349 *
20350 * 2. The name(s) of the authors of this software must not be used to
20351 * endorse or promote products derived from this software without
20352 * prior written permission.
20353 *
20354 * 3. Redistributions of any form whatsoever must retain the following
20355 * acknowledgment:
20356 * "This product includes software developed by Paul Mackerras
20357 * <paulus (a] samba.org>".
20358 *
20359 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20360 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20361 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20362 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20363 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20364 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20365 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20366 */
20367
20368 /*
20369 * chap-new.c - New CHAP implementation.
20370 *
20371 * Copyright (c) 2003 Paul Mackerras. All rights reserved.
20372 *
20373 * Redistribution and use in source and binary forms, with or without
20374 * modification, are permitted provided that the following conditions
20375 * are met:
20376 *
20377 * 1. Redistributions of source code must retain the above copyright
20378 * notice, this list of conditions and the following disclaimer.
20379 *
20380 * 2. The name(s) of the authors of this software must not be used to
20381 * endorse or promote products derived from this software without
20382 * prior written permission.
20383 *
20384 * 3. Redistributions of any form whatsoever must retain the following
20385 * acknowledgment:
20386 * "This product includes software developed by Paul Mackerras
20387 * <paulus (a] samba.org>".
20388 *
20389 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20390 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20391 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20392 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20393 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20394 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20395 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20396 */
20397
20398 /*
20399 * chap_ms.c - Microsoft MS-CHAP compatible implementation.
20400 *
20401 * Copyright (c) 1995 Eric Rosenquist. All rights reserved.
20402 *
20403 * Redistribution and use in source and binary forms, with or without
20404 * modification, are permitted provided that the following conditions
20405 * are met:
20406 *
20407 * 1. Redistributions of source code must retain the above copyright
20408 * notice, this list of conditions and the following disclaimer.
20409 *
20410 * 2. Redistributions in binary form must reproduce the above copyright
20411 * notice, this list of conditions and the following disclaimer in
20412 * the documentation and/or other materials provided with the
20413 * distribution.
20414 *
20415 * 3. The name(s) of the authors of this software must not be used to
20416 * endorse or promote products derived from this software without
20417 * prior written permission.
20418 *
20419 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20420 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20421 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20422 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20423 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20424 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20425 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20426 */
20427
20428 /*
20429 * Modifications by Lauri Pesonen / lpesonen (a] clinet.fi, april 1997
20430 *
20431 * Implemented LANManager type password response to MS-CHAP challenges.
20432 * Now pppd provides both NT style and LANMan style blocks, and the
20433 * prefered is set by option "ms-lanman". Default is to use NT.
20434 * The hash text (StdText) was taken from Win95 RASAPI32.DLL.
20435 *
20436 * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80
20437 */
20438
20439 /*
20440 * Modifications by Frank Cusack, frank (a] google.com, March 2002.
20441 *
20442 * Implemented MS-CHAPv2 functionality, heavily based on sample
20443 * implementation in RFC 2759. Implemented MPPE functionality,
20444 * heavily based on sample implementation in RFC 3079.
20445 *
20446 * Copyright (c) 2002 Google, Inc. All rights reserved.
20447 *
20448 * Redistribution and use in source and binary forms, with or without
20449 * modification, are permitted provided that the following conditions
20450 * are met:
20451 *
20452 * 1. Redistributions of source code must retain the above copyright
20453 * notice, this list of conditions and the following disclaimer.
20454 *
20455 * 2. Redistributions in binary form must reproduce the above copyright
20456 * notice, this list of conditions and the following disclaimer in
20457 * the documentation and/or other materials provided with the
20458 * distribution.
20459 *
20460 * 3. The name(s) of the authors of this software must not be used to
20461 * endorse or promote products derived from this software without
20462 * prior written permission.
20463 *
20464 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20465 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20466 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20467 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20468 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20469 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20470 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20471 *
20472 */
20473
20474 /*
20475 * chap_ms.h - Challenge Handshake Authentication Protocol definitions.
20476 *
20477 * Copyright (c) 1995 Eric Rosenquist. All rights reserved.
20478 *
20479 * Redistribution and use in source and binary forms, with or without
20480 * modification, are permitted provided that the following conditions
20481 * are met:
20482 *
20483 * 1. Redistributions of source code must retain the above copyright
20484 * notice, this list of conditions and the following disclaimer.
20485 *
20486 * 2. Redistributions in binary form must reproduce the above copyright
20487 * notice, this list of conditions and the following disclaimer in
20488 * the documentation and/or other materials provided with the
20489 * distribution.
20490 *
20491 * 3. The name(s) of the authors of this software must not be used to
20492 * endorse or promote products derived from this software without
20493 * prior written permission.
20494 *
20495 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20496 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20497 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20498 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20499 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20500 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20501 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20502 *
20503 * $Id: chap_ms.h,v 1.13 2004/11/15 22:13:26 paulus Exp $
20504 */
20505
20506 /*
20507 * demand.c - Support routines for demand-dialling.
20508 *
20509 * Copyright (c) 1996-2002 Paul Mackerras. All rights reserved.
20510 *
20511 * Redistribution and use in source and binary forms, with or without
20512 * modification, are permitted provided that the following conditions
20513 * are met:
20514 *
20515 * 1. Redistributions of source code must retain the above copyright
20516 * notice, this list of conditions and the following disclaimer.
20517 *
20518 * 2. The name(s) of the authors of this software must not be used to
20519 * endorse or promote products derived from this software without
20520 * prior written permission.
20521 *
20522 * 3. Redistributions of any form whatsoever must retain the following
20523 * acknowledgment:
20524 * "This product includes software developed by Paul Mackerras
20525 * <paulus (a] samba.org>".
20526 *
20527 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20528 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20529 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20530 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20531 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20532 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20533 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20534 */
20535
20536 /*
20537 * ecp.c - PPP Encryption Control Protocol.
20538 *
20539 * Copyright (c) 2002 Google, Inc.
20540 * All rights reserved.
20541 *
20542 * Redistribution and use in source and binary forms, with or without
20543 * modification, are permitted provided that the following conditions
20544 * are met:
20545 *
20546 * 1. Redistributions of source code must retain the above copyright
20547 * notice, this list of conditions and the following disclaimer.
20548 *
20549 * 2. Redistributions in binary form must reproduce the above copyright
20550 * notice, this list of conditions and the following disclaimer in
20551 * the documentation and/or other materials provided with the
20552 * distribution.
20553 *
20554 * 3. The name(s) of the authors of this software must not be used to
20555 * endorse or promote products derived from this software without
20556 * prior written permission.
20557 *
20558 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20559 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20560 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20561 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20562 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20563 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20564 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20565 *
20566 * Derived from ccp.c, which is:
20567 *
20568 * Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
20569 *
20570 * Redistribution and use in source and binary forms, with or without
20571 * modification, are permitted provided that the following conditions
20572 * are met:
20573 *
20574 * 1. Redistributions of source code must retain the above copyright
20575 * notice, this list of conditions and the following disclaimer.
20576 *
20577 * 2. The name(s) of the authors of this software must not be used to
20578 * endorse or promote products derived from this software without
20579 * prior written permission.
20580 *
20581 * 3. Redistributions of any form whatsoever must retain the following
20582 * acknowledgment:
20583 * "This product includes software developed by Paul Mackerras
20584 * <paulus (a] samba.org>".
20585 *
20586 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20587 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20588 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20589 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20590 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20591 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20592 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20593 */
20594
20595 /*
20596 * ecp.h - Definitions for PPP Encryption Control Protocol.
20597 *
20598 * Copyright (c) 2002 Google, Inc.
20599 * All rights reserved.
20600 *
20601 * Redistribution and use in source and binary forms, with or without
20602 * modification, are permitted provided that the following conditions
20603 * are met:
20604 *
20605 * 1. Redistributions of source code must retain the above copyright
20606 * notice, this list of conditions and the following disclaimer.
20607 *
20608 * 2. Redistributions in binary form must reproduce the above copyright
20609 * notice, this list of conditions and the following disclaimer in
20610 * the documentation and/or other materials provided with the
20611 * distribution.
20612 *
20613 * 3. The name(s) of the authors of this software must not be used to
20614 * endorse or promote products derived from this software without
20615 * prior written permission.
20616 *
20617 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20618 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20619 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20620 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20621 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20622 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20623 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20624 *
20625 * $Id: ecp.h,v 1.2 2003/01/10 07:12:36 fcusack Exp $
20626 */
20627
20628 /*
20629 * eui64.c - EUI64 routines for IPv6CP.
20630 *
20631 * Copyright (c) 1999 Tommi Komulainen. All rights reserved.
20632 *
20633 * Redistribution and use in source and binary forms, with or without
20634 * modification, are permitted provided that the following conditions
20635 * are met:
20636 *
20637 * 1. Redistributions of source code must retain the above copyright
20638 * notice, this list of conditions and the following disclaimer.
20639 *
20640 * 2. Redistributions in binary form must reproduce the above copyright
20641 * notice, this list of conditions and the following disclaimer in
20642 * the documentation and/or other materials provided with the
20643 * distribution.
20644 *
20645 * 3. The name(s) of the authors of this software must not be used to
20646 * endorse or promote products derived from this software without
20647 * prior written permission.
20648 *
20649 * 4. Redistributions of any form whatsoever must retain the following
20650 * acknowledgment:
20651 * "This product includes software developed by Tommi Komulainen
20652 * <Tommi.Komulainen (a] iki.fi>".
20653 *
20654 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20655 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20656 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20657 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20658 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20659 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20660 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20661 *
20662 * $Id: eui64.c,v 1.6 2002/12/04 23:03:32 paulus Exp $
20663 */
20664
20665 /*
20666 * eui64.h - EUI64 routines for IPv6CP.
20667 *
20668 * Copyright (c) 1999 Tommi Komulainen. All rights reserved.
20669 *
20670 * Redistribution and use in source and binary forms, with or without
20671 * modification, are permitted provided that the following conditions
20672 * are met:
20673 *
20674 * 1. Redistributions of source code must retain the above copyright
20675 * notice, this list of conditions and the following disclaimer.
20676 *
20677 * 2. Redistributions in binary form must reproduce the above copyright
20678 * notice, this list of conditions and the following disclaimer in
20679 * the documentation and/or other materials provided with the
20680 * distribution.
20681 *
20682 * 3. The name(s) of the authors of this software must not be used to
20683 * endorse or promote products derived from this software without
20684 * prior written permission.
20685 *
20686 * 4. Redistributions of any form whatsoever must retain the following
20687 * acknowledgment:
20688 * "This product includes software developed by Tommi Komulainen
20689 * <Tommi.Komulainen (a] iki.fi>".
20690 *
20691 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20692 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20693 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20694 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20695 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20696 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20697 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20698 *
20699 * $Id: eui64.h,v 1.6 2002/12/04 23:03:32 paulus Exp $
20700 */
20701
20702 /*
20703 * fsm.c - {Link, IP} Control Protocol Finite State Machine.
20704 *
20705 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
20706 *
20707 * Redistribution and use in source and binary forms, with or without
20708 * modification, are permitted provided that the following conditions
20709 * are met:
20710 *
20711 * 1. Redistributions of source code must retain the above copyright
20712 * notice, this list of conditions and the following disclaimer.
20713 *
20714 * 2. Redistributions in binary form must reproduce the above copyright
20715 * notice, this list of conditions and the following disclaimer in
20716 * the documentation and/or other materials provided with the
20717 * distribution.
20718 *
20719 * 3. The name "Carnegie Mellon University" must not be used to
20720 * endorse or promote products derived from this software without
20721 * prior written permission. For permission or any legal
20722 * details, please contact
20723 * Office of Technology Transfer
20724 * Carnegie Mellon University
20725 * 5000 Forbes Avenue
20726 * Pittsburgh, PA 15213-3890
20727 * (412) 268-4387, fax: (412) 268-7395
20728 * tech-transfer (a] andrew.cmu.edu
20729 *
20730 * 4. Redistributions of any form whatsoever must retain the following
20731 * acknowledgment:
20732 * "This product includes software developed by Computing Services
20733 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
20734 *
20735 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
20736 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20737 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
20738 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20739 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20740 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20741 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20742 */
20743
20744 /*
20745 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
20746 *
20747 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
20748 *
20749 * Redistribution and use in source and binary forms, with or without
20750 * modification, are permitted provided that the following conditions
20751 * are met:
20752 *
20753 * 1. Redistributions of source code must retain the above copyright
20754 * notice, this list of conditions and the following disclaimer.
20755 *
20756 * 2. Redistributions in binary form must reproduce the above copyright
20757 * notice, this list of conditions and the following disclaimer in
20758 * the documentation and/or other materials provided with the
20759 * distribution.
20760 *
20761 * 3. The name "Carnegie Mellon University" must not be used to
20762 * endorse or promote products derived from this software without
20763 * prior written permission. For permission or any legal
20764 * details, please contact
20765 * Office of Technology Transfer
20766 * Carnegie Mellon University
20767 * 5000 Forbes Avenue
20768 * Pittsburgh, PA 15213-3890
20769 * (412) 268-4387, fax: (412) 268-7395
20770 * tech-transfer (a] andrew.cmu.edu
20771 *
20772 * 4. Redistributions of any form whatsoever must retain the following
20773 * acknowledgment:
20774 * "This product includes software developed by Computing Services
20775 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
20776 *
20777 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
20778 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20779 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
20780 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20781 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20782 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20783 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20784 *
20785 * $Id: fsm.h,v 1.10 2004/11/13 02:28:15 paulus Exp $
20786 */
20787
20788 /*
20789 * ipcp.c - PPP IP Control Protocol.
20790 *
20791 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
20792 *
20793 * Redistribution and use in source and binary forms, with or without
20794 * modification, are permitted provided that the following conditions
20795 * are met:
20796 *
20797 * 1. Redistributions of source code must retain the above copyright
20798 * notice, this list of conditions and the following disclaimer.
20799 *
20800 * 2. Redistributions in binary form must reproduce the above copyright
20801 * notice, this list of conditions and the following disclaimer in
20802 * the documentation and/or other materials provided with the
20803 * distribution.
20804 *
20805 * 3. The name "Carnegie Mellon University" must not be used to
20806 * endorse or promote products derived from this software without
20807 * prior written permission. For permission or any legal
20808 * details, please contact
20809 * Office of Technology Transfer
20810 * Carnegie Mellon University
20811 * 5000 Forbes Avenue
20812 * Pittsburgh, PA 15213-3890
20813 * (412) 268-4387, fax: (412) 268-7395
20814 * tech-transfer (a] andrew.cmu.edu
20815 *
20816 * 4. Redistributions of any form whatsoever must retain the following
20817 * acknowledgment:
20818 * "This product includes software developed by Computing Services
20819 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
20820 *
20821 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
20822 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20823 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
20824 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20825 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20826 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20827 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20828 */
20829
20830 /*
20831 * ipcp.h - IP Control Protocol definitions.
20832 *
20833 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
20834 *
20835 * Redistribution and use in source and binary forms, with or without
20836 * modification, are permitted provided that the following conditions
20837 * are met:
20838 *
20839 * 1. Redistributions of source code must retain the above copyright
20840 * notice, this list of conditions and the following disclaimer.
20841 *
20842 * 2. Redistributions in binary form must reproduce the above copyright
20843 * notice, this list of conditions and the following disclaimer in
20844 * the documentation and/or other materials provided with the
20845 * distribution.
20846 *
20847 * 3. The name "Carnegie Mellon University" must not be used to
20848 * endorse or promote products derived from this software without
20849 * prior written permission. For permission or any legal
20850 * details, please contact
20851 * Office of Technology Transfer
20852 * Carnegie Mellon University
20853 * 5000 Forbes Avenue
20854 * Pittsburgh, PA 15213-3890
20855 * (412) 268-4387, fax: (412) 268-7395
20856 * tech-transfer (a] andrew.cmu.edu
20857 *
20858 * 4. Redistributions of any form whatsoever must retain the following
20859 * acknowledgment:
20860 * "This product includes software developed by Computing Services
20861 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
20862 *
20863 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
20864 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20865 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
20866 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20867 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20868 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20869 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20870 *
20871 * $Id: ipcp.h,v 1.14 2002/12/04 23:03:32 paulus Exp $
20872 */
20873
20874 /*
20875 * ipv6cp.c - PPP IPV6 Control Protocol.
20876 *
20877 * Copyright (c) 1999 Tommi Komulainen. All rights reserved.
20878 *
20879 * Redistribution and use in source and binary forms, with or without
20880 * modification, are permitted provided that the following conditions
20881 * are met:
20882 *
20883 * 1. Redistributions of source code must retain the above copyright
20884 * notice, this list of conditions and the following disclaimer.
20885 *
20886 * 2. Redistributions in binary form must reproduce the above copyright
20887 * notice, this list of conditions and the following disclaimer in
20888 * the documentation and/or other materials provided with the
20889 * distribution.
20890 *
20891 * 3. The name(s) of the authors of this software must not be used to
20892 * endorse or promote products derived from this software without
20893 * prior written permission.
20894 *
20895 * 4. Redistributions of any form whatsoever must retain the following
20896 * acknowledgment:
20897 * "This product includes software developed by Tommi Komulainen
20898 * <Tommi.Komulainen (a] iki.fi>".
20899 *
20900 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20901 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20902 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20903 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20904 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20905 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20906 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20907 *
20908 */
20909
20910 /* Original version, based on RFC2023 :
20911
20912 Copyright (c) 1995, 1996, 1997 Francis.Dupont (a] inria.fr, INRIA Rocquencourt,
20913 Alain.Durand (a] imag.fr, IMAG,
20914 Jean-Luc.Richier (a] imag.fr, IMAG-LSR.
20915
20916 Copyright (c) 1998, 1999 Francis.Dupont (a] inria.fr, GIE DYADE,
20917 Alain.Durand (a] imag.fr, IMAG,
20918 Jean-Luc.Richier (a] imag.fr, IMAG-LSR.
20919
20920 Ce travail a t fait au sein du GIE DYADE (Groupement d'Intrt
20921 conomique ayant pour membres BULL S.A. et l'INRIA).
20922
20923 Ce logiciel informatique est disponible aux conditions
20924 usuelles dans la recherche, c'est--dire qu'il peut
20925 tre utilis, copi, modifi, distribu l'unique
20926 condition que ce texte soit conserv afin que
20927 l'origine de ce logiciel soit reconnue.
20928
20929 Le nom de l'Institut National de Recherche en Informatique
20930 et en Automatique (INRIA), de l'IMAG, ou d'une personne morale
20931 ou physique ayant particip l'laboration de ce logiciel ne peut
20932 tre utilis sans son accord pralable explicite.
20933
20934 Ce logiciel est fourni tel quel sans aucune garantie,
20935 support ou responsabilit d'aucune sorte.
20936 Ce logiciel est driv de sources d'origine
20937 "University of California at Berkeley" et
20938 "Digital Equipment Corporation" couvertes par des copyrights.
20939
20940 L'Institut d'Informatique et de Mathmatiques Appliques de Grenoble (IMAG)
20941 est une fdration d'units mixtes de recherche du CNRS, de l'Institut National
20942 Polytechnique de Grenoble et de l'Universit Joseph Fourier regroupant
20943 sept laboratoires dont le laboratoire Logiciels, Systmes, Rseaux (LSR).
20944
20945 This work has been done in the context of GIE DYADE (joint R & D venture
20946 between BULL S.A. and INRIA).
20947
20948 This software is available with usual "research" terms
20949 with the aim of retain credits of the software.
20950 Permission to use, copy, modify and distribute this software for any
20951 purpose and without fee is hereby granted, provided that the above
20952 copyright notice and this permission notice appear in all copies,
20953 and the name of INRIA, IMAG, or any contributor not be used in advertising
20954 or publicity pertaining to this material without the prior explicit
20955 permission. The software is provided "as is" without any
20956 warranties, support or liabilities of any kind.
20957 This software is derived from source code from
20958 "University of California at Berkeley" and
20959 "Digital Equipment Corporation" protected by copyrights.
20960
20961 Grenoble's Institute of Computer Science and Applied Mathematics (IMAG)
20962 is a federation of seven research units funded by the CNRS, National
20963 Polytechnic Institute of Grenoble and University Joseph Fourier.
20964 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
20965 */
20966
20967 /*
20968 * ipv6cp.h - PPP IPV6 Control Protocol.
20969 *
20970 * Copyright (c) 1999 Tommi Komulainen. All rights reserved.
20971 *
20972 * Redistribution and use in source and binary forms, with or without
20973 * modification, are permitted provided that the following conditions
20974 * are met:
20975 *
20976 * 1. Redistributions of source code must retain the above copyright
20977 * notice, this list of conditions and the following disclaimer.
20978 *
20979 * 2. Redistributions in binary form must reproduce the above copyright
20980 * notice, this list of conditions and the following disclaimer in
20981 * the documentation and/or other materials provided with the
20982 * distribution.
20983 *
20984 * 3. The name(s) of the authors of this software must not be used to
20985 * endorse or promote products derived from this software without
20986 * prior written permission.
20987 *
20988 * 4. Redistributions of any form whatsoever must retain the following
20989 * acknowledgment:
20990 * "This product includes software developed by Tommi Komulainen
20991 * <Tommi.Komulainen (a] iki.fi>".
20992 *
20993 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
20994 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20995 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
20996 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20997 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20998 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20999 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21000 *
21001 */
21002
21003 /* Original version, based on RFC2023 :
21004
21005 Copyright (c) 1995, 1996, 1997 Francis.Dupont (a] inria.fr, INRIA Rocquencourt,
21006 Alain.Durand (a] imag.fr, IMAG,
21007 Jean-Luc.Richier (a] imag.fr, IMAG-LSR.
21008
21009 Copyright (c) 1998, 1999 Francis.Dupont (a] inria.fr, GIE DYADE,
21010 Alain.Durand (a] imag.fr, IMAG,
21011 Jean-Luc.Richier (a] imag.fr, IMAG-LSR.
21012
21013 Ce travail a t fait au sein du GIE DYADE (Groupement d'Intrt
21014 conomique ayant pour membres BULL S.A. et l'INRIA).
21015
21016 Ce logiciel informatique est disponible aux conditions
21017 usuelles dans la recherche, c'est--dire qu'il peut
21018 tre utilis, copi, modifi, distribu l'unique
21019 condition que ce texte soit conserv afin que
21020 l'origine de ce logiciel soit reconnue.
21021
21022 Le nom de l'Institut National de Recherche en Informatique
21023 et en Automatique (INRIA), de l'IMAG, ou d'une personne morale
21024 ou physique ayant particip l'laboration de ce logiciel ne peut
21025 tre utilis sans son accord pralable explicite.
21026
21027 Ce logiciel est fourni tel quel sans aucune garantie,
21028 support ou responsabilit d'aucune sorte.
21029 Ce logiciel est driv de sources d'origine
21030 "University of California at Berkeley" et
21031 "Digital Equipment Corporation" couvertes par des copyrights.
21032
21033 L'Institut d'Informatique et de Mathmatiques Appliques de Grenoble (IMAG)
21034 est une fdration d'units mixtes de recherche du CNRS, de l'Institut National
21035 Polytechnique de Grenoble et de l'Universit Joseph Fourier regroupant
21036 sept laboratoires dont le laboratoire Logiciels, Systmes, Rseaux (LSR).
21037
21038 This work has been done in the context of GIE DYADE (joint R & D venture
21039 between BULL S.A. and INRIA).
21040
21041 This software is available with usual "research" terms
21042 with the aim of retain credits of the software.
21043 Permission to use, copy, modify and distribute this software for any
21044 purpose and without fee is hereby granted, provided that the above
21045 copyright notice and this permission notice appear in all copies,
21046 and the name of INRIA, IMAG, or any contributor not be used in advertising
21047 or publicity pertaining to this material without the prior explicit
21048 permission. The software is provided "as is" without any
21049 warranties, support or liabilities of any kind.
21050 This software is derived from source code from
21051 "University of California at Berkeley" and
21052 "Digital Equipment Corporation" protected by copyrights.
21053
21054 Grenoble's Institute of Computer Science and Applied Mathematics (IMAG)
21055 is a federation of seven research units funded by the CNRS, National
21056 Polytechnic Institute of Grenoble and University Joseph Fourier.
21057 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
21058 */
21059
21060 /*
21061 * ipxcp.c - PPP IPX Control Protocol.
21062 *
21063 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21064 *
21065 * Redistribution and use in source and binary forms, with or without
21066 * modification, are permitted provided that the following conditions
21067 * are met:
21068 *
21069 * 1. Redistributions of source code must retain the above copyright
21070 * notice, this list of conditions and the following disclaimer.
21071 *
21072 * 2. Redistributions in binary form must reproduce the above copyright
21073 * notice, this list of conditions and the following disclaimer in
21074 * the documentation and/or other materials provided with the
21075 * distribution.
21076 *
21077 * 3. The name "Carnegie Mellon University" must not be used to
21078 * endorse or promote products derived from this software without
21079 * prior written permission. For permission or any legal
21080 * details, please contact
21081 * Office of Technology Transfer
21082 * Carnegie Mellon University
21083 * 5000 Forbes Avenue
21084 * Pittsburgh, PA 15213-3890
21085 * (412) 268-4387, fax: (412) 268-7395
21086 * tech-transfer (a] andrew.cmu.edu
21087 *
21088 * 4. Redistributions of any form whatsoever must retain the following
21089 * acknowledgment:
21090 * "This product includes software developed by Computing Services
21091 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21092 *
21093 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21094 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21095 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21096 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21097 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21098 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21099 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21100 */
21101
21102 /*
21103 * ipxcp.h - IPX Control Protocol definitions.
21104 *
21105 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21106 *
21107 * Redistribution and use in source and binary forms, with or without
21108 * modification, are permitted provided that the following conditions
21109 * are met:
21110 *
21111 * 1. Redistributions of source code must retain the above copyright
21112 * notice, this list of conditions and the following disclaimer.
21113 *
21114 * 2. Redistributions in binary form must reproduce the above copyright
21115 * notice, this list of conditions and the following disclaimer in
21116 * the documentation and/or other materials provided with the
21117 * distribution.
21118 *
21119 * 3. The name "Carnegie Mellon University" must not be used to
21120 * endorse or promote products derived from this software without
21121 * prior written permission. For permission or any legal
21122 * details, please contact
21123 * Office of Technology Transfer
21124 * Carnegie Mellon University
21125 * 5000 Forbes Avenue
21126 * Pittsburgh, PA 15213-3890
21127 * (412) 268-4387, fax: (412) 268-7395
21128 * tech-transfer (a] andrew.cmu.edu
21129 *
21130 * 4. Redistributions of any form whatsoever must retain the following
21131 * acknowledgment:
21132 * "This product includes software developed by Computing Services
21133 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21134 *
21135 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21136 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21137 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21138 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21139 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21140 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21141 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21142 *
21143 * $Id: ipxcp.h,v 1.5 2002/12/04 23:03:32 paulus Exp $
21144 */
21145
21146 /*
21147 * lcp.c - PPP Link Control Protocol.
21148 *
21149 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21150 *
21151 * Redistribution and use in source and binary forms, with or without
21152 * modification, are permitted provided that the following conditions
21153 * are met:
21154 *
21155 * 1. Redistributions of source code must retain the above copyright
21156 * notice, this list of conditions and the following disclaimer.
21157 *
21158 * 2. Redistributions in binary form must reproduce the above copyright
21159 * notice, this list of conditions and the following disclaimer in
21160 * the documentation and/or other materials provided with the
21161 * distribution.
21162 *
21163 * 3. The name "Carnegie Mellon University" must not be used to
21164 * endorse or promote products derived from this software without
21165 * prior written permission. For permission or any legal
21166 * details, please contact
21167 * Office of Technology Transfer
21168 * Carnegie Mellon University
21169 * 5000 Forbes Avenue
21170 * Pittsburgh, PA 15213-3890
21171 * (412) 268-4387, fax: (412) 268-7395
21172 * tech-transfer (a] andrew.cmu.edu
21173 *
21174 * 4. Redistributions of any form whatsoever must retain the following
21175 * acknowledgment:
21176 * "This product includes software developed by Computing Services
21177 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21178 *
21179 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21180 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21181 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21182 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21183 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21184 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21185 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21186 */
21187
21188 /*
21189 * lcp.h - Link Control Protocol definitions.
21190 *
21191 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21192 *
21193 * Redistribution and use in source and binary forms, with or without
21194 * modification, are permitted provided that the following conditions
21195 * are met:
21196 *
21197 * 1. Redistributions of source code must retain the above copyright
21198 * notice, this list of conditions and the following disclaimer.
21199 *
21200 * 2. Redistributions in binary form must reproduce the above copyright
21201 * notice, this list of conditions and the following disclaimer in
21202 * the documentation and/or other materials provided with the
21203 * distribution.
21204 *
21205 * 3. The name "Carnegie Mellon University" must not be used to
21206 * endorse or promote products derived from this software without
21207 * prior written permission. For permission or any legal
21208 * details, please contact
21209 * Office of Technology Transfer
21210 * Carnegie Mellon University
21211 * 5000 Forbes Avenue
21212 * Pittsburgh, PA 15213-3890
21213 * (412) 268-4387, fax: (412) 268-7395
21214 * tech-transfer (a] andrew.cmu.edu
21215 *
21216 * 4. Redistributions of any form whatsoever must retain the following
21217 * acknowledgment:
21218 * "This product includes software developed by Computing Services
21219 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21220 *
21221 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21222 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21223 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21224 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21225 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21226 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21227 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21228 *
21229 * $Id: lcp.h,v 1.20 2004/11/14 22:53:42 carlsonj Exp $
21230 */
21231
21232 /*
21233 * magic.c - PPP Magic Number routines.
21234 *
21235 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21236 *
21237 * Redistribution and use in source and binary forms, with or without
21238 * modification, are permitted provided that the following conditions
21239 * are met:
21240 *
21241 * 1. Redistributions of source code must retain the above copyright
21242 * notice, this list of conditions and the following disclaimer.
21243 *
21244 * 2. Redistributions in binary form must reproduce the above copyright
21245 * notice, this list of conditions and the following disclaimer in
21246 * the documentation and/or other materials provided with the
21247 * distribution.
21248 *
21249 * 3. The name "Carnegie Mellon University" must not be used to
21250 * endorse or promote products derived from this software without
21251 * prior written permission. For permission or any legal
21252 * details, please contact
21253 * Office of Technology Transfer
21254 * Carnegie Mellon University
21255 * 5000 Forbes Avenue
21256 * Pittsburgh, PA 15213-3890
21257 * (412) 268-4387, fax: (412) 268-7395
21258 * tech-transfer (a] andrew.cmu.edu
21259 *
21260 * 4. Redistributions of any form whatsoever must retain the following
21261 * acknowledgment:
21262 * "This product includes software developed by Computing Services
21263 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21264 *
21265 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21266 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21267 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21268 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21269 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21270 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21271 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21272 */
21273
21274 /*
21275 * magic.h - PPP Magic Number definitions.
21276 *
21277 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21278 *
21279 * Redistribution and use in source and binary forms, with or without
21280 * modification, are permitted provided that the following conditions
21281 * are met:
21282 *
21283 * 1. Redistributions of source code must retain the above copyright
21284 * notice, this list of conditions and the following disclaimer.
21285 *
21286 * 2. Redistributions in binary form must reproduce the above copyright
21287 * notice, this list of conditions and the following disclaimer in
21288 * the documentation and/or other materials provided with the
21289 * distribution.
21290 *
21291 * 3. The name "Carnegie Mellon University" must not be used to
21292 * endorse or promote products derived from this software without
21293 * prior written permission. For permission or any legal
21294 * details, please contact
21295 * Office of Technology Transfer
21296 * Carnegie Mellon University
21297 * 5000 Forbes Avenue
21298 * Pittsburgh, PA 15213-3890
21299 * (412) 268-4387, fax: (412) 268-7395
21300 * tech-transfer (a] andrew.cmu.edu
21301 *
21302 * 4. Redistributions of any form whatsoever must retain the following
21303 * acknowledgment:
21304 * "This product includes software developed by Computing Services
21305 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21306 *
21307 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21308 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21309 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21310 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21311 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21312 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21313 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21314 *
21315 * $Id: magic.h,v 1.5 2003/06/11 23:56:26 paulus Exp $
21316 */
21317
21318 /*
21319 * main.c - Point-to-Point Protocol main module
21320 *
21321 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21322 *
21323 * Redistribution and use in source and binary forms, with or without
21324 * modification, are permitted provided that the following conditions
21325 * are met:
21326 *
21327 * 1. Redistributions of source code must retain the above copyright
21328 * notice, this list of conditions and the following disclaimer.
21329 *
21330 * 2. Redistributions in binary form must reproduce the above copyright
21331 * notice, this list of conditions and the following disclaimer in
21332 * the documentation and/or other materials provided with the
21333 * distribution.
21334 *
21335 * 3. The name "Carnegie Mellon University" must not be used to
21336 * endorse or promote products derived from this software without
21337 * prior written permission. For permission or any legal
21338 * details, please contact
21339 * Office of Technology Transfer
21340 * Carnegie Mellon University
21341 * 5000 Forbes Avenue
21342 * Pittsburgh, PA 15213-3890
21343 * (412) 268-4387, fax: (412) 268-7395
21344 * tech-transfer (a] andrew.cmu.edu
21345 *
21346 * 4. Redistributions of any form whatsoever must retain the following
21347 * acknowledgment:
21348 * "This product includes software developed by Computing Services
21349 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21350 *
21351 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21352 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21353 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21354 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21355 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21356 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21357 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21358 *
21359 * Copyright (c) 1999-2004 Paul Mackerras. All rights reserved.
21360 *
21361 * Redistribution and use in source and binary forms, with or without
21362 * modification, are permitted provided that the following conditions
21363 * are met:
21364 *
21365 * 1. Redistributions of source code must retain the above copyright
21366 * notice, this list of conditions and the following disclaimer.
21367 *
21368 * 2. The name(s) of the authors of this software must not be used to
21369 * endorse or promote products derived from this software without
21370 * prior written permission.
21371 *
21372 * 3. Redistributions of any form whatsoever must retain the following
21373 * acknowledgment:
21374 * "This product includes software developed by Paul Mackerras
21375 * <paulus (a] samba.org>".
21376 *
21377 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21378 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21379 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21380 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21381 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21382 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21383 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21384 */
21385
21386 /*
21387 * multilink.c - support routines for multilink.
21388 *
21389 * Copyright (c) 2000-2002 Paul Mackerras. All rights reserved.
21390 *
21391 * Redistribution and use in source and binary forms, with or without
21392 * modification, are permitted provided that the following conditions
21393 * are met:
21394 *
21395 * 1. Redistributions of source code must retain the above copyright
21396 * notice, this list of conditions and the following disclaimer.
21397 *
21398 * 2. The name(s) of the authors of this software must not be used to
21399 * endorse or promote products derived from this software without
21400 * prior written permission.
21401 *
21402 * 3. Redistributions of any form whatsoever must retain the following
21403 * acknowledgment:
21404 * "This product includes software developed by Paul Mackerras
21405 * <paulus (a] samba.org>".
21406 *
21407 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21408 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21409 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21410 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21411 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21412 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21413 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21414 */
21415
21416 /*
21417 * options.c - handles option processing for PPP.
21418 *
21419 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21420 *
21421 * Redistribution and use in source and binary forms, with or without
21422 * modification, are permitted provided that the following conditions
21423 * are met:
21424 *
21425 * 1. Redistributions of source code must retain the above copyright
21426 * notice, this list of conditions and the following disclaimer.
21427 *
21428 * 2. Redistributions in binary form must reproduce the above copyright
21429 * notice, this list of conditions and the following disclaimer in
21430 * the documentation and/or other materials provided with the
21431 * distribution.
21432 *
21433 * 3. The name "Carnegie Mellon University" must not be used to
21434 * endorse or promote products derived from this software without
21435 * prior written permission. For permission or any legal
21436 * details, please contact
21437 * Office of Technology Transfer
21438 * Carnegie Mellon University
21439 * 5000 Forbes Avenue
21440 * Pittsburgh, PA 15213-3890
21441 * (412) 268-4387, fax: (412) 268-7395
21442 * tech-transfer (a] andrew.cmu.edu
21443 *
21444 * 4. Redistributions of any form whatsoever must retain the following
21445 * acknowledgment:
21446 * "This product includes software developed by Computing Services
21447 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21448 *
21449 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21450 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21451 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21452 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21453 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21454 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21455 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21456 */
21457
21458 /*
21459 * minconn.c - pppd plugin to implement a `minconnect' option.
21460 *
21461 * Copyright (c) 1999 Paul Mackerras. All rights reserved.
21462 *
21463 * Redistribution and use in source and binary forms, with or without
21464 * modification, are permitted provided that the following conditions
21465 * are met:
21466 *
21467 * 1. Redistributions of source code must retain the above copyright
21468 * notice, this list of conditions and the following disclaimer.
21469 *
21470 * 2. Redistributions in binary form must reproduce the above copyright
21471 * notice, this list of conditions and the following disclaimer in
21472 * the documentation and/or other materials provided with the
21473 * distribution.
21474 *
21475 * 3. The name(s) of the authors of this software must not be used to
21476 * endorse or promote products derived from this software without
21477 * prior written permission.
21478 *
21479 * 4. Redistributions of any form whatsoever must retain the following
21480 * acknowledgment:
21481 * "This product includes software developed by Paul Mackerras
21482 * <paulus (a] samba.org>".
21483 *
21484 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21485 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21486 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21487 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21488 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21489 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21490 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21491 */
21492
21493 /*
21494 * $Id: avpair.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21495 *
21496 * Copyright (C) 1995 Lars Fenneberg
21497 *
21498 * Copyright 1992 Livingston Enterprises, Inc.
21499 *
21500 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21501 * and Merit Network, Inc. All Rights Reserved
21502 *
21503 * See the file COPYRIGHT for the respective terms and conditions.
21504 * If the file is missing contact me at lf (a] elemental.net
21505 * and I'll send you a copy.
21506 *
21507 */
21508
21509 /*
21510 * $Id: buildreq.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21511 *
21512 * Copyright (C) 1995,1997 Lars Fenneberg
21513 *
21514 * See the file COPYRIGHT for the respective terms and conditions.
21515 * If the file is missing contact me at lf (a] elemental.net
21516 * and I'll send you a copy.
21517 *
21518 */
21519
21520 /*
21521 * $Id: clientid.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21522 *
21523 * Copyright (C) 1995,1996,1997 Lars Fenneberg
21524 *
21525 * See the file COPYRIGHT for the respective terms and conditions.
21526 * If the file is missing contact me at lf (a] elemental.net
21527 * and I'll send you a copy.
21528 *
21529 */
21530
21531 /*
21532 * $Id: config.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21533 *
21534 * Copyright (C) 1995,1996,1997 Lars Fenneberg
21535 *
21536 * Copyright 1992 Livingston Enterprises, Inc.
21537 *
21538 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21539 * and Merit Network, Inc. All Rights Reserved
21540 *
21541 * See the file COPYRIGHT for the respective terms and conditions.
21542 * If the file is missing contact me at lf (a] elemental.net
21543 * and I'll send you a copy.
21544 *
21545 */
21546
21547 /*
21548 * $Id: dict.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21549 *
21550 * Copyright (C) 2002 Roaring Penguin Software Inc.
21551 *
21552 * Copyright (C) 1995,1996,1997 Lars Fenneberg
21553 *
21554 * Copyright 1992 Livingston Enterprises, Inc.
21555 *
21556 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21557 * and Merit Network, Inc. All Rights Reserved
21558 *
21559 * See the file COPYRIGHT for the respective terms and conditions.
21560 * If the file is missing contact me at lf (a] elemental.net
21561 * and I'll send you a copy.
21562 *
21563 */
21564
21565 /*
21566 * $Id: includes.h,v 1.1 2004/11/14 07:26:26 paulus Exp $
21567 *
21568 * Copyright (C) 1997 Lars Fenneberg
21569 *
21570 * Copyright 1992 Livingston Enterprises, Inc.
21571 *
21572 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21573 * and Merit Network, Inc. All Rights Reserved
21574 *
21575 * See the file COPYRIGHT for the respective terms and conditions.
21576 * If the file is missing contact me at lf (a] elemental.net
21577 * and I'll send you a copy.
21578 *
21579 */
21580
21581 /*
21582 * $Id: ip_util.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21583 *
21584 * Copyright (C) 1995,1996,1997 Lars Fenneberg
21585 *
21586 * Copyright 1992 Livingston Enterprises, Inc.
21587 *
21588 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21589 * and Merit Network, Inc. All Rights Reserved
21590 *
21591 * See the file COPYRIGHT for the respective terms and conditions.
21592 * If the file is missing contact me at lf (a] elemental.net
21593 * and I'll send you a copy.
21594 *
21595 */
21596
21597 /*
21598 * $Id: lock.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21599 *
21600 * Copyright (C) 1997 Lars Fenneberg
21601 *
21602 * See the file COPYRIGHT for the respective terms and conditions.
21603 * If the file is missing contact me at lf (a] elemental.net
21604 * and I'll send you a copy.
21605 *
21606 */
21607
21608 /*
21609 * $Id: options.h,v 1.1 2004/11/14 07:26:26 paulus Exp $
21610 *
21611 * Copyright (C) 1996 Lars Fenneberg
21612 *
21613 * See the file COPYRIGHT for the respective terms and conditions.
21614 * If the file is missing contact me at lf (a] elemental.net
21615 * and I'll send you a copy.
21616 *
21617 */
21618
21619 /*
21620 * $Id: pathnames.h,v 1.1 2004/11/14 07:26:26 paulus Exp $
21621 *
21622 * Copyright (C) 1995,1996 Lars Fenneberg
21623 *
21624 * Copyright 1992 Livingston Enterprises, Inc.
21625 *
21626 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21627 * and Merit Network, Inc. All Rights Reserved
21628 *
21629 * See the file COPYRIGHT for the respective terms and conditions.
21630 * If the file is missing contact me at lf (a] elemental.net
21631 * and I'll send you a copy.
21632 *
21633 */
21634
21635 /*
21636 * $Id: radiusclient.h,v 1.1 2004/11/14 07:26:26 paulus Exp $
21637 *
21638 * Copyright (C) 1995,1996,1997,1998 Lars Fenneberg
21639 *
21640 * Copyright 1992 Livingston Enterprises, Inc.
21641 *
21642 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21643 * and Merit Network, Inc. All Rights Reserved
21644 *
21645 * See the file COPYRIGHT for the respective terms and conditions.
21646 * If the file is missing contact me at lf (a] elemental.net
21647 * and I'll send you a copy.
21648 *
21649 */
21650
21651 /*
21652 * $Id: sendserver.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
21653 *
21654 * Copyright (C) 1995,1996,1997 Lars Fenneberg
21655 *
21656 * Copyright 1992 Livingston Enterprises, Inc.
21657 *
21658 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
21659 * and Merit Network, Inc. All Rights Reserved
21660 *
21661 * See the file COPYRIGHT for the respective terms and conditions.
21662 * If the file is missing contact me at lf (a] elemental.net
21663 * and I'll send you a copy.
21664 *
21665 */
21666
21667 /*
21668 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
21669 *
21670 * Extracted from chap_ms.c by James Carlson.
21671 *
21672 * Copyright (c) 1995 Eric Rosenquist. All rights reserved.
21673 *
21674 * Redistribution and use in source and binary forms, with or without
21675 * modification, are permitted provided that the following conditions
21676 * are met:
21677 *
21678 * 1. Redistributions of source code must retain the above copyright
21679 * notice, this list of conditions and the following disclaimer.
21680 *
21681 * 2. Redistributions in binary form must reproduce the above copyright
21682 * notice, this list of conditions and the following disclaimer in
21683 * the documentation and/or other materials provided with the
21684 * distribution.
21685 *
21686 * 3. The name(s) of the authors of this software must not be used to
21687 * endorse or promote products derived from this software without
21688 * prior written permission.
21689 *
21690 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21691 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21692 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21693 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21694 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21695 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21696 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21697 */
21698
21699 /*
21700 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
21701 *
21702 * Extracted from chap_ms.c by James Carlson.
21703 *
21704 * Copyright (c) 1995 Eric Rosenquist. All rights reserved.
21705 *
21706 * Redistribution and use in source and binary forms, with or without
21707 * modification, are permitted provided that the following conditions
21708 * are met:
21709 *
21710 * 1. Redistributions of source code must retain the above copyright
21711 * notice, this list of conditions and the following disclaimer.
21712 *
21713 * 2. Redistributions in binary form must reproduce the above copyright
21714 * notice, this list of conditions and the following disclaimer in
21715 * the documentation and/or other materials provided with the
21716 * distribution.
21717 *
21718 * 3. The name(s) of the authors of this software must not be used to
21719 * endorse or promote products derived from this software without
21720 * prior written permission.
21721 *
21722 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21723 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21724 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21725 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21726 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21727 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21728 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21729 */
21730
21731 /*
21732 * pppd.h - PPP daemon global declarations.
21733 *
21734 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21735 *
21736 * Redistribution and use in source and binary forms, with or without
21737 * modification, are permitted provided that the following conditions
21738 * are met:
21739 *
21740 * 1. Redistributions of source code must retain the above copyright
21741 * notice, this list of conditions and the following disclaimer.
21742 *
21743 * 2. Redistributions in binary form must reproduce the above copyright
21744 * notice, this list of conditions and the following disclaimer in
21745 * the documentation and/or other materials provided with the
21746 * distribution.
21747 *
21748 * 3. The name "Carnegie Mellon University" must not be used to
21749 * endorse or promote products derived from this software without
21750 * prior written permission. For permission or any legal
21751 * details, please contact
21752 * Office of Technology Transfer
21753 * Carnegie Mellon University
21754 * 5000 Forbes Avenue
21755 * Pittsburgh, PA 15213-3890
21756 * (412) 268-4387, fax: (412) 268-7395
21757 * tech-transfer (a] andrew.cmu.edu
21758 *
21759 * 4. Redistributions of any form whatsoever must retain the following
21760 * acknowledgment:
21761 * "This product includes software developed by Computing Services
21762 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21763 *
21764 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21765 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21766 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21767 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21768 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21769 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21770 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21771 *
21772 * $Id: pppd.h,v 1.91 2005/08/25 23:59:34 paulus Exp $
21773 */
21774
21775 /*
21776 * sys-linux.c - System-dependent procedures for setting up
21777 * PPP interfaces on Linux systems
21778 *
21779 * Copyright (c) 1994-2004 Paul Mackerras. All rights reserved.
21780 *
21781 * Redistribution and use in source and binary forms, with or without
21782 * modification, are permitted provided that the following conditions
21783 * are met:
21784 *
21785 * 1. Redistributions of source code must retain the above copyright
21786 * notice, this list of conditions and the following disclaimer.
21787 *
21788 * 2. The name(s) of the authors of this software must not be used to
21789 * endorse or promote products derived from this software without
21790 * prior written permission.
21791 *
21792 * 3. Redistributions of any form whatsoever must retain the following
21793 * acknowledgment:
21794 * "This product includes software developed by Paul Mackerras
21795 * <paulus (a] samba.org>".
21796 *
21797 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21798 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21799 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21800 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21801 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21802 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21803 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21804 *
21805 * Derived from main.c and pppd.h, which are:
21806 *
21807 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21808 *
21809 * Redistribution and use in source and binary forms, with or without
21810 * modification, are permitted provided that the following conditions
21811 * are met:
21812 *
21813 * 1. Redistributions of source code must retain the above copyright
21814 * notice, this list of conditions and the following disclaimer.
21815 *
21816 * 2. Redistributions in binary form must reproduce the above copyright
21817 * notice, this list of conditions and the following disclaimer in
21818 * the documentation and/or other materials provided with the
21819 * distribution.
21820 *
21821 * 3. The name "Carnegie Mellon University" must not be used to
21822 * endorse or promote products derived from this software without
21823 * prior written permission. For permission or any legal
21824 * details, please contact
21825 * Office of Technology Transfer
21826 * Carnegie Mellon University
21827 * 5000 Forbes Avenue
21828 * Pittsburgh, PA 15213-3890
21829 * (412) 268-4387, fax: (412) 268-7395
21830 * tech-transfer (a] andrew.cmu.edu
21831 *
21832 * 4. Redistributions of any form whatsoever must retain the following
21833 * acknowledgment:
21834 * "This product includes software developed by Computing Services
21835 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21836 *
21837 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21838 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21839 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21840 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21841 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21842 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21843 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21844 */
21845
21846 /*
21847 * tty.c - code for handling serial ports in pppd.
21848 *
21849 * Copyright (C) 2000-2004 Paul Mackerras. All rights reserved.
21850 *
21851 * Redistribution and use in source and binary forms, with or without
21852 * modification, are permitted provided that the following conditions
21853 * are met:
21854 *
21855 * 1. Redistributions of source code must retain the above copyright
21856 * notice, this list of conditions and the following disclaimer.
21857 *
21858 * 2. The name(s) of the authors of this software must not be used to
21859 * endorse or promote products derived from this software without
21860 * prior written permission.
21861 *
21862 * 3. Redistributions of any form whatsoever must retain the following
21863 * acknowledgment:
21864 * "This product includes software developed by Paul Mackerras
21865 * <paulus (a] samba.org>".
21866 *
21867 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
21868 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21869 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
21870 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21871 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21872 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21873 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21874 *
21875 * Portions derived from main.c, which is:
21876 *
21877 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21878 *
21879 * Redistribution and use in source and binary forms, with or without
21880 * modification, are permitted provided that the following conditions
21881 * are met:
21882 *
21883 * 1. Redistributions of source code must retain the above copyright
21884 * notice, this list of conditions and the following disclaimer.
21885 *
21886 * 2. Redistributions in binary form must reproduce the above copyright
21887 * notice, this list of conditions and the following disclaimer in
21888 * the documentation and/or other materials provided with the
21889 * distribution.
21890 *
21891 * 3. The name "Carnegie Mellon University" must not be used to
21892 * endorse or promote products derived from this software without
21893 * prior written permission. For permission or any legal
21894 * details, please contact
21895 * Office of Technology Transfer
21896 * Carnegie Mellon University
21897 * 5000 Forbes Avenue
21898 * Pittsburgh, PA 15213-3890
21899 * (412) 268-4387, fax: (412) 268-7395
21900 * tech-transfer (a] andrew.cmu.edu
21901 *
21902 * 4. Redistributions of any form whatsoever must retain the following
21903 * acknowledgment:
21904 * "This product includes software developed by Computing Services
21905 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21906 *
21907 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21908 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21909 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21910 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21911 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21912 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21913 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21914 */
21915
21916 /*
21917 * upap.c - User/Password Authentication Protocol.
21918 *
21919 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21920 *
21921 * Redistribution and use in source and binary forms, with or without
21922 * modification, are permitted provided that the following conditions
21923 * are met:
21924 *
21925 * 1. Redistributions of source code must retain the above copyright
21926 * notice, this list of conditions and the following disclaimer.
21927 *
21928 * 2. Redistributions in binary form must reproduce the above copyright
21929 * notice, this list of conditions and the following disclaimer in
21930 * the documentation and/or other materials provided with the
21931 * distribution.
21932 *
21933 * 3. The name "Carnegie Mellon University" must not be used to
21934 * endorse or promote products derived from this software without
21935 * prior written permission. For permission or any legal
21936 * details, please contact
21937 * Office of Technology Transfer
21938 * Carnegie Mellon University
21939 * 5000 Forbes Avenue
21940 * Pittsburgh, PA 15213-3890
21941 * (412) 268-4387, fax: (412) 268-7395
21942 * tech-transfer (a] andrew.cmu.edu
21943 *
21944 * 4. Redistributions of any form whatsoever must retain the following
21945 * acknowledgment:
21946 * "This product includes software developed by Computing Services
21947 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21948 *
21949 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21950 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21951 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21952 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21953 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21954 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21955 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21956 */
21957
21958 /*
21959 * upap.h - User/Password Authentication Protocol definitions.
21960 *
21961 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
21962 *
21963 * Redistribution and use in source and binary forms, with or without
21964 * modification, are permitted provided that the following conditions
21965 * are met:
21966 *
21967 * 1. Redistributions of source code must retain the above copyright
21968 * notice, this list of conditions and the following disclaimer.
21969 *
21970 * 2. Redistributions in binary form must reproduce the above copyright
21971 * notice, this list of conditions and the following disclaimer in
21972 * the documentation and/or other materials provided with the
21973 * distribution.
21974 *
21975 * 3. The name "Carnegie Mellon University" must not be used to
21976 * endorse or promote products derived from this software without
21977 * prior written permission. For permission or any legal
21978 * details, please contact
21979 * Office of Technology Transfer
21980 * Carnegie Mellon University
21981 * 5000 Forbes Avenue
21982 * Pittsburgh, PA 15213-3890
21983 * (412) 268-4387, fax: (412) 268-7395
21984 * tech-transfer (a] andrew.cmu.edu
21985 *
21986 * 4. Redistributions of any form whatsoever must retain the following
21987 * acknowledgment:
21988 * "This product includes software developed by Computing Services
21989 * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
21990 *
21991 * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
21992 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21993 * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
21994 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21995 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21996 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21997 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21998 *
21999 * $Id: upap.h,v 1.8 2002/12/04 23:03:33 paulus Exp $
22000 */
22001
22002 /*
22003 * utils.c - various utility functions used in pppd.
22004 *
22005 * Copyright (c) 1999-2002 Paul Mackerras. All rights reserved.
22006 *
22007 * Redistribution and use in source and binary forms, with or without
22008 * modification, are permitted provided that the following conditions
22009 * are met:
22010 *
22011 * 1. Redistributions of source code must retain the above copyright
22012 * notice, this list of conditions and the following disclaimer.
22013 *
22014 * 2. The name(s) of the authors of this software must not be used to
22015 * endorse or promote products derived from this software without
22016 * prior written permission.
22017 *
22018 * 3. Redistributions of any form whatsoever must retain the following
22019 * acknowledgment:
22020 * "This product includes software developed by Paul Mackerras
22021 * <paulus (a] samba.org>".
22022 *
22023 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
22024 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22025 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
22026 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22027 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22028 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
22029 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22030 */
22031
22032 /* Because this code is derived from the 4.3BSD compress source:
22033 *
22034 *
22035 * Copyright (c) 1985, 1986 The Regents of the University of California.
22036 * All rights reserved.
22037 *
22038 * This code is derived from software contributed to Berkeley by
22039 * James A. Woods, derived from original work by Spencer Thomas
22040 * and Joseph Orost.
22041 *
22042 * Redistribution and use in source and binary forms, with or without
22043 * modification, are permitted provided that the following conditions
22044 * are met:
22045 * 1. Redistributions of source code must retain the above copyright
22046 * notice, this list of conditions and the following disclaimer.
22047 * 2. Redistributions in binary form must reproduce the above copyright
22048 * notice, this list of conditions and the following disclaimer in the
22049 * documentation and/or other materials provided with the distribution.
22050 * 3. All advertising materials mentioning features or use of this software
22051 * must display the following acknowledgement:
22052 * This product includes software developed by the University of
22053 * California, Berkeley and its contributors.
22054 * 4. Neither the name of the University nor the names of its contributors
22055 * may be used to endorse or promote products derived from this software
22056 * without specific prior written permission.
22057 *
22058 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22059 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22060 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22061 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22062 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22063 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22064 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22065 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22066 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22067 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22068 * SUCH DAMAGE.
22069 */
22070
22071 /*
22072 * ppp_deflate.c - interface the zlib procedures for Deflate compression
22073 * and decompression (as used by gzip) to the PPP code.
22074 *
22075 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
22076 *
22077 * Redistribution and use in source and binary forms, with or without
22078 * modification, are permitted provided that the following conditions
22079 * are met:
22080 *
22081 * 1. Redistributions of source code must retain the above copyright
22082 * notice, this list of conditions and the following disclaimer.
22083 *
22084 * 2. Redistributions in binary form must reproduce the above copyright
22085 * notice, this list of conditions and the following disclaimer in
22086 * the documentation and/or other materials provided with the
22087 * distribution.
22088 *
22089 * 3. The name(s) of the authors of this software must not be used to
22090 * endorse or promote products derived from this software without
22091 * prior written permission.
22092 *
22093 * 4. Redistributions of any form whatsoever must retain the following
22094 * acknowledgment:
22095 * "This product includes software developed by Paul Mackerras
22096 * <paulus (a] samba.org>".
22097 *
22098 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
22099 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22100 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
22101 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22102 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22103 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
22104 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22105 *
22106 * $Id: deflate.c,v 1.5 2004/01/17 05:47:55 carlsonj Exp $
22107 */
22108
22109 /*
22110 * ppp-comp.h - Definitions for doing PPP packet compression.
22111 *
22112 * Copyright (c) 1994 Paul Mackerras. All rights reserved.
22113 *
22114 * Redistribution and use in source and binary forms, with or without
22115 * modification, are permitted provided that the following conditions
22116 * are met:
22117 *
22118 * 1. Redistributions of source code must retain the above copyright
22119 * notice, this list of conditions and the following disclaimer.
22120 *
22121 * 2. Redistributions in binary form must reproduce the above copyright
22122 * notice, this list of conditions and the following disclaimer in
22123 * the documentation and/or other materials provided with the
22124 * distribution.
22125 *
22126 * 3. The name(s) of the authors of this software must not be used to
22127 * endorse or promote products derived from this software without
22128 * prior written permission.
22129 *
22130 * 4. Redistributions of any form whatsoever must retain the following
22131 * acknowledgment:
22132 * "This product includes software developed by Paul Mackerras
22133 * <paulus (a] samba.org>".
22134 *
22135 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
22136 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22137 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
22138 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22139 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22140 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
22141 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22142 *
22143 * $Id: ppp-comp.h,v 1.2 2002/12/06 09:49:16 paulus Exp $
22144 */
22145
22146 /*
22147 * pppdump - print out the contents of a record file generated by
22148 * pppd in readable form.
22149 *
22150 * Copyright (c) 1999 Paul Mackerras. All rights reserved.
22151 *
22152 * Redistribution and use in source and binary forms, with or without
22153 * modification, are permitted provided that the following conditions
22154 * are met:
22155 *
22156 * 1. Redistributions of source code must retain the above copyright
22157 * notice, this list of conditions and the following disclaimer.
22158 *
22159 * 2. Redistributions in binary form must reproduce the above copyright
22160 * notice, this list of conditions and the following disclaimer in
22161 * the documentation and/or other materials provided with the
22162 * distribution.
22163 *
22164 * 3. The name(s) of the authors of this software must not be used to
22165 * endorse or promote products derived from this software without
22166 * prior written permission.
22167 *
22168 * 4. Redistributions of any form whatsoever must retain the following
22169 * acknowledgment:
22170 * "This product includes software developed by Paul Mackerras
22171 * <paulus (a] samba.org>".
22172 *
22173 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
22174 * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22175 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
22176 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
22177 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22178 * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
22179 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22180 */
22181
22182 /*
22183 * print PPP statistics:
22184 * pppstats [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]
22185 *
22186 * -a Show absolute values rather than deltas
22187 * -d Show data rate (kB/s) rather than bytes
22188 * -v Show more stats for VJ TCP header compression
22189 * -r Show compression ratio
22190 * -z Show compression statistics instead of default display
22191 *
22192 * History:
22193 * perkins (a] cps.msu.edu: Added compression statistics and alternate
22194 * display. 11/94
22195 * Brad Parker (brad (a] cayman.com) 6/92
22196 *
22197 * from the original "slstats" by Van Jacobson
22198 *
22199 * Copyright (c) 1989 Regents of the University of California.
22200 * All rights reserved.
22201 *
22202 * Redistribution and use in source and binary forms are permitted
22203 * provided that the above copyright notice and this paragraph are
22204 * duplicated in all such forms and that any documentation,
22205 * advertising materials, and other materials related to such
22206 * distribution and use acknowledge that the software was developed
22207 * by the University of California, Berkeley. The name of the
22208 * University may not be used to endorse or promote products derived
22209 * from this software without specific prior written permission.
22210 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
22211 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
22212 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
22213 */
22214
22215 </pre>
22216 <div class="license-packages">
22217 Used by these packages: net-dialup/ppp-2.4.5-r3
22218 </div>
22219 </div>
22220 </div>
22221
22222 <div class="product">
22223 <a name="public-domain" class="title">Gentoo Package Provided Stock License public-domain</a>
22224 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
22225 <div class="licence">
22226 <pre>
22227 Software is in the public domain.
22228
22229 </pre>
22230 <div class="license-packages">
22231 Used by these packages: sys-libs/timezone-data-2012j sys-apps/util-linux-2.21.2-r1 app-arch/xz-utils-4.999.9_beta
22232 </div>
22233 </div>
22234 </div>
22235
22236 <div class="product">
22237 <a name="ralink-firmware" class="title">Gentoo Package Provided Stock License ralink-firmware</a>
22238 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
22239 <div class="licence">
22240 <pre>
22241 Copyright (c) 2007, Ralink Technology Corporation
22242 All rights reserved.
22243
22244 Redistribution. Redistribution and use in binary form, without
22245 modification, are permitted provided that the following conditions are
22246 met:
22247
22248 * Redistributions must reproduce the above copyright notice and the
22249 following disclaimer in the documentation and/or other materials
22250 provided with the distribution.
22251 * Neither the name of Ralink Technology Corporation nor the names of its
22252 suppliers may be used to endorse or promote products derived from this
22253 software without specific prior written permission.
22254 * No reverse engineering, decompilation, or disassembly of this software
22255 is permitted.
22256
22257 Limited patent license. Ralink Technology Corporation grants a world-wide,
22258 royalty-free, non-exclusive license under patents it now or hereafter
22259 owns or controls to make, have made, use, import, offer to sell and
22260 sell ("Utilize") this software, but solely to the extent that any
22261 such patent is necessary to Utilize the software alone, or in
22262 combination with an operating system licensed under an approved Open
22263 Source license as listed by the Open Source Initiative at
22264 http://opensource.org/licenses. The patent license shall not apply to
22265 any other combinations which include this software. No hardware per
22266 se is licensed hereunder.
22267
22268 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
22269 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
22270 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
22271 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22272 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22273 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22274 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
22275 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22276 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
22277 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
22278 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
22279 DAMAGE.
22280
22281 </pre>
22282 <div class="license-packages">
22283 Used by these packages: net-wireless/realtek-rt2800-firmware-0.0.1
22284 </div>
22285 </div>
22286 </div>
22287
22288 <div class="product">
22289 <a name="unRAR" class="title">Gentoo Package Provided Stock License unRAR</a>
22290 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
22291 <div class="licence">
22292 <pre>
22293 ****** ***** ****** UnRAR - free utility for RAR archives
22294 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22295 ****** ******* ****** License for use and distribution of
22296 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22297 ** ** ** ** ** ** FREE portable version
22298 ~~~~~~~~~~~~~~~~~~~~~
22299
22300 The source code of UnRAR utility is freeware. This means:
22301
22302 1. All copyrights to RAR and the utility UnRAR are exclusively
22303 owned by the author - Alexander Roshal.
22304
22305 2. UnRAR source code may be used in any software to handle
22306 RAR archives without limitations free of charge, but cannot be
22307 used to develop RAR (WinRAR) compatible archiver and to
22308 re-create RAR compression algorithm, which is proprietary.
22309 Distribution of modified UnRAR source code in separate form
22310 or as a part of other software is permitted, provided that
22311 full text of this paragraph, starting from "UnRAR source code"
22312 words, is included in license, or in documentation if license
22313 is not available, and in source code comments of resulting package.
22314
22315 3. The UnRAR utility may be freely distributed. It is allowed
22316 to distribute UnRAR inside of other software packages.
22317
22318 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
22319 NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
22320 YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
22321 DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
22322 OR MISUSING THIS SOFTWARE.
22323
22324 5. Installing and using the UnRAR utility signifies acceptance of
22325 these terms and conditions of the license.
22326
22327 6. If you don't agree with terms of the license you must remove
22328 UnRAR files from your storage devices and cease to use the
22329 utility.
22330
22331 Thank you for your interest in RAR and UnRAR.
22332
22333
22334 Alexander L. Roshal
22335
22336 </pre>
22337 <div class="license-packages">
22338 Used by these packages: app-arch/unrar-4.2.4
22339 </div>
22340 </div>
22341 </div>
22342
22343 <div class="product">
22344 <a name="vim" class="title">Gentoo Package Provided Stock License vim</a>
22345 <a class="show" href="#" onclick="return toggle(this);">show license(s)</a>
22346 <div class="licence">
22347 <pre>
22348 License details for VIM Editor:
22349
22350 *uganda.txt* For Vim version 7.2. Last change: 2008 Jun 21
22351
22352
22353 VIM REFERENCE MANUAL by Bram Moolenaar
22354
22355
22356 *uganda* *Uganda* *copying* *copyright* *license*
22357 SUMMARY
22358 *iccf* *ICCF*
22359 Vim is Charityware. You can use and copy it as much as you like, but you are
22360 encouraged to make a donation for needy children in Uganda. Please see |kcc|
22361 below or visit the ICCF web site, available at these URLs:
22362
22363 http://iccf-holland.org/
22364 http://www.vim.org/iccf/
22365 http://www.iccf.nl/
22366
22367 You can also sponsor the development of Vim. Vim sponsors can vote for
22368 features. See |sponsor|. The money goes to Uganda anyway.
22369
22370 The Open Publication License applies to the Vim documentation, see
22371 |manual-copyright|.
22372
22373 === begin of license ===
22374
22375 VIM LICENSE
22376
22377 I) There are no restrictions on distributing unmodified copies of Vim except
22378 that they must include this license text. You can also distribute
22379 unmodified parts of Vim, likewise unrestricted except that they must
22380 include this license text. You are also allowed to include executables
22381 that you made from the unmodified Vim sources, plus your own usage
22382 examples and Vim scripts.
22383
22384 II) It is allowed to distribute a modified (or extended) version of Vim,
22385 including executables and/or source code, when the following four
22386 conditions are met:
22387 1) This license text must be included unmodified.
22388 2) The modified Vim must be distributed in one of the following five ways:
22389 a) If you make changes to Vim yourself, you must clearly describe in
22390 the distribution how to contact you. When the maintainer asks you
22391 (in any way) for a copy of the modified Vim you distributed, you
22392 must make your changes, including source code, available to the
22393 maintainer without fee. The maintainer reserves the right to
22394 include your changes in the official version of Vim. What the
22395 maintainer will do with your changes and under what license they
22396 will be distributed is negotiable. If there has been no negotiation
22397 then this license, or a later version, also applies to your changes.
22398 The current maintainer is Bram Moolenaar <Bram (a] vim.org>. If this
22399 changes it will be announced in appropriate places (most likely
22400 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
22401 impossible to contact the maintainer, the obligation to send him
22402 your changes ceases. Once the maintainer has confirmed that he has
22403 received your changes they will not have to be sent again.
22404 b) If you have received a modified Vim that was distributed as
22405 mentioned under a) you are allowed to further distribute it
22406 unmodified, as mentioned at I). If you make additional changes the
22407 text under a) applies to those changes.
22408 c) Provide all the changes, including source code, with every copy of
22409 the modified Vim you distribute. This may be done in the form of a
22410 context diff. You can choose what license to use for new code you
22411 add. The changes and their license must not restrict others from
22412 making their own changes to the official version of Vim.
22413 d) When you have a modified Vim which includes changes as mentioned
22414 under c), you can distribute it without the source code for the
22415 changes if the following three conditions are met:
22416 - The license that applies to the changes permits you to distribute
22417 the changes to the Vim maintainer without fee or restriction, and
22418 permits the Vim maintainer to include the changes in the official
22419 version of Vim without fee or restriction.
22420 - You keep the changes for at least three years after last
22421 distributing the corresponding modified Vim. When the maintainer
22422 or someone who you distributed the modified Vim to asks you (in
22423 any way) for the changes within this period, you must make them
22424 available to him.
22425 - You clearly describe in the distribution how to contact you. This
22426 contact information must remain valid for at least three years
22427 after last distributing the corresponding modified Vim, or as long
22428 as possible.
22429 e) When the GNU General Public License (GPL) applies to the changes,
22430 you can distribute the modified Vim under the GNU GPL version 2 or
22431 any later version.
22432 3) A message must be added, at least in the output of the ":version"
22433 command and in the intro screen, such that the user of the modified Vim
22434 is able to see that it was modified. When distributing as mentioned
22435 under 2)e) adding the message is only required for as far as this does
22436 not conflict with the license used for the changes.
22437 4) The contact information as required under 2)a) and 2)d) must not be
22438 removed or changed, except that the person himself can make
22439 corrections.
22440
22441 III) If you distribute a modified version of Vim, you are encouraged to use
22442 the Vim license for your changes and make them available to the
22443 maintainer, including the source code. The preferred way to do this is
22444 by e-mail or by uploading the files to a server and e-mailing the URL.
22445 If the number of changes is small (e.g., a modified Makefile) e-mailing a
22446 context diff will do. The e-mail address to be used is
22447 <maintainer (a] vim.org>
22448
22449 IV) It is not allowed to remove this license from the distribution of the Vim
22450 sources, parts of it or from a modified version. You may use this
22451 license for previous Vim releases instead of the license that they came
22452 with, at your option.
22453
22454 === end of license ===
22455
22456 Note:
22457
22458 - If you are happy with Vim, please express that by reading the rest of this
22459 file and consider helping needy children in Uganda.
22460
22461 - If you want to support further Vim development consider becoming a
22462 |sponsor|. The money goes to Uganda anyway.
22463
22464 - According to Richard Stallman the Vim license is GNU GPL compatible.
22465 A few minor changes have been made since he checked it, but that should not
22466 make a difference.
22467
22468 - If you link Vim with a library that goes under the GNU GPL, this limits
22469 further distribution to the GNU GPL. Also when you didn't actually change
22470 anything in Vim.
22471
22472 - Once a change is included that goes under the GNU GPL, this forces all
22473 further changes to also be made under the GNU GPL or a compatible license.
22474
22475 - If you distribute a modified version of Vim, you can include your name and
22476 contact information with the "--with-modified-by" configure argument or the
22477 MODIFIED_BY define.
22478
22479 ==============================================================================
22480 Kibaale Children's Centre *kcc* *Kibaale* *charity*
22481
22482 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
22483 south of Uganda, near Tanzania, in East Africa. The area is known as Rakai
22484 District. The population is mostly farmers. Although people are poor, there
22485 is enough food. But this district is suffering from AIDS more than any other
22486 part of the world. Some say that it started there. Estimations are that 10
22487 to 30% of the Ugandans are infected with HIV. Because parents die, there are
22488 many orphans. In this district about 60,000 children have lost one or both
22489 parents, out of a population of 350,000. And this is still continuing.
22490
22491 The children need a lot of help. The KCC is working hard to provide the needy
22492 with food, medical care and education. Food and medical care to keep them
22493 healthy now, and education so that they can take care of themselves in the
22494 future. KCC works on a Christian base, but help is given to children of any
22495 religion.
22496
22497 The key to solving the problems in this area is education. This has been
22498 neglected in the past years with president Idi Amin and the following civil
22499 wars. Now that the government is stable again, the children and parents have
22500 to learn how to take care of themselves and how to avoid infections. There is
22501 also help for people who are ill and hungry, but the primary goal is to
22502 prevent people from getting ill and to teach them how to grow healthy food.
22503
22504 Most of the orphans are living in an extended family. An uncle or older
22505 sister is taking care of them. Because these families are big and the income
22506 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
22507 care and schooling is beyond its reach. To help these needy children, a
22508 sponsorship program was put into place. A child can be financially adopted.
22509 For a few dollars a month KCC sees to it that the child gets indispensable
22510 items, is healthy, goes to school and KCC takes care of anything else that
22511 needs to be done for the child and the family that supports it.
22512
22513 Besides helping the child directly, the environment where the child grows up
22514 needs to be improved. KCC helps schools to improve their teaching methods.
22515 There is a demonstration school at the centre and teacher trainings are given.
22516 Health workers are being trained, hygiene education is carried out and
22517 households are stimulated to build a proper latrine. I helped setting up a
22518 production site for cement slabs. These are used to build a good latrine.
22519 They are sold below cost price.
22520
22521 There is a small clinic at the project, which provides children and their
22522 family with medical help. When needed, transport to a hospital is offered.
22523 Immunization programs are carried out and help is provided when an epidemic is
22524 breaking out (measles and cholera have been a problem).
22525 *donate*
22526 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
22527 volunteer. I have helped to expand the centre and worked in the area of water
22528 and sanitation. I learned that the help that the KCC provides really helps.
22529 When I came back to Holland, I wanted to continue supporting KCC. To do this
22530 I'm raising funds and organizing the sponsorship program. Please consider one
22531 of these possibilities:
22532
22533 1. Sponsor a child in primary school: 17 euro a month (or more).
22534 2. Sponsor a child in secondary school: 25 euro a month (or more).
22535 3. Sponsor the clinic: Any amount a month or quarter
22536 4. A one-time donation
22537
22538 Compared with other organizations that do child sponsorship the amounts are
22539 very low. This is because the money goes directly to the centre. Less than
22540 5% is used for administration. This is possible because this is a small
22541 organization that works with volunteers. If you would like to sponsor a
22542 child, you should have the intention to do this for at least one year.
22543
22544 How do you know that the money will be spent right? First of all you have my
22545 personal guarantee as the author of Vim. I trust the people that are working
22546 at the centre, I know them personally. Further more, the centre is
22547 co-sponsored and inspected by World Vision, Save the Children Fund and
22548 International Child Care Fund. The centre is visited about once a year to
22549 check the progress (at our own cost). I have visited the centre myself in
22550 1996, 1998, 2000, 2001 and 2003. The visit reports are on the ICCF web site.
22551
22552 If you have any further questions, send me e-mail: <Bram (a] vim.org>.
22553
22554 The address of the centre is:
22555 Kibaale Children's Centre
22556 p.o. box 1658
22557 Masaka, Uganda, East Africa
22558
22559 Sending money: *iccf-donations*
22560
22561 Check the ICCF web site for the latest information! See |iccf| for the URL.
22562
22563
22564 USA: The methods mentioned below can be used.
22565 Sending a check to the Nehemiah Group Outreach Society (NGOS)
22566 is no longer possible, unfortunately. We are looking for
22567 another way to get you an IRS tax receipt.
22568 For sponsoring a child contact KCF in Canada (see below). US
22569 checks can be sent to them to lower banking costs.
22570
22571 Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
22572 take care of the Canadian sponsors for the children in
22573 Kibaale. KCF forwards 100% of the money to the project in
22574 Uganda. You can send them a one time donation directly.
22575 Please send me a note so that I know what has been donated
22576 because of Vim. Ask KCF for information about sponsorship.
22577 Kibaale Children's Fund c/o Pacific Academy
22578 10238-168 Street
22579 Surrey, B.C. V4N 1Z4
22580 Canada
22581 Phone: 604-581-5353
22582 If you make a donation to Kibaale Children's Fund (KCF) you
22583 will receive a tax receipt which can be submitted with your
22584 tax return.
22585
22586 Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo.
22587 This will allow for tax deduction if you live in Holland.
22588 Postbank, nr. 4548774
22589
22590 Germany: It is possible to make donations that allow for a tax return.
22591 Check the ICCF web site for the latest information:
22592 http://iccf-holland.org/germany.html
22593
22594 World: Use a postal money order. That should be possible from any
22595 country, mostly from the post office. Use this name (which is
22596 in my passport): "Abraham Moolenaar". Use Euro for the
22597 currency if possible.
22598
22599 Europe: Use a bank transfer if possible. Your bank should have a form
22600 that you can use for this. See "Others" below for the swift
22601 code and IBAN number.
22602 Any other method should work. Ask for information about
22603 sponsorship.
22604
22605 Credit Card: You can use PayPal to send money with a Credit card. This is
22606 the most widely used Internet based payment system. It's
22607 really simple to use. Use this link to find more info:
22608 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
22609 The e-mail address for sending the money to is:
22610 Bram (a] iccf-holland.org
22611 For amounts above 400 Euro ($500) sending a check is
22612 preferred.
22613
22614 Others: Transfer to one of these accounts if possible:
22615 Postbank, account 4548774
22616 Swift code: INGB NL 2A
22617 IBAN: NL47 PSTB 0004 5487 74
22618 under the name "stichting ICCF Holland", Venlo
22619 If that doesn't work:
22620 Rabobank Venlo, account 3765.05.117
22621 Swift code: RABO NL 2U
22622 under the name "Bram Moolenaar", Venlo
22623 Otherwise, send a check in euro or US dollars to the address
22624 below. Minimal amount: $70 (my bank does not accept smaller
22625 amounts for foreign check, sorry)
22626
22627 Address to send checks to:
22628 stichting ICCF Holland
22629 Bram Moolenaar
22630 Finsterruetihof 1
22631 8134 Adliswil
22632 Switzerland
22633
22634 This address is expected to be valid for a long time.
22635
22636 vim:tw=78:ts=8:ft=help:norl:
22637
22638 </pre>
22639 <div class="license-packages">
22640 Used by these packages: app-editors/vim-7.3.409
22641 </div>
22642 </div>
22643 </div>
22644
22645 </body>
22646 </html>
22647