cros: Update SAML flow.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / about_os_credits.html
blobfe21c6ef04332286133296cc1a23b779b7245e20
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>Credits</title>
6 <style>
7 body {
8 font-family:Helvetica,Arial,sans-serif;
9 background-color:white;
10 font-size:84%;
11 max-width:1020px;
13 .page-title {
14 font-size:164%;
15 font-weight:bold;
17 .product {
18 background-color:#c3d9ff;
19 overflow:auto;
20 padding:2px;
21 margin-top:16px;
22 border-radius:5px;
24 .product .title {
25 font-size:110%;
26 font-weight:bold;
27 float:left;
28 margin:3px;
30 .product .homepage {
31 text-align:right;
32 float:right;
33 margin:3px;
35 .product .homepage:after {
36 content:" - ";
38 .product .show {
39 text-align:right;
40 float:right;
41 margin:3px;
43 .licence {
44 clear:both;
45 background-color:#e8eef7;
46 padding:16px;
47 border-radius:3px;
48 display:none;
50 .licence h3 {
51 margin-top:0px;
53 .license-packages {
54 font-size:80%;
56 </style>
57 <script>
58 //<![CDATA[
59 function $(o) {return document.getElementById(o);}
60 function toggle(o) {
61 var licence = o.nextSibling;
63 while (licence.className != 'licence') {
64 if (!licence) return false;
65 licence = licence.nextSibling;
68 if (licence.style && licence.style.display == 'block') {
69 licence.style.display = 'none';
70 o.innerHTML = 'show license text';
71 } else {
72 licence.style.display = 'block';
73 o.innerHTML = 'hide license text';
75 return false;
77 //]]>
78 </script>
79 </head>
80 <body>
81 <span class="page-title" style="float:left;">Credits</span>
82 <a href="javascript:window.print();" style="float:right;">Print</a>
83 <div style="clear:both; overflow:auto;">
84 <h2>List of Packages used in Google Chrome OS:</h2>
85 <!-- Chromium <3s the following projects -->
86 <div class="product">
87 <span class="title">acl-2.2.51</span>
88 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
89 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span>
90 <div class="licence">
91 <pre></pre>
92 <ul>
93 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
94 </ul>
95 </div>
96 </div>
99 <div class="product">
100 <span class="title">adhd-0.0.1</span>
101 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
102 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
103 <div class="licence">
104 <pre></pre>
105 <ul>
106 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
107 </ul>
108 </div>
109 </div>
112 <div class="product">
113 <span class="title">alsa-lib-1.0.27.2</span>
114 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
115 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
116 <div class="licence">
117 <pre></pre>
118 <ul>
119 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
120 </ul>
121 </div>
122 </div>
125 <div class="product">
126 <span class="title">alsa-plugins-1.0.25</span>
127 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
128 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
129 <div class="licence">
130 <pre></pre>
131 <ul>
132 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
133 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
134 </ul>
135 </div>
136 </div>
139 <div class="product">
140 <span class="title">alsa-utils-1.0.27.1</span>
141 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
142 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
143 <div class="licence">
144 <pre></pre>
145 <ul>
146 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
147 </ul>
148 </div>
149 </div>
152 <div class="product">
153 <span class="title">ath3k-0.0.1</span>
154 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
155 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
156 <div class="licence">
157 <pre></pre>
158 <ul>
159 <li><a href='#Atheros'>Custom License Atheros</a></li>
160 </ul>
161 </div>
162 </div>
165 <div class="product">
166 <span class="title">ath6k-34</span>
167 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
168 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
169 <div class="licence">
170 <pre></pre>
171 <ul>
172 <li><a href='#Atheros'>Custom License Atheros</a></li>
173 </ul>
174 </div>
175 </div>
178 <div class="product">
179 <span class="title">atk-1.32.0</span>
180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
181 <span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span>
182 <div class="licence">
183 <pre></pre>
184 <ul>
185 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
186 </ul>
187 </div>
188 </div>
191 <div class="product">
192 <span class="title">attr-2.4.46</span>
193 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
194 <span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span>
195 <div class="licence">
196 <pre></pre>
197 <ul>
198 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
199 </ul>
200 </div>
201 </div>
204 <div class="product">
205 <span class="title">autoconf-2.13</span>
206 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
207 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
208 <div class="licence">
209 <pre></pre>
210 <ul>
211 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
212 </ul>
213 </div>
214 </div>
217 <div class="product">
218 <span class="title">autoconf-2.69</span>
219 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
220 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
221 <div class="licence">
222 <pre></pre>
223 <ul>
224 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
225 </ul>
226 </div>
227 </div>
230 <div class="product">
231 <span class="title">autoconf-wrapper-13</span>
232 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
233 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
234 <div class="licence">
235 <pre></pre>
236 <ul>
237 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
238 </ul>
239 </div>
240 </div>
243 <div class="product">
244 <span class="title">automake-1.11.1</span>
245 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
246 <span class="homepage"><a href="http://sources.redhat.com/automake/">homepage</a></span>
247 <div class="licence">
248 <pre></pre>
249 <ul>
250 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
251 </ul>
252 </div>
253 </div>
256 <div class="product">
257 <span class="title">automake-wrapper-9</span>
258 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
259 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
260 <div class="licence">
261 <pre></pre>
262 <ul>
263 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
264 </ul>
265 </div>
266 </div>
269 <div class="product">
270 <span class="title">avahi-0.6.31</span>
271 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
272 <span class="homepage"><a href="http://avahi.org/">homepage</a></span>
273 <div class="licence">
274 <pre></pre>
275 <ul>
276 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
277 </ul>
278 </div>
279 </div>
282 <div class="product">
283 <span class="title">avfs-1.0.1</span>
284 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
285 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span>
286 <div class="licence">
287 <pre></pre>
288 <ul>
289 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
290 </ul>
291 </div>
292 </div>
295 <div class="product">
296 <span class="title">baselayout-2.0.1</span>
297 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
298 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
299 <div class="licence">
300 <pre></pre>
301 <ul>
302 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
303 </ul>
304 </div>
305 </div>
308 <div class="product">
309 <span class="title">bash-4.2_p45</span>
310 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
311 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span>
312 <div class="licence">
313 <pre></pre>
314 <ul>
315 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
316 </ul>
317 </div>
318 </div>
321 <div class="product">
322 <span class="title">binutils-2.22</span>
323 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
324 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span>
325 <div class="licence">
326 <pre></pre>
327 <ul>
328 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
329 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
330 </ul>
331 </div>
332 </div>
335 <div class="product">
336 <span class="title">binutils-config-3</span>
337 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
338 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
339 <div class="licence">
340 <pre></pre>
341 <ul>
342 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
343 </ul>
344 </div>
345 </div>
348 <div class="product">
349 <span class="title">bluez-5.4</span>
350 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
351 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span>
352 <div class="licence">
353 <pre></pre>
354 <ul>
355 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
356 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
357 </ul>
358 </div>
359 </div>
362 <div class="product">
363 <span class="title">brltty-4.5</span>
364 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
365 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span>
366 <div class="licence">
367 <pre></pre>
368 <ul>
369 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
370 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
371 </ul>
372 </div>
373 </div>
376 <div class="product">
377 <span class="title">bsdiff-4.3</span>
378 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
379 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
380 <div class="licence">
381 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff:
383 Copyright 2003-2005 Colin Percival
384 All rights reserved
386 Redistribution and use in source and binary forms, with or without
387 modification, are permitted providing that the following conditions·
388 are met:
389 1. Redistributions of source code must retain the above copyright
390 notice, this list of conditions and the following disclaimer.
391 2. Redistributions in binary form must reproduce the above copyright
392 notice, this list of conditions and the following disclaimer in the
393 documentation and/or other materials provided with the distribution.
395 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
396 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
397 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
398 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
399 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
400 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
401 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
402 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
403 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
404 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
405 POSSIBILITY OF SUCH DAMAGE.
407 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
408 </pre>
409 <ul>
411 </ul>
412 </div>
413 </div>
416 <div class="product">
417 <span class="title">bzip2-1.0.6</span>
418 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
419 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span>
420 <div class="licence">
421 <pre>Scanned Source License bzip2-1.0.6/LICENSE:
424 --------------------------------------------------------------------------
426 This program, "bzip2", the associated library "libbzip2", and all
427 documentation, are copyright (C) 1996-2010 Julian R Seward. All
428 rights reserved.
430 Redistribution and use in source and binary forms, with or without
431 modification, are permitted provided that the following conditions
432 are met:
434 1. Redistributions of source code must retain the above copyright
435 notice, this list of conditions and the following disclaimer.
437 2. The origin of this software must not be misrepresented; you must
438 not claim that you wrote the original software. If you use this
439 software in a product, an acknowledgment in the product
440 documentation would be appreciated but is not required.
442 3. Altered source versions must be plainly marked as such, and must
443 not be misrepresented as being the original software.
445 4. The name of the author may not be used to endorse or promote
446 products derived from this software without specific prior written
447 permission.
449 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
450 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
451 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
452 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
453 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
454 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
455 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
456 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
457 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
458 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
459 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
461 Julian Seward, jseward@bzip.org
462 bzip2/libbzip2 version 1.0.6 of 6 September 2010
464 --------------------------------------------------------------------------
466 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
468 Gentoo Package Stock License BZIP2:
470 &lt;copyright notice&gt;
471 All rights reserved.
473 Redistribution and use in source and binary forms, with or without
474 modification, are permitted provided that the following conditions
475 are met:
477 1. Redistributions of source code must retain the above copyright
478 notice, this list of conditions and the following disclaimer.
480 2. The origin of this software must not be misrepresented; you must
481 not claim that you wrote the original software. If you use this
482 software in a product, an acknowledgment in the product
483 documentation would be appreciated but is not required.
485 3. Altered source versions must be plainly marked as such, and must
486 not be misrepresented as being the original software.
488 4. The name of the author may not be used to endorse or promote
489 products derived from this software without specific prior written
490 permission.
492 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
493 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
494 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
495 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
496 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
497 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
498 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
499 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
500 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
501 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
502 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
504 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
505 </pre>
506 <ul>
508 </ul>
509 </div>
510 </div>
513 <div class="product">
514 <span class="title">c-ares-1.7.5</span>
515 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
516 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span>
517 <div class="licence">
518 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares:
520 Copyright 1998 by the Massachusetts Institute of Technology.
522 Permission to use, copy, modify, and distribute this
523 software and its documentation for any purpose and without
524 fee is hereby granted, provided that the above copyright
525 notice appear in all copies and that both that copyright
526 notice and this permission notice appear in supporting
527 documentation, and that the name of M.I.T. not be used in
528 advertising or publicity pertaining to distribution of the
529 software without specific, written prior permission.
530 M.I.T. makes no representations about the suitability of
531 this software for any purpose. It is provided "as is"
532 without express or implied warranty.
534 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
535 </pre>
536 <ul>
538 </ul>
539 </div>
540 </div>
543 <div class="product">
544 <span class="title">cairo-1.12.12</span>
545 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
546 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span>
547 <div class="licence">
548 <pre>Gentoo Package Stock License MPL-1.1:
550 MOZILLA PUBLIC LICENSE
551 Version 1.1
553 ---------------
555 1. Definitions.
557 1.0.1. "Commercial Use" means distribution or otherwise making the
558 Covered Code available to a third party.
560 1.1. "Contributor" means each entity that creates or contributes to
561 the creation of Modifications.
563 1.2. "Contributor Version" means the combination of the Original
564 Code, prior Modifications used by a Contributor, and the Modifications
565 made by that particular Contributor.
567 1.3. "Covered Code" means the Original Code or Modifications or the
568 combination of the Original Code and Modifications, in each case
569 including portions thereof.
571 1.4. "Electronic Distribution Mechanism" means a mechanism generally
572 accepted in the software development community for the electronic
573 transfer of data.
575 1.5. "Executable" means Covered Code in any form other than Source
576 Code.
578 1.6. "Initial Developer" means the individual or entity identified
579 as the Initial Developer in the Source Code notice required by Exhibit
582 1.7. "Larger Work" means a work which combines Covered Code or
583 portions thereof with code not governed by the terms of this License.
585 1.8. "License" means this document.
587 1.8.1. "Licensable" means having the right to grant, to the maximum
588 extent possible, whether at the time of the initial grant or
589 subsequently acquired, any and all of the rights conveyed herein.
591 1.9. "Modifications" means any addition to or deletion from the
592 substance or structure of either the Original Code or any previous
593 Modifications. When Covered Code is released as a series of files, a
594 Modification is:
595 A. Any addition to or deletion from the contents of a file
596 containing Original Code or previous Modifications.
598 B. Any new file that contains any part of the Original Code or
599 previous Modifications.
601 1.10. "Original Code" means Source Code of computer software code
602 which is described in the Source Code notice required by Exhibit A as
603 Original Code, and which, at the time of its release under this
604 License is not already Covered Code governed by this License.
606 1.10.1. "Patent Claims" means any patent claim(s), now owned or
607 hereafter acquired, including without limitation, method, process,
608 and apparatus claims, in any patent Licensable by grantor.
610 1.11. "Source Code" means the preferred form of the Covered Code for
611 making modifications to it, including all modules it contains, plus
612 any associated interface definition files, scripts used to control
613 compilation and installation of an Executable, or source code
614 differential comparisons against either the Original Code or another
615 well known, available Covered Code of the Contributor's choice. The
616 Source Code can be in a compressed or archival form, provided the
617 appropriate decompression or de-archiving software is widely available
618 for no charge.
620 1.12. "You" (or "Your") means an individual or a legal entity
621 exercising rights under, and complying with all of the terms of, this
622 License or a future version of this License issued under Section 6.1.
623 For legal entities, "You" includes any entity which controls, is
624 controlled by, or is under common control with You. For purposes of
625 this definition, "control" means (a) the power, direct or indirect,
626 to cause the direction or management of such entity, whether by
627 contract or otherwise, or (b) ownership of more than fifty percent
628 (50%) of the outstanding shares or beneficial ownership of such
629 entity.
631 2. Source Code License.
633 2.1. The Initial Developer Grant.
634 The Initial Developer hereby grants You a world-wide, royalty-free,
635 non-exclusive license, subject to third party intellectual property
636 claims:
637 (a) under intellectual property rights (other than patent or
638 trademark) Licensable by Initial Developer to use, reproduce,
639 modify, display, perform, sublicense and distribute the Original
640 Code (or portions thereof) with or without Modifications, and/or
641 as part of a Larger Work; and
643 (b) under Patents Claims infringed by the making, using or
644 selling of Original Code, to make, have made, use, practice,
645 sell, and offer for sale, and/or otherwise dispose of the
646 Original Code (or portions thereof).
648 (c) the licenses granted in this Section 2.1(a) and (b) are
649 effective on the date Initial Developer first distributes
650 Original Code under the terms of this License.
652 (d) Notwithstanding Section 2.1(b) above, no patent license is
653 granted: 1) for code that You delete from the Original Code; 2)
654 separate from the Original Code; or 3) for infringements caused
655 by: i) the modification of the Original Code or ii) the
656 combination of the Original Code with other software or devices.
658 2.2. Contributor Grant.
659 Subject to third party intellectual property claims, each Contributor
660 hereby grants You a world-wide, royalty-free, non-exclusive license
662 (a) under intellectual property rights (other than patent or
663 trademark) Licensable by Contributor, to use, reproduce, modify,
664 display, perform, sublicense and distribute the Modifications
665 created by such Contributor (or portions thereof) either on an
666 unmodified basis, with other Modifications, as Covered Code
667 and/or as part of a Larger Work; and
669 (b) under Patent Claims infringed by the making, using, or
670 selling of Modifications made by that Contributor either alone
671 and/or in combination with its Contributor Version (or portions
672 of such combination), to make, use, sell, offer for sale, have
673 made, and/or otherwise dispose of: 1) Modifications made by that
674 Contributor (or portions thereof); and 2) the combination of
675 Modifications made by that Contributor with its Contributor
676 Version (or portions of such combination).
678 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
679 effective on the date Contributor first makes Commercial Use of
680 the Covered Code.
682 (d) Notwithstanding Section 2.2(b) above, no patent license is
683 granted: 1) for any code that Contributor has deleted from the
684 Contributor Version; 2) separate from the Contributor Version;
685 3) for infringements caused by: i) third party modifications of
686 Contributor Version or ii) the combination of Modifications made
687 by that Contributor with other software (except as part of the
688 Contributor Version) or other devices; or 4) under Patent Claims
689 infringed by Covered Code in the absence of Modifications made by
690 that Contributor.
692 3. Distribution Obligations.
694 3.1. Application of License.
695 The Modifications which You create or to which You contribute are
696 governed by the terms of this License, including without limitation
697 Section 2.2. The Source Code version of Covered Code may be
698 distributed only under the terms of this License or a future version
699 of this License released under Section 6.1, and You must include a
700 copy of this License with every copy of the Source Code You
701 distribute. You may not offer or impose any terms on any Source Code
702 version that alters or restricts the applicable version of this
703 License or the recipients' rights hereunder. However, You may include
704 an additional document offering the additional rights described in
705 Section 3.5.
707 3.2. Availability of Source Code.
708 Any Modification which You create or to which You contribute must be
709 made available in Source Code form under the terms of this License
710 either on the same media as an Executable version or via an accepted
711 Electronic Distribution Mechanism to anyone to whom you made an
712 Executable version available; and if made available via Electronic
713 Distribution Mechanism, must remain available for at least twelve (12)
714 months after the date it initially became available, or at least six
715 (6) months after a subsequent version of that particular Modification
716 has been made available to such recipients. You are responsible for
717 ensuring that the Source Code version remains available even if the
718 Electronic Distribution Mechanism is maintained by a third party.
720 3.3. Description of Modifications.
721 You must cause all Covered Code to which You contribute to contain a
722 file documenting the changes You made to create that Covered Code and
723 the date of any change. You must include a prominent statement that
724 the Modification is derived, directly or indirectly, from Original
725 Code provided by the Initial Developer and including the name of the
726 Initial Developer in (a) the Source Code, and (b) in any notice in an
727 Executable version or related documentation in which You describe the
728 origin or ownership of the Covered Code.
730 3.4. Intellectual Property Matters
731 (a) Third Party Claims.
732 If Contributor has knowledge that a license under a third party's
733 intellectual property rights is required to exercise the rights
734 granted by such Contributor under Sections 2.1 or 2.2,
735 Contributor must include a text file with the Source Code
736 distribution titled "LEGAL" which describes the claim and the
737 party making the claim in sufficient detail that a recipient will
738 know whom to contact. If Contributor obtains such knowledge after
739 the Modification is made available as described in Section 3.2,
740 Contributor shall promptly modify the LEGAL file in all copies
741 Contributor makes available thereafter and shall take other steps
742 (such as notifying appropriate mailing lists or newsgroups)
743 reasonably calculated to inform those who received the Covered
744 Code that new knowledge has been obtained.
746 (b) Contributor APIs.
747 If Contributor's Modifications include an application programming
748 interface and Contributor has knowledge of patent licenses which
749 are reasonably necessary to implement that API, Contributor must
750 also include this information in the LEGAL file.
752 (c) Representations.
753 Contributor represents that, except as disclosed pursuant to
754 Section 3.4(a) above, Contributor believes that Contributor's
755 Modifications are Contributor's original creation(s) and/or
756 Contributor has sufficient rights to grant the rights conveyed by
757 this License.
759 3.5. Required Notices.
760 You must duplicate the notice in Exhibit A in each file of the Source
761 Code. If it is not possible to put such notice in a particular Source
762 Code file due to its structure, then You must include such notice in a
763 location (such as a relevant directory) where a user would be likely
764 to look for such a notice. If You created one or more Modification(s)
765 You may add your name as a Contributor to the notice described in
766 Exhibit A. You must also duplicate this License in any documentation
767 for the Source Code where You describe recipients' rights or ownership
768 rights relating to Covered Code. You may choose to offer, and to
769 charge a fee for, warranty, support, indemnity or liability
770 obligations to one or more recipients of Covered Code. However, You
771 may do so only on Your own behalf, and not on behalf of the Initial
772 Developer or any Contributor. You must make it absolutely clear than
773 any such warranty, support, indemnity or liability obligation is
774 offered by You alone, and You hereby agree to indemnify the Initial
775 Developer and every Contributor for any liability incurred by the
776 Initial Developer or such Contributor as a result of warranty,
777 support, indemnity or liability terms You offer.
779 3.6. Distribution of Executable Versions.
780 You may distribute Covered Code in Executable form only if the
781 requirements of Section 3.1-3.5 have been met for that Covered Code,
782 and if You include a notice stating that the Source Code version of
783 the Covered Code is available under the terms of this License,
784 including a description of how and where You have fulfilled the
785 obligations of Section 3.2. The notice must be conspicuously included
786 in any notice in an Executable version, related documentation or
787 collateral in which You describe recipients' rights relating to the
788 Covered Code. You may distribute the Executable version of Covered
789 Code or ownership rights under a license of Your choice, which may
790 contain terms different from this License, provided that You are in
791 compliance with the terms of this License and that the license for the
792 Executable version does not attempt to limit or alter the recipient's
793 rights in the Source Code version from the rights set forth in this
794 License. If You distribute the Executable version under a different
795 license You must make it absolutely clear that any terms which differ
796 from this License are offered by You alone, not by the Initial
797 Developer or any Contributor. You hereby agree to indemnify the
798 Initial Developer and every Contributor for any liability incurred by
799 the Initial Developer or such Contributor as a result of any such
800 terms You offer.
802 3.7. Larger Works.
803 You may create a Larger Work by combining Covered Code with other code
804 not governed by the terms of this License and distribute the Larger
805 Work as a single product. In such a case, You must make sure the
806 requirements of this License are fulfilled for the Covered Code.
808 4. Inability to Comply Due to Statute or Regulation.
810 If it is impossible for You to comply with any of the terms of this
811 License with respect to some or all of the Covered Code due to
812 statute, judicial order, or regulation then You must: (a) comply with
813 the terms of this License to the maximum extent possible; and (b)
814 describe the limitations and the code they affect. Such description
815 must be included in the LEGAL file described in Section 3.4 and must
816 be included with all distributions of the Source Code. Except to the
817 extent prohibited by statute or regulation, such description must be
818 sufficiently detailed for a recipient of ordinary skill to be able to
819 understand it.
821 5. Application of this License.
823 This License applies to code to which the Initial Developer has
824 attached the notice in Exhibit A and to related Covered Code.
826 6. Versions of the License.
828 6.1. New Versions.
829 Netscape Communications Corporation ("Netscape") may publish revised
830 and/or new versions of the License from time to time. Each version
831 will be given a distinguishing version number.
833 6.2. Effect of New Versions.
834 Once Covered Code has been published under a particular version of the
835 License, You may always continue to use it under the terms of that
836 version. You may also choose to use such Covered Code under the terms
837 of any subsequent version of the License published by Netscape. No one
838 other than Netscape has the right to modify the terms applicable to
839 Covered Code created under this License.
841 6.3. Derivative Works.
842 If You create or use a modified version of this License (which you may
843 only do in order to apply it to code which is not already Covered Code
844 governed by this License), You must (a) rename Your license so that
845 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
846 "MPL", "NPL" or any confusingly similar phrase do not appear in your
847 license (except to note that your license differs from this License)
848 and (b) otherwise make it clear that Your version of the license
849 contains terms which differ from the Mozilla Public License and
850 Netscape Public License. (Filling in the name of the Initial
851 Developer, Original Code or Contributor in the notice described in
852 Exhibit A shall not of themselves be deemed to be modifications of
853 this License.)
855 7. DISCLAIMER OF WARRANTY.
857 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
858 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
859 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
860 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
861 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
862 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
863 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
864 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
865 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
866 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
868 8. TERMINATION.
870 8.1. This License and the rights granted hereunder will terminate
871 automatically if You fail to comply with terms herein and fail to cure
872 such breach within 30 days of becoming aware of the breach. All
873 sublicenses to the Covered Code which are properly granted shall
874 survive any termination of this License. Provisions which, by their
875 nature, must remain in effect beyond the termination of this License
876 shall survive.
878 8.2. If You initiate litigation by asserting a patent infringement
879 claim (excluding declatory judgment actions) against Initial Developer
880 or a Contributor (the Initial Developer or Contributor against whom
881 You file such action is referred to as "Participant") alleging that:
883 (a) such Participant's Contributor Version directly or indirectly
884 infringes any patent, then any and all rights granted by such
885 Participant to You under Sections 2.1 and/or 2.2 of this License
886 shall, upon 60 days notice from Participant terminate prospectively,
887 unless if within 60 days after receipt of notice You either: (i)
888 agree in writing to pay Participant a mutually agreeable reasonable
889 royalty for Your past and future use of Modifications made by such
890 Participant, or (ii) withdraw Your litigation claim with respect to
891 the Contributor Version against such Participant. If within 60 days
892 of notice, a reasonable royalty and payment arrangement are not
893 mutually agreed upon in writing by the parties or the litigation claim
894 is not withdrawn, the rights granted by Participant to You under
895 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
896 the 60 day notice period specified above.
898 (b) any software, hardware, or device, other than such Participant's
899 Contributor Version, directly or indirectly infringes any patent, then
900 any rights granted to You by such Participant under Sections 2.1(b)
901 and 2.2(b) are revoked effective as of the date You first made, used,
902 sold, distributed, or had made, Modifications made by that
903 Participant.
905 8.3. If You assert a patent infringement claim against Participant
906 alleging that such Participant's Contributor Version directly or
907 indirectly infringes any patent where such claim is resolved (such as
908 by license or settlement) prior to the initiation of patent
909 infringement litigation, then the reasonable value of the licenses
910 granted by such Participant under Sections 2.1 or 2.2 shall be taken
911 into account in determining the amount or value of any payment or
912 license.
914 8.4. In the event of termination under Sections 8.1 or 8.2 above,
915 all end user license agreements (excluding distributors and resellers)
916 which have been validly granted by You or any distributor hereunder
917 prior to termination shall survive termination.
919 9. LIMITATION OF LIABILITY.
921 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
922 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
923 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
924 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
925 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
926 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
927 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
928 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
929 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
930 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
931 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
932 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
933 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
934 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
936 10. U.S. GOVERNMENT END USERS.
938 The Covered Code is a "commercial item," as that term is defined in
939 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
940 software" and "commercial computer software documentation," as such
941 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
942 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
943 all U.S. Government End Users acquire Covered Code with only those
944 rights set forth herein.
946 11. MISCELLANEOUS.
948 This License represents the complete agreement concerning subject
949 matter hereof. If any provision of this License is held to be
950 unenforceable, such provision shall be reformed only to the extent
951 necessary to make it enforceable. This License shall be governed by
952 California law provisions (except to the extent applicable law, if
953 any, provides otherwise), excluding its conflict-of-law provisions.
954 With respect to disputes in which at least one party is a citizen of,
955 or an entity chartered or registered to do business in the United
956 States of America, any litigation relating to this License shall be
957 subject to the jurisdiction of the Federal Courts of the Northern
958 District of California, with venue lying in Santa Clara County,
959 California, with the losing party responsible for costs, including
960 without limitation, court costs and reasonable attorneys' fees and
961 expenses. The application of the United Nations Convention on
962 Contracts for the International Sale of Goods is expressly excluded.
963 Any law or regulation which provides that the language of a contract
964 shall be construed against the drafter shall not apply to this
965 License.
967 12. RESPONSIBILITY FOR CLAIMS.
969 As between Initial Developer and the Contributors, each party is
970 responsible for claims and damages arising, directly or indirectly,
971 out of its utilization of rights under this License and You agree to
972 work with Initial Developer and Contributors to distribute such
973 responsibility on an equitable basis. Nothing herein is intended or
974 shall be deemed to constitute any admission of liability.
976 13. MULTIPLE-LICENSED CODE.
978 Initial Developer may designate portions of the Covered Code as
979 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
980 Developer permits you to utilize portions of the Covered Code under
981 Your choice of the NPL or the alternative licenses, if any, specified
982 by the Initial Developer in the file described in Exhibit A.
984 EXHIBIT A -Mozilla Public License.
986 ``The contents of this file are subject to the Mozilla Public License
987 Version 1.1 (the "License"); you may not use this file except in
988 compliance with the License. You may obtain a copy of the License at
989 http://www.mozilla.org/MPL/
991 Software distributed under the License is distributed on an "AS IS"
992 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
993 License for the specific language governing rights and limitations
994 under the License.
996 The Original Code is ______________________________________.
998 The Initial Developer of the Original Code is ________________________.
999 Portions created by ______________________ are Copyright (C) ______
1000 _______________________. All Rights Reserved.
1002 Contributor(s): ______________________________________.
1004 Alternatively, the contents of this file may be used under the terms
1005 of the _____ license (the "[___] License"), in which case the
1006 provisions of [______] License are applicable instead of those
1007 above. If you wish to allow use of your version of this file only
1008 under the terms of the [____] License and not to allow others to use
1009 your version of this file under the MPL, indicate your decision by
1010 deleting the provisions above and replace them with the notice and
1011 other provisions required by the [___] License. If you do not delete
1012 the provisions above, a recipient may use your version of this file
1013 under either the MPL or the [___] License."
1015 [NOTE: The text of this Exhibit A may differ slightly from the text of
1016 the notices in the Source Code files of the Original Code. You should
1017 use the text of this Exhibit A rather than the text found in the
1018 Original Code Source Code for Your Modifications.]
1020 ----------------------------------------------------------------------
1022 AMENDMENTS
1024 The Netscape Public License Version 1.1 ("NPL") consists of the
1025 Mozilla Public License Version 1.1 with the following Amendments,
1026 including Exhibit A-Netscape Public License. Files identified with
1027 "Exhibit A-Netscape Public License" are governed by the Netscape
1028 Public License Version 1.1.
1030 Additional Terms applicable to the Netscape Public License.
1031 I. Effect.
1032 These additional terms described in this Netscape Public
1033 License -- Amendments shall apply to the Mozilla Communicator
1034 client code and to all Covered Code under this License.
1036 II. "Netscape's Branded Code" means Covered Code that Netscape
1037 distributes and/or permits others to distribute under one or more
1038 trademark(s) which are controlled by Netscape but which are not
1039 licensed for use under this License.
1041 III. Netscape and logo.
1042 This License does not grant any rights to use the trademarks
1043 "Netscape", the "Netscape N and horizon" logo or the "Netscape
1044 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
1045 "Smart Browsing" even if such marks are included in the Original
1046 Code or Modifications.
1048 IV. Inability to Comply Due to Contractual Obligation.
1049 Prior to licensing the Original Code under this License, Netscape
1050 has licensed third party code for use in Netscape's Branded Code.
1051 To the extent that Netscape is limited contractually from making
1052 such third party code available under this License, Netscape may
1053 choose to reintegrate such code into Covered Code without being
1054 required to distribute such code in Source Code form, even if
1055 such code would otherwise be considered "Modifications" under
1056 this License.
1058 V. Use of Modifications and Covered Code by Initial Developer.
1059 V.1. In General.
1060 The obligations of Section 3 apply to Netscape, except to
1061 the extent specified in this Amendment, Section V.2 and V.3.
1063 V.2. Other Products.
1064 Netscape may include Covered Code in products other than the
1065 Netscape's Branded Code which are released by Netscape
1066 during the two (2) years following the release date of the
1067 Original Code, without such additional products becoming
1068 subject to the terms of this License, and may license such
1069 additional products on different terms from those contained
1070 in this License.
1072 V.3. Alternative Licensing.
1073 Netscape may license the Source Code of Netscape's Branded
1074 Code, including Modifications incorporated therein, without
1075 such Netscape Branded Code becoming subject to the terms of
1076 this License, and may license such Netscape Branded Code on
1077 different terms from those contained in this License.
1079 VI. Litigation.
1080 Notwithstanding the limitations of Section 11 above, the
1081 provisions regarding litigation in Section 11(a), (b) and (c) of
1082 the License shall apply to all disputes relating to this License.
1084 EXHIBIT A-Netscape Public License.
1086 "The contents of this file are subject to the Netscape Public
1087 License Version 1.1 (the "License"); you may not use this file
1088 except in compliance with the License. You may obtain a copy of
1089 the License at http://www.mozilla.org/NPL/
1091 Software distributed under the License is distributed on an "AS
1092 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
1093 implied. See the License for the specific language governing
1094 rights and limitations under the License.
1096 The Original Code is Mozilla Communicator client code, released
1097 March 31, 1998.
1099 The Initial Developer of the Original Code is Netscape
1100 Communications Corporation. Portions created by Netscape are
1101 Copyright (C) 1998-1999 Netscape Communications Corporation. All
1102 Rights Reserved.
1104 Contributor(s): ______________________________________.
1106 Alternatively, the contents of this file may be used under the
1107 terms of the _____ license (the "[___] License"), in which case
1108 the provisions of [______] License are applicable instead of
1109 those above. If you wish to allow use of your version of this
1110 file only under the terms of the [____] License and not to allow
1111 others to use your version of this file under the NPL, indicate
1112 your decision by deleting the provisions above and replace them
1113 with the notice and other provisions required by the [___]
1114 License. If you do not delete the provisions above, a recipient
1115 may use your version of this file under either the NPL or the
1116 [___] License."
1118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1119 </pre>
1120 <ul>
1121 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
1122 </ul>
1123 </div>
1124 </div>
1127 <div class="product">
1128 <span class="title">chinese-input-1.1.0.0</span>
1129 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1130 <span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span>
1131 <div class="licence">
1132 <pre></pre>
1133 <ul>
1134 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1135 </ul>
1136 </div>
1137 </div>
1140 <div class="product">
1141 <span class="title">chromeos-hangul-1.1.0.0</span>
1142 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1143 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span>
1144 <div class="licence">
1145 <pre></pre>
1146 <ul>
1147 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1148 </ul>
1149 </div>
1150 </div>
1153 <div class="product">
1154 <span class="title">chromeos-keyboards-1.1.4.0</span>
1155 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1156 <span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span>
1157 <div class="licence">
1158 <pre></pre>
1159 <ul>
1160 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1161 </ul>
1162 </div>
1163 </div>
1166 <div class="product">
1167 <span class="title">chvt-0.0.1</span>
1168 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1169 <span class="homepage"><a href="">homepage</a></span>
1170 <div class="licence">
1171 <pre></pre>
1172 <ul>
1173 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1174 </ul>
1175 </div>
1176 </div>
1179 <div class="product">
1180 <span class="title">coreboot-2013.04</span>
1181 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1182 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span>
1183 <div class="licence">
1184 <pre></pre>
1185 <ul>
1186 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1187 </ul>
1188 </div>
1189 </div>
1192 <div class="product">
1193 <span class="title">coreutils-8.20</span>
1194 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1195 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span>
1196 <div class="licence">
1197 <pre></pre>
1198 <ul>
1199 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
1200 </ul>
1201 </div>
1202 </div>
1205 <div class="product">
1206 <span class="title">crda-1.1.1</span>
1207 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1208 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
1209 <div class="licence">
1210 <pre>Scanned Source License crda-1.1.1/LICENSE:
1212 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
1213 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
1214 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
1216 Permission to use, copy, modify, and/or distribute this software for any
1217 purpose with or without fee is hereby granted, provided that the above
1218 copyright notice and this permission notice appear in all copies.
1220 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1221 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1222 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1223 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1224 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1225 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1226 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1229 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1231 Scanned Source License crda-1.1.1/debian-example/copyright:
1233 This package was debianized by Luis Rodriguez &lt;mcgrof@gmail.com&gt; on
1234 Thu, 22 Jan 2009 16:00:00 +0100.
1236 The crda packages was downloaded from &lt;http://wireless.kernel.org/download/crda/&gt;
1238 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
1239 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
1240 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
1242 Permission to use, copy, modify, and/or distribute this software for any
1243 purpose with or without fee is hereby granted, provided that the above
1244 copyright notice and this permission notice appear in all copies.
1246 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1247 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1248 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1249 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1250 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1251 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1252 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1255 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1256 </pre>
1257 <ul>
1258 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
1259 </ul>
1260 </div>
1261 </div>
1264 <div class="product">
1265 <span class="title">croscorefonts-1.23.0</span>
1266 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1267 <span class="homepage"><a href="">homepage</a></span>
1268 <div class="licence">
1269 <pre></pre>
1270 <ul>
1271 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1272 </ul>
1273 </div>
1274 </div>
1277 <div class="product">
1278 <span class="title">crosextrafonts-20130214</span>
1279 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1280 <span class="homepage"><a href="">homepage</a></span>
1281 <div class="licence">
1282 <pre></pre>
1283 <ul>
1284 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1285 </ul>
1286 </div>
1287 </div>
1290 <div class="product">
1291 <span class="title">crosextrafonts-carlito-20130920</span>
1292 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1293 <span class="homepage"><a href="">homepage</a></span>
1294 <div class="licence">
1295 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE:
1297 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito".
1299 This Font Software is licensed under the SIL Open Font License,
1300 Version 1.1 as shown below.
1302 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
1304 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
1305 worldwide development of collaborative font projects, to support the font
1306 creation efforts of academic and linguistic communities, and to provide
1307 a free and open framework in which fonts may be shared and improved in
1308 partnership with others.
1310 The OFL allows the licensed fonts to be used, studied, modified and
1311 redistributed freely as long as they are not sold by themselves.
1312 The fonts, including any derivative works, can be bundled, embedded,
1313 redistributed and/or sold with any software provided that any reserved
1314 names are not used by derivative works. The fonts and derivatives,
1315 however, cannot be released under any other type of license. The
1316 requirement for fonts to remain under this license does not apply to
1317 any document created using the fonts or their derivatives.
1320 DEFINITIONS
1321 "Font Software" refers to the set of files released by the Copyright
1322 Holder(s) under this license and clearly marked as such.
1323 This may include source files, build scripts and documentation.
1325 "Reserved Font Name" refers to any names specified as such after the
1326 copyright statement(s).
1328 "Original Version" refers to the collection of Font Software components
1329 as distributed by the Copyright Holder(s).
1331 "Modified Version" refers to any derivative made by adding to, deleting,
1332 or substituting ? in part or in whole ?
1333 any of the components of the Original Version, by changing formats or
1334 by porting the Font Software to a new environment.
1336 "Author" refers to any designer, engineer, programmer, technical writer
1337 or other person who contributed to the Font Software.
1340 PERMISSION &amp; CONDITIONS
1342 Permission is hereby granted, free of charge, to any person obtaining a
1343 copy of the Font Software, to use, study, copy, merge, embed, modify,
1344 redistribute, and sell modified and unmodified copies of the Font
1345 Software, subject to the following conditions:
1347 1) Neither the Font Software nor any of its individual components,in
1348 Original or Modified Versions, may be sold by itself.
1350 2) Original or Modified Versions of the Font Software may be bundled,
1351 redistributed and/or sold with any software, provided that each copy
1352 contains the above copyright notice and this license. These can be
1353 included either as stand-alone text files, human-readable headers or
1354 in the appropriate machine-readable metadata fields within text or
1355 binary files as long as those fields can be easily viewed by the user.
1357 3) No Modified Version of the Font Software may use the Reserved Font
1358 Name(s) unless explicit written permission is granted by the
1359 corresponding Copyright Holder. This restriction only applies to the
1360 primary font name as presented to the users.
1362 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
1363 Software shall not be used to promote, endorse or advertise any
1364 Modified Version, except to acknowledge the contribution(s) of the
1365 Copyright Holder(s) and the Author(s) or with their explicit written
1366 permission.
1368 5) The Font Software, modified or unmodified, in part or in whole, must
1369 be distributed entirely under this license, and must not be distributed
1370 under any other license. The requirement for fonts to remain under
1371 this license does not apply to any document created using the Font
1372 Software.
1376 TERMINATION
1377 This license becomes null and void if any of the above conditions are not met.
1381 DISCLAIMER
1382 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1383 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1384 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1385 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
1386 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1387 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1388 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1389 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
1390 DEALINGS IN THE FONT SOFTWARE.
1393 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1394 </pre>
1395 <ul>
1396 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
1397 </ul>
1398 </div>
1399 </div>
1402 <div class="product">
1403 <span class="title">ctemplate-1.0</span>
1404 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1405 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span>
1406 <div class="licence">
1407 <pre>Scanned Source License ctemplate-1.0/COPYING:
1409 Copyright (c) 2005, Google Inc.
1410 All rights reserved.
1412 Redistribution and use in source and binary forms, with or without
1413 modification, are permitted provided that the following conditions are
1414 met:
1416 * Redistributions of source code must retain the above copyright
1417 notice, this list of conditions and the following disclaimer.
1418 * Redistributions in binary form must reproduce the above
1419 copyright notice, this list of conditions and the following disclaimer
1420 in the documentation and/or other materials provided with the
1421 distribution.
1422 * Neither the name of Google Inc. nor the names of its
1423 contributors may be used to endorse or promote products derived from
1424 this software without specific prior written permission.
1426 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1427 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1428 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1429 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1430 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1431 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1432 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1433 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1434 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1435 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1436 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1438 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1440 Scanned Source License ctemplate-1.0/packages/deb/copyright:
1442 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
1443 13 March 2006.
1445 It was downloaded from http://code.google.com/
1447 Upstream Author: opensource@google.com
1449 Copyright (c) 2006, Google Inc.
1450 All rights reserved.
1452 Redistribution and use in source and binary forms, with or without
1453 modification, are permitted provided that the following conditions are
1454 met:
1456 * Redistributions of source code must retain the above copyright
1457 notice, this list of conditions and the following disclaimer.
1458 * Redistributions in binary form must reproduce the above
1459 copyright notice, this list of conditions and the following disclaimer
1460 in the documentation and/or other materials provided with the
1461 distribution.
1462 * Neither the name of Google Inc. nor the names of its
1463 contributors may be used to endorse or promote products derived from
1464 this software without specific prior written permission.
1466 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1467 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1468 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1469 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1470 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1471 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1472 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1473 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1474 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1475 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1476 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1478 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1479 </pre>
1480 <ul>
1482 </ul>
1483 </div>
1484 </div>
1487 <div class="product">
1488 <span class="title">curl-7.31.0</span>
1489 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1490 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span>
1491 <div class="licence">
1492 <pre>Scanned Source License curl-7.31.0/COPYING:
1494 COPYRIGHT AND PERMISSION NOTICE
1496 Copyright (c) 1996 - 2013, Daniel Stenberg, &lt;daniel@haxx.se&gt;.
1498 All rights reserved.
1500 Permission to use, copy, modify, and distribute this software for any purpose
1501 with or without fee is hereby granted, provided that the above copyright
1502 notice and this permission notice appear in all copies.
1504 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1505 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1506 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
1507 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1508 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1509 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1510 OR OTHER DEALINGS IN THE SOFTWARE.
1512 Except as contained in this notice, the name of a copyright holder shall not
1513 be used in advertising or otherwise to promote the sale, use or other dealings
1514 in this Software without prior written authorization of the copyright holder.
1516 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1517 </pre>
1518 <ul>
1520 </ul>
1521 </div>
1522 </div>
1525 <div class="product">
1526 <span class="title">dash-0.5.5.1.7</span>
1527 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1528 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span>
1529 <div class="licence">
1530 <pre>Scanned Source License dash-0.5.5.1/COPYING:
1532 Copyright (c) 1989-1994
1533 The Regents of the University of California. All rights reserved.
1534 Copyright (c) 1997 Christos Zoulas. All rights reserved.
1535 Copyright (c) 1997-2005
1536 Herbert Xu &lt;herbert@gondor.apana.org.au&gt;. All rights reserved.
1538 This code is derived from software contributed to Berkeley by Kenneth Almquist.
1541 Redistribution and use in source and binary forms, with or without
1542 modification, are permitted provided that the following conditions
1543 are met:
1544 1. Redistributions of source code must retain the above copyright
1545 notice, this list of conditions and the following disclaimer.
1546 2. Redistributions in binary form must reproduce the above copyright
1547 notice, this list of conditions and the following disclaimer in the
1548 documentation and/or other materials provided with the distribution.
1549 3. Neither the name of the University nor the names of its contributors
1550 may be used to endorse or promote products derived from this software
1551 without specific prior written permission.
1553 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1554 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1555 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1556 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1557 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1558 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1559 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1560 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1561 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1562 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1563 SUCH DAMAGE.
1565 mksignames.c:
1567 This file is not directly linked with dash. However, its output is.
1569 Copyright (C) 1992 Free Software Foundation, Inc.
1571 This file is part of GNU Bash, the Bourne Again SHell.
1573 Bash is free software; you can redistribute it and/or modify it under
1574 the terms of the GNU General Public License as published by the Free
1575 Software Foundation; either version 2, or (at your option) any later
1576 version.
1578 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
1579 WARRANTY; without even the implied warranty of MERCHANTABILITY or
1580 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1581 for more details.
1583 You should have received a copy of the GNU General Public License with
1584 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
1585 Debian GNU/Linux hello source package as the file COPYING. If not,
1586 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
1587 Boston, MA 02111 USA.
1589 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1590 </pre>
1591 <ul>
1593 </ul>
1594 </div>
1595 </div>
1598 <div class="product">
1599 <span class="title">dbus-1.6.8</span>
1600 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1601 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
1602 <div class="licence">
1603 <pre></pre>
1604 <ul>
1605 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
1606 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1607 </ul>
1608 </div>
1609 </div>
1612 <div class="product">
1613 <span class="title">dbus-c++-0.0.2</span>
1614 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1615 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span>
1616 <div class="licence">
1617 <pre></pre>
1618 <ul>
1619 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
1620 </ul>
1621 </div>
1622 </div>
1625 <div class="product">
1626 <span class="title">dbus-glib-0.100.2</span>
1627 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1628 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
1629 <div class="licence">
1630 <pre></pre>
1631 <ul>
1632 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
1633 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1634 </ul>
1635 </div>
1636 </div>
1639 <div class="product">
1640 <span class="title">dejavu-2.33</span>
1641 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1642 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span>
1643 <div class="licence">
1644 <pre>Gentoo Package Stock License BitstreamVera:
1646 Bitstream Vera Fonts Copyright
1648 The fonts have a generous copyright, allowing derivative works (as
1649 long as "Bitstream" or "Vera" are not in the names), and full
1650 redistribution (so long as they are not *sold* by themselves). They
1651 can be be bundled, redistributed and sold with any software.
1653 The fonts are distributed under the following copyright:
1655 Copyright
1656 =========
1658 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
1659 Vera is a trademark of Bitstream, Inc.
1661 Permission is hereby granted, free of charge, to any person obtaining
1662 a copy of the fonts accompanying this license ("Fonts") and associated
1663 documentation files (the "Font Software"), to reproduce and distribute
1664 the Font Software, including without limitation the rights to use,
1665 copy, merge, publish, distribute, and/or sell copies of the Font
1666 Software, and to permit persons to whom the Font Software is furnished
1667 to do so, subject to the following conditions:
1669 The above copyright and trademark notices and this permission notice
1670 shall be included in all copies of one or more of the Font Software
1671 typefaces.
1673 The Font Software may be modified, altered, or added to, and in
1674 particular the designs of glyphs or characters in the Fonts may be
1675 modified and additional glyphs or characters may be added to the
1676 Fonts, only if the fonts are renamed to names not containing either
1677 the words "Bitstream" or the word "Vera".
1679 This License becomes null and void to the extent applicable to Fonts
1680 or Font Software that has been modified and is distributed under the
1681 "Bitstream Vera" names.
1683 The Font Software may be sold as part of a larger software package but
1684 no copy of one or more of the Font Software typefaces may be sold by
1685 itself.
1687 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1688 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1689 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1690 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
1691 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
1692 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
1693 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1694 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
1695 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
1697 Except as contained in this notice, the names of Gnome, the Gnome
1698 Foundation, and Bitstream Inc., shall not be used in advertising or
1699 otherwise to promote the sale, use or other dealings in this Font
1700 Software without prior written authorization from the Gnome Foundation
1701 or Bitstream Inc., respectively. For further information, contact:
1702 fonts at gnome dot org.
1704 Copyright FAQ
1705 =============
1707 1. I don't understand the resale restriction... What gives?
1709 Bitstream is giving away these fonts, but wishes to ensure its
1710 competitors can't just drop the fonts as is into a font sale system
1711 and sell them as is. It seems fair that if Bitstream can't make money
1712 from the Bitstream Vera fonts, their competitors should not be able to
1713 do so either. You can sell the fonts as part of any software package,
1714 however.
1716 2. I want to package these fonts separately for distribution and
1717 sale as part of a larger software package or system. Can I do so?
1719 Yes. A RPM or Debian package is a "larger software package" to begin
1720 with, and you aren't selling them independently by themselves.
1721 See 1. above.
1723 3. Are derivative works allowed?
1724 Yes!
1726 4. Can I change or add to the font(s)?
1727 Yes, but you must change the name(s) of the font(s).
1729 5. Under what terms are derivative works allowed?
1731 You must change the name(s) of the fonts. This is to ensure the
1732 quality of the fonts, both to protect Bitstream and Gnome. We want to
1733 ensure that if an application has opened a font specifically of these
1734 names, it gets what it expects (though of course, using fontconfig,
1735 substitutions could still could have occurred during font
1736 opening). You must include the Bitstream copyright. Additional
1737 copyrights can be added, as per copyright law. Happy Font Hacking!
1739 6. If I have improvements for Bitstream Vera, is it possible they might get
1740 adopted in future versions?
1742 Yes. The contract between the Gnome Foundation and Bitstream has
1743 provisions for working with Bitstream to ensure quality additions to
1744 the Bitstream Vera font family. Please contact us if you have such
1745 additions. Note, that in general, we will want such additions for the
1746 entire family, not just a single font, and that you'll have to keep
1747 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
1748 glyphs to the font, they must be stylistically in keeping with Vera's
1749 design. Vera cannot become a "ransom note" font. Jim Lyles will be
1750 providing a document describing the design elements used in Vera, as a
1751 guide and aid for people interested in contributing to Vera.
1753 7. I want to sell a software package that uses these fonts: Can I do so?
1755 Sure. Bundle the fonts with your software and sell your software
1756 with the fonts. That is the intent of the copyright.
1758 8. If applications have built the names "Bitstream Vera" into them,
1759 can I override this somehow to use fonts of my choosing?
1761 This depends on exact details of the software. Most open source
1762 systems and software (e.g., Gnome, KDE, etc.) are now converting to
1763 use fontconfig (see www.fontconfig.org) to handle font configuration,
1764 selection and substitution; it has provisions for overriding font
1765 names and subsituting alternatives. An example is provided by the
1766 supplied local.conf file, which chooses the family Bitstream Vera for
1767 "sans", "serif" and "monospace". Other software (e.g., the XFree86
1768 core server) has other mechanisms for font substitution.
1771 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1772 </pre>
1773 <ul>
1775 </ul>
1776 </div>
1777 </div>
1780 <div class="product">
1781 <span class="title">dhcpcd-5.1.4</span>
1782 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1783 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span>
1784 <div class="licence">
1785 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd:
1787 Copyright (c) 2006-2010 Roy Marples &lt;roy@marples.name&gt;
1788 All rights reserved
1790 Redistribution and use in source and binary forms, with or without
1791 modification, are permitted provided that the following conditions
1792 are met:
1793 1. Redistributions of source code must retain the above copyright
1794 notice, this list of conditions and the following disclaimer.
1795 2. Redistributions in binary form must reproduce the above copyright
1796 notice, this list of conditions and the following disclaimer in the
1797 documentation and/or other materials provided with the distribution.
1799 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1800 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1801 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1802 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1803 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1804 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1805 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1806 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1807 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1808 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1809 SUCH DAMAGE.
1811 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1812 </pre>
1813 <ul>
1815 </ul>
1816 </div>
1817 </div>
1820 <div class="product">
1821 <span class="title">diffutils-3.2</span>
1822 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1823 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span>
1824 <div class="licence">
1825 <pre></pre>
1826 <ul>
1827 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1828 </ul>
1829 </div>
1830 </div>
1833 <div class="product">
1834 <span class="title">dmidecode-2.11</span>
1835 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1836 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span>
1837 <div class="licence">
1838 <pre></pre>
1839 <ul>
1840 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1841 </ul>
1842 </div>
1843 </div>
1846 <div class="product">
1847 <span class="title">docbook-xml-dtd-4.1.2</span>
1848 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1849 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span>
1850 <div class="licence">
1851 <pre></pre>
1852 <ul>
1853 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
1854 </ul>
1855 </div>
1856 </div>
1859 <div class="product">
1860 <span class="title">dosfstools-3.0.9</span>
1861 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1862 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span>
1863 <div class="licence">
1864 <pre></pre>
1865 <ul>
1866 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
1867 </ul>
1868 </div>
1869 </div>
1872 <div class="product">
1873 <span class="title">droidfonts-cros-20121206</span>
1874 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1875 <span class="homepage"><a href="">homepage</a></span>
1876 <div class="licence">
1877 <pre></pre>
1878 <ul>
1879 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1880 </ul>
1881 </div>
1882 </div>
1885 <div class="product">
1886 <span class="title">dtc-1.3.0</span>
1887 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1888 <span class="homepage"><a href="http://www.t2-project.org/packages/dtc.html">homepage</a></span>
1889 <div class="licence">
1890 <pre></pre>
1891 <ul>
1892 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1893 </ul>
1894 </div>
1895 </div>
1898 <div class="product">
1899 <span class="title">e2fsprogs-1.42</span>
1900 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1901 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
1902 <div class="licence">
1903 <pre>Scanned Source License e2fsprogs-1.42/COPYING:
1905 This package, the EXT2 filesystem utilities, are made available under
1906 the GNU Public License version 2, with the exception of the lib/ext2fs
1907 and lib/e2p libraries, which are made available under the GNU Library
1908 General Public License Version 2, the lib/uuid library which is made
1909 available under a BSD-style license and the lib/et and lib/ss
1910 libraries which are made available under an MIT-style license. Please
1911 see lib/uuid/COPYING for more details for the license for the files
1912 comprising the libuuid library, and the source file headers of the
1913 libet and libss libraries for more information.
1915 The most recent officially distributed version can be found at
1916 http://e2fsprogs.sourceforge.net. If you need to make a distribution,
1917 that's the one you should use. If there is some reason why you'd like
1918 a more recent version that is still in ALPHA testing (i.e., either
1919 using the "WIP" test distributions or one from the hg or git
1920 repository from the development branch, please contact me
1921 (tytso@mit.edu) before you ship. The release schedules for this
1922 package are flexible, if you give me enough lead time.
1925 Theodore Ts'o
1926 23-June-2007
1928 ----------------------------------------------------------------------
1930 GNU GENERAL PUBLIC LICENSE
1931 Version 2, June 1991
1933 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
1934 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1935 Everyone is permitted to copy and distribute verbatim copies
1936 of this license document, but changing it is not allowed.
1938 Preamble
1940 The licenses for most software are designed to take away your
1941 freedom to share and change it. By contrast, the GNU General Public
1942 License is intended to guarantee your freedom to share and change free
1943 software--to make sure the software is free for all its users. This
1944 General Public License applies to most of the Free Software
1945 Foundation's software and to any other program whose authors commit to
1946 using it. (Some other Free Software Foundation software is covered by
1947 the GNU Library General Public License instead.) You can apply it to
1948 your programs, too.
1950 When we speak of free software, we are referring to freedom, not
1951 price. Our General Public Licenses are designed to make sure that you
1952 have the freedom to distribute copies of free software (and charge for
1953 this service if you wish), that you receive source code or can get it
1954 if you want it, that you can change the software or use pieces of it
1955 in new free programs; and that you know you can do these things.
1957 To protect your rights, we need to make restrictions that forbid
1958 anyone to deny you these rights or to ask you to surrender the rights.
1959 These restrictions translate to certain responsibilities for you if you
1960 distribute copies of the software, or if you modify it.
1962 For example, if you distribute copies of such a program, whether
1963 gratis or for a fee, you must give the recipients all the rights that
1964 you have. You must make sure that they, too, receive or can get the
1965 source code. And you must show them these terms so they know their
1966 rights.
1968 We protect your rights with two steps: (1) copyright the software, and
1969 (2) offer you this license which gives you legal permission to copy,
1970 distribute and/or modify the software.
1972 Also, for each author's protection and ours, we want to make certain
1973 that everyone understands that there is no warranty for this free
1974 software. If the software is modified by someone else and passed on, we
1975 want its recipients to know that what they have is not the original, so
1976 that any problems introduced by others will not reflect on the original
1977 authors' reputations.
1979 Finally, any free program is threatened constantly by software
1980 patents. We wish to avoid the danger that redistributors of a free
1981 program will individually obtain patent licenses, in effect making the
1982 program proprietary. To prevent this, we have made it clear that any
1983 patent must be licensed for everyone's free use or not licensed at all.
1985 The precise terms and conditions for copying, distribution and
1986 modification follow.
1988 GNU GENERAL PUBLIC LICENSE
1989 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1991 0. This License applies to any program or other work which contains
1992 a notice placed by the copyright holder saying it may be distributed
1993 under the terms of this General Public License. The "Program", below,
1994 refers to any such program or work, and a "work based on the Program"
1995 means either the Program or any derivative work under copyright law:
1996 that is to say, a work containing the Program or a portion of it,
1997 either verbatim or with modifications and/or translated into another
1998 language. (Hereinafter, translation is included without limitation in
1999 the term "modification".) Each licensee is addressed as "you".
2001 Activities other than copying, distribution and modification are not
2002 covered by this License; they are outside its scope. The act of
2003 running the Program is not restricted, and the output from the Program
2004 is covered only if its contents constitute a work based on the
2005 Program (independent of having been made by running the Program).
2006 Whether that is true depends on what the Program does.
2008 1. You may copy and distribute verbatim copies of the Program's
2009 source code as you receive it, in any medium, provided that you
2010 conspicuously and appropriately publish on each copy an appropriate
2011 copyright notice and disclaimer of warranty; keep intact all the
2012 notices that refer to this License and to the absence of any warranty;
2013 and give any other recipients of the Program a copy of this License
2014 along with the Program.
2016 You may charge a fee for the physical act of transferring a copy, and
2017 you may at your option offer warranty protection in exchange for a fee.
2019 2. You may modify your copy or copies of the Program or any portion
2020 of it, thus forming a work based on the Program, and copy and
2021 distribute such modifications or work under the terms of Section 1
2022 above, provided that you also meet all of these conditions:
2024 a) You must cause the modified files to carry prominent notices
2025 stating that you changed the files and the date of any change.
2027 b) You must cause any work that you distribute or publish, that in
2028 whole or in part contains or is derived from the Program or any
2029 part thereof, to be licensed as a whole at no charge to all third
2030 parties under the terms of this License.
2032 c) If the modified program normally reads commands interactively
2033 when run, you must cause it, when started running for such
2034 interactive use in the most ordinary way, to print or display an
2035 announcement including an appropriate copyright notice and a
2036 notice that there is no warranty (or else, saying that you provide
2037 a warranty) and that users may redistribute the program under
2038 these conditions, and telling the user how to view a copy of this
2039 License. (Exception: if the Program itself is interactive but
2040 does not normally print such an announcement, your work based on
2041 the Program is not required to print an announcement.)
2043 These requirements apply to the modified work as a whole. If
2044 identifiable sections of that work are not derived from the Program,
2045 and can be reasonably considered independent and separate works in
2046 themselves, then this License, and its terms, do not apply to those
2047 sections when you distribute them as separate works. But when you
2048 distribute the same sections as part of a whole which is a work based
2049 on the Program, the distribution of the whole must be on the terms of
2050 this License, whose permissions for other licensees extend to the
2051 entire whole, and thus to each and every part regardless of who wrote it.
2053 Thus, it is not the intent of this section to claim rights or contest
2054 your rights to work written entirely by you; rather, the intent is to
2055 exercise the right to control the distribution of derivative or
2056 collective works based on the Program.
2058 In addition, mere aggregation of another work not based on the Program
2059 with the Program (or with a work based on the Program) on a volume of
2060 a storage or distribution medium does not bring the other work under
2061 the scope of this License.
2063 3. You may copy and distribute the Program (or a work based on it,
2064 under Section 2) in object code or executable form under the terms of
2065 Sections 1 and 2 above provided that you also do one of the following:
2067 a) Accompany it with the complete corresponding machine-readable
2068 source code, which must be distributed under the terms of Sections
2069 1 and 2 above on a medium customarily used for software interchange; or,
2071 b) Accompany it with a written offer, valid for at least three
2072 years, to give any third party, for a charge no more than your
2073 cost of physically performing source distribution, a complete
2074 machine-readable copy of the corresponding source code, to be
2075 distributed under the terms of Sections 1 and 2 above on a medium
2076 customarily used for software interchange; or,
2078 c) Accompany it with the information you received as to the offer
2079 to distribute corresponding source code. (This alternative is
2080 allowed only for noncommercial distribution and only if you
2081 received the program in object code or executable form with such
2082 an offer, in accord with Subsection b above.)
2084 The source code for a work means the preferred form of the work for
2085 making modifications to it. For an executable work, complete source
2086 code means all the source code for all modules it contains, plus any
2087 associated interface definition files, plus the scripts used to
2088 control compilation and installation of the executable. However, as a
2089 special exception, the source code distributed need not include
2090 anything that is normally distributed (in either source or binary
2091 form) with the major components (compiler, kernel, and so on) of the
2092 operating system on which the executable runs, unless that component
2093 itself accompanies the executable.
2095 If distribution of executable or object code is made by offering
2096 access to copy from a designated place, then offering equivalent
2097 access to copy the source code from the same place counts as
2098 distribution of the source code, even though third parties are not
2099 compelled to copy the source along with the object code.
2101 4. You may not copy, modify, sublicense, or distribute the Program
2102 except as expressly provided under this License. Any attempt
2103 otherwise to copy, modify, sublicense or distribute the Program is
2104 void, and will automatically terminate your rights under this License.
2105 However, parties who have received copies, or rights, from you under
2106 this License will not have their licenses terminated so long as such
2107 parties remain in full compliance.
2109 5. You are not required to accept this License, since you have not
2110 signed it. However, nothing else grants you permission to modify or
2111 distribute the Program or its derivative works. These actions are
2112 prohibited by law if you do not accept this License. Therefore, by
2113 modifying or distributing the Program (or any work based on the
2114 Program), you indicate your acceptance of this License to do so, and
2115 all its terms and conditions for copying, distributing or modifying
2116 the Program or works based on it.
2118 6. Each time you redistribute the Program (or any work based on the
2119 Program), the recipient automatically receives a license from the
2120 original licensor to copy, distribute or modify the Program subject to
2121 these terms and conditions. You may not impose any further
2122 restrictions on the recipients' exercise of the rights granted herein.
2123 You are not responsible for enforcing compliance by third parties to
2124 this License.
2126 7. If, as a consequence of a court judgment or allegation of patent
2127 infringement or for any other reason (not limited to patent issues),
2128 conditions are imposed on you (whether by court order, agreement or
2129 otherwise) that contradict the conditions of this License, they do not
2130 excuse you from the conditions of this License. If you cannot
2131 distribute so as to satisfy simultaneously your obligations under this
2132 License and any other pertinent obligations, then as a consequence you
2133 may not distribute the Program at all. For example, if a patent
2134 license would not permit royalty-free redistribution of the Program by
2135 all those who receive copies directly or indirectly through you, then
2136 the only way you could satisfy both it and this License would be to
2137 refrain entirely from distribution of the Program.
2139 If any portion of this section is held invalid or unenforceable under
2140 any particular circumstance, the balance of the section is intended to
2141 apply and the section as a whole is intended to apply in other
2142 circumstances.
2144 It is not the purpose of this section to induce you to infringe any
2145 patents or other property right claims or to contest validity of any
2146 such claims; this section has the sole purpose of protecting the
2147 integrity of the free software distribution system, which is
2148 implemented by public license practices. Many people have made
2149 generous contributions to the wide range of software distributed
2150 through that system in reliance on consistent application of that
2151 system; it is up to the author/donor to decide if he or she is willing
2152 to distribute software through any other system and a licensee cannot
2153 impose that choice.
2155 This section is intended to make thoroughly clear what is believed to
2156 be a consequence of the rest of this License.
2158 8. If the distribution and/or use of the Program is restricted in
2159 certain countries either by patents or by copyrighted interfaces, the
2160 original copyright holder who places the Program under this License
2161 may add an explicit geographical distribution limitation excluding
2162 those countries, so that distribution is permitted only in or among
2163 countries not thus excluded. In such case, this License incorporates
2164 the limitation as if written in the body of this License.
2166 9. The Free Software Foundation may publish revised and/or new versions
2167 of the General Public License from time to time. Such new versions will
2168 be similar in spirit to the present version, but may differ in detail to
2169 address new problems or concerns.
2171 Each version is given a distinguishing version number. If the Program
2172 specifies a version number of this License which applies to it and "any
2173 later version", you have the option of following the terms and conditions
2174 either of that version or of any later version published by the Free
2175 Software Foundation. If the Program does not specify a version number of
2176 this License, you may choose any version ever published by the Free Software
2177 Foundation.
2179 10. If you wish to incorporate parts of the Program into other free
2180 programs whose distribution conditions are different, write to the author
2181 to ask for permission. For software which is copyrighted by the Free
2182 Software Foundation, write to the Free Software Foundation; we sometimes
2183 make exceptions for this. Our decision will be guided by the two goals
2184 of preserving the free status of all derivatives of our free software and
2185 of promoting the sharing and reuse of software generally.
2187 NO WARRANTY
2189 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2190 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
2191 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2192 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2193 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2194 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
2195 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
2196 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2197 REPAIR OR CORRECTION.
2199 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2200 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2201 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2202 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2203 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2204 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2205 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2206 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2207 POSSIBILITY OF SUCH DAMAGES.
2209 END OF TERMS AND CONDITIONS
2211 How to Apply These Terms to Your New Programs
2213 If you develop a new program, and you want it to be of the greatest
2214 possible use to the public, the best way to achieve this is to make it
2215 free software which everyone can redistribute and change under these terms.
2217 To do so, attach the following notices to the program. It is safest
2218 to attach them to the start of each source file to most effectively
2219 convey the exclusion of warranty; and each file should have at least
2220 the "copyright" line and a pointer to where the full notice is found.
2222 &lt;one line to give the program's name and a brief idea of what it does.&gt;
2223 Copyright (C) &lt;year&gt; &lt;name of author&gt;
2225 This program is free software; you can redistribute it and/or modify
2226 it under the terms of the GNU General Public License as published by
2227 the Free Software Foundation; either version 2 of the License, or
2228 (at your option) any later version.
2230 This program is distributed in the hope that it will be useful,
2231 but WITHOUT ANY WARRANTY; without even the implied warranty of
2232 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2233 GNU General Public License for more details.
2235 You should have received a copy of the GNU General Public License
2236 along with this program; if not, write to the Free Software
2237 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2240 Also add information on how to contact you by electronic and paper mail.
2242 If the program is interactive, make it output a short notice like this
2243 when it starts in an interactive mode:
2245 Gnomovision version 69, Copyright (C) year name of author
2246 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2247 This is free software, and you are welcome to redistribute it
2248 under certain conditions; type `show c' for details.
2250 The hypothetical commands `show w' and `show c' should show the appropriate
2251 parts of the General Public License. Of course, the commands you use may
2252 be called something other than `show w' and `show c'; they could even be
2253 mouse-clicks or menu items--whatever suits your program.
2255 You should also get your employer (if you work as a programmer) or your
2256 school, if any, to sign a "copyright disclaimer" for the program, if
2257 necessary. Here is a sample; alter the names:
2259 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2260 `Gnomovision' (which makes passes at compilers) written by James Hacker.
2262 &lt;signature of Ty Coon&gt;, 1 April 1989
2263 Ty Coon, President of Vice
2265 This General Public License does not permit incorporating your program into
2266 proprietary programs. If your program is a subroutine library, you may
2267 consider it more useful to permit linking proprietary applications with the
2268 library. If this is what you want to do, use the GNU Library General
2269 Public License instead of this License.
2271 ----------------------------------------------------------------------
2273 GNU LIBRARY GENERAL PUBLIC LICENSE
2274 Version 2, June 1991
2276 Copyright (C) 1991 Free Software Foundation, Inc.
2277 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2278 Everyone is permitted to copy and distribute verbatim copies
2279 of this license document, but changing it is not allowed.
2281 [This is the first released version of the library GPL. It is
2282 numbered 2 because it goes with version 2 of the ordinary GPL.]
2284 Preamble
2286 The licenses for most software are designed to take away your
2287 freedom to share and change it. By contrast, the GNU General Public
2288 Licenses are intended to guarantee your freedom to share and change
2289 free software--to make sure the software is free for all its users.
2291 This license, the Library General Public License, applies to some
2292 specially designated Free Software Foundation software, and to any
2293 other libraries whose authors decide to use it. You can use it for
2294 your libraries, too.
2296 When we speak of free software, we are referring to freedom, not
2297 price. Our General Public Licenses are designed to make sure that you
2298 have the freedom to distribute copies of free software (and charge for
2299 this service if you wish), that you receive source code or can get it
2300 if you want it, that you can change the software or use pieces of it
2301 in new free programs; and that you know you can do these things.
2303 To protect your rights, we need to make restrictions that forbid
2304 anyone to deny you these rights or to ask you to surrender the rights.
2305 These restrictions translate to certain responsibilities for you if
2306 you distribute copies of the library, or if you modify it.
2308 For example, if you distribute copies of the library, whether gratis
2309 or for a fee, you must give the recipients all the rights that we gave
2310 you. You must make sure that they, too, receive or can get the source
2311 code. If you link a program with the library, you must provide
2312 complete object files to the recipients so that they can relink them
2313 with the library, after making changes to the library and recompiling
2314 it. And you must show them these terms so they know their rights.
2316 Our method of protecting your rights has two steps: (1) copyright
2317 the library, and (2) offer you this license which gives you legal
2318 permission to copy, distribute and/or modify the library.
2320 Also, for each distributor's protection, we want to make certain
2321 that everyone understands that there is no warranty for this free
2322 library. If the library is modified by someone else and passed on, we
2323 want its recipients to know that what they have is not the original
2324 version, so that any problems introduced by others will not reflect on
2325 the original authors' reputations.
2327 Finally, any free program is threatened constantly by software
2328 patents. We wish to avoid the danger that companies distributing free
2329 software will individually obtain patent licenses, thus in effect
2330 transforming the program into proprietary software. To prevent this,
2331 we have made it clear that any patent must be licensed for everyone's
2332 free use or not licensed at all.
2334 Most GNU software, including some libraries, is covered by the ordinary
2335 GNU General Public License, which was designed for utility programs. This
2336 license, the GNU Library General Public License, applies to certain
2337 designated libraries. This license is quite different from the ordinary
2338 one; be sure to read it in full, and don't assume that anything in it is
2339 the same as in the ordinary license.
2341 The reason we have a separate public license for some libraries is that
2342 they blur the distinction we usually make between modifying or adding to a
2343 program and simply using it. Linking a program with a library, without
2344 changing the library, is in some sense simply using the library, and is
2345 analogous to running a utility program or application program. However, in
2346 a textual and legal sense, the linked executable is a combined work, a
2347 derivative of the original library, and the ordinary General Public License
2348 treats it as such.
2350 Because of this blurred distinction, using the ordinary General
2351 Public License for libraries did not effectively promote software
2352 sharing, because most developers did not use the libraries. We
2353 concluded that weaker conditions might promote sharing better.
2355 However, unrestricted linking of non-free programs would deprive the
2356 users of those programs of all benefit from the free status of the
2357 libraries themselves. This Library General Public License is intended to
2358 permit developers of non-free programs to use free libraries, while
2359 preserving your freedom as a user of such programs to change the free
2360 libraries that are incorporated in them. (We have not seen how to achieve
2361 this as regards changes in header files, but we have achieved it as regards
2362 changes in the actual functions of the Library.) The hope is that this
2363 will lead to faster development of free libraries.
2365 The precise terms and conditions for copying, distribution and
2366 modification follow. Pay close attention to the difference between a
2367 "work based on the library" and a "work that uses the library". The
2368 former contains code derived from the library, while the latter only
2369 works together with the library.
2371 Note that it is possible for a library to be covered by the ordinary
2372 General Public License rather than by this special one.
2374 GNU LIBRARY GENERAL PUBLIC LICENSE
2375 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2377 0. This License Agreement applies to any software library which
2378 contains a notice placed by the copyright holder or other authorized
2379 party saying it may be distributed under the terms of this Library
2380 General Public License (also called "this License"). Each licensee is
2381 addressed as "you".
2383 A "library" means a collection of software functions and/or data
2384 prepared so as to be conveniently linked with application programs
2385 (which use some of those functions and data) to form executables.
2387 The "Library", below, refers to any such software library or work
2388 which has been distributed under these terms. A "work based on the
2389 Library" means either the Library or any derivative work under
2390 copyright law: that is to say, a work containing the Library or a
2391 portion of it, either verbatim or with modifications and/or translated
2392 straightforwardly into another language. (Hereinafter, translation is
2393 included without limitation in the term "modification".)
2395 "Source code" for a work means the preferred form of the work for
2396 making modifications to it. For a library, complete source code means
2397 all the source code for all modules it contains, plus any associated
2398 interface definition files, plus the scripts used to control compilation
2399 and installation of the library.
2401 Activities other than copying, distribution and modification are not
2402 covered by this License; they are outside its scope. The act of
2403 running a program using the Library is not restricted, and output from
2404 such a program is covered only if its contents constitute a work based
2405 on the Library (independent of the use of the Library in a tool for
2406 writing it). Whether that is true depends on what the Library does
2407 and what the program that uses the Library does.
2409 1. You may copy and distribute verbatim copies of the Library's
2410 complete source code as you receive it, in any medium, provided that
2411 you conspicuously and appropriately publish on each copy an
2412 appropriate copyright notice and disclaimer of warranty; keep intact
2413 all the notices that refer to this License and to the absence of any
2414 warranty; and distribute a copy of this License along with the
2415 Library.
2417 You may charge a fee for the physical act of transferring a copy,
2418 and you may at your option offer warranty protection in exchange for a
2419 fee.
2421 2. You may modify your copy or copies of the Library or any portion
2422 of it, thus forming a work based on the Library, and copy and
2423 distribute such modifications or work under the terms of Section 1
2424 above, provided that you also meet all of these conditions:
2426 a) The modified work must itself be a software library.
2428 b) You must cause the files modified to carry prominent notices
2429 stating that you changed the files and the date of any change.
2431 c) You must cause the whole of the work to be licensed at no
2432 charge to all third parties under the terms of this License.
2434 d) If a facility in the modified Library refers to a function or a
2435 table of data to be supplied by an application program that uses
2436 the facility, other than as an argument passed when the facility
2437 is invoked, then you must make a good faith effort to ensure that,
2438 in the event an application does not supply such function or
2439 table, the facility still operates, and performs whatever part of
2440 its purpose remains meaningful.
2442 (For example, a function in a library to compute square roots has
2443 a purpose that is entirely well-defined independent of the
2444 application. Therefore, Subsection 2d requires that any
2445 application-supplied function or table used by this function must
2446 be optional: if the application does not supply it, the square
2447 root function must still compute square roots.)
2449 These requirements apply to the modified work as a whole. If
2450 identifiable sections of that work are not derived from the Library,
2451 and can be reasonably considered independent and separate works in
2452 themselves, then this License, and its terms, do not apply to those
2453 sections when you distribute them as separate works. But when you
2454 distribute the same sections as part of a whole which is a work based
2455 on the Library, the distribution of the whole must be on the terms of
2456 this License, whose permissions for other licensees extend to the
2457 entire whole, and thus to each and every part regardless of who wrote
2460 Thus, it is not the intent of this section to claim rights or contest
2461 your rights to work written entirely by you; rather, the intent is to
2462 exercise the right to control the distribution of derivative or
2463 collective works based on the Library.
2465 In addition, mere aggregation of another work not based on the Library
2466 with the Library (or with a work based on the Library) on a volume of
2467 a storage or distribution medium does not bring the other work under
2468 the scope of this License.
2470 3. You may opt to apply the terms of the ordinary GNU General Public
2471 License instead of this License to a given copy of the Library. To do
2472 this, you must alter all the notices that refer to this License, so
2473 that they refer to the ordinary GNU General Public License, version 2,
2474 instead of to this License. (If a newer version than version 2 of the
2475 ordinary GNU General Public License has appeared, then you can specify
2476 that version instead if you wish.) Do not make any other change in
2477 these notices.
2479 Once this change is made in a given copy, it is irreversible for
2480 that copy, so the ordinary GNU General Public License applies to all
2481 subsequent copies and derivative works made from that copy.
2483 This option is useful when you wish to copy part of the code of
2484 the Library into a program that is not a library.
2486 4. You may copy and distribute the Library (or a portion or
2487 derivative of it, under Section 2) in object code or executable form
2488 under the terms of Sections 1 and 2 above provided that you accompany
2489 it with the complete corresponding machine-readable source code, which
2490 must be distributed under the terms of Sections 1 and 2 above on a
2491 medium customarily used for software interchange.
2493 If distribution of object code is made by offering access to copy
2494 from a designated place, then offering equivalent access to copy the
2495 source code from the same place satisfies the requirement to
2496 distribute the source code, even though third parties are not
2497 compelled to copy the source along with the object code.
2499 5. A program that contains no derivative of any portion of the
2500 Library, but is designed to work with the Library by being compiled or
2501 linked with it, is called a "work that uses the Library". Such a
2502 work, in isolation, is not a derivative work of the Library, and
2503 therefore falls outside the scope of this License.
2505 However, linking a "work that uses the Library" with the Library
2506 creates an executable that is a derivative of the Library (because it
2507 contains portions of the Library), rather than a "work that uses the
2508 library". The executable is therefore covered by this License.
2509 Section 6 states terms for distribution of such executables.
2511 When a "work that uses the Library" uses material from a header file
2512 that is part of the Library, the object code for the work may be a
2513 derivative work of the Library even though the source code is not.
2514 Whether this is true is especially significant if the work can be
2515 linked without the Library, or if the work is itself a library. The
2516 threshold for this to be true is not precisely defined by law.
2518 If such an object file uses only numerical parameters, data
2519 structure layouts and accessors, and small macros and small inline
2520 functions (ten lines or less in length), then the use of the object
2521 file is unrestricted, regardless of whether it is legally a derivative
2522 work. (Executables containing this object code plus portions of the
2523 Library will still fall under Section 6.)
2525 Otherwise, if the work is a derivative of the Library, you may
2526 distribute the object code for the work under the terms of Section 6.
2527 Any executables containing that work also fall under Section 6,
2528 whether or not they are linked directly with the Library itself.
2530 6. As an exception to the Sections above, you may also compile or
2531 link a "work that uses the Library" with the Library to produce a
2532 work containing portions of the Library, and distribute that work
2533 under terms of your choice, provided that the terms permit
2534 modification of the work for the customer's own use and reverse
2535 engineering for debugging such modifications.
2537 You must give prominent notice with each copy of the work that the
2538 Library is used in it and that the Library and its use are covered by
2539 this License. You must supply a copy of this License. If the work
2540 during execution displays copyright notices, you must include the
2541 copyright notice for the Library among them, as well as a reference
2542 directing the user to the copy of this License. Also, you must do one
2543 of these things:
2545 a) Accompany the work with the complete corresponding
2546 machine-readable source code for the Library including whatever
2547 changes were used in the work (which must be distributed under
2548 Sections 1 and 2 above); and, if the work is an executable linked
2549 with the Library, with the complete machine-readable "work that
2550 uses the Library", as object code and/or source code, so that the
2551 user can modify the Library and then relink to produce a modified
2552 executable containing the modified Library. (It is understood
2553 that the user who changes the contents of definitions files in the
2554 Library will not necessarily be able to recompile the application
2555 to use the modified definitions.)
2557 b) Accompany the work with a written offer, valid for at
2558 least three years, to give the same user the materials
2559 specified in Subsection 6a, above, for a charge no more
2560 than the cost of performing this distribution.
2562 c) If distribution of the work is made by offering access to copy
2563 from a designated place, offer equivalent access to copy the above
2564 specified materials from the same place.
2566 d) Verify that the user has already received a copy of these
2567 materials or that you have already sent this user a copy.
2569 For an executable, the required form of the "work that uses the
2570 Library" must include any data and utility programs needed for
2571 reproducing the executable from it. However, as a special exception,
2572 the source code distributed need not include anything that is normally
2573 distributed (in either source or binary form) with the major
2574 components (compiler, kernel, and so on) of the operating system on
2575 which the executable runs, unless that component itself accompanies
2576 the executable.
2578 It may happen that this requirement contradicts the license
2579 restrictions of other proprietary libraries that do not normally
2580 accompany the operating system. Such a contradiction means you cannot
2581 use both them and the Library together in an executable that you
2582 distribute.
2584 7. You may place library facilities that are a work based on the
2585 Library side-by-side in a single library together with other library
2586 facilities not covered by this License, and distribute such a combined
2587 library, provided that the separate distribution of the work based on
2588 the Library and of the other library facilities is otherwise
2589 permitted, and provided that you do these two things:
2591 a) Accompany the combined library with a copy of the same work
2592 based on the Library, uncombined with any other library
2593 facilities. This must be distributed under the terms of the
2594 Sections above.
2596 b) Give prominent notice with the combined library of the fact
2597 that part of it is a work based on the Library, and explaining
2598 where to find the accompanying uncombined form of the same work.
2600 8. You may not copy, modify, sublicense, link with, or distribute
2601 the Library except as expressly provided under this License. Any
2602 attempt otherwise to copy, modify, sublicense, link with, or
2603 distribute the Library is void, and will automatically terminate your
2604 rights under this License. However, parties who have received copies,
2605 or rights, from you under this License will not have their licenses
2606 terminated so long as such parties remain in full compliance.
2608 9. You are not required to accept this License, since you have not
2609 signed it. However, nothing else grants you permission to modify or
2610 distribute the Library or its derivative works. These actions are
2611 prohibited by law if you do not accept this License. Therefore, by
2612 modifying or distributing the Library (or any work based on the
2613 Library), you indicate your acceptance of this License to do so, and
2614 all its terms and conditions for copying, distributing or modifying
2615 the Library or works based on it.
2617 10. Each time you redistribute the Library (or any work based on the
2618 Library), the recipient automatically receives a license from the
2619 original licensor to copy, distribute, link with or modify the Library
2620 subject to these terms and conditions. You may not impose any further
2621 restrictions on the recipients' exercise of the rights granted herein.
2622 You are not responsible for enforcing compliance by third parties to
2623 this License.
2625 11. If, as a consequence of a court judgment or allegation of patent
2626 infringement or for any other reason (not limited to patent issues),
2627 conditions are imposed on you (whether by court order, agreement or
2628 otherwise) that contradict the conditions of this License, they do not
2629 excuse you from the conditions of this License. If you cannot
2630 distribute so as to satisfy simultaneously your obligations under this
2631 License and any other pertinent obligations, then as a consequence you
2632 may not distribute the Library at all. For example, if a patent
2633 license would not permit royalty-free redistribution of the Library by
2634 all those who receive copies directly or indirectly through you, then
2635 the only way you could satisfy both it and this License would be to
2636 refrain entirely from distribution of the Library.
2638 If any portion of this section is held invalid or unenforceable under any
2639 particular circumstance, the balance of the section is intended to apply,
2640 and the section as a whole is intended to apply in other circumstances.
2642 It is not the purpose of this section to induce you to infringe any
2643 patents or other property right claims or to contest validity of any
2644 such claims; this section has the sole purpose of protecting the
2645 integrity of the free software distribution system which is
2646 implemented by public license practices. Many people have made
2647 generous contributions to the wide range of software distributed
2648 through that system in reliance on consistent application of that
2649 system; it is up to the author/donor to decide if he or she is willing
2650 to distribute software through any other system and a licensee cannot
2651 impose that choice.
2653 This section is intended to make thoroughly clear what is believed to
2654 be a consequence of the rest of this License.
2656 12. If the distribution and/or use of the Library is restricted in
2657 certain countries either by patents or by copyrighted interfaces, the
2658 original copyright holder who places the Library under this License may add
2659 an explicit geographical distribution limitation excluding those countries,
2660 so that distribution is permitted only in or among countries not thus
2661 excluded. In such case, this License incorporates the limitation as if
2662 written in the body of this License.
2664 13. The Free Software Foundation may publish revised and/or new
2665 versions of the Library General Public License from time to time.
2666 Such new versions will be similar in spirit to the present version,
2667 but may differ in detail to address new problems or concerns.
2669 Each version is given a distinguishing version number. If the Library
2670 specifies a version number of this License which applies to it and
2671 "any later version", you have the option of following the terms and
2672 conditions either of that version or of any later version published by
2673 the Free Software Foundation. If the Library does not specify a
2674 license version number, you may choose any version ever published by
2675 the Free Software Foundation.
2677 14. If you wish to incorporate parts of the Library into other free
2678 programs whose distribution conditions are incompatible with these,
2679 write to the author to ask for permission. For software which is
2680 copyrighted by the Free Software Foundation, write to the Free
2681 Software Foundation; we sometimes make exceptions for this. Our
2682 decision will be guided by the two goals of preserving the free status
2683 of all derivatives of our free software and of promoting the sharing
2684 and reuse of software generally.
2686 NO WARRANTY
2688 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
2689 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
2690 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
2691 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
2692 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
2693 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2694 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
2695 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
2696 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2698 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
2699 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
2700 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
2701 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
2702 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
2703 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
2704 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
2705 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
2706 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
2707 DAMAGES.
2709 END OF TERMS AND CONDITIONS
2711 How to Apply These Terms to Your New Libraries
2713 If you develop a new library, and you want it to be of the greatest
2714 possible use to the public, we recommend making it free software that
2715 everyone can redistribute and change. You can do so by permitting
2716 redistribution under these terms (or, alternatively, under the terms of the
2717 ordinary General Public License).
2719 To apply these terms, attach the following notices to the library. It is
2720 safest to attach them to the start of each source file to most effectively
2721 convey the exclusion of warranty; and each file should have at least the
2722 "copyright" line and a pointer to where the full notice is found.
2724 &lt;one line to give the library's name and a brief idea of what it does.&gt;
2725 Copyright (C) &lt;year&gt; &lt;name of author&gt;
2727 This library is free software; you can redistribute it and/or
2728 modify it under the terms of the GNU Library General Public
2729 License as published by the Free Software Foundation; either
2730 version 2 of the License, or (at your option) any later version.
2732 This library is distributed in the hope that it will be useful,
2733 but WITHOUT ANY WARRANTY; without even the implied warranty of
2734 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2735 Library General Public License for more details.
2737 You should have received a copy of the GNU Library General Public
2738 License along with this library; if not, write to the Free Software
2739 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2741 Also add information on how to contact you by electronic and paper mail.
2743 You should also get your employer (if you work as a programmer) or your
2744 school, if any, to sign a "copyright disclaimer" for the library, if
2745 necessary. Here is a sample; alter the names:
2747 Yoyodyne, Inc., hereby disclaims all copyright interest in the
2748 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
2750 &lt;signature of Ty Coon&gt;, 1 April 1990
2751 Ty Coon, President of Vice
2753 That's all there is to it!
2755 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2757 Scanned Source License e2fsprogs-1.42/debian/copyright:
2759 This is the Debian GNU/Linux prepackaged version of the EXT2 file
2760 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were
2761 written by Theodore Ts'o &lt;tytso@mit.edu&gt; and Remy Card &lt;card@masi.ibp.fr&gt;.
2763 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
2765 Packaging is Copyright (c) 2003-2007 Theodore Ts'o &lt;tytso@mit.edu&gt;
2766 Copyright (c) 1997-2003 Yann Dirson &lt;dirson@debian.org&gt;
2767 Copyright (c) 2001 Alcove &lt;http://www.alcove.com/&gt;
2768 Copyright (c) 1997 Klee Dienes
2769 Copyright (c) 1995-1996 Michael Nonweiler &lt;mrn20@cam.ac.uk&gt;
2771 Upstream Author: Theodore Ts'o &lt;tytso@mit.edu&gt;
2773 Copyright notice:
2775 This package, the EXT2 filesystem utilities, are made available under
2776 the GNU Public License version 2, with the exception of the lib/ext2fs
2777 and lib/e2p libraries, which are made available under the GNU Library
2778 General Public License Version 2, the lib/uuid library which is made
2779 available under a BSD-style license and the lib/et and lib/ss
2780 libraries which are made available under an MIT-style license.
2782 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2783 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
2785 On Debian GNU systems, the complete text of the GNU General Public
2786 License can be found in `/usr/share/common-licenses/GPL-2'. The
2787 complete text of the GNU Library General Public License can be found
2788 in '/usr/share/common-licenses/LGPL-2'.
2791 The license used for lib/et and lib/ss libraries is:
2793 Copyright 1987 by the Student Information Processing Board
2794 of the Massachusetts Institute of Technology
2796 Permission to use, copy, modify, and distribute this software and
2797 its documentation for any purpose is hereby granted, provided that
2798 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
2799 advertising or publicity pertaining to distribution of the software
2800 without specific, written prior permission. M.I.T. and the
2801 M.I.T. S.I.P.B. make no representations about the suitability of
2802 this software for any purpose. It is provided "as is" without
2803 express or implied warranty.
2805 The license used for lib/uuid is:
2807 Redistribution and use in source and binary forms, with or without
2808 modification, are permitted provided that the following conditions
2809 are met:
2810 1. Redistributions of source code must retain the above copyright
2811 notice, and the entire permission notice in its entirety,
2812 including the disclaimer of warranties.
2813 2. Redistributions in binary form must reproduce the above copyright
2814 notice, this list of conditions and the following disclaimer in the
2815 documentation and/or other materials provided with the distribution.
2816 3. The name of the author may not be used to endorse or promote
2817 products derived from this software without specific prior
2818 written permission.
2820 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
2821 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2822 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
2823 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
2824 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2825 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
2826 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2827 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2828 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2829 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
2830 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
2831 DAMAGE.
2833 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2835 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT:
2837 EXT2ED is hereby placed under the terms of the GNU General Public License.
2838 Follows the GNU license.
2840 Gadi Oxman, August 1995
2842 ---------------------------------------------------------------------------
2844 GNU GENERAL PUBLIC LICENSE
2845 Version 2, June 1991
2847 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2848 675 Mass Ave, Cambridge, MA 02139, USA
2849 Everyone is permitted to copy and distribute verbatim copies
2850 of this license document, but changing it is not allowed.
2852 Preamble
2854 The licenses for most software are designed to take away your
2855 freedom to share and change it. By contrast, the GNU General Public
2856 License is intended to guarantee your freedom to share and change free
2857 software--to make sure the software is free for all its users. This
2858 General Public License applies to most of the Free Software
2859 Foundation's software and to any other program whose authors commit to
2860 using it. (Some other Free Software Foundation software is covered by
2861 the GNU Library General Public License instead.) You can apply it to
2862 your programs, too.
2864 When we speak of free software, we are referring to freedom, not
2865 price. Our General Public Licenses are designed to make sure that you
2866 have the freedom to distribute copies of free software (and charge for
2867 this service if you wish), that you receive source code or can get it
2868 if you want it, that you can change the software or use pieces of it
2869 in new free programs; and that you know you can do these things.
2871 To protect your rights, we need to make restrictions that forbid
2872 anyone to deny you these rights or to ask you to surrender the rights.
2873 These restrictions translate to certain responsibilities for you if you
2874 distribute copies of the software, or if you modify it.
2876 For example, if you distribute copies of such a program, whether
2877 gratis or for a fee, you must give the recipients all the rights that
2878 you have. You must make sure that they, too, receive or can get the
2879 source code. And you must show them these terms so they know their
2880 rights.
2882 We protect your rights with two steps: (1) copyright the software, and
2883 (2) offer you this license which gives you legal permission to copy,
2884 distribute and/or modify the software.
2886 Also, for each author's protection and ours, we want to make certain
2887 that everyone understands that there is no warranty for this free
2888 software. If the software is modified by someone else and passed on, we
2889 want its recipients to know that what they have is not the original, so
2890 that any problems introduced by others will not reflect on the original
2891 authors' reputations.
2893 Finally, any free program is threatened constantly by software
2894 patents. We wish to avoid the danger that redistributors of a free
2895 program will individually obtain patent licenses, in effect making the
2896 program proprietary. To prevent this, we have made it clear that any
2897 patent must be licensed for everyone's free use or not licensed at all.
2899 The precise terms and conditions for copying, distribution and
2900 modification follow.
2902 GNU GENERAL PUBLIC LICENSE
2903 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2905 0. This License applies to any program or other work which contains
2906 a notice placed by the copyright holder saying it may be distributed
2907 under the terms of this General Public License. The "Program", below,
2908 refers to any such program or work, and a "work based on the Program"
2909 means either the Program or any derivative work under copyright law:
2910 that is to say, a work containing the Program or a portion of it,
2911 either verbatim or with modifications and/or translated into another
2912 language. (Hereinafter, translation is included without limitation in
2913 the term "modification".) Each licensee is addressed as "you".
2915 Activities other than copying, distribution and modification are not
2916 covered by this License; they are outside its scope. The act of
2917 running the Program is not restricted, and the output from the Program
2918 is covered only if its contents constitute a work based on the
2919 Program (independent of having been made by running the Program).
2920 Whether that is true depends on what the Program does.
2922 1. You may copy and distribute verbatim copies of the Program's
2923 source code as you receive it, in any medium, provided that you
2924 conspicuously and appropriately publish on each copy an appropriate
2925 copyright notice and disclaimer of warranty; keep intact all the
2926 notices that refer to this License and to the absence of any warranty;
2927 and give any other recipients of the Program a copy of this License
2928 along with the Program.
2930 You may charge a fee for the physical act of transferring a copy, and
2931 you may at your option offer warranty protection in exchange for a fee.
2933 2. You may modify your copy or copies of the Program or any portion
2934 of it, thus forming a work based on the Program, and copy and
2935 distribute such modifications or work under the terms of Section 1
2936 above, provided that you also meet all of these conditions:
2938 a) You must cause the modified files to carry prominent notices
2939 stating that you changed the files and the date of any change.
2941 b) You must cause any work that you distribute or publish, that in
2942 whole or in part contains or is derived from the Program or any
2943 part thereof, to be licensed as a whole at no charge to all third
2944 parties under the terms of this License.
2946 c) If the modified program normally reads commands interactively
2947 when run, you must cause it, when started running for such
2948 interactive use in the most ordinary way, to print or display an
2949 announcement including an appropriate copyright notice and a
2950 notice that there is no warranty (or else, saying that you provide
2951 a warranty) and that users may redistribute the program under
2952 these conditions, and telling the user how to view a copy of this
2953 License. (Exception: if the Program itself is interactive but
2954 does not normally print such an announcement, your work based on
2955 the Program is not required to print an announcement.)
2957 These requirements apply to the modified work as a whole. If
2958 identifiable sections of that work are not derived from the Program,
2959 and can be reasonably considered independent and separate works in
2960 themselves, then this License, and its terms, do not apply to those
2961 sections when you distribute them as separate works. But when you
2962 distribute the same sections as part of a whole which is a work based
2963 on the Program, the distribution of the whole must be on the terms of
2964 this License, whose permissions for other licensees extend to the
2965 entire whole, and thus to each and every part regardless of who wrote it.
2967 Thus, it is not the intent of this section to claim rights or contest
2968 your rights to work written entirely by you; rather, the intent is to
2969 exercise the right to control the distribution of derivative or
2970 collective works based on the Program.
2972 In addition, mere aggregation of another work not based on the Program
2973 with the Program (or with a work based on the Program) on a volume of
2974 a storage or distribution medium does not bring the other work under
2975 the scope of this License.
2977 3. You may copy and distribute the Program (or a work based on it,
2978 under Section 2) in object code or executable form under the terms of
2979 Sections 1 and 2 above provided that you also do one of the following:
2981 a) Accompany it with the complete corresponding machine-readable
2982 source code, which must be distributed under the terms of Sections
2983 1 and 2 above on a medium customarily used for software interchange; or,
2985 b) Accompany it with a written offer, valid for at least three
2986 years, to give any third party, for a charge no more than your
2987 cost of physically performing source distribution, a complete
2988 machine-readable copy of the corresponding source code, to be
2989 distributed under the terms of Sections 1 and 2 above on a medium
2990 customarily used for software interchange; or,
2992 c) Accompany it with the information you received as to the offer
2993 to distribute corresponding source code. (This alternative is
2994 allowed only for noncommercial distribution and only if you
2995 received the program in object code or executable form with such
2996 an offer, in accord with Subsection b above.)
2998 The source code for a work means the preferred form of the work for
2999 making modifications to it. For an executable work, complete source
3000 code means all the source code for all modules it contains, plus any
3001 associated interface definition files, plus the scripts used to
3002 control compilation and installation of the executable. However, as a
3003 special exception, the source code distributed need not include
3004 anything that is normally distributed (in either source or binary
3005 form) with the major components (compiler, kernel, and so on) of the
3006 operating system on which the executable runs, unless that component
3007 itself accompanies the executable.
3009 If distribution of executable or object code is made by offering
3010 access to copy from a designated place, then offering equivalent
3011 access to copy the source code from the same place counts as
3012 distribution of the source code, even though third parties are not
3013 compelled to copy the source along with the object code.
3015 4. You may not copy, modify, sublicense, or distribute the Program
3016 except as expressly provided under this License. Any attempt
3017 otherwise to copy, modify, sublicense or distribute the Program is
3018 void, and will automatically terminate your rights under this License.
3019 However, parties who have received copies, or rights, from you under
3020 this License will not have their licenses terminated so long as such
3021 parties remain in full compliance.
3023 5. You are not required to accept this License, since you have not
3024 signed it. However, nothing else grants you permission to modify or
3025 distribute the Program or its derivative works. These actions are
3026 prohibited by law if you do not accept this License. Therefore, by
3027 modifying or distributing the Program (or any work based on the
3028 Program), you indicate your acceptance of this License to do so, and
3029 all its terms and conditions for copying, distributing or modifying
3030 the Program or works based on it.
3032 6. Each time you redistribute the Program (or any work based on the
3033 Program), the recipient automatically receives a license from the
3034 original licensor to copy, distribute or modify the Program subject to
3035 these terms and conditions. You may not impose any further
3036 restrictions on the recipients' exercise of the rights granted herein.
3037 You are not responsible for enforcing compliance by third parties to
3038 this License.
3040 7. If, as a consequence of a court judgment or allegation of patent
3041 infringement or for any other reason (not limited to patent issues),
3042 conditions are imposed on you (whether by court order, agreement or
3043 otherwise) that contradict the conditions of this License, they do not
3044 excuse you from the conditions of this License. If you cannot
3045 distribute so as to satisfy simultaneously your obligations under this
3046 License and any other pertinent obligations, then as a consequence you
3047 may not distribute the Program at all. For example, if a patent
3048 license would not permit royalty-free redistribution of the Program by
3049 all those who receive copies directly or indirectly through you, then
3050 the only way you could satisfy both it and this License would be to
3051 refrain entirely from distribution of the Program.
3053 If any portion of this section is held invalid or unenforceable under
3054 any particular circumstance, the balance of the section is intended to
3055 apply and the section as a whole is intended to apply in other
3056 circumstances.
3058 It is not the purpose of this section to induce you to infringe any
3059 patents or other property right claims or to contest validity of any
3060 such claims; this section has the sole purpose of protecting the
3061 integrity of the free software distribution system, which is
3062 implemented by public license practices. Many people have made
3063 generous contributions to the wide range of software distributed
3064 through that system in reliance on consistent application of that
3065 system; it is up to the author/donor to decide if he or she is willing
3066 to distribute software through any other system and a licensee cannot
3067 impose that choice.
3069 This section is intended to make thoroughly clear what is believed to
3070 be a consequence of the rest of this License.
3072 8. If the distribution and/or use of the Program is restricted in
3073 certain countries either by patents or by copyrighted interfaces, the
3074 original copyright holder who places the Program under this License
3075 may add an explicit geographical distribution limitation excluding
3076 those countries, so that distribution is permitted only in or among
3077 countries not thus excluded. In such case, this License incorporates
3078 the limitation as if written in the body of this License.
3080 9. The Free Software Foundation may publish revised and/or new versions
3081 of the General Public License from time to time. Such new versions will
3082 be similar in spirit to the present version, but may differ in detail to
3083 address new problems or concerns.
3085 Each version is given a distinguishing version number. If the Program
3086 specifies a version number of this License which applies to it and "any
3087 later version", you have the option of following the terms and conditions
3088 either of that version or of any later version published by the Free
3089 Software Foundation. If the Program does not specify a version number of
3090 this License, you may choose any version ever published by the Free Software
3091 Foundation.
3093 10. If you wish to incorporate parts of the Program into other free
3094 programs whose distribution conditions are different, write to the author
3095 to ask for permission. For software which is copyrighted by the Free
3096 Software Foundation, write to the Free Software Foundation; we sometimes
3097 make exceptions for this. Our decision will be guided by the two goals
3098 of preserving the free status of all derivatives of our free software and
3099 of promoting the sharing and reuse of software generally.
3101 NO WARRANTY
3103 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
3104 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
3105 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
3106 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
3107 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3108 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
3109 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
3110 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
3111 REPAIR OR CORRECTION.
3113 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3114 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
3115 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
3116 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
3117 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
3118 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
3119 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
3120 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
3121 POSSIBILITY OF SUCH DAMAGES.
3123 END OF TERMS AND CONDITIONS
3125 Appendix: How to Apply These Terms to Your New Programs
3127 If you develop a new program, and you want it to be of the greatest
3128 possible use to the public, the best way to achieve this is to make it
3129 free software which everyone can redistribute and change under these terms.
3131 To do so, attach the following notices to the program. It is safest
3132 to attach them to the start of each source file to most effectively
3133 convey the exclusion of warranty; and each file should have at least
3134 the "copyright" line and a pointer to where the full notice is found.
3136 &lt;one line to give the program's name and a brief idea of what it does.&gt;
3137 Copyright (C) 19yy &lt;name of author&gt;
3139 This program is free software; you can redistribute it and/or modify
3140 it under the terms of the GNU General Public License as published by
3141 the Free Software Foundation; either version 2 of the License, or
3142 (at your option) any later version.
3144 This program is distributed in the hope that it will be useful,
3145 but WITHOUT ANY WARRANTY; without even the implied warranty of
3146 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3147 GNU General Public License for more details.
3149 You should have received a copy of the GNU General Public License
3150 along with this program; if not, write to the Free Software
3151 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3153 Also add information on how to contact you by electronic and paper mail.
3155 If the program is interactive, make it output a short notice like this
3156 when it starts in an interactive mode:
3158 Gnomovision version 69, Copyright (C) 19yy name of author
3159 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
3160 This is free software, and you are welcome to redistribute it
3161 under certain conditions; type `show c' for details.
3163 The hypothetical commands `show w' and `show c' should show the appropriate
3164 parts of the General Public License. Of course, the commands you use may
3165 be called something other than `show w' and `show c'; they could even be
3166 mouse-clicks or menu items--whatever suits your program.
3168 You should also get your employer (if you work as a programmer) or your
3169 school, if any, to sign a "copyright disclaimer" for the program, if
3170 necessary. Here is a sample; alter the names:
3172 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
3173 `Gnomovision' (which makes passes at compilers) written by James Hacker.
3175 &lt;signature of Ty Coon&gt;, 1 April 1989
3176 Ty Coon, President of Vice
3178 This General Public License does not permit incorporating your program into
3179 proprietary programs. If your program is a subroutine library, you may
3180 consider it more useful to permit linking proprietary applications with the
3181 library. If this is what you want to do, use the GNU Library General
3182 Public License instead of this License.
3184 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3186 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright:
3188 Index: tdbsa/tdb.c
3189 ===================================================================
3190 --- tdbsa.orig/tdb.c
3191 +++ tdbsa/tdb.c
3192 @@ -4,11 +4,11 @@ Rev: 23371
3193 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007)
3196 - Unix SMB/CIFS implementation.
3197 + trivial database library - standalone version
3199 - trivial database library - private includes
3201 - Copyright (C) Andrew Tridgell 2005
3202 + Copyright (C) Andrew Tridgell 1999-2005
3203 + Copyright (C) Jeremy Allison 2000-2006
3204 + Copyright (C) Paul `Rusty' Russell 2000
3206 ** NOTE! The following LGPL license applies to the tdb
3207 ** library. This does NOT imply that all of Samba is released
3209 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3211 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING:
3213 Redistribution and use in source and binary forms, with or without
3214 modification, are permitted provided that the following conditions
3215 are met:
3216 1. Redistributions of source code must retain the above copyright
3217 notice, and the entire permission notice in its entirety,
3218 including the disclaimer of warranties.
3219 2. Redistributions in binary form must reproduce the above copyright
3220 notice, this list of conditions and the following disclaimer in the
3221 documentation and/or other materials provided with the distribution.
3222 3. The name of the author may not be used to endorse or promote
3223 products derived from this software without specific prior
3224 written permission.
3226 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
3227 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3228 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
3229 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
3230 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3231 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
3232 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3233 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3234 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3235 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
3236 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
3237 DAMAGE.
3239 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3240 </pre>
3241 <ul>
3242 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3243 </ul>
3244 </div>
3245 </div>
3248 <div class="product">
3249 <span class="title">e2fsprogs-libs-1.42</span>
3250 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3251 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
3252 <div class="licence">
3253 <pre></pre>
3254 <ul>
3255 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3256 </ul>
3257 </div>
3258 </div>
3261 <div class="product">
3262 <span class="title">ecryptfs-utils-101</span>
3263 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3264 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span>
3265 <div class="licence">
3266 <pre></pre>
3267 <ul>
3268 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3269 </ul>
3270 </div>
3271 </div>
3274 <div class="product">
3275 <span class="title">eject-2.1.5</span>
3276 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3277 <span class="homepage"><a href="http://eject.sourceforge.net/">homepage</a></span>
3278 <div class="licence">
3279 <pre></pre>
3280 <ul>
3281 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3282 </ul>
3283 </div>
3284 </div>
3287 <div class="product">
3288 <span class="title">elfutils-0.154</span>
3289 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3290 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span>
3291 <div class="licence">
3292 <pre>Gentoo Package Stock License GPL-2-with-exceptions:
3294 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.
3296 Exceptions follow,
3298 // As a special exception, if other files instantiate templates or use macros
3299 // or inline functions from this file, or you compile this file and link it
3300 // with other works to produce a work based on this file, this file does not
3301 // by itself cause the resulting work to be covered by the GNU General Public
3302 // License. This exception does not invalidate any other reasons why a work
3303 // based on this file might be covered by the GNU General Public License.
3305 End of exceptions. The rest of this file is the GPL.
3307 GNU GENERAL PUBLIC LICENSE
3308 Version 2, June 1991
3310 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3311 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3312 Everyone is permitted to copy and distribute verbatim copies
3313 of this license document, but changing it is not allowed.
3315 Preamble
3317 The licenses for most software are designed to take away your
3318 freedom to share and change it. By contrast, the GNU General Public
3319 License is intended to guarantee your freedom to share and change free
3320 software--to make sure the software is free for all its users. This
3321 General Public License applies to most of the Free Software
3322 Foundation's software and to any other program whose authors commit to
3323 using it. (Some other Free Software Foundation software is covered by
3324 the GNU Library General Public License instead.) You can apply it to
3325 your programs, too.
3327 When we speak of free software, we are referring to freedom, not
3328 price. Our General Public Licenses are designed to make sure that you
3329 have the freedom to distribute copies of free software (and charge for
3330 this service if you wish), that you receive source code or can get it
3331 if you want it, that you can change the software or use pieces of it
3332 in new free programs; and that you know you can do these things.
3334 To protect your rights, we need to make restrictions that forbid
3335 anyone to deny you these rights or to ask you to surrender the rights.
3336 These restrictions translate to certain responsibilities for you if you
3337 distribute copies of the software, or if you modify it.
3339 For example, if you distribute copies of such a program, whether
3340 gratis or for a fee, you must give the recipients all the rights that
3341 you have. You must make sure that they, too, receive or can get the
3342 source code. And you must show them these terms so they know their
3343 rights.
3345 We protect your rights with two steps: (1) copyright the software, and
3346 (2) offer you this license which gives you legal permission to copy,
3347 distribute and/or modify the software.
3349 Also, for each author's protection and ours, we want to make certain
3350 that everyone understands that there is no warranty for this free
3351 software. If the software is modified by someone else and passed on, we
3352 want its recipients to know that what they have is not the original, so
3353 that any problems introduced by others will not reflect on the original
3354 authors' reputations.
3356 Finally, any free program is threatened constantly by software
3357 patents. We wish to avoid the danger that redistributors of a free
3358 program will individually obtain patent licenses, in effect making the
3359 program proprietary. To prevent this, we have made it clear that any
3360 patent must be licensed for everyone's free use or not licensed at all.
3362 The precise terms and conditions for copying, distribution and
3363 modification follow.
3365 GNU GENERAL PUBLIC LICENSE
3366 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
3368 0. This License applies to any program or other work which contains
3369 a notice placed by the copyright holder saying it may be distributed
3370 under the terms of this General Public License. The "Program", below,
3371 refers to any such program or work, and a "work based on the Program"
3372 means either the Program or any derivative work under copyright law:
3373 that is to say, a work containing the Program or a portion of it,
3374 either verbatim or with modifications and/or translated into another
3375 language. (Hereinafter, translation is included without limitation in
3376 the term "modification".) Each licensee is addressed as "you".
3378 Activities other than copying, distribution and modification are not
3379 covered by this License; they are outside its scope. The act of
3380 running the Program is not restricted, and the output from the Program
3381 is covered only if its contents constitute a work based on the
3382 Program (independent of having been made by running the Program).
3383 Whether that is true depends on what the Program does.
3385 1. You may copy and distribute verbatim copies of the Program's
3386 source code as you receive it, in any medium, provided that you
3387 conspicuously and appropriately publish on each copy an appropriate
3388 copyright notice and disclaimer of warranty; keep intact all the
3389 notices that refer to this License and to the absence of any warranty;
3390 and give any other recipients of the Program a copy of this License
3391 along with the Program.
3393 You may charge a fee for the physical act of transferring a copy, and
3394 you may at your option offer warranty protection in exchange for a fee.
3396 2. You may modify your copy or copies of the Program or any portion
3397 of it, thus forming a work based on the Program, and copy and
3398 distribute such modifications or work under the terms of Section 1
3399 above, provided that you also meet all of these conditions:
3401 a) You must cause the modified files to carry prominent notices
3402 stating that you changed the files and the date of any change.
3404 b) You must cause any work that you distribute or publish, that in
3405 whole or in part contains or is derived from the Program or any
3406 part thereof, to be licensed as a whole at no charge to all third
3407 parties under the terms of this License.
3409 c) If the modified program normally reads commands interactively
3410 when run, you must cause it, when started running for such
3411 interactive use in the most ordinary way, to print or display an
3412 announcement including an appropriate copyright notice and a
3413 notice that there is no warranty (or else, saying that you provide
3414 a warranty) and that users may redistribute the program under
3415 these conditions, and telling the user how to view a copy of this
3416 License. (Exception: if the Program itself is interactive but
3417 does not normally print such an announcement, your work based on
3418 the Program is not required to print an announcement.)
3420 These requirements apply to the modified work as a whole. If
3421 identifiable sections of that work are not derived from the Program,
3422 and can be reasonably considered independent and separate works in
3423 themselves, then this License, and its terms, do not apply to those
3424 sections when you distribute them as separate works. But when you
3425 distribute the same sections as part of a whole which is a work based
3426 on the Program, the distribution of the whole must be on the terms of
3427 this License, whose permissions for other licensees extend to the
3428 entire whole, and thus to each and every part regardless of who wrote it.
3430 Thus, it is not the intent of this section to claim rights or contest
3431 your rights to work written entirely by you; rather, the intent is to
3432 exercise the right to control the distribution of derivative or
3433 collective works based on the Program.
3435 In addition, mere aggregation of another work not based on the Program
3436 with the Program (or with a work based on the Program) on a volume of
3437 a storage or distribution medium does not bring the other work under
3438 the scope of this License.
3440 3. You may copy and distribute the Program (or a work based on it,
3441 under Section 2) in object code or executable form under the terms of
3442 Sections 1 and 2 above provided that you also do one of the following:
3444 a) Accompany it with the complete corresponding machine-readable
3445 source code, which must be distributed under the terms of Sections
3446 1 and 2 above on a medium customarily used for software interchange; or,
3448 b) Accompany it with a written offer, valid for at least three
3449 years, to give any third party, for a charge no more than your
3450 cost of physically performing source distribution, a complete
3451 machine-readable copy of the corresponding source code, to be
3452 distributed under the terms of Sections 1 and 2 above on a medium
3453 customarily used for software interchange; or,
3455 c) Accompany it with the information you received as to the offer
3456 to distribute corresponding source code. (This alternative is
3457 allowed only for noncommercial distribution and only if you
3458 received the program in object code or executable form with such
3459 an offer, in accord with Subsection b above.)
3461 The source code for a work means the preferred form of the work for
3462 making modifications to it. For an executable work, complete source
3463 code means all the source code for all modules it contains, plus any
3464 associated interface definition files, plus the scripts used to
3465 control compilation and installation of the executable. However, as a
3466 special exception, the source code distributed need not include
3467 anything that is normally distributed (in either source or binary
3468 form) with the major components (compiler, kernel, and so on) of the
3469 operating system on which the executable runs, unless that component
3470 itself accompanies the executable.
3472 If distribution of executable or object code is made by offering
3473 access to copy from a designated place, then offering equivalent
3474 access to copy the source code from the same place counts as
3475 distribution of the source code, even though third parties are not
3476 compelled to copy the source along with the object code.
3478 4. You may not copy, modify, sublicense, or distribute the Program
3479 except as expressly provided under this License. Any attempt
3480 otherwise to copy, modify, sublicense or distribute the Program is
3481 void, and will automatically terminate your rights under this License.
3482 However, parties who have received copies, or rights, from you under
3483 this License will not have their licenses terminated so long as such
3484 parties remain in full compliance.
3486 5. You are not required to accept this License, since you have not
3487 signed it. However, nothing else grants you permission to modify or
3488 distribute the Program or its derivative works. These actions are
3489 prohibited by law if you do not accept this License. Therefore, by
3490 modifying or distributing the Program (or any work based on the
3491 Program), you indicate your acceptance of this License to do so, and
3492 all its terms and conditions for copying, distributing or modifying
3493 the Program or works based on it.
3495 6. Each time you redistribute the Program (or any work based on the
3496 Program), the recipient automatically receives a license from the
3497 original licensor to copy, distribute or modify the Program subject to
3498 these terms and conditions. You may not impose any further
3499 restrictions on the recipients' exercise of the rights granted herein.
3500 You are not responsible for enforcing compliance by third parties to
3501 this License.
3503 7. If, as a consequence of a court judgment or allegation of patent
3504 infringement or for any other reason (not limited to patent issues),
3505 conditions are imposed on you (whether by court order, agreement or
3506 otherwise) that contradict the conditions of this License, they do not
3507 excuse you from the conditions of this License. If you cannot
3508 distribute so as to satisfy simultaneously your obligations under this
3509 License and any other pertinent obligations, then as a consequence you
3510 may not distribute the Program at all. For example, if a patent
3511 license would not permit royalty-free redistribution of the Program by
3512 all those who receive copies directly or indirectly through you, then
3513 the only way you could satisfy both it and this License would be to
3514 refrain entirely from distribution of the Program.
3516 If any portion of this section is held invalid or unenforceable under
3517 any particular circumstance, the balance of the section is intended to
3518 apply and the section as a whole is intended to apply in other
3519 circumstances.
3521 It is not the purpose of this section to induce you to infringe any
3522 patents or other property right claims or to contest validity of any
3523 such claims; this section has the sole purpose of protecting the
3524 integrity of the free software distribution system, which is
3525 implemented by public license practices. Many people have made
3526 generous contributions to the wide range of software distributed
3527 through that system in reliance on consistent application of that
3528 system; it is up to the author/donor to decide if he or she is willing
3529 to distribute software through any other system and a licensee cannot
3530 impose that choice.
3532 This section is intended to make thoroughly clear what is believed to
3533 be a consequence of the rest of this License.
3535 8. If the distribution and/or use of the Program is restricted in
3536 certain countries either by patents or by copyrighted interfaces, the
3537 original copyright holder who places the Program under this License
3538 may add an explicit geographical distribution limitation excluding
3539 those countries, so that distribution is permitted only in or among
3540 countries not thus excluded. In such case, this License incorporates
3541 the limitation as if written in the body of this License.
3543 9. The Free Software Foundation may publish revised and/or new versions
3544 of the General Public License from time to time. Such new versions will
3545 be similar in spirit to the present version, but may differ in detail to
3546 address new problems or concerns.
3548 Each version is given a distinguishing version number. If the Program
3549 specifies a version number of this License which applies to it and "any
3550 later version", you have the option of following the terms and conditions
3551 either of that version or of any later version published by the Free
3552 Software Foundation. If the Program does not specify a version number of
3553 this License, you may choose any version ever published by the Free Software
3554 Foundation.
3556 10. If you wish to incorporate parts of the Program into other free
3557 programs whose distribution conditions are different, write to the author
3558 to ask for permission. For software which is copyrighted by the Free
3559 Software Foundation, write to the Free Software Foundation; we sometimes
3560 make exceptions for this. Our decision will be guided by the two goals
3561 of preserving the free status of all derivatives of our free software and
3562 of promoting the sharing and reuse of software generally.
3564 NO WARRANTY
3566 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
3567 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
3568 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
3569 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
3570 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3571 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
3572 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
3573 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
3574 REPAIR OR CORRECTION.
3576 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3577 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
3578 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
3579 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
3580 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
3581 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
3582 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
3583 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
3584 POSSIBILITY OF SUCH DAMAGES.
3586 END OF TERMS AND CONDITIONS
3588 How to Apply These Terms to Your New Programs
3590 If you develop a new program, and you want it to be of the greatest
3591 possible use to the public, the best way to achieve this is to make it
3592 free software which everyone can redistribute and change under these terms.
3594 To do so, attach the following notices to the program. It is safest
3595 to attach them to the start of each source file to most effectively
3596 convey the exclusion of warranty; and each file should have at least
3597 the "copyright" line and a pointer to where the full notice is found.
3599 &lt;one line to give the program's name and a brief idea of what it does.&gt;
3600 Copyright (C) &lt;year&gt; &lt;name of author&gt;
3602 This program is free software; you can redistribute it and/or modify
3603 it under the terms of the GNU General Public License as published by
3604 the Free Software Foundation; either version 2 of the License, or
3605 (at your option) any later version.
3607 This program is distributed in the hope that it will be useful,
3608 but WITHOUT ANY WARRANTY; without even the implied warranty of
3609 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3610 GNU General Public License for more details.
3612 You should have received a copy of the GNU General Public License
3613 along with this program; if not, write to the Free Software
3614 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3617 Also add information on how to contact you by electronic and paper mail.
3619 If the program is interactive, make it output a short notice like this
3620 when it starts in an interactive mode:
3622 Gnomovision version 69, Copyright (C) year name of author
3623 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
3624 This is free software, and you are welcome to redistribute it
3625 under certain conditions; type `show c' for details.
3627 The hypothetical commands `show w' and `show c' should show the appropriate
3628 parts of the General Public License. Of course, the commands you use may
3629 be called something other than `show w' and `show c'; they could even be
3630 mouse-clicks or menu items--whatever suits your program.
3632 You should also get your employer (if you work as a programmer) or your
3633 school, if any, to sign a "copyright disclaimer" for the program, if
3634 necessary. Here is a sample; alter the names:
3636 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
3637 `Gnomovision' (which makes passes at compilers) written by James Hacker.
3639 &lt;signature of Ty Coon&gt;, 1 April 1989
3640 Ty Coon, President of Vice
3642 This General Public License does not permit incorporating your program into
3643 proprietary programs. If your program is a subroutine library, you may
3644 consider it more useful to permit linking proprietary applications with the
3645 library. If this is what you want to do, use the GNU Library General
3646 Public License instead of this License.
3648 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3649 </pre>
3650 <ul>
3652 </ul>
3653 </div>
3654 </div>
3657 <div class="product">
3658 <span class="title">engine_pkcs11-0.1.8</span>
3659 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3660 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span>
3661 <div class="licence">
3662 <pre></pre>
3663 <ul>
3664 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
3665 </ul>
3666 </div>
3667 </div>
3670 <div class="product">
3671 <span class="title">eselect-opengl-1.2.4</span>
3672 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3673 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
3674 <div class="licence">
3675 <pre></pre>
3676 <ul>
3677 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3678 </ul>
3679 </div>
3680 </div>
3683 <div class="product">
3684 <span class="title">eselect-python-20100321</span>
3685 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3686 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span>
3687 <div class="licence">
3688 <pre></pre>
3689 <ul>
3690 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3691 </ul>
3692 </div>
3693 </div>
3696 <div class="product">
3697 <span class="title">ethtool-6</span>
3698 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3699 <span class="homepage"><a href="http://sourceforge.net/projects/gkernel/">homepage</a></span>
3700 <div class="licence">
3701 <pre></pre>
3702 <ul>
3703 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3704 </ul>
3705 </div>
3706 </div>
3709 <div class="product">
3710 <span class="title">exfat-utils-1.0.1</span>
3711 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3712 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
3713 <div class="licence">
3714 <pre></pre>
3715 <ul>
3716 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
3717 </ul>
3718 </div>
3719 </div>
3722 <div class="product">
3723 <span class="title">expat-2.1.0</span>
3724 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3725 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span>
3726 <div class="licence">
3727 <pre>Scanned Source License expat-2.1.0/COPYING:
3729 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
3730 and Clark Cooper
3731 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
3733 Permission is hereby granted, free of charge, to any person obtaining
3734 a copy of this software and associated documentation files (the
3735 "Software"), to deal in the Software without restriction, including
3736 without limitation the rights to use, copy, modify, merge, publish,
3737 distribute, sublicense, and/or sell copies of the Software, and to
3738 permit persons to whom the Software is furnished to do so, subject to
3739 the following conditions:
3741 The above copyright notice and this permission notice shall be included
3742 in all copies or substantial portions of the Software.
3744 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3745 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3746 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3747 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3748 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3749 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3750 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3752 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3753 </pre>
3754 <ul>
3756 </ul>
3757 </div>
3758 </div>
3761 <div class="product">
3762 <span class="title">findutils-4.4.2</span>
3763 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3764 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span>
3765 <div class="licence">
3766 <pre></pre>
3767 <ul>
3768 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3769 </ul>
3770 </div>
3771 </div>
3774 <div class="product">
3775 <span class="title">flashmap-0.3</span>
3776 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3777 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span>
3778 <div class="licence">
3779 <pre>Scanned Source License flashmap-0.3/COPYING:
3781 2010, Google Inc.
3782 All rights reserved.
3784 Redistribution and use in source and binary forms, with or without
3785 modification, are permitted provided that the following conditions are
3786 met:
3788 * Redistributions of source code must retain the above copyright
3789 notice, this list of conditions and the following disclaimer.
3790 * Redistributions in binary form must reproduce the above
3791 copyright notice, this list of conditions and the following disclaimer
3792 in the documentation and/or other materials provided with the
3793 distribution.
3794 * Neither the name of Google Inc. nor the names of its
3795 contributors may be used to endorse or promote products derived from
3796 this software without specific prior written permission.
3798 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3799 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3800 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3801 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3802 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3803 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3804 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3805 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3806 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3807 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3808 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3810 Alternatively, this software may be distributed under the terms of the
3811 GNU General Public License ("GPL") version 2 as published by the Free
3812 Software Foundation.
3815 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3816 </pre>
3817 <ul>
3819 </ul>
3820 </div>
3821 </div>
3824 <div class="product">
3825 <span class="title">flashrom-0.9.4</span>
3826 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3827 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span>
3828 <div class="licence">
3829 <pre></pre>
3830 <ul>
3831 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3832 </ul>
3833 </div>
3834 </div>
3837 <div class="product">
3838 <span class="title">flex-2.5.37</span>
3839 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3840 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span>
3841 <div class="licence">
3842 <pre>Gentoo Package Stock License FLEX:
3844 Flex carries the copyright used for BSD software, slightly modified
3845 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
3846 which operates under a contract with the Department of Energy:
3848 Copyright (c) 1990 The Regents of the University of California.
3849 All rights reserved.
3851 This code is derived from software contributed to Berkeley by
3852 Vern Paxson.
3854 The United States Government has rights in this work pursuant
3855 to contract no. DE-AC03-76SF00098 between the United States
3856 Department of Energy and the University of California.
3858 Redistribution and use in source and binary forms with or without
3859 modification are permitted provided that: (1) source distributions
3860 retain this entire copyright notice and comment, and (2)
3861 distributions including binaries display the following
3862 acknowledgement: ``This product includes software developed by the
3863 University of California, Berkeley and its contributors'' in the
3864 documentation or other materials provided with the distribution and
3865 in all advertising materials mentioning features or use of this
3866 software. Neither the name of the University nor the names of its
3867 contributors may be used to endorse or promote products derived
3868 from this software without specific prior written permission.
3870 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
3871 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
3872 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3873 PURPOSE.
3875 This basically says "do whatever you please with this software except
3876 remove this notice or take advantage of the University's (or the flex
3877 authors') name".
3879 Note that the "flex.skl" scanner skeleton carries no copyright notice.
3880 You are free to do whatever you please with scanners generated using flex;
3881 for them, you are not even bound by the above copyright.
3883 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3884 </pre>
3885 <ul>
3887 </ul>
3888 </div>
3889 </div>
3892 <div class="product">
3893 <span class="title">font-util-1.2.0</span>
3894 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3895 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
3896 <div class="licence">
3897 <pre>Scanned Source License font-util-1.2.0/COPYING:
3899 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
3901 Permission is hereby granted, free of charge, to any person obtaining a
3902 copy of this software and associated documentation files (the "Software"),
3903 to deal in the Software without restriction, including without limitation
3904 the rights to use, copy, modify, merge, publish, distribute, sublicense,
3905 and/or sell copies of the Software, and to permit persons to whom the
3906 Software is furnished to do so, subject to the following conditions:
3908 The above copyright notice and this permission notice (including the next
3909 paragraph) shall be included in all copies or substantial portions of the
3910 Software.
3912 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3913 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3914 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3915 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3916 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3917 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3918 DEALINGS IN THE SOFTWARE.
3920 ------------------------------------------------------------------------
3922 Copyright (c) 2003 The NetBSD Foundation, Inc.
3923 All rights reserved.
3925 This code is derived from software contributed to The NetBSD Foundation
3926 by Ben Collver &lt;collver1@attbi.com&gt;.
3928 Redistribution and use in source and binary forms, with or without
3929 modification, are permitted provided that the following conditions
3930 are met:
3931 1. Redistributions of source code must retain the above copyright
3932 notice, this list of conditions and the following disclaimer.
3933 2. Redistributions in binary form must reproduce the above copyright
3934 notice, this list of conditions and the following disclaimer in the
3935 documentation and/or other materials provided with the distribution.
3937 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3938 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3939 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3940 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3941 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3942 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3943 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3944 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3945 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3946 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3947 POSSIBILITY OF SUCH DAMAGE.
3949 ------------------------------------------------------------------------
3951 Copyright (c) 2006 Martin Husemann.
3952 Copyright (c) 2007 Joerg Sonnenberger.
3953 All rights reserved.
3955 Redistribution and use in source and binary forms, with or without
3956 modification, are permitted provided that the following conditions
3957 are met:
3958 1. Redistributions of source code must retain the above copyright
3959 notice, this list of conditions and the following disclaimer.
3960 2. The name of the author may not be used to endorse or promote
3961 products derived from this software without specific prior
3962 written permission.
3964 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3965 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3966 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3967 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3968 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3969 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3970 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3971 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3972 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3973 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3974 POSSIBILITY OF SUCH DAMAGE.
3976 ------------------------------------------------------------------------
3978 Copyright 2005 Red Hat, Inc
3980 Permission to use, copy, modify, distribute, and sell this software and its
3981 documentation for any purpose is hereby granted without fee, provided that
3982 the above copyright notice appear in all copies and that both that
3983 copyright notice and this permission notice appear in supporting
3984 documentation.
3986 The above copyright notice and this permission notice shall be included
3987 in all copies or substantial portions of the Software.
3989 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3990 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3991 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3992 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
3993 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
3994 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3995 OTHER DEALINGS IN THE SOFTWARE.
3997 Except as contained in this notice, the name of the copyright holders shall
3998 not be used in advertising or otherwise to promote the sale, use or
3999 other dealings in this Software without prior written authorization
4000 from the copyright holders.
4002 ------------------------------------------------------------------------
4004 Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved.
4006 This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
4007 No claims are made as to fitness for any particular purpose. No
4008 warranties of any kind are expressed or implied. The recipient
4009 agrees to determine applicability of information provided. If this
4010 file has been provided on optical media by Unicode, Inc., the sole
4011 remedy for any claim will be exchange of defective media within 90
4012 days of receipt.
4014 Unicode, Inc. hereby grants the right to freely use the information
4015 supplied in this file in the creation of products supporting the
4016 Unicode Standard, and to make copies of this file in any form for
4017 internal or external distribution as long as this notice remains
4018 attached.
4020 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4021 </pre>
4022 <ul>
4024 </ul>
4025 </div>
4026 </div>
4029 <div class="product">
4030 <span class="title">fontconfig-2.7.1</span>
4031 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4032 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span>
4033 <div class="licence">
4034 <pre>Scanned Source License fontconfig-2.7.1/COPYING:
4036 fontconfig/COPYING
4038 Copyright © 2001,2003 Keith Packard
4040 Permission to use, copy, modify, distribute, and sell this software and its
4041 documentation for any purpose is hereby granted without fee, provided that
4042 the above copyright notice appear in all copies and that both that
4043 copyright notice and this permission notice appear in supporting
4044 documentation, and that the name of Keith Packard not be used in
4045 advertising or publicity pertaining to distribution of the software without
4046 specific, written prior permission. Keith Packard makes no
4047 representations about the suitability of this software for any purpose. It
4048 is provided "as is" without express or implied warranty.
4050 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4051 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
4052 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
4053 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
4054 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4055 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4056 PERFORMANCE OF THIS SOFTWARE.
4059 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4060 </pre>
4061 <ul>
4063 </ul>
4064 </div>
4065 </div>
4068 <div class="product">
4069 <span class="title">freetype-2.4.12</span>
4070 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4071 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span>
4072 <div class="licence">
4073 <pre></pre>
4074 <ul>
4075 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4076 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
4077 </ul>
4078 </div>
4079 </div>
4082 <div class="product">
4083 <span class="title">fuse-2.8.6</span>
4084 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4085 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span>
4086 <div class="licence">
4087 <pre></pre>
4088 <ul>
4089 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4090 </ul>
4091 </div>
4092 </div>
4095 <div class="product">
4096 <span class="title">fuse-exfat-1.0.1</span>
4097 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4098 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
4099 <div class="licence">
4100 <pre></pre>
4101 <ul>
4102 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4103 </ul>
4104 </div>
4105 </div>
4108 <div class="product">
4109 <span class="title">gcc-libs-4.8.1</span>
4110 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4111 <span class="homepage"><a href="">homepage</a></span>
4112 <div class="licence">
4113 <pre>Gentoo Package Stock License FDL-1.2:
4115 GNU Free Documentation License
4116 Version 1.2, November 2002
4119 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
4120 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4121 Everyone is permitted to copy and distribute verbatim copies
4122 of this license document, but changing it is not allowed.
4125 0. PREAMBLE
4127 The purpose of this License is to make a manual, textbook, or other
4128 functional and useful document "free" in the sense of freedom: to
4129 assure everyone the effective freedom to copy and redistribute it,
4130 with or without modifying it, either commercially or noncommercially.
4131 Secondarily, this License preserves for the author and publisher a way
4132 to get credit for their work, while not being considered responsible
4133 for modifications made by others.
4135 This License is a kind of "copyleft", which means that derivative
4136 works of the document must themselves be free in the same sense. It
4137 complements the GNU General Public License, which is a copyleft
4138 license designed for free software.
4140 We have designed this License in order to use it for manuals for free
4141 software, because free software needs free documentation: a free
4142 program should come with manuals providing the same freedoms that the
4143 software does. But this License is not limited to software manuals;
4144 it can be used for any textual work, regardless of subject matter or
4145 whether it is published as a printed book. We recommend this License
4146 principally for works whose purpose is instruction or reference.
4149 1. APPLICABILITY AND DEFINITIONS
4151 This License applies to any manual or other work, in any medium, that
4152 contains a notice placed by the copyright holder saying it can be
4153 distributed under the terms of this License. Such a notice grants a
4154 world-wide, royalty-free license, unlimited in duration, to use that
4155 work under the conditions stated herein. The "Document", below,
4156 refers to any such manual or work. Any member of the public is a
4157 licensee, and is addressed as "you". You accept the license if you
4158 copy, modify or distribute the work in a way requiring permission
4159 under copyright law.
4161 A "Modified Version" of the Document means any work containing the
4162 Document or a portion of it, either copied verbatim, or with
4163 modifications and/or translated into another language.
4165 A "Secondary Section" is a named appendix or a front-matter section of
4166 the Document that deals exclusively with the relationship of the
4167 publishers or authors of the Document to the Document's overall subject
4168 (or to related matters) and contains nothing that could fall directly
4169 within that overall subject. (Thus, if the Document is in part a
4170 textbook of mathematics, a Secondary Section may not explain any
4171 mathematics.) The relationship could be a matter of historical
4172 connection with the subject or with related matters, or of legal,
4173 commercial, philosophical, ethical or political position regarding
4174 them.
4176 The "Invariant Sections" are certain Secondary Sections whose titles
4177 are designated, as being those of Invariant Sections, in the notice
4178 that says that the Document is released under this License. If a
4179 section does not fit the above definition of Secondary then it is not
4180 allowed to be designated as Invariant. The Document may contain zero
4181 Invariant Sections. If the Document does not identify any Invariant
4182 Sections then there are none.
4184 The "Cover Texts" are certain short passages of text that are listed,
4185 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
4186 the Document is released under this License. A Front-Cover Text may
4187 be at most 5 words, and a Back-Cover Text may be at most 25 words.
4189 A "Transparent" copy of the Document means a machine-readable copy,
4190 represented in a format whose specification is available to the
4191 general public, that is suitable for revising the document
4192 straightforwardly with generic text editors or (for images composed of
4193 pixels) generic paint programs or (for drawings) some widely available
4194 drawing editor, and that is suitable for input to text formatters or
4195 for automatic translation to a variety of formats suitable for input
4196 to text formatters. A copy made in an otherwise Transparent file
4197 format whose markup, or absence of markup, has been arranged to thwart
4198 or discourage subsequent modification by readers is not Transparent.
4199 An image format is not Transparent if used for any substantial amount
4200 of text. A copy that is not "Transparent" is called "Opaque".
4202 Examples of suitable formats for Transparent copies include plain
4203 ASCII without markup, Texinfo input format, LaTeX input format, SGML
4204 or XML using a publicly available DTD, and standard-conforming simple
4205 HTML, PostScript or PDF designed for human modification. Examples of
4206 transparent image formats include PNG, XCF and JPG. Opaque formats
4207 include proprietary formats that can be read and edited only by
4208 proprietary word processors, SGML or XML for which the DTD and/or
4209 processing tools are not generally available, and the
4210 machine-generated HTML, PostScript or PDF produced by some word
4211 processors for output purposes only.
4213 The "Title Page" means, for a printed book, the title page itself,
4214 plus such following pages as are needed to hold, legibly, the material
4215 this License requires to appear in the title page. For works in
4216 formats which do not have any title page as such, "Title Page" means
4217 the text near the most prominent appearance of the work's title,
4218 preceding the beginning of the body of the text.
4220 A section "Entitled XYZ" means a named subunit of the Document whose
4221 title either is precisely XYZ or contains XYZ in parentheses following
4222 text that translates XYZ in another language. (Here XYZ stands for a
4223 specific section name mentioned below, such as "Acknowledgements",
4224 "Dedications", "Endorsements", or "History".) To "Preserve the Title"
4225 of such a section when you modify the Document means that it remains a
4226 section "Entitled XYZ" according to this definition.
4228 The Document may include Warranty Disclaimers next to the notice which
4229 states that this License applies to the Document. These Warranty
4230 Disclaimers are considered to be included by reference in this
4231 License, but only as regards disclaiming warranties: any other
4232 implication that these Warranty Disclaimers may have is void and has
4233 no effect on the meaning of this License.
4236 2. VERBATIM COPYING
4238 You may copy and distribute the Document in any medium, either
4239 commercially or noncommercially, provided that this License, the
4240 copyright notices, and the license notice saying this License applies
4241 to the Document are reproduced in all copies, and that you add no other
4242 conditions whatsoever to those of this License. You may not use
4243 technical measures to obstruct or control the reading or further
4244 copying of the copies you make or distribute. However, you may accept
4245 compensation in exchange for copies. If you distribute a large enough
4246 number of copies you must also follow the conditions in section 3.
4248 You may also lend copies, under the same conditions stated above, and
4249 you may publicly display copies.
4252 3. COPYING IN QUANTITY
4254 If you publish printed copies (or copies in media that commonly have
4255 printed covers) of the Document, numbering more than 100, and the
4256 Document's license notice requires Cover Texts, you must enclose the
4257 copies in covers that carry, clearly and legibly, all these Cover
4258 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
4259 the back cover. Both covers must also clearly and legibly identify
4260 you as the publisher of these copies. The front cover must present
4261 the full title with all words of the title equally prominent and
4262 visible. You may add other material on the covers in addition.
4263 Copying with changes limited to the covers, as long as they preserve
4264 the title of the Document and satisfy these conditions, can be treated
4265 as verbatim copying in other respects.
4267 If the required texts for either cover are too voluminous to fit
4268 legibly, you should put the first ones listed (as many as fit
4269 reasonably) on the actual cover, and continue the rest onto adjacent
4270 pages.
4272 If you publish or distribute Opaque copies of the Document numbering
4273 more than 100, you must either include a machine-readable Transparent
4274 copy along with each Opaque copy, or state in or with each Opaque copy
4275 a computer-network location from which the general network-using
4276 public has access to download using public-standard network protocols
4277 a complete Transparent copy of the Document, free of added material.
4278 If you use the latter option, you must take reasonably prudent steps,
4279 when you begin distribution of Opaque copies in quantity, to ensure
4280 that this Transparent copy will remain thus accessible at the stated
4281 location until at least one year after the last time you distribute an
4282 Opaque copy (directly or through your agents or retailers) of that
4283 edition to the public.
4285 It is requested, but not required, that you contact the authors of the
4286 Document well before redistributing any large number of copies, to give
4287 them a chance to provide you with an updated version of the Document.
4290 4. MODIFICATIONS
4292 You may copy and distribute a Modified Version of the Document under
4293 the conditions of sections 2 and 3 above, provided that you release
4294 the Modified Version under precisely this License, with the Modified
4295 Version filling the role of the Document, thus licensing distribution
4296 and modification of the Modified Version to whoever possesses a copy
4297 of it. In addition, you must do these things in the Modified Version:
4299 A. Use in the Title Page (and on the covers, if any) a title distinct
4300 from that of the Document, and from those of previous versions
4301 (which should, if there were any, be listed in the History section
4302 of the Document). You may use the same title as a previous version
4303 if the original publisher of that version gives permission.
4304 B. List on the Title Page, as authors, one or more persons or entities
4305 responsible for authorship of the modifications in the Modified
4306 Version, together with at least five of the principal authors of the
4307 Document (all of its principal authors, if it has fewer than five),
4308 unless they release you from this requirement.
4309 C. State on the Title page the name of the publisher of the
4310 Modified Version, as the publisher.
4311 D. Preserve all the copyright notices of the Document.
4312 E. Add an appropriate copyright notice for your modifications
4313 adjacent to the other copyright notices.
4314 F. Include, immediately after the copyright notices, a license notice
4315 giving the public permission to use the Modified Version under the
4316 terms of this License, in the form shown in the Addendum below.
4317 G. Preserve in that license notice the full lists of Invariant Sections
4318 and required Cover Texts given in the Document's license notice.
4319 H. Include an unaltered copy of this License.
4320 I. Preserve the section Entitled "History", Preserve its Title, and add
4321 to it an item stating at least the title, year, new authors, and
4322 publisher of the Modified Version as given on the Title Page. If
4323 there is no section Entitled "History" in the Document, create one
4324 stating the title, year, authors, and publisher of the Document as
4325 given on its Title Page, then add an item describing the Modified
4326 Version as stated in the previous sentence.
4327 J. Preserve the network location, if any, given in the Document for
4328 public access to a Transparent copy of the Document, and likewise
4329 the network locations given in the Document for previous versions
4330 it was based on. These may be placed in the "History" section.
4331 You may omit a network location for a work that was published at
4332 least four years before the Document itself, or if the original
4333 publisher of the version it refers to gives permission.
4334 K. For any section Entitled "Acknowledgements" or "Dedications",
4335 Preserve the Title of the section, and preserve in the section all
4336 the substance and tone of each of the contributor acknowledgements
4337 and/or dedications given therein.
4338 L. Preserve all the Invariant Sections of the Document,
4339 unaltered in their text and in their titles. Section numbers
4340 or the equivalent are not considered part of the section titles.
4341 M. Delete any section Entitled "Endorsements". Such a section
4342 may not be included in the Modified Version.
4343 N. Do not retitle any existing section to be Entitled "Endorsements"
4344 or to conflict in title with any Invariant Section.
4345 O. Preserve any Warranty Disclaimers.
4347 If the Modified Version includes new front-matter sections or
4348 appendices that qualify as Secondary Sections and contain no material
4349 copied from the Document, you may at your option designate some or all
4350 of these sections as invariant. To do this, add their titles to the
4351 list of Invariant Sections in the Modified Version's license notice.
4352 These titles must be distinct from any other section titles.
4354 You may add a section Entitled "Endorsements", provided it contains
4355 nothing but endorsements of your Modified Version by various
4356 parties--for example, statements of peer review or that the text has
4357 been approved by an organization as the authoritative definition of a
4358 standard.
4360 You may add a passage of up to five words as a Front-Cover Text, and a
4361 passage of up to 25 words as a Back-Cover Text, to the end of the list
4362 of Cover Texts in the Modified Version. Only one passage of
4363 Front-Cover Text and one of Back-Cover Text may be added by (or
4364 through arrangements made by) any one entity. If the Document already
4365 includes a cover text for the same cover, previously added by you or
4366 by arrangement made by the same entity you are acting on behalf of,
4367 you may not add another; but you may replace the old one, on explicit
4368 permission from the previous publisher that added the old one.
4370 The author(s) and publisher(s) of the Document do not by this License
4371 give permission to use their names for publicity for or to assert or
4372 imply endorsement of any Modified Version.
4375 5. COMBINING DOCUMENTS
4377 You may combine the Document with other documents released under this
4378 License, under the terms defined in section 4 above for modified
4379 versions, provided that you include in the combination all of the
4380 Invariant Sections of all of the original documents, unmodified, and
4381 list them all as Invariant Sections of your combined work in its
4382 license notice, and that you preserve all their Warranty Disclaimers.
4384 The combined work need only contain one copy of this License, and
4385 multiple identical Invariant Sections may be replaced with a single
4386 copy. If there are multiple Invariant Sections with the same name but
4387 different contents, make the title of each such section unique by
4388 adding at the end of it, in parentheses, the name of the original
4389 author or publisher of that section if known, or else a unique number.
4390 Make the same adjustment to the section titles in the list of
4391 Invariant Sections in the license notice of the combined work.
4393 In the combination, you must combine any sections Entitled "History"
4394 in the various original documents, forming one section Entitled
4395 "History"; likewise combine any sections Entitled "Acknowledgements",
4396 and any sections Entitled "Dedications". You must delete all sections
4397 Entitled "Endorsements".
4400 6. COLLECTIONS OF DOCUMENTS
4402 You may make a collection consisting of the Document and other documents
4403 released under this License, and replace the individual copies of this
4404 License in the various documents with a single copy that is included in
4405 the collection, provided that you follow the rules of this License for
4406 verbatim copying of each of the documents in all other respects.
4408 You may extract a single document from such a collection, and distribute
4409 it individually under this License, provided you insert a copy of this
4410 License into the extracted document, and follow this License in all
4411 other respects regarding verbatim copying of that document.
4414 7. AGGREGATION WITH INDEPENDENT WORKS
4416 A compilation of the Document or its derivatives with other separate
4417 and independent documents or works, in or on a volume of a storage or
4418 distribution medium, is called an "aggregate" if the copyright
4419 resulting from the compilation is not used to limit the legal rights
4420 of the compilation's users beyond what the individual works permit.
4421 When the Document is included in an aggregate, this License does not
4422 apply to the other works in the aggregate which are not themselves
4423 derivative works of the Document.
4425 If the Cover Text requirement of section 3 is applicable to these
4426 copies of the Document, then if the Document is less than one half of
4427 the entire aggregate, the Document's Cover Texts may be placed on
4428 covers that bracket the Document within the aggregate, or the
4429 electronic equivalent of covers if the Document is in electronic form.
4430 Otherwise they must appear on printed covers that bracket the whole
4431 aggregate.
4434 8. TRANSLATION
4436 Translation is considered a kind of modification, so you may
4437 distribute translations of the Document under the terms of section 4.
4438 Replacing Invariant Sections with translations requires special
4439 permission from their copyright holders, but you may include
4440 translations of some or all Invariant Sections in addition to the
4441 original versions of these Invariant Sections. You may include a
4442 translation of this License, and all the license notices in the
4443 Document, and any Warranty Disclaimers, provided that you also include
4444 the original English version of this License and the original versions
4445 of those notices and disclaimers. In case of a disagreement between
4446 the translation and the original version of this License or a notice
4447 or disclaimer, the original version will prevail.
4449 If a section in the Document is Entitled "Acknowledgements",
4450 "Dedications", or "History", the requirement (section 4) to Preserve
4451 its Title (section 1) will typically require changing the actual
4452 title.
4455 9. TERMINATION
4457 You may not copy, modify, sublicense, or distribute the Document except
4458 as expressly provided for under this License. Any other attempt to
4459 copy, modify, sublicense or distribute the Document is void, and will
4460 automatically terminate your rights under this License. However,
4461 parties who have received copies, or rights, from you under this
4462 License will not have their licenses terminated so long as such
4463 parties remain in full compliance.
4466 10. FUTURE REVISIONS OF THIS LICENSE
4468 The Free Software Foundation may publish new, revised versions
4469 of the GNU Free Documentation License from time to time. Such new
4470 versions will be similar in spirit to the present version, but may
4471 differ in detail to address new problems or concerns. See
4472 http://www.gnu.org/copyleft/.
4474 Each version of the License is given a distinguishing version number.
4475 If the Document specifies that a particular numbered version of this
4476 License "or any later version" applies to it, you have the option of
4477 following the terms and conditions either of that specified version or
4478 of any later version that has been published (not as a draft) by the
4479 Free Software Foundation. If the Document does not specify a version
4480 number of this License, you may choose any version ever published (not
4481 as a draft) by the Free Software Foundation.
4484 ADDENDUM: How to use this License for your documents
4486 To use this License in a document you have written, include a copy of
4487 the License in the document and put the following copyright and
4488 license notices just after the title page:
4490 Copyright (c) YEAR YOUR NAME.
4491 Permission is granted to copy, distribute and/or modify this document
4492 under the terms of the GNU Free Documentation License, Version 1.2
4493 or any later version published by the Free Software Foundation;
4494 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
4495 A copy of the license is included in the section entitled "GNU
4496 Free Documentation License".
4498 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
4499 replace the "with...Texts." line with this:
4501 with the Invariant Sections being LIST THEIR TITLES, with the
4502 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
4504 If you have Invariant Sections without Cover Texts, or some other
4505 combination of the three, merge those two alternatives to suit the
4506 situation.
4508 If your document contains nontrivial examples of program code, we
4509 recommend releasing these examples in parallel under your choice of
4510 free software license, such as the GNU General Public License,
4511 to permit their use in free software.
4513 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4514 </pre>
4515 <ul>
4516 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4517 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
4518 </ul>
4519 </div>
4520 </div>
4523 <div class="product">
4524 <span class="title">gdbm-1.9.1</span>
4525 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4526 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span>
4527 <div class="licence">
4528 <pre></pre>
4529 <ul>
4530 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4531 </ul>
4532 </div>
4533 </div>
4536 <div class="product">
4537 <span class="title">gflags-1.2</span>
4538 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4539 <span class="homepage"><a href="http://code.google.com/p/google-gflags/">homepage</a></span>
4540 <div class="licence">
4541 <pre>Scanned Source License gflags-1.2/COPYING:
4543 Copyright (c) 2006, Google Inc.
4544 All rights reserved.
4546 Redistribution and use in source and binary forms, with or without
4547 modification, are permitted provided that the following conditions are
4548 met:
4550 * Redistributions of source code must retain the above copyright
4551 notice, this list of conditions and the following disclaimer.
4552 * Redistributions in binary form must reproduce the above
4553 copyright notice, this list of conditions and the following disclaimer
4554 in the documentation and/or other materials provided with the
4555 distribution.
4556 * Neither the name of Google Inc. nor the names of its
4557 contributors may be used to endorse or promote products derived from
4558 this software without specific prior written permission.
4560 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4561 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4562 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4563 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4564 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4565 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4566 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4567 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4568 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4569 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4570 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4572 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4574 Scanned Source License gflags-1.2/packages/deb/copyright:
4576 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
4577 13 December 2006.
4579 It was downloaded from http://code.google.com/
4581 Upstream Author: opensource@google.com
4583 Copyright (c) 2006, Google Inc.
4584 All rights reserved.
4586 Redistribution and use in source and binary forms, with or without
4587 modification, are permitted provided that the following conditions are
4588 met:
4590 * Redistributions of source code must retain the above copyright
4591 notice, this list of conditions and the following disclaimer.
4592 * Redistributions in binary form must reproduce the above
4593 copyright notice, this list of conditions and the following disclaimer
4594 in the documentation and/or other materials provided with the
4595 distribution.
4596 * Neither the name of Google Inc. nor the names of its
4597 contributors may be used to endorse or promote products derived from
4598 this software without specific prior written permission.
4600 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4601 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4602 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4603 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4604 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4605 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4606 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4607 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4608 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4609 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4610 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4612 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4613 </pre>
4614 <ul>
4616 </ul>
4617 </div>
4618 </div>
4621 <div class="product">
4622 <span class="title">glew-1.5.6</span>
4623 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4624 <span class="homepage"><a href="http://glew.sourceforge.net/">homepage</a></span>
4625 <div class="licence">
4626 <pre>Scanned Source License glew-1.5.6/LICENSE.txt:
4628 The OpenGL Extension Wrangler Library
4629 Copyright (C) 2002-2007, Milan Ikits &lt;milan ikits[]ieee org&gt;
4630 Copyright (C) 2002-2007, Marcelo E. Magallon &lt;mmagallo[]debian org&gt;
4631 Copyright (C) 2002, Lev Povalahev
4632 All rights reserved.
4634 Redistribution and use in source and binary forms, with or without
4635 modification, are permitted provided that the following conditions are met:
4637 * Redistributions of source code must retain the above copyright notice,
4638 this list of conditions and the following disclaimer.
4639 * Redistributions in binary form must reproduce the above copyright notice,
4640 this list of conditions and the following disclaimer in the documentation
4641 and/or other materials provided with the distribution.
4642 * The name of the author may be used to endorse or promote products
4643 derived from this software without specific prior written permission.
4645 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4646 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4647 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4648 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
4649 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4650 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4651 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4652 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4653 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4654 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4655 THE POSSIBILITY OF SUCH DAMAGE.
4658 Mesa 3-D graphics library
4659 Version: 7.0
4661 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
4663 Permission is hereby granted, free of charge, to any person obtaining a
4664 copy of this software and associated documentation files (the "Software"),
4665 to deal in the Software without restriction, including without limitation
4666 the rights to use, copy, modify, merge, publish, distribute, sublicense,
4667 and/or sell copies of the Software, and to permit persons to whom the
4668 Software is furnished to do so, subject to the following conditions:
4670 The above copyright notice and this permission notice shall be included
4671 in all copies or substantial portions of the Software.
4673 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4674 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4675 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4676 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
4677 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4678 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4681 Copyright (c) 2007 The Khronos Group Inc.
4683 Permission is hereby granted, free of charge, to any person obtaining a
4684 copy of this software and/or associated documentation files (the
4685 "Materials"), to deal in the Materials without restriction, including
4686 without limitation the rights to use, copy, modify, merge, publish,
4687 distribute, sublicense, and/or sell copies of the Materials, and to
4688 permit persons to whom the Materials are furnished to do so, subject to
4689 the following conditions:
4691 The above copyright notice and this permission notice shall be included
4692 in all copies or substantial portions of the Materials.
4694 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4695 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4696 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4697 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4698 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4699 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4700 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
4702 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4703 </pre>
4704 <ul>
4706 </ul>
4707 </div>
4708 </div>
4711 <div class="product">
4712 <span class="title">glib-2.34.3</span>
4713 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4714 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
4715 <div class="licence">
4716 <pre></pre>
4717 <ul>
4718 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
4719 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
4720 </ul>
4721 </div>
4722 </div>
4725 <div class="product">
4726 <span class="title">glog-0.3.2</span>
4727 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4728 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
4729 <div class="licence">
4730 <pre>Scanned Source License glog-0.3.2/COPYING:
4732 Copyright (c) 2008, Google Inc.
4733 All rights reserved.
4735 Redistribution and use in source and binary forms, with or without
4736 modification, are permitted provided that the following conditions are
4737 met:
4739 * Redistributions of source code must retain the above copyright
4740 notice, this list of conditions and the following disclaimer.
4741 * Redistributions in binary form must reproduce the above
4742 copyright notice, this list of conditions and the following disclaimer
4743 in the documentation and/or other materials provided with the
4744 distribution.
4745 * Neither the name of Google Inc. nor the names of its
4746 contributors may be used to endorse or promote products derived from
4747 this software without specific prior written permission.
4749 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4750 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4751 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4752 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4753 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4754 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4755 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4756 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4757 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4758 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4759 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4762 A function gettimeofday in utilities.cc is based on
4764 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&amp;q=GetSystemTimeAsFileTime%20license:bsd
4766 The license of this code is:
4768 Copyright (c) 2003-2008, Jouni Malinen &lt;j@w1.fi&gt; and contributors
4769 All Rights Reserved.
4771 Redistribution and use in source and binary forms, with or without
4772 modification, are permitted provided that the following conditions are
4773 met:
4775 1. Redistributions of source code must retain the above copyright
4776 notice, this list of conditions and the following disclaimer.
4778 2. Redistributions in binary form must reproduce the above copyright
4779 notice, this list of conditions and the following disclaimer in the
4780 documentation and/or other materials provided with the distribution.
4782 3. Neither the name(s) of the above-listed copyright holder(s) nor the
4783 names of its contributors may be used to endorse or promote products
4784 derived from this software without specific prior written permission.
4786 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4787 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4788 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4789 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4790 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4791 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4792 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4793 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4794 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4795 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4796 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4798 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4800 Scanned Source License glog-0.3.2/packages/deb/copyright:
4802 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
4803 13 June 2008.
4805 It was downloaded from http://code.google.com/
4807 Upstream Author: opensource@google.com
4809 Copyright (c) 2008, Google Inc.
4810 All rights reserved.
4812 Redistribution and use in source and binary forms, with or without
4813 modification, are permitted provided that the following conditions are
4814 met:
4816 * Redistributions of source code must retain the above copyright
4817 notice, this list of conditions and the following disclaimer.
4818 * Redistributions in binary form must reproduce the above
4819 copyright notice, this list of conditions and the following disclaimer
4820 in the documentation and/or other materials provided with the
4821 distribution.
4822 * Neither the name of Google Inc. nor the names of its
4823 contributors may be used to endorse or promote products derived from
4824 this software without specific prior written permission.
4826 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4827 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4828 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4829 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4830 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4831 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4832 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4833 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4834 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4835 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4836 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4838 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4839 </pre>
4840 <ul>
4842 </ul>
4843 </div>
4844 </div>
4847 <div class="product">
4848 <span class="title">glproto-1.4.14</span>
4849 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4850 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
4851 <div class="licence">
4852 <pre></pre>
4853 <ul>
4854 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
4855 </ul>
4856 </div>
4857 </div>
4860 <div class="product">
4861 <span class="title">glu-9.0.0</span>
4862 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4863 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span>
4864 <div class="licence">
4865 <pre></pre>
4866 <ul>
4867 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
4868 </ul>
4869 </div>
4870 </div>
4873 <div class="product">
4874 <span class="title">gmock-1.6.0</span>
4875 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4876 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span>
4877 <div class="licence">
4878 <pre>Scanned Source License gmock-1.6.0/COPYING:
4880 Copyright 2008, Google Inc.
4881 All rights reserved.
4883 Redistribution and use in source and binary forms, with or without
4884 modification, are permitted provided that the following conditions are
4885 met:
4887 * Redistributions of source code must retain the above copyright
4888 notice, this list of conditions and the following disclaimer.
4889 * Redistributions in binary form must reproduce the above
4890 copyright notice, this list of conditions and the following disclaimer
4891 in the documentation and/or other materials provided with the
4892 distribution.
4893 * Neither the name of Google Inc. nor the names of its
4894 contributors may be used to endorse or promote products derived from
4895 this software without specific prior written permission.
4897 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4898 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4899 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4900 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4901 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4902 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4903 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4904 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4905 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4906 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4907 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4909 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4911 Scanned Source License gmock-1.6.0/gtest/COPYING:
4913 Copyright 2008, Google Inc.
4914 All rights reserved.
4916 Redistribution and use in source and binary forms, with or without
4917 modification, are permitted provided that the following conditions are
4918 met:
4920 * Redistributions of source code must retain the above copyright
4921 notice, this list of conditions and the following disclaimer.
4922 * Redistributions in binary form must reproduce the above
4923 copyright notice, this list of conditions and the following disclaimer
4924 in the documentation and/or other materials provided with the
4925 distribution.
4926 * Neither the name of Google Inc. nor the names of its
4927 contributors may be used to endorse or promote products derived from
4928 this software without specific prior written permission.
4930 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4931 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4932 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4933 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4934 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4935 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4936 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4937 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4938 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4939 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4940 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4942 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4944 Scanned Source License gmock-1.6.0/scripts/generator/COPYING:
4947 Apache License
4948 Version 2.0, January 2004
4949 http://www.apache.org/licenses/
4951 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4953 1. Definitions.
4955 "License" shall mean the terms and conditions for use, reproduction,
4956 and distribution as defined by Sections 1 through 9 of this document.
4958 "Licensor" shall mean the copyright owner or entity authorized by
4959 the copyright owner that is granting the License.
4961 "Legal Entity" shall mean the union of the acting entity and all
4962 other entities that control, are controlled by, or are under common
4963 control with that entity. For the purposes of this definition,
4964 "control" means (i) the power, direct or indirect, to cause the
4965 direction or management of such entity, whether by contract or
4966 otherwise, or (ii) ownership of fifty percent (50%) or more of the
4967 outstanding shares, or (iii) beneficial ownership of such entity.
4969 "You" (or "Your") shall mean an individual or Legal Entity
4970 exercising permissions granted by this License.
4972 "Source" form shall mean the preferred form for making modifications,
4973 including but not limited to software source code, documentation
4974 source, and configuration files.
4976 "Object" form shall mean any form resulting from mechanical
4977 transformation or translation of a Source form, including but
4978 not limited to compiled object code, generated documentation,
4979 and conversions to other media types.
4981 "Work" shall mean the work of authorship, whether in Source or
4982 Object form, made available under the License, as indicated by a
4983 copyright notice that is included in or attached to the work
4984 (an example is provided in the Appendix below).
4986 "Derivative Works" shall mean any work, whether in Source or Object
4987 form, that is based on (or derived from) the Work and for which the
4988 editorial revisions, annotations, elaborations, or other modifications
4989 represent, as a whole, an original work of authorship. For the purposes
4990 of this License, Derivative Works shall not include works that remain
4991 separable from, or merely link (or bind by name) to the interfaces of,
4992 the Work and Derivative Works thereof.
4994 "Contribution" shall mean any work of authorship, including
4995 the original version of the Work and any modifications or additions
4996 to that Work or Derivative Works thereof, that is intentionally
4997 submitted to Licensor for inclusion in the Work by the copyright owner
4998 or by an individual or Legal Entity authorized to submit on behalf of
4999 the copyright owner. For the purposes of this definition, "submitted"
5000 means any form of electronic, verbal, or written communication sent
5001 to the Licensor or its representatives, including but not limited to
5002 communication on electronic mailing lists, source code control systems,
5003 and issue tracking systems that are managed by, or on behalf of, the
5004 Licensor for the purpose of discussing and improving the Work, but
5005 excluding communication that is conspicuously marked or otherwise
5006 designated in writing by the copyright owner as "Not a Contribution."
5008 "Contributor" shall mean Licensor and any individual or Legal Entity
5009 on behalf of whom a Contribution has been received by Licensor and
5010 subsequently incorporated within the Work.
5012 2. Grant of Copyright License. Subject to the terms and conditions of
5013 this License, each Contributor hereby grants to You a perpetual,
5014 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5015 copyright license to reproduce, prepare Derivative Works of,
5016 publicly display, publicly perform, sublicense, and distribute the
5017 Work and such Derivative Works in Source or Object form.
5019 3. Grant of Patent License. Subject to the terms and conditions of
5020 this License, each Contributor hereby grants to You a perpetual,
5021 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5022 (except as stated in this section) patent license to make, have made,
5023 use, offer to sell, sell, import, and otherwise transfer the Work,
5024 where such license applies only to those patent claims licensable
5025 by such Contributor that are necessarily infringed by their
5026 Contribution(s) alone or by combination of their Contribution(s)
5027 with the Work to which such Contribution(s) was submitted. If You
5028 institute patent litigation against any entity (including a
5029 cross-claim or counterclaim in a lawsuit) alleging that the Work
5030 or a Contribution incorporated within the Work constitutes direct
5031 or contributory patent infringement, then any patent licenses
5032 granted to You under this License for that Work shall terminate
5033 as of the date such litigation is filed.
5035 4. Redistribution. You may reproduce and distribute copies of the
5036 Work or Derivative Works thereof in any medium, with or without
5037 modifications, and in Source or Object form, provided that You
5038 meet the following conditions:
5040 (a) You must give any other recipients of the Work or
5041 Derivative Works a copy of this License; and
5043 (b) You must cause any modified files to carry prominent notices
5044 stating that You changed the files; and
5046 (c) You must retain, in the Source form of any Derivative Works
5047 that You distribute, all copyright, patent, trademark, and
5048 attribution notices from the Source form of the Work,
5049 excluding those notices that do not pertain to any part of
5050 the Derivative Works; and
5052 (d) If the Work includes a "NOTICE" text file as part of its
5053 distribution, then any Derivative Works that You distribute must
5054 include a readable copy of the attribution notices contained
5055 within such NOTICE file, excluding those notices that do not
5056 pertain to any part of the Derivative Works, in at least one
5057 of the following places: within a NOTICE text file distributed
5058 as part of the Derivative Works; within the Source form or
5059 documentation, if provided along with the Derivative Works; or,
5060 within a display generated by the Derivative Works, if and
5061 wherever such third-party notices normally appear. The contents
5062 of the NOTICE file are for informational purposes only and
5063 do not modify the License. You may add Your own attribution
5064 notices within Derivative Works that You distribute, alongside
5065 or as an addendum to the NOTICE text from the Work, provided
5066 that such additional attribution notices cannot be construed
5067 as modifying the License.
5069 You may add Your own copyright statement to Your modifications and
5070 may provide additional or different license terms and conditions
5071 for use, reproduction, or distribution of Your modifications, or
5072 for any such Derivative Works as a whole, provided Your use,
5073 reproduction, and distribution of the Work otherwise complies with
5074 the conditions stated in this License.
5076 5. Submission of Contributions. Unless You explicitly state otherwise,
5077 any Contribution intentionally submitted for inclusion in the Work
5078 by You to the Licensor shall be under the terms and conditions of
5079 this License, without any additional terms or conditions.
5080 Notwithstanding the above, nothing herein shall supersede or modify
5081 the terms of any separate license agreement you may have executed
5082 with Licensor regarding such Contributions.
5084 6. Trademarks. This License does not grant permission to use the trade
5085 names, trademarks, service marks, or product names of the Licensor,
5086 except as required for reasonable and customary use in describing the
5087 origin of the Work and reproducing the content of the NOTICE file.
5089 7. Disclaimer of Warranty. Unless required by applicable law or
5090 agreed to in writing, Licensor provides the Work (and each
5091 Contributor provides its Contributions) on an "AS IS" BASIS,
5092 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5093 implied, including, without limitation, any warranties or conditions
5094 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5095 PARTICULAR PURPOSE. You are solely responsible for determining the
5096 appropriateness of using or redistributing the Work and assume any
5097 risks associated with Your exercise of permissions under this License.
5099 8. Limitation of Liability. In no event and under no legal theory,
5100 whether in tort (including negligence), contract, or otherwise,
5101 unless required by applicable law (such as deliberate and grossly
5102 negligent acts) or agreed to in writing, shall any Contributor be
5103 liable to You for damages, including any direct, indirect, special,
5104 incidental, or consequential damages of any character arising as a
5105 result of this License or out of the use or inability to use the
5106 Work (including but not limited to damages for loss of goodwill,
5107 work stoppage, computer failure or malfunction, or any and all
5108 other commercial damages or losses), even if such Contributor
5109 has been advised of the possibility of such damages.
5111 9. Accepting Warranty or Additional Liability. While redistributing
5112 the Work or Derivative Works thereof, You may choose to offer,
5113 and charge a fee for, acceptance of support, warranty, indemnity,
5114 or other liability obligations and/or rights consistent with this
5115 License. However, in accepting such obligations, You may act only
5116 on Your own behalf and on Your sole responsibility, not on behalf
5117 of any other Contributor, and only if You agree to indemnify,
5118 defend, and hold each Contributor harmless for any liability
5119 incurred by, or claims asserted against, such Contributor by reason
5120 of your accepting any such warranty or additional liability.
5122 END OF TERMS AND CONDITIONS
5124 APPENDIX: How to apply the Apache License to your work.
5126 To apply the Apache License to your work, attach the following
5127 boilerplate notice, with the fields enclosed by brackets "[]"
5128 replaced with your own identifying information. (Don't include
5129 the brackets!) The text should be enclosed in the appropriate
5130 comment syntax for the file format. We also recommend that a
5131 file or class name and description of purpose be included on the
5132 same "printed page" as the copyright notice for easier
5133 identification within third-party archives.
5135 Copyright [2007] Neal Norwitz
5136 Portions Copyright [2007] Google Inc.
5138 Licensed under the Apache License, Version 2.0 (the "License");
5139 you may not use this file except in compliance with the License.
5140 You may obtain a copy of the License at
5142 http://www.apache.org/licenses/LICENSE-2.0
5144 Unless required by applicable law or agreed to in writing, software
5145 distributed under the License is distributed on an "AS IS" BASIS,
5146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5147 See the License for the specific language governing permissions and
5148 limitations under the License.
5150 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5151 </pre>
5152 <ul>
5154 </ul>
5155 </div>
5156 </div>
5159 <div class="product">
5160 <span class="title">gmp-5.0.2_p1</span>
5161 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5162 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span>
5163 <div class="licence">
5164 <pre></pre>
5165 <ul>
5166 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
5167 </ul>
5168 </div>
5169 </div>
5172 <div class="product">
5173 <span class="title">grep-2.14</span>
5174 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5175 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span>
5176 <div class="licence">
5177 <pre></pre>
5178 <ul>
5179 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
5180 </ul>
5181 </div>
5182 </div>
5185 <div class="product">
5186 <span class="title">gtest-1.6.0</span>
5187 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5188 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span>
5189 <div class="licence">
5190 <pre>Scanned Source License gtest-1.6.0/COPYING:
5192 Copyright 2008, Google Inc.
5193 All rights reserved.
5195 Redistribution and use in source and binary forms, with or without
5196 modification, are permitted provided that the following conditions are
5197 met:
5199 * Redistributions of source code must retain the above copyright
5200 notice, this list of conditions and the following disclaimer.
5201 * Redistributions in binary form must reproduce the above
5202 copyright notice, this list of conditions and the following disclaimer
5203 in the documentation and/or other materials provided with the
5204 distribution.
5205 * Neither the name of Google Inc. nor the names of its
5206 contributors may be used to endorse or promote products derived from
5207 this software without specific prior written permission.
5209 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5210 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5211 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5212 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5213 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5214 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5215 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5216 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5217 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5218 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5219 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5221 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5222 </pre>
5223 <ul>
5225 </ul>
5226 </div>
5227 </div>
5230 <div class="product">
5231 <span class="title">gtk+-2.20.1</span>
5232 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5233 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
5234 <div class="licence">
5235 <pre></pre>
5236 <ul>
5237 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
5238 </ul>
5239 </div>
5240 </div>
5243 <div class="product">
5244 <span class="title">gtk-doc-am-1.18</span>
5245 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5246 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span>
5247 <div class="licence">
5248 <pre>Gentoo Package Stock License FDL-1.1:
5250 GNU Free Documentation License
5251 Version 1.1, March 2000
5253 Copyright (C) 2000 Free Software Foundation, Inc.
5254 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5255 Everyone is permitted to copy and distribute verbatim copies
5256 of this license document, but changing it is not allowed.
5259 0. PREAMBLE
5261 The purpose of this License is to make a manual, textbook, or other
5262 written document "free" in the sense of freedom: to assure everyone
5263 the effective freedom to copy and redistribute it, with or without
5264 modifying it, either commercially or noncommercially. Secondarily,
5265 this License preserves for the author and publisher a way to get
5266 credit for their work, while not being considered responsible for
5267 modifications made by others.
5269 This License is a kind of "copyleft", which means that derivative
5270 works of the document must themselves be free in the same sense. It
5271 complements the GNU General Public License, which is a copyleft
5272 license designed for free software.
5274 We have designed this License in order to use it for manuals for free
5275 software, because free software needs free documentation: a free
5276 program should come with manuals providing the same freedoms that the
5277 software does. But this License is not limited to software manuals;
5278 it can be used for any textual work, regardless of subject matter or
5279 whether it is published as a printed book. We recommend this License
5280 principally for works whose purpose is instruction or reference.
5283 1. APPLICABILITY AND DEFINITIONS
5285 This License applies to any manual or other work that contains a
5286 notice placed by the copyright holder saying it can be distributed
5287 under the terms of this License. The "Document", below, refers to any
5288 such manual or work. Any member of the public is a licensee, and is
5289 addressed as "you".
5291 A "Modified Version" of the Document means any work containing the
5292 Document or a portion of it, either copied verbatim, or with
5293 modifications and/or translated into another language.
5295 A "Secondary Section" is a named appendix or a front-matter section of
5296 the Document that deals exclusively with the relationship of the
5297 publishers or authors of the Document to the Document's overall subject
5298 (or to related matters) and contains nothing that could fall directly
5299 within that overall subject. (For example, if the Document is in part a
5300 textbook of mathematics, a Secondary Section may not explain any
5301 mathematics.) The relationship could be a matter of historical
5302 connection with the subject or with related matters, or of legal,
5303 commercial, philosophical, ethical or political position regarding
5304 them.
5306 The "Invariant Sections" are certain Secondary Sections whose titles
5307 are designated, as being those of Invariant Sections, in the notice
5308 that says that the Document is released under this License.
5310 The "Cover Texts" are certain short passages of text that are listed,
5311 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
5312 the Document is released under this License.
5314 A "Transparent" copy of the Document means a machine-readable copy,
5315 represented in a format whose specification is available to the
5316 general public, whose contents can be viewed and edited directly and
5317 straightforwardly with generic text editors or (for images composed of
5318 pixels) generic paint programs or (for drawings) some widely available
5319 drawing editor, and that is suitable for input to text formatters or
5320 for automatic translation to a variety of formats suitable for input
5321 to text formatters. A copy made in an otherwise Transparent file
5322 format whose markup has been designed to thwart or discourage
5323 subsequent modification by readers is not Transparent. A copy that is
5324 not "Transparent" is called "Opaque".
5326 Examples of suitable formats for Transparent copies include plain
5327 ASCII without markup, Texinfo input format, LaTeX input format, SGML
5328 or XML using a publicly available DTD, and standard-conforming simple
5329 HTML designed for human modification. Opaque formats include
5330 PostScript, PDF, proprietary formats that can be read and edited only
5331 by proprietary word processors, SGML or XML for which the DTD and/or
5332 processing tools are not generally available, and the
5333 machine-generated HTML produced by some word processors for output
5334 purposes only.
5336 The "Title Page" means, for a printed book, the title page itself,
5337 plus such following pages as are needed to hold, legibly, the material
5338 this License requires to appear in the title page. For works in
5339 formats which do not have any title page as such, "Title Page" means
5340 the text near the most prominent appearance of the work's title,
5341 preceding the beginning of the body of the text.
5344 2. VERBATIM COPYING
5346 You may copy and distribute the Document in any medium, either
5347 commercially or noncommercially, provided that this License, the
5348 copyright notices, and the license notice saying this License applies
5349 to the Document are reproduced in all copies, and that you add no other
5350 conditions whatsoever to those of this License. You may not use
5351 technical measures to obstruct or control the reading or further
5352 copying of the copies you make or distribute. However, you may accept
5353 compensation in exchange for copies. If you distribute a large enough
5354 number of copies you must also follow the conditions in section 3.
5356 You may also lend copies, under the same conditions stated above, and
5357 you may publicly display copies.
5360 3. COPYING IN QUANTITY
5362 If you publish printed copies of the Document numbering more than 100,
5363 and the Document's license notice requires Cover Texts, you must enclose
5364 the copies in covers that carry, clearly and legibly, all these Cover
5365 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
5366 the back cover. Both covers must also clearly and legibly identify
5367 you as the publisher of these copies. The front cover must present
5368 the full title with all words of the title equally prominent and
5369 visible. You may add other material on the covers in addition.
5370 Copying with changes limited to the covers, as long as they preserve
5371 the title of the Document and satisfy these conditions, can be treated
5372 as verbatim copying in other respects.
5374 If the required texts for either cover are too voluminous to fit
5375 legibly, you should put the first ones listed (as many as fit
5376 reasonably) on the actual cover, and continue the rest onto adjacent
5377 pages.
5379 If you publish or distribute Opaque copies of the Document numbering
5380 more than 100, you must either include a machine-readable Transparent
5381 copy along with each Opaque copy, or state in or with each Opaque copy
5382 a publicly-accessible computer-network location containing a complete
5383 Transparent copy of the Document, free of added material, which the
5384 general network-using public has access to download anonymously at no
5385 charge using public-standard network protocols. If you use the latter
5386 option, you must take reasonably prudent steps, when you begin
5387 distribution of Opaque copies in quantity, to ensure that this
5388 Transparent copy will remain thus accessible at the stated location
5389 until at least one year after the last time you distribute an Opaque
5390 copy (directly or through your agents or retailers) of that edition to
5391 the public.
5393 It is requested, but not required, that you contact the authors of the
5394 Document well before redistributing any large number of copies, to give
5395 them a chance to provide you with an updated version of the Document.
5398 4. MODIFICATIONS
5400 You may copy and distribute a Modified Version of the Document under
5401 the conditions of sections 2 and 3 above, provided that you release
5402 the Modified Version under precisely this License, with the Modified
5403 Version filling the role of the Document, thus licensing distribution
5404 and modification of the Modified Version to whoever possesses a copy
5405 of it. In addition, you must do these things in the Modified Version:
5407 A. Use in the Title Page (and on the covers, if any) a title distinct
5408 from that of the Document, and from those of previous versions
5409 (which should, if there were any, be listed in the History section
5410 of the Document). You may use the same title as a previous version
5411 if the original publisher of that version gives permission.
5412 B. List on the Title Page, as authors, one or more persons or entities
5413 responsible for authorship of the modifications in the Modified
5414 Version, together with at least five of the principal authors of the
5415 Document (all of its principal authors, if it has less than five).
5416 C. State on the Title page the name of the publisher of the
5417 Modified Version, as the publisher.
5418 D. Preserve all the copyright notices of the Document.
5419 E. Add an appropriate copyright notice for your modifications
5420 adjacent to the other copyright notices.
5421 F. Include, immediately after the copyright notices, a license notice
5422 giving the public permission to use the Modified Version under the
5423 terms of this License, in the form shown in the Addendum below.
5424 G. Preserve in that license notice the full lists of Invariant Sections
5425 and required Cover Texts given in the Document's license notice.
5426 H. Include an unaltered copy of this License.
5427 I. Preserve the section entitled "History", and its title, and add to
5428 it an item stating at least the title, year, new authors, and
5429 publisher of the Modified Version as given on the Title Page. If
5430 there is no section entitled "History" in the Document, create one
5431 stating the title, year, authors, and publisher of the Document as
5432 given on its Title Page, then add an item describing the Modified
5433 Version as stated in the previous sentence.
5434 J. Preserve the network location, if any, given in the Document for
5435 public access to a Transparent copy of the Document, and likewise
5436 the network locations given in the Document for previous versions
5437 it was based on. These may be placed in the "History" section.
5438 You may omit a network location for a work that was published at
5439 least four years before the Document itself, or if the original
5440 publisher of the version it refers to gives permission.
5441 K. In any section entitled "Acknowledgements" or "Dedications",
5442 preserve the section's title, and preserve in the section all the
5443 substance and tone of each of the contributor acknowledgements
5444 and/or dedications given therein.
5445 L. Preserve all the Invariant Sections of the Document,
5446 unaltered in their text and in their titles. Section numbers
5447 or the equivalent are not considered part of the section titles.
5448 M. Delete any section entitled "Endorsements". Such a section
5449 may not be included in the Modified Version.
5450 N. Do not retitle any existing section as "Endorsements"
5451 or to conflict in title with any Invariant Section.
5453 If the Modified Version includes new front-matter sections or
5454 appendices that qualify as Secondary Sections and contain no material
5455 copied from the Document, you may at your option designate some or all
5456 of these sections as invariant. To do this, add their titles to the
5457 list of Invariant Sections in the Modified Version's license notice.
5458 These titles must be distinct from any other section titles.
5460 You may add a section entitled "Endorsements", provided it contains
5461 nothing but endorsements of your Modified Version by various
5462 parties--for example, statements of peer review or that the text has
5463 been approved by an organization as the authoritative definition of a
5464 standard.
5466 You may add a passage of up to five words as a Front-Cover Text, and a
5467 passage of up to 25 words as a Back-Cover Text, to the end of the list
5468 of Cover Texts in the Modified Version. Only one passage of
5469 Front-Cover Text and one of Back-Cover Text may be added by (or
5470 through arrangements made by) any one entity. If the Document already
5471 includes a cover text for the same cover, previously added by you or
5472 by arrangement made by the same entity you are acting on behalf of,
5473 you may not add another; but you may replace the old one, on explicit
5474 permission from the previous publisher that added the old one.
5476 The author(s) and publisher(s) of the Document do not by this License
5477 give permission to use their names for publicity for or to assert or
5478 imply endorsement of any Modified Version.
5481 5. COMBINING DOCUMENTS
5483 You may combine the Document with other documents released under this
5484 License, under the terms defined in section 4 above for modified
5485 versions, provided that you include in the combination all of the
5486 Invariant Sections of all of the original documents, unmodified, and
5487 list them all as Invariant Sections of your combined work in its
5488 license notice.
5490 The combined work need only contain one copy of this License, and
5491 multiple identical Invariant Sections may be replaced with a single
5492 copy. If there are multiple Invariant Sections with the same name but
5493 different contents, make the title of each such section unique by
5494 adding at the end of it, in parentheses, the name of the original
5495 author or publisher of that section if known, or else a unique number.
5496 Make the same adjustment to the section titles in the list of
5497 Invariant Sections in the license notice of the combined work.
5499 In the combination, you must combine any sections entitled "History"
5500 in the various original documents, forming one section entitled
5501 "History"; likewise combine any sections entitled "Acknowledgements",
5502 and any sections entitled "Dedications". You must delete all sections
5503 entitled "Endorsements."
5506 6. COLLECTIONS OF DOCUMENTS
5508 You may make a collection consisting of the Document and other documents
5509 released under this License, and replace the individual copies of this
5510 License in the various documents with a single copy that is included in
5511 the collection, provided that you follow the rules of this License for
5512 verbatim copying of each of the documents in all other respects.
5514 You may extract a single document from such a collection, and distribute
5515 it individually under this License, provided you insert a copy of this
5516 License into the extracted document, and follow this License in all
5517 other respects regarding verbatim copying of that document.
5520 7. AGGREGATION WITH INDEPENDENT WORKS
5522 A compilation of the Document or its derivatives with other separate
5523 and independent documents or works, in or on a volume of a storage or
5524 distribution medium, does not as a whole count as a Modified Version
5525 of the Document, provided no compilation copyright is claimed for the
5526 compilation. Such a compilation is called an "aggregate", and this
5527 License does not apply to the other self-contained works thus compiled
5528 with the Document, on account of their being thus compiled, if they
5529 are not themselves derivative works of the Document.
5531 If the Cover Text requirement of section 3 is applicable to these
5532 copies of the Document, then if the Document is less than one quarter
5533 of the entire aggregate, the Document's Cover Texts may be placed on
5534 covers that surround only the Document within the aggregate.
5535 Otherwise they must appear on covers around the whole aggregate.
5538 8. TRANSLATION
5540 Translation is considered a kind of modification, so you may
5541 distribute translations of the Document under the terms of section 4.
5542 Replacing Invariant Sections with translations requires special
5543 permission from their copyright holders, but you may include
5544 translations of some or all Invariant Sections in addition to the
5545 original versions of these Invariant Sections. You may include a
5546 translation of this License provided that you also include the
5547 original English version of this License. In case of a disagreement
5548 between the translation and the original English version of this
5549 License, the original English version will prevail.
5552 9. TERMINATION
5554 You may not copy, modify, sublicense, or distribute the Document except
5555 as expressly provided for under this License. Any other attempt to
5556 copy, modify, sublicense or distribute the Document is void, and will
5557 automatically terminate your rights under this License. However,
5558 parties who have received copies, or rights, from you under this
5559 License will not have their licenses terminated so long as such
5560 parties remain in full compliance.
5563 10. FUTURE REVISIONS OF THIS LICENSE
5565 The Free Software Foundation may publish new, revised versions
5566 of the GNU Free Documentation License from time to time. Such new
5567 versions will be similar in spirit to the present version, but may
5568 differ in detail to address new problems or concerns. See
5569 http://www.gnu.org/copyleft/.
5571 Each version of the License is given a distinguishing version number.
5572 If the Document specifies that a particular numbered version of this
5573 License "or any later version" applies to it, you have the option of
5574 following the terms and conditions either of that specified version or
5575 of any later version that has been published (not as a draft) by the
5576 Free Software Foundation. If the Document does not specify a version
5577 number of this License, you may choose any version ever published (not
5578 as a draft) by the Free Software Foundation.
5581 ADDENDUM: How to use this License for your documents
5583 To use this License in a document you have written, include a copy of
5584 the License in the document and put the following copyright and
5585 license notices just after the title page:
5587 Copyright (c) YEAR YOUR NAME.
5588 Permission is granted to copy, distribute and/or modify this document
5589 under the terms of the GNU Free Documentation License, Version 1.1
5590 or any later version published by the Free Software Foundation;
5591 with the Invariant Sections being LIST THEIR TITLES, with the
5592 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
5593 A copy of the license is included in the section entitled "GNU
5594 Free Documentation License".
5596 If you have no Invariant Sections, write "with no Invariant Sections"
5597 instead of saying which ones are invariant. If you have no
5598 Front-Cover Texts, write "no Front-Cover Texts" instead of
5599 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
5601 If your document contains nontrivial examples of program code, we
5602 recommend releasing these examples in parallel under your choice of
5603 free software license, such as the GNU General Public License,
5604 to permit their use in free software.
5606 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5607 </pre>
5608 <ul>
5609 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5610 </ul>
5611 </div>
5612 </div>
5615 <div class="product">
5616 <span class="title">gzip-1.5</span>
5617 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5618 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span>
5619 <div class="licence">
5620 <pre></pre>
5621 <ul>
5622 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
5623 </ul>
5624 </div>
5625 </div>
5628 <div class="product">
5629 <span class="title">harfbuzz-0.9.18</span>
5630 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5631 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
5632 <div class="licence">
5633 <pre>Scanned Source License harfbuzz-0.9.18/COPYING:
5635 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
5636 For parts of HarfBuzz that are licensed under different licenses see individual
5637 files names COPYING in subdirectories where applicable.
5639 Copyright © 2010,2011,2012 Google, Inc.
5640 Copyright © 2012 Mozilla Foundation
5641 Copyright © 2011 Codethink Limited
5642 Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
5643 Copyright © 2009 Keith Stribley
5644 Copyright © 2009 Martin Hosken and SIL International
5645 Copyright © 2007 Chris Wilson
5646 Copyright © 2006 Behdad Esfahbod
5647 Copyright © 2005 David Turner
5648 Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc.
5649 Copyright © 1998-2004 David Turner and Werner Lemberg
5651 For full copyright notices consult the individual files in the package.
5654 Permission is hereby granted, without written agreement and without
5655 license or royalty fees, to use, copy, modify, and distribute this
5656 software and its documentation for any purpose, provided that the
5657 above copyright notice and the following two paragraphs appear in
5658 all copies of this software.
5660 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
5661 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
5662 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
5663 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
5664 DAMAGE.
5666 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
5667 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5668 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
5669 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
5670 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
5672 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5674 Scanned Source License harfbuzz-0.9.18/src/hb-icu-le/COPYING:
5676 The contents of this directory are licensed under the ICU license.
5677 See file license.html.
5679 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5681 Scanned Source License harfbuzz-0.9.18/src/hb-old/COPYING:
5683 HarfBuzz-old was previously licensed under different licenses. This was
5684 changed in January 2008. If you need to relicense your old copies,
5685 consult the announcement of the license change on the internet.
5686 Other than that, each copy of HarfBuzz-old is licensed under the COPYING
5687 file included with it. The actual license follows:
5690 Permission is hereby granted, without written agreement and without
5691 license or royalty fees, to use, copy, modify, and distribute this
5692 software and its documentation for any purpose, provided that the
5693 above copyright notice and the following two paragraphs appear in
5694 all copies of this software.
5696 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
5697 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
5698 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
5699 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
5700 DAMAGE.
5702 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
5703 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5704 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
5705 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
5706 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
5708 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5710 Scanned Source License harfbuzz-0.9.18/src/hb-ucdn/COPYING:
5712 The contents of this directory are licensed under the following terms:
5714 Permission to use, copy, modify, and/or distribute this software for any
5715 purpose with or without fee is hereby granted, provided that the above
5716 copyright notice and this permission notice appear in all copies.
5718 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5719 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5720 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5721 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5722 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5723 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5724 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5726 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5728 Gentoo Package Stock License icu:
5730 ICU License - ICU 1.8.1 and later
5732 COPYRIGHT AND PERMISSION NOTICE
5734 Copyright (c) 1995-2003 International Business Machines Corporation and others
5735 All rights reserved.
5737 Permission is hereby granted, free of charge, to any person obtaining a
5738 copy of this software and associated documentation files (the
5739 "Software"), to deal in the Software without restriction, including
5740 without limitation the rights to use, copy, modify, merge, publish,
5741 distribute, and/or sell copies of the Software, and to permit persons
5742 to whom the Software is furnished to do so, provided that the above
5743 copyright notice(s) and this permission notice appear in all copies of
5744 the Software and that both the above copyright notice(s) and this
5745 permission notice appear in supporting documentation.
5747 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
5748 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5749 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
5750 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
5751 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
5752 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
5753 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
5754 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
5755 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5757 Except as contained in this notice, the name of a copyright holder
5758 shall not be used in advertising or otherwise to promote the sale, use
5759 or other dealings in this Software without prior written authorization
5760 of the copyright holder.
5762 --------------------------------------------------------------------------------
5763 All trademarks and registered trademarks mentioned herein are the property of their respective owners.
5765 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5766 </pre>
5767 <ul>
5768 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
5769 </ul>
5770 </div>
5771 </div>
5774 <div class="product">
5775 <span class="title">hdparm-9.39</span>
5776 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5777 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span>
5778 <div class="licence">
5779 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT:
5781 BSD-Style Open Source License:
5783 You may freely use, modify, and redistribute the hdparm program,
5784 as either binary or source, or both.
5786 The only condition is that my name and copyright notice
5787 remain in the source code as-is.
5789 Mark Lord (mlord@pobox.com)
5791 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5793 Scanned Source License hdparm-9.39/debian/copyright:
5795 This package was debianized by Christopher L Cheney &lt;ccheney@debian.org&gt; on
5796 Wed, 21 Nov 2001 15:51:14 -0600.
5798 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware
5800 Upstream Author: Mark S. Lord &lt;mlord@pobox.com&gt;
5802 Copyright:
5804 /* hdparm.c - Command line interface to get/set hard disk parameters */
5805 /* - by Mark Lord © 1994-2008 -- freely distributable */
5807 You are free to distribute this software under the terms of the BSD License.
5808 On Debian systems, the complete text of the BSD License can be found in
5809 /usr/share/common-licenses/BSD
5813 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5814 </pre>
5815 <ul>
5816 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5817 </ul>
5818 </div>
5819 </div>
5822 <div class="product">
5823 <span class="title">hwids-20120922</span>
5824 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5825 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span>
5826 <div class="licence">
5827 <pre></pre>
5828 <ul>
5829 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5830 </ul>
5831 </div>
5832 </div>
5835 <div class="product">
5836 <span class="title">ibus-1.4.99.20120314</span>
5837 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5838 <span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span>
5839 <div class="licence">
5840 <pre></pre>
5841 <ul>
5842 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5843 </ul>
5844 </div>
5845 </div>
5848 <div class="product">
5849 <span class="title">iniparser-3.0b</span>
5850 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5851 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span>
5852 <div class="licence">
5853 <pre>Scanned Source License iniparser3.0b/LICENSE:
5855 Copyright (c) 2000-2007 by Nicolas Devillard.
5856 MIT License
5858 Permission is hereby granted, free of charge, to any person obtaining a
5859 copy of this software and associated documentation files (the "Software"),
5860 to deal in the Software without restriction, including without limitation
5861 the rights to use, copy, modify, merge, publish, distribute, sublicense,
5862 and/or sell copies of the Software, and to permit persons to whom the
5863 Software is furnished to do so, subject to the following conditions:
5865 The above copyright notice and this permission notice shall be included in
5866 all copies or substantial portions of the Software.
5868 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5869 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5870 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5871 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5872 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5873 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5874 DEALINGS IN THE SOFTWARE.
5877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5878 </pre>
5879 <ul>
5881 </ul>
5882 </div>
5883 </div>
5886 <div class="product">
5887 <span class="title">input-tools-3.0.0.0</span>
5888 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5889 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
5890 <div class="licence">
5891 <pre></pre>
5892 <ul>
5893 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
5894 </ul>
5895 </div>
5896 </div>
5899 <div class="product">
5900 <span class="title">intltool-0.50.2</span>
5901 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5902 <span class="homepage"><a href="https://launchpad.net/intltool/">homepage</a></span>
5903 <div class="licence">
5904 <pre></pre>
5905 <ul>
5906 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5907 </ul>
5908 </div>
5909 </div>
5912 <div class="product">
5913 <span class="title">iotools-1.4</span>
5914 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5915 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span>
5916 <div class="licence">
5917 <pre></pre>
5918 <ul>
5919 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5920 </ul>
5921 </div>
5922 </div>
5925 <div class="product">
5926 <span class="title">iptables-1.4.16.3</span>
5927 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5928 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span>
5929 <div class="licence">
5930 <pre></pre>
5931 <ul>
5932 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5933 </ul>
5934 </div>
5935 </div>
5938 <div class="product">
5939 <span class="title">iputils-20100418</span>
5940 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5941 <span class="homepage"><a href="http://www.linux-foundation.org/en/Net:Iputils">homepage</a></span>
5942 <div class="licence">
5943 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils:
5945 Copyright (c) 1989 The Regents of the University of California.
5946 All rights reserved.
5948 This code is derived from software contributed to Berkeley by
5949 Mike Muuss.
5951 Redistribution and use in source and binary forms, with or without
5952 modification, are permitted provided that the following conditions
5953 are met:
5954 1. Redistributions of source code must retain the above copyright
5955 notice, this list of conditions and the following disclaimer.
5956 2. Redistributions in binary form must reproduce the above copyright
5957 notice, this list of conditions and the following disclaimer in the
5958 documentation and/or other materials provided with the distribution.
5959 3. All advertising materials mentioning features or use of this software
5960 must display the following acknowledgement:
5961 This product includes software developed by the University of
5962 California, Berkeley and its contributors.
5963 4. Neither the name of the University nor the names of its contributors
5964 may be used to endorse or promote products derived from this software
5965 without specific prior written permission.
5967 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
5968 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5969 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5970 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
5971 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5972 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5973 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5974 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5975 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5976 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5977 SUCH DAMAGE.
5979 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5980 </pre>
5981 <ul>
5983 </ul>
5984 </div>
5985 </div>
5988 <div class="product">
5989 <span class="title">iw-3.6</span>
5990 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5991 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span>
5992 <div class="licence">
5993 <pre>Scanned Source License iw-3.6/COPYING:
5995 Copyright (c) 2007, 2008 Johannes Berg
5996 Copyright (c) 2007 Andy Lutomirski
5997 Copyright (c) 2007 Mike Kershaw
5998 Copyright (c) 2008-2009 Luis R. Rodriguez
6000 Permission to use, copy, modify, and/or distribute this software for any
6001 purpose with or without fee is hereby granted, provided that the above
6002 copyright notice and this permission notice appear in all copies.
6004 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
6005 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
6006 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
6007 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6008 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
6009 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
6010 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6012 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6013 </pre>
6014 <ul>
6015 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
6016 </ul>
6017 </div>
6018 </div>
6021 <div class="product">
6022 <span class="title">kbd-1.15.3</span>
6023 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6024 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span>
6025 <div class="licence">
6026 <pre></pre>
6027 <ul>
6028 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6029 </ul>
6030 </div>
6031 </div>
6034 <div class="product">
6035 <span class="title">keyutils-1.1</span>
6036 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6037 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
6038 <div class="licence">
6039 <pre></pre>
6040 <ul>
6041 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6042 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6043 </ul>
6044 </div>
6045 </div>
6048 <div class="product">
6049 <span class="title">kmod-15</span>
6050 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6051 <span class="homepage"><a href="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git">homepage</a></span>
6052 <div class="licence">
6053 <pre></pre>
6054 <ul>
6055 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
6056 </ul>
6057 </div>
6058 </div>
6061 <div class="product">
6062 <span class="title">ko-nanumfonts-3.10.0</span>
6063 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6064 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span>
6065 <div class="licence">
6066 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE:
6068 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com),
6069 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver
6070 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver
6071 NanumBrush, NanumPen, Naver NanumPen
6073 This Font Software is licensed under the SIL Open Font License,
6074 Version 1.1.
6076 This license is copied below, and is also available with a FAQ at:
6077 http://scripts.sil.org/OFL
6079 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
6081 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
6082 worldwide development of collaborative font projects, to support the font
6083 creation efforts of academic and linguistic communities, and to provide
6084 a free and open framework in which fonts may be shared and improved in
6085 partnership with others.
6087 The OFL allows the licensed fonts to be used, studied, modified and
6088 redistributed freely as long as they are not sold by themselves.
6089 The fonts, including any derivative works, can be bundled, embedded,
6090 redistributed and/or sold with any software provided that any reserved
6091 names are not used by derivative works. The fonts and derivatives,
6092 however, cannot be released under any other type of license. The
6093 requirement for fonts to remain under this license does not apply to
6094 any document created using the fonts or their derivatives.
6098 DEFINITIONS
6099 "Font Software" refers to the set of files released by the Copyright
6100 Holder(s) under this license and clearly marked as such.
6101 This may include source files, build scripts and documentation.
6103 "Reserved Font Name" refers to any names specified as such after the
6104 copyright statement(s).
6106 "Original Version" refers to the collection of Font Software components
6107 as distributed by the Copyright Holder(s).
6109 "Modified Version" refers to any derivative made by adding to, deleting,
6110 or substituting ? in part or in whole ?
6111 any of the components of the Original Version, by changing formats or
6112 by porting the Font Software to a new environment.
6114 "Author" refers to any designer, engineer, programmer, technical writer
6115 or other person who contributed to the Font Software.
6118 PERMISSION &amp; CONDITIONS
6120 Permission is hereby granted, free of charge, to any person obtaining a
6121 copy of the Font Software, to use, study, copy, merge, embed, modify,
6122 redistribute, and sell modified and unmodified copies of the Font
6123 Software, subject to the following conditions:
6125 1) Neither the Font Software nor any of its individual components,in
6126 Original or Modified Versions, may be sold by itself.
6128 2) Original or Modified Versions of the Font Software may be bundled,
6129 redistributed and/or sold with any software, provided that each copy
6130 contains the above copyright notice and this license. These can be
6131 included either as stand-alone text files, human-readable headers or
6132 in the appropriate machine-readable metadata fields within text or
6133 binary files as long as those fields can be easily viewed by the user.
6135 3) No Modified Version of the Font Software may use the Reserved Font
6136 Name(s) unless explicit written permission is granted by the
6137 corresponding Copyright Holder. This restriction only applies to the
6138 primary font name as presented to the users.
6140 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
6141 Software shall not be used to promote, endorse or advertise any
6142 Modified Version, except to acknowledge the contribution(s) of the
6143 Copyright Holder(s) and the Author(s) or with their explicit written
6144 permission.
6146 5) The Font Software, modified or unmodified, in part or in whole, must
6147 be distributed entirely under this license, and must not be distributed
6148 under any other license. The requirement for fonts to remain under
6149 this license does not apply to any document created using the Font
6150 Software.
6154 TERMINATION
6155 This license becomes null and void if any of the above conditions are not met.
6159 DISCLAIMER
6160 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
6161 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
6162 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
6163 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
6164 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
6165 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
6166 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6167 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
6168 DEALINGS IN THE FONT SOFTWARE.
6171 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6172 </pre>
6173 <ul>
6174 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
6175 </ul>
6176 </div>
6177 </div>
6180 <div class="product">
6181 <span class="title">ladspa-sdk-1.13</span>
6182 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6183 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span>
6184 <div class="licence">
6185 <pre></pre>
6186 <ul>
6187 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6188 </ul>
6189 </div>
6190 </div>
6193 <div class="product">
6194 <span class="title">laptop-mode-tools-1.59</span>
6195 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6196 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span>
6197 <div class="licence">
6198 <pre></pre>
6199 <ul>
6200 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6201 </ul>
6202 </div>
6203 </div>
6206 <div class="product">
6207 <span class="title">leveldb-0.0.1</span>
6208 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6209 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
6210 <div class="licence">
6211 <pre>Scanned Source License leveldb-0.0.1/LICENSE:
6213 Copyright (c) 2011 The LevelDB Authors. All rights reserved.
6215 Redistribution and use in source and binary forms, with or without
6216 modification, are permitted provided that the following conditions are
6217 met:
6219 * Redistributions of source code must retain the above copyright
6220 notice, this list of conditions and the following disclaimer.
6221 * Redistributions in binary form must reproduce the above
6222 copyright notice, this list of conditions and the following disclaimer
6223 in the documentation and/or other materials provided with the
6224 distribution.
6225 * Neither the name of Google Inc. nor the names of its
6226 contributors may be used to endorse or promote products derived from
6227 this software without specific prior written permission.
6229 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6230 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6231 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6232 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6233 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6234 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6235 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6236 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6237 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6238 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6239 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6241 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6242 </pre>
6243 <ul>
6245 </ul>
6246 </div>
6247 </div>
6250 <div class="product">
6251 <span class="title">libatomic_ops-7.2d</span>
6252 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6253 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span>
6254 <div class="licence">
6255 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING:
6257 GNU GENERAL PUBLIC LICENSE
6258 Version 2, June 1991
6260 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
6261 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6262 Everyone is permitted to copy and distribute verbatim copies
6263 of this license document, but changing it is not allowed.
6265 Preamble
6267 The licenses for most software are designed to take away your
6268 freedom to share and change it. By contrast, the GNU General Public
6269 License is intended to guarantee your freedom to share and change free
6270 software--to make sure the software is free for all its users. This
6271 General Public License applies to most of the Free Software
6272 Foundation's software and to any other program whose authors commit to
6273 using it. (Some other Free Software Foundation software is covered by
6274 the GNU Library General Public License instead.) You can apply it to
6275 your programs, too.
6277 When we speak of free software, we are referring to freedom, not
6278 price. Our General Public Licenses are designed to make sure that you
6279 have the freedom to distribute copies of free software (and charge for
6280 this service if you wish), that you receive source code or can get it
6281 if you want it, that you can change the software or use pieces of it
6282 in new free programs; and that you know you can do these things.
6284 To protect your rights, we need to make restrictions that forbid
6285 anyone to deny you these rights or to ask you to surrender the rights.
6286 These restrictions translate to certain responsibilities for you if you
6287 distribute copies of the software, or if you modify it.
6289 For example, if you distribute copies of such a program, whether
6290 gratis or for a fee, you must give the recipients all the rights that
6291 you have. You must make sure that they, too, receive or can get the
6292 source code. And you must show them these terms so they know their
6293 rights.
6295 We protect your rights with two steps: (1) copyright the software, and
6296 (2) offer you this license which gives you legal permission to copy,
6297 distribute and/or modify the software.
6299 Also, for each author's protection and ours, we want to make certain
6300 that everyone understands that there is no warranty for this free
6301 software. If the software is modified by someone else and passed on, we
6302 want its recipients to know that what they have is not the original, so
6303 that any problems introduced by others will not reflect on the original
6304 authors' reputations.
6306 Finally, any free program is threatened constantly by software
6307 patents. We wish to avoid the danger that redistributors of a free
6308 program will individually obtain patent licenses, in effect making the
6309 program proprietary. To prevent this, we have made it clear that any
6310 patent must be licensed for everyone's free use or not licensed at all.
6312 The precise terms and conditions for copying, distribution and
6313 modification follow.
6315 GNU GENERAL PUBLIC LICENSE
6316 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6318 0. This License applies to any program or other work which contains
6319 a notice placed by the copyright holder saying it may be distributed
6320 under the terms of this General Public License. The "Program", below,
6321 refers to any such program or work, and a "work based on the Program"
6322 means either the Program or any derivative work under copyright law:
6323 that is to say, a work containing the Program or a portion of it,
6324 either verbatim or with modifications and/or translated into another
6325 language. (Hereinafter, translation is included without limitation in
6326 the term "modification".) Each licensee is addressed as "you".
6328 Activities other than copying, distribution and modification are not
6329 covered by this License; they are outside its scope. The act of
6330 running the Program is not restricted, and the output from the Program
6331 is covered only if its contents constitute a work based on the
6332 Program (independent of having been made by running the Program).
6333 Whether that is true depends on what the Program does.
6335 1. You may copy and distribute verbatim copies of the Program's
6336 source code as you receive it, in any medium, provided that you
6337 conspicuously and appropriately publish on each copy an appropriate
6338 copyright notice and disclaimer of warranty; keep intact all the
6339 notices that refer to this License and to the absence of any warranty;
6340 and give any other recipients of the Program a copy of this License
6341 along with the Program.
6343 You may charge a fee for the physical act of transferring a copy, and
6344 you may at your option offer warranty protection in exchange for a fee.
6346 2. You may modify your copy or copies of the Program or any portion
6347 of it, thus forming a work based on the Program, and copy and
6348 distribute such modifications or work under the terms of Section 1
6349 above, provided that you also meet all of these conditions:
6351 a) You must cause the modified files to carry prominent notices
6352 stating that you changed the files and the date of any change.
6354 b) You must cause any work that you distribute or publish, that in
6355 whole or in part contains or is derived from the Program or any
6356 part thereof, to be licensed as a whole at no charge to all third
6357 parties under the terms of this License.
6359 c) If the modified program normally reads commands interactively
6360 when run, you must cause it, when started running for such
6361 interactive use in the most ordinary way, to print or display an
6362 announcement including an appropriate copyright notice and a
6363 notice that there is no warranty (or else, saying that you provide
6364 a warranty) and that users may redistribute the program under
6365 these conditions, and telling the user how to view a copy of this
6366 License. (Exception: if the Program itself is interactive but
6367 does not normally print such an announcement, your work based on
6368 the Program is not required to print an announcement.)
6370 These requirements apply to the modified work as a whole. If
6371 identifiable sections of that work are not derived from the Program,
6372 and can be reasonably considered independent and separate works in
6373 themselves, then this License, and its terms, do not apply to those
6374 sections when you distribute them as separate works. But when you
6375 distribute the same sections as part of a whole which is a work based
6376 on the Program, the distribution of the whole must be on the terms of
6377 this License, whose permissions for other licensees extend to the
6378 entire whole, and thus to each and every part regardless of who wrote it.
6380 Thus, it is not the intent of this section to claim rights or contest
6381 your rights to work written entirely by you; rather, the intent is to
6382 exercise the right to control the distribution of derivative or
6383 collective works based on the Program.
6385 In addition, mere aggregation of another work not based on the Program
6386 with the Program (or with a work based on the Program) on a volume of
6387 a storage or distribution medium does not bring the other work under
6388 the scope of this License.
6390 3. You may copy and distribute the Program (or a work based on it,
6391 under Section 2) in object code or executable form under the terms of
6392 Sections 1 and 2 above provided that you also do one of the following:
6394 a) Accompany it with the complete corresponding machine-readable
6395 source code, which must be distributed under the terms of Sections
6396 1 and 2 above on a medium customarily used for software interchange; or,
6398 b) Accompany it with a written offer, valid for at least three
6399 years, to give any third party, for a charge no more than your
6400 cost of physically performing source distribution, a complete
6401 machine-readable copy of the corresponding source code, to be
6402 distributed under the terms of Sections 1 and 2 above on a medium
6403 customarily used for software interchange; or,
6405 c) Accompany it with the information you received as to the offer
6406 to distribute corresponding source code. (This alternative is
6407 allowed only for noncommercial distribution and only if you
6408 received the program in object code or executable form with such
6409 an offer, in accord with Subsection b above.)
6411 The source code for a work means the preferred form of the work for
6412 making modifications to it. For an executable work, complete source
6413 code means all the source code for all modules it contains, plus any
6414 associated interface definition files, plus the scripts used to
6415 control compilation and installation of the executable. However, as a
6416 special exception, the source code distributed need not include
6417 anything that is normally distributed (in either source or binary
6418 form) with the major components (compiler, kernel, and so on) of the
6419 operating system on which the executable runs, unless that component
6420 itself accompanies the executable.
6422 If distribution of executable or object code is made by offering
6423 access to copy from a designated place, then offering equivalent
6424 access to copy the source code from the same place counts as
6425 distribution of the source code, even though third parties are not
6426 compelled to copy the source along with the object code.
6428 4. You may not copy, modify, sublicense, or distribute the Program
6429 except as expressly provided under this License. Any attempt
6430 otherwise to copy, modify, sublicense or distribute the Program is
6431 void, and will automatically terminate your rights under this License.
6432 However, parties who have received copies, or rights, from you under
6433 this License will not have their licenses terminated so long as such
6434 parties remain in full compliance.
6436 5. You are not required to accept this License, since you have not
6437 signed it. However, nothing else grants you permission to modify or
6438 distribute the Program or its derivative works. These actions are
6439 prohibited by law if you do not accept this License. Therefore, by
6440 modifying or distributing the Program (or any work based on the
6441 Program), you indicate your acceptance of this License to do so, and
6442 all its terms and conditions for copying, distributing or modifying
6443 the Program or works based on it.
6445 6. Each time you redistribute the Program (or any work based on the
6446 Program), the recipient automatically receives a license from the
6447 original licensor to copy, distribute or modify the Program subject to
6448 these terms and conditions. You may not impose any further
6449 restrictions on the recipients' exercise of the rights granted herein.
6450 You are not responsible for enforcing compliance by third parties to
6451 this License.
6453 7. If, as a consequence of a court judgment or allegation of patent
6454 infringement or for any other reason (not limited to patent issues),
6455 conditions are imposed on you (whether by court order, agreement or
6456 otherwise) that contradict the conditions of this License, they do not
6457 excuse you from the conditions of this License. If you cannot
6458 distribute so as to satisfy simultaneously your obligations under this
6459 License and any other pertinent obligations, then as a consequence you
6460 may not distribute the Program at all. For example, if a patent
6461 license would not permit royalty-free redistribution of the Program by
6462 all those who receive copies directly or indirectly through you, then
6463 the only way you could satisfy both it and this License would be to
6464 refrain entirely from distribution of the Program.
6466 If any portion of this section is held invalid or unenforceable under
6467 any particular circumstance, the balance of the section is intended to
6468 apply and the section as a whole is intended to apply in other
6469 circumstances.
6471 It is not the purpose of this section to induce you to infringe any
6472 patents or other property right claims or to contest validity of any
6473 such claims; this section has the sole purpose of protecting the
6474 integrity of the free software distribution system, which is
6475 implemented by public license practices. Many people have made
6476 generous contributions to the wide range of software distributed
6477 through that system in reliance on consistent application of that
6478 system; it is up to the author/donor to decide if he or she is willing
6479 to distribute software through any other system and a licensee cannot
6480 impose that choice.
6482 This section is intended to make thoroughly clear what is believed to
6483 be a consequence of the rest of this License.
6485 8. If the distribution and/or use of the Program is restricted in
6486 certain countries either by patents or by copyrighted interfaces, the
6487 original copyright holder who places the Program under this License
6488 may add an explicit geographical distribution limitation excluding
6489 those countries, so that distribution is permitted only in or among
6490 countries not thus excluded. In such case, this License incorporates
6491 the limitation as if written in the body of this License.
6493 9. The Free Software Foundation may publish revised and/or new versions
6494 of the General Public License from time to time. Such new versions will
6495 be similar in spirit to the present version, but may differ in detail to
6496 address new problems or concerns.
6498 Each version is given a distinguishing version number. If the Program
6499 specifies a version number of this License which applies to it and "any
6500 later version", you have the option of following the terms and conditions
6501 either of that version or of any later version published by the Free
6502 Software Foundation. If the Program does not specify a version number of
6503 this License, you may choose any version ever published by the Free Software
6504 Foundation.
6506 10. If you wish to incorporate parts of the Program into other free
6507 programs whose distribution conditions are different, write to the author
6508 to ask for permission. For software which is copyrighted by the Free
6509 Software Foundation, write to the Free Software Foundation; we sometimes
6510 make exceptions for this. Our decision will be guided by the two goals
6511 of preserving the free status of all derivatives of our free software and
6512 of promoting the sharing and reuse of software generally.
6514 NO WARRANTY
6516 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
6517 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
6518 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
6519 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
6520 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6521 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
6522 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
6523 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
6524 REPAIR OR CORRECTION.
6526 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
6527 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
6528 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
6529 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
6530 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
6531 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
6532 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
6533 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6534 POSSIBILITY OF SUCH DAMAGES.
6536 END OF TERMS AND CONDITIONS
6538 How to Apply These Terms to Your New Programs
6540 If you develop a new program, and you want it to be of the greatest
6541 possible use to the public, the best way to achieve this is to make it
6542 free software which everyone can redistribute and change under these terms.
6544 To do so, attach the following notices to the program. It is safest
6545 to attach them to the start of each source file to most effectively
6546 convey the exclusion of warranty; and each file should have at least
6547 the "copyright" line and a pointer to where the full notice is found.
6549 &lt;one line to give the program's name and a brief idea of what it does.&gt;
6550 Copyright (C) &lt;year&gt; &lt;name of author&gt;
6552 This program is free software; you can redistribute it and/or modify
6553 it under the terms of the GNU General Public License as published by
6554 the Free Software Foundation; either version 2 of the License, or
6555 (at your option) any later version.
6557 This program is distributed in the hope that it will be useful,
6558 but WITHOUT ANY WARRANTY; without even the implied warranty of
6559 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6560 GNU General Public License for more details.
6562 You should have received a copy of the GNU General Public License
6563 along with this program; if not, write to the Free Software
6564 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6567 Also add information on how to contact you by electronic and paper mail.
6569 If the program is interactive, make it output a short notice like this
6570 when it starts in an interactive mode:
6572 Gnomovision version 69, Copyright (C) year name of author
6573 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
6574 This is free software, and you are welcome to redistribute it
6575 under certain conditions; type `show c' for details.
6577 The hypothetical commands `show w' and `show c' should show the appropriate
6578 parts of the General Public License. Of course, the commands you use may
6579 be called something other than `show w' and `show c'; they could even be
6580 mouse-clicks or menu items--whatever suits your program.
6582 You should also get your employer (if you work as a programmer) or your
6583 school, if any, to sign a "copyright disclaimer" for the program, if
6584 necessary. Here is a sample; alter the names:
6586 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
6587 `Gnomovision' (which makes passes at compilers) written by James Hacker.
6589 &lt;signature of Ty Coon&gt;, 1 April 1989
6590 Ty Coon, President of Vice
6592 This General Public License does not permit incorporating your program into
6593 proprietary programs. If your program is a subroutine library, you may
6594 consider it more useful to permit linking proprietary applications with the
6595 library. If this is what you want to do, use the GNU Library General
6596 Public License instead of this License.
6598 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6600 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING:
6602 GNU GENERAL PUBLIC LICENSE
6603 Version 2, June 1991
6605 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
6606 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6607 Everyone is permitted to copy and distribute verbatim copies
6608 of this license document, but changing it is not allowed.
6610 Preamble
6612 The licenses for most software are designed to take away your
6613 freedom to share and change it. By contrast, the GNU General Public
6614 License is intended to guarantee your freedom to share and change free
6615 software--to make sure the software is free for all its users. This
6616 General Public License applies to most of the Free Software
6617 Foundation's software and to any other program whose authors commit to
6618 using it. (Some other Free Software Foundation software is covered by
6619 the GNU Library General Public License instead.) You can apply it to
6620 your programs, too.
6622 When we speak of free software, we are referring to freedom, not
6623 price. Our General Public Licenses are designed to make sure that you
6624 have the freedom to distribute copies of free software (and charge for
6625 this service if you wish), that you receive source code or can get it
6626 if you want it, that you can change the software or use pieces of it
6627 in new free programs; and that you know you can do these things.
6629 To protect your rights, we need to make restrictions that forbid
6630 anyone to deny you these rights or to ask you to surrender the rights.
6631 These restrictions translate to certain responsibilities for you if you
6632 distribute copies of the software, or if you modify it.
6634 For example, if you distribute copies of such a program, whether
6635 gratis or for a fee, you must give the recipients all the rights that
6636 you have. You must make sure that they, too, receive or can get the
6637 source code. And you must show them these terms so they know their
6638 rights.
6640 We protect your rights with two steps: (1) copyright the software, and
6641 (2) offer you this license which gives you legal permission to copy,
6642 distribute and/or modify the software.
6644 Also, for each author's protection and ours, we want to make certain
6645 that everyone understands that there is no warranty for this free
6646 software. If the software is modified by someone else and passed on, we
6647 want its recipients to know that what they have is not the original, so
6648 that any problems introduced by others will not reflect on the original
6649 authors' reputations.
6651 Finally, any free program is threatened constantly by software
6652 patents. We wish to avoid the danger that redistributors of a free
6653 program will individually obtain patent licenses, in effect making the
6654 program proprietary. To prevent this, we have made it clear that any
6655 patent must be licensed for everyone's free use or not licensed at all.
6657 The precise terms and conditions for copying, distribution and
6658 modification follow.
6660 GNU GENERAL PUBLIC LICENSE
6661 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6663 0. This License applies to any program or other work which contains
6664 a notice placed by the copyright holder saying it may be distributed
6665 under the terms of this General Public License. The "Program", below,
6666 refers to any such program or work, and a "work based on the Program"
6667 means either the Program or any derivative work under copyright law:
6668 that is to say, a work containing the Program or a portion of it,
6669 either verbatim or with modifications and/or translated into another
6670 language. (Hereinafter, translation is included without limitation in
6671 the term "modification".) Each licensee is addressed as "you".
6673 Activities other than copying, distribution and modification are not
6674 covered by this License; they are outside its scope. The act of
6675 running the Program is not restricted, and the output from the Program
6676 is covered only if its contents constitute a work based on the
6677 Program (independent of having been made by running the Program).
6678 Whether that is true depends on what the Program does.
6680 1. You may copy and distribute verbatim copies of the Program's
6681 source code as you receive it, in any medium, provided that you
6682 conspicuously and appropriately publish on each copy an appropriate
6683 copyright notice and disclaimer of warranty; keep intact all the
6684 notices that refer to this License and to the absence of any warranty;
6685 and give any other recipients of the Program a copy of this License
6686 along with the Program.
6688 You may charge a fee for the physical act of transferring a copy, and
6689 you may at your option offer warranty protection in exchange for a fee.
6691 2. You may modify your copy or copies of the Program or any portion
6692 of it, thus forming a work based on the Program, and copy and
6693 distribute such modifications or work under the terms of Section 1
6694 above, provided that you also meet all of these conditions:
6696 a) You must cause the modified files to carry prominent notices
6697 stating that you changed the files and the date of any change.
6699 b) You must cause any work that you distribute or publish, that in
6700 whole or in part contains or is derived from the Program or any
6701 part thereof, to be licensed as a whole at no charge to all third
6702 parties under the terms of this License.
6704 c) If the modified program normally reads commands interactively
6705 when run, you must cause it, when started running for such
6706 interactive use in the most ordinary way, to print or display an
6707 announcement including an appropriate copyright notice and a
6708 notice that there is no warranty (or else, saying that you provide
6709 a warranty) and that users may redistribute the program under
6710 these conditions, and telling the user how to view a copy of this
6711 License. (Exception: if the Program itself is interactive but
6712 does not normally print such an announcement, your work based on
6713 the Program is not required to print an announcement.)
6715 These requirements apply to the modified work as a whole. If
6716 identifiable sections of that work are not derived from the Program,
6717 and can be reasonably considered independent and separate works in
6718 themselves, then this License, and its terms, do not apply to those
6719 sections when you distribute them as separate works. But when you
6720 distribute the same sections as part of a whole which is a work based
6721 on the Program, the distribution of the whole must be on the terms of
6722 this License, whose permissions for other licensees extend to the
6723 entire whole, and thus to each and every part regardless of who wrote it.
6725 Thus, it is not the intent of this section to claim rights or contest
6726 your rights to work written entirely by you; rather, the intent is to
6727 exercise the right to control the distribution of derivative or
6728 collective works based on the Program.
6730 In addition, mere aggregation of another work not based on the Program
6731 with the Program (or with a work based on the Program) on a volume of
6732 a storage or distribution medium does not bring the other work under
6733 the scope of this License.
6735 3. You may copy and distribute the Program (or a work based on it,
6736 under Section 2) in object code or executable form under the terms of
6737 Sections 1 and 2 above provided that you also do one of the following:
6739 a) Accompany it with the complete corresponding machine-readable
6740 source code, which must be distributed under the terms of Sections
6741 1 and 2 above on a medium customarily used for software interchange; or,
6743 b) Accompany it with a written offer, valid for at least three
6744 years, to give any third party, for a charge no more than your
6745 cost of physically performing source distribution, a complete
6746 machine-readable copy of the corresponding source code, to be
6747 distributed under the terms of Sections 1 and 2 above on a medium
6748 customarily used for software interchange; or,
6750 c) Accompany it with the information you received as to the offer
6751 to distribute corresponding source code. (This alternative is
6752 allowed only for noncommercial distribution and only if you
6753 received the program in object code or executable form with such
6754 an offer, in accord with Subsection b above.)
6756 The source code for a work means the preferred form of the work for
6757 making modifications to it. For an executable work, complete source
6758 code means all the source code for all modules it contains, plus any
6759 associated interface definition files, plus the scripts used to
6760 control compilation and installation of the executable. However, as a
6761 special exception, the source code distributed need not include
6762 anything that is normally distributed (in either source or binary
6763 form) with the major components (compiler, kernel, and so on) of the
6764 operating system on which the executable runs, unless that component
6765 itself accompanies the executable.
6767 If distribution of executable or object code is made by offering
6768 access to copy from a designated place, then offering equivalent
6769 access to copy the source code from the same place counts as
6770 distribution of the source code, even though third parties are not
6771 compelled to copy the source along with the object code.
6773 4. You may not copy, modify, sublicense, or distribute the Program
6774 except as expressly provided under this License. Any attempt
6775 otherwise to copy, modify, sublicense or distribute the Program is
6776 void, and will automatically terminate your rights under this License.
6777 However, parties who have received copies, or rights, from you under
6778 this License will not have their licenses terminated so long as such
6779 parties remain in full compliance.
6781 5. You are not required to accept this License, since you have not
6782 signed it. However, nothing else grants you permission to modify or
6783 distribute the Program or its derivative works. These actions are
6784 prohibited by law if you do not accept this License. Therefore, by
6785 modifying or distributing the Program (or any work based on the
6786 Program), you indicate your acceptance of this License to do so, and
6787 all its terms and conditions for copying, distributing or modifying
6788 the Program or works based on it.
6790 6. Each time you redistribute the Program (or any work based on the
6791 Program), the recipient automatically receives a license from the
6792 original licensor to copy, distribute or modify the Program subject to
6793 these terms and conditions. You may not impose any further
6794 restrictions on the recipients' exercise of the rights granted herein.
6795 You are not responsible for enforcing compliance by third parties to
6796 this License.
6798 7. If, as a consequence of a court judgment or allegation of patent
6799 infringement or for any other reason (not limited to patent issues),
6800 conditions are imposed on you (whether by court order, agreement or
6801 otherwise) that contradict the conditions of this License, they do not
6802 excuse you from the conditions of this License. If you cannot
6803 distribute so as to satisfy simultaneously your obligations under this
6804 License and any other pertinent obligations, then as a consequence you
6805 may not distribute the Program at all. For example, if a patent
6806 license would not permit royalty-free redistribution of the Program by
6807 all those who receive copies directly or indirectly through you, then
6808 the only way you could satisfy both it and this License would be to
6809 refrain entirely from distribution of the Program.
6811 If any portion of this section is held invalid or unenforceable under
6812 any particular circumstance, the balance of the section is intended to
6813 apply and the section as a whole is intended to apply in other
6814 circumstances.
6816 It is not the purpose of this section to induce you to infringe any
6817 patents or other property right claims or to contest validity of any
6818 such claims; this section has the sole purpose of protecting the
6819 integrity of the free software distribution system, which is
6820 implemented by public license practices. Many people have made
6821 generous contributions to the wide range of software distributed
6822 through that system in reliance on consistent application of that
6823 system; it is up to the author/donor to decide if he or she is willing
6824 to distribute software through any other system and a licensee cannot
6825 impose that choice.
6827 This section is intended to make thoroughly clear what is believed to
6828 be a consequence of the rest of this License.
6830 8. If the distribution and/or use of the Program is restricted in
6831 certain countries either by patents or by copyrighted interfaces, the
6832 original copyright holder who places the Program under this License
6833 may add an explicit geographical distribution limitation excluding
6834 those countries, so that distribution is permitted only in or among
6835 countries not thus excluded. In such case, this License incorporates
6836 the limitation as if written in the body of this License.
6838 9. The Free Software Foundation may publish revised and/or new versions
6839 of the General Public License from time to time. Such new versions will
6840 be similar in spirit to the present version, but may differ in detail to
6841 address new problems or concerns.
6843 Each version is given a distinguishing version number. If the Program
6844 specifies a version number of this License which applies to it and "any
6845 later version", you have the option of following the terms and conditions
6846 either of that version or of any later version published by the Free
6847 Software Foundation. If the Program does not specify a version number of
6848 this License, you may choose any version ever published by the Free Software
6849 Foundation.
6851 10. If you wish to incorporate parts of the Program into other free
6852 programs whose distribution conditions are different, write to the author
6853 to ask for permission. For software which is copyrighted by the Free
6854 Software Foundation, write to the Free Software Foundation; we sometimes
6855 make exceptions for this. Our decision will be guided by the two goals
6856 of preserving the free status of all derivatives of our free software and
6857 of promoting the sharing and reuse of software generally.
6859 NO WARRANTY
6861 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
6862 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
6863 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
6864 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
6865 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6866 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
6867 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
6868 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
6869 REPAIR OR CORRECTION.
6871 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
6872 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
6873 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
6874 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
6875 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
6876 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
6877 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
6878 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6879 POSSIBILITY OF SUCH DAMAGES.
6881 END OF TERMS AND CONDITIONS
6883 How to Apply These Terms to Your New Programs
6885 If you develop a new program, and you want it to be of the greatest
6886 possible use to the public, the best way to achieve this is to make it
6887 free software which everyone can redistribute and change under these terms.
6889 To do so, attach the following notices to the program. It is safest
6890 to attach them to the start of each source file to most effectively
6891 convey the exclusion of warranty; and each file should have at least
6892 the "copyright" line and a pointer to where the full notice is found.
6894 &lt;one line to give the program's name and a brief idea of what it does.&gt;
6895 Copyright (C) &lt;year&gt; &lt;name of author&gt;
6897 This program is free software; you can redistribute it and/or modify
6898 it under the terms of the GNU General Public License as published by
6899 the Free Software Foundation; either version 2 of the License, or
6900 (at your option) any later version.
6902 This program is distributed in the hope that it will be useful,
6903 but WITHOUT ANY WARRANTY; without even the implied warranty of
6904 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6905 GNU General Public License for more details.
6907 You should have received a copy of the GNU General Public License
6908 along with this program; if not, write to the Free Software
6909 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6912 Also add information on how to contact you by electronic and paper mail.
6914 If the program is interactive, make it output a short notice like this
6915 when it starts in an interactive mode:
6917 Gnomovision version 69, Copyright (C) year name of author
6918 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
6919 This is free software, and you are welcome to redistribute it
6920 under certain conditions; type `show c' for details.
6922 The hypothetical commands `show w' and `show c' should show the appropriate
6923 parts of the General Public License. Of course, the commands you use may
6924 be called something other than `show w' and `show c'; they could even be
6925 mouse-clicks or menu items--whatever suits your program.
6927 You should also get your employer (if you work as a programmer) or your
6928 school, if any, to sign a "copyright disclaimer" for the program, if
6929 necessary. Here is a sample; alter the names:
6931 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
6932 `Gnomovision' (which makes passes at compilers) written by James Hacker.
6934 &lt;signature of Ty Coon&gt;, 1 April 1989
6935 Ty Coon, President of Vice
6937 This General Public License does not permit incorporating your program into
6938 proprietary programs. If your program is a subroutine library, you may
6939 consider it more useful to permit linking proprietary applications with the
6940 library. If this is what you want to do, use the GNU Library General
6941 Public License instead of this License.
6943 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6945 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt:
6947 Our intent is to make it easy to use libatomic_ops, in
6948 both free and proprietary software. Hence most code that we expect to be
6949 linked into a client application is covered by an MIT-style license.
6951 A few library routines are covered by the GNU General Public License.
6952 These are put into a separate library, libatomic_ops_gpl.a .
6954 The low-level part of the library is mostly covered by the following
6955 license:
6957 ----------------------------------------
6959 Copyright (c) ...
6961 Permission is hereby granted, free of charge, to any person obtaining a copy
6962 of this software and associated documentation files (the "Software"), to deal
6963 in the Software without restriction, including without limitation the rights
6964 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6965 copies of the Software, and to permit persons to whom the Software is
6966 furnished to do so, subject to the following conditions:
6968 The above copyright notice and this permission notice shall be included in all
6969 copies or substantial portions of the Software.
6971 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6972 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6973 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6974 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6975 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6976 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6977 SOFTWARE.
6979 --------------------------------
6981 A few files in the sysdeps directory were inherited in part from the
6982 Boehm-Demers-Weiser conservative garbage collector, and are covered by
6983 its license, which is similar in spirit:
6985 --------------------------------
6987 Copyright (c) ...
6989 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
6990 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
6992 Permission is hereby granted to use or copy this program
6993 for any purpose, provided the above notices are retained on all copies.
6994 Permission to modify the code and to distribute modified code is granted,
6995 provided the above notices are retained, and a notice that the code was
6996 modified is included with the above copyright notice.
6998 ----------------------------------
7000 A few files are covered by the GNU General Public License. (See file
7001 "COPYING".) This applies only to test code, sample applications,
7002 and the libatomic_ops_gpl portion of the library.
7003 Thus libatomic_ops_gpl should generally not be linked into proprietary code.
7004 (This distinction was motivated by patent considerations.)
7006 It is possible that the license of the GPL pieces may be changed for
7007 future versions to make them more consistent with the rest of the package.
7008 If you submit patches, and have strong preferences about licensing, please
7009 express them.
7012 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7014 Gentoo Package Stock License boehm-gc:
7016 &lt;copyright notice&gt;
7018 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
7019 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
7021 Permission is hereby granted to use or copy this program
7022 for any purpose, provided the above notices are retained on all copies.
7023 Permission to modify the code and to distribute modified code is granted,
7024 provided the above notices are retained, and a notice that the code was
7025 modified is included with the above copyright notice.
7027 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7028 </pre>
7029 <ul>
7030 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7031 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
7032 </ul>
7033 </div>
7034 </div>
7037 <div class="product">
7038 <span class="title">libcap-2.17</span>
7039 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7040 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span>
7041 <div class="licence">
7042 <pre>Scanned Source License libcap-2.17/License:
7044 Unless otherwise *explicitly* stated, the following text describes the
7045 licensed conditions under which the contents of this libcap release
7046 may be used and distributed:
7048 -------------------------------------------------------------------------
7049 Redistribution and use in source and binary forms of libcap, with
7050 or without modification, are permitted provided that the following
7051 conditions are met:
7053 1. Redistributions of source code must retain any existing copyright
7054 notice, and this entire permission notice in its entirety,
7055 including the disclaimer of warranties.
7057 2. Redistributions in binary form must reproduce all prior and current
7058 copyright notices, this list of conditions, and the following
7059 disclaimer in the documentation and/or other materials provided
7060 with the distribution.
7062 3. The name of any author may not be used to endorse or promote
7063 products derived from this software without their specific prior
7064 written permission.
7066 ALTERNATIVELY, this product may be distributed under the terms of the
7067 GNU General Public License, in which case the provisions of the GNU
7068 GPL are required INSTEAD OF the above restrictions. (This clause is
7069 necessary due to a potential conflict between the GNU GPL and the
7070 restrictions contained in a BSD-style copyright.)
7072 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
7073 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7074 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7075 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
7076 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
7077 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
7078 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
7079 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
7080 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
7081 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
7082 DAMAGE.
7083 -------------------------------------------------------------------------
7086 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7088 Scanned Source License libcap-2.17/pam_cap/License:
7090 Unless otherwise *explicitly* stated the following text describes the
7091 licensed conditions under which the contents of this module release
7092 may be distributed:
7094 -------------------------------------------------------------------------
7095 Redistribution and use in source and binary forms of this module, with
7096 or without modification, are permitted provided that the following
7097 conditions are met:
7099 1. Redistributions of source code must retain any existing copyright
7100 notice, and this entire permission notice in its entirety,
7101 including the disclaimer of warranties.
7103 2. Redistributions in binary form must reproduce all prior and current
7104 copyright notices, this list of conditions, and the following
7105 disclaimer in the documentation and/or other materials provided
7106 with the distribution.
7108 3. The name of any author may not be used to endorse or promote
7109 products derived from this software without their specific prior
7110 written permission.
7112 ALTERNATIVELY, this product may be distributed under the terms of the
7113 GNU Library General Public License, in which case the provisions of
7114 the GNU LGPL are required INSTEAD OF the above restrictions. (This
7115 clause is necessary due to a potential conflict between the GNU LGPL
7116 and the restrictions contained in a BSD-style copyright.)
7118 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
7119 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7120 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7121 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
7122 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
7123 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
7124 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
7125 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
7126 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
7127 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
7128 DAMAGE.
7129 -------------------------------------------------------------------------
7132 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7133 </pre>
7134 <ul>
7135 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7136 </ul>
7137 </div>
7138 </div>
7141 <div class="product">
7142 <span class="title">libdaemon-0.14</span>
7143 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7144 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span>
7145 <div class="licence">
7146 <pre></pre>
7147 <ul>
7148 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7149 </ul>
7150 </div>
7151 </div>
7154 <div class="product">
7155 <span class="title">libdivsufsort-2.0.1</span>
7156 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7157 <span class="homepage"><a href="http://code.google.com/p/libdivsufsort/">homepage</a></span>
7158 <div class="licence">
7159 <pre>Scanned Source License libdivsufsort-2.0.1/COPYING:
7161 The libdivsufsort copyright is as follows:
7163 Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
7165 Permission is hereby granted, free of charge, to any person
7166 obtaining a copy of this software and associated documentation
7167 files (the "Software"), to deal in the Software without
7168 restriction, including without limitation the rights to use,
7169 copy, modify, merge, publish, distribute, sublicense, and/or sell
7170 copies of the Software, and to permit persons to whom the
7171 Software is furnished to do so, subject to the following
7172 conditions:
7174 The above copyright notice and this permission notice shall be
7175 included in all copies or substantial portions of the Software.
7177 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
7178 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
7179 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
7180 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
7181 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
7182 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7183 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
7184 OTHER DEALINGS IN THE SOFTWARE.
7186 See also the libdivsufsort web site:
7187 http://libdivsufsort.googlecode.com/ for more information.
7189 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7190 </pre>
7191 <ul>
7193 </ul>
7194 </div>
7195 </div>
7198 <div class="product">
7199 <span class="title">libevent-2.0.21</span>
7200 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7201 <span class="homepage"><a href="http://libevent.org/">homepage</a></span>
7202 <div class="licence">
7203 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent:
7205 Copyright (c) 2002, 2003 Niels Provos &lt;provos@citi.umich.edu&gt;
7206 All rights reserved.
7208 Redistribution and use in source and binary forms, with or without
7209 modification, are permitted provided that the following conditions
7210 are met:
7211 1. Redistributions of source code must retain the above copyright
7212 notice, this list of conditions and the following disclaimer.
7213 2. Redistributions in binary form must reproduce the above copyright
7214 notice, this list of conditions and the following disclaimer in the
7215 documentation and/or other materials provided with the distribution.
7216 3. The name of the author may not be used to endorse or promote products
7217 derived from this software without specific prior written permission.
7219 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
7220 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
7221 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7222 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
7223 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
7224 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7225 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7226 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7227 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
7228 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7230 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7231 </pre>
7232 <ul>
7234 </ul>
7235 </div>
7236 </div>
7239 <div class="product">
7240 <span class="title">libffi-3.0.11</span>
7241 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7242 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span>
7243 <div class="licence">
7244 <pre>Scanned Source License libffi-3.0.11/LICENSE:
7246 libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
7247 See source files for details.
7249 Permission is hereby granted, free of charge, to any person obtaining
7250 a copy of this software and associated documentation files (the
7251 ``Software''), to deal in the Software without restriction, including
7252 without limitation the rights to use, copy, modify, merge, publish,
7253 distribute, sublicense, and/or sell copies of the Software, and to
7254 permit persons to whom the Software is furnished to do so, subject to
7255 the following conditions:
7257 The above copyright notice and this permission notice shall be
7258 included in all copies or substantial portions of the Software.
7260 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
7261 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7262 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
7263 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
7264 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
7265 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
7266 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7268 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7269 </pre>
7270 <ul>
7272 </ul>
7273 </div>
7274 </div>
7277 <div class="product">
7278 <span class="title">libgcrypt-1.4.6</span>
7279 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7280 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span>
7281 <div class="licence">
7282 <pre></pre>
7283 <ul>
7284 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7285 </ul>
7286 </div>
7287 </div>
7290 <div class="product">
7291 <span class="title">libgpg-error-1.10</span>
7292 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7293 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span>
7294 <div class="licence">
7295 <pre></pre>
7296 <ul>
7297 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7298 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7299 </ul>
7300 </div>
7301 </div>
7304 <div class="product">
7305 <span class="title">libmbim-0.0.1</span>
7306 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7307 <span class="homepage"><a href="http://cgit.freedesktop.org/libmbim/">homepage</a></span>
7308 <div class="licence">
7309 <pre></pre>
7310 <ul>
7311 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7312 </ul>
7313 </div>
7314 </div>
7317 <div class="product">
7318 <span class="title">libmnl-1.0.3</span>
7319 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7320 <span class="homepage"><a href="http://netfilter.org/projects/libmnl">homepage</a></span>
7321 <div class="licence">
7322 <pre></pre>
7323 <ul>
7324 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7325 </ul>
7326 </div>
7327 </div>
7330 <div class="product">
7331 <span class="title">libmtp-0.0.1</span>
7332 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7333 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
7334 <div class="licence">
7335 <pre></pre>
7336 <ul>
7337 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7338 </ul>
7339 </div>
7340 </div>
7343 <div class="product">
7344 <span class="title">libnetfilter_queue-1.0.1</span>
7345 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7346 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span>
7347 <div class="licence">
7348 <pre></pre>
7349 <ul>
7350 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7351 </ul>
7352 </div>
7353 </div>
7356 <div class="product">
7357 <span class="title">libnfnetlink-1.0.1</span>
7358 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7359 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span>
7360 <div class="licence">
7361 <pre></pre>
7362 <ul>
7363 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7364 </ul>
7365 </div>
7366 </div>
7369 <div class="product">
7370 <span class="title">libnih-1.0.3</span>
7371 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7372 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span>
7373 <div class="licence">
7374 <pre></pre>
7375 <ul>
7376 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7377 </ul>
7378 </div>
7379 </div>
7382 <div class="product">
7383 <span class="title">libnl-1.1</span>
7384 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7385 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span>
7386 <div class="licence">
7387 <pre></pre>
7388 <ul>
7389 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7390 </ul>
7391 </div>
7392 </div>
7395 <div class="product">
7396 <span class="title">libnl-3.2.14</span>
7397 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7398 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span>
7399 <div class="licence">
7400 <pre></pre>
7401 <ul>
7402 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7403 </ul>
7404 </div>
7405 </div>
7408 <div class="product">
7409 <span class="title">libp11-0.2.8</span>
7410 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7411 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span>
7412 <div class="licence">
7413 <pre></pre>
7414 <ul>
7415 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7416 </ul>
7417 </div>
7418 </div>
7421 <div class="product">
7422 <span class="title">libpcap-1.1.1</span>
7423 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7424 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
7425 <div class="licence">
7426 <pre>Scanned Source License libpcap-1.1.1/LICENSE:
7428 License: BSD
7430 Redistribution and use in source and binary forms, with or without
7431 modification, are permitted provided that the following conditions
7432 are met:
7434 1. Redistributions of source code must retain the above copyright
7435 notice, this list of conditions and the following disclaimer.
7436 2. Redistributions in binary form must reproduce the above copyright
7437 notice, this list of conditions and the following disclaimer in
7438 the documentation and/or other materials provided with the
7439 distribution.
7440 3. The names of the authors may not be used to endorse or promote
7441 products derived from this software without specific prior
7442 written permission.
7444 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
7445 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
7446 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
7448 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7449 </pre>
7450 <ul>
7452 </ul>
7453 </div>
7454 </div>
7457 <div class="product">
7458 <span class="title">libpcre-8.30</span>
7459 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7460 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span>
7461 <div class="licence">
7462 <pre>Scanned Source License pcre-8.30/COPYING:
7464 PCRE LICENCE
7466 Please see the file LICENCE in the PCRE distribution for licensing details.
7470 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7472 Scanned Source License pcre-8.30/LICENCE:
7474 PCRE LICENCE
7475 ------------
7477 PCRE is a library of functions to support regular expressions whose syntax
7478 and semantics are as close as possible to those of the Perl 5 language.
7480 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
7481 specified below. The documentation for PCRE, supplied in the "doc"
7482 directory, is distributed under the same terms as the software itself.
7484 The basic library functions are written in C and are freestanding. Also
7485 included in the distribution is a set of C++ wrapper functions, and a
7486 just-in-time compiler that can be used to optimize pattern matching. These
7487 are both optional features that can be omitted when the library is built.
7490 THE BASIC LIBRARY FUNCTIONS
7491 ---------------------------
7493 Written by: Philip Hazel
7494 Email local part: ph10
7495 Email domain: cam.ac.uk
7497 University of Cambridge Computing Service,
7498 Cambridge, England.
7500 Copyright (c) 1997-2012 University of Cambridge
7501 All rights reserved.
7504 PCRE JUST-IN-TIME COMPILATION SUPPORT
7505 -------------------------------------
7507 Written by: Zoltan Herczeg
7508 Email local part: hzmester
7509 Emain domain: freemail.hu
7511 Copyright(c) 2010-2012 Zoltan Herczeg
7512 All rights reserved.
7515 STACK-LESS JUST-IN-TIME COMPILER
7516 --------------------------------
7518 Written by: Zoltan Herczeg
7519 Email local part: hzmester
7520 Emain domain: freemail.hu
7522 Copyright(c) 2009-2012 Zoltan Herczeg
7523 All rights reserved.
7526 THE C++ WRAPPER FUNCTIONS
7527 -------------------------
7529 Contributed by: Google Inc.
7531 Copyright (c) 2007-2012, Google Inc.
7532 All rights reserved.
7535 THE "BSD" LICENCE
7536 -----------------
7538 Redistribution and use in source and binary forms, with or without
7539 modification, are permitted provided that the following conditions are met:
7541 * Redistributions of source code must retain the above copyright notice,
7542 this list of conditions and the following disclaimer.
7544 * Redistributions in binary form must reproduce the above copyright
7545 notice, this list of conditions and the following disclaimer in the
7546 documentation and/or other materials provided with the distribution.
7548 * Neither the name of the University of Cambridge nor the name of Google
7549 Inc. nor the names of their contributors may be used to endorse or
7550 promote products derived from this software without specific prior
7551 written permission.
7553 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
7554 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7555 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7556 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
7557 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
7558 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
7559 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
7560 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
7561 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
7562 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
7563 POSSIBILITY OF SUCH DAMAGE.
7567 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7568 </pre>
7569 <ul>
7571 </ul>
7572 </div>
7573 </div>
7576 <div class="product">
7577 <span class="title">libpng-1.2.49</span>
7578 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7579 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span>
7580 <div class="licence">
7581 <pre>Scanned Source License libpng-1.2.49/LICENSE:
7584 This copy of the libpng notices is provided for your convenience. In case of
7585 any discrepancy between this copy and the notices in the file png.h that is
7586 included in the libpng distribution, the latter shall prevail.
7588 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7590 If you modify libpng you may insert additional notices immediately following
7591 this sentence.
7593 This code is released under the libpng license.
7595 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are
7596 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
7597 distributed according to the same disclaimer and license as libpng-1.2.5
7598 with the following individual added to the list of Contributing Authors
7600 Cosmin Truta
7602 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
7603 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
7604 distributed according to the same disclaimer and license as libpng-1.0.6
7605 with the following individuals added to the list of Contributing Authors
7607 Simon-Pierre Cadieux
7608 Eric S. Raymond
7609 Gilles Vollant
7611 and with the following additions to the disclaimer:
7613 There is no warranty against interference with your enjoyment of the
7614 library or against infringement. There is no warranty that our
7615 efforts or the library will fulfill any of your particular purposes
7616 or needs. This library is provided with all faults, and the entire
7617 risk of satisfactory quality, performance, accuracy, and effort is with
7618 the user.
7620 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
7621 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
7622 distributed according to the same disclaimer and license as libpng-0.96,
7623 with the following individuals added to the list of Contributing Authors:
7625 Tom Lane
7626 Glenn Randers-Pehrson
7627 Willem van Schaik
7629 libpng versions 0.89, June 1996, through 0.96, May 1997, are
7630 Copyright (c) 1996, 1997 Andreas Dilger
7631 Distributed according to the same disclaimer and license as libpng-0.88,
7632 with the following individuals added to the list of Contributing Authors:
7634 John Bowler
7635 Kevin Bracey
7636 Sam Bushell
7637 Magnus Holmgren
7638 Greg Roelofs
7639 Tom Tanner
7641 libpng versions 0.5, May 1995, through 0.88, January 1996, are
7642 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
7644 For the purposes of this copyright and license, "Contributing Authors"
7645 is defined as the following set of individuals:
7647 Andreas Dilger
7648 Dave Martindale
7649 Guy Eric Schalnat
7650 Paul Schmidt
7651 Tim Wegner
7653 The PNG Reference Library is supplied "AS IS". The Contributing Authors
7654 and Group 42, Inc. disclaim all warranties, expressed or implied,
7655 including, without limitation, the warranties of merchantability and of
7656 fitness for any purpose. The Contributing Authors and Group 42, Inc.
7657 assume no liability for direct, indirect, incidental, special, exemplary,
7658 or consequential damages, which may result from the use of the PNG
7659 Reference Library, even if advised of the possibility of such damage.
7661 Permission is hereby granted to use, copy, modify, and distribute this
7662 source code, or portions hereof, for any purpose, without fee, subject
7663 to the following restrictions:
7665 1. The origin of this source code must not be misrepresented.
7667 2. Altered versions must be plainly marked as such and must not
7668 be misrepresented as being the original source.
7670 3. This Copyright notice may not be removed or altered from any
7671 source or altered source distribution.
7673 The Contributing Authors and Group 42, Inc. specifically permit, without
7674 fee, and encourage the use of this source code as a component to
7675 supporting the PNG file format in commercial products. If you use this
7676 source code in a product, acknowledgment is not required but would be
7677 appreciated.
7680 A "png_get_copyright" function is available, for convenient use in "about"
7681 boxes and the like:
7683 printf("%s",png_get_copyright(NULL));
7685 Also, the PNG logo (in PNG format, of course) is supplied in the
7686 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
7688 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
7689 certification mark of the Open Source Initiative.
7691 Glenn Randers-Pehrson
7692 glennrp at users.sourceforge.net
7693 March 29, 2012
7695 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7697 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING:
7699 GNU GENERAL PUBLIC LICENSE
7700 Version 2, June 1991
7702 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
7703 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7704 Everyone is permitted to copy and distribute verbatim copies
7705 of this license document, but changing it is not allowed.
7707 Preamble
7709 The licenses for most software are designed to take away your
7710 freedom to share and change it. By contrast, the GNU General Public
7711 License is intended to guarantee your freedom to share and change free
7712 software--to make sure the software is free for all its users. This
7713 General Public License applies to most of the Free Software
7714 Foundation's software and to any other program whose authors commit to
7715 using it. (Some other Free Software Foundation software is covered by
7716 the GNU Library General Public License instead.) You can apply it to
7717 your programs, too.
7719 When we speak of free software, we are referring to freedom, not
7720 price. Our General Public Licenses are designed to make sure that you
7721 have the freedom to distribute copies of free software (and charge for
7722 this service if you wish), that you receive source code or can get it
7723 if you want it, that you can change the software or use pieces of it
7724 in new free programs; and that you know you can do these things.
7726 To protect your rights, we need to make restrictions that forbid
7727 anyone to deny you these rights or to ask you to surrender the rights.
7728 These restrictions translate to certain responsibilities for you if you
7729 distribute copies of the software, or if you modify it.
7731 For example, if you distribute copies of such a program, whether
7732 gratis or for a fee, you must give the recipients all the rights that
7733 you have. You must make sure that they, too, receive or can get the
7734 source code. And you must show them these terms so they know their
7735 rights.
7737 We protect your rights with two steps: (1) copyright the software, and
7738 (2) offer you this license which gives you legal permission to copy,
7739 distribute and/or modify the software.
7741 Also, for each author's protection and ours, we want to make certain
7742 that everyone understands that there is no warranty for this free
7743 software. If the software is modified by someone else and passed on, we
7744 want its recipients to know that what they have is not the original, so
7745 that any problems introduced by others will not reflect on the original
7746 authors' reputations.
7748 Finally, any free program is threatened constantly by software
7749 patents. We wish to avoid the danger that redistributors of a free
7750 program will individually obtain patent licenses, in effect making the
7751 program proprietary. To prevent this, we have made it clear that any
7752 patent must be licensed for everyone's free use or not licensed at all.
7754 The precise terms and conditions for copying, distribution and
7755 modification follow.
7757 GNU GENERAL PUBLIC LICENSE
7758 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
7760 0. This License applies to any program or other work which contains
7761 a notice placed by the copyright holder saying it may be distributed
7762 under the terms of this General Public License. The "Program", below,
7763 refers to any such program or work, and a "work based on the Program"
7764 means either the Program or any derivative work under copyright law:
7765 that is to say, a work containing the Program or a portion of it,
7766 either verbatim or with modifications and/or translated into another
7767 language. (Hereinafter, translation is included without limitation in
7768 the term "modification".) Each licensee is addressed as "you".
7770 Activities other than copying, distribution and modification are not
7771 covered by this License; they are outside its scope. The act of
7772 running the Program is not restricted, and the output from the Program
7773 is covered only if its contents constitute a work based on the
7774 Program (independent of having been made by running the Program).
7775 Whether that is true depends on what the Program does.
7777 1. You may copy and distribute verbatim copies of the Program's
7778 source code as you receive it, in any medium, provided that you
7779 conspicuously and appropriately publish on each copy an appropriate
7780 copyright notice and disclaimer of warranty; keep intact all the
7781 notices that refer to this License and to the absence of any warranty;
7782 and give any other recipients of the Program a copy of this License
7783 along with the Program.
7785 You may charge a fee for the physical act of transferring a copy, and
7786 you may at your option offer warranty protection in exchange for a fee.
7788 2. You may modify your copy or copies of the Program or any portion
7789 of it, thus forming a work based on the Program, and copy and
7790 distribute such modifications or work under the terms of Section 1
7791 above, provided that you also meet all of these conditions:
7793 a) You must cause the modified files to carry prominent notices
7794 stating that you changed the files and the date of any change.
7796 b) You must cause any work that you distribute or publish, that in
7797 whole or in part contains or is derived from the Program or any
7798 part thereof, to be licensed as a whole at no charge to all third
7799 parties under the terms of this License.
7801 c) If the modified program normally reads commands interactively
7802 when run, you must cause it, when started running for such
7803 interactive use in the most ordinary way, to print or display an
7804 announcement including an appropriate copyright notice and a
7805 notice that there is no warranty (or else, saying that you provide
7806 a warranty) and that users may redistribute the program under
7807 these conditions, and telling the user how to view a copy of this
7808 License. (Exception: if the Program itself is interactive but
7809 does not normally print such an announcement, your work based on
7810 the Program is not required to print an announcement.)
7812 These requirements apply to the modified work as a whole. If
7813 identifiable sections of that work are not derived from the Program,
7814 and can be reasonably considered independent and separate works in
7815 themselves, then this License, and its terms, do not apply to those
7816 sections when you distribute them as separate works. But when you
7817 distribute the same sections as part of a whole which is a work based
7818 on the Program, the distribution of the whole must be on the terms of
7819 this License, whose permissions for other licensees extend to the
7820 entire whole, and thus to each and every part regardless of who wrote it.
7822 Thus, it is not the intent of this section to claim rights or contest
7823 your rights to work written entirely by you; rather, the intent is to
7824 exercise the right to control the distribution of derivative or
7825 collective works based on the Program.
7827 In addition, mere aggregation of another work not based on the Program
7828 with the Program (or with a work based on the Program) on a volume of
7829 a storage or distribution medium does not bring the other work under
7830 the scope of this License.
7832 3. You may copy and distribute the Program (or a work based on it,
7833 under Section 2) in object code or executable form under the terms of
7834 Sections 1 and 2 above provided that you also do one of the following:
7836 a) Accompany it with the complete corresponding machine-readable
7837 source code, which must be distributed under the terms of Sections
7838 1 and 2 above on a medium customarily used for software interchange; or,
7840 b) Accompany it with a written offer, valid for at least three
7841 years, to give any third party, for a charge no more than your
7842 cost of physically performing source distribution, a complete
7843 machine-readable copy of the corresponding source code, to be
7844 distributed under the terms of Sections 1 and 2 above on a medium
7845 customarily used for software interchange; or,
7847 c) Accompany it with the information you received as to the offer
7848 to distribute corresponding source code. (This alternative is
7849 allowed only for noncommercial distribution and only if you
7850 received the program in object code or executable form with such
7851 an offer, in accord with Subsection b above.)
7853 The source code for a work means the preferred form of the work for
7854 making modifications to it. For an executable work, complete source
7855 code means all the source code for all modules it contains, plus any
7856 associated interface definition files, plus the scripts used to
7857 control compilation and installation of the executable. However, as a
7858 special exception, the source code distributed need not include
7859 anything that is normally distributed (in either source or binary
7860 form) with the major components (compiler, kernel, and so on) of the
7861 operating system on which the executable runs, unless that component
7862 itself accompanies the executable.
7864 If distribution of executable or object code is made by offering
7865 access to copy from a designated place, then offering equivalent
7866 access to copy the source code from the same place counts as
7867 distribution of the source code, even though third parties are not
7868 compelled to copy the source along with the object code.
7870 4. You may not copy, modify, sublicense, or distribute the Program
7871 except as expressly provided under this License. Any attempt
7872 otherwise to copy, modify, sublicense or distribute the Program is
7873 void, and will automatically terminate your rights under this License.
7874 However, parties who have received copies, or rights, from you under
7875 this License will not have their licenses terminated so long as such
7876 parties remain in full compliance.
7878 5. You are not required to accept this License, since you have not
7879 signed it. However, nothing else grants you permission to modify or
7880 distribute the Program or its derivative works. These actions are
7881 prohibited by law if you do not accept this License. Therefore, by
7882 modifying or distributing the Program (or any work based on the
7883 Program), you indicate your acceptance of this License to do so, and
7884 all its terms and conditions for copying, distributing or modifying
7885 the Program or works based on it.
7887 6. Each time you redistribute the Program (or any work based on the
7888 Program), the recipient automatically receives a license from the
7889 original licensor to copy, distribute or modify the Program subject to
7890 these terms and conditions. You may not impose any further
7891 restrictions on the recipients' exercise of the rights granted herein.
7892 You are not responsible for enforcing compliance by third parties to
7893 this License.
7895 7. If, as a consequence of a court judgment or allegation of patent
7896 infringement or for any other reason (not limited to patent issues),
7897 conditions are imposed on you (whether by court order, agreement or
7898 otherwise) that contradict the conditions of this License, they do not
7899 excuse you from the conditions of this License. If you cannot
7900 distribute so as to satisfy simultaneously your obligations under this
7901 License and any other pertinent obligations, then as a consequence you
7902 may not distribute the Program at all. For example, if a patent
7903 license would not permit royalty-free redistribution of the Program by
7904 all those who receive copies directly or indirectly through you, then
7905 the only way you could satisfy both it and this License would be to
7906 refrain entirely from distribution of the Program.
7908 If any portion of this section is held invalid or unenforceable under
7909 any particular circumstance, the balance of the section is intended to
7910 apply and the section as a whole is intended to apply in other
7911 circumstances.
7913 It is not the purpose of this section to induce you to infringe any
7914 patents or other property right claims or to contest validity of any
7915 such claims; this section has the sole purpose of protecting the
7916 integrity of the free software distribution system, which is
7917 implemented by public license practices. Many people have made
7918 generous contributions to the wide range of software distributed
7919 through that system in reliance on consistent application of that
7920 system; it is up to the author/donor to decide if he or she is willing
7921 to distribute software through any other system and a licensee cannot
7922 impose that choice.
7924 This section is intended to make thoroughly clear what is believed to
7925 be a consequence of the rest of this License.
7927 8. If the distribution and/or use of the Program is restricted in
7928 certain countries either by patents or by copyrighted interfaces, the
7929 original copyright holder who places the Program under this License
7930 may add an explicit geographical distribution limitation excluding
7931 those countries, so that distribution is permitted only in or among
7932 countries not thus excluded. In such case, this License incorporates
7933 the limitation as if written in the body of this License.
7935 9. The Free Software Foundation may publish revised and/or new versions
7936 of the General Public License from time to time. Such new versions will
7937 be similar in spirit to the present version, but may differ in detail to
7938 address new problems or concerns.
7940 Each version is given a distinguishing version number. If the Program
7941 specifies a version number of this License which applies to it and "any
7942 later version", you have the option of following the terms and conditions
7943 either of that version or of any later version published by the Free
7944 Software Foundation. If the Program does not specify a version number of
7945 this License, you may choose any version ever published by the Free Software
7946 Foundation.
7948 10. If you wish to incorporate parts of the Program into other free
7949 programs whose distribution conditions are different, write to the author
7950 to ask for permission. For software which is copyrighted by the Free
7951 Software Foundation, write to the Free Software Foundation; we sometimes
7952 make exceptions for this. Our decision will be guided by the two goals
7953 of preserving the free status of all derivatives of our free software and
7954 of promoting the sharing and reuse of software generally.
7956 NO WARRANTY
7958 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
7959 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
7960 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
7961 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
7962 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7963 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
7964 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
7965 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
7966 REPAIR OR CORRECTION.
7968 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
7969 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
7970 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
7971 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
7972 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
7973 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
7974 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
7975 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
7976 POSSIBILITY OF SUCH DAMAGES.
7978 END OF TERMS AND CONDITIONS
7980 How to Apply These Terms to Your New Programs
7982 If you develop a new program, and you want it to be of the greatest
7983 possible use to the public, the best way to achieve this is to make it
7984 free software which everyone can redistribute and change under these terms.
7986 To do so, attach the following notices to the program. It is safest
7987 to attach them to the start of each source file to most effectively
7988 convey the exclusion of warranty; and each file should have at least
7989 the "copyright" line and a pointer to where the full notice is found.
7991 &lt;one line to give the program's name and a brief idea of what it does.&gt;
7992 Copyright (C) &lt;year&gt; &lt;name of author&gt;
7994 This program is free software; you can redistribute it and/or modify
7995 it under the terms of the GNU General Public License as published by
7996 the Free Software Foundation; either version 2 of the License, or
7997 (at your option) any later version.
7999 This program is distributed in the hope that it will be useful,
8000 but WITHOUT ANY WARRANTY; without even the implied warranty of
8001 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8002 GNU General Public License for more details.
8004 You should have received a copy of the GNU General Public License
8005 along with this program; if not, write to the Free Software
8006 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8009 Also add information on how to contact you by electronic and paper mail.
8011 If the program is interactive, make it output a short notice like this
8012 when it starts in an interactive mode:
8014 Gnomovision version 69, Copyright (C) year name of author
8015 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
8016 This is free software, and you are welcome to redistribute it
8017 under certain conditions; type `show c' for details.
8019 The hypothetical commands `show w' and `show c' should show the appropriate
8020 parts of the General Public License. Of course, the commands you use may
8021 be called something other than `show w' and `show c'; they could even be
8022 mouse-clicks or menu items--whatever suits your program.
8024 You should also get your employer (if you work as a programmer) or your
8025 school, if any, to sign a "copyright disclaimer" for the program, if
8026 necessary. Here is a sample; alter the names:
8028 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
8029 `Gnomovision' (which makes passes at compilers) written by James Hacker.
8031 &lt;signature of Ty Coon&gt;, 1 April 1989
8032 Ty Coon, President of Vice
8034 This General Public License does not permit incorporating your program into
8035 proprietary programs. If your program is a subroutine library, you may
8036 consider it more useful to permit linking proprietary applications with the
8037 library. If this is what you want to do, use the GNU Library General
8038 Public License instead of this License.
8040 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8042 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE:
8044 ---------------------------------------------------------------------------
8046 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved.
8048 This software is provided "as is," without warranty of any kind,
8049 express or implied. In no event shall the author or contributors
8050 be held liable for any damages arising in any way from the use of
8051 this software.
8053 The contents of this file are DUAL-LICENSED. You may modify and/or
8054 redistribute this software according to the terms of one of the
8055 following two licenses (at your option):
8058 LICENSE 1 ("BSD-like with advertising clause"):
8060 Permission is granted to anyone to use this software for any purpose,
8061 including commercial applications, and to alter it and redistribute
8062 it freely, subject to the following restrictions:
8064 1. Redistributions of source code must retain the above copyright
8065 notice, disclaimer, and this list of conditions.
8066 2. Redistributions in binary form must reproduce the above copyright
8067 notice, disclaimer, and this list of conditions in the documenta-
8068 tion and/or other materials provided with the distribution.
8069 3. All advertising materials mentioning features or use of this
8070 software must display the following acknowledgment:
8072 This product includes software developed by Greg Roelofs
8073 and contributors for the book, "PNG: The Definitive Guide,"
8074 published by O'Reilly and Associates.
8077 LICENSE 2 (GNU GPL v2 or later):
8079 This program is free software; you can redistribute it and/or modify
8080 it under the terms of the GNU General Public License as published by
8081 the Free Software Foundation; either version 2 of the License, or
8082 (at your option) any later version.
8084 This program is distributed in the hope that it will be useful,
8085 but WITHOUT ANY WARRANTY; without even the implied warranty of
8086 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8087 GNU General Public License for more details.
8089 You should have received a copy of the GNU General Public License
8090 along with this program; if not, write to the Free Software Foundation,
8091 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8093 ---------------------------------------------------------------------------
8095 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8096 </pre>
8097 <ul>
8098 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
8099 </ul>
8100 </div>
8101 </div>
8104 <div class="product">
8105 <span class="title">libpthread-stubs-0.1</span>
8106 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8107 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
8108 <div class="licence">
8109 <pre>Scanned Source License libpthread-stubs-0.1/COPYING:
8111 Permission is hereby granted, free of charge, to any person obtaining a
8112 copy of this software and associated documentation files (the "Software"),
8113 to deal in the Software without restriction, including without limitation
8114 the rights to use, copy, modify, merge, publish, distribute, sublicense,
8115 and/or sell copies of the Software, and to permit persons to whom the
8116 Software is furnished to do so, subject to the following conditions:
8118 The above copyright notice and this permission notice shall be included in
8119 all copies or substantial portions of the Software.
8121 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8122 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8123 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8124 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
8125 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8126 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8128 Except as contained in this notice, the names of the authors or their
8129 institutions shall not be used in advertising or otherwise to promote the
8130 sale, use or other dealings in this Software without prior written
8131 authorization from the authors.
8133 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8134 </pre>
8135 <ul>
8137 </ul>
8138 </div>
8139 </div>
8142 <div class="product">
8143 <span class="title">libtool-2.4</span>
8144 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8145 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span>
8146 <div class="licence">
8147 <pre></pre>
8148 <ul>
8149 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8150 </ul>
8151 </div>
8152 </div>
8155 <div class="product">
8156 <span class="title">libusb-0.1.12</span>
8157 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8158 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
8159 <div class="licence">
8160 <pre></pre>
8161 <ul>
8162 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
8163 </ul>
8164 </div>
8165 </div>
8168 <div class="product">
8169 <span class="title">libusb-1.0.9</span>
8170 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8171 <span class="homepage"><a href="http://libusb.org/">homepage</a></span>
8172 <div class="licence">
8173 <pre></pre>
8174 <ul>
8175 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
8176 </ul>
8177 </div>
8178 </div>
8181 <div class="product">
8182 <span class="title">libva-1.2.1</span>
8183 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8184 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
8185 <div class="licence">
8186 <pre>Scanned Source License libva-1.2.1/COPYING:
8188 Permission is hereby granted, free of charge, to any person obtaining a
8189 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, sub license, 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:
8196 The above copyright notice and this permission notice (including the
8197 next paragraph) shall be included in all copies or substantial portions
8198 of the Software.
8200 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8201 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8202 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8203 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8204 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8205 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8206 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8208 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8210 Scanned Source License libva-1.2.1/debian.upstream/copyright:
8212 This package was debianized by Waldo Bastian &lt;waldo.bastian@intel.com&gt; on
8213 Mon, 18 Jun 2007 21:35:31 -0700.
8215 It was downloaded from &lt;url://example.com&gt;
8217 Upstream Author(s):
8219 Waldo Bastian &lt;waldo.bastian@intel.com&gt;
8220 Jonathan Bian &lt;jonathan.bian@intel.com&gt;
8222 Copyright:
8224 (C) Copyright IBM Corporation 2004
8225 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
8226 Copyright 2000 VA Linux Systems, Inc.
8227 Copyright 2007 Intel Corportation
8229 License:
8231 Permission is hereby granted, free of charge, to any person obtaining a
8232 copy of this software and associated documentation files (the
8233 "Software"), to deal in the Software without restriction, including
8234 without limitation the rights to use, copy, modify, merge, publish,
8235 distribute, sub license, and/or sell copies of the Software, and to
8236 permit persons to whom the Software is furnished to do so, subject to
8237 the following conditions:
8239 The above copyright notice and this permission notice (including the
8240 next paragraph) shall be included in all copies or substantial portions
8241 of the Software.
8243 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8244 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8245 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8246 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8247 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8248 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8249 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8251 The Debian packaging is (C) 2007, Intel Corporation and
8252 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
8254 # Please also look if there are files or directories which have a
8255 # different copyright/license attached and list them here.
8257 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8258 </pre>
8259 <ul>
8261 </ul>
8262 </div>
8263 </div>
8266 <div class="product">
8267 <span class="title">libva-intel-driver-1.2.1</span>
8268 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8269 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
8270 <div class="licence">
8271 <pre>Scanned Source License libva-intel-driver-1.2.1/COPYING:
8273 Permission is hereby granted, free of charge, to any person obtaining a
8274 copy of this software and associated documentation files (the
8275 "Software"), to deal in the Software without restriction, including
8276 without limitation the rights to use, copy, modify, merge, publish,
8277 distribute, sub license, and/or sell copies of the Software, and to
8278 permit persons to whom the Software is furnished to do so, subject to
8279 the following conditions:
8281 The above copyright notice and this permission notice (including the
8282 next paragraph) shall be included in all copies or substantial portions
8283 of the Software.
8285 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8286 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8287 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8288 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8289 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8290 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8291 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8293 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8295 Scanned Source License libva-intel-driver-1.2.1/debian.upstream/copyright:
8297 This package is maintained by:
8298 Gwenole Beauchesne &lt;gwenole.beauchesne@intel.com&gt;
8301 License:
8303 Permission is hereby granted, free of charge, to any person obtaining a
8304 copy of this software and associated documentation files (the
8305 "Software"), to deal in the Software without restriction, including
8306 without limitation the rights to use, copy, modify, merge, publish,
8307 distribute, sub license, and/or sell copies of the Software, and to
8308 permit persons to whom the Software is furnished to do so, subject to
8309 the following conditions:
8311 The above copyright notice and this permission notice (including the
8312 next paragraph) shall be included in all copies or substantial portions
8313 of the Software.
8315 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8316 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8317 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8318 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8319 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8320 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8321 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8323 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8324 </pre>
8325 <ul>
8327 </ul>
8328 </div>
8329 </div>
8332 <div class="product">
8333 <span class="title">libxcb-1.9.1</span>
8334 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8335 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
8336 <div class="licence">
8337 <pre>Scanned Source License libxcb-1.9.1/COPYING:
8339 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
8340 All Rights Reserved.
8342 Permission is hereby granted, free of charge, to any person
8343 obtaining a copy of this software and associated
8344 documentation files (the "Software"), to deal in the
8345 Software without restriction, including without limitation
8346 the rights to use, copy, modify, merge, publish, distribute,
8347 sublicense, and/or sell copies of the Software, and to
8348 permit persons to whom the Software is furnished to do so,
8349 subject to the following conditions:
8351 The above copyright notice and this permission notice shall
8352 be included in all copies or substantial portions of the
8353 Software.
8355 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
8356 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
8357 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
8358 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
8359 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8360 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8361 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
8362 OTHER DEALINGS IN THE SOFTWARE.
8364 Except as contained in this notice, the names of the authors
8365 or their institutions shall not be used in advertising or
8366 otherwise to promote the sale, use or other dealings in this
8367 Software without prior written authorization from the
8368 authors.
8370 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8371 </pre>
8372 <ul>
8374 </ul>
8375 </div>
8376 </div>
8379 <div class="product">
8380 <span class="title">libxml2-2.9.1</span>
8381 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8382 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span>
8383 <div class="licence">
8384 <pre>Scanned Source License libxml2-2.9.1/COPYING:
8386 Except where otherwise noted in the source code (e.g. the files hash.c,
8387 list.c and the trio files, which are covered by a similar licence but
8388 with different Copyright notices) all the files are:
8390 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
8392 Permission is hereby granted, free of charge, to any person obtaining a copy
8393 of this software and associated documentation files (the "Software"), to deal
8394 in the Software without restriction, including without limitation the rights
8395 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8396 copies of the Software, and to permit persons to whom the Software is fur-
8397 nished to do so, subject to the following conditions:
8399 The above copyright notice and this permission notice shall be included in
8400 all copies or substantial portions of the Software.
8402 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8403 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
8404 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8405 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8406 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8407 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8408 THE SOFTWARE.
8410 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8412 Scanned Source License libxml2-2.9.1/Copyright:
8414 Except where otherwise noted in the source code (e.g. the files hash.c,
8415 list.c and the trio files, which are covered by a similar licence but
8416 with different Copyright notices) all the files are:
8418 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
8420 Permission is hereby granted, free of charge, to any person obtaining a copy
8421 of this software and associated documentation files (the "Software"), to deal
8422 in the Software without restriction, including without limitation the rights
8423 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8424 copies of the Software, and to permit persons to whom the Software is fur-
8425 nished to do so, subject to the following conditions:
8427 The above copyright notice and this permission notice shall be included in
8428 all copies or substantial portions of the Software.
8430 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8431 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
8432 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8433 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8434 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8435 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8436 THE SOFTWARE.
8438 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8439 </pre>
8440 <ul>
8442 </ul>
8443 </div>
8444 </div>
8447 <div class="product">
8448 <span class="title">Linux-2.6</span>
8449 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8450 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
8451 <div class="licence">
8452 <pre></pre>
8453 <ul>
8454 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8455 </ul>
8456 </div>
8457 </div>
8460 <div class="product">
8461 <span class="title">linux-headers-3.4</span>
8462 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8463 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
8464 <div class="licence">
8465 <pre></pre>
8466 <ul>
8467 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8468 </ul>
8469 </div>
8470 </div>
8473 <div class="product">
8474 <span class="title">llvm-3.2</span>
8475 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8476 <span class="homepage"><a href="http://llvm.org/">homepage</a></span>
8477 <div class="licence">
8478 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT:
8480 ==============================================================================
8481 LLVM Release License
8482 ==============================================================================
8483 University of Illinois/NCSA
8484 Open Source License
8486 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
8487 All rights reserved.
8489 Developed by:
8491 LLVM Team
8493 University of Illinois at Urbana-Champaign
8495 http://llvm.org
8497 Permission is hereby granted, free of charge, to any person obtaining a copy of
8498 this software and associated documentation files (the "Software"), to deal with
8499 the Software without restriction, including without limitation the rights to
8500 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8501 of the Software, and to permit persons to whom the Software is furnished to do
8502 so, subject to the following conditions:
8504 * Redistributions of source code must retain the above copyright notice,
8505 this list of conditions and the following disclaimers.
8507 * Redistributions in binary form must reproduce the above copyright notice,
8508 this list of conditions and the following disclaimers in the
8509 documentation and/or other materials provided with the distribution.
8511 * Neither the names of the LLVM Team, University of Illinois at
8512 Urbana-Champaign, nor the names of its contributors may be used to
8513 endorse or promote products derived from this Software without specific
8514 prior written permission.
8516 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8517 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8518 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8519 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8520 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8521 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
8522 SOFTWARE.
8524 ==============================================================================
8525 Copyrights and Licenses for Third Party Software Distributed with LLVM:
8526 ==============================================================================
8527 The LLVM software contains code written by third parties. Such software will
8528 have its own individual LICENSE.TXT file in the directory in which it appears.
8529 This file will describe the copyrights, license, and restrictions which apply
8530 to that code.
8532 The disclaimer of warranty in the University of Illinois Open Source License
8533 applies to all code in the LLVM Distribution, and nothing in any of the
8534 other licenses gives permission to use the names of the LLVM Team or the
8535 University of Illinois to endorse or promote products derived from this
8536 Software.
8538 The following pieces of software have additional or alternate copyrights,
8539 licenses, and/or restrictions:
8541 Program Directory
8542 ------- ---------
8543 Autoconf llvm/autoconf
8544 llvm/projects/ModuleMaker/autoconf
8545 llvm/projects/sample/autoconf
8546 CellSPU backend llvm/lib/Target/CellSPU/README.txt
8547 Google Test llvm/utils/unittest/googletest
8548 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
8549 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
8551 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8553 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT:
8555 ------------------------------------------------------------------------------
8556 Autoconf Files
8557 ------------------------------------------------------------------------------
8558 All autoconf files are licensed under the LLVM license with the following
8559 additions:
8561 llvm/autoconf/install-sh:
8562 This script is licensed under the LLVM license, with the following
8563 additional copyrights and restrictions:
8565 Copyright 1991 by the Massachusetts Institute of Technology
8567 Permission to use, copy, modify, distribute, and sell this software and its
8568 documentation for any purpose is hereby granted without fee, provided that
8569 the above copyright notice appear in all copies and that both that
8570 copyright notice and this permission notice appear in supporting
8571 documentation, and that the name of M.I.T. not be used in advertising or
8572 publicity pertaining to distribution of the software without specific,
8573 written prior permission. M.I.T. makes no representations about the
8574 suitability of this software for any purpose. It is provided "as is"
8575 without express or implied warranty.
8577 Please see the source files for additional copyrights.
8580 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8582 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT:
8584 LLVM System Interface Library
8585 -------------------------------------------------------------------------------
8586 The LLVM System Interface Library is licensed under the Illinois Open Source
8587 License and has the following additional copyright:
8589 Copyright (C) 2004 eXtensible Systems, Inc.
8591 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8593 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT:
8595 ------------------------------------------------------------------------------
8596 Autoconf Files
8597 ------------------------------------------------------------------------------
8598 All autoconf files are licensed under the LLVM license with the following
8599 additions:
8601 llvm/autoconf/install-sh:
8602 This script is licensed under the LLVM license, with the following
8603 additional copyrights and restrictions:
8605 Copyright 1991 by the Massachusetts Institute of Technology
8607 Permission to use, copy, modify, distribute, and sell this software and its
8608 documentation for any purpose is hereby granted without fee, provided that
8609 the above copyright notice appear in all copies and that both that
8610 copyright notice and this permission notice appear in supporting
8611 documentation, and that the name of M.I.T. not be used in advertising or
8612 publicity pertaining to distribution of the software without specific,
8613 written prior permission. M.I.T. makes no representations about the
8614 suitability of this software for any purpose. It is provided "as is"
8615 without express or implied warranty.
8617 Please see the source files for additional copyrights.
8620 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8622 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt:
8624 Copyright (c) 2006 Kirill Simonov
8626 Permission is hereby granted, free of charge, to any person obtaining a copy of
8627 this software and associated documentation files (the "Software"), to deal in
8628 the Software without restriction, including without limitation the rights to
8629 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8630 of the Software, and to permit persons to whom the Software is furnished to do
8631 so, subject to the following conditions:
8633 The above copyright notice and this permission notice shall be included in all
8634 copies or substantial portions of the Software.
8636 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8637 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8638 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8639 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8640 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8641 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8642 SOFTWARE.
8644 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8646 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT:
8648 Copyright 2008, Google Inc.
8649 All rights reserved.
8651 Redistribution and use in source and binary forms, with or without
8652 modification, are permitted provided that the following conditions are
8653 met:
8655 * Redistributions of source code must retain the above copyright
8656 notice, this list of conditions and the following disclaimer.
8657 * Redistributions in binary form must reproduce the above
8658 copyright notice, this list of conditions and the following disclaimer
8659 in the documentation and/or other materials provided with the
8660 distribution.
8661 * Neither the name of Google Inc. nor the names of its
8662 contributors may be used to endorse or promote products derived from
8663 this software without specific prior written permission.
8665 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8666 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8667 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8668 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8669 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8670 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8671 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8672 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8673 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8674 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8675 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8677 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8679 Gentoo Package Stock License UoI-NCSA:
8681 Copyright (c) &lt;YEAR&gt; &lt;OWNER ORGANIZATION NAME&gt;. All rights reserved.
8683 Developed by: &lt;NAME OF DEVELOPMENT GROUP&gt;
8684 &lt;NAME OF INSTITUTION&gt;
8685 &lt;URL FOR DEVELOPMENT GROUP/INSTITUTION&gt;
8687 Permission is hereby granted, free of charge, to any person obtaining a copy
8688 of this software and associated documentation files (the "Software"), to
8689 deal with the Software without restriction, including without limitation the
8690 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8691 sell copies of the Software, and to permit persons to whom the Software is
8692 furnished to do so, subject to the following conditions:
8693 1. Redistributions of source code must retain the above copyright notice,
8694 this list of conditions and the following disclaimers.
8695 2. Redistributions in binary form must reproduce the above copyright
8696 notice, this list of conditions and the following disclaimers in the
8697 documentation and/or other materials provided with the distribution.
8698 3. Neither the names of &lt;NAME OF DEVELOPMENT GROUP&gt;, &lt;NAME OF
8699 INSTITUTION&gt;, nor the names of its contributors may be used to endorse
8700 or promote products derived from this Software without specific prior
8701 written permission.
8703 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8704 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8705 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8706 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8707 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8708 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
8709 WITH THE SOFTWARE.
8711 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8712 </pre>
8713 <ul>
8715 </ul>
8716 </div>
8717 </div>
8720 <div class="product">
8721 <span class="title">lohitfonts-cros-2.5.0</span>
8722 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8723 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span>
8724 <div class="licence">
8725 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE:
8727 Copyright 2011 Lohit Fonts Project contributors
8728 &lt;http://fedorahosted.org/lohit&gt;,
8729 with Reserved Font Name Lohit.
8731 This Font Software is licensed under the SIL Open Font License, Version 1.1.
8732 This license is copied below, and is also available with a FAQ at:
8733 http://scripts.sil.org/OFL
8736 -----------------------------------------------------------
8737 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
8738 -----------------------------------------------------------
8740 PREAMBLE
8741 The goals of the Open Font License (OFL) are to stimulate worldwide
8742 development of collaborative font projects, to support the font creation
8743 efforts of academic and linguistic communities, and to provide a free and
8744 open framework in which fonts may be shared and improved in partnership
8745 with others.
8747 The OFL allows the licensed fonts to be used, studied, modified and
8748 redistributed freely as long as they are not sold by themselves. The
8749 fonts, including any derivative works, can be bundled, embedded,
8750 redistributed and/or sold with any software provided that any reserved
8751 names are not used by derivative works. The fonts and derivatives,
8752 however, cannot be released under any other type of license. The
8753 requirement for fonts to remain under this license does not apply
8754 to any document created using the fonts or their derivatives.
8756 DEFINITIONS
8757 "Font Software" refers to the set of files released by the Copyright
8758 Holder(s) under this license and clearly marked as such. This may
8759 include source files, build scripts and documentation.
8761 "Reserved Font Name" refers to any names specified as such after the
8762 copyright statement(s).
8764 "Original Version" refers to the collection of Font Software components as
8765 distributed by the Copyright Holder(s).
8767 "Modified Version" refers to any derivative made by adding to, deleting,
8768 or substituting -- in part or in whole -- any of the components of the
8769 Original Version, by changing formats or by porting the Font Software to a
8770 new environment.
8772 "Author" refers to any designer, engineer, programmer, technical
8773 writer or other person who contributed to the Font Software.
8775 PERMISSION &amp; CONDITIONS
8776 Permission is hereby granted, free of charge, to any person obtaining
8777 a copy of the Font Software, to use, study, copy, merge, embed, modify,
8778 redistribute, and sell modified and unmodified copies of the Font
8779 Software, subject to the following conditions:
8781 1) Neither the Font Software nor any of its individual components,
8782 in Original or Modified Versions, may be sold by itself.
8784 2) Original or Modified Versions of the Font Software may be bundled,
8785 redistributed and/or sold with any software, provided that each copy
8786 contains the above copyright notice and this license. These can be
8787 included either as stand-alone text files, human-readable headers or
8788 in the appropriate machine-readable metadata fields within text or
8789 binary files as long as those fields can be easily viewed by the user.
8791 3) No Modified Version of the Font Software may use the Reserved Font
8792 Name(s) unless explicit written permission is granted by the corresponding
8793 Copyright Holder. This restriction only applies to the primary font name as
8794 presented to the users.
8796 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
8797 Software shall not be used to promote, endorse or advertise any
8798 Modified Version, except to acknowledge the contribution(s) of the
8799 Copyright Holder(s) and the Author(s) or with their explicit written
8800 permission.
8802 5) The Font Software, modified or unmodified, in part or in whole,
8803 must be distributed entirely under this license, and must not be
8804 distributed under any other license. The requirement for fonts to
8805 remain under this license does not apply to any document created
8806 using the Font Software.
8808 TERMINATION
8809 This license becomes null and void if any of the above conditions are
8810 not met.
8812 DISCLAIMER
8813 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8814 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
8815 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
8816 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
8817 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
8818 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
8819 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8820 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
8821 OTHER DEALINGS IN THE FONT SOFTWARE.
8823 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8824 </pre>
8825 <ul>
8826 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
8827 </ul>
8828 </div>
8829 </div>
8832 <div class="product">
8833 <span class="title">lsof-4.81</span>
8834 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8835 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span>
8836 <div class="licence">
8837 <pre>Gentoo Package Stock License lsof:
8839 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9
8841 Copyright 2002 Purdue Research Foundation, West Lafayette,
8842 Indiana 47907. All rights reserved.
8844 Written by Victor A. Abell
8846 This software is not subject to any license of the American
8847 Telephone and Telegraph Company or the Regents of the
8848 University of California.
8850 Permission is granted to anyone to use this software for
8851 any purpose on any computer system, and to alter it and
8852 redistribute it freely, subject to the following
8853 restrictions:
8855 1. Neither the authors nor Purdue University are responsible
8856 for any consequences of the use of this software.
8858 2. The origin of this software must not be misrepresented,
8859 either by explicit claim or by omission. Credit to the
8860 authors and Purdue University must appear in documentation
8861 and sources.
8863 3. Altered versions must be plainly marked as such, and must
8864 not be misrepresented as being the original software.
8866 4. This notice may not be removed or altered.
8868 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8869 </pre>
8870 <ul>
8872 </ul>
8873 </div>
8874 </div>
8877 <div class="product">
8878 <span class="title">lvm2-2.02.97</span>
8879 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8880 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span>
8881 <div class="licence">
8882 <pre></pre>
8883 <ul>
8884 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8885 </ul>
8886 </div>
8887 </div>
8890 <div class="product">
8891 <span class="title">lzo-2.06</span>
8892 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8893 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span>
8894 <div class="licence">
8895 <pre></pre>
8896 <ul>
8897 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8898 </ul>
8899 </div>
8900 </div>
8903 <div class="product">
8904 <span class="title">m2crypto-0.21.1</span>
8905 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8906 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span>
8907 <div class="licence">
8908 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE:
8910 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
8912 Portions copyright (c) 2004-2006 Open Source Applications Foundation.
8913 All rights reserved.
8915 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam.
8916 All rights reserved.
8918 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
8920 Permission to use, copy, modify, and distribute this software and its
8921 documentation for any purpose and without fee is hereby granted,
8922 provided that the above copyright notice appear in all copies and that
8923 both that copyright notice and this permission notice appear in
8924 supporting documentation.
8926 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR
8927 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
8928 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
8929 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
8930 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
8931 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8932 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8933 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8934 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8935 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8937 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8938 </pre>
8939 <ul>
8941 </ul>
8942 </div>
8943 </div>
8946 <div class="product">
8947 <span class="title">m4-1.4.16</span>
8948 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8949 <span class="homepage"><a href="http://www.gnu.org/software/m4/m4.html">homepage</a></span>
8950 <div class="licence">
8951 <pre></pre>
8952 <ul>
8953 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8954 </ul>
8955 </div>
8956 </div>
8959 <div class="product">
8960 <span class="title">make-3.82</span>
8961 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8962 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span>
8963 <div class="licence">
8964 <pre></pre>
8965 <ul>
8966 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8967 </ul>
8968 </div>
8969 </div>
8972 <div class="product">
8973 <span class="title">marvell_sd8787-14.64.2.47</span>
8974 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8975 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span>
8976 <div class="licence">
8977 <pre>Custom License Marvell-sd8787:
8979 Copyright (C) 2010, Marvell International Ltd.
8981 All Rights Reserved.
8983 This file is provided by Marvell International Ltd. "AS IS".
8984 Reverse engineering of this file is strictly prohibited.
8985 Redistribution and use in its original form are permitted.
8988 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8989 </pre>
8990 <ul>
8992 </ul>
8993 </div>
8994 </div>
8997 <div class="product">
8998 <span class="title">mawk-1.3.4_p20100625</span>
8999 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9000 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span>
9001 <div class="licence">
9002 <pre></pre>
9003 <ul>
9004 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9005 </ul>
9006 </div>
9007 </div>
9010 <div class="product">
9011 <span class="title">memtester-4.2.2</span>
9012 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9013 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span>
9014 <div class="licence">
9015 <pre></pre>
9016 <ul>
9017 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9018 </ul>
9019 </div>
9020 </div>
9023 <div class="product">
9024 <span class="title">mesa-9.1</span>
9025 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9026 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
9027 <div class="licence">
9028 <pre>Scanned Source License Mesa-9.1/docs/COPYING:
9031 Some parts of Mesa are copyrighted under the GNU LGPL. See the
9032 Mesa/docs/COPYRIGHT file for details.
9034 The following is the standard GNU copyright file.
9035 ----------------------------------------------------------------------
9038 GNU LIBRARY GENERAL PUBLIC LICENSE
9039 Version 2, June 1991
9041 Copyright (C) 1991 Free Software Foundation, Inc.
9042 675 Mass Ave, Cambridge, MA 02139, USA
9043 Everyone is permitted to copy and distribute verbatim copies
9044 of this license document, but changing it is not allowed.
9046 [This is the first released version of the library GPL. It is
9047 numbered 2 because it goes with version 2 of the ordinary GPL.]
9049 Preamble
9051 The licenses for most software are designed to take away your
9052 freedom to share and change it. By contrast, the GNU General Public
9053 Licenses are intended to guarantee your freedom to share and change
9054 free software--to make sure the software is free for all its users.
9056 This license, the Library General Public License, applies to some
9057 specially designated Free Software Foundation software, and to any
9058 other libraries whose authors decide to use it. You can use it for
9059 your libraries, too.
9061 When we speak of free software, we are referring to freedom, not
9062 price. Our General Public Licenses are designed to make sure that you
9063 have the freedom to distribute copies of free software (and charge for
9064 this service if you wish), that you receive source code or can get it
9065 if you want it, that you can change the software or use pieces of it
9066 in new free programs; and that you know you can do these things.
9068 To protect your rights, we need to make restrictions that forbid
9069 anyone to deny you these rights or to ask you to surrender the rights.
9070 These restrictions translate to certain responsibilities for you if
9071 you distribute copies of the library, or if you modify it.
9073 For example, if you distribute copies of the library, whether gratis
9074 or for a fee, you must give the recipients all the rights that we gave
9075 you. You must make sure that they, too, receive or can get the source
9076 code. If you link a program with the library, you must provide
9077 complete object files to the recipients so that they can relink them
9078 with the library, after making changes to the library and recompiling
9079 it. And you must show them these terms so they know their rights.
9081 Our method of protecting your rights has two steps: (1) copyright
9082 the library, and (2) offer you this license which gives you legal
9083 permission to copy, distribute and/or modify the library.
9085 Also, for each distributor's protection, we want to make certain
9086 that everyone understands that there is no warranty for this free
9087 library. If the library is modified by someone else and passed on, we
9088 want its recipients to know that what they have is not the original
9089 version, so that any problems introduced by others will not reflect on
9090 the original authors' reputations.
9092 Finally, any free program is threatened constantly by software
9093 patents. We wish to avoid the danger that companies distributing free
9094 software will individually obtain patent licenses, thus in effect
9095 transforming the program into proprietary software. To prevent this,
9096 we have made it clear that any patent must be licensed for everyone's
9097 free use or not licensed at all.
9099 Most GNU software, including some libraries, is covered by the ordinary
9100 GNU General Public License, which was designed for utility programs. This
9101 license, the GNU Library General Public License, applies to certain
9102 designated libraries. This license is quite different from the ordinary
9103 one; be sure to read it in full, and don't assume that anything in it is
9104 the same as in the ordinary license.
9106 The reason we have a separate public license for some libraries is that
9107 they blur the distinction we usually make between modifying or adding to a
9108 program and simply using it. Linking a program with a library, without
9109 changing the library, is in some sense simply using the library, and is
9110 analogous to running a utility program or application program. However, in
9111 a textual and legal sense, the linked executable is a combined work, a
9112 derivative of the original library, and the ordinary General Public License
9113 treats it as such.
9115 Because of this blurred distinction, using the ordinary General
9116 Public License for libraries did not effectively promote software
9117 sharing, because most developers did not use the libraries. We
9118 concluded that weaker conditions might promote sharing better.
9120 However, unrestricted linking of non-free programs would deprive the
9121 users of those programs of all benefit from the free status of the
9122 libraries themselves. This Library General Public License is intended to
9123 permit developers of non-free programs to use free libraries, while
9124 preserving your freedom as a user of such programs to change the free
9125 libraries that are incorporated in them. (We have not seen how to achieve
9126 this as regards changes in header files, but we have achieved it as regards
9127 changes in the actual functions of the Library.) The hope is that this
9128 will lead to faster development of free libraries.
9130 The precise terms and conditions for copying, distribution and
9131 modification follow. Pay close attention to the difference between a
9132 "work based on the library" and a "work that uses the library". The
9133 former contains code derived from the library, while the latter only
9134 works together with the library.
9136 Note that it is possible for a library to be covered by the ordinary
9137 General Public License rather than by this special one.
9139 GNU LIBRARY GENERAL PUBLIC LICENSE
9140 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
9142 0. This License Agreement applies to any software library which
9143 contains a notice placed by the copyright holder or other authorized
9144 party saying it may be distributed under the terms of this Library
9145 General Public License (also called "this License"). Each licensee is
9146 addressed as "you".
9148 A "library" means a collection of software functions and/or data
9149 prepared so as to be conveniently linked with application programs
9150 (which use some of those functions and data) to form executables.
9152 The "Library", below, refers to any such software library or work
9153 which has been distributed under these terms. A "work based on the
9154 Library" means either the Library or any derivative work under
9155 copyright law: that is to say, a work containing the Library or a
9156 portion of it, either verbatim or with modifications and/or translated
9157 straightforwardly into another language. (Hereinafter, translation is
9158 included without limitation in the term "modification".)
9160 "Source code" for a work means the preferred form of the work for
9161 making modifications to it. For a library, complete source code means
9162 all the source code for all modules it contains, plus any associated
9163 interface definition files, plus the scripts used to control compilation
9164 and installation of the library.
9166 Activities other than copying, distribution and modification are not
9167 covered by this License; they are outside its scope. The act of
9168 running a program using the Library is not restricted, and output from
9169 such a program is covered only if its contents constitute a work based
9170 on the Library (independent of the use of the Library in a tool for
9171 writing it). Whether that is true depends on what the Library does
9172 and what the program that uses the Library does.
9174 1. You may copy and distribute verbatim copies of the Library's
9175 complete source code as you receive it, in any medium, provided that
9176 you conspicuously and appropriately publish on each copy an
9177 appropriate copyright notice and disclaimer of warranty; keep intact
9178 all the notices that refer to this License and to the absence of any
9179 warranty; and distribute a copy of this License along with the
9180 Library.
9182 You may charge a fee for the physical act of transferring a copy,
9183 and you may at your option offer warranty protection in exchange for a
9184 fee.
9186 2. You may modify your copy or copies of the Library or any portion
9187 of it, thus forming a work based on the Library, and copy and
9188 distribute such modifications or work under the terms of Section 1
9189 above, provided that you also meet all of these conditions:
9191 a) The modified work must itself be a software library.
9193 b) You must cause the files modified to carry prominent notices
9194 stating that you changed the files and the date of any change.
9196 c) You must cause the whole of the work to be licensed at no
9197 charge to all third parties under the terms of this License.
9199 d) If a facility in the modified Library refers to a function or a
9200 table of data to be supplied by an application program that uses
9201 the facility, other than as an argument passed when the facility
9202 is invoked, then you must make a good faith effort to ensure that,
9203 in the event an application does not supply such function or
9204 table, the facility still operates, and performs whatever part of
9205 its purpose remains meaningful.
9207 (For example, a function in a library to compute square roots has
9208 a purpose that is entirely well-defined independent of the
9209 application. Therefore, Subsection 2d requires that any
9210 application-supplied function or table used by this function must
9211 be optional: if the application does not supply it, the square
9212 root function must still compute square roots.)
9214 These requirements apply to the modified work as a whole. If
9215 identifiable sections of that work are not derived from the Library,
9216 and can be reasonably considered independent and separate works in
9217 themselves, then this License, and its terms, do not apply to those
9218 sections when you distribute them as separate works. But when you
9219 distribute the same sections as part of a whole which is a work based
9220 on the Library, the distribution of the whole must be on the terms of
9221 this License, whose permissions for other licensees extend to the
9222 entire whole, and thus to each and every part regardless of who wrote
9225 Thus, it is not the intent of this section to claim rights or contest
9226 your rights to work written entirely by you; rather, the intent is to
9227 exercise the right to control the distribution of derivative or
9228 collective works based on the Library.
9230 In addition, mere aggregation of another work not based on the Library
9231 with the Library (or with a work based on the Library) on a volume of
9232 a storage or distribution medium does not bring the other work under
9233 the scope of this License.
9235 3. You may opt to apply the terms of the ordinary GNU General Public
9236 License instead of this License to a given copy of the Library. To do
9237 this, you must alter all the notices that refer to this License, so
9238 that they refer to the ordinary GNU General Public License, version 2,
9239 instead of to this License. (If a newer version than version 2 of the
9240 ordinary GNU General Public License has appeared, then you can specify
9241 that version instead if you wish.) Do not make any other change in
9242 these notices.
9244 Once this change is made in a given copy, it is irreversible for
9245 that copy, so the ordinary GNU General Public License applies to all
9246 subsequent copies and derivative works made from that copy.
9248 This option is useful when you wish to copy part of the code of
9249 the Library into a program that is not a library.
9251 4. You may copy and distribute the Library (or a portion or
9252 derivative of it, under Section 2) in object code or executable form
9253 under the terms of Sections 1 and 2 above provided that you accompany
9254 it with the complete corresponding machine-readable source code, which
9255 must be distributed under the terms of Sections 1 and 2 above on a
9256 medium customarily used for software interchange.
9258 If distribution of object code is made by offering access to copy
9259 from a designated place, then offering equivalent access to copy the
9260 source code from the same place satisfies the requirement to
9261 distribute the source code, even though third parties are not
9262 compelled to copy the source along with the object code.
9264 5. A program that contains no derivative of any portion of the
9265 Library, but is designed to work with the Library by being compiled or
9266 linked with it, is called a "work that uses the Library". Such a
9267 work, in isolation, is not a derivative work of the Library, and
9268 therefore falls outside the scope of this License.
9270 However, linking a "work that uses the Library" with the Library
9271 creates an executable that is a derivative of the Library (because it
9272 contains portions of the Library), rather than a "work that uses the
9273 library". The executable is therefore covered by this License.
9274 Section 6 states terms for distribution of such executables.
9276 When a "work that uses the Library" uses material from a header file
9277 that is part of the Library, the object code for the work may be a
9278 derivative work of the Library even though the source code is not.
9279 Whether this is true is especially significant if the work can be
9280 linked without the Library, or if the work is itself a library. The
9281 threshold for this to be true is not precisely defined by law.
9283 If such an object file uses only numerical parameters, data
9284 structure layouts and accessors, and small macros and small inline
9285 functions (ten lines or less in length), then the use of the object
9286 file is unrestricted, regardless of whether it is legally a derivative
9287 work. (Executables containing this object code plus portions of the
9288 Library will still fall under Section 6.)
9290 Otherwise, if the work is a derivative of the Library, you may
9291 distribute the object code for the work under the terms of Section 6.
9292 Any executables containing that work also fall under Section 6,
9293 whether or not they are linked directly with the Library itself.
9295 6. As an exception to the Sections above, you may also compile or
9296 link a "work that uses the Library" with the Library to produce a
9297 work containing portions of the Library, and distribute that work
9298 under terms of your choice, provided that the terms permit
9299 modification of the work for the customer's own use and reverse
9300 engineering for debugging such modifications.
9302 You must give prominent notice with each copy of the work that the
9303 Library is used in it and that the Library and its use are covered by
9304 this License. You must supply a copy of this License. If the work
9305 during execution displays copyright notices, you must include the
9306 copyright notice for the Library among them, as well as a reference
9307 directing the user to the copy of this License. Also, you must do one
9308 of these things:
9310 a) Accompany the work with the complete corresponding
9311 machine-readable source code for the Library including whatever
9312 changes were used in the work (which must be distributed under
9313 Sections 1 and 2 above); and, if the work is an executable linked
9314 with the Library, with the complete machine-readable "work that
9315 uses the Library", as object code and/or source code, so that the
9316 user can modify the Library and then relink to produce a modified
9317 executable containing the modified Library. (It is understood
9318 that the user who changes the contents of definitions files in the
9319 Library will not necessarily be able to recompile the application
9320 to use the modified definitions.)
9322 b) Accompany the work with a written offer, valid for at
9323 least three years, to give the same user the materials
9324 specified in Subsection 6a, above, for a charge no more
9325 than the cost of performing this distribution.
9327 c) If distribution of the work is made by offering access to copy
9328 from a designated place, offer equivalent access to copy the above
9329 specified materials from the same place.
9331 d) Verify that the user has already received a copy of these
9332 materials or that you have already sent this user a copy.
9334 For an executable, the required form of the "work that uses the
9335 Library" must include any data and utility programs needed for
9336 reproducing the executable from it. However, as a special exception,
9337 the source code distributed need not include anything that is normally
9338 distributed (in either source or binary form) with the major
9339 components (compiler, kernel, and so on) of the operating system on
9340 which the executable runs, unless that component itself accompanies
9341 the executable.
9343 It may happen that this requirement contradicts the license
9344 restrictions of other proprietary libraries that do not normally
9345 accompany the operating system. Such a contradiction means you cannot
9346 use both them and the Library together in an executable that you
9347 distribute.
9349 7. You may place library facilities that are a work based on the
9350 Library side-by-side in a single library together with other library
9351 facilities not covered by this License, and distribute such a combined
9352 library, provided that the separate distribution of the work based on
9353 the Library and of the other library facilities is otherwise
9354 permitted, and provided that you do these two things:
9356 a) Accompany the combined library with a copy of the same work
9357 based on the Library, uncombined with any other library
9358 facilities. This must be distributed under the terms of the
9359 Sections above.
9361 b) Give prominent notice with the combined library of the fact
9362 that part of it is a work based on the Library, and explaining
9363 where to find the accompanying uncombined form of the same work.
9365 8. You may not copy, modify, sublicense, link with, or distribute
9366 the Library except as expressly provided under this License. Any
9367 attempt otherwise to copy, modify, sublicense, link with, or
9368 distribute the Library is void, and will automatically terminate your
9369 rights under this License. However, parties who have received copies,
9370 or rights, from you under this License will not have their licenses
9371 terminated so long as such parties remain in full compliance.
9373 9. You are not required to accept this License, since you have not
9374 signed it. However, nothing else grants you permission to modify or
9375 distribute the Library or its derivative works. These actions are
9376 prohibited by law if you do not accept this License. Therefore, by
9377 modifying or distributing the Library (or any work based on the
9378 Library), you indicate your acceptance of this License to do so, and
9379 all its terms and conditions for copying, distributing or modifying
9380 the Library or works based on it.
9382 10. Each time you redistribute the Library (or any work based on the
9383 Library), the recipient automatically receives a license from the
9384 original licensor to copy, distribute, link with or modify the Library
9385 subject to these terms and conditions. You may not impose any further
9386 restrictions on the recipients' exercise of the rights granted herein.
9387 You are not responsible for enforcing compliance by third parties to
9388 this License.
9390 11. If, as a consequence of a court judgment or allegation of patent
9391 infringement or for any other reason (not limited to patent issues),
9392 conditions are imposed on you (whether by court order, agreement or
9393 otherwise) that contradict the conditions of this License, they do not
9394 excuse you from the conditions of this License. If you cannot
9395 distribute so as to satisfy simultaneously your obligations under this
9396 License and any other pertinent obligations, then as a consequence you
9397 may not distribute the Library at all. For example, if a patent
9398 license would not permit royalty-free redistribution of the Library by
9399 all those who receive copies directly or indirectly through you, then
9400 the only way you could satisfy both it and this License would be to
9401 refrain entirely from distribution of the Library.
9403 If any portion of this section is held invalid or unenforceable under any
9404 particular circumstance, the balance of the section is intended to apply,
9405 and the section as a whole is intended to apply in other circumstances.
9407 It is not the purpose of this section to induce you to infringe any
9408 patents or other property right claims or to contest validity of any
9409 such claims; this section has the sole purpose of protecting the
9410 integrity of the free software distribution system which is
9411 implemented by public license practices. Many people have made
9412 generous contributions to the wide range of software distributed
9413 through that system in reliance on consistent application of that
9414 system; it is up to the author/donor to decide if he or she is willing
9415 to distribute software through any other system and a licensee cannot
9416 impose that choice.
9418 This section is intended to make thoroughly clear what is believed to
9419 be a consequence of the rest of this License.
9421 12. If the distribution and/or use of the Library is restricted in
9422 certain countries either by patents or by copyrighted interfaces, the
9423 original copyright holder who places the Library under this License may add
9424 an explicit geographical distribution limitation excluding those countries,
9425 so that distribution is permitted only in or among countries not thus
9426 excluded. In such case, this License incorporates the limitation as if
9427 written in the body of this License.
9429 13. The Free Software Foundation may publish revised and/or new
9430 versions of the Library General Public License from time to time.
9431 Such new versions will be similar in spirit to the present version,
9432 but may differ in detail to address new problems or concerns.
9434 Each version is given a distinguishing version number. If the Library
9435 specifies a version number of this License which applies to it and
9436 "any later version", you have the option of following the terms and
9437 conditions either of that version or of any later version published by
9438 the Free Software Foundation. If the Library does not specify a
9439 license version number, you may choose any version ever published by
9440 the Free Software Foundation.
9442 14. If you wish to incorporate parts of the Library into other free
9443 programs whose distribution conditions are incompatible with these,
9444 write to the author to ask for permission. For software which is
9445 copyrighted by the Free Software Foundation, write to the Free
9446 Software Foundation; we sometimes make exceptions for this. Our
9447 decision will be guided by the two goals of preserving the free status
9448 of all derivatives of our free software and of promoting the sharing
9449 and reuse of software generally.
9451 NO WARRANTY
9453 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
9454 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
9455 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
9456 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
9457 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
9458 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
9459 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
9460 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
9461 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
9463 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
9464 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
9465 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
9466 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
9467 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
9468 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
9469 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
9470 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
9471 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
9472 DAMAGES.
9474 END OF TERMS AND CONDITIONS
9476 Appendix: How to Apply These Terms to Your New Libraries
9478 If you develop a new library, and you want it to be of the greatest
9479 possible use to the public, we recommend making it free software that
9480 everyone can redistribute and change. You can do so by permitting
9481 redistribution under these terms (or, alternatively, under the terms of the
9482 ordinary General Public License).
9484 To apply these terms, attach the following notices to the library. It is
9485 safest to attach them to the start of each source file to most effectively
9486 convey the exclusion of warranty; and each file should have at least the
9487 "copyright" line and a pointer to where the full notice is found.
9489 &lt;one line to give the library's name and a brief idea of what it does.&gt;
9490 Copyright (C) &lt;year&gt; &lt;name of author&gt;
9492 This library is free software; you can redistribute it and/or
9493 modify it under the terms of the GNU Library General Public
9494 License as published by the Free Software Foundation; either
9495 version 2 of the License, or (at your option) any later version.
9497 This library is distributed in the hope that it will be useful,
9498 but WITHOUT ANY WARRANTY; without even the implied warranty of
9499 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9500 Library General Public License for more details.
9502 You should have received a copy of the GNU Library General Public
9503 License along with this library; if not, write to the Free
9504 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
9506 Also add information on how to contact you by electronic and paper mail.
9508 You should also get your employer (if you work as a programmer) or your
9509 school, if any, to sign a "copyright disclaimer" for the library, if
9510 necessary. Here is a sample; alter the names:
9512 Yoyodyne, Inc., hereby disclaims all copyright interest in the
9513 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
9515 &lt;signature of Ty Coon&gt;, 1 April 1990
9516 Ty Coon, President of Vice
9518 That's all there is to it!
9521 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9522 </pre>
9523 <ul>
9524 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
9525 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
9526 </ul>
9527 </div>
9528 </div>
9531 <div class="product">
9532 <span class="title">mime-types-9</span>
9533 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9534 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
9535 <div class="licence">
9536 <pre></pre>
9537 <ul>
9538 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9539 </ul>
9540 </div>
9541 </div>
9544 <div class="product">
9545 <span class="title">ml-anjalioldlipi-0.740</span>
9546 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9547 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span>
9548 <div class="licence">
9549 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE:
9551 Copyright 2004 Kevin &amp; Siji, 2007-2011 Cibu Johny
9552 with reserved font name AnjaliOldLipi.
9554 This Font Software is licensed under the SIL Open Font License, Version 1.1.
9555 This license is copied below, and is also available with a FAQ at:
9556 http://scripts.sil.org/OFL
9559 -----------------------------------------------------------
9560 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9561 -----------------------------------------------------------
9563 PREAMBLE
9564 The goals of the Open Font License (OFL) are to stimulate worldwide
9565 development of collaborative font projects, to support the font creation
9566 efforts of academic and linguistic communities, and to provide a free and
9567 open framework in which fonts may be shared and improved in partnership
9568 with others.
9570 The OFL allows the licensed fonts to be used, studied, modified and
9571 redistributed freely as long as they are not sold by themselves. The
9572 fonts, including any derivative works, can be bundled, embedded,
9573 redistributed and/or sold with any software provided that any reserved
9574 names are not used by derivative works. The fonts and derivatives,
9575 however, cannot be released under any other type of license. The
9576 requirement for fonts to remain under this license does not apply
9577 to any document created using the fonts or their derivatives.
9579 DEFINITIONS
9580 "Font Software" refers to the set of files released by the Copyright
9581 Holder(s) under this license and clearly marked as such. This may
9582 include source files, build scripts and documentation.
9584 "Reserved Font Name" refers to any names specified as such after the
9585 copyright statement(s).
9587 "Original Version" refers to the collection of Font Software components as
9588 distributed by the Copyright Holder(s).
9590 "Modified Version" refers to any derivative made by adding to, deleting,
9591 or substituting -- in part or in whole -- any of the components of the
9592 Original Version, by changing formats or by porting the Font Software to a
9593 new environment.
9595 "Author" refers to any designer, engineer, programmer, technical
9596 writer or other person who contributed to the Font Software.
9598 PERMISSION &amp; CONDITIONS
9599 Permission is hereby granted, free of charge, to any person obtaining
9600 a copy of the Font Software, to use, study, copy, merge, embed, modify,
9601 redistribute, and sell modified and unmodified copies of the Font
9602 Software, subject to the following conditions:
9604 1) Neither the Font Software nor any of its individual components,
9605 in Original or Modified Versions, may be sold by itself.
9607 2) Original or Modified Versions of the Font Software may be bundled,
9608 redistributed and/or sold with any software, provided that each copy
9609 contains the above copyright notice and this license. These can be
9610 included either as stand-alone text files, human-readable headers or
9611 in the appropriate machine-readable metadata fields within text or
9612 binary files as long as those fields can be easily viewed by the user.
9614 3) No Modified Version of the Font Software may use the Reserved Font
9615 Name(s) unless explicit written permission is granted by the corresponding
9616 Copyright Holder. This restriction only applies to the primary font name as
9617 presented to the users.
9619 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
9620 Software shall not be used to promote, endorse or advertise any
9621 Modified Version, except to acknowledge the contribution(s) of the
9622 Copyright Holder(s) and the Author(s) or with their explicit written
9623 permission.
9625 5) The Font Software, modified or unmodified, in part or in whole,
9626 must be distributed entirely under this license, and must not be
9627 distributed under any other license. The requirement for fonts to
9628 remain under this license does not apply to any document created
9629 using the Font Software.
9631 TERMINATION
9632 This license becomes null and void if any of the above conditions are
9633 not met.
9635 DISCLAIMER
9636 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9637 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
9638 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
9639 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
9640 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9641 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
9642 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9643 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
9644 OTHER DEALINGS IN THE FONT SOFTWARE.
9646 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9647 </pre>
9648 <ul>
9649 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
9650 </ul>
9651 </div>
9652 </div>
9655 <div class="product">
9656 <span class="title">modemmanager-classic-interfaces-0.0.1</span>
9657 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9658 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
9659 <div class="licence">
9660 <pre></pre>
9661 <ul>
9662 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9663 </ul>
9664 </div>
9665 </div>
9668 <div class="product">
9669 <span class="title">modemmanager-next-0.5.999</span>
9670 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9671 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span>
9672 <div class="licence">
9673 <pre></pre>
9674 <ul>
9675 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9676 </ul>
9677 </div>
9678 </div>
9681 <div class="product">
9682 <span class="title">mtdev-1.1.2</span>
9683 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9684 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span>
9685 <div class="licence">
9686 <pre>Scanned Source License mtdev-1.1.2/COPYING:
9688 mtdev - Multitouch Protocol Translation Library (MIT license)
9690 Copyright (C) 2010 Henrik Rydberg &lt;rydberg@euromail.se&gt;
9691 Copyright (C) 2010 Canonical Ltd.
9693 Permission is hereby granted, free of charge, to any person obtaining a
9694 copy of this software and associated documentation files (the "Software"),
9695 to deal in the Software without restriction, including without limitation
9696 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9697 and/or sell copies of the Software, and to permit persons to whom the
9698 Software is furnished to do so, subject to the following conditions:
9700 The above copyright notice and this permission notice (including the next
9701 paragraph) shall be included in all copies or substantial portions of the
9702 Software.
9704 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9705 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9706 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9707 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9708 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9709 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9710 DEALINGS IN THE SOFTWARE.
9712 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9713 </pre>
9714 <ul>
9716 </ul>
9717 </div>
9718 </div>
9721 <div class="product">
9722 <span class="title">mtools-4.0.15</span>
9723 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9724 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span>
9725 <div class="licence">
9726 <pre></pre>
9727 <ul>
9728 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
9729 </ul>
9730 </div>
9731 </div>
9734 <div class="product">
9735 <span class="title">my-padauk-2.50</span>
9736 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9737 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=padauk">homepage</a></span>
9738 <div class="licence">
9739 <pre></pre>
9740 <ul>
9741 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
9742 </ul>
9743 </div>
9744 </div>
9747 <div class="product">
9748 <span class="title">nacl-mozc-1.12.1599.104</span>
9749 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9750 <span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span>
9751 <div class="licence">
9752 <pre></pre>
9753 <ul>
9754 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
9755 </ul>
9756 </div>
9757 </div>
9760 <div class="product">
9761 <span class="title">ncurses-5.9</span>
9762 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9763 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span>
9764 <div class="licence">
9765 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright:
9767 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
9769 Current ncurses maintainer: Thomas Dickey &lt;dickey@invisible-island.net&gt;
9771 -------------------------------------------------------------------------------
9772 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
9774 Permission is hereby granted, free of charge, to any person obtaining a
9775 copy of this software and associated documentation files (the
9776 "Software"), to deal in the Software without restriction, including
9777 without limitation the rights to use, copy, modify, merge, publish,
9778 distribute, distribute with modifications, sublicense, and/or sell
9779 copies of the Software, and to permit persons to whom the Software is
9780 furnished to do so, subject to the following conditions:
9782 The above copyright notice and this permission notice shall be included
9783 in all copies or substantial portions of the Software.
9785 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9786 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9787 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
9788 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
9789 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
9790 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
9791 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9793 Except as contained in this notice, the name(s) of the above copyright
9794 holders shall not be used in advertising or otherwise to promote the
9795 sale, use or other dealings in this Software without prior written
9796 authorization.
9797 -------------------------------------------------------------------------------
9799 Files: install-sh
9800 Copyright: 1994 X Consortium
9801 Licence: other-BSD
9802 Permission is hereby granted, free of charge, to any person obtaining a copy
9803 of this software and associated documentation files (the "Software"), to
9804 deal in the Software without restriction, including without limitation the
9805 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9806 sell copies of the Software, and to permit persons to whom the Software is
9807 furnished to do so, subject to the following conditions:
9809 The above copyright notice and this permission notice shall be included in
9810 all copies or substantial portions of the Software.
9812 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9813 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9814 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9815 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
9816 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
9817 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9819 Except as contained in this notice, the name of the X Consortium shall not
9820 be used in advertising or otherwise to promote the sale, use or other deal-
9821 ings in this Software without prior written authorization from the X Consor-
9822 tium.
9824 FSF changes to this file are in the public domain.
9826 Calling this script install-sh is preferred over install.sh, to prevent
9827 `make' implicit rules from creating a file called install from it
9828 when there is no Makefile.
9830 This script is compatible with the BSD install script, but was written
9831 from scratch. It can only install one file at a time, a restriction
9832 shared with many OS's install programs.
9834 On Debian systems, the complete text of the GNU General
9835 Public License can be found in '/usr/share/common-licenses/GPL-2'
9837 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9839 Scanned Source License ncurses-5.9/test/package/debian/copyright:
9841 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
9843 Current ncurses maintainer: Thomas Dickey &lt;dickey@invisible-island.net&gt;
9845 -------------------------------------------------------------------------------
9846 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
9848 Permission is hereby granted, free of charge, to any person obtaining a
9849 copy of this software and associated documentation files (the
9850 "Software"), to deal in the Software without restriction, including
9851 without limitation the rights to use, copy, modify, merge, publish,
9852 distribute, distribute with modifications, sublicense, and/or sell
9853 copies of the Software, and to permit persons to whom the Software is
9854 furnished to do so, subject to the following conditions:
9856 The above copyright notice and this permission notice shall be included
9857 in all copies or substantial portions of the Software.
9859 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9860 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9861 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
9862 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
9863 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
9864 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
9865 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9867 Except as contained in this notice, the name(s) of the above copyright
9868 holders shall not be used in advertising or otherwise to promote the
9869 sale, use or other dealings in this Software without prior written
9870 authorization.
9871 -------------------------------------------------------------------------------
9873 Files: install-sh
9874 Copyright: 1994 X Consortium
9875 Licence: other-BSD
9876 Permission is hereby granted, free of charge, to any person obtaining a copy
9877 of this software and associated documentation files (the "Software"), to
9878 deal in the Software without restriction, including without limitation the
9879 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9880 sell copies of the Software, and to permit persons to whom the Software is
9881 furnished to do so, subject to the following conditions:
9883 The above copyright notice and this permission notice shall be included in
9884 all copies or substantial portions of the Software.
9886 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9887 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9888 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9889 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
9890 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
9891 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9893 Except as contained in this notice, the name of the X Consortium shall not
9894 be used in advertising or otherwise to promote the sale, use or other deal-
9895 ings in this Software without prior written authorization from the X Consor-
9896 tium.
9898 FSF changes to this file are in the public domain.
9900 Calling this script install-sh is preferred over install.sh, to prevent
9901 `make' implicit rules from creating a file called install from it
9902 when there is no Makefile.
9904 This script is compatible with the BSD install script, but was written
9905 from scratch. It can only install one file at a time, a restriction
9906 shared with many OS's install programs.
9908 On Debian systems, the complete text of the GNU General
9909 Public License can be found in '/usr/share/common-licenses/GPL-2'
9911 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9912 </pre>
9913 <ul>
9915 </ul>
9916 </div>
9917 </div>
9920 <div class="product">
9921 <span class="title">net-tools-1.60_p20120127084908</span>
9922 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9923 <span class="homepage"><a href="http://net-tools.sourceforge.net/">homepage</a></span>
9924 <div class="licence">
9925 <pre></pre>
9926 <ul>
9927 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9928 </ul>
9929 </div>
9930 </div>
9933 <div class="product">
9934 <span class="title">notofonts-20130514</span>
9935 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9936 <span class="homepage"><a href="">homepage</a></span>
9937 <div class="licence">
9938 <pre></pre>
9939 <ul>
9940 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
9941 </ul>
9942 </div>
9943 </div>
9946 <div class="product">
9947 <span class="title">nspr-4.10.2</span>
9948 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9949 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
9950 <div class="licence">
9951 <pre></pre>
9952 <ul>
9953 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9954 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9955 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
9956 </ul>
9957 </div>
9958 </div>
9961 <div class="product">
9962 <span class="title">nss-3.15.3</span>
9963 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9964 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss/">homepage</a></span>
9965 <div class="licence">
9966 <pre></pre>
9967 <ul>
9968 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9969 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9970 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
9971 </ul>
9972 </div>
9973 </div>
9976 <div class="product">
9977 <span class="title">ntfs3g-2012.1.15</span>
9978 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9979 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span>
9980 <div class="licence">
9981 <pre></pre>
9982 <ul>
9983 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9984 </ul>
9985 </div>
9986 </div>
9989 <div class="product">
9990 <span class="title">o3d-203170</span>
9991 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9992 <span class="homepage"><a href="http://code.google.com/p/o3d/">homepage</a></span>
9993 <div class="licence">
9994 <pre>Scanned Source License o3d-203170/base/third_party/dmg_fp/LICENSE:
9996 /****************************************************************
9998 * The author of this software is David M. Gay.
10000 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
10002 * Permission to use, copy, modify, and distribute this software for any
10003 * purpose without fee is hereby granted, provided that this entire notice
10004 * is included in all copies of any software which is or includes a copy
10005 * or modification of this software and in all copies of the supporting
10006 * documentation for such software.
10008 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
10009 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
10010 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
10011 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
10013 ***************************************************************/
10015 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10017 Scanned Source License o3d-203170/base/third_party/dynamic_annotations/LICENSE:
10019 /* Copyright (c) 2008-2009, Google Inc.
10020 * All rights reserved.
10022 * Redistribution and use in source and binary forms, with or without
10023 * modification, are permitted provided that the following conditions are
10024 * met:
10026 * * Redistributions of source code must retain the above copyright
10027 * notice, this list of conditions and the following disclaimer.
10028 * * Neither the name of Google Inc. nor the names of its
10029 * contributors may be used to endorse or promote products derived from
10030 * this software without specific prior written permission.
10032 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10033 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10034 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10035 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10036 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10037 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10038 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10039 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10040 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10041 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10042 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10044 * ---
10045 * Author: Kostya Serebryany
10048 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10050 Scanned Source License o3d-203170/base/third_party/icu/LICENSE:
10052 ICU License - ICU 1.8.1 and later
10054 COPYRIGHT AND PERMISSION NOTICE
10056 Copyright (c) 1995-2009 International Business Machines Corporation and others
10058 All rights reserved.
10060 Permission is hereby granted, free of charge, to any person obtaining
10061 a copy of this software and associated documentation files (the
10062 "Software"), to deal in the Software without restriction, including
10063 without limitation the rights to use, copy, modify, merge, publish,
10064 distribute, and/or sell copies of the Software, and to permit persons
10065 to whom the Software is furnished to do so, provided that the above
10066 copyright notice(s) and this permission notice appear in all copies of
10067 the Software and that both the above copyright notice(s) and this
10068 permission notice appear in supporting documentation.
10070 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10071 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10072 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
10073 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
10074 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
10075 SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
10076 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
10077 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
10078 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10080 Except as contained in this notice, the name of a copyright holder
10081 shall not be used in advertising or otherwise to promote the sale, use
10082 or other dealings in this Software without prior written authorization
10083 of the copyright holder.
10085 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10087 Scanned Source License o3d-203170/base/third_party/nspr/LICENSE:
10089 /* ***** BEGIN LICENSE BLOCK *****
10090 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
10092 * The contents of this file are subject to the Mozilla Public License Version
10093 * 1.1 (the "License"); you may not use this file except in compliance with
10094 * the License. You may obtain a copy of the License at
10095 * http://www.mozilla.org/MPL/
10097 * Software distributed under the License is distributed on an "AS IS" basis,
10098 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10099 * for the specific language governing rights and limitations under the
10100 * License.
10102 * The Original Code is the Netscape Portable Runtime (NSPR).
10104 * The Initial Developer of the Original Code is
10105 * Netscape Communications Corporation.
10106 * Portions created by the Initial Developer are Copyright (C) 1998-2000
10107 * the Initial Developer. All Rights Reserved.
10109 * Contributor(s):
10111 * Alternatively, the contents of this file may be used under the terms of
10112 * either the GNU General Public License Version 2 or later (the "GPL"), or
10113 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10114 * in which case the provisions of the GPL or the LGPL are applicable instead
10115 * of those above. If you wish to allow use of your version of this file only
10116 * under the terms of either the GPL or the LGPL, and not to allow others to
10117 * use your version of this file under the terms of the MPL, indicate your
10118 * decision by deleting the provisions above and replace them with the notice
10119 * and other provisions required by the GPL or the LGPL. If you do not delete
10120 * the provisions above, a recipient may use your version of this file under
10121 * the terms of any one of the MPL, the GPL or the LGPL.
10123 * ***** END LICENSE BLOCK ***** */
10125 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10127 Scanned Source License o3d-203170/base/third_party/symbolize/LICENSE:
10129 // Copyright (c) 2006, Google Inc.
10130 // All rights reserved.
10132 // Redistribution and use in source and binary forms, with or without
10133 // modification, are permitted provided that the following conditions are
10134 // met:
10136 // * Redistributions of source code must retain the above copyright
10137 // notice, this list of conditions and the following disclaimer.
10138 // * Redistributions in binary form must reproduce the above
10139 // copyright notice, this list of conditions and the following disclaimer
10140 // in the documentation and/or other materials provided with the
10141 // distribution.
10142 // * Neither the name of Google Inc. nor the names of its
10143 // contributors may be used to endorse or promote products derived from
10144 // this software without specific prior written permission.
10146 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10147 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10148 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10149 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10150 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10151 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10152 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10153 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10154 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10155 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10156 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10158 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10160 Scanned Source License o3d-203170/base/third_party/valgrind/LICENSE:
10162 ----------------------------------------------------------------
10164 Notice that the following BSD-style license applies to this one
10165 file (valgrind.h) only. The rest of Valgrind is licensed under the
10166 terms of the GNU General Public License, version 2, unless
10167 otherwise indicated. See the COPYING file in the source
10168 distribution for details.
10170 ----------------------------------------------------------------
10172 This file is part of Valgrind, a dynamic binary instrumentation
10173 framework.
10175 Copyright (C) 2000-2008 Julian Seward. All rights reserved.
10177 Redistribution and use in source and binary forms, with or without
10178 modification, are permitted provided that the following conditions
10179 are met:
10181 1. Redistributions of source code must retain the above copyright
10182 notice, this list of conditions and the following disclaimer.
10184 2. The origin of this software must not be misrepresented; you must
10185 not claim that you wrote the original software. If you use this
10186 software in a product, an acknowledgment in the product
10187 documentation would be appreciated but is not required.
10189 3. Altered source versions must be plainly marked as such, and must
10190 not be misrepresented as being the original software.
10192 4. The name of the author may not be used to endorse or promote
10193 products derived from this software without specific prior written
10194 permission.
10196 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
10197 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
10198 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
10199 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10200 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
10201 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
10202 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
10203 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
10204 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
10205 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
10206 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10208 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10210 Scanned Source License o3d-203170/base/third_party/xdg_mime/LICENSE:
10212 # Permission is hereby granted, free of charge, to any person obtaining a
10213 # copy of this software and associated documentation files (the "Software"),
10214 # to deal in the Software without restriction, including without limitation
10215 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10216 # and/or sell copies of the Software, and to permit persons to whom the
10217 # Software is furnished to do so, subject to the following conditions:
10219 # The above copyright notice and this permission notice shall be included
10220 # in all copies or substantial portions of the Software.
10222 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
10223 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10224 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
10225 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
10226 # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10227 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10228 # OTHER DEALINGS IN THE SOFTWARE.
10230 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10232 Scanned Source License o3d-203170/base/third_party/xdg_user_dirs/LICENSE:
10234 Copyright (c) 2007 Red Hat, inc
10236 Permission is hereby granted, free of charge, to any person
10237 obtaining a copy of this software and associated documentation files
10238 (the "Software"), to deal in the Software without restriction,
10239 including without limitation the rights to use, copy, modify, merge,
10240 publish, distribute, sublicense, and/or sell copies of the Software,
10241 and to permit persons to whom the Software is furnished to do so,
10242 subject to the following conditions:
10244 The above copyright notice and this permission notice shall be
10245 included in all copies or substantial portions of the Software.
10247 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10248 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10249 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10250 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
10251 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
10252 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
10253 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10254 SOFTWARE.
10256 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10258 Scanned Source License o3d-203170/native_client/LICENSE:
10260 Copyright 2008, Google Inc.
10261 All rights reserved.
10263 Redistribution and use in source and binary forms, with or without
10264 modification, are permitted provided that the following conditions are
10265 met:
10267 * Redistributions of source code must retain the above copyright
10268 notice, this list of conditions and the following disclaimer.
10269 * Redistributions in binary form must reproduce the above
10270 copyright notice, this list of conditions and the following disclaimer
10271 in the documentation and/or other materials provided with the
10272 distribution.
10273 * Neither the name of Google Inc. nor the names of its
10274 contributors may be used to endorse or promote products derived from
10275 this software without specific prior written permission.
10277 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10278 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10279 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10280 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10281 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10282 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10283 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10284 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10285 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10286 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10287 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10289 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10291 Scanned Source License o3d-203170/net/third_party/gssapi/LICENSE:
10293 Copyright 1993 by OpenVision Technologies, Inc.
10295 Permission to use, copy, modify, distribute, and sell this software
10296 and its documentation for any purpose is hereby granted without fee,
10297 provided that the above copyright notice appears in all copies and
10298 that both that copyright notice and this permission notice appear in
10299 supporting documentation, and that the name of OpenVision not be used
10300 in advertising or publicity pertaining to distribution of the software
10301 without specific, written prior permission. OpenVision makes no
10302 representations about the suitability of this software for any
10303 purpose. It is provided "as is" without express or implied warranty.
10305 OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
10306 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
10307 EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10308 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
10309 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
10310 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
10311 PERFORMANCE OF THIS SOFTWARE.
10313 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10315 Scanned Source License o3d-203170/net/third_party/mozilla_security_manager/LICENSE:
10317 /* ***** BEGIN LICENSE BLOCK *****
10318 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
10320 * The contents of this file are subject to the Mozilla Public License Version
10321 * 1.1 (the "License"); you may not use this file except in compliance with
10322 * the License. You may obtain a copy of the License at
10323 * http://www.mozilla.org/MPL/
10325 * Software distributed under the License is distributed on an "AS IS" basis,
10326 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10327 * for the specific language governing rights and limitations under the
10328 * License.
10330 * The Original Code is mozilla.org code.
10332 * The Initial Developer of the Original Code is
10333 * Netscape Communications Corporation.
10334 * Portions created by the Initial Developer are Copyright (C) 2001
10335 * the Initial Developer. All Rights Reserved.
10337 * Contributor(s):
10339 * Alternatively, the contents of this file may be used under the terms of
10340 * either the GNU General Public License Version 2 or later (the "GPL"), or
10341 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10342 * in which case the provisions of the GPL or the LGPL are applicable instead
10343 * of those above. If you wish to allow use of your version of this file only
10344 * under the terms of either the GPL or the LGPL, and not to allow others to
10345 * use your version of this file under the terms of the MPL, indicate your
10346 * decision by deleting the provisions above and replace them with the notice
10347 * and other provisions required by the GPL or the LGPL. If you do not delete
10348 * the provisions above, a recipient may use your version of this file under
10349 * the terms of any one of the MPL, the GPL or the LGPL.
10351 * ***** END LICENSE BLOCK ***** */
10353 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10355 Scanned Source License o3d-203170/net/third_party/nss/LICENSE:
10357 /* ***** BEGIN LICENSE BLOCK *****
10358 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
10360 * The contents of this file are subject to the Mozilla Public License Version
10361 * 1.1 (the "License"); you may not use this file except in compliance with
10362 * the License. You may obtain a copy of the License at
10363 * http://www.mozilla.org/MPL/
10365 * Software distributed under the License is distributed on an "AS IS" basis,
10366 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10367 * for the specific language governing rights and limitations under the
10368 * License.
10370 * The Original Code is the Netscape security libraries.
10372 * The Initial Developer of the Original Code is
10373 * Netscape Communications Corporation.
10374 * Portions created by the Initial Developer are Copyright (C) 1994-2000
10375 * the Initial Developer. All Rights Reserved.
10377 * Contributor(s):
10379 * Alternatively, the contents of this file may be used under the terms of
10380 * either the GNU General Public License Version 2 or later (the "GPL"), or
10381 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10382 * in which case the provisions of the GPL or the LGPL are applicable instead
10383 * of those above. If you wish to allow use of your version of this file only
10384 * under the terms of either the GPL or the LGPL, and not to allow others to
10385 * use your version of this file under the terms of the MPL, indicate your
10386 * decision by deleting the provisions above and replace them with the notice
10387 * and other provisions required by the GPL or the LGPL. If you do not delete
10388 * the provisions above, a recipient may use your version of this file under
10389 * the terms of any one of the MPL, the GPL or the LGPL.
10391 * ***** END LICENSE BLOCK ***** */
10393 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10395 Scanned Source License o3d-203170/net/tools/spdyshark/COPYING:
10397 GNU GENERAL PUBLIC LICENSE
10398 Version 2, June 1991
10400 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
10401 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10402 Everyone is permitted to copy and distribute verbatim copies
10403 of this license document, but changing it is not allowed.
10405 Preamble
10407 The licenses for most software are designed to take away your
10408 freedom to share and change it. By contrast, the GNU General Public
10409 License is intended to guarantee your freedom to share and change free
10410 software--to make sure the software is free for all its users. This
10411 General Public License applies to most of the Free Software
10412 Foundation's software and to any other program whose authors commit to
10413 using it. (Some other Free Software Foundation software is covered by
10414 the GNU Library General Public License instead.) You can apply it to
10415 your programs, too.
10417 When we speak of free software, we are referring to freedom, not
10418 price. Our General Public Licenses are designed to make sure that you
10419 have the freedom to distribute copies of free software (and charge for
10420 this service if you wish), that you receive source code or can get it
10421 if you want it, that you can change the software or use pieces of it
10422 in new free programs; and that you know you can do these things.
10424 To protect your rights, we need to make restrictions that forbid
10425 anyone to deny you these rights or to ask you to surrender the rights.
10426 These restrictions translate to certain responsibilities for you if you
10427 distribute copies of the software, or if you modify it.
10429 For example, if you distribute copies of such a program, whether
10430 gratis or for a fee, you must give the recipients all the rights that
10431 you have. You must make sure that they, too, receive or can get the
10432 source code. And you must show them these terms so they know their
10433 rights.
10435 We protect your rights with two steps: (1) copyright the software, and
10436 (2) offer you this license which gives you legal permission to copy,
10437 distribute and/or modify the software.
10439 Also, for each author's protection and ours, we want to make certain
10440 that everyone understands that there is no warranty for this free
10441 software. If the software is modified by someone else and passed on, we
10442 want its recipients to know that what they have is not the original, so
10443 that any problems introduced by others will not reflect on the original
10444 authors' reputations.
10446 Finally, any free program is threatened constantly by software
10447 patents. We wish to avoid the danger that redistributors of a free
10448 program will individually obtain patent licenses, in effect making the
10449 program proprietary. To prevent this, we have made it clear that any
10450 patent must be licensed for everyone's free use or not licensed at all.
10452 The precise terms and conditions for copying, distribution and
10453 modification follow.
10455 GNU GENERAL PUBLIC LICENSE
10456 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10458 0. This License applies to any program or other work which contains
10459 a notice placed by the copyright holder saying it may be distributed
10460 under the terms of this General Public License. The "Program", below,
10461 refers to any such program or work, and a "work based on the Program"
10462 means either the Program or any derivative work under copyright law:
10463 that is to say, a work containing the Program or a portion of it,
10464 either verbatim or with modifications and/or translated into another
10465 language. (Hereinafter, translation is included without limitation in
10466 the term "modification".) Each licensee is addressed as "you".
10468 Activities other than copying, distribution and modification are not
10469 covered by this License; they are outside its scope. The act of
10470 running the Program is not restricted, and the output from the Program
10471 is covered only if its contents constitute a work based on the
10472 Program (independent of having been made by running the Program).
10473 Whether that is true depends on what the Program does.
10475 1. You may copy and distribute verbatim copies of the Program's
10476 source code as you receive it, in any medium, provided that you
10477 conspicuously and appropriately publish on each copy an appropriate
10478 copyright notice and disclaimer of warranty; keep intact all the
10479 notices that refer to this License and to the absence of any warranty;
10480 and give any other recipients of the Program a copy of this License
10481 along with the Program.
10483 You may charge a fee for the physical act of transferring a copy, and
10484 you may at your option offer warranty protection in exchange for a fee.
10486 2. You may modify your copy or copies of the Program or any portion
10487 of it, thus forming a work based on the Program, and copy and
10488 distribute such modifications or work under the terms of Section 1
10489 above, provided that you also meet all of these conditions:
10491 a) You must cause the modified files to carry prominent notices
10492 stating that you changed the files and the date of any change.
10494 b) You must cause any work that you distribute or publish, that in
10495 whole or in part contains or is derived from the Program or any
10496 part thereof, to be licensed as a whole at no charge to all third
10497 parties under the terms of this License.
10499 c) If the modified program normally reads commands interactively
10500 when run, you must cause it, when started running for such
10501 interactive use in the most ordinary way, to print or display an
10502 announcement including an appropriate copyright notice and a
10503 notice that there is no warranty (or else, saying that you provide
10504 a warranty) and that users may redistribute the program under
10505 these conditions, and telling the user how to view a copy of this
10506 License. (Exception: if the Program itself is interactive but
10507 does not normally print such an announcement, your work based on
10508 the Program is not required to print an announcement.)
10510 These requirements apply to the modified work as a whole. If
10511 identifiable sections of that work are not derived from the Program,
10512 and can be reasonably considered independent and separate works in
10513 themselves, then this License, and its terms, do not apply to those
10514 sections when you distribute them as separate works. But when you
10515 distribute the same sections as part of a whole which is a work based
10516 on the Program, the distribution of the whole must be on the terms of
10517 this License, whose permissions for other licensees extend to the
10518 entire whole, and thus to each and every part regardless of who wrote it.
10520 Thus, it is not the intent of this section to claim rights or contest
10521 your rights to work written entirely by you; rather, the intent is to
10522 exercise the right to control the distribution of derivative or
10523 collective works based on the Program.
10525 In addition, mere aggregation of another work not based on the Program
10526 with the Program (or with a work based on the Program) on a volume of
10527 a storage or distribution medium does not bring the other work under
10528 the scope of this License.
10530 3. You may copy and distribute the Program (or a work based on it,
10531 under Section 2) in object code or executable form under the terms of
10532 Sections 1 and 2 above provided that you also do one of the following:
10534 a) Accompany it with the complete corresponding machine-readable
10535 source code, which must be distributed under the terms of Sections
10536 1 and 2 above on a medium customarily used for software interchange; or,
10538 b) Accompany it with a written offer, valid for at least three
10539 years, to give any third party, for a charge no more than your
10540 cost of physically performing source distribution, a complete
10541 machine-readable copy of the corresponding source code, to be
10542 distributed under the terms of Sections 1 and 2 above on a medium
10543 customarily used for software interchange; or,
10545 c) Accompany it with the information you received as to the offer
10546 to distribute corresponding source code. (This alternative is
10547 allowed only for noncommercial distribution and only if you
10548 received the program in object code or executable form with such
10549 an offer, in accord with Subsection b above.)
10551 The source code for a work means the preferred form of the work for
10552 making modifications to it. For an executable work, complete source
10553 code means all the source code for all modules it contains, plus any
10554 associated interface definition files, plus the scripts used to
10555 control compilation and installation of the executable. However, as a
10556 special exception, the source code distributed need not include
10557 anything that is normally distributed (in either source or binary
10558 form) with the major components (compiler, kernel, and so on) of the
10559 operating system on which the executable runs, unless that component
10560 itself accompanies the executable.
10562 If distribution of executable or object code is made by offering
10563 access to copy from a designated place, then offering equivalent
10564 access to copy the source code from the same place counts as
10565 distribution of the source code, even though third parties are not
10566 compelled to copy the source along with the object code.
10568 4. You may not copy, modify, sublicense, or distribute the Program
10569 except as expressly provided under this License. Any attempt
10570 otherwise to copy, modify, sublicense or distribute the Program is
10571 void, and will automatically terminate your rights under this License.
10572 However, parties who have received copies, or rights, from you under
10573 this License will not have their licenses terminated so long as such
10574 parties remain in full compliance.
10576 5. You are not required to accept this License, since you have not
10577 signed it. However, nothing else grants you permission to modify or
10578 distribute the Program or its derivative works. These actions are
10579 prohibited by law if you do not accept this License. Therefore, by
10580 modifying or distributing the Program (or any work based on the
10581 Program), you indicate your acceptance of this License to do so, and
10582 all its terms and conditions for copying, distributing or modifying
10583 the Program or works based on it.
10585 6. Each time you redistribute the Program (or any work based on the
10586 Program), the recipient automatically receives a license from the
10587 original licensor to copy, distribute or modify the Program subject to
10588 these terms and conditions. You may not impose any further
10589 restrictions on the recipients' exercise of the rights granted herein.
10590 You are not responsible for enforcing compliance by third parties to
10591 this License.
10593 7. If, as a consequence of a court judgment or allegation of patent
10594 infringement or for any other reason (not limited to patent issues),
10595 conditions are imposed on you (whether by court order, agreement or
10596 otherwise) that contradict the conditions of this License, they do not
10597 excuse you from the conditions of this License. If you cannot
10598 distribute so as to satisfy simultaneously your obligations under this
10599 License and any other pertinent obligations, then as a consequence you
10600 may not distribute the Program at all. For example, if a patent
10601 license would not permit royalty-free redistribution of the Program by
10602 all those who receive copies directly or indirectly through you, then
10603 the only way you could satisfy both it and this License would be to
10604 refrain entirely from distribution of the Program.
10606 If any portion of this section is held invalid or unenforceable under
10607 any particular circumstance, the balance of the section is intended to
10608 apply and the section as a whole is intended to apply in other
10609 circumstances.
10611 It is not the purpose of this section to induce you to infringe any
10612 patents or other property right claims or to contest validity of any
10613 such claims; this section has the sole purpose of protecting the
10614 integrity of the free software distribution system, which is
10615 implemented by public license practices. Many people have made
10616 generous contributions to the wide range of software distributed
10617 through that system in reliance on consistent application of that
10618 system; it is up to the author/donor to decide if he or she is willing
10619 to distribute software through any other system and a licensee cannot
10620 impose that choice.
10622 This section is intended to make thoroughly clear what is believed to
10623 be a consequence of the rest of this License.
10625 8. If the distribution and/or use of the Program is restricted in
10626 certain countries either by patents or by copyrighted interfaces, the
10627 original copyright holder who places the Program under this License
10628 may add an explicit geographical distribution limitation excluding
10629 those countries, so that distribution is permitted only in or among
10630 countries not thus excluded. In such case, this License incorporates
10631 the limitation as if written in the body of this License.
10633 9. The Free Software Foundation may publish revised and/or new versions
10634 of the General Public License from time to time. Such new versions will
10635 be similar in spirit to the present version, but may differ in detail to
10636 address new problems or concerns.
10638 Each version is given a distinguishing version number. If the Program
10639 specifies a version number of this License which applies to it and "any
10640 later version", you have the option of following the terms and conditions
10641 either of that version or of any later version published by the Free
10642 Software Foundation. If the Program does not specify a version number of
10643 this License, you may choose any version ever published by the Free Software
10644 Foundation.
10646 10. If you wish to incorporate parts of the Program into other free
10647 programs whose distribution conditions are different, write to the author
10648 to ask for permission. For software which is copyrighted by the Free
10649 Software Foundation, write to the Free Software Foundation; we sometimes
10650 make exceptions for this. Our decision will be guided by the two goals
10651 of preserving the free status of all derivatives of our free software and
10652 of promoting the sharing and reuse of software generally.
10654 NO WARRANTY
10656 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
10657 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
10658 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
10659 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
10660 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10661 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
10662 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
10663 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
10664 REPAIR OR CORRECTION.
10666 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10667 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
10668 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
10669 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
10670 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
10671 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
10672 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
10673 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
10674 POSSIBILITY OF SUCH DAMAGES.
10676 END OF TERMS AND CONDITIONS
10678 How to Apply These Terms to Your New Programs
10680 If you develop a new program, and you want it to be of the greatest
10681 possible use to the public, the best way to achieve this is to make it
10682 free software which everyone can redistribute and change under these terms.
10684 To do so, attach the following notices to the program. It is safest
10685 to attach them to the start of each source file to most effectively
10686 convey the exclusion of warranty; and each file should have at least
10687 the "copyright" line and a pointer to where the full notice is found.
10689 &lt;one line to give the program's name and a brief idea of what it does.&gt;
10690 Copyright (C) &lt;year&gt; &lt;name of author&gt;
10692 This program is free software; you can redistribute it and/or modify
10693 it under the terms of the GNU General Public License as published by
10694 the Free Software Foundation; either version 2 of the License, or
10695 (at your option) any later version.
10697 This program is distributed in the hope that it will be useful,
10698 but WITHOUT ANY WARRANTY; without even the implied warranty of
10699 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10700 GNU General Public License for more details.
10702 You should have received a copy of the GNU General Public License
10703 along with this program; if not, write to the Free Software
10704 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10707 Also add information on how to contact you by electronic and paper mail.
10709 If the program is interactive, make it output a short notice like this
10710 when it starts in an interactive mode:
10712 Gnomovision version 69, Copyright (C) year name of author
10713 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
10714 This is free software, and you are welcome to redistribute it
10715 under certain conditions; type `show c' for details.
10717 The hypothetical commands `show w' and `show c' should show the appropriate
10718 parts of the General Public License. Of course, the commands you use may
10719 be called something other than `show w' and `show c'; they could even be
10720 mouse-clicks or menu items--whatever suits your program.
10722 You should also get your employer (if you work as a programmer) or your
10723 school, if any, to sign a "copyright disclaimer" for the program, if
10724 necessary. Here is a sample; alter the names:
10726 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
10727 `Gnomovision' (which makes passes at compilers) written by James Hacker.
10729 &lt;signature of Ty Coon&gt;, 1 April 1989
10730 Ty Coon, President of Vice
10732 This General Public License does not permit incorporating your program into
10733 proprietary programs. If your program is a subroutine library, you may
10734 consider it more useful to permit linking proprietary applications with the
10735 library. If this is what you want to do, use the GNU Library General
10736 Public License instead of this License.
10738 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10740 Scanned Source License o3d-203170/o3d/installer/linux/debian.in/copyright:
10742 This package was debianized by Jeff Bailey &lt;jeffbailey@google.com&gt; on
10743 Wed, 20 Jan 2010 14:19:30 -0500
10745 Copyright (C) 2010 Google, Inc. under the terms of the new BSD license.
10747 On Debian systems, the complete text of the BSD License can be found in the
10748 file /usr/share/common-licenses/BSD
10750 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10752 Scanned Source License o3d-203170/o3d/samples/box2d-3d/demos/LICENSE.txt:
10754 The zlib/libpng License
10756 Copyright (c) 2008 ANDO Yasushi
10758 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
10760 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
10762 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
10764 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10766 3. This notice may not be removed or altered from any source distribution.
10769 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10771 Scanned Source License o3d-203170/o3d/samples/box2d-3d/third_party/box2d/LICENSE.txt:
10773 The zlib/libpng License
10775 Copyright (c) 2008 ANDO Yasushi
10777 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
10779 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
10781 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
10783 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10785 3. This notice may not be removed or altered from any source distribution.
10788 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10790 Scanned Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d-3d/demos/LICENSE.txt:
10792 The zlib/libpng License
10794 Copyright (c) 2008 ANDO Yasushi
10796 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
10798 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
10800 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
10802 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10804 3. This notice may not be removed or altered from any source distribution.
10807 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10809 Scanned Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d-3d/third_party/box2d/LICENSE.txt:
10811 The zlib/libpng License
10813 Copyright (c) 2008 ANDO Yasushi
10815 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
10817 Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
10819 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
10821 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10823 3. This notice may not be removed or altered from any source distribution.
10826 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10828 Scanned Source License o3d-203170/o3d/samples/third_party/codemirror/LICENSE:
10830 Copyright (c) 2007 Marijn Haverbeke
10832 This software is provided 'as-is', without any express or implied
10833 warranty. In no event will the authors be held liable for any
10834 damages arising from the use of this software.
10836 Permission is granted to anyone to use this software for any
10837 purpose, including commercial applications, and to alter it and
10838 redistribute it freely, subject to the following restrictions:
10840 1. The origin of this software must not be misrepresented; you must
10841 not claim that you wrote the original software. If you use this
10842 software in a product, an acknowledgment in the product
10843 documentation would be appreciated but is not required.
10845 2. Altered source versions must be plainly marked as such, and must
10846 not be misrepresented as being the original software.
10848 3. This notice may not be removed or altered from any source
10849 distribution.
10851 Marijn Haverbeke
10852 marijnh at gmail
10854 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10856 Scanned Source License o3d-203170/o3d/samples/third_party/xmljs/COPYING:
10858 GNU LIBRARY GENERAL PUBLIC LICENSE
10859 Version 2, June 1991
10861 Copyright (C) 1991 Free Software Foundation, Inc.
10862 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10863 Everyone is permitted to copy and distribute verbatim copies
10864 of this license document, but changing it is not allowed.
10866 [This is the first released version of the library GPL. It is
10867 numbered 2 because it goes with version 2 of the ordinary GPL.]
10869 Preamble
10871 The licenses for most software are designed to take away your
10872 freedom to share and change it. By contrast, the GNU General Public
10873 Licenses are intended to guarantee your freedom to share and change
10874 free software--to make sure the software is free for all its users.
10876 This license, the Library General Public License, applies to some
10877 specially designated Free Software Foundation software, and to any
10878 other libraries whose authors decide to use it. You can use it for
10879 your libraries, too.
10881 When we speak of free software, we are referring to freedom, not
10882 price. Our General Public Licenses are designed to make sure that you
10883 have the freedom to distribute copies of free software (and charge for
10884 this service if you wish), that you receive source code or can get it
10885 if you want it, that you can change the software or use pieces of it
10886 in new free programs; and that you know you can do these things.
10888 To protect your rights, we need to make restrictions that forbid
10889 anyone to deny you these rights or to ask you to surrender the rights.
10890 These restrictions translate to certain responsibilities for you if
10891 you distribute copies of the library, or if you modify it.
10893 For example, if you distribute copies of the library, whether gratis
10894 or for a fee, you must give the recipients all the rights that we gave
10895 you. You must make sure that they, too, receive or can get the source
10896 code. If you link a program with the library, you must provide
10897 complete object files to the recipients so that they can relink them
10898 with the library, after making changes to the library and recompiling
10899 it. And you must show them these terms so they know their rights.
10901 Our method of protecting your rights has two steps: (1) copyright
10902 the library, and (2) offer you this license which gives you legal
10903 permission to copy, distribute and/or modify the library.
10905 Also, for each distributor's protection, we want to make certain
10906 that everyone understands that there is no warranty for this free
10907 library. If the library is modified by someone else and passed on, we
10908 want its recipients to know that what they have is not the original
10909 version, so that any problems introduced by others will not reflect on
10910 the original authors' reputations.
10913 Finally, any free program is threatened constantly by software
10914 patents. We wish to avoid the danger that companies distributing free
10915 software will individually obtain patent licenses, thus in effect
10916 transforming the program into proprietary software. To prevent this,
10917 we have made it clear that any patent must be licensed for everyone's
10918 free use or not licensed at all.
10920 Most GNU software, including some libraries, is covered by the ordinary
10921 GNU General Public License, which was designed for utility programs. This
10922 license, the GNU Library General Public License, applies to certain
10923 designated libraries. This license is quite different from the ordinary
10924 one; be sure to read it in full, and don't assume that anything in it is
10925 the same as in the ordinary license.
10927 The reason we have a separate public license for some libraries is that
10928 they blur the distinction we usually make between modifying or adding to a
10929 program and simply using it. Linking a program with a library, without
10930 changing the library, is in some sense simply using the library, and is
10931 analogous to running a utility program or application program. However, in
10932 a textual and legal sense, the linked executable is a combined work, a
10933 derivative of the original library, and the ordinary General Public License
10934 treats it as such.
10936 Because of this blurred distinction, using the ordinary General
10937 Public License for libraries did not effectively promote software
10938 sharing, because most developers did not use the libraries. We
10939 concluded that weaker conditions might promote sharing better.
10941 However, unrestricted linking of non-free programs would deprive the
10942 users of those programs of all benefit from the free status of the
10943 libraries themselves. This Library General Public License is intended to
10944 permit developers of non-free programs to use free libraries, while
10945 preserving your freedom as a user of such programs to change the free
10946 libraries that are incorporated in them. (We have not seen how to achieve
10947 this as regards changes in header files, but we have achieved it as regards
10948 changes in the actual functions of the Library.) The hope is that this
10949 will lead to faster development of free libraries.
10951 The precise terms and conditions for copying, distribution and
10952 modification follow. Pay close attention to the difference between a
10953 "work based on the library" and a "work that uses the library". The
10954 former contains code derived from the library, while the latter only
10955 works together with the library.
10957 Note that it is possible for a library to be covered by the ordinary
10958 General Public License rather than by this special one.
10961 GNU LIBRARY GENERAL PUBLIC LICENSE
10962 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10964 0. This License Agreement applies to any software library which
10965 contains a notice placed by the copyright holder or other authorized
10966 party saying it may be distributed under the terms of this Library
10967 General Public License (also called "this License"). Each licensee is
10968 addressed as "you".
10970 A "library" means a collection of software functions and/or data
10971 prepared so as to be conveniently linked with application programs
10972 (which use some of those functions and data) to form executables.
10974 The "Library", below, refers to any such software library or work
10975 which has been distributed under these terms. A "work based on the
10976 Library" means either the Library or any derivative work under
10977 copyright law: that is to say, a work containing the Library or a
10978 portion of it, either verbatim or with modifications and/or translated
10979 straightforwardly into another language. (Hereinafter, translation is
10980 included without limitation in the term "modification".)
10982 "Source code" for a work means the preferred form of the work for
10983 making modifications to it. For a library, complete source code means
10984 all the source code for all modules it contains, plus any associated
10985 interface definition files, plus the scripts used to control compilation
10986 and installation of the library.
10988 Activities other than copying, distribution and modification are not
10989 covered by this License; they are outside its scope. The act of
10990 running a program using the Library is not restricted, and output from
10991 such a program is covered only if its contents constitute a work based
10992 on the Library (independent of the use of the Library in a tool for
10993 writing it). Whether that is true depends on what the Library does
10994 and what the program that uses the Library does.
10996 1. You may copy and distribute verbatim copies of the Library's
10997 complete source code as you receive it, in any medium, provided that
10998 you conspicuously and appropriately publish on each copy an
10999 appropriate copyright notice and disclaimer of warranty; keep intact
11000 all the notices that refer to this License and to the absence of any
11001 warranty; and distribute a copy of this License along with the
11002 Library.
11004 You may charge a fee for the physical act of transferring a copy,
11005 and you may at your option offer warranty protection in exchange for a
11006 fee.
11009 2. You may modify your copy or copies of the Library or any portion
11010 of it, thus forming a work based on the Library, and copy and
11011 distribute such modifications or work under the terms of Section 1
11012 above, provided that you also meet all of these conditions:
11014 a) The modified work must itself be a software library.
11016 b) You must cause the files modified to carry prominent notices
11017 stating that you changed the files and the date of any change.
11019 c) You must cause the whole of the work to be licensed at no
11020 charge to all third parties under the terms of this License.
11022 d) If a facility in the modified Library refers to a function or a
11023 table of data to be supplied by an application program that uses
11024 the facility, other than as an argument passed when the facility
11025 is invoked, then you must make a good faith effort to ensure that,
11026 in the event an application does not supply such function or
11027 table, the facility still operates, and performs whatever part of
11028 its purpose remains meaningful.
11030 (For example, a function in a library to compute square roots has
11031 a purpose that is entirely well-defined independent of the
11032 application. Therefore, Subsection 2d requires that any
11033 application-supplied function or table used by this function must
11034 be optional: if the application does not supply it, the square
11035 root function must still compute square roots.)
11037 These requirements apply to the modified work as a whole. If
11038 identifiable sections of that work are not derived from the Library,
11039 and can be reasonably considered independent and separate works in
11040 themselves, then this License, and its terms, do not apply to those
11041 sections when you distribute them as separate works. But when you
11042 distribute the same sections as part of a whole which is a work based
11043 on the Library, the distribution of the whole must be on the terms of
11044 this License, whose permissions for other licensees extend to the
11045 entire whole, and thus to each and every part regardless of who wrote
11048 Thus, it is not the intent of this section to claim rights or contest
11049 your rights to work written entirely by you; rather, the intent is to
11050 exercise the right to control the distribution of derivative or
11051 collective works based on the Library.
11053 In addition, mere aggregation of another work not based on the Library
11054 with the Library (or with a work based on the Library) on a volume of
11055 a storage or distribution medium does not bring the other work under
11056 the scope of this License.
11058 3. You may opt to apply the terms of the ordinary GNU General Public
11059 License instead of this License to a given copy of the Library. To do
11060 this, you must alter all the notices that refer to this License, so
11061 that they refer to the ordinary GNU General Public License, version 2,
11062 instead of to this License. (If a newer version than version 2 of the
11063 ordinary GNU General Public License has appeared, then you can specify
11064 that version instead if you wish.) Do not make any other change in
11065 these notices.
11068 Once this change is made in a given copy, it is irreversible for
11069 that copy, so the ordinary GNU General Public License applies to all
11070 subsequent copies and derivative works made from that copy.
11072 This option is useful when you wish to copy part of the code of
11073 the Library into a program that is not a library.
11075 4. You may copy and distribute the Library (or a portion or
11076 derivative of it, under Section 2) in object code or executable form
11077 under the terms of Sections 1 and 2 above provided that you accompany
11078 it with the complete corresponding machine-readable source code, which
11079 must be distributed under the terms of Sections 1 and 2 above on a
11080 medium customarily used for software interchange.
11082 If distribution of object code is made by offering access to copy
11083 from a designated place, then offering equivalent access to copy the
11084 source code from the same place satisfies the requirement to
11085 distribute the source code, even though third parties are not
11086 compelled to copy the source along with the object code.
11088 5. A program that contains no derivative of any portion of the
11089 Library, but is designed to work with the Library by being compiled or
11090 linked with it, is called a "work that uses the Library". Such a
11091 work, in isolation, is not a derivative work of the Library, and
11092 therefore falls outside the scope of this License.
11094 However, linking a "work that uses the Library" with the Library
11095 creates an executable that is a derivative of the Library (because it
11096 contains portions of the Library), rather than a "work that uses the
11097 library". The executable is therefore covered by this License.
11098 Section 6 states terms for distribution of such executables.
11100 When a "work that uses the Library" uses material from a header file
11101 that is part of the Library, the object code for the work may be a
11102 derivative work of the Library even though the source code is not.
11103 Whether this is true is especially significant if the work can be
11104 linked without the Library, or if the work is itself a library. The
11105 threshold for this to be true is not precisely defined by law.
11107 If such an object file uses only numerical parameters, data
11108 structure layouts and accessors, and small macros and small inline
11109 functions (ten lines or less in length), then the use of the object
11110 file is unrestricted, regardless of whether it is legally a derivative
11111 work. (Executables containing this object code plus portions of the
11112 Library will still fall under Section 6.)
11114 Otherwise, if the work is a derivative of the Library, you may
11115 distribute the object code for the work under the terms of Section 6.
11116 Any executables containing that work also fall under Section 6,
11117 whether or not they are linked directly with the Library itself.
11120 6. As an exception to the Sections above, you may also compile or
11121 link a "work that uses the Library" with the Library to produce a
11122 work containing portions of the Library, and distribute that work
11123 under terms of your choice, provided that the terms permit
11124 modification of the work for the customer's own use and reverse
11125 engineering for debugging such modifications.
11127 You must give prominent notice with each copy of the work that the
11128 Library is used in it and that the Library and its use are covered by
11129 this License. You must supply a copy of this License. If the work
11130 during execution displays copyright notices, you must include the
11131 copyright notice for the Library among them, as well as a reference
11132 directing the user to the copy of this License. Also, you must do one
11133 of these things:
11135 a) Accompany the work with the complete corresponding
11136 machine-readable source code for the Library including whatever
11137 changes were used in the work (which must be distributed under
11138 Sections 1 and 2 above); and, if the work is an executable linked
11139 with the Library, with the complete machine-readable "work that
11140 uses the Library", as object code and/or source code, so that the
11141 user can modify the Library and then relink to produce a modified
11142 executable containing the modified Library. (It is understood
11143 that the user who changes the contents of definitions files in the
11144 Library will not necessarily be able to recompile the application
11145 to use the modified definitions.)
11147 b) Accompany the work with a written offer, valid for at
11148 least three years, to give the same user the materials
11149 specified in Subsection 6a, above, for a charge no more
11150 than the cost of performing this distribution.
11152 c) If distribution of the work is made by offering access to copy
11153 from a designated place, offer equivalent access to copy the above
11154 specified materials from the same place.
11156 d) Verify that the user has already received a copy of these
11157 materials or that you have already sent this user a copy.
11159 For an executable, the required form of the "work that uses the
11160 Library" must include any data and utility programs needed for
11161 reproducing the executable from it. However, as a special exception,
11162 the source code distributed need not include anything that is normally
11163 distributed (in either source or binary form) with the major
11164 components (compiler, kernel, and so on) of the operating system on
11165 which the executable runs, unless that component itself accompanies
11166 the executable.
11168 It may happen that this requirement contradicts the license
11169 restrictions of other proprietary libraries that do not normally
11170 accompany the operating system. Such a contradiction means you cannot
11171 use both them and the Library together in an executable that you
11172 distribute.
11175 7. You may place library facilities that are a work based on the
11176 Library side-by-side in a single library together with other library
11177 facilities not covered by this License, and distribute such a combined
11178 library, provided that the separate distribution of the work based on
11179 the Library and of the other library facilities is otherwise
11180 permitted, and provided that you do these two things:
11182 a) Accompany the combined library with a copy of the same work
11183 based on the Library, uncombined with any other library
11184 facilities. This must be distributed under the terms of the
11185 Sections above.
11187 b) Give prominent notice with the combined library of the fact
11188 that part of it is a work based on the Library, and explaining
11189 where to find the accompanying uncombined form of the same work.
11191 8. You may not copy, modify, sublicense, link with, or distribute
11192 the Library except as expressly provided under this License. Any
11193 attempt otherwise to copy, modify, sublicense, link with, or
11194 distribute the Library is void, and will automatically terminate your
11195 rights under this License. However, parties who have received copies,
11196 or rights, from you under this License will not have their licenses
11197 terminated so long as such parties remain in full compliance.
11199 9. You are not required to accept this License, since you have not
11200 signed it. However, nothing else grants you permission to modify or
11201 distribute the Library or its derivative works. These actions are
11202 prohibited by law if you do not accept this License. Therefore, by
11203 modifying or distributing the Library (or any work based on the
11204 Library), you indicate your acceptance of this License to do so, and
11205 all its terms and conditions for copying, distributing or modifying
11206 the Library or works based on it.
11208 10. Each time you redistribute the Library (or any work based on the
11209 Library), the recipient automatically receives a license from the
11210 original licensor to copy, distribute, link with or modify the Library
11211 subject to these terms and conditions. You may not impose any further
11212 restrictions on the recipients' exercise of the rights granted herein.
11213 You are not responsible for enforcing compliance by third parties to
11214 this License.
11217 11. If, as a consequence of a court judgment or allegation of patent
11218 infringement or for any other reason (not limited to patent issues),
11219 conditions are imposed on you (whether by court order, agreement or
11220 otherwise) that contradict the conditions of this License, they do not
11221 excuse you from the conditions of this License. If you cannot
11222 distribute so as to satisfy simultaneously your obligations under this
11223 License and any other pertinent obligations, then as a consequence you
11224 may not distribute the Library at all. For example, if a patent
11225 license would not permit royalty-free redistribution of the Library by
11226 all those who receive copies directly or indirectly through you, then
11227 the only way you could satisfy both it and this License would be to
11228 refrain entirely from distribution of the Library.
11230 If any portion of this section is held invalid or unenforceable under any
11231 particular circumstance, the balance of the section is intended to apply,
11232 and the section as a whole is intended to apply in other circumstances.
11234 It is not the purpose of this section to induce you to infringe any
11235 patents or other property right claims or to contest validity of any
11236 such claims; this section has the sole purpose of protecting the
11237 integrity of the free software distribution system which is
11238 implemented by public license practices. Many people have made
11239 generous contributions to the wide range of software distributed
11240 through that system in reliance on consistent application of that
11241 system; it is up to the author/donor to decide if he or she is willing
11242 to distribute software through any other system and a licensee cannot
11243 impose that choice.
11245 This section is intended to make thoroughly clear what is believed to
11246 be a consequence of the rest of this License.
11248 12. If the distribution and/or use of the Library is restricted in
11249 certain countries either by patents or by copyrighted interfaces, the
11250 original copyright holder who places the Library under this License may add
11251 an explicit geographical distribution limitation excluding those countries,
11252 so that distribution is permitted only in or among countries not thus
11253 excluded. In such case, this License incorporates the limitation as if
11254 written in the body of this License.
11256 13. The Free Software Foundation may publish revised and/or new
11257 versions of the Library General Public License from time to time.
11258 Such new versions will be similar in spirit to the present version,
11259 but may differ in detail to address new problems or concerns.
11261 Each version is given a distinguishing version number. If the Library
11262 specifies a version number of this License which applies to it and
11263 "any later version", you have the option of following the terms and
11264 conditions either of that version or of any later version published by
11265 the Free Software Foundation. If the Library does not specify a
11266 license version number, you may choose any version ever published by
11267 the Free Software Foundation.
11270 14. If you wish to incorporate parts of the Library into other free
11271 programs whose distribution conditions are incompatible with these,
11272 write to the author to ask for permission. For software which is
11273 copyrighted by the Free Software Foundation, write to the Free
11274 Software Foundation; we sometimes make exceptions for this. Our
11275 decision will be guided by the two goals of preserving the free status
11276 of all derivatives of our free software and of promoting the sharing
11277 and reuse of software generally.
11279 NO WARRANTY
11281 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
11282 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
11283 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
11284 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
11285 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
11286 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
11287 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
11288 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
11289 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
11291 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
11292 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
11293 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
11294 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
11295 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
11296 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
11297 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
11298 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
11299 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
11300 DAMAGES.
11302 END OF TERMS AND CONDITIONS
11305 How to Apply These Terms to Your New Libraries
11307 If you develop a new library, and you want it to be of the greatest
11308 possible use to the public, we recommend making it free software that
11309 everyone can redistribute and change. You can do so by permitting
11310 redistribution under these terms (or, alternatively, under the terms of the
11311 ordinary General Public License).
11313 To apply these terms, attach the following notices to the library. It is
11314 safest to attach them to the start of each source file to most effectively
11315 convey the exclusion of warranty; and each file should have at least the
11316 "copyright" line and a pointer to where the full notice is found.
11318 &lt;one line to give the library's name and a brief idea of what it does.&gt;
11319 Copyright (C) &lt;year&gt; &lt;name of author&gt;
11321 This library is free software; you can redistribute it and/or
11322 modify it under the terms of the GNU Library General Public
11323 License as published by the Free Software Foundation; either
11324 version 2 of the License, or (at your option) any later version.
11326 This library is distributed in the hope that it will be useful,
11327 but WITHOUT ANY WARRANTY; without even the implied warranty of
11328 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11329 Library General Public License for more details.
11331 You should have received a copy of the GNU Library General Public
11332 License along with this library; if not, write to the
11333 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
11334 Boston, MA 02111-1307 USA.
11336 Also add information on how to contact you by electronic and paper mail.
11338 You should also get your employer (if you work as a programmer) or your
11339 school, if any, to sign a "copyright disclaimer" for the library, if
11340 necessary. Here is a sample; alter the names:
11342 Yoyodyne, Inc., hereby disclaims all copyright interest in the
11343 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
11345 &lt;signature of Ty Coon&gt;, 1 April 1990
11346 Ty Coon, President of Vice
11348 That's all there is to it!
11350 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11352 Scanned Source License o3d-203170/o3d/third_party/gflags/COPYING:
11354 Copyright (c) 2006, Google Inc.
11355 All rights reserved.
11357 Redistribution and use in source and binary forms, with or without
11358 modification, are permitted provided that the following conditions are
11359 met:
11361 * Redistributions of source code must retain the above copyright
11362 notice, this list of conditions and the following disclaimer.
11363 * Redistributions in binary form must reproduce the above
11364 copyright notice, this list of conditions and the following disclaimer
11365 in the documentation and/or other materials provided with the
11366 distribution.
11367 * Neither the name of Google Inc. nor the names of its
11368 contributors may be used to endorse or promote products derived from
11369 this software without specific prior written permission.
11371 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11372 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11373 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11374 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11375 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11376 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11377 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11378 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11379 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11380 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11381 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11383 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11385 Scanned Source License o3d-203170/o3d/third_party/gflags/packages/deb/copyright:
11387 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
11388 13 December 2006.
11390 It was downloaded from http://code.google.com/
11392 Upstream Author: opensource@google.com
11394 Copyright (c) 2006, Google Inc.
11395 All rights reserved.
11397 Redistribution and use in source and binary forms, with or without
11398 modification, are permitted provided that the following conditions are
11399 met:
11401 * Redistributions of source code must retain the above copyright
11402 notice, this list of conditions and the following disclaimer.
11403 * Redistributions in binary form must reproduce the above
11404 copyright notice, this list of conditions and the following disclaimer
11405 in the documentation and/or other materials provided with the
11406 distribution.
11407 * Neither the name of Google Inc. nor the names of its
11408 contributors may be used to endorse or promote products derived from
11409 this software without specific prior written permission.
11411 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11412 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11413 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11414 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11415 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11416 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11417 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11418 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11419 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11420 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11421 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11423 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11425 Scanned Source License o3d-203170/o3d/third_party/glu/LICENSE.txt:
11427 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
11429 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All
11430 Rights Reserved.
11432 Permission is hereby granted, free of charge, to any person obtaining
11433 a copy of this software and associated documentation files (the
11434 "Software"), to deal in the Software without restriction, including
11435 without limitation the rights to use, copy, modify, merge, publish,
11436 distribute, sublicense, and/or sell copies of the Software, and to
11437 permit persons to whom the Software is furnished to do so, subject to
11438 the following conditions:
11440 The above copyright notice including the dates of first publication
11441 and either this permission notice or a reference to HYPERLINK
11442 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
11443 shall be included in all copies or substantial portions of the
11444 Software.
11446 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11447 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11448 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11449 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE
11450 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
11451 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
11452 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11454 Except as contained in this notice, the name of Silicon Graphics,
11455 Inc. shall not be used in advertising or otherwise to promote the
11456 sale, use or other dealings in this Software without prior written
11457 authorization from Silicon Graphics, Inc.
11459 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11461 Scanned Source License o3d-203170/o3d/third_party/libtxc_dxtn/LICENSE:
11463 libtxc_dxtn
11464 Version: 0.1
11466 Copyright (C) 2004 Roland Scheidegger All Rights Reserved.
11468 Permission is hereby granted, free of charge, to any person obtaining a
11469 copy of this software and associated documentation files (the "Software"),
11470 to deal in the Software without restriction, including without limitation
11471 the rights to use, copy, modify, merge, publish, distribute, sublicense,
11472 and/or sell copies of the Software, and to permit persons to whom the
11473 Software is furnished to do so, subject to the following conditions:
11475 The above copyright notice and this permission notice shall be included
11476 in all copies or substantial portions of the Software.
11478 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
11479 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11480 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
11481 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
11482 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
11483 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11485 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11487 Scanned Source License o3d-203170/o3d/third_party/npapi/COPYING:
11489 MOZILLA PUBLIC LICENSE
11490 Version 1.1
11492 ---------------
11494 1. Definitions.
11496 1.0.1. "Commercial Use" means distribution or otherwise making the
11497 Covered Code available to a third party.
11499 1.1. "Contributor" means each entity that creates or contributes to
11500 the creation of Modifications.
11502 1.2. "Contributor Version" means the combination of the Original
11503 Code, prior Modifications used by a Contributor, and the Modifications
11504 made by that particular Contributor.
11506 1.3. "Covered Code" means the Original Code or Modifications or the
11507 combination of the Original Code and Modifications, in each case
11508 including portions thereof.
11510 1.4. "Electronic Distribution Mechanism" means a mechanism generally
11511 accepted in the software development community for the electronic
11512 transfer of data.
11514 1.5. "Executable" means Covered Code in any form other than Source
11515 Code.
11517 1.6. "Initial Developer" means the individual or entity identified
11518 as the Initial Developer in the Source Code notice required by Exhibit
11521 1.7. "Larger Work" means a work which combines Covered Code or
11522 portions thereof with code not governed by the terms of this License.
11524 1.8. "License" means this document.
11526 1.8.1. "Licensable" means having the right to grant, to the maximum
11527 extent possible, whether at the time of the initial grant or
11528 subsequently acquired, any and all of the rights conveyed herein.
11530 1.9. "Modifications" means any addition to or deletion from the
11531 substance or structure of either the Original Code or any previous
11532 Modifications. When Covered Code is released as a series of files, a
11533 Modification is:
11534 A. Any addition to or deletion from the contents of a file
11535 containing Original Code or previous Modifications.
11537 B. Any new file that contains any part of the Original Code or
11538 previous Modifications.
11540 1.10. "Original Code" means Source Code of computer software code
11541 which is described in the Source Code notice required by Exhibit A as
11542 Original Code, and which, at the time of its release under this
11543 License is not already Covered Code governed by this License.
11545 1.10.1. "Patent Claims" means any patent claim(s), now owned or
11546 hereafter acquired, including without limitation, method, process,
11547 and apparatus claims, in any patent Licensable by grantor.
11549 1.11. "Source Code" means the preferred form of the Covered Code for
11550 making modifications to it, including all modules it contains, plus
11551 any associated interface definition files, scripts used to control
11552 compilation and installation of an Executable, or source code
11553 differential comparisons against either the Original Code or another
11554 well known, available Covered Code of the Contributor's choice. The
11555 Source Code can be in a compressed or archival form, provided the
11556 appropriate decompression or de-archiving software is widely available
11557 for no charge.
11559 1.12. "You" (or "Your") means an individual or a legal entity
11560 exercising rights under, and complying with all of the terms of, this
11561 License or a future version of this License issued under Section 6.1.
11562 For legal entities, "You" includes any entity which controls, is
11563 controlled by, or is under common control with You. For purposes of
11564 this definition, "control" means (a) the power, direct or indirect,
11565 to cause the direction or management of such entity, whether by
11566 contract or otherwise, or (b) ownership of more than fifty percent
11567 (50%) of the outstanding shares or beneficial ownership of such
11568 entity.
11570 2. Source Code License.
11572 2.1. The Initial Developer Grant.
11573 The Initial Developer hereby grants You a world-wide, royalty-free,
11574 non-exclusive license, subject to third party intellectual property
11575 claims:
11576 (a) under intellectual property rights (other than patent or
11577 trademark) Licensable by Initial Developer to use, reproduce,
11578 modify, display, perform, sublicense and distribute the Original
11579 Code (or portions thereof) with or without Modifications, and/or
11580 as part of a Larger Work; and
11582 (b) under Patents Claims infringed by the making, using or
11583 selling of Original Code, to make, have made, use, practice,
11584 sell, and offer for sale, and/or otherwise dispose of the
11585 Original Code (or portions thereof).
11587 (c) the licenses granted in this Section 2.1(a) and (b) are
11588 effective on the date Initial Developer first distributes
11589 Original Code under the terms of this License.
11591 (d) Notwithstanding Section 2.1(b) above, no patent license is
11592 granted: 1) for code that You delete from the Original Code; 2)
11593 separate from the Original Code; or 3) for infringements caused
11594 by: i) the modification of the Original Code or ii) the
11595 combination of the Original Code with other software or devices.
11597 2.2. Contributor Grant.
11598 Subject to third party intellectual property claims, each Contributor
11599 hereby grants You a world-wide, royalty-free, non-exclusive license
11601 (a) under intellectual property rights (other than patent or
11602 trademark) Licensable by Contributor, to use, reproduce, modify,
11603 display, perform, sublicense and distribute the Modifications
11604 created by such Contributor (or portions thereof) either on an
11605 unmodified basis, with other Modifications, as Covered Code
11606 and/or as part of a Larger Work; and
11608 (b) under Patent Claims infringed by the making, using, or
11609 selling of Modifications made by that Contributor either alone
11610 and/or in combination with its Contributor Version (or portions
11611 of such combination), to make, use, sell, offer for sale, have
11612 made, and/or otherwise dispose of: 1) Modifications made by that
11613 Contributor (or portions thereof); and 2) the combination of
11614 Modifications made by that Contributor with its Contributor
11615 Version (or portions of such combination).
11617 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
11618 effective on the date Contributor first makes Commercial Use of
11619 the Covered Code.
11621 (d) Notwithstanding Section 2.2(b) above, no patent license is
11622 granted: 1) for any code that Contributor has deleted from the
11623 Contributor Version; 2) separate from the Contributor Version;
11624 3) for infringements caused by: i) third party modifications of
11625 Contributor Version or ii) the combination of Modifications made
11626 by that Contributor with other software (except as part of the
11627 Contributor Version) or other devices; or 4) under Patent Claims
11628 infringed by Covered Code in the absence of Modifications made by
11629 that Contributor.
11631 3. Distribution Obligations.
11633 3.1. Application of License.
11634 The Modifications which You create or to which You contribute are
11635 governed by the terms of this License, including without limitation
11636 Section 2.2. The Source Code version of Covered Code may be
11637 distributed only under the terms of this License or a future version
11638 of this License released under Section 6.1, and You must include a
11639 copy of this License with every copy of the Source Code You
11640 distribute. You may not offer or impose any terms on any Source Code
11641 version that alters or restricts the applicable version of this
11642 License or the recipients' rights hereunder. However, You may include
11643 an additional document offering the additional rights described in
11644 Section 3.5.
11646 3.2. Availability of Source Code.
11647 Any Modification which You create or to which You contribute must be
11648 made available in Source Code form under the terms of this License
11649 either on the same media as an Executable version or via an accepted
11650 Electronic Distribution Mechanism to anyone to whom you made an
11651 Executable version available; and if made available via Electronic
11652 Distribution Mechanism, must remain available for at least twelve (12)
11653 months after the date it initially became available, or at least six
11654 (6) months after a subsequent version of that particular Modification
11655 has been made available to such recipients. You are responsible for
11656 ensuring that the Source Code version remains available even if the
11657 Electronic Distribution Mechanism is maintained by a third party.
11659 3.3. Description of Modifications.
11660 You must cause all Covered Code to which You contribute to contain a
11661 file documenting the changes You made to create that Covered Code and
11662 the date of any change. You must include a prominent statement that
11663 the Modification is derived, directly or indirectly, from Original
11664 Code provided by the Initial Developer and including the name of the
11665 Initial Developer in (a) the Source Code, and (b) in any notice in an
11666 Executable version or related documentation in which You describe the
11667 origin or ownership of the Covered Code.
11669 3.4. Intellectual Property Matters
11670 (a) Third Party Claims.
11671 If Contributor has knowledge that a license under a third party's
11672 intellectual property rights is required to exercise the rights
11673 granted by such Contributor under Sections 2.1 or 2.2,
11674 Contributor must include a text file with the Source Code
11675 distribution titled "LEGAL" which describes the claim and the
11676 party making the claim in sufficient detail that a recipient will
11677 know whom to contact. If Contributor obtains such knowledge after
11678 the Modification is made available as described in Section 3.2,
11679 Contributor shall promptly modify the LEGAL file in all copies
11680 Contributor makes available thereafter and shall take other steps
11681 (such as notifying appropriate mailing lists or newsgroups)
11682 reasonably calculated to inform those who received the Covered
11683 Code that new knowledge has been obtained.
11685 (b) Contributor APIs.
11686 If Contributor's Modifications include an application programming
11687 interface and Contributor has knowledge of patent licenses which
11688 are reasonably necessary to implement that API, Contributor must
11689 also include this information in the LEGAL file.
11691 (c) Representations.
11692 Contributor represents that, except as disclosed pursuant to
11693 Section 3.4(a) above, Contributor believes that Contributor's
11694 Modifications are Contributor's original creation(s) and/or
11695 Contributor has sufficient rights to grant the rights conveyed by
11696 this License.
11698 3.5. Required Notices.
11699 You must duplicate the notice in Exhibit A in each file of the Source
11700 Code. If it is not possible to put such notice in a particular Source
11701 Code file due to its structure, then You must include such notice in a
11702 location (such as a relevant directory) where a user would be likely
11703 to look for such a notice. If You created one or more Modification(s)
11704 You may add your name as a Contributor to the notice described in
11705 Exhibit A. You must also duplicate this License in any documentation
11706 for the Source Code where You describe recipients' rights or ownership
11707 rights relating to Covered Code. You may choose to offer, and to
11708 charge a fee for, warranty, support, indemnity or liability
11709 obligations to one or more recipients of Covered Code. However, You
11710 may do so only on Your own behalf, and not on behalf of the Initial
11711 Developer or any Contributor. You must make it absolutely clear than
11712 any such warranty, support, indemnity or liability obligation is
11713 offered by You alone, and You hereby agree to indemnify the Initial
11714 Developer and every Contributor for any liability incurred by the
11715 Initial Developer or such Contributor as a result of warranty,
11716 support, indemnity or liability terms You offer.
11718 3.6. Distribution of Executable Versions.
11719 You may distribute Covered Code in Executable form only if the
11720 requirements of Section 3.1-3.5 have been met for that Covered Code,
11721 and if You include a notice stating that the Source Code version of
11722 the Covered Code is available under the terms of this License,
11723 including a description of how and where You have fulfilled the
11724 obligations of Section 3.2. The notice must be conspicuously included
11725 in any notice in an Executable version, related documentation or
11726 collateral in which You describe recipients' rights relating to the
11727 Covered Code. You may distribute the Executable version of Covered
11728 Code or ownership rights under a license of Your choice, which may
11729 contain terms different from this License, provided that You are in
11730 compliance with the terms of this License and that the license for the
11731 Executable version does not attempt to limit or alter the recipient's
11732 rights in the Source Code version from the rights set forth in this
11733 License. If You distribute the Executable version under a different
11734 license You must make it absolutely clear that any terms which differ
11735 from this License are offered by You alone, not by the Initial
11736 Developer or any Contributor. You hereby agree to indemnify the
11737 Initial Developer and every Contributor for any liability incurred by
11738 the Initial Developer or such Contributor as a result of any such
11739 terms You offer.
11741 3.7. Larger Works.
11742 You may create a Larger Work by combining Covered Code with other code
11743 not governed by the terms of this License and distribute the Larger
11744 Work as a single product. In such a case, You must make sure the
11745 requirements of this License are fulfilled for the Covered Code.
11747 4. Inability to Comply Due to Statute or Regulation.
11749 If it is impossible for You to comply with any of the terms of this
11750 License with respect to some or all of the Covered Code due to
11751 statute, judicial order, or regulation then You must: (a) comply with
11752 the terms of this License to the maximum extent possible; and (b)
11753 describe the limitations and the code they affect. Such description
11754 must be included in the LEGAL file described in Section 3.4 and must
11755 be included with all distributions of the Source Code. Except to the
11756 extent prohibited by statute or regulation, such description must be
11757 sufficiently detailed for a recipient of ordinary skill to be able to
11758 understand it.
11760 5. Application of this License.
11762 This License applies to code to which the Initial Developer has
11763 attached the notice in Exhibit A and to related Covered Code.
11765 6. Versions of the License.
11767 6.1. New Versions.
11768 Netscape Communications Corporation ("Netscape") may publish revised
11769 and/or new versions of the License from time to time. Each version
11770 will be given a distinguishing version number.
11772 6.2. Effect of New Versions.
11773 Once Covered Code has been published under a particular version of the
11774 License, You may always continue to use it under the terms of that
11775 version. You may also choose to use such Covered Code under the terms
11776 of any subsequent version of the License published by Netscape. No one
11777 other than Netscape has the right to modify the terms applicable to
11778 Covered Code created under this License.
11780 6.3. Derivative Works.
11781 If You create or use a modified version of this License (which you may
11782 only do in order to apply it to code which is not already Covered Code
11783 governed by this License), You must (a) rename Your license so that
11784 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
11785 "MPL", "NPL" or any confusingly similar phrase do not appear in your
11786 license (except to note that your license differs from this License)
11787 and (b) otherwise make it clear that Your version of the license
11788 contains terms which differ from the Mozilla Public License and
11789 Netscape Public License. (Filling in the name of the Initial
11790 Developer, Original Code or Contributor in the notice described in
11791 Exhibit A shall not of themselves be deemed to be modifications of
11792 this License.)
11794 7. DISCLAIMER OF WARRANTY.
11796 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
11797 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
11798 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
11799 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
11800 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
11801 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
11802 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
11803 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
11804 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
11805 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
11807 8. TERMINATION.
11809 8.1. This License and the rights granted hereunder will terminate
11810 automatically if You fail to comply with terms herein and fail to cure
11811 such breach within 30 days of becoming aware of the breach. All
11812 sublicenses to the Covered Code which are properly granted shall
11813 survive any termination of this License. Provisions which, by their
11814 nature, must remain in effect beyond the termination of this License
11815 shall survive.
11817 8.2. If You initiate litigation by asserting a patent infringement
11818 claim (excluding declatory judgment actions) against Initial Developer
11819 or a Contributor (the Initial Developer or Contributor against whom
11820 You file such action is referred to as "Participant") alleging that:
11822 (a) such Participant's Contributor Version directly or indirectly
11823 infringes any patent, then any and all rights granted by such
11824 Participant to You under Sections 2.1 and/or 2.2 of this License
11825 shall, upon 60 days notice from Participant terminate prospectively,
11826 unless if within 60 days after receipt of notice You either: (i)
11827 agree in writing to pay Participant a mutually agreeable reasonable
11828 royalty for Your past and future use of Modifications made by such
11829 Participant, or (ii) withdraw Your litigation claim with respect to
11830 the Contributor Version against such Participant. If within 60 days
11831 of notice, a reasonable royalty and payment arrangement are not
11832 mutually agreed upon in writing by the parties or the litigation claim
11833 is not withdrawn, the rights granted by Participant to You under
11834 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
11835 the 60 day notice period specified above.
11837 (b) any software, hardware, or device, other than such Participant's
11838 Contributor Version, directly or indirectly infringes any patent, then
11839 any rights granted to You by such Participant under Sections 2.1(b)
11840 and 2.2(b) are revoked effective as of the date You first made, used,
11841 sold, distributed, or had made, Modifications made by that
11842 Participant.
11844 8.3. If You assert a patent infringement claim against Participant
11845 alleging that such Participant's Contributor Version directly or
11846 indirectly infringes any patent where such claim is resolved (such as
11847 by license or settlement) prior to the initiation of patent
11848 infringement litigation, then the reasonable value of the licenses
11849 granted by such Participant under Sections 2.1 or 2.2 shall be taken
11850 into account in determining the amount or value of any payment or
11851 license.
11853 8.4. In the event of termination under Sections 8.1 or 8.2 above,
11854 all end user license agreements (excluding distributors and resellers)
11855 which have been validly granted by You or any distributor hereunder
11856 prior to termination shall survive termination.
11858 9. LIMITATION OF LIABILITY.
11860 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
11861 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
11862 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
11863 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
11864 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
11865 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
11866 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
11867 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
11868 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
11869 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
11870 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
11871 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
11872 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
11873 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
11875 10. U.S. GOVERNMENT END USERS.
11877 The Covered Code is a "commercial item," as that term is defined in
11878 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
11879 software" and "commercial computer software documentation," as such
11880 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
11881 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
11882 all U.S. Government End Users acquire Covered Code with only those
11883 rights set forth herein.
11885 11. MISCELLANEOUS.
11887 This License represents the complete agreement concerning subject
11888 matter hereof. If any provision of this License is held to be
11889 unenforceable, such provision shall be reformed only to the extent
11890 necessary to make it enforceable. This License shall be governed by
11891 California law provisions (except to the extent applicable law, if
11892 any, provides otherwise), excluding its conflict-of-law provisions.
11893 With respect to disputes in which at least one party is a citizen of,
11894 or an entity chartered or registered to do business in the United
11895 States of America, any litigation relating to this License shall be
11896 subject to the jurisdiction of the Federal Courts of the Northern
11897 District of California, with venue lying in Santa Clara County,
11898 California, with the losing party responsible for costs, including
11899 without limitation, court costs and reasonable attorneys' fees and
11900 expenses. The application of the United Nations Convention on
11901 Contracts for the International Sale of Goods is expressly excluded.
11902 Any law or regulation which provides that the language of a contract
11903 shall be construed against the drafter shall not apply to this
11904 License.
11906 12. RESPONSIBILITY FOR CLAIMS.
11908 As between Initial Developer and the Contributors, each party is
11909 responsible for claims and damages arising, directly or indirectly,
11910 out of its utilization of rights under this License and You agree to
11911 work with Initial Developer and Contributors to distribute such
11912 responsibility on an equitable basis. Nothing herein is intended or
11913 shall be deemed to constitute any admission of liability.
11915 13. MULTIPLE-LICENSED CODE.
11917 Initial Developer may designate portions of the Covered Code as
11918 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
11919 Developer permits you to utilize portions of the Covered Code under
11920 Your choice of the NPL or the alternative licenses, if any, specified
11921 by the Initial Developer in the file described in Exhibit A.
11923 EXHIBIT A -Mozilla Public License.
11925 ``The contents of this file are subject to the Mozilla Public License
11926 Version 1.1 (the "License"); you may not use this file except in
11927 compliance with the License. You may obtain a copy of the License at
11928 http://www.mozilla.org/MPL/
11930 Software distributed under the License is distributed on an "AS IS"
11931 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
11932 License for the specific language governing rights and limitations
11933 under the License.
11935 The Original Code is ______________________________________.
11937 The Initial Developer of the Original Code is ________________________.
11938 Portions created by ______________________ are Copyright (C) ______
11939 _______________________. All Rights Reserved.
11941 Contributor(s): ______________________________________.
11943 Alternatively, the contents of this file may be used under the terms
11944 of the _____ license (the "[___] License"), in which case the
11945 provisions of [______] License are applicable instead of those
11946 above. If you wish to allow use of your version of this file only
11947 under the terms of the [____] License and not to allow others to use
11948 your version of this file under the MPL, indicate your decision by
11949 deleting the provisions above and replace them with the notice and
11950 other provisions required by the [___] License. If you do not delete
11951 the provisions above, a recipient may use your version of this file
11952 under either the MPL or the [___] License."
11954 [NOTE: The text of this Exhibit A may differ slightly from the text of
11955 the notices in the Source Code files of the Original Code. You should
11956 use the text of this Exhibit A rather than the text found in the
11957 Original Code Source Code for Your Modifications.]
11959 ----------------------------------------------------------------------
11961 AMENDMENTS
11963 The Netscape Public License Version 1.1 ("NPL") consists of the
11964 Mozilla Public License Version 1.1 with the following Amendments,
11965 including Exhibit A-Netscape Public License. Files identified with
11966 "Exhibit A-Netscape Public License" are governed by the Netscape
11967 Public License Version 1.1.
11969 Additional Terms applicable to the Netscape Public License.
11970 I. Effect.
11971 These additional terms described in this Netscape Public
11972 License -- Amendments shall apply to the Mozilla Communicator
11973 client code and to all Covered Code under this License.
11975 II. "Netscape's Branded Code" means Covered Code that Netscape
11976 distributes and/or permits others to distribute under one or more
11977 trademark(s) which are controlled by Netscape but which are not
11978 licensed for use under this License.
11980 III. Netscape and logo.
11981 This License does not grant any rights to use the trademarks
11982 "Netscape", the "Netscape N and horizon" logo or the "Netscape
11983 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
11984 "Smart Browsing" even if such marks are included in the Original
11985 Code or Modifications.
11987 IV. Inability to Comply Due to Contractual Obligation.
11988 Prior to licensing the Original Code under this License, Netscape
11989 has licensed third party code for use in Netscape's Branded Code.
11990 To the extent that Netscape is limited contractually from making
11991 such third party code available under this License, Netscape may
11992 choose to reintegrate such code into Covered Code without being
11993 required to distribute such code in Source Code form, even if
11994 such code would otherwise be considered "Modifications" under
11995 this License.
11997 V. Use of Modifications and Covered Code by Initial Developer.
11998 V.1. In General.
11999 The obligations of Section 3 apply to Netscape, except to
12000 the extent specified in this Amendment, Section V.2 and V.3.
12002 V.2. Other Products.
12003 Netscape may include Covered Code in products other than the
12004 Netscape's Branded Code which are released by Netscape
12005 during the two (2) years following the release date of the
12006 Original Code, without such additional products becoming
12007 subject to the terms of this License, and may license such
12008 additional products on different terms from those contained
12009 in this License.
12011 V.3. Alternative Licensing.
12012 Netscape may license the Source Code of Netscape's Branded
12013 Code, including Modifications incorporated therein, without
12014 such Netscape Branded Code becoming subject to the terms of
12015 this License, and may license such Netscape Branded Code on
12016 different terms from those contained in this License.
12018 VI. Litigation.
12019 Notwithstanding the limitations of Section 11 above, the
12020 provisions regarding litigation in Section 11(a), (b) and (c) of
12021 the License shall apply to all disputes relating to this License.
12023 EXHIBIT A-Netscape Public License.
12025 "The contents of this file are subject to the Netscape Public
12026 License Version 1.1 (the "License"); you may not use this file
12027 except in compliance with the License. You may obtain a copy of
12028 the License at http://www.mozilla.org/NPL/
12030 Software distributed under the License is distributed on an "AS
12031 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
12032 implied. See the License for the specific language governing
12033 rights and limitations under the License.
12035 The Original Code is Mozilla Communicator client code, released
12036 March 31, 1998.
12038 The Initial Developer of the Original Code is Netscape
12039 Communications Corporation. Portions created by Netscape are
12040 Copyright (C) 1998-1999 Netscape Communications Corporation. All
12041 Rights Reserved.
12043 Contributor(s): ______________________________________.
12045 Alternatively, the contents of this file may be used under the
12046 terms of the _____ license (the "[___] License"), in which case
12047 the provisions of [______] License are applicable instead of
12048 those above. If you wish to allow use of your version of this
12049 file only under the terms of the [____] License and not to allow
12050 others to use your version of this file under the NPL, indicate
12051 your decision by deleting the provisions above and replace them
12052 with the notice and other provisions required by the [___]
12053 License. If you do not delete the provisions above, a recipient
12054 may use your version of this file under either the NPL or the
12055 [___] License."
12057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12059 Scanned Source License o3d-203170/o3d/third_party/ply/COPYING:
12061 GNU LESSER GENERAL PUBLIC LICENSE
12062 Version 2.1, February 1999
12064 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
12065 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12066 Everyone is permitted to copy and distribute verbatim copies
12067 of this license document, but changing it is not allowed.
12069 [This is the first released version of the Lesser GPL. It also counts
12070 as the successor of the GNU Library Public License, version 2, hence
12071 the version number 2.1.]
12073 Preamble
12075 The licenses for most software are designed to take away your
12076 freedom to share and change it. By contrast, the GNU General Public
12077 Licenses are intended to guarantee your freedom to share and change
12078 free software--to make sure the software is free for all its users.
12080 This license, the Lesser General Public License, applies to some
12081 specially designated software packages--typically libraries--of the
12082 Free Software Foundation and other authors who decide to use it. You
12083 can use it too, but we suggest you first think carefully about whether
12084 this license or the ordinary General Public License is the better
12085 strategy to use in any particular case, based on the explanations below.
12087 When we speak of free software, we are referring to freedom of use,
12088 not price. Our General Public Licenses are designed to make sure that
12089 you have the freedom to distribute copies of free software (and charge
12090 for this service if you wish); that you receive source code or can get
12091 it if you want it; that you can change the software and use pieces of
12092 it in new free programs; and that you are informed that you can do
12093 these things.
12095 To protect your rights, we need to make restrictions that forbid
12096 distributors to deny you these rights or to ask you to surrender these
12097 rights. These restrictions translate to certain responsibilities for
12098 you if you distribute copies of the library or if you modify it.
12100 For example, if you distribute copies of the library, whether gratis
12101 or for a fee, you must give the recipients all the rights that we gave
12102 you. You must make sure that they, too, receive or can get the source
12103 code. If you link other code with the library, you must provide
12104 complete object files to the recipients, so that they can relink them
12105 with the library after making changes to the library and recompiling
12106 it. And you must show them these terms so they know their rights.
12108 We protect your rights with a two-step method: (1) we copyright the
12109 library, and (2) we offer you this license, which gives you legal
12110 permission to copy, distribute and/or modify the library.
12112 To protect each distributor, we want to make it very clear that
12113 there is no warranty for the free library. Also, if the library is
12114 modified by someone else and passed on, the recipients should know
12115 that what they have is not the original version, so that the original
12116 author's reputation will not be affected by problems that might be
12117 introduced by others.
12119 Finally, software patents pose a constant threat to the existence of
12120 any free program. We wish to make sure that a company cannot
12121 effectively restrict the users of a free program by obtaining a
12122 restrictive license from a patent holder. Therefore, we insist that
12123 any patent license obtained for a version of the library must be
12124 consistent with the full freedom of use specified in this license.
12126 Most GNU software, including some libraries, is covered by the
12127 ordinary GNU General Public License. This license, the GNU Lesser
12128 General Public License, applies to certain designated libraries, and
12129 is quite different from the ordinary General Public License. We use
12130 this license for certain libraries in order to permit linking those
12131 libraries into non-free programs.
12133 When a program is linked with a library, whether statically or using
12134 a shared library, the combination of the two is legally speaking a
12135 combined work, a derivative of the original library. The ordinary
12136 General Public License therefore permits such linking only if the
12137 entire combination fits its criteria of freedom. The Lesser General
12138 Public License permits more lax criteria for linking other code with
12139 the library.
12141 We call this license the "Lesser" General Public License because it
12142 does Less to protect the user's freedom than the ordinary General
12143 Public License. It also provides other free software developers Less
12144 of an advantage over competing non-free programs. These disadvantages
12145 are the reason we use the ordinary General Public License for many
12146 libraries. However, the Lesser license provides advantages in certain
12147 special circumstances.
12149 For example, on rare occasions, there may be a special need to
12150 encourage the widest possible use of a certain library, so that it becomes
12151 a de-facto standard. To achieve this, non-free programs must be
12152 allowed to use the library. A more frequent case is that a free
12153 library does the same job as widely used non-free libraries. In this
12154 case, there is little to gain by limiting the free library to free
12155 software only, so we use the Lesser General Public License.
12157 In other cases, permission to use a particular library in non-free
12158 programs enables a greater number of people to use a large body of
12159 free software. For example, permission to use the GNU C Library in
12160 non-free programs enables many more people to use the whole GNU
12161 operating system, as well as its variant, the GNU/Linux operating
12162 system.
12164 Although the Lesser General Public License is Less protective of the
12165 users' freedom, it does ensure that the user of a program that is
12166 linked with the Library has the freedom and the wherewithal to run
12167 that program using a modified version of the Library.
12169 The precise terms and conditions for copying, distribution and
12170 modification follow. Pay close attention to the difference between a
12171 "work based on the library" and a "work that uses the library". The
12172 former contains code derived from the library, whereas the latter must
12173 be combined with the library in order to run.
12175 GNU LESSER GENERAL PUBLIC LICENSE
12176 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12178 0. This License Agreement applies to any software library or other
12179 program which contains a notice placed by the copyright holder or
12180 other authorized party saying it may be distributed under the terms of
12181 this Lesser General Public License (also called "this License").
12182 Each licensee is addressed as "you".
12184 A "library" means a collection of software functions and/or data
12185 prepared so as to be conveniently linked with application programs
12186 (which use some of those functions and data) to form executables.
12188 The "Library", below, refers to any such software library or work
12189 which has been distributed under these terms. A "work based on the
12190 Library" means either the Library or any derivative work under
12191 copyright law: that is to say, a work containing the Library or a
12192 portion of it, either verbatim or with modifications and/or translated
12193 straightforwardly into another language. (Hereinafter, translation is
12194 included without limitation in the term "modification".)
12196 "Source code" for a work means the preferred form of the work for
12197 making modifications to it. For a library, complete source code means
12198 all the source code for all modules it contains, plus any associated
12199 interface definition files, plus the scripts used to control compilation
12200 and installation of the library.
12202 Activities other than copying, distribution and modification are not
12203 covered by this License; they are outside its scope. The act of
12204 running a program using the Library is not restricted, and output from
12205 such a program is covered only if its contents constitute a work based
12206 on the Library (independent of the use of the Library in a tool for
12207 writing it). Whether that is true depends on what the Library does
12208 and what the program that uses the Library does.
12210 1. You may copy and distribute verbatim copies of the Library's
12211 complete source code as you receive it, in any medium, provided that
12212 you conspicuously and appropriately publish on each copy an
12213 appropriate copyright notice and disclaimer of warranty; keep intact
12214 all the notices that refer to this License and to the absence of any
12215 warranty; and distribute a copy of this License along with the
12216 Library.
12218 You may charge a fee for the physical act of transferring a copy,
12219 and you may at your option offer warranty protection in exchange for a
12220 fee.
12222 2. You may modify your copy or copies of the Library or any portion
12223 of it, thus forming a work based on the Library, and copy and
12224 distribute such modifications or work under the terms of Section 1
12225 above, provided that you also meet all of these conditions:
12227 a) The modified work must itself be a software library.
12229 b) You must cause the files modified to carry prominent notices
12230 stating that you changed the files and the date of any change.
12232 c) You must cause the whole of the work to be licensed at no
12233 charge to all third parties under the terms of this License.
12235 d) If a facility in the modified Library refers to a function or a
12236 table of data to be supplied by an application program that uses
12237 the facility, other than as an argument passed when the facility
12238 is invoked, then you must make a good faith effort to ensure that,
12239 in the event an application does not supply such function or
12240 table, the facility still operates, and performs whatever part of
12241 its purpose remains meaningful.
12243 (For example, a function in a library to compute square roots has
12244 a purpose that is entirely well-defined independent of the
12245 application. Therefore, Subsection 2d requires that any
12246 application-supplied function or table used by this function must
12247 be optional: if the application does not supply it, the square
12248 root function must still compute square roots.)
12250 These requirements apply to the modified work as a whole. If
12251 identifiable sections of that work are not derived from the Library,
12252 and can be reasonably considered independent and separate works in
12253 themselves, then this License, and its terms, do not apply to those
12254 sections when you distribute them as separate works. But when you
12255 distribute the same sections as part of a whole which is a work based
12256 on the Library, the distribution of the whole must be on the terms of
12257 this License, whose permissions for other licensees extend to the
12258 entire whole, and thus to each and every part regardless of who wrote
12261 Thus, it is not the intent of this section to claim rights or contest
12262 your rights to work written entirely by you; rather, the intent is to
12263 exercise the right to control the distribution of derivative or
12264 collective works based on the Library.
12266 In addition, mere aggregation of another work not based on the Library
12267 with the Library (or with a work based on the Library) on a volume of
12268 a storage or distribution medium does not bring the other work under
12269 the scope of this License.
12271 3. You may opt to apply the terms of the ordinary GNU General Public
12272 License instead of this License to a given copy of the Library. To do
12273 this, you must alter all the notices that refer to this License, so
12274 that they refer to the ordinary GNU General Public License, version 2,
12275 instead of to this License. (If a newer version than version 2 of the
12276 ordinary GNU General Public License has appeared, then you can specify
12277 that version instead if you wish.) Do not make any other change in
12278 these notices.
12280 Once this change is made in a given copy, it is irreversible for
12281 that copy, so the ordinary GNU General Public License applies to all
12282 subsequent copies and derivative works made from that copy.
12284 This option is useful when you wish to copy part of the code of
12285 the Library into a program that is not a library.
12287 4. You may copy and distribute the Library (or a portion or
12288 derivative of it, under Section 2) in object code or executable form
12289 under the terms of Sections 1 and 2 above provided that you accompany
12290 it with the complete corresponding machine-readable source code, which
12291 must be distributed under the terms of Sections 1 and 2 above on a
12292 medium customarily used for software interchange.
12294 If distribution of object code is made by offering access to copy
12295 from a designated place, then offering equivalent access to copy the
12296 source code from the same place satisfies the requirement to
12297 distribute the source code, even though third parties are not
12298 compelled to copy the source along with the object code.
12300 5. A program that contains no derivative of any portion of the
12301 Library, but is designed to work with the Library by being compiled or
12302 linked with it, is called a "work that uses the Library". Such a
12303 work, in isolation, is not a derivative work of the Library, and
12304 therefore falls outside the scope of this License.
12306 However, linking a "work that uses the Library" with the Library
12307 creates an executable that is a derivative of the Library (because it
12308 contains portions of the Library), rather than a "work that uses the
12309 library". The executable is therefore covered by this License.
12310 Section 6 states terms for distribution of such executables.
12312 When a "work that uses the Library" uses material from a header file
12313 that is part of the Library, the object code for the work may be a
12314 derivative work of the Library even though the source code is not.
12315 Whether this is true is especially significant if the work can be
12316 linked without the Library, or if the work is itself a library. The
12317 threshold for this to be true is not precisely defined by law.
12319 If such an object file uses only numerical parameters, data
12320 structure layouts and accessors, and small macros and small inline
12321 functions (ten lines or less in length), then the use of the object
12322 file is unrestricted, regardless of whether it is legally a derivative
12323 work. (Executables containing this object code plus portions of the
12324 Library will still fall under Section 6.)
12326 Otherwise, if the work is a derivative of the Library, you may
12327 distribute the object code for the work under the terms of Section 6.
12328 Any executables containing that work also fall under Section 6,
12329 whether or not they are linked directly with the Library itself.
12331 6. As an exception to the Sections above, you may also combine or
12332 link a "work that uses the Library" with the Library to produce a
12333 work containing portions of the Library, and distribute that work
12334 under terms of your choice, provided that the terms permit
12335 modification of the work for the customer's own use and reverse
12336 engineering for debugging such modifications.
12338 You must give prominent notice with each copy of the work that the
12339 Library is used in it and that the Library and its use are covered by
12340 this License. You must supply a copy of this License. If the work
12341 during execution displays copyright notices, you must include the
12342 copyright notice for the Library among them, as well as a reference
12343 directing the user to the copy of this License. Also, you must do one
12344 of these things:
12346 a) Accompany the work with the complete corresponding
12347 machine-readable source code for the Library including whatever
12348 changes were used in the work (which must be distributed under
12349 Sections 1 and 2 above); and, if the work is an executable linked
12350 with the Library, with the complete machine-readable "work that
12351 uses the Library", as object code and/or source code, so that the
12352 user can modify the Library and then relink to produce a modified
12353 executable containing the modified Library. (It is understood
12354 that the user who changes the contents of definitions files in the
12355 Library will not necessarily be able to recompile the application
12356 to use the modified definitions.)
12358 b) Use a suitable shared library mechanism for linking with the
12359 Library. A suitable mechanism is one that (1) uses at run time a
12360 copy of the library already present on the user's computer system,
12361 rather than copying library functions into the executable, and (2)
12362 will operate properly with a modified version of the library, if
12363 the user installs one, as long as the modified version is
12364 interface-compatible with the version that the work was made with.
12366 c) Accompany the work with a written offer, valid for at
12367 least three years, to give the same user the materials
12368 specified in Subsection 6a, above, for a charge no more
12369 than the cost of performing this distribution.
12371 d) If distribution of the work is made by offering access to copy
12372 from a designated place, offer equivalent access to copy the above
12373 specified materials from the same place.
12375 e) Verify that the user has already received a copy of these
12376 materials or that you have already sent this user a copy.
12378 For an executable, the required form of the "work that uses the
12379 Library" must include any data and utility programs needed for
12380 reproducing the executable from it. However, as a special exception,
12381 the materials to be distributed need not include anything that is
12382 normally distributed (in either source or binary form) with the major
12383 components (compiler, kernel, and so on) of the operating system on
12384 which the executable runs, unless that component itself accompanies
12385 the executable.
12387 It may happen that this requirement contradicts the license
12388 restrictions of other proprietary libraries that do not normally
12389 accompany the operating system. Such a contradiction means you cannot
12390 use both them and the Library together in an executable that you
12391 distribute.
12393 7. You may place library facilities that are a work based on the
12394 Library side-by-side in a single library together with other library
12395 facilities not covered by this License, and distribute such a combined
12396 library, provided that the separate distribution of the work based on
12397 the Library and of the other library facilities is otherwise
12398 permitted, and provided that you do these two things:
12400 a) Accompany the combined library with a copy of the same work
12401 based on the Library, uncombined with any other library
12402 facilities. This must be distributed under the terms of the
12403 Sections above.
12405 b) Give prominent notice with the combined library of the fact
12406 that part of it is a work based on the Library, and explaining
12407 where to find the accompanying uncombined form of the same work.
12409 8. You may not copy, modify, sublicense, link with, or distribute
12410 the Library except as expressly provided under this License. Any
12411 attempt otherwise to copy, modify, sublicense, link with, or
12412 distribute the Library is void, and will automatically terminate your
12413 rights under this License. However, parties who have received copies,
12414 or rights, from you under this License will not have their licenses
12415 terminated so long as such parties remain in full compliance.
12417 9. You are not required to accept this License, since you have not
12418 signed it. However, nothing else grants you permission to modify or
12419 distribute the Library or its derivative works. These actions are
12420 prohibited by law if you do not accept this License. Therefore, by
12421 modifying or distributing the Library (or any work based on the
12422 Library), you indicate your acceptance of this License to do so, and
12423 all its terms and conditions for copying, distributing or modifying
12424 the Library or works based on it.
12426 10. Each time you redistribute the Library (or any work based on the
12427 Library), the recipient automatically receives a license from the
12428 original licensor to copy, distribute, link with or modify the Library
12429 subject to these terms and conditions. You may not impose any further
12430 restrictions on the recipients' exercise of the rights granted herein.
12431 You are not responsible for enforcing compliance by third parties with
12432 this License.
12434 11. If, as a consequence of a court judgment or allegation of patent
12435 infringement or for any other reason (not limited to patent issues),
12436 conditions are imposed on you (whether by court order, agreement or
12437 otherwise) that contradict the conditions of this License, they do not
12438 excuse you from the conditions of this License. If you cannot
12439 distribute so as to satisfy simultaneously your obligations under this
12440 License and any other pertinent obligations, then as a consequence you
12441 may not distribute the Library at all. For example, if a patent
12442 license would not permit royalty-free redistribution of the Library by
12443 all those who receive copies directly or indirectly through you, then
12444 the only way you could satisfy both it and this License would be to
12445 refrain entirely from distribution of the Library.
12447 If any portion of this section is held invalid or unenforceable under any
12448 particular circumstance, the balance of the section is intended to apply,
12449 and the section as a whole is intended to apply in other circumstances.
12451 It is not the purpose of this section to induce you to infringe any
12452 patents or other property right claims or to contest validity of any
12453 such claims; this section has the sole purpose of protecting the
12454 integrity of the free software distribution system which is
12455 implemented by public license practices. Many people have made
12456 generous contributions to the wide range of software distributed
12457 through that system in reliance on consistent application of that
12458 system; it is up to the author/donor to decide if he or she is willing
12459 to distribute software through any other system and a licensee cannot
12460 impose that choice.
12462 This section is intended to make thoroughly clear what is believed to
12463 be a consequence of the rest of this License.
12465 12. If the distribution and/or use of the Library is restricted in
12466 certain countries either by patents or by copyrighted interfaces, the
12467 original copyright holder who places the Library under this License may add
12468 an explicit geographical distribution limitation excluding those countries,
12469 so that distribution is permitted only in or among countries not thus
12470 excluded. In such case, this License incorporates the limitation as if
12471 written in the body of this License.
12473 13. The Free Software Foundation may publish revised and/or new
12474 versions of the Lesser General Public License from time to time.
12475 Such new versions will be similar in spirit to the present version,
12476 but may differ in detail to address new problems or concerns.
12478 Each version is given a distinguishing version number. If the Library
12479 specifies a version number of this License which applies to it and
12480 "any later version", you have the option of following the terms and
12481 conditions either of that version or of any later version published by
12482 the Free Software Foundation. If the Library does not specify a
12483 license version number, you may choose any version ever published by
12484 the Free Software Foundation.
12486 14. If you wish to incorporate parts of the Library into other free
12487 programs whose distribution conditions are incompatible with these,
12488 write to the author to ask for permission. For software which is
12489 copyrighted by the Free Software Foundation, write to the Free
12490 Software Foundation; we sometimes make exceptions for this. Our
12491 decision will be guided by the two goals of preserving the free status
12492 of all derivatives of our free software and of promoting the sharing
12493 and reuse of software generally.
12495 NO WARRANTY
12497 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
12498 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
12499 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
12500 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
12501 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
12502 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12503 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
12504 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
12505 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
12507 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
12508 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
12509 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
12510 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
12511 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
12512 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
12513 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
12514 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
12515 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
12516 DAMAGES.
12518 END OF TERMS AND CONDITIONS
12520 How to Apply These Terms to Your New Libraries
12522 If you develop a new library, and you want it to be of the greatest
12523 possible use to the public, we recommend making it free software that
12524 everyone can redistribute and change. You can do so by permitting
12525 redistribution under these terms (or, alternatively, under the terms of the
12526 ordinary General Public License).
12528 To apply these terms, attach the following notices to the library. It is
12529 safest to attach them to the start of each source file to most effectively
12530 convey the exclusion of warranty; and each file should have at least the
12531 "copyright" line and a pointer to where the full notice is found.
12533 &lt;one line to give the library's name and a brief idea of what it does.&gt;
12534 Copyright (C) &lt;year&gt; &lt;name of author&gt;
12536 This library is free software; you can redistribute it and/or
12537 modify it under the terms of the GNU Lesser General Public
12538 License as published by the Free Software Foundation; either
12539 version 2.1 of the License, or (at your option) any later version.
12541 This library is distributed in the hope that it will be useful,
12542 but WITHOUT ANY WARRANTY; without even the implied warranty of
12543 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12544 Lesser General Public License for more details.
12546 You should have received a copy of the GNU Lesser General Public
12547 License along with this library; if not, write to the Free Software
12548 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12550 Also add information on how to contact you by electronic and paper mail.
12552 You should also get your employer (if you work as a programmer) or your
12553 school, if any, to sign a "copyright disclaimer" for the library, if
12554 necessary. Here is a sample; alter the names:
12556 Yoyodyne, Inc., hereby disclaims all copyright interest in the
12557 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
12559 &lt;signature of Ty Coon&gt;, 1 April 1990
12560 Ty Coon, President of Vice
12562 That's all there is to it!
12566 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12568 Scanned Source License o3d-203170/o3d/third_party/vectormath/LICENSE:
12570 Vector Math library for 3-D linear algebra (vector, matrix, quaternion)
12571 SIMD support for SSE, PowerPC (PPU) and the SPU.
12572 Also includes generic multi-platform scalar version.
12574 Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
12575 All rights reserved.
12577 Redistribution and use in source and binary forms,
12578 with or without modification, are permitted provided that the
12579 following conditions are met:
12580 * Redistributions of source code must retain the above copyright
12581 notice, this list of conditions and the following disclaimer.
12582 * Redistributions in binary form must reproduce the above copyright
12583 notice, this list of conditions and the following disclaimer in the
12584 documentation and/or other materials provided with the distribution.
12585 * Neither the name of the Sony Computer Entertainment Inc nor the names
12586 of its contributors may be used to endorse or promote products derived
12587 from this software without specific prior written permission.
12589 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
12590 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12591 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12592 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
12593 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
12594 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
12595 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
12596 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
12597 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
12598 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
12599 POSSIBILITY OF SUCH DAMAGE.
12602 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12604 Scanned Source License o3d-203170/o3d/third_party/vectormath/files/vectormathlibrary/LICENSE:
12606 Vector Math library for 3-D linear algebra (vector, matrix, quaternion)
12607 SIMD support for SSE, PowerPC (PPU) and the SPU.
12608 Also includes generic multi-platform scalar version.
12610 Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
12611 All rights reserved.
12613 Redistribution and use in source and binary forms,
12614 with or without modification, are permitted provided that the
12615 following conditions are met:
12616 * Redistributions of source code must retain the above copyright
12617 notice, this list of conditions and the following disclaimer.
12618 * Redistributions in binary form must reproduce the above copyright
12619 notice, this list of conditions and the following disclaimer in the
12620 documentation and/or other materials provided with the distribution.
12621 * Neither the name of the Sony Computer Entertainment Inc nor the names
12622 of its contributors may be used to endorse or promote products derived
12623 from this software without specific prior written permission.
12625 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
12626 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12627 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12628 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
12629 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
12630 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
12631 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
12632 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
12633 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
12634 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
12635 POSSIBILITY OF SUCH DAMAGE.
12638 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12640 Scanned Source License o3d-203170/ppapi/LICENSE:
12642 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
12644 // Redistribution and use in source and binary forms, with or without
12645 // modification, are permitted provided that the following conditions are
12646 // met:
12648 // * Redistributions of source code must retain the above copyright
12649 // notice, this list of conditions and the following disclaimer.
12650 // * Redistributions in binary form must reproduce the above
12651 // copyright notice, this list of conditions and the following disclaimer
12652 // in the documentation and/or other materials provided with the
12653 // distribution.
12654 // * Neither the name of Google Inc. nor the names of its
12655 // contributors may be used to endorse or promote products derived from
12656 // this software without specific prior written permission.
12658 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12659 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12660 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12661 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12662 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12663 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12664 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12665 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12666 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12667 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12668 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12670 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12672 Scanned Source License o3d-203170/testing/gmock/COPYING:
12674 Copyright 2008, Google Inc.
12675 All rights reserved.
12677 Redistribution and use in source and binary forms, with or without
12678 modification, are permitted provided that the following conditions are
12679 met:
12681 * Redistributions of source code must retain the above copyright
12682 notice, this list of conditions and the following disclaimer.
12683 * Redistributions in binary form must reproduce the above
12684 copyright notice, this list of conditions and the following disclaimer
12685 in the documentation and/or other materials provided with the
12686 distribution.
12687 * Neither the name of Google Inc. nor the names of its
12688 contributors may be used to endorse or promote products derived from
12689 this software without specific prior written permission.
12691 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12692 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12693 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12694 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12695 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12696 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12697 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12698 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12699 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12700 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12701 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12703 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12705 Scanned Source License o3d-203170/testing/gmock/scripts/generator/COPYING:
12708 Apache License
12709 Version 2.0, January 2004
12710 http://www.apache.org/licenses/
12712 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
12714 1. Definitions.
12716 "License" shall mean the terms and conditions for use, reproduction,
12717 and distribution as defined by Sections 1 through 9 of this document.
12719 "Licensor" shall mean the copyright owner or entity authorized by
12720 the copyright owner that is granting the License.
12722 "Legal Entity" shall mean the union of the acting entity and all
12723 other entities that control, are controlled by, or are under common
12724 control with that entity. For the purposes of this definition,
12725 "control" means (i) the power, direct or indirect, to cause the
12726 direction or management of such entity, whether by contract or
12727 otherwise, or (ii) ownership of fifty percent (50%) or more of the
12728 outstanding shares, or (iii) beneficial ownership of such entity.
12730 "You" (or "Your") shall mean an individual or Legal Entity
12731 exercising permissions granted by this License.
12733 "Source" form shall mean the preferred form for making modifications,
12734 including but not limited to software source code, documentation
12735 source, and configuration files.
12737 "Object" form shall mean any form resulting from mechanical
12738 transformation or translation of a Source form, including but
12739 not limited to compiled object code, generated documentation,
12740 and conversions to other media types.
12742 "Work" shall mean the work of authorship, whether in Source or
12743 Object form, made available under the License, as indicated by a
12744 copyright notice that is included in or attached to the work
12745 (an example is provided in the Appendix below).
12747 "Derivative Works" shall mean any work, whether in Source or Object
12748 form, that is based on (or derived from) the Work and for which the
12749 editorial revisions, annotations, elaborations, or other modifications
12750 represent, as a whole, an original work of authorship. For the purposes
12751 of this License, Derivative Works shall not include works that remain
12752 separable from, or merely link (or bind by name) to the interfaces of,
12753 the Work and Derivative Works thereof.
12755 "Contribution" shall mean any work of authorship, including
12756 the original version of the Work and any modifications or additions
12757 to that Work or Derivative Works thereof, that is intentionally
12758 submitted to Licensor for inclusion in the Work by the copyright owner
12759 or by an individual or Legal Entity authorized to submit on behalf of
12760 the copyright owner. For the purposes of this definition, "submitted"
12761 means any form of electronic, verbal, or written communication sent
12762 to the Licensor or its representatives, including but not limited to
12763 communication on electronic mailing lists, source code control systems,
12764 and issue tracking systems that are managed by, or on behalf of, the
12765 Licensor for the purpose of discussing and improving the Work, but
12766 excluding communication that is conspicuously marked or otherwise
12767 designated in writing by the copyright owner as "Not a Contribution."
12769 "Contributor" shall mean Licensor and any individual or Legal Entity
12770 on behalf of whom a Contribution has been received by Licensor and
12771 subsequently incorporated within the Work.
12773 2. Grant of Copyright License. Subject to the terms and conditions of
12774 this License, each Contributor hereby grants to You a perpetual,
12775 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12776 copyright license to reproduce, prepare Derivative Works of,
12777 publicly display, publicly perform, sublicense, and distribute the
12778 Work and such Derivative Works in Source or Object form.
12780 3. Grant of Patent License. Subject to the terms and conditions of
12781 this License, each Contributor hereby grants to You a perpetual,
12782 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12783 (except as stated in this section) patent license to make, have made,
12784 use, offer to sell, sell, import, and otherwise transfer the Work,
12785 where such license applies only to those patent claims licensable
12786 by such Contributor that are necessarily infringed by their
12787 Contribution(s) alone or by combination of their Contribution(s)
12788 with the Work to which such Contribution(s) was submitted. If You
12789 institute patent litigation against any entity (including a
12790 cross-claim or counterclaim in a lawsuit) alleging that the Work
12791 or a Contribution incorporated within the Work constitutes direct
12792 or contributory patent infringement, then any patent licenses
12793 granted to You under this License for that Work shall terminate
12794 as of the date such litigation is filed.
12796 4. Redistribution. You may reproduce and distribute copies of the
12797 Work or Derivative Works thereof in any medium, with or without
12798 modifications, and in Source or Object form, provided that You
12799 meet the following conditions:
12801 (a) You must give any other recipients of the Work or
12802 Derivative Works a copy of this License; and
12804 (b) You must cause any modified files to carry prominent notices
12805 stating that You changed the files; and
12807 (c) You must retain, in the Source form of any Derivative Works
12808 that You distribute, all copyright, patent, trademark, and
12809 attribution notices from the Source form of the Work,
12810 excluding those notices that do not pertain to any part of
12811 the Derivative Works; and
12813 (d) If the Work includes a "NOTICE" text file as part of its
12814 distribution, then any Derivative Works that You distribute must
12815 include a readable copy of the attribution notices contained
12816 within such NOTICE file, excluding those notices that do not
12817 pertain to any part of the Derivative Works, in at least one
12818 of the following places: within a NOTICE text file distributed
12819 as part of the Derivative Works; within the Source form or
12820 documentation, if provided along with the Derivative Works; or,
12821 within a display generated by the Derivative Works, if and
12822 wherever such third-party notices normally appear. The contents
12823 of the NOTICE file are for informational purposes only and
12824 do not modify the License. You may add Your own attribution
12825 notices within Derivative Works that You distribute, alongside
12826 or as an addendum to the NOTICE text from the Work, provided
12827 that such additional attribution notices cannot be construed
12828 as modifying the License.
12830 You may add Your own copyright statement to Your modifications and
12831 may provide additional or different license terms and conditions
12832 for use, reproduction, or distribution of Your modifications, or
12833 for any such Derivative Works as a whole, provided Your use,
12834 reproduction, and distribution of the Work otherwise complies with
12835 the conditions stated in this License.
12837 5. Submission of Contributions. Unless You explicitly state otherwise,
12838 any Contribution intentionally submitted for inclusion in the Work
12839 by You to the Licensor shall be under the terms and conditions of
12840 this License, without any additional terms or conditions.
12841 Notwithstanding the above, nothing herein shall supersede or modify
12842 the terms of any separate license agreement you may have executed
12843 with Licensor regarding such Contributions.
12845 6. Trademarks. This License does not grant permission to use the trade
12846 names, trademarks, service marks, or product names of the Licensor,
12847 except as required for reasonable and customary use in describing the
12848 origin of the Work and reproducing the content of the NOTICE file.
12850 7. Disclaimer of Warranty. Unless required by applicable law or
12851 agreed to in writing, Licensor provides the Work (and each
12852 Contributor provides its Contributions) on an "AS IS" BASIS,
12853 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12854 implied, including, without limitation, any warranties or conditions
12855 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
12856 PARTICULAR PURPOSE. You are solely responsible for determining the
12857 appropriateness of using or redistributing the Work and assume any
12858 risks associated with Your exercise of permissions under this License.
12860 8. Limitation of Liability. In no event and under no legal theory,
12861 whether in tort (including negligence), contract, or otherwise,
12862 unless required by applicable law (such as deliberate and grossly
12863 negligent acts) or agreed to in writing, shall any Contributor be
12864 liable to You for damages, including any direct, indirect, special,
12865 incidental, or consequential damages of any character arising as a
12866 result of this License or out of the use or inability to use the
12867 Work (including but not limited to damages for loss of goodwill,
12868 work stoppage, computer failure or malfunction, or any and all
12869 other commercial damages or losses), even if such Contributor
12870 has been advised of the possibility of such damages.
12872 9. Accepting Warranty or Additional Liability. While redistributing
12873 the Work or Derivative Works thereof, You may choose to offer,
12874 and charge a fee for, acceptance of support, warranty, indemnity,
12875 or other liability obligations and/or rights consistent with this
12876 License. However, in accepting such obligations, You may act only
12877 on Your own behalf and on Your sole responsibility, not on behalf
12878 of any other Contributor, and only if You agree to indemnify,
12879 defend, and hold each Contributor harmless for any liability
12880 incurred by, or claims asserted against, such Contributor by reason
12881 of your accepting any such warranty or additional liability.
12883 END OF TERMS AND CONDITIONS
12885 APPENDIX: How to apply the Apache License to your work.
12887 To apply the Apache License to your work, attach the following
12888 boilerplate notice, with the fields enclosed by brackets "[]"
12889 replaced with your own identifying information. (Don't include
12890 the brackets!) The text should be enclosed in the appropriate
12891 comment syntax for the file format. We also recommend that a
12892 file or class name and description of purpose be included on the
12893 same "printed page" as the copyright notice for easier
12894 identification within third-party archives.
12896 Copyright [2007] Neal Norwitz
12897 Portions Copyright [2007] Google Inc.
12899 Licensed under the Apache License, Version 2.0 (the "License");
12900 you may not use this file except in compliance with the License.
12901 You may obtain a copy of the License at
12903 http://www.apache.org/licenses/LICENSE-2.0
12905 Unless required by applicable law or agreed to in writing, software
12906 distributed under the License is distributed on an "AS IS" BASIS,
12907 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12908 See the License for the specific language governing permissions and
12909 limitations under the License.
12911 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12913 Scanned Source License o3d-203170/testing/gtest/COPYING:
12915 Copyright 2008, Google Inc.
12916 All rights reserved.
12918 Redistribution and use in source and binary forms, with or without
12919 modification, are permitted provided that the following conditions are
12920 met:
12922 * Redistributions of source code must retain the above copyright
12923 notice, this list of conditions and the following disclaimer.
12924 * Redistributions in binary form must reproduce the above
12925 copyright notice, this list of conditions and the following disclaimer
12926 in the documentation and/or other materials provided with the
12927 distribution.
12928 * Neither the name of Google Inc. nor the names of its
12929 contributors may be used to endorse or promote products derived from
12930 this software without specific prior written permission.
12932 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12933 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12934 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12935 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12936 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12937 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12938 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12939 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12940 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12941 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12942 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12944 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12946 Scanned Source License o3d-203170/third_party/antlr3/LICENSE.txt:
12948 [The "BSD licence"]
12949 Copyright (c) 2003-2008 Terence Parr
12950 All rights reserved.
12952 Redistribution and use in source and binary forms, with or without
12953 modification, are permitted provided that the following conditions
12954 are met:
12956 1. Redistributions of source code must retain the above copyright
12957 notice, this list of conditions and the following disclaimer.
12958 2. Redistributions in binary form must reproduce the above copyright
12959 notice, this list of conditions and the following disclaimer in the
12960 documentation and/or other materials provided with the distribution.
12961 3. The name of the author may not be used to endorse or promote products
12962 derived from this software without specific prior written permission.
12964 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
12965 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
12966 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
12967 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
12968 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
12969 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12970 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12971 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12972 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
12973 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12975 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12977 Scanned Source License o3d-203170/third_party/antlr3/runtime/ActionScript/LICENSE:
12979 [The "BSD licence"]
12980 Copyright (c) 2003-2006 Terence Parr
12981 All rights reserved.
12983 Redistribution and use in source and binary forms, with or without
12984 modification, are permitted provided that the following conditions
12985 are met:
12987 1. Redistributions of source code must retain the above copyright
12988 notice, this list of conditions and the following disclaimer.
12989 2. Redistributions in binary form must reproduce the above copyright
12990 notice, this list of conditions and the following disclaimer in the
12991 documentation and/or other materials provided with the distribution.
12992 3. The name of the author may not be used to endorse or promote products
12993 derived from this software without specific prior written permission.
12995 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
12996 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
12997 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
12998 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
12999 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13000 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13001 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13002 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13003 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13004 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13006 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13008 Scanned Source License o3d-203170/third_party/antlr3/runtime/C/COPYING:
13010 [The "BSD licence"]
13011 Copyright (c) 2005-2006 Terence Parr
13012 All rights reserved.
13014 Redistribution and use in source and binary forms, with or without
13015 modification, are permitted provided that the following conditions
13016 are met:
13017 1. Redistributions of source code must retain the above copyright
13018 notice, this list of conditions and the following disclaimer.
13019 2. Redistributions in binary form must reproduce the above copyright
13020 notice, this list of conditions and the following disclaimer in the
13021 documentation and/or other materials provided with the distribution.
13022 3. The name of the author may not be used to endorse or promote products
13023 derived from this software without specific prior written permission.
13025 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13026 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13027 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13028 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13029 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13030 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13031 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13032 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13033 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13034 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
13037 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13039 Scanned Source License o3d-203170/third_party/antlr3/runtime/CSharp/LICENSE.TXT:
13041 [The "BSD licence"]
13042 Copyright (c) 2005-2007 Kunle Odutola
13043 All rights reserved.
13045 Redistribution and use in source and binary forms, with or without
13046 modification, are permitted provided that the following conditions
13047 are met:
13048 1. Redistributions of source code MUST RETAIN the above copyright
13049 notice, this list of conditions and the following disclaimer.
13050 2. Redistributions in binary form MUST REPRODUCE the above copyright
13051 notice, this list of conditions and the following disclaimer in
13052 the documentation and/or other materials provided with the
13053 distribution.
13054 3. The name of the author may not be used to endorse or promote products
13055 derived from this software without specific prior WRITTEN permission.
13056 4. Unless explicitly state otherwise, any contribution intentionally
13057 submitted for inclusion in this work to the copyright owner shall be
13058 under the terms and conditions of this license, without any
13059 additional terms or conditions.
13061 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13062 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13063 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13064 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13065 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13066 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13067 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13068 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13069 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13070 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13072 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13074 Scanned Source License o3d-203170/third_party/antlr3/runtime/JavaScript/build/license.txt:
13077 Copyright (c) 2003-2008 Terence Parr. All rights reserved.
13078 Code licensed under the BSD License:
13079 http://www.antlr.org/license.html
13081 Some parts of the ANTLR class:
13082 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
13083 Code licensed under the BSD License:
13084 http://developer.yahoo.net/yui/license.txt
13087 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13089 Scanned Source License o3d-203170/third_party/antlr3/runtime/Python/LICENSE:
13091 [The "BSD licence"]
13092 Copyright (c) 2003-2006 Terence Parr
13093 All rights reserved.
13095 Redistribution and use in source and binary forms, with or without
13096 modification, are permitted provided that the following conditions
13097 are met:
13099 1. Redistributions of source code must retain the above copyright
13100 notice, this list of conditions and the following disclaimer.
13101 2. Redistributions in binary form must reproduce the above copyright
13102 notice, this list of conditions and the following disclaimer in the
13103 documentation and/or other materials provided with the distribution.
13104 3. The name of the author may not be used to endorse or promote products
13105 derived from this software without specific prior written permission.
13107 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13108 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13109 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13110 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13111 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13112 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13113 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13114 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13115 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13116 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13120 Scanned Source License o3d-203170/third_party/cg/LICENSE:
13122 DISTRIBUTION LICENSE
13124 IMPORTANT NOTICE -- READ CAREFULLY: THIS DISTRIBUTION LICENSE IS THE
13125 AGREEMENT THAT GOVERNS USE OF THE SOFTWARE AND ASSOCIATED MATERIALS
13126 PROVIDED HEREIN. BY DOWNLOADING, INSTALLING, COPYING, OR OTHERWISE
13127 USING THE SOFTWARE, YOU EXPRESSLY AGREE TO BE BOUND BY THE TERMS OF
13128 THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS
13129 SET FORTH IN THIS AGREEMENT, YOU MAY NOT INSTALL, USE, OR DISTRIBUTE THE
13130 SOFTWARE.
13132 1) Subject to all of the terms set forth herein, NVIDIA Corporation
13133 ("NVIDIA") hereby grants a non-exclusive, worldwide, royalty-free license
13134 ("License") to the distributor or publisher ("Distributor") set forth below
13135 to use, reproduce, distribute, publicly display, and publicly perform
13136 NVIDIA's software comprising its Cg Toolkit, including CgFX, any associated
13137 documentation, and any portions thereof provided by NVIDIA (all together,
13138 each apart, referred to herein as "Software") by incorporating the Software
13139 into Distributor's software or published works ("Works") and any advertising
13140 and promotional materials relating thereto.
13142 2) NVIDIA represents that the Software is either owned by NVIDIA or that, to
13143 the best of NVIDIA's knowledge, it has full authority from the owner of
13144 items incorporated into the Software to grant the rights set forth in this
13145 License and that such items do not violate the copyright, trademark, or any
13146 other rights of any third party.
13148 3) Distributor agrees that the Software is proprietary information of NVIDIA
13149 and that NVIDIA owns all right, title and interest therein. There are no
13150 implied licenses under this License, and any rights not expressly granted
13151 are reserved by NVIDIA. The Software is protected by copyright laws and
13152 international copyright treaties, as well as other intellectual property
13153 laws and treaties. The Software is not sold, and instead is only licensed
13154 for use, strictly in accordance with this License. Distributor agrees not to
13155 disassemble, decompile or reverse engineer the Software in whole or in
13156 part. All copies of the Software shall contain NVIDIA's proprietary rights
13157 notices as provided therein. Distributor shall not remove or modify any such
13158 proprietary rights notices of NVIDIA. This License will automatically
13159 terminate if Distributor fails to comply with any of the terms and
13160 conditions hereof. In such event, Distributor must cease reproducing,
13161 distributing, or otherwise using the Software and destroy all copies
13162 thereof.
13164 4) NVIDIA will not be responsible for providing maintenance and support to
13165 Distributor, its customers, or any other end users for the Software or Works
13166 distributed by Distributor or others.
13168 5) THE SOFTWARE IS PROVIDED BY NVIDIA TO DISTRIBUTOR "AS IS." NVIDIA
13169 DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
13170 IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
13171 PURPOSE, AND NONINFRINGEMENT.
13173 6) IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
13174 INDIRECT, OR CONSEQUENTIAL DAMAGES (WHETHER IN AN ACTION IN CONTRACT OR
13175 TORT) WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
13176 BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR
13177 ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE
13178 SOFTWARE OR IN CONNECTION WITH THIS LICENSE, EVEN IF NVIDIA HAS BEEN
13179 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY
13180 NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
13181 NVIDIA SHALL HAVE NO CONTRACTUAL OBLIGATION TO INDEMNIFY DISTRIBUTOR
13182 UNDER THIS LICENSE. DISTRIBUTOR AND/OR ITS CUSTOMERS ASSUME THE ENTIRE
13183 COST OF ANY DAMAGE, LOSS, OR EXPENSE RESULTING FROM THEIR USE OR
13184 EXPLOITATION OF THE SOFTWARE.
13186 7) Distributor may not assign, sublicense, or otherwise attempt to transfer
13187 this License or any right or obligation hereunder without NVIDIA's prior
13188 written consent.
13190 8) The export of the Software may be subject to the export control laws of
13191 the United States of America and/or other countries, and Distributor agrees
13192 to abide by all such export control laws and regulations.
13194 9) If any provision of this License is held to be invalid or unenforceable
13195 for any reason, the remaining provisions will continue in full force without
13196 being impaired or invalidated in any way.
13198 10) No term or provisions hereof shall be deemed waived, and no breach
13199 excused, unless such waiver or consent is in writing and signed by the party
13200 claimed to have waived or consented. The waiver by either party of a breach
13201 of any provision of this License will not operate or be interpreted as a
13202 waiver of any other or subsequent breach.
13204 11) This License will be governed and construed in accordance with the laws
13205 of the State of California without giving effect to principles of conflict
13206 of laws. Any suit or controversy arising hereunder shall be brought in the
13207 federal or state courts located in Santa Clara County, California, and each
13208 party submits to the venue and jurisdiction thereof. The United Nations
13209 Convention on Contracts for the International Sale of Goods is specifically
13210 disclaimed.
13212 12) This License constitutes the final, complete, and exclusive agreement
13213 between the parties with respect to the subject matter hereof and supersedes
13214 any previous proposals, negotiations, agreements, letters of intent,
13215 arrangements, or warranties, whether verbal or written, made between the
13216 parties with respect to such subject matter. This License may be changed
13217 only by mutual agreement in writing of the authorized representatives of the
13218 parties.
13220 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13222 Scanned Source License o3d-203170/third_party/fcollada/LICENSE:
13224 You can get more information and the latest versions of the FCollada library on
13225 our website.
13227 Feel free to drop us an email if you want more information on using the library.
13229 Guillaume Laforte
13230 glaforte@feelingsoftware.com
13232 Feeling Software Inc.
13233 http://www.feelingsoftware.com
13236 Copyright and License information:
13237 ------------------------------------
13240 FCollada:
13241 ----------
13242 Copyright 2006 Feeling Software.
13243 Under MIT License: http://www.opensource.org/licenses/mit-license.php
13246 FS import classes:
13247 -----------------------
13248 Copyright 2005-2006 Feeling Software and
13249 Copyright 2005-2006 Autodesk Media Entertainment.
13250 Under MIT License: http://www.opensource.org/licenses/mit-license.php
13253 LibXML2:
13254 ---------
13255 Except where otherwise noted in the source code (e.g. the files hash.c, list.c
13256 and the trio files, which are covered by a similar licence but with different
13257 Copyright notices) all the files are:
13261 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
13264 Permission is hereby granted, free of charge, to any person obtaining a copy of
13265 this software and associated documentation files (the "Software"), to deal in
13266 the Software without restriction, including without limitation the rights to
13267 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13268 of the Software, and to permit persons to whom the Software is fur- nished to
13269 do so, subject to the following conditions:
13271 The above copyright notice and this permission notice shall be included in all
13272 copies or substantial portions of the Software.
13276 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13277 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
13278 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13279 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13280 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
13281 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13285 Except as contained in this notice, the name of Daniel Veillard shall not be
13286 used in advertising or otherwise to promote the sale, use or other deal- ings
13287 in this Software without prior written authorization from him.
13290 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13292 Scanned Source License o3d-203170/third_party/fcollada/files/LibXML/COPYING:
13294 Except where otherwise noted in the source code (e.g. the files hash.c,
13295 list.c and the trio files, which are covered by a similar licence but
13296 with different Copyright notices) all the files are:
13298 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
13300 Permission is hereby granted, free of charge, to any person obtaining a copy
13301 of this software and associated documentation files (the "Software"), to deal
13302 in the Software without restriction, including without limitation the rights
13303 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13304 copies of the Software, and to permit persons to whom the Software is fur-
13305 nished to do so, subject to the following conditions:
13307 The above copyright notice and this permission notice shall be included in
13308 all copies or substantial portions of the Software.
13310 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13311 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
13312 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13313 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13314 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
13315 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13317 Except as contained in this notice, the name of Daniel Veillard shall not
13318 be used in advertising or otherwise to promote the sale, use or other deal-
13319 ings in this Software without prior written authorization from him.
13322 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13324 Scanned Source License o3d-203170/third_party/fcollada/files/LibXML/Copyright:
13326 Except where otherwise noted in the source code (e.g. the files hash.c,
13327 list.c and the trio files, which are covered by a similar licence but
13328 with different Copyright notices) all the files are:
13330 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
13332 Permission is hereby granted, free of charge, to any person obtaining a copy
13333 of this software and associated documentation files (the "Software"), to deal
13334 in the Software without restriction, including without limitation the rights
13335 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13336 copies of the Software, and to permit persons to whom the Software is fur-
13337 nished to do so, subject to the following conditions:
13339 The above copyright notice and this permission notice shall be included in
13340 all copies or substantial portions of the Software.
13342 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13343 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
13344 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13345 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13346 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
13347 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13349 Except as contained in this notice, the name of Daniel Veillard shall not
13350 be used in advertising or otherwise to promote the sale, use or other deal-
13351 ings in this Software without prior written authorization from him.
13354 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13356 Scanned Source License o3d-203170/third_party/glew/LICENSE:
13358 The OpenGL Extension Wrangler Library
13359 Copyright (C) 2002-2007, Milan Ikits &lt;milan ikits[]ieee org&gt;
13360 Copyright (C) 2002-2007, Marcelo E. Magallon &lt;mmagallo[]debian org&gt;
13361 Copyright (C) 2002, Lev Povalahev
13362 All rights reserved.
13364 Redistribution and use in source and binary forms, with or without
13365 modification, are permitted provided that the following conditions are met:
13367 * Redistributions of source code must retain the above copyright notice,
13368 this list of conditions and the following disclaimer.
13369 * Redistributions in binary form must reproduce the above copyright notice,
13370 this list of conditions and the following disclaimer in the documentation
13371 and/or other materials provided with the distribution.
13372 * The name of the author may be used to endorse or promote products
13373 derived from this software without specific prior written permission.
13375 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
13376 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
13377 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
13378 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
13379 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
13380 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
13381 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
13382 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
13383 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13384 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
13385 THE POSSIBILITY OF SUCH DAMAGE.
13388 Mesa 3-D graphics library
13389 Version: 7.0
13391 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
13393 Permission is hereby granted, free of charge, to any person obtaining a
13394 copy of this software and associated documentation files (the "Software"),
13395 to deal in the Software without restriction, including without limitation
13396 the rights to use, copy, modify, merge, publish, distribute, sublicense,
13397 and/or sell copies of the Software, and to permit persons to whom the
13398 Software is furnished to do so, subject to the following conditions:
13400 The above copyright notice and this permission notice shall be included
13401 in all copies or substantial portions of the Software.
13403 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13404 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13405 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13406 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13407 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
13408 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13411 Copyright (c) 2007 The Khronos Group Inc.
13413 Permission is hereby granted, free of charge, to any person obtaining a
13414 copy of this software and/or associated documentation files (the
13415 "Materials"), to deal in the Materials without restriction, including
13416 without limitation the rights to use, copy, modify, merge, publish,
13417 distribute, sublicense, and/or sell copies of the Materials, and to
13418 permit persons to whom the Materials are furnished to do so, subject to
13419 the following conditions:
13421 The above copyright notice and this permission notice shall be included
13422 in all copies or substantial portions of the Materials.
13424 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13425 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13426 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13427 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13428 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13429 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13430 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
13432 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13434 Scanned Source License o3d-203170/third_party/harfbuzz/COPYING:
13436 HarfBuzz was previously licensed under different licenses. This was
13437 changed in January 2008. If you need to relicense your old copies,
13438 consult the announcement of the license change on the internet.
13439 Other than that, each copy of HarfBuzz is licensed under the COPYING
13440 file included with it. The actual license follows:
13443 Permission is hereby granted, without written agreement and without
13444 license or royalty fees, to use, copy, modify, and distribute this
13445 software and its documentation for any purpose, provided that the
13446 above copyright notice and the following two paragraphs appear in
13447 all copies of this software.
13449 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
13450 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
13451 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
13452 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
13453 DAMAGE.
13455 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
13456 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
13457 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
13458 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
13459 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
13461 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13463 Scanned Source License o3d-203170/third_party/icu/source/data/brkitr/LICENSE:
13465 The list of words in cjdict.txt are obtained by combining three word
13466 lists listed below with further processing for compound word breaking.
13467 The frequency is generated with an iterative training against Google
13468 web corpora.
13470 * CC-CEDICT (Chinese)
13471 - http://www.mdbg.net/chindict/chindict.php?page=cedict (home page)
13472 - http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz (word list)
13473 - It is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
13474 (see http://creativecommons.org/licenses/by-sa/3.0 for more details)
13476 - The portion of words derived from CC-CEDICT is also separately available
13477 in cc_cedict.txt per the above CC Attribution-Share Alike 3.0 License.
13479 * Libtabe (Chinese)
13480 - https://sourceforge.net/project/?group_id=1519
13481 - Its license terms and conditions are shown below.
13483 * IPADIC (Japanese)
13484 - http://chasen.aist-nara.ac.jp/chasen/distribution.html
13485 - Its license terms and conditions are shown below.
13487 ---------COPYING.libtabe ---- BEGIN--------------------
13490 * Copyrighy (c) 1999 TaBE Project.
13491 * Copyright (c) 1999 Pai-Hsiang Hsiao.
13492 * All rights reserved.
13494 * Redistribution and use in source and binary forms, with or without
13495 * modification, are permitted provided that the following conditions
13496 * are met:
13498 * . Redistributions of source code must retain the above copyright
13499 * notice, this list of conditions and the following disclaimer.
13500 * . Redistributions in binary form must reproduce the above copyright
13501 * notice, this list of conditions and the following disclaimer in
13502 * the documentation and/or other materials provided with the
13503 * distribution.
13504 * . Neither the name of the TaBE Project nor the names of its
13505 * contributors may be used to endorse or promote products derived
13506 * from this software without specific prior written permission.
13508 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
13509 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13510 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
13511 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
13512 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
13513 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
13514 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
13515 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
13516 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
13517 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13518 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
13519 * OF THE POSSIBILITY OF SUCH DAMAGE.
13523 * Copyright (c) 1999 Computer Systems and Communication Lab,
13524 * Institute of Information Science, Academia Sinica.
13525 * All rights reserved.
13527 * Redistribution and use in source and binary forms, with or without
13528 * modification, are permitted provided that the following conditions
13529 * are met:
13531 * . Redistributions of source code must retain the above copyright
13532 * notice, this list of conditions and the following disclaimer.
13533 * . Redistributions in binary form must reproduce the above copyright
13534 * notice, this list of conditions and the following disclaimer in
13535 * the documentation and/or other materials provided with the
13536 * distribution.
13537 * . Neither the name of the Computer Systems and Communication Lab
13538 * nor the names of its contributors may be used to endorse or
13539 * promote products derived from this software without specific
13540 * prior written permission.
13542 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
13543 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13544 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
13545 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
13546 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
13547 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
13548 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
13549 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
13550 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
13551 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13552 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
13553 * OF THE POSSIBILITY OF SUCH DAMAGE.
13556 Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
13557 c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
13559 ---------------COPYING.libtabe-----END------------------------------------
13562 ---------------COPYING.ipadic-----BEGIN------------------------------------
13564 Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
13565 and Technology. All Rights Reserved.
13567 Use, reproduction, and distribution of this software is permitted.
13568 Any copy of this software, whether in its original form or modified,
13569 must include both the above copyright notice and the following
13570 paragraphs.
13572 Nara Institute of Science and Technology (NAIST),
13573 the copyright holders, disclaims all warranties with regard to this
13574 software, including all implied warranties of merchantability and
13575 fitness, in no event shall NAIST be liable for
13576 any special, indirect or consequential damages or any damages
13577 whatsoever resulting from loss of use, data or profits, whether in an
13578 action of contract, negligence or other tortuous action, arising out
13579 of or in connection with the use or performance of this software.
13581 A large portion of the dictionary entries
13582 originate from ICOT Free Software. The following conditions for ICOT
13583 Free Software applies to the current dictionary as well.
13585 Each User may also freely distribute the Program, whether in its
13586 original form or modified, to any third party or parties, PROVIDED
13587 that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
13588 on, or be attached to, the Program, which is distributed substantially
13589 in the same form as set out herein and that such intended
13590 distribution, if actually made, will neither violate or otherwise
13591 contravene any of the laws and regulations of the countries having
13592 jurisdiction over the User or the intended distribution itself.
13594 NO WARRANTY
13596 The program was produced on an experimental basis in the course of the
13597 research and development conducted during the project and is provided
13598 to users as so produced on an experimental basis. Accordingly, the
13599 program is provided without any warranty whatsoever, whether express,
13600 implied, statutory or otherwise. The term "warranty" used herein
13601 includes, but is not limited to, any warranty of the quality,
13602 performance, merchantability and fitness for a particular purpose of
13603 the program and the nonexistence of any infringement or violation of
13604 any right of any third party.
13606 Each user of the program will agree and understand, and be deemed to
13607 have agreed and understood, that there is no warranty whatsoever for
13608 the program and, accordingly, the entire risk arising from or
13609 otherwise connected with the program is assumed by the user.
13611 Therefore, neither ICOT, the copyright holder, or any other
13612 organization that participated in or was otherwise related to the
13613 development of the program and their respective officials, directors,
13614 officers and other employees shall be held liable for any and all
13615 damages, including, without limitation, general, special, incidental
13616 and consequential damages, arising out of or otherwise in connection
13617 with the use or inability to use the program or any product, material
13618 or result produced or otherwise obtained by using the program,
13619 regardless of whether they have been advised of, or otherwise had
13620 knowledge of, the possibility of such damages at any time during the
13621 project or thereafter. Each user will be deemed to have agreed to the
13622 foregoing by his or her commencement of use of the program. The term
13623 "use" as used herein includes, but is not limited to, the use,
13624 modification, copying and distribution of the program and the
13625 production of secondary products from the program.
13627 In the case where the program, whether in its original form or
13628 modified, was distributed or delivered to or received by a user from
13629 any person, organization or entity other than ICOT, unless it makes or
13630 grants independently of ICOT any specific warranty to the user in
13631 writing, such person, organization or entity, will also be exempted
13632 from and not be held liable to the user for any such damages as noted
13633 above as far as the program is concerned.
13635 ---------------COPYING.ipadic-----END------------------------------------
13637 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13639 Scanned Source License o3d-203170/third_party/libevent/LICENSE:
13641 Copyright 2000-2007 Niels Provos &lt;provos@citi.umich.edu&gt;
13642 Copyright 2007-2009 Niels Provos and Nick Mathewson
13644 Redistribution and use in source and binary forms, with or without
13645 modification, are permitted provided that the following conditions
13646 are met:
13647 1. Redistributions of source code must retain the above copyright
13648 notice, this list of conditions and the following disclaimer.
13649 2. Redistributions in binary form must reproduce the above copyright
13650 notice, this list of conditions and the following disclaimer in the
13651 documentation and/or other materials provided with the distribution.
13652 3. The name of the author may not be used to endorse or promote products
13653 derived from this software without specific prior written permission.
13655 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13656 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13657 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13658 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13659 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13660 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13661 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13662 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13663 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13664 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13666 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13668 Scanned Source License o3d-203170/third_party/libjpeg/LICENSE:
13670 (Copied from the README.)
13672 --------------------------------------------------------------------------------
13674 The authors make NO WARRANTY or representation, either express or implied,
13675 with respect to this software, its quality, accuracy, merchantability, or
13676 fitness for a particular purpose. This software is provided "AS IS", and you,
13677 its user, assume the entire risk as to its quality and accuracy.
13679 This software is copyright (C) 1991-1998, Thomas G. Lane.
13680 All Rights Reserved except as specified below.
13682 Permission is hereby granted to use, copy, modify, and distribute this
13683 software (or portions thereof) for any purpose, without fee, subject to these
13684 conditions:
13685 (1) If any part of the source code for this software is distributed, then this
13686 README file must be included, with this copyright and no-warranty notice
13687 unaltered; and any additions, deletions, or changes to the original files
13688 must be clearly indicated in accompanying documentation.
13689 (2) If only executable code is distributed, then the accompanying
13690 documentation must state that "this software is based in part on the work of
13691 the Independent JPEG Group".
13692 (3) Permission for use of this software is granted only if the user accepts
13693 full responsibility for any undesirable consequences; the authors accept
13694 NO LIABILITY for damages of any kind.
13696 These conditions apply to any software derived from or based on the IJG code,
13697 not just to the unmodified library. If you use our work, you ought to
13698 acknowledge us.
13700 Permission is NOT granted for the use of any IJG author's name or company name
13701 in advertising or publicity relating to this software or products derived from
13702 it. This software may be referred to only as "the Independent JPEG Group's
13703 software".
13705 We specifically permit and encourage the use of this software as the basis of
13706 commercial products, provided that all warranty or liability claims are
13707 assumed by the product vendor.
13710 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
13711 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
13712 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
13713 by the usual distribution terms of the Free Software Foundation; principally,
13714 that you must include source code if you redistribute it. (See the file
13715 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part
13716 of any program generated from the IJG code, this does not limit you more than
13717 the foregoing paragraphs do.
13719 The Unix configuration script "configure" was produced with GNU Autoconf.
13720 It is copyright by the Free Software Foundation but is freely distributable.
13721 The same holds for its supporting scripts (config.guess, config.sub,
13722 ltconfig, ltmain.sh). Another support script, install-sh, is copyright
13723 by M.I.T. but is also freely distributable.
13725 It appears that the arithmetic coding option of the JPEG spec is covered by
13726 patents owned by IBM, AT&amp;T, and Mitsubishi. Hence arithmetic coding cannot
13727 legally be used without obtaining one or more licenses. For this reason,
13728 support for arithmetic coding has been removed from the free JPEG software.
13729 (Since arithmetic coding provides only a marginal gain over the unpatented
13730 Huffman mode, it is unlikely that very many implementations will support it.)
13731 So far as we are aware, there are no patent restrictions on the remaining
13732 code.
13734 The IJG distribution formerly included code to read and write GIF files.
13735 To avoid entanglement with the Unisys LZW patent, GIF reading support has
13736 been removed altogether, and the GIF writer has been simplified to produce
13737 "uncompressed GIFs". This technique does not use the LZW algorithm; the
13738 resulting GIF files are larger than usual, but are readable by all standard
13739 GIF decoders.
13741 We are required to state that
13742 "The Graphics Interchange Format(c) is the Copyright property of
13743 CompuServe Incorporated. GIF(sm) is a Service Mark property of
13744 CompuServe Incorporated."
13746 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13748 Scanned Source License o3d-203170/third_party/libpng/LICENSE:
13751 This copy of the libpng notices is provided for your convenience. In case of
13752 any discrepancy between this copy and the notices in the file png.h that is
13753 included in the libpng distribution, the latter shall prevail.
13755 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
13757 If you modify libpng you may insert additional notices immediately following
13758 this sentence.
13760 This code is released under the libpng license.
13762 libpng versions 1.2.6, August 15, 2004, through 1.2.45, July 7, 2011, are
13763 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
13764 distributed according to the same disclaimer and license as libpng-1.2.5
13765 with the following individual added to the list of Contributing Authors
13767 Cosmin Truta
13769 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
13770 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
13771 distributed according to the same disclaimer and license as libpng-1.0.6
13772 with the following individuals added to the list of Contributing Authors
13774 Simon-Pierre Cadieux
13775 Eric S. Raymond
13776 Gilles Vollant
13778 and with the following additions to the disclaimer:
13780 There is no warranty against interference with your enjoyment of the
13781 library or against infringement. There is no warranty that our
13782 efforts or the library will fulfill any of your particular purposes
13783 or needs. This library is provided with all faults, and the entire
13784 risk of satisfactory quality, performance, accuracy, and effort is with
13785 the user.
13787 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
13788 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
13789 distributed according to the same disclaimer and license as libpng-0.96,
13790 with the following individuals added to the list of Contributing Authors:
13792 Tom Lane
13793 Glenn Randers-Pehrson
13794 Willem van Schaik
13796 libpng versions 0.89, June 1996, through 0.96, May 1997, are
13797 Copyright (c) 1996, 1997 Andreas Dilger
13798 Distributed according to the same disclaimer and license as libpng-0.88,
13799 with the following individuals added to the list of Contributing Authors:
13801 John Bowler
13802 Kevin Bracey
13803 Sam Bushell
13804 Magnus Holmgren
13805 Greg Roelofs
13806 Tom Tanner
13808 libpng versions 0.5, May 1995, through 0.88, January 1996, are
13809 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
13811 For the purposes of this copyright and license, "Contributing Authors"
13812 is defined as the following set of individuals:
13814 Andreas Dilger
13815 Dave Martindale
13816 Guy Eric Schalnat
13817 Paul Schmidt
13818 Tim Wegner
13820 The PNG Reference Library is supplied "AS IS". The Contributing Authors
13821 and Group 42, Inc. disclaim all warranties, expressed or implied,
13822 including, without limitation, the warranties of merchantability and of
13823 fitness for any purpose. The Contributing Authors and Group 42, Inc.
13824 assume no liability for direct, indirect, incidental, special, exemplary,
13825 or consequential damages, which may result from the use of the PNG
13826 Reference Library, even if advised of the possibility of such damage.
13828 Permission is hereby granted to use, copy, modify, and distribute this
13829 source code, or portions hereof, for any purpose, without fee, subject
13830 to the following restrictions:
13832 1. The origin of this source code must not be misrepresented.
13834 2. Altered versions must be plainly marked as such and must not
13835 be misrepresented as being the original source.
13837 3. This Copyright notice may not be removed or altered from any
13838 source or altered source distribution.
13840 The Contributing Authors and Group 42, Inc. specifically permit, without
13841 fee, and encourage the use of this source code as a component to
13842 supporting the PNG file format in commercial products. If you use this
13843 source code in a product, acknowledgment is not required but would be
13844 appreciated.
13847 A "png_get_copyright" function is available, for convenient use in "about"
13848 boxes and the like:
13850 printf("%s",png_get_copyright(NULL));
13852 Also, the PNG logo (in PNG format, of course) is supplied in the
13853 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
13855 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
13856 certification mark of the Open Source Initiative.
13858 Glenn Randers-Pehrson
13859 glennrp at users.sourceforge.net
13860 July 7, 2011
13862 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13864 Scanned Source License o3d-203170/third_party/makeself/COPYING:
13867 GNU GENERAL PUBLIC LICENSE
13868 Version 2, June 1991
13870 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13871 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13872 Everyone is permitted to copy and distribute verbatim copies
13873 of this license document, but changing it is not allowed.
13875 Preamble
13877 The licenses for most software are designed to take away your
13878 freedom to share and change it. By contrast, the GNU General Public
13879 License is intended to guarantee your freedom to share and change free
13880 software--to make sure the software is free for all its users. This
13881 General Public License applies to most of the Free Software
13882 Foundation's software and to any other program whose authors commit to
13883 using it. (Some other Free Software Foundation software is covered by
13884 the GNU Library General Public License instead.) You can apply it to
13885 your programs, too.
13887 When we speak of free software, we are referring to freedom, not
13888 price. Our General Public Licenses are designed to make sure that you
13889 have the freedom to distribute copies of free software (and charge for
13890 this service if you wish), that you receive source code or can get it
13891 if you want it, that you can change the software or use pieces of it
13892 in new free programs; and that you know you can do these things.
13894 To protect your rights, we need to make restrictions that forbid
13895 anyone to deny you these rights or to ask you to surrender the rights.
13896 These restrictions translate to certain responsibilities for you if you
13897 distribute copies of the software, or if you modify it.
13899 For example, if you distribute copies of such a program, whether
13900 gratis or for a fee, you must give the recipients all the rights that
13901 you have. You must make sure that they, too, receive or can get the
13902 source code. And you must show them these terms so they know their
13903 rights.
13905 We protect your rights with two steps: (1) copyright the software, and
13906 (2) offer you this license which gives you legal permission to copy,
13907 distribute and/or modify the software.
13909 Also, for each author's protection and ours, we want to make certain
13910 that everyone understands that there is no warranty for this free
13911 software. If the software is modified by someone else and passed on, we
13912 want its recipients to know that what they have is not the original, so
13913 that any problems introduced by others will not reflect on the original
13914 authors' reputations.
13916 Finally, any free program is threatened constantly by software
13917 patents. We wish to avoid the danger that redistributors of a free
13918 program will individually obtain patent licenses, in effect making the
13919 program proprietary. To prevent this, we have made it clear that any
13920 patent must be licensed for everyone's free use or not licensed at all.
13922 The precise terms and conditions for copying, distribution and
13923 modification follow.
13925 GNU GENERAL PUBLIC LICENSE
13926 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
13928 0. This License applies to any program or other work which contains
13929 a notice placed by the copyright holder saying it may be distributed
13930 under the terms of this General Public License. The "Program", below,
13931 refers to any such program or work, and a "work based on the Program"
13932 means either the Program or any derivative work under copyright law:
13933 that is to say, a work containing the Program or a portion of it,
13934 either verbatim or with modifications and/or translated into another
13935 language. (Hereinafter, translation is included without limitation in
13936 the term "modification".) Each licensee is addressed as "you".
13938 Activities other than copying, distribution and modification are not
13939 covered by this License; they are outside its scope. The act of
13940 running the Program is not restricted, and the output from the Program
13941 is covered only if its contents constitute a work based on the
13942 Program (independent of having been made by running the Program).
13943 Whether that is true depends on what the Program does.
13945 1. You may copy and distribute verbatim copies of the Program's
13946 source code as you receive it, in any medium, provided that you
13947 conspicuously and appropriately publish on each copy an appropriate
13948 copyright notice and disclaimer of warranty; keep intact all the
13949 notices that refer to this License and to the absence of any warranty;
13950 and give any other recipients of the Program a copy of this License
13951 along with the Program.
13953 You may charge a fee for the physical act of transferring a copy, and
13954 you may at your option offer warranty protection in exchange for a fee.
13956 2. You may modify your copy or copies of the Program or any portion
13957 of it, thus forming a work based on the Program, and copy and
13958 distribute such modifications or work under the terms of Section 1
13959 above, provided that you also meet all of these conditions:
13961 a) You must cause the modified files to carry prominent notices
13962 stating that you changed the files and the date of any change.
13964 b) You must cause any work that you distribute or publish, that in
13965 whole or in part contains or is derived from the Program or any
13966 part thereof, to be licensed as a whole at no charge to all third
13967 parties under the terms of this License.
13969 c) If the modified program normally reads commands interactively
13970 when run, you must cause it, when started running for such
13971 interactive use in the most ordinary way, to print or display an
13972 announcement including an appropriate copyright notice and a
13973 notice that there is no warranty (or else, saying that you provide
13974 a warranty) and that users may redistribute the program under
13975 these conditions, and telling the user how to view a copy of this
13976 License. (Exception: if the Program itself is interactive but
13977 does not normally print such an announcement, your work based on
13978 the Program is not required to print an announcement.)
13980 These requirements apply to the modified work as a whole. If
13981 identifiable sections of that work are not derived from the Program,
13982 and can be reasonably considered independent and separate works in
13983 themselves, then this License, and its terms, do not apply to those
13984 sections when you distribute them as separate works. But when you
13985 distribute the same sections as part of a whole which is a work based
13986 on the Program, the distribution of the whole must be on the terms of
13987 this License, whose permissions for other licensees extend to the
13988 entire whole, and thus to each and every part regardless of who wrote it.
13990 Thus, it is not the intent of this section to claim rights or contest
13991 your rights to work written entirely by you; rather, the intent is to
13992 exercise the right to control the distribution of derivative or
13993 collective works based on the Program.
13995 In addition, mere aggregation of another work not based on the Program
13996 with the Program (or with a work based on the Program) on a volume of
13997 a storage or distribution medium does not bring the other work under
13998 the scope of this License.
14000 3. You may copy and distribute the Program (or a work based on it,
14001 under Section 2) in object code or executable form under the terms of
14002 Sections 1 and 2 above provided that you also do one of the following:
14004 a) Accompany it with the complete corresponding machine-readable
14005 source code, which must be distributed under the terms of Sections
14006 1 and 2 above on a medium customarily used for software interchange; or,
14008 b) Accompany it with a written offer, valid for at least three
14009 years, to give any third party, for a charge no more than your
14010 cost of physically performing source distribution, a complete
14011 machine-readable copy of the corresponding source code, to be
14012 distributed under the terms of Sections 1 and 2 above on a medium
14013 customarily used for software interchange; or,
14015 c) Accompany it with the information you received as to the offer
14016 to distribute corresponding source code. (This alternative is
14017 allowed only for noncommercial distribution and only if you
14018 received the program in object code or executable form with such
14019 an offer, in accord with Subsection b above.)
14021 The source code for a work means the preferred form of the work for
14022 making modifications to it. For an executable work, complete source
14023 code means all the source code for all modules it contains, plus any
14024 associated interface definition files, plus the scripts used to
14025 control compilation and installation of the executable. However, as a
14026 special exception, the source code distributed need not include
14027 anything that is normally distributed (in either source or binary
14028 form) with the major components (compiler, kernel, and so on) of the
14029 operating system on which the executable runs, unless that component
14030 itself accompanies the executable.
14032 If distribution of executable or object code is made by offering
14033 access to copy from a designated place, then offering equivalent
14034 access to copy the source code from the same place counts as
14035 distribution of the source code, even though third parties are not
14036 compelled to copy the source along with the object code.
14038 4. You may not copy, modify, sublicense, or distribute the Program
14039 except as expressly provided under this License. Any attempt
14040 otherwise to copy, modify, sublicense or distribute the Program is
14041 void, and will automatically terminate your rights under this License.
14042 However, parties who have received copies, or rights, from you under
14043 this License will not have their licenses terminated so long as such
14044 parties remain in full compliance.
14046 5. You are not required to accept this License, since you have not
14047 signed it. However, nothing else grants you permission to modify or
14048 distribute the Program or its derivative works. These actions are
14049 prohibited by law if you do not accept this License. Therefore, by
14050 modifying or distributing the Program (or any work based on the
14051 Program), you indicate your acceptance of this License to do so, and
14052 all its terms and conditions for copying, distributing or modifying
14053 the Program or works based on it.
14055 6. Each time you redistribute the Program (or any work based on the
14056 Program), the recipient automatically receives a license from the
14057 original licensor to copy, distribute or modify the Program subject to
14058 these terms and conditions. You may not impose any further
14059 restrictions on the recipients' exercise of the rights granted herein.
14060 You are not responsible for enforcing compliance by third parties to
14061 this License.
14063 7. If, as a consequence of a court judgment or allegation of patent
14064 infringement or for any other reason (not limited to patent issues),
14065 conditions are imposed on you (whether by court order, agreement or
14066 otherwise) that contradict the conditions of this License, they do not
14067 excuse you from the conditions of this License. If you cannot
14068 distribute so as to satisfy simultaneously your obligations under this
14069 License and any other pertinent obligations, then as a consequence you
14070 may not distribute the Program at all. For example, if a patent
14071 license would not permit royalty-free redistribution of the Program by
14072 all those who receive copies directly or indirectly through you, then
14073 the only way you could satisfy both it and this License would be to
14074 refrain entirely from distribution of the Program.
14076 If any portion of this section is held invalid or unenforceable under
14077 any particular circumstance, the balance of the section is intended to
14078 apply and the section as a whole is intended to apply in other
14079 circumstances.
14081 It is not the purpose of this section to induce you to infringe any
14082 patents or other property right claims or to contest validity of any
14083 such claims; this section has the sole purpose of protecting the
14084 integrity of the free software distribution system, which is
14085 implemented by public license practices. Many people have made
14086 generous contributions to the wide range of software distributed
14087 through that system in reliance on consistent application of that
14088 system; it is up to the author/donor to decide if he or she is willing
14089 to distribute software through any other system and a licensee cannot
14090 impose that choice.
14092 This section is intended to make thoroughly clear what is believed to
14093 be a consequence of the rest of this License.
14095 8. If the distribution and/or use of the Program is restricted in
14096 certain countries either by patents or by copyrighted interfaces, the
14097 original copyright holder who places the Program under this License
14098 may add an explicit geographical distribution limitation excluding
14099 those countries, so that distribution is permitted only in or among
14100 countries not thus excluded. In such case, this License incorporates
14101 the limitation as if written in the body of this License.
14103 9. The Free Software Foundation may publish revised and/or new versions
14104 of the General Public License from time to time. Such new versions will
14105 be similar in spirit to the present version, but may differ in detail to
14106 address new problems or concerns.
14108 Each version is given a distinguishing version number. If the Program
14109 specifies a version number of this License which applies to it and "any
14110 later version", you have the option of following the terms and conditions
14111 either of that version or of any later version published by the Free
14112 Software Foundation. If the Program does not specify a version number of
14113 this License, you may choose any version ever published by the Free Software
14114 Foundation.
14116 10. If you wish to incorporate parts of the Program into other free
14117 programs whose distribution conditions are different, write to the author
14118 to ask for permission. For software which is copyrighted by the Free
14119 Software Foundation, write to the Free Software Foundation; we sometimes
14120 make exceptions for this. Our decision will be guided by the two goals
14121 of preserving the free status of all derivatives of our free software and
14122 of promoting the sharing and reuse of software generally.
14124 NO WARRANTY
14126 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
14127 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
14128 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
14129 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
14130 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14131 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
14132 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
14133 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
14134 REPAIR OR CORRECTION.
14136 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
14137 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
14138 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
14139 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
14140 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
14141 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
14142 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
14143 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
14144 POSSIBILITY OF SUCH DAMAGES.
14146 END OF TERMS AND CONDITIONS
14148 How to Apply These Terms to Your New Programs
14150 If you develop a new program, and you want it to be of the greatest
14151 possible use to the public, the best way to achieve this is to make it
14152 free software which everyone can redistribute and change under these terms.
14154 To do so, attach the following notices to the program. It is safest
14155 to attach them to the start of each source file to most effectively
14156 convey the exclusion of warranty; and each file should have at least
14157 the "copyright" line and a pointer to where the full notice is found.
14159 &lt;one line to give the program's name and a brief idea of what it does.&gt;
14160 Copyright (C) 19yy &lt;name of author&gt;
14162 This program is free software; you can redistribute it and/or modify
14163 it under the terms of the GNU General Public License as published by
14164 the Free Software Foundation; either version 2 of the License, or
14165 (at your option) any later version.
14167 This program is distributed in the hope that it will be useful,
14168 but WITHOUT ANY WARRANTY; without even the implied warranty of
14169 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14170 GNU General Public License for more details.
14172 You should have received a copy of the GNU General Public License
14173 along with this program; if not, write to the Free Software
14174 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14177 Also add information on how to contact you by electronic and paper mail.
14179 If the program is interactive, make it output a short notice like this
14180 when it starts in an interactive mode:
14182 Gnomovision version 69, Copyright (C) 19yy name of author
14183 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
14184 This is free software, and you are welcome to redistribute it
14185 under certain conditions; type `show c' for details.
14187 The hypothetical commands `show w' and `show c' should show the appropriate
14188 parts of the General Public License. Of course, the commands you use may
14189 be called something other than `show w' and `show c'; they could even be
14190 mouse-clicks or menu items--whatever suits your program.
14192 You should also get your employer (if you work as a programmer) or your
14193 school, if any, to sign a "copyright disclaimer" for the program, if
14194 necessary. Here is a sample; alter the names:
14196 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
14197 `Gnomovision' (which makes passes at compilers) written by James Hacker.
14199 &lt;signature of Ty Coon&gt;, 1 April 1989
14200 Ty Coon, President of Vice
14202 This General Public License does not permit incorporating your program into
14203 proprietary programs. If your program is a subroutine library, you may
14204 consider it more useful to permit linking proprietary applications with the
14205 library. If this is what you want to do, use the GNU Library General
14206 Public License instead of this License.
14208 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14210 Scanned Source License o3d-203170/third_party/makeself/LICENSE:
14213 GNU GENERAL PUBLIC LICENSE
14214 Version 2, June 1991
14216 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
14217 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14218 Everyone is permitted to copy and distribute verbatim copies
14219 of this license document, but changing it is not allowed.
14221 Preamble
14223 The licenses for most software are designed to take away your
14224 freedom to share and change it. By contrast, the GNU General Public
14225 License is intended to guarantee your freedom to share and change free
14226 software--to make sure the software is free for all its users. This
14227 General Public License applies to most of the Free Software
14228 Foundation's software and to any other program whose authors commit to
14229 using it. (Some other Free Software Foundation software is covered by
14230 the GNU Library General Public License instead.) You can apply it to
14231 your programs, too.
14233 When we speak of free software, we are referring to freedom, not
14234 price. Our General Public Licenses are designed to make sure that you
14235 have the freedom to distribute copies of free software (and charge for
14236 this service if you wish), that you receive source code or can get it
14237 if you want it, that you can change the software or use pieces of it
14238 in new free programs; and that you know you can do these things.
14240 To protect your rights, we need to make restrictions that forbid
14241 anyone to deny you these rights or to ask you to surrender the rights.
14242 These restrictions translate to certain responsibilities for you if you
14243 distribute copies of the software, or if you modify it.
14245 For example, if you distribute copies of such a program, whether
14246 gratis or for a fee, you must give the recipients all the rights that
14247 you have. You must make sure that they, too, receive or can get the
14248 source code. And you must show them these terms so they know their
14249 rights.
14251 We protect your rights with two steps: (1) copyright the software, and
14252 (2) offer you this license which gives you legal permission to copy,
14253 distribute and/or modify the software.
14255 Also, for each author's protection and ours, we want to make certain
14256 that everyone understands that there is no warranty for this free
14257 software. If the software is modified by someone else and passed on, we
14258 want its recipients to know that what they have is not the original, so
14259 that any problems introduced by others will not reflect on the original
14260 authors' reputations.
14262 Finally, any free program is threatened constantly by software
14263 patents. We wish to avoid the danger that redistributors of a free
14264 program will individually obtain patent licenses, in effect making the
14265 program proprietary. To prevent this, we have made it clear that any
14266 patent must be licensed for everyone's free use or not licensed at all.
14268 The precise terms and conditions for copying, distribution and
14269 modification follow.
14271 GNU GENERAL PUBLIC LICENSE
14272 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
14274 0. This License applies to any program or other work which contains
14275 a notice placed by the copyright holder saying it may be distributed
14276 under the terms of this General Public License. The "Program", below,
14277 refers to any such program or work, and a "work based on the Program"
14278 means either the Program or any derivative work under copyright law:
14279 that is to say, a work containing the Program or a portion of it,
14280 either verbatim or with modifications and/or translated into another
14281 language. (Hereinafter, translation is included without limitation in
14282 the term "modification".) Each licensee is addressed as "you".
14284 Activities other than copying, distribution and modification are not
14285 covered by this License; they are outside its scope. The act of
14286 running the Program is not restricted, and the output from the Program
14287 is covered only if its contents constitute a work based on the
14288 Program (independent of having been made by running the Program).
14289 Whether that is true depends on what the Program does.
14291 1. You may copy and distribute verbatim copies of the Program's
14292 source code as you receive it, in any medium, provided that you
14293 conspicuously and appropriately publish on each copy an appropriate
14294 copyright notice and disclaimer of warranty; keep intact all the
14295 notices that refer to this License and to the absence of any warranty;
14296 and give any other recipients of the Program a copy of this License
14297 along with the Program.
14299 You may charge a fee for the physical act of transferring a copy, and
14300 you may at your option offer warranty protection in exchange for a fee.
14302 2. You may modify your copy or copies of the Program or any portion
14303 of it, thus forming a work based on the Program, and copy and
14304 distribute such modifications or work under the terms of Section 1
14305 above, provided that you also meet all of these conditions:
14307 a) You must cause the modified files to carry prominent notices
14308 stating that you changed the files and the date of any change.
14310 b) You must cause any work that you distribute or publish, that in
14311 whole or in part contains or is derived from the Program or any
14312 part thereof, to be licensed as a whole at no charge to all third
14313 parties under the terms of this License.
14315 c) If the modified program normally reads commands interactively
14316 when run, you must cause it, when started running for such
14317 interactive use in the most ordinary way, to print or display an
14318 announcement including an appropriate copyright notice and a
14319 notice that there is no warranty (or else, saying that you provide
14320 a warranty) and that users may redistribute the program under
14321 these conditions, and telling the user how to view a copy of this
14322 License. (Exception: if the Program itself is interactive but
14323 does not normally print such an announcement, your work based on
14324 the Program is not required to print an announcement.)
14326 These requirements apply to the modified work as a whole. If
14327 identifiable sections of that work are not derived from the Program,
14328 and can be reasonably considered independent and separate works in
14329 themselves, then this License, and its terms, do not apply to those
14330 sections when you distribute them as separate works. But when you
14331 distribute the same sections as part of a whole which is a work based
14332 on the Program, the distribution of the whole must be on the terms of
14333 this License, whose permissions for other licensees extend to the
14334 entire whole, and thus to each and every part regardless of who wrote it.
14336 Thus, it is not the intent of this section to claim rights or contest
14337 your rights to work written entirely by you; rather, the intent is to
14338 exercise the right to control the distribution of derivative or
14339 collective works based on the Program.
14341 In addition, mere aggregation of another work not based on the Program
14342 with the Program (or with a work based on the Program) on a volume of
14343 a storage or distribution medium does not bring the other work under
14344 the scope of this License.
14346 3. You may copy and distribute the Program (or a work based on it,
14347 under Section 2) in object code or executable form under the terms of
14348 Sections 1 and 2 above provided that you also do one of the following:
14350 a) Accompany it with the complete corresponding machine-readable
14351 source code, which must be distributed under the terms of Sections
14352 1 and 2 above on a medium customarily used for software interchange; or,
14354 b) Accompany it with a written offer, valid for at least three
14355 years, to give any third party, for a charge no more than your
14356 cost of physically performing source distribution, a complete
14357 machine-readable copy of the corresponding source code, to be
14358 distributed under the terms of Sections 1 and 2 above on a medium
14359 customarily used for software interchange; or,
14361 c) Accompany it with the information you received as to the offer
14362 to distribute corresponding source code. (This alternative is
14363 allowed only for noncommercial distribution and only if you
14364 received the program in object code or executable form with such
14365 an offer, in accord with Subsection b above.)
14367 The source code for a work means the preferred form of the work for
14368 making modifications to it. For an executable work, complete source
14369 code means all the source code for all modules it contains, plus any
14370 associated interface definition files, plus the scripts used to
14371 control compilation and installation of the executable. However, as a
14372 special exception, the source code distributed need not include
14373 anything that is normally distributed (in either source or binary
14374 form) with the major components (compiler, kernel, and so on) of the
14375 operating system on which the executable runs, unless that component
14376 itself accompanies the executable.
14378 If distribution of executable or object code is made by offering
14379 access to copy from a designated place, then offering equivalent
14380 access to copy the source code from the same place counts as
14381 distribution of the source code, even though third parties are not
14382 compelled to copy the source along with the object code.
14384 4. You may not copy, modify, sublicense, or distribute the Program
14385 except as expressly provided under this License. Any attempt
14386 otherwise to copy, modify, sublicense or distribute the Program is
14387 void, and will automatically terminate your rights under this License.
14388 However, parties who have received copies, or rights, from you under
14389 this License will not have their licenses terminated so long as such
14390 parties remain in full compliance.
14392 5. You are not required to accept this License, since you have not
14393 signed it. However, nothing else grants you permission to modify or
14394 distribute the Program or its derivative works. These actions are
14395 prohibited by law if you do not accept this License. Therefore, by
14396 modifying or distributing the Program (or any work based on the
14397 Program), you indicate your acceptance of this License to do so, and
14398 all its terms and conditions for copying, distributing or modifying
14399 the Program or works based on it.
14401 6. Each time you redistribute the Program (or any work based on the
14402 Program), the recipient automatically receives a license from the
14403 original licensor to copy, distribute or modify the Program subject to
14404 these terms and conditions. You may not impose any further
14405 restrictions on the recipients' exercise of the rights granted herein.
14406 You are not responsible for enforcing compliance by third parties to
14407 this License.
14409 7. If, as a consequence of a court judgment or allegation of patent
14410 infringement or for any other reason (not limited to patent issues),
14411 conditions are imposed on you (whether by court order, agreement or
14412 otherwise) that contradict the conditions of this License, they do not
14413 excuse you from the conditions of this License. If you cannot
14414 distribute so as to satisfy simultaneously your obligations under this
14415 License and any other pertinent obligations, then as a consequence you
14416 may not distribute the Program at all. For example, if a patent
14417 license would not permit royalty-free redistribution of the Program by
14418 all those who receive copies directly or indirectly through you, then
14419 the only way you could satisfy both it and this License would be to
14420 refrain entirely from distribution of the Program.
14422 If any portion of this section is held invalid or unenforceable under
14423 any particular circumstance, the balance of the section is intended to
14424 apply and the section as a whole is intended to apply in other
14425 circumstances.
14427 It is not the purpose of this section to induce you to infringe any
14428 patents or other property right claims or to contest validity of any
14429 such claims; this section has the sole purpose of protecting the
14430 integrity of the free software distribution system, which is
14431 implemented by public license practices. Many people have made
14432 generous contributions to the wide range of software distributed
14433 through that system in reliance on consistent application of that
14434 system; it is up to the author/donor to decide if he or she is willing
14435 to distribute software through any other system and a licensee cannot
14436 impose that choice.
14438 This section is intended to make thoroughly clear what is believed to
14439 be a consequence of the rest of this License.
14441 8. If the distribution and/or use of the Program is restricted in
14442 certain countries either by patents or by copyrighted interfaces, the
14443 original copyright holder who places the Program under this License
14444 may add an explicit geographical distribution limitation excluding
14445 those countries, so that distribution is permitted only in or among
14446 countries not thus excluded. In such case, this License incorporates
14447 the limitation as if written in the body of this License.
14449 9. The Free Software Foundation may publish revised and/or new versions
14450 of the General Public License from time to time. Such new versions will
14451 be similar in spirit to the present version, but may differ in detail to
14452 address new problems or concerns.
14454 Each version is given a distinguishing version number. If the Program
14455 specifies a version number of this License which applies to it and "any
14456 later version", you have the option of following the terms and conditions
14457 either of that version or of any later version published by the Free
14458 Software Foundation. If the Program does not specify a version number of
14459 this License, you may choose any version ever published by the Free Software
14460 Foundation.
14462 10. If you wish to incorporate parts of the Program into other free
14463 programs whose distribution conditions are different, write to the author
14464 to ask for permission. For software which is copyrighted by the Free
14465 Software Foundation, write to the Free Software Foundation; we sometimes
14466 make exceptions for this. Our decision will be guided by the two goals
14467 of preserving the free status of all derivatives of our free software and
14468 of promoting the sharing and reuse of software generally.
14470 NO WARRANTY
14472 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
14473 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
14474 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
14475 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
14476 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14477 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
14478 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
14479 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
14480 REPAIR OR CORRECTION.
14482 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
14483 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
14484 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
14485 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
14486 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
14487 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
14488 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
14489 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
14490 POSSIBILITY OF SUCH DAMAGES.
14492 END OF TERMS AND CONDITIONS
14494 How to Apply These Terms to Your New Programs
14496 If you develop a new program, and you want it to be of the greatest
14497 possible use to the public, the best way to achieve this is to make it
14498 free software which everyone can redistribute and change under these terms.
14500 To do so, attach the following notices to the program. It is safest
14501 to attach them to the start of each source file to most effectively
14502 convey the exclusion of warranty; and each file should have at least
14503 the "copyright" line and a pointer to where the full notice is found.
14505 &lt;one line to give the program's name and a brief idea of what it does.&gt;
14506 Copyright (C) 19yy &lt;name of author&gt;
14508 This program is free software; you can redistribute it and/or modify
14509 it under the terms of the GNU General Public License as published by
14510 the Free Software Foundation; either version 2 of the License, or
14511 (at your option) any later version.
14513 This program is distributed in the hope that it will be useful,
14514 but WITHOUT ANY WARRANTY; without even the implied warranty of
14515 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14516 GNU General Public License for more details.
14518 You should have received a copy of the GNU General Public License
14519 along with this program; if not, write to the Free Software
14520 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14523 Also add information on how to contact you by electronic and paper mail.
14525 If the program is interactive, make it output a short notice like this
14526 when it starts in an interactive mode:
14528 Gnomovision version 69, Copyright (C) 19yy name of author
14529 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
14530 This is free software, and you are welcome to redistribute it
14531 under certain conditions; type `show c' for details.
14533 The hypothetical commands `show w' and `show c' should show the appropriate
14534 parts of the General Public License. Of course, the commands you use may
14535 be called something other than `show w' and `show c'; they could even be
14536 mouse-clicks or menu items--whatever suits your program.
14538 You should also get your employer (if you work as a programmer) or your
14539 school, if any, to sign a "copyright disclaimer" for the program, if
14540 necessary. Here is a sample; alter the names:
14542 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
14543 `Gnomovision' (which makes passes at compilers) written by James Hacker.
14545 &lt;signature of Ty Coon&gt;, 1 April 1989
14546 Ty Coon, President of Vice
14548 This General Public License does not permit incorporating your program into
14549 proprietary programs. If your program is a subroutine library, you may
14550 consider it more useful to permit linking proprietary applications with the
14551 library. If this is what you want to do, use the GNU Library General
14552 Public License instead of this License.
14554 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14556 Scanned Source License o3d-203170/third_party/mesa/MesaLib/docs/COPYING:
14559 Some parts of Mesa are copyrighted under the GNU LGPL. See the
14560 Mesa/docs/COPYRIGHT file for details.
14562 The following is the standard GNU copyright file.
14563 ----------------------------------------------------------------------
14566 GNU LIBRARY GENERAL PUBLIC LICENSE
14567 Version 2, June 1991
14569 Copyright (C) 1991 Free Software Foundation, Inc.
14570 675 Mass Ave, Cambridge, MA 02139, USA
14571 Everyone is permitted to copy and distribute verbatim copies
14572 of this license document, but changing it is not allowed.
14574 [This is the first released version of the library GPL. It is
14575 numbered 2 because it goes with version 2 of the ordinary GPL.]
14577 Preamble
14579 The licenses for most software are designed to take away your
14580 freedom to share and change it. By contrast, the GNU General Public
14581 Licenses are intended to guarantee your freedom to share and change
14582 free software--to make sure the software is free for all its users.
14584 This license, the Library General Public License, applies to some
14585 specially designated Free Software Foundation software, and to any
14586 other libraries whose authors decide to use it. You can use it for
14587 your libraries, too.
14589 When we speak of free software, we are referring to freedom, not
14590 price. Our General Public Licenses are designed to make sure that you
14591 have the freedom to distribute copies of free software (and charge for
14592 this service if you wish), that you receive source code or can get it
14593 if you want it, that you can change the software or use pieces of it
14594 in new free programs; and that you know you can do these things.
14596 To protect your rights, we need to make restrictions that forbid
14597 anyone to deny you these rights or to ask you to surrender the rights.
14598 These restrictions translate to certain responsibilities for you if
14599 you distribute copies of the library, or if you modify it.
14601 For example, if you distribute copies of the library, whether gratis
14602 or for a fee, you must give the recipients all the rights that we gave
14603 you. You must make sure that they, too, receive or can get the source
14604 code. If you link a program with the library, you must provide
14605 complete object files to the recipients so that they can relink them
14606 with the library, after making changes to the library and recompiling
14607 it. And you must show them these terms so they know their rights.
14609 Our method of protecting your rights has two steps: (1) copyright
14610 the library, and (2) offer you this license which gives you legal
14611 permission to copy, distribute and/or modify the library.
14613 Also, for each distributor's protection, we want to make certain
14614 that everyone understands that there is no warranty for this free
14615 library. If the library is modified by someone else and passed on, we
14616 want its recipients to know that what they have is not the original
14617 version, so that any problems introduced by others will not reflect on
14618 the original authors' reputations.
14620 Finally, any free program is threatened constantly by software
14621 patents. We wish to avoid the danger that companies distributing free
14622 software will individually obtain patent licenses, thus in effect
14623 transforming the program into proprietary software. To prevent this,
14624 we have made it clear that any patent must be licensed for everyone's
14625 free use or not licensed at all.
14627 Most GNU software, including some libraries, is covered by the ordinary
14628 GNU General Public License, which was designed for utility programs. This
14629 license, the GNU Library General Public License, applies to certain
14630 designated libraries. This license is quite different from the ordinary
14631 one; be sure to read it in full, and don't assume that anything in it is
14632 the same as in the ordinary license.
14634 The reason we have a separate public license for some libraries is that
14635 they blur the distinction we usually make between modifying or adding to a
14636 program and simply using it. Linking a program with a library, without
14637 changing the library, is in some sense simply using the library, and is
14638 analogous to running a utility program or application program. However, in
14639 a textual and legal sense, the linked executable is a combined work, a
14640 derivative of the original library, and the ordinary General Public License
14641 treats it as such.
14643 Because of this blurred distinction, using the ordinary General
14644 Public License for libraries did not effectively promote software
14645 sharing, because most developers did not use the libraries. We
14646 concluded that weaker conditions might promote sharing better.
14648 However, unrestricted linking of non-free programs would deprive the
14649 users of those programs of all benefit from the free status of the
14650 libraries themselves. This Library General Public License is intended to
14651 permit developers of non-free programs to use free libraries, while
14652 preserving your freedom as a user of such programs to change the free
14653 libraries that are incorporated in them. (We have not seen how to achieve
14654 this as regards changes in header files, but we have achieved it as regards
14655 changes in the actual functions of the Library.) The hope is that this
14656 will lead to faster development of free libraries.
14658 The precise terms and conditions for copying, distribution and
14659 modification follow. Pay close attention to the difference between a
14660 "work based on the library" and a "work that uses the library". The
14661 former contains code derived from the library, while the latter only
14662 works together with the library.
14664 Note that it is possible for a library to be covered by the ordinary
14665 General Public License rather than by this special one.
14667 GNU LIBRARY GENERAL PUBLIC LICENSE
14668 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
14670 0. This License Agreement applies to any software library which
14671 contains a notice placed by the copyright holder or other authorized
14672 party saying it may be distributed under the terms of this Library
14673 General Public License (also called "this License"). Each licensee is
14674 addressed as "you".
14676 A "library" means a collection of software functions and/or data
14677 prepared so as to be conveniently linked with application programs
14678 (which use some of those functions and data) to form executables.
14680 The "Library", below, refers to any such software library or work
14681 which has been distributed under these terms. A "work based on the
14682 Library" means either the Library or any derivative work under
14683 copyright law: that is to say, a work containing the Library or a
14684 portion of it, either verbatim or with modifications and/or translated
14685 straightforwardly into another language. (Hereinafter, translation is
14686 included without limitation in the term "modification".)
14688 "Source code" for a work means the preferred form of the work for
14689 making modifications to it. For a library, complete source code means
14690 all the source code for all modules it contains, plus any associated
14691 interface definition files, plus the scripts used to control compilation
14692 and installation of the library.
14694 Activities other than copying, distribution and modification are not
14695 covered by this License; they are outside its scope. The act of
14696 running a program using the Library is not restricted, and output from
14697 such a program is covered only if its contents constitute a work based
14698 on the Library (independent of the use of the Library in a tool for
14699 writing it). Whether that is true depends on what the Library does
14700 and what the program that uses the Library does.
14702 1. You may copy and distribute verbatim copies of the Library's
14703 complete source code as you receive it, in any medium, provided that
14704 you conspicuously and appropriately publish on each copy an
14705 appropriate copyright notice and disclaimer of warranty; keep intact
14706 all the notices that refer to this License and to the absence of any
14707 warranty; and distribute a copy of this License along with the
14708 Library.
14710 You may charge a fee for the physical act of transferring a copy,
14711 and you may at your option offer warranty protection in exchange for a
14712 fee.
14714 2. You may modify your copy or copies of the Library or any portion
14715 of it, thus forming a work based on the Library, and copy and
14716 distribute such modifications or work under the terms of Section 1
14717 above, provided that you also meet all of these conditions:
14719 a) The modified work must itself be a software library.
14721 b) You must cause the files modified to carry prominent notices
14722 stating that you changed the files and the date of any change.
14724 c) You must cause the whole of the work to be licensed at no
14725 charge to all third parties under the terms of this License.
14727 d) If a facility in the modified Library refers to a function or a
14728 table of data to be supplied by an application program that uses
14729 the facility, other than as an argument passed when the facility
14730 is invoked, then you must make a good faith effort to ensure that,
14731 in the event an application does not supply such function or
14732 table, the facility still operates, and performs whatever part of
14733 its purpose remains meaningful.
14735 (For example, a function in a library to compute square roots has
14736 a purpose that is entirely well-defined independent of the
14737 application. Therefore, Subsection 2d requires that any
14738 application-supplied function or table used by this function must
14739 be optional: if the application does not supply it, the square
14740 root function must still compute square roots.)
14742 These requirements apply to the modified work as a whole. If
14743 identifiable sections of that work are not derived from the Library,
14744 and can be reasonably considered independent and separate works in
14745 themselves, then this License, and its terms, do not apply to those
14746 sections when you distribute them as separate works. But when you
14747 distribute the same sections as part of a whole which is a work based
14748 on the Library, the distribution of the whole must be on the terms of
14749 this License, whose permissions for other licensees extend to the
14750 entire whole, and thus to each and every part regardless of who wrote
14753 Thus, it is not the intent of this section to claim rights or contest
14754 your rights to work written entirely by you; rather, the intent is to
14755 exercise the right to control the distribution of derivative or
14756 collective works based on the Library.
14758 In addition, mere aggregation of another work not based on the Library
14759 with the Library (or with a work based on the Library) on a volume of
14760 a storage or distribution medium does not bring the other work under
14761 the scope of this License.
14763 3. You may opt to apply the terms of the ordinary GNU General Public
14764 License instead of this License to a given copy of the Library. To do
14765 this, you must alter all the notices that refer to this License, so
14766 that they refer to the ordinary GNU General Public License, version 2,
14767 instead of to this License. (If a newer version than version 2 of the
14768 ordinary GNU General Public License has appeared, then you can specify
14769 that version instead if you wish.) Do not make any other change in
14770 these notices.
14772 Once this change is made in a given copy, it is irreversible for
14773 that copy, so the ordinary GNU General Public License applies to all
14774 subsequent copies and derivative works made from that copy.
14776 This option is useful when you wish to copy part of the code of
14777 the Library into a program that is not a library.
14779 4. You may copy and distribute the Library (or a portion or
14780 derivative of it, under Section 2) in object code or executable form
14781 under the terms of Sections 1 and 2 above provided that you accompany
14782 it with the complete corresponding machine-readable source code, which
14783 must be distributed under the terms of Sections 1 and 2 above on a
14784 medium customarily used for software interchange.
14786 If distribution of object code is made by offering access to copy
14787 from a designated place, then offering equivalent access to copy the
14788 source code from the same place satisfies the requirement to
14789 distribute the source code, even though third parties are not
14790 compelled to copy the source along with the object code.
14792 5. A program that contains no derivative of any portion of the
14793 Library, but is designed to work with the Library by being compiled or
14794 linked with it, is called a "work that uses the Library". Such a
14795 work, in isolation, is not a derivative work of the Library, and
14796 therefore falls outside the scope of this License.
14798 However, linking a "work that uses the Library" with the Library
14799 creates an executable that is a derivative of the Library (because it
14800 contains portions of the Library), rather than a "work that uses the
14801 library". The executable is therefore covered by this License.
14802 Section 6 states terms for distribution of such executables.
14804 When a "work that uses the Library" uses material from a header file
14805 that is part of the Library, the object code for the work may be a
14806 derivative work of the Library even though the source code is not.
14807 Whether this is true is especially significant if the work can be
14808 linked without the Library, or if the work is itself a library. The
14809 threshold for this to be true is not precisely defined by law.
14811 If such an object file uses only numerical parameters, data
14812 structure layouts and accessors, and small macros and small inline
14813 functions (ten lines or less in length), then the use of the object
14814 file is unrestricted, regardless of whether it is legally a derivative
14815 work. (Executables containing this object code plus portions of the
14816 Library will still fall under Section 6.)
14818 Otherwise, if the work is a derivative of the Library, you may
14819 distribute the object code for the work under the terms of Section 6.
14820 Any executables containing that work also fall under Section 6,
14821 whether or not they are linked directly with the Library itself.
14823 6. As an exception to the Sections above, you may also compile or
14824 link a "work that uses the Library" with the Library to produce a
14825 work containing portions of the Library, and distribute that work
14826 under terms of your choice, provided that the terms permit
14827 modification of the work for the customer's own use and reverse
14828 engineering for debugging such modifications.
14830 You must give prominent notice with each copy of the work that the
14831 Library is used in it and that the Library and its use are covered by
14832 this License. You must supply a copy of this License. If the work
14833 during execution displays copyright notices, you must include the
14834 copyright notice for the Library among them, as well as a reference
14835 directing the user to the copy of this License. Also, you must do one
14836 of these things:
14838 a) Accompany the work with the complete corresponding
14839 machine-readable source code for the Library including whatever
14840 changes were used in the work (which must be distributed under
14841 Sections 1 and 2 above); and, if the work is an executable linked
14842 with the Library, with the complete machine-readable "work that
14843 uses the Library", as object code and/or source code, so that the
14844 user can modify the Library and then relink to produce a modified
14845 executable containing the modified Library. (It is understood
14846 that the user who changes the contents of definitions files in the
14847 Library will not necessarily be able to recompile the application
14848 to use the modified definitions.)
14850 b) Accompany the work with a written offer, valid for at
14851 least three years, to give the same user the materials
14852 specified in Subsection 6a, above, for a charge no more
14853 than the cost of performing this distribution.
14855 c) If distribution of the work is made by offering access to copy
14856 from a designated place, offer equivalent access to copy the above
14857 specified materials from the same place.
14859 d) Verify that the user has already received a copy of these
14860 materials or that you have already sent this user a copy.
14862 For an executable, the required form of the "work that uses the
14863 Library" must include any data and utility programs needed for
14864 reproducing the executable from it. However, as a special exception,
14865 the source code distributed need not include anything that is normally
14866 distributed (in either source or binary form) with the major
14867 components (compiler, kernel, and so on) of the operating system on
14868 which the executable runs, unless that component itself accompanies
14869 the executable.
14871 It may happen that this requirement contradicts the license
14872 restrictions of other proprietary libraries that do not normally
14873 accompany the operating system. Such a contradiction means you cannot
14874 use both them and the Library together in an executable that you
14875 distribute.
14877 7. You may place library facilities that are a work based on the
14878 Library side-by-side in a single library together with other library
14879 facilities not covered by this License, and distribute such a combined
14880 library, provided that the separate distribution of the work based on
14881 the Library and of the other library facilities is otherwise
14882 permitted, and provided that you do these two things:
14884 a) Accompany the combined library with a copy of the same work
14885 based on the Library, uncombined with any other library
14886 facilities. This must be distributed under the terms of the
14887 Sections above.
14889 b) Give prominent notice with the combined library of the fact
14890 that part of it is a work based on the Library, and explaining
14891 where to find the accompanying uncombined form of the same work.
14893 8. You may not copy, modify, sublicense, link with, or distribute
14894 the Library except as expressly provided under this License. Any
14895 attempt otherwise to copy, modify, sublicense, link with, or
14896 distribute the Library is void, and will automatically terminate your
14897 rights under this License. However, parties who have received copies,
14898 or rights, from you under this License will not have their licenses
14899 terminated so long as such parties remain in full compliance.
14901 9. You are not required to accept this License, since you have not
14902 signed it. However, nothing else grants you permission to modify or
14903 distribute the Library or its derivative works. These actions are
14904 prohibited by law if you do not accept this License. Therefore, by
14905 modifying or distributing the Library (or any work based on the
14906 Library), you indicate your acceptance of this License to do so, and
14907 all its terms and conditions for copying, distributing or modifying
14908 the Library or works based on it.
14910 10. Each time you redistribute the Library (or any work based on the
14911 Library), the recipient automatically receives a license from the
14912 original licensor to copy, distribute, link with or modify the Library
14913 subject to these terms and conditions. You may not impose any further
14914 restrictions on the recipients' exercise of the rights granted herein.
14915 You are not responsible for enforcing compliance by third parties to
14916 this License.
14918 11. If, as a consequence of a court judgment or allegation of patent
14919 infringement or for any other reason (not limited to patent issues),
14920 conditions are imposed on you (whether by court order, agreement or
14921 otherwise) that contradict the conditions of this License, they do not
14922 excuse you from the conditions of this License. If you cannot
14923 distribute so as to satisfy simultaneously your obligations under this
14924 License and any other pertinent obligations, then as a consequence you
14925 may not distribute the Library at all. For example, if a patent
14926 license would not permit royalty-free redistribution of the Library by
14927 all those who receive copies directly or indirectly through you, then
14928 the only way you could satisfy both it and this License would be to
14929 refrain entirely from distribution of the Library.
14931 If any portion of this section is held invalid or unenforceable under any
14932 particular circumstance, the balance of the section is intended to apply,
14933 and the section as a whole is intended to apply in other circumstances.
14935 It is not the purpose of this section to induce you to infringe any
14936 patents or other property right claims or to contest validity of any
14937 such claims; this section has the sole purpose of protecting the
14938 integrity of the free software distribution system which is
14939 implemented by public license practices. Many people have made
14940 generous contributions to the wide range of software distributed
14941 through that system in reliance on consistent application of that
14942 system; it is up to the author/donor to decide if he or she is willing
14943 to distribute software through any other system and a licensee cannot
14944 impose that choice.
14946 This section is intended to make thoroughly clear what is believed to
14947 be a consequence of the rest of this License.
14949 12. If the distribution and/or use of the Library is restricted in
14950 certain countries either by patents or by copyrighted interfaces, the
14951 original copyright holder who places the Library under this License may add
14952 an explicit geographical distribution limitation excluding those countries,
14953 so that distribution is permitted only in or among countries not thus
14954 excluded. In such case, this License incorporates the limitation as if
14955 written in the body of this License.
14957 13. The Free Software Foundation may publish revised and/or new
14958 versions of the Library General Public License from time to time.
14959 Such new versions will be similar in spirit to the present version,
14960 but may differ in detail to address new problems or concerns.
14962 Each version is given a distinguishing version number. If the Library
14963 specifies a version number of this License which applies to it and
14964 "any later version", you have the option of following the terms and
14965 conditions either of that version or of any later version published by
14966 the Free Software Foundation. If the Library does not specify a
14967 license version number, you may choose any version ever published by
14968 the Free Software Foundation.
14970 14. If you wish to incorporate parts of the Library into other free
14971 programs whose distribution conditions are incompatible with these,
14972 write to the author to ask for permission. For software which is
14973 copyrighted by the Free Software Foundation, write to the Free
14974 Software Foundation; we sometimes make exceptions for this. Our
14975 decision will be guided by the two goals of preserving the free status
14976 of all derivatives of our free software and of promoting the sharing
14977 and reuse of software generally.
14979 NO WARRANTY
14981 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
14982 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
14983 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
14984 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
14985 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
14986 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
14987 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
14988 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
14989 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
14991 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
14992 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
14993 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
14994 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
14995 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
14996 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
14997 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
14998 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
14999 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
15000 DAMAGES.
15002 END OF TERMS AND CONDITIONS
15004 Appendix: How to Apply These Terms to Your New Libraries
15006 If you develop a new library, and you want it to be of the greatest
15007 possible use to the public, we recommend making it free software that
15008 everyone can redistribute and change. You can do so by permitting
15009 redistribution under these terms (or, alternatively, under the terms of the
15010 ordinary General Public License).
15012 To apply these terms, attach the following notices to the library. It is
15013 safest to attach them to the start of each source file to most effectively
15014 convey the exclusion of warranty; and each file should have at least the
15015 "copyright" line and a pointer to where the full notice is found.
15017 &lt;one line to give the library's name and a brief idea of what it does.&gt;
15018 Copyright (C) &lt;year&gt; &lt;name of author&gt;
15020 This library is free software; you can redistribute it and/or
15021 modify it under the terms of the GNU Library General Public
15022 License as published by the Free Software Foundation; either
15023 version 2 of the License, or (at your option) any later version.
15025 This library is distributed in the hope that it will be useful,
15026 but WITHOUT ANY WARRANTY; without even the implied warranty of
15027 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15028 Library General Public License for more details.
15030 You should have received a copy of the GNU Library General Public
15031 License along with this library; if not, write to the Free
15032 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15034 Also add information on how to contact you by electronic and paper mail.
15036 You should also get your employer (if you work as a programmer) or your
15037 school, if any, to sign a "copyright disclaimer" for the library, if
15038 necessary. Here is a sample; alter the names:
15040 Yoyodyne, Inc., hereby disclaims all copyright interest in the
15041 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
15043 &lt;signature of Ty Coon&gt;, 1 April 1990
15044 Ty Coon, President of Vice
15046 That's all there is to it!
15049 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15051 Scanned Source License o3d-203170/third_party/modp_b64/LICENSE:
15053 * MODP_B64 - High performance base64 encoder/decoder
15054 * Version 1.3 -- 17-Mar-2006
15055 * http://modp.com/release/base64
15057 * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com
15058 * All rights reserved.
15060 * Redistribution and use in source and binary forms, with or without
15061 * modification, are permitted provided that the following conditions are
15062 * met:
15064 * Redistributions of source code must retain the above copyright
15065 * notice, this list of conditions and the following disclaimer.
15067 * Redistributions in binary form must reproduce the above copyright
15068 * notice, this list of conditions and the following disclaimer in the
15069 * documentation and/or other materials provided with the distribution.
15071 * Neither the name of the modp.com nor the names of its
15072 * contributors may be used to endorse or promote products derived from
15073 * this software without specific prior written permission.
15075 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15076 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15077 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15078 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15079 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15080 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15081 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15082 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15083 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15084 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15085 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15087 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15089 Scanned Source License o3d-203170/third_party/skia/LICENSE:
15091 // Copyright (c) 2011 Google Inc. All rights reserved.
15093 // Redistribution and use in source and binary forms, with or without
15094 // modification, are permitted provided that the following conditions are
15095 // met:
15097 // * Redistributions of source code must retain the above copyright
15098 // notice, this list of conditions and the following disclaimer.
15099 // * Redistributions in binary form must reproduce the above
15100 // copyright notice, this list of conditions and the following disclaimer
15101 // in the documentation and/or other materials provided with the
15102 // distribution.
15103 // * Neither the name of Google Inc. nor the names of its
15104 // contributors may be used to endorse or promote products derived from
15105 // this software without specific prior written permission.
15107 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15108 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15109 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15110 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15111 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15112 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15113 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15114 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15115 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15116 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15117 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15119 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15121 Scanned Source License o3d-203170/third_party/skia/third_party/glu/LICENSE.txt:
15123 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
15125 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All
15126 Rights Reserved.
15128 Permission is hereby granted, free of charge, to any person obtaining
15129 a copy of this software and associated documentation files (the
15130 "Software"), to deal in the Software without restriction, including
15131 without limitation the rights to use, copy, modify, merge, publish,
15132 distribute, sublicense, and/or sell copies of the Software, and to
15133 permit persons to whom the Software is furnished to do so, subject to
15134 the following conditions:
15136 The above copyright notice including the dates of first publication
15137 and either this permission notice or a reference to HYPERLINK
15138 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
15139 shall be included in all copies or substantial portions of the
15140 Software.
15142 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15143 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15144 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15145 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE
15146 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
15147 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
15148 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15150 Except as contained in this notice, the name of Silicon Graphics,
15151 Inc. shall not be used in advertising or otherwise to promote the
15152 sale, use or other dealings in this Software without prior written
15153 authorization from Silicon Graphics, Inc.
15155 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15157 Scanned Source License o3d-203170/third_party/skia/third_party/harfbuzz/COPYING:
15159 HarfBuzz was previously licensed under different licenses. This was
15160 changed in January 2008. If you need to relicense your old copies,
15161 consult the announcement of the license change on the internet.
15162 Other than that, each copy of HarfBuzz is licensed under the COPYING
15163 file included with it. The actual license follows:
15166 Permission is hereby granted, without written agreement and without
15167 license or royalty fees, to use, copy, modify, and distribute this
15168 software and its documentation for any purpose, provided that the
15169 above copyright notice and the following two paragraphs appear in
15170 all copies of this software.
15172 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15173 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
15174 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
15175 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
15176 DAMAGE.
15178 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
15179 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15180 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
15181 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
15182 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
15184 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15186 Scanned Source License o3d-203170/third_party/zip_utils/LICENSE:
15188 This is version 1999-Oct-05 of the Info-ZIP copyright and license.
15189 The definitive version of this document should be available at
15190 ftp://ftp.cdrom.com/pub/infozip/license.html indefinitely.
15192 Copyright (c) 1990-1999 Info-ZIP. All rights reserved.
15194 For the purposes of this copyright and license, "Info-ZIP" is defined as
15195 the following set of individuals:
15197 Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
15198 Jean-loup Gailly, Hunter Goatley, Ian Gorman, Chris Herborth, Dirk Haase,
15199 Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz, David Kirschbaum,
15200 Johnny Lee, Onno van der Linden, Igor Mandrichenko, Steve P. Miller,
15201 Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs, Kai Uwe Rommel,
15202 Steve Salisbury, Dave Smith, Christian Spieler, Antoine Verheijen,
15203 Paul von Behren, Rich Wales, Mike White
15205 This software is provided "as is," without warranty of any kind, express
15206 or implied. In no event shall Info-ZIP or its contributors be held liable
15207 for any direct, indirect, incidental, special or consequential damages
15208 arising out of the use of or inability to use this software.
15210 Permission is granted to anyone to use this software for any purpose,
15211 including commercial applications, and to alter it and redistribute it
15212 freely, subject to the following restrictions:
15214 1. Redistributions of source code must retain the above copyright notice,
15215 definition, disclaimer, and this list of conditions.
15217 2. Redistributions in binary form must reproduce the above copyright
15218 notice, definition, disclaimer, and this list of conditions in
15219 documentation and/or other materials provided with the distribution.
15221 3. Altered versions--including, but not limited to, ports to new operating
15222 systems, existing ports with new graphical interfaces, and dynamic,
15223 shared, or static library versions--must be plainly marked as such
15224 and must not be misrepresented as being the original source. Such
15225 altered versions also must not be misrepresented as being Info-ZIP
15226 releases--including, but not limited to, labeling of the altered
15227 versions with the names "Info-ZIP" (or any variation thereof, including,
15228 but not limited to, different capitalizations), "Pocket UnZip," "WiZ"
15229 or "MacZip" without the explicit permission of Info-ZIP. Such altered
15230 versions are further prohibited from misrepresentative use of the
15231 Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
15233 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
15234 "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and
15235 binary releases.
15237 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15239 Scanned Source License o3d-203170/third_party/zlib/LICENSE:
15241 /* zlib.h -- interface of the 'zlib' general purpose compression library
15242 version 1.2.4, March 14th, 2010
15244 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
15246 This software is provided 'as-is', without any express or implied
15247 warranty. In no event will the authors be held liable for any damages
15248 arising from the use of this software.
15250 Permission is granted to anyone to use this software for any purpose,
15251 including commercial applications, and to alter it and redistribute it
15252 freely, subject to the following restrictions:
15254 1. The origin of this software must not be misrepresented; you must not
15255 claim that you wrote the original software. If you use this software
15256 in a product, an acknowledgment in the product documentation would be
15257 appreciated but is not required.
15258 2. Altered source versions must be plainly marked as such, and must not be
15259 misrepresented as being the original software.
15260 3. This notice may not be removed or altered from any source distribution.
15262 Jean-loup Gailly
15263 Mark Adler
15267 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15269 Scanned Source License o3d-203170/tools/gyp/LICENSE:
15271 Copyright (c) 2009 Google Inc. All rights reserved.
15273 Redistribution and use in source and binary forms, with or without
15274 modification, are permitted provided that the following conditions are
15275 met:
15277 * Redistributions of source code must retain the above copyright
15278 notice, this list of conditions and the following disclaimer.
15279 * Redistributions in binary form must reproduce the above
15280 copyright notice, this list of conditions and the following disclaimer
15281 in the documentation and/or other materials provided with the
15282 distribution.
15283 * Neither the name of Google Inc. nor the names of its
15284 contributors may be used to endorse or promote products derived from
15285 this software without specific prior written permission.
15287 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15288 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15289 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15290 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15291 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15292 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15293 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15294 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15295 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15296 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15297 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15299 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15301 Scanned Source License o3d-203170/v8/LICENSE:
15303 This license applies to all parts of V8 that are not externally
15304 maintained libraries. The externally maintained libraries used by V8
15305 are:
15307 - PCRE test suite, located in
15308 test/mjsunit/third_party/regexp-pcre.js. This is based on the
15309 test suite from PCRE-7.3, which is copyrighted by the University
15310 of Cambridge and Google, Inc. The copyright notice and license
15311 are embedded in regexp-pcre.js.
15313 - Layout tests, located in test/mjsunit/third_party. These are
15314 based on layout tests from webkit.org which are copyrighted by
15315 Apple Computer, Inc. and released under a 3-clause BSD license.
15317 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
15318 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
15319 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
15320 This code is copyrighted by Sun Microsystems Inc. and released
15321 under a 3-clause BSD license.
15323 - Valgrind client API header, located at third_party/valgrind/valgrind.h
15324 This is release under the BSD license.
15326 These libraries have their own licenses; we recommend you read them,
15327 as their terms may differ from the terms below.
15329 Copyright 2006-2011, the V8 project authors. All rights reserved.
15330 Redistribution and use in source and binary forms, with or without
15331 modification, are permitted provided that the following conditions are
15332 met:
15334 * Redistributions of source code must retain the above copyright
15335 notice, this list of conditions and the following disclaimer.
15336 * Redistributions in binary form must reproduce the above
15337 copyright notice, this list of conditions and the following
15338 disclaimer in the documentation and/or other materials provided
15339 with the distribution.
15340 * Neither the name of Google Inc. nor the names of its
15341 contributors may be used to endorse or promote products derived
15342 from this software without specific prior written permission.
15344 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15345 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15346 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15347 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15348 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15349 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15350 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15351 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15352 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15353 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15354 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15356 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15357 </pre>
15358 <ul>
15360 </ul>
15361 </div>
15362 </div>
15365 <div class="product">
15366 <span class="title">openssh-5.2_p1</span>
15367 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15368 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span>
15369 <div class="licence">
15370 <pre>Scanned Source License openssh-5.2p1/LICENCE:
15372 This file is part of the OpenSSH software.
15374 The licences which components of this software fall under are as
15375 follows. First, we will summarize and say that all components
15376 are under a BSD licence, or a licence more free than that.
15378 OpenSSH contains no GPL code.
15381 * Copyright (c) 1995 Tatu Ylonen &lt;ylo@cs.hut.fi&gt;, Espoo, Finland
15382 * All rights reserved
15384 * As far as I am concerned, the code I have written for this software
15385 * can be used freely for any purpose. Any derived versions of this
15386 * software must be clearly marked as such, and if the derived work is
15387 * incompatible with the protocol description in the RFC file, it must be
15388 * called by a name other than "ssh" or "Secure Shell".
15390 [Tatu continues]
15391 * However, I am not implying to give any licenses to any patents or
15392 * copyrights held by third parties, and the software includes parts that
15393 * are not under my direct control. As far as I know, all included
15394 * source code is used in accordance with the relevant license agreements
15395 * and can be used freely for any purpose (the GNU license being the most
15396 * restrictive); see below for details.
15398 [However, none of that term is relevant at this point in time. All of
15399 these restrictively licenced software components which he talks about
15400 have been removed from OpenSSH, i.e.,
15402 - RSA is no longer included, found in the OpenSSL library
15403 - IDEA is no longer included, its use is deprecated
15404 - DES is now external, in the OpenSSL library
15405 - GMP is no longer used, and instead we call BN code from OpenSSL
15406 - Zlib is now external, in a library
15407 - The make-ssh-known-hosts script is no longer included
15408 - TSS has been removed
15409 - MD5 is now external, in the OpenSSL library
15410 - RC4 support has been replaced with ARC4 support from OpenSSL
15411 - Blowfish is now external, in the OpenSSL library
15413 [The licence continues]
15415 Note that any information and cryptographic algorithms used in this
15416 software are publicly available on the Internet and at any major
15417 bookstore, scientific library, and patent office worldwide. More
15418 information can be found e.g. at "http://www.cs.hut.fi/crypto".
15420 The legal status of this program is some combination of all these
15421 permissions and restrictions. Use only at your own responsibility.
15422 You will be responsible for any legal consequences yourself; I am not
15423 making any claims whether possessing or using this is legal or not in
15424 your country, and I am not taking any responsibility on your behalf.
15427 NO WARRANTY
15429 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
15430 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
15431 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
15432 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
15433 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
15434 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
15435 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
15436 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
15437 REPAIR OR CORRECTION.
15439 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
15440 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
15441 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
15442 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
15443 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
15444 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
15445 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
15446 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
15447 POSSIBILITY OF SUCH DAMAGES.
15450 The 32-bit CRC compensation attack detector in deattack.c was
15451 contributed by CORE SDI S.A. under a BSD-style license.
15453 * Cryptographic attack detector for ssh - source code
15455 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
15457 * All rights reserved. Redistribution and use in source and binary
15458 * forms, with or without modification, are permitted provided that
15459 * this copyright notice is retained.
15461 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
15462 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
15463 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
15464 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
15465 * SOFTWARE.
15467 * Ariel Futoransky &lt;futo@core-sdi.com&gt;
15468 * &lt;http://www.core-sdi.com&gt;
15471 ssh-keyscan was contributed by David Mazieres under a BSD-style
15472 license.
15474 * Copyright 1995, 1996 by David Mazieres &lt;dm@lcs.mit.edu&gt;.
15476 * Modification and redistribution in source and binary forms is
15477 * permitted provided that due credit is given to the author and the
15478 * OpenBSD project by leaving this copyright notice intact.
15481 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
15482 and Paulo Barreto is in the public domain and distributed
15483 with the following license:
15485 * @version 3.0 (December 2000)
15487 * Optimised ANSI C code for the Rijndael cipher (now AES)
15489 * @author Vincent Rijmen &lt;vincent.rijmen@esat.kuleuven.ac.be&gt;
15490 * @author Antoon Bosselaers &lt;antoon.bosselaers@esat.kuleuven.ac.be&gt;
15491 * @author Paulo Barreto &lt;paulo.barreto@terra.com.br&gt;
15493 * This code is hereby placed in the public domain.
15495 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
15496 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15497 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15498 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
15499 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
15500 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
15501 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
15502 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
15503 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
15504 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
15505 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15508 One component of the ssh source code is under a 3-clause BSD license,
15509 held by the University of California, since we pulled these parts from
15510 original Berkeley code.
15512 * Copyright (c) 1983, 1990, 1992, 1993, 1995
15513 * The Regents of the University of California. All rights reserved.
15515 * Redistribution and use in source and binary forms, with or without
15516 * modification, are permitted provided that the following conditions
15517 * are met:
15518 * 1. Redistributions of source code must retain the above copyright
15519 * notice, this list of conditions and the following disclaimer.
15520 * 2. Redistributions in binary form must reproduce the above copyright
15521 * notice, this list of conditions and the following disclaimer in the
15522 * documentation and/or other materials provided with the distribution.
15523 * 3. Neither the name of the University nor the names of its contributors
15524 * may be used to endorse or promote products derived from this software
15525 * without specific prior written permission.
15527 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15528 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15529 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15530 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
15531 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15532 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15533 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15534 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15535 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15536 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15537 * SUCH DAMAGE.
15540 Remaining components of the software are provided under a standard
15541 2-term BSD licence with the following names as copyright holders:
15543 Markus Friedl
15544 Theo de Raadt
15545 Niels Provos
15546 Dug Song
15547 Aaron Campbell
15548 Damien Miller
15549 Kevin Steves
15550 Daniel Kouril
15551 Wesley Griffin
15552 Per Allansson
15553 Nils Nordman
15554 Simon Wilkinson
15556 Portable OpenSSH additionally includes code from the following copyright
15557 holders, also under the 2-term BSD license:
15559 Ben Lindstrom
15560 Tim Rice
15561 Andre Lucas
15562 Chris Adams
15563 Corinna Vinschen
15564 Cray Inc.
15565 Denis Parker
15566 Gert Doering
15567 Jakob Schlyter
15568 Jason Downs
15569 Juha Yrjölä
15570 Michael Stone
15571 Networks Associates Technology, Inc.
15572 Solar Designer
15573 Todd C. Miller
15574 Wayne Schroeder
15575 William Jones
15576 Darren Tucker
15577 Sun Microsystems
15578 The SCO Group
15579 Daniel Walsh
15581 * Redistribution and use in source and binary forms, with or without
15582 * modification, are permitted provided that the following conditions
15583 * are met:
15584 * 1. Redistributions of source code must retain the above copyright
15585 * notice, this list of conditions and the following disclaimer.
15586 * 2. Redistributions in binary form must reproduce the above copyright
15587 * notice, this list of conditions and the following disclaimer in the
15588 * documentation and/or other materials provided with the distribution.
15590 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15591 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15592 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
15593 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
15594 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
15595 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15596 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15597 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15598 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
15599 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15601 8) Portable OpenSSH contains the following additional licenses:
15603 a) md5crypt.c, md5crypt.h
15605 * "THE BEER-WARE LICENSE" (Revision 42):
15606 * &lt;phk@login.dknet.dk&gt; wrote this file. As long as you retain this
15607 * notice you can do whatever you want with this stuff. If we meet
15608 * some day, and you think this stuff is worth it, you can buy me a
15609 * beer in return. Poul-Henning Kamp
15611 b) snprintf replacement
15613 * Copyright Patrick Powell 1995
15614 * This code is based on code written by Patrick Powell
15615 * (papowell@astart.com) It may be used for any purpose as long as this
15616 * notice remains intact on all source code distributions
15618 c) Compatibility code (openbsd-compat)
15620 Apart from the previously mentioned licenses, various pieces of code
15621 in the openbsd-compat/ subdirectory are licensed as follows:
15623 Some code is licensed under a 3-term BSD license, to the following
15624 copyright holders:
15626 Todd C. Miller
15627 Theo de Raadt
15628 Damien Miller
15629 Eric P. Allman
15630 The Regents of the University of California
15631 Constantin S. Svintsoff
15633 * Redistribution and use in source and binary forms, with or without
15634 * modification, are permitted provided that the following conditions
15635 * are met:
15636 * 1. Redistributions of source code must retain the above copyright
15637 * notice, this list of conditions and the following disclaimer.
15638 * 2. Redistributions in binary form must reproduce the above copyright
15639 * notice, this list of conditions and the following disclaimer in the
15640 * documentation and/or other materials provided with the distribution.
15641 * 3. Neither the name of the University nor the names of its contributors
15642 * may be used to endorse or promote products derived from this software
15643 * without specific prior written permission.
15645 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15646 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15647 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15648 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
15649 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15650 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15651 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15652 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15653 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15654 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15655 * SUCH DAMAGE.
15657 Some code is licensed under an ISC-style license, to the following
15658 copyright holders:
15660 Internet Software Consortium.
15661 Todd C. Miller
15662 Reyk Floeter
15663 Chad Mynhier
15665 * Permission to use, copy, modify, and distribute this software for any
15666 * purpose with or without fee is hereby granted, provided that the above
15667 * copyright notice and this permission notice appear in all copies.
15669 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
15670 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
15671 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
15672 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15673 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
15674 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
15675 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15677 Some code is licensed under a MIT-style license to the following
15678 copyright holders:
15680 Free Software Foundation, Inc.
15682 * Permission is hereby granted, free of charge, to any person obtaining a *
15683 * copy of this software and associated documentation files (the *
15684 * "Software"), to deal in the Software without restriction, including *
15685 * without limitation the rights to use, copy, modify, merge, publish, *
15686 * distribute, distribute with modifications, sublicense, and/or sell *
15687 * copies of the Software, and to permit persons to whom the Software is *
15688 * furnished to do so, subject to the following conditions: *
15690 * The above copyright notice and this permission notice shall be included *
15691 * in all copies or substantial portions of the Software. *
15693 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
15694 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
15695 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
15696 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
15697 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
15698 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
15699 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
15701 * Except as contained in this notice, the name(s) of the above copyright *
15702 * holders shall not be used in advertising or otherwise to promote the *
15703 * sale, use or other dealings in this Software without prior written *
15704 * authorization. *
15705 ****************************************************************************/
15708 ------
15709 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $
15711 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15712 </pre>
15713 <ul>
15714 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
15715 </ul>
15716 </div>
15717 </div>
15720 <div class="product">
15721 <span class="title">openssl-1.0.1e</span>
15722 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15723 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span>
15724 <div class="licence">
15725 <pre>Gentoo Package Stock License openssl:
15728 LICENSE ISSUES
15729 ==============
15731 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
15732 the OpenSSL License and the original SSLeay license apply to the toolkit.
15733 See below for the actual license texts. Actually both licenses are BSD-style
15734 Open Source licenses. In case of any license issues related to OpenSSL
15735 please contact openssl-core@openssl.org.
15737 OpenSSL License
15738 ---------------
15740 /* ====================================================================
15741 * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
15743 * Redistribution and use in source and binary forms, with or without
15744 * modification, are permitted provided that the following conditions
15745 * are met:
15747 * 1. Redistributions of source code must retain the above copyright
15748 * notice, this list of conditions and the following disclaimer.
15750 * 2. Redistributions in binary form must reproduce the above copyright
15751 * notice, this list of conditions and the following disclaimer in
15752 * the documentation and/or other materials provided with the
15753 * distribution.
15755 * 3. All advertising materials mentioning features or use of this
15756 * software must display the following acknowledgment:
15757 * "This product includes software developed by the OpenSSL Project
15758 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
15760 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
15761 * endorse or promote products derived from this software without
15762 * prior written permission. For written permission, please contact
15763 * openssl-core@openssl.org.
15765 * 5. Products derived from this software may not be called "OpenSSL"
15766 * nor may "OpenSSL" appear in their names without prior written
15767 * permission of the OpenSSL Project.
15769 * 6. Redistributions of any form whatsoever must retain the following
15770 * acknowledgment:
15771 * "This product includes software developed by the OpenSSL Project
15772 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
15774 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
15775 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15776 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
15777 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
15778 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15779 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
15780 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
15781 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15782 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
15783 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
15784 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
15785 * OF THE POSSIBILITY OF SUCH DAMAGE.
15786 * ====================================================================
15788 * This product includes cryptographic software written by Eric Young
15789 * (eay@cryptsoft.com). This product includes software written by Tim
15790 * Hudson (tjh@cryptsoft.com).
15794 Original SSLeay License
15795 -----------------------
15797 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
15798 * All rights reserved.
15800 * This package is an SSL implementation written
15801 * by Eric Young (eay@cryptsoft.com).
15802 * The implementation was written so as to conform with Netscapes SSL.
15804 * This library is free for commercial and non-commercial use as long as
15805 * the following conditions are aheared to. The following conditions
15806 * apply to all code found in this distribution, be it the RC4, RSA,
15807 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
15808 * included with this distribution is covered by the same copyright terms
15809 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
15811 * Copyright remains Eric Young's, and as such any Copyright notices in
15812 * the code are not to be removed.
15813 * If this package is used in a product, Eric Young should be given attribution
15814 * as the author of the parts of the library used.
15815 * This can be in the form of a textual message at program startup or
15816 * in documentation (online or textual) provided with the package.
15818 * Redistribution and use in source and binary forms, with or without
15819 * modification, are permitted provided that the following conditions
15820 * are met:
15821 * 1. Redistributions of source code must retain the copyright
15822 * notice, this list of conditions and the following disclaimer.
15823 * 2. Redistributions in binary form must reproduce the above copyright
15824 * notice, this list of conditions and the following disclaimer in the
15825 * documentation and/or other materials provided with the distribution.
15826 * 3. All advertising materials mentioning features or use of this software
15827 * must display the following acknowledgement:
15828 * "This product includes cryptographic software written by
15829 * Eric Young (eay@cryptsoft.com)"
15830 * The word 'cryptographic' can be left out if the rouines from the library
15831 * being used are not cryptographic related :-).
15832 * 4. If you include any Windows specific code (or a derivative thereof) from
15833 * the apps directory (application code) you must include an acknowledgement:
15834 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
15836 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
15837 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15838 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15839 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
15840 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15841 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15842 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15843 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15844 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15845 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15846 * SUCH DAMAGE.
15848 * The licence and distribution terms for any publically available version or
15849 * derivative of this code cannot be changed. i.e. this code cannot simply be
15850 * copied and put under another distribution licence
15851 * [including the GNU Public Licence.]
15855 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15856 </pre>
15857 <ul>
15859 </ul>
15860 </div>
15861 </div>
15864 <div class="product">
15865 <span class="title">openvpn-2.3.2</span>
15866 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15867 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span>
15868 <div class="licence">
15869 <pre></pre>
15870 <ul>
15871 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15872 </ul>
15873 </div>
15874 </div>
15877 <div class="product">
15878 <span class="title">pam-1.1.5</span>
15879 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15880 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span>
15881 <div class="licence">
15882 <pre></pre>
15883 <ul>
15884 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15885 </ul>
15886 </div>
15887 </div>
15890 <div class="product">
15891 <span class="title">pam_pwdfile-0.99</span>
15892 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15893 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span>
15894 <div class="licence">
15895 <pre></pre>
15896 <ul>
15897 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15898 </ul>
15899 </div>
15900 </div>
15903 <div class="product">
15904 <span class="title">pambase-20101024</span>
15905 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15906 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span>
15907 <div class="licence">
15908 <pre></pre>
15909 <ul>
15910 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15911 </ul>
15912 </div>
15913 </div>
15916 <div class="product">
15917 <span class="title">pango-1.32.5</span>
15918 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15919 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span>
15920 <div class="licence">
15921 <pre></pre>
15922 <ul>
15923 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
15924 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
15925 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
15926 </ul>
15927 </div>
15928 </div>
15931 <div class="product">
15932 <span class="title">parted-3.1</span>
15933 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15934 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span>
15935 <div class="licence">
15936 <pre></pre>
15937 <ul>
15938 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
15939 </ul>
15940 </div>
15941 </div>
15944 <div class="product">
15945 <span class="title">patch-2.6.1</span>
15946 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15947 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span>
15948 <div class="licence">
15949 <pre></pre>
15950 <ul>
15951 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15952 </ul>
15953 </div>
15954 </div>
15957 <div class="product">
15958 <span class="title">pax-utils-0.4</span>
15959 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15960 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span>
15961 <div class="licence">
15962 <pre></pre>
15963 <ul>
15964 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15965 </ul>
15966 </div>
15967 </div>
15970 <div class="product">
15971 <span class="title">pciutils-3.1.10</span>
15972 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15973 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span>
15974 <div class="licence">
15975 <pre></pre>
15976 <ul>
15977 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15978 </ul>
15979 </div>
15980 </div>
15983 <div class="product">
15984 <span class="title">perf-3.4</span>
15985 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15986 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span>
15987 <div class="licence">
15988 <pre></pre>
15989 <ul>
15990 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15991 </ul>
15992 </div>
15993 </div>
15996 <div class="product">
15997 <span class="title">pkcs11-helper-1.07</span>
15998 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15999 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span>
16000 <div class="licence">
16001 <pre></pre>
16002 <ul>
16003 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16004 </ul>
16005 </div>
16006 </div>
16009 <div class="product">
16010 <span class="title">ply-image-0.0.1</span>
16011 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16012 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
16013 <div class="licence">
16014 <pre></pre>
16015 <ul>
16016 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16017 </ul>
16018 </div>
16019 </div>
16022 <div class="product">
16023 <span class="title">popt-1.16</span>
16024 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16025 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span>
16026 <div class="licence">
16027 <pre>Scanned Source License popt-1.16/COPYING:
16029 Copyright (c) 1998 Red Hat Software
16031 Permission is hereby granted, free of charge, to any person obtaining a copy
16032 of this software and associated documentation files (the "Software"), to deal
16033 in the Software without restriction, including without limitation the rights
16034 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16035 copies of the Software, and to permit persons to whom the Software is
16036 furnished to do so, subject to the following conditions:
16038 The above copyright notice and this permission notice shall be included in
16039 all copies or substantial portions of the Software.
16041 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16042 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16043 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16044 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
16045 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
16046 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16048 Except as contained in this notice, the name of the X Consortium shall not be
16049 used in advertising or otherwise to promote the sale, use or other dealings
16050 in this Software without prior written authorization from the X Consortium.
16052 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16053 </pre>
16054 <ul>
16056 </ul>
16057 </div>
16058 </div>
16061 <div class="product">
16062 <span class="title">portage-2.1.11.50</span>
16063 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16064 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span>
16065 <div class="licence">
16066 <pre></pre>
16067 <ul>
16068 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16069 </ul>
16070 </div>
16071 </div>
16074 <div class="product">
16075 <span class="title">ppp-2.4.5</span>
16076 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16077 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span>
16078 <div class="licence">
16079 <pre>Scanned Source License dhcp/COPYING:
16081 GNU GENERAL PUBLIC LICENSE
16082 Version 2, June 1991
16084 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
16085 675 Mass Ave, Cambridge, MA 02139, USA
16086 Everyone is permitted to copy and distribute verbatim copies
16087 of this license document, but changing it is not allowed.
16089 Preamble
16091 The licenses for most software are designed to take away your
16092 freedom to share and change it. By contrast, the GNU General Public
16093 License is intended to guarantee your freedom to share and change free
16094 software--to make sure the software is free for all its users. This
16095 General Public License applies to most of the Free Software
16096 Foundation's software and to any other program whose authors commit to
16097 using it. (Some other Free Software Foundation software is covered by
16098 the GNU Library General Public License instead.) You can apply it to
16099 your programs, too.
16101 When we speak of free software, we are referring to freedom, not
16102 price. Our General Public Licenses are designed to make sure that you
16103 have the freedom to distribute copies of free software (and charge for
16104 this service if you wish), that you receive source code or can get it
16105 if you want it, that you can change the software or use pieces of it
16106 in new free programs; and that you know you can do these things.
16108 To protect your rights, we need to make restrictions that forbid
16109 anyone to deny you these rights or to ask you to surrender the rights.
16110 These restrictions translate to certain responsibilities for you if you
16111 distribute copies of the software, or if you modify it.
16113 For example, if you distribute copies of such a program, whether
16114 gratis or for a fee, you must give the recipients all the rights that
16115 you have. You must make sure that they, too, receive or can get the
16116 source code. And you must show them these terms so they know their
16117 rights.
16119 We protect your rights with two steps: (1) copyright the software, and
16120 (2) offer you this license which gives you legal permission to copy,
16121 distribute and/or modify the software.
16123 Also, for each author's protection and ours, we want to make certain
16124 that everyone understands that there is no warranty for this free
16125 software. If the software is modified by someone else and passed on, we
16126 want its recipients to know that what they have is not the original, so
16127 that any problems introduced by others will not reflect on the original
16128 authors' reputations.
16130 Finally, any free program is threatened constantly by software
16131 patents. We wish to avoid the danger that redistributors of a free
16132 program will individually obtain patent licenses, in effect making the
16133 program proprietary. To prevent this, we have made it clear that any
16134 patent must be licensed for everyone's free use or not licensed at all.
16136 The precise terms and conditions for copying, distribution and
16137 modification follow.
16139 GNU GENERAL PUBLIC LICENSE
16140 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
16142 0. This License applies to any program or other work which contains
16143 a notice placed by the copyright holder saying it may be distributed
16144 under the terms of this General Public License. The "Program", below,
16145 refers to any such program or work, and a "work based on the Program"
16146 means either the Program or any derivative work under copyright law:
16147 that is to say, a work containing the Program or a portion of it,
16148 either verbatim or with modifications and/or translated into another
16149 language. (Hereinafter, translation is included without limitation in
16150 the term "modification".) Each licensee is addressed as "you".
16152 Activities other than copying, distribution and modification are not
16153 covered by this License; they are outside its scope. The act of
16154 running the Program is not restricted, and the output from the Program
16155 is covered only if its contents constitute a work based on the
16156 Program (independent of having been made by running the Program).
16157 Whether that is true depends on what the Program does.
16159 1. You may copy and distribute verbatim copies of the Program's
16160 source code as you receive it, in any medium, provided that you
16161 conspicuously and appropriately publish on each copy an appropriate
16162 copyright notice and disclaimer of warranty; keep intact all the
16163 notices that refer to this License and to the absence of any warranty;
16164 and give any other recipients of the Program a copy of this License
16165 along with the Program.
16167 You may charge a fee for the physical act of transferring a copy, and
16168 you may at your option offer warranty protection in exchange for a fee.
16170 2. You may modify your copy or copies of the Program or any portion
16171 of it, thus forming a work based on the Program, and copy and
16172 distribute such modifications or work under the terms of Section 1
16173 above, provided that you also meet all of these conditions:
16175 a) You must cause the modified files to carry prominent notices
16176 stating that you changed the files and the date of any change.
16178 b) You must cause any work that you distribute or publish, that in
16179 whole or in part contains or is derived from the Program or any
16180 part thereof, to be licensed as a whole at no charge to all third
16181 parties under the terms of this License.
16183 c) If the modified program normally reads commands interactively
16184 when run, you must cause it, when started running for such
16185 interactive use in the most ordinary way, to print or display an
16186 announcement including an appropriate copyright notice and a
16187 notice that there is no warranty (or else, saying that you provide
16188 a warranty) and that users may redistribute the program under
16189 these conditions, and telling the user how to view a copy of this
16190 License. (Exception: if the Program itself is interactive but
16191 does not normally print such an announcement, your work based on
16192 the Program is not required to print an announcement.)
16194 These requirements apply to the modified work as a whole. If
16195 identifiable sections of that work are not derived from the Program,
16196 and can be reasonably considered independent and separate works in
16197 themselves, then this License, and its terms, do not apply to those
16198 sections when you distribute them as separate works. But when you
16199 distribute the same sections as part of a whole which is a work based
16200 on the Program, the distribution of the whole must be on the terms of
16201 this License, whose permissions for other licensees extend to the
16202 entire whole, and thus to each and every part regardless of who wrote it.
16204 Thus, it is not the intent of this section to claim rights or contest
16205 your rights to work written entirely by you; rather, the intent is to
16206 exercise the right to control the distribution of derivative or
16207 collective works based on the Program.
16209 In addition, mere aggregation of another work not based on the Program
16210 with the Program (or with a work based on the Program) on a volume of
16211 a storage or distribution medium does not bring the other work under
16212 the scope of this License.
16214 3. You may copy and distribute the Program (or a work based on it,
16215 under Section 2) in object code or executable form under the terms of
16216 Sections 1 and 2 above provided that you also do one of the following:
16218 a) Accompany it with the complete corresponding machine-readable
16219 source code, which must be distributed under the terms of Sections
16220 1 and 2 above on a medium customarily used for software interchange; or,
16222 b) Accompany it with a written offer, valid for at least three
16223 years, to give any third party, for a charge no more than your
16224 cost of physically performing source distribution, a complete
16225 machine-readable copy of the corresponding source code, to be
16226 distributed under the terms of Sections 1 and 2 above on a medium
16227 customarily used for software interchange; or,
16229 c) Accompany it with the information you received as to the offer
16230 to distribute corresponding source code. (This alternative is
16231 allowed only for noncommercial distribution and only if you
16232 received the program in object code or executable form with such
16233 an offer, in accord with Subsection b above.)
16235 The source code for a work means the preferred form of the work for
16236 making modifications to it. For an executable work, complete source
16237 code means all the source code for all modules it contains, plus any
16238 associated interface definition files, plus the scripts used to
16239 control compilation and installation of the executable. However, as a
16240 special exception, the source code distributed need not include
16241 anything that is normally distributed (in either source or binary
16242 form) with the major components (compiler, kernel, and so on) of the
16243 operating system on which the executable runs, unless that component
16244 itself accompanies the executable.
16246 If distribution of executable or object code is made by offering
16247 access to copy from a designated place, then offering equivalent
16248 access to copy the source code from the same place counts as
16249 distribution of the source code, even though third parties are not
16250 compelled to copy the source along with the object code.
16252 4. You may not copy, modify, sublicense, or distribute the Program
16253 except as expressly provided under this License. Any attempt
16254 otherwise to copy, modify, sublicense or distribute the Program is
16255 void, and will automatically terminate your rights under this License.
16256 However, parties who have received copies, or rights, from you under
16257 this License will not have their licenses terminated so long as such
16258 parties remain in full compliance.
16260 5. You are not required to accept this License, since you have not
16261 signed it. However, nothing else grants you permission to modify or
16262 distribute the Program or its derivative works. These actions are
16263 prohibited by law if you do not accept this License. Therefore, by
16264 modifying or distributing the Program (or any work based on the
16265 Program), you indicate your acceptance of this License to do so, and
16266 all its terms and conditions for copying, distributing or modifying
16267 the Program or works based on it.
16269 6. Each time you redistribute the Program (or any work based on the
16270 Program), the recipient automatically receives a license from the
16271 original licensor to copy, distribute or modify the Program subject to
16272 these terms and conditions. You may not impose any further
16273 restrictions on the recipients' exercise of the rights granted herein.
16274 You are not responsible for enforcing compliance by third parties to
16275 this License.
16277 7. If, as a consequence of a court judgment or allegation of patent
16278 infringement or for any other reason (not limited to patent issues),
16279 conditions are imposed on you (whether by court order, agreement or
16280 otherwise) that contradict the conditions of this License, they do not
16281 excuse you from the conditions of this License. If you cannot
16282 distribute so as to satisfy simultaneously your obligations under this
16283 License and any other pertinent obligations, then as a consequence you
16284 may not distribute the Program at all. For example, if a patent
16285 license would not permit royalty-free redistribution of the Program by
16286 all those who receive copies directly or indirectly through you, then
16287 the only way you could satisfy both it and this License would be to
16288 refrain entirely from distribution of the Program.
16290 If any portion of this section is held invalid or unenforceable under
16291 any particular circumstance, the balance of the section is intended to
16292 apply and the section as a whole is intended to apply in other
16293 circumstances.
16295 It is not the purpose of this section to induce you to infringe any
16296 patents or other property right claims or to contest validity of any
16297 such claims; this section has the sole purpose of protecting the
16298 integrity of the free software distribution system, which is
16299 implemented by public license practices. Many people have made
16300 generous contributions to the wide range of software distributed
16301 through that system in reliance on consistent application of that
16302 system; it is up to the author/donor to decide if he or she is willing
16303 to distribute software through any other system and a licensee cannot
16304 impose that choice.
16306 This section is intended to make thoroughly clear what is believed to
16307 be a consequence of the rest of this License.
16309 8. If the distribution and/or use of the Program is restricted in
16310 certain countries either by patents or by copyrighted interfaces, the
16311 original copyright holder who places the Program under this License
16312 may add an explicit geographical distribution limitation excluding
16313 those countries, so that distribution is permitted only in or among
16314 countries not thus excluded. In such case, this License incorporates
16315 the limitation as if written in the body of this License.
16317 9. The Free Software Foundation may publish revised and/or new versions
16318 of the General Public License from time to time. Such new versions will
16319 be similar in spirit to the present version, but may differ in detail to
16320 address new problems or concerns.
16322 Each version is given a distinguishing version number. If the Program
16323 specifies a version number of this License which applies to it and "any
16324 later version", you have the option of following the terms and conditions
16325 either of that version or of any later version published by the Free
16326 Software Foundation. If the Program does not specify a version number of
16327 this License, you may choose any version ever published by the Free Software
16328 Foundation.
16330 10. If you wish to incorporate parts of the Program into other free
16331 programs whose distribution conditions are different, write to the author
16332 to ask for permission. For software which is copyrighted by the Free
16333 Software Foundation, write to the Free Software Foundation; we sometimes
16334 make exceptions for this. Our decision will be guided by the two goals
16335 of preserving the free status of all derivatives of our free software and
16336 of promoting the sharing and reuse of software generally.
16338 NO WARRANTY
16340 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
16341 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
16342 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
16343 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
16344 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
16345 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
16346 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
16347 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
16348 REPAIR OR CORRECTION.
16350 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
16351 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
16352 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
16353 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
16354 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
16355 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
16356 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
16357 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
16358 POSSIBILITY OF SUCH DAMAGES.
16360 END OF TERMS AND CONDITIONS
16362 Appendix: How to Apply These Terms to Your New Programs
16364 If you develop a new program, and you want it to be of the greatest
16365 possible use to the public, the best way to achieve this is to make it
16366 free software which everyone can redistribute and change under these terms.
16368 To do so, attach the following notices to the program. It is safest
16369 to attach them to the start of each source file to most effectively
16370 convey the exclusion of warranty; and each file should have at least
16371 the "copyright" line and a pointer to where the full notice is found.
16373 &lt;one line to give the program's name and a brief idea of what it does.&gt;
16374 Copyright (C) 19yy &lt;name of author&gt;
16376 This program is free software; you can redistribute it and/or modify
16377 it under the terms of the GNU General Public License as published by
16378 the Free Software Foundation; either version 2 of the License, or
16379 (at your option) any later version.
16381 This program is distributed in the hope that it will be useful,
16382 but WITHOUT ANY WARRANTY; without even the implied warranty of
16383 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16384 GNU General Public License for more details.
16386 You should have received a copy of the GNU General Public License
16387 along with this program; if not, write to the Free Software
16388 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16390 Also add information on how to contact you by electronic and paper mail.
16392 If the program is interactive, make it output a short notice like this
16393 when it starts in an interactive mode:
16395 Gnomovision version 69, Copyright (C) 19yy name of author
16396 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
16397 This is free software, and you are welcome to redistribute it
16398 under certain conditions; type `show c' for details.
16400 The hypothetical commands `show w' and `show c' should show the appropriate
16401 parts of the General Public License. Of course, the commands you use may
16402 be called something other than `show w' and `show c'; they could even be
16403 mouse-clicks or menu items--whatever suits your program.
16405 You should also get your employer (if you work as a programmer) or your
16406 school, if any, to sign a "copyright disclaimer" for the program, if
16407 necessary. Here is a sample; alter the names:
16409 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
16410 `Gnomovision' (which makes passes at compilers) written by James Hacker.
16412 &lt;signature of Ty Coon&gt;, 1 April 1989
16413 Ty Coon, President of Vice
16415 This General Public License does not permit incorporating your program into
16416 proprietary programs. If your program is a subroutine library, you may
16417 consider it more useful to permit linking proprietary applications with the
16418 library. If this is what you want to do, use the GNU Library General
16419 Public License instead of this License.
16421 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16423 Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING:
16425 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c and
16426 text2qos.c are taken from the linux-atm libraries. These are
16427 Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser
16428 General Public License.
16430 The file pppoatm.c contains its own copyright notice, and is licensed
16431 under the GPL.
16433 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16435 Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT:
16437 See the respective source files to find out which copyrights apply.
16439 ------------------------------------------------------------------------------
16440 Copyright (C) 2002 Roaring Penguin Software Inc.
16442 Permission to use, copy, modify, and distribute this software for any
16443 purpose and without fee is hereby granted, provided that this
16444 copyright and permission notice appear on all copies and supporting
16445 documentation, the name of Roaring Penguin Software Inc. not be used
16446 in advertising or publicity pertaining to distribution of the program
16447 without specific prior permission, and notice be given in supporting
16448 documentation that copying and distribution is by permission of
16449 Roaring Penguin Software Inc..
16451 Roaring Penguin Software Inc. makes no representations about the
16452 suitability of this software for any purpose. It is provided "as is"
16453 without express or implied warranty.
16455 ------------------------------------------------------------------------------
16456 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg &lt;lf@elemental.net&gt;
16458 Permission to use, copy, modify, and distribute this software for any
16459 purpose and without fee is hereby granted, provided that this copyright and
16460 permission notice appear on all copies and supporting documentation, the
16461 name of Lars Fenneberg not be used in advertising or publicity pertaining to
16462 distribution of the program without specific prior permission, and notice be
16463 given in supporting documentation that copying and distribution is by
16464 permission of Lars Fenneberg.
16466 Lars Fenneberg makes no representations about the suitability of this
16467 software for any purpose. It is provided "as is" without express or implied
16468 warranty.
16470 ------------------------------------------------------------------------------
16471 Copyright 1992 Livingston Enterprises, Inc.
16472 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA 94566
16474 Permission to use, copy, modify, and distribute this software for any
16475 purpose and without fee is hereby granted, provided that this copyright
16476 and permission notice appear on all copies and supporting documentation,
16477 the name of Livingston Enterprises, Inc. not be used in advertising or
16478 publicity pertaining to distribution of the program without specific
16479 prior permission, and notice be given in supporting documentation that
16480 copying and distribution is by permission of Livingston Enterprises, Inc.
16482 Livingston Enterprises, Inc. makes no representations about the suitability
16483 of this software for any purpose. It is provided "as is" without express
16484 or implied warranty.
16485 ------------------------------------------------------------------------------
16486 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992,
16487 1993, 1994, 1995 All Rights Reserved
16489 Permission to use, copy, modify, and distribute this software and its
16490 documentation for any purpose and without fee is hereby granted, provided
16491 that the above copyright notice and this permission notice appear in all
16492 copies of the software and derivative works or modified versions thereof,
16493 and that both the copyright notice and this permission and disclaimer
16494 notice appear in supporting documentation.
16496 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
16497 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF
16498 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE
16499 UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE
16500 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
16501 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the
16502 University of Michigan and Merit Network, Inc. shall not be liable for any
16503 special, indirect, incidental or consequential damages with respect to any
16504 claim by Licensee or any third party arising from use of the software.
16505 ------------------------------------------------------------------------------
16506 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
16507 All rights reserved.
16509 License to copy and use this software is granted provided that it
16510 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
16511 Algorithm" in all material mentioning or referencing this software
16512 or this function.
16514 License is also granted to make and use derivative works provided
16515 that such works are identified as "derived from the RSA Data
16516 Security, Inc. MD5 Message-Digest Algorithm" in all material
16517 mentioning or referencing the derived work.
16519 RSA Data Security, Inc. makes no representations concerning either
16520 the merchantability of this software or the suitability of this
16521 software for any particular purpose. It is provided "as is"
16522 without express or implied warranty of any kind.
16524 These notices must be retained in any copies of any part of this
16525 documentation and/or software.
16526 ------------------------------------------------------------------------------
16528 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16529 </pre>
16530 <ul>
16531 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16532 </ul>
16533 </div>
16534 </div>
16537 <div class="product">
16538 <span class="title">procps-3.3.4</span>
16539 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16540 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span>
16541 <div class="licence">
16542 <pre></pre>
16543 <ul>
16544 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16545 </ul>
16546 </div>
16547 </div>
16550 <div class="product">
16551 <span class="title">protobuf-2.3.0</span>
16552 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16553 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
16554 <div class="licence">
16555 <pre></pre>
16556 <ul>
16557 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
16558 </ul>
16559 </div>
16560 </div>
16563 <div class="product">
16564 <span class="title">pv-1.3.4</span>
16565 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16566 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span>
16567 <div class="licence">
16568 <pre>Gentoo Package Stock License Artistic-2:
16570 The Artistic License 2.0
16572 Copyright (c) 2000-2006, The Perl Foundation.
16574 Everyone is permitted to copy and distribute verbatim copies
16575 of this license document, but changing it is not allowed.
16577 Preamble
16579 This license establishes the terms under which a given free software
16580 Package may be copied, modified, distributed, and/or redistributed.
16581 The intent is that the Copyright Holder maintains some artistic
16582 control over the development of that Package while still keeping the
16583 Package available as open source and free software.
16585 You are always permitted to make arrangements wholly outside of this
16586 license directly with the Copyright Holder of a given Package. If the
16587 terms of this license do not permit the full use that you propose to
16588 make of the Package, you should contact the Copyright Holder and seek
16589 a different licensing arrangement.
16591 Definitions
16593 "Copyright Holder" means the individual(s) or organization(s)
16594 named in the copyright notice for the entire Package.
16596 "Contributor" means any party that has contributed code or other
16597 material to the Package, in accordance with the Copyright Holder's
16598 procedures.
16600 "You" and "your" means any person who would like to copy,
16601 distribute, or modify the Package.
16603 "Package" means the collection of files distributed by the
16604 Copyright Holder, and derivatives of that collection and/or of
16605 those files. A given Package may consist of either the Standard
16606 Version, or a Modified Version.
16608 "Distribute" means providing a copy of the Package or making it
16609 accessible to anyone else, or in the case of a company or
16610 organization, to others outside of your company or organization.
16612 "Distributor Fee" means any fee that you charge for Distributing
16613 this Package or providing support for this Package to another
16614 party. It does not mean licensing fees.
16616 "Standard Version" refers to the Package if it has not been
16617 modified, or has been modified only in ways explicitly requested
16618 by the Copyright Holder.
16620 "Modified Version" means the Package, if it has been changed, and
16621 such changes were not explicitly requested by the Copyright
16622 Holder.
16624 "Original License" means this Artistic License as Distributed with
16625 the Standard Version of the Package, in its current version or as
16626 it may be modified by The Perl Foundation in the future.
16628 "Source" form means the source code, documentation source, and
16629 configuration files for the Package.
16631 "Compiled" form means the compiled bytecode, object code, binary,
16632 or any other form resulting from mechanical transformation or
16633 translation of the Source form.
16636 Permission for Use and Modification Without Distribution
16638 (1) You are permitted to use the Standard Version and create and use
16639 Modified Versions for any purpose without restriction, provided that
16640 you do not Distribute the Modified Version.
16643 Permissions for Redistribution of the Standard Version
16645 (2) You may Distribute verbatim copies of the Source form of the
16646 Standard Version of this Package in any medium without restriction,
16647 either gratis or for a Distributor Fee, provided that you duplicate
16648 all of the original copyright notices and associated disclaimers. At
16649 your discretion, such verbatim copies may or may not include a
16650 Compiled form of the Package.
16652 (3) You may apply any bug fixes, portability changes, and other
16653 modifications made available from the Copyright Holder. The resulting
16654 Package will still be considered the Standard Version, and as such
16655 will be subject to the Original License.
16658 Distribution of Modified Versions of the Package as Source
16660 (4) You may Distribute your Modified Version as Source (either gratis
16661 or for a Distributor Fee, and with or without a Compiled form of the
16662 Modified Version) provided that you clearly document how it differs
16663 from the Standard Version, including, but not limited to, documenting
16664 any non-standard features, executables, or modules, and provided that
16665 you do at least ONE of the following:
16667 (a) make the Modified Version available to the Copyright Holder
16668 of the Standard Version, under the Original License, so that the
16669 Copyright Holder may include your modifications in the Standard
16670 Version.
16672 (b) ensure that installation of your Modified Version does not
16673 prevent the user installing or running the Standard Version. In
16674 addition, the Modified Version must bear a name that is different
16675 from the name of the Standard Version.
16677 (c) allow anyone who receives a copy of the Modified Version to
16678 make the Source form of the Modified Version available to others
16679 under
16681 (i) the Original License or
16683 (ii) a license that permits the licensee to freely copy,
16684 modify and redistribute the Modified Version using the same
16685 licensing terms that apply to the copy that the licensee
16686 received, and requires that the Source form of the Modified
16687 Version, and of any works derived from it, be made freely
16688 available in that license fees are prohibited but Distributor
16689 Fees are allowed.
16692 Distribution of Compiled Forms of the Standard Version
16693 or Modified Versions without the Source
16695 (5) You may Distribute Compiled forms of the Standard Version without
16696 the Source, provided that you include complete instructions on how to
16697 get the Source of the Standard Version. Such instructions must be
16698 valid at the time of your distribution. If these instructions, at any
16699 time while you are carrying out such distribution, become invalid, you
16700 must provide new instructions on demand or cease further distribution.
16701 If you provide valid instructions or cease distribution within thirty
16702 days after you become aware that the instructions are invalid, then
16703 you do not forfeit any of your rights under this license.
16705 (6) You may Distribute a Modified Version in Compiled form without
16706 the Source, provided that you comply with Section 4 with respect to
16707 the Source of the Modified Version.
16710 Aggregating or Linking the Package
16712 (7) You may aggregate the Package (either the Standard Version or
16713 Modified Version) with other packages and Distribute the resulting
16714 aggregation provided that you do not charge a licensing fee for the
16715 Package. Distributor Fees are permitted, and licensing fees for other
16716 components in the aggregation are permitted. The terms of this license
16717 apply to the use and Distribution of the Standard or Modified Versions
16718 as included in the aggregation.
16720 (8) You are permitted to link Modified and Standard Versions with
16721 other works, to embed the Package in a larger work of your own, or to
16722 build stand-alone binary or bytecode versions of applications that
16723 include the Package, and Distribute the result without restriction,
16724 provided the result does not expose a direct interface to the Package.
16727 Items That are Not Considered Part of a Modified Version
16729 (9) Works (including, but not limited to, modules and scripts) that
16730 merely extend or make use of the Package, do not, by themselves, cause
16731 the Package to be a Modified Version. In addition, such works are not
16732 considered parts of the Package itself, and are not subject to the
16733 terms of this license.
16736 General Provisions
16738 (10) Any use, modification, and distribution of the Standard or
16739 Modified Versions is governed by this Artistic License. By using,
16740 modifying or distributing the Package, you accept this license. Do not
16741 use, modify, or distribute the Package, if you do not accept this
16742 license.
16744 (11) If your Modified Version has been derived from a Modified
16745 Version made by someone other than you, you are nevertheless required
16746 to ensure that your Modified Version complies with the requirements of
16747 this license.
16749 (12) This license does not grant you the right to use any trademark,
16750 service mark, tradename, or logo of the Copyright Holder.
16752 (13) This license includes the non-exclusive, worldwide,
16753 free-of-charge patent license to make, have made, use, offer to sell,
16754 sell, import and otherwise transfer the Package with respect to any
16755 patent claims licensable by the Copyright Holder that are necessarily
16756 infringed by the Package. If you institute patent litigation
16757 (including a cross-claim or counterclaim) against any party alleging
16758 that the Package constitutes direct or contributory patent
16759 infringement, then this Artistic License to you shall terminate on the
16760 date that such litigation is filed.
16762 (14) Disclaimer of Warranty:
16763 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
16764 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
16765 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
16766 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
16767 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
16768 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
16769 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
16770 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16772 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16773 </pre>
16774 <ul>
16776 </ul>
16777 </div>
16778 </div>
16781 <div class="product">
16782 <span class="title">python-2.7.3</span>
16783 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16784 <span class="homepage"><a href="http://www.python.org/">homepage</a></span>
16785 <div class="licence">
16786 <pre>Scanned Source License Python-2.7.3/LICENSE:
16788 A. HISTORY OF THE SOFTWARE
16789 ==========================
16791 Python was created in the early 1990s by Guido van Rossum at Stichting
16792 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
16793 as a successor of a language called ABC. Guido remains Python's
16794 principal author, although it includes many contributions from others.
16796 In 1995, Guido continued his work on Python at the Corporation for
16797 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
16798 in Reston, Virginia where he released several versions of the
16799 software.
16801 In May 2000, Guido and the Python core development team moved to
16802 BeOpen.com to form the BeOpen PythonLabs team. In October of the same
16803 year, the PythonLabs team moved to Digital Creations (now Zope
16804 Corporation, see http://www.zope.com). In 2001, the Python Software
16805 Foundation (PSF, see http://www.python.org/psf/) was formed, a
16806 non-profit organization created specifically to own Python-related
16807 Intellectual Property. Zope Corporation is a sponsoring member of
16808 the PSF.
16810 All Python releases are Open Source (see http://www.opensource.org for
16811 the Open Source Definition). Historically, most, but not all, Python
16812 releases have also been GPL-compatible; the table below summarizes
16813 the various releases.
16815 Release Derived Year Owner GPL-
16816 from compatible? (1)
16818 0.9.0 thru 1.2 1991-1995 CWI yes
16819 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
16820 1.6 1.5.2 2000 CNRI no
16821 2.0 1.6 2000 BeOpen.com no
16822 1.6.1 1.6 2001 CNRI yes (2)
16823 2.1 2.0+1.6.1 2001 PSF no
16824 2.0.1 2.0+1.6.1 2001 PSF yes
16825 2.1.1 2.1+2.0.1 2001 PSF yes
16826 2.2 2.1.1 2001 PSF yes
16827 2.1.2 2.1.1 2002 PSF yes
16828 2.1.3 2.1.2 2002 PSF yes
16829 2.2.1 2.2 2002 PSF yes
16830 2.2.2 2.2.1 2002 PSF yes
16831 2.2.3 2.2.2 2003 PSF yes
16832 2.3 2.2.2 2002-2003 PSF yes
16833 2.3.1 2.3 2002-2003 PSF yes
16834 2.3.2 2.3.1 2002-2003 PSF yes
16835 2.3.3 2.3.2 2002-2003 PSF yes
16836 2.3.4 2.3.3 2004 PSF yes
16837 2.3.5 2.3.4 2005 PSF yes
16838 2.4 2.3 2004 PSF yes
16839 2.4.1 2.4 2005 PSF yes
16840 2.4.2 2.4.1 2005 PSF yes
16841 2.4.3 2.4.2 2006 PSF yes
16842 2.4.4 2.4.3 2006 PSF yes
16843 2.5 2.4 2006 PSF yes
16844 2.5.1 2.5 2007 PSF yes
16845 2.5.2 2.5.1 2008 PSF yes
16846 2.5.3 2.5.2 2008 PSF yes
16847 2.6 2.5 2008 PSF yes
16848 2.6.1 2.6 2008 PSF yes
16849 2.6.2 2.6.1 2009 PSF yes
16850 2.6.3 2.6.2 2009 PSF yes
16851 2.6.4 2.6.3 2009 PSF yes
16852 2.6.5 2.6.4 2010 PSF yes
16853 2.7 2.6 2010 PSF yes
16855 Footnotes:
16857 (1) GPL-compatible doesn't mean that we're distributing Python under
16858 the GPL. All Python licenses, unlike the GPL, let you distribute
16859 a modified version without making your changes open source. The
16860 GPL-compatible licenses make it possible to combine Python with
16861 other software that is released under the GPL; the others don't.
16863 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
16864 because its license has a choice of law clause. According to
16865 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
16866 is "not incompatible" with the GPL.
16868 Thanks to the many outside volunteers who have worked under Guido's
16869 direction to make these releases possible.
16872 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
16873 ===============================================================
16875 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
16876 --------------------------------------------
16878 1. This LICENSE AGREEMENT is between the Python Software Foundation
16879 ("PSF"), and the Individual or Organization ("Licensee") accessing and
16880 otherwise using this software ("Python") in source or binary form and
16881 its associated documentation.
16883 2. Subject to the terms and conditions of this License Agreement, PSF hereby
16884 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
16885 analyze, test, perform and/or display publicly, prepare derivative works,
16886 distribute, and otherwise use Python alone or in any derivative version,
16887 provided, however, that PSF's License Agreement and PSF's notice of copyright,
16888 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
16889 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in
16890 Python alone or in any derivative version prepared by Licensee.
16892 3. In the event Licensee prepares a derivative work that is based on
16893 or incorporates Python or any part thereof, and wants to make
16894 the derivative work available to others as provided herein, then
16895 Licensee hereby agrees to include in any such work a brief summary of
16896 the changes made to Python.
16898 4. PSF is making Python available to Licensee on an "AS IS"
16899 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16900 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
16901 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16902 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
16903 INFRINGE ANY THIRD PARTY RIGHTS.
16905 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
16906 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16907 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
16908 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16910 6. This License Agreement will automatically terminate upon a material
16911 breach of its terms and conditions.
16913 7. Nothing in this License Agreement shall be deemed to create any
16914 relationship of agency, partnership, or joint venture between PSF and
16915 Licensee. This License Agreement does not grant permission to use PSF
16916 trademarks or trade name in a trademark sense to endorse or promote
16917 products or services of Licensee, or any third party.
16919 8. By copying, installing or otherwise using Python, Licensee
16920 agrees to be bound by the terms and conditions of this License
16921 Agreement.
16924 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
16925 -------------------------------------------
16927 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
16929 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
16930 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
16931 Individual or Organization ("Licensee") accessing and otherwise using
16932 this software in source or binary form and its associated
16933 documentation ("the Software").
16935 2. Subject to the terms and conditions of this BeOpen Python License
16936 Agreement, BeOpen hereby grants Licensee a non-exclusive,
16937 royalty-free, world-wide license to reproduce, analyze, test, perform
16938 and/or display publicly, prepare derivative works, distribute, and
16939 otherwise use the Software alone or in any derivative version,
16940 provided, however, that the BeOpen Python License is retained in the
16941 Software, alone or in any derivative version prepared by Licensee.
16943 3. BeOpen is making the Software available to Licensee on an "AS IS"
16944 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16945 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
16946 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16947 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
16948 INFRINGE ANY THIRD PARTY RIGHTS.
16950 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
16951 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
16952 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
16953 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16955 5. This License Agreement will automatically terminate upon a material
16956 breach of its terms and conditions.
16958 6. This License Agreement shall be governed by and interpreted in all
16959 respects by the law of the State of California, excluding conflict of
16960 law provisions. Nothing in this License Agreement shall be deemed to
16961 create any relationship of agency, partnership, or joint venture
16962 between BeOpen and Licensee. This License Agreement does not grant
16963 permission to use BeOpen trademarks or trade names in a trademark
16964 sense to endorse or promote products or services of Licensee, or any
16965 third party. As an exception, the "BeOpen Python" logos available at
16966 http://www.pythonlabs.com/logos.html may be used according to the
16967 permissions granted on that web page.
16969 7. By copying, installing or otherwise using the software, Licensee
16970 agrees to be bound by the terms and conditions of this License
16971 Agreement.
16974 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
16975 ---------------------------------------
16977 1. This LICENSE AGREEMENT is between the Corporation for National
16978 Research Initiatives, having an office at 1895 Preston White Drive,
16979 Reston, VA 20191 ("CNRI"), and the Individual or Organization
16980 ("Licensee") accessing and otherwise using Python 1.6.1 software in
16981 source or binary form and its associated documentation.
16983 2. Subject to the terms and conditions of this License Agreement, CNRI
16984 hereby grants Licensee a nonexclusive, royalty-free, world-wide
16985 license to reproduce, analyze, test, perform and/or display publicly,
16986 prepare derivative works, distribute, and otherwise use Python 1.6.1
16987 alone or in any derivative version, provided, however, that CNRI's
16988 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
16989 1995-2001 Corporation for National Research Initiatives; All Rights
16990 Reserved" are retained in Python 1.6.1 alone or in any derivative
16991 version prepared by Licensee. Alternately, in lieu of CNRI's License
16992 Agreement, Licensee may substitute the following text (omitting the
16993 quotes): "Python 1.6.1 is made available subject to the terms and
16994 conditions in CNRI's License Agreement. This Agreement together with
16995 Python 1.6.1 may be located on the Internet using the following
16996 unique, persistent identifier (known as a handle): 1895.22/1013. This
16997 Agreement may also be obtained from a proxy server on the Internet
16998 using the following URL: http://hdl.handle.net/1895.22/1013".
17000 3. In the event Licensee prepares a derivative work that is based on
17001 or incorporates Python 1.6.1 or any part thereof, and wants to make
17002 the derivative work available to others as provided herein, then
17003 Licensee hereby agrees to include in any such work a brief summary of
17004 the changes made to Python 1.6.1.
17006 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
17007 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
17008 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
17009 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
17010 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
17011 INFRINGE ANY THIRD PARTY RIGHTS.
17013 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
17014 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
17015 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
17016 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
17018 6. This License Agreement will automatically terminate upon a material
17019 breach of its terms and conditions.
17021 7. This License Agreement shall be governed by the federal
17022 intellectual property law of the United States, including without
17023 limitation the federal copyright law, and, to the extent such
17024 U.S. federal law does not apply, by the law of the Commonwealth of
17025 Virginia, excluding Virginia's conflict of law provisions.
17026 Notwithstanding the foregoing, with regard to derivative works based
17027 on Python 1.6.1 that incorporate non-separable material that was
17028 previously distributed under the GNU General Public License (GPL), the
17029 law of the Commonwealth of Virginia shall govern this License
17030 Agreement only as to issues arising under or with respect to
17031 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
17032 License Agreement shall be deemed to create any relationship of
17033 agency, partnership, or joint venture between CNRI and Licensee. This
17034 License Agreement does not grant permission to use CNRI trademarks or
17035 trade name in a trademark sense to endorse or promote products or
17036 services of Licensee, or any third party.
17038 8. By clicking on the "ACCEPT" button where indicated, or by copying,
17039 installing or otherwise using Python 1.6.1, Licensee agrees to be
17040 bound by the terms and conditions of this License Agreement.
17042 ACCEPT
17045 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
17046 --------------------------------------------------
17048 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
17049 The Netherlands. All rights reserved.
17051 Permission to use, copy, modify, and distribute this software and its
17052 documentation for any purpose and without fee is hereby granted,
17053 provided that the above copyright notice appear in all copies and that
17054 both that copyright notice and this permission notice appear in
17055 supporting documentation, and that the name of Stichting Mathematisch
17056 Centrum or CWI not be used in advertising or publicity pertaining to
17057 distribution of the software without specific, written prior
17058 permission.
17060 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
17061 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
17062 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
17063 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17064 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17065 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
17066 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17068 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17070 Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE:
17072 Copyright (c) 2002 Jorge Acereda &lt;jacereda@users.sourceforge.net&gt; &amp;
17073 Peter O'Gorman &lt;ogorman@users.sourceforge.net&gt;
17075 Portions may be copyright others, see the AUTHORS file included with this
17076 distribution.
17078 Maintained by Peter O'Gorman &lt;ogorman@users.sourceforge.net&gt;
17080 Bug Reports and other queries should go to &lt;ogorman@users.sourceforge.net&gt;
17083 Permission is hereby granted, free of charge, to any person obtaining
17084 a copy of this software and associated documentation files (the
17085 "Software"), to deal in the Software without restriction, including
17086 without limitation the rights to use, copy, modify, merge, publish,
17087 distribute, sublicense, and/or sell copies of the Software, and to
17088 permit persons to whom the Software is furnished to do so, subject to
17089 the following conditions:
17091 The above copyright notice and this permission notice shall be
17092 included in all copies or substantial portions of the Software.
17094 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17095 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17096 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17097 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
17098 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17099 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
17100 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17104 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17106 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE:
17108 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others.
17109 See source files for details.
17111 Permission is hereby granted, free of charge, to any person obtaining
17112 a copy of this software and associated documentation files (the
17113 ``Software''), to deal in the Software without restriction, including
17114 without limitation the rights to use, copy, modify, merge, publish,
17115 distribute, sublicense, and/or sell copies of the Software, and to
17116 permit persons to whom the Software is furnished to do so, subject to
17117 the following conditions:
17119 The above copyright notice and this permission notice shall be included
17120 in all copies or substantial portions of the Software.
17122 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
17123 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17124 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17125 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17126 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
17127 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
17128 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17130 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17132 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE:
17134 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
17136 Permission is hereby granted, free of charge, to any person obtaining
17137 a copy of this software and associated documentation files (the
17138 ``Software''), to deal in the Software without restriction, including
17139 without limitation the rights to use, copy, modify, merge, publish,
17140 distribute, sublicense, and/or sell copies of the Software, and to
17141 permit persons to whom the Software is furnished to do so, subject to
17142 the following conditions:
17144 The above copyright notice and this permission notice shall be included
17145 in all copies or substantial portions of the Software.
17147 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
17148 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17149 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17150 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
17151 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
17152 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
17153 OTHER DEALINGS IN THE SOFTWARE.
17155 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17157 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE:
17159 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
17161 Permission is hereby granted, free of charge, to any person obtaining
17162 a copy of this software and associated documentation files (the
17163 ``Software''), to deal in the Software without restriction, including
17164 without limitation the rights to use, copy, modify, merge, publish,
17165 distribute, sublicense, and/or sell copies of the Software, and to
17166 permit persons to whom the Software is furnished to do so, subject to
17167 the following conditions:
17169 The above copyright notice and this permission notice shall be included
17170 in all copies or substantial portions of the Software.
17172 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
17173 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17174 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17175 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
17176 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
17177 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
17178 OTHER DEALINGS IN THE SOFTWARE.
17180 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17182 Scanned Source License Python-2.7.3/Modules/expat/COPYING:
17184 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
17185 and Clark Cooper
17187 Permission is hereby granted, free of charge, to any person obtaining
17188 a copy of this software and associated documentation files (the
17189 "Software"), to deal in the Software without restriction, including
17190 without limitation the rights to use, copy, modify, merge, publish,
17191 distribute, sublicense, and/or sell copies of the Software, and to
17192 permit persons to whom the Software is furnished to do so, subject to
17193 the following conditions:
17195 The above copyright notice and this permission notice shall be included
17196 in all copies or substantial portions of the Software.
17198 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17199 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17200 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17201 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17202 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
17203 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
17204 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17206 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17208 Scanned Source License Python-2.7.3/Tools/pybench/LICENSE:
17210 pybench License
17211 ---------------
17213 This copyright notice and license applies to all files in the pybench
17214 directory of the pybench distribution.
17216 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal@lemburg.com)
17217 Copyright (c), 2000-2006, eGenix.com Software GmbH (info@egenix.com)
17219 All Rights Reserved.
17221 Permission to use, copy, modify, and distribute this software and its
17222 documentation for any purpose and without fee or royalty is hereby
17223 granted, provided that the above copyright notice appear in all copies
17224 and that both that copyright notice and this permission notice appear
17225 in supporting documentation or portions thereof, including
17226 modifications, that you make.
17228 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO
17229 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
17230 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
17231 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
17232 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
17233 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
17234 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
17236 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17237 </pre>
17238 <ul>
17239 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
17240 </ul>
17241 </div>
17242 </div>
17245 <div class="product">
17246 <span class="title">python-updater-0.10</span>
17247 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17248 <span class="homepage"><a href="http://www.gentoo.org/proj/en/Python/">homepage</a></span>
17249 <div class="licence">
17250 <pre></pre>
17251 <ul>
17252 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17253 </ul>
17254 </div>
17255 </div>
17258 <div class="product">
17259 <span class="title">ragel-6.7</span>
17260 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17261 <span class="homepage"><a href="http://www.complang.org/ragel/">homepage</a></span>
17262 <div class="licence">
17263 <pre></pre>
17264 <ul>
17265 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17266 </ul>
17267 </div>
17268 </div>
17271 <div class="product">
17272 <span class="title">readline-6.2_p1</span>
17273 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17274 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span>
17275 <div class="licence">
17276 <pre></pre>
17277 <ul>
17278 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17279 </ul>
17280 </div>
17281 </div>
17284 <div class="product">
17285 <span class="title">realtek-rt2800-firmware-0.0.1</span>
17286 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17287 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span>
17288 <div class="licence">
17289 <pre>Custom License ralink-firmware:
17291 Copyright (c) 2007, Ralink Technology Corporation
17292 All rights reserved.
17294 Redistribution. Redistribution and use in binary form, without
17295 modification, are permitted provided that the following conditions are
17296 met:
17298 * Redistributions must reproduce the above copyright notice and the
17299 following disclaimer in the documentation and/or other materials
17300 provided with the distribution.
17301 * Neither the name of Ralink Technology Corporation nor the names of its
17302 suppliers may be used to endorse or promote products derived from this
17303 software without specific prior written permission.
17304 * No reverse engineering, decompilation, or disassembly of this software
17305 is permitted.
17307 Limited patent license. Ralink Technology Corporation grants a world-wide,
17308 royalty-free, non-exclusive license under patents it now or hereafter
17309 owns or controls to make, have made, use, import, offer to sell and
17310 sell ("Utilize") this software, but solely to the extent that any
17311 such patent is necessary to Utilize the software alone, or in
17312 combination with an operating system licensed under an approved Open
17313 Source license as listed by the Open Source Initiative at
17314 http://opensource.org/licenses. The patent license shall not apply to
17315 any other combinations which include this software. No hardware per
17316 se is licensed hereunder.
17318 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
17319 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
17320 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
17321 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
17322 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
17323 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
17324 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
17325 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
17326 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
17327 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
17328 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
17329 DAMAGE.
17331 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17332 </pre>
17333 <ul>
17335 </ul>
17336 </div>
17337 </div>
17340 <div class="product">
17341 <span class="title">rootdev-0.0.1</span>
17342 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17343 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
17344 <div class="licence">
17345 <pre></pre>
17346 <ul>
17347 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
17348 </ul>
17349 </div>
17350 </div>
17353 <div class="product">
17354 <span class="title">rsync-3.0.9</span>
17355 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17356 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span>
17357 <div class="licence">
17358 <pre></pre>
17359 <ul>
17360 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17361 </ul>
17362 </div>
17363 </div>
17366 <div class="product">
17367 <span class="title">rsyslog-5.8.11</span>
17368 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17369 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span>
17370 <div class="licence">
17371 <pre></pre>
17372 <ul>
17373 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17374 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
17375 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
17376 </ul>
17377 </div>
17378 </div>
17381 <div class="product">
17382 <span class="title">sandbox-2.6</span>
17383 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17384 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
17385 <div class="licence">
17386 <pre></pre>
17387 <ul>
17388 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17389 </ul>
17390 </div>
17391 </div>
17394 <div class="product">
17395 <span class="title">sbc-1.0</span>
17396 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17397 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span>
17398 <div class="licence">
17399 <pre></pre>
17400 <ul>
17401 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17402 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17403 </ul>
17404 </div>
17405 </div>
17408 <div class="product">
17409 <span class="title">scons-2.0.1</span>
17410 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17411 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span>
17412 <div class="licence">
17413 <pre>Scanned Source License scons-2.0.1/LICENSE.txt:
17415 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
17417 Permission is hereby granted, free of charge, to any person obtaining
17418 a copy of this software and associated documentation files (the
17419 "Software"), to deal in the Software without restriction, including
17420 without limitation the rights to use, copy, modify, merge, publish,
17421 distribute, sublicense, and/or sell copies of the Software, and to
17422 permit persons to whom the Software is furnished to do so, subject to
17423 the following conditions:
17425 The above copyright notice and this permission notice shall be included
17426 in all copies or substantial portions of the Software.
17428 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
17429 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
17430 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17431 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
17432 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17433 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
17434 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17436 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17437 </pre>
17438 <ul>
17440 </ul>
17441 </div>
17442 </div>
17445 <div class="product">
17446 <span class="title">sed-4.2.1</span>
17447 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17448 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span>
17449 <div class="licence">
17450 <pre></pre>
17451 <ul>
17452 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17453 </ul>
17454 </div>
17455 </div>
17458 <div class="product">
17459 <span class="title">setuptools-0.6.14</span>
17460 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17461 <span class="homepage"><a href="http://pypi.python.org/pypi/distribute">homepage</a></span>
17462 <div class="licence">
17463 <pre></pre>
17464 <ul>
17465 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
17466 </ul>
17467 </div>
17468 </div>
17471 <div class="product">
17472 <span class="title">sgml-common-0.6.3</span>
17473 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17474 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span>
17475 <div class="licence">
17476 <pre></pre>
17477 <ul>
17478 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17479 </ul>
17480 </div>
17481 </div>
17484 <div class="product">
17485 <span class="title">shadow-4.1.2.2</span>
17486 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17487 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span>
17488 <div class="licence">
17489 <pre>Scanned Source License shadow-4.1.2.2/COPYING:
17491 NOTE:
17492 This license has been obsoleted by the change to the BSD-style copyright.
17493 You may continue to use this license if you wish, but you are under no
17494 obligation to do so.
17497 This document is freely plagiarised from the 'Artistic Licence',
17498 distributed as part of the Perl v4.0 kit by Larry Wall, which is
17499 available from most major archive sites. I stole it from CrackLib.
17501 $Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $
17504 This documents purpose is to state the conditions under which this
17505 Package (See definition below) viz: "Shadow", the Shadow Password Suite
17506 which is held by Julianne Frances Haugh, may be copied, such that the
17507 copyright holder maintains some semblance of artistic control over the
17508 development of the package, while giving the users of the package the
17509 right to use and distribute the Package in a more-or-less customary
17510 fashion, plus the right to make reasonable modifications.
17512 So there.
17514 ***************************************************************************
17516 Definitions:
17519 A "Package" refers to the collection of files distributed by the
17520 Copyright Holder, and derivatives of that collection of files created
17521 through textual modification, or segments thereof.
17523 "Standard Version" refers to such a Package if it has not been modified,
17524 or has been modified in accordance with the wishes of the Copyright
17525 Holder.
17527 "Copyright Holder" is whoever is named in the copyright or copyrights
17528 for the package.
17530 "You" is you, if you're thinking about copying or distributing this
17531 Package.
17533 "Reasonable copying fee" is whatever you can justify on the basis of
17534 media cost, duplication charges, time of people involved, and so on.
17535 (You will not be required to justify it to the Copyright Holder, but
17536 only to the computing community at large as a market that must bear the
17537 fee.)
17539 "Freely Available" means that no fee is charged for the item itself,
17540 though there may be fees involved in handling the item. It also means
17541 that recipients of the item may redistribute it under the same
17542 conditions they received it.
17545 1. You may make and give away verbatim copies of the source form of the
17546 Standard Version of this Package without restriction, provided that you
17547 duplicate all of the original copyright notices and associated
17548 disclaimers.
17550 2. You may apply bug fixes, portability fixes and other modifications
17551 derived from the Public Domain or from the Copyright Holder. A Package
17552 modified in such a way shall still be considered the Standard Version.
17554 3. You may otherwise modify your copy of this Package in any way,
17555 provided that you insert a prominent notice in each changed file stating
17556 how and when AND WHY you changed that file, and provided that you do at
17557 least ONE of the following:
17559 a) place your modifications in the Public Domain or otherwise make them
17560 Freely Available, such as by posting said modifications to Usenet or an
17561 equivalent medium, or placing the modifications on a major archive site
17562 such as uunet.uu.net, or by allowing the Copyright Holder to include
17563 your modifications in the Standard Version of the Package.
17565 b) use the modified Package only within your corporation or organization.
17567 c) rename any non-standard executables so the names do not conflict with
17568 standard executables, which must also be provided, and provide separate
17569 documentation for each non-standard executable that clearly documents
17570 how it differs from the Standard Version.
17572 d) make other distribution arrangements with the Copyright Holder.
17574 4. You may distribute the programs of this Package in object code or
17575 executable form, provided that you do at least ONE of the following:
17577 a) distribute a Standard Version of the executables and library files,
17578 together with instructions (in the manual page or equivalent) on where
17579 to get the Standard Version.
17581 b) accompany the distribution with the machine-readable source of the
17582 Package with your modifications.
17584 c) accompany any non-standard executables with their corresponding
17585 Standard Version executables, giving the non-standard executables
17586 non-standard names, and clearly documenting the differences in manual
17587 pages (or equivalent), together with instructions on where to get the
17588 Standard Version.
17590 d) make other distribution arrangements with the Copyright Holder.
17592 5. You may charge a reasonable copying fee for any distribution of this
17593 Package. You may charge any fee you choose for support of this Package.
17594 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may
17595 distribute this Package in aggregate with other (possibly commercial)
17596 programs as part of a larger (possibly commercial) software distribution
17597 provided that YOU DO NOT ADVERTISE this package as a product of your
17598 own.
17600 6. The name of the Copyright Holder may not be used to endorse or
17601 promote products derived from this software without specific prior
17602 written permission.
17604 7. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
17605 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
17606 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17608 The End
17610 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17611 </pre>
17612 <ul>
17613 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17614 </ul>
17615 </div>
17616 </div>
17619 <div class="product">
17620 <span class="title">shared-mime-info-1.0</span>
17621 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17622 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span>
17623 <div class="licence">
17624 <pre></pre>
17625 <ul>
17626 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17627 </ul>
17628 </div>
17629 </div>
17632 <div class="product">
17633 <span class="title">sharutils-4.7</span>
17634 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17635 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span>
17636 <div class="licence">
17637 <pre></pre>
17638 <ul>
17639 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17640 </ul>
17641 </div>
17642 </div>
17645 <div class="product">
17646 <span class="title">shflags-1.0.3</span>
17647 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17648 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span>
17649 <div class="licence">
17650 <pre></pre>
17651 <ul>
17652 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17653 </ul>
17654 </div>
17655 </div>
17658 <div class="product">
17659 <span class="title">sil-abyssinica-1.0</span>
17660 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17661 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span>
17662 <div class="licence">
17663 <pre>Gentoo Package Stock License OFL:
17665 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
17666 All Rights Reserved.
17668 "Gentium" is a Reserved Font Name for this Font Software.
17669 "SIL" is a Reserved Font Name for this Font Software.
17671 This Font Software is licensed under the SIL Open Font License, Version 1.0.
17672 No modification of the license is permitted, only verbatim copy is allowed.
17673 This license is copied below, and is also available with a FAQ at:
17674 http://scripts.sil.org/OFL
17677 -----------------------------------------------------------
17678 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
17679 -----------------------------------------------------------
17681 PREAMBLE
17682 The goals of the Open Font License (OFL) are to stimulate worldwide
17683 development of cooperative font projects, to support the font creation
17684 efforts of academic and linguistic communities, and to provide an open
17685 framework in which fonts may be shared and improved in partnership with
17686 others.
17688 The OFL allows the licensed fonts to be used, studied, modified and
17689 redistributed freely as long as they are not sold by themselves. The
17690 fonts, including any derivative works, can be bundled, embedded,
17691 redistributed and sold with any software provided that the font
17692 names of derivative works are changed. The fonts and derivatives,
17693 however, cannot be released under any other type of license.
17695 DEFINITIONS
17696 "Font Software" refers to any and all of the following:
17697 - font files
17698 - data files
17699 - source code
17700 - build scripts
17701 - documentation
17703 "Reserved Font Name" refers to the Font Software name as seen by
17704 users and any other names as specified after the copyright statement.
17706 "Standard Version" refers to the collection of Font Software
17707 components as distributed by the Copyright Holder.
17709 "Modified Version" refers to any derivative font software made by
17710 adding to, deleting, or substituting -- in part or in whole --
17711 any of the components of the Standard Version, by changing formats
17712 or by porting the Font Software to a new environment.
17714 "Author" refers to any designer, engineer, programmer, technical
17715 writer or other person who contributed to the Font Software.
17717 PERMISSION &amp; CONDITIONS
17718 Permission is hereby granted, free of charge, to any person obtaining
17719 a copy of the Font Software, to use, study, copy, merge, embed, modify,
17720 redistribute, and sell modified and unmodified copies of the Font
17721 Software, subject to the following conditions:
17723 1) Neither the Font Software nor any of its individual components,
17724 in Standard or Modified Versions, may be sold by itself.
17726 2) Standard or Modified Versions of the Font Software may be bundled,
17727 redistributed and sold with any software, provided that each copy
17728 contains the above copyright notice and this license. These can be
17729 included either as stand-alone text files, human-readable headers or
17730 in the appropriate machine-readable metadata fields within text or
17731 binary files as long as those fields can be easily viewed by the user.
17733 3) No Modified Version of the Font Software may use the Reserved Font
17734 Name(s), in part or in whole, unless explicit written permission is
17735 granted by the Copyright Holder. This restriction applies to all
17736 references stored in the Font Software, such as the font menu name and
17737 other font description fields, which are used to differentiate the
17738 font from others.
17740 4) The name(s) of the Copyright Holder or the Author(s) of the Font
17741 Software shall not be used to promote, endorse or advertise any
17742 Modified Version, except to acknowledge the contribution(s) of the
17743 Copyright Holder and the Author(s) or with their explicit written
17744 permission.
17746 5) The Font Software, modified or unmodified, in part or in whole,
17747 must be distributed using this license, and may not be distributed
17748 under any other license.
17750 TERMINATION
17751 This license becomes null and void if any of the above conditions are
17752 not met.
17754 DISCLAIMER
17755 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17756 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
17757 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
17758 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
17759 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17760 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
17761 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17762 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
17763 OTHER DEALINGS IN THE FONT SOFTWARE.
17765 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17766 </pre>
17767 <ul>
17769 </ul>
17770 </div>
17771 </div>
17774 <div class="product">
17775 <span class="title">smartmontools-5.42</span>
17776 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17777 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span>
17778 <div class="licence">
17779 <pre></pre>
17780 <ul>
17781 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17782 </ul>
17783 </div>
17784 </div>
17787 <div class="product">
17788 <span class="title">speex-1.2_rc1</span>
17789 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17790 <span class="homepage"><a href="http://www.speex.org">homepage</a></span>
17791 <div class="licence">
17792 <pre>Scanned Source License speex-1.2rc1/COPYING:
17794 Copyright 2002-2008 Xiph.org Foundation
17795 Copyright 2002-2008 Jean-Marc Valin
17796 Copyright 2005-2007 Analog Devices Inc.
17797 Copyright 2005-2008 Commonwealth Scientific and Industrial Research
17798 Organisation (CSIRO)
17799 Copyright 1993, 2002, 2006 David Rowe
17800 Copyright 2003 EpicGames
17801 Copyright 1992-1994 Jutta Degener, Carsten Bormann
17803 Redistribution and use in source and binary forms, with or without
17804 modification, are permitted provided that the following conditions
17805 are met:
17807 - Redistributions of source code must retain the above copyright
17808 notice, this list of conditions and the following disclaimer.
17810 - Redistributions in binary form must reproduce the above copyright
17811 notice, this list of conditions and the following disclaimer in the
17812 documentation and/or other materials provided with the distribution.
17814 - Neither the name of the Xiph.org Foundation nor the names of its
17815 contributors may be used to endorse or promote products derived from
17816 this software without specific prior written permission.
17818 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17819 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17820 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17821 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
17822 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
17823 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
17824 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
17825 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
17826 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
17827 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
17828 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17830 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17831 </pre>
17832 <ul>
17834 </ul>
17835 </div>
17836 </div>
17839 <div class="product">
17840 <span class="title">sqlite-3.6.22</span>
17841 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17842 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span>
17843 <div class="licence">
17844 <pre></pre>
17845 <ul>
17846 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
17847 </ul>
17848 </div>
17849 </div>
17852 <div class="product">
17853 <span class="title">strongswan-5.0.2</span>
17854 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17855 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span>
17856 <div class="licence">
17857 <pre>Gentoo Package Stock License RSA:
17859 Copyright (C) &lt;years&gt;, RSA Data Security, Inc. Created &lt;year&gt;. All
17860 rights reserved.
17862 License to copy and use this software is granted provided that it
17863 is identified as the "RSA Data Security, Inc. MD&lt;id&gt; Message-Digest
17864 Algorithm" in all material mentioning or referencing this software
17865 or this function.
17867 License is also granted to make and use derivative works provided
17868 that such works are identified as "derived from the RSA Data
17869 Security, Inc. MD&lt;id&gt; Message-Digest Algorithm" in all material
17870 mentioning or referencing the derived work.
17872 RSA Data Security, Inc. makes no representations concerning either
17873 the merchantability of this software or the suitability of this
17874 software for any particular purpose. It is provided "as is"
17875 without express or implied warranty of any kind.
17877 These notices must be retained in any copies of any part of this
17878 documentation and/or software.
17880 ----------------------------------------------------------------------
17881 http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all
17883 The following was recevied Fenbruary 23,2000
17884 From: "Linn, John" &lt;jlinn@rsasecurity.com&gt;
17886 February 19, 2000
17888 The purpose of this memo is to clarify the status of intellectual
17889 property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and
17890 MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320,
17891 and RFC-1321 respectively.
17893 Implementations of these message-digest algorithms, including
17894 implementations derived from the reference C code in RFC-1319, RFC-1320, and
17895 RFC-1321, may be made, used, and sold without license from RSA for any
17896 purpose.
17898 No rights other than the ones explicitly set forth above are
17899 granted. Further, although RSA grants rights to implement certain
17900 algorithms as defined by identified RFCs, including implementations derived
17901 from the reference C code in those RFCs, no right to use, copy, sell, or
17902 distribute any other implementations of the MD2, MD4, or MD5 message-digest
17903 algorithms created, implemented, or distributed by RSA is hereby granted by
17904 implication, estoppel, or otherwise. Parties interested in licensing
17905 security components and toolkits written by RSA should contact the company
17906 to discuss receiving a license. All other questions should be directed to
17907 Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive,
17908 Bedford, Massachusetts 01730.
17910 Implementations of the MD2, MD4, or MD5 algorithms may be subject to
17911 United States laws and regulations controlling the export of technical data,
17912 computer software, laboratory prototypes and other commodities (including
17913 the Arms Export Control Act, as amended, and the Export Administration Act
17914 of 1970). The transfer of certain technical data and commodities may
17915 require a license from the cognizant agency of the United States Government.
17916 RSA neither represents that a license shall not be required for a particular
17917 implementation nor that, if required, one shall be issued.
17920 DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES
17921 OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
17922 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF
17923 INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR
17924 OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4,
17925 OR MD5 ALGORITHMS. NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A
17926 REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE
17927 ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD
17928 PARTY. IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES,
17929 PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF
17930 ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC
17931 DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA
17932 SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF
17933 THE POSSIBILITY OF SUCH INJURY OR DAMAGE.
17935 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17937 Gentoo Package Stock License DES:
17939 Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
17940 All rights reserved.
17942 This package is an DES implementation written by Eric Young (eay@cryptsoft.com).
17943 The implementation was written so as to conform with MIT's libdes.
17945 This library is free for commercial and non-commercial use as long as
17946 the following conditions are aheared to. The following conditions
17947 apply to all code found in this distribution.
17949 Copyright remains Eric Young's, and as such any Copyright notices in
17950 the code are not to be removed.
17951 If this package is used in a product, Eric Young should be given attribution
17952 as the author of that the SSL library. This can be in the form of a textual
17953 message at program startup or in documentation (online or textual) provided
17954 with the package.
17956 Redistribution and use in source and binary forms, with or without
17957 modification, are permitted provided that the following conditions
17958 are met:
17959 1. Redistributions of source code must retain the copyright
17960 notice, this list of conditions and the following disclaimer.
17961 2. Redistributions in binary form must reproduce the above copyright
17962 notice, this list of conditions and the following disclaimer in the
17963 documentation and/or other materials provided with the distribution.
17964 3. All advertising materials mentioning features or use of this software
17965 must display the following acknowledgement:
17966 This product includes software developed by Eric Young (eay@cryptsoft.com)
17968 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
17969 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17970 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17971 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17972 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17973 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
17974 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
17975 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
17976 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
17977 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
17978 SUCH DAMAGE.
17980 The license and distribution terms for any publically available version or
17981 derivative of this code cannot be changed. i.e. this code cannot simply be
17982 copied and put under another distrubution license
17983 [including the GNU Public License.]
17985 The reason behind this being stated in this direct manner is past
17986 experience in code simply being copied and the attribution removed
17987 from it and then being distributed as part of other packages. This
17988 implementation was a non-trivial and unpaid effort.
17991 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17992 </pre>
17993 <ul>
17994 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17995 </ul>
17996 </div>
17997 </div>
18000 <div class="product">
18001 <span class="title">sudo-1.8.6_p7</span>
18002 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18003 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span>
18004 <div class="licence">
18005 <pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE:
18007 Sudo is distributed under the following license:
18009 Copyright (c) 1994-1996, 1998-2012
18010 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
18012 Permission to use, copy, modify, and distribute this software for any
18013 purpose with or without fee is hereby granted, provided that the above
18014 copyright notice and this permission notice appear in all copies.
18016 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
18017 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18018 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18019 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18020 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18021 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18022 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18024 Sponsored in part by the Defense Advanced Research Projects
18025 Agency (DARPA) and Air Force Research Laboratory, Air Force
18026 Materiel Command, USAF, under agreement number F39502-99-1-0512.
18028 The file redblack.c bears the following license:
18030 Copyright (c) 2001 Emin Martinian
18032 Redistribution and use in source and binary forms, with or without
18033 modification, are permitted provided that neither the name of Emin
18034 Martinian nor the names of any contributors are be used to endorse or
18035 promote products derived from this software without specific prior
18036 written permission.
18038 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18039 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18040 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18041 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
18042 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18043 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
18044 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18045 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
18046 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18047 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18048 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18050 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
18052 Copyright (c) 1989, 1990, 1991, 1993
18053 The Regents of the University of California. All rights reserved.
18055 Redistribution and use in source and binary forms, with or without
18056 modification, are permitted provided that the following conditions
18057 are met:
18058 1. Redistributions of source code must retain the above copyright
18059 notice, this list of conditions and the following disclaimer.
18060 2. Redistributions in binary form must reproduce the above copyright
18061 notice, this list of conditions and the following disclaimer in the
18062 documentation and/or other materials provided with the distribution.
18063 3. Neither the name of the University nor the names of its contributors
18064 may be used to endorse or promote products derived from this software
18065 without specific prior written permission.
18067 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18068 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18069 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18070 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18071 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18072 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18073 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18074 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18075 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
18076 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
18077 SUCH DAMAGE.
18079 The file fnmatch.c bears the following license:
18081 Copyright (c) 2011, VMware, Inc.
18082 All rights reserved.
18084 Redistribution and use in source and binary forms, with or without
18085 modification, are permitted provided that the following conditions are met:
18086 * Redistributions of source code must retain the above copyright
18087 notice, this list of conditions and the following disclaimer.
18088 * Redistributions in binary form must reproduce the above copyright
18089 notice, this list of conditions and the following disclaimer in the
18090 documentation and/or other materials provided with the distribution.
18091 * Neither the name of the VMware, Inc. nor the names of its contributors
18092 may be used to endorse or promote products derived from this software
18093 without specific prior written permission.
18095 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18096 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18097 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18098 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
18099 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18100 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
18101 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
18102 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18103 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
18104 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18106 The embedded copy of zlib bears the following license:
18108 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
18110 This software is provided 'as-is', without any express or implied
18111 warranty. In no event will the authors be held liable for any damages
18112 arising from the use of this software.
18114 Permission is granted to anyone to use this software for any purpose,
18115 including commercial applications, and to alter it and redistribute it
18116 freely, subject to the following restrictions:
18118 1. The origin of this software must not be misrepresented; you must not
18119 claim that you wrote the original software. If you use this software
18120 in a product, an acknowledgment in the product documentation would be
18121 appreciated but is not required.
18122 2. Altered source versions must be plainly marked as such, and must not be
18123 misrepresented as being the original software.
18124 3. This notice may not be removed or altered from any source distribution.
18126 Jean-loup Gailly Mark Adler
18127 jloup@gzip.org madler@alumni.caltech.edu
18129 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18130 </pre>
18131 <ul>
18132 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
18133 </ul>
18134 </div>
18135 </div>
18138 <div class="product">
18139 <span class="title">swig-2.0.4</span>
18140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18141 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span>
18142 <div class="licence">
18143 <pre>Scanned Source License swig-2.0.4/CCache/COPYING:
18145 GNU GENERAL PUBLIC LICENSE
18146 Version 2, June 1991
18148 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
18149 675 Mass Ave, Cambridge, MA 02139, USA
18150 Everyone is permitted to copy and distribute verbatim copies
18151 of this license document, but changing it is not allowed.
18153 Preamble
18155 The licenses for most software are designed to take away your
18156 freedom to share and change it. By contrast, the GNU General Public
18157 License is intended to guarantee your freedom to share and change free
18158 software--to make sure the software is free for all its users. This
18159 General Public License applies to most of the Free Software
18160 Foundation's software and to any other program whose authors commit to
18161 using it. (Some other Free Software Foundation software is covered by
18162 the GNU Library General Public License instead.) You can apply it to
18163 your programs, too.
18165 When we speak of free software, we are referring to freedom, not
18166 price. Our General Public Licenses are designed to make sure that you
18167 have the freedom to distribute copies of free software (and charge for
18168 this service if you wish), that you receive source code or can get it
18169 if you want it, that you can change the software or use pieces of it
18170 in new free programs; and that you know you can do these things.
18172 To protect your rights, we need to make restrictions that forbid
18173 anyone to deny you these rights or to ask you to surrender the rights.
18174 These restrictions translate to certain responsibilities for you if you
18175 distribute copies of the software, or if you modify it.
18177 For example, if you distribute copies of such a program, whether
18178 gratis or for a fee, you must give the recipients all the rights that
18179 you have. You must make sure that they, too, receive or can get the
18180 source code. And you must show them these terms so they know their
18181 rights.
18183 We protect your rights with two steps: (1) copyright the software, and
18184 (2) offer you this license which gives you legal permission to copy,
18185 distribute and/or modify the software.
18187 Also, for each author's protection and ours, we want to make certain
18188 that everyone understands that there is no warranty for this free
18189 software. If the software is modified by someone else and passed on, we
18190 want its recipients to know that what they have is not the original, so
18191 that any problems introduced by others will not reflect on the original
18192 authors' reputations.
18194 Finally, any free program is threatened constantly by software
18195 patents. We wish to avoid the danger that redistributors of a free
18196 program will individually obtain patent licenses, in effect making the
18197 program proprietary. To prevent this, we have made it clear that any
18198 patent must be licensed for everyone's free use or not licensed at all.
18200 The precise terms and conditions for copying, distribution and
18201 modification follow.
18203 GNU GENERAL PUBLIC LICENSE
18204 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
18206 0. This License applies to any program or other work which contains
18207 a notice placed by the copyright holder saying it may be distributed
18208 under the terms of this General Public License. The "Program", below,
18209 refers to any such program or work, and a "work based on the Program"
18210 means either the Program or any derivative work under copyright law:
18211 that is to say, a work containing the Program or a portion of it,
18212 either verbatim or with modifications and/or translated into another
18213 language. (Hereinafter, translation is included without limitation in
18214 the term "modification".) Each licensee is addressed as "you".
18216 Activities other than copying, distribution and modification are not
18217 covered by this License; they are outside its scope. The act of
18218 running the Program is not restricted, and the output from the Program
18219 is covered only if its contents constitute a work based on the
18220 Program (independent of having been made by running the Program).
18221 Whether that is true depends on what the Program does.
18223 1. You may copy and distribute verbatim copies of the Program's
18224 source code as you receive it, in any medium, provided that you
18225 conspicuously and appropriately publish on each copy an appropriate
18226 copyright notice and disclaimer of warranty; keep intact all the
18227 notices that refer to this License and to the absence of any warranty;
18228 and give any other recipients of the Program a copy of this License
18229 along with the Program.
18231 You may charge a fee for the physical act of transferring a copy, and
18232 you may at your option offer warranty protection in exchange for a fee.
18234 2. You may modify your copy or copies of the Program or any portion
18235 of it, thus forming a work based on the Program, and copy and
18236 distribute such modifications or work under the terms of Section 1
18237 above, provided that you also meet all of these conditions:
18239 a) You must cause the modified files to carry prominent notices
18240 stating that you changed the files and the date of any change.
18242 b) You must cause any work that you distribute or publish, that in
18243 whole or in part contains or is derived from the Program or any
18244 part thereof, to be licensed as a whole at no charge to all third
18245 parties under the terms of this License.
18247 c) If the modified program normally reads commands interactively
18248 when run, you must cause it, when started running for such
18249 interactive use in the most ordinary way, to print or display an
18250 announcement including an appropriate copyright notice and a
18251 notice that there is no warranty (or else, saying that you provide
18252 a warranty) and that users may redistribute the program under
18253 these conditions, and telling the user how to view a copy of this
18254 License. (Exception: if the Program itself is interactive but
18255 does not normally print such an announcement, your work based on
18256 the Program is not required to print an announcement.)
18258 These requirements apply to the modified work as a whole. If
18259 identifiable sections of that work are not derived from the Program,
18260 and can be reasonably considered independent and separate works in
18261 themselves, then this License, and its terms, do not apply to those
18262 sections when you distribute them as separate works. But when you
18263 distribute the same sections as part of a whole which is a work based
18264 on the Program, the distribution of the whole must be on the terms of
18265 this License, whose permissions for other licensees extend to the
18266 entire whole, and thus to each and every part regardless of who wrote it.
18268 Thus, it is not the intent of this section to claim rights or contest
18269 your rights to work written entirely by you; rather, the intent is to
18270 exercise the right to control the distribution of derivative or
18271 collective works based on the Program.
18273 In addition, mere aggregation of another work not based on the Program
18274 with the Program (or with a work based on the Program) on a volume of
18275 a storage or distribution medium does not bring the other work under
18276 the scope of this License.
18278 3. You may copy and distribute the Program (or a work based on it,
18279 under Section 2) in object code or executable form under the terms of
18280 Sections 1 and 2 above provided that you also do one of the following:
18282 a) Accompany it with the complete corresponding machine-readable
18283 source code, which must be distributed under the terms of Sections
18284 1 and 2 above on a medium customarily used for software interchange; or,
18286 b) Accompany it with a written offer, valid for at least three
18287 years, to give any third party, for a charge no more than your
18288 cost of physically performing source distribution, a complete
18289 machine-readable copy of the corresponding source code, to be
18290 distributed under the terms of Sections 1 and 2 above on a medium
18291 customarily used for software interchange; or,
18293 c) Accompany it with the information you received as to the offer
18294 to distribute corresponding source code. (This alternative is
18295 allowed only for noncommercial distribution and only if you
18296 received the program in object code or executable form with such
18297 an offer, in accord with Subsection b above.)
18299 The source code for a work means the preferred form of the work for
18300 making modifications to it. For an executable work, complete source
18301 code means all the source code for all modules it contains, plus any
18302 associated interface definition files, plus the scripts used to
18303 control compilation and installation of the executable. However, as a
18304 special exception, the source code distributed need not include
18305 anything that is normally distributed (in either source or binary
18306 form) with the major components (compiler, kernel, and so on) of the
18307 operating system on which the executable runs, unless that component
18308 itself accompanies the executable.
18310 If distribution of executable or object code is made by offering
18311 access to copy from a designated place, then offering equivalent
18312 access to copy the source code from the same place counts as
18313 distribution of the source code, even though third parties are not
18314 compelled to copy the source along with the object code.
18316 4. You may not copy, modify, sublicense, or distribute the Program
18317 except as expressly provided under this License. Any attempt
18318 otherwise to copy, modify, sublicense or distribute the Program is
18319 void, and will automatically terminate your rights under this License.
18320 However, parties who have received copies, or rights, from you under
18321 this License will not have their licenses terminated so long as such
18322 parties remain in full compliance.
18324 5. You are not required to accept this License, since you have not
18325 signed it. However, nothing else grants you permission to modify or
18326 distribute the Program or its derivative works. These actions are
18327 prohibited by law if you do not accept this License. Therefore, by
18328 modifying or distributing the Program (or any work based on the
18329 Program), you indicate your acceptance of this License to do so, and
18330 all its terms and conditions for copying, distributing or modifying
18331 the Program or works based on it.
18333 6. Each time you redistribute the Program (or any work based on the
18334 Program), the recipient automatically receives a license from the
18335 original licensor to copy, distribute or modify the Program subject to
18336 these terms and conditions. You may not impose any further
18337 restrictions on the recipients' exercise of the rights granted herein.
18338 You are not responsible for enforcing compliance by third parties to
18339 this License.
18341 7. If, as a consequence of a court judgment or allegation of patent
18342 infringement or for any other reason (not limited to patent issues),
18343 conditions are imposed on you (whether by court order, agreement or
18344 otherwise) that contradict the conditions of this License, they do not
18345 excuse you from the conditions of this License. If you cannot
18346 distribute so as to satisfy simultaneously your obligations under this
18347 License and any other pertinent obligations, then as a consequence you
18348 may not distribute the Program at all. For example, if a patent
18349 license would not permit royalty-free redistribution of the Program by
18350 all those who receive copies directly or indirectly through you, then
18351 the only way you could satisfy both it and this License would be to
18352 refrain entirely from distribution of the Program.
18354 If any portion of this section is held invalid or unenforceable under
18355 any particular circumstance, the balance of the section is intended to
18356 apply and the section as a whole is intended to apply in other
18357 circumstances.
18359 It is not the purpose of this section to induce you to infringe any
18360 patents or other property right claims or to contest validity of any
18361 such claims; this section has the sole purpose of protecting the
18362 integrity of the free software distribution system, which is
18363 implemented by public license practices. Many people have made
18364 generous contributions to the wide range of software distributed
18365 through that system in reliance on consistent application of that
18366 system; it is up to the author/donor to decide if he or she is willing
18367 to distribute software through any other system and a licensee cannot
18368 impose that choice.
18370 This section is intended to make thoroughly clear what is believed to
18371 be a consequence of the rest of this License.
18373 8. If the distribution and/or use of the Program is restricted in
18374 certain countries either by patents or by copyrighted interfaces, the
18375 original copyright holder who places the Program under this License
18376 may add an explicit geographical distribution limitation excluding
18377 those countries, so that distribution is permitted only in or among
18378 countries not thus excluded. In such case, this License incorporates
18379 the limitation as if written in the body of this License.
18381 9. The Free Software Foundation may publish revised and/or new versions
18382 of the General Public License from time to time. Such new versions will
18383 be similar in spirit to the present version, but may differ in detail to
18384 address new problems or concerns.
18386 Each version is given a distinguishing version number. If the Program
18387 specifies a version number of this License which applies to it and "any
18388 later version", you have the option of following the terms and conditions
18389 either of that version or of any later version published by the Free
18390 Software Foundation. If the Program does not specify a version number of
18391 this License, you may choose any version ever published by the Free Software
18392 Foundation.
18394 10. If you wish to incorporate parts of the Program into other free
18395 programs whose distribution conditions are different, write to the author
18396 to ask for permission. For software which is copyrighted by the Free
18397 Software Foundation, write to the Free Software Foundation; we sometimes
18398 make exceptions for this. Our decision will be guided by the two goals
18399 of preserving the free status of all derivatives of our free software and
18400 of promoting the sharing and reuse of software generally.
18402 NO WARRANTY
18404 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
18405 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
18406 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
18407 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
18408 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18409 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
18410 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
18411 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
18412 REPAIR OR CORRECTION.
18414 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
18415 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
18416 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
18417 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
18418 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
18419 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
18420 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
18421 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
18422 POSSIBILITY OF SUCH DAMAGES.
18424 END OF TERMS AND CONDITIONS
18426 Appendix: How to Apply These Terms to Your New Programs
18428 If you develop a new program, and you want it to be of the greatest
18429 possible use to the public, the best way to achieve this is to make it
18430 free software which everyone can redistribute and change under these terms.
18432 To do so, attach the following notices to the program. It is safest
18433 to attach them to the start of each source file to most effectively
18434 convey the exclusion of warranty; and each file should have at least
18435 the "copyright" line and a pointer to where the full notice is found.
18437 &lt;one line to give the program's name and a brief idea of what it does.&gt;
18438 Copyright (C) 19yy &lt;name of author&gt;
18440 This program is free software; you can redistribute it and/or modify
18441 it under the terms of the GNU General Public License as published by
18442 the Free Software Foundation; either version 2 of the License, or
18443 (at your option) any later version.
18445 This program is distributed in the hope that it will be useful,
18446 but WITHOUT ANY WARRANTY; without even the implied warranty of
18447 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18448 GNU General Public License for more details.
18450 You should have received a copy of the GNU General Public License
18451 along with this program; if not, write to the Free Software
18452 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18454 Also add information on how to contact you by electronic and paper mail.
18456 If the program is interactive, make it output a short notice like this
18457 when it starts in an interactive mode:
18459 Gnomovision version 69, Copyright (C) 19yy name of author
18460 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
18461 This is free software, and you are welcome to redistribute it
18462 under certain conditions; type `show c' for details.
18464 The hypothetical commands `show w' and `show c' should show the appropriate
18465 parts of the General Public License. Of course, the commands you use may
18466 be called something other than `show w' and `show c'; they could even be
18467 mouse-clicks or menu items--whatever suits your program.
18469 You should also get your employer (if you work as a programmer) or your
18470 school, if any, to sign a "copyright disclaimer" for the program, if
18471 necessary. Here is a sample; alter the names:
18473 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
18474 `Gnomovision' (which makes passes at compilers) written by James Hacker.
18476 &lt;signature of Ty Coon&gt;, 1 April 1989
18477 Ty Coon, President of Vice
18479 This General Public License does not permit incorporating your program into
18480 proprietary programs. If your program is a subroutine library, you may
18481 consider it more useful to permit linking proprietary applications with the
18482 library. If this is what you want to do, use the GNU Library General
18483 Public License instead of this License.
18485 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18487 Scanned Source License swig-2.0.4/CCache/debian/copyright:
18489 This package was debianized by Paul Russell &lt;prussell@debian.org&gt; on
18490 Sun, 31 Mar 2002 14:08:57 +0200.
18492 It was downloaded from http://ccache.samba.org/ftp/ccache/
18494 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/
18496 Upstream Author: Andrew Tridgell &lt;tridge@samba.org&gt;
18498 Copyright: 2002-2005 Andrew Tridgell &lt;tridge@samba.org&gt;
18500 This program is free software; you can redistribute it and/or modify
18501 it under the terms of the GNU General Public License as published by
18502 the Free Software Foundation; either version 2 of the License, or
18503 (at your option) any later version.
18505 This program is distributed in the hope that it will be useful,
18506 but WITHOUT ANY WARRANTY; without even the implied warranty of
18507 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18508 GNU General Public License for more details.
18510 You should have received a copy of the GNU General Public License
18511 along with this program; if not, write to the Free Software
18512 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18513 02110-1301, USA
18515 You are free to distribute this software under the terms of the GNU General
18516 Public License. On Debian systems, the complete text of the GNU General
18517 Public License can be found in /usr/share/common-licenses/GPL file.
18519 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18521 Scanned Source License swig-2.0.4/COPYRIGHT:
18523 SWIG Copyright and Authors
18524 --------------------------
18526 Copyright (c) 1995-2011 The SWIG Developers
18527 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
18528 Copyright (c) 1998-2005 University of Chicago.
18529 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California
18531 Portions also copyrighted by:
18532 Network Applied Communication Laboratory, Inc
18533 Information-technology Promotion Agency, Japan
18535 Active SWIG Developers:
18536 William Fulton (wsf@fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin)
18537 Olly Betts (olly@survex.com) (PHP)
18538 Joseph Wang (joequant@gmail.com) (R)
18539 Xavier Delacour (xavier.delacour@gmail.com) (Octave)
18540 David Nadlinger (code@klickverbot.at) (D)
18542 Past SWIG developers and major contributors include:
18543 Dave Beazley (dave-swig@dabeaz.com) (SWIG core, Python, Tcl, Perl)
18544 Henning Thielemann (swig@henning-thielemann.de) (Modula3)
18545 Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de) (Guile, MzScheme)
18546 Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping)
18547 Mikel Bancroft (mikel@franz.com) (Allegro CL)
18548 Surendra Singhi (efuzzyone@netscape.net) (CLISP, CFFI)
18549 Marcelo Matus (mmatus@acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby])
18550 Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
18551 Lyle Johnson (lyle@users.sourceforge.net) (Ruby)
18552 Charlie Savage (cfis@interserv.com) (Ruby)
18553 Thien-Thi Nguyen (ttn@glug.org) (build/test/misc)
18554 Richard Palmer (richard@magicality.org) (PHP)
18555 Sam Liddicott - Ananova Ltd (saml@liddicott.com) (PHP)
18556 Tim Hockin - Sun Microsystems (thockin@sun.com) (PHP)
18557 Kevin Ruland (PHP)
18558 Shibukawa Yoshiki (Japanese Translation)
18559 Jason Stewart (jason@openinformatics.com) (Perl5)
18560 Loic Dachary (Perl5)
18561 David Fletcher (Perl5)
18562 Gary Holt (Perl5)
18563 Masaki Fukushima (Ruby)
18564 Scott Michel (scottm@cs.ucla.edu) (Java directors)
18565 Tiger Feng (songyanf@cs.uchicago.edu) (SWIG core)
18566 Mark Rose (mrose@stm.lbl.gov) (Directors)
18567 Jonah Beckford (beckford@usermail.com) (CHICKEN)
18568 Ahmon Dancy (dancy@franz.com) (Allegro CL)
18569 Dirk Gerrits (Allegro CL)
18570 Neil Cawse (C#)
18571 Harco de Hilster (Java)
18572 Alexey Dyachenko (dyachenko@fromru.com) (Tcl)
18573 Bob Techentin (Tcl)
18574 Martin Froehlich &lt;MartinFroehlich@ACM.org&gt; (Guile)
18575 Marcio Luis Teixeira &lt;marciot@holly.colostate.edu&gt; (Guile)
18576 Duncan Temple Lang (R)
18577 Miklos Vajna &lt;vmiklos@frugalware.org&gt; (PHP directors)
18578 Mark Gossage (mark@gossage.cjb.net) (Lua)
18579 Gonzalo Garramuno (ggarra@advancedsl.com.ar) (Ruby, Ruby's UTL)
18580 John Lenz (Guile, MzScheme updates, Chicken module, runtime system)
18581 Ian Lance Taylor (Go)
18582 Vadim Zeitlin (PCRE)
18583 Stefan Zager (szager@gmail.com) (Python)
18585 Past contributors include:
18586 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
18587 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
18588 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
18589 Klaus Wiederänders
18590 (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
18592 Past students:
18593 Songyan Feng (Chicago).
18594 Xinghua Shi (Chicago).
18595 Jing Cao (Chicago).
18596 Aquinas Hobor (Chicago).
18598 Historically, the following people contributed to early versions of SWIG.
18599 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
18600 at Los Alamos National Laboratory were the first users. Patrick
18601 Tullmann at the University of Utah suggested the idea of automatic
18602 documentation generation. John Schmidt and Kurtis Bleeker at the
18603 University of Utah tested out the early versions. Chris Johnson
18604 supported SWIG's developed at the University of Utah. John Buckman,
18605 Larry Virden, and Tom Schwaller provided valuable input on the first
18606 releases and improving the portability of SWIG. David Fletcher and
18607 Gary Holt have provided a great deal of input on improving SWIG's
18608 Perl5 implementation. Kevin Butler contributed the first Windows NT
18609 port.
18611 Early bug reports and patches:
18612 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
18613 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
18614 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
18615 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
18616 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
18617 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
18618 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
18619 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
18620 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
18621 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
18622 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
18623 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
18624 Zhong Ren.
18627 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18629 Scanned Source License swig-2.0.4/LICENSE:
18631 SWIG is free software: you can redistribute it and/or modify it
18632 under the terms of the GNU General Public License as published by
18633 the Free Software Foundation, either version 3 of the License, or
18634 (at your option) any later version. See the LICENSE-GPL file for
18635 the full terms of the GNU General Public license version 3.
18637 Portions of SWIG are also licensed under the terms of the licenses
18638 in the file LICENSE-UNIVERSITIES. You must observe the terms of
18639 these licenses, as well as the terms of the GNU General Public License,
18640 when you distribute SWIG.
18642 The SWIG library and examples, under the Lib and Examples top level
18643 directories, are distributed under the following terms:
18645 You may copy, modify, distribute, and make derivative works based on
18646 this software, in source code or object code form, without
18647 restriction. If you distribute the software to others, you may do
18648 so according to the terms of your choice. This software is offered as
18649 is, without warranty of any kind.
18651 See the COPYRIGHT file for a list of contributors to SWIG and their
18652 copyright notices.
18654 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18655 </pre>
18656 <ul>
18657 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
18658 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
18659 </ul>
18660 </div>
18661 </div>
18664 <div class="product">
18665 <span class="title">syslinux-3.83</span>
18666 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18667 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span>
18668 <div class="licence">
18669 <pre></pre>
18670 <ul>
18671 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18672 </ul>
18673 </div>
18674 </div>
18677 <div class="product">
18678 <span class="title">tar-1.26</span>
18679 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18680 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span>
18681 <div class="licence">
18682 <pre></pre>
18683 <ul>
18684 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
18685 </ul>
18686 </div>
18687 </div>
18690 <div class="product">
18691 <span class="title">tibt-jomolhari-0.0.3c</span>
18692 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18693 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span>
18694 <div class="licence">
18695 <pre></pre>
18696 <ul>
18697 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
18698 </ul>
18699 </div>
18700 </div>
18703 <div class="product">
18704 <span class="title">timezone-data-2013g</span>
18705 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18706 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span>
18707 <div class="licence">
18708 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data:
18710 Copyright (c) 1985, 1987, 1988 The Regents of the University of California.
18711 All rights reserved.
18713 Redistribution and use in source and binary forms are permitted
18714 provided that the above copyright notice and this paragraph are
18715 duplicated in all such forms and that any documentation,
18716 advertising materials, and other materials related to such
18717 distribution and use acknowledge that the software was developed
18718 by the University of California, Berkeley. The name of the
18719 University may not be used to endorse or promote products derived
18720 from this software without specific prior written permission.
18721 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
18722 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
18723 WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18725 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18726 </pre>
18727 <ul>
18728 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
18729 </ul>
18730 </div>
18731 </div>
18734 <div class="product">
18735 <span class="title">tlsdate-0.0.5</span>
18736 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18737 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span>
18738 <div class="licence">
18739 <pre>Scanned Source License tlsdate-0.0.5/LICENSE:
18741 This file contains the license for tlsdate,
18742 a free software project to set your system clock securely.
18744 It also lists the licenses for other components used by tlsdate.
18746 For more information about tlsdate, see https://github.com/ioerror/tlsdate
18748 If you got this file as a part of a larger bundle,
18749 there may be other license terms that you should be aware of.
18751 ===============================================================================
18752 tlsdate is distributed under this license:
18754 Copyright (c) 2011-2012, Jacob Appelbaum &lt;jacob@appelbaum.net&gt;
18755 Copyright (c) 2011-2012, The Tor Project, Inc.
18757 Redistribution and use in source and binary forms, with or without
18758 modification, are permitted provided that the following conditions are
18759 met:
18761 * Redistributions of source code must retain the above copyright
18762 notice, this list of conditions and the following disclaimer.
18764 * Redistributions in binary form must reproduce the above
18765 copyright notice, this list of conditions and the following disclaimer
18766 in the documentation and/or other materials provided with the
18767 distribution.
18769 * Neither the names of the copyright owners nor the names of its
18770 contributors may be used to endorse or promote products derived from
18771 this software without specific prior written permission.
18773 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18774 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18775 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18776 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
18777 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18778 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
18779 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18780 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
18781 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18782 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18783 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18784 ===============================================================================
18785 If you got tlsdate as a static binary with OpenSSL included, then you should
18786 know:
18788 "This product includes software developed by the OpenSSL Project for use in
18789 the OpenSSL Toolkit (http://www.openssl.org/)"
18791 ===============================================================================
18793 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18794 </pre>
18795 <ul>
18797 </ul>
18798 </div>
18799 </div>
18802 <div class="product">
18803 <span class="title">trousers-0.3.3</span>
18804 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18805 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span>
18806 <div class="licence">
18807 <pre>Gentoo Package Stock License CPL-1.0:
18809 Common Public License Version 1.0
18811 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.
18813 1. DEFINITIONS
18815 "Contribution" means:
18817 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
18819 b) in the case of each subsequent Contributor:
18821 i) changes to the Program, and
18823 ii) additions to the Program;
18825 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.
18827 "Contributor" means any person or entity that distributes the Program.
18829 "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.
18831 "Program" means the Contributions distributed in accordance with this Agreement.
18833 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
18835 2. GRANT OF RIGHTS
18837 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.
18839 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.
18841 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.
18843 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.
18845 3. REQUIREMENTS
18847 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
18849 a) it complies with the terms and conditions of this Agreement; and
18851 b) its license agreement:
18853 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;
18855 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
18857 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
18859 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.
18861 When the Program is made available in source code form:
18863 a) it must be made available under this Agreement; and
18865 b) a copy of this Agreement must be included with each copy of the Program.
18867 Contributors may not remove or alter any copyright notices contained within the Program.
18869 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.
18871 4. COMMERCIAL DISTRIBUTION
18873 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.
18875 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.
18877 5. NO WARRANTY
18879 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.
18881 6. DISCLAIMER OF LIABILITY
18883 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.
18885 7. GENERAL
18887 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.
18889 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.
18891 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.
18893 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.
18895 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.
18896 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18897 </pre>
18898 <ul>
18900 </ul>
18901 </div>
18902 </div>
18905 <div class="product">
18906 <span class="title">u-boot-2013.06</span>
18907 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18908 <span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span>
18909 <div class="licence">
18910 <pre></pre>
18911 <ul>
18912 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
18913 </ul>
18914 </div>
18915 </div>
18918 <div class="product">
18919 <span class="title">udev-171</span>
18920 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18921 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span>
18922 <div class="licence">
18923 <pre></pre>
18924 <ul>
18925 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18926 </ul>
18927 </div>
18928 </div>
18931 <div class="product">
18932 <span class="title">unrar-4.2.4</span>
18933 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18934 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span>
18935 <div class="licence">
18936 <pre>Gentoo Package Stock License unRAR:
18938 ****** ***** ****** UnRAR - free utility for RAR archives
18939 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18940 ****** ******* ****** License for use and distribution of
18941 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18942 ** ** ** ** ** ** FREE portable version
18943 ~~~~~~~~~~~~~~~~~~~~~
18945 The source code of UnRAR utility is freeware. This means:
18947 1. All copyrights to RAR and the utility UnRAR are exclusively
18948 owned by the author - Alexander Roshal.
18950 2. UnRAR source code may be used in any software to handle
18951 RAR archives without limitations free of charge, but cannot be
18952 used to develop RAR (WinRAR) compatible archiver and to
18953 re-create RAR compression algorithm, which is proprietary.
18954 Distribution of modified UnRAR source code in separate form
18955 or as a part of other software is permitted, provided that
18956 full text of this paragraph, starting from "UnRAR source code"
18957 words, is included in license, or in documentation if license
18958 is not available, and in source code comments of resulting package.
18960 3. The UnRAR utility may be freely distributed. It is allowed
18961 to distribute UnRAR inside of other software packages.
18963 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
18964 NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
18965 YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
18966 DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
18967 OR MISUSING THIS SOFTWARE.
18969 5. Installing and using the UnRAR utility signifies acceptance of
18970 these terms and conditions of the license.
18972 6. If you don't agree with terms of the license you must remove
18973 UnRAR files from your storage devices and cease to use the
18974 utility.
18976 Thank you for your interest in RAR and UnRAR.
18979 Alexander L. Roshal
18981 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18982 </pre>
18983 <ul>
18985 </ul>
18986 </div>
18987 </div>
18990 <div class="product">
18991 <span class="title">upstart-1.2</span>
18992 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18993 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span>
18994 <div class="licence">
18995 <pre></pre>
18996 <ul>
18997 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18998 </ul>
18999 </div>
19000 </div>
19003 <div class="product">
19004 <span class="title">ureadahead-0.100.0</span>
19005 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19006 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span>
19007 <div class="licence">
19008 <pre></pre>
19009 <ul>
19010 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19011 </ul>
19012 </div>
19013 </div>
19016 <div class="product">
19017 <span class="title">usbutils-006</span>
19018 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19019 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span>
19020 <div class="licence">
19021 <pre></pre>
19022 <ul>
19023 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19024 </ul>
19025 </div>
19026 </div>
19029 <div class="product">
19030 <span class="title">util-linux-2.21.2</span>
19031 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19032 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span>
19033 <div class="licence">
19034 <pre>Scanned Source License util-linux-2.21.2/COPYING:
19036 GNU GENERAL PUBLIC LICENSE
19037 Version 2, June 1991
19039 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
19040 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19041 Everyone is permitted to copy and distribute verbatim copies
19042 of this license document, but changing it is not allowed.
19044 Preamble
19046 The licenses for most software are designed to take away your
19047 freedom to share and change it. By contrast, the GNU General Public
19048 License is intended to guarantee your freedom to share and change free
19049 software--to make sure the software is free for all its users. This
19050 General Public License applies to most of the Free Software
19051 Foundation's software and to any other program whose authors commit to
19052 using it. (Some other Free Software Foundation software is covered by
19053 the GNU Library General Public License instead.) You can apply it to
19054 your programs, too.
19056 When we speak of free software, we are referring to freedom, not
19057 price. Our General Public Licenses are designed to make sure that you
19058 have the freedom to distribute copies of free software (and charge for
19059 this service if you wish), that you receive source code or can get it
19060 if you want it, that you can change the software or use pieces of it
19061 in new free programs; and that you know you can do these things.
19063 To protect your rights, we need to make restrictions that forbid
19064 anyone to deny you these rights or to ask you to surrender the rights.
19065 These restrictions translate to certain responsibilities for you if you
19066 distribute copies of the software, or if you modify it.
19068 For example, if you distribute copies of such a program, whether
19069 gratis or for a fee, you must give the recipients all the rights that
19070 you have. You must make sure that they, too, receive or can get the
19071 source code. And you must show them these terms so they know their
19072 rights.
19074 We protect your rights with two steps: (1) copyright the software, and
19075 (2) offer you this license which gives you legal permission to copy,
19076 distribute and/or modify the software.
19078 Also, for each author's protection and ours, we want to make certain
19079 that everyone understands that there is no warranty for this free
19080 software. If the software is modified by someone else and passed on, we
19081 want its recipients to know that what they have is not the original, so
19082 that any problems introduced by others will not reflect on the original
19083 authors' reputations.
19085 Finally, any free program is threatened constantly by software
19086 patents. We wish to avoid the danger that redistributors of a free
19087 program will individually obtain patent licenses, in effect making the
19088 program proprietary. To prevent this, we have made it clear that any
19089 patent must be licensed for everyone's free use or not licensed at all.
19091 The precise terms and conditions for copying, distribution and
19092 modification follow.
19094 GNU GENERAL PUBLIC LICENSE
19095 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
19097 0. This License applies to any program or other work which contains
19098 a notice placed by the copyright holder saying it may be distributed
19099 under the terms of this General Public License. The "Program", below,
19100 refers to any such program or work, and a "work based on the Program"
19101 means either the Program or any derivative work under copyright law:
19102 that is to say, a work containing the Program or a portion of it,
19103 either verbatim or with modifications and/or translated into another
19104 language. (Hereinafter, translation is included without limitation in
19105 the term "modification".) Each licensee is addressed as "you".
19107 Activities other than copying, distribution and modification are not
19108 covered by this License; they are outside its scope. The act of
19109 running the Program is not restricted, and the output from the Program
19110 is covered only if its contents constitute a work based on the
19111 Program (independent of having been made by running the Program).
19112 Whether that is true depends on what the Program does.
19114 1. You may copy and distribute verbatim copies of the Program's
19115 source code as you receive it, in any medium, provided that you
19116 conspicuously and appropriately publish on each copy an appropriate
19117 copyright notice and disclaimer of warranty; keep intact all the
19118 notices that refer to this License and to the absence of any warranty;
19119 and give any other recipients of the Program a copy of this License
19120 along with the Program.
19122 You may charge a fee for the physical act of transferring a copy, and
19123 you may at your option offer warranty protection in exchange for a fee.
19125 2. You may modify your copy or copies of the Program or any portion
19126 of it, thus forming a work based on the Program, and copy and
19127 distribute such modifications or work under the terms of Section 1
19128 above, provided that you also meet all of these conditions:
19130 a) You must cause the modified files to carry prominent notices
19131 stating that you changed the files and the date of any change.
19133 b) You must cause any work that you distribute or publish, that in
19134 whole or in part contains or is derived from the Program or any
19135 part thereof, to be licensed as a whole at no charge to all third
19136 parties under the terms of this License.
19138 c) If the modified program normally reads commands interactively
19139 when run, you must cause it, when started running for such
19140 interactive use in the most ordinary way, to print or display an
19141 announcement including an appropriate copyright notice and a
19142 notice that there is no warranty (or else, saying that you provide
19143 a warranty) and that users may redistribute the program under
19144 these conditions, and telling the user how to view a copy of this
19145 License. (Exception: if the Program itself is interactive but
19146 does not normally print such an announcement, your work based on
19147 the Program is not required to print an announcement.)
19149 These requirements apply to the modified work as a whole. If
19150 identifiable sections of that work are not derived from the Program,
19151 and can be reasonably considered independent and separate works in
19152 themselves, then this License, and its terms, do not apply to those
19153 sections when you distribute them as separate works. But when you
19154 distribute the same sections as part of a whole which is a work based
19155 on the Program, the distribution of the whole must be on the terms of
19156 this License, whose permissions for other licensees extend to the
19157 entire whole, and thus to each and every part regardless of who wrote it.
19159 Thus, it is not the intent of this section to claim rights or contest
19160 your rights to work written entirely by you; rather, the intent is to
19161 exercise the right to control the distribution of derivative or
19162 collective works based on the Program.
19164 In addition, mere aggregation of another work not based on the Program
19165 with the Program (or with a work based on the Program) on a volume of
19166 a storage or distribution medium does not bring the other work under
19167 the scope of this License.
19169 3. You may copy and distribute the Program (or a work based on it,
19170 under Section 2) in object code or executable form under the terms of
19171 Sections 1 and 2 above provided that you also do one of the following:
19173 a) Accompany it with the complete corresponding machine-readable
19174 source code, which must be distributed under the terms of Sections
19175 1 and 2 above on a medium customarily used for software interchange; or,
19177 b) Accompany it with a written offer, valid for at least three
19178 years, to give any third party, for a charge no more than your
19179 cost of physically performing source distribution, a complete
19180 machine-readable copy of the corresponding source code, to be
19181 distributed under the terms of Sections 1 and 2 above on a medium
19182 customarily used for software interchange; or,
19184 c) Accompany it with the information you received as to the offer
19185 to distribute corresponding source code. (This alternative is
19186 allowed only for noncommercial distribution and only if you
19187 received the program in object code or executable form with such
19188 an offer, in accord with Subsection b above.)
19190 The source code for a work means the preferred form of the work for
19191 making modifications to it. For an executable work, complete source
19192 code means all the source code for all modules it contains, plus any
19193 associated interface definition files, plus the scripts used to
19194 control compilation and installation of the executable. However, as a
19195 special exception, the source code distributed need not include
19196 anything that is normally distributed (in either source or binary
19197 form) with the major components (compiler, kernel, and so on) of the
19198 operating system on which the executable runs, unless that component
19199 itself accompanies the executable.
19201 If distribution of executable or object code is made by offering
19202 access to copy from a designated place, then offering equivalent
19203 access to copy the source code from the same place counts as
19204 distribution of the source code, even though third parties are not
19205 compelled to copy the source along with the object code.
19207 4. You may not copy, modify, sublicense, or distribute the Program
19208 except as expressly provided under this License. Any attempt
19209 otherwise to copy, modify, sublicense or distribute the Program is
19210 void, and will automatically terminate your rights under this License.
19211 However, parties who have received copies, or rights, from you under
19212 this License will not have their licenses terminated so long as such
19213 parties remain in full compliance.
19215 5. You are not required to accept this License, since you have not
19216 signed it. However, nothing else grants you permission to modify or
19217 distribute the Program or its derivative works. These actions are
19218 prohibited by law if you do not accept this License. Therefore, by
19219 modifying or distributing the Program (or any work based on the
19220 Program), you indicate your acceptance of this License to do so, and
19221 all its terms and conditions for copying, distributing or modifying
19222 the Program or works based on it.
19224 6. Each time you redistribute the Program (or any work based on the
19225 Program), the recipient automatically receives a license from the
19226 original licensor to copy, distribute or modify the Program subject to
19227 these terms and conditions. You may not impose any further
19228 restrictions on the recipients' exercise of the rights granted herein.
19229 You are not responsible for enforcing compliance by third parties to
19230 this License.
19232 7. If, as a consequence of a court judgment or allegation of patent
19233 infringement or for any other reason (not limited to patent issues),
19234 conditions are imposed on you (whether by court order, agreement or
19235 otherwise) that contradict the conditions of this License, they do not
19236 excuse you from the conditions of this License. If you cannot
19237 distribute so as to satisfy simultaneously your obligations under this
19238 License and any other pertinent obligations, then as a consequence you
19239 may not distribute the Program at all. For example, if a patent
19240 license would not permit royalty-free redistribution of the Program by
19241 all those who receive copies directly or indirectly through you, then
19242 the only way you could satisfy both it and this License would be to
19243 refrain entirely from distribution of the Program.
19245 If any portion of this section is held invalid or unenforceable under
19246 any particular circumstance, the balance of the section is intended to
19247 apply and the section as a whole is intended to apply in other
19248 circumstances.
19250 It is not the purpose of this section to induce you to infringe any
19251 patents or other property right claims or to contest validity of any
19252 such claims; this section has the sole purpose of protecting the
19253 integrity of the free software distribution system, which is
19254 implemented by public license practices. Many people have made
19255 generous contributions to the wide range of software distributed
19256 through that system in reliance on consistent application of that
19257 system; it is up to the author/donor to decide if he or she is willing
19258 to distribute software through any other system and a licensee cannot
19259 impose that choice.
19261 This section is intended to make thoroughly clear what is believed to
19262 be a consequence of the rest of this License.
19264 8. If the distribution and/or use of the Program is restricted in
19265 certain countries either by patents or by copyrighted interfaces, the
19266 original copyright holder who places the Program under this License
19267 may add an explicit geographical distribution limitation excluding
19268 those countries, so that distribution is permitted only in or among
19269 countries not thus excluded. In such case, this License incorporates
19270 the limitation as if written in the body of this License.
19272 9. The Free Software Foundation may publish revised and/or new versions
19273 of the General Public License from time to time. Such new versions will
19274 be similar in spirit to the present version, but may differ in detail to
19275 address new problems or concerns.
19277 Each version is given a distinguishing version number. If the Program
19278 specifies a version number of this License which applies to it and "any
19279 later version", you have the option of following the terms and conditions
19280 either of that version or of any later version published by the Free
19281 Software Foundation. If the Program does not specify a version number of
19282 this License, you may choose any version ever published by the Free Software
19283 Foundation.
19285 10. If you wish to incorporate parts of the Program into other free
19286 programs whose distribution conditions are different, write to the author
19287 to ask for permission. For software which is copyrighted by the Free
19288 Software Foundation, write to the Free Software Foundation; we sometimes
19289 make exceptions for this. Our decision will be guided by the two goals
19290 of preserving the free status of all derivatives of our free software and
19291 of promoting the sharing and reuse of software generally.
19293 NO WARRANTY
19295 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
19296 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
19297 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
19298 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
19299 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
19300 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
19301 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
19302 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
19303 REPAIR OR CORRECTION.
19305 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
19306 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
19307 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
19308 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
19309 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
19310 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
19311 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
19312 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
19313 POSSIBILITY OF SUCH DAMAGES.
19315 END OF TERMS AND CONDITIONS
19317 How to Apply These Terms to Your New Programs
19319 If you develop a new program, and you want it to be of the greatest
19320 possible use to the public, the best way to achieve this is to make it
19321 free software which everyone can redistribute and change under these terms.
19323 To do so, attach the following notices to the program. It is safest
19324 to attach them to the start of each source file to most effectively
19325 convey the exclusion of warranty; and each file should have at least
19326 the "copyright" line and a pointer to where the full notice is found.
19328 &lt;one line to give the program's name and a brief idea of what it does.&gt;
19329 Copyright (C) &lt;year&gt; &lt;name of author&gt;
19331 This program is free software; you can redistribute it and/or modify
19332 it under the terms of the GNU General Public License as published by
19333 the Free Software Foundation; either version 2 of the License, or
19334 (at your option) any later version.
19336 This program is distributed in the hope that it will be useful,
19337 but WITHOUT ANY WARRANTY; without even the implied warranty of
19338 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19339 GNU General Public License for more details.
19341 You should have received a copy of the GNU General Public License
19342 along with this program; if not, write to the Free Software
19343 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19346 Also add information on how to contact you by electronic and paper mail.
19348 If the program is interactive, make it output a short notice like this
19349 when it starts in an interactive mode:
19351 Gnomovision version 69, Copyright (C) year name of author
19352 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
19353 This is free software, and you are welcome to redistribute it
19354 under certain conditions; type `show c' for details.
19356 The hypothetical commands `show w' and `show c' should show the appropriate
19357 parts of the General Public License. Of course, the commands you use may
19358 be called something other than `show w' and `show c'; they could even be
19359 mouse-clicks or menu items--whatever suits your program.
19361 You should also get your employer (if you work as a programmer) or your
19362 school, if any, to sign a "copyright disclaimer" for the program, if
19363 necessary. Here is a sample; alter the names:
19365 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
19366 `Gnomovision' (which makes passes at compilers) written by James Hacker.
19368 &lt;signature of Ty Coon&gt;, 1 April 1989
19369 Ty Coon, President of Vice
19371 This General Public License does not permit incorporating your program into
19372 proprietary programs. If your program is a subroutine library, you may
19373 consider it more useful to permit linking proprietary applications with the
19374 library. If this is what you want to do, use the GNU Library General
19375 Public License instead of this License.
19377 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19379 Scanned Source License util-linux-2.21.2/getopt/COPYING:
19381 The getopt is explicitly licensed under GNU General Public License,
19382 version 2 terms.
19384 The complete text of the license is available at the
19385 Documentation/licenses/COPYING.GPLv2 file.
19387 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19389 Scanned Source License util-linux-2.21.2/libblkid/COPYING:
19391 This library is free software; you can redistribute it and/or
19392 modify it under the terms of the GNU Lesser General Public
19393 License as published by the Free Software Foundation; either
19394 version 2.1 of the License, or (at your option) any later
19395 version.
19397 The complete text of the license is available at the
19398 Documentation/licenses/COPYING.LGPLv2.1 file.
19400 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19402 Scanned Source License util-linux-2.21.2/libmount/COPYING:
19404 This library is free software; you can redistribute it and/or
19405 modify it under the terms of the GNU Lesser General Public
19406 License as published by the Free Software Foundation; either
19407 version 2.1 of the License, or (at your option) any later
19408 version.
19410 The complete text of the license is available at the
19411 Documentation/licenses/COPYING.LGPLv2.1 file.
19413 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19415 Scanned Source License util-linux-2.21.2/libuuid/COPYING:
19417 This library is free software; you can redistribute it and/or
19418 modify it under the terms of the Modified BSD License.
19420 The complete text of the license is available at the
19421 Documentation/licenses/COPYING.BSD-3 file.
19423 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19424 </pre>
19425 <ul>
19426 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
19427 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19428 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19429 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
19430 </ul>
19431 </div>
19432 </div>
19435 <div class="product">
19436 <span class="title">vim-7.3.409</span>
19437 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19438 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span>
19439 <div class="licence">
19440 <pre>Gentoo Package Stock License vim:
19442 License details for VIM Editor:
19444 *uganda.txt* For Vim version 7.2. Last change: 2008 Jun 21
19447 VIM REFERENCE MANUAL by Bram Moolenaar
19450 *uganda* *Uganda* *copying* *copyright* *license*
19451 SUMMARY
19452 *iccf* *ICCF*
19453 Vim is Charityware. You can use and copy it as much as you like, but you are
19454 encouraged to make a donation for needy children in Uganda. Please see |kcc|
19455 below or visit the ICCF web site, available at these URLs:
19457 http://iccf-holland.org/
19458 http://www.vim.org/iccf/
19459 http://www.iccf.nl/
19461 You can also sponsor the development of Vim. Vim sponsors can vote for
19462 features. See |sponsor|. The money goes to Uganda anyway.
19464 The Open Publication License applies to the Vim documentation, see
19465 |manual-copyright|.
19467 === begin of license ===
19469 VIM LICENSE
19471 I) There are no restrictions on distributing unmodified copies of Vim except
19472 that they must include this license text. You can also distribute
19473 unmodified parts of Vim, likewise unrestricted except that they must
19474 include this license text. You are also allowed to include executables
19475 that you made from the unmodified Vim sources, plus your own usage
19476 examples and Vim scripts.
19478 II) It is allowed to distribute a modified (or extended) version of Vim,
19479 including executables and/or source code, when the following four
19480 conditions are met:
19481 1) This license text must be included unmodified.
19482 2) The modified Vim must be distributed in one of the following five ways:
19483 a) If you make changes to Vim yourself, you must clearly describe in
19484 the distribution how to contact you. When the maintainer asks you
19485 (in any way) for a copy of the modified Vim you distributed, you
19486 must make your changes, including source code, available to the
19487 maintainer without fee. The maintainer reserves the right to
19488 include your changes in the official version of Vim. What the
19489 maintainer will do with your changes and under what license they
19490 will be distributed is negotiable. If there has been no negotiation
19491 then this license, or a later version, also applies to your changes.
19492 The current maintainer is Bram Moolenaar &lt;Bram@vim.org&gt;. If this
19493 changes it will be announced in appropriate places (most likely
19494 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
19495 impossible to contact the maintainer, the obligation to send him
19496 your changes ceases. Once the maintainer has confirmed that he has
19497 received your changes they will not have to be sent again.
19498 b) If you have received a modified Vim that was distributed as
19499 mentioned under a) you are allowed to further distribute it
19500 unmodified, as mentioned at I). If you make additional changes the
19501 text under a) applies to those changes.
19502 c) Provide all the changes, including source code, with every copy of
19503 the modified Vim you distribute. This may be done in the form of a
19504 context diff. You can choose what license to use for new code you
19505 add. The changes and their license must not restrict others from
19506 making their own changes to the official version of Vim.
19507 d) When you have a modified Vim which includes changes as mentioned
19508 under c), you can distribute it without the source code for the
19509 changes if the following three conditions are met:
19510 - The license that applies to the changes permits you to distribute
19511 the changes to the Vim maintainer without fee or restriction, and
19512 permits the Vim maintainer to include the changes in the official
19513 version of Vim without fee or restriction.
19514 - You keep the changes for at least three years after last
19515 distributing the corresponding modified Vim. When the maintainer
19516 or someone who you distributed the modified Vim to asks you (in
19517 any way) for the changes within this period, you must make them
19518 available to him.
19519 - You clearly describe in the distribution how to contact you. This
19520 contact information must remain valid for at least three years
19521 after last distributing the corresponding modified Vim, or as long
19522 as possible.
19523 e) When the GNU General Public License (GPL) applies to the changes,
19524 you can distribute the modified Vim under the GNU GPL version 2 or
19525 any later version.
19526 3) A message must be added, at least in the output of the ":version"
19527 command and in the intro screen, such that the user of the modified Vim
19528 is able to see that it was modified. When distributing as mentioned
19529 under 2)e) adding the message is only required for as far as this does
19530 not conflict with the license used for the changes.
19531 4) The contact information as required under 2)a) and 2)d) must not be
19532 removed or changed, except that the person himself can make
19533 corrections.
19535 III) If you distribute a modified version of Vim, you are encouraged to use
19536 the Vim license for your changes and make them available to the
19537 maintainer, including the source code. The preferred way to do this is
19538 by e-mail or by uploading the files to a server and e-mailing the URL.
19539 If the number of changes is small (e.g., a modified Makefile) e-mailing a
19540 context diff will do. The e-mail address to be used is
19541 &lt;maintainer@vim.org&gt;
19543 IV) It is not allowed to remove this license from the distribution of the Vim
19544 sources, parts of it or from a modified version. You may use this
19545 license for previous Vim releases instead of the license that they came
19546 with, at your option.
19548 === end of license ===
19550 Note:
19552 - If you are happy with Vim, please express that by reading the rest of this
19553 file and consider helping needy children in Uganda.
19555 - If you want to support further Vim development consider becoming a
19556 |sponsor|. The money goes to Uganda anyway.
19558 - According to Richard Stallman the Vim license is GNU GPL compatible.
19559 A few minor changes have been made since he checked it, but that should not
19560 make a difference.
19562 - If you link Vim with a library that goes under the GNU GPL, this limits
19563 further distribution to the GNU GPL. Also when you didn't actually change
19564 anything in Vim.
19566 - Once a change is included that goes under the GNU GPL, this forces all
19567 further changes to also be made under the GNU GPL or a compatible license.
19569 - If you distribute a modified version of Vim, you can include your name and
19570 contact information with the "--with-modified-by" configure argument or the
19571 MODIFIED_BY define.
19573 ==============================================================================
19574 Kibaale Children's Centre *kcc* *Kibaale* *charity*
19576 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
19577 south of Uganda, near Tanzania, in East Africa. The area is known as Rakai
19578 District. The population is mostly farmers. Although people are poor, there
19579 is enough food. But this district is suffering from AIDS more than any other
19580 part of the world. Some say that it started there. Estimations are that 10
19581 to 30% of the Ugandans are infected with HIV. Because parents die, there are
19582 many orphans. In this district about 60,000 children have lost one or both
19583 parents, out of a population of 350,000. And this is still continuing.
19585 The children need a lot of help. The KCC is working hard to provide the needy
19586 with food, medical care and education. Food and medical care to keep them
19587 healthy now, and education so that they can take care of themselves in the
19588 future. KCC works on a Christian base, but help is given to children of any
19589 religion.
19591 The key to solving the problems in this area is education. This has been
19592 neglected in the past years with president Idi Amin and the following civil
19593 wars. Now that the government is stable again, the children and parents have
19594 to learn how to take care of themselves and how to avoid infections. There is
19595 also help for people who are ill and hungry, but the primary goal is to
19596 prevent people from getting ill and to teach them how to grow healthy food.
19598 Most of the orphans are living in an extended family. An uncle or older
19599 sister is taking care of them. Because these families are big and the income
19600 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
19601 care and schooling is beyond its reach. To help these needy children, a
19602 sponsorship program was put into place. A child can be financially adopted.
19603 For a few dollars a month KCC sees to it that the child gets indispensable
19604 items, is healthy, goes to school and KCC takes care of anything else that
19605 needs to be done for the child and the family that supports it.
19607 Besides helping the child directly, the environment where the child grows up
19608 needs to be improved. KCC helps schools to improve their teaching methods.
19609 There is a demonstration school at the centre and teacher trainings are given.
19610 Health workers are being trained, hygiene education is carried out and
19611 households are stimulated to build a proper latrine. I helped setting up a
19612 production site for cement slabs. These are used to build a good latrine.
19613 They are sold below cost price.
19615 There is a small clinic at the project, which provides children and their
19616 family with medical help. When needed, transport to a hospital is offered.
19617 Immunization programs are carried out and help is provided when an epidemic is
19618 breaking out (measles and cholera have been a problem).
19619 *donate*
19620 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
19621 volunteer. I have helped to expand the centre and worked in the area of water
19622 and sanitation. I learned that the help that the KCC provides really helps.
19623 When I came back to Holland, I wanted to continue supporting KCC. To do this
19624 I'm raising funds and organizing the sponsorship program. Please consider one
19625 of these possibilities:
19627 1. Sponsor a child in primary school: 17 euro a month (or more).
19628 2. Sponsor a child in secondary school: 25 euro a month (or more).
19629 3. Sponsor the clinic: Any amount a month or quarter
19630 4. A one-time donation
19632 Compared with other organizations that do child sponsorship the amounts are
19633 very low. This is because the money goes directly to the centre. Less than
19634 5% is used for administration. This is possible because this is a small
19635 organization that works with volunteers. If you would like to sponsor a
19636 child, you should have the intention to do this for at least one year.
19638 How do you know that the money will be spent right? First of all you have my
19639 personal guarantee as the author of Vim. I trust the people that are working
19640 at the centre, I know them personally. Further more, the centre is
19641 co-sponsored and inspected by World Vision, Save the Children Fund and
19642 International Child Care Fund. The centre is visited about once a year to
19643 check the progress (at our own cost). I have visited the centre myself in
19644 1996, 1998, 2000, 2001 and 2003. The visit reports are on the ICCF web site.
19646 If you have any further questions, send me e-mail: &lt;Bram@vim.org&gt;.
19648 The address of the centre is:
19649 Kibaale Children's Centre
19650 p.o. box 1658
19651 Masaka, Uganda, East Africa
19653 Sending money: *iccf-donations*
19655 Check the ICCF web site for the latest information! See |iccf| for the URL.
19658 USA: The methods mentioned below can be used.
19659 Sending a check to the Nehemiah Group Outreach Society (NGOS)
19660 is no longer possible, unfortunately. We are looking for
19661 another way to get you an IRS tax receipt.
19662 For sponsoring a child contact KCF in Canada (see below). US
19663 checks can be sent to them to lower banking costs.
19665 Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
19666 take care of the Canadian sponsors for the children in
19667 Kibaale. KCF forwards 100% of the money to the project in
19668 Uganda. You can send them a one time donation directly.
19669 Please send me a note so that I know what has been donated
19670 because of Vim. Ask KCF for information about sponsorship.
19671 Kibaale Children's Fund c/o Pacific Academy
19672 10238-168 Street
19673 Surrey, B.C. V4N 1Z4
19674 Canada
19675 Phone: 604-581-5353
19676 If you make a donation to Kibaale Children's Fund (KCF) you
19677 will receive a tax receipt which can be submitted with your
19678 tax return.
19680 Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo.
19681 This will allow for tax deduction if you live in Holland.
19682 Postbank, nr. 4548774
19684 Germany: It is possible to make donations that allow for a tax return.
19685 Check the ICCF web site for the latest information:
19686 http://iccf-holland.org/germany.html
19688 World: Use a postal money order. That should be possible from any
19689 country, mostly from the post office. Use this name (which is
19690 in my passport): "Abraham Moolenaar". Use Euro for the
19691 currency if possible.
19693 Europe: Use a bank transfer if possible. Your bank should have a form
19694 that you can use for this. See "Others" below for the swift
19695 code and IBAN number.
19696 Any other method should work. Ask for information about
19697 sponsorship.
19699 Credit Card: You can use PayPal to send money with a Credit card. This is
19700 the most widely used Internet based payment system. It's
19701 really simple to use. Use this link to find more info:
19702 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
19703 The e-mail address for sending the money to is:
19704 Bram@iccf-holland.org
19705 For amounts above 400 Euro ($500) sending a check is
19706 preferred.
19708 Others: Transfer to one of these accounts if possible:
19709 Postbank, account 4548774
19710 Swift code: INGB NL 2A
19711 IBAN: NL47 PSTB 0004 5487 74
19712 under the name "stichting ICCF Holland", Venlo
19713 If that doesn't work:
19714 Rabobank Venlo, account 3765.05.117
19715 Swift code: RABO NL 2U
19716 under the name "Bram Moolenaar", Venlo
19717 Otherwise, send a check in euro or US dollars to the address
19718 below. Minimal amount: $70 (my bank does not accept smaller
19719 amounts for foreign check, sorry)
19721 Address to send checks to:
19722 stichting ICCF Holland
19723 Bram Moolenaar
19724 Finsterruetihof 1
19725 8134 Adliswil
19726 Switzerland
19728 This address is expected to be valid for a long time.
19730 vim:tw=78:ts=8:ft=help:norl:
19732 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19733 </pre>
19734 <ul>
19736 </ul>
19737 </div>
19738 </div>
19741 <div class="product">
19742 <span class="title">wget-1.14</span>
19743 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19744 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span>
19745 <div class="licence">
19746 <pre></pre>
19747 <ul>
19748 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19749 </ul>
19750 </div>
19751 </div>
19754 <div class="product">
19755 <span class="title">which-2.20</span>
19756 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19757 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span>
19758 <div class="licence">
19759 <pre></pre>
19760 <ul>
19761 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19762 </ul>
19763 </div>
19764 </div>
19767 <div class="product">
19768 <span class="title">wireless-regdb-20101124</span>
19769 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19770 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
19771 <div class="licence">
19772 <pre>Scanned Source License wireless-regdb-2010.11.24/LICENSE:
19774 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
19775 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
19776 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
19778 Permission to use, copy, modify, and/or distribute this software for any
19779 purpose with or without fee is hereby granted, provided that the above
19780 copyright notice and this permission notice appear in all copies.
19782 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19783 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19784 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19785 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19786 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19787 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19788 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19791 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19793 Scanned Source License wireless-regdb-2010.11.24/debian-example/copyright:
19795 This package was debianized by Luis Rodriguez &lt;mcgrof@gmail.com&gt; on
19796 Thu, 22 Jan 2009 16:00:00 +0100.
19798 The wireless-regdb packages was downloaded from &lt;http://wireless.kernel.org/download/wireless-regdb/&gt;
19800 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
19801 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
19802 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
19804 Permission to use, copy, modify, and/or distribute this software for any
19805 purpose with or without fee is hereby granted, provided that the above
19806 copyright notice and this permission notice appear in all copies.
19808 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19809 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19810 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19811 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19812 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19813 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19814 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19817 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19818 </pre>
19819 <ul>
19820 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
19821 </ul>
19822 </div>
19823 </div>
19826 <div class="product">
19827 <span class="title">wpa_supplicant-0.7.2</span>
19828 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19829 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span>
19830 <div class="licence">
19831 <pre></pre>
19832 <ul>
19833 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19834 </ul>
19835 </div>
19836 </div>
19839 <div class="product">
19840 <span class="title">X.Org-1.9.3</span>
19841 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19842 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
19843 <div class="licence">
19844 <pre>Custom License X:
19846 The following is the 'standard copyright' agreed upon by most contributors,
19847 and is currently the canonical license preferred by the X.Org Foundation.
19848 This is a slight variant of the common MIT license form published by the
19849 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
19851 Copyright holders of new code should use this license statement where
19852 possible, and insert their name to this list. Please sort by surname
19853 for people, and by the full name for other entities (e.g. Juliusz
19854 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
19856 Copyright © 2000-2001 Juliusz Chroboczek
19857 Copyright © 1998 Egbert Eich
19858 Copyright © 2006-2007 Intel Corporation
19859 Copyright © 2006 Nokia Corporation
19860 Copyright © 2006-2008 Peter Hutterer
19861 Copyright © 2006 Adam Jackson
19862 Copyright © 2009 NVIDIA Corporation
19863 Copyright © 1999 Keith Packard
19864 Copyright © 2007-2009 Red Hat, Inc.
19865 Copyright © 2005-2008 Daniel Stone
19866 Copyright © 2006-2009 Simon Thum
19867 Copyright © 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.
19868 Copyright © 2006 Luc Verhaegen
19870 Permission is hereby granted, free of charge, to any person obtaining a
19871 copy of this software and associated documentation files (the "Software"),
19872 to deal in the Software without restriction, including without limitation
19873 the rights to use, copy, modify, merge, publish, distribute, sublicense,
19874 and/or sell copies of the Software, and to permit persons to whom the
19875 Software is furnished to do so, subject to the following conditions:
19877 The above copyright notice and this permission notice (including the next
19878 paragraph) shall be included in all copies or substantial portions of the
19879 Software.
19881 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19882 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19883 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19884 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19885 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19886 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19887 DEALINGS IN THE SOFTWARE.
19892 The following licenses are 'legacy': usually MIT/X11 licenses with the name
19893 of the copyright holder(s) in the license statement, but also some BSD-like
19894 licenses.
19897 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
19898 Copyright (C) Colin Harrison 2005-2008
19900 Permission is hereby granted, free of charge, to any person obtaining a copy of
19901 this software and associated documentation files (the "Software"), to deal in
19902 the Software without restriction, including without limitation the rights to
19903 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
19904 of the Software, and to permit persons to whom the Software is furnished to do
19905 so, subject to the following conditions:
19907 The above copyright notice and this permission notice shall be included in all
19908 copies or substantial portions of the Software.
19910 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19911 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
19912 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19913 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19914 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
19915 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19917 Except as contained in this notice, the name of the XFree86 Project shall not
19918 be used in advertising or otherwise to promote the sale, use or other dealings
19919 in this Software without prior written authorization from the XFree86 Project.
19922 Copyright 1997 by The XFree86 Project, Inc.
19924 Permission to use, copy, modify, distribute, and sell this software and its
19925 documentation for any purpose is hereby granted without fee, provided that
19926 the above copyright notice appear in all copies and that both that
19927 copyright notice and this permission notice appear in supporting
19928 documentation, and that the name of the XFree86 Project, Inc.
19929 not be used in advertising or publicity pertaining to distribution of
19930 the software without specific, written prior permission. The Xfree86
19931 Project, Inc. makes no representations about the suitability of this
19932 software for any purpose. It is provided "as is" without express or
19933 implied warranty.
19935 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
19936 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
19937 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
19938 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19939 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19940 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19941 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19944 Copyright 1985-1998, 2001 The Open Group
19945 Copyright 2002 Red Hat Inc., Durham, North Carolina.
19947 Permission to use, copy, modify, distribute, and sell this software and its
19948 documentation for any purpose is hereby granted without fee, provided that
19949 the above copyright notice appear in all copies and that both that
19950 copyright notice and this permission notice appear in supporting
19951 documentation.
19953 The above copyright notice and this permission notice shall be included in
19954 all copies or substantial portions of the Software.
19956 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19957 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19958 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19959 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19960 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19961 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19963 Except as contained in this notice, the name of The Open Group shall not be
19964 used in advertising or otherwise to promote the sale, use or other dealings
19965 in this Software without prior written authorization from The Open Group.
19968 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium
19970 Permission is hereby granted, free of charge, to any person obtaining a copy
19971 of this software and associated documentation files (the "Software"), to deal
19972 in the Software without restriction, including without limitation the rights
19973 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19974 copies of the Software, and to permit persons to whom the Software is
19975 furnished to do so, subject to the following conditions:
19977 The above copyright notice and this permission notice shall be included in
19978 all copies or substantial portions of the Software.
19980 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19981 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19982 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19983 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19984 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19985 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19987 Except as contained in this notice, the name of the X Consortium shall not be
19988 used in advertising or otherwise to promote the sale, use or other dealings
19989 in this Software without prior written authorization from the X Consortium.
19992 Copyright © 1999-2000 SuSE, Inc.
19993 Copyright © 2007 Red Hat, Inc.
19995 Permission to use, copy, modify, distribute, and sell this software and its
19996 documentation for any purpose is hereby granted without fee, provided that
19997 the above copyright notice appear in all copies and that both that
19998 copyright notice and this permission notice appear in supporting
19999 documentation, and that the name of SuSE not be used in advertising or
20000 publicity pertaining to distribution of the software without specific,
20001 written prior permission. SuSE makes no representations about the
20002 suitability of this software for any purpose. It is provided "as is"
20003 without express or implied warranty.
20005 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
20006 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
20007 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20008 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
20009 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20010 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20013 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
20014 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
20015 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
20017 All Rights Reserved
20019 Permission to use, copy, modify, and distribute this software and its
20020 documentation for any purpose and without fee is hereby granted,
20021 provided that the above copyright notice appear in all copies and that
20022 both that copyright notice and this permission notice appear in
20023 supporting documentation, and that the name of Digital not be
20024 used in advertising or publicity pertaining to distribution of the
20025 software without specific, written prior permission.
20027 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
20028 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
20029 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
20030 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20031 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20032 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20033 SOFTWARE.
20036 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
20037 Copyright 1994 Quarterdeck Office Systems.
20039 All Rights Reserved
20041 Permission to use, copy, modify, and distribute this software and its
20042 documentation for any purpose and without fee is hereby granted,
20043 provided that the above copyright notice appear in all copies and that
20044 both that copyright notice and this permission notice appear in
20045 supporting documentation, and that the names of Digital and
20046 Quarterdeck not be used in advertising or publicity pertaining to
20047 distribution of the software without specific, written prior
20048 permission.
20050 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
20051 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20052 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
20053 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
20054 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
20055 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
20056 OR PERFORMANCE OF THIS SOFTWARE.
20059 Copyright 1997 Digital Equipment Corporation.
20060 All rights reserved.
20062 This software is furnished under license and may be used and copied only in
20063 accordance with the following terms and conditions. Subject to these
20064 conditions, you may download, copy, install, use, modify and distribute
20065 this software in source and/or binary form. No title or ownership is
20066 transferred hereby.
20068 1) Any source code used, modified or distributed must reproduce and retain
20069 this copyright notice and list of conditions as they appear in the
20070 source file.
20072 2) No right is granted to use any trade name, trademark, or logo of Digital
20073 Equipment Corporation. Neither the "Digital Equipment Corporation"
20074 name nor any trademark or logo of Digital Equipment Corporation may be
20075 used to endorse or promote products derived from this software without
20076 the prior written permission of Digital Equipment Corporation.
20078 3) This software is provided "AS-IS" and any express or implied warranties,
20079 including but not limited to, any implied warranties of merchantability,
20080 fitness for a particular purpose, or non-infringement are disclaimed.
20081 In no event shall DIGITAL be liable for any damages whatsoever, and in
20082 particular, DIGITAL shall not be liable for special, indirect,
20083 consequential, or incidental damages or damages for lost profits, loss
20084 of revenue or loss of use, whether such damages arise in contract,
20085 negligence, tort, under statute, in equity, at law or otherwise, even
20086 if advised of the possibility of such damage.
20089 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
20091 Permission is hereby granted, free of charge, to any person obtaining a copy
20092 of this software and associated documentation files (the "Software"), to deal
20093 in the Software without restriction, including without limitation the rights
20094 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20095 copies of the Software.
20097 The above copyright notice and this permission notice shall be included in
20098 all copies or substantial portions of the Software.
20100 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20101 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20102 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20103 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
20104 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
20105 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
20106 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20108 Except as contained in this notice, the name of Digital Equipment Corporation
20109 shall not be used in advertising or otherwise to promote the sale, use or other
20110 dealings in this Software without prior written authorization from Digital
20111 Equipment Corporation.
20114 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
20115 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
20117 Permission is hereby granted, free of charge, to any person obtaining a
20118 copy of this software and associated documentation files (the "Software"),
20119 to deal in the Software without restriction, including without limitation
20120 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20121 and/or sell copies of the Software, and to permit persons to whom the
20122 Software is furnished to do so, subject to the following conditions:
20124 The above copyright notice including the dates of first publication and
20125 either this permission notice or a reference to
20126 http://oss.sgi.com/projects/FreeB/
20127 shall be included in all copies or substantial portions of the Software.
20129 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
20130 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20131 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20132 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20133 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20134 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20135 SOFTWARE.
20138 Copyright (c) 1994, 1995 Hewlett-Packard Company
20140 Permission is hereby granted, free of charge, to any person obtaining
20141 a copy of this software and associated documentation files (the
20142 "Software"), to deal in the Software without restriction, including
20143 without limitation the rights to use, copy, modify, merge, publish,
20144 distribute, sublicense, and/or sell copies of the Software, and to
20145 permit persons to whom the Software is furnished to do so, subject to
20146 the following conditions:
20148 The above copyright notice and this permission notice shall be included
20149 in all copies or substantial portions of the Software.
20151 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
20152 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20153 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20154 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
20155 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20156 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
20157 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20159 Except as contained in this notice, the name of the Hewlett-Packard
20160 Company shall not be used in advertising or otherwise to promote the
20161 sale, use or other dealings in this Software without prior written
20162 authorization from the Hewlett-Packard Company.
20165 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
20166 All Rights Reserved
20168 Permission to use, copy, modify, and distribute this software and its
20169 documentation for any purpose and without fee is hereby granted,
20170 provided that the above copyright notice appear in all copies and that
20171 both that copyright notice and this permission notice appear in
20172 supporting documentation, and that the name of Hewlett-Packard not be
20173 used in advertising or publicity pertaining to distribution of the
20174 software without specific, written prior permission.
20176 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
20177 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
20178 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
20179 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20180 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20181 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20182 SOFTWARE.
20185 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
20186 Copyright (c) 2003 by the XFree86 Project, Inc.
20187 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
20188 All Rights Reserved.
20190 Permission is hereby granted, free of charge, to any person obtaining
20191 a copy of this software and associated documentation files (the
20192 "Software"), to deal in the Software without restriction, including
20193 without limitation on the rights to use, copy, modify, merge,
20194 publish, distribute, sublicense, and/or sell copies of the Software,
20195 and to permit persons to whom the Software is furnished to do so,
20196 subject to the following conditions:
20198 The above copyright notice and this permission notice (including the
20199 next paragraph) shall be included in all copies or substantial
20200 portions of the Software.
20202 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20203 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20204 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20205 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
20206 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
20207 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20208 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20209 SOFTWARE.
20212 Copyright © 2008 Red Hat, Inc.
20213 Partly based on code Copyright © 2000 SuSE, Inc.
20215 Permission to use, copy, modify, distribute, and sell this software
20216 and its documentation for any purpose is hereby granted without
20217 fee, provided that the above copyright notice appear in all copies
20218 and that both that copyright notice and this permission notice
20219 appear in supporting documentation, and that the name of Red Hat
20220 not be used in advertising or publicity pertaining to distribution
20221 of the software without specific, written prior permission. Red
20222 Hat makes no representations about the suitability of this software
20223 for any purpose. It is provided "as is" without express or implied
20224 warranty.
20226 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20227 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
20228 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20229 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
20230 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
20231 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20232 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20234 Permission to use, copy, modify, distribute, and sell this software and its
20235 documentation for any purpose is hereby granted without fee, provided that
20236 the above copyright notice appear in all copies and that both that
20237 copyright notice and this permission notice appear in supporting
20238 documentation, and that the name of SuSE not be used in advertising or
20239 publicity pertaining to distribution of the software without specific,
20240 written prior permission. SuSE makes no representations about the
20241 suitability of this software for any purpose. It is provided "as is"
20242 without express or implied warranty.
20244 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
20245 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
20246 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20247 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
20248 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20249 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20252 Copyright © 2006 Red Hat, Inc.
20253 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
20254 All Rights Reserved.
20256 Permission is hereby granted, free of charge, to any person obtaining a
20257 copy of this software and associated documentation files (the "Software"),
20258 to deal in the Software without restriction, including without limitation
20259 the rights to use, copy, modify, merge, publish, distribute, sub license,
20260 and/or sell copies of the Software, and to permit persons to whom the
20261 Software is furnished to do so, subject to the following conditions:
20263 The above copyright notice and this permission notice (including the next
20264 paragraph) shall be included in all copies or substantial portions of the
20265 Software.
20267 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20268 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20269 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20270 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
20271 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
20272 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
20273 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20276 Copyright (c) 1995 X Consortium
20277 Copyright 2004 Red Hat Inc., Durham, North Carolina.
20278 All Rights Reserved.
20280 Permission is hereby granted, free of charge, to any person obtaining
20281 a copy of this software and associated documentation files (the
20282 "Software"), to deal in the Software without restriction, including
20283 without limitation on the rights to use, copy, modify, merge,
20284 publish, distribute, sublicense, and/or sell copies of the Software,
20285 and to permit persons to whom the Software is furnished to do so,
20286 subject to the following conditions:
20288 The above copyright notice and this permission notice shall be
20289 included in all copies or substantial portions of the Software.
20291 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20292 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20293 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20294 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
20295 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20296 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20297 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20298 OTHER DEALINGS IN THE SOFTWARE.
20300 Except as contained in this notice, the name of the X Consortium
20301 shall not be used in advertising or otherwise to promote the sale,
20302 use or other dealings in this Software without prior written
20303 authorization from the X Consortium.
20306 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
20307 Copyright 2000 VA Linux Systems, Inc.
20308 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
20309 Copyright (c) 2003-2004 Torrey T. Lyons.
20310 All Rights Reserved.
20312 Permission is hereby granted, free of charge, to any person obtaining a
20313 copy of this software and associated documentation files (the
20314 "Software"), to deal in the Software without restriction, including
20315 without limitation the rights to use, copy, modify, merge, publish,
20316 distribute, sub license, and/or sell copies of the Software, and to
20317 permit persons to whom the Software is furnished to do so, subject to
20318 the following conditions:
20320 The above copyright notice and this permission notice (including the
20321 next paragraph) shall be included in all copies or substantial portions
20322 of the Software.
20324 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
20325 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20326 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
20327 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
20328 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20329 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20330 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20333 (C) Copyright IBM Corporation 2003
20334 All Rights Reserved.
20336 Permission is hereby granted, free of charge, to any person obtaining a
20337 copy of this software and associated documentation files (the "Software"),
20338 to deal in the Software without restriction, including without limitation
20339 on the rights to use, copy, modify, merge, publish, distribute, sub
20340 license, and/or sell copies of the Software, and to permit persons to whom
20341 the Software is furnished to do so, subject to the following conditions:
20343 The above copyright notice and this permission notice (including the next
20344 paragraph) shall be included in all copies or substantial portions of the
20345 Software.
20347 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20348 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20349 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20350 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
20351 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20352 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
20353 USE OR OTHER DEALINGS IN THE SOFTWARE.
20356 (C) Copyright IBM Corporation 2004-2005
20357 All Rights Reserved.
20359 Permission is hereby granted, free of charge, to any person obtaining a
20360 copy of this software and associated documentation files (the "Software"),
20361 to deal in the Software without restriction, including without limitation
20362 the rights to use, copy, modify, merge, publish, distribute, sub license,
20363 and/or sell copies of the Software, and to permit persons to whom the
20364 Software is furnished to do so, subject to the following conditions:
20366 The above copyright notice and this permission notice (including the next
20367 paragraph) shall be included in all copies or substantial portions of the
20368 Software.
20370 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20371 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20372 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20373 IBM,
20374 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20375 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20376 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20377 SOFTWARE.
20380 Copyright (c) 1997 Metro Link Incorporated
20382 Permission is hereby granted, free of charge, to any person obtaining a
20383 copy of this software and associated documentation files (the "Software"),
20384 to deal in the Software without restriction, including without limitation
20385 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20386 and/or sell copies of the Software, and to permit persons to whom the
20387 Software is furnished to do so, subject to the following conditions:
20389 The above copyright notice and this permission notice shall be included in
20390 all copies or substantial portions of the Software.
20392 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20393 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20394 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20395 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20396 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20397 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20398 SOFTWARE.
20400 Except as contained in this notice, the name of the Metro Link shall not be
20401 used in advertising or otherwise to promote the sale, use or other dealings
20402 in this Software without prior written authorization from Metro Link.
20405 Copyright 1995-1998 by Metro Link, Inc.
20406 Copyright (c) 1997 Matthieu Herrb
20408 Permission to use, copy, modify, distribute, and sell this software and its
20409 documentation for any purpose is hereby granted without fee, provided that
20410 the above copyright notice appear in all copies and that both that
20411 copyright notice and this permission notice appear in supporting
20412 documentation, and that the name of Metro Link, Inc. not be used in
20413 advertising or publicity pertaining to distribution of the software without
20414 specific, written prior permission. Metro Link, Inc. makes no
20415 representations about the suitability of this software for any purpose.
20416 It is provided "as is" without express or implied warranty.
20418 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20419 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20420 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20421 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20422 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20423 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20424 PERFORMANCE OF THIS SOFTWARE.
20427 Copyright 1998 by Metro Link Incorporated
20429 Permission to use, copy, modify, distribute, and sell this software
20430 and its documentation for any purpose is hereby granted without fee,
20431 provided that the above copyright notice appear in all copies and that
20432 both that copyright notice and this permission notice appear in
20433 supporting documentation, and that the name of Metro Link
20434 Incorporated not be used in advertising or publicity pertaining to
20435 distribution of the software without specific, written prior
20436 permission. Metro Link Incorporated makes no representations
20437 about the suitability of this software for any purpose. It is
20438 provided "as is" without express or implied warranty.
20440 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
20441 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20442 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
20443 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
20444 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20445 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20446 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20447 SOFTWARE.
20450 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
20452 Permission is hereby granted, free of charge, to any person obtaining a
20453 copy of this software and associated documentation files (the "Software"),
20454 to deal in the Software without restriction, including without limitation
20455 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20456 and/or sell copies of the Software, and to permit persons to whom the
20457 Software is furnished to do so, subject to the following conditions:
20459 The above copyright notice and this permission notice shall be included in
20460 all copies or substantial portions of the Software.
20462 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20463 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20464 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20465 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20466 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20467 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20468 SOFTWARE.
20470 Except as contained in this notice, the name of Conectiva Linux shall
20471 not be used in advertising or otherwise to promote the sale, use or other
20472 dealings in this Software without prior written authorization from
20473 Conectiva Linux.
20476 Copyright (c) 2001, Andy Ritger aritger@nvidia.com
20477 All rights reserved.
20479 Redistribution and use in source and binary forms, with or without
20480 modification, are permitted provided that the following conditions
20481 are met:
20483 o Redistributions of source code must retain the above copyright
20484 notice, this list of conditions and the following disclaimer.
20485 o Redistributions in binary form must reproduce the above copyright
20486 notice, this list of conditions and the following disclaimer
20487 in the documentation and/or other materials provided with the
20488 distribution.
20489 o Neither the name of NVIDIA nor the names of its contributors
20490 may be used to endorse or promote products derived from this
20491 software without specific prior written permission.
20493 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20494 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
20495 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20496 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20497 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20498 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
20499 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20500 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
20501 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20502 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
20503 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
20504 POSSIBILITY OF SUCH DAMAGE.
20507 Copyright 1992 Vrije Universiteit, The Netherlands
20509 Permission to use, copy, modify, and distribute this software and its
20510 documentation for any purpose and without fee is hereby granted, provided
20511 that the above copyright notice appear in all copies and that both that
20512 copyright notice and this permission notice appear in supporting
20513 documentation, and that the name of the Vrije Universiteit not be used in
20514 advertising or publicity pertaining to distribution of the software without
20515 specific, written prior permission. The Vrije Universiteit makes no
20516 representations about the suitability of this software for any purpose.
20517 It is provided "as is" without express or implied warranty.
20519 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20520 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20521 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20522 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20523 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20524 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20525 PERFORMANCE OF THIS SOFTWARE.
20528 Copyright 1998 by Concurrent Computer Corporation
20530 Permission to use, copy, modify, distribute, and sell this software
20531 and its documentation for any purpose is hereby granted without fee,
20532 provided that the above copyright notice appear in all copies and that
20533 both that copyright notice and this permission notice appear in
20534 supporting documentation, and that the name of Concurrent Computer
20535 Corporation not be used in advertising or publicity pertaining to
20536 distribution of the software without specific, written prior
20537 permission. Concurrent Computer Corporation makes no representations
20538 about the suitability of this software for any purpose. It is
20539 provided "as is" without express or implied warranty.
20541 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
20542 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20543 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
20544 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
20545 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20546 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20547 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20548 SOFTWARE.
20551 Copyright © 2004 Nokia
20553 Permission to use, copy, modify, distribute, and sell this software and its
20554 documentation for any purpose is hereby granted without fee, provided that
20555 the above copyright notice appear in all copies and that both that
20556 copyright notice and this permission notice appear in supporting
20557 documentation, and that the name of Nokia not be used in
20558 advertising or publicity pertaining to distribution of the software without
20559 specific, written prior permission. Nokia makes no
20560 representations about the suitability of this software for any purpose. It
20561 is provided "as is" without express or implied warranty.
20563 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20564 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20565 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20566 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20567 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20568 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20569 PERFORMANCE OF THIS SOFTWARE.
20572 (c)Copyright 1988,1991 Adobe Systems Incorporated.
20573 All rights reserved.
20575 Permission to use, copy, modify, distribute, and sublicense this software and its
20576 documentation for any purpose and without fee is hereby granted, provided that
20577 the above copyright notices appear in all copies and that both those copyright
20578 notices and this permission notice appear in supporting documentation and that
20579 the name of Adobe Systems Incorporated not be used in advertising or publicity
20580 pertaining to distribution of the software without specific, written prior
20581 permission. No trademark license to use the Adobe trademarks is hereby
20582 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe
20583 this software, its functionality or for any other purpose, such use shall be
20584 limited to a statement that this software works in conjunction with the Display
20585 PostScript system. Proper trademark attribution to reflect Adobe's ownership
20586 of the trademark shall be given whenever any such reference to the Display
20587 PostScript system is made.
20589 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
20590 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
20591 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
20592 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
20593 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
20594 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
20595 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
20596 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20597 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
20598 SUPPORT FOR THE SOFTWARE.
20600 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
20601 Incorporated which may be registered in certain jurisdictions.
20604 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
20606 Permission to use, copy, modify, and distribute this software and its
20607 documentation for any purpose and without fee is hereby granted, provided
20608 that the above copyright notice appear in all copies and that both that
20609 copyright notice and this permission notice appear in supporting
20610 documentation, and that the name of N.C.D. not be used in advertising or
20611 publicity pertaining to distribution of the software without specific,
20612 written prior permission. N.C.D. makes no representations about the
20613 suitability of this software for any purpose. It is provided "as is"
20614 without express or implied warranty.
20617 Copyright (c) 1987 by the Regents of the University of California
20619 Permission to use, copy, modify, and distribute this
20620 software and its documentation for any purpose and without
20621 fee is hereby granted, provided that the above copyright
20622 notice appear in all copies. The University of California
20623 makes no representations about the suitability of this
20624 software for any purpose. It is provided "as is" without
20625 express or implied warranty.
20628 Copyright 1992, 1993 Data General Corporation;
20629 Copyright 1992, 1993 OMRON Corporation
20631 Permission to use, copy, modify, distribute, and sell this software and its
20632 documentation for any purpose is hereby granted without fee, provided that the
20633 above copyright notice appear in all copies and that both that copyright
20634 notice and this permission notice appear in supporting documentation, and that
20635 neither the name OMRON or DATA GENERAL be used in advertising or publicity
20636 pertaining to distribution of the software without specific, written prior
20637 permission of the party whose name is to be used. Neither OMRON or
20638 DATA GENERAL make any representation about the suitability of this software
20639 for any purpose. It is provided "as is" without express or implied warranty.
20641 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
20642 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
20643 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
20644 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20645 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20646 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
20647 OF THIS SOFTWARE.
20650 Copyright © 1998-2004, 2006 Keith Packard
20651 Copyright © 2000-2002 Keith Packard, member of The XFree86 Project, Inc.
20652 Copyright (c) 2002 Apple Computer, Inc.
20653 Copyright (c) 2003 Torrey T. Lyons.
20654 All Rights Reserved.
20656 Permission to use, copy, modify, distribute, and sell this software and its
20657 documentation for any purpose is hereby granted without fee, provided that
20658 the above copyright notice appear in all copies and that both that
20659 copyright notice and this permission notice appear in supporting
20660 documentation, and that the name of Keith Packard not be used in
20661 advertising or publicity pertaining to distribution of the software without
20662 specific, written prior permission. Keith Packard makes no
20663 representations about the suitability of this software for any purpose. It
20664 is provided "as is" without express or implied warranty.
20666 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20667 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20668 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20669 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20670 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20671 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20672 PERFORMANCE OF THIS SOFTWARE.
20675 Copyright © 1999 Keith Packard
20676 Copyright © 2000 Compaq Computer Corporation
20677 Copyright © 2002 MontaVista Software Inc.
20678 Copyright © 2005 OpenedHand Ltd.
20679 Copyright © 2006 Nokia Corporation
20681 Permission to use, copy, modify, distribute, and sell this software and its
20682 documentation for any purpose is hereby granted without fee, provided that
20683 the above copyright notice appear in all copies and that both that
20684 copyright notice and this permission notice appear in supporting
20685 documentation, and that the name of the authors and/or copyright holders
20686 not be used in advertising or publicity pertaining to distribution of the
20687 software without specific, written prior permission. The authors and/or
20688 copyright holders make no representations about the suitability of this
20689 software for any purpose. It is provided "as is" without express or
20690 implied warranty.
20692 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
20693 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20694 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
20695 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20696 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20697 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20698 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20701 Copyright 1993 by Davor Matic
20703 Permission to use, copy, modify, distribute, and sell this software
20704 and its documentation for any purpose is hereby granted without fee,
20705 provided that the above copyright notice appear in all copies and that
20706 both that copyright notice and this permission notice appear in
20707 supporting documentation. Davor Matic makes no representations about
20708 the suitability of this software for any purpose. It is provided "as
20709 is" without express or implied warranty.
20712 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
20713 Copyright (C) Colin Harrison 2005-2008
20715 Permission is hereby granted, free of charge, to any person obtaining
20716 a copy of this software and associated documentation files (the
20717 "Software"), to deal in the Software without restriction, including
20718 without limitation the rights to use, copy, modify, merge, publish,
20719 distribute, sublicense, and/or sell copies of the Software, and to
20720 permit persons to whom the Software is furnished to do so, subject to
20721 the following conditions:
20723 The above copyright notice and this permission notice shall be
20724 included in all copies or substantial portions of the Software.
20726 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20727 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20728 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20729 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
20730 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
20731 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20732 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20734 Except as contained in this notice, the name of Harold L Hunt II
20735 shall not be used in advertising or otherwise to promote the sale, use
20736 or other dealings in this Software without prior written authorization
20737 from Harold L Hunt II.
20740 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
20742 Permission to use, copy, modify, distribute, and sell this software and its
20743 documentation for any purpose is hereby granted without fee, provided that
20744 the above copyright notice appear in all copies and that both that
20745 copyright notice and this permission notice appear in supporting
20746 documentation, and that the name of Thomas Roell not be used in
20747 advertising or publicity pertaining to distribution of the software without
20748 specific, written prior permission. Thomas Roell makes no representations
20749 about the suitability of this software for any purpose. It is provided
20750 "as is" without express or implied warranty.
20752 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20753 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20754 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20755 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20756 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20757 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20758 PERFORMANCE OF THIS SOFTWARE.
20761 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
20762 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20764 Permission to use, copy, modify, distribute, and sell this software and its
20765 documentation for any purpose is hereby granted without fee, provided that
20766 the above copyright notice appear in all copies and that both that
20767 copyright notice and this permission notice appear in supporting
20768 documentation, and that the names of Thomas Roell and David Wexelblat
20769 not be used in advertising or publicity pertaining to distribution of
20770 the software without specific, written prior permission. Thomas Roell and
20771 David Wexelblat makes no representations about the suitability of this
20772 software for any purpose. It is provided "as is" without express or
20773 implied warranty.
20775 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
20776 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20777 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
20778 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
20779 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
20780 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20781 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20784 Copyright 1990,91,92,93 by Thomas Roell, Germany.
20785 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA.
20787 Permission to use, copy, modify, distribute, and sell this software
20788 and its documentation for any purpose is hereby granted without fee,
20789 provided that the above copyright notice appear in all copies and
20790 that both that copyright notice and this permission notice appear
20791 in supporting documentation, and that the name of Thomas Roell nor
20792 SGCS be used in advertising or publicity pertaining to distribution
20793 of the software without specific, written prior permission.
20794 Thomas Roell nor SGCS makes no representations about the suitability
20795 of this software for any purpose. It is provided "as is" without
20796 express or implied warranty.
20798 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
20799 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20800 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
20801 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
20802 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
20803 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20804 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20807 Copyright 1998 by Alan Hourihane, Wigan, England.
20808 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
20810 Permission to use, copy, modify, distribute, and sell this software and its
20811 documentation for any purpose is hereby granted without fee, provided that
20812 the above copyright notice appear in all copies and that both that
20813 copyright notice and this permission notice appear in supporting
20814 documentation, and that the name of Alan Hourihane not be used in
20815 advertising or publicity pertaining to distribution of the software without
20816 specific, written prior permission. Alan Hourihane makes no representations
20817 about the suitability of this software for any purpose. It is provided
20818 "as is" without express or implied warranty.
20820 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20821 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20822 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20823 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20824 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20825 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20826 PERFORMANCE OF THIS SOFTWARE.
20829 Copyright 1995 Kaleb S. KEITHLEY
20831 Permission is hereby granted, free of charge, to any person obtaining
20832 a copy of this software and associated documentation files (the
20833 "Software"), to deal in the Software without restriction, including
20834 without limitation the rights to use, copy, modify, merge, publish,
20835 distribute, sublicense, and/or sell copies of the Software, and to
20836 permit persons to whom the Software is furnished to do so, subject to
20837 the following conditions:
20839 The above copyright notice and this permission notice shall be
20840 included in all copies or substantial portions of the Software.
20842 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20843 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20844 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20845 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
20846 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20847 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20848 OTHER DEALINGS IN THE SOFTWARE.
20850 Except as contained in this notice, the name of Kaleb S. KEITHLEY
20851 shall not be used in advertising or otherwise to promote the sale, use
20852 or other dealings in this Software without prior written authorization
20853 from Kaleb S. KEITHLEY
20856 Copyright (c) 1997 Matthieu Herrb
20858 Permission to use, copy, modify, distribute, and sell this software and its
20859 documentation for any purpose is hereby granted without fee, provided that
20860 the above copyright notice appear in all copies and that both that
20861 copyright notice and this permission notice appear in supporting
20862 documentation, and that the name of Matthieu Herrb not be used in
20863 advertising or publicity pertaining to distribution of the software without
20864 specific, written prior permission. Matthieu Herrb makes no
20865 representations about the suitability of this software for any purpose.
20866 It is provided "as is" without express or implied warranty.
20868 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20869 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20870 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20871 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20872 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20873 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20874 PERFORMANCE OF THIS SOFTWARE.
20877 Copyright 2004, Egbert Eich
20879 Permission is hereby granted, free of charge, to any person obtaining a copy
20880 of this software and associated documentation files (the "Software"), to
20881 deal in the Software without restriction, including without limitation the
20882 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
20883 sell copies of the Software, and to permit persons to whom the Software is
20884 furnished to do so, subject to the following conditions:
20886 The above copyright notice and this permission notice shall be included in
20887 all copies or substantial portions of the Software.
20889 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20890 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20891 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20892 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20893 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
20894 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20896 Except as contained in this notice, the name of Egbert Eich shall not
20897 be used in advertising or otherwise to promote the sale, use or other deal-
20898 ings in this Software without prior written authorization from Egbert Eich.
20901 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20902 Copyright 2005 by Kean Johnston &lt;jkj@sco.com&gt;
20903 Copyright 1993 by David McCullough &lt;davidm@stallion.oz.au&gt;
20905 Permission to use, copy, modify, distribute, and sell this software and its
20906 documentation for any purpose is hereby granted without fee, provided that
20907 the above copyright notice appear in all copies and that both that
20908 copyright notice and this permission notice appear in supporting
20909 documentation, and that the name of David Wexelblat not be used in
20910 advertising or publicity pertaining to distribution of the software without
20911 specific, written prior permission. David Wexelblat makes no representations
20912 about the suitability of this software for any purpose. It is provided
20913 "as is" without express or implied warranty.
20915 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20916 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20917 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20918 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20919 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20920 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20921 PERFORMANCE OF THIS SOFTWARE.
20924 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
20925 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20927 Permission to use, copy, modify, distribute, and sell this software and its
20928 documentation for any purpose is hereby granted without fee, provided that
20929 the above copyright notice appear in all copies and that both that
20930 copyright notice and this permission notice appear in supporting
20931 documentation, and that the names of Orest Zborowski and David Wexelblat
20932 not be used in advertising or publicity pertaining to distribution of
20933 the software without specific, written prior permission. Orest Zborowski
20934 and David Wexelblat make no representations about the suitability of this
20935 software for any purpose. It is provided "as is" without express or
20936 implied warranty.
20938 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
20939 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20940 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
20941 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20942 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20943 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20944 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20947 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
20948 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
20950 Permission to use, copy, modify, distribute, and sell this software and its
20951 documentation for any purpose is hereby granted without fee, provided that
20952 the above copyright notice appear in all copies and that both that
20953 copyright notice and this permission notice appear in supporting
20954 documentation, and that the names of Orest Zborowski and David Dawes
20955 not be used in advertising or publicity pertaining to distribution of
20956 the software without specific, written prior permission. Orest Zborowski
20957 and David Dawes make no representations about the suitability of this
20958 software for any purpose. It is provided "as is" without express or
20959 implied warranty.
20961 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
20962 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20963 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
20964 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20965 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20966 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20967 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20970 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred@sugix.frmug.fr.net&gt;
20972 Permission to use, copy, modify, distribute, and sell this software and its
20973 documentation for any purpose is hereby granted without fee, provided that
20974 the above copyright notice appear in all copies and that both that
20975 copyright notice and this permission notice appear in supporting
20976 documentation, and that the name of Frederic Lepied not be used in
20977 advertising or publicity pertaining to distribution of the software without
20978 specific, written prior permission. Frederic Lepied makes no
20979 representations about the suitability of this software for any purpose. It
20980 is provided "as is" without express or implied warranty.
20982 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20983 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20984 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20985 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20986 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20987 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20988 PERFORMANCE OF THIS SOFTWARE.
20991 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
20992 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20994 Permission to use, copy, modify, distribute, and sell this software and its
20995 documentation for any purpose is hereby granted without fee, provided that
20996 the above copyright notice appear in all copies and that both that
20997 copyright notice and this permission notice appear in supporting
20998 documentation, and that the names of Rich Murphey and David Wexelblat
20999 not be used in advertising or publicity pertaining to distribution of
21000 the software without specific, written prior permission. Rich Murphey and
21001 David Wexelblat make no representations about the suitability of this
21002 software for any purpose. It is provided "as is" without express or
21003 implied warranty.
21005 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
21006 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21007 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
21008 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
21009 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
21010 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
21011 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21014 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
21015 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
21017 Permission to use, copy, modify, distribute, and sell this software and its
21018 documentation for any purpose is hereby granted without fee, provided that
21019 the above copyright notice appear in all copies and that both that
21020 copyright notice and this permission notice appear in supporting
21021 documentation, and that the names of Rich Murphey and David Dawes
21022 not be used in advertising or publicity pertaining to distribution of
21023 the software without specific, written prior permission. Rich Murphey and
21024 David Dawes make no representations about the suitability of this
21025 software for any purpose. It is provided "as is" without express or
21026 implied warranty.
21028 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
21029 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21030 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
21031 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
21032 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
21033 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
21034 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21037 Copyright © 2003-2004 Anders Carlsson
21039 Permission to use, copy, modify, distribute, and sell this software and its
21040 documentation for any purpose is hereby granted without fee, provided that
21041 the above copyright notice appear in all copies and that both that
21042 copyright notice and this permission notice appear in supporting
21043 documentation, and that the name of Anders Carlsson not be used in
21044 advertising or publicity pertaining to distribution of the software without
21045 specific, written prior permission. Anders Carlsson makes no
21046 representations about the suitability of this software for any purpose. It
21047 is provided "as is" without express or implied warranty.
21049 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21050 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21051 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21052 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21053 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21054 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21055 PERFORMANCE OF THIS SOFTWARE.
21058 Copyright (C) 2003 Anders Carlsson
21059 Copyright © 2003-2004 Eric Anholt
21060 Copyright © 2004 Keith Packard
21062 Permission to use, copy, modify, distribute, and sell this software and its
21063 documentation for any purpose is hereby granted without fee, provided that
21064 the above copyright notice appear in all copies and that both that
21065 copyright notice and this permission notice appear in supporting
21066 documentation, and that the name of Eric Anholt not be used in
21067 advertising or publicity pertaining to distribution of the software without
21068 specific, written prior permission. Eric Anholt makes no
21069 representations about the suitability of this software for any purpose. It
21070 is provided "as is" without express or implied warranty.
21072 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21073 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21074 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21075 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21076 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21077 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21078 PERFORMANCE OF THIS SOFTWARE.
21081 Copyright © 2004 PillowElephantBadgerBankPond
21083 Permission to use, copy, modify, distribute, and sell this software and its
21084 documentation for any purpose is hereby granted without fee, provided that
21085 the above copyright notice appear in all copies and that both that
21086 copyright notice and this permission notice appear in supporting
21087 documentation, and that the name of PillowElephantBadgerBankPond not be used in
21088 advertising or publicity pertaining to distribution of the software without
21089 specific, written prior permission. PillowElephantBadgerBankPond makes no
21090 representations about the suitability of this software for any purpose. It
21091 is provided "as is" without express or implied warranty.
21093 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21094 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21095 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21096 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21097 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21098 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21099 PERFORMANCE OF THIS SOFTWARE.
21102 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
21104 Permission to use, copy, modify, and distribute this software for any
21105 purpose with or without fee is hereby granted, provided that the above
21106 copyright notice and this permission notice appear in all copies.
21108 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
21109 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
21110 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
21111 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21112 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
21113 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
21114 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21117 Copyright © 2003-2004 Philip Blundell
21119 Permission to use, copy, modify, distribute, and sell this software and its
21120 documentation for any purpose is hereby granted without fee, provided that
21121 the above copyright notice appear in all copies and that both that
21122 copyright notice and this permission notice appear in supporting
21123 documentation, and that the name of Philip Blundell not be used in
21124 advertising or publicity pertaining to distribution of the software without
21125 specific, written prior permission. Philip Blundell makes no
21126 representations about the suitability of this software for any purpose. It
21127 is provided "as is" without express or implied warranty.
21129 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21130 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21131 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21132 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21133 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21134 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21135 PERFORMANCE OF THIS SOFTWARE.
21139 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
21140 Copyright 1997 by Metro Link, Inc.
21141 Copyright 2003 by David H. Dawes.
21142 Copyright 2003 by X-Oz Technologies.
21143 Copyright (c) 2004, X.Org Foundation
21145 Permission is hereby granted, free of charge, to any person obtaining a
21146 copy of this software and associated documentation files (the "Software"),
21147 to deal in the Software without restriction, including without limitation
21148 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21149 and/or sell copies of the Software, and to permit persons to whom the
21150 Software is furnished to do so, subject to the following conditions:
21152 The above copyright notice and this permission notice shall be included in
21153 all copies or substantial portions of the Software.
21155 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21156 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21157 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21158 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
21159 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21160 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21161 OTHER DEALINGS IN THE SOFTWARE.
21163 Except as contained in this notice, the name of the copyright holder(s)
21164 and author(s) shall not be used in advertising or otherwise to promote
21165 the sale, use or other dealings in this Software without prior written
21166 authorization from the copyright holder(s) and author(s).
21169 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
21170 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
21171 Copyright 1999 by David Holland &lt;davidh@iquest.net&gt;
21172 Copyright © 2000 Compaq Computer Corporation
21173 Copyright © 2002 Hewlett-Packard Company
21174 Copyright © 2004, 2005 Red Hat, Inc.
21175 Copyright © 2004 Nicholas Miell
21176 Copyright © 2005 Trolltech AS
21177 Copyright © 2006 Intel Corporation
21178 Copyright © 2006-2007 Keith Packard
21179 Copyright © 2008 Red Hat, Inc
21180 Copyright © 2008 George Sapountzis &lt;gsap7@yahoo.gr&gt;
21182 Permission to use, copy, modify, distribute, and sell this software and its
21183 documentation for any purpose is hereby granted without fee, provided that
21184 the above copyright notice appear in all copies and that both that copyright
21185 notice and this permission notice appear in supporting documentation, and
21186 that the name of the copyright holders not be used in advertising or
21187 publicity pertaining to distribution of the software without specific,
21188 written prior permission. The copyright holders make no representations
21189 about the suitability of this software for any purpose. It is provided "as
21190 is" without express or implied warranty.
21192 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
21193 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21194 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
21195 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21196 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21197 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21198 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
21199 SOFTWARE.
21202 Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
21203 2005 Lars Knoll &amp; Zack Rusin, Trolltech
21205 Permission to use, copy, modify, distribute, and sell this software and its
21206 documentation for any purpose is hereby granted without fee, provided that
21207 the above copyright notice appear in all copies and that both that
21208 copyright notice and this permission notice appear in supporting
21209 documentation, and that the name of Keith Packard not be used in
21210 advertising or publicity pertaining to distribution of the software without
21211 specific, written prior permission. Keith Packard makes no
21212 representations about the suitability of this software for any purpose. It
21213 is provided "as is" without express or implied warranty.
21215 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
21216 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21217 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
21218 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21219 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21220 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21221 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
21222 SOFTWARE.
21225 Copyright 1987, 1998 The Open Group
21226 Copyright © 1998-1999, 2001 The XFree86 Project, Inc.
21227 Copyright © 2000 VA Linux Systems, Inc.
21228 Copyright (c) 2000, 2001 Nokia Home Communications
21229 Copyright © 2007, 2008 Red Hat, Inc.
21230 All rights reserved.
21232 Permission is hereby granted, free of charge, to any person obtaining a
21233 copy of this software and associated documentation files (the
21234 "Software"), to deal in the Software without restriction, including
21235 without limitation the rights to use, copy, modify, merge, publish,
21236 distribute, and/or sell copies of the Software, and to permit persons
21237 to whom the Software is furnished to do so, provided that the above
21238 copyright notice(s) and this permission notice appear in all copies of
21239 the Software and that both the above copyright notice(s) and this
21240 permission notice appear in supporting documentation.
21242 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21243 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21244 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
21245 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21246 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
21247 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
21248 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
21249 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
21250 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21252 Except as contained in this notice, the name of a copyright holder
21253 shall not be used in advertising or otherwise to promote the sale, use
21254 or other dealings in this Software without prior written authorization
21255 of the copyright holder.
21258 Copyright 1996 by Thomas E. Dickey &lt;dickey@clark.net&gt;
21260 All Rights Reserved
21262 Permission to use, copy, modify, and distribute this software and its
21263 documentation for any purpose and without fee is hereby granted,
21264 provided that the above copyright notice appear in all copies and that
21265 both that copyright notice and this permission notice appear in
21266 supporting documentation, and that the name of the above listed
21267 copyright holder(s) not be used in advertising or publicity pertaining
21268 to distribution of the software without specific, written prior
21269 permission.
21271 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
21272 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21273 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
21274 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21275 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21276 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
21277 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21280 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
21281 Copyright (c) 2001 Andreas Monitzer.
21282 Copyright (c) 2001-2004 Greg Parker.
21283 Copyright (c) 2001-2004 Torrey T. Lyons
21284 Copyright (c) 2002-2003 Apple Computer, Inc.
21285 Copyright (c) 2004-2005 Alexander Gottwald
21286 Copyright (c) 2002-2009 Apple Inc.
21287 Copyright (c) 2007 Jeremy Huddleston
21288 All Rights Reserved.
21290 Permission is hereby granted, free of charge, to any person obtaining a
21291 copy of this software and associated documentation files (the "Software"),
21292 to deal in the Software without restriction, including without limitation
21293 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21294 and/or sell copies of the Software, and to permit persons to whom the
21295 Software is furnished to do so, subject to the following conditions:
21297 The above copyright notice and this permission notice shall be included in
21298 all copies or substantial portions of the Software.
21300 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21301 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21302 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21303 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
21304 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21305 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21306 DEALINGS IN THE SOFTWARE.
21308 Except as contained in this notice, the name(s) of the above copyright
21309 holders shall not be used in advertising or otherwise to promote the sale,
21310 use or other dealings in this Software without prior written authorization.
21313 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine@sunshineco.com&gt;
21314 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
21316 All rights reserved.
21318 Redistribution and use in source and binary forms, with or without
21319 modification, are permitted provided that the following conditions are met:
21321 1. Redistributions of source code must retain the above copyright
21322 notice, this list of conditions and the following disclaimer.
21323 2. Redistributions in binary form must reproduce the above copyright
21324 notice, this list of conditions and the following disclaimer in the
21325 documentation and/or other materials provided with the distribution.
21326 3. The name of the author may not be used to endorse or promote products
21327 derived from this software without specific prior written permission.
21329 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21330 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21331 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
21332 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21333 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21334 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21335 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
21336 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21337 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21338 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21341 Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net
21343 Permission is hereby granted, free of charge, to any person obtaining a copy of
21344 this software and associated documentation files (the "Software"), to deal in
21345 the Software without restriction, including without limitation the rights to
21346 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
21347 of the Software, and to permit persons to whom the Software is furnished to do
21348 so, subject to the following conditions:
21350 The above copyright notice and this permission notice shall be included in all
21351 copies or substantial portions of the Software.
21353 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21354 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21355 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21356 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
21357 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21358 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21360 Except as contained in this notice, the name of the author shall not be used in
21361 advertising or otherwise to promote the sale, use or other dealings in this
21362 Software without prior written authorization from the author.
21365 Copyright © 2002 David Dawes
21367 Permission is hereby granted, free of charge, to any person obtaining a
21368 copy of this software and associated documentation files (the "Software"),
21369 to deal in the Software without restriction, including without limitation
21370 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21371 and/or sell copies of the Software, and to permit persons to whom the
21372 Software is furnished to do so, subject to the following conditions:
21374 The above copyright notice and this permission notice shall be included in
21375 all copies or substantial portions of the Software.
21377 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21378 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21379 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21380 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21381 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
21382 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21383 SOFTWARE.
21385 Except as contained in this notice, the name of the author(s) shall
21386 not be used in advertising or otherwise to promote the sale, use or other
21387 dealings in this Software without prior written authorization from
21388 the author(s).
21391 Copyright (C) 1996-1999 SciTech Software, Inc.
21392 Copyright (C) David Mosberger-Tang
21393 Copyright (C) 1999 Egbert Eich
21394 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
21396 Permission to use, copy, modify, distribute, and sell this software and
21397 its documentation for any purpose is hereby granted without fee,
21398 provided that the above copyright notice appear in all copies and that
21399 both that copyright notice and this permission notice appear in
21400 supporting documentation, and that the name of the authors not be used
21401 in advertising or publicity pertaining to distribution of the software
21402 without specific, written prior permission. The authors makes no
21403 representations about the suitability of this software for any purpose.
21404 It is provided "as is" without express or implied warranty.
21406 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21407 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21408 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21409 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
21410 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21411 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21412 PERFORMANCE OF THIS SOFTWARE.
21415 Copyright 2005-2006 Luc Verhaegen.
21417 Permission is hereby granted, free of charge, to any person obtaining a
21418 copy of this software and associated documentation files (the "Software"),
21419 to deal in the Software without restriction, including without limitation
21420 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21421 and/or sell copies of the Software, and to permit persons to whom the
21422 Software is furnished to do so, subject to the following conditions:
21424 The above copyright notice and this permission notice shall be included in
21425 all copies or substantial portions of the Software.
21427 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21428 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21429 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21430 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
21431 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21432 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21433 OTHER DEALINGS IN THE SOFTWARE.
21436 Copyright 1995 by Robin Cutshaw &lt;robin@XFree86.Org&gt;
21437 Copyright 2000 by Egbert Eich
21438 Copyright 2002 by David Dawes
21440 Permission to use, copy, modify, distribute, and sell this software and its
21441 documentation for any purpose is hereby granted without fee, provided that
21442 the above copyright notice appear in all copies and that both that
21443 copyright notice and this permission notice appear in supporting
21444 documentation, and that the names of the above listed copyright holder(s)
21445 not be used in advertising or publicity pertaining to distribution of
21446 the software without specific, written prior permission. The above listed
21447 copyright holder(s) make(s) no representations about the suitability of this
21448 software for any purpose. It is provided "as is" without express or
21449 implied warranty.
21451 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
21452 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21453 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
21454 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
21455 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
21456 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21457 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21460 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
21462 Permission to use, copy, modify, distribute, and sell this software and its
21463 documentation for any purpose is hereby granted without fee, provided that
21464 the above copyright notice appear in all copies and that both that copyright
21465 notice and this permission notice appear in supporting documentation, and
21466 that the name of Marc Aurele La France not be used in advertising or
21467 publicity pertaining to distribution of the software without specific,
21468 written prior permission. Marc Aurele La France makes no representations
21469 about the suitability of this software for any purpose. It is provided
21470 "as-is" without express or implied warranty.
21472 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21473 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
21474 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21475 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21476 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21477 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
21478 OF THIS SOFTWARE.
21481 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
21482 Copyright 1992 by David Dawes &lt;dawes@XFree86.org&gt;
21483 Copyright 1992 by Jim Tsillas &lt;jtsilla@damon.ccs.northeastern.edu&gt;
21484 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
21485 Copyright 1992 by Robert Baron &lt;Robert.Baron@ernst.mach.cs.cmu.edu&gt;
21486 Copyright 1992 by Orest Zborowski &lt;obz@eskimo.com&gt;
21487 Copyright 1993 by Vrije Universiteit, The Netherlands
21488 Copyright 1993 by David Wexelblat &lt;dwex@XFree86.org&gt;
21489 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit@gmd.de&gt;
21490 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis@dpmms.cam.ac.uk&gt;
21491 Copyright 1994-2003 by The XFree86 Project, Inc
21493 Permission to use, copy, modify, distribute, and sell this software and its
21494 documentation for any purpose is hereby granted without fee, provided that
21495 the above copyright notice appear in all copies and that both that
21496 copyright notice and this permission notice appear in supporting
21497 documentation, and that the names of the above listed copyright holders
21498 not be used in advertising or publicity pertaining to distribution of
21499 the software without specific, written prior permission. The above listed
21500 copyright holders make no representations about the suitability of this
21501 software for any purpose. It is provided "as is" without express or
21502 implied warranty.
21504 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
21505 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21506 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
21507 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
21508 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
21509 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21510 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21513 Copyright 2001-2005 by J. Kean Johnston &lt;jkj@sco.com&gt;
21515 Permission to use, copy, modify, distribute, and sell this software and its
21516 documentation for any purpose is hereby granted without fee, provided that
21517 the above copyright notice appear in all copies and that both that
21518 copyright notice and this permission notice appear in supporting
21519 documentation, and that the name J. Kean Johnston not be used in
21520 advertising or publicity pertaining to distribution of the software without
21521 specific, written prior permission. J. Kean Johnston makes no
21522 representations about the suitability of this software for any purpose.
21523 It is provided "as is" without express or implied warranty.
21525 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21526 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21527 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21528 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
21529 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21530 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21531 PERFORMANCE OF THIS SOFTWARE.
21534 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
21536 Permission is hereby granted, free of charge, to any person obtaining a copy
21537 of this software and associated documentation files (the "Software"), to deal
21538 in the Software without restriction, including without limitation the rights
21539 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21540 copies of the Software, and to permit persons to whom the Software is
21541 furnished to do so, subject to the following conditions:
21543 The above copyright notice and this permission notice shall be included in
21544 all copies or substantial portions of the Software.
21546 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21547 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21548 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21549 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21550 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21551 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21554 Copyright 1997,1998 by UCHIYAMA Yasushi
21556 Permission to use, copy, modify, distribute, and sell this software and its
21557 documentation for any purpose is hereby granted without fee, provided that
21558 the above copyright notice appear in all copies and that both that
21559 copyright notice and this permission notice appear in supporting
21560 documentation, and that the name of UCHIYAMA Yasushi not be used in
21561 advertising or publicity pertaining to distribution of the software without
21562 specific, written prior permission. UCHIYAMA Yasushi makes no representations
21563 about the suitability of this software for any purpose. It is provided
21564 "as is" without express or implied warranty.
21566 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21567 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21568 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21569 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21570 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21571 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21572 PERFORMANCE OF THIS SOFTWARE.
21575 Copyright (C) 2000 Keith Packard
21576 2004 Eric Anholt
21577 2005 Zack Rusin
21579 Permission to use, copy, modify, distribute, and sell this software and its
21580 documentation for any purpose is hereby granted without fee, provided that
21581 the above copyright notice appear in all copies and that both that
21582 copyright notice and this permission notice appear in supporting
21583 documentation, and that the name of copyright holders not be used in
21584 advertising or publicity pertaining to distribution of the software without
21585 specific, written prior permission. Copyright holders make no
21586 representations about the suitability of this software for any purpose. It
21587 is provided "as is" without express or implied warranty.
21589 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
21590 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21591 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
21592 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21593 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21594 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21595 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
21596 SOFTWARE.
21599 (C) Copyright IBM Corporation 2002-2007
21600 All Rights Reserved.
21602 Permission is hereby granted, free of charge, to any person obtaining a
21603 copy of this software and associated documentation files (the "Software"),
21604 to deal in the Software without restriction, including without limitation
21605 on the rights to use, copy, modify, merge, publish, distribute, sub
21606 license, and/or sell copies of the Software, and to permit persons to whom
21607 the Software is furnished to do so, subject to the following conditions:
21609 The above copyright notice and this permission notice (including the next
21610 paragraph) shall be included in all copies or substantial portions of the
21611 Software.
21613 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21614 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21615 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21616 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
21617 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21618 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21619 USE OR OTHER DEALINGS IN THE SOFTWARE.
21622 Permission to use, copy, modify, distribute, and sell this software and its
21623 documentation for any purpose is hereby granted without fee, provided that
21624 this permission notice appear in supporting documentation. This permission
21625 notice shall be included in all copies or substantial portions of the
21626 Software.
21628 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21629 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21630 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21631 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21632 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21633 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21636 Copyright © 2007 OpenedHand Ltd
21638 Permission to use, copy, modify, distribute, and sell this software and its
21639 documentation for any purpose is hereby granted without fee, provided that
21640 the above copyright notice appear in all copies and that both that
21641 copyright notice and this permission notice appear in supporting
21642 documentation, and that the name of OpenedHand Ltd not be used in
21643 advertising or publicity pertaining to distribution of the software without
21644 specific, written prior permission. OpenedHand Ltd makes no
21645 representations about the suitability of this software for any purpose. It
21646 is provided "as is" without express or implied warranty.
21648 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21649 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21650 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21651 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21652 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21653 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21654 PERFORMANCE OF THIS SOFTWARE.
21657 Copyright (c) 1989, 1990, 1993, 1994
21658 The Regents of the University of California. All rights reserved.
21660 This code is derived from software contributed to Berkeley by
21661 Chris Torek.
21663 This code is derived from software contributed to Berkeley by
21664 Michael Rendell of Memorial University of Newfoundland.
21666 Redistribution and use in source and binary forms, with or without
21667 modification, are permitted provided that the following conditions
21668 are met:
21669 1. Redistributions of source code must retain the above copyright
21670 notice, this list of conditions and the following disclaimer.
21671 2. Redistributions in binary form must reproduce the above copyright
21672 notice, this list of conditions and the following disclaimer in the
21673 documentation and/or other materials provided with the distribution.
21674 4. Neither the name of the University nor the names of its contributors
21675 may be used to endorse or promote products derived from this software
21676 without specific prior written permission.
21678 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21679 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21680 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21681 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21682 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21683 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21684 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21685 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21686 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21687 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21688 SUCH DAMAGE.
21690 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21691 </pre>
21692 <ul>
21694 </ul>
21695 </div>
21696 </div>
21699 <div class="product">
21700 <span class="title">xcb-proto-1.7.1</span>
21701 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21702 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
21703 <div class="licence">
21704 <pre>Scanned Source License xcb-proto-1.7.1/COPYING:
21706 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
21707 All Rights Reserved.
21709 Permission is hereby granted, free of charge, to any person
21710 obtaining a copy of this software and associated
21711 documentation files (the "Software"), to deal in the
21712 Software without restriction, including without limitation
21713 the rights to use, copy, modify, merge, publish, distribute,
21714 sublicense, and/or sell copies of the Software, and to
21715 permit persons to whom the Software is furnished to do so,
21716 subject to the following conditions:
21718 The above copyright notice and this permission notice shall
21719 be included in all copies or substantial portions of the
21720 Software.
21722 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
21723 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
21724 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
21725 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
21726 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21727 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21728 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21729 OTHER DEALINGS IN THE SOFTWARE.
21731 Except as contained in this notice, the names of the authors
21732 or their institutions shall not be used in advertising or
21733 otherwise to promote the sale, use or other dealings in this
21734 Software without prior written authorization from the
21735 authors.
21737 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21738 </pre>
21739 <ul>
21741 </ul>
21742 </div>
21743 </div>
21746 <div class="product">
21747 <span class="title">xf86-video-fbdev-0.4.1</span>
21748 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21749 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
21750 <div class="licence">
21751 <pre>Scanned Source License xf86-video-fbdev-0.4.1/COPYING:
21753 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
21755 Permission is hereby granted, free of charge, to any person obtaining a copy
21756 of this software and associated documentation files (the "Software"), to deal
21757 in the Software without restriction, including without limitation the rights
21758 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21759 copies of the Software, and to permit persons to whom the Software is fur-
21760 nished to do so, subject to the following conditions:
21762 The above copyright notice and this permission notice shall be included in
21763 all copies or substantial portions of the Software.
21765 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21766 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
21767 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21768 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21769 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
21770 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21772 Except as contained in this notice, the name of the XFree86 Project shall not
21773 be used in advertising or otherwise to promote the sale, use or other deal-
21774 ings in this Software without prior written authorization from the XFree86
21775 Project.
21777 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21778 </pre>
21779 <ul>
21781 </ul>
21782 </div>
21783 </div>
21786 <div class="product">
21787 <span class="title">xkeyboard-config-2.4.1</span>
21788 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21789 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span>
21790 <div class="licence">
21791 <pre>Scanned Source License xkeyboard-config-2.4.1/COPYING:
21793 Copyright 1996 by Joseph Moss
21794 Copyright (C) 2002-2007 Free Software Foundation, Inc.
21795 Copyright (C) Dmitry Golubev &lt;lastguru@mail.ru&gt;, 2003-2004
21796 Copyright (C) 2004, Gregory Mokhin &lt;mokhin@bog.msu.ru&gt;
21797 Copyright (C) 2006 Erdal Ronahî
21799 Permission to use, copy, modify, distribute, and sell this software and its
21800 documentation for any purpose is hereby granted without fee, provided that
21801 the above copyright notice appear in all copies and that both that
21802 copyright notice and this permission notice appear in supporting
21803 documentation, and that the name of the copyright holder(s) not be used in
21804 advertising or publicity pertaining to distribution of the software without
21805 specific, written prior permission. The copyright holder(s) makes no
21806 representations about the suitability of this software for any purpose. It
21807 is provided "as is" without express or implied warranty.
21809 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21810 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21811 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21812 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21813 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21814 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21815 PERFORMANCE OF THIS SOFTWARE.
21818 Copyright (c) 1996 Digital Equipment Corporation
21820 Permission is hereby granted, free of charge, to any person obtaining
21821 a copy of this software and associated documentation files (the
21822 "Software"), to deal in the Software without restriction, including
21823 without limitation the rights to use, copy, modify, merge, publish,
21824 distribute, sublicense, and sell copies of the Software, and to
21825 permit persons to whom the Software is furnished to do so, subject to
21826 the following conditions:
21828 The above copyright notice and this permission notice shall be included
21829 in all copies or substantial portions of the Software.
21831 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21832 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21833 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21834 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM,
21835 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21836 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
21837 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21839 Except as contained in this notice, the name of the Digital Equipment
21840 Corporation shall not be used in advertising or otherwise to promote
21841 the sale, use or other dealings in this Software without prior written
21842 authorization from Digital Equipment Corporation.
21845 Copyright 1996, 1998 The Open Group
21847 Permission to use, copy, modify, distribute, and sell this software and its
21848 documentation for any purpose is hereby granted without fee, provided that
21849 the above copyright notice appear in all copies and that both that
21850 copyright notice and this permission notice appear in supporting
21851 documentation.
21853 The above copyright notice and this permission notice shall be
21854 included in all copies or substantial portions of the Software.
21856 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21857 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21858 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21859 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
21860 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21861 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21862 OTHER DEALINGS IN THE SOFTWARE.
21864 Except as contained in this notice, the name of The Open Group shall
21865 not be used in advertising or otherwise to promote the sale, use or
21866 other dealings in this Software without prior written authorization
21867 from The Open Group.
21870 Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
21872 Permission is hereby granted, free of charge, to any person obtaining a
21873 copy of this software and associated documentation files (the "Software"),
21874 to deal in the Software without restriction, including without limitation
21875 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21876 and/or sell copies of the Software, and to permit persons to whom the
21877 Software is furnished to do so, subject to the following conditions:
21879 The above copyright notice and this permission notice (including the next
21880 paragraph) shall be included in all copies or substantial portions of the
21881 Software.
21883 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21884 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21885 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21886 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21887 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21888 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21889 DEALINGS IN THE SOFTWARE.
21892 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
21894 Permission to use, copy, modify, and distribute this
21895 software and its documentation for any purpose and without
21896 fee is hereby granted, provided that the above copyright
21897 notice appear in all copies and that both that copyright
21898 notice and this permission notice appear in supporting
21899 documentation, and that the name of Silicon Graphics not be
21900 used in advertising or publicity pertaining to distribution
21901 of the software without specific prior written permission.
21902 Silicon Graphics makes no representation about the suitability
21903 of this software for any purpose. It is provided "as is"
21904 without any express or implied warranty.
21906 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
21907 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21908 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
21909 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
21910 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21911 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
21912 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
21913 THE USE OR PERFORMANCE OF THIS SOFTWARE.
21916 Copyright (c) 1996 X Consortium
21918 Permission is hereby granted, free of charge, to any person obtaining
21919 a copy of this software and associated documentation files (the
21920 "Software"), to deal in the Software without restriction, including
21921 without limitation the rights to use, copy, modify, merge, publish,
21922 distribute, sublicense, and/or sell copies of the Software, and to
21923 permit persons to whom the Software is furnished to do so, subject to
21924 the following conditions:
21926 The above copyright notice and this permission notice shall be
21927 included in all copies or substantial portions of the Software.
21929 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21930 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21931 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21932 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
21933 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21934 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21935 OTHER DEALINGS IN THE SOFTWARE.
21937 Except as contained in this notice, the name of the X Consortium shall
21938 not be used in advertising or otherwise to promote the sale, use or
21939 other dealings in this Software without prior written authorization
21940 from the X Consortium.
21943 Copyright (C) 2004, 2006 Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
21945 Permission to use, copy, modify, distribute, and sell this software and its
21946 documentation for any purpose is hereby granted without fee, provided that
21947 the above copyright notice appear in all copies and that both that
21948 copyright notice and this permission notice appear in supporting
21949 documentation.
21951 The above copyright notice and this permission notice shall be
21952 included in all copies or substantial portions of the Software.
21954 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21955 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21956 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21957 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
21958 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21959 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21960 OTHER DEALINGS IN THE SOFTWARE.
21962 Except as contained in this notice, the name of a copyright holder shall
21963 not be used in advertising or otherwise to promote the sale, use or
21964 other dealings in this Software without prior written authorization of
21965 the copyright holder.
21968 Copyright (C) 1999, 2000 by Anton Zinoviev &lt;anton@lml.bas.bg&gt;
21970 This software may be used, modified, copied, distributed, and sold,
21971 in both source and binary form provided that the above copyright
21972 and these terms are retained. Under no circumstances is the author
21973 responsible for the proper functioning of this software, nor does
21974 the author assume any responsibility for damages incurred with its
21975 use.
21977 Permission is granted to anyone to use, distribute and modify
21978 this file in any way, provided that the above copyright notice
21979 is left intact and the author of the modification summarizes
21980 the changes in this header.
21982 This file is distributed without any expressed or implied warranty.
21984 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21985 </pre>
21986 <ul>
21988 </ul>
21989 </div>
21990 </div>
21993 <div class="product">
21994 <span class="title">xl2tpd-1.3.0</span>
21995 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21996 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span>
21997 <div class="licence">
21998 <pre></pre>
21999 <ul>
22000 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22001 </ul>
22002 </div>
22003 </div>
22006 <div class="product">
22007 <span class="title">xz-utils-5.0.5</span>
22008 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22009 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
22010 <div class="licence">
22011 <pre>Gentoo Package Stock License LGPL-2.1+:
22013 GNU Lesser General Public License, version 2.1 or any later version.
22014 See LGPL-2.1 or LGPL-3 for the full text of these licenses.
22016 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22017 </pre>
22018 <ul>
22019 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
22020 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
22021 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
22022 </ul>
22023 </div>
22024 </div>
22027 <div class="product">
22028 <span class="title">zlib-1.2.7</span>
22029 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22030 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span>
22031 <div class="licence">
22032 <pre>Gentoo Package Stock License ZLIB:
22034 Copyright (C) &lt;year&gt; &lt;copyright holders&gt;
22036 This software is provided 'as-is', without any express or implied
22037 warranty. In no event will the author(s) be held liable for any damages
22038 arising from the use of this software.
22040 Permission is granted to anyone to use this software for any purpose,
22041 including commercial applications, and to alter it and redistribute it
22042 freely, subject to the following restrictions:
22044 1. The origin of this software must not be misrepresented; you must not
22045 claim that you wrote the original software. If you use this software
22046 in a product, an acknowledgment in the product documentation would be
22047 appreciated but is not required.
22048 2. Altered source versions must be plainly marked as such, and must not be
22049 misrepresented as being the original software.
22050 3. This notice may not be removed or altered from any source distribution.
22052 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22053 </pre>
22054 <ul>
22056 </ul>
22057 </div>
22058 </div>
22061 </div>
22063 <h2>List of Shared Licenses used in Google Chrome OS:</h2>
22064 <div class="product">
22065 <a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a>
22066 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22067 <div class="licence">
22068 <pre>
22069 The Academic Free License
22070 v. 2.1
22072 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:
22074 Licensed under the Academic Free License version 2.1
22076 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
22078 a) to reproduce the Original Work in copies;
22080 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
22082 c) to distribute copies of the Original Work and Derivative Works to the public;
22084 d) to perform the Original Work publicly; and
22086 e) to display the Original Work publicly.
22088 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.
22090 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.
22092 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.
22094 5) This section intentionally omitted.
22096 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.
22098 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.
22100 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.
22102 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.
22104 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.
22106 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.
22108 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.
22110 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.
22112 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.
22114 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.
22116 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.
22121 </pre>
22122 <div class="license-packages">
22123 Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r4
22124 </div>
22125 </div>
22126 </div>
22128 <div class="product">
22129 <a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a>
22130 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22131 <div class="licence">
22132 <pre>
22133 Apache License
22134 Version 2.0, January 2004
22135 http://www.apache.org/licenses/
22137 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
22139 1. Definitions.
22141 "License" shall mean the terms and conditions for use, reproduction,
22142 and distribution as defined by Sections 1 through 9 of this document.
22144 "Licensor" shall mean the copyright owner or entity authorized by
22145 the copyright owner that is granting the License.
22147 "Legal Entity" shall mean the union of the acting entity and all
22148 other entities that control, are controlled by, or are under common
22149 control with that entity. For the purposes of this definition,
22150 "control" means (i) the power, direct or indirect, to cause the
22151 direction or management of such entity, whether by contract or
22152 otherwise, or (ii) ownership of fifty percent (50%) or more of the
22153 outstanding shares, or (iii) beneficial ownership of such entity.
22155 "You" (or "Your") shall mean an individual or Legal Entity
22156 exercising permissions granted by this License.
22158 "Source" form shall mean the preferred form for making modifications,
22159 including but not limited to software source code, documentation
22160 source, and configuration files.
22162 "Object" form shall mean any form resulting from mechanical
22163 transformation or translation of a Source form, including but
22164 not limited to compiled object code, generated documentation,
22165 and conversions to other media types.
22167 "Work" shall mean the work of authorship, whether in Source or
22168 Object form, made available under the License, as indicated by a
22169 copyright notice that is included in or attached to the work
22170 (an example is provided in the Appendix below).
22172 "Derivative Works" shall mean any work, whether in Source or Object
22173 form, that is based on (or derived from) the Work and for which the
22174 editorial revisions, annotations, elaborations, or other modifications
22175 represent, as a whole, an original work of authorship. For the purposes
22176 of this License, Derivative Works shall not include works that remain
22177 separable from, or merely link (or bind by name) to the interfaces of,
22178 the Work and Derivative Works thereof.
22180 "Contribution" shall mean any work of authorship, including
22181 the original version of the Work and any modifications or additions
22182 to that Work or Derivative Works thereof, that is intentionally
22183 submitted to Licensor for inclusion in the Work by the copyright owner
22184 or by an individual or Legal Entity authorized to submit on behalf of
22185 the copyright owner. For the purposes of this definition, "submitted"
22186 means any form of electronic, verbal, or written communication sent
22187 to the Licensor or its representatives, including but not limited to
22188 communication on electronic mailing lists, source code control systems,
22189 and issue tracking systems that are managed by, or on behalf of, the
22190 Licensor for the purpose of discussing and improving the Work, but
22191 excluding communication that is conspicuously marked or otherwise
22192 designated in writing by the copyright owner as "Not a Contribution."
22194 "Contributor" shall mean Licensor and any individual or Legal Entity
22195 on behalf of whom a Contribution has been received by Licensor and
22196 subsequently incorporated within the Work.
22198 2. Grant of Copyright License. Subject to the terms and conditions of
22199 this License, each Contributor hereby grants to You a perpetual,
22200 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
22201 copyright license to reproduce, prepare Derivative Works of,
22202 publicly display, publicly perform, sublicense, and distribute the
22203 Work and such Derivative Works in Source or Object form.
22205 3. Grant of Patent License. Subject to the terms and conditions of
22206 this License, each Contributor hereby grants to You a perpetual,
22207 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
22208 (except as stated in this section) patent license to make, have made,
22209 use, offer to sell, sell, import, and otherwise transfer the Work,
22210 where such license applies only to those patent claims licensable
22211 by such Contributor that are necessarily infringed by their
22212 Contribution(s) alone or by combination of their Contribution(s)
22213 with the Work to which such Contribution(s) was submitted. If You
22214 institute patent litigation against any entity (including a
22215 cross-claim or counterclaim in a lawsuit) alleging that the Work
22216 or a Contribution incorporated within the Work constitutes direct
22217 or contributory patent infringement, then any patent licenses
22218 granted to You under this License for that Work shall terminate
22219 as of the date such litigation is filed.
22221 4. Redistribution. You may reproduce and distribute copies of the
22222 Work or Derivative Works thereof in any medium, with or without
22223 modifications, and in Source or Object form, provided that You
22224 meet the following conditions:
22226 (a) You must give any other recipients of the Work or
22227 Derivative Works a copy of this License; and
22229 (b) You must cause any modified files to carry prominent notices
22230 stating that You changed the files; and
22232 (c) You must retain, in the Source form of any Derivative Works
22233 that You distribute, all copyright, patent, trademark, and
22234 attribution notices from the Source form of the Work,
22235 excluding those notices that do not pertain to any part of
22236 the Derivative Works; and
22238 (d) If the Work includes a "NOTICE" text file as part of its
22239 distribution, then any Derivative Works that You distribute must
22240 include a readable copy of the attribution notices contained
22241 within such NOTICE file, excluding those notices that do not
22242 pertain to any part of the Derivative Works, in at least one
22243 of the following places: within a NOTICE text file distributed
22244 as part of the Derivative Works; within the Source form or
22245 documentation, if provided along with the Derivative Works; or,
22246 within a display generated by the Derivative Works, if and
22247 wherever such third-party notices normally appear. The contents
22248 of the NOTICE file are for informational purposes only and
22249 do not modify the License. You may add Your own attribution
22250 notices within Derivative Works that You distribute, alongside
22251 or as an addendum to the NOTICE text from the Work, provided
22252 that such additional attribution notices cannot be construed
22253 as modifying the License.
22255 You may add Your own copyright statement to Your modifications and
22256 may provide additional or different license terms and conditions
22257 for use, reproduction, or distribution of Your modifications, or
22258 for any such Derivative Works as a whole, provided Your use,
22259 reproduction, and distribution of the Work otherwise complies with
22260 the conditions stated in this License.
22262 5. Submission of Contributions. Unless You explicitly state otherwise,
22263 any Contribution intentionally submitted for inclusion in the Work
22264 by You to the Licensor shall be under the terms and conditions of
22265 this License, without any additional terms or conditions.
22266 Notwithstanding the above, nothing herein shall supersede or modify
22267 the terms of any separate license agreement you may have executed
22268 with Licensor regarding such Contributions.
22270 6. Trademarks. This License does not grant permission to use the trade
22271 names, trademarks, service marks, or product names of the Licensor,
22272 except as required for reasonable and customary use in describing the
22273 origin of the Work and reproducing the content of the NOTICE file.
22275 7. Disclaimer of Warranty. Unless required by applicable law or
22276 agreed to in writing, Licensor provides the Work (and each
22277 Contributor provides its Contributions) on an "AS IS" BASIS,
22278 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
22279 implied, including, without limitation, any warranties or conditions
22280 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
22281 PARTICULAR PURPOSE. You are solely responsible for determining the
22282 appropriateness of using or redistributing the Work and assume any
22283 risks associated with Your exercise of permissions under this License.
22285 8. Limitation of Liability. In no event and under no legal theory,
22286 whether in tort (including negligence), contract, or otherwise,
22287 unless required by applicable law (such as deliberate and grossly
22288 negligent acts) or agreed to in writing, shall any Contributor be
22289 liable to You for damages, including any direct, indirect, special,
22290 incidental, or consequential damages of any character arising as a
22291 result of this License or out of the use or inability to use the
22292 Work (including but not limited to damages for loss of goodwill,
22293 work stoppage, computer failure or malfunction, or any and all
22294 other commercial damages or losses), even if such Contributor
22295 has been advised of the possibility of such damages.
22297 9. Accepting Warranty or Additional Liability. While redistributing
22298 the Work or Derivative Works thereof, You may choose to offer,
22299 and charge a fee for, acceptance of support, warranty, indemnity,
22300 or other liability obligations and/or rights consistent with this
22301 License. However, in accepting such obligations, You may act only
22302 on Your own behalf and on Your sole responsibility, not on behalf
22303 of any other Contributor, and only if You agree to indemnify,
22304 defend, and hold each Contributor harmless for any liability
22305 incurred by, or claims asserted against, such Contributor by reason
22306 of your accepting any such warranty or additional liability.
22308 END OF TERMS AND CONDITIONS
22310 APPENDIX: How to apply the Apache License to your work.
22312 To apply the Apache License to your work, attach the following
22313 boilerplate notice, with the fields enclosed by brackets "[]"
22314 replaced with your own identifying information. (Don't include
22315 the brackets!) The text should be enclosed in the appropriate
22316 comment syntax for the file format. We also recommend that a
22317 file or class name and description of purpose be included on the
22318 same "printed page" as the copyright notice for easier
22319 identification within third-party archives.
22321 Copyright [yyyy] [name of copyright owner]
22323 Licensed under the Apache License, Version 2.0 (the "License");
22324 you may not use this file except in compliance with the License.
22325 You may obtain a copy of the License at
22327 http://www.apache.org/licenses/LICENSE-2.0
22329 Unless required by applicable law or agreed to in writing, software
22330 distributed under the License is distributed on an "AS IS" BASIS,
22331 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22332 See the License for the specific language governing permissions and
22333 limitations under the License.
22335 </pre>
22336 <div class="license-packages">
22337 Used by these packages: media-fonts/croscorefonts-1.23.0 app-i18n/chromeos-hangul-1.1.0.0-r5 media-fonts/notofonts-20130514 app-admin/rsyslog-5.8.11 app-i18n/chromeos-keyboards-1.1.4.0-r6 media-fonts/droidfonts-cros-20121206 dev-libs/protobuf-2.3.0-r4 app-i18n/chinese-input-1.1.0.0-r2 media-fonts/crosextrafonts-20130214
22338 </div>
22339 </div>
22340 </div>
22342 <div class="product">
22343 <a name="as-is" class="title">Gentoo Package Stock License as-is</a>
22344 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22345 <div class="licence">
22346 <pre>
22347 Note: This license label is deprecated, so don't use it for new packages.
22348 Unfortunately, "as-is" has been (ab)used also for non-free software and
22349 you cannot rely on it. Please check the upstream license instead.
22351 "as-is" in its originally intended sense is now covered by the OSI-approved
22352 "HPND" (Historical Permission Notice and Disclaimer).
22354 ---------------------------------------------------------------------------
22356 This is a generic place holder for a class of licenses that boil down to do
22357 no guarantees and all you get is what you have. The language is usually
22358 similar to:
22360 Permission to use, copy, modify, and distribute this software and its
22361 documentation for any purpose and without fee is hereby granted, provided
22362 that the above copyright notice appears in all copies and that both the
22363 copyright notice and this permission notice appear in supporting
22364 documentation, and that the same name not be used in advertising or
22365 publicity pertaining to distribution of the software without specific,
22366 written prior permission. We make no representations about the
22367 suitability of this software for any purpose. It is provided "as is"
22368 without express or implied warranty.
22371 You will need to check the license that came with the software for the exact
22372 specifics. Generally you are free to do most anything you want with "as is"
22373 software but you should not take this license as legal advice.
22375 Note: Most all license have an "as is" clause. For our purposes this does
22376 not make all software in this category. This category is for software with
22377 very little restrictions.
22379 The information in this license about licenses is presented "as is". :-P
22381 </pre>
22382 <div class="license-packages">
22383 Used by these packages: dev-lang/swig-2.0.4-r1 media-libs/libpng-1.2.49-r1 net-misc/openssh-5.2_p1-r10 dev-db/sqlite-3.6.22-r3 net-wireless/crda-1.1.1-r1 app-text/docbook-xml-dtd-4.1.2-r6 net-wireless/iw-3.6-r1 net-wireless/wireless-regdb-20101124-r2
22384 </div>
22385 </div>
22386 </div>
22388 <div class="product">
22389 <a name="Atheros" class="title">Custom License Atheros</a>
22390 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22391 <div class="licence">
22392 <pre>
22393 Copyright (c) 2010, Atheros Communications, Inc.
22395 All rights reserved.
22397 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are
22399 met:
22401 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
22403 * 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.
22405 * No reverse engineering, decompilation, or disassembly of this software is permitted.
22407 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.
22409 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.
22413 </pre>
22414 <div class="license-packages">
22415 Used by these packages: net-wireless/ath3k-0.0.1-r121 net-wireless/ath6k-34-r22
22416 </div>
22417 </div>
22418 </div>
22420 <div class="product">
22421 <a name="BSD-Google" class="title">Custom License BSD-Google</a>
22422 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22423 <div class="licence">
22424 <pre>
22425 Copyright 2010, Google Inc.
22426 All rights reserved.
22428 Redistribution and use in source and binary forms, with or without
22429 modification, are permitted provided that the following conditions are
22430 met:
22432 * Redistributions of source code must retain the above copyright
22433 notice, this list of conditions and the following disclaimer.
22434 * Redistributions in binary form must reproduce the above
22435 copyright notice, this list of conditions and the following disclaimer
22436 in the documentation and/or other materials provided with the
22437 distribution.
22438 * Neither the name of Google Inc. nor the names of its
22439 contributors may be used to endorse or promote products derived from
22440 this software without specific prior written permission.
22442 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22443 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22444 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22445 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22446 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22447 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22448 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22449 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22450 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22451 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22452 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22454 </pre>
22455 <div class="license-packages">
22456 Used by these packages: app-i18n/nacl-mozc-1.12.1599.104-r1 sys-apps/rootdev-0.0.1-r20 app-i18n/input-tools-3.0.0.0-r2
22457 </div>
22458 </div>
22459 </div>
22461 <div class="product">
22462 <a name="FTL" class="title">Gentoo Package Stock License FTL</a>
22463 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22464 <div class="licence">
22465 <pre>
22466 The FreeType Project LICENSE
22467 ----------------------------
22469 Copyright 1996-1999 by
22470 David Turner, Robert Wilhelm, and Werner Lemberg
22474 Introduction
22475 ============
22477 The FreeType Project is distributed in several archive packages;
22478 some of them may contain, in addition to the FreeType font engine,
22479 various tools and contributions which rely on, or relate to, the
22480 FreeType Project.
22482 This license applies to all files found in such packages, and
22483 which do not fall under their own explicit license. The license
22484 affects thus the FreeType font engine, the test programs,
22485 documentation and makefiles, at the very least.
22487 This license was inspired by the BSD, Artistic, and IJG
22488 (Independent JPEG Group) licenses, which all encourage inclusion
22489 and use of free software in commercial and freeware products
22490 alike. As a consequence, its main points are that:
22492 o We don't promise that this software works. However, we are be
22493 interested in any kind of bug reports. (`as is' distribution)
22495 o You can use this software for whatever you want, in parts or
22496 full form, without having to pay us. (`royalty-free' usage)
22498 o You may not pretend that you wrote this software. If you use
22499 it, or only parts of it, in a program, you must acknowledge
22500 somewhere in your documentation that you've used the FreeType
22501 code. (`credits')
22503 We specifically permit and encourage the inclusion of this
22504 software, with or without modifications, in commercial products,
22505 provided that all warranty or liability claims are assumed by the
22506 product vendor.
22509 Legal Terms
22510 ===========
22512 0. Definitions
22513 --------------
22515 Throughout this license, the terms `package', `FreeType Project',
22516 and `FreeType archive' refer to the set of files originally
22517 distributed by the authors (David Turner, Robert Wilhelm, and
22518 Werner Lemberg) as the `FreeType project', be they named as alpha,
22519 beta or final release.
22521 `You' refers to the licensee, or person using the project, where
22522 `using' is a generic term including compiling the project's source
22523 code as well as linking it to form a `program' or `executable'.
22524 This program is referred to as `a program using the FreeType
22525 engine'.
22527 This license applies to all files distributed in the original
22528 FreeType archive, including all source code, binaries and
22529 documentation, unless otherwise stated in the file in its
22530 original, unmodified form as distributed in the original archive.
22531 If you are unsure whether or not a particular file is covered by
22532 this license, you must contact us to verify this.
22534 The FreeType project is copyright (C) 1996-1999 by David Turner,
22535 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
22536 specified below.
22538 1. No Warranty
22539 --------------
22541 THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
22542 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
22543 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22544 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
22545 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
22546 USE, OF THE FREETYPE PROJECT.
22548 As you have not signed this license, you are not required to
22549 accept it. However, as the FreeType project is copyrighted
22550 material, only this license, or another one contracted with the
22551 authors, grants you the right to use, distribute, and modify it.
22552 Therefore, by using, distributing, or modifying the FreeType
22553 project, you indicate that you understand and accept all the terms
22554 of this license.
22556 2. Redistribution
22557 -----------------
22559 Redistribution and use in source and binary forms, with or without
22560 modification, are permitted provided that the following conditions
22561 are met:
22563 o Redistribution of source code must retain this license file
22564 (`licence.txt') unaltered; any additions, deletions or changes
22565 to the original files must be clearly indicated in
22566 accompanying documentation. The copyright notices of the
22567 unaltered, original files must be preserved in all copies of
22568 source files.
22570 o Redistribution in binary form must provide a disclaimer that
22571 states that the software is based in part of the work of the
22572 FreeType Team, in the distribution documentation. We also
22573 encourage you to put an URL to the FreeType web page in your
22574 documentation, though this isn't mandatory.
22576 These conditions apply to any software derived from or based on
22577 the FreeType code, not just the unmodified files. If you use our
22578 work, you must acknowledge us. However, no fee need be paid to
22581 3. Advertising
22582 --------------
22584 The names of FreeType's authors and contributors may not be used
22585 to endorse or promote products derived from this software without
22586 specific prior written permission.
22588 We suggest, but do not require, that you use one or more of the
22589 following phrases to refer to this software in your documentation
22590 or advertising materials: `FreeType Project', `FreeType Engine',
22591 `FreeType library', or `FreeType Distribution'.
22593 4. Contacts
22594 -----------
22596 There are two mailing lists related to FreeType:
22598 o freetype@freetype.org
22600 Discusses general use and applications of FreeType, as well as
22601 future and wanted additions to the library and distribution.
22602 If you are looking for support, start in this list if you
22603 haven't found anything to help you in the documentation.
22605 o devel@freetype.org
22607 Discusses bugs, as well as engine internals, design issues,
22608 specific licenses, porting, etc.
22610 o http://www.freetype.org
22612 Holds the current FreeType web page, which will allow you to
22613 download our latest development version and read online
22614 documentation.
22616 You can also contact us individually at:
22618 David Turner &lt;david.turner@freetype.org&gt;
22619 Robert Wilhelm &lt;robert.wilhelm@freetype.org&gt;
22620 Werner Lemberg &lt;werner.lemberg@freetype.org&gt;
22623 --- end of license.txt ---
22626 </pre>
22627 <div class="license-packages">
22628 Used by these packages: media-libs/freetype-2.4.12 x11-libs/pango-1.32.5-r1
22629 </div>
22630 </div>
22631 </div>
22633 <div class="product">
22634 <a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a>
22635 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22636 <div class="licence">
22637 <pre>
22638 GNU GENERAL PUBLIC LICENSE
22639 Version 2, June 1991
22641 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
22642 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22643 Everyone is permitted to copy and distribute verbatim copies
22644 of this license document, but changing it is not allowed.
22646 Preamble
22648 The licenses for most software are designed to take away your
22649 freedom to share and change it. By contrast, the GNU General Public
22650 License is intended to guarantee your freedom to share and change free
22651 software--to make sure the software is free for all its users. This
22652 General Public License applies to most of the Free Software
22653 Foundation's software and to any other program whose authors commit to
22654 using it. (Some other Free Software Foundation software is covered by
22655 the GNU Library General Public License instead.) You can apply it to
22656 your programs, too.
22658 When we speak of free software, we are referring to freedom, not
22659 price. Our General Public Licenses are designed to make sure that you
22660 have the freedom to distribute copies of free software (and charge for
22661 this service if you wish), that you receive source code or can get it
22662 if you want it, that you can change the software or use pieces of it
22663 in new free programs; and that you know you can do these things.
22665 To protect your rights, we need to make restrictions that forbid
22666 anyone to deny you these rights or to ask you to surrender the rights.
22667 These restrictions translate to certain responsibilities for you if you
22668 distribute copies of the software, or if you modify it.
22670 For example, if you distribute copies of such a program, whether
22671 gratis or for a fee, you must give the recipients all the rights that
22672 you have. You must make sure that they, too, receive or can get the
22673 source code. And you must show them these terms so they know their
22674 rights.
22676 We protect your rights with two steps: (1) copyright the software, and
22677 (2) offer you this license which gives you legal permission to copy,
22678 distribute and/or modify the software.
22680 Also, for each author's protection and ours, we want to make certain
22681 that everyone understands that there is no warranty for this free
22682 software. If the software is modified by someone else and passed on, we
22683 want its recipients to know that what they have is not the original, so
22684 that any problems introduced by others will not reflect on the original
22685 authors' reputations.
22687 Finally, any free program is threatened constantly by software
22688 patents. We wish to avoid the danger that redistributors of a free
22689 program will individually obtain patent licenses, in effect making the
22690 program proprietary. To prevent this, we have made it clear that any
22691 patent must be licensed for everyone's free use or not licensed at all.
22693 The precise terms and conditions for copying, distribution and
22694 modification follow.
22696 GNU GENERAL PUBLIC LICENSE
22697 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
22699 0. This License applies to any program or other work which contains
22700 a notice placed by the copyright holder saying it may be distributed
22701 under the terms of this General Public License. The "Program", below,
22702 refers to any such program or work, and a "work based on the Program"
22703 means either the Program or any derivative work under copyright law:
22704 that is to say, a work containing the Program or a portion of it,
22705 either verbatim or with modifications and/or translated into another
22706 language. (Hereinafter, translation is included without limitation in
22707 the term "modification".) Each licensee is addressed as "you".
22709 Activities other than copying, distribution and modification are not
22710 covered by this License; they are outside its scope. The act of
22711 running the Program is not restricted, and the output from the Program
22712 is covered only if its contents constitute a work based on the
22713 Program (independent of having been made by running the Program).
22714 Whether that is true depends on what the Program does.
22716 1. You may copy and distribute verbatim copies of the Program's
22717 source code as you receive it, in any medium, provided that you
22718 conspicuously and appropriately publish on each copy an appropriate
22719 copyright notice and disclaimer of warranty; keep intact all the
22720 notices that refer to this License and to the absence of any warranty;
22721 and give any other recipients of the Program a copy of this License
22722 along with the Program.
22724 You may charge a fee for the physical act of transferring a copy, and
22725 you may at your option offer warranty protection in exchange for a fee.
22727 2. You may modify your copy or copies of the Program or any portion
22728 of it, thus forming a work based on the Program, and copy and
22729 distribute such modifications or work under the terms of Section 1
22730 above, provided that you also meet all of these conditions:
22732 a) You must cause the modified files to carry prominent notices
22733 stating that you changed the files and the date of any change.
22735 b) You must cause any work that you distribute or publish, that in
22736 whole or in part contains or is derived from the Program or any
22737 part thereof, to be licensed as a whole at no charge to all third
22738 parties under the terms of this License.
22740 c) If the modified program normally reads commands interactively
22741 when run, you must cause it, when started running for such
22742 interactive use in the most ordinary way, to print or display an
22743 announcement including an appropriate copyright notice and a
22744 notice that there is no warranty (or else, saying that you provide
22745 a warranty) and that users may redistribute the program under
22746 these conditions, and telling the user how to view a copy of this
22747 License. (Exception: if the Program itself is interactive but
22748 does not normally print such an announcement, your work based on
22749 the Program is not required to print an announcement.)
22751 These requirements apply to the modified work as a whole. If
22752 identifiable sections of that work are not derived from the Program,
22753 and can be reasonably considered independent and separate works in
22754 themselves, then this License, and its terms, do not apply to those
22755 sections when you distribute them as separate works. But when you
22756 distribute the same sections as part of a whole which is a work based
22757 on the Program, the distribution of the whole must be on the terms of
22758 this License, whose permissions for other licensees extend to the
22759 entire whole, and thus to each and every part regardless of who wrote it.
22761 Thus, it is not the intent of this section to claim rights or contest
22762 your rights to work written entirely by you; rather, the intent is to
22763 exercise the right to control the distribution of derivative or
22764 collective works based on the Program.
22766 In addition, mere aggregation of another work not based on the Program
22767 with the Program (or with a work based on the Program) on a volume of
22768 a storage or distribution medium does not bring the other work under
22769 the scope of this License.
22771 3. You may copy and distribute the Program (or a work based on it,
22772 under Section 2) in object code or executable form under the terms of
22773 Sections 1 and 2 above provided that you also do one of the following:
22775 a) Accompany it with the complete corresponding machine-readable
22776 source code, which must be distributed under the terms of Sections
22777 1 and 2 above on a medium customarily used for software interchange; or,
22779 b) Accompany it with a written offer, valid for at least three
22780 years, to give any third party, for a charge no more than your
22781 cost of physically performing source distribution, a complete
22782 machine-readable copy of the corresponding source code, to be
22783 distributed under the terms of Sections 1 and 2 above on a medium
22784 customarily used for software interchange; or,
22786 c) Accompany it with the information you received as to the offer
22787 to distribute corresponding source code. (This alternative is
22788 allowed only for noncommercial distribution and only if you
22789 received the program in object code or executable form with such
22790 an offer, in accord with Subsection b above.)
22792 The source code for a work means the preferred form of the work for
22793 making modifications to it. For an executable work, complete source
22794 code means all the source code for all modules it contains, plus any
22795 associated interface definition files, plus the scripts used to
22796 control compilation and installation of the executable. However, as a
22797 special exception, the source code distributed need not include
22798 anything that is normally distributed (in either source or binary
22799 form) with the major components (compiler, kernel, and so on) of the
22800 operating system on which the executable runs, unless that component
22801 itself accompanies the executable.
22803 If distribution of executable or object code is made by offering
22804 access to copy from a designated place, then offering equivalent
22805 access to copy the source code from the same place counts as
22806 distribution of the source code, even though third parties are not
22807 compelled to copy the source along with the object code.
22809 4. You may not copy, modify, sublicense, or distribute the Program
22810 except as expressly provided under this License. Any attempt
22811 otherwise to copy, modify, sublicense or distribute the Program is
22812 void, and will automatically terminate your rights under this License.
22813 However, parties who have received copies, or rights, from you under
22814 this License will not have their licenses terminated so long as such
22815 parties remain in full compliance.
22817 5. You are not required to accept this License, since you have not
22818 signed it. However, nothing else grants you permission to modify or
22819 distribute the Program or its derivative works. These actions are
22820 prohibited by law if you do not accept this License. Therefore, by
22821 modifying or distributing the Program (or any work based on the
22822 Program), you indicate your acceptance of this License to do so, and
22823 all its terms and conditions for copying, distributing or modifying
22824 the Program or works based on it.
22826 6. Each time you redistribute the Program (or any work based on the
22827 Program), the recipient automatically receives a license from the
22828 original licensor to copy, distribute or modify the Program subject to
22829 these terms and conditions. You may not impose any further
22830 restrictions on the recipients' exercise of the rights granted herein.
22831 You are not responsible for enforcing compliance by third parties to
22832 this License.
22834 7. If, as a consequence of a court judgment or allegation of patent
22835 infringement or for any other reason (not limited to patent issues),
22836 conditions are imposed on you (whether by court order, agreement or
22837 otherwise) that contradict the conditions of this License, they do not
22838 excuse you from the conditions of this License. If you cannot
22839 distribute so as to satisfy simultaneously your obligations under this
22840 License and any other pertinent obligations, then as a consequence you
22841 may not distribute the Program at all. For example, if a patent
22842 license would not permit royalty-free redistribution of the Program by
22843 all those who receive copies directly or indirectly through you, then
22844 the only way you could satisfy both it and this License would be to
22845 refrain entirely from distribution of the Program.
22847 If any portion of this section is held invalid or unenforceable under
22848 any particular circumstance, the balance of the section is intended to
22849 apply and the section as a whole is intended to apply in other
22850 circumstances.
22852 It is not the purpose of this section to induce you to infringe any
22853 patents or other property right claims or to contest validity of any
22854 such claims; this section has the sole purpose of protecting the
22855 integrity of the free software distribution system, which is
22856 implemented by public license practices. Many people have made
22857 generous contributions to the wide range of software distributed
22858 through that system in reliance on consistent application of that
22859 system; it is up to the author/donor to decide if he or she is willing
22860 to distribute software through any other system and a licensee cannot
22861 impose that choice.
22863 This section is intended to make thoroughly clear what is believed to
22864 be a consequence of the rest of this License.
22866 8. If the distribution and/or use of the Program is restricted in
22867 certain countries either by patents or by copyrighted interfaces, the
22868 original copyright holder who places the Program under this License
22869 may add an explicit geographical distribution limitation excluding
22870 those countries, so that distribution is permitted only in or among
22871 countries not thus excluded. In such case, this License incorporates
22872 the limitation as if written in the body of this License.
22874 9. The Free Software Foundation may publish revised and/or new versions
22875 of the General Public License from time to time. Such new versions will
22876 be similar in spirit to the present version, but may differ in detail to
22877 address new problems or concerns.
22879 Each version is given a distinguishing version number. If the Program
22880 specifies a version number of this License which applies to it and "any
22881 later version", you have the option of following the terms and conditions
22882 either of that version or of any later version published by the Free
22883 Software Foundation. If the Program does not specify a version number of
22884 this License, you may choose any version ever published by the Free Software
22885 Foundation.
22887 10. If you wish to incorporate parts of the Program into other free
22888 programs whose distribution conditions are different, write to the author
22889 to ask for permission. For software which is copyrighted by the Free
22890 Software Foundation, write to the Free Software Foundation; we sometimes
22891 make exceptions for this. Our decision will be guided by the two goals
22892 of preserving the free status of all derivatives of our free software and
22893 of promoting the sharing and reuse of software generally.
22895 NO WARRANTY
22897 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
22898 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
22899 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
22900 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
22901 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22902 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
22903 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
22904 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
22905 REPAIR OR CORRECTION.
22907 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
22908 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
22909 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
22910 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
22911 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
22912 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
22913 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
22914 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
22915 POSSIBILITY OF SUCH DAMAGES.
22917 END OF TERMS AND CONDITIONS
22919 How to Apply These Terms to Your New Programs
22921 If you develop a new program, and you want it to be of the greatest
22922 possible use to the public, the best way to achieve this is to make it
22923 free software which everyone can redistribute and change under these terms.
22925 To do so, attach the following notices to the program. It is safest
22926 to attach them to the start of each source file to most effectively
22927 convey the exclusion of warranty; and each file should have at least
22928 the "copyright" line and a pointer to where the full notice is found.
22930 &lt;one line to give the program's name and a brief idea of what it does.&gt;
22931 Copyright (C) &lt;year&gt; &lt;name of author&gt;
22933 This program is free software; you can redistribute it and/or modify
22934 it under the terms of the GNU General Public License as published by
22935 the Free Software Foundation; either version 2 of the License, or
22936 (at your option) any later version.
22938 This program is distributed in the hope that it will be useful,
22939 but WITHOUT ANY WARRANTY; without even the implied warranty of
22940 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22941 GNU General Public License for more details.
22943 You should have received a copy of the GNU General Public License
22944 along with this program; if not, write to the Free Software
22945 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22948 Also add information on how to contact you by electronic and paper mail.
22950 If the program is interactive, make it output a short notice like this
22951 when it starts in an interactive mode:
22953 Gnomovision version 69, Copyright (C) year name of author
22954 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
22955 This is free software, and you are welcome to redistribute it
22956 under certain conditions; type `show c' for details.
22958 The hypothetical commands `show w' and `show c' should show the appropriate
22959 parts of the General Public License. Of course, the commands you use may
22960 be called something other than `show w' and `show c'; they could even be
22961 mouse-clicks or menu items--whatever suits your program.
22963 You should also get your employer (if you work as a programmer) or your
22964 school, if any, to sign a "copyright disclaimer" for the program, if
22965 necessary. Here is a sample; alter the names:
22967 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
22968 `Gnomovision' (which makes passes at compilers) written by James Hacker.
22970 &lt;signature of Ty Coon&gt;, 1 April 1989
22971 Ty Coon, President of Vice
22973 This General Public License does not permit incorporating your program into
22974 proprietary programs. If your program is a subroutine library, you may
22975 consider it more useful to permit linking proprietary applications with the
22976 library. If this is what you want to do, use the GNU Library General
22977 Public License instead of this License.
22979 </pre>
22980 <div class="license-packages">
22981 Used by these packages: sys-apps/dmidecode-2.11-r1 app-text/sgml-common-0.6.3-r5 sys-libs/pam-1.1.5 app-arch/xz-utils-5.0.5-r1 sys-apps/mawk-1.3.4_p20100625 net-libs/libnetfilter_queue-1.0.1 dev-util/gtk-doc-am-1.18 app-laptop/laptop-mode-tools-1.59-r18 app-admin/eselect-python-20100321 sys-libs/libcap-2.17 sys-apps/findutils-4.4.2-r1 sys-devel/binutils-config-3-r3 sys-fs/e2fsprogs-1.42 sys-kernel/linux-headers-3.4-r6 media-plugins/alsa-plugins-1.0.25-r1 sys-boot/syslinux-3.83-r5 sys-apps/iotools-1.4 x11-misc/shared-mime-info-1.0 sys-fs/udev-171-r5 sys-apps/keyutils-1.1 sys-fs/ecryptfs-utils-101 app-admin/python-updater-0.10 sys-apps/hwids-20120922 media-sound/alsa-utils-1.0.27.1-r1 app-misc/pax-utils-0.4 sys-libs/libnih-1.0.3 sys-apps/ureadahead-0.100.0-r2 sys-apps/baselayout-2.0.1-r230 sys-apps/kbd-1.15.3 sys-auth/pambase-20101024-r2 net-misc/strongswan-5.0.2-r7 net-dialup/xl2tpd-1.3.0-r1 sys-apps/usbutils-006 sys-apps/hdparm-9.39 sys-fs/fuse-2.8.6-r3 sys-fs/avfs-1.0.1 sys-apps/dtc-1.3.0-r24 sys-fs/ntfs3g-2012.1.15-r2 dev-libs/dbus-glib-0.100.2 net-firewall/iptables-1.4.16.3 dev-util/intltool-0.50.2-r1 sys-apps/ethtool-6 sys-devel/autoconf-2.13 sys-apps/upstart-1.2-r7 net-libs/libmbim-0.0.1-r7 dev-util/ragel-6.7-r2 dev-libs/libgpg-error-1.10-r1 sys-apps/chvt-0.0.1-r1 dev-libs/nss-3.15.3-r1 sys-apps/flashrom-0.9.4-r309 sys-devel/autoconf-wrapper-13 sys-apps/dbus-1.6.8-r4 dev-libs/lzo-2.06 sys-apps/sandbox-2.6-r1 sys-devel/automake-1.11.1 sys-devel/libtool-2.4-r1 sys-apps/smartmontools-5.42 sys-libs/e2fsprogs-libs-1.42 dev-libs/nspr-4.10.2 net-misc/openvpn-2.3.2-r1 media-sound/adhd-0.0.1-r678 sys-apps/util-linux-2.21.2-r1 sys-apps/pciutils-3.1.10 sys-fs/lvm2-2.02.97-r1 app-misc/mime-types-9 media-libs/freetype-2.4.12 net-dialup/ppp-2.4.5-r4 dev-libs/pkcs11-helper-1.07 dev-util/perf-3.4-r2502 net-libs/libnfnetlink-1.0.1 sys-kernel/Linux-2.6 net-wireless/wpa_supplicant-0.7.2-r138 sys-apps/shadow-4.1.2.2-r4 media-gfx/ply-image-0.0.1-r43 sys-boot/coreboot-2013.04 net-wireless/bluez-5.4-r10 sys-devel/automake-wrapper-9 app-admin/eselect-opengl-1.2.4 sys-devel/patch-2.6.1 sys-apps/diffutils-3.2 app-accessibility/brltty-4.5-r6 media-libs/sbc-1.0 sys-block/eject-2.1.5-r2 sys-auth/pam_pwdfile-0.99-r1 sys-apps/net-tools-1.60_p20120127084908 sys-apps/portage-2.1.11.50-r3 sys-process/procps-3.3.4 dev-libs/libatomic_ops-7.2d sys-apps/memtester-4.2.2
22982 </div>
22983 </div>
22984 </div>
22986 <div class="product">
22987 <a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a>
22988 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22989 <div class="licence">
22990 <pre>
22991 GNU General Public License, version 2 or any later version.
22992 See GPL-2 or GPL-3 for the full text of these licenses.
22994 </pre>
22995 <div class="license-packages">
22996 Used by these packages: app-arch/xz-utils-5.0.5-r1 sys-boot/u-boot-2013.06 dev-libs/libatomic_ops-7.2d
22997 </div>
22998 </div>
22999 </div>
23001 <div class="product">
23002 <a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a>
23003 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23004 <div class="licence">
23005 <pre>
23006 GNU GENERAL PUBLIC LICENSE
23007 Version 3, 29 June 2007
23009 Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
23010 Everyone is permitted to copy and distribute verbatim copies
23011 of this license document, but changing it is not allowed.
23013 Preamble
23015 The GNU General Public License is a free, copyleft license for
23016 software and other kinds of works.
23018 The licenses for most software and other practical works are designed
23019 to take away your freedom to share and change the works. By contrast,
23020 the GNU General Public License is intended to guarantee your freedom to
23021 share and change all versions of a program--to make sure it remains free
23022 software for all its users. We, the Free Software Foundation, use the
23023 GNU General Public License for most of our software; it applies also to
23024 any other work released this way by its authors. You can apply it to
23025 your programs, too.
23027 When we speak of free software, we are referring to freedom, not
23028 price. Our General Public Licenses are designed to make sure that you
23029 have the freedom to distribute copies of free software (and charge for
23030 them if you wish), that you receive source code or can get it if you
23031 want it, that you can change the software or use pieces of it in new
23032 free programs, and that you know you can do these things.
23034 To protect your rights, we need to prevent others from denying you
23035 these rights or asking you to surrender the rights. Therefore, you have
23036 certain responsibilities if you distribute copies of the software, or if
23037 you modify it: responsibilities to respect the freedom of others.
23039 For example, if you distribute copies of such a program, whether
23040 gratis or for a fee, you must pass on to the recipients the same
23041 freedoms that you received. You must make sure that they, too, receive
23042 or can get the source code. And you must show them these terms so they
23043 know their rights.
23045 Developers that use the GNU GPL protect your rights with two steps:
23046 (1) assert copyright on the software, and (2) offer you this License
23047 giving you legal permission to copy, distribute and/or modify it.
23049 For the developers' and authors' protection, the GPL clearly explains
23050 that there is no warranty for this free software. For both users' and
23051 authors' sake, the GPL requires that modified versions be marked as
23052 changed, so that their problems will not be attributed erroneously to
23053 authors of previous versions.
23055 Some devices are designed to deny users access to install or run
23056 modified versions of the software inside them, although the manufacturer
23057 can do so. This is fundamentally incompatible with the aim of
23058 protecting users' freedom to change the software. The systematic
23059 pattern of such abuse occurs in the area of products for individuals to
23060 use, which is precisely where it is most unacceptable. Therefore, we
23061 have designed this version of the GPL to prohibit the practice for those
23062 products. If such problems arise substantially in other domains, we
23063 stand ready to extend this provision to those domains in future versions
23064 of the GPL, as needed to protect the freedom of users.
23066 Finally, every program is threatened constantly by software patents.
23067 States should not allow patents to restrict development and use of
23068 software on general-purpose computers, but in those that do, we wish to
23069 avoid the special danger that patents applied to a free program could
23070 make it effectively proprietary. To prevent this, the GPL assures that
23071 patents cannot be used to render the program non-free.
23073 The precise terms and conditions for copying, distribution and
23074 modification follow.
23076 TERMS AND CONDITIONS
23078 0. Definitions.
23080 "This License" refers to version 3 of the GNU General Public License.
23082 "Copyright" also means copyright-like laws that apply to other kinds of
23083 works, such as semiconductor masks.
23085 "The Program" refers to any copyrightable work licensed under this
23086 License. Each licensee is addressed as "you". "Licensees" and
23087 "recipients" may be individuals or organizations.
23089 To "modify" a work means to copy from or adapt all or part of the work
23090 in a fashion requiring copyright permission, other than the making of an
23091 exact copy. The resulting work is called a "modified version" of the
23092 earlier work or a work "based on" the earlier work.
23094 A "covered work" means either the unmodified Program or a work based
23095 on the Program.
23097 To "propagate" a work means to do anything with it that, without
23098 permission, would make you directly or secondarily liable for
23099 infringement under applicable copyright law, except executing it on a
23100 computer or modifying a private copy. Propagation includes copying,
23101 distribution (with or without modification), making available to the
23102 public, and in some countries other activities as well.
23104 To "convey" a work means any kind of propagation that enables other
23105 parties to make or receive copies. Mere interaction with a user through
23106 a computer network, with no transfer of a copy, is not conveying.
23108 An interactive user interface displays "Appropriate Legal Notices"
23109 to the extent that it includes a convenient and prominently visible
23110 feature that (1) displays an appropriate copyright notice, and (2)
23111 tells the user that there is no warranty for the work (except to the
23112 extent that warranties are provided), that licensees may convey the
23113 work under this License, and how to view a copy of this License. If
23114 the interface presents a list of user commands or options, such as a
23115 menu, a prominent item in the list meets this criterion.
23117 1. Source Code.
23119 The "source code" for a work means the preferred form of the work
23120 for making modifications to it. "Object code" means any non-source
23121 form of a work.
23123 A "Standard Interface" means an interface that either is an official
23124 standard defined by a recognized standards body, or, in the case of
23125 interfaces specified for a particular programming language, one that
23126 is widely used among developers working in that language.
23128 The "System Libraries" of an executable work include anything, other
23129 than the work as a whole, that (a) is included in the normal form of
23130 packaging a Major Component, but which is not part of that Major
23131 Component, and (b) serves only to enable use of the work with that
23132 Major Component, or to implement a Standard Interface for which an
23133 implementation is available to the public in source code form. A
23134 "Major Component", in this context, means a major essential component
23135 (kernel, window system, and so on) of the specific operating system
23136 (if any) on which the executable work runs, or a compiler used to
23137 produce the work, or an object code interpreter used to run it.
23139 The "Corresponding Source" for a work in object code form means all
23140 the source code needed to generate, install, and (for an executable
23141 work) run the object code and to modify the work, including scripts to
23142 control those activities. However, it does not include the work's
23143 System Libraries, or general-purpose tools or generally available free
23144 programs which are used unmodified in performing those activities but
23145 which are not part of the work. For example, Corresponding Source
23146 includes interface definition files associated with source files for
23147 the work, and the source code for shared libraries and dynamically
23148 linked subprograms that the work is specifically designed to require,
23149 such as by intimate data communication or control flow between those
23150 subprograms and other parts of the work.
23152 The Corresponding Source need not include anything that users
23153 can regenerate automatically from other parts of the Corresponding
23154 Source.
23156 The Corresponding Source for a work in source code form is that
23157 same work.
23159 2. Basic Permissions.
23161 All rights granted under this License are granted for the term of
23162 copyright on the Program, and are irrevocable provided the stated
23163 conditions are met. This License explicitly affirms your unlimited
23164 permission to run the unmodified Program. The output from running a
23165 covered work is covered by this License only if the output, given its
23166 content, constitutes a covered work. This License acknowledges your
23167 rights of fair use or other equivalent, as provided by copyright law.
23169 You may make, run and propagate covered works that you do not
23170 convey, without conditions so long as your license otherwise remains
23171 in force. You may convey covered works to others for the sole purpose
23172 of having them make modifications exclusively for you, or provide you
23173 with facilities for running those works, provided that you comply with
23174 the terms of this License in conveying all material for which you do
23175 not control copyright. Those thus making or running the covered works
23176 for you must do so exclusively on your behalf, under your direction
23177 and control, on terms that prohibit them from making any copies of
23178 your copyrighted material outside their relationship with you.
23180 Conveying under any other circumstances is permitted solely under
23181 the conditions stated below. Sublicensing is not allowed; section 10
23182 makes it unnecessary.
23184 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
23186 No covered work shall be deemed part of an effective technological
23187 measure under any applicable law fulfilling obligations under article
23188 11 of the WIPO copyright treaty adopted on 20 December 1996, or
23189 similar laws prohibiting or restricting circumvention of such
23190 measures.
23192 When you convey a covered work, you waive any legal power to forbid
23193 circumvention of technological measures to the extent such circumvention
23194 is effected by exercising rights under this License with respect to
23195 the covered work, and you disclaim any intention to limit operation or
23196 modification of the work as a means of enforcing, against the work's
23197 users, your or third parties' legal rights to forbid circumvention of
23198 technological measures.
23200 4. Conveying Verbatim Copies.
23202 You may convey verbatim copies of the Program's source code as you
23203 receive it, in any medium, provided that you conspicuously and
23204 appropriately publish on each copy an appropriate copyright notice;
23205 keep intact all notices stating that this License and any
23206 non-permissive terms added in accord with section 7 apply to the code;
23207 keep intact all notices of the absence of any warranty; and give all
23208 recipients a copy of this License along with the Program.
23210 You may charge any price or no price for each copy that you convey,
23211 and you may offer support or warranty protection for a fee.
23213 5. Conveying Modified Source Versions.
23215 You may convey a work based on the Program, or the modifications to
23216 produce it from the Program, in the form of source code under the
23217 terms of section 4, provided that you also meet all of these conditions:
23219 a) The work must carry prominent notices stating that you modified
23220 it, and giving a relevant date.
23222 b) The work must carry prominent notices stating that it is
23223 released under this License and any conditions added under section
23224 7. This requirement modifies the requirement in section 4 to
23225 "keep intact all notices".
23227 c) You must license the entire work, as a whole, under this
23228 License to anyone who comes into possession of a copy. This
23229 License will therefore apply, along with any applicable section 7
23230 additional terms, to the whole of the work, and all its parts,
23231 regardless of how they are packaged. This License gives no
23232 permission to license the work in any other way, but it does not
23233 invalidate such permission if you have separately received it.
23235 d) If the work has interactive user interfaces, each must display
23236 Appropriate Legal Notices; however, if the Program has interactive
23237 interfaces that do not display Appropriate Legal Notices, your
23238 work need not make them do so.
23240 A compilation of a covered work with other separate and independent
23241 works, which are not by their nature extensions of the covered work,
23242 and which are not combined with it such as to form a larger program,
23243 in or on a volume of a storage or distribution medium, is called an
23244 "aggregate" if the compilation and its resulting copyright are not
23245 used to limit the access or legal rights of the compilation's users
23246 beyond what the individual works permit. Inclusion of a covered work
23247 in an aggregate does not cause this License to apply to the other
23248 parts of the aggregate.
23250 6. Conveying Non-Source Forms.
23252 You may convey a covered work in object code form under the terms
23253 of sections 4 and 5, provided that you also convey the
23254 machine-readable Corresponding Source under the terms of this License,
23255 in one of these ways:
23257 a) Convey the object code in, or embodied in, a physical product
23258 (including a physical distribution medium), accompanied by the
23259 Corresponding Source fixed on a durable physical medium
23260 customarily used for software interchange.
23262 b) Convey the object code in, or embodied in, a physical product
23263 (including a physical distribution medium), accompanied by a
23264 written offer, valid for at least three years and valid for as
23265 long as you offer spare parts or customer support for that product
23266 model, to give anyone who possesses the object code either (1) a
23267 copy of the Corresponding Source for all the software in the
23268 product that is covered by this License, on a durable physical
23269 medium customarily used for software interchange, for a price no
23270 more than your reasonable cost of physically performing this
23271 conveying of source, or (2) access to copy the
23272 Corresponding Source from a network server at no charge.
23274 c) Convey individual copies of the object code with a copy of the
23275 written offer to provide the Corresponding Source. This
23276 alternative is allowed only occasionally and noncommercially, and
23277 only if you received the object code with such an offer, in accord
23278 with subsection 6b.
23280 d) Convey the object code by offering access from a designated
23281 place (gratis or for a charge), and offer equivalent access to the
23282 Corresponding Source in the same way through the same place at no
23283 further charge. You need not require recipients to copy the
23284 Corresponding Source along with the object code. If the place to
23285 copy the object code is a network server, the Corresponding Source
23286 may be on a different server (operated by you or a third party)
23287 that supports equivalent copying facilities, provided you maintain
23288 clear directions next to the object code saying where to find the
23289 Corresponding Source. Regardless of what server hosts the
23290 Corresponding Source, you remain obligated to ensure that it is
23291 available for as long as needed to satisfy these requirements.
23293 e) Convey the object code using peer-to-peer transmission, provided
23294 you inform other peers where the object code and Corresponding
23295 Source of the work are being offered to the general public at no
23296 charge under subsection 6d.
23298 A separable portion of the object code, whose source code is excluded
23299 from the Corresponding Source as a System Library, need not be
23300 included in conveying the object code work.
23302 A "User Product" is either (1) a "consumer product", which means any
23303 tangible personal property which is normally used for personal, family,
23304 or household purposes, or (2) anything designed or sold for incorporation
23305 into a dwelling. In determining whether a product is a consumer product,
23306 doubtful cases shall be resolved in favor of coverage. For a particular
23307 product received by a particular user, "normally used" refers to a
23308 typical or common use of that class of product, regardless of the status
23309 of the particular user or of the way in which the particular user
23310 actually uses, or expects or is expected to use, the product. A product
23311 is a consumer product regardless of whether the product has substantial
23312 commercial, industrial or non-consumer uses, unless such uses represent
23313 the only significant mode of use of the product.
23315 "Installation Information" for a User Product means any methods,
23316 procedures, authorization keys, or other information required to install
23317 and execute modified versions of a covered work in that User Product from
23318 a modified version of its Corresponding Source. The information must
23319 suffice to ensure that the continued functioning of the modified object
23320 code is in no case prevented or interfered with solely because
23321 modification has been made.
23323 If you convey an object code work under this section in, or with, or
23324 specifically for use in, a User Product, and the conveying occurs as
23325 part of a transaction in which the right of possession and use of the
23326 User Product is transferred to the recipient in perpetuity or for a
23327 fixed term (regardless of how the transaction is characterized), the
23328 Corresponding Source conveyed under this section must be accompanied
23329 by the Installation Information. But this requirement does not apply
23330 if neither you nor any third party retains the ability to install
23331 modified object code on the User Product (for example, the work has
23332 been installed in ROM).
23334 The requirement to provide Installation Information does not include a
23335 requirement to continue to provide support service, warranty, or updates
23336 for a work that has been modified or installed by the recipient, or for
23337 the User Product in which it has been modified or installed. Access to a
23338 network may be denied when the modification itself materially and
23339 adversely affects the operation of the network or violates the rules and
23340 protocols for communication across the network.
23342 Corresponding Source conveyed, and Installation Information provided,
23343 in accord with this section must be in a format that is publicly
23344 documented (and with an implementation available to the public in
23345 source code form), and must require no special password or key for
23346 unpacking, reading or copying.
23348 7. Additional Terms.
23350 "Additional permissions" are terms that supplement the terms of this
23351 License by making exceptions from one or more of its conditions.
23352 Additional permissions that are applicable to the entire Program shall
23353 be treated as though they were included in this License, to the extent
23354 that they are valid under applicable law. If additional permissions
23355 apply only to part of the Program, that part may be used separately
23356 under those permissions, but the entire Program remains governed by
23357 this License without regard to the additional permissions.
23359 When you convey a copy of a covered work, you may at your option
23360 remove any additional permissions from that copy, or from any part of
23361 it. (Additional permissions may be written to require their own
23362 removal in certain cases when you modify the work.) You may place
23363 additional permissions on material, added by you to a covered work,
23364 for which you have or can give appropriate copyright permission.
23366 Notwithstanding any other provision of this License, for material you
23367 add to a covered work, you may (if authorized by the copyright holders of
23368 that material) supplement the terms of this License with terms:
23370 a) Disclaiming warranty or limiting liability differently from the
23371 terms of sections 15 and 16 of this License; or
23373 b) Requiring preservation of specified reasonable legal notices or
23374 author attributions in that material or in the Appropriate Legal
23375 Notices displayed by works containing it; or
23377 c) Prohibiting misrepresentation of the origin of that material, or
23378 requiring that modified versions of such material be marked in
23379 reasonable ways as different from the original version; or
23381 d) Limiting the use for publicity purposes of names of licensors or
23382 authors of the material; or
23384 e) Declining to grant rights under trademark law for use of some
23385 trade names, trademarks, or service marks; or
23387 f) Requiring indemnification of licensors and authors of that
23388 material by anyone who conveys the material (or modified versions of
23389 it) with contractual assumptions of liability to the recipient, for
23390 any liability that these contractual assumptions directly impose on
23391 those licensors and authors.
23393 All other non-permissive additional terms are considered "further
23394 restrictions" within the meaning of section 10. If the Program as you
23395 received it, or any part of it, contains a notice stating that it is
23396 governed by this License along with a term that is a further
23397 restriction, you may remove that term. If a license document contains
23398 a further restriction but permits relicensing or conveying under this
23399 License, you may add to a covered work material governed by the terms
23400 of that license document, provided that the further restriction does
23401 not survive such relicensing or conveying.
23403 If you add terms to a covered work in accord with this section, you
23404 must place, in the relevant source files, a statement of the
23405 additional terms that apply to those files, or a notice indicating
23406 where to find the applicable terms.
23408 Additional terms, permissive or non-permissive, may be stated in the
23409 form of a separately written license, or stated as exceptions;
23410 the above requirements apply either way.
23412 8. Termination.
23414 You may not propagate or modify a covered work except as expressly
23415 provided under this License. Any attempt otherwise to propagate or
23416 modify it is void, and will automatically terminate your rights under
23417 this License (including any patent licenses granted under the third
23418 paragraph of section 11).
23420 However, if you cease all violation of this License, then your
23421 license from a particular copyright holder is reinstated (a)
23422 provisionally, unless and until the copyright holder explicitly and
23423 finally terminates your license, and (b) permanently, if the copyright
23424 holder fails to notify you of the violation by some reasonable means
23425 prior to 60 days after the cessation.
23427 Moreover, your license from a particular copyright holder is
23428 reinstated permanently if the copyright holder notifies you of the
23429 violation by some reasonable means, this is the first time you have
23430 received notice of violation of this License (for any work) from that
23431 copyright holder, and you cure the violation prior to 30 days after
23432 your receipt of the notice.
23434 Termination of your rights under this section does not terminate the
23435 licenses of parties who have received copies or rights from you under
23436 this License. If your rights have been terminated and not permanently
23437 reinstated, you do not qualify to receive new licenses for the same
23438 material under section 10.
23440 9. Acceptance Not Required for Having Copies.
23442 You are not required to accept this License in order to receive or
23443 run a copy of the Program. Ancillary propagation of a covered work
23444 occurring solely as a consequence of using peer-to-peer transmission
23445 to receive a copy likewise does not require acceptance. However,
23446 nothing other than this License grants you permission to propagate or
23447 modify any covered work. These actions infringe copyright if you do
23448 not accept this License. Therefore, by modifying or propagating a
23449 covered work, you indicate your acceptance of this License to do so.
23451 10. Automatic Licensing of Downstream Recipients.
23453 Each time you convey a covered work, the recipient automatically
23454 receives a license from the original licensors, to run, modify and
23455 propagate that work, subject to this License. You are not responsible
23456 for enforcing compliance by third parties with this License.
23458 An "entity transaction" is a transaction transferring control of an
23459 organization, or substantially all assets of one, or subdividing an
23460 organization, or merging organizations. If propagation of a covered
23461 work results from an entity transaction, each party to that
23462 transaction who receives a copy of the work also receives whatever
23463 licenses to the work the party's predecessor in interest had or could
23464 give under the previous paragraph, plus a right to possession of the
23465 Corresponding Source of the work from the predecessor in interest, if
23466 the predecessor has it or can get it with reasonable efforts.
23468 You may not impose any further restrictions on the exercise of the
23469 rights granted or affirmed under this License. For example, you may
23470 not impose a license fee, royalty, or other charge for exercise of
23471 rights granted under this License, and you may not initiate litigation
23472 (including a cross-claim or counterclaim in a lawsuit) alleging that
23473 any patent claim is infringed by making, using, selling, offering for
23474 sale, or importing the Program or any portion of it.
23476 11. Patents.
23478 A "contributor" is a copyright holder who authorizes use under this
23479 License of the Program or a work on which the Program is based. The
23480 work thus licensed is called the contributor's "contributor version".
23482 A contributor's "essential patent claims" are all patent claims
23483 owned or controlled by the contributor, whether already acquired or
23484 hereafter acquired, that would be infringed by some manner, permitted
23485 by this License, of making, using, or selling its contributor version,
23486 but do not include claims that would be infringed only as a
23487 consequence of further modification of the contributor version. For
23488 purposes of this definition, "control" includes the right to grant
23489 patent sublicenses in a manner consistent with the requirements of
23490 this License.
23492 Each contributor grants you a non-exclusive, worldwide, royalty-free
23493 patent license under the contributor's essential patent claims, to
23494 make, use, sell, offer for sale, import and otherwise run, modify and
23495 propagate the contents of its contributor version.
23497 In the following three paragraphs, a "patent license" is any express
23498 agreement or commitment, however denominated, not to enforce a patent
23499 (such as an express permission to practice a patent or covenant not to
23500 sue for patent infringement). To "grant" such a patent license to a
23501 party means to make such an agreement or commitment not to enforce a
23502 patent against the party.
23504 If you convey a covered work, knowingly relying on a patent license,
23505 and the Corresponding Source of the work is not available for anyone
23506 to copy, free of charge and under the terms of this License, through a
23507 publicly available network server or other readily accessible means,
23508 then you must either (1) cause the Corresponding Source to be so
23509 available, or (2) arrange to deprive yourself of the benefit of the
23510 patent license for this particular work, or (3) arrange, in a manner
23511 consistent with the requirements of this License, to extend the patent
23512 license to downstream recipients. "Knowingly relying" means you have
23513 actual knowledge that, but for the patent license, your conveying the
23514 covered work in a country, or your recipient's use of the covered work
23515 in a country, would infringe one or more identifiable patents in that
23516 country that you have reason to believe are valid.
23518 If, pursuant to or in connection with a single transaction or
23519 arrangement, you convey, or propagate by procuring conveyance of, a
23520 covered work, and grant a patent license to some of the parties
23521 receiving the covered work authorizing them to use, propagate, modify
23522 or convey a specific copy of the covered work, then the patent license
23523 you grant is automatically extended to all recipients of the covered
23524 work and works based on it.
23526 A patent license is "discriminatory" if it does not include within
23527 the scope of its coverage, prohibits the exercise of, or is
23528 conditioned on the non-exercise of one or more of the rights that are
23529 specifically granted under this License. You may not convey a covered
23530 work if you are a party to an arrangement with a third party that is
23531 in the business of distributing software, under which you make payment
23532 to the third party based on the extent of your activity of conveying
23533 the work, and under which the third party grants, to any of the
23534 parties who would receive the covered work from you, a discriminatory
23535 patent license (a) in connection with copies of the covered work
23536 conveyed by you (or copies made from those copies), or (b) primarily
23537 for and in connection with specific products or compilations that
23538 contain the covered work, unless you entered into that arrangement,
23539 or that patent license was granted, prior to 28 March 2007.
23541 Nothing in this License shall be construed as excluding or limiting
23542 any implied license or other defenses to infringement that may
23543 otherwise be available to you under applicable patent law.
23545 12. No Surrender of Others' Freedom.
23547 If conditions are imposed on you (whether by court order, agreement or
23548 otherwise) that contradict the conditions of this License, they do not
23549 excuse you from the conditions of this License. If you cannot convey a
23550 covered work so as to satisfy simultaneously your obligations under this
23551 License and any other pertinent obligations, then as a consequence you may
23552 not convey it at all. For example, if you agree to terms that obligate you
23553 to collect a royalty for further conveying from those to whom you convey
23554 the Program, the only way you could satisfy both those terms and this
23555 License would be to refrain entirely from conveying the Program.
23557 13. Use with the GNU Affero General Public License.
23559 Notwithstanding any other provision of this License, you have
23560 permission to link or combine any covered work with a work licensed
23561 under version 3 of the GNU Affero General Public License into a single
23562 combined work, and to convey the resulting work. The terms of this
23563 License will continue to apply to the part which is the covered work,
23564 but the special requirements of the GNU Affero General Public License,
23565 section 13, concerning interaction through a network will apply to the
23566 combination as such.
23568 14. Revised Versions of this License.
23570 The Free Software Foundation may publish revised and/or new versions of
23571 the GNU General Public License from time to time. Such new versions will
23572 be similar in spirit to the present version, but may differ in detail to
23573 address new problems or concerns.
23575 Each version is given a distinguishing version number. If the
23576 Program specifies that a certain numbered version of the GNU General
23577 Public License "or any later version" applies to it, you have the
23578 option of following the terms and conditions either of that numbered
23579 version or of any later version published by the Free Software
23580 Foundation. If the Program does not specify a version number of the
23581 GNU General Public License, you may choose any version ever published
23582 by the Free Software Foundation.
23584 If the Program specifies that a proxy can decide which future
23585 versions of the GNU General Public License can be used, that proxy's
23586 public statement of acceptance of a version permanently authorizes you
23587 to choose that version for the Program.
23589 Later license versions may give you additional or different
23590 permissions. However, no additional obligations are imposed on any
23591 author or copyright holder as a result of your choosing to follow a
23592 later version.
23594 15. Disclaimer of Warranty.
23596 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
23597 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
23598 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
23599 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
23600 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23601 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
23602 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
23603 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
23605 16. Limitation of Liability.
23607 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
23608 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
23609 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
23610 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
23611 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
23612 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
23613 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
23614 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
23615 SUCH DAMAGES.
23617 17. Interpretation of Sections 15 and 16.
23619 If the disclaimer of warranty and limitation of liability provided
23620 above cannot be given local legal effect according to their terms,
23621 reviewing courts shall apply local law that most closely approximates
23622 an absolute waiver of all civil liability in connection with the
23623 Program, unless a warranty or assumption of liability accompanies a
23624 copy of the Program in return for a fee.
23626 END OF TERMS AND CONDITIONS
23628 How to Apply These Terms to Your New Programs
23630 If you develop a new program, and you want it to be of the greatest
23631 possible use to the public, the best way to achieve this is to make it
23632 free software which everyone can redistribute and change under these terms.
23634 To do so, attach the following notices to the program. It is safest
23635 to attach them to the start of each source file to most effectively
23636 state the exclusion of warranty; and each file should have at least
23637 the "copyright" line and a pointer to where the full notice is found.
23639 &lt;one line to give the program's name and a brief idea of what it does.&gt;
23640 Copyright (C) &lt;year&gt; &lt;name of author&gt;
23642 This program is free software: you can redistribute it and/or modify
23643 it under the terms of the GNU General Public License as published by
23644 the Free Software Foundation, either version 3 of the License, or
23645 (at your option) any later version.
23647 This program is distributed in the hope that it will be useful,
23648 but WITHOUT ANY WARRANTY; without even the implied warranty of
23649 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23650 GNU General Public License for more details.
23652 You should have received a copy of the GNU General Public License
23653 along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
23655 Also add information on how to contact you by electronic and paper mail.
23657 If the program does terminal interaction, make it output a short
23658 notice like this when it starts in an interactive mode:
23660 &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
23661 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
23662 This is free software, and you are welcome to redistribute it
23663 under certain conditions; type `show c' for details.
23665 The hypothetical commands `show w' and `show c' should show the appropriate
23666 parts of the General Public License. Of course, your program's commands
23667 might be different; for a GUI interface, you would use an "about box".
23669 You should also get your employer (if you work as a programmer) or school,
23670 if any, to sign a "copyright disclaimer" for the program, if necessary.
23671 For more information on this, and how to apply and follow the GNU GPL, see
23672 &lt;http://www.gnu.org/licenses/&gt;.
23674 The GNU General Public License does not permit incorporating your program
23675 into proprietary programs. If your program is a subroutine library, you
23676 may consider it more useful to permit linking proprietary applications with
23677 the library. If this is what you want to do, use the GNU Lesser General
23678 Public License instead of this License. But first, please read
23679 &lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.
23681 </pre>
23682 <div class="license-packages">
23683 Used by these packages: dev-lang/swig-2.0.4-r1 sys-libs/gdbm-1.9.1-r2 sys-devel/autoconf-2.69 app-arch/gzip-1.5 sys-fs/dosfstools-3.0.9 net-misc/rsync-3.0.9-r3 sys-block/parted-3.1-r1 sys-apps/sed-4.2.1-r1 app-admin/rsyslog-5.8.11 sys-apps/grep-2.14 app-arch/tar-1.26-r1 sys-fs/exfat-utils-1.0.1-r1 sys-fs/mtools-4.0.15 sys-libs/readline-6.2_p1 app-arch/sharutils-4.7 sys-devel/binutils-2.22-r20 app-shells/bash-4.2_p45 sys-apps/util-linux-2.21.2-r1 sys-apps/coreutils-8.20-r1 sys-devel/make-3.82-r4 net-misc/wget-1.14 sys-devel/m4-1.4.16 sys-fs/fuse-exfat-1.0.1-r1 sys-libs/gcc-libs-4.8.1-r7 sys-apps/which-2.20
23684 </div>
23685 </div>
23686 </div>
23688 <div class="product">
23689 <a name="ISC" class="title">Gentoo Package Stock License ISC</a>
23690 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23691 <div class="licence">
23692 <pre>
23693 Copyright (c) 4-digit year, Company or Person's Name
23695 Permission to use, copy, modify, and/or distribute this software for any
23696 purpose with or without fee is hereby granted, provided that the above
23697 copyright notice and this permission notice appear in all copies.
23699 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
23700 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
23701 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
23702 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23703 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
23704 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
23705 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23707 </pre>
23708 <div class="license-packages">
23709 Used by these packages: media-libs/harfbuzz-0.9.18-r2 app-admin/sudo-1.8.6_p7
23710 </div>
23711 </div>
23712 </div>
23714 <div class="product">
23715 <a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a>
23716 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23717 <div class="licence">
23718 <pre>
23719 GNU LIBRARY GENERAL PUBLIC LICENSE
23720 Version 2, June 1991
23722 Copyright (C) 1991 Free Software Foundation, Inc.
23723 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
23724 Everyone is permitted to copy and distribute verbatim copies
23725 of this license document, but changing it is not allowed.
23727 [This is the first released version of the library GPL. It is
23728 numbered 2 because it goes with version 2 of the ordinary GPL.]
23730 Preamble
23732 The licenses for most software are designed to take away your
23733 freedom to share and change it. By contrast, the GNU General Public
23734 Licenses are intended to guarantee your freedom to share and change
23735 free software--to make sure the software is free for all its users.
23737 This license, the Library General Public License, applies to some
23738 specially designated Free Software Foundation software, and to any
23739 other libraries whose authors decide to use it. You can use it for
23740 your libraries, too.
23742 When we speak of free software, we are referring to freedom, not
23743 price. Our General Public Licenses are designed to make sure that you
23744 have the freedom to distribute copies of free software (and charge for
23745 this service if you wish), that you receive source code or can get it
23746 if you want it, that you can change the software or use pieces of it
23747 in new free programs; and that you know you can do these things.
23749 To protect your rights, we need to make restrictions that forbid
23750 anyone to deny you these rights or to ask you to surrender the rights.
23751 These restrictions translate to certain responsibilities for you if
23752 you distribute copies of the library, or if you modify it.
23754 For example, if you distribute copies of the library, whether gratis
23755 or for a fee, you must give the recipients all the rights that we gave
23756 you. You must make sure that they, too, receive or can get the source
23757 code. If you link a program with the library, you must provide
23758 complete object files to the recipients so that they can relink them
23759 with the library, after making changes to the library and recompiling
23760 it. And you must show them these terms so they know their rights.
23762 Our method of protecting your rights has two steps: (1) copyright
23763 the library, and (2) offer you this license which gives you legal
23764 permission to copy, distribute and/or modify the library.
23766 Also, for each distributor's protection, we want to make certain
23767 that everyone understands that there is no warranty for this free
23768 library. If the library is modified by someone else and passed on, we
23769 want its recipients to know that what they have is not the original
23770 version, so that any problems introduced by others will not reflect on
23771 the original authors' reputations.
23773 Finally, any free program is threatened constantly by software
23774 patents. We wish to avoid the danger that companies distributing free
23775 software will individually obtain patent licenses, thus in effect
23776 transforming the program into proprietary software. To prevent this,
23777 we have made it clear that any patent must be licensed for everyone's
23778 free use or not licensed at all.
23780 Most GNU software, including some libraries, is covered by the ordinary
23781 GNU General Public License, which was designed for utility programs. This
23782 license, the GNU Library General Public License, applies to certain
23783 designated libraries. This license is quite different from the ordinary
23784 one; be sure to read it in full, and don't assume that anything in it is
23785 the same as in the ordinary license.
23787 The reason we have a separate public license for some libraries is that
23788 they blur the distinction we usually make between modifying or adding to a
23789 program and simply using it. Linking a program with a library, without
23790 changing the library, is in some sense simply using the library, and is
23791 analogous to running a utility program or application program. However, in
23792 a textual and legal sense, the linked executable is a combined work, a
23793 derivative of the original library, and the ordinary General Public License
23794 treats it as such.
23796 Because of this blurred distinction, using the ordinary General
23797 Public License for libraries did not effectively promote software
23798 sharing, because most developers did not use the libraries. We
23799 concluded that weaker conditions might promote sharing better.
23801 However, unrestricted linking of non-free programs would deprive the
23802 users of those programs of all benefit from the free status of the
23803 libraries themselves. This Library General Public License is intended to
23804 permit developers of non-free programs to use free libraries, while
23805 preserving your freedom as a user of such programs to change the free
23806 libraries that are incorporated in them. (We have not seen how to achieve
23807 this as regards changes in header files, but we have achieved it as regards
23808 changes in the actual functions of the Library.) The hope is that this
23809 will lead to faster development of free libraries.
23811 The precise terms and conditions for copying, distribution and
23812 modification follow. Pay close attention to the difference between a
23813 "work based on the library" and a "work that uses the library". The
23814 former contains code derived from the library, while the latter only
23815 works together with the library.
23817 Note that it is possible for a library to be covered by the ordinary
23818 General Public License rather than by this special one.
23820 GNU LIBRARY GENERAL PUBLIC LICENSE
23821 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
23823 0. This License Agreement applies to any software library which
23824 contains a notice placed by the copyright holder or other authorized
23825 party saying it may be distributed under the terms of this Library
23826 General Public License (also called "this License"). Each licensee is
23827 addressed as "you".
23829 A "library" means a collection of software functions and/or data
23830 prepared so as to be conveniently linked with application programs
23831 (which use some of those functions and data) to form executables.
23833 The "Library", below, refers to any such software library or work
23834 which has been distributed under these terms. A "work based on the
23835 Library" means either the Library or any derivative work under
23836 copyright law: that is to say, a work containing the Library or a
23837 portion of it, either verbatim or with modifications and/or translated
23838 straightforwardly into another language. (Hereinafter, translation is
23839 included without limitation in the term "modification".)
23841 "Source code" for a work means the preferred form of the work for
23842 making modifications to it. For a library, complete source code means
23843 all the source code for all modules it contains, plus any associated
23844 interface definition files, plus the scripts used to control compilation
23845 and installation of the library.
23847 Activities other than copying, distribution and modification are not
23848 covered by this License; they are outside its scope. The act of
23849 running a program using the Library is not restricted, and output from
23850 such a program is covered only if its contents constitute a work based
23851 on the Library (independent of the use of the Library in a tool for
23852 writing it). Whether that is true depends on what the Library does
23853 and what the program that uses the Library does.
23855 1. You may copy and distribute verbatim copies of the Library's
23856 complete source code as you receive it, in any medium, provided that
23857 you conspicuously and appropriately publish on each copy an
23858 appropriate copyright notice and disclaimer of warranty; keep intact
23859 all the notices that refer to this License and to the absence of any
23860 warranty; and distribute a copy of this License along with the
23861 Library.
23863 You may charge a fee for the physical act of transferring a copy,
23864 and you may at your option offer warranty protection in exchange for a
23865 fee.
23867 2. You may modify your copy or copies of the Library or any portion
23868 of it, thus forming a work based on the Library, and copy and
23869 distribute such modifications or work under the terms of Section 1
23870 above, provided that you also meet all of these conditions:
23872 a) The modified work must itself be a software library.
23874 b) You must cause the files modified to carry prominent notices
23875 stating that you changed the files and the date of any change.
23877 c) You must cause the whole of the work to be licensed at no
23878 charge to all third parties under the terms of this License.
23880 d) If a facility in the modified Library refers to a function or a
23881 table of data to be supplied by an application program that uses
23882 the facility, other than as an argument passed when the facility
23883 is invoked, then you must make a good faith effort to ensure that,
23884 in the event an application does not supply such function or
23885 table, the facility still operates, and performs whatever part of
23886 its purpose remains meaningful.
23888 (For example, a function in a library to compute square roots has
23889 a purpose that is entirely well-defined independent of the
23890 application. Therefore, Subsection 2d requires that any
23891 application-supplied function or table used by this function must
23892 be optional: if the application does not supply it, the square
23893 root function must still compute square roots.)
23895 These requirements apply to the modified work as a whole. If
23896 identifiable sections of that work are not derived from the Library,
23897 and can be reasonably considered independent and separate works in
23898 themselves, then this License, and its terms, do not apply to those
23899 sections when you distribute them as separate works. But when you
23900 distribute the same sections as part of a whole which is a work based
23901 on the Library, the distribution of the whole must be on the terms of
23902 this License, whose permissions for other licensees extend to the
23903 entire whole, and thus to each and every part regardless of who wrote
23906 Thus, it is not the intent of this section to claim rights or contest
23907 your rights to work written entirely by you; rather, the intent is to
23908 exercise the right to control the distribution of derivative or
23909 collective works based on the Library.
23911 In addition, mere aggregation of another work not based on the Library
23912 with the Library (or with a work based on the Library) on a volume of
23913 a storage or distribution medium does not bring the other work under
23914 the scope of this License.
23916 3. You may opt to apply the terms of the ordinary GNU General Public
23917 License instead of this License to a given copy of the Library. To do
23918 this, you must alter all the notices that refer to this License, so
23919 that they refer to the ordinary GNU General Public License, version 2,
23920 instead of to this License. (If a newer version than version 2 of the
23921 ordinary GNU General Public License has appeared, then you can specify
23922 that version instead if you wish.) Do not make any other change in
23923 these notices.
23925 Once this change is made in a given copy, it is irreversible for
23926 that copy, so the ordinary GNU General Public License applies to all
23927 subsequent copies and derivative works made from that copy.
23929 This option is useful when you wish to copy part of the code of
23930 the Library into a program that is not a library.
23932 4. You may copy and distribute the Library (or a portion or
23933 derivative of it, under Section 2) in object code or executable form
23934 under the terms of Sections 1 and 2 above provided that you accompany
23935 it with the complete corresponding machine-readable source code, which
23936 must be distributed under the terms of Sections 1 and 2 above on a
23937 medium customarily used for software interchange.
23939 If distribution of object code is made by offering access to copy
23940 from a designated place, then offering equivalent access to copy the
23941 source code from the same place satisfies the requirement to
23942 distribute the source code, even though third parties are not
23943 compelled to copy the source along with the object code.
23945 5. A program that contains no derivative of any portion of the
23946 Library, but is designed to work with the Library by being compiled or
23947 linked with it, is called a "work that uses the Library". Such a
23948 work, in isolation, is not a derivative work of the Library, and
23949 therefore falls outside the scope of this License.
23951 However, linking a "work that uses the Library" with the Library
23952 creates an executable that is a derivative of the Library (because it
23953 contains portions of the Library), rather than a "work that uses the
23954 library". The executable is therefore covered by this License.
23955 Section 6 states terms for distribution of such executables.
23957 When a "work that uses the Library" uses material from a header file
23958 that is part of the Library, the object code for the work may be a
23959 derivative work of the Library even though the source code is not.
23960 Whether this is true is especially significant if the work can be
23961 linked without the Library, or if the work is itself a library. The
23962 threshold for this to be true is not precisely defined by law.
23964 If such an object file uses only numerical parameters, data
23965 structure layouts and accessors, and small macros and small inline
23966 functions (ten lines or less in length), then the use of the object
23967 file is unrestricted, regardless of whether it is legally a derivative
23968 work. (Executables containing this object code plus portions of the
23969 Library will still fall under Section 6.)
23971 Otherwise, if the work is a derivative of the Library, you may
23972 distribute the object code for the work under the terms of Section 6.
23973 Any executables containing that work also fall under Section 6,
23974 whether or not they are linked directly with the Library itself.
23976 6. As an exception to the Sections above, you may also compile or
23977 link a "work that uses the Library" with the Library to produce a
23978 work containing portions of the Library, and distribute that work
23979 under terms of your choice, provided that the terms permit
23980 modification of the work for the customer's own use and reverse
23981 engineering for debugging such modifications.
23983 You must give prominent notice with each copy of the work that the
23984 Library is used in it and that the Library and its use are covered by
23985 this License. You must supply a copy of this License. If the work
23986 during execution displays copyright notices, you must include the
23987 copyright notice for the Library among them, as well as a reference
23988 directing the user to the copy of this License. Also, you must do one
23989 of these things:
23991 a) Accompany the work with the complete corresponding
23992 machine-readable source code for the Library including whatever
23993 changes were used in the work (which must be distributed under
23994 Sections 1 and 2 above); and, if the work is an executable linked
23995 with the Library, with the complete machine-readable "work that
23996 uses the Library", as object code and/or source code, so that the
23997 user can modify the Library and then relink to produce a modified
23998 executable containing the modified Library. (It is understood
23999 that the user who changes the contents of definitions files in the
24000 Library will not necessarily be able to recompile the application
24001 to use the modified definitions.)
24003 b) Accompany the work with a written offer, valid for at
24004 least three years, to give the same user the materials
24005 specified in Subsection 6a, above, for a charge no more
24006 than the cost of performing this distribution.
24008 c) If distribution of the work is made by offering access to copy
24009 from a designated place, offer equivalent access to copy the above
24010 specified materials from the same place.
24012 d) Verify that the user has already received a copy of these
24013 materials or that you have already sent this user a copy.
24015 For an executable, the required form of the "work that uses the
24016 Library" must include any data and utility programs needed for
24017 reproducing the executable from it. However, as a special exception,
24018 the source code distributed need not include anything that is normally
24019 distributed (in either source or binary form) with the major
24020 components (compiler, kernel, and so on) of the operating system on
24021 which the executable runs, unless that component itself accompanies
24022 the executable.
24024 It may happen that this requirement contradicts the license
24025 restrictions of other proprietary libraries that do not normally
24026 accompany the operating system. Such a contradiction means you cannot
24027 use both them and the Library together in an executable that you
24028 distribute.
24030 7. You may place library facilities that are a work based on the
24031 Library side-by-side in a single library together with other library
24032 facilities not covered by this License, and distribute such a combined
24033 library, provided that the separate distribution of the work based on
24034 the Library and of the other library facilities is otherwise
24035 permitted, and provided that you do these two things:
24037 a) Accompany the combined library with a copy of the same work
24038 based on the Library, uncombined with any other library
24039 facilities. This must be distributed under the terms of the
24040 Sections above.
24042 b) Give prominent notice with the combined library of the fact
24043 that part of it is a work based on the Library, and explaining
24044 where to find the accompanying uncombined form of the same work.
24046 8. You may not copy, modify, sublicense, link with, or distribute
24047 the Library except as expressly provided under this License. Any
24048 attempt otherwise to copy, modify, sublicense, link with, or
24049 distribute the Library is void, and will automatically terminate your
24050 rights under this License. However, parties who have received copies,
24051 or rights, from you under this License will not have their licenses
24052 terminated so long as such parties remain in full compliance.
24054 9. You are not required to accept this License, since you have not
24055 signed it. However, nothing else grants you permission to modify or
24056 distribute the Library or its derivative works. These actions are
24057 prohibited by law if you do not accept this License. Therefore, by
24058 modifying or distributing the Library (or any work based on the
24059 Library), you indicate your acceptance of this License to do so, and
24060 all its terms and conditions for copying, distributing or modifying
24061 the Library or works based on it.
24063 10. Each time you redistribute the Library (or any work based on the
24064 Library), the recipient automatically receives a license from the
24065 original licensor to copy, distribute, link with or modify the Library
24066 subject to these terms and conditions. You may not impose any further
24067 restrictions on the recipients' exercise of the rights granted herein.
24068 You are not responsible for enforcing compliance by third parties to
24069 this License.
24071 11. If, as a consequence of a court judgment or allegation of patent
24072 infringement or for any other reason (not limited to patent issues),
24073 conditions are imposed on you (whether by court order, agreement or
24074 otherwise) that contradict the conditions of this License, they do not
24075 excuse you from the conditions of this License. If you cannot
24076 distribute so as to satisfy simultaneously your obligations under this
24077 License and any other pertinent obligations, then as a consequence you
24078 may not distribute the Library at all. For example, if a patent
24079 license would not permit royalty-free redistribution of the Library by
24080 all those who receive copies directly or indirectly through you, then
24081 the only way you could satisfy both it and this License would be to
24082 refrain entirely from distribution of the Library.
24084 If any portion of this section is held invalid or unenforceable under any
24085 particular circumstance, the balance of the section is intended to apply,
24086 and the section as a whole is intended to apply in other circumstances.
24088 It is not the purpose of this section to induce you to infringe any
24089 patents or other property right claims or to contest validity of any
24090 such claims; this section has the sole purpose of protecting the
24091 integrity of the free software distribution system which is
24092 implemented by public license practices. Many people have made
24093 generous contributions to the wide range of software distributed
24094 through that system in reliance on consistent application of that
24095 system; it is up to the author/donor to decide if he or she is willing
24096 to distribute software through any other system and a licensee cannot
24097 impose that choice.
24099 This section is intended to make thoroughly clear what is believed to
24100 be a consequence of the rest of this License.
24102 12. If the distribution and/or use of the Library is restricted in
24103 certain countries either by patents or by copyrighted interfaces, the
24104 original copyright holder who places the Library under this License may add
24105 an explicit geographical distribution limitation excluding those countries,
24106 so that distribution is permitted only in or among countries not thus
24107 excluded. In such case, this License incorporates the limitation as if
24108 written in the body of this License.
24110 13. The Free Software Foundation may publish revised and/or new
24111 versions of the Library General Public License from time to time.
24112 Such new versions will be similar in spirit to the present version,
24113 but may differ in detail to address new problems or concerns.
24115 Each version is given a distinguishing version number. If the Library
24116 specifies a version number of this License which applies to it and
24117 "any later version", you have the option of following the terms and
24118 conditions either of that version or of any later version published by
24119 the Free Software Foundation. If the Library does not specify a
24120 license version number, you may choose any version ever published by
24121 the Free Software Foundation.
24123 14. If you wish to incorporate parts of the Library into other free
24124 programs whose distribution conditions are incompatible with these,
24125 write to the author to ask for permission. For software which is
24126 copyrighted by the Free Software Foundation, write to the Free
24127 Software Foundation; we sometimes make exceptions for this. Our
24128 decision will be guided by the two goals of preserving the free status
24129 of all derivatives of our free software and of promoting the sharing
24130 and reuse of software generally.
24132 NO WARRANTY
24134 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
24135 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
24136 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
24137 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
24138 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
24139 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24140 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
24141 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
24142 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
24144 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
24145 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
24146 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
24147 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
24148 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
24149 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
24150 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
24151 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
24152 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
24153 DAMAGES.
24155 END OF TERMS AND CONDITIONS
24157 Appendix: How to Apply These Terms to Your New Libraries
24159 If you develop a new library, and you want it to be of the greatest
24160 possible use to the public, we recommend making it free software that
24161 everyone can redistribute and change. You can do so by permitting
24162 redistribution under these terms (or, alternatively, under the terms of the
24163 ordinary General Public License).
24165 To apply these terms, attach the following notices to the library. It is
24166 safest to attach them to the start of each source file to most effectively
24167 convey the exclusion of warranty; and each file should have at least the
24168 "copyright" line and a pointer to where the full notice is found.
24170 &lt;one line to give the library's name and a brief idea of what it does.&gt;
24171 Copyright (C) &lt;year&gt; &lt;name of author&gt;
24173 This library is free software; you can redistribute it and/or
24174 modify it under the terms of the GNU Library General Public
24175 License as published by the Free Software Foundation; either
24176 version 2 of the License, or (at your option) any later version.
24178 This library is distributed in the hope that it will be useful,
24179 but WITHOUT ANY WARRANTY; without even the implied warranty of
24180 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24181 Library General Public License for more details.
24183 You should have received a copy of the GNU Library General Public
24184 License along with this library; if not, write to the Free
24185 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
24186 MA 02111-1307, USA
24188 Also add information on how to contact you by electronic and paper mail.
24190 You should also get your employer (if you work as a programmer) or your
24191 school, if any, to sign a "copyright disclaimer" for the library, if
24192 necessary. Here is a sample; alter the names:
24194 Yoyodyne, Inc., hereby disclaims all copyright interest in the
24195 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
24197 &lt;signature of Ty Coon&gt;, 1 April 1990
24198 Ty Coon, President of Vice
24200 That's all there is to it!
24202 </pre>
24203 <div class="license-packages">
24204 Used by these packages: dev-libs/glib-2.34.3-r1 x11-libs/gtk+-2.20.1 dev-libs/atk-1.32.0-r1 dev-libs/libusb-0.1.12-r7 dev-libs/dbus-c++-0.0.2-r44 sys-apps/kmod-15 x11-libs/pango-1.32.5-r1
24205 </div>
24206 </div>
24207 </div>
24209 <div class="product">
24210 <a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a>
24211 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24212 <div class="licence">
24213 <pre>
24214 GNU Library General Public License, version 2 or any later version.
24215 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses.
24217 </pre>
24218 <div class="license-packages">
24219 Used by these packages: dev-libs/glib-2.34.3-r1 x11-libs/pango-1.32.5-r1
24220 </div>
24221 </div>
24222 </div>
24224 <div class="product">
24225 <a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a>
24226 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24227 <div class="licence">
24228 <pre>
24229 GNU LESSER GENERAL PUBLIC LICENSE
24230 Version 2.1, February 1999
24232 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
24233 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24234 Everyone is permitted to copy and distribute verbatim copies
24235 of this license document, but changing it is not allowed.
24237 [This is the first released version of the Lesser GPL. It also counts
24238 as the successor of the GNU Library Public License, version 2, hence
24239 the version number 2.1.]
24241 Preamble
24243 The licenses for most software are designed to take away your
24244 freedom to share and change it. By contrast, the GNU General Public
24245 Licenses are intended to guarantee your freedom to share and change
24246 free software--to make sure the software is free for all its users.
24248 This license, the Lesser General Public License, applies to some
24249 specially designated software packages--typically libraries--of the
24250 Free Software Foundation and other authors who decide to use it. You
24251 can use it too, but we suggest you first think carefully about whether
24252 this license or the ordinary General Public License is the better
24253 strategy to use in any particular case, based on the explanations below.
24255 When we speak of free software, we are referring to freedom of use,
24256 not price. Our General Public Licenses are designed to make sure that
24257 you have the freedom to distribute copies of free software (and charge
24258 for this service if you wish); that you receive source code or can get
24259 it if you want it; that you can change the software and use pieces of
24260 it in new free programs; and that you are informed that you can do
24261 these things.
24263 To protect your rights, we need to make restrictions that forbid
24264 distributors to deny you these rights or to ask you to surrender these
24265 rights. These restrictions translate to certain responsibilities for
24266 you if you distribute copies of the library or if you modify it.
24268 For example, if you distribute copies of the library, whether gratis
24269 or for a fee, you must give the recipients all the rights that we gave
24270 you. You must make sure that they, too, receive or can get the source
24271 code. If you link other code with the library, you must provide
24272 complete object files to the recipients, so that they can relink them
24273 with the library after making changes to the library and recompiling
24274 it. And you must show them these terms so they know their rights.
24276 We protect your rights with a two-step method: (1) we copyright the
24277 library, and (2) we offer you this license, which gives you legal
24278 permission to copy, distribute and/or modify the library.
24280 To protect each distributor, we want to make it very clear that
24281 there is no warranty for the free library. Also, if the library is
24282 modified by someone else and passed on, the recipients should know
24283 that what they have is not the original version, so that the original
24284 author's reputation will not be affected by problems that might be
24285 introduced by others.
24287 Finally, software patents pose a constant threat to the existence of
24288 any free program. We wish to make sure that a company cannot
24289 effectively restrict the users of a free program by obtaining a
24290 restrictive license from a patent holder. Therefore, we insist that
24291 any patent license obtained for a version of the library must be
24292 consistent with the full freedom of use specified in this license.
24294 Most GNU software, including some libraries, is covered by the
24295 ordinary GNU General Public License. This license, the GNU Lesser
24296 General Public License, applies to certain designated libraries, and
24297 is quite different from the ordinary General Public License. We use
24298 this license for certain libraries in order to permit linking those
24299 libraries into non-free programs.
24301 When a program is linked with a library, whether statically or using
24302 a shared library, the combination of the two is legally speaking a
24303 combined work, a derivative of the original library. The ordinary
24304 General Public License therefore permits such linking only if the
24305 entire combination fits its criteria of freedom. The Lesser General
24306 Public License permits more lax criteria for linking other code with
24307 the library.
24309 We call this license the "Lesser" General Public License because it
24310 does Less to protect the user's freedom than the ordinary General
24311 Public License. It also provides other free software developers Less
24312 of an advantage over competing non-free programs. These disadvantages
24313 are the reason we use the ordinary General Public License for many
24314 libraries. However, the Lesser license provides advantages in certain
24315 special circumstances.
24317 For example, on rare occasions, there may be a special need to
24318 encourage the widest possible use of a certain library, so that it becomes
24319 a de-facto standard. To achieve this, non-free programs must be
24320 allowed to use the library. A more frequent case is that a free
24321 library does the same job as widely used non-free libraries. In this
24322 case, there is little to gain by limiting the free library to free
24323 software only, so we use the Lesser General Public License.
24325 In other cases, permission to use a particular library in non-free
24326 programs enables a greater number of people to use a large body of
24327 free software. For example, permission to use the GNU C Library in
24328 non-free programs enables many more people to use the whole GNU
24329 operating system, as well as its variant, the GNU/Linux operating
24330 system.
24332 Although the Lesser General Public License is Less protective of the
24333 users' freedom, it does ensure that the user of a program that is
24334 linked with the Library has the freedom and the wherewithal to run
24335 that program using a modified version of the Library.
24337 The precise terms and conditions for copying, distribution and
24338 modification follow. Pay close attention to the difference between a
24339 "work based on the library" and a "work that uses the library". The
24340 former contains code derived from the library, whereas the latter must
24341 be combined with the library in order to run.
24343 GNU LESSER GENERAL PUBLIC LICENSE
24344 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
24346 0. This License Agreement applies to any software library or other
24347 program which contains a notice placed by the copyright holder or
24348 other authorized party saying it may be distributed under the terms of
24349 this Lesser General Public License (also called "this License").
24350 Each licensee is addressed as "you".
24352 A "library" means a collection of software functions and/or data
24353 prepared so as to be conveniently linked with application programs
24354 (which use some of those functions and data) to form executables.
24356 The "Library", below, refers to any such software library or work
24357 which has been distributed under these terms. A "work based on the
24358 Library" means either the Library or any derivative work under
24359 copyright law: that is to say, a work containing the Library or a
24360 portion of it, either verbatim or with modifications and/or translated
24361 straightforwardly into another language. (Hereinafter, translation is
24362 included without limitation in the term "modification".)
24364 "Source code" for a work means the preferred form of the work for
24365 making modifications to it. For a library, complete source code means
24366 all the source code for all modules it contains, plus any associated
24367 interface definition files, plus the scripts used to control compilation
24368 and installation of the library.
24370 Activities other than copying, distribution and modification are not
24371 covered by this License; they are outside its scope. The act of
24372 running a program using the Library is not restricted, and output from
24373 such a program is covered only if its contents constitute a work based
24374 on the Library (independent of the use of the Library in a tool for
24375 writing it). Whether that is true depends on what the Library does
24376 and what the program that uses the Library does.
24378 1. You may copy and distribute verbatim copies of the Library's
24379 complete source code as you receive it, in any medium, provided that
24380 you conspicuously and appropriately publish on each copy an
24381 appropriate copyright notice and disclaimer of warranty; keep intact
24382 all the notices that refer to this License and to the absence of any
24383 warranty; and distribute a copy of this License along with the
24384 Library.
24386 You may charge a fee for the physical act of transferring a copy,
24387 and you may at your option offer warranty protection in exchange for a
24388 fee.
24390 2. You may modify your copy or copies of the Library or any portion
24391 of it, thus forming a work based on the Library, and copy and
24392 distribute such modifications or work under the terms of Section 1
24393 above, provided that you also meet all of these conditions:
24395 a) The modified work must itself be a software library.
24397 b) You must cause the files modified to carry prominent notices
24398 stating that you changed the files and the date of any change.
24400 c) You must cause the whole of the work to be licensed at no
24401 charge to all third parties under the terms of this License.
24403 d) If a facility in the modified Library refers to a function or a
24404 table of data to be supplied by an application program that uses
24405 the facility, other than as an argument passed when the facility
24406 is invoked, then you must make a good faith effort to ensure that,
24407 in the event an application does not supply such function or
24408 table, the facility still operates, and performs whatever part of
24409 its purpose remains meaningful.
24411 (For example, a function in a library to compute square roots has
24412 a purpose that is entirely well-defined independent of the
24413 application. Therefore, Subsection 2d requires that any
24414 application-supplied function or table used by this function must
24415 be optional: if the application does not supply it, the square
24416 root function must still compute square roots.)
24418 These requirements apply to the modified work as a whole. If
24419 identifiable sections of that work are not derived from the Library,
24420 and can be reasonably considered independent and separate works in
24421 themselves, then this License, and its terms, do not apply to those
24422 sections when you distribute them as separate works. But when you
24423 distribute the same sections as part of a whole which is a work based
24424 on the Library, the distribution of the whole must be on the terms of
24425 this License, whose permissions for other licensees extend to the
24426 entire whole, and thus to each and every part regardless of who wrote
24429 Thus, it is not the intent of this section to claim rights or contest
24430 your rights to work written entirely by you; rather, the intent is to
24431 exercise the right to control the distribution of derivative or
24432 collective works based on the Library.
24434 In addition, mere aggregation of another work not based on the Library
24435 with the Library (or with a work based on the Library) on a volume of
24436 a storage or distribution medium does not bring the other work under
24437 the scope of this License.
24439 3. You may opt to apply the terms of the ordinary GNU General Public
24440 License instead of this License to a given copy of the Library. To do
24441 this, you must alter all the notices that refer to this License, so
24442 that they refer to the ordinary GNU General Public License, version 2,
24443 instead of to this License. (If a newer version than version 2 of the
24444 ordinary GNU General Public License has appeared, then you can specify
24445 that version instead if you wish.) Do not make any other change in
24446 these notices.
24448 Once this change is made in a given copy, it is irreversible for
24449 that copy, so the ordinary GNU General Public License applies to all
24450 subsequent copies and derivative works made from that copy.
24452 This option is useful when you wish to copy part of the code of
24453 the Library into a program that is not a library.
24455 4. You may copy and distribute the Library (or a portion or
24456 derivative of it, under Section 2) in object code or executable form
24457 under the terms of Sections 1 and 2 above provided that you accompany
24458 it with the complete corresponding machine-readable source code, which
24459 must be distributed under the terms of Sections 1 and 2 above on a
24460 medium customarily used for software interchange.
24462 If distribution of object code is made by offering access to copy
24463 from a designated place, then offering equivalent access to copy the
24464 source code from the same place satisfies the requirement to
24465 distribute the source code, even though third parties are not
24466 compelled to copy the source along with the object code.
24468 5. A program that contains no derivative of any portion of the
24469 Library, but is designed to work with the Library by being compiled or
24470 linked with it, is called a "work that uses the Library". Such a
24471 work, in isolation, is not a derivative work of the Library, and
24472 therefore falls outside the scope of this License.
24474 However, linking a "work that uses the Library" with the Library
24475 creates an executable that is a derivative of the Library (because it
24476 contains portions of the Library), rather than a "work that uses the
24477 library". The executable is therefore covered by this License.
24478 Section 6 states terms for distribution of such executables.
24480 When a "work that uses the Library" uses material from a header file
24481 that is part of the Library, the object code for the work may be a
24482 derivative work of the Library even though the source code is not.
24483 Whether this is true is especially significant if the work can be
24484 linked without the Library, or if the work is itself a library. The
24485 threshold for this to be true is not precisely defined by law.
24487 If such an object file uses only numerical parameters, data
24488 structure layouts and accessors, and small macros and small inline
24489 functions (ten lines or less in length), then the use of the object
24490 file is unrestricted, regardless of whether it is legally a derivative
24491 work. (Executables containing this object code plus portions of the
24492 Library will still fall under Section 6.)
24494 Otherwise, if the work is a derivative of the Library, you may
24495 distribute the object code for the work under the terms of Section 6.
24496 Any executables containing that work also fall under Section 6,
24497 whether or not they are linked directly with the Library itself.
24499 6. As an exception to the Sections above, you may also combine or
24500 link a "work that uses the Library" with the Library to produce a
24501 work containing portions of the Library, and distribute that work
24502 under terms of your choice, provided that the terms permit
24503 modification of the work for the customer's own use and reverse
24504 engineering for debugging such modifications.
24506 You must give prominent notice with each copy of the work that the
24507 Library is used in it and that the Library and its use are covered by
24508 this License. You must supply a copy of this License. If the work
24509 during execution displays copyright notices, you must include the
24510 copyright notice for the Library among them, as well as a reference
24511 directing the user to the copy of this License. Also, you must do one
24512 of these things:
24514 a) Accompany the work with the complete corresponding
24515 machine-readable source code for the Library including whatever
24516 changes were used in the work (which must be distributed under
24517 Sections 1 and 2 above); and, if the work is an executable linked
24518 with the Library, with the complete machine-readable "work that
24519 uses the Library", as object code and/or source code, so that the
24520 user can modify the Library and then relink to produce a modified
24521 executable containing the modified Library. (It is understood
24522 that the user who changes the contents of definitions files in the
24523 Library will not necessarily be able to recompile the application
24524 to use the modified definitions.)
24526 b) Use a suitable shared library mechanism for linking with the
24527 Library. A suitable mechanism is one that (1) uses at run time a
24528 copy of the library already present on the user's computer system,
24529 rather than copying library functions into the executable, and (2)
24530 will operate properly with a modified version of the library, if
24531 the user installs one, as long as the modified version is
24532 interface-compatible with the version that the work was made with.
24534 c) Accompany the work with a written offer, valid for at
24535 least three years, to give the same user the materials
24536 specified in Subsection 6a, above, for a charge no more
24537 than the cost of performing this distribution.
24539 d) If distribution of the work is made by offering access to copy
24540 from a designated place, offer equivalent access to copy the above
24541 specified materials from the same place.
24543 e) Verify that the user has already received a copy of these
24544 materials or that you have already sent this user a copy.
24546 For an executable, the required form of the "work that uses the
24547 Library" must include any data and utility programs needed for
24548 reproducing the executable from it. However, as a special exception,
24549 the materials to be distributed need not include anything that is
24550 normally distributed (in either source or binary form) with the major
24551 components (compiler, kernel, and so on) of the operating system on
24552 which the executable runs, unless that component itself accompanies
24553 the executable.
24555 It may happen that this requirement contradicts the license
24556 restrictions of other proprietary libraries that do not normally
24557 accompany the operating system. Such a contradiction means you cannot
24558 use both them and the Library together in an executable that you
24559 distribute.
24561 7. You may place library facilities that are a work based on the
24562 Library side-by-side in a single library together with other library
24563 facilities not covered by this License, and distribute such a combined
24564 library, provided that the separate distribution of the work based on
24565 the Library and of the other library facilities is otherwise
24566 permitted, and provided that you do these two things:
24568 a) Accompany the combined library with a copy of the same work
24569 based on the Library, uncombined with any other library
24570 facilities. This must be distributed under the terms of the
24571 Sections above.
24573 b) Give prominent notice with the combined library of the fact
24574 that part of it is a work based on the Library, and explaining
24575 where to find the accompanying uncombined form of the same work.
24577 8. You may not copy, modify, sublicense, link with, or distribute
24578 the Library except as expressly provided under this License. Any
24579 attempt otherwise to copy, modify, sublicense, link with, or
24580 distribute the Library is void, and will automatically terminate your
24581 rights under this License. However, parties who have received copies,
24582 or rights, from you under this License will not have their licenses
24583 terminated so long as such parties remain in full compliance.
24585 9. You are not required to accept this License, since you have not
24586 signed it. However, nothing else grants you permission to modify or
24587 distribute the Library or its derivative works. These actions are
24588 prohibited by law if you do not accept this License. Therefore, by
24589 modifying or distributing the Library (or any work based on the
24590 Library), you indicate your acceptance of this License to do so, and
24591 all its terms and conditions for copying, distributing or modifying
24592 the Library or works based on it.
24594 10. Each time you redistribute the Library (or any work based on the
24595 Library), the recipient automatically receives a license from the
24596 original licensor to copy, distribute, link with or modify the Library
24597 subject to these terms and conditions. You may not impose any further
24598 restrictions on the recipients' exercise of the rights granted herein.
24599 You are not responsible for enforcing compliance by third parties with
24600 this License.
24602 11. If, as a consequence of a court judgment or allegation of patent
24603 infringement or for any other reason (not limited to patent issues),
24604 conditions are imposed on you (whether by court order, agreement or
24605 otherwise) that contradict the conditions of this License, they do not
24606 excuse you from the conditions of this License. If you cannot
24607 distribute so as to satisfy simultaneously your obligations under this
24608 License and any other pertinent obligations, then as a consequence you
24609 may not distribute the Library at all. For example, if a patent
24610 license would not permit royalty-free redistribution of the Library by
24611 all those who receive copies directly or indirectly through you, then
24612 the only way you could satisfy both it and this License would be to
24613 refrain entirely from distribution of the Library.
24615 If any portion of this section is held invalid or unenforceable under any
24616 particular circumstance, the balance of the section is intended to apply,
24617 and the section as a whole is intended to apply in other circumstances.
24619 It is not the purpose of this section to induce you to infringe any
24620 patents or other property right claims or to contest validity of any
24621 such claims; this section has the sole purpose of protecting the
24622 integrity of the free software distribution system which is
24623 implemented by public license practices. Many people have made
24624 generous contributions to the wide range of software distributed
24625 through that system in reliance on consistent application of that
24626 system; it is up to the author/donor to decide if he or she is willing
24627 to distribute software through any other system and a licensee cannot
24628 impose that choice.
24630 This section is intended to make thoroughly clear what is believed to
24631 be a consequence of the rest of this License.
24633 12. If the distribution and/or use of the Library is restricted in
24634 certain countries either by patents or by copyrighted interfaces, the
24635 original copyright holder who places the Library under this License may add
24636 an explicit geographical distribution limitation excluding those countries,
24637 so that distribution is permitted only in or among countries not thus
24638 excluded. In such case, this License incorporates the limitation as if
24639 written in the body of this License.
24641 13. The Free Software Foundation may publish revised and/or new
24642 versions of the Lesser General Public License from time to time.
24643 Such new versions will be similar in spirit to the present version,
24644 but may differ in detail to address new problems or concerns.
24646 Each version is given a distinguishing version number. If the Library
24647 specifies a version number of this License which applies to it and
24648 "any later version", you have the option of following the terms and
24649 conditions either of that version or of any later version published by
24650 the Free Software Foundation. If the Library does not specify a
24651 license version number, you may choose any version ever published by
24652 the Free Software Foundation.
24654 14. If you wish to incorporate parts of the Library into other free
24655 programs whose distribution conditions are incompatible with these,
24656 write to the author to ask for permission. For software which is
24657 copyrighted by the Free Software Foundation, write to the Free
24658 Software Foundation; we sometimes make exceptions for this. Our
24659 decision will be guided by the two goals of preserving the free status
24660 of all derivatives of our free software and of promoting the sharing
24661 and reuse of software generally.
24663 NO WARRANTY
24665 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
24666 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
24667 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
24668 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
24669 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
24670 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24671 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
24672 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
24673 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
24675 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
24676 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
24677 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
24678 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
24679 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
24680 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
24681 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
24682 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
24683 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
24684 DAMAGES.
24686 END OF TERMS AND CONDITIONS
24688 How to Apply These Terms to Your New Libraries
24690 If you develop a new library, and you want it to be of the greatest
24691 possible use to the public, we recommend making it free software that
24692 everyone can redistribute and change. You can do so by permitting
24693 redistribution under these terms (or, alternatively, under the terms of the
24694 ordinary General Public License).
24696 To apply these terms, attach the following notices to the library. It is
24697 safest to attach them to the start of each source file to most effectively
24698 convey the exclusion of warranty; and each file should have at least the
24699 "copyright" line and a pointer to where the full notice is found.
24701 &lt;one line to give the library's name and a brief idea of what it does.&gt;
24702 Copyright (C) &lt;year&gt; &lt;name of author&gt;
24704 This library is free software; you can redistribute it and/or
24705 modify it under the terms of the GNU Lesser General Public
24706 License as published by the Free Software Foundation; either
24707 version 2.1 of the License, or (at your option) any later version.
24709 This library is distributed in the hope that it will be useful,
24710 but WITHOUT ANY WARRANTY; without even the implied warranty of
24711 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24712 Lesser General Public License for more details.
24714 You should have received a copy of the GNU Lesser General Public
24715 License along with this library; if not, write to the Free Software
24716 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24718 Also add information on how to contact you by electronic and paper mail.
24720 You should also get your employer (if you work as a programmer) or your
24721 school, if any, to sign a "copyright disclaimer" for the library, if
24722 necessary. Here is a sample; alter the names:
24724 Yoyodyne, Inc., hereby disclaims all copyright interest in the
24725 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
24727 &lt;signature of Ty Coon&gt;, 1 April 1990
24728 Ty Coon, President of Vice
24730 That's all there is to it!
24734 </pre>
24735 <div class="license-packages">
24736 Used by these packages: net-dns/avahi-0.6.31-r2 dev-libs/libgcrypt-1.4.6 dev-libs/libnl-3.2.14 dev-libs/libp11-0.2.8-r1 media-libs/ladspa-sdk-1.13-r1 media-libs/libmtp-0.0.1-r17 media-plugins/alsa-plugins-1.0.25-r1 dev-libs/libusb-1.0.9 media-libs/alsa-lib-1.0.27.2 x11-libs/cairo-1.12.12 sys-apps/keyutils-1.1 net-misc/modemmanager-next-0.5.999-r200 dev-util/shflags-1.0.3-r1 dev-libs/libnl-1.1-r1 dev-libs/libgpg-error-1.10-r1 net-libs/libmnl-1.0.3-r1 dev-libs/nss-3.15.3-r1 dev-libs/engine_pkcs11-0.1.8 dev-libs/nspr-4.10.2 net-misc/modemmanager-classic-interfaces-0.0.1 sys-apps/util-linux-2.21.2-r1 dev-libs/libdaemon-0.14-r1 net-wireless/bluez-5.4-r10 app-accessibility/brltty-4.5-r6 sys-apps/acl-2.2.51 media-libs/sbc-1.0 app-i18n/ibus-1.4.99.20120314-r5 sys-apps/attr-2.4.46-r2
24737 </div>
24738 </div>
24739 </div>
24741 <div class="product">
24742 <a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a>
24743 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24744 <div class="licence">
24745 <pre>
24746 GNU LESSER GENERAL PUBLIC LICENSE
24747 Version 3, 29 June 2007
24749 Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
24750 Everyone is permitted to copy and distribute verbatim copies
24751 of this license document, but changing it is not allowed.
24754 This version of the GNU Lesser General Public License incorporates
24755 the terms and conditions of version 3 of the GNU General Public
24756 License, supplemented by the additional permissions listed below.
24758 0. Additional Definitions.
24760 As used herein, "this License" refers to version 3 of the GNU Lesser
24761 General Public License, and the "GNU GPL" refers to version 3 of the GNU
24762 General Public License.
24764 "The Library" refers to a covered work governed by this License,
24765 other than an Application or a Combined Work as defined below.
24767 An "Application" is any work that makes use of an interface provided
24768 by the Library, but which is not otherwise based on the Library.
24769 Defining a subclass of a class defined by the Library is deemed a mode
24770 of using an interface provided by the Library.
24772 A "Combined Work" is a work produced by combining or linking an
24773 Application with the Library. The particular version of the Library
24774 with which the Combined Work was made is also called the "Linked
24775 Version".
24777 The "Minimal Corresponding Source" for a Combined Work means the
24778 Corresponding Source for the Combined Work, excluding any source code
24779 for portions of the Combined Work that, considered in isolation, are
24780 based on the Application, and not on the Linked Version.
24782 The "Corresponding Application Code" for a Combined Work means the
24783 object code and/or source code for the Application, including any data
24784 and utility programs needed for reproducing the Combined Work from the
24785 Application, but excluding the System Libraries of the Combined Work.
24787 1. Exception to Section 3 of the GNU GPL.
24789 You may convey a covered work under sections 3 and 4 of this License
24790 without being bound by section 3 of the GNU GPL.
24792 2. Conveying Modified Versions.
24794 If you modify a copy of the Library, and, in your modifications, a
24795 facility refers to a function or data to be supplied by an Application
24796 that uses the facility (other than as an argument passed when the
24797 facility is invoked), then you may convey a copy of the modified
24798 version:
24800 a) under this License, provided that you make a good faith effort to
24801 ensure that, in the event an Application does not supply the
24802 function or data, the facility still operates, and performs
24803 whatever part of its purpose remains meaningful, or
24805 b) under the GNU GPL, with none of the additional permissions of
24806 this License applicable to that copy.
24808 3. Object Code Incorporating Material from Library Header Files.
24810 The object code form of an Application may incorporate material from
24811 a header file that is part of the Library. You may convey such object
24812 code under terms of your choice, provided that, if the incorporated
24813 material is not limited to numerical parameters, data structure
24814 layouts and accessors, or small macros, inline functions and templates
24815 (ten or fewer lines in length), you do both of the following:
24817 a) Give prominent notice with each copy of the object code that the
24818 Library is used in it and that the Library and its use are
24819 covered by this License.
24821 b) Accompany the object code with a copy of the GNU GPL and this license
24822 document.
24824 4. Combined Works.
24826 You may convey a Combined Work under terms of your choice that,
24827 taken together, effectively do not restrict modification of the
24828 portions of the Library contained in the Combined Work and reverse
24829 engineering for debugging such modifications, if you also do each of
24830 the following:
24832 a) Give prominent notice with each copy of the Combined Work that
24833 the Library is used in it and that the Library and its use are
24834 covered by this License.
24836 b) Accompany the Combined Work with a copy of the GNU GPL and this license
24837 document.
24839 c) For a Combined Work that displays copyright notices during
24840 execution, include the copyright notice for the Library among
24841 these notices, as well as a reference directing the user to the
24842 copies of the GNU GPL and this license document.
24844 d) Do one of the following:
24846 0) Convey the Minimal Corresponding Source under the terms of this
24847 License, and the Corresponding Application Code in a form
24848 suitable for, and under terms that permit, the user to
24849 recombine or relink the Application with a modified version of
24850 the Linked Version to produce a modified Combined Work, in the
24851 manner specified by section 6 of the GNU GPL for conveying
24852 Corresponding Source.
24854 1) Use a suitable shared library mechanism for linking with the
24855 Library. A suitable mechanism is one that (a) uses at run time
24856 a copy of the Library already present on the user's computer
24857 system, and (b) will operate properly with a modified version
24858 of the Library that is interface-compatible with the Linked
24859 Version.
24861 e) Provide Installation Information, but only if you would otherwise
24862 be required to provide such information under section 6 of the
24863 GNU GPL, and only to the extent that such information is
24864 necessary to install and execute a modified version of the
24865 Combined Work produced by recombining or relinking the
24866 Application with a modified version of the Linked Version. (If
24867 you use option 4d0, the Installation Information must accompany
24868 the Minimal Corresponding Source and Corresponding Application
24869 Code. If you use option 4d1, you must provide the Installation
24870 Information in the manner specified by section 6 of the GNU GPL
24871 for conveying Corresponding Source.)
24873 5. Combined Libraries.
24875 You may place library facilities that are a work based on the
24876 Library side by side in a single library together with other library
24877 facilities that are not Applications and are not covered by this
24878 License, and convey such a combined library under terms of your
24879 choice, if you do both of the following:
24881 a) Accompany the combined library with a copy of the same work based
24882 on the Library, uncombined with any other library facilities,
24883 conveyed under the terms of this License.
24885 b) Give prominent notice with the combined library that part of it
24886 is a work based on the Library, and explaining where to find the
24887 accompanying uncombined form of the same work.
24889 6. Revised Versions of the GNU Lesser General Public License.
24891 The Free Software Foundation may publish revised and/or new versions
24892 of the GNU Lesser General Public License from time to time. Such new
24893 versions will be similar in spirit to the present version, but may
24894 differ in detail to address new problems or concerns.
24896 Each version is given a distinguishing version number. If the
24897 Library as you received it specifies that a certain numbered version
24898 of the GNU Lesser General Public License "or any later version"
24899 applies to it, you have the option of following the terms and
24900 conditions either of that published version or of any later version
24901 published by the Free Software Foundation. If the Library as you
24902 received it does not specify a version number of the GNU Lesser
24903 General Public License, you may choose any version of the GNU Lesser
24904 General Public License ever published by the Free Software Foundation.
24906 If the Library as you received it specifies that a proxy can decide
24907 whether future versions of the GNU Lesser General Public License shall
24908 apply, that proxy's public statement of acceptance of any version is
24909 permanent authorization for you to choose that version for the
24910 Library.
24912 </pre>
24913 <div class="license-packages">
24914 Used by these packages: media-libs/mesa-9.1-r19 app-admin/rsyslog-5.8.11 sys-devel/binutils-2.22-r20 sys-libs/gcc-libs-4.8.1-r7 dev-libs/gmp-5.0.2_p1
24915 </div>
24916 </div>
24917 </div>
24919 <div class="product">
24920 <a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a>
24921 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24922 <div class="licence">
24923 <pre>
24924 Mozilla Public License Version 2.0
24925 ==================================
24927 1. Definitions
24928 --------------
24930 1.1. "Contributor"
24931 means each individual or legal entity that creates, contributes to
24932 the creation of, or owns Covered Software.
24934 1.2. "Contributor Version"
24935 means the combination of the Contributions of others (if any) used
24936 by a Contributor and that particular Contributor's Contribution.
24938 1.3. "Contribution"
24939 means Covered Software of a particular Contributor.
24941 1.4. "Covered Software"
24942 means Source Code Form to which the initial Contributor has attached
24943 the notice in Exhibit A, the Executable Form of such Source Code
24944 Form, and Modifications of such Source Code Form, in each case
24945 including portions thereof.
24947 1.5. "Incompatible With Secondary Licenses"
24948 means
24950 (a) that the initial Contributor has attached the notice described
24951 in Exhibit B to the Covered Software; or
24953 (b) that the Covered Software was made available under the terms of
24954 version 1.1 or earlier of the License, but not also under the
24955 terms of a Secondary License.
24957 1.6. "Executable Form"
24958 means any form of the work other than Source Code Form.
24960 1.7. "Larger Work"
24961 means a work that combines Covered Software with other material, in
24962 a separate file or files, that is not Covered Software.
24964 1.8. "License"
24965 means this document.
24967 1.9. "Licensable"
24968 means having the right to grant, to the maximum extent possible,
24969 whether at the time of the initial grant or subsequently, any and
24970 all of the rights conveyed by this License.
24972 1.10. "Modifications"
24973 means any of the following:
24975 (a) any file in Source Code Form that results from an addition to,
24976 deletion from, or modification of the contents of Covered
24977 Software; or
24979 (b) any new file in Source Code Form that contains any Covered
24980 Software.
24982 1.11. "Patent Claims" of a Contributor
24983 means any patent claim(s), including without limitation, method,
24984 process, and apparatus claims, in any patent Licensable by such
24985 Contributor that would be infringed, but for the grant of the
24986 License, by the making, using, selling, offering for sale, having
24987 made, import, or transfer of either its Contributions or its
24988 Contributor Version.
24990 1.12. "Secondary License"
24991 means either the GNU General Public License, Version 2.0, the GNU
24992 Lesser General Public License, Version 2.1, the GNU Affero General
24993 Public License, Version 3.0, or any later versions of those
24994 licenses.
24996 1.13. "Source Code Form"
24997 means the form of the work preferred for making modifications.
24999 1.14. "You" (or "Your")
25000 means an individual or a legal entity exercising rights under this
25001 License. For legal entities, "You" includes any entity that
25002 controls, is controlled by, or is under common control with You. For
25003 purposes of this definition, "control" means (a) the power, direct
25004 or indirect, to cause the direction or management of such entity,
25005 whether by contract or otherwise, or (b) ownership of more than
25006 fifty percent (50%) of the outstanding shares or beneficial
25007 ownership of such entity.
25009 2. License Grants and Conditions
25010 --------------------------------
25012 2.1. Grants
25014 Each Contributor hereby grants You a world-wide, royalty-free,
25015 non-exclusive license:
25017 (a) under intellectual property rights (other than patent or trademark)
25018 Licensable by such Contributor to use, reproduce, make available,
25019 modify, display, perform, distribute, and otherwise exploit its
25020 Contributions, either on an unmodified basis, with Modifications, or
25021 as part of a Larger Work; and
25023 (b) under Patent Claims of such Contributor to make, use, sell, offer
25024 for sale, have made, import, and otherwise transfer either its
25025 Contributions or its Contributor Version.
25027 2.2. Effective Date
25029 The licenses granted in Section 2.1 with respect to any Contribution
25030 become effective for each Contribution on the date the Contributor first
25031 distributes such Contribution.
25033 2.3. Limitations on Grant Scope
25035 The licenses granted in this Section 2 are the only rights granted under
25036 this License. No additional rights or licenses will be implied from the
25037 distribution or licensing of Covered Software under this License.
25038 Notwithstanding Section 2.1(b) above, no patent license is granted by a
25039 Contributor:
25041 (a) for any code that a Contributor has removed from Covered Software;
25044 (b) for infringements caused by: (i) Your and any other third party's
25045 modifications of Covered Software, or (ii) the combination of its
25046 Contributions with other software (except as part of its Contributor
25047 Version); or
25049 (c) under Patent Claims infringed by Covered Software in the absence of
25050 its Contributions.
25052 This License does not grant any rights in the trademarks, service marks,
25053 or logos of any Contributor (except as may be necessary to comply with
25054 the notice requirements in Section 3.4).
25056 2.4. Subsequent Licenses
25058 No Contributor makes additional grants as a result of Your choice to
25059 distribute the Covered Software under a subsequent version of this
25060 License (see Section 10.2) or under the terms of a Secondary License (if
25061 permitted under the terms of Section 3.3).
25063 2.5. Representation
25065 Each Contributor represents that the Contributor believes its
25066 Contributions are its original creation(s) or it has sufficient rights
25067 to grant the rights to its Contributions conveyed by this License.
25069 2.6. Fair Use
25071 This License is not intended to limit any rights You have under
25072 applicable copyright doctrines of fair use, fair dealing, or other
25073 equivalents.
25075 2.7. Conditions
25077 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
25078 in Section 2.1.
25080 3. Responsibilities
25081 -------------------
25083 3.1. Distribution of Source Form
25085 All distribution of Covered Software in Source Code Form, including any
25086 Modifications that You create or to which You contribute, must be under
25087 the terms of this License. You must inform recipients that the Source
25088 Code Form of the Covered Software is governed by the terms of this
25089 License, and how they can obtain a copy of this License. You may not
25090 attempt to alter or restrict the recipients' rights in the Source Code
25091 Form.
25093 3.2. Distribution of Executable Form
25095 If You distribute Covered Software in Executable Form then:
25097 (a) such Covered Software must also be made available in Source Code
25098 Form, as described in Section 3.1, and You must inform recipients of
25099 the Executable Form how they can obtain a copy of such Source Code
25100 Form by reasonable means in a timely manner, at a charge no more
25101 than the cost of distribution to the recipient; and
25103 (b) You may distribute such Executable Form under the terms of this
25104 License, or sublicense it under different terms, provided that the
25105 license for the Executable Form does not attempt to limit or alter
25106 the recipients' rights in the Source Code Form under this License.
25108 3.3. Distribution of a Larger Work
25110 You may create and distribute a Larger Work under terms of Your choice,
25111 provided that You also comply with the requirements of this License for
25112 the Covered Software. If the Larger Work is a combination of Covered
25113 Software with a work governed by one or more Secondary Licenses, and the
25114 Covered Software is not Incompatible With Secondary Licenses, this
25115 License permits You to additionally distribute such Covered Software
25116 under the terms of such Secondary License(s), so that the recipient of
25117 the Larger Work may, at their option, further distribute the Covered
25118 Software under the terms of either this License or such Secondary
25119 License(s).
25121 3.4. Notices
25123 You may not remove or alter the substance of any license notices
25124 (including copyright notices, patent notices, disclaimers of warranty,
25125 or limitations of liability) contained within the Source Code Form of
25126 the Covered Software, except that You may alter any license notices to
25127 the extent required to remedy known factual inaccuracies.
25129 3.5. Application of Additional Terms
25131 You may choose to offer, and to charge a fee for, warranty, support,
25132 indemnity or liability obligations to one or more recipients of Covered
25133 Software. However, You may do so only on Your own behalf, and not on
25134 behalf of any Contributor. You must make it absolutely clear that any
25135 such warranty, support, indemnity, or liability obligation is offered by
25136 You alone, and You hereby agree to indemnify every Contributor for any
25137 liability incurred by such Contributor as a result of warranty, support,
25138 indemnity or liability terms You offer. You may include additional
25139 disclaimers of warranty and limitations of liability specific to any
25140 jurisdiction.
25142 4. Inability to Comply Due to Statute or Regulation
25143 ---------------------------------------------------
25145 If it is impossible for You to comply with any of the terms of this
25146 License with respect to some or all of the Covered Software due to
25147 statute, judicial order, or regulation then You must: (a) comply with
25148 the terms of this License to the maximum extent possible; and (b)
25149 describe the limitations and the code they affect. Such description must
25150 be placed in a text file included with all distributions of the Covered
25151 Software under this License. Except to the extent prohibited by statute
25152 or regulation, such description must be sufficiently detailed for a
25153 recipient of ordinary skill to be able to understand it.
25155 5. Termination
25156 --------------
25158 5.1. The rights granted under this License will terminate automatically
25159 if You fail to comply with any of its terms. However, if You become
25160 compliant, then the rights granted under this License from a particular
25161 Contributor are reinstated (a) provisionally, unless and until such
25162 Contributor explicitly and finally terminates Your grants, and (b) on an
25163 ongoing basis, if such Contributor fails to notify You of the
25164 non-compliance by some reasonable means prior to 60 days after You have
25165 come back into compliance. Moreover, Your grants from a particular
25166 Contributor are reinstated on an ongoing basis if such Contributor
25167 notifies You of the non-compliance by some reasonable means, this is the
25168 first time You have received notice of non-compliance with this License
25169 from such Contributor, and You become compliant prior to 30 days after
25170 Your receipt of the notice.
25172 5.2. If You initiate litigation against any entity by asserting a patent
25173 infringement claim (excluding declaratory judgment actions,
25174 counter-claims, and cross-claims) alleging that a Contributor Version
25175 directly or indirectly infringes any patent, then the rights granted to
25176 You by any and all Contributors for the Covered Software under Section
25177 2.1 of this License shall terminate.
25179 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
25180 end user license agreements (excluding distributors and resellers) which
25181 have been validly granted by You or Your distributors under this License
25182 prior to termination shall survive termination.
25184 ************************************************************************
25186 * 6. Disclaimer of Warranty *
25187 * ------------------------- *
25189 * Covered Software is provided under this License on an "as is" *
25190 * basis, without warranty of any kind, either expressed, implied, or *
25191 * statutory, including, without limitation, warranties that the *
25192 * Covered Software is free of defects, merchantable, fit for a *
25193 * particular purpose or non-infringing. The entire risk as to the *
25194 * quality and performance of the Covered Software is with You. *
25195 * Should any Covered Software prove defective in any respect, You *
25196 * (not any Contributor) assume the cost of any necessary servicing, *
25197 * repair, or correction. This disclaimer of warranty constitutes an *
25198 * essential part of this License. No use of any Covered Software is *
25199 * authorized under this License except under this disclaimer. *
25201 ************************************************************************
25203 ************************************************************************
25205 * 7. Limitation of Liability *
25206 * -------------------------- *
25208 * Under no circumstances and under no legal theory, whether tort *
25209 * (including negligence), contract, or otherwise, shall any *
25210 * Contributor, or anyone who distributes Covered Software as *
25211 * permitted above, be liable to You for any direct, indirect, *
25212 * special, incidental, or consequential damages of any character *
25213 * including, without limitation, damages for lost profits, loss of *
25214 * goodwill, work stoppage, computer failure or malfunction, or any *
25215 * and all other commercial damages or losses, even if such party *
25216 * shall have been informed of the possibility of such damages. This *
25217 * limitation of liability shall not apply to liability for death or *
25218 * personal injury resulting from such party's negligence to the *
25219 * extent applicable law prohibits such limitation. Some *
25220 * jurisdictions do not allow the exclusion or limitation of *
25221 * incidental or consequential damages, so this exclusion and *
25222 * limitation may not apply to You. *
25224 ************************************************************************
25226 8. Litigation
25227 -------------
25229 Any litigation relating to this License may be brought only in the
25230 courts of a jurisdiction where the defendant maintains its principal
25231 place of business and such litigation shall be governed by laws of that
25232 jurisdiction, without reference to its conflict-of-law provisions.
25233 Nothing in this Section shall prevent a party's ability to bring
25234 cross-claims or counter-claims.
25236 9. Miscellaneous
25237 ----------------
25239 This License represents the complete agreement concerning the subject
25240 matter hereof. If any provision of this License is held to be
25241 unenforceable, such provision shall be reformed only to the extent
25242 necessary to make it enforceable. Any law or regulation which provides
25243 that the language of a contract shall be construed against the drafter
25244 shall not be used to construe this License against a Contributor.
25246 10. Versions of the License
25247 ---------------------------
25249 10.1. New Versions
25251 Mozilla Foundation is the license steward. Except as provided in Section
25252 10.3, no one other than the license steward has the right to modify or
25253 publish new versions of this License. Each version will be given a
25254 distinguishing version number.
25256 10.2. Effect of New Versions
25258 You may distribute the Covered Software under the terms of the version
25259 of the License under which You originally received the Covered Software,
25260 or under the terms of any subsequent version published by the license
25261 steward.
25263 10.3. Modified Versions
25265 If you create software not governed by this License, and you want to
25266 create a new license for such software, you may create and use a
25267 modified version of this License if you rename the license and remove
25268 any references to the name of the license steward (except to note that
25269 such modified license differs from this License).
25271 10.4. Distributing Source Code Form that is Incompatible With Secondary
25272 Licenses
25274 If You choose to distribute Source Code Form that is Incompatible With
25275 Secondary Licenses under the terms of this version of the License, the
25276 notice described in Exhibit B of this License must be attached.
25278 Exhibit A - Source Code Form License Notice
25279 -------------------------------------------
25281 This Source Code Form is subject to the terms of the Mozilla Public
25282 License, v. 2.0. If a copy of the MPL was not distributed with this
25283 file, You can obtain one at http://mozilla.org/MPL/2.0/.
25285 If it is not possible or desirable to put the notice in a particular
25286 file, then You may include the notice in a location (such as a LICENSE
25287 file in a relevant directory) where a recipient would be likely to look
25288 for such a notice.
25290 You may add additional accurate notices of copyright ownership.
25292 Exhibit B - "Incompatible With Secondary Licenses" Notice
25293 ---------------------------------------------------------
25295 This Source Code Form is "Incompatible With Secondary Licenses", as
25296 defined by the Mozilla Public License, v. 2.0.
25299 </pre>
25300 <div class="license-packages">
25301 Used by these packages: dev-libs/nss-3.15.3-r1 dev-libs/nspr-4.10.2
25302 </div>
25303 </div>
25304 </div>
25306 <div class="product">
25307 <a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a>
25308 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25309 <div class="licence">
25310 <pre>
25311 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
25312 -----
25314 PREAMBLE
25316 The goals of the Open Font License (OFL) are to stimulate worldwide
25317 development of collaborative font projects, to support the font creation
25318 efforts of academic and linguistic communities, and to provide a free
25319 and open framework in which fonts may be shared and improved in
25320 partnership with others.
25322 The OFL allows the licensed fonts to be used, studied, modified and
25323 redistributed freely as long as they are not sold by themselves. The
25324 fonts, including any derivative works, can be bundled, embedded,
25325 redistributed and/or sold with any software provided that any reserved
25326 names are not used by derivative works. The fonts and derivatives,
25327 however, cannot be released under any other type of license. The
25328 requirement for fonts to remain under this license does not apply to
25329 any document created using the fonts or their derivatives.
25331 DEFINITIONS
25333 "Font Software" refers to the set of files released by the Copyright
25334 Holder(s) under this license and clearly marked as such. This may
25335 include source files, build scripts and documentation.
25337 "Reserved Font Name" refers to any names specified as such after the
25338 copyright statement(s).
25340 "Original Version" refers to the collection of Font Software components
25341 as distributed by the Copyright Holder(s).
25343 "Modified Version" refers to any derivative made by adding to, deleting,
25344 or substituting -- in part or in whole -- any of the components of the
25345 Original Version, by changing formats or by porting the Font Software
25346 to a new environment.
25348 "Author" refers to any designer, engineer, programmer, technical writer
25349 or other person who contributed to the Font Software.
25351 PERMISSION &amp; CONDITIONS
25353 Permission is hereby granted, free of charge, to any person obtaining a
25354 copy of the Font Software, to use, study, copy, merge, embed, modify,
25355 redistribute, and sell modified and unmodified copies of the Font
25356 Software, subject to the following conditions:
25358 1) Neither the Font Software nor any of its individual components, in
25359 Original or Modified Versions, may be sold by itself.
25361 2) Original or Modified Versions of the Font Software may be bundled,
25362 redistributed and/or sold with any software, provided that each copy
25363 contains the above copyright notice and this license. These can be
25364 included either as stand-alone text files, human-readable headers or in
25365 the appropriate machine-readable metadata fields within text or binary
25366 files as long as those fields can be easily viewed by the user.
25368 3) No Modified Version of the Font Software may use the Reserved Font
25369 Name(s) unless explicit written permission is granted by the
25370 corresponding Copyright Holder. This restriction only applies to the
25371 primary font name as presented to the users.
25373 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
25374 Software shall not be used to promote, endorse or advertise any
25375 Modified Version, except to acknowledge the contribution(s) of the
25376 Copyright Holder(s) and the Author(s) or with their explicit written
25377 permission.
25379 5) The Font Software, modified or unmodified, in part or in whole,
25380 must be distributed entirely under this license, and must not be
25381 distributed under any other license. The requirement for fonts to
25382 remain under this license does not apply to any document created
25383 using the Font Software.
25385 TERMINATION
25387 This license becomes null and void if any of the above conditions are
25388 not met.
25390 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
25391 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
25392 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
25393 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25394 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
25395 OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
25396 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25397 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
25398 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
25399 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
25400 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
25401 OTHER DEALINGS IN THE FONT SOFTWARE.
25403 </pre>
25404 <div class="license-packages">
25405 Used by these packages: media-fonts/ml-anjalioldlipi-0.740 media-fonts/ko-nanumfonts-3.10.0 media-fonts/my-padauk-2.50 media-fonts/crosextrafonts-carlito-20130920 media-fonts/tibt-jomolhari-0.0.3c media-fonts/lohitfonts-cros-2.5.0-r1
25406 </div>
25407 </div>
25408 </div>
25410 <div class="product">
25411 <a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a>
25412 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25413 <div class="licence">
25414 <pre>
25415 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
25416 --------------------------------------------
25418 1. This LICENSE AGREEMENT is between the Python Software Foundation
25419 ("PSF"), and the Individual or Organization ("Licensee") accessing and
25420 otherwise using this software ("Python") in source or binary form and
25421 its associated documentation.
25423 2. Subject to the terms and conditions of this License Agreement, PSF hereby
25424 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
25425 analyze, test, perform and/or display publicly, prepare derivative works,
25426 distribute, and otherwise use Python alone or in any derivative version,
25427 provided, however, that PSF's License Agreement and PSF's notice of copyright,
25428 i.e., "Copyright (c) &lt;YEARS&gt; Python Software Foundation; All Rights Reserved"
25429 are retained in Python alone or in any derivative version prepared by Licensee.
25431 3. In the event Licensee prepares a derivative work that is based on
25432 or incorporates Python or any part thereof, and wants to make
25433 the derivative work available to others as provided herein, then
25434 Licensee hereby agrees to include in any such work a brief summary of
25435 the changes made to Python.
25437 4. PSF is making Python available to Licensee on an "AS IS"
25438 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
25439 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
25440 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
25441 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
25442 INFRINGE ANY THIRD PARTY RIGHTS.
25444 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
25445 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
25446 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
25447 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
25449 6. This License Agreement will automatically terminate upon a material
25450 breach of its terms and conditions.
25452 7. Nothing in this License Agreement shall be deemed to create any
25453 relationship of agency, partnership, or joint venture between PSF and
25454 Licensee. This License Agreement does not grant permission to use PSF
25455 trademarks or trade name in a trademark sense to endorse or promote
25456 products or services of Licensee, or any third party.
25458 8. By copying, installing or otherwise using Python, Licensee
25459 agrees to be bound by the terms and conditions of this License
25460 Agreement.
25462 </pre>
25463 <div class="license-packages">
25464 Used by these packages: dev-python/setuptools-0.6.14 dev-lang/python-2.7.3-r5
25465 </div>
25466 </div>
25467 </div>
25469 <div class="product">
25470 <a name="public-domain" class="title">Gentoo Package Stock License public-domain</a>
25471 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25472 <div class="licence">
25473 <pre>
25474 Software is in the public domain.
25476 </pre>
25477 <div class="license-packages">
25478 Used by these packages: app-arch/xz-utils-5.0.5-r1 sys-apps/util-linux-2.21.2-r1 sys-libs/timezone-data-2013g
25479 </div>
25480 </div>
25481 </div>
25483 <div class="product">
25484 <a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a>
25485 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25486 <div class="licence">
25487 <pre>
25488 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
25490 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
25491 Reserved.
25493 Permission is hereby granted, free of charge, to any person obtaining a copy of
25494 this software and associated documentation files (the "Software"), to deal in
25495 the Software without restriction, including without limitation the rights to
25496 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
25497 of the Software, and to permit persons to whom the Software is furnished to do
25498 so, subject to the following conditions:
25500 The above copyright notice including the dates of first publication and either
25501 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
25502 shall be included in all copies or substantial portions of the Software.
25504 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25505 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25506 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
25507 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
25508 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25509 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25511 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
25512 not be used in advertising or otherwise to promote the sale, use or other
25513 dealings in this Software without prior written authorization from Silicon
25514 Graphics, Inc.
25516 </pre>
25517 <div class="license-packages">
25518 Used by these packages: media-libs/glu-9.0.0 media-libs/mesa-9.1-r19 x11-proto/glproto-1.4.14-r1
25519 </div>
25520 </div>
25521 </div>
25524 <!-- Note that some packages included above are used during build, but not
25525 shipped with ChromeOS proper /merlin -->
25526 </body>
25527 </html>