cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / about_os_credits.html
blobb97d9e3e6f92d2c084d9c10b94bff15340fa0946
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 function $(o) {return document.getElementById(o);}
59 function toggle(o) {
60 var licence = o.nextSibling;
62 while (licence.className != 'licence') {
63 if (!licence) return false;
64 licence = licence.nextSibling;
67 if (licence.style && licence.style.display == 'block') {
68 licence.style.display = 'none';
69 o.innerHTML = 'show license text';
70 } else {
71 licence.style.display = 'block';
72 o.innerHTML = 'hide license text';
74 return false;
76 </script>
77 </head>
78 <body>
79 <span class="page-title" style="float:left;">Credits</span>
80 <a href="javascript:window.print();" style="float:right;">Print</a>
81 <div style="clear:both; overflow:auto;">
82 <h2>List of Packages used in Google Chrome OS:</h2>
83 <!-- Chromium <3s the following projects -->
84 <div class="product">
85 <span class="title">acl-2.2.51</span>
86 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
87 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span>
88 <div class="licence">
89 <pre></pre>
90 <ul>
91 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
92 </ul>
93 </div>
94 </div>
97 <div class="product">
98 <span class="title">adhd-0.0.1</span>
99 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
100 <span class="homepage"><a href="http://www.chromium.org">homepage</a></span>
101 <div class="licence">
102 <pre></pre>
103 <ul>
104 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
105 </ul>
106 </div>
107 </div>
110 <div class="product">
111 <span class="title">alsa-headers-1.0.25</span>
112 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
113 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
114 <div class="licence">
115 <pre></pre>
116 <ul>
117 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
118 </ul>
119 </div>
120 </div>
123 <div class="product">
124 <span class="title">alsa-lib-1.0.25</span>
125 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
126 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
127 <div class="licence">
128 <pre></pre>
129 <ul>
130 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
131 </ul>
132 </div>
133 </div>
136 <div class="product">
137 <span class="title">alsa-plugins-1.0.25</span>
138 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
139 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
140 <div class="licence">
141 <pre></pre>
142 <ul>
143 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
144 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
145 </ul>
146 </div>
147 </div>
150 <div class="product">
151 <span class="title">alsa-utils-1.0.25</span>
152 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
153 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span>
154 <div class="licence">
155 <pre></pre>
156 <ul>
157 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
158 </ul>
159 </div>
160 </div>
163 <div class="product">
164 <span class="title">ath3k-0.0.1</span>
165 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
166 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
167 <div class="licence">
168 <pre></pre>
169 <ul>
170 <li><a href='#Atheros'>Custom License Atheros</a></li>
171 </ul>
172 </div>
173 </div>
176 <div class="product">
177 <span class="title">ath6k-34</span>
178 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
179 <span class="homepage"><a href="http://www.atheros.com/">homepage</a></span>
180 <div class="licence">
181 <pre></pre>
182 <ul>
183 <li><a href='#Atheros'>Custom License Atheros</a></li>
184 </ul>
185 </div>
186 </div>
189 <div class="product">
190 <span class="title">atk-1.32.0</span>
191 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
192 <span class="homepage"><a href="http://projects.gnome.org/accessibility/">homepage</a></span>
193 <div class="licence">
194 <pre></pre>
195 <ul>
196 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
197 </ul>
198 </div>
199 </div>
202 <div class="product">
203 <span class="title">attr-2.4.46</span>
204 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
205 <span class="homepage"><a href="http://savannah.nongnu.org/projects/attr">homepage</a></span>
206 <div class="licence">
207 <pre></pre>
208 <ul>
209 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
210 </ul>
211 </div>
212 </div>
215 <div class="product">
216 <span class="title">autoconf-2.13</span>
217 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
218 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
219 <div class="licence">
220 <pre></pre>
221 <ul>
222 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
223 </ul>
224 </div>
225 </div>
228 <div class="product">
229 <span class="title">autoconf-2.68</span>
230 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
231 <span class="homepage"><a href="http://www.gnu.org/software/autoconf/autoconf.html">homepage</a></span>
232 <div class="licence">
233 <pre></pre>
234 <ul>
235 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
236 </ul>
237 </div>
238 </div>
241 <div class="product">
242 <span class="title">autoconf-wrapper-10</span>
243 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
244 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
245 <div class="licence">
246 <pre></pre>
247 <ul>
248 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
249 </ul>
250 </div>
251 </div>
254 <div class="product">
255 <span class="title">automake-1.11.1</span>
256 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
257 <span class="homepage"><a href="http://sources.redhat.com/automake/">homepage</a></span>
258 <div class="licence">
259 <pre></pre>
260 <ul>
261 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
262 </ul>
263 </div>
264 </div>
267 <div class="product">
268 <span class="title">automake-wrapper-5</span>
269 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
270 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
271 <div class="licence">
272 <pre></pre>
273 <ul>
274 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
275 </ul>
276 </div>
277 </div>
280 <div class="product">
281 <span class="title">avahi-0.6.31</span>
282 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
283 <span class="homepage"><a href="http://avahi.org/">homepage</a></span>
284 <div class="licence">
285 <pre></pre>
286 <ul>
287 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
288 </ul>
289 </div>
290 </div>
293 <div class="product">
294 <span class="title">avfs-1.0.1</span>
295 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
296 <span class="homepage"><a href="http://sourceforge.net/projects/avf">homepage</a></span>
297 <div class="licence">
298 <pre></pre>
299 <ul>
300 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
301 </ul>
302 </div>
303 </div>
306 <div class="product">
307 <span class="title">baselayout-2.0.1</span>
308 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
309 <span class="homepage"><a href="http://src.chromium.org/">homepage</a></span>
310 <div class="licence">
311 <pre></pre>
312 <ul>
313 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
314 </ul>
315 </div>
316 </div>
319 <div class="product">
320 <span class="title">bash-4.2_p20</span>
321 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
322 <span class="homepage"><a href="http://tiswww.case.edu/php/chet/bash/bashtop.html">homepage</a></span>
323 <div class="licence">
324 <pre></pre>
325 <ul>
326 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
327 </ul>
328 </div>
329 </div>
332 <div class="product">
333 <span class="title">binutils-2.22</span>
334 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
335 <span class="homepage"><a href="http://sources.redhat.com/binutils/">homepage</a></span>
336 <div class="licence">
337 <pre></pre>
338 <ul>
339 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
340 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
341 </ul>
342 </div>
343 </div>
346 <div class="product">
347 <span class="title">binutils-config-3</span>
348 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
349 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
350 <div class="licence">
351 <pre></pre>
352 <ul>
353 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
354 </ul>
355 </div>
356 </div>
359 <div class="product">
360 <span class="title">bluez-5.4</span>
361 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
362 <span class="homepage"><a href="http://www.bluez.org/">homepage</a></span>
363 <div class="licence">
364 <pre></pre>
365 <ul>
366 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
367 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
368 </ul>
369 </div>
370 </div>
373 <div class="product">
374 <span class="title">brltty-4.5</span>
375 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
376 <span class="homepage"><a href="http://mielke.cc/brltty/">homepage</a></span>
377 <div class="licence">
378 <pre></pre>
379 <ul>
380 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
381 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
382 </ul>
383 </div>
384 </div>
387 <div class="product">
388 <span class="title">bsdiff-4.3</span>
389 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
390 <span class="homepage"><a href="http://www.daemonology.net/bsdiff/">homepage</a></span>
391 <div class="licence">
392 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff:
394 Copyright 2003-2005 Colin Percival
395 All rights reserved
397 Redistribution and use in source and binary forms, with or without
398 modification, are permitted providing that the following conditions·
399 are met:
400 1. Redistributions of source code must retain the above copyright
401 notice, this list of conditions and the following disclaimer.
402 2. Redistributions in binary form must reproduce the above copyright
403 notice, this list of conditions and the following disclaimer in the
404 documentation and/or other materials provided with the distribution.
406 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
407 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
408 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
409 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
410 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
411 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
412 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
413 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
414 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
415 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
416 POSSIBILITY OF SUCH DAMAGE.
418 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
419 </pre>
420 <ul>
422 </ul>
423 </div>
424 </div>
427 <div class="product">
428 <span class="title">bzip2-1.0.6</span>
429 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
430 <span class="homepage"><a href="http://www.bzip.org/">homepage</a></span>
431 <div class="licence">
432 <pre>Scanned Source License bzip2-1.0.6/LICENSE:
435 --------------------------------------------------------------------------
437 This program, "bzip2", the associated library "libbzip2", and all
438 documentation, are copyright (C) 1996-2010 Julian R Seward. All
439 rights reserved.
441 Redistribution and use in source and binary forms, with or without
442 modification, are permitted provided that the following conditions
443 are met:
445 1. Redistributions of source code must retain the above copyright
446 notice, this list of conditions and the following disclaimer.
448 2. The origin of this software must not be misrepresented; you must
449 not claim that you wrote the original software. If you use this
450 software in a product, an acknowledgment in the product
451 documentation would be appreciated but is not required.
453 3. Altered source versions must be plainly marked as such, and must
454 not be misrepresented as being the original software.
456 4. The name of the author may not be used to endorse or promote
457 products derived from this software without specific prior written
458 permission.
460 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
461 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
462 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
463 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
464 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
465 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
466 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
467 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
468 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
469 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
470 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
472 Julian Seward, jseward@bzip.org
473 bzip2/libbzip2 version 1.0.6 of 6 September 2010
475 --------------------------------------------------------------------------
477 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
479 Gentoo Package Stock License BZIP2:
481 &lt;copyright notice&gt;
482 All rights reserved.
484 Redistribution and use in source and binary forms, with or without
485 modification, are permitted provided that the following conditions
486 are met:
488 1. Redistributions of source code must retain the above copyright
489 notice, this list of conditions and the following disclaimer.
491 2. The origin of this software must not be misrepresented; you must
492 not claim that you wrote the original software. If you use this
493 software in a product, an acknowledgment in the product
494 documentation would be appreciated but is not required.
496 3. Altered source versions must be plainly marked as such, and must
497 not be misrepresented as being the original software.
499 4. The name of the author may not be used to endorse or promote
500 products derived from this software without specific prior written
501 permission.
503 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
504 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
505 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
506 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
507 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
508 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
509 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
510 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
511 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
512 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
513 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
515 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
516 </pre>
517 <ul>
519 </ul>
520 </div>
521 </div>
524 <div class="product">
525 <span class="title">c-ares-1.7.5</span>
526 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
527 <span class="homepage"><a href="http://c-ares.haxx.se/">homepage</a></span>
528 <div class="licence">
529 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares:
531 Copyright 1998 by the Massachusetts Institute of Technology.
533 Permission to use, copy, modify, and distribute this
534 software and its documentation for any purpose and without
535 fee is hereby granted, provided that the above copyright
536 notice appear in all copies and that both that copyright
537 notice and this permission notice appear in supporting
538 documentation, and that the name of M.I.T. not be used in
539 advertising or publicity pertaining to distribution of the
540 software without specific, written prior permission.
541 M.I.T. makes no representations about the suitability of
542 this software for any purpose. It is provided "as is"
543 without express or implied warranty.
545 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
546 </pre>
547 <ul>
549 </ul>
550 </div>
551 </div>
554 <div class="product">
555 <span class="title">cairo-1.12.12</span>
556 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
557 <span class="homepage"><a href="http://cairographics.org/">homepage</a></span>
558 <div class="licence">
559 <pre>Gentoo Package Stock License MPL-1.1:
561 MOZILLA PUBLIC LICENSE
562 Version 1.1
564 ---------------
566 1. Definitions.
568 1.0.1. "Commercial Use" means distribution or otherwise making the
569 Covered Code available to a third party.
571 1.1. "Contributor" means each entity that creates or contributes to
572 the creation of Modifications.
574 1.2. "Contributor Version" means the combination of the Original
575 Code, prior Modifications used by a Contributor, and the Modifications
576 made by that particular Contributor.
578 1.3. "Covered Code" means the Original Code or Modifications or the
579 combination of the Original Code and Modifications, in each case
580 including portions thereof.
582 1.4. "Electronic Distribution Mechanism" means a mechanism generally
583 accepted in the software development community for the electronic
584 transfer of data.
586 1.5. "Executable" means Covered Code in any form other than Source
587 Code.
589 1.6. "Initial Developer" means the individual or entity identified
590 as the Initial Developer in the Source Code notice required by Exhibit
593 1.7. "Larger Work" means a work which combines Covered Code or
594 portions thereof with code not governed by the terms of this License.
596 1.8. "License" means this document.
598 1.8.1. "Licensable" means having the right to grant, to the maximum
599 extent possible, whether at the time of the initial grant or
600 subsequently acquired, any and all of the rights conveyed herein.
602 1.9. "Modifications" means any addition to or deletion from the
603 substance or structure of either the Original Code or any previous
604 Modifications. When Covered Code is released as a series of files, a
605 Modification is:
606 A. Any addition to or deletion from the contents of a file
607 containing Original Code or previous Modifications.
609 B. Any new file that contains any part of the Original Code or
610 previous Modifications.
612 1.10. "Original Code" means Source Code of computer software code
613 which is described in the Source Code notice required by Exhibit A as
614 Original Code, and which, at the time of its release under this
615 License is not already Covered Code governed by this License.
617 1.10.1. "Patent Claims" means any patent claim(s), now owned or
618 hereafter acquired, including without limitation, method, process,
619 and apparatus claims, in any patent Licensable by grantor.
621 1.11. "Source Code" means the preferred form of the Covered Code for
622 making modifications to it, including all modules it contains, plus
623 any associated interface definition files, scripts used to control
624 compilation and installation of an Executable, or source code
625 differential comparisons against either the Original Code or another
626 well known, available Covered Code of the Contributor's choice. The
627 Source Code can be in a compressed or archival form, provided the
628 appropriate decompression or de-archiving software is widely available
629 for no charge.
631 1.12. "You" (or "Your") means an individual or a legal entity
632 exercising rights under, and complying with all of the terms of, this
633 License or a future version of this License issued under Section 6.1.
634 For legal entities, "You" includes any entity which controls, is
635 controlled by, or is under common control with You. For purposes of
636 this definition, "control" means (a) the power, direct or indirect,
637 to cause the direction or management of such entity, whether by
638 contract or otherwise, or (b) ownership of more than fifty percent
639 (50%) of the outstanding shares or beneficial ownership of such
640 entity.
642 2. Source Code License.
644 2.1. The Initial Developer Grant.
645 The Initial Developer hereby grants You a world-wide, royalty-free,
646 non-exclusive license, subject to third party intellectual property
647 claims:
648 (a) under intellectual property rights (other than patent or
649 trademark) Licensable by Initial Developer to use, reproduce,
650 modify, display, perform, sublicense and distribute the Original
651 Code (or portions thereof) with or without Modifications, and/or
652 as part of a Larger Work; and
654 (b) under Patents Claims infringed by the making, using or
655 selling of Original Code, to make, have made, use, practice,
656 sell, and offer for sale, and/or otherwise dispose of the
657 Original Code (or portions thereof).
659 (c) the licenses granted in this Section 2.1(a) and (b) are
660 effective on the date Initial Developer first distributes
661 Original Code under the terms of this License.
663 (d) Notwithstanding Section 2.1(b) above, no patent license is
664 granted: 1) for code that You delete from the Original Code; 2)
665 separate from the Original Code; or 3) for infringements caused
666 by: i) the modification of the Original Code or ii) the
667 combination of the Original Code with other software or devices.
669 2.2. Contributor Grant.
670 Subject to third party intellectual property claims, each Contributor
671 hereby grants You a world-wide, royalty-free, non-exclusive license
673 (a) under intellectual property rights (other than patent or
674 trademark) Licensable by Contributor, to use, reproduce, modify,
675 display, perform, sublicense and distribute the Modifications
676 created by such Contributor (or portions thereof) either on an
677 unmodified basis, with other Modifications, as Covered Code
678 and/or as part of a Larger Work; and
680 (b) under Patent Claims infringed by the making, using, or
681 selling of Modifications made by that Contributor either alone
682 and/or in combination with its Contributor Version (or portions
683 of such combination), to make, use, sell, offer for sale, have
684 made, and/or otherwise dispose of: 1) Modifications made by that
685 Contributor (or portions thereof); and 2) the combination of
686 Modifications made by that Contributor with its Contributor
687 Version (or portions of such combination).
689 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
690 effective on the date Contributor first makes Commercial Use of
691 the Covered Code.
693 (d) Notwithstanding Section 2.2(b) above, no patent license is
694 granted: 1) for any code that Contributor has deleted from the
695 Contributor Version; 2) separate from the Contributor Version;
696 3) for infringements caused by: i) third party modifications of
697 Contributor Version or ii) the combination of Modifications made
698 by that Contributor with other software (except as part of the
699 Contributor Version) or other devices; or 4) under Patent Claims
700 infringed by Covered Code in the absence of Modifications made by
701 that Contributor.
703 3. Distribution Obligations.
705 3.1. Application of License.
706 The Modifications which You create or to which You contribute are
707 governed by the terms of this License, including without limitation
708 Section 2.2. The Source Code version of Covered Code may be
709 distributed only under the terms of this License or a future version
710 of this License released under Section 6.1, and You must include a
711 copy of this License with every copy of the Source Code You
712 distribute. You may not offer or impose any terms on any Source Code
713 version that alters or restricts the applicable version of this
714 License or the recipients' rights hereunder. However, You may include
715 an additional document offering the additional rights described in
716 Section 3.5.
718 3.2. Availability of Source Code.
719 Any Modification which You create or to which You contribute must be
720 made available in Source Code form under the terms of this License
721 either on the same media as an Executable version or via an accepted
722 Electronic Distribution Mechanism to anyone to whom you made an
723 Executable version available; and if made available via Electronic
724 Distribution Mechanism, must remain available for at least twelve (12)
725 months after the date it initially became available, or at least six
726 (6) months after a subsequent version of that particular Modification
727 has been made available to such recipients. You are responsible for
728 ensuring that the Source Code version remains available even if the
729 Electronic Distribution Mechanism is maintained by a third party.
731 3.3. Description of Modifications.
732 You must cause all Covered Code to which You contribute to contain a
733 file documenting the changes You made to create that Covered Code and
734 the date of any change. You must include a prominent statement that
735 the Modification is derived, directly or indirectly, from Original
736 Code provided by the Initial Developer and including the name of the
737 Initial Developer in (a) the Source Code, and (b) in any notice in an
738 Executable version or related documentation in which You describe the
739 origin or ownership of the Covered Code.
741 3.4. Intellectual Property Matters
742 (a) Third Party Claims.
743 If Contributor has knowledge that a license under a third party's
744 intellectual property rights is required to exercise the rights
745 granted by such Contributor under Sections 2.1 or 2.2,
746 Contributor must include a text file with the Source Code
747 distribution titled "LEGAL" which describes the claim and the
748 party making the claim in sufficient detail that a recipient will
749 know whom to contact. If Contributor obtains such knowledge after
750 the Modification is made available as described in Section 3.2,
751 Contributor shall promptly modify the LEGAL file in all copies
752 Contributor makes available thereafter and shall take other steps
753 (such as notifying appropriate mailing lists or newsgroups)
754 reasonably calculated to inform those who received the Covered
755 Code that new knowledge has been obtained.
757 (b) Contributor APIs.
758 If Contributor's Modifications include an application programming
759 interface and Contributor has knowledge of patent licenses which
760 are reasonably necessary to implement that API, Contributor must
761 also include this information in the LEGAL file.
763 (c) Representations.
764 Contributor represents that, except as disclosed pursuant to
765 Section 3.4(a) above, Contributor believes that Contributor's
766 Modifications are Contributor's original creation(s) and/or
767 Contributor has sufficient rights to grant the rights conveyed by
768 this License.
770 3.5. Required Notices.
771 You must duplicate the notice in Exhibit A in each file of the Source
772 Code. If it is not possible to put such notice in a particular Source
773 Code file due to its structure, then You must include such notice in a
774 location (such as a relevant directory) where a user would be likely
775 to look for such a notice. If You created one or more Modification(s)
776 You may add your name as a Contributor to the notice described in
777 Exhibit A. You must also duplicate this License in any documentation
778 for the Source Code where You describe recipients' rights or ownership
779 rights relating to Covered Code. You may choose to offer, and to
780 charge a fee for, warranty, support, indemnity or liability
781 obligations to one or more recipients of Covered Code. However, You
782 may do so only on Your own behalf, and not on behalf of the Initial
783 Developer or any Contributor. You must make it absolutely clear than
784 any such warranty, support, indemnity or liability obligation is
785 offered by You alone, and You hereby agree to indemnify the Initial
786 Developer and every Contributor for any liability incurred by the
787 Initial Developer or such Contributor as a result of warranty,
788 support, indemnity or liability terms You offer.
790 3.6. Distribution of Executable Versions.
791 You may distribute Covered Code in Executable form only if the
792 requirements of Section 3.1-3.5 have been met for that Covered Code,
793 and if You include a notice stating that the Source Code version of
794 the Covered Code is available under the terms of this License,
795 including a description of how and where You have fulfilled the
796 obligations of Section 3.2. The notice must be conspicuously included
797 in any notice in an Executable version, related documentation or
798 collateral in which You describe recipients' rights relating to the
799 Covered Code. You may distribute the Executable version of Covered
800 Code or ownership rights under a license of Your choice, which may
801 contain terms different from this License, provided that You are in
802 compliance with the terms of this License and that the license for the
803 Executable version does not attempt to limit or alter the recipient's
804 rights in the Source Code version from the rights set forth in this
805 License. If You distribute the Executable version under a different
806 license You must make it absolutely clear that any terms which differ
807 from this License are offered by You alone, not by the Initial
808 Developer or any Contributor. You hereby agree to indemnify the
809 Initial Developer and every Contributor for any liability incurred by
810 the Initial Developer or such Contributor as a result of any such
811 terms You offer.
813 3.7. Larger Works.
814 You may create a Larger Work by combining Covered Code with other code
815 not governed by the terms of this License and distribute the Larger
816 Work as a single product. In such a case, You must make sure the
817 requirements of this License are fulfilled for the Covered Code.
819 4. Inability to Comply Due to Statute or Regulation.
821 If it is impossible for You to comply with any of the terms of this
822 License with respect to some or all of the Covered Code due to
823 statute, judicial order, or regulation then You must: (a) comply with
824 the terms of this License to the maximum extent possible; and (b)
825 describe the limitations and the code they affect. Such description
826 must be included in the LEGAL file described in Section 3.4 and must
827 be included with all distributions of the Source Code. Except to the
828 extent prohibited by statute or regulation, such description must be
829 sufficiently detailed for a recipient of ordinary skill to be able to
830 understand it.
832 5. Application of this License.
834 This License applies to code to which the Initial Developer has
835 attached the notice in Exhibit A and to related Covered Code.
837 6. Versions of the License.
839 6.1. New Versions.
840 Netscape Communications Corporation ("Netscape") may publish revised
841 and/or new versions of the License from time to time. Each version
842 will be given a distinguishing version number.
844 6.2. Effect of New Versions.
845 Once Covered Code has been published under a particular version of the
846 License, You may always continue to use it under the terms of that
847 version. You may also choose to use such Covered Code under the terms
848 of any subsequent version of the License published by Netscape. No one
849 other than Netscape has the right to modify the terms applicable to
850 Covered Code created under this License.
852 6.3. Derivative Works.
853 If You create or use a modified version of this License (which you may
854 only do in order to apply it to code which is not already Covered Code
855 governed by this License), You must (a) rename Your license so that
856 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
857 "MPL", "NPL" or any confusingly similar phrase do not appear in your
858 license (except to note that your license differs from this License)
859 and (b) otherwise make it clear that Your version of the license
860 contains terms which differ from the Mozilla Public License and
861 Netscape Public License. (Filling in the name of the Initial
862 Developer, Original Code or Contributor in the notice described in
863 Exhibit A shall not of themselves be deemed to be modifications of
864 this License.)
866 7. DISCLAIMER OF WARRANTY.
868 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
869 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
870 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
871 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
872 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
873 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
874 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
875 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
876 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
877 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
879 8. TERMINATION.
881 8.1. This License and the rights granted hereunder will terminate
882 automatically if You fail to comply with terms herein and fail to cure
883 such breach within 30 days of becoming aware of the breach. All
884 sublicenses to the Covered Code which are properly granted shall
885 survive any termination of this License. Provisions which, by their
886 nature, must remain in effect beyond the termination of this License
887 shall survive.
889 8.2. If You initiate litigation by asserting a patent infringement
890 claim (excluding declatory judgment actions) against Initial Developer
891 or a Contributor (the Initial Developer or Contributor against whom
892 You file such action is referred to as "Participant") alleging that:
894 (a) such Participant's Contributor Version directly or indirectly
895 infringes any patent, then any and all rights granted by such
896 Participant to You under Sections 2.1 and/or 2.2 of this License
897 shall, upon 60 days notice from Participant terminate prospectively,
898 unless if within 60 days after receipt of notice You either: (i)
899 agree in writing to pay Participant a mutually agreeable reasonable
900 royalty for Your past and future use of Modifications made by such
901 Participant, or (ii) withdraw Your litigation claim with respect to
902 the Contributor Version against such Participant. If within 60 days
903 of notice, a reasonable royalty and payment arrangement are not
904 mutually agreed upon in writing by the parties or the litigation claim
905 is not withdrawn, the rights granted by Participant to You under
906 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
907 the 60 day notice period specified above.
909 (b) any software, hardware, or device, other than such Participant's
910 Contributor Version, directly or indirectly infringes any patent, then
911 any rights granted to You by such Participant under Sections 2.1(b)
912 and 2.2(b) are revoked effective as of the date You first made, used,
913 sold, distributed, or had made, Modifications made by that
914 Participant.
916 8.3. If You assert a patent infringement claim against Participant
917 alleging that such Participant's Contributor Version directly or
918 indirectly infringes any patent where such claim is resolved (such as
919 by license or settlement) prior to the initiation of patent
920 infringement litigation, then the reasonable value of the licenses
921 granted by such Participant under Sections 2.1 or 2.2 shall be taken
922 into account in determining the amount or value of any payment or
923 license.
925 8.4. In the event of termination under Sections 8.1 or 8.2 above,
926 all end user license agreements (excluding distributors and resellers)
927 which have been validly granted by You or any distributor hereunder
928 prior to termination shall survive termination.
930 9. LIMITATION OF LIABILITY.
932 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
933 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
934 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
935 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
936 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
937 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
938 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
939 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
940 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
941 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
942 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
943 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
944 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
945 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
947 10. U.S. GOVERNMENT END USERS.
949 The Covered Code is a "commercial item," as that term is defined in
950 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
951 software" and "commercial computer software documentation," as such
952 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
953 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
954 all U.S. Government End Users acquire Covered Code with only those
955 rights set forth herein.
957 11. MISCELLANEOUS.
959 This License represents the complete agreement concerning subject
960 matter hereof. If any provision of this License is held to be
961 unenforceable, such provision shall be reformed only to the extent
962 necessary to make it enforceable. This License shall be governed by
963 California law provisions (except to the extent applicable law, if
964 any, provides otherwise), excluding its conflict-of-law provisions.
965 With respect to disputes in which at least one party is a citizen of,
966 or an entity chartered or registered to do business in the United
967 States of America, any litigation relating to this License shall be
968 subject to the jurisdiction of the Federal Courts of the Northern
969 District of California, with venue lying in Santa Clara County,
970 California, with the losing party responsible for costs, including
971 without limitation, court costs and reasonable attorneys' fees and
972 expenses. The application of the United Nations Convention on
973 Contracts for the International Sale of Goods is expressly excluded.
974 Any law or regulation which provides that the language of a contract
975 shall be construed against the drafter shall not apply to this
976 License.
978 12. RESPONSIBILITY FOR CLAIMS.
980 As between Initial Developer and the Contributors, each party is
981 responsible for claims and damages arising, directly or indirectly,
982 out of its utilization of rights under this License and You agree to
983 work with Initial Developer and Contributors to distribute such
984 responsibility on an equitable basis. Nothing herein is intended or
985 shall be deemed to constitute any admission of liability.
987 13. MULTIPLE-LICENSED CODE.
989 Initial Developer may designate portions of the Covered Code as
990 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
991 Developer permits you to utilize portions of the Covered Code under
992 Your choice of the NPL or the alternative licenses, if any, specified
993 by the Initial Developer in the file described in Exhibit A.
995 EXHIBIT A -Mozilla Public License.
997 ``The contents of this file are subject to the Mozilla Public License
998 Version 1.1 (the "License"); you may not use this file except in
999 compliance with the License. You may obtain a copy of the License at
1000 http://www.mozilla.org/MPL/
1002 Software distributed under the License is distributed on an "AS IS"
1003 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
1004 License for the specific language governing rights and limitations
1005 under the License.
1007 The Original Code is ______________________________________.
1009 The Initial Developer of the Original Code is ________________________.
1010 Portions created by ______________________ are Copyright (C) ______
1011 _______________________. All Rights Reserved.
1013 Contributor(s): ______________________________________.
1015 Alternatively, the contents of this file may be used under the terms
1016 of the _____ license (the "[___] License"), in which case the
1017 provisions of [______] License are applicable instead of those
1018 above. If you wish to allow use of your version of this file only
1019 under the terms of the [____] License and not to allow others to use
1020 your version of this file under the MPL, indicate your decision by
1021 deleting the provisions above and replace them with the notice and
1022 other provisions required by the [___] License. If you do not delete
1023 the provisions above, a recipient may use your version of this file
1024 under either the MPL or the [___] License."
1026 [NOTE: The text of this Exhibit A may differ slightly from the text of
1027 the notices in the Source Code files of the Original Code. You should
1028 use the text of this Exhibit A rather than the text found in the
1029 Original Code Source Code for Your Modifications.]
1031 ----------------------------------------------------------------------
1033 AMENDMENTS
1035 The Netscape Public License Version 1.1 ("NPL") consists of the
1036 Mozilla Public License Version 1.1 with the following Amendments,
1037 including Exhibit A-Netscape Public License. Files identified with
1038 "Exhibit A-Netscape Public License" are governed by the Netscape
1039 Public License Version 1.1.
1041 Additional Terms applicable to the Netscape Public License.
1042 I. Effect.
1043 These additional terms described in this Netscape Public
1044 License -- Amendments shall apply to the Mozilla Communicator
1045 client code and to all Covered Code under this License.
1047 II. "Netscape's Branded Code" means Covered Code that Netscape
1048 distributes and/or permits others to distribute under one or more
1049 trademark(s) which are controlled by Netscape but which are not
1050 licensed for use under this License.
1052 III. Netscape and logo.
1053 This License does not grant any rights to use the trademarks
1054 "Netscape", the "Netscape N and horizon" logo or the "Netscape
1055 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
1056 "Smart Browsing" even if such marks are included in the Original
1057 Code or Modifications.
1059 IV. Inability to Comply Due to Contractual Obligation.
1060 Prior to licensing the Original Code under this License, Netscape
1061 has licensed third party code for use in Netscape's Branded Code.
1062 To the extent that Netscape is limited contractually from making
1063 such third party code available under this License, Netscape may
1064 choose to reintegrate such code into Covered Code without being
1065 required to distribute such code in Source Code form, even if
1066 such code would otherwise be considered "Modifications" under
1067 this License.
1069 V. Use of Modifications and Covered Code by Initial Developer.
1070 V.1. In General.
1071 The obligations of Section 3 apply to Netscape, except to
1072 the extent specified in this Amendment, Section V.2 and V.3.
1074 V.2. Other Products.
1075 Netscape may include Covered Code in products other than the
1076 Netscape's Branded Code which are released by Netscape
1077 during the two (2) years following the release date of the
1078 Original Code, without such additional products becoming
1079 subject to the terms of this License, and may license such
1080 additional products on different terms from those contained
1081 in this License.
1083 V.3. Alternative Licensing.
1084 Netscape may license the Source Code of Netscape's Branded
1085 Code, including Modifications incorporated therein, without
1086 such Netscape Branded Code becoming subject to the terms of
1087 this License, and may license such Netscape Branded Code on
1088 different terms from those contained in this License.
1090 VI. Litigation.
1091 Notwithstanding the limitations of Section 11 above, the
1092 provisions regarding litigation in Section 11(a), (b) and (c) of
1093 the License shall apply to all disputes relating to this License.
1095 EXHIBIT A-Netscape Public License.
1097 "The contents of this file are subject to the Netscape Public
1098 License Version 1.1 (the "License"); you may not use this file
1099 except in compliance with the License. You may obtain a copy of
1100 the License at http://www.mozilla.org/NPL/
1102 Software distributed under the License is distributed on an "AS
1103 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
1104 implied. See the License for the specific language governing
1105 rights and limitations under the License.
1107 The Original Code is Mozilla Communicator client code, released
1108 March 31, 1998.
1110 The Initial Developer of the Original Code is Netscape
1111 Communications Corporation. Portions created by Netscape are
1112 Copyright (C) 1998-1999 Netscape Communications Corporation. All
1113 Rights Reserved.
1115 Contributor(s): ______________________________________.
1117 Alternatively, the contents of this file may be used under the
1118 terms of the _____ license (the "[___] License"), in which case
1119 the provisions of [______] License are applicable instead of
1120 those above. If you wish to allow use of your version of this
1121 file only under the terms of the [____] License and not to allow
1122 others to use your version of this file under the NPL, indicate
1123 your decision by deleting the provisions above and replace them
1124 with the notice and other provisions required by the [___]
1125 License. If you do not delete the provisions above, a recipient
1126 may use your version of this file under either the NPL or the
1127 [___] License."
1129 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1130 </pre>
1131 <ul>
1132 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
1133 </ul>
1134 </div>
1135 </div>
1138 <div class="product">
1139 <span class="title">chinese-input-1.1.0.0</span>
1140 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1141 <span class="homepage"><a href="http://www.google.com/inputtools/">homepage</a></span>
1142 <div class="licence">
1143 <pre></pre>
1144 <ul>
1145 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1146 </ul>
1147 </div>
1148 </div>
1151 <div class="product">
1152 <span class="title">chromeos-hangul-1.1.0.0</span>
1153 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1154 <span class="homepage"><a href="https://code.google.com/p/google-input-tools/">homepage</a></span>
1155 <div class="licence">
1156 <pre></pre>
1157 <ul>
1158 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1159 </ul>
1160 </div>
1161 </div>
1164 <div class="product">
1165 <span class="title">chromeos-keyboards-1.1.4.0</span>
1166 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1167 <span class="homepage"><a href="https://code.google.com/p/google-input-tools">homepage</a></span>
1168 <div class="licence">
1169 <pre></pre>
1170 <ul>
1171 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1172 </ul>
1173 </div>
1174 </div>
1177 <div class="product">
1178 <span class="title">chvt-0.0.1</span>
1179 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1180 <span class="homepage"><a href="">homepage</a></span>
1181 <div class="licence">
1182 <pre></pre>
1183 <ul>
1184 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1185 </ul>
1186 </div>
1187 </div>
1190 <div class="product">
1191 <span class="title">coreboot-2013.04</span>
1192 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1193 <span class="homepage"><a href="http://www.coreboot.org/">homepage</a></span>
1194 <div class="licence">
1195 <pre></pre>
1196 <ul>
1197 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1198 </ul>
1199 </div>
1200 </div>
1203 <div class="product">
1204 <span class="title">coreutils-8.20</span>
1205 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1206 <span class="homepage"><a href="http://www.gnu.org/software/coreutils/">homepage</a></span>
1207 <div class="licence">
1208 <pre></pre>
1209 <ul>
1210 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
1211 </ul>
1212 </div>
1213 </div>
1216 <div class="product">
1217 <span class="title">crda-1.1.1</span>
1218 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1219 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
1220 <div class="licence">
1221 <pre>Scanned Source License crda-1.1.1/LICENSE:
1223 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
1224 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
1225 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
1227 Permission to use, copy, modify, and/or distribute this software for any
1228 purpose with or without fee is hereby granted, provided that the above
1229 copyright notice and this permission notice appear in all copies.
1231 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1232 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1233 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1234 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1235 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1236 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1237 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1240 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1242 Scanned Source License crda-1.1.1/debian-example/copyright:
1244 This package was debianized by Luis Rodriguez &lt;mcgrof@gmail.com&gt; on
1245 Thu, 22 Jan 2009 16:00:00 +0100.
1247 The crda packages was downloaded from &lt;http://wireless.kernel.org/download/crda/&gt;
1249 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
1250 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
1251 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
1253 Permission to use, copy, modify, and/or distribute this software for any
1254 purpose with or without fee is hereby granted, provided that the above
1255 copyright notice and this permission notice appear in all copies.
1257 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1258 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1259 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1260 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1261 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1262 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1263 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1267 </pre>
1268 <ul>
1269 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
1270 </ul>
1271 </div>
1272 </div>
1275 <div class="product">
1276 <span class="title">croscorefonts-1.23.0</span>
1277 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1278 <span class="homepage"><a href="">homepage</a></span>
1279 <div class="licence">
1280 <pre></pre>
1281 <ul>
1282 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1283 </ul>
1284 </div>
1285 </div>
1288 <div class="product">
1289 <span class="title">crosextrafonts-20130214</span>
1290 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1291 <span class="homepage"><a href="">homepage</a></span>
1292 <div class="licence">
1293 <pre></pre>
1294 <ul>
1295 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1296 </ul>
1297 </div>
1298 </div>
1301 <div class="product">
1302 <span class="title">crosextrafonts-carlito-20130920</span>
1303 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1304 <span class="homepage"><a href="">homepage</a></span>
1305 <div class="licence">
1306 <pre>Scanned Source License crosextrafonts-carlito-20130920/LICENSE:
1308 Copyright (c) 2010-2013 by tyPoland Lukasz Dziedzic with Reserved Font Name "Carlito".
1310 This Font Software is licensed under the SIL Open Font License,
1311 Version 1.1 as shown below.
1313 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
1315 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
1316 worldwide development of collaborative font projects, to support the font
1317 creation efforts of academic and linguistic communities, and to provide
1318 a free and open framework in which fonts may be shared and improved in
1319 partnership with others.
1321 The OFL allows the licensed fonts to be used, studied, modified and
1322 redistributed freely as long as they are not sold by themselves.
1323 The fonts, including any derivative works, can be bundled, embedded,
1324 redistributed and/or sold with any software provided that any reserved
1325 names are not used by derivative works. The fonts and derivatives,
1326 however, cannot be released under any other type of license. The
1327 requirement for fonts to remain under this license does not apply to
1328 any document created using the fonts or their derivatives.
1331 DEFINITIONS
1332 "Font Software" refers to the set of files released by the Copyright
1333 Holder(s) under this license and clearly marked as such.
1334 This may include source files, build scripts and documentation.
1336 "Reserved Font Name" refers to any names specified as such after the
1337 copyright statement(s).
1339 "Original Version" refers to the collection of Font Software components
1340 as distributed by the Copyright Holder(s).
1342 "Modified Version" refers to any derivative made by adding to, deleting,
1343 or substituting ? in part or in whole ?
1344 any of the components of the Original Version, by changing formats or
1345 by porting the Font Software to a new environment.
1347 "Author" refers to any designer, engineer, programmer, technical writer
1348 or other person who contributed to the Font Software.
1351 PERMISSION &amp; CONDITIONS
1353 Permission is hereby granted, free of charge, to any person obtaining a
1354 copy of the Font Software, to use, study, copy, merge, embed, modify,
1355 redistribute, and sell modified and unmodified copies of the Font
1356 Software, subject to the following conditions:
1358 1) Neither the Font Software nor any of its individual components,in
1359 Original or Modified Versions, may be sold by itself.
1361 2) Original or Modified Versions of the Font Software may be bundled,
1362 redistributed and/or sold with any software, provided that each copy
1363 contains the above copyright notice and this license. These can be
1364 included either as stand-alone text files, human-readable headers or
1365 in the appropriate machine-readable metadata fields within text or
1366 binary files as long as those fields can be easily viewed by the user.
1368 3) No Modified Version of the Font Software may use the Reserved Font
1369 Name(s) unless explicit written permission is granted by the
1370 corresponding Copyright Holder. This restriction only applies to the
1371 primary font name as presented to the users.
1373 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
1374 Software shall not be used to promote, endorse or advertise any
1375 Modified Version, except to acknowledge the contribution(s) of the
1376 Copyright Holder(s) and the Author(s) or with their explicit written
1377 permission.
1379 5) The Font Software, modified or unmodified, in part or in whole, must
1380 be distributed entirely under this license, and must not be distributed
1381 under any other license. The requirement for fonts to remain under
1382 this license does not apply to any document created using the Font
1383 Software.
1387 TERMINATION
1388 This license becomes null and void if any of the above conditions are not met.
1392 DISCLAIMER
1393 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1394 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1395 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1396 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
1397 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1398 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1399 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1400 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
1401 DEALINGS IN THE FONT SOFTWARE.
1404 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1405 </pre>
1406 <ul>
1407 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
1408 </ul>
1409 </div>
1410 </div>
1413 <div class="product">
1414 <span class="title">ctemplate-1.0</span>
1415 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1416 <span class="homepage"><a href="http://code.google.com/p/google-ctemplate/">homepage</a></span>
1417 <div class="licence">
1418 <pre>Scanned Source License ctemplate-1.0/COPYING:
1420 Copyright (c) 2005, Google Inc.
1421 All rights reserved.
1423 Redistribution and use in source and binary forms, with or without
1424 modification, are permitted provided that the following conditions are
1425 met:
1427 * Redistributions of source code must retain the above copyright
1428 notice, this list of conditions and the following disclaimer.
1429 * Redistributions in binary form must reproduce the above
1430 copyright notice, this list of conditions and the following disclaimer
1431 in the documentation and/or other materials provided with the
1432 distribution.
1433 * Neither the name of Google Inc. nor the names of its
1434 contributors may be used to endorse or promote products derived from
1435 this software without specific prior written permission.
1437 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1438 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1439 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1440 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1441 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1442 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1443 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1444 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1445 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1446 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1447 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1449 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1451 Scanned Source License ctemplate-1.0/packages/deb/copyright:
1453 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
1454 13 March 2006.
1456 It was downloaded from http://code.google.com/
1458 Upstream Author: opensource@google.com
1460 Copyright (c) 2006, Google Inc.
1461 All rights reserved.
1463 Redistribution and use in source and binary forms, with or without
1464 modification, are permitted provided that the following conditions are
1465 met:
1467 * Redistributions of source code must retain the above copyright
1468 notice, this list of conditions and the following disclaimer.
1469 * Redistributions in binary form must reproduce the above
1470 copyright notice, this list of conditions and the following disclaimer
1471 in the documentation and/or other materials provided with the
1472 distribution.
1473 * Neither the name of Google Inc. nor the names of its
1474 contributors may be used to endorse or promote products derived from
1475 this software without specific prior written permission.
1477 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1478 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1479 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1480 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1481 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1482 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1483 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1484 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1485 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1486 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1487 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1489 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1490 </pre>
1491 <ul>
1493 </ul>
1494 </div>
1495 </div>
1498 <div class="product">
1499 <span class="title">curl-7.31.0</span>
1500 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1501 <span class="homepage"><a href="http://curl.haxx.se/">homepage</a></span>
1502 <div class="licence">
1503 <pre>Scanned Source License curl-7.31.0/COPYING:
1505 COPYRIGHT AND PERMISSION NOTICE
1507 Copyright (c) 1996 - 2013, Daniel Stenberg, &lt;daniel@haxx.se&gt;.
1509 All rights reserved.
1511 Permission to use, copy, modify, and distribute this software for any purpose
1512 with or without fee is hereby granted, provided that the above copyright
1513 notice and this permission notice appear in all copies.
1515 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1516 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1517 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
1518 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1519 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1520 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1521 OR OTHER DEALINGS IN THE SOFTWARE.
1523 Except as contained in this notice, the name of a copyright holder shall not
1524 be used in advertising or otherwise to promote the sale, use or other dealings
1525 in this Software without prior written authorization of the copyright holder.
1527 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1528 </pre>
1529 <ul>
1531 </ul>
1532 </div>
1533 </div>
1536 <div class="product">
1537 <span class="title">dash-0.5.5.1.7</span>
1538 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1539 <span class="homepage"><a href="http://gondor.apana.org.au/~herbert/dash/">homepage</a></span>
1540 <div class="licence">
1541 <pre>Scanned Source License dash-0.5.5.1/COPYING:
1543 Copyright (c) 1989-1994
1544 The Regents of the University of California. All rights reserved.
1545 Copyright (c) 1997 Christos Zoulas. All rights reserved.
1546 Copyright (c) 1997-2005
1547 Herbert Xu &lt;herbert@gondor.apana.org.au&gt;. All rights reserved.
1549 This code is derived from software contributed to Berkeley by Kenneth Almquist.
1552 Redistribution and use in source and binary forms, with or without
1553 modification, are permitted provided that the following conditions
1554 are met:
1555 1. Redistributions of source code must retain the above copyright
1556 notice, this list of conditions and the following disclaimer.
1557 2. Redistributions in binary form must reproduce the above copyright
1558 notice, this list of conditions and the following disclaimer in the
1559 documentation and/or other materials provided with the distribution.
1560 3. Neither the name of the University nor the names of its contributors
1561 may be used to endorse or promote products derived from this software
1562 without specific prior written permission.
1564 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1565 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1566 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1567 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1568 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1569 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1570 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1571 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1572 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1573 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1574 SUCH DAMAGE.
1576 mksignames.c:
1578 This file is not directly linked with dash. However, its output is.
1580 Copyright (C) 1992 Free Software Foundation, Inc.
1582 This file is part of GNU Bash, the Bourne Again SHell.
1584 Bash is free software; you can redistribute it and/or modify it under
1585 the terms of the GNU General Public License as published by the Free
1586 Software Foundation; either version 2, or (at your option) any later
1587 version.
1589 Bash is distributed in the hope that it will be useful, but WITHOUT ANY
1590 WARRANTY; without even the implied warranty of MERCHANTABILITY or
1591 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1592 for more details.
1594 You should have received a copy of the GNU General Public License with
1595 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
1596 Debian GNU/Linux hello source package as the file COPYING. If not,
1597 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
1598 Boston, MA 02111 USA.
1600 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1601 </pre>
1602 <ul>
1604 </ul>
1605 </div>
1606 </div>
1609 <div class="product">
1610 <span class="title">dbus-1.6.8</span>
1611 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1612 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
1613 <div class="licence">
1614 <pre></pre>
1615 <ul>
1616 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
1617 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1618 </ul>
1619 </div>
1620 </div>
1623 <div class="product">
1624 <span class="title">dbus-c++-0.0.2</span>
1625 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1626 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/dbus-c%2B%2B">homepage</a></span>
1627 <div class="licence">
1628 <pre></pre>
1629 <ul>
1630 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
1631 </ul>
1632 </div>
1633 </div>
1636 <div class="product">
1637 <span class="title">dbus-glib-0.100.2</span>
1638 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1639 <span class="homepage"><a href="http://dbus.freedesktop.org/">homepage</a></span>
1640 <div class="licence">
1641 <pre></pre>
1642 <ul>
1643 <li><a href='#AFL-2.1'>Gentoo Package Stock License AFL-2.1</a></li>
1644 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1645 </ul>
1646 </div>
1647 </div>
1650 <div class="product">
1651 <span class="title">dejavu-2.33</span>
1652 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1653 <span class="homepage"><a href="http://dejavu.sourceforge.net/">homepage</a></span>
1654 <div class="licence">
1655 <pre>Gentoo Package Stock License BitstreamVera:
1657 Bitstream Vera Fonts Copyright
1659 The fonts have a generous copyright, allowing derivative works (as
1660 long as "Bitstream" or "Vera" are not in the names), and full
1661 redistribution (so long as they are not *sold* by themselves). They
1662 can be be bundled, redistributed and sold with any software.
1664 The fonts are distributed under the following copyright:
1666 Copyright
1667 =========
1669 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
1670 Vera is a trademark of Bitstream, Inc.
1672 Permission is hereby granted, free of charge, to any person obtaining
1673 a copy of the fonts accompanying this license ("Fonts") and associated
1674 documentation files (the "Font Software"), to reproduce and distribute
1675 the Font Software, including without limitation the rights to use,
1676 copy, merge, publish, distribute, and/or sell copies of the Font
1677 Software, and to permit persons to whom the Font Software is furnished
1678 to do so, subject to the following conditions:
1680 The above copyright and trademark notices and this permission notice
1681 shall be included in all copies of one or more of the Font Software
1682 typefaces.
1684 The Font Software may be modified, altered, or added to, and in
1685 particular the designs of glyphs or characters in the Fonts may be
1686 modified and additional glyphs or characters may be added to the
1687 Fonts, only if the fonts are renamed to names not containing either
1688 the words "Bitstream" or the word "Vera".
1690 This License becomes null and void to the extent applicable to Fonts
1691 or Font Software that has been modified and is distributed under the
1692 "Bitstream Vera" names.
1694 The Font Software may be sold as part of a larger software package but
1695 no copy of one or more of the Font Software typefaces may be sold by
1696 itself.
1698 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1699 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1700 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1701 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
1702 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
1703 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
1704 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1705 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
1706 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
1708 Except as contained in this notice, the names of Gnome, the Gnome
1709 Foundation, and Bitstream Inc., shall not be used in advertising or
1710 otherwise to promote the sale, use or other dealings in this Font
1711 Software without prior written authorization from the Gnome Foundation
1712 or Bitstream Inc., respectively. For further information, contact:
1713 fonts at gnome dot org.
1715 Copyright FAQ
1716 =============
1718 1. I don't understand the resale restriction... What gives?
1720 Bitstream is giving away these fonts, but wishes to ensure its
1721 competitors can't just drop the fonts as is into a font sale system
1722 and sell them as is. It seems fair that if Bitstream can't make money
1723 from the Bitstream Vera fonts, their competitors should not be able to
1724 do so either. You can sell the fonts as part of any software package,
1725 however.
1727 2. I want to package these fonts separately for distribution and
1728 sale as part of a larger software package or system. Can I do so?
1730 Yes. A RPM or Debian package is a "larger software package" to begin
1731 with, and you aren't selling them independently by themselves.
1732 See 1. above.
1734 3. Are derivative works allowed?
1735 Yes!
1737 4. Can I change or add to the font(s)?
1738 Yes, but you must change the name(s) of the font(s).
1740 5. Under what terms are derivative works allowed?
1742 You must change the name(s) of the fonts. This is to ensure the
1743 quality of the fonts, both to protect Bitstream and Gnome. We want to
1744 ensure that if an application has opened a font specifically of these
1745 names, it gets what it expects (though of course, using fontconfig,
1746 substitutions could still could have occurred during font
1747 opening). You must include the Bitstream copyright. Additional
1748 copyrights can be added, as per copyright law. Happy Font Hacking!
1750 6. If I have improvements for Bitstream Vera, is it possible they might get
1751 adopted in future versions?
1753 Yes. The contract between the Gnome Foundation and Bitstream has
1754 provisions for working with Bitstream to ensure quality additions to
1755 the Bitstream Vera font family. Please contact us if you have such
1756 additions. Note, that in general, we will want such additions for the
1757 entire family, not just a single font, and that you'll have to keep
1758 both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
1759 glyphs to the font, they must be stylistically in keeping with Vera's
1760 design. Vera cannot become a "ransom note" font. Jim Lyles will be
1761 providing a document describing the design elements used in Vera, as a
1762 guide and aid for people interested in contributing to Vera.
1764 7. I want to sell a software package that uses these fonts: Can I do so?
1766 Sure. Bundle the fonts with your software and sell your software
1767 with the fonts. That is the intent of the copyright.
1769 8. If applications have built the names "Bitstream Vera" into them,
1770 can I override this somehow to use fonts of my choosing?
1772 This depends on exact details of the software. Most open source
1773 systems and software (e.g., Gnome, KDE, etc.) are now converting to
1774 use fontconfig (see www.fontconfig.org) to handle font configuration,
1775 selection and substitution; it has provisions for overriding font
1776 names and subsituting alternatives. An example is provided by the
1777 supplied local.conf file, which chooses the family Bitstream Vera for
1778 "sans", "serif" and "monospace". Other software (e.g., the XFree86
1779 core server) has other mechanisms for font substitution.
1782 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1783 </pre>
1784 <ul>
1786 </ul>
1787 </div>
1788 </div>
1791 <div class="product">
1792 <span class="title">dhcpcd-5.1.4</span>
1793 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1794 <span class="homepage"><a href="http://roy.marples.name/projects/dhcpcd/">homepage</a></span>
1795 <div class="licence">
1796 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd:
1798 Copyright (c) 2006-2010 Roy Marples &lt;roy@marples.name&gt;
1799 All rights reserved
1801 Redistribution and use in source and binary forms, with or without
1802 modification, are permitted provided that the following conditions
1803 are met:
1804 1. Redistributions of source code must retain the above copyright
1805 notice, this list of conditions and the following disclaimer.
1806 2. Redistributions in binary form must reproduce the above copyright
1807 notice, this list of conditions and the following disclaimer in the
1808 documentation and/or other materials provided with the distribution.
1810 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1811 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1812 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1813 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1814 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1815 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1816 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1817 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1818 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1819 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1820 SUCH DAMAGE.
1822 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1823 </pre>
1824 <ul>
1826 </ul>
1827 </div>
1828 </div>
1831 <div class="product">
1832 <span class="title">diffutils-3.2</span>
1833 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1834 <span class="homepage"><a href="http://www.gnu.org/software/diffutils/">homepage</a></span>
1835 <div class="licence">
1836 <pre></pre>
1837 <ul>
1838 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1839 </ul>
1840 </div>
1841 </div>
1844 <div class="product">
1845 <span class="title">dmidecode-2.11</span>
1846 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1847 <span class="homepage"><a href="http://www.nongnu.org/dmidecode/">homepage</a></span>
1848 <div class="licence">
1849 <pre></pre>
1850 <ul>
1851 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1852 </ul>
1853 </div>
1854 </div>
1857 <div class="product">
1858 <span class="title">docbook-xml-dtd-4.1.2</span>
1859 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1860 <span class="homepage"><a href="http://www.docbook.org/">homepage</a></span>
1861 <div class="licence">
1862 <pre></pre>
1863 <ul>
1864 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
1865 </ul>
1866 </div>
1867 </div>
1870 <div class="product">
1871 <span class="title">dosfstools-3.0.9</span>
1872 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1873 <span class="homepage"><a href="http://www.daniel-baumann.ch/software/dosfstools/">homepage</a></span>
1874 <div class="licence">
1875 <pre></pre>
1876 <ul>
1877 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
1878 </ul>
1879 </div>
1880 </div>
1883 <div class="product">
1884 <span class="title">droidfonts-cros-20121206</span>
1885 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1886 <span class="homepage"><a href="">homepage</a></span>
1887 <div class="licence">
1888 <pre></pre>
1889 <ul>
1890 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
1891 </ul>
1892 </div>
1893 </div>
1896 <div class="product">
1897 <span class="title">dtc-1.3.0</span>
1898 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1899 <span class="homepage"><a href="http://www.t2-project.org/packages/dtc.html">homepage</a></span>
1900 <div class="licence">
1901 <pre></pre>
1902 <ul>
1903 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
1904 </ul>
1905 </div>
1906 </div>
1909 <div class="product">
1910 <span class="title">e2fsprogs-1.42</span>
1911 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
1912 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
1913 <div class="licence">
1914 <pre>Scanned Source License e2fsprogs-1.42/COPYING:
1916 This package, the EXT2 filesystem utilities, are made available under
1917 the GNU Public License version 2, with the exception of the lib/ext2fs
1918 and lib/e2p libraries, which are made available under the GNU Library
1919 General Public License Version 2, the lib/uuid library which is made
1920 available under a BSD-style license and the lib/et and lib/ss
1921 libraries which are made available under an MIT-style license. Please
1922 see lib/uuid/COPYING for more details for the license for the files
1923 comprising the libuuid library, and the source file headers of the
1924 libet and libss libraries for more information.
1926 The most recent officially distributed version can be found at
1927 http://e2fsprogs.sourceforge.net. If you need to make a distribution,
1928 that's the one you should use. If there is some reason why you'd like
1929 a more recent version that is still in ALPHA testing (i.e., either
1930 using the "WIP" test distributions or one from the hg or git
1931 repository from the development branch, please contact me
1932 (tytso@mit.edu) before you ship. The release schedules for this
1933 package are flexible, if you give me enough lead time.
1936 Theodore Ts'o
1937 23-June-2007
1939 ----------------------------------------------------------------------
1941 GNU GENERAL PUBLIC LICENSE
1942 Version 2, June 1991
1944 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
1945 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1946 Everyone is permitted to copy and distribute verbatim copies
1947 of this license document, but changing it is not allowed.
1949 Preamble
1951 The licenses for most software are designed to take away your
1952 freedom to share and change it. By contrast, the GNU General Public
1953 License is intended to guarantee your freedom to share and change free
1954 software--to make sure the software is free for all its users. This
1955 General Public License applies to most of the Free Software
1956 Foundation's software and to any other program whose authors commit to
1957 using it. (Some other Free Software Foundation software is covered by
1958 the GNU Library General Public License instead.) You can apply it to
1959 your programs, too.
1961 When we speak of free software, we are referring to freedom, not
1962 price. Our General Public Licenses are designed to make sure that you
1963 have the freedom to distribute copies of free software (and charge for
1964 this service if you wish), that you receive source code or can get it
1965 if you want it, that you can change the software or use pieces of it
1966 in new free programs; and that you know you can do these things.
1968 To protect your rights, we need to make restrictions that forbid
1969 anyone to deny you these rights or to ask you to surrender the rights.
1970 These restrictions translate to certain responsibilities for you if you
1971 distribute copies of the software, or if you modify it.
1973 For example, if you distribute copies of such a program, whether
1974 gratis or for a fee, you must give the recipients all the rights that
1975 you have. You must make sure that they, too, receive or can get the
1976 source code. And you must show them these terms so they know their
1977 rights.
1979 We protect your rights with two steps: (1) copyright the software, and
1980 (2) offer you this license which gives you legal permission to copy,
1981 distribute and/or modify the software.
1983 Also, for each author's protection and ours, we want to make certain
1984 that everyone understands that there is no warranty for this free
1985 software. If the software is modified by someone else and passed on, we
1986 want its recipients to know that what they have is not the original, so
1987 that any problems introduced by others will not reflect on the original
1988 authors' reputations.
1990 Finally, any free program is threatened constantly by software
1991 patents. We wish to avoid the danger that redistributors of a free
1992 program will individually obtain patent licenses, in effect making the
1993 program proprietary. To prevent this, we have made it clear that any
1994 patent must be licensed for everyone's free use or not licensed at all.
1996 The precise terms and conditions for copying, distribution and
1997 modification follow.
1999 GNU GENERAL PUBLIC LICENSE
2000 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2002 0. This License applies to any program or other work which contains
2003 a notice placed by the copyright holder saying it may be distributed
2004 under the terms of this General Public License. The "Program", below,
2005 refers to any such program or work, and a "work based on the Program"
2006 means either the Program or any derivative work under copyright law:
2007 that is to say, a work containing the Program or a portion of it,
2008 either verbatim or with modifications and/or translated into another
2009 language. (Hereinafter, translation is included without limitation in
2010 the term "modification".) Each licensee is addressed as "you".
2012 Activities other than copying, distribution and modification are not
2013 covered by this License; they are outside its scope. The act of
2014 running the Program is not restricted, and the output from the Program
2015 is covered only if its contents constitute a work based on the
2016 Program (independent of having been made by running the Program).
2017 Whether that is true depends on what the Program does.
2019 1. You may copy and distribute verbatim copies of the Program's
2020 source code as you receive it, in any medium, provided that you
2021 conspicuously and appropriately publish on each copy an appropriate
2022 copyright notice and disclaimer of warranty; keep intact all the
2023 notices that refer to this License and to the absence of any warranty;
2024 and give any other recipients of the Program a copy of this License
2025 along with the Program.
2027 You may charge a fee for the physical act of transferring a copy, and
2028 you may at your option offer warranty protection in exchange for a fee.
2030 2. You may modify your copy or copies of the Program or any portion
2031 of it, thus forming a work based on the Program, and copy and
2032 distribute such modifications or work under the terms of Section 1
2033 above, provided that you also meet all of these conditions:
2035 a) You must cause the modified files to carry prominent notices
2036 stating that you changed the files and the date of any change.
2038 b) You must cause any work that you distribute or publish, that in
2039 whole or in part contains or is derived from the Program or any
2040 part thereof, to be licensed as a whole at no charge to all third
2041 parties under the terms of this License.
2043 c) If the modified program normally reads commands interactively
2044 when run, you must cause it, when started running for such
2045 interactive use in the most ordinary way, to print or display an
2046 announcement including an appropriate copyright notice and a
2047 notice that there is no warranty (or else, saying that you provide
2048 a warranty) and that users may redistribute the program under
2049 these conditions, and telling the user how to view a copy of this
2050 License. (Exception: if the Program itself is interactive but
2051 does not normally print such an announcement, your work based on
2052 the Program is not required to print an announcement.)
2054 These requirements apply to the modified work as a whole. If
2055 identifiable sections of that work are not derived from the Program,
2056 and can be reasonably considered independent and separate works in
2057 themselves, then this License, and its terms, do not apply to those
2058 sections when you distribute them as separate works. But when you
2059 distribute the same sections as part of a whole which is a work based
2060 on the Program, the distribution of the whole must be on the terms of
2061 this License, whose permissions for other licensees extend to the
2062 entire whole, and thus to each and every part regardless of who wrote it.
2064 Thus, it is not the intent of this section to claim rights or contest
2065 your rights to work written entirely by you; rather, the intent is to
2066 exercise the right to control the distribution of derivative or
2067 collective works based on the Program.
2069 In addition, mere aggregation of another work not based on the Program
2070 with the Program (or with a work based on the Program) on a volume of
2071 a storage or distribution medium does not bring the other work under
2072 the scope of this License.
2074 3. You may copy and distribute the Program (or a work based on it,
2075 under Section 2) in object code or executable form under the terms of
2076 Sections 1 and 2 above provided that you also do one of the following:
2078 a) Accompany it with the complete corresponding machine-readable
2079 source code, which must be distributed under the terms of Sections
2080 1 and 2 above on a medium customarily used for software interchange; or,
2082 b) Accompany it with a written offer, valid for at least three
2083 years, to give any third party, for a charge no more than your
2084 cost of physically performing source distribution, a complete
2085 machine-readable copy of the corresponding source code, to be
2086 distributed under the terms of Sections 1 and 2 above on a medium
2087 customarily used for software interchange; or,
2089 c) Accompany it with the information you received as to the offer
2090 to distribute corresponding source code. (This alternative is
2091 allowed only for noncommercial distribution and only if you
2092 received the program in object code or executable form with such
2093 an offer, in accord with Subsection b above.)
2095 The source code for a work means the preferred form of the work for
2096 making modifications to it. For an executable work, complete source
2097 code means all the source code for all modules it contains, plus any
2098 associated interface definition files, plus the scripts used to
2099 control compilation and installation of the executable. However, as a
2100 special exception, the source code distributed need not include
2101 anything that is normally distributed (in either source or binary
2102 form) with the major components (compiler, kernel, and so on) of the
2103 operating system on which the executable runs, unless that component
2104 itself accompanies the executable.
2106 If distribution of executable or object code is made by offering
2107 access to copy from a designated place, then offering equivalent
2108 access to copy the source code from the same place counts as
2109 distribution of the source code, even though third parties are not
2110 compelled to copy the source along with the object code.
2112 4. You may not copy, modify, sublicense, or distribute the Program
2113 except as expressly provided under this License. Any attempt
2114 otherwise to copy, modify, sublicense or distribute the Program is
2115 void, and will automatically terminate your rights under this License.
2116 However, parties who have received copies, or rights, from you under
2117 this License will not have their licenses terminated so long as such
2118 parties remain in full compliance.
2120 5. You are not required to accept this License, since you have not
2121 signed it. However, nothing else grants you permission to modify or
2122 distribute the Program or its derivative works. These actions are
2123 prohibited by law if you do not accept this License. Therefore, by
2124 modifying or distributing the Program (or any work based on the
2125 Program), you indicate your acceptance of this License to do so, and
2126 all its terms and conditions for copying, distributing or modifying
2127 the Program or works based on it.
2129 6. Each time you redistribute the Program (or any work based on the
2130 Program), the recipient automatically receives a license from the
2131 original licensor to copy, distribute or modify the Program subject to
2132 these terms and conditions. You may not impose any further
2133 restrictions on the recipients' exercise of the rights granted herein.
2134 You are not responsible for enforcing compliance by third parties to
2135 this License.
2137 7. If, as a consequence of a court judgment or allegation of patent
2138 infringement or for any other reason (not limited to patent issues),
2139 conditions are imposed on you (whether by court order, agreement or
2140 otherwise) that contradict the conditions of this License, they do not
2141 excuse you from the conditions of this License. If you cannot
2142 distribute so as to satisfy simultaneously your obligations under this
2143 License and any other pertinent obligations, then as a consequence you
2144 may not distribute the Program at all. For example, if a patent
2145 license would not permit royalty-free redistribution of the Program by
2146 all those who receive copies directly or indirectly through you, then
2147 the only way you could satisfy both it and this License would be to
2148 refrain entirely from distribution of the Program.
2150 If any portion of this section is held invalid or unenforceable under
2151 any particular circumstance, the balance of the section is intended to
2152 apply and the section as a whole is intended to apply in other
2153 circumstances.
2155 It is not the purpose of this section to induce you to infringe any
2156 patents or other property right claims or to contest validity of any
2157 such claims; this section has the sole purpose of protecting the
2158 integrity of the free software distribution system, which is
2159 implemented by public license practices. Many people have made
2160 generous contributions to the wide range of software distributed
2161 through that system in reliance on consistent application of that
2162 system; it is up to the author/donor to decide if he or she is willing
2163 to distribute software through any other system and a licensee cannot
2164 impose that choice.
2166 This section is intended to make thoroughly clear what is believed to
2167 be a consequence of the rest of this License.
2169 8. If the distribution and/or use of the Program is restricted in
2170 certain countries either by patents or by copyrighted interfaces, the
2171 original copyright holder who places the Program under this License
2172 may add an explicit geographical distribution limitation excluding
2173 those countries, so that distribution is permitted only in or among
2174 countries not thus excluded. In such case, this License incorporates
2175 the limitation as if written in the body of this License.
2177 9. The Free Software Foundation may publish revised and/or new versions
2178 of the General Public License from time to time. Such new versions will
2179 be similar in spirit to the present version, but may differ in detail to
2180 address new problems or concerns.
2182 Each version is given a distinguishing version number. If the Program
2183 specifies a version number of this License which applies to it and "any
2184 later version", you have the option of following the terms and conditions
2185 either of that version or of any later version published by the Free
2186 Software Foundation. If the Program does not specify a version number of
2187 this License, you may choose any version ever published by the Free Software
2188 Foundation.
2190 10. If you wish to incorporate parts of the Program into other free
2191 programs whose distribution conditions are different, write to the author
2192 to ask for permission. For software which is copyrighted by the Free
2193 Software Foundation, write to the Free Software Foundation; we sometimes
2194 make exceptions for this. Our decision will be guided by the two goals
2195 of preserving the free status of all derivatives of our free software and
2196 of promoting the sharing and reuse of software generally.
2198 NO WARRANTY
2200 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2201 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
2202 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2203 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2204 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2205 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
2206 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
2207 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2208 REPAIR OR CORRECTION.
2210 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2211 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2212 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2213 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2214 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2215 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2216 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2217 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2218 POSSIBILITY OF SUCH DAMAGES.
2220 END OF TERMS AND CONDITIONS
2222 How to Apply These Terms to Your New Programs
2224 If you develop a new program, and you want it to be of the greatest
2225 possible use to the public, the best way to achieve this is to make it
2226 free software which everyone can redistribute and change under these terms.
2228 To do so, attach the following notices to the program. It is safest
2229 to attach them to the start of each source file to most effectively
2230 convey the exclusion of warranty; and each file should have at least
2231 the "copyright" line and a pointer to where the full notice is found.
2233 &lt;one line to give the program's name and a brief idea of what it does.&gt;
2234 Copyright (C) &lt;year&gt; &lt;name of author&gt;
2236 This program is free software; you can redistribute it and/or modify
2237 it under the terms of the GNU General Public License as published by
2238 the Free Software Foundation; either version 2 of the License, or
2239 (at your option) any later version.
2241 This program is distributed in the hope that it will be useful,
2242 but WITHOUT ANY WARRANTY; without even the implied warranty of
2243 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2244 GNU General Public License for more details.
2246 You should have received a copy of the GNU General Public License
2247 along with this program; if not, write to the Free Software
2248 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2251 Also add information on how to contact you by electronic and paper mail.
2253 If the program is interactive, make it output a short notice like this
2254 when it starts in an interactive mode:
2256 Gnomovision version 69, Copyright (C) year name of author
2257 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2258 This is free software, and you are welcome to redistribute it
2259 under certain conditions; type `show c' for details.
2261 The hypothetical commands `show w' and `show c' should show the appropriate
2262 parts of the General Public License. Of course, the commands you use may
2263 be called something other than `show w' and `show c'; they could even be
2264 mouse-clicks or menu items--whatever suits your program.
2266 You should also get your employer (if you work as a programmer) or your
2267 school, if any, to sign a "copyright disclaimer" for the program, if
2268 necessary. Here is a sample; alter the names:
2270 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2271 `Gnomovision' (which makes passes at compilers) written by James Hacker.
2273 &lt;signature of Ty Coon&gt;, 1 April 1989
2274 Ty Coon, President of Vice
2276 This General Public License does not permit incorporating your program into
2277 proprietary programs. If your program is a subroutine library, you may
2278 consider it more useful to permit linking proprietary applications with the
2279 library. If this is what you want to do, use the GNU Library General
2280 Public License instead of this License.
2282 ----------------------------------------------------------------------
2284 GNU LIBRARY GENERAL PUBLIC LICENSE
2285 Version 2, June 1991
2287 Copyright (C) 1991 Free Software Foundation, Inc.
2288 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2289 Everyone is permitted to copy and distribute verbatim copies
2290 of this license document, but changing it is not allowed.
2292 [This is the first released version of the library GPL. It is
2293 numbered 2 because it goes with version 2 of the ordinary GPL.]
2295 Preamble
2297 The licenses for most software are designed to take away your
2298 freedom to share and change it. By contrast, the GNU General Public
2299 Licenses are intended to guarantee your freedom to share and change
2300 free software--to make sure the software is free for all its users.
2302 This license, the Library General Public License, applies to some
2303 specially designated Free Software Foundation software, and to any
2304 other libraries whose authors decide to use it. You can use it for
2305 your libraries, too.
2307 When we speak of free software, we are referring to freedom, not
2308 price. Our General Public Licenses are designed to make sure that you
2309 have the freedom to distribute copies of free software (and charge for
2310 this service if you wish), that you receive source code or can get it
2311 if you want it, that you can change the software or use pieces of it
2312 in new free programs; and that you know you can do these things.
2314 To protect your rights, we need to make restrictions that forbid
2315 anyone to deny you these rights or to ask you to surrender the rights.
2316 These restrictions translate to certain responsibilities for you if
2317 you distribute copies of the library, or if you modify it.
2319 For example, if you distribute copies of the library, whether gratis
2320 or for a fee, you must give the recipients all the rights that we gave
2321 you. You must make sure that they, too, receive or can get the source
2322 code. If you link a program with the library, you must provide
2323 complete object files to the recipients so that they can relink them
2324 with the library, after making changes to the library and recompiling
2325 it. And you must show them these terms so they know their rights.
2327 Our method of protecting your rights has two steps: (1) copyright
2328 the library, and (2) offer you this license which gives you legal
2329 permission to copy, distribute and/or modify the library.
2331 Also, for each distributor's protection, we want to make certain
2332 that everyone understands that there is no warranty for this free
2333 library. If the library is modified by someone else and passed on, we
2334 want its recipients to know that what they have is not the original
2335 version, so that any problems introduced by others will not reflect on
2336 the original authors' reputations.
2338 Finally, any free program is threatened constantly by software
2339 patents. We wish to avoid the danger that companies distributing free
2340 software will individually obtain patent licenses, thus in effect
2341 transforming the program into proprietary software. To prevent this,
2342 we have made it clear that any patent must be licensed for everyone's
2343 free use or not licensed at all.
2345 Most GNU software, including some libraries, is covered by the ordinary
2346 GNU General Public License, which was designed for utility programs. This
2347 license, the GNU Library General Public License, applies to certain
2348 designated libraries. This license is quite different from the ordinary
2349 one; be sure to read it in full, and don't assume that anything in it is
2350 the same as in the ordinary license.
2352 The reason we have a separate public license for some libraries is that
2353 they blur the distinction we usually make between modifying or adding to a
2354 program and simply using it. Linking a program with a library, without
2355 changing the library, is in some sense simply using the library, and is
2356 analogous to running a utility program or application program. However, in
2357 a textual and legal sense, the linked executable is a combined work, a
2358 derivative of the original library, and the ordinary General Public License
2359 treats it as such.
2361 Because of this blurred distinction, using the ordinary General
2362 Public License for libraries did not effectively promote software
2363 sharing, because most developers did not use the libraries. We
2364 concluded that weaker conditions might promote sharing better.
2366 However, unrestricted linking of non-free programs would deprive the
2367 users of those programs of all benefit from the free status of the
2368 libraries themselves. This Library General Public License is intended to
2369 permit developers of non-free programs to use free libraries, while
2370 preserving your freedom as a user of such programs to change the free
2371 libraries that are incorporated in them. (We have not seen how to achieve
2372 this as regards changes in header files, but we have achieved it as regards
2373 changes in the actual functions of the Library.) The hope is that this
2374 will lead to faster development of free libraries.
2376 The precise terms and conditions for copying, distribution and
2377 modification follow. Pay close attention to the difference between a
2378 "work based on the library" and a "work that uses the library". The
2379 former contains code derived from the library, while the latter only
2380 works together with the library.
2382 Note that it is possible for a library to be covered by the ordinary
2383 General Public License rather than by this special one.
2385 GNU LIBRARY GENERAL PUBLIC LICENSE
2386 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2388 0. This License Agreement applies to any software library which
2389 contains a notice placed by the copyright holder or other authorized
2390 party saying it may be distributed under the terms of this Library
2391 General Public License (also called "this License"). Each licensee is
2392 addressed as "you".
2394 A "library" means a collection of software functions and/or data
2395 prepared so as to be conveniently linked with application programs
2396 (which use some of those functions and data) to form executables.
2398 The "Library", below, refers to any such software library or work
2399 which has been distributed under these terms. A "work based on the
2400 Library" means either the Library or any derivative work under
2401 copyright law: that is to say, a work containing the Library or a
2402 portion of it, either verbatim or with modifications and/or translated
2403 straightforwardly into another language. (Hereinafter, translation is
2404 included without limitation in the term "modification".)
2406 "Source code" for a work means the preferred form of the work for
2407 making modifications to it. For a library, complete source code means
2408 all the source code for all modules it contains, plus any associated
2409 interface definition files, plus the scripts used to control compilation
2410 and installation of the library.
2412 Activities other than copying, distribution and modification are not
2413 covered by this License; they are outside its scope. The act of
2414 running a program using the Library is not restricted, and output from
2415 such a program is covered only if its contents constitute a work based
2416 on the Library (independent of the use of the Library in a tool for
2417 writing it). Whether that is true depends on what the Library does
2418 and what the program that uses the Library does.
2420 1. You may copy and distribute verbatim copies of the Library's
2421 complete source code as you receive it, in any medium, provided that
2422 you conspicuously and appropriately publish on each copy an
2423 appropriate copyright notice and disclaimer of warranty; keep intact
2424 all the notices that refer to this License and to the absence of any
2425 warranty; and distribute a copy of this License along with the
2426 Library.
2428 You may charge a fee for the physical act of transferring a copy,
2429 and you may at your option offer warranty protection in exchange for a
2430 fee.
2432 2. You may modify your copy or copies of the Library or any portion
2433 of it, thus forming a work based on the Library, and copy and
2434 distribute such modifications or work under the terms of Section 1
2435 above, provided that you also meet all of these conditions:
2437 a) The modified work must itself be a software library.
2439 b) You must cause the files modified to carry prominent notices
2440 stating that you changed the files and the date of any change.
2442 c) You must cause the whole of the work to be licensed at no
2443 charge to all third parties under the terms of this License.
2445 d) If a facility in the modified Library refers to a function or a
2446 table of data to be supplied by an application program that uses
2447 the facility, other than as an argument passed when the facility
2448 is invoked, then you must make a good faith effort to ensure that,
2449 in the event an application does not supply such function or
2450 table, the facility still operates, and performs whatever part of
2451 its purpose remains meaningful.
2453 (For example, a function in a library to compute square roots has
2454 a purpose that is entirely well-defined independent of the
2455 application. Therefore, Subsection 2d requires that any
2456 application-supplied function or table used by this function must
2457 be optional: if the application does not supply it, the square
2458 root function must still compute square roots.)
2460 These requirements apply to the modified work as a whole. If
2461 identifiable sections of that work are not derived from the Library,
2462 and can be reasonably considered independent and separate works in
2463 themselves, then this License, and its terms, do not apply to those
2464 sections when you distribute them as separate works. But when you
2465 distribute the same sections as part of a whole which is a work based
2466 on the Library, the distribution of the whole must be on the terms of
2467 this License, whose permissions for other licensees extend to the
2468 entire whole, and thus to each and every part regardless of who wrote
2471 Thus, it is not the intent of this section to claim rights or contest
2472 your rights to work written entirely by you; rather, the intent is to
2473 exercise the right to control the distribution of derivative or
2474 collective works based on the Library.
2476 In addition, mere aggregation of another work not based on the Library
2477 with the Library (or with a work based on the Library) on a volume of
2478 a storage or distribution medium does not bring the other work under
2479 the scope of this License.
2481 3. You may opt to apply the terms of the ordinary GNU General Public
2482 License instead of this License to a given copy of the Library. To do
2483 this, you must alter all the notices that refer to this License, so
2484 that they refer to the ordinary GNU General Public License, version 2,
2485 instead of to this License. (If a newer version than version 2 of the
2486 ordinary GNU General Public License has appeared, then you can specify
2487 that version instead if you wish.) Do not make any other change in
2488 these notices.
2490 Once this change is made in a given copy, it is irreversible for
2491 that copy, so the ordinary GNU General Public License applies to all
2492 subsequent copies and derivative works made from that copy.
2494 This option is useful when you wish to copy part of the code of
2495 the Library into a program that is not a library.
2497 4. You may copy and distribute the Library (or a portion or
2498 derivative of it, under Section 2) in object code or executable form
2499 under the terms of Sections 1 and 2 above provided that you accompany
2500 it with the complete corresponding machine-readable source code, which
2501 must be distributed under the terms of Sections 1 and 2 above on a
2502 medium customarily used for software interchange.
2504 If distribution of object code is made by offering access to copy
2505 from a designated place, then offering equivalent access to copy the
2506 source code from the same place satisfies the requirement to
2507 distribute the source code, even though third parties are not
2508 compelled to copy the source along with the object code.
2510 5. A program that contains no derivative of any portion of the
2511 Library, but is designed to work with the Library by being compiled or
2512 linked with it, is called a "work that uses the Library". Such a
2513 work, in isolation, is not a derivative work of the Library, and
2514 therefore falls outside the scope of this License.
2516 However, linking a "work that uses the Library" with the Library
2517 creates an executable that is a derivative of the Library (because it
2518 contains portions of the Library), rather than a "work that uses the
2519 library". The executable is therefore covered by this License.
2520 Section 6 states terms for distribution of such executables.
2522 When a "work that uses the Library" uses material from a header file
2523 that is part of the Library, the object code for the work may be a
2524 derivative work of the Library even though the source code is not.
2525 Whether this is true is especially significant if the work can be
2526 linked without the Library, or if the work is itself a library. The
2527 threshold for this to be true is not precisely defined by law.
2529 If such an object file uses only numerical parameters, data
2530 structure layouts and accessors, and small macros and small inline
2531 functions (ten lines or less in length), then the use of the object
2532 file is unrestricted, regardless of whether it is legally a derivative
2533 work. (Executables containing this object code plus portions of the
2534 Library will still fall under Section 6.)
2536 Otherwise, if the work is a derivative of the Library, you may
2537 distribute the object code for the work under the terms of Section 6.
2538 Any executables containing that work also fall under Section 6,
2539 whether or not they are linked directly with the Library itself.
2541 6. As an exception to the Sections above, you may also compile or
2542 link a "work that uses the Library" with the Library to produce a
2543 work containing portions of the Library, and distribute that work
2544 under terms of your choice, provided that the terms permit
2545 modification of the work for the customer's own use and reverse
2546 engineering for debugging such modifications.
2548 You must give prominent notice with each copy of the work that the
2549 Library is used in it and that the Library and its use are covered by
2550 this License. You must supply a copy of this License. If the work
2551 during execution displays copyright notices, you must include the
2552 copyright notice for the Library among them, as well as a reference
2553 directing the user to the copy of this License. Also, you must do one
2554 of these things:
2556 a) Accompany the work with the complete corresponding
2557 machine-readable source code for the Library including whatever
2558 changes were used in the work (which must be distributed under
2559 Sections 1 and 2 above); and, if the work is an executable linked
2560 with the Library, with the complete machine-readable "work that
2561 uses the Library", as object code and/or source code, so that the
2562 user can modify the Library and then relink to produce a modified
2563 executable containing the modified Library. (It is understood
2564 that the user who changes the contents of definitions files in the
2565 Library will not necessarily be able to recompile the application
2566 to use the modified definitions.)
2568 b) Accompany the work with a written offer, valid for at
2569 least three years, to give the same user the materials
2570 specified in Subsection 6a, above, for a charge no more
2571 than the cost of performing this distribution.
2573 c) If distribution of the work is made by offering access to copy
2574 from a designated place, offer equivalent access to copy the above
2575 specified materials from the same place.
2577 d) Verify that the user has already received a copy of these
2578 materials or that you have already sent this user a copy.
2580 For an executable, the required form of the "work that uses the
2581 Library" must include any data and utility programs needed for
2582 reproducing the executable from it. However, as a special exception,
2583 the source code distributed need not include anything that is normally
2584 distributed (in either source or binary form) with the major
2585 components (compiler, kernel, and so on) of the operating system on
2586 which the executable runs, unless that component itself accompanies
2587 the executable.
2589 It may happen that this requirement contradicts the license
2590 restrictions of other proprietary libraries that do not normally
2591 accompany the operating system. Such a contradiction means you cannot
2592 use both them and the Library together in an executable that you
2593 distribute.
2595 7. You may place library facilities that are a work based on the
2596 Library side-by-side in a single library together with other library
2597 facilities not covered by this License, and distribute such a combined
2598 library, provided that the separate distribution of the work based on
2599 the Library and of the other library facilities is otherwise
2600 permitted, and provided that you do these two things:
2602 a) Accompany the combined library with a copy of the same work
2603 based on the Library, uncombined with any other library
2604 facilities. This must be distributed under the terms of the
2605 Sections above.
2607 b) Give prominent notice with the combined library of the fact
2608 that part of it is a work based on the Library, and explaining
2609 where to find the accompanying uncombined form of the same work.
2611 8. You may not copy, modify, sublicense, link with, or distribute
2612 the Library except as expressly provided under this License. Any
2613 attempt otherwise to copy, modify, sublicense, link with, or
2614 distribute the Library is void, and will automatically terminate your
2615 rights under this License. However, parties who have received copies,
2616 or rights, from you under this License will not have their licenses
2617 terminated so long as such parties remain in full compliance.
2619 9. You are not required to accept this License, since you have not
2620 signed it. However, nothing else grants you permission to modify or
2621 distribute the Library or its derivative works. These actions are
2622 prohibited by law if you do not accept this License. Therefore, by
2623 modifying or distributing the Library (or any work based on the
2624 Library), you indicate your acceptance of this License to do so, and
2625 all its terms and conditions for copying, distributing or modifying
2626 the Library or works based on it.
2628 10. Each time you redistribute the Library (or any work based on the
2629 Library), the recipient automatically receives a license from the
2630 original licensor to copy, distribute, link with or modify the Library
2631 subject to these terms and conditions. You may not impose any further
2632 restrictions on the recipients' exercise of the rights granted herein.
2633 You are not responsible for enforcing compliance by third parties to
2634 this License.
2636 11. If, as a consequence of a court judgment or allegation of patent
2637 infringement or for any other reason (not limited to patent issues),
2638 conditions are imposed on you (whether by court order, agreement or
2639 otherwise) that contradict the conditions of this License, they do not
2640 excuse you from the conditions of this License. If you cannot
2641 distribute so as to satisfy simultaneously your obligations under this
2642 License and any other pertinent obligations, then as a consequence you
2643 may not distribute the Library at all. For example, if a patent
2644 license would not permit royalty-free redistribution of the Library by
2645 all those who receive copies directly or indirectly through you, then
2646 the only way you could satisfy both it and this License would be to
2647 refrain entirely from distribution of the Library.
2649 If any portion of this section is held invalid or unenforceable under any
2650 particular circumstance, the balance of the section is intended to apply,
2651 and the section as a whole is intended to apply in other circumstances.
2653 It is not the purpose of this section to induce you to infringe any
2654 patents or other property right claims or to contest validity of any
2655 such claims; this section has the sole purpose of protecting the
2656 integrity of the free software distribution system which is
2657 implemented by public license practices. Many people have made
2658 generous contributions to the wide range of software distributed
2659 through that system in reliance on consistent application of that
2660 system; it is up to the author/donor to decide if he or she is willing
2661 to distribute software through any other system and a licensee cannot
2662 impose that choice.
2664 This section is intended to make thoroughly clear what is believed to
2665 be a consequence of the rest of this License.
2667 12. If the distribution and/or use of the Library is restricted in
2668 certain countries either by patents or by copyrighted interfaces, the
2669 original copyright holder who places the Library under this License may add
2670 an explicit geographical distribution limitation excluding those countries,
2671 so that distribution is permitted only in or among countries not thus
2672 excluded. In such case, this License incorporates the limitation as if
2673 written in the body of this License.
2675 13. The Free Software Foundation may publish revised and/or new
2676 versions of the Library General Public License from time to time.
2677 Such new versions will be similar in spirit to the present version,
2678 but may differ in detail to address new problems or concerns.
2680 Each version is given a distinguishing version number. If the Library
2681 specifies a version number of this License which applies to it and
2682 "any later version", you have the option of following the terms and
2683 conditions either of that version or of any later version published by
2684 the Free Software Foundation. If the Library does not specify a
2685 license version number, you may choose any version ever published by
2686 the Free Software Foundation.
2688 14. If you wish to incorporate parts of the Library into other free
2689 programs whose distribution conditions are incompatible with these,
2690 write to the author to ask for permission. For software which is
2691 copyrighted by the Free Software Foundation, write to the Free
2692 Software Foundation; we sometimes make exceptions for this. Our
2693 decision will be guided by the two goals of preserving the free status
2694 of all derivatives of our free software and of promoting the sharing
2695 and reuse of software generally.
2697 NO WARRANTY
2699 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
2700 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
2701 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
2702 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
2703 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
2704 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2705 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
2706 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
2707 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2709 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
2710 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
2711 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
2712 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
2713 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
2714 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
2715 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
2716 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
2717 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
2718 DAMAGES.
2720 END OF TERMS AND CONDITIONS
2722 How to Apply These Terms to Your New Libraries
2724 If you develop a new library, and you want it to be of the greatest
2725 possible use to the public, we recommend making it free software that
2726 everyone can redistribute and change. You can do so by permitting
2727 redistribution under these terms (or, alternatively, under the terms of the
2728 ordinary General Public License).
2730 To apply these terms, attach the following notices to the library. It is
2731 safest to attach them to the start of each source file to most effectively
2732 convey the exclusion of warranty; and each file should have at least the
2733 "copyright" line and a pointer to where the full notice is found.
2735 &lt;one line to give the library's name and a brief idea of what it does.&gt;
2736 Copyright (C) &lt;year&gt; &lt;name of author&gt;
2738 This library is free software; you can redistribute it and/or
2739 modify it under the terms of the GNU Library General Public
2740 License as published by the Free Software Foundation; either
2741 version 2 of the License, or (at your option) any later version.
2743 This library is distributed in the hope that it will be useful,
2744 but WITHOUT ANY WARRANTY; without even the implied warranty of
2745 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2746 Library General Public License for more details.
2748 You should have received a copy of the GNU Library General Public
2749 License along with this library; if not, write to the Free Software
2750 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2752 Also add information on how to contact you by electronic and paper mail.
2754 You should also get your employer (if you work as a programmer) or your
2755 school, if any, to sign a "copyright disclaimer" for the library, if
2756 necessary. Here is a sample; alter the names:
2758 Yoyodyne, Inc., hereby disclaims all copyright interest in the
2759 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
2761 &lt;signature of Ty Coon&gt;, 1 April 1990
2762 Ty Coon, President of Vice
2764 That's all there is to it!
2766 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2768 Scanned Source License e2fsprogs-1.42/debian/copyright:
2770 This is the Debian GNU/Linux prepackaged version of the EXT2 file
2771 system utilities (e2fsck, mke2fs, etc.). The EXT2 utilities were
2772 written by Theodore Ts'o &lt;tytso@mit.edu&gt; and Remy Card &lt;card@masi.ibp.fr&gt;.
2774 Sources were obtained from http://sourceforge.net/projects/e2fsprogs
2776 Packaging is Copyright (c) 2003-2007 Theodore Ts'o &lt;tytso@mit.edu&gt;
2777 Copyright (c) 1997-2003 Yann Dirson &lt;dirson@debian.org&gt;
2778 Copyright (c) 2001 Alcove &lt;http://www.alcove.com/&gt;
2779 Copyright (c) 1997 Klee Dienes
2780 Copyright (c) 1995-1996 Michael Nonweiler &lt;mrn20@cam.ac.uk&gt;
2782 Upstream Author: Theodore Ts'o &lt;tytso@mit.edu&gt;
2784 Copyright notice:
2786 This package, the EXT2 filesystem utilities, are made available under
2787 the GNU Public License version 2, with the exception of the lib/ext2fs
2788 and lib/e2p libraries, which are made available under the GNU Library
2789 General Public License Version 2, the lib/uuid library which is made
2790 available under a BSD-style license and the lib/et and lib/ss
2791 libraries which are made available under an MIT-style license.
2793 Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2794 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
2796 On Debian GNU systems, the complete text of the GNU General Public
2797 License can be found in `/usr/share/common-licenses/GPL-2'. The
2798 complete text of the GNU Library General Public License can be found
2799 in '/usr/share/common-licenses/LGPL-2'.
2802 The license used for lib/et and lib/ss libraries is:
2804 Copyright 1987 by the Student Information Processing Board
2805 of the Massachusetts Institute of Technology
2807 Permission to use, copy, modify, and distribute this software and
2808 its documentation for any purpose is hereby granted, provided that
2809 the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
2810 advertising or publicity pertaining to distribution of the software
2811 without specific, written prior permission. M.I.T. and the
2812 M.I.T. S.I.P.B. make no representations about the suitability of
2813 this software for any purpose. It is provided "as is" without
2814 express or implied warranty.
2816 The license used for lib/uuid is:
2818 Redistribution and use in source and binary forms, with or without
2819 modification, are permitted provided that the following conditions
2820 are met:
2821 1. Redistributions of source code must retain the above copyright
2822 notice, and the entire permission notice in its entirety,
2823 including the disclaimer of warranties.
2824 2. Redistributions in binary form must reproduce the above copyright
2825 notice, this list of conditions and the following disclaimer in the
2826 documentation and/or other materials provided with the distribution.
2827 3. The name of the author may not be used to endorse or promote
2828 products derived from this software without specific prior
2829 written permission.
2831 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
2832 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2833 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
2834 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
2835 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2836 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
2837 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2838 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2839 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2840 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
2841 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
2842 DAMAGE.
2844 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2846 Scanned Source License e2fsprogs-1.42/ext2ed/COPYRIGHT:
2848 EXT2ED is hereby placed under the terms of the GNU General Public License.
2849 Follows the GNU license.
2851 Gadi Oxman, August 1995
2853 ---------------------------------------------------------------------------
2855 GNU GENERAL PUBLIC LICENSE
2856 Version 2, June 1991
2858 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2859 675 Mass Ave, Cambridge, MA 02139, USA
2860 Everyone is permitted to copy and distribute verbatim copies
2861 of this license document, but changing it is not allowed.
2863 Preamble
2865 The licenses for most software are designed to take away your
2866 freedom to share and change it. By contrast, the GNU General Public
2867 License is intended to guarantee your freedom to share and change free
2868 software--to make sure the software is free for all its users. This
2869 General Public License applies to most of the Free Software
2870 Foundation's software and to any other program whose authors commit to
2871 using it. (Some other Free Software Foundation software is covered by
2872 the GNU Library General Public License instead.) You can apply it to
2873 your programs, too.
2875 When we speak of free software, we are referring to freedom, not
2876 price. Our General Public Licenses are designed to make sure that you
2877 have the freedom to distribute copies of free software (and charge for
2878 this service if you wish), that you receive source code or can get it
2879 if you want it, that you can change the software or use pieces of it
2880 in new free programs; and that you know you can do these things.
2882 To protect your rights, we need to make restrictions that forbid
2883 anyone to deny you these rights or to ask you to surrender the rights.
2884 These restrictions translate to certain responsibilities for you if you
2885 distribute copies of the software, or if you modify it.
2887 For example, if you distribute copies of such a program, whether
2888 gratis or for a fee, you must give the recipients all the rights that
2889 you have. You must make sure that they, too, receive or can get the
2890 source code. And you must show them these terms so they know their
2891 rights.
2893 We protect your rights with two steps: (1) copyright the software, and
2894 (2) offer you this license which gives you legal permission to copy,
2895 distribute and/or modify the software.
2897 Also, for each author's protection and ours, we want to make certain
2898 that everyone understands that there is no warranty for this free
2899 software. If the software is modified by someone else and passed on, we
2900 want its recipients to know that what they have is not the original, so
2901 that any problems introduced by others will not reflect on the original
2902 authors' reputations.
2904 Finally, any free program is threatened constantly by software
2905 patents. We wish to avoid the danger that redistributors of a free
2906 program will individually obtain patent licenses, in effect making the
2907 program proprietary. To prevent this, we have made it clear that any
2908 patent must be licensed for everyone's free use or not licensed at all.
2910 The precise terms and conditions for copying, distribution and
2911 modification follow.
2913 GNU GENERAL PUBLIC LICENSE
2914 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2916 0. This License applies to any program or other work which contains
2917 a notice placed by the copyright holder saying it may be distributed
2918 under the terms of this General Public License. The "Program", below,
2919 refers to any such program or work, and a "work based on the Program"
2920 means either the Program or any derivative work under copyright law:
2921 that is to say, a work containing the Program or a portion of it,
2922 either verbatim or with modifications and/or translated into another
2923 language. (Hereinafter, translation is included without limitation in
2924 the term "modification".) Each licensee is addressed as "you".
2926 Activities other than copying, distribution and modification are not
2927 covered by this License; they are outside its scope. The act of
2928 running the Program is not restricted, and the output from the Program
2929 is covered only if its contents constitute a work based on the
2930 Program (independent of having been made by running the Program).
2931 Whether that is true depends on what the Program does.
2933 1. You may copy and distribute verbatim copies of the Program's
2934 source code as you receive it, in any medium, provided that you
2935 conspicuously and appropriately publish on each copy an appropriate
2936 copyright notice and disclaimer of warranty; keep intact all the
2937 notices that refer to this License and to the absence of any warranty;
2938 and give any other recipients of the Program a copy of this License
2939 along with the Program.
2941 You may charge a fee for the physical act of transferring a copy, and
2942 you may at your option offer warranty protection in exchange for a fee.
2944 2. You may modify your copy or copies of the Program or any portion
2945 of it, thus forming a work based on the Program, and copy and
2946 distribute such modifications or work under the terms of Section 1
2947 above, provided that you also meet all of these conditions:
2949 a) You must cause the modified files to carry prominent notices
2950 stating that you changed the files and the date of any change.
2952 b) You must cause any work that you distribute or publish, that in
2953 whole or in part contains or is derived from the Program or any
2954 part thereof, to be licensed as a whole at no charge to all third
2955 parties under the terms of this License.
2957 c) If the modified program normally reads commands interactively
2958 when run, you must cause it, when started running for such
2959 interactive use in the most ordinary way, to print or display an
2960 announcement including an appropriate copyright notice and a
2961 notice that there is no warranty (or else, saying that you provide
2962 a warranty) and that users may redistribute the program under
2963 these conditions, and telling the user how to view a copy of this
2964 License. (Exception: if the Program itself is interactive but
2965 does not normally print such an announcement, your work based on
2966 the Program is not required to print an announcement.)
2968 These requirements apply to the modified work as a whole. If
2969 identifiable sections of that work are not derived from the Program,
2970 and can be reasonably considered independent and separate works in
2971 themselves, then this License, and its terms, do not apply to those
2972 sections when you distribute them as separate works. But when you
2973 distribute the same sections as part of a whole which is a work based
2974 on the Program, the distribution of the whole must be on the terms of
2975 this License, whose permissions for other licensees extend to the
2976 entire whole, and thus to each and every part regardless of who wrote it.
2978 Thus, it is not the intent of this section to claim rights or contest
2979 your rights to work written entirely by you; rather, the intent is to
2980 exercise the right to control the distribution of derivative or
2981 collective works based on the Program.
2983 In addition, mere aggregation of another work not based on the Program
2984 with the Program (or with a work based on the Program) on a volume of
2985 a storage or distribution medium does not bring the other work under
2986 the scope of this License.
2988 3. You may copy and distribute the Program (or a work based on it,
2989 under Section 2) in object code or executable form under the terms of
2990 Sections 1 and 2 above provided that you also do one of the following:
2992 a) Accompany it with the complete corresponding machine-readable
2993 source code, which must be distributed under the terms of Sections
2994 1 and 2 above on a medium customarily used for software interchange; or,
2996 b) Accompany it with a written offer, valid for at least three
2997 years, to give any third party, for a charge no more than your
2998 cost of physically performing source distribution, a complete
2999 machine-readable copy of the corresponding source code, to be
3000 distributed under the terms of Sections 1 and 2 above on a medium
3001 customarily used for software interchange; or,
3003 c) Accompany it with the information you received as to the offer
3004 to distribute corresponding source code. (This alternative is
3005 allowed only for noncommercial distribution and only if you
3006 received the program in object code or executable form with such
3007 an offer, in accord with Subsection b above.)
3009 The source code for a work means the preferred form of the work for
3010 making modifications to it. For an executable work, complete source
3011 code means all the source code for all modules it contains, plus any
3012 associated interface definition files, plus the scripts used to
3013 control compilation and installation of the executable. However, as a
3014 special exception, the source code distributed need not include
3015 anything that is normally distributed (in either source or binary
3016 form) with the major components (compiler, kernel, and so on) of the
3017 operating system on which the executable runs, unless that component
3018 itself accompanies the executable.
3020 If distribution of executable or object code is made by offering
3021 access to copy from a designated place, then offering equivalent
3022 access to copy the source code from the same place counts as
3023 distribution of the source code, even though third parties are not
3024 compelled to copy the source along with the object code.
3026 4. You may not copy, modify, sublicense, or distribute the Program
3027 except as expressly provided under this License. Any attempt
3028 otherwise to copy, modify, sublicense or distribute the Program is
3029 void, and will automatically terminate your rights under this License.
3030 However, parties who have received copies, or rights, from you under
3031 this License will not have their licenses terminated so long as such
3032 parties remain in full compliance.
3034 5. You are not required to accept this License, since you have not
3035 signed it. However, nothing else grants you permission to modify or
3036 distribute the Program or its derivative works. These actions are
3037 prohibited by law if you do not accept this License. Therefore, by
3038 modifying or distributing the Program (or any work based on the
3039 Program), you indicate your acceptance of this License to do so, and
3040 all its terms and conditions for copying, distributing or modifying
3041 the Program or works based on it.
3043 6. Each time you redistribute the Program (or any work based on the
3044 Program), the recipient automatically receives a license from the
3045 original licensor to copy, distribute or modify the Program subject to
3046 these terms and conditions. You may not impose any further
3047 restrictions on the recipients' exercise of the rights granted herein.
3048 You are not responsible for enforcing compliance by third parties to
3049 this License.
3051 7. If, as a consequence of a court judgment or allegation of patent
3052 infringement or for any other reason (not limited to patent issues),
3053 conditions are imposed on you (whether by court order, agreement or
3054 otherwise) that contradict the conditions of this License, they do not
3055 excuse you from the conditions of this License. If you cannot
3056 distribute so as to satisfy simultaneously your obligations under this
3057 License and any other pertinent obligations, then as a consequence you
3058 may not distribute the Program at all. For example, if a patent
3059 license would not permit royalty-free redistribution of the Program by
3060 all those who receive copies directly or indirectly through you, then
3061 the only way you could satisfy both it and this License would be to
3062 refrain entirely from distribution of the Program.
3064 If any portion of this section is held invalid or unenforceable under
3065 any particular circumstance, the balance of the section is intended to
3066 apply and the section as a whole is intended to apply in other
3067 circumstances.
3069 It is not the purpose of this section to induce you to infringe any
3070 patents or other property right claims or to contest validity of any
3071 such claims; this section has the sole purpose of protecting the
3072 integrity of the free software distribution system, which is
3073 implemented by public license practices. Many people have made
3074 generous contributions to the wide range of software distributed
3075 through that system in reliance on consistent application of that
3076 system; it is up to the author/donor to decide if he or she is willing
3077 to distribute software through any other system and a licensee cannot
3078 impose that choice.
3080 This section is intended to make thoroughly clear what is believed to
3081 be a consequence of the rest of this License.
3083 8. If the distribution and/or use of the Program is restricted in
3084 certain countries either by patents or by copyrighted interfaces, the
3085 original copyright holder who places the Program under this License
3086 may add an explicit geographical distribution limitation excluding
3087 those countries, so that distribution is permitted only in or among
3088 countries not thus excluded. In such case, this License incorporates
3089 the limitation as if written in the body of this License.
3091 9. The Free Software Foundation may publish revised and/or new versions
3092 of the General Public License from time to time. Such new versions will
3093 be similar in spirit to the present version, but may differ in detail to
3094 address new problems or concerns.
3096 Each version is given a distinguishing version number. If the Program
3097 specifies a version number of this License which applies to it and "any
3098 later version", you have the option of following the terms and conditions
3099 either of that version or of any later version published by the Free
3100 Software Foundation. If the Program does not specify a version number of
3101 this License, you may choose any version ever published by the Free Software
3102 Foundation.
3104 10. If you wish to incorporate parts of the Program into other free
3105 programs whose distribution conditions are different, write to the author
3106 to ask for permission. For software which is copyrighted by the Free
3107 Software Foundation, write to the Free Software Foundation; we sometimes
3108 make exceptions for this. Our decision will be guided by the two goals
3109 of preserving the free status of all derivatives of our free software and
3110 of promoting the sharing and reuse of software generally.
3112 NO WARRANTY
3114 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
3115 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
3116 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
3117 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
3118 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3119 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
3120 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
3121 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
3122 REPAIR OR CORRECTION.
3124 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3125 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
3126 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
3127 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
3128 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
3129 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
3130 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
3131 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
3132 POSSIBILITY OF SUCH DAMAGES.
3134 END OF TERMS AND CONDITIONS
3136 Appendix: How to Apply These Terms to Your New Programs
3138 If you develop a new program, and you want it to be of the greatest
3139 possible use to the public, the best way to achieve this is to make it
3140 free software which everyone can redistribute and change under these terms.
3142 To do so, attach the following notices to the program. It is safest
3143 to attach them to the start of each source file to most effectively
3144 convey the exclusion of warranty; and each file should have at least
3145 the "copyright" line and a pointer to where the full notice is found.
3147 &lt;one line to give the program's name and a brief idea of what it does.&gt;
3148 Copyright (C) 19yy &lt;name of author&gt;
3150 This program is free software; you can redistribute it and/or modify
3151 it under the terms of the GNU General Public License as published by
3152 the Free Software Foundation; either version 2 of the License, or
3153 (at your option) any later version.
3155 This program is distributed in the hope that it will be useful,
3156 but WITHOUT ANY WARRANTY; without even the implied warranty of
3157 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3158 GNU General Public License for more details.
3160 You should have received a copy of the GNU General Public License
3161 along with this program; if not, write to the Free Software
3162 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3164 Also add information on how to contact you by electronic and paper mail.
3166 If the program is interactive, make it output a short notice like this
3167 when it starts in an interactive mode:
3169 Gnomovision version 69, Copyright (C) 19yy name of author
3170 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
3171 This is free software, and you are welcome to redistribute it
3172 under certain conditions; type `show c' for details.
3174 The hypothetical commands `show w' and `show c' should show the appropriate
3175 parts of the General Public License. Of course, the commands you use may
3176 be called something other than `show w' and `show c'; they could even be
3177 mouse-clicks or menu items--whatever suits your program.
3179 You should also get your employer (if you work as a programmer) or your
3180 school, if any, to sign a "copyright disclaimer" for the program, if
3181 necessary. Here is a sample; alter the names:
3183 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
3184 `Gnomovision' (which makes passes at compilers) written by James Hacker.
3186 &lt;signature of Ty Coon&gt;, 1 April 1989
3187 Ty Coon, President of Vice
3189 This General Public License does not permit incorporating your program into
3190 proprietary programs. If your program is a subroutine library, you may
3191 consider it more useful to permit linking proprietary applications with the
3192 library. If this is what you want to do, use the GNU Library General
3193 Public License instead of this License.
3195 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3197 Scanned Source License e2fsprogs-1.42/lib/ext2fs/tdb/patches/copyright:
3199 Index: tdbsa/tdb.c
3200 ===================================================================
3201 --- tdbsa.orig/tdb.c
3202 +++ tdbsa/tdb.c
3203 @@ -4,11 +4,11 @@ Rev: 23371
3204 Last Changed Date: 2007-06-06 20:14:06 -0400 (Wed, 06 Jun 2007)
3207 - Unix SMB/CIFS implementation.
3208 + trivial database library - standalone version
3210 - trivial database library - private includes
3212 - Copyright (C) Andrew Tridgell 2005
3213 + Copyright (C) Andrew Tridgell 1999-2005
3214 + Copyright (C) Jeremy Allison 2000-2006
3215 + Copyright (C) Paul `Rusty' Russell 2000
3217 ** NOTE! The following LGPL license applies to the tdb
3218 ** library. This does NOT imply that all of Samba is released
3220 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3222 Scanned Source License e2fsprogs-1.42/lib/uuid/COPYING:
3224 Redistribution and use in source and binary forms, with or without
3225 modification, are permitted provided that the following conditions
3226 are met:
3227 1. Redistributions of source code must retain the above copyright
3228 notice, and the entire permission notice in its entirety,
3229 including the disclaimer of warranties.
3230 2. Redistributions in binary form must reproduce the above copyright
3231 notice, this list of conditions and the following disclaimer in the
3232 documentation and/or other materials provided with the distribution.
3233 3. The name of the author may not be used to endorse or promote
3234 products derived from this software without specific prior
3235 written permission.
3237 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
3238 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3239 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
3240 WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
3241 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3242 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
3243 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3244 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3245 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3246 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
3247 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
3248 DAMAGE.
3250 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3251 </pre>
3252 <ul>
3253 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3254 </ul>
3255 </div>
3256 </div>
3259 <div class="product">
3260 <span class="title">e2fsprogs-libs-1.42</span>
3261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3262 <span class="homepage"><a href="http://e2fsprogs.sourceforge.net/">homepage</a></span>
3263 <div class="licence">
3264 <pre></pre>
3265 <ul>
3266 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3267 </ul>
3268 </div>
3269 </div>
3272 <div class="product">
3273 <span class="title">ecryptfs-utils-101</span>
3274 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3275 <span class="homepage"><a href="https://launchpad.net/ecryptfs">homepage</a></span>
3276 <div class="licence">
3277 <pre></pre>
3278 <ul>
3279 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3280 </ul>
3281 </div>
3282 </div>
3285 <div class="product">
3286 <span class="title">eject-2.1.5</span>
3287 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3288 <span class="homepage"><a href="http://eject.sourceforge.net/">homepage</a></span>
3289 <div class="licence">
3290 <pre></pre>
3291 <ul>
3292 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3293 </ul>
3294 </div>
3295 </div>
3298 <div class="product">
3299 <span class="title">elfutils-0.154</span>
3300 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3301 <span class="homepage"><a href="https://fedorahosted.org/elfutils/">homepage</a></span>
3302 <div class="licence">
3303 <pre>Gentoo Package Stock License GPL-2-with-exceptions:
3305 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.
3307 Exceptions follow,
3309 // As a special exception, if other files instantiate templates or use macros
3310 // or inline functions from this file, or you compile this file and link it
3311 // with other works to produce a work based on this file, this file does not
3312 // by itself cause the resulting work to be covered by the GNU General Public
3313 // License. This exception does not invalidate any other reasons why a work
3314 // based on this file might be covered by the GNU General Public License.
3316 End of exceptions. The rest of this file is the GPL.
3318 GNU GENERAL PUBLIC LICENSE
3319 Version 2, June 1991
3321 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3322 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3323 Everyone is permitted to copy and distribute verbatim copies
3324 of this license document, but changing it is not allowed.
3326 Preamble
3328 The licenses for most software are designed to take away your
3329 freedom to share and change it. By contrast, the GNU General Public
3330 License is intended to guarantee your freedom to share and change free
3331 software--to make sure the software is free for all its users. This
3332 General Public License applies to most of the Free Software
3333 Foundation's software and to any other program whose authors commit to
3334 using it. (Some other Free Software Foundation software is covered by
3335 the GNU Library General Public License instead.) You can apply it to
3336 your programs, too.
3338 When we speak of free software, we are referring to freedom, not
3339 price. Our General Public Licenses are designed to make sure that you
3340 have the freedom to distribute copies of free software (and charge for
3341 this service if you wish), that you receive source code or can get it
3342 if you want it, that you can change the software or use pieces of it
3343 in new free programs; and that you know you can do these things.
3345 To protect your rights, we need to make restrictions that forbid
3346 anyone to deny you these rights or to ask you to surrender the rights.
3347 These restrictions translate to certain responsibilities for you if you
3348 distribute copies of the software, or if you modify it.
3350 For example, if you distribute copies of such a program, whether
3351 gratis or for a fee, you must give the recipients all the rights that
3352 you have. You must make sure that they, too, receive or can get the
3353 source code. And you must show them these terms so they know their
3354 rights.
3356 We protect your rights with two steps: (1) copyright the software, and
3357 (2) offer you this license which gives you legal permission to copy,
3358 distribute and/or modify the software.
3360 Also, for each author's protection and ours, we want to make certain
3361 that everyone understands that there is no warranty for this free
3362 software. If the software is modified by someone else and passed on, we
3363 want its recipients to know that what they have is not the original, so
3364 that any problems introduced by others will not reflect on the original
3365 authors' reputations.
3367 Finally, any free program is threatened constantly by software
3368 patents. We wish to avoid the danger that redistributors of a free
3369 program will individually obtain patent licenses, in effect making the
3370 program proprietary. To prevent this, we have made it clear that any
3371 patent must be licensed for everyone's free use or not licensed at all.
3373 The precise terms and conditions for copying, distribution and
3374 modification follow.
3376 GNU GENERAL PUBLIC LICENSE
3377 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
3379 0. This License applies to any program or other work which contains
3380 a notice placed by the copyright holder saying it may be distributed
3381 under the terms of this General Public License. The "Program", below,
3382 refers to any such program or work, and a "work based on the Program"
3383 means either the Program or any derivative work under copyright law:
3384 that is to say, a work containing the Program or a portion of it,
3385 either verbatim or with modifications and/or translated into another
3386 language. (Hereinafter, translation is included without limitation in
3387 the term "modification".) Each licensee is addressed as "you".
3389 Activities other than copying, distribution and modification are not
3390 covered by this License; they are outside its scope. The act of
3391 running the Program is not restricted, and the output from the Program
3392 is covered only if its contents constitute a work based on the
3393 Program (independent of having been made by running the Program).
3394 Whether that is true depends on what the Program does.
3396 1. You may copy and distribute verbatim copies of the Program's
3397 source code as you receive it, in any medium, provided that you
3398 conspicuously and appropriately publish on each copy an appropriate
3399 copyright notice and disclaimer of warranty; keep intact all the
3400 notices that refer to this License and to the absence of any warranty;
3401 and give any other recipients of the Program a copy of this License
3402 along with the Program.
3404 You may charge a fee for the physical act of transferring a copy, and
3405 you may at your option offer warranty protection in exchange for a fee.
3407 2. You may modify your copy or copies of the Program or any portion
3408 of it, thus forming a work based on the Program, and copy and
3409 distribute such modifications or work under the terms of Section 1
3410 above, provided that you also meet all of these conditions:
3412 a) You must cause the modified files to carry prominent notices
3413 stating that you changed the files and the date of any change.
3415 b) You must cause any work that you distribute or publish, that in
3416 whole or in part contains or is derived from the Program or any
3417 part thereof, to be licensed as a whole at no charge to all third
3418 parties under the terms of this License.
3420 c) If the modified program normally reads commands interactively
3421 when run, you must cause it, when started running for such
3422 interactive use in the most ordinary way, to print or display an
3423 announcement including an appropriate copyright notice and a
3424 notice that there is no warranty (or else, saying that you provide
3425 a warranty) and that users may redistribute the program under
3426 these conditions, and telling the user how to view a copy of this
3427 License. (Exception: if the Program itself is interactive but
3428 does not normally print such an announcement, your work based on
3429 the Program is not required to print an announcement.)
3431 These requirements apply to the modified work as a whole. If
3432 identifiable sections of that work are not derived from the Program,
3433 and can be reasonably considered independent and separate works in
3434 themselves, then this License, and its terms, do not apply to those
3435 sections when you distribute them as separate works. But when you
3436 distribute the same sections as part of a whole which is a work based
3437 on the Program, the distribution of the whole must be on the terms of
3438 this License, whose permissions for other licensees extend to the
3439 entire whole, and thus to each and every part regardless of who wrote it.
3441 Thus, it is not the intent of this section to claim rights or contest
3442 your rights to work written entirely by you; rather, the intent is to
3443 exercise the right to control the distribution of derivative or
3444 collective works based on the Program.
3446 In addition, mere aggregation of another work not based on the Program
3447 with the Program (or with a work based on the Program) on a volume of
3448 a storage or distribution medium does not bring the other work under
3449 the scope of this License.
3451 3. You may copy and distribute the Program (or a work based on it,
3452 under Section 2) in object code or executable form under the terms of
3453 Sections 1 and 2 above provided that you also do one of the following:
3455 a) Accompany it with the complete corresponding machine-readable
3456 source code, which must be distributed under the terms of Sections
3457 1 and 2 above on a medium customarily used for software interchange; or,
3459 b) Accompany it with a written offer, valid for at least three
3460 years, to give any third party, for a charge no more than your
3461 cost of physically performing source distribution, a complete
3462 machine-readable copy of the corresponding source code, to be
3463 distributed under the terms of Sections 1 and 2 above on a medium
3464 customarily used for software interchange; or,
3466 c) Accompany it with the information you received as to the offer
3467 to distribute corresponding source code. (This alternative is
3468 allowed only for noncommercial distribution and only if you
3469 received the program in object code or executable form with such
3470 an offer, in accord with Subsection b above.)
3472 The source code for a work means the preferred form of the work for
3473 making modifications to it. For an executable work, complete source
3474 code means all the source code for all modules it contains, plus any
3475 associated interface definition files, plus the scripts used to
3476 control compilation and installation of the executable. However, as a
3477 special exception, the source code distributed need not include
3478 anything that is normally distributed (in either source or binary
3479 form) with the major components (compiler, kernel, and so on) of the
3480 operating system on which the executable runs, unless that component
3481 itself accompanies the executable.
3483 If distribution of executable or object code is made by offering
3484 access to copy from a designated place, then offering equivalent
3485 access to copy the source code from the same place counts as
3486 distribution of the source code, even though third parties are not
3487 compelled to copy the source along with the object code.
3489 4. You may not copy, modify, sublicense, or distribute the Program
3490 except as expressly provided under this License. Any attempt
3491 otherwise to copy, modify, sublicense or distribute the Program is
3492 void, and will automatically terminate your rights under this License.
3493 However, parties who have received copies, or rights, from you under
3494 this License will not have their licenses terminated so long as such
3495 parties remain in full compliance.
3497 5. You are not required to accept this License, since you have not
3498 signed it. However, nothing else grants you permission to modify or
3499 distribute the Program or its derivative works. These actions are
3500 prohibited by law if you do not accept this License. Therefore, by
3501 modifying or distributing the Program (or any work based on the
3502 Program), you indicate your acceptance of this License to do so, and
3503 all its terms and conditions for copying, distributing or modifying
3504 the Program or works based on it.
3506 6. Each time you redistribute the Program (or any work based on the
3507 Program), the recipient automatically receives a license from the
3508 original licensor to copy, distribute or modify the Program subject to
3509 these terms and conditions. You may not impose any further
3510 restrictions on the recipients' exercise of the rights granted herein.
3511 You are not responsible for enforcing compliance by third parties to
3512 this License.
3514 7. If, as a consequence of a court judgment or allegation of patent
3515 infringement or for any other reason (not limited to patent issues),
3516 conditions are imposed on you (whether by court order, agreement or
3517 otherwise) that contradict the conditions of this License, they do not
3518 excuse you from the conditions of this License. If you cannot
3519 distribute so as to satisfy simultaneously your obligations under this
3520 License and any other pertinent obligations, then as a consequence you
3521 may not distribute the Program at all. For example, if a patent
3522 license would not permit royalty-free redistribution of the Program by
3523 all those who receive copies directly or indirectly through you, then
3524 the only way you could satisfy both it and this License would be to
3525 refrain entirely from distribution of the Program.
3527 If any portion of this section is held invalid or unenforceable under
3528 any particular circumstance, the balance of the section is intended to
3529 apply and the section as a whole is intended to apply in other
3530 circumstances.
3532 It is not the purpose of this section to induce you to infringe any
3533 patents or other property right claims or to contest validity of any
3534 such claims; this section has the sole purpose of protecting the
3535 integrity of the free software distribution system, which is
3536 implemented by public license practices. Many people have made
3537 generous contributions to the wide range of software distributed
3538 through that system in reliance on consistent application of that
3539 system; it is up to the author/donor to decide if he or she is willing
3540 to distribute software through any other system and a licensee cannot
3541 impose that choice.
3543 This section is intended to make thoroughly clear what is believed to
3544 be a consequence of the rest of this License.
3546 8. If the distribution and/or use of the Program is restricted in
3547 certain countries either by patents or by copyrighted interfaces, the
3548 original copyright holder who places the Program under this License
3549 may add an explicit geographical distribution limitation excluding
3550 those countries, so that distribution is permitted only in or among
3551 countries not thus excluded. In such case, this License incorporates
3552 the limitation as if written in the body of this License.
3554 9. The Free Software Foundation may publish revised and/or new versions
3555 of the General Public License from time to time. Such new versions will
3556 be similar in spirit to the present version, but may differ in detail to
3557 address new problems or concerns.
3559 Each version is given a distinguishing version number. If the Program
3560 specifies a version number of this License which applies to it and "any
3561 later version", you have the option of following the terms and conditions
3562 either of that version or of any later version published by the Free
3563 Software Foundation. If the Program does not specify a version number of
3564 this License, you may choose any version ever published by the Free Software
3565 Foundation.
3567 10. If you wish to incorporate parts of the Program into other free
3568 programs whose distribution conditions are different, write to the author
3569 to ask for permission. For software which is copyrighted by the Free
3570 Software Foundation, write to the Free Software Foundation; we sometimes
3571 make exceptions for this. Our decision will be guided by the two goals
3572 of preserving the free status of all derivatives of our free software and
3573 of promoting the sharing and reuse of software generally.
3575 NO WARRANTY
3577 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
3578 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
3579 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
3580 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
3581 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3582 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
3583 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
3584 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
3585 REPAIR OR CORRECTION.
3587 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3588 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
3589 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
3590 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
3591 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
3592 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
3593 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
3594 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
3595 POSSIBILITY OF SUCH DAMAGES.
3597 END OF TERMS AND CONDITIONS
3599 How to Apply These Terms to Your New Programs
3601 If you develop a new program, and you want it to be of the greatest
3602 possible use to the public, the best way to achieve this is to make it
3603 free software which everyone can redistribute and change under these terms.
3605 To do so, attach the following notices to the program. It is safest
3606 to attach them to the start of each source file to most effectively
3607 convey the exclusion of warranty; and each file should have at least
3608 the "copyright" line and a pointer to where the full notice is found.
3610 &lt;one line to give the program's name and a brief idea of what it does.&gt;
3611 Copyright (C) &lt;year&gt; &lt;name of author&gt;
3613 This program is free software; you can redistribute it and/or modify
3614 it under the terms of the GNU General Public License as published by
3615 the Free Software Foundation; either version 2 of the License, or
3616 (at your option) any later version.
3618 This program is distributed in the hope that it will be useful,
3619 but WITHOUT ANY WARRANTY; without even the implied warranty of
3620 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3621 GNU General Public License for more details.
3623 You should have received a copy of the GNU General Public License
3624 along with this program; if not, write to the Free Software
3625 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3628 Also add information on how to contact you by electronic and paper mail.
3630 If the program is interactive, make it output a short notice like this
3631 when it starts in an interactive mode:
3633 Gnomovision version 69, Copyright (C) year name of author
3634 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
3635 This is free software, and you are welcome to redistribute it
3636 under certain conditions; type `show c' for details.
3638 The hypothetical commands `show w' and `show c' should show the appropriate
3639 parts of the General Public License. Of course, the commands you use may
3640 be called something other than `show w' and `show c'; they could even be
3641 mouse-clicks or menu items--whatever suits your program.
3643 You should also get your employer (if you work as a programmer) or your
3644 school, if any, to sign a "copyright disclaimer" for the program, if
3645 necessary. Here is a sample; alter the names:
3647 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
3648 `Gnomovision' (which makes passes at compilers) written by James Hacker.
3650 &lt;signature of Ty Coon&gt;, 1 April 1989
3651 Ty Coon, President of Vice
3653 This General Public License does not permit incorporating your program into
3654 proprietary programs. If your program is a subroutine library, you may
3655 consider it more useful to permit linking proprietary applications with the
3656 library. If this is what you want to do, use the GNU Library General
3657 Public License instead of this License.
3659 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3660 </pre>
3661 <ul>
3663 </ul>
3664 </div>
3665 </div>
3668 <div class="product">
3669 <span class="title">engine_pkcs11-0.1.8</span>
3670 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3671 <span class="homepage"><a href="http://www.opensc-project.org/engine_pkcs11">homepage</a></span>
3672 <div class="licence">
3673 <pre></pre>
3674 <ul>
3675 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
3676 </ul>
3677 </div>
3678 </div>
3681 <div class="product">
3682 <span class="title">eselect-opengl-1.2.4</span>
3683 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3684 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
3685 <div class="licence">
3686 <pre></pre>
3687 <ul>
3688 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3689 </ul>
3690 </div>
3691 </div>
3694 <div class="product">
3695 <span class="title">eselect-python-20100321</span>
3696 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3697 <span class="homepage"><a href="http://www.gentoo.org">homepage</a></span>
3698 <div class="licence">
3699 <pre></pre>
3700 <ul>
3701 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3702 </ul>
3703 </div>
3704 </div>
3707 <div class="product">
3708 <span class="title">ethtool-6</span>
3709 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3710 <span class="homepage"><a href="http://sourceforge.net/projects/gkernel/">homepage</a></span>
3711 <div class="licence">
3712 <pre></pre>
3713 <ul>
3714 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3715 </ul>
3716 </div>
3717 </div>
3720 <div class="product">
3721 <span class="title">exfat-utils-1.0.1</span>
3722 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3723 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
3724 <div class="licence">
3725 <pre></pre>
3726 <ul>
3727 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
3728 </ul>
3729 </div>
3730 </div>
3733 <div class="product">
3734 <span class="title">expat-2.1.0</span>
3735 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3736 <span class="homepage"><a href="http://expat.sourceforge.net/">homepage</a></span>
3737 <div class="licence">
3738 <pre>Scanned Source License expat-2.1.0/COPYING:
3740 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
3741 and Clark Cooper
3742 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
3744 Permission is hereby granted, free of charge, to any person obtaining
3745 a copy of this software and associated documentation files (the
3746 "Software"), to deal in the Software without restriction, including
3747 without limitation the rights to use, copy, modify, merge, publish,
3748 distribute, sublicense, and/or sell copies of the Software, and to
3749 permit persons to whom the Software is furnished to do so, subject to
3750 the following conditions:
3752 The above copyright notice and this permission notice shall be included
3753 in all copies or substantial portions of the Software.
3755 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3756 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3757 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3758 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3759 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3760 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3761 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3763 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3764 </pre>
3765 <ul>
3767 </ul>
3768 </div>
3769 </div>
3772 <div class="product">
3773 <span class="title">findutils-4.4.2</span>
3774 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3775 <span class="homepage"><a href="http://www.gnu.org/software/findutils/">homepage</a></span>
3776 <div class="licence">
3777 <pre></pre>
3778 <ul>
3779 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3780 </ul>
3781 </div>
3782 </div>
3785 <div class="product">
3786 <span class="title">flashmap-0.3</span>
3787 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3788 <span class="homepage"><a href="http://flashmap.googlecode.com">homepage</a></span>
3789 <div class="licence">
3790 <pre>Scanned Source License flashmap-0.3/COPYING:
3792 2010, Google Inc.
3793 All rights reserved.
3795 Redistribution and use in source and binary forms, with or without
3796 modification, are permitted provided that the following conditions are
3797 met:
3799 * Redistributions of source code must retain the above copyright
3800 notice, this list of conditions and the following disclaimer.
3801 * Redistributions in binary form must reproduce the above
3802 copyright notice, this list of conditions and the following disclaimer
3803 in the documentation and/or other materials provided with the
3804 distribution.
3805 * Neither the name of Google Inc. nor the names of its
3806 contributors may be used to endorse or promote products derived from
3807 this software without specific prior written permission.
3809 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3810 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3811 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3812 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3813 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3814 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3815 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3816 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3817 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3818 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3819 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3821 Alternatively, this software may be distributed under the terms of the
3822 GNU General Public License ("GPL") version 2 as published by the Free
3823 Software Foundation.
3826 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3827 </pre>
3828 <ul>
3830 </ul>
3831 </div>
3832 </div>
3835 <div class="product">
3836 <span class="title">flashrom-0.9.4</span>
3837 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3838 <span class="homepage"><a href="http://flashrom.org/">homepage</a></span>
3839 <div class="licence">
3840 <pre></pre>
3841 <ul>
3842 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
3843 </ul>
3844 </div>
3845 </div>
3848 <div class="product">
3849 <span class="title">flex-2.5.35_p10</span>
3850 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3851 <span class="homepage"><a href="http://flex.sourceforge.net/">homepage</a></span>
3852 <div class="licence">
3853 <pre>Gentoo Package Stock License FLEX:
3855 Flex carries the copyright used for BSD software, slightly modified
3856 because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
3857 which operates under a contract with the Department of Energy:
3859 Copyright (c) 1990 The Regents of the University of California.
3860 All rights reserved.
3862 This code is derived from software contributed to Berkeley by
3863 Vern Paxson.
3865 The United States Government has rights in this work pursuant
3866 to contract no. DE-AC03-76SF00098 between the United States
3867 Department of Energy and the University of California.
3869 Redistribution and use in source and binary forms with or without
3870 modification are permitted provided that: (1) source distributions
3871 retain this entire copyright notice and comment, and (2)
3872 distributions including binaries display the following
3873 acknowledgement: ``This product includes software developed by the
3874 University of California, Berkeley and its contributors'' in the
3875 documentation or other materials provided with the distribution and
3876 in all advertising materials mentioning features or use of this
3877 software. Neither the name of the University nor the names of its
3878 contributors may be used to endorse or promote products derived
3879 from this software without specific prior written permission.
3881 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
3882 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
3883 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3884 PURPOSE.
3886 This basically says "do whatever you please with this software except
3887 remove this notice or take advantage of the University's (or the flex
3888 authors') name".
3890 Note that the "flex.skl" scanner skeleton carries no copyright notice.
3891 You are free to do whatever you please with scanners generated using flex;
3892 for them, you are not even bound by the above copyright.
3894 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3895 </pre>
3896 <ul>
3898 </ul>
3899 </div>
3900 </div>
3903 <div class="product">
3904 <span class="title">font-util-1.2.0</span>
3905 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
3906 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
3907 <div class="licence">
3908 <pre>Scanned Source License font-util-1.2.0/COPYING:
3910 Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
3912 Permission is hereby granted, free of charge, to any person obtaining a
3913 copy of this software and associated documentation files (the "Software"),
3914 to deal in the Software without restriction, including without limitation
3915 the rights to use, copy, modify, merge, publish, distribute, sublicense,
3916 and/or sell copies of the Software, and to permit persons to whom the
3917 Software is furnished to do so, subject to the following conditions:
3919 The above copyright notice and this permission notice (including the next
3920 paragraph) shall be included in all copies or substantial portions of the
3921 Software.
3923 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3924 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3925 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3926 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3927 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3928 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3929 DEALINGS IN THE SOFTWARE.
3931 ------------------------------------------------------------------------
3933 Copyright (c) 2003 The NetBSD Foundation, Inc.
3934 All rights reserved.
3936 This code is derived from software contributed to The NetBSD Foundation
3937 by Ben Collver &lt;collver1@attbi.com&gt;.
3939 Redistribution and use in source and binary forms, with or without
3940 modification, are permitted provided that the following conditions
3941 are met:
3942 1. Redistributions of source code must retain the above copyright
3943 notice, this list of conditions and the following disclaimer.
3944 2. Redistributions in binary form must reproduce the above copyright
3945 notice, this list of conditions and the following disclaimer in the
3946 documentation and/or other materials provided with the distribution.
3948 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3949 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3950 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3951 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3952 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3953 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3954 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3955 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3956 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3957 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3958 POSSIBILITY OF SUCH DAMAGE.
3960 ------------------------------------------------------------------------
3962 Copyright (c) 2006 Martin Husemann.
3963 Copyright (c) 2007 Joerg Sonnenberger.
3964 All rights reserved.
3966 Redistribution and use in source and binary forms, with or without
3967 modification, are permitted provided that the following conditions
3968 are met:
3969 1. Redistributions of source code must retain the above copyright
3970 notice, this list of conditions and the following disclaimer.
3971 2. The name of the author may not be used to endorse or promote
3972 products derived from this software without specific prior
3973 written permission.
3975 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3976 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3977 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3978 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3979 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3980 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3981 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3982 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3983 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3984 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3985 POSSIBILITY OF SUCH DAMAGE.
3987 ------------------------------------------------------------------------
3989 Copyright 2005 Red Hat, Inc
3991 Permission to use, copy, modify, distribute, and sell this software and its
3992 documentation for any purpose is hereby granted without fee, provided that
3993 the above copyright notice appear in all copies and that both that
3994 copyright notice and this permission notice appear in supporting
3995 documentation.
3997 The above copyright notice and this permission notice shall be included
3998 in all copies or substantial portions of the Software.
4000 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4001 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4002 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4003 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
4004 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
4005 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4006 OTHER DEALINGS IN THE SOFTWARE.
4008 Except as contained in this notice, the name of the copyright holders shall
4009 not be used in advertising or otherwise to promote the sale, use or
4010 other dealings in this Software without prior written authorization
4011 from the copyright holders.
4013 ------------------------------------------------------------------------
4015 Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved.
4017 This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
4018 No claims are made as to fitness for any particular purpose. No
4019 warranties of any kind are expressed or implied. The recipient
4020 agrees to determine applicability of information provided. If this
4021 file has been provided on optical media by Unicode, Inc., the sole
4022 remedy for any claim will be exchange of defective media within 90
4023 days of receipt.
4025 Unicode, Inc. hereby grants the right to freely use the information
4026 supplied in this file in the creation of products supporting the
4027 Unicode Standard, and to make copies of this file in any form for
4028 internal or external distribution as long as this notice remains
4029 attached.
4031 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4032 </pre>
4033 <ul>
4035 </ul>
4036 </div>
4037 </div>
4040 <div class="product">
4041 <span class="title">fontconfig-2.7.1</span>
4042 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4043 <span class="homepage"><a href="http://fontconfig.org/">homepage</a></span>
4044 <div class="licence">
4045 <pre>Scanned Source License fontconfig-2.7.1/COPYING:
4047 fontconfig/COPYING
4049 Copyright © 2001,2003 Keith Packard
4051 Permission to use, copy, modify, distribute, and sell this software and its
4052 documentation for any purpose is hereby granted without fee, provided that
4053 the above copyright notice appear in all copies and that both that
4054 copyright notice and this permission notice appear in supporting
4055 documentation, and that the name of Keith Packard not be used in
4056 advertising or publicity pertaining to distribution of the software without
4057 specific, written prior permission. Keith Packard makes no
4058 representations about the suitability of this software for any purpose. It
4059 is provided "as is" without express or implied warranty.
4061 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4062 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
4063 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
4064 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
4065 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4066 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4067 PERFORMANCE OF THIS SOFTWARE.
4070 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4071 </pre>
4072 <ul>
4074 </ul>
4075 </div>
4076 </div>
4079 <div class="product">
4080 <span class="title">freetype-2.4.12</span>
4081 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4082 <span class="homepage"><a href="http://www.freetype.org/">homepage</a></span>
4083 <div class="licence">
4084 <pre></pre>
4085 <ul>
4086 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4087 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
4088 </ul>
4089 </div>
4090 </div>
4093 <div class="product">
4094 <span class="title">fuse-2.8.6</span>
4095 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4096 <span class="homepage"><a href="http://fuse.sourceforge.net">homepage</a></span>
4097 <div class="licence">
4098 <pre></pre>
4099 <ul>
4100 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
4101 </ul>
4102 </div>
4103 </div>
4106 <div class="product">
4107 <span class="title">fuse-exfat-1.0.1</span>
4108 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4109 <span class="homepage"><a href="http://code.google.com/p/exfat/">homepage</a></span>
4110 <div class="licence">
4111 <pre></pre>
4112 <ul>
4113 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4114 </ul>
4115 </div>
4116 </div>
4119 <div class="product">
4120 <span class="title">gcc-libs-4.7.2</span>
4121 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4122 <span class="homepage"><a href="">homepage</a></span>
4123 <div class="licence">
4124 <pre>Gentoo Package Stock License FDL-1.2:
4126 GNU Free Documentation License
4127 Version 1.2, November 2002
4130 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
4131 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4132 Everyone is permitted to copy and distribute verbatim copies
4133 of this license document, but changing it is not allowed.
4136 0. PREAMBLE
4138 The purpose of this License is to make a manual, textbook, or other
4139 functional and useful document "free" in the sense of freedom: to
4140 assure everyone the effective freedom to copy and redistribute it,
4141 with or without modifying it, either commercially or noncommercially.
4142 Secondarily, this License preserves for the author and publisher a way
4143 to get credit for their work, while not being considered responsible
4144 for modifications made by others.
4146 This License is a kind of "copyleft", which means that derivative
4147 works of the document must themselves be free in the same sense. It
4148 complements the GNU General Public License, which is a copyleft
4149 license designed for free software.
4151 We have designed this License in order to use it for manuals for free
4152 software, because free software needs free documentation: a free
4153 program should come with manuals providing the same freedoms that the
4154 software does. But this License is not limited to software manuals;
4155 it can be used for any textual work, regardless of subject matter or
4156 whether it is published as a printed book. We recommend this License
4157 principally for works whose purpose is instruction or reference.
4160 1. APPLICABILITY AND DEFINITIONS
4162 This License applies to any manual or other work, in any medium, that
4163 contains a notice placed by the copyright holder saying it can be
4164 distributed under the terms of this License. Such a notice grants a
4165 world-wide, royalty-free license, unlimited in duration, to use that
4166 work under the conditions stated herein. The "Document", below,
4167 refers to any such manual or work. Any member of the public is a
4168 licensee, and is addressed as "you". You accept the license if you
4169 copy, modify or distribute the work in a way requiring permission
4170 under copyright law.
4172 A "Modified Version" of the Document means any work containing the
4173 Document or a portion of it, either copied verbatim, or with
4174 modifications and/or translated into another language.
4176 A "Secondary Section" is a named appendix or a front-matter section of
4177 the Document that deals exclusively with the relationship of the
4178 publishers or authors of the Document to the Document's overall subject
4179 (or to related matters) and contains nothing that could fall directly
4180 within that overall subject. (Thus, if the Document is in part a
4181 textbook of mathematics, a Secondary Section may not explain any
4182 mathematics.) The relationship could be a matter of historical
4183 connection with the subject or with related matters, or of legal,
4184 commercial, philosophical, ethical or political position regarding
4185 them.
4187 The "Invariant Sections" are certain Secondary Sections whose titles
4188 are designated, as being those of Invariant Sections, in the notice
4189 that says that the Document is released under this License. If a
4190 section does not fit the above definition of Secondary then it is not
4191 allowed to be designated as Invariant. The Document may contain zero
4192 Invariant Sections. If the Document does not identify any Invariant
4193 Sections then there are none.
4195 The "Cover Texts" are certain short passages of text that are listed,
4196 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
4197 the Document is released under this License. A Front-Cover Text may
4198 be at most 5 words, and a Back-Cover Text may be at most 25 words.
4200 A "Transparent" copy of the Document means a machine-readable copy,
4201 represented in a format whose specification is available to the
4202 general public, that is suitable for revising the document
4203 straightforwardly with generic text editors or (for images composed of
4204 pixels) generic paint programs or (for drawings) some widely available
4205 drawing editor, and that is suitable for input to text formatters or
4206 for automatic translation to a variety of formats suitable for input
4207 to text formatters. A copy made in an otherwise Transparent file
4208 format whose markup, or absence of markup, has been arranged to thwart
4209 or discourage subsequent modification by readers is not Transparent.
4210 An image format is not Transparent if used for any substantial amount
4211 of text. A copy that is not "Transparent" is called "Opaque".
4213 Examples of suitable formats for Transparent copies include plain
4214 ASCII without markup, Texinfo input format, LaTeX input format, SGML
4215 or XML using a publicly available DTD, and standard-conforming simple
4216 HTML, PostScript or PDF designed for human modification. Examples of
4217 transparent image formats include PNG, XCF and JPG. Opaque formats
4218 include proprietary formats that can be read and edited only by
4219 proprietary word processors, SGML or XML for which the DTD and/or
4220 processing tools are not generally available, and the
4221 machine-generated HTML, PostScript or PDF produced by some word
4222 processors for output purposes only.
4224 The "Title Page" means, for a printed book, the title page itself,
4225 plus such following pages as are needed to hold, legibly, the material
4226 this License requires to appear in the title page. For works in
4227 formats which do not have any title page as such, "Title Page" means
4228 the text near the most prominent appearance of the work's title,
4229 preceding the beginning of the body of the text.
4231 A section "Entitled XYZ" means a named subunit of the Document whose
4232 title either is precisely XYZ or contains XYZ in parentheses following
4233 text that translates XYZ in another language. (Here XYZ stands for a
4234 specific section name mentioned below, such as "Acknowledgements",
4235 "Dedications", "Endorsements", or "History".) To "Preserve the Title"
4236 of such a section when you modify the Document means that it remains a
4237 section "Entitled XYZ" according to this definition.
4239 The Document may include Warranty Disclaimers next to the notice which
4240 states that this License applies to the Document. These Warranty
4241 Disclaimers are considered to be included by reference in this
4242 License, but only as regards disclaiming warranties: any other
4243 implication that these Warranty Disclaimers may have is void and has
4244 no effect on the meaning of this License.
4247 2. VERBATIM COPYING
4249 You may copy and distribute the Document in any medium, either
4250 commercially or noncommercially, provided that this License, the
4251 copyright notices, and the license notice saying this License applies
4252 to the Document are reproduced in all copies, and that you add no other
4253 conditions whatsoever to those of this License. You may not use
4254 technical measures to obstruct or control the reading or further
4255 copying of the copies you make or distribute. However, you may accept
4256 compensation in exchange for copies. If you distribute a large enough
4257 number of copies you must also follow the conditions in section 3.
4259 You may also lend copies, under the same conditions stated above, and
4260 you may publicly display copies.
4263 3. COPYING IN QUANTITY
4265 If you publish printed copies (or copies in media that commonly have
4266 printed covers) of the Document, numbering more than 100, and the
4267 Document's license notice requires Cover Texts, you must enclose the
4268 copies in covers that carry, clearly and legibly, all these Cover
4269 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
4270 the back cover. Both covers must also clearly and legibly identify
4271 you as the publisher of these copies. The front cover must present
4272 the full title with all words of the title equally prominent and
4273 visible. You may add other material on the covers in addition.
4274 Copying with changes limited to the covers, as long as they preserve
4275 the title of the Document and satisfy these conditions, can be treated
4276 as verbatim copying in other respects.
4278 If the required texts for either cover are too voluminous to fit
4279 legibly, you should put the first ones listed (as many as fit
4280 reasonably) on the actual cover, and continue the rest onto adjacent
4281 pages.
4283 If you publish or distribute Opaque copies of the Document numbering
4284 more than 100, you must either include a machine-readable Transparent
4285 copy along with each Opaque copy, or state in or with each Opaque copy
4286 a computer-network location from which the general network-using
4287 public has access to download using public-standard network protocols
4288 a complete Transparent copy of the Document, free of added material.
4289 If you use the latter option, you must take reasonably prudent steps,
4290 when you begin distribution of Opaque copies in quantity, to ensure
4291 that this Transparent copy will remain thus accessible at the stated
4292 location until at least one year after the last time you distribute an
4293 Opaque copy (directly or through your agents or retailers) of that
4294 edition to the public.
4296 It is requested, but not required, that you contact the authors of the
4297 Document well before redistributing any large number of copies, to give
4298 them a chance to provide you with an updated version of the Document.
4301 4. MODIFICATIONS
4303 You may copy and distribute a Modified Version of the Document under
4304 the conditions of sections 2 and 3 above, provided that you release
4305 the Modified Version under precisely this License, with the Modified
4306 Version filling the role of the Document, thus licensing distribution
4307 and modification of the Modified Version to whoever possesses a copy
4308 of it. In addition, you must do these things in the Modified Version:
4310 A. Use in the Title Page (and on the covers, if any) a title distinct
4311 from that of the Document, and from those of previous versions
4312 (which should, if there were any, be listed in the History section
4313 of the Document). You may use the same title as a previous version
4314 if the original publisher of that version gives permission.
4315 B. List on the Title Page, as authors, one or more persons or entities
4316 responsible for authorship of the modifications in the Modified
4317 Version, together with at least five of the principal authors of the
4318 Document (all of its principal authors, if it has fewer than five),
4319 unless they release you from this requirement.
4320 C. State on the Title page the name of the publisher of the
4321 Modified Version, as the publisher.
4322 D. Preserve all the copyright notices of the Document.
4323 E. Add an appropriate copyright notice for your modifications
4324 adjacent to the other copyright notices.
4325 F. Include, immediately after the copyright notices, a license notice
4326 giving the public permission to use the Modified Version under the
4327 terms of this License, in the form shown in the Addendum below.
4328 G. Preserve in that license notice the full lists of Invariant Sections
4329 and required Cover Texts given in the Document's license notice.
4330 H. Include an unaltered copy of this License.
4331 I. Preserve the section Entitled "History", Preserve its Title, and add
4332 to it an item stating at least the title, year, new authors, and
4333 publisher of the Modified Version as given on the Title Page. If
4334 there is no section Entitled "History" in the Document, create one
4335 stating the title, year, authors, and publisher of the Document as
4336 given on its Title Page, then add an item describing the Modified
4337 Version as stated in the previous sentence.
4338 J. Preserve the network location, if any, given in the Document for
4339 public access to a Transparent copy of the Document, and likewise
4340 the network locations given in the Document for previous versions
4341 it was based on. These may be placed in the "History" section.
4342 You may omit a network location for a work that was published at
4343 least four years before the Document itself, or if the original
4344 publisher of the version it refers to gives permission.
4345 K. For any section Entitled "Acknowledgements" or "Dedications",
4346 Preserve the Title of the section, and preserve in the section all
4347 the substance and tone of each of the contributor acknowledgements
4348 and/or dedications given therein.
4349 L. Preserve all the Invariant Sections of the Document,
4350 unaltered in their text and in their titles. Section numbers
4351 or the equivalent are not considered part of the section titles.
4352 M. Delete any section Entitled "Endorsements". Such a section
4353 may not be included in the Modified Version.
4354 N. Do not retitle any existing section to be Entitled "Endorsements"
4355 or to conflict in title with any Invariant Section.
4356 O. Preserve any Warranty Disclaimers.
4358 If the Modified Version includes new front-matter sections or
4359 appendices that qualify as Secondary Sections and contain no material
4360 copied from the Document, you may at your option designate some or all
4361 of these sections as invariant. To do this, add their titles to the
4362 list of Invariant Sections in the Modified Version's license notice.
4363 These titles must be distinct from any other section titles.
4365 You may add a section Entitled "Endorsements", provided it contains
4366 nothing but endorsements of your Modified Version by various
4367 parties--for example, statements of peer review or that the text has
4368 been approved by an organization as the authoritative definition of a
4369 standard.
4371 You may add a passage of up to five words as a Front-Cover Text, and a
4372 passage of up to 25 words as a Back-Cover Text, to the end of the list
4373 of Cover Texts in the Modified Version. Only one passage of
4374 Front-Cover Text and one of Back-Cover Text may be added by (or
4375 through arrangements made by) any one entity. If the Document already
4376 includes a cover text for the same cover, previously added by you or
4377 by arrangement made by the same entity you are acting on behalf of,
4378 you may not add another; but you may replace the old one, on explicit
4379 permission from the previous publisher that added the old one.
4381 The author(s) and publisher(s) of the Document do not by this License
4382 give permission to use their names for publicity for or to assert or
4383 imply endorsement of any Modified Version.
4386 5. COMBINING DOCUMENTS
4388 You may combine the Document with other documents released under this
4389 License, under the terms defined in section 4 above for modified
4390 versions, provided that you include in the combination all of the
4391 Invariant Sections of all of the original documents, unmodified, and
4392 list them all as Invariant Sections of your combined work in its
4393 license notice, and that you preserve all their Warranty Disclaimers.
4395 The combined work need only contain one copy of this License, and
4396 multiple identical Invariant Sections may be replaced with a single
4397 copy. If there are multiple Invariant Sections with the same name but
4398 different contents, make the title of each such section unique by
4399 adding at the end of it, in parentheses, the name of the original
4400 author or publisher of that section if known, or else a unique number.
4401 Make the same adjustment to the section titles in the list of
4402 Invariant Sections in the license notice of the combined work.
4404 In the combination, you must combine any sections Entitled "History"
4405 in the various original documents, forming one section Entitled
4406 "History"; likewise combine any sections Entitled "Acknowledgements",
4407 and any sections Entitled "Dedications". You must delete all sections
4408 Entitled "Endorsements".
4411 6. COLLECTIONS OF DOCUMENTS
4413 You may make a collection consisting of the Document and other documents
4414 released under this License, and replace the individual copies of this
4415 License in the various documents with a single copy that is included in
4416 the collection, provided that you follow the rules of this License for
4417 verbatim copying of each of the documents in all other respects.
4419 You may extract a single document from such a collection, and distribute
4420 it individually under this License, provided you insert a copy of this
4421 License into the extracted document, and follow this License in all
4422 other respects regarding verbatim copying of that document.
4425 7. AGGREGATION WITH INDEPENDENT WORKS
4427 A compilation of the Document or its derivatives with other separate
4428 and independent documents or works, in or on a volume of a storage or
4429 distribution medium, is called an "aggregate" if the copyright
4430 resulting from the compilation is not used to limit the legal rights
4431 of the compilation's users beyond what the individual works permit.
4432 When the Document is included in an aggregate, this License does not
4433 apply to the other works in the aggregate which are not themselves
4434 derivative works of the Document.
4436 If the Cover Text requirement of section 3 is applicable to these
4437 copies of the Document, then if the Document is less than one half of
4438 the entire aggregate, the Document's Cover Texts may be placed on
4439 covers that bracket the Document within the aggregate, or the
4440 electronic equivalent of covers if the Document is in electronic form.
4441 Otherwise they must appear on printed covers that bracket the whole
4442 aggregate.
4445 8. TRANSLATION
4447 Translation is considered a kind of modification, so you may
4448 distribute translations of the Document under the terms of section 4.
4449 Replacing Invariant Sections with translations requires special
4450 permission from their copyright holders, but you may include
4451 translations of some or all Invariant Sections in addition to the
4452 original versions of these Invariant Sections. You may include a
4453 translation of this License, and all the license notices in the
4454 Document, and any Warranty Disclaimers, provided that you also include
4455 the original English version of this License and the original versions
4456 of those notices and disclaimers. In case of a disagreement between
4457 the translation and the original version of this License or a notice
4458 or disclaimer, the original version will prevail.
4460 If a section in the Document is Entitled "Acknowledgements",
4461 "Dedications", or "History", the requirement (section 4) to Preserve
4462 its Title (section 1) will typically require changing the actual
4463 title.
4466 9. TERMINATION
4468 You may not copy, modify, sublicense, or distribute the Document except
4469 as expressly provided for under this License. Any other attempt to
4470 copy, modify, sublicense or distribute the Document is void, and will
4471 automatically terminate your rights under this License. However,
4472 parties who have received copies, or rights, from you under this
4473 License will not have their licenses terminated so long as such
4474 parties remain in full compliance.
4477 10. FUTURE REVISIONS OF THIS LICENSE
4479 The Free Software Foundation may publish new, revised versions
4480 of the GNU Free Documentation License from time to time. Such new
4481 versions will be similar in spirit to the present version, but may
4482 differ in detail to address new problems or concerns. See
4483 http://www.gnu.org/copyleft/.
4485 Each version of the License is given a distinguishing version number.
4486 If the Document specifies that a particular numbered version of this
4487 License "or any later version" applies to it, you have the option of
4488 following the terms and conditions either of that specified version or
4489 of any later version that has been published (not as a draft) by the
4490 Free Software Foundation. If the Document does not specify a version
4491 number of this License, you may choose any version ever published (not
4492 as a draft) by the Free Software Foundation.
4495 ADDENDUM: How to use this License for your documents
4497 To use this License in a document you have written, include a copy of
4498 the License in the document and put the following copyright and
4499 license notices just after the title page:
4501 Copyright (c) YEAR YOUR NAME.
4502 Permission is granted to copy, distribute and/or modify this document
4503 under the terms of the GNU Free Documentation License, Version 1.2
4504 or any later version published by the Free Software Foundation;
4505 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
4506 A copy of the license is included in the section entitled "GNU
4507 Free Documentation License".
4509 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
4510 replace the "with...Texts." line with this:
4512 with the Invariant Sections being LIST THEIR TITLES, with the
4513 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
4515 If you have Invariant Sections without Cover Texts, or some other
4516 combination of the three, merge those two alternatives to suit the
4517 situation.
4519 If your document contains nontrivial examples of program code, we
4520 recommend releasing these examples in parallel under your choice of
4521 free software license, such as the GNU General Public License,
4522 to permit their use in free software.
4524 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4525 </pre>
4526 <ul>
4527 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4528 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
4529 </ul>
4530 </div>
4531 </div>
4534 <div class="product">
4535 <span class="title">gdbm-1.9.1</span>
4536 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4537 <span class="homepage"><a href="http://www.gnu.org/software/gdbm/">homepage</a></span>
4538 <div class="licence">
4539 <pre></pre>
4540 <ul>
4541 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
4542 </ul>
4543 </div>
4544 </div>
4547 <div class="product">
4548 <span class="title">gflags-1.2</span>
4549 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4550 <span class="homepage"><a href="http://code.google.com/p/google-gflags/">homepage</a></span>
4551 <div class="licence">
4552 <pre>Scanned Source License gflags-1.2/COPYING:
4554 Copyright (c) 2006, Google Inc.
4555 All rights reserved.
4557 Redistribution and use in source and binary forms, with or without
4558 modification, are permitted provided that the following conditions are
4559 met:
4561 * Redistributions of source code must retain the above copyright
4562 notice, this list of conditions and the following disclaimer.
4563 * Redistributions in binary form must reproduce the above
4564 copyright notice, this list of conditions and the following disclaimer
4565 in the documentation and/or other materials provided with the
4566 distribution.
4567 * Neither the name of Google Inc. nor the names of its
4568 contributors may be used to endorse or promote products derived from
4569 this software without specific prior written permission.
4571 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4572 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4573 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4574 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4575 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4576 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4577 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4578 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4579 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4580 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4581 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4583 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4585 Scanned Source License gflags-1.2/packages/deb/copyright:
4587 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
4588 13 December 2006.
4590 It was downloaded from http://code.google.com/
4592 Upstream Author: opensource@google.com
4594 Copyright (c) 2006, Google Inc.
4595 All rights reserved.
4597 Redistribution and use in source and binary forms, with or without
4598 modification, are permitted provided that the following conditions are
4599 met:
4601 * Redistributions of source code must retain the above copyright
4602 notice, this list of conditions and the following disclaimer.
4603 * Redistributions in binary form must reproduce the above
4604 copyright notice, this list of conditions and the following disclaimer
4605 in the documentation and/or other materials provided with the
4606 distribution.
4607 * Neither the name of Google Inc. nor the names of its
4608 contributors may be used to endorse or promote products derived from
4609 this software without specific prior written permission.
4611 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4612 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4613 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4614 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4615 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4616 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4617 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4618 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4619 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4620 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4621 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4623 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4624 </pre>
4625 <ul>
4627 </ul>
4628 </div>
4629 </div>
4632 <div class="product">
4633 <span class="title">glew-1.5.6</span>
4634 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4635 <span class="homepage"><a href="http://glew.sourceforge.net/">homepage</a></span>
4636 <div class="licence">
4637 <pre>Scanned Source License glew-1.5.6/LICENSE.txt:
4639 The OpenGL Extension Wrangler Library
4640 Copyright (C) 2002-2007, Milan Ikits &lt;milan ikits[]ieee org&gt;
4641 Copyright (C) 2002-2007, Marcelo E. Magallon &lt;mmagallo[]debian org&gt;
4642 Copyright (C) 2002, Lev Povalahev
4643 All rights reserved.
4645 Redistribution and use in source and binary forms, with or without
4646 modification, are permitted provided that the following conditions are met:
4648 * Redistributions of source code must retain the above copyright notice,
4649 this list of conditions and the following disclaimer.
4650 * Redistributions in binary form must reproduce the above copyright notice,
4651 this list of conditions and the following disclaimer in the documentation
4652 and/or other materials provided with the distribution.
4653 * The name of the author may be used to endorse or promote products
4654 derived from this software without specific prior written permission.
4656 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4657 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4658 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4659 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
4660 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4661 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4662 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4663 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4664 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4665 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4666 THE POSSIBILITY OF SUCH DAMAGE.
4669 Mesa 3-D graphics library
4670 Version: 7.0
4672 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
4674 Permission is hereby granted, free of charge, to any person obtaining a
4675 copy of this software and associated documentation files (the "Software"),
4676 to deal in the Software without restriction, including without limitation
4677 the rights to use, copy, modify, merge, publish, distribute, sublicense,
4678 and/or sell copies of the Software, and to permit persons to whom the
4679 Software is furnished to do so, subject to the following conditions:
4681 The above copyright notice and this permission notice shall be included
4682 in all copies or substantial portions of the Software.
4684 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4685 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4686 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4687 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
4688 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4689 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4692 Copyright (c) 2007 The Khronos Group Inc.
4694 Permission is hereby granted, free of charge, to any person obtaining a
4695 copy of this software and/or associated documentation files (the
4696 "Materials"), to deal in the Materials without restriction, including
4697 without limitation the rights to use, copy, modify, merge, publish,
4698 distribute, sublicense, and/or sell copies of the Materials, and to
4699 permit persons to whom the Materials are furnished to do so, subject to
4700 the following conditions:
4702 The above copyright notice and this permission notice shall be included
4703 in all copies or substantial portions of the Materials.
4705 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4706 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4707 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4708 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4709 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4710 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4711 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
4713 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4714 </pre>
4715 <ul>
4717 </ul>
4718 </div>
4719 </div>
4722 <div class="product">
4723 <span class="title">glib-2.34.3</span>
4724 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4725 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
4726 <div class="licence">
4727 <pre></pre>
4728 <ul>
4729 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
4730 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
4731 </ul>
4732 </div>
4733 </div>
4736 <div class="product">
4737 <span class="title">glog-0.3.2</span>
4738 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4739 <span class="homepage"><a href="http://code.google.com/p/google-glog/">homepage</a></span>
4740 <div class="licence">
4741 <pre>Scanned Source License glog-0.3.2/COPYING:
4743 Copyright (c) 2008, Google Inc.
4744 All rights reserved.
4746 Redistribution and use in source and binary forms, with or without
4747 modification, are permitted provided that the following conditions are
4748 met:
4750 * Redistributions of source code must retain the above copyright
4751 notice, this list of conditions and the following disclaimer.
4752 * Redistributions in binary form must reproduce the above
4753 copyright notice, this list of conditions and the following disclaimer
4754 in the documentation and/or other materials provided with the
4755 distribution.
4756 * Neither the name of Google Inc. nor the names of its
4757 contributors may be used to endorse or promote products derived from
4758 this software without specific prior written permission.
4760 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4761 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4762 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4763 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4764 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4765 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4766 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4767 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4768 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4769 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4770 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4773 A function gettimeofday in utilities.cc is based on
4775 http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&amp;q=GetSystemTimeAsFileTime%20license:bsd
4777 The license of this code is:
4779 Copyright (c) 2003-2008, Jouni Malinen &lt;j@w1.fi&gt; and contributors
4780 All Rights Reserved.
4782 Redistribution and use in source and binary forms, with or without
4783 modification, are permitted provided that the following conditions are
4784 met:
4786 1. Redistributions of source code must retain the above copyright
4787 notice, this list of conditions and the following disclaimer.
4789 2. Redistributions in binary form must reproduce the above copyright
4790 notice, this list of conditions and the following disclaimer in the
4791 documentation and/or other materials provided with the distribution.
4793 3. Neither the name(s) of the above-listed copyright holder(s) nor the
4794 names of its contributors may be used to endorse or promote products
4795 derived from this software without specific prior written permission.
4797 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4798 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4799 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4800 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4801 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4802 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4803 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4804 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4805 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4806 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4807 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4809 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4811 Scanned Source License glog-0.3.2/packages/deb/copyright:
4813 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
4814 13 June 2008.
4816 It was downloaded from http://code.google.com/
4818 Upstream Author: opensource@google.com
4820 Copyright (c) 2008, Google Inc.
4821 All rights reserved.
4823 Redistribution and use in source and binary forms, with or without
4824 modification, are permitted provided that the following conditions are
4825 met:
4827 * Redistributions of source code must retain the above copyright
4828 notice, this list of conditions and the following disclaimer.
4829 * Redistributions in binary form must reproduce the above
4830 copyright notice, this list of conditions and the following disclaimer
4831 in the documentation and/or other materials provided with the
4832 distribution.
4833 * Neither the name of Google Inc. nor the names of its
4834 contributors may be used to endorse or promote products derived from
4835 this software without specific prior written permission.
4837 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4838 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4839 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4840 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4841 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4842 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4843 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4844 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4845 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4846 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4847 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4849 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4850 </pre>
4851 <ul>
4853 </ul>
4854 </div>
4855 </div>
4858 <div class="product">
4859 <span class="title">glproto-1.4.14</span>
4860 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4861 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
4862 <div class="licence">
4863 <pre></pre>
4864 <ul>
4865 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
4866 </ul>
4867 </div>
4868 </div>
4871 <div class="product">
4872 <span class="title">glu-9.0.0</span>
4873 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4874 <span class="homepage"><a href="http://cgit.freedesktop.org/mesa/glu/">homepage</a></span>
4875 <div class="licence">
4876 <pre></pre>
4877 <ul>
4878 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
4879 </ul>
4880 </div>
4881 </div>
4884 <div class="product">
4885 <span class="title">gmock-1.6.0</span>
4886 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
4887 <span class="homepage"><a href="http://code.google.com/p/googlemock/">homepage</a></span>
4888 <div class="licence">
4889 <pre>Scanned Source License gmock-1.6.0/COPYING:
4891 Copyright 2008, Google Inc.
4892 All rights reserved.
4894 Redistribution and use in source and binary forms, with or without
4895 modification, are permitted provided that the following conditions are
4896 met:
4898 * Redistributions of source code must retain the above copyright
4899 notice, this list of conditions and the following disclaimer.
4900 * Redistributions in binary form must reproduce the above
4901 copyright notice, this list of conditions and the following disclaimer
4902 in the documentation and/or other materials provided with the
4903 distribution.
4904 * Neither the name of Google Inc. nor the names of its
4905 contributors may be used to endorse or promote products derived from
4906 this software without specific prior written permission.
4908 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4909 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4910 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4911 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4912 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4913 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4914 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4915 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4916 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4917 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4918 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4920 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4922 Scanned Source License gmock-1.6.0/gtest/COPYING:
4924 Copyright 2008, Google Inc.
4925 All rights reserved.
4927 Redistribution and use in source and binary forms, with or without
4928 modification, are permitted provided that the following conditions are
4929 met:
4931 * Redistributions of source code must retain the above copyright
4932 notice, this list of conditions and the following disclaimer.
4933 * Redistributions in binary form must reproduce the above
4934 copyright notice, this list of conditions and the following disclaimer
4935 in the documentation and/or other materials provided with the
4936 distribution.
4937 * Neither the name of Google Inc. nor the names of its
4938 contributors may be used to endorse or promote products derived from
4939 this software without specific prior written permission.
4941 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4942 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4943 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4944 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4945 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4946 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4947 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4948 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4949 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4950 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4951 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4953 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4955 Scanned Source License gmock-1.6.0/scripts/generator/COPYING:
4958 Apache License
4959 Version 2.0, January 2004
4960 http://www.apache.org/licenses/
4962 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4964 1. Definitions.
4966 "License" shall mean the terms and conditions for use, reproduction,
4967 and distribution as defined by Sections 1 through 9 of this document.
4969 "Licensor" shall mean the copyright owner or entity authorized by
4970 the copyright owner that is granting the License.
4972 "Legal Entity" shall mean the union of the acting entity and all
4973 other entities that control, are controlled by, or are under common
4974 control with that entity. For the purposes of this definition,
4975 "control" means (i) the power, direct or indirect, to cause the
4976 direction or management of such entity, whether by contract or
4977 otherwise, or (ii) ownership of fifty percent (50%) or more of the
4978 outstanding shares, or (iii) beneficial ownership of such entity.
4980 "You" (or "Your") shall mean an individual or Legal Entity
4981 exercising permissions granted by this License.
4983 "Source" form shall mean the preferred form for making modifications,
4984 including but not limited to software source code, documentation
4985 source, and configuration files.
4987 "Object" form shall mean any form resulting from mechanical
4988 transformation or translation of a Source form, including but
4989 not limited to compiled object code, generated documentation,
4990 and conversions to other media types.
4992 "Work" shall mean the work of authorship, whether in Source or
4993 Object form, made available under the License, as indicated by a
4994 copyright notice that is included in or attached to the work
4995 (an example is provided in the Appendix below).
4997 "Derivative Works" shall mean any work, whether in Source or Object
4998 form, that is based on (or derived from) the Work and for which the
4999 editorial revisions, annotations, elaborations, or other modifications
5000 represent, as a whole, an original work of authorship. For the purposes
5001 of this License, Derivative Works shall not include works that remain
5002 separable from, or merely link (or bind by name) to the interfaces of,
5003 the Work and Derivative Works thereof.
5005 "Contribution" shall mean any work of authorship, including
5006 the original version of the Work and any modifications or additions
5007 to that Work or Derivative Works thereof, that is intentionally
5008 submitted to Licensor for inclusion in the Work by the copyright owner
5009 or by an individual or Legal Entity authorized to submit on behalf of
5010 the copyright owner. For the purposes of this definition, "submitted"
5011 means any form of electronic, verbal, or written communication sent
5012 to the Licensor or its representatives, including but not limited to
5013 communication on electronic mailing lists, source code control systems,
5014 and issue tracking systems that are managed by, or on behalf of, the
5015 Licensor for the purpose of discussing and improving the Work, but
5016 excluding communication that is conspicuously marked or otherwise
5017 designated in writing by the copyright owner as "Not a Contribution."
5019 "Contributor" shall mean Licensor and any individual or Legal Entity
5020 on behalf of whom a Contribution has been received by Licensor and
5021 subsequently incorporated within the Work.
5023 2. Grant of Copyright License. Subject to the terms and conditions of
5024 this License, each Contributor hereby grants to You a perpetual,
5025 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5026 copyright license to reproduce, prepare Derivative Works of,
5027 publicly display, publicly perform, sublicense, and distribute the
5028 Work and such Derivative Works in Source or Object form.
5030 3. Grant of Patent License. Subject to the terms and conditions of
5031 this License, each Contributor hereby grants to You a perpetual,
5032 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5033 (except as stated in this section) patent license to make, have made,
5034 use, offer to sell, sell, import, and otherwise transfer the Work,
5035 where such license applies only to those patent claims licensable
5036 by such Contributor that are necessarily infringed by their
5037 Contribution(s) alone or by combination of their Contribution(s)
5038 with the Work to which such Contribution(s) was submitted. If You
5039 institute patent litigation against any entity (including a
5040 cross-claim or counterclaim in a lawsuit) alleging that the Work
5041 or a Contribution incorporated within the Work constitutes direct
5042 or contributory patent infringement, then any patent licenses
5043 granted to You under this License for that Work shall terminate
5044 as of the date such litigation is filed.
5046 4. Redistribution. You may reproduce and distribute copies of the
5047 Work or Derivative Works thereof in any medium, with or without
5048 modifications, and in Source or Object form, provided that You
5049 meet the following conditions:
5051 (a) You must give any other recipients of the Work or
5052 Derivative Works a copy of this License; and
5054 (b) You must cause any modified files to carry prominent notices
5055 stating that You changed the files; and
5057 (c) You must retain, in the Source form of any Derivative Works
5058 that You distribute, all copyright, patent, trademark, and
5059 attribution notices from the Source form of the Work,
5060 excluding those notices that do not pertain to any part of
5061 the Derivative Works; and
5063 (d) If the Work includes a "NOTICE" text file as part of its
5064 distribution, then any Derivative Works that You distribute must
5065 include a readable copy of the attribution notices contained
5066 within such NOTICE file, excluding those notices that do not
5067 pertain to any part of the Derivative Works, in at least one
5068 of the following places: within a NOTICE text file distributed
5069 as part of the Derivative Works; within the Source form or
5070 documentation, if provided along with the Derivative Works; or,
5071 within a display generated by the Derivative Works, if and
5072 wherever such third-party notices normally appear. The contents
5073 of the NOTICE file are for informational purposes only and
5074 do not modify the License. You may add Your own attribution
5075 notices within Derivative Works that You distribute, alongside
5076 or as an addendum to the NOTICE text from the Work, provided
5077 that such additional attribution notices cannot be construed
5078 as modifying the License.
5080 You may add Your own copyright statement to Your modifications and
5081 may provide additional or different license terms and conditions
5082 for use, reproduction, or distribution of Your modifications, or
5083 for any such Derivative Works as a whole, provided Your use,
5084 reproduction, and distribution of the Work otherwise complies with
5085 the conditions stated in this License.
5087 5. Submission of Contributions. Unless You explicitly state otherwise,
5088 any Contribution intentionally submitted for inclusion in the Work
5089 by You to the Licensor shall be under the terms and conditions of
5090 this License, without any additional terms or conditions.
5091 Notwithstanding the above, nothing herein shall supersede or modify
5092 the terms of any separate license agreement you may have executed
5093 with Licensor regarding such Contributions.
5095 6. Trademarks. This License does not grant permission to use the trade
5096 names, trademarks, service marks, or product names of the Licensor,
5097 except as required for reasonable and customary use in describing the
5098 origin of the Work and reproducing the content of the NOTICE file.
5100 7. Disclaimer of Warranty. Unless required by applicable law or
5101 agreed to in writing, Licensor provides the Work (and each
5102 Contributor provides its Contributions) on an "AS IS" BASIS,
5103 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5104 implied, including, without limitation, any warranties or conditions
5105 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5106 PARTICULAR PURPOSE. You are solely responsible for determining the
5107 appropriateness of using or redistributing the Work and assume any
5108 risks associated with Your exercise of permissions under this License.
5110 8. Limitation of Liability. In no event and under no legal theory,
5111 whether in tort (including negligence), contract, or otherwise,
5112 unless required by applicable law (such as deliberate and grossly
5113 negligent acts) or agreed to in writing, shall any Contributor be
5114 liable to You for damages, including any direct, indirect, special,
5115 incidental, or consequential damages of any character arising as a
5116 result of this License or out of the use or inability to use the
5117 Work (including but not limited to damages for loss of goodwill,
5118 work stoppage, computer failure or malfunction, or any and all
5119 other commercial damages or losses), even if such Contributor
5120 has been advised of the possibility of such damages.
5122 9. Accepting Warranty or Additional Liability. While redistributing
5123 the Work or Derivative Works thereof, You may choose to offer,
5124 and charge a fee for, acceptance of support, warranty, indemnity,
5125 or other liability obligations and/or rights consistent with this
5126 License. However, in accepting such obligations, You may act only
5127 on Your own behalf and on Your sole responsibility, not on behalf
5128 of any other Contributor, and only if You agree to indemnify,
5129 defend, and hold each Contributor harmless for any liability
5130 incurred by, or claims asserted against, such Contributor by reason
5131 of your accepting any such warranty or additional liability.
5133 END OF TERMS AND CONDITIONS
5135 APPENDIX: How to apply the Apache License to your work.
5137 To apply the Apache License to your work, attach the following
5138 boilerplate notice, with the fields enclosed by brackets "[]"
5139 replaced with your own identifying information. (Don't include
5140 the brackets!) The text should be enclosed in the appropriate
5141 comment syntax for the file format. We also recommend that a
5142 file or class name and description of purpose be included on the
5143 same "printed page" as the copyright notice for easier
5144 identification within third-party archives.
5146 Copyright [2007] Neal Norwitz
5147 Portions Copyright [2007] Google Inc.
5149 Licensed under the Apache License, Version 2.0 (the "License");
5150 you may not use this file except in compliance with the License.
5151 You may obtain a copy of the License at
5153 http://www.apache.org/licenses/LICENSE-2.0
5155 Unless required by applicable law or agreed to in writing, software
5156 distributed under the License is distributed on an "AS IS" BASIS,
5157 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5158 See the License for the specific language governing permissions and
5159 limitations under the License.
5161 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5162 </pre>
5163 <ul>
5165 </ul>
5166 </div>
5167 </div>
5170 <div class="product">
5171 <span class="title">gmp-5.0.2_p1</span>
5172 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5173 <span class="homepage"><a href="http://gmplib.org/">homepage</a></span>
5174 <div class="licence">
5175 <pre></pre>
5176 <ul>
5177 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
5178 </ul>
5179 </div>
5180 </div>
5183 <div class="product">
5184 <span class="title">grep-2.14</span>
5185 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5186 <span class="homepage"><a href="http://www.gnu.org/software/grep/">homepage</a></span>
5187 <div class="licence">
5188 <pre></pre>
5189 <ul>
5190 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
5191 </ul>
5192 </div>
5193 </div>
5196 <div class="product">
5197 <span class="title">gtest-1.6.0</span>
5198 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5199 <span class="homepage"><a href="http://code.google.com/p/googletest/">homepage</a></span>
5200 <div class="licence">
5201 <pre>Scanned Source License gtest-1.6.0/COPYING:
5203 Copyright 2008, Google Inc.
5204 All rights reserved.
5206 Redistribution and use in source and binary forms, with or without
5207 modification, are permitted provided that the following conditions are
5208 met:
5210 * Redistributions of source code must retain the above copyright
5211 notice, this list of conditions and the following disclaimer.
5212 * Redistributions in binary form must reproduce the above
5213 copyright notice, this list of conditions and the following disclaimer
5214 in the documentation and/or other materials provided with the
5215 distribution.
5216 * Neither the name of Google Inc. nor the names of its
5217 contributors may be used to endorse or promote products derived from
5218 this software without specific prior written permission.
5220 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5221 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5222 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5223 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5224 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5225 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5226 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5227 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5228 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5229 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5230 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5232 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5233 </pre>
5234 <ul>
5236 </ul>
5237 </div>
5238 </div>
5241 <div class="product">
5242 <span class="title">gtk+-2.20.1</span>
5243 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5244 <span class="homepage"><a href="http://www.gtk.org/">homepage</a></span>
5245 <div class="licence">
5246 <pre></pre>
5247 <ul>
5248 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
5249 </ul>
5250 </div>
5251 </div>
5254 <div class="product">
5255 <span class="title">gtk-doc-am-1.18</span>
5256 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5257 <span class="homepage"><a href="http://www.gtk.org/gtk-doc/">homepage</a></span>
5258 <div class="licence">
5259 <pre>Gentoo Package Stock License FDL-1.1:
5261 GNU Free Documentation License
5262 Version 1.1, March 2000
5264 Copyright (C) 2000 Free Software Foundation, Inc.
5265 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5266 Everyone is permitted to copy and distribute verbatim copies
5267 of this license document, but changing it is not allowed.
5270 0. PREAMBLE
5272 The purpose of this License is to make a manual, textbook, or other
5273 written document "free" in the sense of freedom: to assure everyone
5274 the effective freedom to copy and redistribute it, with or without
5275 modifying it, either commercially or noncommercially. Secondarily,
5276 this License preserves for the author and publisher a way to get
5277 credit for their work, while not being considered responsible for
5278 modifications made by others.
5280 This License is a kind of "copyleft", which means that derivative
5281 works of the document must themselves be free in the same sense. It
5282 complements the GNU General Public License, which is a copyleft
5283 license designed for free software.
5285 We have designed this License in order to use it for manuals for free
5286 software, because free software needs free documentation: a free
5287 program should come with manuals providing the same freedoms that the
5288 software does. But this License is not limited to software manuals;
5289 it can be used for any textual work, regardless of subject matter or
5290 whether it is published as a printed book. We recommend this License
5291 principally for works whose purpose is instruction or reference.
5294 1. APPLICABILITY AND DEFINITIONS
5296 This License applies to any manual or other work that contains a
5297 notice placed by the copyright holder saying it can be distributed
5298 under the terms of this License. The "Document", below, refers to any
5299 such manual or work. Any member of the public is a licensee, and is
5300 addressed as "you".
5302 A "Modified Version" of the Document means any work containing the
5303 Document or a portion of it, either copied verbatim, or with
5304 modifications and/or translated into another language.
5306 A "Secondary Section" is a named appendix or a front-matter section of
5307 the Document that deals exclusively with the relationship of the
5308 publishers or authors of the Document to the Document's overall subject
5309 (or to related matters) and contains nothing that could fall directly
5310 within that overall subject. (For example, if the Document is in part a
5311 textbook of mathematics, a Secondary Section may not explain any
5312 mathematics.) The relationship could be a matter of historical
5313 connection with the subject or with related matters, or of legal,
5314 commercial, philosophical, ethical or political position regarding
5315 them.
5317 The "Invariant Sections" are certain Secondary Sections whose titles
5318 are designated, as being those of Invariant Sections, in the notice
5319 that says that the Document is released under this License.
5321 The "Cover Texts" are certain short passages of text that are listed,
5322 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
5323 the Document is released under this License.
5325 A "Transparent" copy of the Document means a machine-readable copy,
5326 represented in a format whose specification is available to the
5327 general public, whose contents can be viewed and edited directly and
5328 straightforwardly with generic text editors or (for images composed of
5329 pixels) generic paint programs or (for drawings) some widely available
5330 drawing editor, and that is suitable for input to text formatters or
5331 for automatic translation to a variety of formats suitable for input
5332 to text formatters. A copy made in an otherwise Transparent file
5333 format whose markup has been designed to thwart or discourage
5334 subsequent modification by readers is not Transparent. A copy that is
5335 not "Transparent" is called "Opaque".
5337 Examples of suitable formats for Transparent copies include plain
5338 ASCII without markup, Texinfo input format, LaTeX input format, SGML
5339 or XML using a publicly available DTD, and standard-conforming simple
5340 HTML designed for human modification. Opaque formats include
5341 PostScript, PDF, proprietary formats that can be read and edited only
5342 by proprietary word processors, SGML or XML for which the DTD and/or
5343 processing tools are not generally available, and the
5344 machine-generated HTML produced by some word processors for output
5345 purposes only.
5347 The "Title Page" means, for a printed book, the title page itself,
5348 plus such following pages as are needed to hold, legibly, the material
5349 this License requires to appear in the title page. For works in
5350 formats which do not have any title page as such, "Title Page" means
5351 the text near the most prominent appearance of the work's title,
5352 preceding the beginning of the body of the text.
5355 2. VERBATIM COPYING
5357 You may copy and distribute the Document in any medium, either
5358 commercially or noncommercially, provided that this License, the
5359 copyright notices, and the license notice saying this License applies
5360 to the Document are reproduced in all copies, and that you add no other
5361 conditions whatsoever to those of this License. You may not use
5362 technical measures to obstruct or control the reading or further
5363 copying of the copies you make or distribute. However, you may accept
5364 compensation in exchange for copies. If you distribute a large enough
5365 number of copies you must also follow the conditions in section 3.
5367 You may also lend copies, under the same conditions stated above, and
5368 you may publicly display copies.
5371 3. COPYING IN QUANTITY
5373 If you publish printed copies of the Document numbering more than 100,
5374 and the Document's license notice requires Cover Texts, you must enclose
5375 the copies in covers that carry, clearly and legibly, all these Cover
5376 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
5377 the back cover. Both covers must also clearly and legibly identify
5378 you as the publisher of these copies. The front cover must present
5379 the full title with all words of the title equally prominent and
5380 visible. You may add other material on the covers in addition.
5381 Copying with changes limited to the covers, as long as they preserve
5382 the title of the Document and satisfy these conditions, can be treated
5383 as verbatim copying in other respects.
5385 If the required texts for either cover are too voluminous to fit
5386 legibly, you should put the first ones listed (as many as fit
5387 reasonably) on the actual cover, and continue the rest onto adjacent
5388 pages.
5390 If you publish or distribute Opaque copies of the Document numbering
5391 more than 100, you must either include a machine-readable Transparent
5392 copy along with each Opaque copy, or state in or with each Opaque copy
5393 a publicly-accessible computer-network location containing a complete
5394 Transparent copy of the Document, free of added material, which the
5395 general network-using public has access to download anonymously at no
5396 charge using public-standard network protocols. If you use the latter
5397 option, you must take reasonably prudent steps, when you begin
5398 distribution of Opaque copies in quantity, to ensure that this
5399 Transparent copy will remain thus accessible at the stated location
5400 until at least one year after the last time you distribute an Opaque
5401 copy (directly or through your agents or retailers) of that edition to
5402 the public.
5404 It is requested, but not required, that you contact the authors of the
5405 Document well before redistributing any large number of copies, to give
5406 them a chance to provide you with an updated version of the Document.
5409 4. MODIFICATIONS
5411 You may copy and distribute a Modified Version of the Document under
5412 the conditions of sections 2 and 3 above, provided that you release
5413 the Modified Version under precisely this License, with the Modified
5414 Version filling the role of the Document, thus licensing distribution
5415 and modification of the Modified Version to whoever possesses a copy
5416 of it. In addition, you must do these things in the Modified Version:
5418 A. Use in the Title Page (and on the covers, if any) a title distinct
5419 from that of the Document, and from those of previous versions
5420 (which should, if there were any, be listed in the History section
5421 of the Document). You may use the same title as a previous version
5422 if the original publisher of that version gives permission.
5423 B. List on the Title Page, as authors, one or more persons or entities
5424 responsible for authorship of the modifications in the Modified
5425 Version, together with at least five of the principal authors of the
5426 Document (all of its principal authors, if it has less than five).
5427 C. State on the Title page the name of the publisher of the
5428 Modified Version, as the publisher.
5429 D. Preserve all the copyright notices of the Document.
5430 E. Add an appropriate copyright notice for your modifications
5431 adjacent to the other copyright notices.
5432 F. Include, immediately after the copyright notices, a license notice
5433 giving the public permission to use the Modified Version under the
5434 terms of this License, in the form shown in the Addendum below.
5435 G. Preserve in that license notice the full lists of Invariant Sections
5436 and required Cover Texts given in the Document's license notice.
5437 H. Include an unaltered copy of this License.
5438 I. Preserve the section entitled "History", and its title, and add to
5439 it an item stating at least the title, year, new authors, and
5440 publisher of the Modified Version as given on the Title Page. If
5441 there is no section entitled "History" in the Document, create one
5442 stating the title, year, authors, and publisher of the Document as
5443 given on its Title Page, then add an item describing the Modified
5444 Version as stated in the previous sentence.
5445 J. Preserve the network location, if any, given in the Document for
5446 public access to a Transparent copy of the Document, and likewise
5447 the network locations given in the Document for previous versions
5448 it was based on. These may be placed in the "History" section.
5449 You may omit a network location for a work that was published at
5450 least four years before the Document itself, or if the original
5451 publisher of the version it refers to gives permission.
5452 K. In any section entitled "Acknowledgements" or "Dedications",
5453 preserve the section's title, and preserve in the section all the
5454 substance and tone of each of the contributor acknowledgements
5455 and/or dedications given therein.
5456 L. Preserve all the Invariant Sections of the Document,
5457 unaltered in their text and in their titles. Section numbers
5458 or the equivalent are not considered part of the section titles.
5459 M. Delete any section entitled "Endorsements". Such a section
5460 may not be included in the Modified Version.
5461 N. Do not retitle any existing section as "Endorsements"
5462 or to conflict in title with any Invariant Section.
5464 If the Modified Version includes new front-matter sections or
5465 appendices that qualify as Secondary Sections and contain no material
5466 copied from the Document, you may at your option designate some or all
5467 of these sections as invariant. To do this, add their titles to the
5468 list of Invariant Sections in the Modified Version's license notice.
5469 These titles must be distinct from any other section titles.
5471 You may add a section entitled "Endorsements", provided it contains
5472 nothing but endorsements of your Modified Version by various
5473 parties--for example, statements of peer review or that the text has
5474 been approved by an organization as the authoritative definition of a
5475 standard.
5477 You may add a passage of up to five words as a Front-Cover Text, and a
5478 passage of up to 25 words as a Back-Cover Text, to the end of the list
5479 of Cover Texts in the Modified Version. Only one passage of
5480 Front-Cover Text and one of Back-Cover Text may be added by (or
5481 through arrangements made by) any one entity. If the Document already
5482 includes a cover text for the same cover, previously added by you or
5483 by arrangement made by the same entity you are acting on behalf of,
5484 you may not add another; but you may replace the old one, on explicit
5485 permission from the previous publisher that added the old one.
5487 The author(s) and publisher(s) of the Document do not by this License
5488 give permission to use their names for publicity for or to assert or
5489 imply endorsement of any Modified Version.
5492 5. COMBINING DOCUMENTS
5494 You may combine the Document with other documents released under this
5495 License, under the terms defined in section 4 above for modified
5496 versions, provided that you include in the combination all of the
5497 Invariant Sections of all of the original documents, unmodified, and
5498 list them all as Invariant Sections of your combined work in its
5499 license notice.
5501 The combined work need only contain one copy of this License, and
5502 multiple identical Invariant Sections may be replaced with a single
5503 copy. If there are multiple Invariant Sections with the same name but
5504 different contents, make the title of each such section unique by
5505 adding at the end of it, in parentheses, the name of the original
5506 author or publisher of that section if known, or else a unique number.
5507 Make the same adjustment to the section titles in the list of
5508 Invariant Sections in the license notice of the combined work.
5510 In the combination, you must combine any sections entitled "History"
5511 in the various original documents, forming one section entitled
5512 "History"; likewise combine any sections entitled "Acknowledgements",
5513 and any sections entitled "Dedications". You must delete all sections
5514 entitled "Endorsements."
5517 6. COLLECTIONS OF DOCUMENTS
5519 You may make a collection consisting of the Document and other documents
5520 released under this License, and replace the individual copies of this
5521 License in the various documents with a single copy that is included in
5522 the collection, provided that you follow the rules of this License for
5523 verbatim copying of each of the documents in all other respects.
5525 You may extract a single document from such a collection, and distribute
5526 it individually under this License, provided you insert a copy of this
5527 License into the extracted document, and follow this License in all
5528 other respects regarding verbatim copying of that document.
5531 7. AGGREGATION WITH INDEPENDENT WORKS
5533 A compilation of the Document or its derivatives with other separate
5534 and independent documents or works, in or on a volume of a storage or
5535 distribution medium, does not as a whole count as a Modified Version
5536 of the Document, provided no compilation copyright is claimed for the
5537 compilation. Such a compilation is called an "aggregate", and this
5538 License does not apply to the other self-contained works thus compiled
5539 with the Document, on account of their being thus compiled, if they
5540 are not themselves derivative works of the Document.
5542 If the Cover Text requirement of section 3 is applicable to these
5543 copies of the Document, then if the Document is less than one quarter
5544 of the entire aggregate, the Document's Cover Texts may be placed on
5545 covers that surround only the Document within the aggregate.
5546 Otherwise they must appear on covers around the whole aggregate.
5549 8. TRANSLATION
5551 Translation is considered a kind of modification, so you may
5552 distribute translations of the Document under the terms of section 4.
5553 Replacing Invariant Sections with translations requires special
5554 permission from their copyright holders, but you may include
5555 translations of some or all Invariant Sections in addition to the
5556 original versions of these Invariant Sections. You may include a
5557 translation of this License provided that you also include the
5558 original English version of this License. In case of a disagreement
5559 between the translation and the original English version of this
5560 License, the original English version will prevail.
5563 9. TERMINATION
5565 You may not copy, modify, sublicense, or distribute the Document except
5566 as expressly provided for under this License. Any other attempt to
5567 copy, modify, sublicense or distribute the Document is void, and will
5568 automatically terminate your rights under this License. However,
5569 parties who have received copies, or rights, from you under this
5570 License will not have their licenses terminated so long as such
5571 parties remain in full compliance.
5574 10. FUTURE REVISIONS OF THIS LICENSE
5576 The Free Software Foundation may publish new, revised versions
5577 of the GNU Free Documentation License from time to time. Such new
5578 versions will be similar in spirit to the present version, but may
5579 differ in detail to address new problems or concerns. See
5580 http://www.gnu.org/copyleft/.
5582 Each version of the License is given a distinguishing version number.
5583 If the Document specifies that a particular numbered version of this
5584 License "or any later version" applies to it, you have the option of
5585 following the terms and conditions either of that specified version or
5586 of any later version that has been published (not as a draft) by the
5587 Free Software Foundation. If the Document does not specify a version
5588 number of this License, you may choose any version ever published (not
5589 as a draft) by the Free Software Foundation.
5592 ADDENDUM: How to use this License for your documents
5594 To use this License in a document you have written, include a copy of
5595 the License in the document and put the following copyright and
5596 license notices just after the title page:
5598 Copyright (c) YEAR YOUR NAME.
5599 Permission is granted to copy, distribute and/or modify this document
5600 under the terms of the GNU Free Documentation License, Version 1.1
5601 or any later version published by the Free Software Foundation;
5602 with the Invariant Sections being LIST THEIR TITLES, with the
5603 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
5604 A copy of the license is included in the section entitled "GNU
5605 Free Documentation License".
5607 If you have no Invariant Sections, write "with no Invariant Sections"
5608 instead of saying which ones are invariant. If you have no
5609 Front-Cover Texts, write "no Front-Cover Texts" instead of
5610 "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
5612 If your document contains nontrivial examples of program code, we
5613 recommend releasing these examples in parallel under your choice of
5614 free software license, such as the GNU General Public License,
5615 to permit their use in free software.
5617 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5618 </pre>
5619 <ul>
5620 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5621 </ul>
5622 </div>
5623 </div>
5626 <div class="product">
5627 <span class="title">gzip-1.5</span>
5628 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5629 <span class="homepage"><a href="http://www.gnu.org/software/gzip/">homepage</a></span>
5630 <div class="licence">
5631 <pre></pre>
5632 <ul>
5633 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
5634 </ul>
5635 </div>
5636 </div>
5639 <div class="product">
5640 <span class="title">harfbuzz-0.9.18</span>
5641 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5642 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/HarfBuzz">homepage</a></span>
5643 <div class="licence">
5644 <pre>Scanned Source License harfbuzz-0.9.18/COPYING:
5646 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
5647 For parts of HarfBuzz that are licensed under different licenses see individual
5648 files names COPYING in subdirectories where applicable.
5650 Copyright © 2010,2011,2012 Google, Inc.
5651 Copyright © 2012 Mozilla Foundation
5652 Copyright © 2011 Codethink Limited
5653 Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
5654 Copyright © 2009 Keith Stribley
5655 Copyright © 2009 Martin Hosken and SIL International
5656 Copyright © 2007 Chris Wilson
5657 Copyright © 2006 Behdad Esfahbod
5658 Copyright © 2005 David Turner
5659 Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc.
5660 Copyright © 1998-2004 David Turner and Werner Lemberg
5662 For full copyright notices consult the individual files in the package.
5665 Permission is hereby granted, without written agreement and without
5666 license or royalty fees, to use, copy, modify, and distribute this
5667 software and its documentation for any purpose, provided that the
5668 above copyright notice and the following two paragraphs appear in
5669 all copies of this software.
5671 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
5672 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
5673 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
5674 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
5675 DAMAGE.
5677 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
5678 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5679 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
5680 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
5681 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
5683 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5685 Scanned Source License harfbuzz-0.9.18/src/hb-icu-le/COPYING:
5687 The contents of this directory are licensed under the ICU license.
5688 See file license.html.
5690 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5692 Scanned Source License harfbuzz-0.9.18/src/hb-old/COPYING:
5694 HarfBuzz-old was previously licensed under different licenses. This was
5695 changed in January 2008. If you need to relicense your old copies,
5696 consult the announcement of the license change on the internet.
5697 Other than that, each copy of HarfBuzz-old is licensed under the COPYING
5698 file included with it. The actual license follows:
5701 Permission is hereby granted, without written agreement and without
5702 license or royalty fees, to use, copy, modify, and distribute this
5703 software and its documentation for any purpose, provided that the
5704 above copyright notice and the following two paragraphs appear in
5705 all copies of this software.
5707 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
5708 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
5709 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
5710 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
5711 DAMAGE.
5713 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
5714 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5715 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
5716 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
5717 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
5719 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5721 Scanned Source License harfbuzz-0.9.18/src/hb-ucdn/COPYING:
5723 The contents of this directory are licensed under the following terms:
5725 Permission to use, copy, modify, and/or distribute this software for any
5726 purpose with or without fee is hereby granted, provided that the above
5727 copyright notice and this permission notice appear in all copies.
5729 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5730 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5731 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5732 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5733 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5734 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5735 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5737 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5739 Gentoo Package Stock License icu:
5741 ICU License - ICU 1.8.1 and later
5743 COPYRIGHT AND PERMISSION NOTICE
5745 Copyright (c) 1995-2003 International Business Machines Corporation and others
5746 All rights reserved.
5748 Permission is hereby granted, free of charge, to any person obtaining a
5749 copy of this software and associated documentation files (the
5750 "Software"), to deal in the Software without restriction, including
5751 without limitation the rights to use, copy, modify, merge, publish,
5752 distribute, and/or sell copies of the Software, and to permit persons
5753 to whom the Software is furnished to do so, provided that the above
5754 copyright notice(s) and this permission notice appear in all copies of
5755 the Software and that both the above copyright notice(s) and this
5756 permission notice appear in supporting documentation.
5758 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
5759 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5760 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
5761 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
5762 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
5763 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
5764 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
5765 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
5766 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5768 Except as contained in this notice, the name of a copyright holder
5769 shall not be used in advertising or otherwise to promote the sale, use
5770 or other dealings in this Software without prior written authorization
5771 of the copyright holder.
5773 --------------------------------------------------------------------------------
5774 All trademarks and registered trademarks mentioned herein are the property of their respective owners.
5776 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5777 </pre>
5778 <ul>
5779 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
5780 </ul>
5781 </div>
5782 </div>
5785 <div class="product">
5786 <span class="title">hdparm-9.39</span>
5787 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5788 <span class="homepage"><a href="http://sourceforge.net/projects/hdparm/">homepage</a></span>
5789 <div class="licence">
5790 <pre>Scanned Source License hdparm-9.39/LICENSE.TXT:
5792 BSD-Style Open Source License:
5794 You may freely use, modify, and redistribute the hdparm program,
5795 as either binary or source, or both.
5797 The only condition is that my name and copyright notice
5798 remain in the source code as-is.
5800 Mark Lord (mlord@pobox.com)
5802 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5804 Scanned Source License hdparm-9.39/debian/copyright:
5806 This package was debianized by Christopher L Cheney &lt;ccheney@debian.org&gt; on
5807 Wed, 21 Nov 2001 15:51:14 -0600.
5809 It was downloaded from http://www.ibiblio.org/pub/Linux/system/hardware
5811 Upstream Author: Mark S. Lord &lt;mlord@pobox.com&gt;
5813 Copyright:
5815 /* hdparm.c - Command line interface to get/set hard disk parameters */
5816 /* - by Mark Lord © 1994-2008 -- freely distributable */
5818 You are free to distribute this software under the terms of the BSD License.
5819 On Debian systems, the complete text of the BSD License can be found in
5820 /usr/share/common-licenses/BSD
5824 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5825 </pre>
5826 <ul>
5827 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5828 </ul>
5829 </div>
5830 </div>
5833 <div class="product">
5834 <span class="title">hwids-20120922</span>
5835 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5836 <span class="homepage"><a href="https://github.com/gentoo/hwids">homepage</a></span>
5837 <div class="licence">
5838 <pre></pre>
5839 <ul>
5840 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5841 </ul>
5842 </div>
5843 </div>
5846 <div class="product">
5847 <span class="title">ibus-1.4.99.20120314</span>
5848 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5849 <span class="homepage"><a href="http://code.google.com/p/ibus/">homepage</a></span>
5850 <div class="licence">
5851 <pre></pre>
5852 <ul>
5853 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
5854 </ul>
5855 </div>
5856 </div>
5859 <div class="product">
5860 <span class="title">iniparser-3.0b</span>
5861 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5862 <span class="homepage"><a href="http://ndevilla.free.fr/iniparser/">homepage</a></span>
5863 <div class="licence">
5864 <pre>Scanned Source License iniparser3.0b/LICENSE:
5866 Copyright (c) 2000-2007 by Nicolas Devillard.
5867 MIT License
5869 Permission is hereby granted, free of charge, to any person obtaining a
5870 copy of this software and associated documentation files (the "Software"),
5871 to deal in the Software without restriction, including without limitation
5872 the rights to use, copy, modify, merge, publish, distribute, sublicense,
5873 and/or sell copies of the Software, and to permit persons to whom the
5874 Software is furnished to do so, subject to the following conditions:
5876 The above copyright notice and this permission notice shall be included in
5877 all copies or substantial portions of the Software.
5879 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5880 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5881 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5882 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5883 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5884 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5885 DEALINGS IN THE SOFTWARE.
5888 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5889 </pre>
5890 <ul>
5892 </ul>
5893 </div>
5894 </div>
5897 <div class="product">
5898 <span class="title">input-tools-3.0.0.0</span>
5899 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5900 <span class="homepage"><a href="http://www.google.com/inputtools">homepage</a></span>
5901 <div class="licence">
5902 <pre></pre>
5903 <ul>
5904 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
5905 </ul>
5906 </div>
5907 </div>
5910 <div class="product">
5911 <span class="title">intltool-0.41.0</span>
5912 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5913 <span class="homepage"><a href="http://edge.launchpad.net/intltool/">homepage</a></span>
5914 <div class="licence">
5915 <pre></pre>
5916 <ul>
5917 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5918 </ul>
5919 </div>
5920 </div>
5923 <div class="product">
5924 <span class="title">iotools-1.4</span>
5925 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5926 <span class="homepage"><a href="http://code.google.com/p/iotools/">homepage</a></span>
5927 <div class="licence">
5928 <pre></pre>
5929 <ul>
5930 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5931 </ul>
5932 </div>
5933 </div>
5936 <div class="product">
5937 <span class="title">iptables-1.4.8</span>
5938 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5939 <span class="homepage"><a href="http://www.iptables.org/">homepage</a></span>
5940 <div class="licence">
5941 <pre></pre>
5942 <ul>
5943 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
5944 </ul>
5945 </div>
5946 </div>
5949 <div class="product">
5950 <span class="title">iputils-20100418</span>
5951 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
5952 <span class="homepage"><a href="http://www.linux-foundation.org/en/Net:Iputils">homepage</a></span>
5953 <div class="licence">
5954 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils:
5956 Copyright (c) 1989 The Regents of the University of California.
5957 All rights reserved.
5959 This code is derived from software contributed to Berkeley by
5960 Mike Muuss.
5962 Redistribution and use in source and binary forms, with or without
5963 modification, are permitted provided that the following conditions
5964 are met:
5965 1. Redistributions of source code must retain the above copyright
5966 notice, this list of conditions and the following disclaimer.
5967 2. Redistributions in binary form must reproduce the above copyright
5968 notice, this list of conditions and the following disclaimer in the
5969 documentation and/or other materials provided with the distribution.
5970 3. All advertising materials mentioning features or use of this software
5971 must display the following acknowledgement:
5972 This product includes software developed by the University of
5973 California, Berkeley and its contributors.
5974 4. Neither the name of the University nor the names of its contributors
5975 may be used to endorse or promote products derived from this software
5976 without specific prior written permission.
5978 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
5979 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5980 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5981 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
5982 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5983 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5984 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5985 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5986 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5987 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5988 SUCH DAMAGE.
5990 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5991 </pre>
5992 <ul>
5994 </ul>
5995 </div>
5996 </div>
5999 <div class="product">
6000 <span class="title">iw-3.6</span>
6001 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6002 <span class="homepage"><a href="http://wireless.kernel.org/en/users/Documentation/iw">homepage</a></span>
6003 <div class="licence">
6004 <pre>Scanned Source License iw-3.6/COPYING:
6006 Copyright (c) 2007, 2008 Johannes Berg
6007 Copyright (c) 2007 Andy Lutomirski
6008 Copyright (c) 2007 Mike Kershaw
6009 Copyright (c) 2008-2009 Luis R. Rodriguez
6011 Permission to use, copy, modify, and/or distribute this software for any
6012 purpose with or without fee is hereby granted, provided that the above
6013 copyright notice and this permission notice appear in all copies.
6015 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
6016 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
6017 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
6018 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6019 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
6020 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
6021 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6023 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6024 </pre>
6025 <ul>
6026 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
6027 </ul>
6028 </div>
6029 </div>
6032 <div class="product">
6033 <span class="title">kbd-1.15.3</span>
6034 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6035 <span class="homepage"><a href="http://freshmeat.net/projects/kbd/">homepage</a></span>
6036 <div class="licence">
6037 <pre></pre>
6038 <ul>
6039 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6040 </ul>
6041 </div>
6042 </div>
6045 <div class="product">
6046 <span class="title">keyutils-1.1</span>
6047 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6048 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
6049 <div class="licence">
6050 <pre></pre>
6051 <ul>
6052 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6053 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6054 </ul>
6055 </div>
6056 </div>
6059 <div class="product">
6060 <span class="title">ko-nanumfonts-3.10.0</span>
6061 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6062 <span class="homepage"><a href="http://hangeul.naver.com/index.nhn">homepage</a></span>
6063 <div class="licence">
6064 <pre>Scanned Source License ko-nanumfonts-3.10.0/LICENSE:
6066 Copyright (c) 2010, NHN Corporation (http://www.nhncorp.com),
6067 with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver
6068 NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver
6069 NanumBrush, NanumPen, Naver NanumPen
6071 This Font Software is licensed under the SIL Open Font License,
6072 Version 1.1.
6074 This license is copied below, and is also available with a FAQ at:
6075 http://scripts.sil.org/OFL
6077 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
6079 PREAMBLE The goals of the Open Font License (OFL) are to stimulate
6080 worldwide development of collaborative font projects, to support the font
6081 creation efforts of academic and linguistic communities, and to provide
6082 a free and open framework in which fonts may be shared and improved in
6083 partnership with others.
6085 The OFL allows the licensed fonts to be used, studied, modified and
6086 redistributed freely as long as they are not sold by themselves.
6087 The fonts, including any derivative works, can be bundled, embedded,
6088 redistributed and/or sold with any software provided that any reserved
6089 names are not used by derivative works. The fonts and derivatives,
6090 however, cannot be released under any other type of license. The
6091 requirement for fonts to remain under this license does not apply to
6092 any document created using the fonts or their derivatives.
6096 DEFINITIONS
6097 "Font Software" refers to the set of files released by the Copyright
6098 Holder(s) under this license and clearly marked as such.
6099 This may include source files, build scripts and documentation.
6101 "Reserved Font Name" refers to any names specified as such after the
6102 copyright statement(s).
6104 "Original Version" refers to the collection of Font Software components
6105 as distributed by the Copyright Holder(s).
6107 "Modified Version" refers to any derivative made by adding to, deleting,
6108 or substituting ? in part or in whole ?
6109 any of the components of the Original Version, by changing formats or
6110 by porting the Font Software to a new environment.
6112 "Author" refers to any designer, engineer, programmer, technical writer
6113 or other person who contributed to the Font Software.
6116 PERMISSION &amp; CONDITIONS
6118 Permission is hereby granted, free of charge, to any person obtaining a
6119 copy of the Font Software, to use, study, copy, merge, embed, modify,
6120 redistribute, and sell modified and unmodified copies of the Font
6121 Software, subject to the following conditions:
6123 1) Neither the Font Software nor any of its individual components,in
6124 Original or Modified Versions, may be sold by itself.
6126 2) Original or Modified Versions of the Font Software may be bundled,
6127 redistributed and/or sold with any software, provided that each copy
6128 contains the above copyright notice and this license. These can be
6129 included either as stand-alone text files, human-readable headers or
6130 in the appropriate machine-readable metadata fields within text or
6131 binary files as long as those fields can be easily viewed by the user.
6133 3) No Modified Version of the Font Software may use the Reserved Font
6134 Name(s) unless explicit written permission is granted by the
6135 corresponding Copyright Holder. This restriction only applies to the
6136 primary font name as presented to the users.
6138 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
6139 Software shall not be used to promote, endorse or advertise any
6140 Modified Version, except to acknowledge the contribution(s) of the
6141 Copyright Holder(s) and the Author(s) or with their explicit written
6142 permission.
6144 5) The Font Software, modified or unmodified, in part or in whole, must
6145 be distributed entirely under this license, and must not be distributed
6146 under any other license. The requirement for fonts to remain under
6147 this license does not apply to any document created using the Font
6148 Software.
6152 TERMINATION
6153 This license becomes null and void if any of the above conditions are not met.
6157 DISCLAIMER
6158 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
6159 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
6160 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
6161 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
6162 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
6163 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
6164 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6165 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
6166 DEALINGS IN THE FONT SOFTWARE.
6169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6170 </pre>
6171 <ul>
6172 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
6173 </ul>
6174 </div>
6175 </div>
6178 <div class="product">
6179 <span class="title">ladspa-sdk-1.13</span>
6180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6181 <span class="homepage"><a href="http://www.ladspa.org/">homepage</a></span>
6182 <div class="licence">
6183 <pre></pre>
6184 <ul>
6185 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
6186 </ul>
6187 </div>
6188 </div>
6191 <div class="product">
6192 <span class="title">laptop-mode-tools-1.59</span>
6193 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6194 <span class="homepage"><a href="http://www.samwel.tk/laptop_mode/">homepage</a></span>
6195 <div class="licence">
6196 <pre></pre>
6197 <ul>
6198 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
6199 </ul>
6200 </div>
6201 </div>
6204 <div class="product">
6205 <span class="title">leveldb-0.0.1</span>
6206 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6207 <span class="homepage"><a href="http://code.google.com/p/leveldb/">homepage</a></span>
6208 <div class="licence">
6209 <pre>Scanned Source License leveldb-0.0.1/LICENSE:
6211 Copyright (c) 2011 The LevelDB Authors. All rights reserved.
6213 Redistribution and use in source and binary forms, with or without
6214 modification, are permitted provided that the following conditions are
6215 met:
6217 * Redistributions of source code must retain the above copyright
6218 notice, this list of conditions and the following disclaimer.
6219 * Redistributions in binary form must reproduce the above
6220 copyright notice, this list of conditions and the following disclaimer
6221 in the documentation and/or other materials provided with the
6222 distribution.
6223 * Neither the name of Google Inc. nor the names of its
6224 contributors may be used to endorse or promote products derived from
6225 this software without specific prior written permission.
6227 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6228 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6229 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6230 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6231 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6232 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6233 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6234 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6235 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6236 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6237 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6239 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6240 </pre>
6241 <ul>
6243 </ul>
6244 </div>
6245 </div>
6248 <div class="product">
6249 <span class="title">libatomic_ops-7.2d</span>
6250 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
6251 <span class="homepage"><a href="http://www.hpl.hp.com/research/linux/atomic_ops/">homepage</a></span>
6252 <div class="licence">
6253 <pre>Scanned Source License gc-7.2/libatomic_ops/COPYING:
6255 GNU GENERAL PUBLIC LICENSE
6256 Version 2, June 1991
6258 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
6259 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6260 Everyone is permitted to copy and distribute verbatim copies
6261 of this license document, but changing it is not allowed.
6263 Preamble
6265 The licenses for most software are designed to take away your
6266 freedom to share and change it. By contrast, the GNU General Public
6267 License is intended to guarantee your freedom to share and change free
6268 software--to make sure the software is free for all its users. This
6269 General Public License applies to most of the Free Software
6270 Foundation's software and to any other program whose authors commit to
6271 using it. (Some other Free Software Foundation software is covered by
6272 the GNU Library General Public License instead.) You can apply it to
6273 your programs, too.
6275 When we speak of free software, we are referring to freedom, not
6276 price. Our General Public Licenses are designed to make sure that you
6277 have the freedom to distribute copies of free software (and charge for
6278 this service if you wish), that you receive source code or can get it
6279 if you want it, that you can change the software or use pieces of it
6280 in new free programs; and that you know you can do these things.
6282 To protect your rights, we need to make restrictions that forbid
6283 anyone to deny you these rights or to ask you to surrender the rights.
6284 These restrictions translate to certain responsibilities for you if you
6285 distribute copies of the software, or if you modify it.
6287 For example, if you distribute copies of such a program, whether
6288 gratis or for a fee, you must give the recipients all the rights that
6289 you have. You must make sure that they, too, receive or can get the
6290 source code. And you must show them these terms so they know their
6291 rights.
6293 We protect your rights with two steps: (1) copyright the software, and
6294 (2) offer you this license which gives you legal permission to copy,
6295 distribute and/or modify the software.
6297 Also, for each author's protection and ours, we want to make certain
6298 that everyone understands that there is no warranty for this free
6299 software. If the software is modified by someone else and passed on, we
6300 want its recipients to know that what they have is not the original, so
6301 that any problems introduced by others will not reflect on the original
6302 authors' reputations.
6304 Finally, any free program is threatened constantly by software
6305 patents. We wish to avoid the danger that redistributors of a free
6306 program will individually obtain patent licenses, in effect making the
6307 program proprietary. To prevent this, we have made it clear that any
6308 patent must be licensed for everyone's free use or not licensed at all.
6310 The precise terms and conditions for copying, distribution and
6311 modification follow.
6313 GNU GENERAL PUBLIC LICENSE
6314 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6316 0. This License applies to any program or other work which contains
6317 a notice placed by the copyright holder saying it may be distributed
6318 under the terms of this General Public License. The "Program", below,
6319 refers to any such program or work, and a "work based on the Program"
6320 means either the Program or any derivative work under copyright law:
6321 that is to say, a work containing the Program or a portion of it,
6322 either verbatim or with modifications and/or translated into another
6323 language. (Hereinafter, translation is included without limitation in
6324 the term "modification".) Each licensee is addressed as "you".
6326 Activities other than copying, distribution and modification are not
6327 covered by this License; they are outside its scope. The act of
6328 running the Program is not restricted, and the output from the Program
6329 is covered only if its contents constitute a work based on the
6330 Program (independent of having been made by running the Program).
6331 Whether that is true depends on what the Program does.
6333 1. You may copy and distribute verbatim copies of the Program's
6334 source code as you receive it, in any medium, provided that you
6335 conspicuously and appropriately publish on each copy an appropriate
6336 copyright notice and disclaimer of warranty; keep intact all the
6337 notices that refer to this License and to the absence of any warranty;
6338 and give any other recipients of the Program a copy of this License
6339 along with the Program.
6341 You may charge a fee for the physical act of transferring a copy, and
6342 you may at your option offer warranty protection in exchange for a fee.
6344 2. You may modify your copy or copies of the Program or any portion
6345 of it, thus forming a work based on the Program, and copy and
6346 distribute such modifications or work under the terms of Section 1
6347 above, provided that you also meet all of these conditions:
6349 a) You must cause the modified files to carry prominent notices
6350 stating that you changed the files and the date of any change.
6352 b) You must cause any work that you distribute or publish, that in
6353 whole or in part contains or is derived from the Program or any
6354 part thereof, to be licensed as a whole at no charge to all third
6355 parties under the terms of this License.
6357 c) If the modified program normally reads commands interactively
6358 when run, you must cause it, when started running for such
6359 interactive use in the most ordinary way, to print or display an
6360 announcement including an appropriate copyright notice and a
6361 notice that there is no warranty (or else, saying that you provide
6362 a warranty) and that users may redistribute the program under
6363 these conditions, and telling the user how to view a copy of this
6364 License. (Exception: if the Program itself is interactive but
6365 does not normally print such an announcement, your work based on
6366 the Program is not required to print an announcement.)
6368 These requirements apply to the modified work as a whole. If
6369 identifiable sections of that work are not derived from the Program,
6370 and can be reasonably considered independent and separate works in
6371 themselves, then this License, and its terms, do not apply to those
6372 sections when you distribute them as separate works. But when you
6373 distribute the same sections as part of a whole which is a work based
6374 on the Program, the distribution of the whole must be on the terms of
6375 this License, whose permissions for other licensees extend to the
6376 entire whole, and thus to each and every part regardless of who wrote it.
6378 Thus, it is not the intent of this section to claim rights or contest
6379 your rights to work written entirely by you; rather, the intent is to
6380 exercise the right to control the distribution of derivative or
6381 collective works based on the Program.
6383 In addition, mere aggregation of another work not based on the Program
6384 with the Program (or with a work based on the Program) on a volume of
6385 a storage or distribution medium does not bring the other work under
6386 the scope of this License.
6388 3. You may copy and distribute the Program (or a work based on it,
6389 under Section 2) in object code or executable form under the terms of
6390 Sections 1 and 2 above provided that you also do one of the following:
6392 a) Accompany it with the complete corresponding machine-readable
6393 source code, which must be distributed under the terms of Sections
6394 1 and 2 above on a medium customarily used for software interchange; or,
6396 b) Accompany it with a written offer, valid for at least three
6397 years, to give any third party, for a charge no more than your
6398 cost of physically performing source distribution, a complete
6399 machine-readable copy of the corresponding source code, to be
6400 distributed under the terms of Sections 1 and 2 above on a medium
6401 customarily used for software interchange; or,
6403 c) Accompany it with the information you received as to the offer
6404 to distribute corresponding source code. (This alternative is
6405 allowed only for noncommercial distribution and only if you
6406 received the program in object code or executable form with such
6407 an offer, in accord with Subsection b above.)
6409 The source code for a work means the preferred form of the work for
6410 making modifications to it. For an executable work, complete source
6411 code means all the source code for all modules it contains, plus any
6412 associated interface definition files, plus the scripts used to
6413 control compilation and installation of the executable. However, as a
6414 special exception, the source code distributed need not include
6415 anything that is normally distributed (in either source or binary
6416 form) with the major components (compiler, kernel, and so on) of the
6417 operating system on which the executable runs, unless that component
6418 itself accompanies the executable.
6420 If distribution of executable or object code is made by offering
6421 access to copy from a designated place, then offering equivalent
6422 access to copy the source code from the same place counts as
6423 distribution of the source code, even though third parties are not
6424 compelled to copy the source along with the object code.
6426 4. You may not copy, modify, sublicense, or distribute the Program
6427 except as expressly provided under this License. Any attempt
6428 otherwise to copy, modify, sublicense or distribute the Program is
6429 void, and will automatically terminate your rights under this License.
6430 However, parties who have received copies, or rights, from you under
6431 this License will not have their licenses terminated so long as such
6432 parties remain in full compliance.
6434 5. You are not required to accept this License, since you have not
6435 signed it. However, nothing else grants you permission to modify or
6436 distribute the Program or its derivative works. These actions are
6437 prohibited by law if you do not accept this License. Therefore, by
6438 modifying or distributing the Program (or any work based on the
6439 Program), you indicate your acceptance of this License to do so, and
6440 all its terms and conditions for copying, distributing or modifying
6441 the Program or works based on it.
6443 6. Each time you redistribute the Program (or any work based on the
6444 Program), the recipient automatically receives a license from the
6445 original licensor to copy, distribute or modify the Program subject to
6446 these terms and conditions. You may not impose any further
6447 restrictions on the recipients' exercise of the rights granted herein.
6448 You are not responsible for enforcing compliance by third parties to
6449 this License.
6451 7. If, as a consequence of a court judgment or allegation of patent
6452 infringement or for any other reason (not limited to patent issues),
6453 conditions are imposed on you (whether by court order, agreement or
6454 otherwise) that contradict the conditions of this License, they do not
6455 excuse you from the conditions of this License. If you cannot
6456 distribute so as to satisfy simultaneously your obligations under this
6457 License and any other pertinent obligations, then as a consequence you
6458 may not distribute the Program at all. For example, if a patent
6459 license would not permit royalty-free redistribution of the Program by
6460 all those who receive copies directly or indirectly through you, then
6461 the only way you could satisfy both it and this License would be to
6462 refrain entirely from distribution of the Program.
6464 If any portion of this section is held invalid or unenforceable under
6465 any particular circumstance, the balance of the section is intended to
6466 apply and the section as a whole is intended to apply in other
6467 circumstances.
6469 It is not the purpose of this section to induce you to infringe any
6470 patents or other property right claims or to contest validity of any
6471 such claims; this section has the sole purpose of protecting the
6472 integrity of the free software distribution system, which is
6473 implemented by public license practices. Many people have made
6474 generous contributions to the wide range of software distributed
6475 through that system in reliance on consistent application of that
6476 system; it is up to the author/donor to decide if he or she is willing
6477 to distribute software through any other system and a licensee cannot
6478 impose that choice.
6480 This section is intended to make thoroughly clear what is believed to
6481 be a consequence of the rest of this License.
6483 8. If the distribution and/or use of the Program is restricted in
6484 certain countries either by patents or by copyrighted interfaces, the
6485 original copyright holder who places the Program under this License
6486 may add an explicit geographical distribution limitation excluding
6487 those countries, so that distribution is permitted only in or among
6488 countries not thus excluded. In such case, this License incorporates
6489 the limitation as if written in the body of this License.
6491 9. The Free Software Foundation may publish revised and/or new versions
6492 of the General Public License from time to time. Such new versions will
6493 be similar in spirit to the present version, but may differ in detail to
6494 address new problems or concerns.
6496 Each version is given a distinguishing version number. If the Program
6497 specifies a version number of this License which applies to it and "any
6498 later version", you have the option of following the terms and conditions
6499 either of that version or of any later version published by the Free
6500 Software Foundation. If the Program does not specify a version number of
6501 this License, you may choose any version ever published by the Free Software
6502 Foundation.
6504 10. If you wish to incorporate parts of the Program into other free
6505 programs whose distribution conditions are different, write to the author
6506 to ask for permission. For software which is copyrighted by the Free
6507 Software Foundation, write to the Free Software Foundation; we sometimes
6508 make exceptions for this. Our decision will be guided by the two goals
6509 of preserving the free status of all derivatives of our free software and
6510 of promoting the sharing and reuse of software generally.
6512 NO WARRANTY
6514 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
6515 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
6516 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
6517 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
6518 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6519 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
6520 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
6521 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
6522 REPAIR OR CORRECTION.
6524 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
6525 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
6526 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
6527 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
6528 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
6529 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
6530 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
6531 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6532 POSSIBILITY OF SUCH DAMAGES.
6534 END OF TERMS AND CONDITIONS
6536 How to Apply These Terms to Your New Programs
6538 If you develop a new program, and you want it to be of the greatest
6539 possible use to the public, the best way to achieve this is to make it
6540 free software which everyone can redistribute and change under these terms.
6542 To do so, attach the following notices to the program. It is safest
6543 to attach them to the start of each source file to most effectively
6544 convey the exclusion of warranty; and each file should have at least
6545 the "copyright" line and a pointer to where the full notice is found.
6547 &lt;one line to give the program's name and a brief idea of what it does.&gt;
6548 Copyright (C) &lt;year&gt; &lt;name of author&gt;
6550 This program is free software; you can redistribute it and/or modify
6551 it under the terms of the GNU General Public License as published by
6552 the Free Software Foundation; either version 2 of the License, or
6553 (at your option) any later version.
6555 This program is distributed in the hope that it will be useful,
6556 but WITHOUT ANY WARRANTY; without even the implied warranty of
6557 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6558 GNU General Public License for more details.
6560 You should have received a copy of the GNU General Public License
6561 along with this program; if not, write to the Free Software
6562 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6565 Also add information on how to contact you by electronic and paper mail.
6567 If the program is interactive, make it output a short notice like this
6568 when it starts in an interactive mode:
6570 Gnomovision version 69, Copyright (C) year name of author
6571 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
6572 This is free software, and you are welcome to redistribute it
6573 under certain conditions; type `show c' for details.
6575 The hypothetical commands `show w' and `show c' should show the appropriate
6576 parts of the General Public License. Of course, the commands you use may
6577 be called something other than `show w' and `show c'; they could even be
6578 mouse-clicks or menu items--whatever suits your program.
6580 You should also get your employer (if you work as a programmer) or your
6581 school, if any, to sign a "copyright disclaimer" for the program, if
6582 necessary. Here is a sample; alter the names:
6584 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
6585 `Gnomovision' (which makes passes at compilers) written by James Hacker.
6587 &lt;signature of Ty Coon&gt;, 1 April 1989
6588 Ty Coon, President of Vice
6590 This General Public License does not permit incorporating your program into
6591 proprietary programs. If your program is a subroutine library, you may
6592 consider it more useful to permit linking proprietary applications with the
6593 library. If this is what you want to do, use the GNU Library General
6594 Public License instead of this License.
6596 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6598 Scanned Source License gc-7.2/libatomic_ops/doc/COPYING:
6600 GNU GENERAL PUBLIC LICENSE
6601 Version 2, June 1991
6603 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
6604 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6605 Everyone is permitted to copy and distribute verbatim copies
6606 of this license document, but changing it is not allowed.
6608 Preamble
6610 The licenses for most software are designed to take away your
6611 freedom to share and change it. By contrast, the GNU General Public
6612 License is intended to guarantee your freedom to share and change free
6613 software--to make sure the software is free for all its users. This
6614 General Public License applies to most of the Free Software
6615 Foundation's software and to any other program whose authors commit to
6616 using it. (Some other Free Software Foundation software is covered by
6617 the GNU Library General Public License instead.) You can apply it to
6618 your programs, too.
6620 When we speak of free software, we are referring to freedom, not
6621 price. Our General Public Licenses are designed to make sure that you
6622 have the freedom to distribute copies of free software (and charge for
6623 this service if you wish), that you receive source code or can get it
6624 if you want it, that you can change the software or use pieces of it
6625 in new free programs; and that you know you can do these things.
6627 To protect your rights, we need to make restrictions that forbid
6628 anyone to deny you these rights or to ask you to surrender the rights.
6629 These restrictions translate to certain responsibilities for you if you
6630 distribute copies of the software, or if you modify it.
6632 For example, if you distribute copies of such a program, whether
6633 gratis or for a fee, you must give the recipients all the rights that
6634 you have. You must make sure that they, too, receive or can get the
6635 source code. And you must show them these terms so they know their
6636 rights.
6638 We protect your rights with two steps: (1) copyright the software, and
6639 (2) offer you this license which gives you legal permission to copy,
6640 distribute and/or modify the software.
6642 Also, for each author's protection and ours, we want to make certain
6643 that everyone understands that there is no warranty for this free
6644 software. If the software is modified by someone else and passed on, we
6645 want its recipients to know that what they have is not the original, so
6646 that any problems introduced by others will not reflect on the original
6647 authors' reputations.
6649 Finally, any free program is threatened constantly by software
6650 patents. We wish to avoid the danger that redistributors of a free
6651 program will individually obtain patent licenses, in effect making the
6652 program proprietary. To prevent this, we have made it clear that any
6653 patent must be licensed for everyone's free use or not licensed at all.
6655 The precise terms and conditions for copying, distribution and
6656 modification follow.
6658 GNU GENERAL PUBLIC LICENSE
6659 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6661 0. This License applies to any program or other work which contains
6662 a notice placed by the copyright holder saying it may be distributed
6663 under the terms of this General Public License. The "Program", below,
6664 refers to any such program or work, and a "work based on the Program"
6665 means either the Program or any derivative work under copyright law:
6666 that is to say, a work containing the Program or a portion of it,
6667 either verbatim or with modifications and/or translated into another
6668 language. (Hereinafter, translation is included without limitation in
6669 the term "modification".) Each licensee is addressed as "you".
6671 Activities other than copying, distribution and modification are not
6672 covered by this License; they are outside its scope. The act of
6673 running the Program is not restricted, and the output from the Program
6674 is covered only if its contents constitute a work based on the
6675 Program (independent of having been made by running the Program).
6676 Whether that is true depends on what the Program does.
6678 1. You may copy and distribute verbatim copies of the Program's
6679 source code as you receive it, in any medium, provided that you
6680 conspicuously and appropriately publish on each copy an appropriate
6681 copyright notice and disclaimer of warranty; keep intact all the
6682 notices that refer to this License and to the absence of any warranty;
6683 and give any other recipients of the Program a copy of this License
6684 along with the Program.
6686 You may charge a fee for the physical act of transferring a copy, and
6687 you may at your option offer warranty protection in exchange for a fee.
6689 2. You may modify your copy or copies of the Program or any portion
6690 of it, thus forming a work based on the Program, and copy and
6691 distribute such modifications or work under the terms of Section 1
6692 above, provided that you also meet all of these conditions:
6694 a) You must cause the modified files to carry prominent notices
6695 stating that you changed the files and the date of any change.
6697 b) You must cause any work that you distribute or publish, that in
6698 whole or in part contains or is derived from the Program or any
6699 part thereof, to be licensed as a whole at no charge to all third
6700 parties under the terms of this License.
6702 c) If the modified program normally reads commands interactively
6703 when run, you must cause it, when started running for such
6704 interactive use in the most ordinary way, to print or display an
6705 announcement including an appropriate copyright notice and a
6706 notice that there is no warranty (or else, saying that you provide
6707 a warranty) and that users may redistribute the program under
6708 these conditions, and telling the user how to view a copy of this
6709 License. (Exception: if the Program itself is interactive but
6710 does not normally print such an announcement, your work based on
6711 the Program is not required to print an announcement.)
6713 These requirements apply to the modified work as a whole. If
6714 identifiable sections of that work are not derived from the Program,
6715 and can be reasonably considered independent and separate works in
6716 themselves, then this License, and its terms, do not apply to those
6717 sections when you distribute them as separate works. But when you
6718 distribute the same sections as part of a whole which is a work based
6719 on the Program, the distribution of the whole must be on the terms of
6720 this License, whose permissions for other licensees extend to the
6721 entire whole, and thus to each and every part regardless of who wrote it.
6723 Thus, it is not the intent of this section to claim rights or contest
6724 your rights to work written entirely by you; rather, the intent is to
6725 exercise the right to control the distribution of derivative or
6726 collective works based on the Program.
6728 In addition, mere aggregation of another work not based on the Program
6729 with the Program (or with a work based on the Program) on a volume of
6730 a storage or distribution medium does not bring the other work under
6731 the scope of this License.
6733 3. You may copy and distribute the Program (or a work based on it,
6734 under Section 2) in object code or executable form under the terms of
6735 Sections 1 and 2 above provided that you also do one of the following:
6737 a) Accompany it with the complete corresponding machine-readable
6738 source code, which must be distributed under the terms of Sections
6739 1 and 2 above on a medium customarily used for software interchange; or,
6741 b) Accompany it with a written offer, valid for at least three
6742 years, to give any third party, for a charge no more than your
6743 cost of physically performing source distribution, a complete
6744 machine-readable copy of the corresponding source code, to be
6745 distributed under the terms of Sections 1 and 2 above on a medium
6746 customarily used for software interchange; or,
6748 c) Accompany it with the information you received as to the offer
6749 to distribute corresponding source code. (This alternative is
6750 allowed only for noncommercial distribution and only if you
6751 received the program in object code or executable form with such
6752 an offer, in accord with Subsection b above.)
6754 The source code for a work means the preferred form of the work for
6755 making modifications to it. For an executable work, complete source
6756 code means all the source code for all modules it contains, plus any
6757 associated interface definition files, plus the scripts used to
6758 control compilation and installation of the executable. However, as a
6759 special exception, the source code distributed need not include
6760 anything that is normally distributed (in either source or binary
6761 form) with the major components (compiler, kernel, and so on) of the
6762 operating system on which the executable runs, unless that component
6763 itself accompanies the executable.
6765 If distribution of executable or object code is made by offering
6766 access to copy from a designated place, then offering equivalent
6767 access to copy the source code from the same place counts as
6768 distribution of the source code, even though third parties are not
6769 compelled to copy the source along with the object code.
6771 4. You may not copy, modify, sublicense, or distribute the Program
6772 except as expressly provided under this License. Any attempt
6773 otherwise to copy, modify, sublicense or distribute the Program is
6774 void, and will automatically terminate your rights under this License.
6775 However, parties who have received copies, or rights, from you under
6776 this License will not have their licenses terminated so long as such
6777 parties remain in full compliance.
6779 5. You are not required to accept this License, since you have not
6780 signed it. However, nothing else grants you permission to modify or
6781 distribute the Program or its derivative works. These actions are
6782 prohibited by law if you do not accept this License. Therefore, by
6783 modifying or distributing the Program (or any work based on the
6784 Program), you indicate your acceptance of this License to do so, and
6785 all its terms and conditions for copying, distributing or modifying
6786 the Program or works based on it.
6788 6. Each time you redistribute the Program (or any work based on the
6789 Program), the recipient automatically receives a license from the
6790 original licensor to copy, distribute or modify the Program subject to
6791 these terms and conditions. You may not impose any further
6792 restrictions on the recipients' exercise of the rights granted herein.
6793 You are not responsible for enforcing compliance by third parties to
6794 this License.
6796 7. If, as a consequence of a court judgment or allegation of patent
6797 infringement or for any other reason (not limited to patent issues),
6798 conditions are imposed on you (whether by court order, agreement or
6799 otherwise) that contradict the conditions of this License, they do not
6800 excuse you from the conditions of this License. If you cannot
6801 distribute so as to satisfy simultaneously your obligations under this
6802 License and any other pertinent obligations, then as a consequence you
6803 may not distribute the Program at all. For example, if a patent
6804 license would not permit royalty-free redistribution of the Program by
6805 all those who receive copies directly or indirectly through you, then
6806 the only way you could satisfy both it and this License would be to
6807 refrain entirely from distribution of the Program.
6809 If any portion of this section is held invalid or unenforceable under
6810 any particular circumstance, the balance of the section is intended to
6811 apply and the section as a whole is intended to apply in other
6812 circumstances.
6814 It is not the purpose of this section to induce you to infringe any
6815 patents or other property right claims or to contest validity of any
6816 such claims; this section has the sole purpose of protecting the
6817 integrity of the free software distribution system, which is
6818 implemented by public license practices. Many people have made
6819 generous contributions to the wide range of software distributed
6820 through that system in reliance on consistent application of that
6821 system; it is up to the author/donor to decide if he or she is willing
6822 to distribute software through any other system and a licensee cannot
6823 impose that choice.
6825 This section is intended to make thoroughly clear what is believed to
6826 be a consequence of the rest of this License.
6828 8. If the distribution and/or use of the Program is restricted in
6829 certain countries either by patents or by copyrighted interfaces, the
6830 original copyright holder who places the Program under this License
6831 may add an explicit geographical distribution limitation excluding
6832 those countries, so that distribution is permitted only in or among
6833 countries not thus excluded. In such case, this License incorporates
6834 the limitation as if written in the body of this License.
6836 9. The Free Software Foundation may publish revised and/or new versions
6837 of the General Public License from time to time. Such new versions will
6838 be similar in spirit to the present version, but may differ in detail to
6839 address new problems or concerns.
6841 Each version is given a distinguishing version number. If the Program
6842 specifies a version number of this License which applies to it and "any
6843 later version", you have the option of following the terms and conditions
6844 either of that version or of any later version published by the Free
6845 Software Foundation. If the Program does not specify a version number of
6846 this License, you may choose any version ever published by the Free Software
6847 Foundation.
6849 10. If you wish to incorporate parts of the Program into other free
6850 programs whose distribution conditions are different, write to the author
6851 to ask for permission. For software which is copyrighted by the Free
6852 Software Foundation, write to the Free Software Foundation; we sometimes
6853 make exceptions for this. Our decision will be guided by the two goals
6854 of preserving the free status of all derivatives of our free software and
6855 of promoting the sharing and reuse of software generally.
6857 NO WARRANTY
6859 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
6860 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
6861 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
6862 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
6863 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6864 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
6865 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
6866 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
6867 REPAIR OR CORRECTION.
6869 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
6870 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
6871 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
6872 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
6873 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
6874 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
6875 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
6876 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6877 POSSIBILITY OF SUCH DAMAGES.
6879 END OF TERMS AND CONDITIONS
6881 How to Apply These Terms to Your New Programs
6883 If you develop a new program, and you want it to be of the greatest
6884 possible use to the public, the best way to achieve this is to make it
6885 free software which everyone can redistribute and change under these terms.
6887 To do so, attach the following notices to the program. It is safest
6888 to attach them to the start of each source file to most effectively
6889 convey the exclusion of warranty; and each file should have at least
6890 the "copyright" line and a pointer to where the full notice is found.
6892 &lt;one line to give the program's name and a brief idea of what it does.&gt;
6893 Copyright (C) &lt;year&gt; &lt;name of author&gt;
6895 This program is free software; you can redistribute it and/or modify
6896 it under the terms of the GNU General Public License as published by
6897 the Free Software Foundation; either version 2 of the License, or
6898 (at your option) any later version.
6900 This program is distributed in the hope that it will be useful,
6901 but WITHOUT ANY WARRANTY; without even the implied warranty of
6902 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6903 GNU General Public License for more details.
6905 You should have received a copy of the GNU General Public License
6906 along with this program; if not, write to the Free Software
6907 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6910 Also add information on how to contact you by electronic and paper mail.
6912 If the program is interactive, make it output a short notice like this
6913 when it starts in an interactive mode:
6915 Gnomovision version 69, Copyright (C) year name of author
6916 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
6917 This is free software, and you are welcome to redistribute it
6918 under certain conditions; type `show c' for details.
6920 The hypothetical commands `show w' and `show c' should show the appropriate
6921 parts of the General Public License. Of course, the commands you use may
6922 be called something other than `show w' and `show c'; they could even be
6923 mouse-clicks or menu items--whatever suits your program.
6925 You should also get your employer (if you work as a programmer) or your
6926 school, if any, to sign a "copyright disclaimer" for the program, if
6927 necessary. Here is a sample; alter the names:
6929 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
6930 `Gnomovision' (which makes passes at compilers) written by James Hacker.
6932 &lt;signature of Ty Coon&gt;, 1 April 1989
6933 Ty Coon, President of Vice
6935 This General Public License does not permit incorporating your program into
6936 proprietary programs. If your program is a subroutine library, you may
6937 consider it more useful to permit linking proprietary applications with the
6938 library. If this is what you want to do, use the GNU Library General
6939 Public License instead of this License.
6941 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6943 Scanned Source License gc-7.2/libatomic_ops/doc/LICENSING.txt:
6945 Our intent is to make it easy to use libatomic_ops, in
6946 both free and proprietary software. Hence most code that we expect to be
6947 linked into a client application is covered by an MIT-style license.
6949 A few library routines are covered by the GNU General Public License.
6950 These are put into a separate library, libatomic_ops_gpl.a .
6952 The low-level part of the library is mostly covered by the following
6953 license:
6955 ----------------------------------------
6957 Copyright (c) ...
6959 Permission is hereby granted, free of charge, to any person obtaining a copy
6960 of this software and associated documentation files (the "Software"), to deal
6961 in the Software without restriction, including without limitation the rights
6962 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6963 copies of the Software, and to permit persons to whom the Software is
6964 furnished to do so, subject to the following conditions:
6966 The above copyright notice and this permission notice shall be included in all
6967 copies or substantial portions of the Software.
6969 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6970 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6971 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6972 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6973 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6974 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6975 SOFTWARE.
6977 --------------------------------
6979 A few files in the sysdeps directory were inherited in part from the
6980 Boehm-Demers-Weiser conservative garbage collector, and are covered by
6981 its license, which is similar in spirit:
6983 --------------------------------
6985 Copyright (c) ...
6987 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
6988 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
6990 Permission is hereby granted to use or copy this program
6991 for any purpose, provided the above notices are retained on all copies.
6992 Permission to modify the code and to distribute modified code is granted,
6993 provided the above notices are retained, and a notice that the code was
6994 modified is included with the above copyright notice.
6996 ----------------------------------
6998 A few files are covered by the GNU General Public License. (See file
6999 "COPYING".) This applies only to test code, sample applications,
7000 and the libatomic_ops_gpl portion of the library.
7001 Thus libatomic_ops_gpl should generally not be linked into proprietary code.
7002 (This distinction was motivated by patent considerations.)
7004 It is possible that the license of the GPL pieces may be changed for
7005 future versions to make them more consistent with the rest of the package.
7006 If you submit patches, and have strong preferences about licensing, please
7007 express them.
7010 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7012 Gentoo Package Stock License boehm-gc:
7014 &lt;copyright notice&gt;
7016 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
7017 OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
7019 Permission is hereby granted to use or copy this program
7020 for any purpose, provided the above notices are retained on all copies.
7021 Permission to modify the code and to distribute modified code is granted,
7022 provided the above notices are retained, and a notice that the code was
7023 modified is included with the above copyright notice.
7025 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7026 </pre>
7027 <ul>
7028 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7029 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
7030 </ul>
7031 </div>
7032 </div>
7035 <div class="product">
7036 <span class="title">libcap-2.17</span>
7037 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7038 <span class="homepage"><a href="http://www.friedhoff.org/posixfilecaps.html">homepage</a></span>
7039 <div class="licence">
7040 <pre>Scanned Source License libcap-2.17/License:
7042 Unless otherwise *explicitly* stated, the following text describes the
7043 licensed conditions under which the contents of this libcap release
7044 may be used and distributed:
7046 -------------------------------------------------------------------------
7047 Redistribution and use in source and binary forms of libcap, with
7048 or without modification, are permitted provided that the following
7049 conditions are met:
7051 1. Redistributions of source code must retain any existing copyright
7052 notice, and this entire permission notice in its entirety,
7053 including the disclaimer of warranties.
7055 2. Redistributions in binary form must reproduce all prior and current
7056 copyright notices, this list of conditions, and the following
7057 disclaimer in the documentation and/or other materials provided
7058 with the distribution.
7060 3. The name of any author may not be used to endorse or promote
7061 products derived from this software without their specific prior
7062 written permission.
7064 ALTERNATIVELY, this product may be distributed under the terms of the
7065 GNU General Public License, in which case the provisions of the GNU
7066 GPL are required INSTEAD OF the above restrictions. (This clause is
7067 necessary due to a potential conflict between the GNU GPL and the
7068 restrictions contained in a BSD-style copyright.)
7070 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
7071 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7072 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7073 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
7074 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
7075 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
7076 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
7077 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
7078 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
7079 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
7080 DAMAGE.
7081 -------------------------------------------------------------------------
7084 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7086 Scanned Source License libcap-2.17/pam_cap/License:
7088 Unless otherwise *explicitly* stated the following text describes the
7089 licensed conditions under which the contents of this module release
7090 may be distributed:
7092 -------------------------------------------------------------------------
7093 Redistribution and use in source and binary forms of this module, with
7094 or without modification, are permitted provided that the following
7095 conditions are met:
7097 1. Redistributions of source code must retain any existing copyright
7098 notice, and this entire permission notice in its entirety,
7099 including the disclaimer of warranties.
7101 2. Redistributions in binary form must reproduce all prior and current
7102 copyright notices, this list of conditions, and the following
7103 disclaimer in the documentation and/or other materials provided
7104 with the distribution.
7106 3. The name of any author may not be used to endorse or promote
7107 products derived from this software without their specific prior
7108 written permission.
7110 ALTERNATIVELY, this product may be distributed under the terms of the
7111 GNU Library General Public License, in which case the provisions of
7112 the GNU LGPL are required INSTEAD OF the above restrictions. (This
7113 clause is necessary due to a potential conflict between the GNU LGPL
7114 and the restrictions contained in a BSD-style copyright.)
7116 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
7117 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7118 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7119 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
7120 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
7121 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
7122 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
7123 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
7124 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
7125 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
7126 DAMAGE.
7127 -------------------------------------------------------------------------
7130 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7131 </pre>
7132 <ul>
7133 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7134 </ul>
7135 </div>
7136 </div>
7139 <div class="product">
7140 <span class="title">libdaemon-0.14</span>
7141 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7142 <span class="homepage"><a href="http://0pointer.de/lennart/projects/libdaemon/">homepage</a></span>
7143 <div class="licence">
7144 <pre></pre>
7145 <ul>
7146 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7147 </ul>
7148 </div>
7149 </div>
7152 <div class="product">
7153 <span class="title">libdivsufsort-2.0.1</span>
7154 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7155 <span class="homepage"><a href="http://code.google.com/p/libdivsufsort/">homepage</a></span>
7156 <div class="licence">
7157 <pre>Scanned Source License libdivsufsort-2.0.1/COPYING:
7159 The libdivsufsort copyright is as follows:
7161 Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
7163 Permission is hereby granted, free of charge, to any person
7164 obtaining a copy of this software and associated documentation
7165 files (the "Software"), to deal in the Software without
7166 restriction, including without limitation the rights to use,
7167 copy, modify, merge, publish, distribute, sublicense, and/or sell
7168 copies of the Software, and to permit persons to whom the
7169 Software is furnished to do so, subject to the following
7170 conditions:
7172 The above copyright notice and this permission notice shall be
7173 included in all copies or substantial portions of the Software.
7175 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
7176 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
7177 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
7178 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
7179 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
7180 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7181 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
7182 OTHER DEALINGS IN THE SOFTWARE.
7184 See also the libdivsufsort web site:
7185 http://libdivsufsort.googlecode.com/ for more information.
7187 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7188 </pre>
7189 <ul>
7191 </ul>
7192 </div>
7193 </div>
7196 <div class="product">
7197 <span class="title">libevent-2.0.21</span>
7198 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7199 <span class="homepage"><a href="http://libevent.org/">homepage</a></span>
7200 <div class="licence">
7201 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent:
7203 Copyright (c) 2002, 2003 Niels Provos &lt;provos@citi.umich.edu&gt;
7204 All rights reserved.
7206 Redistribution and use in source and binary forms, with or without
7207 modification, are permitted provided that the following conditions
7208 are met:
7209 1. Redistributions of source code must retain the above copyright
7210 notice, this list of conditions and the following disclaimer.
7211 2. Redistributions in binary form must reproduce the above copyright
7212 notice, this list of conditions and the following disclaimer in the
7213 documentation and/or other materials provided with the distribution.
7214 3. The name of the author may not be used to endorse or promote products
7215 derived from this software without specific prior written permission.
7217 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
7218 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
7219 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
7220 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
7221 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
7222 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7223 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7224 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7225 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
7226 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7228 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7229 </pre>
7230 <ul>
7232 </ul>
7233 </div>
7234 </div>
7237 <div class="product">
7238 <span class="title">libffi-3.0.9</span>
7239 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7240 <span class="homepage"><a href="http://sourceware.org/libffi/">homepage</a></span>
7241 <div class="licence">
7242 <pre>Scanned Source License libffi-3.0.9/LICENSE:
7244 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others.
7245 See source files for details.
7247 Permission is hereby granted, free of charge, to any person obtaining
7248 a copy of this software and associated documentation files (the
7249 ``Software''), to deal in the Software without restriction, including
7250 without limitation the rights to use, copy, modify, merge, publish,
7251 distribute, sublicense, and/or sell copies of the Software, and to
7252 permit persons to whom the Software is furnished to do so, subject to
7253 the following conditions:
7255 The above copyright notice and this permission notice shall be included
7256 in all copies or substantial portions of the Software.
7258 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
7259 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7260 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
7261 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
7262 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
7263 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
7264 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7267 </pre>
7268 <ul>
7270 </ul>
7271 </div>
7272 </div>
7275 <div class="product">
7276 <span class="title">libgcrypt-1.4.6</span>
7277 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7278 <span class="homepage"><a href="http://www.gnupg.org/">homepage</a></span>
7279 <div class="licence">
7280 <pre></pre>
7281 <ul>
7282 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7283 </ul>
7284 </div>
7285 </div>
7288 <div class="product">
7289 <span class="title">libgpg-error-1.10</span>
7290 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7291 <span class="homepage"><a href="http://www.gnupg.org/related_software/libgpg-error">homepage</a></span>
7292 <div class="licence">
7293 <pre></pre>
7294 <ul>
7295 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7296 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7297 </ul>
7298 </div>
7299 </div>
7302 <div class="product">
7303 <span class="title">libmnl-1.0.3</span>
7304 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7305 <span class="homepage"><a href="http://netfilter.org/projects/libmnl">homepage</a></span>
7306 <div class="licence">
7307 <pre></pre>
7308 <ul>
7309 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7310 </ul>
7311 </div>
7312 </div>
7315 <div class="product">
7316 <span class="title">libmtp-0.0.1</span>
7317 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7318 <span class="homepage"><a href="http://libmtp.sourceforge.net/">homepage</a></span>
7319 <div class="licence">
7320 <pre></pre>
7321 <ul>
7322 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7323 </ul>
7324 </div>
7325 </div>
7328 <div class="product">
7329 <span class="title">libnetfilter_queue-1.0.1</span>
7330 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7331 <span class="homepage"><a href="http://www.netfilter.org/projects/libnetfilter_queue/">homepage</a></span>
7332 <div class="licence">
7333 <pre></pre>
7334 <ul>
7335 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7336 </ul>
7337 </div>
7338 </div>
7341 <div class="product">
7342 <span class="title">libnfnetlink-1.0.1</span>
7343 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7344 <span class="homepage"><a href="http://www.netfilter.org/projects/libnfnetlink/">homepage</a></span>
7345 <div class="licence">
7346 <pre></pre>
7347 <ul>
7348 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7349 </ul>
7350 </div>
7351 </div>
7354 <div class="product">
7355 <span class="title">libnih-1.0.3</span>
7356 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7357 <span class="homepage"><a href="https://launchpad.net/libnih">homepage</a></span>
7358 <div class="licence">
7359 <pre></pre>
7360 <ul>
7361 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
7362 </ul>
7363 </div>
7364 </div>
7367 <div class="product">
7368 <span class="title">libnl-1.1</span>
7369 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7370 <span class="homepage"><a href="http://people.suug.ch/~tgr/libnl/">homepage</a></span>
7371 <div class="licence">
7372 <pre></pre>
7373 <ul>
7374 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7375 </ul>
7376 </div>
7377 </div>
7380 <div class="product">
7381 <span class="title">libnl-3.2.14</span>
7382 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7383 <span class="homepage"><a href="http://www.infradead.org/~tgr/libnl/">homepage</a></span>
7384 <div class="licence">
7385 <pre></pre>
7386 <ul>
7387 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7388 </ul>
7389 </div>
7390 </div>
7393 <div class="product">
7394 <span class="title">libp11-0.2.8</span>
7395 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7396 <span class="homepage"><a href="http://www.opensc-project.org/libp11/">homepage</a></span>
7397 <div class="licence">
7398 <pre></pre>
7399 <ul>
7400 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
7401 </ul>
7402 </div>
7403 </div>
7406 <div class="product">
7407 <span class="title">libpcap-1.1.1</span>
7408 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7409 <span class="homepage"><a href="http://www.tcpdump.org/">homepage</a></span>
7410 <div class="licence">
7411 <pre>Scanned Source License libpcap-1.1.1/LICENSE:
7413 License: BSD
7415 Redistribution and use in source and binary forms, with or without
7416 modification, are permitted provided that the following conditions
7417 are met:
7419 1. Redistributions of source code must retain the above copyright
7420 notice, this list of conditions and the following disclaimer.
7421 2. Redistributions in binary form must reproduce the above copyright
7422 notice, this list of conditions and the following disclaimer in
7423 the documentation and/or other materials provided with the
7424 distribution.
7425 3. The names of the authors may not be used to endorse or promote
7426 products derived from this software without specific prior
7427 written permission.
7429 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
7430 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
7431 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
7433 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7434 </pre>
7435 <ul>
7437 </ul>
7438 </div>
7439 </div>
7442 <div class="product">
7443 <span class="title">libpcre-8.30</span>
7444 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7445 <span class="homepage"><a href="http://www.pcre.org/">homepage</a></span>
7446 <div class="licence">
7447 <pre>Scanned Source License pcre-8.30/COPYING:
7449 PCRE LICENCE
7451 Please see the file LICENCE in the PCRE distribution for licensing details.
7455 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7457 Scanned Source License pcre-8.30/LICENCE:
7459 PCRE LICENCE
7460 ------------
7462 PCRE is a library of functions to support regular expressions whose syntax
7463 and semantics are as close as possible to those of the Perl 5 language.
7465 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
7466 specified below. The documentation for PCRE, supplied in the "doc"
7467 directory, is distributed under the same terms as the software itself.
7469 The basic library functions are written in C and are freestanding. Also
7470 included in the distribution is a set of C++ wrapper functions, and a
7471 just-in-time compiler that can be used to optimize pattern matching. These
7472 are both optional features that can be omitted when the library is built.
7475 THE BASIC LIBRARY FUNCTIONS
7476 ---------------------------
7478 Written by: Philip Hazel
7479 Email local part: ph10
7480 Email domain: cam.ac.uk
7482 University of Cambridge Computing Service,
7483 Cambridge, England.
7485 Copyright (c) 1997-2012 University of Cambridge
7486 All rights reserved.
7489 PCRE JUST-IN-TIME COMPILATION SUPPORT
7490 -------------------------------------
7492 Written by: Zoltan Herczeg
7493 Email local part: hzmester
7494 Emain domain: freemail.hu
7496 Copyright(c) 2010-2012 Zoltan Herczeg
7497 All rights reserved.
7500 STACK-LESS JUST-IN-TIME COMPILER
7501 --------------------------------
7503 Written by: Zoltan Herczeg
7504 Email local part: hzmester
7505 Emain domain: freemail.hu
7507 Copyright(c) 2009-2012 Zoltan Herczeg
7508 All rights reserved.
7511 THE C++ WRAPPER FUNCTIONS
7512 -------------------------
7514 Contributed by: Google Inc.
7516 Copyright (c) 2007-2012, Google Inc.
7517 All rights reserved.
7520 THE "BSD" LICENCE
7521 -----------------
7523 Redistribution and use in source and binary forms, with or without
7524 modification, are permitted provided that the following conditions are met:
7526 * Redistributions of source code must retain the above copyright notice,
7527 this list of conditions and the following disclaimer.
7529 * Redistributions in binary form must reproduce the above copyright
7530 notice, this list of conditions and the following disclaimer in the
7531 documentation and/or other materials provided with the distribution.
7533 * Neither the name of the University of Cambridge nor the name of Google
7534 Inc. nor the names of their contributors may be used to endorse or
7535 promote products derived from this software without specific prior
7536 written permission.
7538 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
7539 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7540 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7541 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
7542 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
7543 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
7544 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
7545 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
7546 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
7547 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
7548 POSSIBILITY OF SUCH DAMAGE.
7552 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7553 </pre>
7554 <ul>
7556 </ul>
7557 </div>
7558 </div>
7561 <div class="product">
7562 <span class="title">libpng-1.2.49</span>
7563 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
7564 <span class="homepage"><a href="http://www.libpng.org/">homepage</a></span>
7565 <div class="licence">
7566 <pre>Scanned Source License libpng-1.2.49/LICENSE:
7569 This copy of the libpng notices is provided for your convenience. In case of
7570 any discrepancy between this copy and the notices in the file png.h that is
7571 included in the libpng distribution, the latter shall prevail.
7573 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7575 If you modify libpng you may insert additional notices immediately following
7576 this sentence.
7578 This code is released under the libpng license.
7580 libpng versions 1.2.6, August 15, 2004, through 1.2.49, March 29, 2012, are
7581 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
7582 distributed according to the same disclaimer and license as libpng-1.2.5
7583 with the following individual added to the list of Contributing Authors
7585 Cosmin Truta
7587 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
7588 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
7589 distributed according to the same disclaimer and license as libpng-1.0.6
7590 with the following individuals added to the list of Contributing Authors
7592 Simon-Pierre Cadieux
7593 Eric S. Raymond
7594 Gilles Vollant
7596 and with the following additions to the disclaimer:
7598 There is no warranty against interference with your enjoyment of the
7599 library or against infringement. There is no warranty that our
7600 efforts or the library will fulfill any of your particular purposes
7601 or needs. This library is provided with all faults, and the entire
7602 risk of satisfactory quality, performance, accuracy, and effort is with
7603 the user.
7605 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
7606 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
7607 distributed according to the same disclaimer and license as libpng-0.96,
7608 with the following individuals added to the list of Contributing Authors:
7610 Tom Lane
7611 Glenn Randers-Pehrson
7612 Willem van Schaik
7614 libpng versions 0.89, June 1996, through 0.96, May 1997, are
7615 Copyright (c) 1996, 1997 Andreas Dilger
7616 Distributed according to the same disclaimer and license as libpng-0.88,
7617 with the following individuals added to the list of Contributing Authors:
7619 John Bowler
7620 Kevin Bracey
7621 Sam Bushell
7622 Magnus Holmgren
7623 Greg Roelofs
7624 Tom Tanner
7626 libpng versions 0.5, May 1995, through 0.88, January 1996, are
7627 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
7629 For the purposes of this copyright and license, "Contributing Authors"
7630 is defined as the following set of individuals:
7632 Andreas Dilger
7633 Dave Martindale
7634 Guy Eric Schalnat
7635 Paul Schmidt
7636 Tim Wegner
7638 The PNG Reference Library is supplied "AS IS". The Contributing Authors
7639 and Group 42, Inc. disclaim all warranties, expressed or implied,
7640 including, without limitation, the warranties of merchantability and of
7641 fitness for any purpose. The Contributing Authors and Group 42, Inc.
7642 assume no liability for direct, indirect, incidental, special, exemplary,
7643 or consequential damages, which may result from the use of the PNG
7644 Reference Library, even if advised of the possibility of such damage.
7646 Permission is hereby granted to use, copy, modify, and distribute this
7647 source code, or portions hereof, for any purpose, without fee, subject
7648 to the following restrictions:
7650 1. The origin of this source code must not be misrepresented.
7652 2. Altered versions must be plainly marked as such and must not
7653 be misrepresented as being the original source.
7655 3. This Copyright notice may not be removed or altered from any
7656 source or altered source distribution.
7658 The Contributing Authors and Group 42, Inc. specifically permit, without
7659 fee, and encourage the use of this source code as a component to
7660 supporting the PNG file format in commercial products. If you use this
7661 source code in a product, acknowledgment is not required but would be
7662 appreciated.
7665 A "png_get_copyright" function is available, for convenient use in "about"
7666 boxes and the like:
7668 printf("%s",png_get_copyright(NULL));
7670 Also, the PNG logo (in PNG format, of course) is supplied in the
7671 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
7673 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
7674 certification mark of the Open Source Initiative.
7676 Glenn Randers-Pehrson
7677 glennrp at users.sourceforge.net
7678 March 29, 2012
7680 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
7682 Scanned Source License libpng-1.2.49/contrib/gregbook/COPYING:
7684 GNU GENERAL PUBLIC LICENSE
7685 Version 2, June 1991
7687 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
7688 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7689 Everyone is permitted to copy and distribute verbatim copies
7690 of this license document, but changing it is not allowed.
7692 Preamble
7694 The licenses for most software are designed to take away your
7695 freedom to share and change it. By contrast, the GNU General Public
7696 License is intended to guarantee your freedom to share and change free
7697 software--to make sure the software is free for all its users. This
7698 General Public License applies to most of the Free Software
7699 Foundation's software and to any other program whose authors commit to
7700 using it. (Some other Free Software Foundation software is covered by
7701 the GNU Library General Public License instead.) You can apply it to
7702 your programs, too.
7704 When we speak of free software, we are referring to freedom, not
7705 price. Our General Public Licenses are designed to make sure that you
7706 have the freedom to distribute copies of free software (and charge for
7707 this service if you wish), that you receive source code or can get it
7708 if you want it, that you can change the software or use pieces of it
7709 in new free programs; and that you know you can do these things.
7711 To protect your rights, we need to make restrictions that forbid
7712 anyone to deny you these rights or to ask you to surrender the rights.
7713 These restrictions translate to certain responsibilities for you if you
7714 distribute copies of the software, or if you modify it.
7716 For example, if you distribute copies of such a program, whether
7717 gratis or for a fee, you must give the recipients all the rights that
7718 you have. You must make sure that they, too, receive or can get the
7719 source code. And you must show them these terms so they know their
7720 rights.
7722 We protect your rights with two steps: (1) copyright the software, and
7723 (2) offer you this license which gives you legal permission to copy,
7724 distribute and/or modify the software.
7726 Also, for each author's protection and ours, we want to make certain
7727 that everyone understands that there is no warranty for this free
7728 software. If the software is modified by someone else and passed on, we
7729 want its recipients to know that what they have is not the original, so
7730 that any problems introduced by others will not reflect on the original
7731 authors' reputations.
7733 Finally, any free program is threatened constantly by software
7734 patents. We wish to avoid the danger that redistributors of a free
7735 program will individually obtain patent licenses, in effect making the
7736 program proprietary. To prevent this, we have made it clear that any
7737 patent must be licensed for everyone's free use or not licensed at all.
7739 The precise terms and conditions for copying, distribution and
7740 modification follow.
7742 GNU GENERAL PUBLIC LICENSE
7743 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
7745 0. This License applies to any program or other work which contains
7746 a notice placed by the copyright holder saying it may be distributed
7747 under the terms of this General Public License. The "Program", below,
7748 refers to any such program or work, and a "work based on the Program"
7749 means either the Program or any derivative work under copyright law:
7750 that is to say, a work containing the Program or a portion of it,
7751 either verbatim or with modifications and/or translated into another
7752 language. (Hereinafter, translation is included without limitation in
7753 the term "modification".) Each licensee is addressed as "you".
7755 Activities other than copying, distribution and modification are not
7756 covered by this License; they are outside its scope. The act of
7757 running the Program is not restricted, and the output from the Program
7758 is covered only if its contents constitute a work based on the
7759 Program (independent of having been made by running the Program).
7760 Whether that is true depends on what the Program does.
7762 1. You may copy and distribute verbatim copies of the Program's
7763 source code as you receive it, in any medium, provided that you
7764 conspicuously and appropriately publish on each copy an appropriate
7765 copyright notice and disclaimer of warranty; keep intact all the
7766 notices that refer to this License and to the absence of any warranty;
7767 and give any other recipients of the Program a copy of this License
7768 along with the Program.
7770 You may charge a fee for the physical act of transferring a copy, and
7771 you may at your option offer warranty protection in exchange for a fee.
7773 2. You may modify your copy or copies of the Program or any portion
7774 of it, thus forming a work based on the Program, and copy and
7775 distribute such modifications or work under the terms of Section 1
7776 above, provided that you also meet all of these conditions:
7778 a) You must cause the modified files to carry prominent notices
7779 stating that you changed the files and the date of any change.
7781 b) You must cause any work that you distribute or publish, that in
7782 whole or in part contains or is derived from the Program or any
7783 part thereof, to be licensed as a whole at no charge to all third
7784 parties under the terms of this License.
7786 c) If the modified program normally reads commands interactively
7787 when run, you must cause it, when started running for such
7788 interactive use in the most ordinary way, to print or display an
7789 announcement including an appropriate copyright notice and a
7790 notice that there is no warranty (or else, saying that you provide
7791 a warranty) and that users may redistribute the program under
7792 these conditions, and telling the user how to view a copy of this
7793 License. (Exception: if the Program itself is interactive but
7794 does not normally print such an announcement, your work based on
7795 the Program is not required to print an announcement.)
7797 These requirements apply to the modified work as a whole. If
7798 identifiable sections of that work are not derived from the Program,
7799 and can be reasonably considered independent and separate works in
7800 themselves, then this License, and its terms, do not apply to those
7801 sections when you distribute them as separate works. But when you
7802 distribute the same sections as part of a whole which is a work based
7803 on the Program, the distribution of the whole must be on the terms of
7804 this License, whose permissions for other licensees extend to the
7805 entire whole, and thus to each and every part regardless of who wrote it.
7807 Thus, it is not the intent of this section to claim rights or contest
7808 your rights to work written entirely by you; rather, the intent is to
7809 exercise the right to control the distribution of derivative or
7810 collective works based on the Program.
7812 In addition, mere aggregation of another work not based on the Program
7813 with the Program (or with a work based on the Program) on a volume of
7814 a storage or distribution medium does not bring the other work under
7815 the scope of this License.
7817 3. You may copy and distribute the Program (or a work based on it,
7818 under Section 2) in object code or executable form under the terms of
7819 Sections 1 and 2 above provided that you also do one of the following:
7821 a) Accompany it with the complete corresponding machine-readable
7822 source code, which must be distributed under the terms of Sections
7823 1 and 2 above on a medium customarily used for software interchange; or,
7825 b) Accompany it with a written offer, valid for at least three
7826 years, to give any third party, for a charge no more than your
7827 cost of physically performing source distribution, a complete
7828 machine-readable copy of the corresponding source code, to be
7829 distributed under the terms of Sections 1 and 2 above on a medium
7830 customarily used for software interchange; or,
7832 c) Accompany it with the information you received as to the offer
7833 to distribute corresponding source code. (This alternative is
7834 allowed only for noncommercial distribution and only if you
7835 received the program in object code or executable form with such
7836 an offer, in accord with Subsection b above.)
7838 The source code for a work means the preferred form of the work for
7839 making modifications to it. For an executable work, complete source
7840 code means all the source code for all modules it contains, plus any
7841 associated interface definition files, plus the scripts used to
7842 control compilation and installation of the executable. However, as a
7843 special exception, the source code distributed need not include
7844 anything that is normally distributed (in either source or binary
7845 form) with the major components (compiler, kernel, and so on) of the
7846 operating system on which the executable runs, unless that component
7847 itself accompanies the executable.
7849 If distribution of executable or object code is made by offering
7850 access to copy from a designated place, then offering equivalent
7851 access to copy the source code from the same place counts as
7852 distribution of the source code, even though third parties are not
7853 compelled to copy the source along with the object code.
7855 4. You may not copy, modify, sublicense, or distribute the Program
7856 except as expressly provided under this License. Any attempt
7857 otherwise to copy, modify, sublicense or distribute the Program is
7858 void, and will automatically terminate your rights under this License.
7859 However, parties who have received copies, or rights, from you under
7860 this License will not have their licenses terminated so long as such
7861 parties remain in full compliance.
7863 5. You are not required to accept this License, since you have not
7864 signed it. However, nothing else grants you permission to modify or
7865 distribute the Program or its derivative works. These actions are
7866 prohibited by law if you do not accept this License. Therefore, by
7867 modifying or distributing the Program (or any work based on the
7868 Program), you indicate your acceptance of this License to do so, and
7869 all its terms and conditions for copying, distributing or modifying
7870 the Program or works based on it.
7872 6. Each time you redistribute the Program (or any work based on the
7873 Program), the recipient automatically receives a license from the
7874 original licensor to copy, distribute or modify the Program subject to
7875 these terms and conditions. You may not impose any further
7876 restrictions on the recipients' exercise of the rights granted herein.
7877 You are not responsible for enforcing compliance by third parties to
7878 this License.
7880 7. If, as a consequence of a court judgment or allegation of patent
7881 infringement or for any other reason (not limited to patent issues),
7882 conditions are imposed on you (whether by court order, agreement or
7883 otherwise) that contradict the conditions of this License, they do not
7884 excuse you from the conditions of this License. If you cannot
7885 distribute so as to satisfy simultaneously your obligations under this
7886 License and any other pertinent obligations, then as a consequence you
7887 may not distribute the Program at all. For example, if a patent
7888 license would not permit royalty-free redistribution of the Program by
7889 all those who receive copies directly or indirectly through you, then
7890 the only way you could satisfy both it and this License would be to
7891 refrain entirely from distribution of the Program.
7893 If any portion of this section is held invalid or unenforceable under
7894 any particular circumstance, the balance of the section is intended to
7895 apply and the section as a whole is intended to apply in other
7896 circumstances.
7898 It is not the purpose of this section to induce you to infringe any
7899 patents or other property right claims or to contest validity of any
7900 such claims; this section has the sole purpose of protecting the
7901 integrity of the free software distribution system, which is
7902 implemented by public license practices. Many people have made
7903 generous contributions to the wide range of software distributed
7904 through that system in reliance on consistent application of that
7905 system; it is up to the author/donor to decide if he or she is willing
7906 to distribute software through any other system and a licensee cannot
7907 impose that choice.
7909 This section is intended to make thoroughly clear what is believed to
7910 be a consequence of the rest of this License.
7912 8. If the distribution and/or use of the Program is restricted in
7913 certain countries either by patents or by copyrighted interfaces, the
7914 original copyright holder who places the Program under this License
7915 may add an explicit geographical distribution limitation excluding
7916 those countries, so that distribution is permitted only in or among
7917 countries not thus excluded. In such case, this License incorporates
7918 the limitation as if written in the body of this License.
7920 9. The Free Software Foundation may publish revised and/or new versions
7921 of the General Public License from time to time. Such new versions will
7922 be similar in spirit to the present version, but may differ in detail to
7923 address new problems or concerns.
7925 Each version is given a distinguishing version number. If the Program
7926 specifies a version number of this License which applies to it and "any
7927 later version", you have the option of following the terms and conditions
7928 either of that version or of any later version published by the Free
7929 Software Foundation. If the Program does not specify a version number of
7930 this License, you may choose any version ever published by the Free Software
7931 Foundation.
7933 10. If you wish to incorporate parts of the Program into other free
7934 programs whose distribution conditions are different, write to the author
7935 to ask for permission. For software which is copyrighted by the Free
7936 Software Foundation, write to the Free Software Foundation; we sometimes
7937 make exceptions for this. Our decision will be guided by the two goals
7938 of preserving the free status of all derivatives of our free software and
7939 of promoting the sharing and reuse of software generally.
7941 NO WARRANTY
7943 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
7944 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
7945 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
7946 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
7947 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7948 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
7949 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
7950 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
7951 REPAIR OR CORRECTION.
7953 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
7954 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
7955 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
7956 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
7957 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
7958 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
7959 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
7960 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
7961 POSSIBILITY OF SUCH DAMAGES.
7963 END OF TERMS AND CONDITIONS
7965 How to Apply These Terms to Your New Programs
7967 If you develop a new program, and you want it to be of the greatest
7968 possible use to the public, the best way to achieve this is to make it
7969 free software which everyone can redistribute and change under these terms.
7971 To do so, attach the following notices to the program. It is safest
7972 to attach them to the start of each source file to most effectively
7973 convey the exclusion of warranty; and each file should have at least
7974 the "copyright" line and a pointer to where the full notice is found.
7976 &lt;one line to give the program's name and a brief idea of what it does.&gt;
7977 Copyright (C) &lt;year&gt; &lt;name of author&gt;
7979 This program is free software; you can redistribute it and/or modify
7980 it under the terms of the GNU General Public License as published by
7981 the Free Software Foundation; either version 2 of the License, or
7982 (at your option) any later version.
7984 This program is distributed in the hope that it will be useful,
7985 but WITHOUT ANY WARRANTY; without even the implied warranty of
7986 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7987 GNU General Public License for more details.
7989 You should have received a copy of the GNU General Public License
7990 along with this program; if not, write to the Free Software
7991 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
7994 Also add information on how to contact you by electronic and paper mail.
7996 If the program is interactive, make it output a short notice like this
7997 when it starts in an interactive mode:
7999 Gnomovision version 69, Copyright (C) year name of author
8000 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
8001 This is free software, and you are welcome to redistribute it
8002 under certain conditions; type `show c' for details.
8004 The hypothetical commands `show w' and `show c' should show the appropriate
8005 parts of the General Public License. Of course, the commands you use may
8006 be called something other than `show w' and `show c'; they could even be
8007 mouse-clicks or menu items--whatever suits your program.
8009 You should also get your employer (if you work as a programmer) or your
8010 school, if any, to sign a "copyright disclaimer" for the program, if
8011 necessary. Here is a sample; alter the names:
8013 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
8014 `Gnomovision' (which makes passes at compilers) written by James Hacker.
8016 &lt;signature of Ty Coon&gt;, 1 April 1989
8017 Ty Coon, President of Vice
8019 This General Public License does not permit incorporating your program into
8020 proprietary programs. If your program is a subroutine library, you may
8021 consider it more useful to permit linking proprietary applications with the
8022 library. If this is what you want to do, use the GNU Library General
8023 Public License instead of this License.
8025 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8027 Scanned Source License libpng-1.2.49/contrib/gregbook/LICENSE:
8029 ---------------------------------------------------------------------------
8031 Copyright (c) 1998-2008 Greg Roelofs. All rights reserved.
8033 This software is provided "as is," without warranty of any kind,
8034 express or implied. In no event shall the author or contributors
8035 be held liable for any damages arising in any way from the use of
8036 this software.
8038 The contents of this file are DUAL-LICENSED. You may modify and/or
8039 redistribute this software according to the terms of one of the
8040 following two licenses (at your option):
8043 LICENSE 1 ("BSD-like with advertising clause"):
8045 Permission is granted to anyone to use this software for any purpose,
8046 including commercial applications, and to alter it and redistribute
8047 it freely, subject to the following restrictions:
8049 1. Redistributions of source code must retain the above copyright
8050 notice, disclaimer, and this list of conditions.
8051 2. Redistributions in binary form must reproduce the above copyright
8052 notice, disclaimer, and this list of conditions in the documenta-
8053 tion and/or other materials provided with the distribution.
8054 3. All advertising materials mentioning features or use of this
8055 software must display the following acknowledgment:
8057 This product includes software developed by Greg Roelofs
8058 and contributors for the book, "PNG: The Definitive Guide,"
8059 published by O'Reilly and Associates.
8062 LICENSE 2 (GNU GPL v2 or later):
8064 This program is free software; you can redistribute it and/or modify
8065 it under the terms of the GNU General Public License as published by
8066 the Free Software Foundation; either version 2 of the License, or
8067 (at your option) any later version.
8069 This program is distributed in the hope that it will be useful,
8070 but WITHOUT ANY WARRANTY; without even the implied warranty of
8071 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8072 GNU General Public License for more details.
8074 You should have received a copy of the GNU General Public License
8075 along with this program; if not, write to the Free Software Foundation,
8076 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8078 ---------------------------------------------------------------------------
8080 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8081 </pre>
8082 <ul>
8083 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
8084 </ul>
8085 </div>
8086 </div>
8089 <div class="product">
8090 <span class="title">libpthread-stubs-0.1</span>
8091 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8092 <span class="homepage"><a href="http://xorg.freedesktop.org/">homepage</a></span>
8093 <div class="licence">
8094 <pre>Scanned Source License libpthread-stubs-0.1/COPYING:
8096 Permission is hereby granted, free of charge, to any person obtaining a
8097 copy of this software and associated documentation files (the "Software"),
8098 to deal in the Software without restriction, including without limitation
8099 the rights to use, copy, modify, merge, publish, distribute, sublicense,
8100 and/or sell copies of the Software, and to permit persons to whom the
8101 Software is furnished to do so, subject to the following conditions:
8103 The above copyright notice and this permission notice shall be included in
8104 all copies or substantial portions of the Software.
8106 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8107 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8108 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8109 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
8110 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8111 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8113 Except as contained in this notice, the names of the authors or their
8114 institutions shall not be used in advertising or otherwise to promote the
8115 sale, use or other dealings in this Software without prior written
8116 authorization from the authors.
8118 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8119 </pre>
8120 <ul>
8122 </ul>
8123 </div>
8124 </div>
8127 <div class="product">
8128 <span class="title">libtool-2.4</span>
8129 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8130 <span class="homepage"><a href="http://www.gnu.org/software/libtool/">homepage</a></span>
8131 <div class="licence">
8132 <pre></pre>
8133 <ul>
8134 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8135 </ul>
8136 </div>
8137 </div>
8140 <div class="product">
8141 <span class="title">libusb-0.1.12</span>
8142 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8143 <span class="homepage"><a href="http://libusb.sourceforge.net/">homepage</a></span>
8144 <div class="licence">
8145 <pre></pre>
8146 <ul>
8147 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
8148 </ul>
8149 </div>
8150 </div>
8153 <div class="product">
8154 <span class="title">libusb-1.0.9</span>
8155 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8156 <span class="homepage"><a href="http://libusb.org/">homepage</a></span>
8157 <div class="licence">
8158 <pre></pre>
8159 <ul>
8160 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
8161 </ul>
8162 </div>
8163 </div>
8166 <div class="product">
8167 <span class="title">libva-1.1.1</span>
8168 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8169 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
8170 <div class="licence">
8171 <pre>Scanned Source License libva-1.1.1/COPYING:
8173 Permission is hereby granted, free of charge, to any person obtaining a
8174 copy of this software and associated documentation files (the
8175 "Software"), to deal in the Software without restriction, including
8176 without limitation the rights to use, copy, modify, merge, publish,
8177 distribute, sub license, and/or sell copies of the Software, and to
8178 permit persons to whom the Software is furnished to do so, subject to
8179 the following conditions:
8181 The above copyright notice and this permission notice (including the
8182 next paragraph) shall be included in all copies or substantial portions
8183 of the Software.
8185 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8186 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8187 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8188 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8189 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8190 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8191 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8193 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8195 Scanned Source License libva-1.1.1/debian.upstream/copyright:
8197 This package was debianized by Waldo Bastian &lt;waldo.bastian@intel.com&gt; on
8198 Mon, 18 Jun 2007 21:35:31 -0700.
8200 It was downloaded from &lt;url://example.com&gt;
8202 Upstream Author(s):
8204 Waldo Bastian &lt;waldo.bastian@intel.com&gt;
8205 Jonathan Bian &lt;jonathan.bian@intel.com&gt;
8207 Copyright:
8209 (C) Copyright IBM Corporation 2004
8210 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
8211 Copyright 2000 VA Linux Systems, Inc.
8212 Copyright 2007 Intel Corportation
8214 License:
8216 Permission is hereby granted, free of charge, to any person obtaining a
8217 copy of this software and associated documentation files (the
8218 "Software"), to deal in the Software without restriction, including
8219 without limitation the rights to use, copy, modify, merge, publish,
8220 distribute, sub license, and/or sell copies of the Software, and to
8221 permit persons to whom the Software is furnished to do so, subject to
8222 the following conditions:
8224 The above copyright notice and this permission notice (including the
8225 next paragraph) shall be included in all copies or substantial portions
8226 of the Software.
8228 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8229 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8230 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8231 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8232 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8233 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8234 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8236 The Debian packaging is (C) 2007, Intel Corporation and
8237 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
8239 # Please also look if there are files or directories which have a
8240 # different copyright/license attached and list them here.
8242 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8243 </pre>
8244 <ul>
8246 </ul>
8247 </div>
8248 </div>
8251 <div class="product">
8252 <span class="title">libva-intel-driver-1.0.20</span>
8253 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8254 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/vaapi">homepage</a></span>
8255 <div class="licence">
8256 <pre>Scanned Source License libva-intel-driver-1.0.20/COPYING:
8258 Permission is hereby granted, free of charge, to any person obtaining a
8259 copy of this software and associated documentation files (the
8260 "Software"), to deal in the Software without restriction, including
8261 without limitation the rights to use, copy, modify, merge, publish,
8262 distribute, sub license, and/or sell copies of the Software, and to
8263 permit persons to whom the Software is furnished to do so, subject to
8264 the following conditions:
8266 The above copyright notice and this permission notice (including the
8267 next paragraph) shall be included in all copies or substantial portions
8268 of the Software.
8270 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8271 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8272 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8273 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8274 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8275 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8276 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8278 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8280 Scanned Source License libva-intel-driver-1.0.20/debian.upstream/copyright:
8282 This package is maintained by:
8283 Gwenole Beauchesne &lt;gwenole.beauchesne@intel.com&gt;
8286 License:
8288 Permission is hereby granted, free of charge, to any person obtaining a
8289 copy of this software and associated documentation files (the
8290 "Software"), to deal in the Software without restriction, including
8291 without limitation the rights to use, copy, modify, merge, publish,
8292 distribute, sub license, and/or sell copies of the Software, and to
8293 permit persons to whom the Software is furnished to do so, subject to
8294 the following conditions:
8296 The above copyright notice and this permission notice (including the
8297 next paragraph) shall be included in all copies or substantial portions
8298 of the Software.
8300 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8301 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8302 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
8303 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
8304 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8305 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8306 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8308 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8309 </pre>
8310 <ul>
8312 </ul>
8313 </div>
8314 </div>
8317 <div class="product">
8318 <span class="title">libxcb-1.9.1</span>
8319 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8320 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
8321 <div class="licence">
8322 <pre>Scanned Source License libxcb-1.9.1/COPYING:
8324 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
8325 All Rights Reserved.
8327 Permission is hereby granted, free of charge, to any person
8328 obtaining a copy of this software and associated
8329 documentation files (the "Software"), to deal in the
8330 Software without restriction, including without limitation
8331 the rights to use, copy, modify, merge, publish, distribute,
8332 sublicense, and/or sell copies of the Software, and to
8333 permit persons to whom the Software is furnished to do so,
8334 subject to the following conditions:
8336 The above copyright notice and this permission notice shall
8337 be included in all copies or substantial portions of the
8338 Software.
8340 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
8341 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
8342 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
8343 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
8344 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8345 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8346 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
8347 OTHER DEALINGS IN THE SOFTWARE.
8349 Except as contained in this notice, the names of the authors
8350 or their institutions shall not be used in advertising or
8351 otherwise to promote the sale, use or other dealings in this
8352 Software without prior written authorization from the
8353 authors.
8355 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8356 </pre>
8357 <ul>
8359 </ul>
8360 </div>
8361 </div>
8364 <div class="product">
8365 <span class="title">libxml2-2.9.1</span>
8366 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8367 <span class="homepage"><a href="http://www.xmlsoft.org/">homepage</a></span>
8368 <div class="licence">
8369 <pre>Scanned Source License libxml2-2.9.1/COPYING:
8371 Except where otherwise noted in the source code (e.g. the files hash.c,
8372 list.c and the trio files, which are covered by a similar licence but
8373 with different Copyright notices) all the files are:
8375 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
8377 Permission is hereby granted, free of charge, to any person obtaining a copy
8378 of this software and associated documentation files (the "Software"), to deal
8379 in the Software without restriction, including without limitation the rights
8380 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8381 copies of the Software, and to permit persons to whom the Software is fur-
8382 nished to do so, subject to the following conditions:
8384 The above copyright notice and this permission notice shall be included in
8385 all copies or substantial portions of the Software.
8387 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8388 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
8389 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8390 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8391 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8392 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8393 THE SOFTWARE.
8395 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8397 Scanned Source License libxml2-2.9.1/Copyright:
8399 Except where otherwise noted in the source code (e.g. the files hash.c,
8400 list.c and the trio files, which are covered by a similar licence but
8401 with different Copyright notices) all the files are:
8403 Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
8405 Permission is hereby granted, free of charge, to any person obtaining a copy
8406 of this software and associated documentation files (the "Software"), to deal
8407 in the Software without restriction, including without limitation the rights
8408 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8409 copies of the Software, and to permit persons to whom the Software is fur-
8410 nished to do so, subject to the following conditions:
8412 The above copyright notice and this permission notice shall be included in
8413 all copies or substantial portions of the Software.
8415 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8416 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
8417 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8418 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8419 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8420 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8421 THE SOFTWARE.
8423 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8424 </pre>
8425 <ul>
8427 </ul>
8428 </div>
8429 </div>
8432 <div class="product">
8433 <span class="title">Linux-2.6</span>
8434 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8435 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
8436 <div class="licence">
8437 <pre></pre>
8438 <ul>
8439 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8440 </ul>
8441 </div>
8442 </div>
8445 <div class="product">
8446 <span class="title">linux-headers-3.4</span>
8447 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8448 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span>
8449 <div class="licence">
8450 <pre></pre>
8451 <ul>
8452 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8453 </ul>
8454 </div>
8455 </div>
8458 <div class="product">
8459 <span class="title">llvm-3.2</span>
8460 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8461 <span class="homepage"><a href="http://llvm.org/">homepage</a></span>
8462 <div class="licence">
8463 <pre>Scanned Source License llvm-3.2.src/LICENSE.TXT:
8465 ==============================================================================
8466 LLVM Release License
8467 ==============================================================================
8468 University of Illinois/NCSA
8469 Open Source License
8471 Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
8472 All rights reserved.
8474 Developed by:
8476 LLVM Team
8478 University of Illinois at Urbana-Champaign
8480 http://llvm.org
8482 Permission is hereby granted, free of charge, to any person obtaining a copy of
8483 this software and associated documentation files (the "Software"), to deal with
8484 the Software without restriction, including without limitation the rights to
8485 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8486 of the Software, and to permit persons to whom the Software is furnished to do
8487 so, subject to the following conditions:
8489 * Redistributions of source code must retain the above copyright notice,
8490 this list of conditions and the following disclaimers.
8492 * Redistributions in binary form must reproduce the above copyright notice,
8493 this list of conditions and the following disclaimers in the
8494 documentation and/or other materials provided with the distribution.
8496 * Neither the names of the LLVM Team, University of Illinois at
8497 Urbana-Champaign, nor the names of its contributors may be used to
8498 endorse or promote products derived from this Software without specific
8499 prior written permission.
8501 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8502 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8503 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8504 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8505 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8506 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
8507 SOFTWARE.
8509 ==============================================================================
8510 Copyrights and Licenses for Third Party Software Distributed with LLVM:
8511 ==============================================================================
8512 The LLVM software contains code written by third parties. Such software will
8513 have its own individual LICENSE.TXT file in the directory in which it appears.
8514 This file will describe the copyrights, license, and restrictions which apply
8515 to that code.
8517 The disclaimer of warranty in the University of Illinois Open Source License
8518 applies to all code in the LLVM Distribution, and nothing in any of the
8519 other licenses gives permission to use the names of the LLVM Team or the
8520 University of Illinois to endorse or promote products derived from this
8521 Software.
8523 The following pieces of software have additional or alternate copyrights,
8524 licenses, and/or restrictions:
8526 Program Directory
8527 ------- ---------
8528 Autoconf llvm/autoconf
8529 llvm/projects/ModuleMaker/autoconf
8530 llvm/projects/sample/autoconf
8531 CellSPU backend llvm/lib/Target/CellSPU/README.txt
8532 Google Test llvm/utils/unittest/googletest
8533 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
8534 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
8536 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8538 Scanned Source License llvm-3.2.src/autoconf/LICENSE.TXT:
8540 ------------------------------------------------------------------------------
8541 Autoconf Files
8542 ------------------------------------------------------------------------------
8543 All autoconf files are licensed under the LLVM license with the following
8544 additions:
8546 llvm/autoconf/install-sh:
8547 This script is licensed under the LLVM license, with the following
8548 additional copyrights and restrictions:
8550 Copyright 1991 by the Massachusetts Institute of Technology
8552 Permission to use, copy, modify, distribute, and sell this software and its
8553 documentation for any purpose is hereby granted without fee, provided that
8554 the above copyright notice appear in all copies and that both that
8555 copyright notice and this permission notice appear in supporting
8556 documentation, and that the name of M.I.T. not be used in advertising or
8557 publicity pertaining to distribution of the software without specific,
8558 written prior permission. M.I.T. makes no representations about the
8559 suitability of this software for any purpose. It is provided "as is"
8560 without express or implied warranty.
8562 Please see the source files for additional copyrights.
8565 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8567 Scanned Source License llvm-3.2.src/include/llvm/Support/LICENSE.TXT:
8569 LLVM System Interface Library
8570 -------------------------------------------------------------------------------
8571 The LLVM System Interface Library is licensed under the Illinois Open Source
8572 License and has the following additional copyright:
8574 Copyright (C) 2004 eXtensible Systems, Inc.
8576 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8578 Scanned Source License llvm-3.2.src/projects/sample/autoconf/LICENSE.TXT:
8580 ------------------------------------------------------------------------------
8581 Autoconf Files
8582 ------------------------------------------------------------------------------
8583 All autoconf files are licensed under the LLVM license with the following
8584 additions:
8586 llvm/autoconf/install-sh:
8587 This script is licensed under the LLVM license, with the following
8588 additional copyrights and restrictions:
8590 Copyright 1991 by the Massachusetts Institute of Technology
8592 Permission to use, copy, modify, distribute, and sell this software and its
8593 documentation for any purpose is hereby granted without fee, provided that
8594 the above copyright notice appear in all copies and that both that
8595 copyright notice and this permission notice appear in supporting
8596 documentation, and that the name of M.I.T. not be used in advertising or
8597 publicity pertaining to distribution of the software without specific,
8598 written prior permission. M.I.T. makes no representations about the
8599 suitability of this software for any purpose. It is provided "as is"
8600 without express or implied warranty.
8602 Please see the source files for additional copyrights.
8605 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8607 Scanned Source License llvm-3.2.src/test/YAMLParser/LICENSE.txt:
8609 Copyright (c) 2006 Kirill Simonov
8611 Permission is hereby granted, free of charge, to any person obtaining a copy of
8612 this software and associated documentation files (the "Software"), to deal in
8613 the Software without restriction, including without limitation the rights to
8614 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8615 of the Software, and to permit persons to whom the Software is furnished to do
8616 so, subject to the following conditions:
8618 The above copyright notice and this permission notice shall be included in all
8619 copies or substantial portions of the Software.
8621 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8622 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8623 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8624 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8625 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8626 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8627 SOFTWARE.
8629 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8631 Scanned Source License llvm-3.2.src/utils/unittest/googletest/LICENSE.TXT:
8633 Copyright 2008, Google Inc.
8634 All rights reserved.
8636 Redistribution and use in source and binary forms, with or without
8637 modification, are permitted provided that the following conditions are
8638 met:
8640 * Redistributions of source code must retain the above copyright
8641 notice, this list of conditions and the following disclaimer.
8642 * Redistributions in binary form must reproduce the above
8643 copyright notice, this list of conditions and the following disclaimer
8644 in the documentation and/or other materials provided with the
8645 distribution.
8646 * Neither the name of Google Inc. nor the names of its
8647 contributors may be used to endorse or promote products derived from
8648 this software without specific prior written permission.
8650 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8651 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8652 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8653 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8654 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8655 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8656 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8657 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8658 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8659 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8660 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8662 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8664 Gentoo Package Stock License UoI-NCSA:
8666 Copyright (c) &lt;YEAR&gt; &lt;OWNER ORGANIZATION NAME&gt;. All rights reserved.
8668 Developed by: &lt;NAME OF DEVELOPMENT GROUP&gt;
8669 &lt;NAME OF INSTITUTION&gt;
8670 &lt;URL FOR DEVELOPMENT GROUP/INSTITUTION&gt;
8672 Permission is hereby granted, free of charge, to any person obtaining a copy
8673 of this software and associated documentation files (the "Software"), to
8674 deal with the Software without restriction, including without limitation the
8675 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8676 sell copies of the Software, and to permit persons to whom the Software is
8677 furnished to do so, subject to the following conditions:
8678 1. Redistributions of source code must retain the above copyright notice,
8679 this list of conditions and the following disclaimers.
8680 2. Redistributions in binary form must reproduce the above copyright
8681 notice, this list of conditions and the following disclaimers in the
8682 documentation and/or other materials provided with the distribution.
8683 3. Neither the names of &lt;NAME OF DEVELOPMENT GROUP&gt;, &lt;NAME OF
8684 INSTITUTION&gt;, nor the names of its contributors may be used to endorse
8685 or promote products derived from this Software without specific prior
8686 written permission.
8688 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8689 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8690 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8691 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8692 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8693 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
8694 WITH THE SOFTWARE.
8696 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8697 </pre>
8698 <ul>
8700 </ul>
8701 </div>
8702 </div>
8705 <div class="product">
8706 <span class="title">lohitfonts-cros-2.5.0</span>
8707 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8708 <span class="homepage"><a href="http://fedorahosted.org/lohit">homepage</a></span>
8709 <div class="licence">
8710 <pre>Scanned Source License lohitfonts-cros-2.5.0/LICENSE:
8712 Copyright 2011 Lohit Fonts Project contributors
8713 &lt;http://fedorahosted.org/lohit&gt;,
8714 with Reserved Font Name Lohit.
8716 This Font Software is licensed under the SIL Open Font License, Version 1.1.
8717 This license is copied below, and is also available with a FAQ at:
8718 http://scripts.sil.org/OFL
8721 -----------------------------------------------------------
8722 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
8723 -----------------------------------------------------------
8725 PREAMBLE
8726 The goals of the Open Font License (OFL) are to stimulate worldwide
8727 development of collaborative font projects, to support the font creation
8728 efforts of academic and linguistic communities, and to provide a free and
8729 open framework in which fonts may be shared and improved in partnership
8730 with others.
8732 The OFL allows the licensed fonts to be used, studied, modified and
8733 redistributed freely as long as they are not sold by themselves. The
8734 fonts, including any derivative works, can be bundled, embedded,
8735 redistributed and/or sold with any software provided that any reserved
8736 names are not used by derivative works. The fonts and derivatives,
8737 however, cannot be released under any other type of license. The
8738 requirement for fonts to remain under this license does not apply
8739 to any document created using the fonts or their derivatives.
8741 DEFINITIONS
8742 "Font Software" refers to the set of files released by the Copyright
8743 Holder(s) under this license and clearly marked as such. This may
8744 include source files, build scripts and documentation.
8746 "Reserved Font Name" refers to any names specified as such after the
8747 copyright statement(s).
8749 "Original Version" refers to the collection of Font Software components as
8750 distributed by the Copyright Holder(s).
8752 "Modified Version" refers to any derivative made by adding to, deleting,
8753 or substituting -- in part or in whole -- any of the components of the
8754 Original Version, by changing formats or by porting the Font Software to a
8755 new environment.
8757 "Author" refers to any designer, engineer, programmer, technical
8758 writer or other person who contributed to the Font Software.
8760 PERMISSION &amp; CONDITIONS
8761 Permission is hereby granted, free of charge, to any person obtaining
8762 a copy of the Font Software, to use, study, copy, merge, embed, modify,
8763 redistribute, and sell modified and unmodified copies of the Font
8764 Software, subject to the following conditions:
8766 1) Neither the Font Software nor any of its individual components,
8767 in Original or Modified Versions, may be sold by itself.
8769 2) Original or Modified Versions of the Font Software may be bundled,
8770 redistributed and/or sold with any software, provided that each copy
8771 contains the above copyright notice and this license. These can be
8772 included either as stand-alone text files, human-readable headers or
8773 in the appropriate machine-readable metadata fields within text or
8774 binary files as long as those fields can be easily viewed by the user.
8776 3) No Modified Version of the Font Software may use the Reserved Font
8777 Name(s) unless explicit written permission is granted by the corresponding
8778 Copyright Holder. This restriction only applies to the primary font name as
8779 presented to the users.
8781 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
8782 Software shall not be used to promote, endorse or advertise any
8783 Modified Version, except to acknowledge the contribution(s) of the
8784 Copyright Holder(s) and the Author(s) or with their explicit written
8785 permission.
8787 5) The Font Software, modified or unmodified, in part or in whole,
8788 must be distributed entirely under this license, and must not be
8789 distributed under any other license. The requirement for fonts to
8790 remain under this license does not apply to any document created
8791 using the Font Software.
8793 TERMINATION
8794 This license becomes null and void if any of the above conditions are
8795 not met.
8797 DISCLAIMER
8798 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
8799 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
8800 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
8801 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
8802 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
8803 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
8804 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8805 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
8806 OTHER DEALINGS IN THE FONT SOFTWARE.
8808 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8809 </pre>
8810 <ul>
8811 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
8812 </ul>
8813 </div>
8814 </div>
8817 <div class="product">
8818 <span class="title">lsof-4.81</span>
8819 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8820 <span class="homepage"><a href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/">homepage</a></span>
8821 <div class="licence">
8822 <pre>Gentoo Package Stock License lsof:
8824 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9
8826 Copyright 2002 Purdue Research Foundation, West Lafayette,
8827 Indiana 47907. All rights reserved.
8829 Written by Victor A. Abell
8831 This software is not subject to any license of the American
8832 Telephone and Telegraph Company or the Regents of the
8833 University of California.
8835 Permission is granted to anyone to use this software for
8836 any purpose on any computer system, and to alter it and
8837 redistribute it freely, subject to the following
8838 restrictions:
8840 1. Neither the authors nor Purdue University are responsible
8841 for any consequences of the use of this software.
8843 2. The origin of this software must not be misrepresented,
8844 either by explicit claim or by omission. Credit to the
8845 authors and Purdue University must appear in documentation
8846 and sources.
8848 3. Altered versions must be plainly marked as such, and must
8849 not be misrepresented as being the original software.
8851 4. This notice may not be removed or altered.
8853 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8854 </pre>
8855 <ul>
8857 </ul>
8858 </div>
8859 </div>
8862 <div class="product">
8863 <span class="title">lvm2-2.02.88</span>
8864 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8865 <span class="homepage"><a href="http://sources.redhat.com/lvm2/">homepage</a></span>
8866 <div class="licence">
8867 <pre></pre>
8868 <ul>
8869 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8870 </ul>
8871 </div>
8872 </div>
8875 <div class="product">
8876 <span class="title">lzo-2.06</span>
8877 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8878 <span class="homepage"><a href="http://www.oberhumer.com/opensource/lzo/">homepage</a></span>
8879 <div class="licence">
8880 <pre></pre>
8881 <ul>
8882 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8883 </ul>
8884 </div>
8885 </div>
8888 <div class="product">
8889 <span class="title">m2crypto-0.21.1</span>
8890 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8891 <span class="homepage"><a href="http://chandlerproject.org/bin/view/Projects/MeTooCrypto">homepage</a></span>
8892 <div class="licence">
8893 <pre>Scanned Source License M2Crypto-0.21.1/LICENCE:
8895 Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
8897 Portions copyright (c) 2004-2006 Open Source Applications Foundation.
8898 All rights reserved.
8900 Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam.
8901 All rights reserved.
8903 Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
8905 Permission to use, copy, modify, and distribute this software and its
8906 documentation for any purpose and without fee is hereby granted,
8907 provided that the above copyright notice appear in all copies and that
8908 both that copyright notice and this permission notice appear in
8909 supporting documentation.
8911 THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR
8912 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
8913 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
8914 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
8915 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
8916 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8917 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8918 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8919 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8920 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8922 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8923 </pre>
8924 <ul>
8926 </ul>
8927 </div>
8928 </div>
8931 <div class="product">
8932 <span class="title">make-3.82</span>
8933 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8934 <span class="homepage"><a href="http://www.gnu.org/software/make/make.html">homepage</a></span>
8935 <div class="licence">
8936 <pre></pre>
8937 <ul>
8938 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
8939 </ul>
8940 </div>
8941 </div>
8944 <div class="product">
8945 <span class="title">marvell_sd8787-14.64.2.47</span>
8946 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8947 <span class="homepage"><a href="http://www.marvell.com/">homepage</a></span>
8948 <div class="licence">
8949 <pre>Custom License Marvell-sd8787:
8951 Copyright (C) 2010, Marvell International Ltd.
8953 All Rights Reserved.
8955 This file is provided by Marvell International Ltd. "AS IS".
8956 Reverse engineering of this file is strictly prohibited.
8957 Redistribution and use in its original form are permitted.
8960 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8961 </pre>
8962 <ul>
8964 </ul>
8965 </div>
8966 </div>
8969 <div class="product">
8970 <span class="title">mawk-1.3.4_p20100625</span>
8971 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8972 <span class="homepage"><a href="http://invisible-island.net/mawk/mawk.html">homepage</a></span>
8973 <div class="licence">
8974 <pre></pre>
8975 <ul>
8976 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8977 </ul>
8978 </div>
8979 </div>
8982 <div class="product">
8983 <span class="title">memtester-4.2.2</span>
8984 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8985 <span class="homepage"><a href="http://pyropus.ca/software/memtester/">homepage</a></span>
8986 <div class="licence">
8987 <pre></pre>
8988 <ul>
8989 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
8990 </ul>
8991 </div>
8992 </div>
8995 <div class="product">
8996 <span class="title">mesa-9.1</span>
8997 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
8998 <span class="homepage"><a href="http://mesa3d.sourceforge.net/">homepage</a></span>
8999 <div class="licence">
9000 <pre>Scanned Source License Mesa-9.1/docs/COPYING:
9003 Some parts of Mesa are copyrighted under the GNU LGPL. See the
9004 Mesa/docs/COPYRIGHT file for details.
9006 The following is the standard GNU copyright file.
9007 ----------------------------------------------------------------------
9010 GNU LIBRARY GENERAL PUBLIC LICENSE
9011 Version 2, June 1991
9013 Copyright (C) 1991 Free Software Foundation, Inc.
9014 675 Mass Ave, Cambridge, MA 02139, USA
9015 Everyone is permitted to copy and distribute verbatim copies
9016 of this license document, but changing it is not allowed.
9018 [This is the first released version of the library GPL. It is
9019 numbered 2 because it goes with version 2 of the ordinary GPL.]
9021 Preamble
9023 The licenses for most software are designed to take away your
9024 freedom to share and change it. By contrast, the GNU General Public
9025 Licenses are intended to guarantee your freedom to share and change
9026 free software--to make sure the software is free for all its users.
9028 This license, the Library General Public License, applies to some
9029 specially designated Free Software Foundation software, and to any
9030 other libraries whose authors decide to use it. You can use it for
9031 your libraries, too.
9033 When we speak of free software, we are referring to freedom, not
9034 price. Our General Public Licenses are designed to make sure that you
9035 have the freedom to distribute copies of free software (and charge for
9036 this service if you wish), that you receive source code or can get it
9037 if you want it, that you can change the software or use pieces of it
9038 in new free programs; and that you know you can do these things.
9040 To protect your rights, we need to make restrictions that forbid
9041 anyone to deny you these rights or to ask you to surrender the rights.
9042 These restrictions translate to certain responsibilities for you if
9043 you distribute copies of the library, or if you modify it.
9045 For example, if you distribute copies of the library, whether gratis
9046 or for a fee, you must give the recipients all the rights that we gave
9047 you. You must make sure that they, too, receive or can get the source
9048 code. If you link a program with the library, you must provide
9049 complete object files to the recipients so that they can relink them
9050 with the library, after making changes to the library and recompiling
9051 it. And you must show them these terms so they know their rights.
9053 Our method of protecting your rights has two steps: (1) copyright
9054 the library, and (2) offer you this license which gives you legal
9055 permission to copy, distribute and/or modify the library.
9057 Also, for each distributor's protection, we want to make certain
9058 that everyone understands that there is no warranty for this free
9059 library. If the library is modified by someone else and passed on, we
9060 want its recipients to know that what they have is not the original
9061 version, so that any problems introduced by others will not reflect on
9062 the original authors' reputations.
9064 Finally, any free program is threatened constantly by software
9065 patents. We wish to avoid the danger that companies distributing free
9066 software will individually obtain patent licenses, thus in effect
9067 transforming the program into proprietary software. To prevent this,
9068 we have made it clear that any patent must be licensed for everyone's
9069 free use or not licensed at all.
9071 Most GNU software, including some libraries, is covered by the ordinary
9072 GNU General Public License, which was designed for utility programs. This
9073 license, the GNU Library General Public License, applies to certain
9074 designated libraries. This license is quite different from the ordinary
9075 one; be sure to read it in full, and don't assume that anything in it is
9076 the same as in the ordinary license.
9078 The reason we have a separate public license for some libraries is that
9079 they blur the distinction we usually make between modifying or adding to a
9080 program and simply using it. Linking a program with a library, without
9081 changing the library, is in some sense simply using the library, and is
9082 analogous to running a utility program or application program. However, in
9083 a textual and legal sense, the linked executable is a combined work, a
9084 derivative of the original library, and the ordinary General Public License
9085 treats it as such.
9087 Because of this blurred distinction, using the ordinary General
9088 Public License for libraries did not effectively promote software
9089 sharing, because most developers did not use the libraries. We
9090 concluded that weaker conditions might promote sharing better.
9092 However, unrestricted linking of non-free programs would deprive the
9093 users of those programs of all benefit from the free status of the
9094 libraries themselves. This Library General Public License is intended to
9095 permit developers of non-free programs to use free libraries, while
9096 preserving your freedom as a user of such programs to change the free
9097 libraries that are incorporated in them. (We have not seen how to achieve
9098 this as regards changes in header files, but we have achieved it as regards
9099 changes in the actual functions of the Library.) The hope is that this
9100 will lead to faster development of free libraries.
9102 The precise terms and conditions for copying, distribution and
9103 modification follow. Pay close attention to the difference between a
9104 "work based on the library" and a "work that uses the library". The
9105 former contains code derived from the library, while the latter only
9106 works together with the library.
9108 Note that it is possible for a library to be covered by the ordinary
9109 General Public License rather than by this special one.
9111 GNU LIBRARY GENERAL PUBLIC LICENSE
9112 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
9114 0. This License Agreement applies to any software library which
9115 contains a notice placed by the copyright holder or other authorized
9116 party saying it may be distributed under the terms of this Library
9117 General Public License (also called "this License"). Each licensee is
9118 addressed as "you".
9120 A "library" means a collection of software functions and/or data
9121 prepared so as to be conveniently linked with application programs
9122 (which use some of those functions and data) to form executables.
9124 The "Library", below, refers to any such software library or work
9125 which has been distributed under these terms. A "work based on the
9126 Library" means either the Library or any derivative work under
9127 copyright law: that is to say, a work containing the Library or a
9128 portion of it, either verbatim or with modifications and/or translated
9129 straightforwardly into another language. (Hereinafter, translation is
9130 included without limitation in the term "modification".)
9132 "Source code" for a work means the preferred form of the work for
9133 making modifications to it. For a library, complete source code means
9134 all the source code for all modules it contains, plus any associated
9135 interface definition files, plus the scripts used to control compilation
9136 and installation of the library.
9138 Activities other than copying, distribution and modification are not
9139 covered by this License; they are outside its scope. The act of
9140 running a program using the Library is not restricted, and output from
9141 such a program is covered only if its contents constitute a work based
9142 on the Library (independent of the use of the Library in a tool for
9143 writing it). Whether that is true depends on what the Library does
9144 and what the program that uses the Library does.
9146 1. You may copy and distribute verbatim copies of the Library's
9147 complete source code as you receive it, in any medium, provided that
9148 you conspicuously and appropriately publish on each copy an
9149 appropriate copyright notice and disclaimer of warranty; keep intact
9150 all the notices that refer to this License and to the absence of any
9151 warranty; and distribute a copy of this License along with the
9152 Library.
9154 You may charge a fee for the physical act of transferring a copy,
9155 and you may at your option offer warranty protection in exchange for a
9156 fee.
9158 2. You may modify your copy or copies of the Library or any portion
9159 of it, thus forming a work based on the Library, and copy and
9160 distribute such modifications or work under the terms of Section 1
9161 above, provided that you also meet all of these conditions:
9163 a) The modified work must itself be a software library.
9165 b) You must cause the files modified to carry prominent notices
9166 stating that you changed the files and the date of any change.
9168 c) You must cause the whole of the work to be licensed at no
9169 charge to all third parties under the terms of this License.
9171 d) If a facility in the modified Library refers to a function or a
9172 table of data to be supplied by an application program that uses
9173 the facility, other than as an argument passed when the facility
9174 is invoked, then you must make a good faith effort to ensure that,
9175 in the event an application does not supply such function or
9176 table, the facility still operates, and performs whatever part of
9177 its purpose remains meaningful.
9179 (For example, a function in a library to compute square roots has
9180 a purpose that is entirely well-defined independent of the
9181 application. Therefore, Subsection 2d requires that any
9182 application-supplied function or table used by this function must
9183 be optional: if the application does not supply it, the square
9184 root function must still compute square roots.)
9186 These requirements apply to the modified work as a whole. If
9187 identifiable sections of that work are not derived from the Library,
9188 and can be reasonably considered independent and separate works in
9189 themselves, then this License, and its terms, do not apply to those
9190 sections when you distribute them as separate works. But when you
9191 distribute the same sections as part of a whole which is a work based
9192 on the Library, the distribution of the whole must be on the terms of
9193 this License, whose permissions for other licensees extend to the
9194 entire whole, and thus to each and every part regardless of who wrote
9197 Thus, it is not the intent of this section to claim rights or contest
9198 your rights to work written entirely by you; rather, the intent is to
9199 exercise the right to control the distribution of derivative or
9200 collective works based on the Library.
9202 In addition, mere aggregation of another work not based on the Library
9203 with the Library (or with a work based on the Library) on a volume of
9204 a storage or distribution medium does not bring the other work under
9205 the scope of this License.
9207 3. You may opt to apply the terms of the ordinary GNU General Public
9208 License instead of this License to a given copy of the Library. To do
9209 this, you must alter all the notices that refer to this License, so
9210 that they refer to the ordinary GNU General Public License, version 2,
9211 instead of to this License. (If a newer version than version 2 of the
9212 ordinary GNU General Public License has appeared, then you can specify
9213 that version instead if you wish.) Do not make any other change in
9214 these notices.
9216 Once this change is made in a given copy, it is irreversible for
9217 that copy, so the ordinary GNU General Public License applies to all
9218 subsequent copies and derivative works made from that copy.
9220 This option is useful when you wish to copy part of the code of
9221 the Library into a program that is not a library.
9223 4. You may copy and distribute the Library (or a portion or
9224 derivative of it, under Section 2) in object code or executable form
9225 under the terms of Sections 1 and 2 above provided that you accompany
9226 it with the complete corresponding machine-readable source code, which
9227 must be distributed under the terms of Sections 1 and 2 above on a
9228 medium customarily used for software interchange.
9230 If distribution of object code is made by offering access to copy
9231 from a designated place, then offering equivalent access to copy the
9232 source code from the same place satisfies the requirement to
9233 distribute the source code, even though third parties are not
9234 compelled to copy the source along with the object code.
9236 5. A program that contains no derivative of any portion of the
9237 Library, but is designed to work with the Library by being compiled or
9238 linked with it, is called a "work that uses the Library". Such a
9239 work, in isolation, is not a derivative work of the Library, and
9240 therefore falls outside the scope of this License.
9242 However, linking a "work that uses the Library" with the Library
9243 creates an executable that is a derivative of the Library (because it
9244 contains portions of the Library), rather than a "work that uses the
9245 library". The executable is therefore covered by this License.
9246 Section 6 states terms for distribution of such executables.
9248 When a "work that uses the Library" uses material from a header file
9249 that is part of the Library, the object code for the work may be a
9250 derivative work of the Library even though the source code is not.
9251 Whether this is true is especially significant if the work can be
9252 linked without the Library, or if the work is itself a library. The
9253 threshold for this to be true is not precisely defined by law.
9255 If such an object file uses only numerical parameters, data
9256 structure layouts and accessors, and small macros and small inline
9257 functions (ten lines or less in length), then the use of the object
9258 file is unrestricted, regardless of whether it is legally a derivative
9259 work. (Executables containing this object code plus portions of the
9260 Library will still fall under Section 6.)
9262 Otherwise, if the work is a derivative of the Library, you may
9263 distribute the object code for the work under the terms of Section 6.
9264 Any executables containing that work also fall under Section 6,
9265 whether or not they are linked directly with the Library itself.
9267 6. As an exception to the Sections above, you may also compile or
9268 link a "work that uses the Library" with the Library to produce a
9269 work containing portions of the Library, and distribute that work
9270 under terms of your choice, provided that the terms permit
9271 modification of the work for the customer's own use and reverse
9272 engineering for debugging such modifications.
9274 You must give prominent notice with each copy of the work that the
9275 Library is used in it and that the Library and its use are covered by
9276 this License. You must supply a copy of this License. If the work
9277 during execution displays copyright notices, you must include the
9278 copyright notice for the Library among them, as well as a reference
9279 directing the user to the copy of this License. Also, you must do one
9280 of these things:
9282 a) Accompany the work with the complete corresponding
9283 machine-readable source code for the Library including whatever
9284 changes were used in the work (which must be distributed under
9285 Sections 1 and 2 above); and, if the work is an executable linked
9286 with the Library, with the complete machine-readable "work that
9287 uses the Library", as object code and/or source code, so that the
9288 user can modify the Library and then relink to produce a modified
9289 executable containing the modified Library. (It is understood
9290 that the user who changes the contents of definitions files in the
9291 Library will not necessarily be able to recompile the application
9292 to use the modified definitions.)
9294 b) Accompany the work with a written offer, valid for at
9295 least three years, to give the same user the materials
9296 specified in Subsection 6a, above, for a charge no more
9297 than the cost of performing this distribution.
9299 c) If distribution of the work is made by offering access to copy
9300 from a designated place, offer equivalent access to copy the above
9301 specified materials from the same place.
9303 d) Verify that the user has already received a copy of these
9304 materials or that you have already sent this user a copy.
9306 For an executable, the required form of the "work that uses the
9307 Library" must include any data and utility programs needed for
9308 reproducing the executable from it. However, as a special exception,
9309 the source code distributed need not include anything that is normally
9310 distributed (in either source or binary form) with the major
9311 components (compiler, kernel, and so on) of the operating system on
9312 which the executable runs, unless that component itself accompanies
9313 the executable.
9315 It may happen that this requirement contradicts the license
9316 restrictions of other proprietary libraries that do not normally
9317 accompany the operating system. Such a contradiction means you cannot
9318 use both them and the Library together in an executable that you
9319 distribute.
9321 7. You may place library facilities that are a work based on the
9322 Library side-by-side in a single library together with other library
9323 facilities not covered by this License, and distribute such a combined
9324 library, provided that the separate distribution of the work based on
9325 the Library and of the other library facilities is otherwise
9326 permitted, and provided that you do these two things:
9328 a) Accompany the combined library with a copy of the same work
9329 based on the Library, uncombined with any other library
9330 facilities. This must be distributed under the terms of the
9331 Sections above.
9333 b) Give prominent notice with the combined library of the fact
9334 that part of it is a work based on the Library, and explaining
9335 where to find the accompanying uncombined form of the same work.
9337 8. You may not copy, modify, sublicense, link with, or distribute
9338 the Library except as expressly provided under this License. Any
9339 attempt otherwise to copy, modify, sublicense, link with, or
9340 distribute the Library is void, and will automatically terminate your
9341 rights under this License. However, parties who have received copies,
9342 or rights, from you under this License will not have their licenses
9343 terminated so long as such parties remain in full compliance.
9345 9. You are not required to accept this License, since you have not
9346 signed it. However, nothing else grants you permission to modify or
9347 distribute the Library or its derivative works. These actions are
9348 prohibited by law if you do not accept this License. Therefore, by
9349 modifying or distributing the Library (or any work based on the
9350 Library), you indicate your acceptance of this License to do so, and
9351 all its terms and conditions for copying, distributing or modifying
9352 the Library or works based on it.
9354 10. Each time you redistribute the Library (or any work based on the
9355 Library), the recipient automatically receives a license from the
9356 original licensor to copy, distribute, link with or modify the Library
9357 subject to these terms and conditions. You may not impose any further
9358 restrictions on the recipients' exercise of the rights granted herein.
9359 You are not responsible for enforcing compliance by third parties to
9360 this License.
9362 11. If, as a consequence of a court judgment or allegation of patent
9363 infringement or for any other reason (not limited to patent issues),
9364 conditions are imposed on you (whether by court order, agreement or
9365 otherwise) that contradict the conditions of this License, they do not
9366 excuse you from the conditions of this License. If you cannot
9367 distribute so as to satisfy simultaneously your obligations under this
9368 License and any other pertinent obligations, then as a consequence you
9369 may not distribute the Library at all. For example, if a patent
9370 license would not permit royalty-free redistribution of the Library by
9371 all those who receive copies directly or indirectly through you, then
9372 the only way you could satisfy both it and this License would be to
9373 refrain entirely from distribution of the Library.
9375 If any portion of this section is held invalid or unenforceable under any
9376 particular circumstance, the balance of the section is intended to apply,
9377 and the section as a whole is intended to apply in other circumstances.
9379 It is not the purpose of this section to induce you to infringe any
9380 patents or other property right claims or to contest validity of any
9381 such claims; this section has the sole purpose of protecting the
9382 integrity of the free software distribution system which is
9383 implemented by public license practices. Many people have made
9384 generous contributions to the wide range of software distributed
9385 through that system in reliance on consistent application of that
9386 system; it is up to the author/donor to decide if he or she is willing
9387 to distribute software through any other system and a licensee cannot
9388 impose that choice.
9390 This section is intended to make thoroughly clear what is believed to
9391 be a consequence of the rest of this License.
9393 12. If the distribution and/or use of the Library is restricted in
9394 certain countries either by patents or by copyrighted interfaces, the
9395 original copyright holder who places the Library under this License may add
9396 an explicit geographical distribution limitation excluding those countries,
9397 so that distribution is permitted only in or among countries not thus
9398 excluded. In such case, this License incorporates the limitation as if
9399 written in the body of this License.
9401 13. The Free Software Foundation may publish revised and/or new
9402 versions of the Library General Public License from time to time.
9403 Such new versions will be similar in spirit to the present version,
9404 but may differ in detail to address new problems or concerns.
9406 Each version is given a distinguishing version number. If the Library
9407 specifies a version number of this License which applies to it and
9408 "any later version", you have the option of following the terms and
9409 conditions either of that version or of any later version published by
9410 the Free Software Foundation. If the Library does not specify a
9411 license version number, you may choose any version ever published by
9412 the Free Software Foundation.
9414 14. If you wish to incorporate parts of the Library into other free
9415 programs whose distribution conditions are incompatible with these,
9416 write to the author to ask for permission. For software which is
9417 copyrighted by the Free Software Foundation, write to the Free
9418 Software Foundation; we sometimes make exceptions for this. Our
9419 decision will be guided by the two goals of preserving the free status
9420 of all derivatives of our free software and of promoting the sharing
9421 and reuse of software generally.
9423 NO WARRANTY
9425 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
9426 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
9427 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
9428 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
9429 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
9430 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
9431 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
9432 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
9433 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
9435 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
9436 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
9437 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
9438 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
9439 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
9440 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
9441 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
9442 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
9443 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
9444 DAMAGES.
9446 END OF TERMS AND CONDITIONS
9448 Appendix: How to Apply These Terms to Your New Libraries
9450 If you develop a new library, and you want it to be of the greatest
9451 possible use to the public, we recommend making it free software that
9452 everyone can redistribute and change. You can do so by permitting
9453 redistribution under these terms (or, alternatively, under the terms of the
9454 ordinary General Public License).
9456 To apply these terms, attach the following notices to the library. It is
9457 safest to attach them to the start of each source file to most effectively
9458 convey the exclusion of warranty; and each file should have at least the
9459 "copyright" line and a pointer to where the full notice is found.
9461 &lt;one line to give the library's name and a brief idea of what it does.&gt;
9462 Copyright (C) &lt;year&gt; &lt;name of author&gt;
9464 This library is free software; you can redistribute it and/or
9465 modify it under the terms of the GNU Library General Public
9466 License as published by the Free Software Foundation; either
9467 version 2 of the License, or (at your option) any later version.
9469 This library is distributed in the hope that it will be useful,
9470 but WITHOUT ANY WARRANTY; without even the implied warranty of
9471 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9472 Library General Public License for more details.
9474 You should have received a copy of the GNU Library General Public
9475 License along with this library; if not, write to the Free
9476 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
9478 Also add information on how to contact you by electronic and paper mail.
9480 You should also get your employer (if you work as a programmer) or your
9481 school, if any, to sign a "copyright disclaimer" for the library, if
9482 necessary. Here is a sample; alter the names:
9484 Yoyodyne, Inc., hereby disclaims all copyright interest in the
9485 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
9487 &lt;signature of Ty Coon&gt;, 1 April 1990
9488 Ty Coon, President of Vice
9490 That's all there is to it!
9493 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9494 </pre>
9495 <ul>
9496 <li><a href='#SGI-B-2.0'>Gentoo Package Stock License SGI-B-2.0</a></li>
9497 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
9498 </ul>
9499 </div>
9500 </div>
9503 <div class="product">
9504 <span class="title">mime-types-8</span>
9505 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9506 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
9507 <div class="licence">
9508 <pre></pre>
9509 <ul>
9510 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9511 </ul>
9512 </div>
9513 </div>
9516 <div class="product">
9517 <span class="title">ml-anjalioldlipi-0.740</span>
9518 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9519 <span class="homepage"><a href="https://sites.google.com/site/cibu/anjalioldlipi-font">homepage</a></span>
9520 <div class="licence">
9521 <pre>Scanned Source License ml-anjalioldlipi-0.740/LICENSE:
9523 Copyright 2004 Kevin &amp; Siji, 2007-2011 Cibu Johny
9524 with reserved font name AnjaliOldLipi.
9526 This Font Software is licensed under the SIL Open Font License, Version 1.1.
9527 This license is copied below, and is also available with a FAQ at:
9528 http://scripts.sil.org/OFL
9531 -----------------------------------------------------------
9532 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9533 -----------------------------------------------------------
9535 PREAMBLE
9536 The goals of the Open Font License (OFL) are to stimulate worldwide
9537 development of collaborative font projects, to support the font creation
9538 efforts of academic and linguistic communities, and to provide a free and
9539 open framework in which fonts may be shared and improved in partnership
9540 with others.
9542 The OFL allows the licensed fonts to be used, studied, modified and
9543 redistributed freely as long as they are not sold by themselves. The
9544 fonts, including any derivative works, can be bundled, embedded,
9545 redistributed and/or sold with any software provided that any reserved
9546 names are not used by derivative works. The fonts and derivatives,
9547 however, cannot be released under any other type of license. The
9548 requirement for fonts to remain under this license does not apply
9549 to any document created using the fonts or their derivatives.
9551 DEFINITIONS
9552 "Font Software" refers to the set of files released by the Copyright
9553 Holder(s) under this license and clearly marked as such. This may
9554 include source files, build scripts and documentation.
9556 "Reserved Font Name" refers to any names specified as such after the
9557 copyright statement(s).
9559 "Original Version" refers to the collection of Font Software components as
9560 distributed by the Copyright Holder(s).
9562 "Modified Version" refers to any derivative made by adding to, deleting,
9563 or substituting -- in part or in whole -- any of the components of the
9564 Original Version, by changing formats or by porting the Font Software to a
9565 new environment.
9567 "Author" refers to any designer, engineer, programmer, technical
9568 writer or other person who contributed to the Font Software.
9570 PERMISSION &amp; CONDITIONS
9571 Permission is hereby granted, free of charge, to any person obtaining
9572 a copy of the Font Software, to use, study, copy, merge, embed, modify,
9573 redistribute, and sell modified and unmodified copies of the Font
9574 Software, subject to the following conditions:
9576 1) Neither the Font Software nor any of its individual components,
9577 in Original or Modified Versions, may be sold by itself.
9579 2) Original or Modified Versions of the Font Software may be bundled,
9580 redistributed and/or sold with any software, provided that each copy
9581 contains the above copyright notice and this license. These can be
9582 included either as stand-alone text files, human-readable headers or
9583 in the appropriate machine-readable metadata fields within text or
9584 binary files as long as those fields can be easily viewed by the user.
9586 3) No Modified Version of the Font Software may use the Reserved Font
9587 Name(s) unless explicit written permission is granted by the corresponding
9588 Copyright Holder. This restriction only applies to the primary font name as
9589 presented to the users.
9591 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
9592 Software shall not be used to promote, endorse or advertise any
9593 Modified Version, except to acknowledge the contribution(s) of the
9594 Copyright Holder(s) and the Author(s) or with their explicit written
9595 permission.
9597 5) The Font Software, modified or unmodified, in part or in whole,
9598 must be distributed entirely under this license, and must not be
9599 distributed under any other license. The requirement for fonts to
9600 remain under this license does not apply to any document created
9601 using the Font Software.
9603 TERMINATION
9604 This license becomes null and void if any of the above conditions are
9605 not met.
9607 DISCLAIMER
9608 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9609 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
9610 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
9611 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
9612 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9613 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
9614 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9615 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
9616 OTHER DEALINGS IN THE FONT SOFTWARE.
9618 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9619 </pre>
9620 <ul>
9621 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
9622 </ul>
9623 </div>
9624 </div>
9627 <div class="product">
9628 <span class="title">modemmanager-classic-interfaces-0.0.1</span>
9629 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9630 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
9631 <div class="licence">
9632 <pre></pre>
9633 <ul>
9634 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9635 </ul>
9636 </div>
9637 </div>
9640 <div class="product">
9641 <span class="title">modemmanager-next-0.5.999</span>
9642 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9643 <span class="homepage"><a href="http://mail.gnome.org/archives/networkmanager-list/2008-July/msg00274.html">homepage</a></span>
9644 <div class="licence">
9645 <pre></pre>
9646 <ul>
9647 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9648 </ul>
9649 </div>
9650 </div>
9653 <div class="product">
9654 <span class="title">module-init-tools-3.16</span>
9655 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9656 <span class="homepage"><a href="http://modules.wiki.kernel.org/">homepage</a></span>
9657 <div class="licence">
9658 <pre></pre>
9659 <ul>
9660 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9661 </ul>
9662 </div>
9663 </div>
9666 <div class="product">
9667 <span class="title">mtdev-1.1.2</span>
9668 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9669 <span class="homepage"><a href="http://bitmath.org/code/mtdev/">homepage</a></span>
9670 <div class="licence">
9671 <pre>Scanned Source License mtdev-1.1.2/COPYING:
9673 mtdev - Multitouch Protocol Translation Library (MIT license)
9675 Copyright (C) 2010 Henrik Rydberg &lt;rydberg@euromail.se&gt;
9676 Copyright (C) 2010 Canonical Ltd.
9678 Permission is hereby granted, free of charge, to any person obtaining a
9679 copy of this software and associated documentation files (the "Software"),
9680 to deal in the Software without restriction, including without limitation
9681 the rights to use, copy, modify, merge, publish, distribute, sublicense,
9682 and/or sell copies of the Software, and to permit persons to whom the
9683 Software is furnished to do so, subject to the following conditions:
9685 The above copyright notice and this permission notice (including the next
9686 paragraph) shall be included in all copies or substantial portions of the
9687 Software.
9689 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9690 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9691 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9692 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9693 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9694 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9695 DEALINGS IN THE SOFTWARE.
9697 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9698 </pre>
9699 <ul>
9701 </ul>
9702 </div>
9703 </div>
9706 <div class="product">
9707 <span class="title">mtools-4.0.15</span>
9708 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9709 <span class="homepage"><a href="http://mtools.linux.lu/">homepage</a></span>
9710 <div class="licence">
9711 <pre></pre>
9712 <ul>
9713 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
9714 </ul>
9715 </div>
9716 </div>
9719 <div class="product">
9720 <span class="title">my-padauk-2.50</span>
9721 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9722 <span class="homepage"><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk">homepage</a></span>
9723 <div class="licence">
9724 <pre></pre>
9725 <ul>
9726 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
9727 </ul>
9728 </div>
9729 </div>
9732 <div class="product">
9733 <span class="title">nacl-mozc-1.10.1389.104</span>
9734 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9735 <span class="homepage"><a href="http://code.google.com/p/mozc">homepage</a></span>
9736 <div class="licence">
9737 <pre></pre>
9738 <ul>
9739 <li><a href='#BSD-Google'>Custom License BSD-Google</a></li>
9740 </ul>
9741 </div>
9742 </div>
9745 <div class="product">
9746 <span class="title">ncurses-5.9</span>
9747 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9748 <span class="homepage"><a href="http://www.gnu.org/software/ncurses/">homepage</a></span>
9749 <div class="licence">
9750 <pre>Scanned Source License ncurses-5.9/Ada95/package/debian/copyright:
9752 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
9754 Current ncurses maintainer: Thomas Dickey &lt;dickey@invisible-island.net&gt;
9756 -------------------------------------------------------------------------------
9757 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
9759 Permission is hereby granted, free of charge, to any person obtaining a
9760 copy of this software and associated documentation files (the
9761 "Software"), to deal in the Software without restriction, including
9762 without limitation the rights to use, copy, modify, merge, publish,
9763 distribute, distribute with modifications, sublicense, and/or sell
9764 copies of the Software, and to permit persons to whom the Software is
9765 furnished to do so, subject to the following conditions:
9767 The above copyright notice and this permission notice shall be included
9768 in all copies or substantial portions of the Software.
9770 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9771 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9772 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
9773 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
9774 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
9775 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
9776 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9778 Except as contained in this notice, the name(s) of the above copyright
9779 holders shall not be used in advertising or otherwise to promote the
9780 sale, use or other dealings in this Software without prior written
9781 authorization.
9782 -------------------------------------------------------------------------------
9784 Files: install-sh
9785 Copyright: 1994 X Consortium
9786 Licence: other-BSD
9787 Permission is hereby granted, free of charge, to any person obtaining a copy
9788 of this software and associated documentation files (the "Software"), to
9789 deal in the Software without restriction, including without limitation the
9790 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9791 sell copies of the Software, and to permit persons to whom the Software is
9792 furnished to do so, subject to the following conditions:
9794 The above copyright notice and this permission notice shall be included in
9795 all copies or substantial portions of the Software.
9797 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9798 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9799 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9800 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
9801 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
9802 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9804 Except as contained in this notice, the name of the X Consortium shall not
9805 be used in advertising or otherwise to promote the sale, use or other deal-
9806 ings in this Software without prior written authorization from the X Consor-
9807 tium.
9809 FSF changes to this file are in the public domain.
9811 Calling this script install-sh is preferred over install.sh, to prevent
9812 `make' implicit rules from creating a file called install from it
9813 when there is no Makefile.
9815 This script is compatible with the BSD install script, but was written
9816 from scratch. It can only install one file at a time, a restriction
9817 shared with many OS's install programs.
9819 On Debian systems, the complete text of the GNU General
9820 Public License can be found in '/usr/share/common-licenses/GPL-2'
9822 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9824 Scanned Source License ncurses-5.9/test/package/debian/copyright:
9826 Upstream source http://invisible-island.net/ncurses/ncurses-examples.html
9828 Current ncurses maintainer: Thomas Dickey &lt;dickey@invisible-island.net&gt;
9830 -------------------------------------------------------------------------------
9831 Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.
9833 Permission is hereby granted, free of charge, to any person obtaining a
9834 copy of this software and associated documentation files (the
9835 "Software"), to deal in the Software without restriction, including
9836 without limitation the rights to use, copy, modify, merge, publish,
9837 distribute, distribute with modifications, sublicense, and/or sell
9838 copies of the Software, and to permit persons to whom the Software is
9839 furnished to do so, subject to the following conditions:
9841 The above copyright notice and this permission notice shall be included
9842 in all copies or substantial portions of the Software.
9844 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9845 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9846 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
9847 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
9848 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
9849 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
9850 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9852 Except as contained in this notice, the name(s) of the above copyright
9853 holders shall not be used in advertising or otherwise to promote the
9854 sale, use or other dealings in this Software without prior written
9855 authorization.
9856 -------------------------------------------------------------------------------
9858 Files: install-sh
9859 Copyright: 1994 X Consortium
9860 Licence: other-BSD
9861 Permission is hereby granted, free of charge, to any person obtaining a copy
9862 of this software and associated documentation files (the "Software"), to
9863 deal in the Software without restriction, including without limitation the
9864 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9865 sell copies of the Software, and to permit persons to whom the Software is
9866 furnished to do so, subject to the following conditions:
9868 The above copyright notice and this permission notice shall be included in
9869 all copies or substantial portions of the Software.
9871 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9872 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9873 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9874 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
9875 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
9876 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9878 Except as contained in this notice, the name of the X Consortium shall not
9879 be used in advertising or otherwise to promote the sale, use or other deal-
9880 ings in this Software without prior written authorization from the X Consor-
9881 tium.
9883 FSF changes to this file are in the public domain.
9885 Calling this script install-sh is preferred over install.sh, to prevent
9886 `make' implicit rules from creating a file called install from it
9887 when there is no Makefile.
9889 This script is compatible with the BSD install script, but was written
9890 from scratch. It can only install one file at a time, a restriction
9891 shared with many OS's install programs.
9893 On Debian systems, the complete text of the GNU General
9894 Public License can be found in '/usr/share/common-licenses/GPL-2'
9896 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
9897 </pre>
9898 <ul>
9900 </ul>
9901 </div>
9902 </div>
9905 <div class="product">
9906 <span class="title">net-tools-1.60_p20110409135728</span>
9907 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9908 <span class="homepage"><a href="http://net-tools.berlios.de/">homepage</a></span>
9909 <div class="licence">
9910 <pre></pre>
9911 <ul>
9912 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9913 </ul>
9914 </div>
9915 </div>
9918 <div class="product">
9919 <span class="title">notofonts-20130514</span>
9920 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9921 <span class="homepage"><a href="">homepage</a></span>
9922 <div class="licence">
9923 <pre></pre>
9924 <ul>
9925 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
9926 </ul>
9927 </div>
9928 </div>
9931 <div class="product">
9932 <span class="title">nspr-4.10</span>
9933 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9934 <span class="homepage"><a href="http://www.mozilla.org/projects/nspr/">homepage</a></span>
9935 <div class="licence">
9936 <pre></pre>
9937 <ul>
9938 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
9939 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9940 <li><a href='#MPL-2.0'>Gentoo Package Stock License MPL-2.0</a></li>
9941 </ul>
9942 </div>
9943 </div>
9946 <div class="product">
9947 <span class="title">nss-3.15.1</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/security/pki/nss/">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">ntfs3g-2012.1.15</span>
9963 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9964 <span class="homepage"><a href="http://www.tuxera.com/community/ntfs-3g-download/">homepage</a></span>
9965 <div class="licence">
9966 <pre></pre>
9967 <ul>
9968 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
9969 </ul>
9970 </div>
9971 </div>
9974 <div class="product">
9975 <span class="title">o3d-203170</span>
9976 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
9977 <span class="homepage"><a href="http://code.google.com/p/o3d/">homepage</a></span>
9978 <div class="licence">
9979 <pre>Scanned Source License o3d-203170/base/third_party/dmg_fp/LICENSE:
9981 /****************************************************************
9983 * The author of this software is David M. Gay.
9985 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
9987 * Permission to use, copy, modify, and distribute this software for any
9988 * purpose without fee is hereby granted, provided that this entire notice
9989 * is included in all copies of any software which is or includes a copy
9990 * or modification of this software and in all copies of the supporting
9991 * documentation for such software.
9993 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
9994 * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
9995 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
9996 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
9998 ***************************************************************/
10000 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10002 Scanned Source License o3d-203170/base/third_party/dynamic_annotations/LICENSE:
10004 /* Copyright (c) 2008-2009, Google Inc.
10005 * All rights reserved.
10007 * Redistribution and use in source and binary forms, with or without
10008 * modification, are permitted provided that the following conditions are
10009 * met:
10011 * * Redistributions of source code must retain the above copyright
10012 * notice, this list of conditions and the following disclaimer.
10013 * * Neither the name of Google Inc. nor the names of its
10014 * contributors may be used to endorse or promote products derived from
10015 * this software without specific prior written permission.
10017 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10018 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10019 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10020 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10021 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10022 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10023 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10024 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10025 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10026 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10027 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10029 * ---
10030 * Author: Kostya Serebryany
10033 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10035 Scanned Source License o3d-203170/base/third_party/icu/LICENSE:
10037 ICU License - ICU 1.8.1 and later
10039 COPYRIGHT AND PERMISSION NOTICE
10041 Copyright (c) 1995-2009 International Business Machines Corporation and others
10043 All rights reserved.
10045 Permission is hereby granted, free of charge, to any person obtaining
10046 a copy of this software and associated documentation files (the
10047 "Software"), to deal in the Software without restriction, including
10048 without limitation the rights to use, copy, modify, merge, publish,
10049 distribute, and/or sell copies of the Software, and to permit persons
10050 to whom the Software is furnished to do so, provided that the above
10051 copyright notice(s) and this permission notice appear in all copies of
10052 the Software and that both the above copyright notice(s) and this
10053 permission notice appear in supporting documentation.
10055 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10056 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10057 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
10058 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
10059 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
10060 SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
10061 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
10062 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
10063 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10065 Except as contained in this notice, the name of a copyright holder
10066 shall not be used in advertising or otherwise to promote the sale, use
10067 or other dealings in this Software without prior written authorization
10068 of the copyright holder.
10070 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10072 Scanned Source License o3d-203170/base/third_party/nspr/LICENSE:
10074 /* ***** BEGIN LICENSE BLOCK *****
10075 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
10077 * The contents of this file are subject to the Mozilla Public License Version
10078 * 1.1 (the "License"); you may not use this file except in compliance with
10079 * the License. You may obtain a copy of the License at
10080 * http://www.mozilla.org/MPL/
10082 * Software distributed under the License is distributed on an "AS IS" basis,
10083 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10084 * for the specific language governing rights and limitations under the
10085 * License.
10087 * The Original Code is the Netscape Portable Runtime (NSPR).
10089 * The Initial Developer of the Original Code is
10090 * Netscape Communications Corporation.
10091 * Portions created by the Initial Developer are Copyright (C) 1998-2000
10092 * the Initial Developer. All Rights Reserved.
10094 * Contributor(s):
10096 * Alternatively, the contents of this file may be used under the terms of
10097 * either the GNU General Public License Version 2 or later (the "GPL"), or
10098 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10099 * in which case the provisions of the GPL or the LGPL are applicable instead
10100 * of those above. If you wish to allow use of your version of this file only
10101 * under the terms of either the GPL or the LGPL, and not to allow others to
10102 * use your version of this file under the terms of the MPL, indicate your
10103 * decision by deleting the provisions above and replace them with the notice
10104 * and other provisions required by the GPL or the LGPL. If you do not delete
10105 * the provisions above, a recipient may use your version of this file under
10106 * the terms of any one of the MPL, the GPL or the LGPL.
10108 * ***** END LICENSE BLOCK ***** */
10110 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10112 Scanned Source License o3d-203170/base/third_party/symbolize/LICENSE:
10114 // Copyright (c) 2006, Google Inc.
10115 // All rights reserved.
10117 // Redistribution and use in source and binary forms, with or without
10118 // modification, are permitted provided that the following conditions are
10119 // met:
10121 // * Redistributions of source code must retain the above copyright
10122 // notice, this list of conditions and the following disclaimer.
10123 // * Redistributions in binary form must reproduce the above
10124 // copyright notice, this list of conditions and the following disclaimer
10125 // in the documentation and/or other materials provided with the
10126 // distribution.
10127 // * Neither the name of Google Inc. nor the names of its
10128 // contributors may be used to endorse or promote products derived from
10129 // this software without specific prior written permission.
10131 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10132 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10133 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10134 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10135 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10136 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10137 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10138 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10139 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10140 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10141 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10143 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10145 Scanned Source License o3d-203170/base/third_party/valgrind/LICENSE:
10147 ----------------------------------------------------------------
10149 Notice that the following BSD-style license applies to this one
10150 file (valgrind.h) only. The rest of Valgrind is licensed under the
10151 terms of the GNU General Public License, version 2, unless
10152 otherwise indicated. See the COPYING file in the source
10153 distribution for details.
10155 ----------------------------------------------------------------
10157 This file is part of Valgrind, a dynamic binary instrumentation
10158 framework.
10160 Copyright (C) 2000-2008 Julian Seward. All rights reserved.
10162 Redistribution and use in source and binary forms, with or without
10163 modification, are permitted provided that the following conditions
10164 are met:
10166 1. Redistributions of source code must retain the above copyright
10167 notice, this list of conditions and the following disclaimer.
10169 2. The origin of this software must not be misrepresented; you must
10170 not claim that you wrote the original software. If you use this
10171 software in a product, an acknowledgment in the product
10172 documentation would be appreciated but is not required.
10174 3. Altered source versions must be plainly marked as such, and must
10175 not be misrepresented as being the original software.
10177 4. The name of the author may not be used to endorse or promote
10178 products derived from this software without specific prior written
10179 permission.
10181 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
10182 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
10183 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
10184 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10185 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
10186 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
10187 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
10188 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
10189 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
10190 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
10191 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10193 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10195 Scanned Source License o3d-203170/base/third_party/xdg_mime/LICENSE:
10197 # Permission is hereby granted, free of charge, to any person obtaining a
10198 # copy of this software and associated documentation files (the "Software"),
10199 # to deal in the Software without restriction, including without limitation
10200 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10201 # and/or sell copies of the Software, and to permit persons to whom the
10202 # Software is furnished to do so, subject to the following conditions:
10204 # The above copyright notice and this permission notice shall be included
10205 # in all copies or substantial portions of the Software.
10207 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
10208 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10209 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
10210 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
10211 # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
10212 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
10213 # OTHER DEALINGS IN THE SOFTWARE.
10215 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10217 Scanned Source License o3d-203170/base/third_party/xdg_user_dirs/LICENSE:
10219 Copyright (c) 2007 Red Hat, inc
10221 Permission is hereby granted, free of charge, to any person
10222 obtaining a copy of this software and associated documentation files
10223 (the "Software"), to deal in the Software without restriction,
10224 including without limitation the rights to use, copy, modify, merge,
10225 publish, distribute, sublicense, and/or sell copies of the Software,
10226 and to permit persons to whom the Software is furnished to do so,
10227 subject to the following conditions:
10229 The above copyright notice and this permission notice shall be
10230 included in all copies or substantial portions of the Software.
10232 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10233 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10234 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
10235 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
10236 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
10237 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
10238 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10239 SOFTWARE.
10241 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10243 Scanned Source License o3d-203170/native_client/LICENSE:
10245 Copyright 2008, Google Inc.
10246 All rights reserved.
10248 Redistribution and use in source and binary forms, with or without
10249 modification, are permitted provided that the following conditions are
10250 met:
10252 * Redistributions of source code must retain the above copyright
10253 notice, this list of conditions and the following disclaimer.
10254 * Redistributions in binary form must reproduce the above
10255 copyright notice, this list of conditions and the following disclaimer
10256 in the documentation and/or other materials provided with the
10257 distribution.
10258 * Neither the name of Google Inc. nor the names of its
10259 contributors may be used to endorse or promote products derived from
10260 this software without specific prior written permission.
10262 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
10263 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10264 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
10265 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
10266 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
10267 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
10268 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
10269 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
10270 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10271 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
10272 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10274 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10276 Scanned Source License o3d-203170/net/third_party/gssapi/LICENSE:
10278 Copyright 1993 by OpenVision Technologies, Inc.
10280 Permission to use, copy, modify, distribute, and sell this software
10281 and its documentation for any purpose is hereby granted without fee,
10282 provided that the above copyright notice appears in all copies and
10283 that both that copyright notice and this permission notice appear in
10284 supporting documentation, and that the name of OpenVision not be used
10285 in advertising or publicity pertaining to distribution of the software
10286 without specific, written prior permission. OpenVision makes no
10287 representations about the suitability of this software for any
10288 purpose. It is provided "as is" without express or implied warranty.
10290 OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
10291 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
10292 EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
10293 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
10294 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
10295 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
10296 PERFORMANCE OF THIS SOFTWARE.
10298 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10300 Scanned Source License o3d-203170/net/third_party/mozilla_security_manager/LICENSE:
10302 /* ***** BEGIN LICENSE BLOCK *****
10303 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
10305 * The contents of this file are subject to the Mozilla Public License Version
10306 * 1.1 (the "License"); you may not use this file except in compliance with
10307 * the License. You may obtain a copy of the License at
10308 * http://www.mozilla.org/MPL/
10310 * Software distributed under the License is distributed on an "AS IS" basis,
10311 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10312 * for the specific language governing rights and limitations under the
10313 * License.
10315 * The Original Code is mozilla.org code.
10317 * The Initial Developer of the Original Code is
10318 * Netscape Communications Corporation.
10319 * Portions created by the Initial Developer are Copyright (C) 2001
10320 * the Initial Developer. All Rights Reserved.
10322 * Contributor(s):
10324 * Alternatively, the contents of this file may be used under the terms of
10325 * either the GNU General Public License Version 2 or later (the "GPL"), or
10326 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10327 * in which case the provisions of the GPL or the LGPL are applicable instead
10328 * of those above. If you wish to allow use of your version of this file only
10329 * under the terms of either the GPL or the LGPL, and not to allow others to
10330 * use your version of this file under the terms of the MPL, indicate your
10331 * decision by deleting the provisions above and replace them with the notice
10332 * and other provisions required by the GPL or the LGPL. If you do not delete
10333 * the provisions above, a recipient may use your version of this file under
10334 * the terms of any one of the MPL, the GPL or the LGPL.
10336 * ***** END LICENSE BLOCK ***** */
10338 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10340 Scanned Source License o3d-203170/net/third_party/nss/LICENSE:
10342 /* ***** BEGIN LICENSE BLOCK *****
10343 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
10345 * The contents of this file are subject to the Mozilla Public License Version
10346 * 1.1 (the "License"); you may not use this file except in compliance with
10347 * the License. You may obtain a copy of the License at
10348 * http://www.mozilla.org/MPL/
10350 * Software distributed under the License is distributed on an "AS IS" basis,
10351 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10352 * for the specific language governing rights and limitations under the
10353 * License.
10355 * The Original Code is the Netscape security libraries.
10357 * The Initial Developer of the Original Code is
10358 * Netscape Communications Corporation.
10359 * Portions created by the Initial Developer are Copyright (C) 1994-2000
10360 * the Initial Developer. All Rights Reserved.
10362 * Contributor(s):
10364 * Alternatively, the contents of this file may be used under the terms of
10365 * either the GNU General Public License Version 2 or later (the "GPL"), or
10366 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
10367 * in which case the provisions of the GPL or the LGPL are applicable instead
10368 * of those above. If you wish to allow use of your version of this file only
10369 * under the terms of either the GPL or the LGPL, and not to allow others to
10370 * use your version of this file under the terms of the MPL, indicate your
10371 * decision by deleting the provisions above and replace them with the notice
10372 * and other provisions required by the GPL or the LGPL. If you do not delete
10373 * the provisions above, a recipient may use your version of this file under
10374 * the terms of any one of the MPL, the GPL or the LGPL.
10376 * ***** END LICENSE BLOCK ***** */
10378 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10380 Scanned Source License o3d-203170/net/tools/spdyshark/COPYING:
10382 GNU GENERAL PUBLIC LICENSE
10383 Version 2, June 1991
10385 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
10386 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10387 Everyone is permitted to copy and distribute verbatim copies
10388 of this license document, but changing it is not allowed.
10390 Preamble
10392 The licenses for most software are designed to take away your
10393 freedom to share and change it. By contrast, the GNU General Public
10394 License is intended to guarantee your freedom to share and change free
10395 software--to make sure the software is free for all its users. This
10396 General Public License applies to most of the Free Software
10397 Foundation's software and to any other program whose authors commit to
10398 using it. (Some other Free Software Foundation software is covered by
10399 the GNU Library General Public License instead.) You can apply it to
10400 your programs, too.
10402 When we speak of free software, we are referring to freedom, not
10403 price. Our General Public Licenses are designed to make sure that you
10404 have the freedom to distribute copies of free software (and charge for
10405 this service if you wish), that you receive source code or can get it
10406 if you want it, that you can change the software or use pieces of it
10407 in new free programs; and that you know you can do these things.
10409 To protect your rights, we need to make restrictions that forbid
10410 anyone to deny you these rights or to ask you to surrender the rights.
10411 These restrictions translate to certain responsibilities for you if you
10412 distribute copies of the software, or if you modify it.
10414 For example, if you distribute copies of such a program, whether
10415 gratis or for a fee, you must give the recipients all the rights that
10416 you have. You must make sure that they, too, receive or can get the
10417 source code. And you must show them these terms so they know their
10418 rights.
10420 We protect your rights with two steps: (1) copyright the software, and
10421 (2) offer you this license which gives you legal permission to copy,
10422 distribute and/or modify the software.
10424 Also, for each author's protection and ours, we want to make certain
10425 that everyone understands that there is no warranty for this free
10426 software. If the software is modified by someone else and passed on, we
10427 want its recipients to know that what they have is not the original, so
10428 that any problems introduced by others will not reflect on the original
10429 authors' reputations.
10431 Finally, any free program is threatened constantly by software
10432 patents. We wish to avoid the danger that redistributors of a free
10433 program will individually obtain patent licenses, in effect making the
10434 program proprietary. To prevent this, we have made it clear that any
10435 patent must be licensed for everyone's free use or not licensed at all.
10437 The precise terms and conditions for copying, distribution and
10438 modification follow.
10440 GNU GENERAL PUBLIC LICENSE
10441 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10443 0. This License applies to any program or other work which contains
10444 a notice placed by the copyright holder saying it may be distributed
10445 under the terms of this General Public License. The "Program", below,
10446 refers to any such program or work, and a "work based on the Program"
10447 means either the Program or any derivative work under copyright law:
10448 that is to say, a work containing the Program or a portion of it,
10449 either verbatim or with modifications and/or translated into another
10450 language. (Hereinafter, translation is included without limitation in
10451 the term "modification".) Each licensee is addressed as "you".
10453 Activities other than copying, distribution and modification are not
10454 covered by this License; they are outside its scope. The act of
10455 running the Program is not restricted, and the output from the Program
10456 is covered only if its contents constitute a work based on the
10457 Program (independent of having been made by running the Program).
10458 Whether that is true depends on what the Program does.
10460 1. You may copy and distribute verbatim copies of the Program's
10461 source code as you receive it, in any medium, provided that you
10462 conspicuously and appropriately publish on each copy an appropriate
10463 copyright notice and disclaimer of warranty; keep intact all the
10464 notices that refer to this License and to the absence of any warranty;
10465 and give any other recipients of the Program a copy of this License
10466 along with the Program.
10468 You may charge a fee for the physical act of transferring a copy, and
10469 you may at your option offer warranty protection in exchange for a fee.
10471 2. You may modify your copy or copies of the Program or any portion
10472 of it, thus forming a work based on the Program, and copy and
10473 distribute such modifications or work under the terms of Section 1
10474 above, provided that you also meet all of these conditions:
10476 a) You must cause the modified files to carry prominent notices
10477 stating that you changed the files and the date of any change.
10479 b) You must cause any work that you distribute or publish, that in
10480 whole or in part contains or is derived from the Program or any
10481 part thereof, to be licensed as a whole at no charge to all third
10482 parties under the terms of this License.
10484 c) If the modified program normally reads commands interactively
10485 when run, you must cause it, when started running for such
10486 interactive use in the most ordinary way, to print or display an
10487 announcement including an appropriate copyright notice and a
10488 notice that there is no warranty (or else, saying that you provide
10489 a warranty) and that users may redistribute the program under
10490 these conditions, and telling the user how to view a copy of this
10491 License. (Exception: if the Program itself is interactive but
10492 does not normally print such an announcement, your work based on
10493 the Program is not required to print an announcement.)
10495 These requirements apply to the modified work as a whole. If
10496 identifiable sections of that work are not derived from the Program,
10497 and can be reasonably considered independent and separate works in
10498 themselves, then this License, and its terms, do not apply to those
10499 sections when you distribute them as separate works. But when you
10500 distribute the same sections as part of a whole which is a work based
10501 on the Program, the distribution of the whole must be on the terms of
10502 this License, whose permissions for other licensees extend to the
10503 entire whole, and thus to each and every part regardless of who wrote it.
10505 Thus, it is not the intent of this section to claim rights or contest
10506 your rights to work written entirely by you; rather, the intent is to
10507 exercise the right to control the distribution of derivative or
10508 collective works based on the Program.
10510 In addition, mere aggregation of another work not based on the Program
10511 with the Program (or with a work based on the Program) on a volume of
10512 a storage or distribution medium does not bring the other work under
10513 the scope of this License.
10515 3. You may copy and distribute the Program (or a work based on it,
10516 under Section 2) in object code or executable form under the terms of
10517 Sections 1 and 2 above provided that you also do one of the following:
10519 a) Accompany it with the complete corresponding machine-readable
10520 source code, which must be distributed under the terms of Sections
10521 1 and 2 above on a medium customarily used for software interchange; or,
10523 b) Accompany it with a written offer, valid for at least three
10524 years, to give any third party, for a charge no more than your
10525 cost of physically performing source distribution, a complete
10526 machine-readable copy of the corresponding source code, to be
10527 distributed under the terms of Sections 1 and 2 above on a medium
10528 customarily used for software interchange; or,
10530 c) Accompany it with the information you received as to the offer
10531 to distribute corresponding source code. (This alternative is
10532 allowed only for noncommercial distribution and only if you
10533 received the program in object code or executable form with such
10534 an offer, in accord with Subsection b above.)
10536 The source code for a work means the preferred form of the work for
10537 making modifications to it. For an executable work, complete source
10538 code means all the source code for all modules it contains, plus any
10539 associated interface definition files, plus the scripts used to
10540 control compilation and installation of the executable. However, as a
10541 special exception, the source code distributed need not include
10542 anything that is normally distributed (in either source or binary
10543 form) with the major components (compiler, kernel, and so on) of the
10544 operating system on which the executable runs, unless that component
10545 itself accompanies the executable.
10547 If distribution of executable or object code is made by offering
10548 access to copy from a designated place, then offering equivalent
10549 access to copy the source code from the same place counts as
10550 distribution of the source code, even though third parties are not
10551 compelled to copy the source along with the object code.
10553 4. You may not copy, modify, sublicense, or distribute the Program
10554 except as expressly provided under this License. Any attempt
10555 otherwise to copy, modify, sublicense or distribute the Program is
10556 void, and will automatically terminate your rights under this License.
10557 However, parties who have received copies, or rights, from you under
10558 this License will not have their licenses terminated so long as such
10559 parties remain in full compliance.
10561 5. You are not required to accept this License, since you have not
10562 signed it. However, nothing else grants you permission to modify or
10563 distribute the Program or its derivative works. These actions are
10564 prohibited by law if you do not accept this License. Therefore, by
10565 modifying or distributing the Program (or any work based on the
10566 Program), you indicate your acceptance of this License to do so, and
10567 all its terms and conditions for copying, distributing or modifying
10568 the Program or works based on it.
10570 6. Each time you redistribute the Program (or any work based on the
10571 Program), the recipient automatically receives a license from the
10572 original licensor to copy, distribute or modify the Program subject to
10573 these terms and conditions. You may not impose any further
10574 restrictions on the recipients' exercise of the rights granted herein.
10575 You are not responsible for enforcing compliance by third parties to
10576 this License.
10578 7. If, as a consequence of a court judgment or allegation of patent
10579 infringement or for any other reason (not limited to patent issues),
10580 conditions are imposed on you (whether by court order, agreement or
10581 otherwise) that contradict the conditions of this License, they do not
10582 excuse you from the conditions of this License. If you cannot
10583 distribute so as to satisfy simultaneously your obligations under this
10584 License and any other pertinent obligations, then as a consequence you
10585 may not distribute the Program at all. For example, if a patent
10586 license would not permit royalty-free redistribution of the Program by
10587 all those who receive copies directly or indirectly through you, then
10588 the only way you could satisfy both it and this License would be to
10589 refrain entirely from distribution of the Program.
10591 If any portion of this section is held invalid or unenforceable under
10592 any particular circumstance, the balance of the section is intended to
10593 apply and the section as a whole is intended to apply in other
10594 circumstances.
10596 It is not the purpose of this section to induce you to infringe any
10597 patents or other property right claims or to contest validity of any
10598 such claims; this section has the sole purpose of protecting the
10599 integrity of the free software distribution system, which is
10600 implemented by public license practices. Many people have made
10601 generous contributions to the wide range of software distributed
10602 through that system in reliance on consistent application of that
10603 system; it is up to the author/donor to decide if he or she is willing
10604 to distribute software through any other system and a licensee cannot
10605 impose that choice.
10607 This section is intended to make thoroughly clear what is believed to
10608 be a consequence of the rest of this License.
10610 8. If the distribution and/or use of the Program is restricted in
10611 certain countries either by patents or by copyrighted interfaces, the
10612 original copyright holder who places the Program under this License
10613 may add an explicit geographical distribution limitation excluding
10614 those countries, so that distribution is permitted only in or among
10615 countries not thus excluded. In such case, this License incorporates
10616 the limitation as if written in the body of this License.
10618 9. The Free Software Foundation may publish revised and/or new versions
10619 of the General Public License from time to time. Such new versions will
10620 be similar in spirit to the present version, but may differ in detail to
10621 address new problems or concerns.
10623 Each version is given a distinguishing version number. If the Program
10624 specifies a version number of this License which applies to it and "any
10625 later version", you have the option of following the terms and conditions
10626 either of that version or of any later version published by the Free
10627 Software Foundation. If the Program does not specify a version number of
10628 this License, you may choose any version ever published by the Free Software
10629 Foundation.
10631 10. If you wish to incorporate parts of the Program into other free
10632 programs whose distribution conditions are different, write to the author
10633 to ask for permission. For software which is copyrighted by the Free
10634 Software Foundation, write to the Free Software Foundation; we sometimes
10635 make exceptions for this. Our decision will be guided by the two goals
10636 of preserving the free status of all derivatives of our free software and
10637 of promoting the sharing and reuse of software generally.
10639 NO WARRANTY
10641 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
10642 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
10643 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
10644 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
10645 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
10646 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
10647 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
10648 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
10649 REPAIR OR CORRECTION.
10651 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10652 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
10653 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
10654 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
10655 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
10656 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
10657 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
10658 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
10659 POSSIBILITY OF SUCH DAMAGES.
10661 END OF TERMS AND CONDITIONS
10663 How to Apply These Terms to Your New Programs
10665 If you develop a new program, and you want it to be of the greatest
10666 possible use to the public, the best way to achieve this is to make it
10667 free software which everyone can redistribute and change under these terms.
10669 To do so, attach the following notices to the program. It is safest
10670 to attach them to the start of each source file to most effectively
10671 convey the exclusion of warranty; and each file should have at least
10672 the "copyright" line and a pointer to where the full notice is found.
10674 &lt;one line to give the program's name and a brief idea of what it does.&gt;
10675 Copyright (C) &lt;year&gt; &lt;name of author&gt;
10677 This program is free software; you can redistribute it and/or modify
10678 it under the terms of the GNU General Public License as published by
10679 the Free Software Foundation; either version 2 of the License, or
10680 (at your option) any later version.
10682 This program is distributed in the hope that it will be useful,
10683 but WITHOUT ANY WARRANTY; without even the implied warranty of
10684 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10685 GNU General Public License for more details.
10687 You should have received a copy of the GNU General Public License
10688 along with this program; if not, write to the Free Software
10689 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10692 Also add information on how to contact you by electronic and paper mail.
10694 If the program is interactive, make it output a short notice like this
10695 when it starts in an interactive mode:
10697 Gnomovision version 69, Copyright (C) year name of author
10698 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
10699 This is free software, and you are welcome to redistribute it
10700 under certain conditions; type `show c' for details.
10702 The hypothetical commands `show w' and `show c' should show the appropriate
10703 parts of the General Public License. Of course, the commands you use may
10704 be called something other than `show w' and `show c'; they could even be
10705 mouse-clicks or menu items--whatever suits your program.
10707 You should also get your employer (if you work as a programmer) or your
10708 school, if any, to sign a "copyright disclaimer" for the program, if
10709 necessary. Here is a sample; alter the names:
10711 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
10712 `Gnomovision' (which makes passes at compilers) written by James Hacker.
10714 &lt;signature of Ty Coon&gt;, 1 April 1989
10715 Ty Coon, President of Vice
10717 This General Public License does not permit incorporating your program into
10718 proprietary programs. If your program is a subroutine library, you may
10719 consider it more useful to permit linking proprietary applications with the
10720 library. If this is what you want to do, use the GNU Library General
10721 Public License instead of this License.
10723 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10725 Scanned Source License o3d-203170/o3d/installer/linux/debian.in/copyright:
10727 This package was debianized by Jeff Bailey &lt;jeffbailey@google.com&gt; on
10728 Wed, 20 Jan 2010 14:19:30 -0500
10730 Copyright (C) 2010 Google, Inc. under the terms of the new BSD license.
10732 On Debian systems, the complete text of the BSD License can be found in the
10733 file /usr/share/common-licenses/BSD
10735 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10737 Scanned Source License o3d-203170/o3d/samples/box2d-3d/demos/LICENSE.txt:
10739 The zlib/libpng License
10741 Copyright (c) 2008 ANDO Yasushi
10743 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.
10745 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:
10747 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.
10749 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10751 3. This notice may not be removed or altered from any source distribution.
10754 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10756 Scanned Source License o3d-203170/o3d/samples/box2d-3d/third_party/box2d/LICENSE.txt:
10758 The zlib/libpng License
10760 Copyright (c) 2008 ANDO Yasushi
10762 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.
10764 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:
10766 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.
10768 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10770 3. This notice may not be removed or altered from any source distribution.
10773 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10775 Scanned Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d-3d/demos/LICENSE.txt:
10777 The zlib/libpng License
10779 Copyright (c) 2008 ANDO Yasushi
10781 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.
10783 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:
10785 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.
10787 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10789 3. This notice may not be removed or altered from any source distribution.
10792 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10794 Scanned Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d-3d/third_party/box2d/LICENSE.txt:
10796 The zlib/libpng License
10798 Copyright (c) 2008 ANDO Yasushi
10800 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.
10802 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:
10804 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.
10806 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10808 3. This notice may not be removed or altered from any source distribution.
10811 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10813 Scanned Source License o3d-203170/o3d/samples/third_party/codemirror/LICENSE:
10815 Copyright (c) 2007 Marijn Haverbeke
10817 This software is provided 'as-is', without any express or implied
10818 warranty. In no event will the authors be held liable for any
10819 damages arising from the use of this software.
10821 Permission is granted to anyone to use this software for any
10822 purpose, including commercial applications, and to alter it and
10823 redistribute it freely, subject to the following restrictions:
10825 1. The origin of this software must not be misrepresented; you must
10826 not claim that you wrote the original software. If you use this
10827 software in a product, an acknowledgment in the product
10828 documentation would be appreciated but is not required.
10830 2. Altered source versions must be plainly marked as such, and must
10831 not be misrepresented as being the original software.
10833 3. This notice may not be removed or altered from any source
10834 distribution.
10836 Marijn Haverbeke
10837 marijnh at gmail
10839 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10841 Scanned Source License o3d-203170/o3d/samples/third_party/xmljs/COPYING:
10843 GNU LIBRARY GENERAL PUBLIC LICENSE
10844 Version 2, June 1991
10846 Copyright (C) 1991 Free Software Foundation, Inc.
10847 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10848 Everyone is permitted to copy and distribute verbatim copies
10849 of this license document, but changing it is not allowed.
10851 [This is the first released version of the library GPL. It is
10852 numbered 2 because it goes with version 2 of the ordinary GPL.]
10854 Preamble
10856 The licenses for most software are designed to take away your
10857 freedom to share and change it. By contrast, the GNU General Public
10858 Licenses are intended to guarantee your freedom to share and change
10859 free software--to make sure the software is free for all its users.
10861 This license, the Library General Public License, applies to some
10862 specially designated Free Software Foundation software, and to any
10863 other libraries whose authors decide to use it. You can use it for
10864 your libraries, too.
10866 When we speak of free software, we are referring to freedom, not
10867 price. Our General Public Licenses are designed to make sure that you
10868 have the freedom to distribute copies of free software (and charge for
10869 this service if you wish), that you receive source code or can get it
10870 if you want it, that you can change the software or use pieces of it
10871 in new free programs; and that you know you can do these things.
10873 To protect your rights, we need to make restrictions that forbid
10874 anyone to deny you these rights or to ask you to surrender the rights.
10875 These restrictions translate to certain responsibilities for you if
10876 you distribute copies of the library, or if you modify it.
10878 For example, if you distribute copies of the library, whether gratis
10879 or for a fee, you must give the recipients all the rights that we gave
10880 you. You must make sure that they, too, receive or can get the source
10881 code. If you link a program with the library, you must provide
10882 complete object files to the recipients so that they can relink them
10883 with the library, after making changes to the library and recompiling
10884 it. And you must show them these terms so they know their rights.
10886 Our method of protecting your rights has two steps: (1) copyright
10887 the library, and (2) offer you this license which gives you legal
10888 permission to copy, distribute and/or modify the library.
10890 Also, for each distributor's protection, we want to make certain
10891 that everyone understands that there is no warranty for this free
10892 library. If the library is modified by someone else and passed on, we
10893 want its recipients to know that what they have is not the original
10894 version, so that any problems introduced by others will not reflect on
10895 the original authors' reputations.
10898 Finally, any free program is threatened constantly by software
10899 patents. We wish to avoid the danger that companies distributing free
10900 software will individually obtain patent licenses, thus in effect
10901 transforming the program into proprietary software. To prevent this,
10902 we have made it clear that any patent must be licensed for everyone's
10903 free use or not licensed at all.
10905 Most GNU software, including some libraries, is covered by the ordinary
10906 GNU General Public License, which was designed for utility programs. This
10907 license, the GNU Library General Public License, applies to certain
10908 designated libraries. This license is quite different from the ordinary
10909 one; be sure to read it in full, and don't assume that anything in it is
10910 the same as in the ordinary license.
10912 The reason we have a separate public license for some libraries is that
10913 they blur the distinction we usually make between modifying or adding to a
10914 program and simply using it. Linking a program with a library, without
10915 changing the library, is in some sense simply using the library, and is
10916 analogous to running a utility program or application program. However, in
10917 a textual and legal sense, the linked executable is a combined work, a
10918 derivative of the original library, and the ordinary General Public License
10919 treats it as such.
10921 Because of this blurred distinction, using the ordinary General
10922 Public License for libraries did not effectively promote software
10923 sharing, because most developers did not use the libraries. We
10924 concluded that weaker conditions might promote sharing better.
10926 However, unrestricted linking of non-free programs would deprive the
10927 users of those programs of all benefit from the free status of the
10928 libraries themselves. This Library General Public License is intended to
10929 permit developers of non-free programs to use free libraries, while
10930 preserving your freedom as a user of such programs to change the free
10931 libraries that are incorporated in them. (We have not seen how to achieve
10932 this as regards changes in header files, but we have achieved it as regards
10933 changes in the actual functions of the Library.) The hope is that this
10934 will lead to faster development of free libraries.
10936 The precise terms and conditions for copying, distribution and
10937 modification follow. Pay close attention to the difference between a
10938 "work based on the library" and a "work that uses the library". The
10939 former contains code derived from the library, while the latter only
10940 works together with the library.
10942 Note that it is possible for a library to be covered by the ordinary
10943 General Public License rather than by this special one.
10946 GNU LIBRARY GENERAL PUBLIC LICENSE
10947 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10949 0. This License Agreement applies to any software library which
10950 contains a notice placed by the copyright holder or other authorized
10951 party saying it may be distributed under the terms of this Library
10952 General Public License (also called "this License"). Each licensee is
10953 addressed as "you".
10955 A "library" means a collection of software functions and/or data
10956 prepared so as to be conveniently linked with application programs
10957 (which use some of those functions and data) to form executables.
10959 The "Library", below, refers to any such software library or work
10960 which has been distributed under these terms. A "work based on the
10961 Library" means either the Library or any derivative work under
10962 copyright law: that is to say, a work containing the Library or a
10963 portion of it, either verbatim or with modifications and/or translated
10964 straightforwardly into another language. (Hereinafter, translation is
10965 included without limitation in the term "modification".)
10967 "Source code" for a work means the preferred form of the work for
10968 making modifications to it. For a library, complete source code means
10969 all the source code for all modules it contains, plus any associated
10970 interface definition files, plus the scripts used to control compilation
10971 and installation of the library.
10973 Activities other than copying, distribution and modification are not
10974 covered by this License; they are outside its scope. The act of
10975 running a program using the Library is not restricted, and output from
10976 such a program is covered only if its contents constitute a work based
10977 on the Library (independent of the use of the Library in a tool for
10978 writing it). Whether that is true depends on what the Library does
10979 and what the program that uses the Library does.
10981 1. You may copy and distribute verbatim copies of the Library's
10982 complete source code as you receive it, in any medium, provided that
10983 you conspicuously and appropriately publish on each copy an
10984 appropriate copyright notice and disclaimer of warranty; keep intact
10985 all the notices that refer to this License and to the absence of any
10986 warranty; and distribute a copy of this License along with the
10987 Library.
10989 You may charge a fee for the physical act of transferring a copy,
10990 and you may at your option offer warranty protection in exchange for a
10991 fee.
10994 2. You may modify your copy or copies of the Library or any portion
10995 of it, thus forming a work based on the Library, and copy and
10996 distribute such modifications or work under the terms of Section 1
10997 above, provided that you also meet all of these conditions:
10999 a) The modified work must itself be a software library.
11001 b) You must cause the files modified to carry prominent notices
11002 stating that you changed the files and the date of any change.
11004 c) You must cause the whole of the work to be licensed at no
11005 charge to all third parties under the terms of this License.
11007 d) If a facility in the modified Library refers to a function or a
11008 table of data to be supplied by an application program that uses
11009 the facility, other than as an argument passed when the facility
11010 is invoked, then you must make a good faith effort to ensure that,
11011 in the event an application does not supply such function or
11012 table, the facility still operates, and performs whatever part of
11013 its purpose remains meaningful.
11015 (For example, a function in a library to compute square roots has
11016 a purpose that is entirely well-defined independent of the
11017 application. Therefore, Subsection 2d requires that any
11018 application-supplied function or table used by this function must
11019 be optional: if the application does not supply it, the square
11020 root function must still compute square roots.)
11022 These requirements apply to the modified work as a whole. If
11023 identifiable sections of that work are not derived from the Library,
11024 and can be reasonably considered independent and separate works in
11025 themselves, then this License, and its terms, do not apply to those
11026 sections when you distribute them as separate works. But when you
11027 distribute the same sections as part of a whole which is a work based
11028 on the Library, the distribution of the whole must be on the terms of
11029 this License, whose permissions for other licensees extend to the
11030 entire whole, and thus to each and every part regardless of who wrote
11033 Thus, it is not the intent of this section to claim rights or contest
11034 your rights to work written entirely by you; rather, the intent is to
11035 exercise the right to control the distribution of derivative or
11036 collective works based on the Library.
11038 In addition, mere aggregation of another work not based on the Library
11039 with the Library (or with a work based on the Library) on a volume of
11040 a storage or distribution medium does not bring the other work under
11041 the scope of this License.
11043 3. You may opt to apply the terms of the ordinary GNU General Public
11044 License instead of this License to a given copy of the Library. To do
11045 this, you must alter all the notices that refer to this License, so
11046 that they refer to the ordinary GNU General Public License, version 2,
11047 instead of to this License. (If a newer version than version 2 of the
11048 ordinary GNU General Public License has appeared, then you can specify
11049 that version instead if you wish.) Do not make any other change in
11050 these notices.
11053 Once this change is made in a given copy, it is irreversible for
11054 that copy, so the ordinary GNU General Public License applies to all
11055 subsequent copies and derivative works made from that copy.
11057 This option is useful when you wish to copy part of the code of
11058 the Library into a program that is not a library.
11060 4. You may copy and distribute the Library (or a portion or
11061 derivative of it, under Section 2) in object code or executable form
11062 under the terms of Sections 1 and 2 above provided that you accompany
11063 it with the complete corresponding machine-readable source code, which
11064 must be distributed under the terms of Sections 1 and 2 above on a
11065 medium customarily used for software interchange.
11067 If distribution of object code is made by offering access to copy
11068 from a designated place, then offering equivalent access to copy the
11069 source code from the same place satisfies the requirement to
11070 distribute the source code, even though third parties are not
11071 compelled to copy the source along with the object code.
11073 5. A program that contains no derivative of any portion of the
11074 Library, but is designed to work with the Library by being compiled or
11075 linked with it, is called a "work that uses the Library". Such a
11076 work, in isolation, is not a derivative work of the Library, and
11077 therefore falls outside the scope of this License.
11079 However, linking a "work that uses the Library" with the Library
11080 creates an executable that is a derivative of the Library (because it
11081 contains portions of the Library), rather than a "work that uses the
11082 library". The executable is therefore covered by this License.
11083 Section 6 states terms for distribution of such executables.
11085 When a "work that uses the Library" uses material from a header file
11086 that is part of the Library, the object code for the work may be a
11087 derivative work of the Library even though the source code is not.
11088 Whether this is true is especially significant if the work can be
11089 linked without the Library, or if the work is itself a library. The
11090 threshold for this to be true is not precisely defined by law.
11092 If such an object file uses only numerical parameters, data
11093 structure layouts and accessors, and small macros and small inline
11094 functions (ten lines or less in length), then the use of the object
11095 file is unrestricted, regardless of whether it is legally a derivative
11096 work. (Executables containing this object code plus portions of the
11097 Library will still fall under Section 6.)
11099 Otherwise, if the work is a derivative of the Library, you may
11100 distribute the object code for the work under the terms of Section 6.
11101 Any executables containing that work also fall under Section 6,
11102 whether or not they are linked directly with the Library itself.
11105 6. As an exception to the Sections above, you may also compile or
11106 link a "work that uses the Library" with the Library to produce a
11107 work containing portions of the Library, and distribute that work
11108 under terms of your choice, provided that the terms permit
11109 modification of the work for the customer's own use and reverse
11110 engineering for debugging such modifications.
11112 You must give prominent notice with each copy of the work that the
11113 Library is used in it and that the Library and its use are covered by
11114 this License. You must supply a copy of this License. If the work
11115 during execution displays copyright notices, you must include the
11116 copyright notice for the Library among them, as well as a reference
11117 directing the user to the copy of this License. Also, you must do one
11118 of these things:
11120 a) Accompany the work with the complete corresponding
11121 machine-readable source code for the Library including whatever
11122 changes were used in the work (which must be distributed under
11123 Sections 1 and 2 above); and, if the work is an executable linked
11124 with the Library, with the complete machine-readable "work that
11125 uses the Library", as object code and/or source code, so that the
11126 user can modify the Library and then relink to produce a modified
11127 executable containing the modified Library. (It is understood
11128 that the user who changes the contents of definitions files in the
11129 Library will not necessarily be able to recompile the application
11130 to use the modified definitions.)
11132 b) Accompany the work with a written offer, valid for at
11133 least three years, to give the same user the materials
11134 specified in Subsection 6a, above, for a charge no more
11135 than the cost of performing this distribution.
11137 c) If distribution of the work is made by offering access to copy
11138 from a designated place, offer equivalent access to copy the above
11139 specified materials from the same place.
11141 d) Verify that the user has already received a copy of these
11142 materials or that you have already sent this user a copy.
11144 For an executable, the required form of the "work that uses the
11145 Library" must include any data and utility programs needed for
11146 reproducing the executable from it. However, as a special exception,
11147 the source code distributed need not include anything that is normally
11148 distributed (in either source or binary form) with the major
11149 components (compiler, kernel, and so on) of the operating system on
11150 which the executable runs, unless that component itself accompanies
11151 the executable.
11153 It may happen that this requirement contradicts the license
11154 restrictions of other proprietary libraries that do not normally
11155 accompany the operating system. Such a contradiction means you cannot
11156 use both them and the Library together in an executable that you
11157 distribute.
11160 7. You may place library facilities that are a work based on the
11161 Library side-by-side in a single library together with other library
11162 facilities not covered by this License, and distribute such a combined
11163 library, provided that the separate distribution of the work based on
11164 the Library and of the other library facilities is otherwise
11165 permitted, and provided that you do these two things:
11167 a) Accompany the combined library with a copy of the same work
11168 based on the Library, uncombined with any other library
11169 facilities. This must be distributed under the terms of the
11170 Sections above.
11172 b) Give prominent notice with the combined library of the fact
11173 that part of it is a work based on the Library, and explaining
11174 where to find the accompanying uncombined form of the same work.
11176 8. You may not copy, modify, sublicense, link with, or distribute
11177 the Library except as expressly provided under this License. Any
11178 attempt otherwise to copy, modify, sublicense, link with, or
11179 distribute the Library is void, and will automatically terminate your
11180 rights under this License. However, parties who have received copies,
11181 or rights, from you under this License will not have their licenses
11182 terminated so long as such parties remain in full compliance.
11184 9. You are not required to accept this License, since you have not
11185 signed it. However, nothing else grants you permission to modify or
11186 distribute the Library or its derivative works. These actions are
11187 prohibited by law if you do not accept this License. Therefore, by
11188 modifying or distributing the Library (or any work based on the
11189 Library), you indicate your acceptance of this License to do so, and
11190 all its terms and conditions for copying, distributing or modifying
11191 the Library or works based on it.
11193 10. Each time you redistribute the Library (or any work based on the
11194 Library), the recipient automatically receives a license from the
11195 original licensor to copy, distribute, link with or modify the Library
11196 subject to these terms and conditions. You may not impose any further
11197 restrictions on the recipients' exercise of the rights granted herein.
11198 You are not responsible for enforcing compliance by third parties to
11199 this License.
11202 11. If, as a consequence of a court judgment or allegation of patent
11203 infringement or for any other reason (not limited to patent issues),
11204 conditions are imposed on you (whether by court order, agreement or
11205 otherwise) that contradict the conditions of this License, they do not
11206 excuse you from the conditions of this License. If you cannot
11207 distribute so as to satisfy simultaneously your obligations under this
11208 License and any other pertinent obligations, then as a consequence you
11209 may not distribute the Library at all. For example, if a patent
11210 license would not permit royalty-free redistribution of the Library by
11211 all those who receive copies directly or indirectly through you, then
11212 the only way you could satisfy both it and this License would be to
11213 refrain entirely from distribution of the Library.
11215 If any portion of this section is held invalid or unenforceable under any
11216 particular circumstance, the balance of the section is intended to apply,
11217 and the section as a whole is intended to apply in other circumstances.
11219 It is not the purpose of this section to induce you to infringe any
11220 patents or other property right claims or to contest validity of any
11221 such claims; this section has the sole purpose of protecting the
11222 integrity of the free software distribution system which is
11223 implemented by public license practices. Many people have made
11224 generous contributions to the wide range of software distributed
11225 through that system in reliance on consistent application of that
11226 system; it is up to the author/donor to decide if he or she is willing
11227 to distribute software through any other system and a licensee cannot
11228 impose that choice.
11230 This section is intended to make thoroughly clear what is believed to
11231 be a consequence of the rest of this License.
11233 12. If the distribution and/or use of the Library is restricted in
11234 certain countries either by patents or by copyrighted interfaces, the
11235 original copyright holder who places the Library under this License may add
11236 an explicit geographical distribution limitation excluding those countries,
11237 so that distribution is permitted only in or among countries not thus
11238 excluded. In such case, this License incorporates the limitation as if
11239 written in the body of this License.
11241 13. The Free Software Foundation may publish revised and/or new
11242 versions of the Library General Public License from time to time.
11243 Such new versions will be similar in spirit to the present version,
11244 but may differ in detail to address new problems or concerns.
11246 Each version is given a distinguishing version number. If the Library
11247 specifies a version number of this License which applies to it and
11248 "any later version", you have the option of following the terms and
11249 conditions either of that version or of any later version published by
11250 the Free Software Foundation. If the Library does not specify a
11251 license version number, you may choose any version ever published by
11252 the Free Software Foundation.
11255 14. If you wish to incorporate parts of the Library into other free
11256 programs whose distribution conditions are incompatible with these,
11257 write to the author to ask for permission. For software which is
11258 copyrighted by the Free Software Foundation, write to the Free
11259 Software Foundation; we sometimes make exceptions for this. Our
11260 decision will be guided by the two goals of preserving the free status
11261 of all derivatives of our free software and of promoting the sharing
11262 and reuse of software generally.
11264 NO WARRANTY
11266 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
11267 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
11268 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
11269 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
11270 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
11271 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
11272 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
11273 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
11274 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
11276 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
11277 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
11278 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
11279 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
11280 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
11281 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
11282 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
11283 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
11284 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
11285 DAMAGES.
11287 END OF TERMS AND CONDITIONS
11290 How to Apply These Terms to Your New Libraries
11292 If you develop a new library, and you want it to be of the greatest
11293 possible use to the public, we recommend making it free software that
11294 everyone can redistribute and change. You can do so by permitting
11295 redistribution under these terms (or, alternatively, under the terms of the
11296 ordinary General Public License).
11298 To apply these terms, attach the following notices to the library. It is
11299 safest to attach them to the start of each source file to most effectively
11300 convey the exclusion of warranty; and each file should have at least the
11301 "copyright" line and a pointer to where the full notice is found.
11303 &lt;one line to give the library's name and a brief idea of what it does.&gt;
11304 Copyright (C) &lt;year&gt; &lt;name of author&gt;
11306 This library is free software; you can redistribute it and/or
11307 modify it under the terms of the GNU Library General Public
11308 License as published by the Free Software Foundation; either
11309 version 2 of the License, or (at your option) any later version.
11311 This library is distributed in the hope that it will be useful,
11312 but WITHOUT ANY WARRANTY; without even the implied warranty of
11313 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11314 Library General Public License for more details.
11316 You should have received a copy of the GNU Library General Public
11317 License along with this library; if not, write to the
11318 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
11319 Boston, MA 02111-1307 USA.
11321 Also add information on how to contact you by electronic and paper mail.
11323 You should also get your employer (if you work as a programmer) or your
11324 school, if any, to sign a "copyright disclaimer" for the library, if
11325 necessary. Here is a sample; alter the names:
11327 Yoyodyne, Inc., hereby disclaims all copyright interest in the
11328 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
11330 &lt;signature of Ty Coon&gt;, 1 April 1990
11331 Ty Coon, President of Vice
11333 That's all there is to it!
11335 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11337 Scanned Source License o3d-203170/o3d/third_party/gflags/COPYING:
11339 Copyright (c) 2006, Google Inc.
11340 All rights reserved.
11342 Redistribution and use in source and binary forms, with or without
11343 modification, are permitted provided that the following conditions are
11344 met:
11346 * Redistributions of source code must retain the above copyright
11347 notice, this list of conditions and the following disclaimer.
11348 * Redistributions in binary form must reproduce the above
11349 copyright notice, this list of conditions and the following disclaimer
11350 in the documentation and/or other materials provided with the
11351 distribution.
11352 * Neither the name of Google Inc. nor the names of its
11353 contributors may be used to endorse or promote products derived from
11354 this software without specific prior written permission.
11356 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11357 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11358 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11359 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11360 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11361 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11362 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11363 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11364 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11365 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11366 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11368 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11370 Scanned Source License o3d-203170/o3d/third_party/gflags/packages/deb/copyright:
11372 This package was debianized by Google Inc. &lt;opensource@google.com&gt; on
11373 13 December 2006.
11375 It was downloaded from http://code.google.com/
11377 Upstream Author: opensource@google.com
11379 Copyright (c) 2006, Google Inc.
11380 All rights reserved.
11382 Redistribution and use in source and binary forms, with or without
11383 modification, are permitted provided that the following conditions are
11384 met:
11386 * Redistributions of source code must retain the above copyright
11387 notice, this list of conditions and the following disclaimer.
11388 * Redistributions in binary form must reproduce the above
11389 copyright notice, this list of conditions and the following disclaimer
11390 in the documentation and/or other materials provided with the
11391 distribution.
11392 * Neither the name of Google Inc. nor the names of its
11393 contributors may be used to endorse or promote products derived from
11394 this software without specific prior written permission.
11396 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11397 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11398 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11399 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11400 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11401 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11402 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11403 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11404 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11405 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11406 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11408 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11410 Scanned Source License o3d-203170/o3d/third_party/glu/LICENSE.txt:
11412 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
11414 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All
11415 Rights Reserved.
11417 Permission is hereby granted, free of charge, to any person obtaining
11418 a copy of this software and associated documentation files (the
11419 "Software"), to deal in the Software without restriction, including
11420 without limitation the rights to use, copy, modify, merge, publish,
11421 distribute, sublicense, and/or sell copies of the Software, and to
11422 permit persons to whom the Software is furnished to do so, subject to
11423 the following conditions:
11425 The above copyright notice including the dates of first publication
11426 and either this permission notice or a reference to HYPERLINK
11427 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
11428 shall be included in all copies or substantial portions of the
11429 Software.
11431 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11432 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11433 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11434 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE
11435 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
11436 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
11437 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11439 Except as contained in this notice, the name of Silicon Graphics,
11440 Inc. shall not be used in advertising or otherwise to promote the
11441 sale, use or other dealings in this Software without prior written
11442 authorization from Silicon Graphics, Inc.
11444 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11446 Scanned Source License o3d-203170/o3d/third_party/libtxc_dxtn/LICENSE:
11448 libtxc_dxtn
11449 Version: 0.1
11451 Copyright (C) 2004 Roland Scheidegger All Rights Reserved.
11453 Permission is hereby granted, free of charge, to any person obtaining a
11454 copy of this software and associated documentation files (the "Software"),
11455 to deal in the Software without restriction, including without limitation
11456 the rights to use, copy, modify, merge, publish, distribute, sublicense,
11457 and/or sell copies of the Software, and to permit persons to whom the
11458 Software is furnished to do so, subject to the following conditions:
11460 The above copyright notice and this permission notice shall be included
11461 in all copies or substantial portions of the Software.
11463 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
11464 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11465 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
11466 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
11467 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
11468 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11470 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11472 Scanned Source License o3d-203170/o3d/third_party/npapi/COPYING:
11474 MOZILLA PUBLIC LICENSE
11475 Version 1.1
11477 ---------------
11479 1. Definitions.
11481 1.0.1. "Commercial Use" means distribution or otherwise making the
11482 Covered Code available to a third party.
11484 1.1. "Contributor" means each entity that creates or contributes to
11485 the creation of Modifications.
11487 1.2. "Contributor Version" means the combination of the Original
11488 Code, prior Modifications used by a Contributor, and the Modifications
11489 made by that particular Contributor.
11491 1.3. "Covered Code" means the Original Code or Modifications or the
11492 combination of the Original Code and Modifications, in each case
11493 including portions thereof.
11495 1.4. "Electronic Distribution Mechanism" means a mechanism generally
11496 accepted in the software development community for the electronic
11497 transfer of data.
11499 1.5. "Executable" means Covered Code in any form other than Source
11500 Code.
11502 1.6. "Initial Developer" means the individual or entity identified
11503 as the Initial Developer in the Source Code notice required by Exhibit
11506 1.7. "Larger Work" means a work which combines Covered Code or
11507 portions thereof with code not governed by the terms of this License.
11509 1.8. "License" means this document.
11511 1.8.1. "Licensable" means having the right to grant, to the maximum
11512 extent possible, whether at the time of the initial grant or
11513 subsequently acquired, any and all of the rights conveyed herein.
11515 1.9. "Modifications" means any addition to or deletion from the
11516 substance or structure of either the Original Code or any previous
11517 Modifications. When Covered Code is released as a series of files, a
11518 Modification is:
11519 A. Any addition to or deletion from the contents of a file
11520 containing Original Code or previous Modifications.
11522 B. Any new file that contains any part of the Original Code or
11523 previous Modifications.
11525 1.10. "Original Code" means Source Code of computer software code
11526 which is described in the Source Code notice required by Exhibit A as
11527 Original Code, and which, at the time of its release under this
11528 License is not already Covered Code governed by this License.
11530 1.10.1. "Patent Claims" means any patent claim(s), now owned or
11531 hereafter acquired, including without limitation, method, process,
11532 and apparatus claims, in any patent Licensable by grantor.
11534 1.11. "Source Code" means the preferred form of the Covered Code for
11535 making modifications to it, including all modules it contains, plus
11536 any associated interface definition files, scripts used to control
11537 compilation and installation of an Executable, or source code
11538 differential comparisons against either the Original Code or another
11539 well known, available Covered Code of the Contributor's choice. The
11540 Source Code can be in a compressed or archival form, provided the
11541 appropriate decompression or de-archiving software is widely available
11542 for no charge.
11544 1.12. "You" (or "Your") means an individual or a legal entity
11545 exercising rights under, and complying with all of the terms of, this
11546 License or a future version of this License issued under Section 6.1.
11547 For legal entities, "You" includes any entity which controls, is
11548 controlled by, or is under common control with You. For purposes of
11549 this definition, "control" means (a) the power, direct or indirect,
11550 to cause the direction or management of such entity, whether by
11551 contract or otherwise, or (b) ownership of more than fifty percent
11552 (50%) of the outstanding shares or beneficial ownership of such
11553 entity.
11555 2. Source Code License.
11557 2.1. The Initial Developer Grant.
11558 The Initial Developer hereby grants You a world-wide, royalty-free,
11559 non-exclusive license, subject to third party intellectual property
11560 claims:
11561 (a) under intellectual property rights (other than patent or
11562 trademark) Licensable by Initial Developer to use, reproduce,
11563 modify, display, perform, sublicense and distribute the Original
11564 Code (or portions thereof) with or without Modifications, and/or
11565 as part of a Larger Work; and
11567 (b) under Patents Claims infringed by the making, using or
11568 selling of Original Code, to make, have made, use, practice,
11569 sell, and offer for sale, and/or otherwise dispose of the
11570 Original Code (or portions thereof).
11572 (c) the licenses granted in this Section 2.1(a) and (b) are
11573 effective on the date Initial Developer first distributes
11574 Original Code under the terms of this License.
11576 (d) Notwithstanding Section 2.1(b) above, no patent license is
11577 granted: 1) for code that You delete from the Original Code; 2)
11578 separate from the Original Code; or 3) for infringements caused
11579 by: i) the modification of the Original Code or ii) the
11580 combination of the Original Code with other software or devices.
11582 2.2. Contributor Grant.
11583 Subject to third party intellectual property claims, each Contributor
11584 hereby grants You a world-wide, royalty-free, non-exclusive license
11586 (a) under intellectual property rights (other than patent or
11587 trademark) Licensable by Contributor, to use, reproduce, modify,
11588 display, perform, sublicense and distribute the Modifications
11589 created by such Contributor (or portions thereof) either on an
11590 unmodified basis, with other Modifications, as Covered Code
11591 and/or as part of a Larger Work; and
11593 (b) under Patent Claims infringed by the making, using, or
11594 selling of Modifications made by that Contributor either alone
11595 and/or in combination with its Contributor Version (or portions
11596 of such combination), to make, use, sell, offer for sale, have
11597 made, and/or otherwise dispose of: 1) Modifications made by that
11598 Contributor (or portions thereof); and 2) the combination of
11599 Modifications made by that Contributor with its Contributor
11600 Version (or portions of such combination).
11602 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
11603 effective on the date Contributor first makes Commercial Use of
11604 the Covered Code.
11606 (d) Notwithstanding Section 2.2(b) above, no patent license is
11607 granted: 1) for any code that Contributor has deleted from the
11608 Contributor Version; 2) separate from the Contributor Version;
11609 3) for infringements caused by: i) third party modifications of
11610 Contributor Version or ii) the combination of Modifications made
11611 by that Contributor with other software (except as part of the
11612 Contributor Version) or other devices; or 4) under Patent Claims
11613 infringed by Covered Code in the absence of Modifications made by
11614 that Contributor.
11616 3. Distribution Obligations.
11618 3.1. Application of License.
11619 The Modifications which You create or to which You contribute are
11620 governed by the terms of this License, including without limitation
11621 Section 2.2. The Source Code version of Covered Code may be
11622 distributed only under the terms of this License or a future version
11623 of this License released under Section 6.1, and You must include a
11624 copy of this License with every copy of the Source Code You
11625 distribute. You may not offer or impose any terms on any Source Code
11626 version that alters or restricts the applicable version of this
11627 License or the recipients' rights hereunder. However, You may include
11628 an additional document offering the additional rights described in
11629 Section 3.5.
11631 3.2. Availability of Source Code.
11632 Any Modification which You create or to which You contribute must be
11633 made available in Source Code form under the terms of this License
11634 either on the same media as an Executable version or via an accepted
11635 Electronic Distribution Mechanism to anyone to whom you made an
11636 Executable version available; and if made available via Electronic
11637 Distribution Mechanism, must remain available for at least twelve (12)
11638 months after the date it initially became available, or at least six
11639 (6) months after a subsequent version of that particular Modification
11640 has been made available to such recipients. You are responsible for
11641 ensuring that the Source Code version remains available even if the
11642 Electronic Distribution Mechanism is maintained by a third party.
11644 3.3. Description of Modifications.
11645 You must cause all Covered Code to which You contribute to contain a
11646 file documenting the changes You made to create that Covered Code and
11647 the date of any change. You must include a prominent statement that
11648 the Modification is derived, directly or indirectly, from Original
11649 Code provided by the Initial Developer and including the name of the
11650 Initial Developer in (a) the Source Code, and (b) in any notice in an
11651 Executable version or related documentation in which You describe the
11652 origin or ownership of the Covered Code.
11654 3.4. Intellectual Property Matters
11655 (a) Third Party Claims.
11656 If Contributor has knowledge that a license under a third party's
11657 intellectual property rights is required to exercise the rights
11658 granted by such Contributor under Sections 2.1 or 2.2,
11659 Contributor must include a text file with the Source Code
11660 distribution titled "LEGAL" which describes the claim and the
11661 party making the claim in sufficient detail that a recipient will
11662 know whom to contact. If Contributor obtains such knowledge after
11663 the Modification is made available as described in Section 3.2,
11664 Contributor shall promptly modify the LEGAL file in all copies
11665 Contributor makes available thereafter and shall take other steps
11666 (such as notifying appropriate mailing lists or newsgroups)
11667 reasonably calculated to inform those who received the Covered
11668 Code that new knowledge has been obtained.
11670 (b) Contributor APIs.
11671 If Contributor's Modifications include an application programming
11672 interface and Contributor has knowledge of patent licenses which
11673 are reasonably necessary to implement that API, Contributor must
11674 also include this information in the LEGAL file.
11676 (c) Representations.
11677 Contributor represents that, except as disclosed pursuant to
11678 Section 3.4(a) above, Contributor believes that Contributor's
11679 Modifications are Contributor's original creation(s) and/or
11680 Contributor has sufficient rights to grant the rights conveyed by
11681 this License.
11683 3.5. Required Notices.
11684 You must duplicate the notice in Exhibit A in each file of the Source
11685 Code. If it is not possible to put such notice in a particular Source
11686 Code file due to its structure, then You must include such notice in a
11687 location (such as a relevant directory) where a user would be likely
11688 to look for such a notice. If You created one or more Modification(s)
11689 You may add your name as a Contributor to the notice described in
11690 Exhibit A. You must also duplicate this License in any documentation
11691 for the Source Code where You describe recipients' rights or ownership
11692 rights relating to Covered Code. You may choose to offer, and to
11693 charge a fee for, warranty, support, indemnity or liability
11694 obligations to one or more recipients of Covered Code. However, You
11695 may do so only on Your own behalf, and not on behalf of the Initial
11696 Developer or any Contributor. You must make it absolutely clear than
11697 any such warranty, support, indemnity or liability obligation is
11698 offered by You alone, and You hereby agree to indemnify the Initial
11699 Developer and every Contributor for any liability incurred by the
11700 Initial Developer or such Contributor as a result of warranty,
11701 support, indemnity or liability terms You offer.
11703 3.6. Distribution of Executable Versions.
11704 You may distribute Covered Code in Executable form only if the
11705 requirements of Section 3.1-3.5 have been met for that Covered Code,
11706 and if You include a notice stating that the Source Code version of
11707 the Covered Code is available under the terms of this License,
11708 including a description of how and where You have fulfilled the
11709 obligations of Section 3.2. The notice must be conspicuously included
11710 in any notice in an Executable version, related documentation or
11711 collateral in which You describe recipients' rights relating to the
11712 Covered Code. You may distribute the Executable version of Covered
11713 Code or ownership rights under a license of Your choice, which may
11714 contain terms different from this License, provided that You are in
11715 compliance with the terms of this License and that the license for the
11716 Executable version does not attempt to limit or alter the recipient's
11717 rights in the Source Code version from the rights set forth in this
11718 License. If You distribute the Executable version under a different
11719 license You must make it absolutely clear that any terms which differ
11720 from this License are offered by You alone, not by the Initial
11721 Developer or any Contributor. You hereby agree to indemnify the
11722 Initial Developer and every Contributor for any liability incurred by
11723 the Initial Developer or such Contributor as a result of any such
11724 terms You offer.
11726 3.7. Larger Works.
11727 You may create a Larger Work by combining Covered Code with other code
11728 not governed by the terms of this License and distribute the Larger
11729 Work as a single product. In such a case, You must make sure the
11730 requirements of this License are fulfilled for the Covered Code.
11732 4. Inability to Comply Due to Statute or Regulation.
11734 If it is impossible for You to comply with any of the terms of this
11735 License with respect to some or all of the Covered Code due to
11736 statute, judicial order, or regulation then You must: (a) comply with
11737 the terms of this License to the maximum extent possible; and (b)
11738 describe the limitations and the code they affect. Such description
11739 must be included in the LEGAL file described in Section 3.4 and must
11740 be included with all distributions of the Source Code. Except to the
11741 extent prohibited by statute or regulation, such description must be
11742 sufficiently detailed for a recipient of ordinary skill to be able to
11743 understand it.
11745 5. Application of this License.
11747 This License applies to code to which the Initial Developer has
11748 attached the notice in Exhibit A and to related Covered Code.
11750 6. Versions of the License.
11752 6.1. New Versions.
11753 Netscape Communications Corporation ("Netscape") may publish revised
11754 and/or new versions of the License from time to time. Each version
11755 will be given a distinguishing version number.
11757 6.2. Effect of New Versions.
11758 Once Covered Code has been published under a particular version of the
11759 License, You may always continue to use it under the terms of that
11760 version. You may also choose to use such Covered Code under the terms
11761 of any subsequent version of the License published by Netscape. No one
11762 other than Netscape has the right to modify the terms applicable to
11763 Covered Code created under this License.
11765 6.3. Derivative Works.
11766 If You create or use a modified version of this License (which you may
11767 only do in order to apply it to code which is not already Covered Code
11768 governed by this License), You must (a) rename Your license so that
11769 the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
11770 "MPL", "NPL" or any confusingly similar phrase do not appear in your
11771 license (except to note that your license differs from this License)
11772 and (b) otherwise make it clear that Your version of the license
11773 contains terms which differ from the Mozilla Public License and
11774 Netscape Public License. (Filling in the name of the Initial
11775 Developer, Original Code or Contributor in the notice described in
11776 Exhibit A shall not of themselves be deemed to be modifications of
11777 this License.)
11779 7. DISCLAIMER OF WARRANTY.
11781 COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
11782 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
11783 WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
11784 DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
11785 THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
11786 IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
11787 YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
11788 COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
11789 OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
11790 ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
11792 8. TERMINATION.
11794 8.1. This License and the rights granted hereunder will terminate
11795 automatically if You fail to comply with terms herein and fail to cure
11796 such breach within 30 days of becoming aware of the breach. All
11797 sublicenses to the Covered Code which are properly granted shall
11798 survive any termination of this License. Provisions which, by their
11799 nature, must remain in effect beyond the termination of this License
11800 shall survive.
11802 8.2. If You initiate litigation by asserting a patent infringement
11803 claim (excluding declatory judgment actions) against Initial Developer
11804 or a Contributor (the Initial Developer or Contributor against whom
11805 You file such action is referred to as "Participant") alleging that:
11807 (a) such Participant's Contributor Version directly or indirectly
11808 infringes any patent, then any and all rights granted by such
11809 Participant to You under Sections 2.1 and/or 2.2 of this License
11810 shall, upon 60 days notice from Participant terminate prospectively,
11811 unless if within 60 days after receipt of notice You either: (i)
11812 agree in writing to pay Participant a mutually agreeable reasonable
11813 royalty for Your past and future use of Modifications made by such
11814 Participant, or (ii) withdraw Your litigation claim with respect to
11815 the Contributor Version against such Participant. If within 60 days
11816 of notice, a reasonable royalty and payment arrangement are not
11817 mutually agreed upon in writing by the parties or the litigation claim
11818 is not withdrawn, the rights granted by Participant to You under
11819 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
11820 the 60 day notice period specified above.
11822 (b) any software, hardware, or device, other than such Participant's
11823 Contributor Version, directly or indirectly infringes any patent, then
11824 any rights granted to You by such Participant under Sections 2.1(b)
11825 and 2.2(b) are revoked effective as of the date You first made, used,
11826 sold, distributed, or had made, Modifications made by that
11827 Participant.
11829 8.3. If You assert a patent infringement claim against Participant
11830 alleging that such Participant's Contributor Version directly or
11831 indirectly infringes any patent where such claim is resolved (such as
11832 by license or settlement) prior to the initiation of patent
11833 infringement litigation, then the reasonable value of the licenses
11834 granted by such Participant under Sections 2.1 or 2.2 shall be taken
11835 into account in determining the amount or value of any payment or
11836 license.
11838 8.4. In the event of termination under Sections 8.1 or 8.2 above,
11839 all end user license agreements (excluding distributors and resellers)
11840 which have been validly granted by You or any distributor hereunder
11841 prior to termination shall survive termination.
11843 9. LIMITATION OF LIABILITY.
11845 UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
11846 (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
11847 DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
11848 OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
11849 ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
11850 CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
11851 WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
11852 COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
11853 INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
11854 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
11855 RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
11856 PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
11857 EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
11858 THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
11860 10. U.S. GOVERNMENT END USERS.
11862 The Covered Code is a "commercial item," as that term is defined in
11863 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
11864 software" and "commercial computer software documentation," as such
11865 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
11866 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
11867 all U.S. Government End Users acquire Covered Code with only those
11868 rights set forth herein.
11870 11. MISCELLANEOUS.
11872 This License represents the complete agreement concerning subject
11873 matter hereof. If any provision of this License is held to be
11874 unenforceable, such provision shall be reformed only to the extent
11875 necessary to make it enforceable. This License shall be governed by
11876 California law provisions (except to the extent applicable law, if
11877 any, provides otherwise), excluding its conflict-of-law provisions.
11878 With respect to disputes in which at least one party is a citizen of,
11879 or an entity chartered or registered to do business in the United
11880 States of America, any litigation relating to this License shall be
11881 subject to the jurisdiction of the Federal Courts of the Northern
11882 District of California, with venue lying in Santa Clara County,
11883 California, with the losing party responsible for costs, including
11884 without limitation, court costs and reasonable attorneys' fees and
11885 expenses. The application of the United Nations Convention on
11886 Contracts for the International Sale of Goods is expressly excluded.
11887 Any law or regulation which provides that the language of a contract
11888 shall be construed against the drafter shall not apply to this
11889 License.
11891 12. RESPONSIBILITY FOR CLAIMS.
11893 As between Initial Developer and the Contributors, each party is
11894 responsible for claims and damages arising, directly or indirectly,
11895 out of its utilization of rights under this License and You agree to
11896 work with Initial Developer and Contributors to distribute such
11897 responsibility on an equitable basis. Nothing herein is intended or
11898 shall be deemed to constitute any admission of liability.
11900 13. MULTIPLE-LICENSED CODE.
11902 Initial Developer may designate portions of the Covered Code as
11903 "Multiple-Licensed". "Multiple-Licensed" means that the Initial
11904 Developer permits you to utilize portions of the Covered Code under
11905 Your choice of the NPL or the alternative licenses, if any, specified
11906 by the Initial Developer in the file described in Exhibit A.
11908 EXHIBIT A -Mozilla Public License.
11910 ``The contents of this file are subject to the Mozilla Public License
11911 Version 1.1 (the "License"); you may not use this file except in
11912 compliance with the License. You may obtain a copy of the License at
11913 http://www.mozilla.org/MPL/
11915 Software distributed under the License is distributed on an "AS IS"
11916 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
11917 License for the specific language governing rights and limitations
11918 under the License.
11920 The Original Code is ______________________________________.
11922 The Initial Developer of the Original Code is ________________________.
11923 Portions created by ______________________ are Copyright (C) ______
11924 _______________________. All Rights Reserved.
11926 Contributor(s): ______________________________________.
11928 Alternatively, the contents of this file may be used under the terms
11929 of the _____ license (the "[___] License"), in which case the
11930 provisions of [______] License are applicable instead of those
11931 above. If you wish to allow use of your version of this file only
11932 under the terms of the [____] License and not to allow others to use
11933 your version of this file under the MPL, indicate your decision by
11934 deleting the provisions above and replace them with the notice and
11935 other provisions required by the [___] License. If you do not delete
11936 the provisions above, a recipient may use your version of this file
11937 under either the MPL or the [___] License."
11939 [NOTE: The text of this Exhibit A may differ slightly from the text of
11940 the notices in the Source Code files of the Original Code. You should
11941 use the text of this Exhibit A rather than the text found in the
11942 Original Code Source Code for Your Modifications.]
11944 ----------------------------------------------------------------------
11946 AMENDMENTS
11948 The Netscape Public License Version 1.1 ("NPL") consists of the
11949 Mozilla Public License Version 1.1 with the following Amendments,
11950 including Exhibit A-Netscape Public License. Files identified with
11951 "Exhibit A-Netscape Public License" are governed by the Netscape
11952 Public License Version 1.1.
11954 Additional Terms applicable to the Netscape Public License.
11955 I. Effect.
11956 These additional terms described in this Netscape Public
11957 License -- Amendments shall apply to the Mozilla Communicator
11958 client code and to all Covered Code under this License.
11960 II. "Netscape's Branded Code" means Covered Code that Netscape
11961 distributes and/or permits others to distribute under one or more
11962 trademark(s) which are controlled by Netscape but which are not
11963 licensed for use under this License.
11965 III. Netscape and logo.
11966 This License does not grant any rights to use the trademarks
11967 "Netscape", the "Netscape N and horizon" logo or the "Netscape
11968 lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
11969 "Smart Browsing" even if such marks are included in the Original
11970 Code or Modifications.
11972 IV. Inability to Comply Due to Contractual Obligation.
11973 Prior to licensing the Original Code under this License, Netscape
11974 has licensed third party code for use in Netscape's Branded Code.
11975 To the extent that Netscape is limited contractually from making
11976 such third party code available under this License, Netscape may
11977 choose to reintegrate such code into Covered Code without being
11978 required to distribute such code in Source Code form, even if
11979 such code would otherwise be considered "Modifications" under
11980 this License.
11982 V. Use of Modifications and Covered Code by Initial Developer.
11983 V.1. In General.
11984 The obligations of Section 3 apply to Netscape, except to
11985 the extent specified in this Amendment, Section V.2 and V.3.
11987 V.2. Other Products.
11988 Netscape may include Covered Code in products other than the
11989 Netscape's Branded Code which are released by Netscape
11990 during the two (2) years following the release date of the
11991 Original Code, without such additional products becoming
11992 subject to the terms of this License, and may license such
11993 additional products on different terms from those contained
11994 in this License.
11996 V.3. Alternative Licensing.
11997 Netscape may license the Source Code of Netscape's Branded
11998 Code, including Modifications incorporated therein, without
11999 such Netscape Branded Code becoming subject to the terms of
12000 this License, and may license such Netscape Branded Code on
12001 different terms from those contained in this License.
12003 VI. Litigation.
12004 Notwithstanding the limitations of Section 11 above, the
12005 provisions regarding litigation in Section 11(a), (b) and (c) of
12006 the License shall apply to all disputes relating to this License.
12008 EXHIBIT A-Netscape Public License.
12010 "The contents of this file are subject to the Netscape Public
12011 License Version 1.1 (the "License"); you may not use this file
12012 except in compliance with the License. You may obtain a copy of
12013 the License at http://www.mozilla.org/NPL/
12015 Software distributed under the License is distributed on an "AS
12016 IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
12017 implied. See the License for the specific language governing
12018 rights and limitations under the License.
12020 The Original Code is Mozilla Communicator client code, released
12021 March 31, 1998.
12023 The Initial Developer of the Original Code is Netscape
12024 Communications Corporation. Portions created by Netscape are
12025 Copyright (C) 1998-1999 Netscape Communications Corporation. All
12026 Rights Reserved.
12028 Contributor(s): ______________________________________.
12030 Alternatively, the contents of this file may be used under the
12031 terms of the _____ license (the "[___] License"), in which case
12032 the provisions of [______] License are applicable instead of
12033 those above. If you wish to allow use of your version of this
12034 file only under the terms of the [____] License and not to allow
12035 others to use your version of this file under the NPL, indicate
12036 your decision by deleting the provisions above and replace them
12037 with the notice and other provisions required by the [___]
12038 License. If you do not delete the provisions above, a recipient
12039 may use your version of this file under either the NPL or the
12040 [___] License."
12042 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12044 Scanned Source License o3d-203170/o3d/third_party/ply/COPYING:
12046 GNU LESSER GENERAL PUBLIC LICENSE
12047 Version 2.1, February 1999
12049 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
12050 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12051 Everyone is permitted to copy and distribute verbatim copies
12052 of this license document, but changing it is not allowed.
12054 [This is the first released version of the Lesser GPL. It also counts
12055 as the successor of the GNU Library Public License, version 2, hence
12056 the version number 2.1.]
12058 Preamble
12060 The licenses for most software are designed to take away your
12061 freedom to share and change it. By contrast, the GNU General Public
12062 Licenses are intended to guarantee your freedom to share and change
12063 free software--to make sure the software is free for all its users.
12065 This license, the Lesser General Public License, applies to some
12066 specially designated software packages--typically libraries--of the
12067 Free Software Foundation and other authors who decide to use it. You
12068 can use it too, but we suggest you first think carefully about whether
12069 this license or the ordinary General Public License is the better
12070 strategy to use in any particular case, based on the explanations below.
12072 When we speak of free software, we are referring to freedom of use,
12073 not price. Our General Public Licenses are designed to make sure that
12074 you have the freedom to distribute copies of free software (and charge
12075 for this service if you wish); that you receive source code or can get
12076 it if you want it; that you can change the software and use pieces of
12077 it in new free programs; and that you are informed that you can do
12078 these things.
12080 To protect your rights, we need to make restrictions that forbid
12081 distributors to deny you these rights or to ask you to surrender these
12082 rights. These restrictions translate to certain responsibilities for
12083 you if you distribute copies of the library or if you modify it.
12085 For example, if you distribute copies of the library, whether gratis
12086 or for a fee, you must give the recipients all the rights that we gave
12087 you. You must make sure that they, too, receive or can get the source
12088 code. If you link other code with the library, you must provide
12089 complete object files to the recipients, so that they can relink them
12090 with the library after making changes to the library and recompiling
12091 it. And you must show them these terms so they know their rights.
12093 We protect your rights with a two-step method: (1) we copyright the
12094 library, and (2) we offer you this license, which gives you legal
12095 permission to copy, distribute and/or modify the library.
12097 To protect each distributor, we want to make it very clear that
12098 there is no warranty for the free library. Also, if the library is
12099 modified by someone else and passed on, the recipients should know
12100 that what they have is not the original version, so that the original
12101 author's reputation will not be affected by problems that might be
12102 introduced by others.
12104 Finally, software patents pose a constant threat to the existence of
12105 any free program. We wish to make sure that a company cannot
12106 effectively restrict the users of a free program by obtaining a
12107 restrictive license from a patent holder. Therefore, we insist that
12108 any patent license obtained for a version of the library must be
12109 consistent with the full freedom of use specified in this license.
12111 Most GNU software, including some libraries, is covered by the
12112 ordinary GNU General Public License. This license, the GNU Lesser
12113 General Public License, applies to certain designated libraries, and
12114 is quite different from the ordinary General Public License. We use
12115 this license for certain libraries in order to permit linking those
12116 libraries into non-free programs.
12118 When a program is linked with a library, whether statically or using
12119 a shared library, the combination of the two is legally speaking a
12120 combined work, a derivative of the original library. The ordinary
12121 General Public License therefore permits such linking only if the
12122 entire combination fits its criteria of freedom. The Lesser General
12123 Public License permits more lax criteria for linking other code with
12124 the library.
12126 We call this license the "Lesser" General Public License because it
12127 does Less to protect the user's freedom than the ordinary General
12128 Public License. It also provides other free software developers Less
12129 of an advantage over competing non-free programs. These disadvantages
12130 are the reason we use the ordinary General Public License for many
12131 libraries. However, the Lesser license provides advantages in certain
12132 special circumstances.
12134 For example, on rare occasions, there may be a special need to
12135 encourage the widest possible use of a certain library, so that it becomes
12136 a de-facto standard. To achieve this, non-free programs must be
12137 allowed to use the library. A more frequent case is that a free
12138 library does the same job as widely used non-free libraries. In this
12139 case, there is little to gain by limiting the free library to free
12140 software only, so we use the Lesser General Public License.
12142 In other cases, permission to use a particular library in non-free
12143 programs enables a greater number of people to use a large body of
12144 free software. For example, permission to use the GNU C Library in
12145 non-free programs enables many more people to use the whole GNU
12146 operating system, as well as its variant, the GNU/Linux operating
12147 system.
12149 Although the Lesser General Public License is Less protective of the
12150 users' freedom, it does ensure that the user of a program that is
12151 linked with the Library has the freedom and the wherewithal to run
12152 that program using a modified version of the Library.
12154 The precise terms and conditions for copying, distribution and
12155 modification follow. Pay close attention to the difference between a
12156 "work based on the library" and a "work that uses the library". The
12157 former contains code derived from the library, whereas the latter must
12158 be combined with the library in order to run.
12160 GNU LESSER GENERAL PUBLIC LICENSE
12161 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12163 0. This License Agreement applies to any software library or other
12164 program which contains a notice placed by the copyright holder or
12165 other authorized party saying it may be distributed under the terms of
12166 this Lesser General Public License (also called "this License").
12167 Each licensee is addressed as "you".
12169 A "library" means a collection of software functions and/or data
12170 prepared so as to be conveniently linked with application programs
12171 (which use some of those functions and data) to form executables.
12173 The "Library", below, refers to any such software library or work
12174 which has been distributed under these terms. A "work based on the
12175 Library" means either the Library or any derivative work under
12176 copyright law: that is to say, a work containing the Library or a
12177 portion of it, either verbatim or with modifications and/or translated
12178 straightforwardly into another language. (Hereinafter, translation is
12179 included without limitation in the term "modification".)
12181 "Source code" for a work means the preferred form of the work for
12182 making modifications to it. For a library, complete source code means
12183 all the source code for all modules it contains, plus any associated
12184 interface definition files, plus the scripts used to control compilation
12185 and installation of the library.
12187 Activities other than copying, distribution and modification are not
12188 covered by this License; they are outside its scope. The act of
12189 running a program using the Library is not restricted, and output from
12190 such a program is covered only if its contents constitute a work based
12191 on the Library (independent of the use of the Library in a tool for
12192 writing it). Whether that is true depends on what the Library does
12193 and what the program that uses the Library does.
12195 1. You may copy and distribute verbatim copies of the Library's
12196 complete source code as you receive it, in any medium, provided that
12197 you conspicuously and appropriately publish on each copy an
12198 appropriate copyright notice and disclaimer of warranty; keep intact
12199 all the notices that refer to this License and to the absence of any
12200 warranty; and distribute a copy of this License along with the
12201 Library.
12203 You may charge a fee for the physical act of transferring a copy,
12204 and you may at your option offer warranty protection in exchange for a
12205 fee.
12207 2. You may modify your copy or copies of the Library or any portion
12208 of it, thus forming a work based on the Library, and copy and
12209 distribute such modifications or work under the terms of Section 1
12210 above, provided that you also meet all of these conditions:
12212 a) The modified work must itself be a software library.
12214 b) You must cause the files modified to carry prominent notices
12215 stating that you changed the files and the date of any change.
12217 c) You must cause the whole of the work to be licensed at no
12218 charge to all third parties under the terms of this License.
12220 d) If a facility in the modified Library refers to a function or a
12221 table of data to be supplied by an application program that uses
12222 the facility, other than as an argument passed when the facility
12223 is invoked, then you must make a good faith effort to ensure that,
12224 in the event an application does not supply such function or
12225 table, the facility still operates, and performs whatever part of
12226 its purpose remains meaningful.
12228 (For example, a function in a library to compute square roots has
12229 a purpose that is entirely well-defined independent of the
12230 application. Therefore, Subsection 2d requires that any
12231 application-supplied function or table used by this function must
12232 be optional: if the application does not supply it, the square
12233 root function must still compute square roots.)
12235 These requirements apply to the modified work as a whole. If
12236 identifiable sections of that work are not derived from the Library,
12237 and can be reasonably considered independent and separate works in
12238 themselves, then this License, and its terms, do not apply to those
12239 sections when you distribute them as separate works. But when you
12240 distribute the same sections as part of a whole which is a work based
12241 on the Library, the distribution of the whole must be on the terms of
12242 this License, whose permissions for other licensees extend to the
12243 entire whole, and thus to each and every part regardless of who wrote
12246 Thus, it is not the intent of this section to claim rights or contest
12247 your rights to work written entirely by you; rather, the intent is to
12248 exercise the right to control the distribution of derivative or
12249 collective works based on the Library.
12251 In addition, mere aggregation of another work not based on the Library
12252 with the Library (or with a work based on the Library) on a volume of
12253 a storage or distribution medium does not bring the other work under
12254 the scope of this License.
12256 3. You may opt to apply the terms of the ordinary GNU General Public
12257 License instead of this License to a given copy of the Library. To do
12258 this, you must alter all the notices that refer to this License, so
12259 that they refer to the ordinary GNU General Public License, version 2,
12260 instead of to this License. (If a newer version than version 2 of the
12261 ordinary GNU General Public License has appeared, then you can specify
12262 that version instead if you wish.) Do not make any other change in
12263 these notices.
12265 Once this change is made in a given copy, it is irreversible for
12266 that copy, so the ordinary GNU General Public License applies to all
12267 subsequent copies and derivative works made from that copy.
12269 This option is useful when you wish to copy part of the code of
12270 the Library into a program that is not a library.
12272 4. You may copy and distribute the Library (or a portion or
12273 derivative of it, under Section 2) in object code or executable form
12274 under the terms of Sections 1 and 2 above provided that you accompany
12275 it with the complete corresponding machine-readable source code, which
12276 must be distributed under the terms of Sections 1 and 2 above on a
12277 medium customarily used for software interchange.
12279 If distribution of object code is made by offering access to copy
12280 from a designated place, then offering equivalent access to copy the
12281 source code from the same place satisfies the requirement to
12282 distribute the source code, even though third parties are not
12283 compelled to copy the source along with the object code.
12285 5. A program that contains no derivative of any portion of the
12286 Library, but is designed to work with the Library by being compiled or
12287 linked with it, is called a "work that uses the Library". Such a
12288 work, in isolation, is not a derivative work of the Library, and
12289 therefore falls outside the scope of this License.
12291 However, linking a "work that uses the Library" with the Library
12292 creates an executable that is a derivative of the Library (because it
12293 contains portions of the Library), rather than a "work that uses the
12294 library". The executable is therefore covered by this License.
12295 Section 6 states terms for distribution of such executables.
12297 When a "work that uses the Library" uses material from a header file
12298 that is part of the Library, the object code for the work may be a
12299 derivative work of the Library even though the source code is not.
12300 Whether this is true is especially significant if the work can be
12301 linked without the Library, or if the work is itself a library. The
12302 threshold for this to be true is not precisely defined by law.
12304 If such an object file uses only numerical parameters, data
12305 structure layouts and accessors, and small macros and small inline
12306 functions (ten lines or less in length), then the use of the object
12307 file is unrestricted, regardless of whether it is legally a derivative
12308 work. (Executables containing this object code plus portions of the
12309 Library will still fall under Section 6.)
12311 Otherwise, if the work is a derivative of the Library, you may
12312 distribute the object code for the work under the terms of Section 6.
12313 Any executables containing that work also fall under Section 6,
12314 whether or not they are linked directly with the Library itself.
12316 6. As an exception to the Sections above, you may also combine or
12317 link a "work that uses the Library" with the Library to produce a
12318 work containing portions of the Library, and distribute that work
12319 under terms of your choice, provided that the terms permit
12320 modification of the work for the customer's own use and reverse
12321 engineering for debugging such modifications.
12323 You must give prominent notice with each copy of the work that the
12324 Library is used in it and that the Library and its use are covered by
12325 this License. You must supply a copy of this License. If the work
12326 during execution displays copyright notices, you must include the
12327 copyright notice for the Library among them, as well as a reference
12328 directing the user to the copy of this License. Also, you must do one
12329 of these things:
12331 a) Accompany the work with the complete corresponding
12332 machine-readable source code for the Library including whatever
12333 changes were used in the work (which must be distributed under
12334 Sections 1 and 2 above); and, if the work is an executable linked
12335 with the Library, with the complete machine-readable "work that
12336 uses the Library", as object code and/or source code, so that the
12337 user can modify the Library and then relink to produce a modified
12338 executable containing the modified Library. (It is understood
12339 that the user who changes the contents of definitions files in the
12340 Library will not necessarily be able to recompile the application
12341 to use the modified definitions.)
12343 b) Use a suitable shared library mechanism for linking with the
12344 Library. A suitable mechanism is one that (1) uses at run time a
12345 copy of the library already present on the user's computer system,
12346 rather than copying library functions into the executable, and (2)
12347 will operate properly with a modified version of the library, if
12348 the user installs one, as long as the modified version is
12349 interface-compatible with the version that the work was made with.
12351 c) Accompany the work with a written offer, valid for at
12352 least three years, to give the same user the materials
12353 specified in Subsection 6a, above, for a charge no more
12354 than the cost of performing this distribution.
12356 d) If distribution of the work is made by offering access to copy
12357 from a designated place, offer equivalent access to copy the above
12358 specified materials from the same place.
12360 e) Verify that the user has already received a copy of these
12361 materials or that you have already sent this user a copy.
12363 For an executable, the required form of the "work that uses the
12364 Library" must include any data and utility programs needed for
12365 reproducing the executable from it. However, as a special exception,
12366 the materials to be distributed need not include anything that is
12367 normally distributed (in either source or binary form) with the major
12368 components (compiler, kernel, and so on) of the operating system on
12369 which the executable runs, unless that component itself accompanies
12370 the executable.
12372 It may happen that this requirement contradicts the license
12373 restrictions of other proprietary libraries that do not normally
12374 accompany the operating system. Such a contradiction means you cannot
12375 use both them and the Library together in an executable that you
12376 distribute.
12378 7. You may place library facilities that are a work based on the
12379 Library side-by-side in a single library together with other library
12380 facilities not covered by this License, and distribute such a combined
12381 library, provided that the separate distribution of the work based on
12382 the Library and of the other library facilities is otherwise
12383 permitted, and provided that you do these two things:
12385 a) Accompany the combined library with a copy of the same work
12386 based on the Library, uncombined with any other library
12387 facilities. This must be distributed under the terms of the
12388 Sections above.
12390 b) Give prominent notice with the combined library of the fact
12391 that part of it is a work based on the Library, and explaining
12392 where to find the accompanying uncombined form of the same work.
12394 8. You may not copy, modify, sublicense, link with, or distribute
12395 the Library except as expressly provided under this License. Any
12396 attempt otherwise to copy, modify, sublicense, link with, or
12397 distribute the Library is void, and will automatically terminate your
12398 rights under this License. However, parties who have received copies,
12399 or rights, from you under this License will not have their licenses
12400 terminated so long as such parties remain in full compliance.
12402 9. You are not required to accept this License, since you have not
12403 signed it. However, nothing else grants you permission to modify or
12404 distribute the Library or its derivative works. These actions are
12405 prohibited by law if you do not accept this License. Therefore, by
12406 modifying or distributing the Library (or any work based on the
12407 Library), you indicate your acceptance of this License to do so, and
12408 all its terms and conditions for copying, distributing or modifying
12409 the Library or works based on it.
12411 10. Each time you redistribute the Library (or any work based on the
12412 Library), the recipient automatically receives a license from the
12413 original licensor to copy, distribute, link with or modify the Library
12414 subject to these terms and conditions. You may not impose any further
12415 restrictions on the recipients' exercise of the rights granted herein.
12416 You are not responsible for enforcing compliance by third parties with
12417 this License.
12419 11. If, as a consequence of a court judgment or allegation of patent
12420 infringement or for any other reason (not limited to patent issues),
12421 conditions are imposed on you (whether by court order, agreement or
12422 otherwise) that contradict the conditions of this License, they do not
12423 excuse you from the conditions of this License. If you cannot
12424 distribute so as to satisfy simultaneously your obligations under this
12425 License and any other pertinent obligations, then as a consequence you
12426 may not distribute the Library at all. For example, if a patent
12427 license would not permit royalty-free redistribution of the Library by
12428 all those who receive copies directly or indirectly through you, then
12429 the only way you could satisfy both it and this License would be to
12430 refrain entirely from distribution of the Library.
12432 If any portion of this section is held invalid or unenforceable under any
12433 particular circumstance, the balance of the section is intended to apply,
12434 and the section as a whole is intended to apply in other circumstances.
12436 It is not the purpose of this section to induce you to infringe any
12437 patents or other property right claims or to contest validity of any
12438 such claims; this section has the sole purpose of protecting the
12439 integrity of the free software distribution system which is
12440 implemented by public license practices. Many people have made
12441 generous contributions to the wide range of software distributed
12442 through that system in reliance on consistent application of that
12443 system; it is up to the author/donor to decide if he or she is willing
12444 to distribute software through any other system and a licensee cannot
12445 impose that choice.
12447 This section is intended to make thoroughly clear what is believed to
12448 be a consequence of the rest of this License.
12450 12. If the distribution and/or use of the Library is restricted in
12451 certain countries either by patents or by copyrighted interfaces, the
12452 original copyright holder who places the Library under this License may add
12453 an explicit geographical distribution limitation excluding those countries,
12454 so that distribution is permitted only in or among countries not thus
12455 excluded. In such case, this License incorporates the limitation as if
12456 written in the body of this License.
12458 13. The Free Software Foundation may publish revised and/or new
12459 versions of the Lesser General Public License from time to time.
12460 Such new versions will be similar in spirit to the present version,
12461 but may differ in detail to address new problems or concerns.
12463 Each version is given a distinguishing version number. If the Library
12464 specifies a version number of this License which applies to it and
12465 "any later version", you have the option of following the terms and
12466 conditions either of that version or of any later version published by
12467 the Free Software Foundation. If the Library does not specify a
12468 license version number, you may choose any version ever published by
12469 the Free Software Foundation.
12471 14. If you wish to incorporate parts of the Library into other free
12472 programs whose distribution conditions are incompatible with these,
12473 write to the author to ask for permission. For software which is
12474 copyrighted by the Free Software Foundation, write to the Free
12475 Software Foundation; we sometimes make exceptions for this. Our
12476 decision will be guided by the two goals of preserving the free status
12477 of all derivatives of our free software and of promoting the sharing
12478 and reuse of software generally.
12480 NO WARRANTY
12482 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
12483 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
12484 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
12485 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
12486 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
12487 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12488 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
12489 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
12490 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
12492 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
12493 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
12494 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
12495 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
12496 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
12497 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
12498 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
12499 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
12500 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
12501 DAMAGES.
12503 END OF TERMS AND CONDITIONS
12505 How to Apply These Terms to Your New Libraries
12507 If you develop a new library, and you want it to be of the greatest
12508 possible use to the public, we recommend making it free software that
12509 everyone can redistribute and change. You can do so by permitting
12510 redistribution under these terms (or, alternatively, under the terms of the
12511 ordinary General Public License).
12513 To apply these terms, attach the following notices to the library. It is
12514 safest to attach them to the start of each source file to most effectively
12515 convey the exclusion of warranty; and each file should have at least the
12516 "copyright" line and a pointer to where the full notice is found.
12518 &lt;one line to give the library's name and a brief idea of what it does.&gt;
12519 Copyright (C) &lt;year&gt; &lt;name of author&gt;
12521 This library is free software; you can redistribute it and/or
12522 modify it under the terms of the GNU Lesser General Public
12523 License as published by the Free Software Foundation; either
12524 version 2.1 of the License, or (at your option) any later version.
12526 This library is distributed in the hope that it will be useful,
12527 but WITHOUT ANY WARRANTY; without even the implied warranty of
12528 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12529 Lesser General Public License for more details.
12531 You should have received a copy of the GNU Lesser General Public
12532 License along with this library; if not, write to the Free Software
12533 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12535 Also add information on how to contact you by electronic and paper mail.
12537 You should also get your employer (if you work as a programmer) or your
12538 school, if any, to sign a "copyright disclaimer" for the library, if
12539 necessary. Here is a sample; alter the names:
12541 Yoyodyne, Inc., hereby disclaims all copyright interest in the
12542 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
12544 &lt;signature of Ty Coon&gt;, 1 April 1990
12545 Ty Coon, President of Vice
12547 That's all there is to it!
12551 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12553 Scanned Source License o3d-203170/o3d/third_party/vectormath/LICENSE:
12555 Vector Math library for 3-D linear algebra (vector, matrix, quaternion)
12556 SIMD support for SSE, PowerPC (PPU) and the SPU.
12557 Also includes generic multi-platform scalar version.
12559 Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
12560 All rights reserved.
12562 Redistribution and use in source and binary forms,
12563 with or without modification, are permitted provided that the
12564 following conditions are met:
12565 * Redistributions of source code must retain the above copyright
12566 notice, this list of conditions and the following disclaimer.
12567 * Redistributions in binary form must reproduce the above copyright
12568 notice, this list of conditions and the following disclaimer in the
12569 documentation and/or other materials provided with the distribution.
12570 * Neither the name of the Sony Computer Entertainment Inc nor the names
12571 of its contributors may be used to endorse or promote products derived
12572 from this software without specific prior written permission.
12574 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
12575 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12576 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12577 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
12578 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
12579 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
12580 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
12581 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
12582 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
12583 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
12584 POSSIBILITY OF SUCH DAMAGE.
12587 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12589 Scanned Source License o3d-203170/o3d/third_party/vectormath/files/vectormathlibrary/LICENSE:
12591 Vector Math library for 3-D linear algebra (vector, matrix, quaternion)
12592 SIMD support for SSE, PowerPC (PPU) and the SPU.
12593 Also includes generic multi-platform scalar version.
12595 Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
12596 All rights reserved.
12598 Redistribution and use in source and binary forms,
12599 with or without modification, are permitted provided that the
12600 following conditions are met:
12601 * Redistributions of source code must retain the above copyright
12602 notice, this list of conditions and the following disclaimer.
12603 * Redistributions in binary form must reproduce the above copyright
12604 notice, this list of conditions and the following disclaimer in the
12605 documentation and/or other materials provided with the distribution.
12606 * Neither the name of the Sony Computer Entertainment Inc nor the names
12607 of its contributors may be used to endorse or promote products derived
12608 from this software without specific prior written permission.
12610 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
12611 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12612 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12613 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
12614 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
12615 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
12616 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
12617 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
12618 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
12619 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
12620 POSSIBILITY OF SUCH DAMAGE.
12623 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12625 Scanned Source License o3d-203170/ppapi/LICENSE:
12627 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
12629 // Redistribution and use in source and binary forms, with or without
12630 // modification, are permitted provided that the following conditions are
12631 // met:
12633 // * Redistributions of source code must retain the above copyright
12634 // notice, this list of conditions and the following disclaimer.
12635 // * Redistributions in binary form must reproduce the above
12636 // copyright notice, this list of conditions and the following disclaimer
12637 // in the documentation and/or other materials provided with the
12638 // distribution.
12639 // * Neither the name of Google Inc. nor the names of its
12640 // contributors may be used to endorse or promote products derived from
12641 // this software without specific prior written permission.
12643 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12644 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12645 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12646 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12647 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12648 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12649 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12650 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12651 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12652 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12653 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12655 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12657 Scanned Source License o3d-203170/testing/gmock/COPYING:
12659 Copyright 2008, Google Inc.
12660 All rights reserved.
12662 Redistribution and use in source and binary forms, with or without
12663 modification, are permitted provided that the following conditions are
12664 met:
12666 * Redistributions of source code must retain the above copyright
12667 notice, this list of conditions and the following disclaimer.
12668 * Redistributions in binary form must reproduce the above
12669 copyright notice, this list of conditions and the following disclaimer
12670 in the documentation and/or other materials provided with the
12671 distribution.
12672 * Neither the name of Google Inc. nor the names of its
12673 contributors may be used to endorse or promote products derived from
12674 this software without specific prior written permission.
12676 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12677 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12678 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12679 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12680 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12681 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12682 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12683 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12684 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12685 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12686 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12688 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12690 Scanned Source License o3d-203170/testing/gmock/scripts/generator/COPYING:
12693 Apache License
12694 Version 2.0, January 2004
12695 http://www.apache.org/licenses/
12697 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
12699 1. Definitions.
12701 "License" shall mean the terms and conditions for use, reproduction,
12702 and distribution as defined by Sections 1 through 9 of this document.
12704 "Licensor" shall mean the copyright owner or entity authorized by
12705 the copyright owner that is granting the License.
12707 "Legal Entity" shall mean the union of the acting entity and all
12708 other entities that control, are controlled by, or are under common
12709 control with that entity. For the purposes of this definition,
12710 "control" means (i) the power, direct or indirect, to cause the
12711 direction or management of such entity, whether by contract or
12712 otherwise, or (ii) ownership of fifty percent (50%) or more of the
12713 outstanding shares, or (iii) beneficial ownership of such entity.
12715 "You" (or "Your") shall mean an individual or Legal Entity
12716 exercising permissions granted by this License.
12718 "Source" form shall mean the preferred form for making modifications,
12719 including but not limited to software source code, documentation
12720 source, and configuration files.
12722 "Object" form shall mean any form resulting from mechanical
12723 transformation or translation of a Source form, including but
12724 not limited to compiled object code, generated documentation,
12725 and conversions to other media types.
12727 "Work" shall mean the work of authorship, whether in Source or
12728 Object form, made available under the License, as indicated by a
12729 copyright notice that is included in or attached to the work
12730 (an example is provided in the Appendix below).
12732 "Derivative Works" shall mean any work, whether in Source or Object
12733 form, that is based on (or derived from) the Work and for which the
12734 editorial revisions, annotations, elaborations, or other modifications
12735 represent, as a whole, an original work of authorship. For the purposes
12736 of this License, Derivative Works shall not include works that remain
12737 separable from, or merely link (or bind by name) to the interfaces of,
12738 the Work and Derivative Works thereof.
12740 "Contribution" shall mean any work of authorship, including
12741 the original version of the Work and any modifications or additions
12742 to that Work or Derivative Works thereof, that is intentionally
12743 submitted to Licensor for inclusion in the Work by the copyright owner
12744 or by an individual or Legal Entity authorized to submit on behalf of
12745 the copyright owner. For the purposes of this definition, "submitted"
12746 means any form of electronic, verbal, or written communication sent
12747 to the Licensor or its representatives, including but not limited to
12748 communication on electronic mailing lists, source code control systems,
12749 and issue tracking systems that are managed by, or on behalf of, the
12750 Licensor for the purpose of discussing and improving the Work, but
12751 excluding communication that is conspicuously marked or otherwise
12752 designated in writing by the copyright owner as "Not a Contribution."
12754 "Contributor" shall mean Licensor and any individual or Legal Entity
12755 on behalf of whom a Contribution has been received by Licensor and
12756 subsequently incorporated within the Work.
12758 2. Grant of Copyright License. Subject to the terms and conditions of
12759 this License, each Contributor hereby grants to You a perpetual,
12760 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12761 copyright license to reproduce, prepare Derivative Works of,
12762 publicly display, publicly perform, sublicense, and distribute the
12763 Work and such Derivative Works in Source or Object form.
12765 3. Grant of Patent License. Subject to the terms and conditions of
12766 this License, each Contributor hereby grants to You a perpetual,
12767 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12768 (except as stated in this section) patent license to make, have made,
12769 use, offer to sell, sell, import, and otherwise transfer the Work,
12770 where such license applies only to those patent claims licensable
12771 by such Contributor that are necessarily infringed by their
12772 Contribution(s) alone or by combination of their Contribution(s)
12773 with the Work to which such Contribution(s) was submitted. If You
12774 institute patent litigation against any entity (including a
12775 cross-claim or counterclaim in a lawsuit) alleging that the Work
12776 or a Contribution incorporated within the Work constitutes direct
12777 or contributory patent infringement, then any patent licenses
12778 granted to You under this License for that Work shall terminate
12779 as of the date such litigation is filed.
12781 4. Redistribution. You may reproduce and distribute copies of the
12782 Work or Derivative Works thereof in any medium, with or without
12783 modifications, and in Source or Object form, provided that You
12784 meet the following conditions:
12786 (a) You must give any other recipients of the Work or
12787 Derivative Works a copy of this License; and
12789 (b) You must cause any modified files to carry prominent notices
12790 stating that You changed the files; and
12792 (c) You must retain, in the Source form of any Derivative Works
12793 that You distribute, all copyright, patent, trademark, and
12794 attribution notices from the Source form of the Work,
12795 excluding those notices that do not pertain to any part of
12796 the Derivative Works; and
12798 (d) If the Work includes a "NOTICE" text file as part of its
12799 distribution, then any Derivative Works that You distribute must
12800 include a readable copy of the attribution notices contained
12801 within such NOTICE file, excluding those notices that do not
12802 pertain to any part of the Derivative Works, in at least one
12803 of the following places: within a NOTICE text file distributed
12804 as part of the Derivative Works; within the Source form or
12805 documentation, if provided along with the Derivative Works; or,
12806 within a display generated by the Derivative Works, if and
12807 wherever such third-party notices normally appear. The contents
12808 of the NOTICE file are for informational purposes only and
12809 do not modify the License. You may add Your own attribution
12810 notices within Derivative Works that You distribute, alongside
12811 or as an addendum to the NOTICE text from the Work, provided
12812 that such additional attribution notices cannot be construed
12813 as modifying the License.
12815 You may add Your own copyright statement to Your modifications and
12816 may provide additional or different license terms and conditions
12817 for use, reproduction, or distribution of Your modifications, or
12818 for any such Derivative Works as a whole, provided Your use,
12819 reproduction, and distribution of the Work otherwise complies with
12820 the conditions stated in this License.
12822 5. Submission of Contributions. Unless You explicitly state otherwise,
12823 any Contribution intentionally submitted for inclusion in the Work
12824 by You to the Licensor shall be under the terms and conditions of
12825 this License, without any additional terms or conditions.
12826 Notwithstanding the above, nothing herein shall supersede or modify
12827 the terms of any separate license agreement you may have executed
12828 with Licensor regarding such Contributions.
12830 6. Trademarks. This License does not grant permission to use the trade
12831 names, trademarks, service marks, or product names of the Licensor,
12832 except as required for reasonable and customary use in describing the
12833 origin of the Work and reproducing the content of the NOTICE file.
12835 7. Disclaimer of Warranty. Unless required by applicable law or
12836 agreed to in writing, Licensor provides the Work (and each
12837 Contributor provides its Contributions) on an "AS IS" BASIS,
12838 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12839 implied, including, without limitation, any warranties or conditions
12840 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
12841 PARTICULAR PURPOSE. You are solely responsible for determining the
12842 appropriateness of using or redistributing the Work and assume any
12843 risks associated with Your exercise of permissions under this License.
12845 8. Limitation of Liability. In no event and under no legal theory,
12846 whether in tort (including negligence), contract, or otherwise,
12847 unless required by applicable law (such as deliberate and grossly
12848 negligent acts) or agreed to in writing, shall any Contributor be
12849 liable to You for damages, including any direct, indirect, special,
12850 incidental, or consequential damages of any character arising as a
12851 result of this License or out of the use or inability to use the
12852 Work (including but not limited to damages for loss of goodwill,
12853 work stoppage, computer failure or malfunction, or any and all
12854 other commercial damages or losses), even if such Contributor
12855 has been advised of the possibility of such damages.
12857 9. Accepting Warranty or Additional Liability. While redistributing
12858 the Work or Derivative Works thereof, You may choose to offer,
12859 and charge a fee for, acceptance of support, warranty, indemnity,
12860 or other liability obligations and/or rights consistent with this
12861 License. However, in accepting such obligations, You may act only
12862 on Your own behalf and on Your sole responsibility, not on behalf
12863 of any other Contributor, and only if You agree to indemnify,
12864 defend, and hold each Contributor harmless for any liability
12865 incurred by, or claims asserted against, such Contributor by reason
12866 of your accepting any such warranty or additional liability.
12868 END OF TERMS AND CONDITIONS
12870 APPENDIX: How to apply the Apache License to your work.
12872 To apply the Apache License to your work, attach the following
12873 boilerplate notice, with the fields enclosed by brackets "[]"
12874 replaced with your own identifying information. (Don't include
12875 the brackets!) The text should be enclosed in the appropriate
12876 comment syntax for the file format. We also recommend that a
12877 file or class name and description of purpose be included on the
12878 same "printed page" as the copyright notice for easier
12879 identification within third-party archives.
12881 Copyright [2007] Neal Norwitz
12882 Portions Copyright [2007] Google Inc.
12884 Licensed under the Apache License, Version 2.0 (the "License");
12885 you may not use this file except in compliance with the License.
12886 You may obtain a copy of the License at
12888 http://www.apache.org/licenses/LICENSE-2.0
12890 Unless required by applicable law or agreed to in writing, software
12891 distributed under the License is distributed on an "AS IS" BASIS,
12892 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12893 See the License for the specific language governing permissions and
12894 limitations under the License.
12896 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12898 Scanned Source License o3d-203170/testing/gtest/COPYING:
12900 Copyright 2008, Google Inc.
12901 All rights reserved.
12903 Redistribution and use in source and binary forms, with or without
12904 modification, are permitted provided that the following conditions are
12905 met:
12907 * Redistributions of source code must retain the above copyright
12908 notice, this list of conditions and the following disclaimer.
12909 * Redistributions in binary form must reproduce the above
12910 copyright notice, this list of conditions and the following disclaimer
12911 in the documentation and/or other materials provided with the
12912 distribution.
12913 * Neither the name of Google Inc. nor the names of its
12914 contributors may be used to endorse or promote products derived from
12915 this software without specific prior written permission.
12917 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
12918 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
12919 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
12920 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12921 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
12922 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
12923 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12924 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12925 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12926 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12927 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12929 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12931 Scanned Source License o3d-203170/third_party/antlr3/LICENSE.txt:
12933 [The "BSD licence"]
12934 Copyright (c) 2003-2008 Terence Parr
12935 All rights reserved.
12937 Redistribution and use in source and binary forms, with or without
12938 modification, are permitted provided that the following conditions
12939 are met:
12941 1. Redistributions of source code must retain the above copyright
12942 notice, this list of conditions and the following disclaimer.
12943 2. Redistributions in binary form must reproduce the above copyright
12944 notice, this list of conditions and the following disclaimer in the
12945 documentation and/or other materials provided with the distribution.
12946 3. The name of the author may not be used to endorse or promote products
12947 derived from this software without specific prior written permission.
12949 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
12950 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
12951 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
12952 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
12953 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
12954 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12955 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12956 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12957 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
12958 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12960 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12962 Scanned Source License o3d-203170/third_party/antlr3/runtime/ActionScript/LICENSE:
12964 [The "BSD licence"]
12965 Copyright (c) 2003-2006 Terence Parr
12966 All rights reserved.
12968 Redistribution and use in source and binary forms, with or without
12969 modification, are permitted provided that the following conditions
12970 are met:
12972 1. Redistributions of source code must retain the above copyright
12973 notice, this list of conditions and the following disclaimer.
12974 2. Redistributions in binary form must reproduce the above copyright
12975 notice, this list of conditions and the following disclaimer in the
12976 documentation and/or other materials provided with the distribution.
12977 3. The name of the author may not be used to endorse or promote products
12978 derived from this software without specific prior written permission.
12980 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
12981 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
12982 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
12983 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
12984 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
12985 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
12986 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
12987 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
12988 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
12989 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12991 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12993 Scanned Source License o3d-203170/third_party/antlr3/runtime/C/COPYING:
12995 [The "BSD licence"]
12996 Copyright (c) 2005-2006 Terence Parr
12997 All rights reserved.
12999 Redistribution and use in source and binary forms, with or without
13000 modification, are permitted provided that the following conditions
13001 are met:
13002 1. Redistributions of source code must retain the above copyright
13003 notice, this list of conditions and the following disclaimer.
13004 2. Redistributions in binary form must reproduce the above copyright
13005 notice, this list of conditions and the following disclaimer in the
13006 documentation and/or other materials provided with the distribution.
13007 3. The name of the author may not be used to endorse or promote products
13008 derived from this software without specific prior written permission.
13010 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13011 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13012 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13013 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13014 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13015 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13016 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13017 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13018 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13019 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
13022 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13024 Scanned Source License o3d-203170/third_party/antlr3/runtime/CSharp/LICENSE.TXT:
13026 [The "BSD licence"]
13027 Copyright (c) 2005-2007 Kunle Odutola
13028 All rights reserved.
13030 Redistribution and use in source and binary forms, with or without
13031 modification, are permitted provided that the following conditions
13032 are met:
13033 1. Redistributions of source code MUST RETAIN the above copyright
13034 notice, this list of conditions and the following disclaimer.
13035 2. Redistributions in binary form MUST REPRODUCE the above copyright
13036 notice, this list of conditions and the following disclaimer in
13037 the documentation and/or other materials provided with the
13038 distribution.
13039 3. The name of the author may not be used to endorse or promote products
13040 derived from this software without specific prior WRITTEN permission.
13041 4. Unless explicitly state otherwise, any contribution intentionally
13042 submitted for inclusion in this work to the copyright owner shall be
13043 under the terms and conditions of this license, without any
13044 additional terms or conditions.
13046 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13047 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13048 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13049 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13050 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13051 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13052 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13053 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13054 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13055 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13057 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13059 Scanned Source License o3d-203170/third_party/antlr3/runtime/JavaScript/build/license.txt:
13062 Copyright (c) 2003-2008 Terence Parr. All rights reserved.
13063 Code licensed under the BSD License:
13064 http://www.antlr.org/license.html
13066 Some parts of the ANTLR class:
13067 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
13068 Code licensed under the BSD License:
13069 http://developer.yahoo.net/yui/license.txt
13072 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13074 Scanned Source License o3d-203170/third_party/antlr3/runtime/Python/LICENSE:
13076 [The "BSD licence"]
13077 Copyright (c) 2003-2006 Terence Parr
13078 All rights reserved.
13080 Redistribution and use in source and binary forms, with or without
13081 modification, are permitted provided that the following conditions
13082 are met:
13084 1. Redistributions of source code must retain the above copyright
13085 notice, this list of conditions and the following disclaimer.
13086 2. Redistributions in binary form must reproduce the above copyright
13087 notice, this list of conditions and the following disclaimer in the
13088 documentation and/or other materials provided with the distribution.
13089 3. The name of the author may not be used to endorse or promote products
13090 derived from this software without specific prior written permission.
13092 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13093 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13094 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13095 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13096 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13097 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13098 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13099 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13100 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13101 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13103 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13105 Scanned Source License o3d-203170/third_party/cg/LICENSE:
13107 DISTRIBUTION LICENSE
13109 IMPORTANT NOTICE -- READ CAREFULLY: THIS DISTRIBUTION LICENSE IS THE
13110 AGREEMENT THAT GOVERNS USE OF THE SOFTWARE AND ASSOCIATED MATERIALS
13111 PROVIDED HEREIN. BY DOWNLOADING, INSTALLING, COPYING, OR OTHERWISE
13112 USING THE SOFTWARE, YOU EXPRESSLY AGREE TO BE BOUND BY THE TERMS OF
13113 THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS AND CONDITIONS
13114 SET FORTH IN THIS AGREEMENT, YOU MAY NOT INSTALL, USE, OR DISTRIBUTE THE
13115 SOFTWARE.
13117 1) Subject to all of the terms set forth herein, NVIDIA Corporation
13118 ("NVIDIA") hereby grants a non-exclusive, worldwide, royalty-free license
13119 ("License") to the distributor or publisher ("Distributor") set forth below
13120 to use, reproduce, distribute, publicly display, and publicly perform
13121 NVIDIA's software comprising its Cg Toolkit, including CgFX, any associated
13122 documentation, and any portions thereof provided by NVIDIA (all together,
13123 each apart, referred to herein as "Software") by incorporating the Software
13124 into Distributor's software or published works ("Works") and any advertising
13125 and promotional materials relating thereto.
13127 2) NVIDIA represents that the Software is either owned by NVIDIA or that, to
13128 the best of NVIDIA's knowledge, it has full authority from the owner of
13129 items incorporated into the Software to grant the rights set forth in this
13130 License and that such items do not violate the copyright, trademark, or any
13131 other rights of any third party.
13133 3) Distributor agrees that the Software is proprietary information of NVIDIA
13134 and that NVIDIA owns all right, title and interest therein. There are no
13135 implied licenses under this License, and any rights not expressly granted
13136 are reserved by NVIDIA. The Software is protected by copyright laws and
13137 international copyright treaties, as well as other intellectual property
13138 laws and treaties. The Software is not sold, and instead is only licensed
13139 for use, strictly in accordance with this License. Distributor agrees not to
13140 disassemble, decompile or reverse engineer the Software in whole or in
13141 part. All copies of the Software shall contain NVIDIA's proprietary rights
13142 notices as provided therein. Distributor shall not remove or modify any such
13143 proprietary rights notices of NVIDIA. This License will automatically
13144 terminate if Distributor fails to comply with any of the terms and
13145 conditions hereof. In such event, Distributor must cease reproducing,
13146 distributing, or otherwise using the Software and destroy all copies
13147 thereof.
13149 4) NVIDIA will not be responsible for providing maintenance and support to
13150 Distributor, its customers, or any other end users for the Software or Works
13151 distributed by Distributor or others.
13153 5) THE SOFTWARE IS PROVIDED BY NVIDIA TO DISTRIBUTOR "AS IS." NVIDIA
13154 DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
13155 IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
13156 PURPOSE, AND NONINFRINGEMENT.
13158 6) IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
13159 INDIRECT, OR CONSEQUENTIAL DAMAGES (WHETHER IN AN ACTION IN CONTRACT OR
13160 TORT) WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
13161 BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR
13162 ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE
13163 SOFTWARE OR IN CONNECTION WITH THIS LICENSE, EVEN IF NVIDIA HAS BEEN
13164 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY
13165 NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
13166 NVIDIA SHALL HAVE NO CONTRACTUAL OBLIGATION TO INDEMNIFY DISTRIBUTOR
13167 UNDER THIS LICENSE. DISTRIBUTOR AND/OR ITS CUSTOMERS ASSUME THE ENTIRE
13168 COST OF ANY DAMAGE, LOSS, OR EXPENSE RESULTING FROM THEIR USE OR
13169 EXPLOITATION OF THE SOFTWARE.
13171 7) Distributor may not assign, sublicense, or otherwise attempt to transfer
13172 this License or any right or obligation hereunder without NVIDIA's prior
13173 written consent.
13175 8) The export of the Software may be subject to the export control laws of
13176 the United States of America and/or other countries, and Distributor agrees
13177 to abide by all such export control laws and regulations.
13179 9) If any provision of this License is held to be invalid or unenforceable
13180 for any reason, the remaining provisions will continue in full force without
13181 being impaired or invalidated in any way.
13183 10) No term or provisions hereof shall be deemed waived, and no breach
13184 excused, unless such waiver or consent is in writing and signed by the party
13185 claimed to have waived or consented. The waiver by either party of a breach
13186 of any provision of this License will not operate or be interpreted as a
13187 waiver of any other or subsequent breach.
13189 11) This License will be governed and construed in accordance with the laws
13190 of the State of California without giving effect to principles of conflict
13191 of laws. Any suit or controversy arising hereunder shall be brought in the
13192 federal or state courts located in Santa Clara County, California, and each
13193 party submits to the venue and jurisdiction thereof. The United Nations
13194 Convention on Contracts for the International Sale of Goods is specifically
13195 disclaimed.
13197 12) This License constitutes the final, complete, and exclusive agreement
13198 between the parties with respect to the subject matter hereof and supersedes
13199 any previous proposals, negotiations, agreements, letters of intent,
13200 arrangements, or warranties, whether verbal or written, made between the
13201 parties with respect to such subject matter. This License may be changed
13202 only by mutual agreement in writing of the authorized representatives of the
13203 parties.
13205 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13207 Scanned Source License o3d-203170/third_party/fcollada/LICENSE:
13209 You can get more information and the latest versions of the FCollada library on
13210 our website.
13212 Feel free to drop us an email if you want more information on using the library.
13214 Guillaume Laforte
13215 glaforte@feelingsoftware.com
13217 Feeling Software Inc.
13218 http://www.feelingsoftware.com
13221 Copyright and License information:
13222 ------------------------------------
13225 FCollada:
13226 ----------
13227 Copyright 2006 Feeling Software.
13228 Under MIT License: http://www.opensource.org/licenses/mit-license.php
13231 FS import classes:
13232 -----------------------
13233 Copyright 2005-2006 Feeling Software and
13234 Copyright 2005-2006 Autodesk Media Entertainment.
13235 Under MIT License: http://www.opensource.org/licenses/mit-license.php
13238 LibXML2:
13239 ---------
13240 Except where otherwise noted in the source code (e.g. the files hash.c, list.c
13241 and the trio files, which are covered by a similar licence but with different
13242 Copyright notices) all the files are:
13246 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
13249 Permission is hereby granted, free of charge, to any person obtaining a copy of
13250 this software and associated documentation files (the "Software"), to deal in
13251 the Software without restriction, including without limitation the rights to
13252 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13253 of the Software, and to permit persons to whom the Software is fur- nished to
13254 do so, subject to the following conditions:
13256 The above copyright notice and this permission notice shall be included in all
13257 copies or substantial portions of the Software.
13261 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13262 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
13263 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13264 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13265 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
13266 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13270 Except as contained in this notice, the name of Daniel Veillard shall not be
13271 used in advertising or otherwise to promote the sale, use or other deal- ings
13272 in this Software without prior written authorization from him.
13275 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13277 Scanned Source License o3d-203170/third_party/fcollada/files/LibXML/COPYING:
13279 Except where otherwise noted in the source code (e.g. the files hash.c,
13280 list.c and the trio files, which are covered by a similar licence but
13281 with different Copyright notices) all the files are:
13283 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
13285 Permission is hereby granted, free of charge, to any person obtaining a copy
13286 of this software and associated documentation files (the "Software"), to deal
13287 in the Software without restriction, including without limitation the rights
13288 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13289 copies of the Software, and to permit persons to whom the Software is fur-
13290 nished to do so, subject to the following conditions:
13292 The above copyright notice and this permission notice shall be included in
13293 all copies or substantial portions of the Software.
13295 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13296 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
13297 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13298 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13299 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
13300 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13302 Except as contained in this notice, the name of Daniel Veillard shall not
13303 be used in advertising or otherwise to promote the sale, use or other deal-
13304 ings in this Software without prior written authorization from him.
13307 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13309 Scanned Source License o3d-203170/third_party/fcollada/files/LibXML/Copyright:
13311 Except where otherwise noted in the source code (e.g. the files hash.c,
13312 list.c and the trio files, which are covered by a similar licence but
13313 with different Copyright notices) all the files are:
13315 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
13317 Permission is hereby granted, free of charge, to any person obtaining a copy
13318 of this software and associated documentation files (the "Software"), to deal
13319 in the Software without restriction, including without limitation the rights
13320 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13321 copies of the Software, and to permit persons to whom the Software is fur-
13322 nished to do so, subject to the following conditions:
13324 The above copyright notice and this permission notice shall be included in
13325 all copies or substantial portions of the Software.
13327 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13328 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
13329 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13330 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13331 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
13332 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13334 Except as contained in this notice, the name of Daniel Veillard shall not
13335 be used in advertising or otherwise to promote the sale, use or other deal-
13336 ings in this Software without prior written authorization from him.
13339 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13341 Scanned Source License o3d-203170/third_party/glew/LICENSE:
13343 The OpenGL Extension Wrangler Library
13344 Copyright (C) 2002-2007, Milan Ikits &lt;milan ikits[]ieee org&gt;
13345 Copyright (C) 2002-2007, Marcelo E. Magallon &lt;mmagallo[]debian org&gt;
13346 Copyright (C) 2002, Lev Povalahev
13347 All rights reserved.
13349 Redistribution and use in source and binary forms, with or without
13350 modification, are permitted provided that the following conditions are met:
13352 * Redistributions of source code must retain the above copyright notice,
13353 this list of conditions and the following disclaimer.
13354 * Redistributions in binary form must reproduce the above copyright notice,
13355 this list of conditions and the following disclaimer in the documentation
13356 and/or other materials provided with the distribution.
13357 * The name of the author may be used to endorse or promote products
13358 derived from this software without specific prior written permission.
13360 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
13361 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
13362 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
13363 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
13364 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
13365 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
13366 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
13367 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
13368 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13369 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
13370 THE POSSIBILITY OF SUCH DAMAGE.
13373 Mesa 3-D graphics library
13374 Version: 7.0
13376 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
13378 Permission is hereby granted, free of charge, to any person obtaining a
13379 copy of this software and associated documentation files (the "Software"),
13380 to deal in the Software without restriction, including without limitation
13381 the rights to use, copy, modify, merge, publish, distribute, sublicense,
13382 and/or sell copies of the Software, and to permit persons to whom the
13383 Software is furnished to do so, subject to the following conditions:
13385 The above copyright notice and this permission notice shall be included
13386 in all copies or substantial portions of the Software.
13388 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13389 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13390 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
13391 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
13392 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
13393 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13396 Copyright (c) 2007 The Khronos Group Inc.
13398 Permission is hereby granted, free of charge, to any person obtaining a
13399 copy of this software and/or associated documentation files (the
13400 "Materials"), to deal in the Materials without restriction, including
13401 without limitation the rights to use, copy, modify, merge, publish,
13402 distribute, sublicense, and/or sell copies of the Materials, and to
13403 permit persons to whom the Materials are furnished to do so, subject to
13404 the following conditions:
13406 The above copyright notice and this permission notice shall be included
13407 in all copies or substantial portions of the Materials.
13409 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13410 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
13411 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
13412 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13413 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13414 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13415 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
13417 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13419 Scanned Source License o3d-203170/third_party/harfbuzz/COPYING:
13421 HarfBuzz was previously licensed under different licenses. This was
13422 changed in January 2008. If you need to relicense your old copies,
13423 consult the announcement of the license change on the internet.
13424 Other than that, each copy of HarfBuzz is licensed under the COPYING
13425 file included with it. The actual license follows:
13428 Permission is hereby granted, without written agreement and without
13429 license or royalty fees, to use, copy, modify, and distribute this
13430 software and its documentation for any purpose, provided that the
13431 above copyright notice and the following two paragraphs appear in
13432 all copies of this software.
13434 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
13435 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
13436 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
13437 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
13438 DAMAGE.
13440 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
13441 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
13442 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
13443 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
13444 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
13446 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13448 Scanned Source License o3d-203170/third_party/icu/source/data/brkitr/LICENSE:
13450 The list of words in cjdict.txt are obtained by combining three word
13451 lists listed below with further processing for compound word breaking.
13452 The frequency is generated with an iterative training against Google
13453 web corpora.
13455 * CC-CEDICT (Chinese)
13456 - http://www.mdbg.net/chindict/chindict.php?page=cedict (home page)
13457 - http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz (word list)
13458 - It is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
13459 (see http://creativecommons.org/licenses/by-sa/3.0 for more details)
13461 - The portion of words derived from CC-CEDICT is also separately available
13462 in cc_cedict.txt per the above CC Attribution-Share Alike 3.0 License.
13464 * Libtabe (Chinese)
13465 - https://sourceforge.net/project/?group_id=1519
13466 - Its license terms and conditions are shown below.
13468 * IPADIC (Japanese)
13469 - http://chasen.aist-nara.ac.jp/chasen/distribution.html
13470 - Its license terms and conditions are shown below.
13472 ---------COPYING.libtabe ---- BEGIN--------------------
13475 * Copyrighy (c) 1999 TaBE Project.
13476 * Copyright (c) 1999 Pai-Hsiang Hsiao.
13477 * All rights reserved.
13479 * Redistribution and use in source and binary forms, with or without
13480 * modification, are permitted provided that the following conditions
13481 * are met:
13483 * . Redistributions of source code must retain the above copyright
13484 * notice, this list of conditions and the following disclaimer.
13485 * . Redistributions in binary form must reproduce the above copyright
13486 * notice, this list of conditions and the following disclaimer in
13487 * the documentation and/or other materials provided with the
13488 * distribution.
13489 * . Neither the name of the TaBE Project nor the names of its
13490 * contributors may be used to endorse or promote products derived
13491 * from this software without specific prior written permission.
13493 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
13494 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13495 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
13496 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
13497 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
13498 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
13499 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
13500 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
13501 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
13502 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13503 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
13504 * OF THE POSSIBILITY OF SUCH DAMAGE.
13508 * Copyright (c) 1999 Computer Systems and Communication Lab,
13509 * Institute of Information Science, Academia Sinica.
13510 * All rights reserved.
13512 * Redistribution and use in source and binary forms, with or without
13513 * modification, are permitted provided that the following conditions
13514 * are met:
13516 * . Redistributions of source code must retain the above copyright
13517 * notice, this list of conditions and the following disclaimer.
13518 * . Redistributions in binary form must reproduce the above copyright
13519 * notice, this list of conditions and the following disclaimer in
13520 * the documentation and/or other materials provided with the
13521 * distribution.
13522 * . Neither the name of the Computer Systems and Communication Lab
13523 * nor the names of its contributors may be used to endorse or
13524 * promote products derived from this software without specific
13525 * prior written permission.
13527 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
13528 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13529 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
13530 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
13531 * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
13532 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
13533 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
13534 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
13535 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
13536 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
13537 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
13538 * OF THE POSSIBILITY OF SUCH DAMAGE.
13541 Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
13542 c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
13544 ---------------COPYING.libtabe-----END------------------------------------
13547 ---------------COPYING.ipadic-----BEGIN------------------------------------
13549 Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
13550 and Technology. All Rights Reserved.
13552 Use, reproduction, and distribution of this software is permitted.
13553 Any copy of this software, whether in its original form or modified,
13554 must include both the above copyright notice and the following
13555 paragraphs.
13557 Nara Institute of Science and Technology (NAIST),
13558 the copyright holders, disclaims all warranties with regard to this
13559 software, including all implied warranties of merchantability and
13560 fitness, in no event shall NAIST be liable for
13561 any special, indirect or consequential damages or any damages
13562 whatsoever resulting from loss of use, data or profits, whether in an
13563 action of contract, negligence or other tortuous action, arising out
13564 of or in connection with the use or performance of this software.
13566 A large portion of the dictionary entries
13567 originate from ICOT Free Software. The following conditions for ICOT
13568 Free Software applies to the current dictionary as well.
13570 Each User may also freely distribute the Program, whether in its
13571 original form or modified, to any third party or parties, PROVIDED
13572 that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
13573 on, or be attached to, the Program, which is distributed substantially
13574 in the same form as set out herein and that such intended
13575 distribution, if actually made, will neither violate or otherwise
13576 contravene any of the laws and regulations of the countries having
13577 jurisdiction over the User or the intended distribution itself.
13579 NO WARRANTY
13581 The program was produced on an experimental basis in the course of the
13582 research and development conducted during the project and is provided
13583 to users as so produced on an experimental basis. Accordingly, the
13584 program is provided without any warranty whatsoever, whether express,
13585 implied, statutory or otherwise. The term "warranty" used herein
13586 includes, but is not limited to, any warranty of the quality,
13587 performance, merchantability and fitness for a particular purpose of
13588 the program and the nonexistence of any infringement or violation of
13589 any right of any third party.
13591 Each user of the program will agree and understand, and be deemed to
13592 have agreed and understood, that there is no warranty whatsoever for
13593 the program and, accordingly, the entire risk arising from or
13594 otherwise connected with the program is assumed by the user.
13596 Therefore, neither ICOT, the copyright holder, or any other
13597 organization that participated in or was otherwise related to the
13598 development of the program and their respective officials, directors,
13599 officers and other employees shall be held liable for any and all
13600 damages, including, without limitation, general, special, incidental
13601 and consequential damages, arising out of or otherwise in connection
13602 with the use or inability to use the program or any product, material
13603 or result produced or otherwise obtained by using the program,
13604 regardless of whether they have been advised of, or otherwise had
13605 knowledge of, the possibility of such damages at any time during the
13606 project or thereafter. Each user will be deemed to have agreed to the
13607 foregoing by his or her commencement of use of the program. The term
13608 "use" as used herein includes, but is not limited to, the use,
13609 modification, copying and distribution of the program and the
13610 production of secondary products from the program.
13612 In the case where the program, whether in its original form or
13613 modified, was distributed or delivered to or received by a user from
13614 any person, organization or entity other than ICOT, unless it makes or
13615 grants independently of ICOT any specific warranty to the user in
13616 writing, such person, organization or entity, will also be exempted
13617 from and not be held liable to the user for any such damages as noted
13618 above as far as the program is concerned.
13620 ---------------COPYING.ipadic-----END------------------------------------
13622 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13624 Scanned Source License o3d-203170/third_party/libevent/LICENSE:
13626 Copyright 2000-2007 Niels Provos &lt;provos@citi.umich.edu&gt;
13627 Copyright 2007-2009 Niels Provos and Nick Mathewson
13629 Redistribution and use in source and binary forms, with or without
13630 modification, are permitted provided that the following conditions
13631 are met:
13632 1. Redistributions of source code must retain the above copyright
13633 notice, this list of conditions and the following disclaimer.
13634 2. Redistributions in binary form must reproduce the above copyright
13635 notice, this list of conditions and the following disclaimer in the
13636 documentation and/or other materials provided with the distribution.
13637 3. The name of the author may not be used to endorse or promote products
13638 derived from this software without specific prior written permission.
13640 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
13641 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
13642 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13643 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
13644 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
13645 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13646 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13647 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13648 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
13649 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13651 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13653 Scanned Source License o3d-203170/third_party/libjpeg/LICENSE:
13655 (Copied from the README.)
13657 --------------------------------------------------------------------------------
13659 The authors make NO WARRANTY or representation, either express or implied,
13660 with respect to this software, its quality, accuracy, merchantability, or
13661 fitness for a particular purpose. This software is provided "AS IS", and you,
13662 its user, assume the entire risk as to its quality and accuracy.
13664 This software is copyright (C) 1991-1998, Thomas G. Lane.
13665 All Rights Reserved except as specified below.
13667 Permission is hereby granted to use, copy, modify, and distribute this
13668 software (or portions thereof) for any purpose, without fee, subject to these
13669 conditions:
13670 (1) If any part of the source code for this software is distributed, then this
13671 README file must be included, with this copyright and no-warranty notice
13672 unaltered; and any additions, deletions, or changes to the original files
13673 must be clearly indicated in accompanying documentation.
13674 (2) If only executable code is distributed, then the accompanying
13675 documentation must state that "this software is based in part on the work of
13676 the Independent JPEG Group".
13677 (3) Permission for use of this software is granted only if the user accepts
13678 full responsibility for any undesirable consequences; the authors accept
13679 NO LIABILITY for damages of any kind.
13681 These conditions apply to any software derived from or based on the IJG code,
13682 not just to the unmodified library. If you use our work, you ought to
13683 acknowledge us.
13685 Permission is NOT granted for the use of any IJG author's name or company name
13686 in advertising or publicity relating to this software or products derived from
13687 it. This software may be referred to only as "the Independent JPEG Group's
13688 software".
13690 We specifically permit and encourage the use of this software as the basis of
13691 commercial products, provided that all warranty or liability claims are
13692 assumed by the product vendor.
13695 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
13696 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
13697 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
13698 by the usual distribution terms of the Free Software Foundation; principally,
13699 that you must include source code if you redistribute it. (See the file
13700 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part
13701 of any program generated from the IJG code, this does not limit you more than
13702 the foregoing paragraphs do.
13704 The Unix configuration script "configure" was produced with GNU Autoconf.
13705 It is copyright by the Free Software Foundation but is freely distributable.
13706 The same holds for its supporting scripts (config.guess, config.sub,
13707 ltconfig, ltmain.sh). Another support script, install-sh, is copyright
13708 by M.I.T. but is also freely distributable.
13710 It appears that the arithmetic coding option of the JPEG spec is covered by
13711 patents owned by IBM, AT&amp;T, and Mitsubishi. Hence arithmetic coding cannot
13712 legally be used without obtaining one or more licenses. For this reason,
13713 support for arithmetic coding has been removed from the free JPEG software.
13714 (Since arithmetic coding provides only a marginal gain over the unpatented
13715 Huffman mode, it is unlikely that very many implementations will support it.)
13716 So far as we are aware, there are no patent restrictions on the remaining
13717 code.
13719 The IJG distribution formerly included code to read and write GIF files.
13720 To avoid entanglement with the Unisys LZW patent, GIF reading support has
13721 been removed altogether, and the GIF writer has been simplified to produce
13722 "uncompressed GIFs". This technique does not use the LZW algorithm; the
13723 resulting GIF files are larger than usual, but are readable by all standard
13724 GIF decoders.
13726 We are required to state that
13727 "The Graphics Interchange Format(c) is the Copyright property of
13728 CompuServe Incorporated. GIF(sm) is a Service Mark property of
13729 CompuServe Incorporated."
13731 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13733 Scanned Source License o3d-203170/third_party/libpng/LICENSE:
13736 This copy of the libpng notices is provided for your convenience. In case of
13737 any discrepancy between this copy and the notices in the file png.h that is
13738 included in the libpng distribution, the latter shall prevail.
13740 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
13742 If you modify libpng you may insert additional notices immediately following
13743 this sentence.
13745 This code is released under the libpng license.
13747 libpng versions 1.2.6, August 15, 2004, through 1.2.45, July 7, 2011, are
13748 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
13749 distributed according to the same disclaimer and license as libpng-1.2.5
13750 with the following individual added to the list of Contributing Authors
13752 Cosmin Truta
13754 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
13755 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
13756 distributed according to the same disclaimer and license as libpng-1.0.6
13757 with the following individuals added to the list of Contributing Authors
13759 Simon-Pierre Cadieux
13760 Eric S. Raymond
13761 Gilles Vollant
13763 and with the following additions to the disclaimer:
13765 There is no warranty against interference with your enjoyment of the
13766 library or against infringement. There is no warranty that our
13767 efforts or the library will fulfill any of your particular purposes
13768 or needs. This library is provided with all faults, and the entire
13769 risk of satisfactory quality, performance, accuracy, and effort is with
13770 the user.
13772 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
13773 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
13774 distributed according to the same disclaimer and license as libpng-0.96,
13775 with the following individuals added to the list of Contributing Authors:
13777 Tom Lane
13778 Glenn Randers-Pehrson
13779 Willem van Schaik
13781 libpng versions 0.89, June 1996, through 0.96, May 1997, are
13782 Copyright (c) 1996, 1997 Andreas Dilger
13783 Distributed according to the same disclaimer and license as libpng-0.88,
13784 with the following individuals added to the list of Contributing Authors:
13786 John Bowler
13787 Kevin Bracey
13788 Sam Bushell
13789 Magnus Holmgren
13790 Greg Roelofs
13791 Tom Tanner
13793 libpng versions 0.5, May 1995, through 0.88, January 1996, are
13794 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
13796 For the purposes of this copyright and license, "Contributing Authors"
13797 is defined as the following set of individuals:
13799 Andreas Dilger
13800 Dave Martindale
13801 Guy Eric Schalnat
13802 Paul Schmidt
13803 Tim Wegner
13805 The PNG Reference Library is supplied "AS IS". The Contributing Authors
13806 and Group 42, Inc. disclaim all warranties, expressed or implied,
13807 including, without limitation, the warranties of merchantability and of
13808 fitness for any purpose. The Contributing Authors and Group 42, Inc.
13809 assume no liability for direct, indirect, incidental, special, exemplary,
13810 or consequential damages, which may result from the use of the PNG
13811 Reference Library, even if advised of the possibility of such damage.
13813 Permission is hereby granted to use, copy, modify, and distribute this
13814 source code, or portions hereof, for any purpose, without fee, subject
13815 to the following restrictions:
13817 1. The origin of this source code must not be misrepresented.
13819 2. Altered versions must be plainly marked as such and must not
13820 be misrepresented as being the original source.
13822 3. This Copyright notice may not be removed or altered from any
13823 source or altered source distribution.
13825 The Contributing Authors and Group 42, Inc. specifically permit, without
13826 fee, and encourage the use of this source code as a component to
13827 supporting the PNG file format in commercial products. If you use this
13828 source code in a product, acknowledgment is not required but would be
13829 appreciated.
13832 A "png_get_copyright" function is available, for convenient use in "about"
13833 boxes and the like:
13835 printf("%s",png_get_copyright(NULL));
13837 Also, the PNG logo (in PNG format, of course) is supplied in the
13838 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
13840 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
13841 certification mark of the Open Source Initiative.
13843 Glenn Randers-Pehrson
13844 glennrp at users.sourceforge.net
13845 July 7, 2011
13847 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13849 Scanned Source License o3d-203170/third_party/makeself/COPYING:
13852 GNU GENERAL PUBLIC LICENSE
13853 Version 2, June 1991
13855 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13856 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13857 Everyone is permitted to copy and distribute verbatim copies
13858 of this license document, but changing it is not allowed.
13860 Preamble
13862 The licenses for most software are designed to take away your
13863 freedom to share and change it. By contrast, the GNU General Public
13864 License is intended to guarantee your freedom to share and change free
13865 software--to make sure the software is free for all its users. This
13866 General Public License applies to most of the Free Software
13867 Foundation's software and to any other program whose authors commit to
13868 using it. (Some other Free Software Foundation software is covered by
13869 the GNU Library General Public License instead.) You can apply it to
13870 your programs, too.
13872 When we speak of free software, we are referring to freedom, not
13873 price. Our General Public Licenses are designed to make sure that you
13874 have the freedom to distribute copies of free software (and charge for
13875 this service if you wish), that you receive source code or can get it
13876 if you want it, that you can change the software or use pieces of it
13877 in new free programs; and that you know you can do these things.
13879 To protect your rights, we need to make restrictions that forbid
13880 anyone to deny you these rights or to ask you to surrender the rights.
13881 These restrictions translate to certain responsibilities for you if you
13882 distribute copies of the software, or if you modify it.
13884 For example, if you distribute copies of such a program, whether
13885 gratis or for a fee, you must give the recipients all the rights that
13886 you have. You must make sure that they, too, receive or can get the
13887 source code. And you must show them these terms so they know their
13888 rights.
13890 We protect your rights with two steps: (1) copyright the software, and
13891 (2) offer you this license which gives you legal permission to copy,
13892 distribute and/or modify the software.
13894 Also, for each author's protection and ours, we want to make certain
13895 that everyone understands that there is no warranty for this free
13896 software. If the software is modified by someone else and passed on, we
13897 want its recipients to know that what they have is not the original, so
13898 that any problems introduced by others will not reflect on the original
13899 authors' reputations.
13901 Finally, any free program is threatened constantly by software
13902 patents. We wish to avoid the danger that redistributors of a free
13903 program will individually obtain patent licenses, in effect making the
13904 program proprietary. To prevent this, we have made it clear that any
13905 patent must be licensed for everyone's free use or not licensed at all.
13907 The precise terms and conditions for copying, distribution and
13908 modification follow.
13910 GNU GENERAL PUBLIC LICENSE
13911 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
13913 0. This License applies to any program or other work which contains
13914 a notice placed by the copyright holder saying it may be distributed
13915 under the terms of this General Public License. The "Program", below,
13916 refers to any such program or work, and a "work based on the Program"
13917 means either the Program or any derivative work under copyright law:
13918 that is to say, a work containing the Program or a portion of it,
13919 either verbatim or with modifications and/or translated into another
13920 language. (Hereinafter, translation is included without limitation in
13921 the term "modification".) Each licensee is addressed as "you".
13923 Activities other than copying, distribution and modification are not
13924 covered by this License; they are outside its scope. The act of
13925 running the Program is not restricted, and the output from the Program
13926 is covered only if its contents constitute a work based on the
13927 Program (independent of having been made by running the Program).
13928 Whether that is true depends on what the Program does.
13930 1. You may copy and distribute verbatim copies of the Program's
13931 source code as you receive it, in any medium, provided that you
13932 conspicuously and appropriately publish on each copy an appropriate
13933 copyright notice and disclaimer of warranty; keep intact all the
13934 notices that refer to this License and to the absence of any warranty;
13935 and give any other recipients of the Program a copy of this License
13936 along with the Program.
13938 You may charge a fee for the physical act of transferring a copy, and
13939 you may at your option offer warranty protection in exchange for a fee.
13941 2. You may modify your copy or copies of the Program or any portion
13942 of it, thus forming a work based on the Program, and copy and
13943 distribute such modifications or work under the terms of Section 1
13944 above, provided that you also meet all of these conditions:
13946 a) You must cause the modified files to carry prominent notices
13947 stating that you changed the files and the date of any change.
13949 b) You must cause any work that you distribute or publish, that in
13950 whole or in part contains or is derived from the Program or any
13951 part thereof, to be licensed as a whole at no charge to all third
13952 parties under the terms of this License.
13954 c) If the modified program normally reads commands interactively
13955 when run, you must cause it, when started running for such
13956 interactive use in the most ordinary way, to print or display an
13957 announcement including an appropriate copyright notice and a
13958 notice that there is no warranty (or else, saying that you provide
13959 a warranty) and that users may redistribute the program under
13960 these conditions, and telling the user how to view a copy of this
13961 License. (Exception: if the Program itself is interactive but
13962 does not normally print such an announcement, your work based on
13963 the Program is not required to print an announcement.)
13965 These requirements apply to the modified work as a whole. If
13966 identifiable sections of that work are not derived from the Program,
13967 and can be reasonably considered independent and separate works in
13968 themselves, then this License, and its terms, do not apply to those
13969 sections when you distribute them as separate works. But when you
13970 distribute the same sections as part of a whole which is a work based
13971 on the Program, the distribution of the whole must be on the terms of
13972 this License, whose permissions for other licensees extend to the
13973 entire whole, and thus to each and every part regardless of who wrote it.
13975 Thus, it is not the intent of this section to claim rights or contest
13976 your rights to work written entirely by you; rather, the intent is to
13977 exercise the right to control the distribution of derivative or
13978 collective works based on the Program.
13980 In addition, mere aggregation of another work not based on the Program
13981 with the Program (or with a work based on the Program) on a volume of
13982 a storage or distribution medium does not bring the other work under
13983 the scope of this License.
13985 3. You may copy and distribute the Program (or a work based on it,
13986 under Section 2) in object code or executable form under the terms of
13987 Sections 1 and 2 above provided that you also do one of the following:
13989 a) Accompany it with the complete corresponding machine-readable
13990 source code, which must be distributed under the terms of Sections
13991 1 and 2 above on a medium customarily used for software interchange; or,
13993 b) Accompany it with a written offer, valid for at least three
13994 years, to give any third party, for a charge no more than your
13995 cost of physically performing source distribution, a complete
13996 machine-readable copy of the corresponding source code, to be
13997 distributed under the terms of Sections 1 and 2 above on a medium
13998 customarily used for software interchange; or,
14000 c) Accompany it with the information you received as to the offer
14001 to distribute corresponding source code. (This alternative is
14002 allowed only for noncommercial distribution and only if you
14003 received the program in object code or executable form with such
14004 an offer, in accord with Subsection b above.)
14006 The source code for a work means the preferred form of the work for
14007 making modifications to it. For an executable work, complete source
14008 code means all the source code for all modules it contains, plus any
14009 associated interface definition files, plus the scripts used to
14010 control compilation and installation of the executable. However, as a
14011 special exception, the source code distributed need not include
14012 anything that is normally distributed (in either source or binary
14013 form) with the major components (compiler, kernel, and so on) of the
14014 operating system on which the executable runs, unless that component
14015 itself accompanies the executable.
14017 If distribution of executable or object code is made by offering
14018 access to copy from a designated place, then offering equivalent
14019 access to copy the source code from the same place counts as
14020 distribution of the source code, even though third parties are not
14021 compelled to copy the source along with the object code.
14023 4. You may not copy, modify, sublicense, or distribute the Program
14024 except as expressly provided under this License. Any attempt
14025 otherwise to copy, modify, sublicense or distribute the Program is
14026 void, and will automatically terminate your rights under this License.
14027 However, parties who have received copies, or rights, from you under
14028 this License will not have their licenses terminated so long as such
14029 parties remain in full compliance.
14031 5. You are not required to accept this License, since you have not
14032 signed it. However, nothing else grants you permission to modify or
14033 distribute the Program or its derivative works. These actions are
14034 prohibited by law if you do not accept this License. Therefore, by
14035 modifying or distributing the Program (or any work based on the
14036 Program), you indicate your acceptance of this License to do so, and
14037 all its terms and conditions for copying, distributing or modifying
14038 the Program or works based on it.
14040 6. Each time you redistribute the Program (or any work based on the
14041 Program), the recipient automatically receives a license from the
14042 original licensor to copy, distribute or modify the Program subject to
14043 these terms and conditions. You may not impose any further
14044 restrictions on the recipients' exercise of the rights granted herein.
14045 You are not responsible for enforcing compliance by third parties to
14046 this License.
14048 7. If, as a consequence of a court judgment or allegation of patent
14049 infringement or for any other reason (not limited to patent issues),
14050 conditions are imposed on you (whether by court order, agreement or
14051 otherwise) that contradict the conditions of this License, they do not
14052 excuse you from the conditions of this License. If you cannot
14053 distribute so as to satisfy simultaneously your obligations under this
14054 License and any other pertinent obligations, then as a consequence you
14055 may not distribute the Program at all. For example, if a patent
14056 license would not permit royalty-free redistribution of the Program by
14057 all those who receive copies directly or indirectly through you, then
14058 the only way you could satisfy both it and this License would be to
14059 refrain entirely from distribution of the Program.
14061 If any portion of this section is held invalid or unenforceable under
14062 any particular circumstance, the balance of the section is intended to
14063 apply and the section as a whole is intended to apply in other
14064 circumstances.
14066 It is not the purpose of this section to induce you to infringe any
14067 patents or other property right claims or to contest validity of any
14068 such claims; this section has the sole purpose of protecting the
14069 integrity of the free software distribution system, which is
14070 implemented by public license practices. Many people have made
14071 generous contributions to the wide range of software distributed
14072 through that system in reliance on consistent application of that
14073 system; it is up to the author/donor to decide if he or she is willing
14074 to distribute software through any other system and a licensee cannot
14075 impose that choice.
14077 This section is intended to make thoroughly clear what is believed to
14078 be a consequence of the rest of this License.
14080 8. If the distribution and/or use of the Program is restricted in
14081 certain countries either by patents or by copyrighted interfaces, the
14082 original copyright holder who places the Program under this License
14083 may add an explicit geographical distribution limitation excluding
14084 those countries, so that distribution is permitted only in or among
14085 countries not thus excluded. In such case, this License incorporates
14086 the limitation as if written in the body of this License.
14088 9. The Free Software Foundation may publish revised and/or new versions
14089 of the General Public License from time to time. Such new versions will
14090 be similar in spirit to the present version, but may differ in detail to
14091 address new problems or concerns.
14093 Each version is given a distinguishing version number. If the Program
14094 specifies a version number of this License which applies to it and "any
14095 later version", you have the option of following the terms and conditions
14096 either of that version or of any later version published by the Free
14097 Software Foundation. If the Program does not specify a version number of
14098 this License, you may choose any version ever published by the Free Software
14099 Foundation.
14101 10. If you wish to incorporate parts of the Program into other free
14102 programs whose distribution conditions are different, write to the author
14103 to ask for permission. For software which is copyrighted by the Free
14104 Software Foundation, write to the Free Software Foundation; we sometimes
14105 make exceptions for this. Our decision will be guided by the two goals
14106 of preserving the free status of all derivatives of our free software and
14107 of promoting the sharing and reuse of software generally.
14109 NO WARRANTY
14111 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
14112 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
14113 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
14114 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
14115 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14116 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
14117 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
14118 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
14119 REPAIR OR CORRECTION.
14121 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
14122 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
14123 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
14124 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
14125 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
14126 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
14127 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
14128 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
14129 POSSIBILITY OF SUCH DAMAGES.
14131 END OF TERMS AND CONDITIONS
14133 How to Apply These Terms to Your New Programs
14135 If you develop a new program, and you want it to be of the greatest
14136 possible use to the public, the best way to achieve this is to make it
14137 free software which everyone can redistribute and change under these terms.
14139 To do so, attach the following notices to the program. It is safest
14140 to attach them to the start of each source file to most effectively
14141 convey the exclusion of warranty; and each file should have at least
14142 the "copyright" line and a pointer to where the full notice is found.
14144 &lt;one line to give the program's name and a brief idea of what it does.&gt;
14145 Copyright (C) 19yy &lt;name of author&gt;
14147 This program is free software; you can redistribute it and/or modify
14148 it under the terms of the GNU General Public License as published by
14149 the Free Software Foundation; either version 2 of the License, or
14150 (at your option) any later version.
14152 This program is distributed in the hope that it will be useful,
14153 but WITHOUT ANY WARRANTY; without even the implied warranty of
14154 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14155 GNU General Public License for more details.
14157 You should have received a copy of the GNU General Public License
14158 along with this program; if not, write to the Free Software
14159 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14162 Also add information on how to contact you by electronic and paper mail.
14164 If the program is interactive, make it output a short notice like this
14165 when it starts in an interactive mode:
14167 Gnomovision version 69, Copyright (C) 19yy name of author
14168 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
14169 This is free software, and you are welcome to redistribute it
14170 under certain conditions; type `show c' for details.
14172 The hypothetical commands `show w' and `show c' should show the appropriate
14173 parts of the General Public License. Of course, the commands you use may
14174 be called something other than `show w' and `show c'; they could even be
14175 mouse-clicks or menu items--whatever suits your program.
14177 You should also get your employer (if you work as a programmer) or your
14178 school, if any, to sign a "copyright disclaimer" for the program, if
14179 necessary. Here is a sample; alter the names:
14181 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
14182 `Gnomovision' (which makes passes at compilers) written by James Hacker.
14184 &lt;signature of Ty Coon&gt;, 1 April 1989
14185 Ty Coon, President of Vice
14187 This General Public License does not permit incorporating your program into
14188 proprietary programs. If your program is a subroutine library, you may
14189 consider it more useful to permit linking proprietary applications with the
14190 library. If this is what you want to do, use the GNU Library General
14191 Public License instead of this License.
14193 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14195 Scanned Source License o3d-203170/third_party/makeself/LICENSE:
14198 GNU GENERAL PUBLIC LICENSE
14199 Version 2, June 1991
14201 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
14202 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14203 Everyone is permitted to copy and distribute verbatim copies
14204 of this license document, but changing it is not allowed.
14206 Preamble
14208 The licenses for most software are designed to take away your
14209 freedom to share and change it. By contrast, the GNU General Public
14210 License is intended to guarantee your freedom to share and change free
14211 software--to make sure the software is free for all its users. This
14212 General Public License applies to most of the Free Software
14213 Foundation's software and to any other program whose authors commit to
14214 using it. (Some other Free Software Foundation software is covered by
14215 the GNU Library General Public License instead.) You can apply it to
14216 your programs, too.
14218 When we speak of free software, we are referring to freedom, not
14219 price. Our General Public Licenses are designed to make sure that you
14220 have the freedom to distribute copies of free software (and charge for
14221 this service if you wish), that you receive source code or can get it
14222 if you want it, that you can change the software or use pieces of it
14223 in new free programs; and that you know you can do these things.
14225 To protect your rights, we need to make restrictions that forbid
14226 anyone to deny you these rights or to ask you to surrender the rights.
14227 These restrictions translate to certain responsibilities for you if you
14228 distribute copies of the software, or if you modify it.
14230 For example, if you distribute copies of such a program, whether
14231 gratis or for a fee, you must give the recipients all the rights that
14232 you have. You must make sure that they, too, receive or can get the
14233 source code. And you must show them these terms so they know their
14234 rights.
14236 We protect your rights with two steps: (1) copyright the software, and
14237 (2) offer you this license which gives you legal permission to copy,
14238 distribute and/or modify the software.
14240 Also, for each author's protection and ours, we want to make certain
14241 that everyone understands that there is no warranty for this free
14242 software. If the software is modified by someone else and passed on, we
14243 want its recipients to know that what they have is not the original, so
14244 that any problems introduced by others will not reflect on the original
14245 authors' reputations.
14247 Finally, any free program is threatened constantly by software
14248 patents. We wish to avoid the danger that redistributors of a free
14249 program will individually obtain patent licenses, in effect making the
14250 program proprietary. To prevent this, we have made it clear that any
14251 patent must be licensed for everyone's free use or not licensed at all.
14253 The precise terms and conditions for copying, distribution and
14254 modification follow.
14256 GNU GENERAL PUBLIC LICENSE
14257 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
14259 0. This License applies to any program or other work which contains
14260 a notice placed by the copyright holder saying it may be distributed
14261 under the terms of this General Public License. The "Program", below,
14262 refers to any such program or work, and a "work based on the Program"
14263 means either the Program or any derivative work under copyright law:
14264 that is to say, a work containing the Program or a portion of it,
14265 either verbatim or with modifications and/or translated into another
14266 language. (Hereinafter, translation is included without limitation in
14267 the term "modification".) Each licensee is addressed as "you".
14269 Activities other than copying, distribution and modification are not
14270 covered by this License; they are outside its scope. The act of
14271 running the Program is not restricted, and the output from the Program
14272 is covered only if its contents constitute a work based on the
14273 Program (independent of having been made by running the Program).
14274 Whether that is true depends on what the Program does.
14276 1. You may copy and distribute verbatim copies of the Program's
14277 source code as you receive it, in any medium, provided that you
14278 conspicuously and appropriately publish on each copy an appropriate
14279 copyright notice and disclaimer of warranty; keep intact all the
14280 notices that refer to this License and to the absence of any warranty;
14281 and give any other recipients of the Program a copy of this License
14282 along with the Program.
14284 You may charge a fee for the physical act of transferring a copy, and
14285 you may at your option offer warranty protection in exchange for a fee.
14287 2. You may modify your copy or copies of the Program or any portion
14288 of it, thus forming a work based on the Program, and copy and
14289 distribute such modifications or work under the terms of Section 1
14290 above, provided that you also meet all of these conditions:
14292 a) You must cause the modified files to carry prominent notices
14293 stating that you changed the files and the date of any change.
14295 b) You must cause any work that you distribute or publish, that in
14296 whole or in part contains or is derived from the Program or any
14297 part thereof, to be licensed as a whole at no charge to all third
14298 parties under the terms of this License.
14300 c) If the modified program normally reads commands interactively
14301 when run, you must cause it, when started running for such
14302 interactive use in the most ordinary way, to print or display an
14303 announcement including an appropriate copyright notice and a
14304 notice that there is no warranty (or else, saying that you provide
14305 a warranty) and that users may redistribute the program under
14306 these conditions, and telling the user how to view a copy of this
14307 License. (Exception: if the Program itself is interactive but
14308 does not normally print such an announcement, your work based on
14309 the Program is not required to print an announcement.)
14311 These requirements apply to the modified work as a whole. If
14312 identifiable sections of that work are not derived from the Program,
14313 and can be reasonably considered independent and separate works in
14314 themselves, then this License, and its terms, do not apply to those
14315 sections when you distribute them as separate works. But when you
14316 distribute the same sections as part of a whole which is a work based
14317 on the Program, the distribution of the whole must be on the terms of
14318 this License, whose permissions for other licensees extend to the
14319 entire whole, and thus to each and every part regardless of who wrote it.
14321 Thus, it is not the intent of this section to claim rights or contest
14322 your rights to work written entirely by you; rather, the intent is to
14323 exercise the right to control the distribution of derivative or
14324 collective works based on the Program.
14326 In addition, mere aggregation of another work not based on the Program
14327 with the Program (or with a work based on the Program) on a volume of
14328 a storage or distribution medium does not bring the other work under
14329 the scope of this License.
14331 3. You may copy and distribute the Program (or a work based on it,
14332 under Section 2) in object code or executable form under the terms of
14333 Sections 1 and 2 above provided that you also do one of the following:
14335 a) Accompany it with the complete corresponding machine-readable
14336 source code, which must be distributed under the terms of Sections
14337 1 and 2 above on a medium customarily used for software interchange; or,
14339 b) Accompany it with a written offer, valid for at least three
14340 years, to give any third party, for a charge no more than your
14341 cost of physically performing source distribution, a complete
14342 machine-readable copy of the corresponding source code, to be
14343 distributed under the terms of Sections 1 and 2 above on a medium
14344 customarily used for software interchange; or,
14346 c) Accompany it with the information you received as to the offer
14347 to distribute corresponding source code. (This alternative is
14348 allowed only for noncommercial distribution and only if you
14349 received the program in object code or executable form with such
14350 an offer, in accord with Subsection b above.)
14352 The source code for a work means the preferred form of the work for
14353 making modifications to it. For an executable work, complete source
14354 code means all the source code for all modules it contains, plus any
14355 associated interface definition files, plus the scripts used to
14356 control compilation and installation of the executable. However, as a
14357 special exception, the source code distributed need not include
14358 anything that is normally distributed (in either source or binary
14359 form) with the major components (compiler, kernel, and so on) of the
14360 operating system on which the executable runs, unless that component
14361 itself accompanies the executable.
14363 If distribution of executable or object code is made by offering
14364 access to copy from a designated place, then offering equivalent
14365 access to copy the source code from the same place counts as
14366 distribution of the source code, even though third parties are not
14367 compelled to copy the source along with the object code.
14369 4. You may not copy, modify, sublicense, or distribute the Program
14370 except as expressly provided under this License. Any attempt
14371 otherwise to copy, modify, sublicense or distribute the Program is
14372 void, and will automatically terminate your rights under this License.
14373 However, parties who have received copies, or rights, from you under
14374 this License will not have their licenses terminated so long as such
14375 parties remain in full compliance.
14377 5. You are not required to accept this License, since you have not
14378 signed it. However, nothing else grants you permission to modify or
14379 distribute the Program or its derivative works. These actions are
14380 prohibited by law if you do not accept this License. Therefore, by
14381 modifying or distributing the Program (or any work based on the
14382 Program), you indicate your acceptance of this License to do so, and
14383 all its terms and conditions for copying, distributing or modifying
14384 the Program or works based on it.
14386 6. Each time you redistribute the Program (or any work based on the
14387 Program), the recipient automatically receives a license from the
14388 original licensor to copy, distribute or modify the Program subject to
14389 these terms and conditions. You may not impose any further
14390 restrictions on the recipients' exercise of the rights granted herein.
14391 You are not responsible for enforcing compliance by third parties to
14392 this License.
14394 7. If, as a consequence of a court judgment or allegation of patent
14395 infringement or for any other reason (not limited to patent issues),
14396 conditions are imposed on you (whether by court order, agreement or
14397 otherwise) that contradict the conditions of this License, they do not
14398 excuse you from the conditions of this License. If you cannot
14399 distribute so as to satisfy simultaneously your obligations under this
14400 License and any other pertinent obligations, then as a consequence you
14401 may not distribute the Program at all. For example, if a patent
14402 license would not permit royalty-free redistribution of the Program by
14403 all those who receive copies directly or indirectly through you, then
14404 the only way you could satisfy both it and this License would be to
14405 refrain entirely from distribution of the Program.
14407 If any portion of this section is held invalid or unenforceable under
14408 any particular circumstance, the balance of the section is intended to
14409 apply and the section as a whole is intended to apply in other
14410 circumstances.
14412 It is not the purpose of this section to induce you to infringe any
14413 patents or other property right claims or to contest validity of any
14414 such claims; this section has the sole purpose of protecting the
14415 integrity of the free software distribution system, which is
14416 implemented by public license practices. Many people have made
14417 generous contributions to the wide range of software distributed
14418 through that system in reliance on consistent application of that
14419 system; it is up to the author/donor to decide if he or she is willing
14420 to distribute software through any other system and a licensee cannot
14421 impose that choice.
14423 This section is intended to make thoroughly clear what is believed to
14424 be a consequence of the rest of this License.
14426 8. If the distribution and/or use of the Program is restricted in
14427 certain countries either by patents or by copyrighted interfaces, the
14428 original copyright holder who places the Program under this License
14429 may add an explicit geographical distribution limitation excluding
14430 those countries, so that distribution is permitted only in or among
14431 countries not thus excluded. In such case, this License incorporates
14432 the limitation as if written in the body of this License.
14434 9. The Free Software Foundation may publish revised and/or new versions
14435 of the General Public License from time to time. Such new versions will
14436 be similar in spirit to the present version, but may differ in detail to
14437 address new problems or concerns.
14439 Each version is given a distinguishing version number. If the Program
14440 specifies a version number of this License which applies to it and "any
14441 later version", you have the option of following the terms and conditions
14442 either of that version or of any later version published by the Free
14443 Software Foundation. If the Program does not specify a version number of
14444 this License, you may choose any version ever published by the Free Software
14445 Foundation.
14447 10. If you wish to incorporate parts of the Program into other free
14448 programs whose distribution conditions are different, write to the author
14449 to ask for permission. For software which is copyrighted by the Free
14450 Software Foundation, write to the Free Software Foundation; we sometimes
14451 make exceptions for this. Our decision will be guided by the two goals
14452 of preserving the free status of all derivatives of our free software and
14453 of promoting the sharing and reuse of software generally.
14455 NO WARRANTY
14457 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
14458 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
14459 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
14460 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
14461 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14462 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
14463 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
14464 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
14465 REPAIR OR CORRECTION.
14467 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
14468 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
14469 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
14470 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
14471 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
14472 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
14473 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
14474 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
14475 POSSIBILITY OF SUCH DAMAGES.
14477 END OF TERMS AND CONDITIONS
14479 How to Apply These Terms to Your New Programs
14481 If you develop a new program, and you want it to be of the greatest
14482 possible use to the public, the best way to achieve this is to make it
14483 free software which everyone can redistribute and change under these terms.
14485 To do so, attach the following notices to the program. It is safest
14486 to attach them to the start of each source file to most effectively
14487 convey the exclusion of warranty; and each file should have at least
14488 the "copyright" line and a pointer to where the full notice is found.
14490 &lt;one line to give the program's name and a brief idea of what it does.&gt;
14491 Copyright (C) 19yy &lt;name of author&gt;
14493 This program is free software; you can redistribute it and/or modify
14494 it under the terms of the GNU General Public License as published by
14495 the Free Software Foundation; either version 2 of the License, or
14496 (at your option) any later version.
14498 This program is distributed in the hope that it will be useful,
14499 but WITHOUT ANY WARRANTY; without even the implied warranty of
14500 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14501 GNU General Public License for more details.
14503 You should have received a copy of the GNU General Public License
14504 along with this program; if not, write to the Free Software
14505 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14508 Also add information on how to contact you by electronic and paper mail.
14510 If the program is interactive, make it output a short notice like this
14511 when it starts in an interactive mode:
14513 Gnomovision version 69, Copyright (C) 19yy name of author
14514 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
14515 This is free software, and you are welcome to redistribute it
14516 under certain conditions; type `show c' for details.
14518 The hypothetical commands `show w' and `show c' should show the appropriate
14519 parts of the General Public License. Of course, the commands you use may
14520 be called something other than `show w' and `show c'; they could even be
14521 mouse-clicks or menu items--whatever suits your program.
14523 You should also get your employer (if you work as a programmer) or your
14524 school, if any, to sign a "copyright disclaimer" for the program, if
14525 necessary. Here is a sample; alter the names:
14527 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
14528 `Gnomovision' (which makes passes at compilers) written by James Hacker.
14530 &lt;signature of Ty Coon&gt;, 1 April 1989
14531 Ty Coon, President of Vice
14533 This General Public License does not permit incorporating your program into
14534 proprietary programs. If your program is a subroutine library, you may
14535 consider it more useful to permit linking proprietary applications with the
14536 library. If this is what you want to do, use the GNU Library General
14537 Public License instead of this License.
14539 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14541 Scanned Source License o3d-203170/third_party/mesa/MesaLib/docs/COPYING:
14544 Some parts of Mesa are copyrighted under the GNU LGPL. See the
14545 Mesa/docs/COPYRIGHT file for details.
14547 The following is the standard GNU copyright file.
14548 ----------------------------------------------------------------------
14551 GNU LIBRARY GENERAL PUBLIC LICENSE
14552 Version 2, June 1991
14554 Copyright (C) 1991 Free Software Foundation, Inc.
14555 675 Mass Ave, Cambridge, MA 02139, USA
14556 Everyone is permitted to copy and distribute verbatim copies
14557 of this license document, but changing it is not allowed.
14559 [This is the first released version of the library GPL. It is
14560 numbered 2 because it goes with version 2 of the ordinary GPL.]
14562 Preamble
14564 The licenses for most software are designed to take away your
14565 freedom to share and change it. By contrast, the GNU General Public
14566 Licenses are intended to guarantee your freedom to share and change
14567 free software--to make sure the software is free for all its users.
14569 This license, the Library General Public License, applies to some
14570 specially designated Free Software Foundation software, and to any
14571 other libraries whose authors decide to use it. You can use it for
14572 your libraries, too.
14574 When we speak of free software, we are referring to freedom, not
14575 price. Our General Public Licenses are designed to make sure that you
14576 have the freedom to distribute copies of free software (and charge for
14577 this service if you wish), that you receive source code or can get it
14578 if you want it, that you can change the software or use pieces of it
14579 in new free programs; and that you know you can do these things.
14581 To protect your rights, we need to make restrictions that forbid
14582 anyone to deny you these rights or to ask you to surrender the rights.
14583 These restrictions translate to certain responsibilities for you if
14584 you distribute copies of the library, or if you modify it.
14586 For example, if you distribute copies of the library, whether gratis
14587 or for a fee, you must give the recipients all the rights that we gave
14588 you. You must make sure that they, too, receive or can get the source
14589 code. If you link a program with the library, you must provide
14590 complete object files to the recipients so that they can relink them
14591 with the library, after making changes to the library and recompiling
14592 it. And you must show them these terms so they know their rights.
14594 Our method of protecting your rights has two steps: (1) copyright
14595 the library, and (2) offer you this license which gives you legal
14596 permission to copy, distribute and/or modify the library.
14598 Also, for each distributor's protection, we want to make certain
14599 that everyone understands that there is no warranty for this free
14600 library. If the library is modified by someone else and passed on, we
14601 want its recipients to know that what they have is not the original
14602 version, so that any problems introduced by others will not reflect on
14603 the original authors' reputations.
14605 Finally, any free program is threatened constantly by software
14606 patents. We wish to avoid the danger that companies distributing free
14607 software will individually obtain patent licenses, thus in effect
14608 transforming the program into proprietary software. To prevent this,
14609 we have made it clear that any patent must be licensed for everyone's
14610 free use or not licensed at all.
14612 Most GNU software, including some libraries, is covered by the ordinary
14613 GNU General Public License, which was designed for utility programs. This
14614 license, the GNU Library General Public License, applies to certain
14615 designated libraries. This license is quite different from the ordinary
14616 one; be sure to read it in full, and don't assume that anything in it is
14617 the same as in the ordinary license.
14619 The reason we have a separate public license for some libraries is that
14620 they blur the distinction we usually make between modifying or adding to a
14621 program and simply using it. Linking a program with a library, without
14622 changing the library, is in some sense simply using the library, and is
14623 analogous to running a utility program or application program. However, in
14624 a textual and legal sense, the linked executable is a combined work, a
14625 derivative of the original library, and the ordinary General Public License
14626 treats it as such.
14628 Because of this blurred distinction, using the ordinary General
14629 Public License for libraries did not effectively promote software
14630 sharing, because most developers did not use the libraries. We
14631 concluded that weaker conditions might promote sharing better.
14633 However, unrestricted linking of non-free programs would deprive the
14634 users of those programs of all benefit from the free status of the
14635 libraries themselves. This Library General Public License is intended to
14636 permit developers of non-free programs to use free libraries, while
14637 preserving your freedom as a user of such programs to change the free
14638 libraries that are incorporated in them. (We have not seen how to achieve
14639 this as regards changes in header files, but we have achieved it as regards
14640 changes in the actual functions of the Library.) The hope is that this
14641 will lead to faster development of free libraries.
14643 The precise terms and conditions for copying, distribution and
14644 modification follow. Pay close attention to the difference between a
14645 "work based on the library" and a "work that uses the library". The
14646 former contains code derived from the library, while the latter only
14647 works together with the library.
14649 Note that it is possible for a library to be covered by the ordinary
14650 General Public License rather than by this special one.
14652 GNU LIBRARY GENERAL PUBLIC LICENSE
14653 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
14655 0. This License Agreement applies to any software library which
14656 contains a notice placed by the copyright holder or other authorized
14657 party saying it may be distributed under the terms of this Library
14658 General Public License (also called "this License"). Each licensee is
14659 addressed as "you".
14661 A "library" means a collection of software functions and/or data
14662 prepared so as to be conveniently linked with application programs
14663 (which use some of those functions and data) to form executables.
14665 The "Library", below, refers to any such software library or work
14666 which has been distributed under these terms. A "work based on the
14667 Library" means either the Library or any derivative work under
14668 copyright law: that is to say, a work containing the Library or a
14669 portion of it, either verbatim or with modifications and/or translated
14670 straightforwardly into another language. (Hereinafter, translation is
14671 included without limitation in the term "modification".)
14673 "Source code" for a work means the preferred form of the work for
14674 making modifications to it. For a library, complete source code means
14675 all the source code for all modules it contains, plus any associated
14676 interface definition files, plus the scripts used to control compilation
14677 and installation of the library.
14679 Activities other than copying, distribution and modification are not
14680 covered by this License; they are outside its scope. The act of
14681 running a program using the Library is not restricted, and output from
14682 such a program is covered only if its contents constitute a work based
14683 on the Library (independent of the use of the Library in a tool for
14684 writing it). Whether that is true depends on what the Library does
14685 and what the program that uses the Library does.
14687 1. You may copy and distribute verbatim copies of the Library's
14688 complete source code as you receive it, in any medium, provided that
14689 you conspicuously and appropriately publish on each copy an
14690 appropriate copyright notice and disclaimer of warranty; keep intact
14691 all the notices that refer to this License and to the absence of any
14692 warranty; and distribute a copy of this License along with the
14693 Library.
14695 You may charge a fee for the physical act of transferring a copy,
14696 and you may at your option offer warranty protection in exchange for a
14697 fee.
14699 2. You may modify your copy or copies of the Library or any portion
14700 of it, thus forming a work based on the Library, and copy and
14701 distribute such modifications or work under the terms of Section 1
14702 above, provided that you also meet all of these conditions:
14704 a) The modified work must itself be a software library.
14706 b) You must cause the files modified to carry prominent notices
14707 stating that you changed the files and the date of any change.
14709 c) You must cause the whole of the work to be licensed at no
14710 charge to all third parties under the terms of this License.
14712 d) If a facility in the modified Library refers to a function or a
14713 table of data to be supplied by an application program that uses
14714 the facility, other than as an argument passed when the facility
14715 is invoked, then you must make a good faith effort to ensure that,
14716 in the event an application does not supply such function or
14717 table, the facility still operates, and performs whatever part of
14718 its purpose remains meaningful.
14720 (For example, a function in a library to compute square roots has
14721 a purpose that is entirely well-defined independent of the
14722 application. Therefore, Subsection 2d requires that any
14723 application-supplied function or table used by this function must
14724 be optional: if the application does not supply it, the square
14725 root function must still compute square roots.)
14727 These requirements apply to the modified work as a whole. If
14728 identifiable sections of that work are not derived from the Library,
14729 and can be reasonably considered independent and separate works in
14730 themselves, then this License, and its terms, do not apply to those
14731 sections when you distribute them as separate works. But when you
14732 distribute the same sections as part of a whole which is a work based
14733 on the Library, the distribution of the whole must be on the terms of
14734 this License, whose permissions for other licensees extend to the
14735 entire whole, and thus to each and every part regardless of who wrote
14738 Thus, it is not the intent of this section to claim rights or contest
14739 your rights to work written entirely by you; rather, the intent is to
14740 exercise the right to control the distribution of derivative or
14741 collective works based on the Library.
14743 In addition, mere aggregation of another work not based on the Library
14744 with the Library (or with a work based on the Library) on a volume of
14745 a storage or distribution medium does not bring the other work under
14746 the scope of this License.
14748 3. You may opt to apply the terms of the ordinary GNU General Public
14749 License instead of this License to a given copy of the Library. To do
14750 this, you must alter all the notices that refer to this License, so
14751 that they refer to the ordinary GNU General Public License, version 2,
14752 instead of to this License. (If a newer version than version 2 of the
14753 ordinary GNU General Public License has appeared, then you can specify
14754 that version instead if you wish.) Do not make any other change in
14755 these notices.
14757 Once this change is made in a given copy, it is irreversible for
14758 that copy, so the ordinary GNU General Public License applies to all
14759 subsequent copies and derivative works made from that copy.
14761 This option is useful when you wish to copy part of the code of
14762 the Library into a program that is not a library.
14764 4. You may copy and distribute the Library (or a portion or
14765 derivative of it, under Section 2) in object code or executable form
14766 under the terms of Sections 1 and 2 above provided that you accompany
14767 it with the complete corresponding machine-readable source code, which
14768 must be distributed under the terms of Sections 1 and 2 above on a
14769 medium customarily used for software interchange.
14771 If distribution of object code is made by offering access to copy
14772 from a designated place, then offering equivalent access to copy the
14773 source code from the same place satisfies the requirement to
14774 distribute the source code, even though third parties are not
14775 compelled to copy the source along with the object code.
14777 5. A program that contains no derivative of any portion of the
14778 Library, but is designed to work with the Library by being compiled or
14779 linked with it, is called a "work that uses the Library". Such a
14780 work, in isolation, is not a derivative work of the Library, and
14781 therefore falls outside the scope of this License.
14783 However, linking a "work that uses the Library" with the Library
14784 creates an executable that is a derivative of the Library (because it
14785 contains portions of the Library), rather than a "work that uses the
14786 library". The executable is therefore covered by this License.
14787 Section 6 states terms for distribution of such executables.
14789 When a "work that uses the Library" uses material from a header file
14790 that is part of the Library, the object code for the work may be a
14791 derivative work of the Library even though the source code is not.
14792 Whether this is true is especially significant if the work can be
14793 linked without the Library, or if the work is itself a library. The
14794 threshold for this to be true is not precisely defined by law.
14796 If such an object file uses only numerical parameters, data
14797 structure layouts and accessors, and small macros and small inline
14798 functions (ten lines or less in length), then the use of the object
14799 file is unrestricted, regardless of whether it is legally a derivative
14800 work. (Executables containing this object code plus portions of the
14801 Library will still fall under Section 6.)
14803 Otherwise, if the work is a derivative of the Library, you may
14804 distribute the object code for the work under the terms of Section 6.
14805 Any executables containing that work also fall under Section 6,
14806 whether or not they are linked directly with the Library itself.
14808 6. As an exception to the Sections above, you may also compile or
14809 link a "work that uses the Library" with the Library to produce a
14810 work containing portions of the Library, and distribute that work
14811 under terms of your choice, provided that the terms permit
14812 modification of the work for the customer's own use and reverse
14813 engineering for debugging such modifications.
14815 You must give prominent notice with each copy of the work that the
14816 Library is used in it and that the Library and its use are covered by
14817 this License. You must supply a copy of this License. If the work
14818 during execution displays copyright notices, you must include the
14819 copyright notice for the Library among them, as well as a reference
14820 directing the user to the copy of this License. Also, you must do one
14821 of these things:
14823 a) Accompany the work with the complete corresponding
14824 machine-readable source code for the Library including whatever
14825 changes were used in the work (which must be distributed under
14826 Sections 1 and 2 above); and, if the work is an executable linked
14827 with the Library, with the complete machine-readable "work that
14828 uses the Library", as object code and/or source code, so that the
14829 user can modify the Library and then relink to produce a modified
14830 executable containing the modified Library. (It is understood
14831 that the user who changes the contents of definitions files in the
14832 Library will not necessarily be able to recompile the application
14833 to use the modified definitions.)
14835 b) Accompany the work with a written offer, valid for at
14836 least three years, to give the same user the materials
14837 specified in Subsection 6a, above, for a charge no more
14838 than the cost of performing this distribution.
14840 c) If distribution of the work is made by offering access to copy
14841 from a designated place, offer equivalent access to copy the above
14842 specified materials from the same place.
14844 d) Verify that the user has already received a copy of these
14845 materials or that you have already sent this user a copy.
14847 For an executable, the required form of the "work that uses the
14848 Library" must include any data and utility programs needed for
14849 reproducing the executable from it. However, as a special exception,
14850 the source code distributed need not include anything that is normally
14851 distributed (in either source or binary form) with the major
14852 components (compiler, kernel, and so on) of the operating system on
14853 which the executable runs, unless that component itself accompanies
14854 the executable.
14856 It may happen that this requirement contradicts the license
14857 restrictions of other proprietary libraries that do not normally
14858 accompany the operating system. Such a contradiction means you cannot
14859 use both them and the Library together in an executable that you
14860 distribute.
14862 7. You may place library facilities that are a work based on the
14863 Library side-by-side in a single library together with other library
14864 facilities not covered by this License, and distribute such a combined
14865 library, provided that the separate distribution of the work based on
14866 the Library and of the other library facilities is otherwise
14867 permitted, and provided that you do these two things:
14869 a) Accompany the combined library with a copy of the same work
14870 based on the Library, uncombined with any other library
14871 facilities. This must be distributed under the terms of the
14872 Sections above.
14874 b) Give prominent notice with the combined library of the fact
14875 that part of it is a work based on the Library, and explaining
14876 where to find the accompanying uncombined form of the same work.
14878 8. You may not copy, modify, sublicense, link with, or distribute
14879 the Library except as expressly provided under this License. Any
14880 attempt otherwise to copy, modify, sublicense, link with, or
14881 distribute the Library is void, and will automatically terminate your
14882 rights under this License. However, parties who have received copies,
14883 or rights, from you under this License will not have their licenses
14884 terminated so long as such parties remain in full compliance.
14886 9. You are not required to accept this License, since you have not
14887 signed it. However, nothing else grants you permission to modify or
14888 distribute the Library or its derivative works. These actions are
14889 prohibited by law if you do not accept this License. Therefore, by
14890 modifying or distributing the Library (or any work based on the
14891 Library), you indicate your acceptance of this License to do so, and
14892 all its terms and conditions for copying, distributing or modifying
14893 the Library or works based on it.
14895 10. Each time you redistribute the Library (or any work based on the
14896 Library), the recipient automatically receives a license from the
14897 original licensor to copy, distribute, link with or modify the Library
14898 subject to these terms and conditions. You may not impose any further
14899 restrictions on the recipients' exercise of the rights granted herein.
14900 You are not responsible for enforcing compliance by third parties to
14901 this License.
14903 11. If, as a consequence of a court judgment or allegation of patent
14904 infringement or for any other reason (not limited to patent issues),
14905 conditions are imposed on you (whether by court order, agreement or
14906 otherwise) that contradict the conditions of this License, they do not
14907 excuse you from the conditions of this License. If you cannot
14908 distribute so as to satisfy simultaneously your obligations under this
14909 License and any other pertinent obligations, then as a consequence you
14910 may not distribute the Library at all. For example, if a patent
14911 license would not permit royalty-free redistribution of the Library by
14912 all those who receive copies directly or indirectly through you, then
14913 the only way you could satisfy both it and this License would be to
14914 refrain entirely from distribution of the Library.
14916 If any portion of this section is held invalid or unenforceable under any
14917 particular circumstance, the balance of the section is intended to apply,
14918 and the section as a whole is intended to apply in other circumstances.
14920 It is not the purpose of this section to induce you to infringe any
14921 patents or other property right claims or to contest validity of any
14922 such claims; this section has the sole purpose of protecting the
14923 integrity of the free software distribution system which is
14924 implemented by public license practices. Many people have made
14925 generous contributions to the wide range of software distributed
14926 through that system in reliance on consistent application of that
14927 system; it is up to the author/donor to decide if he or she is willing
14928 to distribute software through any other system and a licensee cannot
14929 impose that choice.
14931 This section is intended to make thoroughly clear what is believed to
14932 be a consequence of the rest of this License.
14934 12. If the distribution and/or use of the Library is restricted in
14935 certain countries either by patents or by copyrighted interfaces, the
14936 original copyright holder who places the Library under this License may add
14937 an explicit geographical distribution limitation excluding those countries,
14938 so that distribution is permitted only in or among countries not thus
14939 excluded. In such case, this License incorporates the limitation as if
14940 written in the body of this License.
14942 13. The Free Software Foundation may publish revised and/or new
14943 versions of the Library General Public License from time to time.
14944 Such new versions will be similar in spirit to the present version,
14945 but may differ in detail to address new problems or concerns.
14947 Each version is given a distinguishing version number. If the Library
14948 specifies a version number of this License which applies to it and
14949 "any later version", you have the option of following the terms and
14950 conditions either of that version or of any later version published by
14951 the Free Software Foundation. If the Library does not specify a
14952 license version number, you may choose any version ever published by
14953 the Free Software Foundation.
14955 14. If you wish to incorporate parts of the Library into other free
14956 programs whose distribution conditions are incompatible with these,
14957 write to the author to ask for permission. For software which is
14958 copyrighted by the Free Software Foundation, write to the Free
14959 Software Foundation; we sometimes make exceptions for this. Our
14960 decision will be guided by the two goals of preserving the free status
14961 of all derivatives of our free software and of promoting the sharing
14962 and reuse of software generally.
14964 NO WARRANTY
14966 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
14967 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
14968 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
14969 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
14970 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
14971 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
14972 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
14973 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
14974 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
14976 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
14977 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
14978 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
14979 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
14980 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
14981 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
14982 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
14983 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
14984 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
14985 DAMAGES.
14987 END OF TERMS AND CONDITIONS
14989 Appendix: How to Apply These Terms to Your New Libraries
14991 If you develop a new library, and you want it to be of the greatest
14992 possible use to the public, we recommend making it free software that
14993 everyone can redistribute and change. You can do so by permitting
14994 redistribution under these terms (or, alternatively, under the terms of the
14995 ordinary General Public License).
14997 To apply these terms, attach the following notices to the library. It is
14998 safest to attach them to the start of each source file to most effectively
14999 convey the exclusion of warranty; and each file should have at least the
15000 "copyright" line and a pointer to where the full notice is found.
15002 &lt;one line to give the library's name and a brief idea of what it does.&gt;
15003 Copyright (C) &lt;year&gt; &lt;name of author&gt;
15005 This library is free software; you can redistribute it and/or
15006 modify it under the terms of the GNU Library General Public
15007 License as published by the Free Software Foundation; either
15008 version 2 of the License, or (at your option) any later version.
15010 This library is distributed in the hope that it will be useful,
15011 but WITHOUT ANY WARRANTY; without even the implied warranty of
15012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15013 Library General Public License for more details.
15015 You should have received a copy of the GNU Library General Public
15016 License along with this library; if not, write to the Free
15017 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15019 Also add information on how to contact you by electronic and paper mail.
15021 You should also get your employer (if you work as a programmer) or your
15022 school, if any, to sign a "copyright disclaimer" for the library, if
15023 necessary. Here is a sample; alter the names:
15025 Yoyodyne, Inc., hereby disclaims all copyright interest in the
15026 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
15028 &lt;signature of Ty Coon&gt;, 1 April 1990
15029 Ty Coon, President of Vice
15031 That's all there is to it!
15034 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15036 Scanned Source License o3d-203170/third_party/modp_b64/LICENSE:
15038 * MODP_B64 - High performance base64 encoder/decoder
15039 * Version 1.3 -- 17-Mar-2006
15040 * http://modp.com/release/base64
15042 * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com
15043 * All rights reserved.
15045 * Redistribution and use in source and binary forms, with or without
15046 * modification, are permitted provided that the following conditions are
15047 * met:
15049 * Redistributions of source code must retain the above copyright
15050 * notice, this list of conditions and the following disclaimer.
15052 * Redistributions in binary form must reproduce the above copyright
15053 * notice, this list of conditions and the following disclaimer in the
15054 * documentation and/or other materials provided with the distribution.
15056 * Neither the name of the modp.com nor the names of its
15057 * contributors may be used to endorse or promote products derived from
15058 * this software without specific prior written permission.
15060 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15061 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15062 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15063 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15064 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15065 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15066 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15067 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15068 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15069 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15070 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15072 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15074 Scanned Source License o3d-203170/third_party/skia/LICENSE:
15076 // Copyright (c) 2011 Google Inc. All rights reserved.
15078 // Redistribution and use in source and binary forms, with or without
15079 // modification, are permitted provided that the following conditions are
15080 // met:
15082 // * Redistributions of source code must retain the above copyright
15083 // notice, this list of conditions and the following disclaimer.
15084 // * Redistributions in binary form must reproduce the above
15085 // copyright notice, this list of conditions and the following disclaimer
15086 // in the documentation and/or other materials provided with the
15087 // distribution.
15088 // * Neither the name of Google Inc. nor the names of its
15089 // contributors may be used to endorse or promote products derived from
15090 // this software without specific prior written permission.
15092 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15093 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15094 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15095 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15096 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15097 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15098 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15099 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15100 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15101 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15102 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15104 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15106 Scanned Source License o3d-203170/third_party/skia/third_party/glu/LICENSE.txt:
15108 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
15110 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All
15111 Rights Reserved.
15113 Permission is hereby granted, free of charge, to any person obtaining
15114 a copy of this software and associated documentation files (the
15115 "Software"), to deal in the Software without restriction, including
15116 without limitation the rights to use, copy, modify, merge, publish,
15117 distribute, sublicense, and/or sell copies of the Software, and to
15118 permit persons to whom the Software is furnished to do so, subject to
15119 the following conditions:
15121 The above copyright notice including the dates of first publication
15122 and either this permission notice or a reference to HYPERLINK
15123 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
15124 shall be included in all copies or substantial portions of the
15125 Software.
15127 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15128 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15129 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15130 NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE
15131 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
15132 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
15133 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15135 Except as contained in this notice, the name of Silicon Graphics,
15136 Inc. shall not be used in advertising or otherwise to promote the
15137 sale, use or other dealings in this Software without prior written
15138 authorization from Silicon Graphics, Inc.
15140 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15142 Scanned Source License o3d-203170/third_party/skia/third_party/harfbuzz/COPYING:
15144 HarfBuzz was previously licensed under different licenses. This was
15145 changed in January 2008. If you need to relicense your old copies,
15146 consult the announcement of the license change on the internet.
15147 Other than that, each copy of HarfBuzz is licensed under the COPYING
15148 file included with it. The actual license follows:
15151 Permission is hereby granted, without written agreement and without
15152 license or royalty fees, to use, copy, modify, and distribute this
15153 software and its documentation for any purpose, provided that the
15154 above copyright notice and the following two paragraphs appear in
15155 all copies of this software.
15157 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15158 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
15159 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
15160 IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
15161 DAMAGE.
15163 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
15164 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15165 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
15166 ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
15167 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
15169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15171 Scanned Source License o3d-203170/third_party/zip_utils/LICENSE:
15173 This is version 1999-Oct-05 of the Info-ZIP copyright and license.
15174 The definitive version of this document should be available at
15175 ftp://ftp.cdrom.com/pub/infozip/license.html indefinitely.
15177 Copyright (c) 1990-1999 Info-ZIP. All rights reserved.
15179 For the purposes of this copyright and license, "Info-ZIP" is defined as
15180 the following set of individuals:
15182 Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
15183 Jean-loup Gailly, Hunter Goatley, Ian Gorman, Chris Herborth, Dirk Haase,
15184 Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz, David Kirschbaum,
15185 Johnny Lee, Onno van der Linden, Igor Mandrichenko, Steve P. Miller,
15186 Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs, Kai Uwe Rommel,
15187 Steve Salisbury, Dave Smith, Christian Spieler, Antoine Verheijen,
15188 Paul von Behren, Rich Wales, Mike White
15190 This software is provided "as is," without warranty of any kind, express
15191 or implied. In no event shall Info-ZIP or its contributors be held liable
15192 for any direct, indirect, incidental, special or consequential damages
15193 arising out of the use of or inability to use this software.
15195 Permission is granted to anyone to use this software for any purpose,
15196 including commercial applications, and to alter it and redistribute it
15197 freely, subject to the following restrictions:
15199 1. Redistributions of source code must retain the above copyright notice,
15200 definition, disclaimer, and this list of conditions.
15202 2. Redistributions in binary form must reproduce the above copyright
15203 notice, definition, disclaimer, and this list of conditions in
15204 documentation and/or other materials provided with the distribution.
15206 3. Altered versions--including, but not limited to, ports to new operating
15207 systems, existing ports with new graphical interfaces, and dynamic,
15208 shared, or static library versions--must be plainly marked as such
15209 and must not be misrepresented as being the original source. Such
15210 altered versions also must not be misrepresented as being Info-ZIP
15211 releases--including, but not limited to, labeling of the altered
15212 versions with the names "Info-ZIP" (or any variation thereof, including,
15213 but not limited to, different capitalizations), "Pocket UnZip," "WiZ"
15214 or "MacZip" without the explicit permission of Info-ZIP. Such altered
15215 versions are further prohibited from misrepresentative use of the
15216 Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
15218 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
15219 "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and
15220 binary releases.
15222 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15224 Scanned Source License o3d-203170/third_party/zlib/LICENSE:
15226 /* zlib.h -- interface of the 'zlib' general purpose compression library
15227 version 1.2.4, March 14th, 2010
15229 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
15231 This software is provided 'as-is', without any express or implied
15232 warranty. In no event will the authors be held liable for any damages
15233 arising from the use of this software.
15235 Permission is granted to anyone to use this software for any purpose,
15236 including commercial applications, and to alter it and redistribute it
15237 freely, subject to the following restrictions:
15239 1. The origin of this software must not be misrepresented; you must not
15240 claim that you wrote the original software. If you use this software
15241 in a product, an acknowledgment in the product documentation would be
15242 appreciated but is not required.
15243 2. Altered source versions must be plainly marked as such, and must not be
15244 misrepresented as being the original software.
15245 3. This notice may not be removed or altered from any source distribution.
15247 Jean-loup Gailly
15248 Mark Adler
15252 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15254 Scanned Source License o3d-203170/tools/gyp/LICENSE:
15256 Copyright (c) 2009 Google Inc. All rights reserved.
15258 Redistribution and use in source and binary forms, with or without
15259 modification, are permitted provided that the following conditions are
15260 met:
15262 * Redistributions of source code must retain the above copyright
15263 notice, this list of conditions and the following disclaimer.
15264 * Redistributions in binary form must reproduce the above
15265 copyright notice, this list of conditions and the following disclaimer
15266 in the documentation and/or other materials provided with the
15267 distribution.
15268 * Neither the name of Google Inc. nor the names of its
15269 contributors may be used to endorse or promote products derived from
15270 this software without specific prior written permission.
15272 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15273 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15274 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15275 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15276 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15277 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15278 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15279 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15280 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15281 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15282 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15284 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15286 Scanned Source License o3d-203170/v8/LICENSE:
15288 This license applies to all parts of V8 that are not externally
15289 maintained libraries. The externally maintained libraries used by V8
15290 are:
15292 - PCRE test suite, located in
15293 test/mjsunit/third_party/regexp-pcre.js. This is based on the
15294 test suite from PCRE-7.3, which is copyrighted by the University
15295 of Cambridge and Google, Inc. The copyright notice and license
15296 are embedded in regexp-pcre.js.
15298 - Layout tests, located in test/mjsunit/third_party. These are
15299 based on layout tests from webkit.org which are copyrighted by
15300 Apple Computer, Inc. and released under a 3-clause BSD license.
15302 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
15303 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
15304 assembler-ia32.cc, assembler-ia32.h, assembler.cc and assembler.h.
15305 This code is copyrighted by Sun Microsystems Inc. and released
15306 under a 3-clause BSD license.
15308 - Valgrind client API header, located at third_party/valgrind/valgrind.h
15309 This is release under the BSD license.
15311 These libraries have their own licenses; we recommend you read them,
15312 as their terms may differ from the terms below.
15314 Copyright 2006-2011, the V8 project authors. All rights reserved.
15315 Redistribution and use in source and binary forms, with or without
15316 modification, are permitted provided that the following conditions are
15317 met:
15319 * Redistributions of source code must retain the above copyright
15320 notice, this list of conditions and the following disclaimer.
15321 * Redistributions in binary form must reproduce the above
15322 copyright notice, this list of conditions and the following
15323 disclaimer in the documentation and/or other materials provided
15324 with the distribution.
15325 * Neither the name of Google Inc. nor the names of its
15326 contributors may be used to endorse or promote products derived
15327 from this software without specific prior written permission.
15329 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15330 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15331 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
15332 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
15333 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15334 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
15335 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15336 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15337 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15338 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15339 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15341 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15342 </pre>
15343 <ul>
15345 </ul>
15346 </div>
15347 </div>
15350 <div class="product">
15351 <span class="title">openssh-5.2_p1</span>
15352 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15353 <span class="homepage"><a href="http://www.openssh.org/">homepage</a></span>
15354 <div class="licence">
15355 <pre>Scanned Source License openssh-5.2p1/LICENCE:
15357 This file is part of the OpenSSH software.
15359 The licences which components of this software fall under are as
15360 follows. First, we will summarize and say that all components
15361 are under a BSD licence, or a licence more free than that.
15363 OpenSSH contains no GPL code.
15366 * Copyright (c) 1995 Tatu Ylonen &lt;ylo@cs.hut.fi&gt;, Espoo, Finland
15367 * All rights reserved
15369 * As far as I am concerned, the code I have written for this software
15370 * can be used freely for any purpose. Any derived versions of this
15371 * software must be clearly marked as such, and if the derived work is
15372 * incompatible with the protocol description in the RFC file, it must be
15373 * called by a name other than "ssh" or "Secure Shell".
15375 [Tatu continues]
15376 * However, I am not implying to give any licenses to any patents or
15377 * copyrights held by third parties, and the software includes parts that
15378 * are not under my direct control. As far as I know, all included
15379 * source code is used in accordance with the relevant license agreements
15380 * and can be used freely for any purpose (the GNU license being the most
15381 * restrictive); see below for details.
15383 [However, none of that term is relevant at this point in time. All of
15384 these restrictively licenced software components which he talks about
15385 have been removed from OpenSSH, i.e.,
15387 - RSA is no longer included, found in the OpenSSL library
15388 - IDEA is no longer included, its use is deprecated
15389 - DES is now external, in the OpenSSL library
15390 - GMP is no longer used, and instead we call BN code from OpenSSL
15391 - Zlib is now external, in a library
15392 - The make-ssh-known-hosts script is no longer included
15393 - TSS has been removed
15394 - MD5 is now external, in the OpenSSL library
15395 - RC4 support has been replaced with ARC4 support from OpenSSL
15396 - Blowfish is now external, in the OpenSSL library
15398 [The licence continues]
15400 Note that any information and cryptographic algorithms used in this
15401 software are publicly available on the Internet and at any major
15402 bookstore, scientific library, and patent office worldwide. More
15403 information can be found e.g. at "http://www.cs.hut.fi/crypto".
15405 The legal status of this program is some combination of all these
15406 permissions and restrictions. Use only at your own responsibility.
15407 You will be responsible for any legal consequences yourself; I am not
15408 making any claims whether possessing or using this is legal or not in
15409 your country, and I am not taking any responsibility on your behalf.
15412 NO WARRANTY
15414 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
15415 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
15416 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
15417 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
15418 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
15419 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
15420 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
15421 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
15422 REPAIR OR CORRECTION.
15424 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
15425 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
15426 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
15427 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
15428 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
15429 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
15430 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
15431 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
15432 POSSIBILITY OF SUCH DAMAGES.
15435 The 32-bit CRC compensation attack detector in deattack.c was
15436 contributed by CORE SDI S.A. under a BSD-style license.
15438 * Cryptographic attack detector for ssh - source code
15440 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
15442 * All rights reserved. Redistribution and use in source and binary
15443 * forms, with or without modification, are permitted provided that
15444 * this copyright notice is retained.
15446 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
15447 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
15448 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
15449 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
15450 * SOFTWARE.
15452 * Ariel Futoransky &lt;futo@core-sdi.com&gt;
15453 * &lt;http://www.core-sdi.com&gt;
15456 ssh-keyscan was contributed by David Mazieres under a BSD-style
15457 license.
15459 * Copyright 1995, 1996 by David Mazieres &lt;dm@lcs.mit.edu&gt;.
15461 * Modification and redistribution in source and binary forms is
15462 * permitted provided that due credit is given to the author and the
15463 * OpenBSD project by leaving this copyright notice intact.
15466 The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
15467 and Paulo Barreto is in the public domain and distributed
15468 with the following license:
15470 * @version 3.0 (December 2000)
15472 * Optimised ANSI C code for the Rijndael cipher (now AES)
15474 * @author Vincent Rijmen &lt;vincent.rijmen@esat.kuleuven.ac.be&gt;
15475 * @author Antoon Bosselaers &lt;antoon.bosselaers@esat.kuleuven.ac.be&gt;
15476 * @author Paulo Barreto &lt;paulo.barreto@terra.com.br&gt;
15478 * This code is hereby placed in the public domain.
15480 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
15481 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15482 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15483 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
15484 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
15485 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
15486 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
15487 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
15488 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
15489 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
15490 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15493 One component of the ssh source code is under a 3-clause BSD license,
15494 held by the University of California, since we pulled these parts from
15495 original Berkeley code.
15497 * Copyright (c) 1983, 1990, 1992, 1993, 1995
15498 * The Regents of the University of California. All rights reserved.
15500 * Redistribution and use in source and binary forms, with or without
15501 * modification, are permitted provided that the following conditions
15502 * are met:
15503 * 1. Redistributions of source code must retain the above copyright
15504 * notice, this list of conditions and the following disclaimer.
15505 * 2. Redistributions in binary form must reproduce the above copyright
15506 * notice, this list of conditions and the following disclaimer in the
15507 * documentation and/or other materials provided with the distribution.
15508 * 3. Neither the name of the University nor the names of its contributors
15509 * may be used to endorse or promote products derived from this software
15510 * without specific prior written permission.
15512 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15513 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15514 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15515 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
15516 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15517 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15518 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15519 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15520 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15521 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15522 * SUCH DAMAGE.
15525 Remaining components of the software are provided under a standard
15526 2-term BSD licence with the following names as copyright holders:
15528 Markus Friedl
15529 Theo de Raadt
15530 Niels Provos
15531 Dug Song
15532 Aaron Campbell
15533 Damien Miller
15534 Kevin Steves
15535 Daniel Kouril
15536 Wesley Griffin
15537 Per Allansson
15538 Nils Nordman
15539 Simon Wilkinson
15541 Portable OpenSSH additionally includes code from the following copyright
15542 holders, also under the 2-term BSD license:
15544 Ben Lindstrom
15545 Tim Rice
15546 Andre Lucas
15547 Chris Adams
15548 Corinna Vinschen
15549 Cray Inc.
15550 Denis Parker
15551 Gert Doering
15552 Jakob Schlyter
15553 Jason Downs
15554 Juha Yrjölä
15555 Michael Stone
15556 Networks Associates Technology, Inc.
15557 Solar Designer
15558 Todd C. Miller
15559 Wayne Schroeder
15560 William Jones
15561 Darren Tucker
15562 Sun Microsystems
15563 The SCO Group
15564 Daniel Walsh
15566 * Redistribution and use in source and binary forms, with or without
15567 * modification, are permitted provided that the following conditions
15568 * are met:
15569 * 1. Redistributions of source code must retain the above copyright
15570 * notice, this list of conditions and the following disclaimer.
15571 * 2. Redistributions in binary form must reproduce the above copyright
15572 * notice, this list of conditions and the following disclaimer in the
15573 * documentation and/or other materials provided with the distribution.
15575 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15576 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15577 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
15578 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
15579 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
15580 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15581 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
15582 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15583 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
15584 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15586 8) Portable OpenSSH contains the following additional licenses:
15588 a) md5crypt.c, md5crypt.h
15590 * "THE BEER-WARE LICENSE" (Revision 42):
15591 * &lt;phk@login.dknet.dk&gt; wrote this file. As long as you retain this
15592 * notice you can do whatever you want with this stuff. If we meet
15593 * some day, and you think this stuff is worth it, you can buy me a
15594 * beer in return. Poul-Henning Kamp
15596 b) snprintf replacement
15598 * Copyright Patrick Powell 1995
15599 * This code is based on code written by Patrick Powell
15600 * (papowell@astart.com) It may be used for any purpose as long as this
15601 * notice remains intact on all source code distributions
15603 c) Compatibility code (openbsd-compat)
15605 Apart from the previously mentioned licenses, various pieces of code
15606 in the openbsd-compat/ subdirectory are licensed as follows:
15608 Some code is licensed under a 3-term BSD license, to the following
15609 copyright holders:
15611 Todd C. Miller
15612 Theo de Raadt
15613 Damien Miller
15614 Eric P. Allman
15615 The Regents of the University of California
15616 Constantin S. Svintsoff
15618 * Redistribution and use in source and binary forms, with or without
15619 * modification, are permitted provided that the following conditions
15620 * are met:
15621 * 1. Redistributions of source code must retain the above copyright
15622 * notice, this list of conditions and the following disclaimer.
15623 * 2. Redistributions in binary form must reproduce the above copyright
15624 * notice, this list of conditions and the following disclaimer in the
15625 * documentation and/or other materials provided with the distribution.
15626 * 3. Neither the name of the University nor the names of its contributors
15627 * may be used to endorse or promote products derived from this software
15628 * without specific prior written permission.
15630 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15631 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15632 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15633 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
15634 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15635 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15636 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15637 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15638 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15639 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15640 * SUCH DAMAGE.
15642 Some code is licensed under an ISC-style license, to the following
15643 copyright holders:
15645 Internet Software Consortium.
15646 Todd C. Miller
15647 Reyk Floeter
15648 Chad Mynhier
15650 * Permission to use, copy, modify, and distribute this software for any
15651 * purpose with or without fee is hereby granted, provided that the above
15652 * copyright notice and this permission notice appear in all copies.
15654 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
15655 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
15656 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
15657 * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15658 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
15659 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
15660 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15662 Some code is licensed under a MIT-style license to the following
15663 copyright holders:
15665 Free Software Foundation, Inc.
15667 * Permission is hereby granted, free of charge, to any person obtaining a *
15668 * copy of this software and associated documentation files (the *
15669 * "Software"), to deal in the Software without restriction, including *
15670 * without limitation the rights to use, copy, modify, merge, publish, *
15671 * distribute, distribute with modifications, sublicense, and/or sell *
15672 * copies of the Software, and to permit persons to whom the Software is *
15673 * furnished to do so, subject to the following conditions: *
15675 * The above copyright notice and this permission notice shall be included *
15676 * in all copies or substantial portions of the Software. *
15678 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
15679 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
15680 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
15681 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
15682 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
15683 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
15684 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
15686 * Except as contained in this notice, the name(s) of the above copyright *
15687 * holders shall not be used in advertising or otherwise to promote the *
15688 * sale, use or other dealings in this Software without prior written *
15689 * authorization. *
15690 ****************************************************************************/
15693 ------
15694 $OpenBSD: LICENCE,v 1.19 2004/08/30 09:18:08 markus Exp $
15696 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15697 </pre>
15698 <ul>
15699 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
15700 </ul>
15701 </div>
15702 </div>
15705 <div class="product">
15706 <span class="title">openssl-1.0.1e</span>
15707 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15708 <span class="homepage"><a href="http://www.openssl.org/">homepage</a></span>
15709 <div class="licence">
15710 <pre>Gentoo Package Stock License openssl:
15713 LICENSE ISSUES
15714 ==============
15716 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
15717 the OpenSSL License and the original SSLeay license apply to the toolkit.
15718 See below for the actual license texts. Actually both licenses are BSD-style
15719 Open Source licenses. In case of any license issues related to OpenSSL
15720 please contact openssl-core@openssl.org.
15722 OpenSSL License
15723 ---------------
15725 /* ====================================================================
15726 * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
15728 * Redistribution and use in source and binary forms, with or without
15729 * modification, are permitted provided that the following conditions
15730 * are met:
15732 * 1. Redistributions of source code must retain the above copyright
15733 * notice, this list of conditions and the following disclaimer.
15735 * 2. Redistributions in binary form must reproduce the above copyright
15736 * notice, this list of conditions and the following disclaimer in
15737 * the documentation and/or other materials provided with the
15738 * distribution.
15740 * 3. All advertising materials mentioning features or use of this
15741 * software must display the following acknowledgment:
15742 * "This product includes software developed by the OpenSSL Project
15743 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
15745 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
15746 * endorse or promote products derived from this software without
15747 * prior written permission. For written permission, please contact
15748 * openssl-core@openssl.org.
15750 * 5. Products derived from this software may not be called "OpenSSL"
15751 * nor may "OpenSSL" appear in their names without prior written
15752 * permission of the OpenSSL Project.
15754 * 6. Redistributions of any form whatsoever must retain the following
15755 * acknowledgment:
15756 * "This product includes software developed by the OpenSSL Project
15757 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
15759 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
15760 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15761 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
15762 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
15763 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15764 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
15765 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
15766 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15767 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
15768 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
15769 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
15770 * OF THE POSSIBILITY OF SUCH DAMAGE.
15771 * ====================================================================
15773 * This product includes cryptographic software written by Eric Young
15774 * (eay@cryptsoft.com). This product includes software written by Tim
15775 * Hudson (tjh@cryptsoft.com).
15779 Original SSLeay License
15780 -----------------------
15782 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
15783 * All rights reserved.
15785 * This package is an SSL implementation written
15786 * by Eric Young (eay@cryptsoft.com).
15787 * The implementation was written so as to conform with Netscapes SSL.
15789 * This library is free for commercial and non-commercial use as long as
15790 * the following conditions are aheared to. The following conditions
15791 * apply to all code found in this distribution, be it the RC4, RSA,
15792 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
15793 * included with this distribution is covered by the same copyright terms
15794 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
15796 * Copyright remains Eric Young's, and as such any Copyright notices in
15797 * the code are not to be removed.
15798 * If this package is used in a product, Eric Young should be given attribution
15799 * as the author of the parts of the library used.
15800 * This can be in the form of a textual message at program startup or
15801 * in documentation (online or textual) provided with the package.
15803 * Redistribution and use in source and binary forms, with or without
15804 * modification, are permitted provided that the following conditions
15805 * are met:
15806 * 1. Redistributions of source code must retain the copyright
15807 * notice, this list of conditions and the following disclaimer.
15808 * 2. Redistributions in binary form must reproduce the above copyright
15809 * notice, this list of conditions and the following disclaimer in the
15810 * documentation and/or other materials provided with the distribution.
15811 * 3. All advertising materials mentioning features or use of this software
15812 * must display the following acknowledgement:
15813 * "This product includes cryptographic software written by
15814 * Eric Young (eay@cryptsoft.com)"
15815 * The word 'cryptographic' can be left out if the rouines from the library
15816 * being used are not cryptographic related :-).
15817 * 4. If you include any Windows specific code (or a derivative thereof) from
15818 * the apps directory (application code) you must include an acknowledgement:
15819 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
15821 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
15822 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15823 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15824 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
15825 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
15826 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
15827 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
15828 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
15829 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
15830 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
15831 * SUCH DAMAGE.
15833 * The licence and distribution terms for any publically available version or
15834 * derivative of this code cannot be changed. i.e. this code cannot simply be
15835 * copied and put under another distribution licence
15836 * [including the GNU Public Licence.]
15840 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
15841 </pre>
15842 <ul>
15844 </ul>
15845 </div>
15846 </div>
15849 <div class="product">
15850 <span class="title">openvpn-2.3.2</span>
15851 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15852 <span class="homepage"><a href="http://openvpn.net/">homepage</a></span>
15853 <div class="licence">
15854 <pre></pre>
15855 <ul>
15856 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15857 </ul>
15858 </div>
15859 </div>
15862 <div class="product">
15863 <span class="title">pam-1.1.5</span>
15864 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15865 <span class="homepage"><a href="https://fedorahosted.org/linux-pam/">homepage</a></span>
15866 <div class="licence">
15867 <pre></pre>
15868 <ul>
15869 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15870 </ul>
15871 </div>
15872 </div>
15875 <div class="product">
15876 <span class="title">pam_pwdfile-0.99</span>
15877 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15878 <span class="homepage"><a href="http://cpbotha.net/pam_pwdfile.html">homepage</a></span>
15879 <div class="licence">
15880 <pre></pre>
15881 <ul>
15882 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15883 </ul>
15884 </div>
15885 </div>
15888 <div class="product">
15889 <span class="title">pambase-20101024</span>
15890 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15891 <span class="homepage"><a href="http://www.gentoo.org/proj/en/base/pam/">homepage</a></span>
15892 <div class="licence">
15893 <pre></pre>
15894 <ul>
15895 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15896 </ul>
15897 </div>
15898 </div>
15901 <div class="product">
15902 <span class="title">pango-1.32.5</span>
15903 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15904 <span class="homepage"><a href="http://www.pango.org/">homepage</a></span>
15905 <div class="licence">
15906 <pre></pre>
15907 <ul>
15908 <li><a href='#LGPL-2+'>Gentoo Package Stock License LGPL-2+</a></li>
15909 <li><a href='#LGPL-2'>Gentoo Package Stock License LGPL-2</a></li>
15910 <li><a href='#FTL'>Gentoo Package Stock License FTL</a></li>
15911 </ul>
15912 </div>
15913 </div>
15916 <div class="product">
15917 <span class="title">parted-3.1</span>
15918 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15919 <span class="homepage"><a href="http://www.gnu.org/software/parted">homepage</a></span>
15920 <div class="licence">
15921 <pre></pre>
15922 <ul>
15923 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
15924 </ul>
15925 </div>
15926 </div>
15929 <div class="product">
15930 <span class="title">patch-2.6.1</span>
15931 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15932 <span class="homepage"><a href="http://www.gnu.org/software/patch/patch.html">homepage</a></span>
15933 <div class="licence">
15934 <pre></pre>
15935 <ul>
15936 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15937 </ul>
15938 </div>
15939 </div>
15942 <div class="product">
15943 <span class="title">pax-utils-0.4</span>
15944 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15945 <span class="homepage"><a href="http://hardened.gentoo.org/pax-utils.xml">homepage</a></span>
15946 <div class="licence">
15947 <pre></pre>
15948 <ul>
15949 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15950 </ul>
15951 </div>
15952 </div>
15955 <div class="product">
15956 <span class="title">pciutils-3.1.10</span>
15957 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15958 <span class="homepage"><a href="http://mj.ucw.cz/sw/pciutils/">homepage</a></span>
15959 <div class="licence">
15960 <pre></pre>
15961 <ul>
15962 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15963 </ul>
15964 </div>
15965 </div>
15968 <div class="product">
15969 <span class="title">perf-3.4</span>
15970 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15971 <span class="homepage"><a href="http://perf.wiki.kernel.org/">homepage</a></span>
15972 <div class="licence">
15973 <pre></pre>
15974 <ul>
15975 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15976 </ul>
15977 </div>
15978 </div>
15981 <div class="product">
15982 <span class="title">pkcs11-helper-1.07</span>
15983 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15984 <span class="homepage"><a href="http://www.opensc-project.org/pkcs11-helper">homepage</a></span>
15985 <div class="licence">
15986 <pre></pre>
15987 <ul>
15988 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
15989 </ul>
15990 </div>
15991 </div>
15994 <div class="product">
15995 <span class="title">ply-image-0.0.1</span>
15996 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
15997 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
15998 <div class="licence">
15999 <pre></pre>
16000 <ul>
16001 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16002 </ul>
16003 </div>
16004 </div>
16007 <div class="product">
16008 <span class="title">popt-1.16</span>
16009 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16010 <span class="homepage"><a href="http://rpm5.org/">homepage</a></span>
16011 <div class="licence">
16012 <pre>Scanned Source License popt-1.16/COPYING:
16014 Copyright (c) 1998 Red Hat Software
16016 Permission is hereby granted, free of charge, to any person obtaining a copy
16017 of this software and associated documentation files (the "Software"), to deal
16018 in the Software without restriction, including without limitation the rights
16019 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16020 copies of the Software, and to permit persons to whom the Software is
16021 furnished to do so, subject to the following conditions:
16023 The above copyright notice and this permission notice shall be included in
16024 all copies or substantial portions of the Software.
16026 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16027 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16028 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16029 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
16030 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
16031 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16033 Except as contained in this notice, the name of the X Consortium shall not be
16034 used in advertising or otherwise to promote the sale, use or other dealings
16035 in this Software without prior written authorization from the X Consortium.
16037 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16038 </pre>
16039 <ul>
16041 </ul>
16042 </div>
16043 </div>
16046 <div class="product">
16047 <span class="title">portage-2.1.11.50</span>
16048 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16049 <span class="homepage"><a href="http://www.gentoo.org/proj/en/portage/index.xml">homepage</a></span>
16050 <div class="licence">
16051 <pre></pre>
16052 <ul>
16053 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16054 </ul>
16055 </div>
16056 </div>
16059 <div class="product">
16060 <span class="title">ppp-2.4.5</span>
16061 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16062 <span class="homepage"><a href="http://www.samba.org/ppp">homepage</a></span>
16063 <div class="licence">
16064 <pre>Scanned Source License ppp-2.4.5/pppd/plugins/pppoatm/COPYING:
16066 The files ans.c, atm.h, atmres.h, atmsap.h, misc.c, text2atm.c and
16067 text2qos.c are taken from the linux-atm libraries. These are
16068 Copyright 1995-2000 EPFL-LRC/ICA, and are licensed under the GNU Lesser
16069 General Public License.
16071 The file pppoatm.c contains its own copyright notice, and is licensed
16072 under the GPL.
16074 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16076 Scanned Source License ppp-2.4.5/pppd/plugins/radius/COPYRIGHT:
16078 See the respective source files to find out which copyrights apply.
16080 ------------------------------------------------------------------------------
16081 Copyright (C) 2002 Roaring Penguin Software Inc.
16083 Permission to use, copy, modify, and distribute this software for any
16084 purpose and without fee is hereby granted, provided that this
16085 copyright and permission notice appear on all copies and supporting
16086 documentation, the name of Roaring Penguin Software Inc. not be used
16087 in advertising or publicity pertaining to distribution of the program
16088 without specific prior permission, and notice be given in supporting
16089 documentation that copying and distribution is by permission of
16090 Roaring Penguin Software Inc..
16092 Roaring Penguin Software Inc. makes no representations about the
16093 suitability of this software for any purpose. It is provided "as is"
16094 without express or implied warranty.
16096 ------------------------------------------------------------------------------
16097 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg &lt;lf@elemental.net&gt;
16099 Permission to use, copy, modify, and distribute this software for any
16100 purpose and without fee is hereby granted, provided that this copyright and
16101 permission notice appear on all copies and supporting documentation, the
16102 name of Lars Fenneberg not be used in advertising or publicity pertaining to
16103 distribution of the program without specific prior permission, and notice be
16104 given in supporting documentation that copying and distribution is by
16105 permission of Lars Fenneberg.
16107 Lars Fenneberg makes no representations about the suitability of this
16108 software for any purpose. It is provided "as is" without express or implied
16109 warranty.
16111 ------------------------------------------------------------------------------
16112 Copyright 1992 Livingston Enterprises, Inc.
16113 Livingston Enterprises, Inc. 6920 Koll Center Parkway Pleasanton, CA 94566
16115 Permission to use, copy, modify, and distribute this software for any
16116 purpose and without fee is hereby granted, provided that this copyright
16117 and permission notice appear on all copies and supporting documentation,
16118 the name of Livingston Enterprises, Inc. not be used in advertising or
16119 publicity pertaining to distribution of the program without specific
16120 prior permission, and notice be given in supporting documentation that
16121 copying and distribution is by permission of Livingston Enterprises, Inc.
16123 Livingston Enterprises, Inc. makes no representations about the suitability
16124 of this software for any purpose. It is provided "as is" without express
16125 or implied warranty.
16126 ------------------------------------------------------------------------------
16127 [C] The Regents of the University of Michigan and Merit Network, Inc. 1992,
16128 1993, 1994, 1995 All Rights Reserved
16130 Permission to use, copy, modify, and distribute this software and its
16131 documentation for any purpose and without fee is hereby granted, provided
16132 that the above copyright notice and this permission notice appear in all
16133 copies of the software and derivative works or modified versions thereof,
16134 and that both the copyright notice and this permission and disclaimer
16135 notice appear in supporting documentation.
16137 THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
16138 EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF
16139 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE REGENTS OF THE
16140 UNIVERSITY OF MICHIGAN AND MERIT NETWORK, INC. DO NOT WARRANT THAT THE
16141 FUNCTIONS CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR
16142 THAT OPERATION WILL BE UNINTERRUPTED OR ERROR FREE. The Regents of the
16143 University of Michigan and Merit Network, Inc. shall not be liable for any
16144 special, indirect, incidental or consequential damages with respect to any
16145 claim by Licensee or any third party arising from use of the software.
16146 ------------------------------------------------------------------------------
16147 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
16148 All rights reserved.
16150 License to copy and use this software is granted provided that it
16151 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
16152 Algorithm" in all material mentioning or referencing this software
16153 or this function.
16155 License is also granted to make and use derivative works provided
16156 that such works are identified as "derived from the RSA Data
16157 Security, Inc. MD5 Message-Digest Algorithm" in all material
16158 mentioning or referencing the derived work.
16160 RSA Data Security, Inc. makes no representations concerning either
16161 the merchantability of this software or the suitability of this
16162 software for any particular purpose. It is provided "as is"
16163 without express or implied warranty of any kind.
16165 These notices must be retained in any copies of any part of this
16166 documentation and/or software.
16167 ------------------------------------------------------------------------------
16169 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16170 </pre>
16171 <ul>
16172 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16173 </ul>
16174 </div>
16175 </div>
16178 <div class="product">
16179 <span class="title">procps-3.3.4</span>
16180 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16181 <span class="homepage"><a href="http://procps.sourceforge.net/">homepage</a></span>
16182 <div class="licence">
16183 <pre></pre>
16184 <ul>
16185 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16186 </ul>
16187 </div>
16188 </div>
16191 <div class="product">
16192 <span class="title">protobuf-2.3.0</span>
16193 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16194 <span class="homepage"><a href="http://code.google.com/p/protobuf/">homepage</a></span>
16195 <div class="licence">
16196 <pre></pre>
16197 <ul>
16198 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
16199 </ul>
16200 </div>
16201 </div>
16204 <div class="product">
16205 <span class="title">pv-1.3.4</span>
16206 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16207 <span class="homepage"><a href="http://www.ivarch.com/programs/pv.shtml">homepage</a></span>
16208 <div class="licence">
16209 <pre>Gentoo Package Stock License Artistic-2:
16211 The Artistic License 2.0
16213 Copyright (c) 2000-2006, The Perl Foundation.
16215 Everyone is permitted to copy and distribute verbatim copies
16216 of this license document, but changing it is not allowed.
16218 Preamble
16220 This license establishes the terms under which a given free software
16221 Package may be copied, modified, distributed, and/or redistributed.
16222 The intent is that the Copyright Holder maintains some artistic
16223 control over the development of that Package while still keeping the
16224 Package available as open source and free software.
16226 You are always permitted to make arrangements wholly outside of this
16227 license directly with the Copyright Holder of a given Package. If the
16228 terms of this license do not permit the full use that you propose to
16229 make of the Package, you should contact the Copyright Holder and seek
16230 a different licensing arrangement.
16232 Definitions
16234 "Copyright Holder" means the individual(s) or organization(s)
16235 named in the copyright notice for the entire Package.
16237 "Contributor" means any party that has contributed code or other
16238 material to the Package, in accordance with the Copyright Holder's
16239 procedures.
16241 "You" and "your" means any person who would like to copy,
16242 distribute, or modify the Package.
16244 "Package" means the collection of files distributed by the
16245 Copyright Holder, and derivatives of that collection and/or of
16246 those files. A given Package may consist of either the Standard
16247 Version, or a Modified Version.
16249 "Distribute" means providing a copy of the Package or making it
16250 accessible to anyone else, or in the case of a company or
16251 organization, to others outside of your company or organization.
16253 "Distributor Fee" means any fee that you charge for Distributing
16254 this Package or providing support for this Package to another
16255 party. It does not mean licensing fees.
16257 "Standard Version" refers to the Package if it has not been
16258 modified, or has been modified only in ways explicitly requested
16259 by the Copyright Holder.
16261 "Modified Version" means the Package, if it has been changed, and
16262 such changes were not explicitly requested by the Copyright
16263 Holder.
16265 "Original License" means this Artistic License as Distributed with
16266 the Standard Version of the Package, in its current version or as
16267 it may be modified by The Perl Foundation in the future.
16269 "Source" form means the source code, documentation source, and
16270 configuration files for the Package.
16272 "Compiled" form means the compiled bytecode, object code, binary,
16273 or any other form resulting from mechanical transformation or
16274 translation of the Source form.
16277 Permission for Use and Modification Without Distribution
16279 (1) You are permitted to use the Standard Version and create and use
16280 Modified Versions for any purpose without restriction, provided that
16281 you do not Distribute the Modified Version.
16284 Permissions for Redistribution of the Standard Version
16286 (2) You may Distribute verbatim copies of the Source form of the
16287 Standard Version of this Package in any medium without restriction,
16288 either gratis or for a Distributor Fee, provided that you duplicate
16289 all of the original copyright notices and associated disclaimers. At
16290 your discretion, such verbatim copies may or may not include a
16291 Compiled form of the Package.
16293 (3) You may apply any bug fixes, portability changes, and other
16294 modifications made available from the Copyright Holder. The resulting
16295 Package will still be considered the Standard Version, and as such
16296 will be subject to the Original License.
16299 Distribution of Modified Versions of the Package as Source
16301 (4) You may Distribute your Modified Version as Source (either gratis
16302 or for a Distributor Fee, and with or without a Compiled form of the
16303 Modified Version) provided that you clearly document how it differs
16304 from the Standard Version, including, but not limited to, documenting
16305 any non-standard features, executables, or modules, and provided that
16306 you do at least ONE of the following:
16308 (a) make the Modified Version available to the Copyright Holder
16309 of the Standard Version, under the Original License, so that the
16310 Copyright Holder may include your modifications in the Standard
16311 Version.
16313 (b) ensure that installation of your Modified Version does not
16314 prevent the user installing or running the Standard Version. In
16315 addition, the Modified Version must bear a name that is different
16316 from the name of the Standard Version.
16318 (c) allow anyone who receives a copy of the Modified Version to
16319 make the Source form of the Modified Version available to others
16320 under
16322 (i) the Original License or
16324 (ii) a license that permits the licensee to freely copy,
16325 modify and redistribute the Modified Version using the same
16326 licensing terms that apply to the copy that the licensee
16327 received, and requires that the Source form of the Modified
16328 Version, and of any works derived from it, be made freely
16329 available in that license fees are prohibited but Distributor
16330 Fees are allowed.
16333 Distribution of Compiled Forms of the Standard Version
16334 or Modified Versions without the Source
16336 (5) You may Distribute Compiled forms of the Standard Version without
16337 the Source, provided that you include complete instructions on how to
16338 get the Source of the Standard Version. Such instructions must be
16339 valid at the time of your distribution. If these instructions, at any
16340 time while you are carrying out such distribution, become invalid, you
16341 must provide new instructions on demand or cease further distribution.
16342 If you provide valid instructions or cease distribution within thirty
16343 days after you become aware that the instructions are invalid, then
16344 you do not forfeit any of your rights under this license.
16346 (6) You may Distribute a Modified Version in Compiled form without
16347 the Source, provided that you comply with Section 4 with respect to
16348 the Source of the Modified Version.
16351 Aggregating or Linking the Package
16353 (7) You may aggregate the Package (either the Standard Version or
16354 Modified Version) with other packages and Distribute the resulting
16355 aggregation provided that you do not charge a licensing fee for the
16356 Package. Distributor Fees are permitted, and licensing fees for other
16357 components in the aggregation are permitted. The terms of this license
16358 apply to the use and Distribution of the Standard or Modified Versions
16359 as included in the aggregation.
16361 (8) You are permitted to link Modified and Standard Versions with
16362 other works, to embed the Package in a larger work of your own, or to
16363 build stand-alone binary or bytecode versions of applications that
16364 include the Package, and Distribute the result without restriction,
16365 provided the result does not expose a direct interface to the Package.
16368 Items That are Not Considered Part of a Modified Version
16370 (9) Works (including, but not limited to, modules and scripts) that
16371 merely extend or make use of the Package, do not, by themselves, cause
16372 the Package to be a Modified Version. In addition, such works are not
16373 considered parts of the Package itself, and are not subject to the
16374 terms of this license.
16377 General Provisions
16379 (10) Any use, modification, and distribution of the Standard or
16380 Modified Versions is governed by this Artistic License. By using,
16381 modifying or distributing the Package, you accept this license. Do not
16382 use, modify, or distribute the Package, if you do not accept this
16383 license.
16385 (11) If your Modified Version has been derived from a Modified
16386 Version made by someone other than you, you are nevertheless required
16387 to ensure that your Modified Version complies with the requirements of
16388 this license.
16390 (12) This license does not grant you the right to use any trademark,
16391 service mark, tradename, or logo of the Copyright Holder.
16393 (13) This license includes the non-exclusive, worldwide,
16394 free-of-charge patent license to make, have made, use, offer to sell,
16395 sell, import and otherwise transfer the Package with respect to any
16396 patent claims licensable by the Copyright Holder that are necessarily
16397 infringed by the Package. If you institute patent litigation
16398 (including a cross-claim or counterclaim) against any party alleging
16399 that the Package constitutes direct or contributory patent
16400 infringement, then this Artistic License to you shall terminate on the
16401 date that such litigation is filed.
16403 (14) Disclaimer of Warranty:
16404 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
16405 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
16406 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
16407 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
16408 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
16409 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
16410 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
16411 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16413 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16414 </pre>
16415 <ul>
16417 </ul>
16418 </div>
16419 </div>
16422 <div class="product">
16423 <span class="title">python-2.7.3</span>
16424 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16425 <span class="homepage"><a href="http://www.python.org/">homepage</a></span>
16426 <div class="licence">
16427 <pre>Scanned Source License Python-2.7.3/LICENSE:
16429 A. HISTORY OF THE SOFTWARE
16430 ==========================
16432 Python was created in the early 1990s by Guido van Rossum at Stichting
16433 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
16434 as a successor of a language called ABC. Guido remains Python's
16435 principal author, although it includes many contributions from others.
16437 In 1995, Guido continued his work on Python at the Corporation for
16438 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
16439 in Reston, Virginia where he released several versions of the
16440 software.
16442 In May 2000, Guido and the Python core development team moved to
16443 BeOpen.com to form the BeOpen PythonLabs team. In October of the same
16444 year, the PythonLabs team moved to Digital Creations (now Zope
16445 Corporation, see http://www.zope.com). In 2001, the Python Software
16446 Foundation (PSF, see http://www.python.org/psf/) was formed, a
16447 non-profit organization created specifically to own Python-related
16448 Intellectual Property. Zope Corporation is a sponsoring member of
16449 the PSF.
16451 All Python releases are Open Source (see http://www.opensource.org for
16452 the Open Source Definition). Historically, most, but not all, Python
16453 releases have also been GPL-compatible; the table below summarizes
16454 the various releases.
16456 Release Derived Year Owner GPL-
16457 from compatible? (1)
16459 0.9.0 thru 1.2 1991-1995 CWI yes
16460 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
16461 1.6 1.5.2 2000 CNRI no
16462 2.0 1.6 2000 BeOpen.com no
16463 1.6.1 1.6 2001 CNRI yes (2)
16464 2.1 2.0+1.6.1 2001 PSF no
16465 2.0.1 2.0+1.6.1 2001 PSF yes
16466 2.1.1 2.1+2.0.1 2001 PSF yes
16467 2.2 2.1.1 2001 PSF yes
16468 2.1.2 2.1.1 2002 PSF yes
16469 2.1.3 2.1.2 2002 PSF yes
16470 2.2.1 2.2 2002 PSF yes
16471 2.2.2 2.2.1 2002 PSF yes
16472 2.2.3 2.2.2 2003 PSF yes
16473 2.3 2.2.2 2002-2003 PSF yes
16474 2.3.1 2.3 2002-2003 PSF yes
16475 2.3.2 2.3.1 2002-2003 PSF yes
16476 2.3.3 2.3.2 2002-2003 PSF yes
16477 2.3.4 2.3.3 2004 PSF yes
16478 2.3.5 2.3.4 2005 PSF yes
16479 2.4 2.3 2004 PSF yes
16480 2.4.1 2.4 2005 PSF yes
16481 2.4.2 2.4.1 2005 PSF yes
16482 2.4.3 2.4.2 2006 PSF yes
16483 2.4.4 2.4.3 2006 PSF yes
16484 2.5 2.4 2006 PSF yes
16485 2.5.1 2.5 2007 PSF yes
16486 2.5.2 2.5.1 2008 PSF yes
16487 2.5.3 2.5.2 2008 PSF yes
16488 2.6 2.5 2008 PSF yes
16489 2.6.1 2.6 2008 PSF yes
16490 2.6.2 2.6.1 2009 PSF yes
16491 2.6.3 2.6.2 2009 PSF yes
16492 2.6.4 2.6.3 2009 PSF yes
16493 2.6.5 2.6.4 2010 PSF yes
16494 2.7 2.6 2010 PSF yes
16496 Footnotes:
16498 (1) GPL-compatible doesn't mean that we're distributing Python under
16499 the GPL. All Python licenses, unlike the GPL, let you distribute
16500 a modified version without making your changes open source. The
16501 GPL-compatible licenses make it possible to combine Python with
16502 other software that is released under the GPL; the others don't.
16504 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
16505 because its license has a choice of law clause. According to
16506 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
16507 is "not incompatible" with the GPL.
16509 Thanks to the many outside volunteers who have worked under Guido's
16510 direction to make these releases possible.
16513 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
16514 ===============================================================
16516 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
16517 --------------------------------------------
16519 1. This LICENSE AGREEMENT is between the Python Software Foundation
16520 ("PSF"), and the Individual or Organization ("Licensee") accessing and
16521 otherwise using this software ("Python") in source or binary form and
16522 its associated documentation.
16524 2. Subject to the terms and conditions of this License Agreement, PSF hereby
16525 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
16526 analyze, test, perform and/or display publicly, prepare derivative works,
16527 distribute, and otherwise use Python alone or in any derivative version,
16528 provided, however, that PSF's License Agreement and PSF's notice of copyright,
16529 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
16530 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
16531 alone or in any derivative version prepared by Licensee.
16533 3. In the event Licensee prepares a derivative work that is based on
16534 or incorporates Python or any part thereof, and wants to make
16535 the derivative work available to others as provided herein, then
16536 Licensee hereby agrees to include in any such work a brief summary of
16537 the changes made to Python.
16539 4. PSF is making Python available to Licensee on an "AS IS"
16540 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16541 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
16542 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16543 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
16544 INFRINGE ANY THIRD PARTY RIGHTS.
16546 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
16547 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16548 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
16549 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16551 6. This License Agreement will automatically terminate upon a material
16552 breach of its terms and conditions.
16554 7. Nothing in this License Agreement shall be deemed to create any
16555 relationship of agency, partnership, or joint venture between PSF and
16556 Licensee. This License Agreement does not grant permission to use PSF
16557 trademarks or trade name in a trademark sense to endorse or promote
16558 products or services of Licensee, or any third party.
16560 8. By copying, installing or otherwise using Python, Licensee
16561 agrees to be bound by the terms and conditions of this License
16562 Agreement.
16565 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
16566 -------------------------------------------
16568 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
16570 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
16571 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
16572 Individual or Organization ("Licensee") accessing and otherwise using
16573 this software in source or binary form and its associated
16574 documentation ("the Software").
16576 2. Subject to the terms and conditions of this BeOpen Python License
16577 Agreement, BeOpen hereby grants Licensee a non-exclusive,
16578 royalty-free, world-wide license to reproduce, analyze, test, perform
16579 and/or display publicly, prepare derivative works, distribute, and
16580 otherwise use the Software alone or in any derivative version,
16581 provided, however, that the BeOpen Python License is retained in the
16582 Software, alone or in any derivative version prepared by Licensee.
16584 3. BeOpen is making the Software available to Licensee on an "AS IS"
16585 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16586 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
16587 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16588 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
16589 INFRINGE ANY THIRD PARTY RIGHTS.
16591 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
16592 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
16593 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
16594 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16596 5. This License Agreement will automatically terminate upon a material
16597 breach of its terms and conditions.
16599 6. This License Agreement shall be governed by and interpreted in all
16600 respects by the law of the State of California, excluding conflict of
16601 law provisions. Nothing in this License Agreement shall be deemed to
16602 create any relationship of agency, partnership, or joint venture
16603 between BeOpen and Licensee. This License Agreement does not grant
16604 permission to use BeOpen trademarks or trade names in a trademark
16605 sense to endorse or promote products or services of Licensee, or any
16606 third party. As an exception, the "BeOpen Python" logos available at
16607 http://www.pythonlabs.com/logos.html may be used according to the
16608 permissions granted on that web page.
16610 7. By copying, installing or otherwise using the software, Licensee
16611 agrees to be bound by the terms and conditions of this License
16612 Agreement.
16615 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
16616 ---------------------------------------
16618 1. This LICENSE AGREEMENT is between the Corporation for National
16619 Research Initiatives, having an office at 1895 Preston White Drive,
16620 Reston, VA 20191 ("CNRI"), and the Individual or Organization
16621 ("Licensee") accessing and otherwise using Python 1.6.1 software in
16622 source or binary form and its associated documentation.
16624 2. Subject to the terms and conditions of this License Agreement, CNRI
16625 hereby grants Licensee a nonexclusive, royalty-free, world-wide
16626 license to reproduce, analyze, test, perform and/or display publicly,
16627 prepare derivative works, distribute, and otherwise use Python 1.6.1
16628 alone or in any derivative version, provided, however, that CNRI's
16629 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
16630 1995-2001 Corporation for National Research Initiatives; All Rights
16631 Reserved" are retained in Python 1.6.1 alone or in any derivative
16632 version prepared by Licensee. Alternately, in lieu of CNRI's License
16633 Agreement, Licensee may substitute the following text (omitting the
16634 quotes): "Python 1.6.1 is made available subject to the terms and
16635 conditions in CNRI's License Agreement. This Agreement together with
16636 Python 1.6.1 may be located on the Internet using the following
16637 unique, persistent identifier (known as a handle): 1895.22/1013. This
16638 Agreement may also be obtained from a proxy server on the Internet
16639 using the following URL: http://hdl.handle.net/1895.22/1013".
16641 3. In the event Licensee prepares a derivative work that is based on
16642 or incorporates Python 1.6.1 or any part thereof, and wants to make
16643 the derivative work available to others as provided herein, then
16644 Licensee hereby agrees to include in any such work a brief summary of
16645 the changes made to Python 1.6.1.
16647 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
16648 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
16649 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
16650 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
16651 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
16652 INFRINGE ANY THIRD PARTY RIGHTS.
16654 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
16655 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
16656 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
16657 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
16659 6. This License Agreement will automatically terminate upon a material
16660 breach of its terms and conditions.
16662 7. This License Agreement shall be governed by the federal
16663 intellectual property law of the United States, including without
16664 limitation the federal copyright law, and, to the extent such
16665 U.S. federal law does not apply, by the law of the Commonwealth of
16666 Virginia, excluding Virginia's conflict of law provisions.
16667 Notwithstanding the foregoing, with regard to derivative works based
16668 on Python 1.6.1 that incorporate non-separable material that was
16669 previously distributed under the GNU General Public License (GPL), the
16670 law of the Commonwealth of Virginia shall govern this License
16671 Agreement only as to issues arising under or with respect to
16672 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
16673 License Agreement shall be deemed to create any relationship of
16674 agency, partnership, or joint venture between CNRI and Licensee. This
16675 License Agreement does not grant permission to use CNRI trademarks or
16676 trade name in a trademark sense to endorse or promote products or
16677 services of Licensee, or any third party.
16679 8. By clicking on the "ACCEPT" button where indicated, or by copying,
16680 installing or otherwise using Python 1.6.1, Licensee agrees to be
16681 bound by the terms and conditions of this License Agreement.
16683 ACCEPT
16686 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
16687 --------------------------------------------------
16689 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
16690 The Netherlands. All rights reserved.
16692 Permission to use, copy, modify, and distribute this software and its
16693 documentation for any purpose and without fee is hereby granted,
16694 provided that the above copyright notice appear in all copies and that
16695 both that copyright notice and this permission notice appear in
16696 supporting documentation, and that the name of Stichting Mathematisch
16697 Centrum or CWI not be used in advertising or publicity pertaining to
16698 distribution of the software without specific, written prior
16699 permission.
16701 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
16702 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
16703 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
16704 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16705 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16706 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
16707 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16709 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16711 Scanned Source License Python-2.7.3/Modules/_ctypes/darwin/LICENSE:
16713 Copyright (c) 2002 Jorge Acereda &lt;jacereda@users.sourceforge.net&gt; &amp;
16714 Peter O'Gorman &lt;ogorman@users.sourceforge.net&gt;
16716 Portions may be copyright others, see the AUTHORS file included with this
16717 distribution.
16719 Maintained by Peter O'Gorman &lt;ogorman@users.sourceforge.net&gt;
16721 Bug Reports and other queries should go to &lt;ogorman@users.sourceforge.net&gt;
16724 Permission is hereby granted, free of charge, to any person obtaining
16725 a copy of this software and associated documentation files (the
16726 "Software"), to deal in the Software without restriction, including
16727 without limitation the rights to use, copy, modify, merge, publish,
16728 distribute, sublicense, and/or sell copies of the Software, and to
16729 permit persons to whom the Software is furnished to do so, subject to
16730 the following conditions:
16732 The above copyright notice and this permission notice shall be
16733 included in all copies or substantial portions of the Software.
16735 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16736 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16737 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16738 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
16739 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
16740 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
16741 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16745 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16747 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi/LICENSE:
16749 libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others.
16750 See source files for details.
16752 Permission is hereby granted, free of charge, to any person obtaining
16753 a copy of this software and associated documentation files (the
16754 ``Software''), to deal in the Software without restriction, including
16755 without limitation the rights to use, copy, modify, merge, publish,
16756 distribute, sublicense, and/or sell copies of the Software, and to
16757 permit persons to whom the Software is furnished to do so, subject to
16758 the following conditions:
16760 The above copyright notice and this permission notice shall be included
16761 in all copies or substantial portions of the Software.
16763 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
16764 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16765 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16766 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
16767 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
16768 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
16769 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16771 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16773 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_msvc/LICENSE:
16775 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
16777 Permission is hereby granted, free of charge, to any person obtaining
16778 a copy of this software and associated documentation files (the
16779 ``Software''), to deal in the Software without restriction, including
16780 without limitation the rights to use, copy, modify, merge, publish,
16781 distribute, sublicense, and/or sell copies of the Software, and to
16782 permit persons to whom the Software is furnished to do so, subject to
16783 the following conditions:
16785 The above copyright notice and this permission notice shall be included
16786 in all copies or substantial portions of the Software.
16788 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
16789 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16790 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16791 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
16792 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
16793 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
16794 OTHER DEALINGS IN THE SOFTWARE.
16796 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16798 Scanned Source License Python-2.7.3/Modules/_ctypes/libffi_osx/LICENSE:
16800 libffi - Copyright (c) 1996-2003 Red Hat, Inc.
16802 Permission is hereby granted, free of charge, to any person obtaining
16803 a copy of this software and associated documentation files (the
16804 ``Software''), to deal in the Software without restriction, including
16805 without limitation the rights to use, copy, modify, merge, publish,
16806 distribute, sublicense, and/or sell copies of the Software, and to
16807 permit persons to whom the Software is furnished to do so, subject to
16808 the following conditions:
16810 The above copyright notice and this permission notice shall be included
16811 in all copies or substantial portions of the Software.
16813 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
16814 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16815 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16816 IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
16817 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
16818 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
16819 OTHER DEALINGS IN THE SOFTWARE.
16821 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16823 Scanned Source License Python-2.7.3/Modules/expat/COPYING:
16825 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
16826 and Clark Cooper
16828 Permission is hereby granted, free of charge, to any person obtaining
16829 a copy of this software and associated documentation files (the
16830 "Software"), to deal in the Software without restriction, including
16831 without limitation the rights to use, copy, modify, merge, publish,
16832 distribute, sublicense, and/or sell copies of the Software, and to
16833 permit persons to whom the Software is furnished to do so, subject to
16834 the following conditions:
16836 The above copyright notice and this permission notice shall be included
16837 in all copies or substantial portions of the Software.
16839 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16840 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16841 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16842 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
16843 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
16844 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
16845 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16847 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16849 Scanned Source License Python-2.7.3/Tools/pybench/LICENSE:
16851 pybench License
16852 ---------------
16854 This copyright notice and license applies to all files in the pybench
16855 directory of the pybench distribution.
16857 Copyright (c), 1997-2006, Marc-Andre Lemburg (mal@lemburg.com)
16858 Copyright (c), 2000-2006, eGenix.com Software GmbH (info@egenix.com)
16860 All Rights Reserved.
16862 Permission to use, copy, modify, and distribute this software and its
16863 documentation for any purpose and without fee or royalty is hereby
16864 granted, provided that the above copyright notice appear in all copies
16865 and that both that copyright notice and this permission notice appear
16866 in supporting documentation or portions thereof, including
16867 modifications, that you make.
16869 THE AUTHOR MARC-ANDRE LEMBURG DISCLAIMS ALL WARRANTIES WITH REGARD TO
16870 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
16871 FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
16872 INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
16873 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
16874 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
16875 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
16877 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16878 </pre>
16879 <ul>
16880 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
16881 </ul>
16882 </div>
16883 </div>
16886 <div class="product">
16887 <span class="title">python-updater-0.10</span>
16888 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16889 <span class="homepage"><a href="http://www.gentoo.org/proj/en/Python/">homepage</a></span>
16890 <div class="licence">
16891 <pre></pre>
16892 <ul>
16893 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16894 </ul>
16895 </div>
16896 </div>
16899 <div class="product">
16900 <span class="title">ragel-6.7</span>
16901 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16902 <span class="homepage"><a href="http://www.complang.org/ragel/">homepage</a></span>
16903 <div class="licence">
16904 <pre></pre>
16905 <ul>
16906 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
16907 </ul>
16908 </div>
16909 </div>
16912 <div class="product">
16913 <span class="title">readline-6.2_p1</span>
16914 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16915 <span class="homepage"><a href="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">homepage</a></span>
16916 <div class="licence">
16917 <pre></pre>
16918 <ul>
16919 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
16920 </ul>
16921 </div>
16922 </div>
16925 <div class="product">
16926 <span class="title">realtek-rt2800-firmware-0.0.1</span>
16927 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16928 <span class="homepage"><a href="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git">homepage</a></span>
16929 <div class="licence">
16930 <pre>Custom License ralink-firmware:
16932 Copyright (c) 2007, Ralink Technology Corporation
16933 All rights reserved.
16935 Redistribution. Redistribution and use in binary form, without
16936 modification, are permitted provided that the following conditions are
16937 met:
16939 * Redistributions must reproduce the above copyright notice and the
16940 following disclaimer in the documentation and/or other materials
16941 provided with the distribution.
16942 * Neither the name of Ralink Technology Corporation nor the names of its
16943 suppliers may be used to endorse or promote products derived from this
16944 software without specific prior written permission.
16945 * No reverse engineering, decompilation, or disassembly of this software
16946 is permitted.
16948 Limited patent license. Ralink Technology Corporation grants a world-wide,
16949 royalty-free, non-exclusive license under patents it now or hereafter
16950 owns or controls to make, have made, use, import, offer to sell and
16951 sell ("Utilize") this software, but solely to the extent that any
16952 such patent is necessary to Utilize the software alone, or in
16953 combination with an operating system licensed under an approved Open
16954 Source license as listed by the Open Source Initiative at
16955 http://opensource.org/licenses. The patent license shall not apply to
16956 any other combinations which include this software. No hardware per
16957 se is licensed hereunder.
16959 DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
16960 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
16961 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16962 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
16963 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
16964 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
16965 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
16966 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
16967 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
16968 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
16969 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
16970 DAMAGE.
16972 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16973 </pre>
16974 <ul>
16976 </ul>
16977 </div>
16978 </div>
16981 <div class="product">
16982 <span class="title">rootdev-0.0.1</span>
16983 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
16984 <span class="homepage"><a href="http://www.chromium.org/">homepage</a></span>
16985 <div class="licence">
16986 <pre>Scanned Source License rootdev-0.0.1/LICENSE:
16988 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
16990 // Redistribution and use in source and binary forms, with or without
16991 // modification, are permitted provided that the following conditions are
16992 // met:
16994 // * Redistributions of source code must retain the above copyright
16995 // notice, this list of conditions and the following disclaimer.
16996 // * Redistributions in binary form must reproduce the above
16997 // copyright notice, this list of conditions and the following disclaimer
16998 // in the documentation and/or other materials provided with the
16999 // distribution.
17000 // * Neither the name of Google Inc. nor the names of its
17001 // contributors may be used to endorse or promote products derived from
17002 // this software without specific prior written permission.
17004 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17005 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17006 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17007 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
17008 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
17009 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
17010 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
17011 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
17012 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17013 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17014 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17016 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17017 </pre>
17018 <ul>
17020 </ul>
17021 </div>
17022 </div>
17025 <div class="product">
17026 <span class="title">rsync-3.0.8</span>
17027 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17028 <span class="homepage"><a href="http://rsync.samba.org/">homepage</a></span>
17029 <div class="licence">
17030 <pre></pre>
17031 <ul>
17032 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17033 </ul>
17034 </div>
17035 </div>
17038 <div class="product">
17039 <span class="title">rsyslog-5.8.11</span>
17040 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17041 <span class="homepage"><a href="http://www.rsyslog.com/">homepage</a></span>
17042 <div class="licence">
17043 <pre></pre>
17044 <ul>
17045 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17046 <li><a href='#Apache-2.0'>Gentoo Package Stock License Apache-2.0</a></li>
17047 <li><a href='#LGPL-3'>Gentoo Package Stock License LGPL-3</a></li>
17048 </ul>
17049 </div>
17050 </div>
17053 <div class="product">
17054 <span class="title">sandbox-2.6</span>
17055 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17056 <span class="homepage"><a href="http://www.gentoo.org/">homepage</a></span>
17057 <div class="licence">
17058 <pre></pre>
17059 <ul>
17060 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17061 </ul>
17062 </div>
17063 </div>
17066 <div class="product">
17067 <span class="title">sbc-1.0</span>
17068 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17069 <span class="homepage"><a href="http://git.kernel.org/?p=bluetooth/sbc.git">homepage</a></span>
17070 <div class="licence">
17071 <pre></pre>
17072 <ul>
17073 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17074 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17075 </ul>
17076 </div>
17077 </div>
17080 <div class="product">
17081 <span class="title">scons-2.0.1</span>
17082 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17083 <span class="homepage"><a href="http://www.scons.org/">homepage</a></span>
17084 <div class="licence">
17085 <pre>Scanned Source License scons-2.0.1/LICENSE.txt:
17087 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
17089 Permission is hereby granted, free of charge, to any person obtaining
17090 a copy of this software and associated documentation files (the
17091 "Software"), to deal in the Software without restriction, including
17092 without limitation the rights to use, copy, modify, merge, publish,
17093 distribute, sublicense, and/or sell copies of the Software, and to
17094 permit persons to whom the Software is furnished to do so, subject to
17095 the following conditions:
17097 The above copyright notice and this permission notice shall be included
17098 in all copies or substantial portions of the Software.
17100 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
17101 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
17102 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17103 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
17104 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17105 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
17106 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17108 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17109 </pre>
17110 <ul>
17112 </ul>
17113 </div>
17114 </div>
17117 <div class="product">
17118 <span class="title">sed-4.2.1</span>
17119 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17120 <span class="homepage"><a href="http://sed.sourceforge.net/">homepage</a></span>
17121 <div class="licence">
17122 <pre></pre>
17123 <ul>
17124 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17125 </ul>
17126 </div>
17127 </div>
17130 <div class="product">
17131 <span class="title">setuptools-0.6.14</span>
17132 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17133 <span class="homepage"><a href="http://pypi.python.org/pypi/distribute">homepage</a></span>
17134 <div class="licence">
17135 <pre></pre>
17136 <ul>
17137 <li><a href='#PSF-2'>Gentoo Package Stock License PSF-2</a></li>
17138 </ul>
17139 </div>
17140 </div>
17143 <div class="product">
17144 <span class="title">sgml-common-0.6.3</span>
17145 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17146 <span class="homepage"><a href="http://www.iso.ch/cate/3524030.html">homepage</a></span>
17147 <div class="licence">
17148 <pre></pre>
17149 <ul>
17150 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17151 </ul>
17152 </div>
17153 </div>
17156 <div class="product">
17157 <span class="title">shadow-4.1.2.2</span>
17158 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17159 <span class="homepage"><a href="http://shadow.pld.org.pl/">homepage</a></span>
17160 <div class="licence">
17161 <pre>Scanned Source License shadow-4.1.2.2/COPYING:
17163 NOTE:
17164 This license has been obsoleted by the change to the BSD-style copyright.
17165 You may continue to use this license if you wish, but you are under no
17166 obligation to do so.
17169 This document is freely plagiarised from the 'Artistic Licence',
17170 distributed as part of the Perl v4.0 kit by Larry Wall, which is
17171 available from most major archive sites. I stole it from CrackLib.
17173 $Id: COPYING 1342 2007-11-10 23:46:11Z nekral-guest $
17176 This documents purpose is to state the conditions under which this
17177 Package (See definition below) viz: "Shadow", the Shadow Password Suite
17178 which is held by Julianne Frances Haugh, may be copied, such that the
17179 copyright holder maintains some semblance of artistic control over the
17180 development of the package, while giving the users of the package the
17181 right to use and distribute the Package in a more-or-less customary
17182 fashion, plus the right to make reasonable modifications.
17184 So there.
17186 ***************************************************************************
17188 Definitions:
17191 A "Package" refers to the collection of files distributed by the
17192 Copyright Holder, and derivatives of that collection of files created
17193 through textual modification, or segments thereof.
17195 "Standard Version" refers to such a Package if it has not been modified,
17196 or has been modified in accordance with the wishes of the Copyright
17197 Holder.
17199 "Copyright Holder" is whoever is named in the copyright or copyrights
17200 for the package.
17202 "You" is you, if you're thinking about copying or distributing this
17203 Package.
17205 "Reasonable copying fee" is whatever you can justify on the basis of
17206 media cost, duplication charges, time of people involved, and so on.
17207 (You will not be required to justify it to the Copyright Holder, but
17208 only to the computing community at large as a market that must bear the
17209 fee.)
17211 "Freely Available" means that no fee is charged for the item itself,
17212 though there may be fees involved in handling the item. It also means
17213 that recipients of the item may redistribute it under the same
17214 conditions they received it.
17217 1. You may make and give away verbatim copies of the source form of the
17218 Standard Version of this Package without restriction, provided that you
17219 duplicate all of the original copyright notices and associated
17220 disclaimers.
17222 2. You may apply bug fixes, portability fixes and other modifications
17223 derived from the Public Domain or from the Copyright Holder. A Package
17224 modified in such a way shall still be considered the Standard Version.
17226 3. You may otherwise modify your copy of this Package in any way,
17227 provided that you insert a prominent notice in each changed file stating
17228 how and when AND WHY you changed that file, and provided that you do at
17229 least ONE of the following:
17231 a) place your modifications in the Public Domain or otherwise make them
17232 Freely Available, such as by posting said modifications to Usenet or an
17233 equivalent medium, or placing the modifications on a major archive site
17234 such as uunet.uu.net, or by allowing the Copyright Holder to include
17235 your modifications in the Standard Version of the Package.
17237 b) use the modified Package only within your corporation or organization.
17239 c) rename any non-standard executables so the names do not conflict with
17240 standard executables, which must also be provided, and provide separate
17241 documentation for each non-standard executable that clearly documents
17242 how it differs from the Standard Version.
17244 d) make other distribution arrangements with the Copyright Holder.
17246 4. You may distribute the programs of this Package in object code or
17247 executable form, provided that you do at least ONE of the following:
17249 a) distribute a Standard Version of the executables and library files,
17250 together with instructions (in the manual page or equivalent) on where
17251 to get the Standard Version.
17253 b) accompany the distribution with the machine-readable source of the
17254 Package with your modifications.
17256 c) accompany any non-standard executables with their corresponding
17257 Standard Version executables, giving the non-standard executables
17258 non-standard names, and clearly documenting the differences in manual
17259 pages (or equivalent), together with instructions on where to get the
17260 Standard Version.
17262 d) make other distribution arrangements with the Copyright Holder.
17264 5. You may charge a reasonable copying fee for any distribution of this
17265 Package. You may charge any fee you choose for support of this Package.
17266 YOU MAY NOT CHARGE A FEE FOR THIS PACKAGE ITSELF. However, you may
17267 distribute this Package in aggregate with other (possibly commercial)
17268 programs as part of a larger (possibly commercial) software distribution
17269 provided that YOU DO NOT ADVERTISE this package as a product of your
17270 own.
17272 6. The name of the Copyright Holder may not be used to endorse or
17273 promote products derived from this software without specific prior
17274 written permission.
17276 7. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
17277 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
17278 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17280 The End
17282 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17283 </pre>
17284 <ul>
17285 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17286 </ul>
17287 </div>
17288 </div>
17291 <div class="product">
17292 <span class="title">shared-mime-info-0.90</span>
17293 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17294 <span class="homepage"><a href="http://freedesktop.org/wiki/Software/shared-mime-info">homepage</a></span>
17295 <div class="licence">
17296 <pre></pre>
17297 <ul>
17298 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17299 </ul>
17300 </div>
17301 </div>
17304 <div class="product">
17305 <span class="title">sharutils-4.7</span>
17306 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17307 <span class="homepage"><a href="http://www.gnu.org/software/sharutils/">homepage</a></span>
17308 <div class="licence">
17309 <pre></pre>
17310 <ul>
17311 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
17312 </ul>
17313 </div>
17314 </div>
17317 <div class="product">
17318 <span class="title">shflags-1.0.3</span>
17319 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17320 <span class="homepage"><a href="http://code.google.com/p/shflags/">homepage</a></span>
17321 <div class="licence">
17322 <pre></pre>
17323 <ul>
17324 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
17325 </ul>
17326 </div>
17327 </div>
17330 <div class="product">
17331 <span class="title">sil-abyssinica-1.0</span>
17332 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17333 <span class="homepage"><a href="http://scripts.sil.org/AbyssinicaSIL">homepage</a></span>
17334 <div class="licence">
17335 <pre>Gentoo Package Stock License OFL:
17337 This Font Software is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
17338 All Rights Reserved.
17340 "Gentium" is a Reserved Font Name for this Font Software.
17341 "SIL" is a Reserved Font Name for this Font Software.
17343 This Font Software is licensed under the SIL Open Font License, Version 1.0.
17344 No modification of the license is permitted, only verbatim copy is allowed.
17345 This license is copied below, and is also available with a FAQ at:
17346 http://scripts.sil.org/OFL
17349 -----------------------------------------------------------
17350 SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
17351 -----------------------------------------------------------
17353 PREAMBLE
17354 The goals of the Open Font License (OFL) are to stimulate worldwide
17355 development of cooperative font projects, to support the font creation
17356 efforts of academic and linguistic communities, and to provide an open
17357 framework in which fonts may be shared and improved in partnership with
17358 others.
17360 The OFL allows the licensed fonts to be used, studied, modified and
17361 redistributed freely as long as they are not sold by themselves. The
17362 fonts, including any derivative works, can be bundled, embedded,
17363 redistributed and sold with any software provided that the font
17364 names of derivative works are changed. The fonts and derivatives,
17365 however, cannot be released under any other type of license.
17367 DEFINITIONS
17368 "Font Software" refers to any and all of the following:
17369 - font files
17370 - data files
17371 - source code
17372 - build scripts
17373 - documentation
17375 "Reserved Font Name" refers to the Font Software name as seen by
17376 users and any other names as specified after the copyright statement.
17378 "Standard Version" refers to the collection of Font Software
17379 components as distributed by the Copyright Holder.
17381 "Modified Version" refers to any derivative font software made by
17382 adding to, deleting, or substituting -- in part or in whole --
17383 any of the components of the Standard Version, by changing formats
17384 or by porting the Font Software to a new environment.
17386 "Author" refers to any designer, engineer, programmer, technical
17387 writer or other person who contributed to the Font Software.
17389 PERMISSION &amp; CONDITIONS
17390 Permission is hereby granted, free of charge, to any person obtaining
17391 a copy of the Font Software, to use, study, copy, merge, embed, modify,
17392 redistribute, and sell modified and unmodified copies of the Font
17393 Software, subject to the following conditions:
17395 1) Neither the Font Software nor any of its individual components,
17396 in Standard or Modified Versions, may be sold by itself.
17398 2) Standard or Modified Versions of the Font Software may be bundled,
17399 redistributed and sold with any software, provided that each copy
17400 contains the above copyright notice and this license. These can be
17401 included either as stand-alone text files, human-readable headers or
17402 in the appropriate machine-readable metadata fields within text or
17403 binary files as long as those fields can be easily viewed by the user.
17405 3) No Modified Version of the Font Software may use the Reserved Font
17406 Name(s), in part or in whole, unless explicit written permission is
17407 granted by the Copyright Holder. This restriction applies to all
17408 references stored in the Font Software, such as the font menu name and
17409 other font description fields, which are used to differentiate the
17410 font from others.
17412 4) The name(s) of the Copyright Holder or the Author(s) of the Font
17413 Software shall not be used to promote, endorse or advertise any
17414 Modified Version, except to acknowledge the contribution(s) of the
17415 Copyright Holder and the Author(s) or with their explicit written
17416 permission.
17418 5) The Font Software, modified or unmodified, in part or in whole,
17419 must be distributed using this license, and may not be distributed
17420 under any other license.
17422 TERMINATION
17423 This license becomes null and void if any of the above conditions are
17424 not met.
17426 DISCLAIMER
17427 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17428 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
17429 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
17430 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
17431 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17432 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
17433 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17434 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
17435 OTHER DEALINGS IN THE FONT SOFTWARE.
17437 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17438 </pre>
17439 <ul>
17441 </ul>
17442 </div>
17443 </div>
17446 <div class="product">
17447 <span class="title">smartmontools-5.42</span>
17448 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17449 <span class="homepage"><a href="http://smartmontools.sourceforge.net/">homepage</a></span>
17450 <div class="licence">
17451 <pre></pre>
17452 <ul>
17453 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17454 </ul>
17455 </div>
17456 </div>
17459 <div class="product">
17460 <span class="title">speex-1.2_rc1</span>
17461 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17462 <span class="homepage"><a href="http://www.speex.org">homepage</a></span>
17463 <div class="licence">
17464 <pre>Scanned Source License speex-1.2rc1/COPYING:
17466 Copyright 2002-2008 Xiph.org Foundation
17467 Copyright 2002-2008 Jean-Marc Valin
17468 Copyright 2005-2007 Analog Devices Inc.
17469 Copyright 2005-2008 Commonwealth Scientific and Industrial Research
17470 Organisation (CSIRO)
17471 Copyright 1993, 2002, 2006 David Rowe
17472 Copyright 2003 EpicGames
17473 Copyright 1992-1994 Jutta Degener, Carsten Bormann
17475 Redistribution and use in source and binary forms, with or without
17476 modification, are permitted provided that the following conditions
17477 are met:
17479 - Redistributions of source code must retain the above copyright
17480 notice, this list of conditions and the following disclaimer.
17482 - Redistributions in binary form must reproduce the above copyright
17483 notice, this list of conditions and the following disclaimer in the
17484 documentation and/or other materials provided with the distribution.
17486 - Neither the name of the Xiph.org Foundation nor the names of its
17487 contributors may be used to endorse or promote products derived from
17488 this software without specific prior written permission.
17490 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17491 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17492 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17493 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
17494 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
17495 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
17496 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
17497 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
17498 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
17499 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
17500 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17502 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17503 </pre>
17504 <ul>
17506 </ul>
17507 </div>
17508 </div>
17511 <div class="product">
17512 <span class="title">sqlite-3.6.22</span>
17513 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17514 <span class="homepage"><a href="http://www.sqlite.org/">homepage</a></span>
17515 <div class="licence">
17516 <pre></pre>
17517 <ul>
17518 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
17519 </ul>
17520 </div>
17521 </div>
17524 <div class="product">
17525 <span class="title">strongswan-5.0.2</span>
17526 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17527 <span class="homepage"><a href="http://www.strongswan.org/">homepage</a></span>
17528 <div class="licence">
17529 <pre>Gentoo Package Stock License DES:
17531 Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
17532 All rights reserved.
17534 This package is an DES implementation written by Eric Young (eay@cryptsoft.com).
17535 The implementation was written so as to conform with MIT's libdes.
17537 This library is free for commercial and non-commercial use as long as
17538 the following conditions are aheared to. The following conditions
17539 apply to all code found in this distribution.
17541 Copyright remains Eric Young's, and as such any Copyright notices in
17542 the code are not to be removed.
17543 If this package is used in a product, Eric Young should be given attribution
17544 as the author of that the SSL library. This can be in the form of a textual
17545 message at program startup or in documentation (online or textual) provided
17546 with the package.
17548 Redistribution and use in source and binary forms, with or without
17549 modification, are permitted provided that the following conditions
17550 are met:
17551 1. Redistributions of source code must retain the copyright
17552 notice, this list of conditions and the following disclaimer.
17553 2. Redistributions in binary form must reproduce the above copyright
17554 notice, this list of conditions and the following disclaimer in the
17555 documentation and/or other materials provided with the distribution.
17556 3. All advertising materials mentioning features or use of this software
17557 must display the following acknowledgement:
17558 This product includes software developed by Eric Young (eay@cryptsoft.com)
17560 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
17561 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17562 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17563 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17564 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17565 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
17566 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
17567 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
17568 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
17569 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
17570 SUCH DAMAGE.
17572 The license and distribution terms for any publically available version or
17573 derivative of this code cannot be changed. i.e. this code cannot simply be
17574 copied and put under another distrubution license
17575 [including the GNU Public License.]
17577 The reason behind this being stated in this direct manner is past
17578 experience in code simply being copied and the attribution removed
17579 from it and then being distributed as part of other packages. This
17580 implementation was a non-trivial and unpaid effort.
17583 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17585 Gentoo Package Stock License RSA:
17587 Copyright (C) &lt;years&gt;, RSA Data Security, Inc. Created &lt;year&gt;. All
17588 rights reserved.
17590 License to copy and use this software is granted provided that it
17591 is identified as the "RSA Data Security, Inc. MD&lt;id&gt; Message-Digest
17592 Algorithm" in all material mentioning or referencing this software
17593 or this function.
17595 License is also granted to make and use derivative works provided
17596 that such works are identified as "derived from the RSA Data
17597 Security, Inc. MD&lt;id&gt; Message-Digest Algorithm" in all material
17598 mentioning or referencing the derived work.
17600 RSA Data Security, Inc. makes no representations concerning either
17601 the merchantability of this software or the suitability of this
17602 software for any particular purpose. It is provided "as is"
17603 without express or implied warranty of any kind.
17605 These notices must be retained in any copies of any part of this
17606 documentation and/or software.
17608 ----------------------------------------------------------------------
17609 http://www.ietf.org/ietf-ftp/IPR/RSA-MD-all
17611 The following was recevied Fenbruary 23,2000
17612 From: "Linn, John" &lt;jlinn@rsasecurity.com&gt;
17614 February 19, 2000
17616 The purpose of this memo is to clarify the status of intellectual
17617 property rights asserted by RSA Security Inc. ("RSA") in the MD2, MD4 and
17618 MD5 message-digest algorithms, which are documented in RFC-1319, RFC-1320,
17619 and RFC-1321 respectively.
17621 Implementations of these message-digest algorithms, including
17622 implementations derived from the reference C code in RFC-1319, RFC-1320, and
17623 RFC-1321, may be made, used, and sold without license from RSA for any
17624 purpose.
17626 No rights other than the ones explicitly set forth above are
17627 granted. Further, although RSA grants rights to implement certain
17628 algorithms as defined by identified RFCs, including implementations derived
17629 from the reference C code in those RFCs, no right to use, copy, sell, or
17630 distribute any other implementations of the MD2, MD4, or MD5 message-digest
17631 algorithms created, implemented, or distributed by RSA is hereby granted by
17632 implication, estoppel, or otherwise. Parties interested in licensing
17633 security components and toolkits written by RSA should contact the company
17634 to discuss receiving a license. All other questions should be directed to
17635 Margaret K. Seif, General Counsel, RSA Security Inc., 36 Crosby Drive,
17636 Bedford, Massachusetts 01730.
17638 Implementations of the MD2, MD4, or MD5 algorithms may be subject to
17639 United States laws and regulations controlling the export of technical data,
17640 computer software, laboratory prototypes and other commodities (including
17641 the Arms Export Control Act, as amended, and the Export Administration Act
17642 of 1970). The transfer of certain technical data and commodities may
17643 require a license from the cognizant agency of the United States Government.
17644 RSA neither represents that a license shall not be required for a particular
17645 implementation nor that, if required, one shall be issued.
17648 DISCLAIMER: RSA MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES
17649 OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
17650 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, VALIDITY OF
17651 INTELLECTUAL PROPERTY RIGHTS, ISSUED OR PENDING, OR THE ABSENCE OF LATENT OR
17652 OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE, IN CONNECTION WITH THE MD2, MD4,
17653 OR MD5 ALGORITHMS. NOTHING IN THIS GRANT OF RIGHTS SHALL BE CONSTRUED AS A
17654 REPRESENTATION OR WARRANTY GIVEN BY RSA THAT THE IMPLEMENTATION OF THE
17655 ALGORITHM WILL NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD
17656 PARTY. IN NO EVENT SHALL RSA, ITS TRUSTEES, DIRECTORS, OFFICERS, EMPLOYEES,
17657 PARENTS AND AFFILIATES BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OF
17658 ANY KIND RESULTING FROM IMPLEMENTATION OF THIS ALGORITHM, INCLUDING ECONOMIC
17659 DAMAGE OR INJURY TO PROPERTY AND LOST PROFITS, REGARDLESS OF WHETHER RSA
17660 SHALL BE ADVISED, SHALL HAVE OTHER REASON TO KNOW, OR IN FACT SHALL KNOW OF
17661 THE POSSIBILITY OF SUCH INJURY OR DAMAGE.
17663 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17664 </pre>
17665 <ul>
17666 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
17667 </ul>
17668 </div>
17669 </div>
17672 <div class="product">
17673 <span class="title">sudo-1.8.6_p7</span>
17674 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17675 <span class="homepage"><a href="http://www.sudo.ws/">homepage</a></span>
17676 <div class="licence">
17677 <pre>Scanned Source License sudo-1.8.6p7/doc/LICENSE:
17679 Sudo is distributed under the following license:
17681 Copyright (c) 1994-1996, 1998-2012
17682 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
17684 Permission to use, copy, modify, and distribute this software for any
17685 purpose with or without fee is hereby granted, provided that the above
17686 copyright notice and this permission notice appear in all copies.
17688 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
17689 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17690 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
17691 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17692 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17693 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17694 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17696 Sponsored in part by the Defense Advanced Research Projects
17697 Agency (DARPA) and Air Force Research Laboratory, Air Force
17698 Materiel Command, USAF, under agreement number F39502-99-1-0512.
17700 The file redblack.c bears the following license:
17702 Copyright (c) 2001 Emin Martinian
17704 Redistribution and use in source and binary forms, with or without
17705 modification, are permitted provided that neither the name of Emin
17706 Martinian nor the names of any contributors are be used to endorse or
17707 promote products derived from this software without specific prior
17708 written permission.
17710 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17711 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17712 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17713 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
17714 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
17715 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
17716 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
17717 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
17718 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17719 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17720 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17722 The files getcwd.c, glob.c, glob.h and snprintf.c bear the following license:
17724 Copyright (c) 1989, 1990, 1991, 1993
17725 The Regents of the University of California. All rights reserved.
17727 Redistribution and use in source and binary forms, with or without
17728 modification, are permitted provided that the following conditions
17729 are met:
17730 1. Redistributions of source code must retain the above copyright
17731 notice, this list of conditions and the following disclaimer.
17732 2. Redistributions in binary form must reproduce the above copyright
17733 notice, this list of conditions and the following disclaimer in the
17734 documentation and/or other materials provided with the distribution.
17735 3. Neither the name of the University nor the names of its contributors
17736 may be used to endorse or promote products derived from this software
17737 without specific prior written permission.
17739 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17740 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17741 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17742 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
17743 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17744 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
17745 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
17746 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
17747 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
17748 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
17749 SUCH DAMAGE.
17751 The file fnmatch.c bears the following license:
17753 Copyright (c) 2011, VMware, Inc.
17754 All rights reserved.
17756 Redistribution and use in source and binary forms, with or without
17757 modification, are permitted provided that the following conditions are met:
17758 * Redistributions of source code must retain the above copyright
17759 notice, this list of conditions and the following disclaimer.
17760 * Redistributions in binary form must reproduce the above copyright
17761 notice, this list of conditions and the following disclaimer in the
17762 documentation and/or other materials provided with the distribution.
17763 * Neither the name of the VMware, Inc. nor the names of its contributors
17764 may be used to endorse or promote products derived from this software
17765 without specific prior written permission.
17767 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17768 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17769 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17770 ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
17771 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
17772 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
17773 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
17774 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17775 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
17776 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17778 The embedded copy of zlib bears the following license:
17780 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
17782 This software is provided 'as-is', without any express or implied
17783 warranty. In no event will the authors be held liable for any damages
17784 arising from the use of this software.
17786 Permission is granted to anyone to use this software for any purpose,
17787 including commercial applications, and to alter it and redistribute it
17788 freely, subject to the following restrictions:
17790 1. The origin of this software must not be misrepresented; you must not
17791 claim that you wrote the original software. If you use this software
17792 in a product, an acknowledgment in the product documentation would be
17793 appreciated but is not required.
17794 2. Altered source versions must be plainly marked as such, and must not be
17795 misrepresented as being the original software.
17796 3. This notice may not be removed or altered from any source distribution.
17798 Jean-loup Gailly Mark Adler
17799 jloup@gzip.org madler@alumni.caltech.edu
17801 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17802 </pre>
17803 <ul>
17804 <li><a href='#ISC'>Gentoo Package Stock License ISC</a></li>
17805 </ul>
17806 </div>
17807 </div>
17810 <div class="product">
17811 <span class="title">swig-2.0.4</span>
17812 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
17813 <span class="homepage"><a href="http://www.swig.org/">homepage</a></span>
17814 <div class="licence">
17815 <pre>Scanned Source License swig-2.0.4/CCache/COPYING:
17817 GNU GENERAL PUBLIC LICENSE
17818 Version 2, June 1991
17820 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
17821 675 Mass Ave, Cambridge, MA 02139, USA
17822 Everyone is permitted to copy and distribute verbatim copies
17823 of this license document, but changing it is not allowed.
17825 Preamble
17827 The licenses for most software are designed to take away your
17828 freedom to share and change it. By contrast, the GNU General Public
17829 License is intended to guarantee your freedom to share and change free
17830 software--to make sure the software is free for all its users. This
17831 General Public License applies to most of the Free Software
17832 Foundation's software and to any other program whose authors commit to
17833 using it. (Some other Free Software Foundation software is covered by
17834 the GNU Library General Public License instead.) You can apply it to
17835 your programs, too.
17837 When we speak of free software, we are referring to freedom, not
17838 price. Our General Public Licenses are designed to make sure that you
17839 have the freedom to distribute copies of free software (and charge for
17840 this service if you wish), that you receive source code or can get it
17841 if you want it, that you can change the software or use pieces of it
17842 in new free programs; and that you know you can do these things.
17844 To protect your rights, we need to make restrictions that forbid
17845 anyone to deny you these rights or to ask you to surrender the rights.
17846 These restrictions translate to certain responsibilities for you if you
17847 distribute copies of the software, or if you modify it.
17849 For example, if you distribute copies of such a program, whether
17850 gratis or for a fee, you must give the recipients all the rights that
17851 you have. You must make sure that they, too, receive or can get the
17852 source code. And you must show them these terms so they know their
17853 rights.
17855 We protect your rights with two steps: (1) copyright the software, and
17856 (2) offer you this license which gives you legal permission to copy,
17857 distribute and/or modify the software.
17859 Also, for each author's protection and ours, we want to make certain
17860 that everyone understands that there is no warranty for this free
17861 software. If the software is modified by someone else and passed on, we
17862 want its recipients to know that what they have is not the original, so
17863 that any problems introduced by others will not reflect on the original
17864 authors' reputations.
17866 Finally, any free program is threatened constantly by software
17867 patents. We wish to avoid the danger that redistributors of a free
17868 program will individually obtain patent licenses, in effect making the
17869 program proprietary. To prevent this, we have made it clear that any
17870 patent must be licensed for everyone's free use or not licensed at all.
17872 The precise terms and conditions for copying, distribution and
17873 modification follow.
17875 GNU GENERAL PUBLIC LICENSE
17876 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
17878 0. This License applies to any program or other work which contains
17879 a notice placed by the copyright holder saying it may be distributed
17880 under the terms of this General Public License. The "Program", below,
17881 refers to any such program or work, and a "work based on the Program"
17882 means either the Program or any derivative work under copyright law:
17883 that is to say, a work containing the Program or a portion of it,
17884 either verbatim or with modifications and/or translated into another
17885 language. (Hereinafter, translation is included without limitation in
17886 the term "modification".) Each licensee is addressed as "you".
17888 Activities other than copying, distribution and modification are not
17889 covered by this License; they are outside its scope. The act of
17890 running the Program is not restricted, and the output from the Program
17891 is covered only if its contents constitute a work based on the
17892 Program (independent of having been made by running the Program).
17893 Whether that is true depends on what the Program does.
17895 1. You may copy and distribute verbatim copies of the Program's
17896 source code as you receive it, in any medium, provided that you
17897 conspicuously and appropriately publish on each copy an appropriate
17898 copyright notice and disclaimer of warranty; keep intact all the
17899 notices that refer to this License and to the absence of any warranty;
17900 and give any other recipients of the Program a copy of this License
17901 along with the Program.
17903 You may charge a fee for the physical act of transferring a copy, and
17904 you may at your option offer warranty protection in exchange for a fee.
17906 2. You may modify your copy or copies of the Program or any portion
17907 of it, thus forming a work based on the Program, and copy and
17908 distribute such modifications or work under the terms of Section 1
17909 above, provided that you also meet all of these conditions:
17911 a) You must cause the modified files to carry prominent notices
17912 stating that you changed the files and the date of any change.
17914 b) You must cause any work that you distribute or publish, that in
17915 whole or in part contains or is derived from the Program or any
17916 part thereof, to be licensed as a whole at no charge to all third
17917 parties under the terms of this License.
17919 c) If the modified program normally reads commands interactively
17920 when run, you must cause it, when started running for such
17921 interactive use in the most ordinary way, to print or display an
17922 announcement including an appropriate copyright notice and a
17923 notice that there is no warranty (or else, saying that you provide
17924 a warranty) and that users may redistribute the program under
17925 these conditions, and telling the user how to view a copy of this
17926 License. (Exception: if the Program itself is interactive but
17927 does not normally print such an announcement, your work based on
17928 the Program is not required to print an announcement.)
17930 These requirements apply to the modified work as a whole. If
17931 identifiable sections of that work are not derived from the Program,
17932 and can be reasonably considered independent and separate works in
17933 themselves, then this License, and its terms, do not apply to those
17934 sections when you distribute them as separate works. But when you
17935 distribute the same sections as part of a whole which is a work based
17936 on the Program, the distribution of the whole must be on the terms of
17937 this License, whose permissions for other licensees extend to the
17938 entire whole, and thus to each and every part regardless of who wrote it.
17940 Thus, it is not the intent of this section to claim rights or contest
17941 your rights to work written entirely by you; rather, the intent is to
17942 exercise the right to control the distribution of derivative or
17943 collective works based on the Program.
17945 In addition, mere aggregation of another work not based on the Program
17946 with the Program (or with a work based on the Program) on a volume of
17947 a storage or distribution medium does not bring the other work under
17948 the scope of this License.
17950 3. You may copy and distribute the Program (or a work based on it,
17951 under Section 2) in object code or executable form under the terms of
17952 Sections 1 and 2 above provided that you also do one of the following:
17954 a) Accompany it with the complete corresponding machine-readable
17955 source code, which must be distributed under the terms of Sections
17956 1 and 2 above on a medium customarily used for software interchange; or,
17958 b) Accompany it with a written offer, valid for at least three
17959 years, to give any third party, for a charge no more than your
17960 cost of physically performing source distribution, a complete
17961 machine-readable copy of the corresponding source code, to be
17962 distributed under the terms of Sections 1 and 2 above on a medium
17963 customarily used for software interchange; or,
17965 c) Accompany it with the information you received as to the offer
17966 to distribute corresponding source code. (This alternative is
17967 allowed only for noncommercial distribution and only if you
17968 received the program in object code or executable form with such
17969 an offer, in accord with Subsection b above.)
17971 The source code for a work means the preferred form of the work for
17972 making modifications to it. For an executable work, complete source
17973 code means all the source code for all modules it contains, plus any
17974 associated interface definition files, plus the scripts used to
17975 control compilation and installation of the executable. However, as a
17976 special exception, the source code distributed need not include
17977 anything that is normally distributed (in either source or binary
17978 form) with the major components (compiler, kernel, and so on) of the
17979 operating system on which the executable runs, unless that component
17980 itself accompanies the executable.
17982 If distribution of executable or object code is made by offering
17983 access to copy from a designated place, then offering equivalent
17984 access to copy the source code from the same place counts as
17985 distribution of the source code, even though third parties are not
17986 compelled to copy the source along with the object code.
17988 4. You may not copy, modify, sublicense, or distribute the Program
17989 except as expressly provided under this License. Any attempt
17990 otherwise to copy, modify, sublicense or distribute the Program is
17991 void, and will automatically terminate your rights under this License.
17992 However, parties who have received copies, or rights, from you under
17993 this License will not have their licenses terminated so long as such
17994 parties remain in full compliance.
17996 5. You are not required to accept this License, since you have not
17997 signed it. However, nothing else grants you permission to modify or
17998 distribute the Program or its derivative works. These actions are
17999 prohibited by law if you do not accept this License. Therefore, by
18000 modifying or distributing the Program (or any work based on the
18001 Program), you indicate your acceptance of this License to do so, and
18002 all its terms and conditions for copying, distributing or modifying
18003 the Program or works based on it.
18005 6. Each time you redistribute the Program (or any work based on the
18006 Program), the recipient automatically receives a license from the
18007 original licensor to copy, distribute or modify the Program subject to
18008 these terms and conditions. You may not impose any further
18009 restrictions on the recipients' exercise of the rights granted herein.
18010 You are not responsible for enforcing compliance by third parties to
18011 this License.
18013 7. If, as a consequence of a court judgment or allegation of patent
18014 infringement or for any other reason (not limited to patent issues),
18015 conditions are imposed on you (whether by court order, agreement or
18016 otherwise) that contradict the conditions of this License, they do not
18017 excuse you from the conditions of this License. If you cannot
18018 distribute so as to satisfy simultaneously your obligations under this
18019 License and any other pertinent obligations, then as a consequence you
18020 may not distribute the Program at all. For example, if a patent
18021 license would not permit royalty-free redistribution of the Program by
18022 all those who receive copies directly or indirectly through you, then
18023 the only way you could satisfy both it and this License would be to
18024 refrain entirely from distribution of the Program.
18026 If any portion of this section is held invalid or unenforceable under
18027 any particular circumstance, the balance of the section is intended to
18028 apply and the section as a whole is intended to apply in other
18029 circumstances.
18031 It is not the purpose of this section to induce you to infringe any
18032 patents or other property right claims or to contest validity of any
18033 such claims; this section has the sole purpose of protecting the
18034 integrity of the free software distribution system, which is
18035 implemented by public license practices. Many people have made
18036 generous contributions to the wide range of software distributed
18037 through that system in reliance on consistent application of that
18038 system; it is up to the author/donor to decide if he or she is willing
18039 to distribute software through any other system and a licensee cannot
18040 impose that choice.
18042 This section is intended to make thoroughly clear what is believed to
18043 be a consequence of the rest of this License.
18045 8. If the distribution and/or use of the Program is restricted in
18046 certain countries either by patents or by copyrighted interfaces, the
18047 original copyright holder who places the Program under this License
18048 may add an explicit geographical distribution limitation excluding
18049 those countries, so that distribution is permitted only in or among
18050 countries not thus excluded. In such case, this License incorporates
18051 the limitation as if written in the body of this License.
18053 9. The Free Software Foundation may publish revised and/or new versions
18054 of the General Public License from time to time. Such new versions will
18055 be similar in spirit to the present version, but may differ in detail to
18056 address new problems or concerns.
18058 Each version is given a distinguishing version number. If the Program
18059 specifies a version number of this License which applies to it and "any
18060 later version", you have the option of following the terms and conditions
18061 either of that version or of any later version published by the Free
18062 Software Foundation. If the Program does not specify a version number of
18063 this License, you may choose any version ever published by the Free Software
18064 Foundation.
18066 10. If you wish to incorporate parts of the Program into other free
18067 programs whose distribution conditions are different, write to the author
18068 to ask for permission. For software which is copyrighted by the Free
18069 Software Foundation, write to the Free Software Foundation; we sometimes
18070 make exceptions for this. Our decision will be guided by the two goals
18071 of preserving the free status of all derivatives of our free software and
18072 of promoting the sharing and reuse of software generally.
18074 NO WARRANTY
18076 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
18077 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
18078 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
18079 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
18080 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18081 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
18082 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
18083 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
18084 REPAIR OR CORRECTION.
18086 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
18087 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
18088 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
18089 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
18090 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
18091 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
18092 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
18093 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
18094 POSSIBILITY OF SUCH DAMAGES.
18096 END OF TERMS AND CONDITIONS
18098 Appendix: How to Apply These Terms to Your New Programs
18100 If you develop a new program, and you want it to be of the greatest
18101 possible use to the public, the best way to achieve this is to make it
18102 free software which everyone can redistribute and change under these terms.
18104 To do so, attach the following notices to the program. It is safest
18105 to attach them to the start of each source file to most effectively
18106 convey the exclusion of warranty; and each file should have at least
18107 the "copyright" line and a pointer to where the full notice is found.
18109 &lt;one line to give the program's name and a brief idea of what it does.&gt;
18110 Copyright (C) 19yy &lt;name of author&gt;
18112 This program is free software; you can redistribute it and/or modify
18113 it under the terms of the GNU General Public License as published by
18114 the Free Software Foundation; either version 2 of the License, or
18115 (at your option) any later version.
18117 This program is distributed in the hope that it will be useful,
18118 but WITHOUT ANY WARRANTY; without even the implied warranty of
18119 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18120 GNU General Public License for more details.
18122 You should have received a copy of the GNU General Public License
18123 along with this program; if not, write to the Free Software
18124 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18126 Also add information on how to contact you by electronic and paper mail.
18128 If the program is interactive, make it output a short notice like this
18129 when it starts in an interactive mode:
18131 Gnomovision version 69, Copyright (C) 19yy name of author
18132 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
18133 This is free software, and you are welcome to redistribute it
18134 under certain conditions; type `show c' for details.
18136 The hypothetical commands `show w' and `show c' should show the appropriate
18137 parts of the General Public License. Of course, the commands you use may
18138 be called something other than `show w' and `show c'; they could even be
18139 mouse-clicks or menu items--whatever suits your program.
18141 You should also get your employer (if you work as a programmer) or your
18142 school, if any, to sign a "copyright disclaimer" for the program, if
18143 necessary. Here is a sample; alter the names:
18145 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
18146 `Gnomovision' (which makes passes at compilers) written by James Hacker.
18148 &lt;signature of Ty Coon&gt;, 1 April 1989
18149 Ty Coon, President of Vice
18151 This General Public License does not permit incorporating your program into
18152 proprietary programs. If your program is a subroutine library, you may
18153 consider it more useful to permit linking proprietary applications with the
18154 library. If this is what you want to do, use the GNU Library General
18155 Public License instead of this License.
18157 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18159 Scanned Source License swig-2.0.4/CCache/debian/copyright:
18161 This package was debianized by Paul Russell &lt;prussell@debian.org&gt; on
18162 Sun, 31 Mar 2002 14:08:57 +0200.
18164 It was downloaded from http://ccache.samba.org/ftp/ccache/
18166 The ccache-zlib patch was downloaded from http://www.gustaebel.de/lars/ccache/
18168 Upstream Author: Andrew Tridgell &lt;tridge@samba.org&gt;
18170 Copyright: 2002-2005 Andrew Tridgell &lt;tridge@samba.org&gt;
18172 This program is free software; you can redistribute it and/or modify
18173 it under the terms of the GNU General Public License as published by
18174 the Free Software Foundation; either version 2 of the License, or
18175 (at your option) any later version.
18177 This program is distributed in the hope that it will be useful,
18178 but WITHOUT ANY WARRANTY; without even the implied warranty of
18179 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18180 GNU General Public License for more details.
18182 You should have received a copy of the GNU General Public License
18183 along with this program; if not, write to the Free Software
18184 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18185 02110-1301, USA
18187 You are free to distribute this software under the terms of the GNU General
18188 Public License. On Debian systems, the complete text of the GNU General
18189 Public License can be found in /usr/share/common-licenses/GPL file.
18191 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18193 Scanned Source License swig-2.0.4/COPYRIGHT:
18195 SWIG Copyright and Authors
18196 --------------------------
18198 Copyright (c) 1995-2011 The SWIG Developers
18199 Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
18200 Copyright (c) 1998-2005 University of Chicago.
18201 Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California
18203 Portions also copyrighted by:
18204 Network Applied Communication Laboratory, Inc
18205 Information-technology Promotion Agency, Japan
18207 Active SWIG Developers:
18208 William Fulton (wsf@fultondesigns.co.uk) (SWIG core, Java, C#, Windows, Cygwin)
18209 Olly Betts (olly@survex.com) (PHP)
18210 Joseph Wang (joequant@gmail.com) (R)
18211 Xavier Delacour (xavier.delacour@gmail.com) (Octave)
18212 David Nadlinger (code@klickverbot.at) (D)
18214 Past SWIG developers and major contributors include:
18215 Dave Beazley (dave-swig@dabeaz.com) (SWIG core, Python, Tcl, Perl)
18216 Henning Thielemann (swig@henning-thielemann.de) (Modula3)
18217 Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de) (Guile, MzScheme)
18218 Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping)
18219 Mikel Bancroft (mikel@franz.com) (Allegro CL)
18220 Surendra Singhi (efuzzyone@netscape.net) (CLISP, CFFI)
18221 Marcelo Matus (mmatus@acms.arizona.edu) (SWIG core, Python, UTL[python,perl,tcl,ruby])
18222 Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
18223 Lyle Johnson (lyle@users.sourceforge.net) (Ruby)
18224 Charlie Savage (cfis@interserv.com) (Ruby)
18225 Thien-Thi Nguyen (ttn@glug.org) (build/test/misc)
18226 Richard Palmer (richard@magicality.org) (PHP)
18227 Sam Liddicott - Ananova Ltd (saml@liddicott.com) (PHP)
18228 Tim Hockin - Sun Microsystems (thockin@sun.com) (PHP)
18229 Kevin Ruland (PHP)
18230 Shibukawa Yoshiki (Japanese Translation)
18231 Jason Stewart (jason@openinformatics.com) (Perl5)
18232 Loic Dachary (Perl5)
18233 David Fletcher (Perl5)
18234 Gary Holt (Perl5)
18235 Masaki Fukushima (Ruby)
18236 Scott Michel (scottm@cs.ucla.edu) (Java directors)
18237 Tiger Feng (songyanf@cs.uchicago.edu) (SWIG core)
18238 Mark Rose (mrose@stm.lbl.gov) (Directors)
18239 Jonah Beckford (beckford@usermail.com) (CHICKEN)
18240 Ahmon Dancy (dancy@franz.com) (Allegro CL)
18241 Dirk Gerrits (Allegro CL)
18242 Neil Cawse (C#)
18243 Harco de Hilster (Java)
18244 Alexey Dyachenko (dyachenko@fromru.com) (Tcl)
18245 Bob Techentin (Tcl)
18246 Martin Froehlich &lt;MartinFroehlich@ACM.org&gt; (Guile)
18247 Marcio Luis Teixeira &lt;marciot@holly.colostate.edu&gt; (Guile)
18248 Duncan Temple Lang (R)
18249 Miklos Vajna &lt;vmiklos@frugalware.org&gt; (PHP directors)
18250 Mark Gossage (mark@gossage.cjb.net) (Lua)
18251 Gonzalo Garramuno (ggarra@advancedsl.com.ar) (Ruby, Ruby's UTL)
18252 John Lenz (Guile, MzScheme updates, Chicken module, runtime system)
18253 Ian Lance Taylor (Go)
18254 Vadim Zeitlin (PCRE)
18255 Stefan Zager (szager@gmail.com) (Python)
18257 Past contributors include:
18258 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
18259 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
18260 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
18261 Klaus Wiederänders
18262 (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
18264 Past students:
18265 Songyan Feng (Chicago).
18266 Xinghua Shi (Chicago).
18267 Jing Cao (Chicago).
18268 Aquinas Hobor (Chicago).
18270 Historically, the following people contributed to early versions of SWIG.
18271 Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
18272 at Los Alamos National Laboratory were the first users. Patrick
18273 Tullmann at the University of Utah suggested the idea of automatic
18274 documentation generation. John Schmidt and Kurtis Bleeker at the
18275 University of Utah tested out the early versions. Chris Johnson
18276 supported SWIG's developed at the University of Utah. John Buckman,
18277 Larry Virden, and Tom Schwaller provided valuable input on the first
18278 releases and improving the portability of SWIG. David Fletcher and
18279 Gary Holt have provided a great deal of input on improving SWIG's
18280 Perl5 implementation. Kevin Butler contributed the first Windows NT
18281 port.
18283 Early bug reports and patches:
18284 Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
18285 Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
18286 Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
18287 Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
18288 Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
18289 Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
18290 Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
18291 Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
18292 Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
18293 Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
18294 Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
18295 Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
18296 Zhong Ren.
18299 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18301 Scanned Source License swig-2.0.4/LICENSE:
18303 SWIG is free software: you can redistribute it and/or modify it
18304 under the terms of the GNU General Public License as published by
18305 the Free Software Foundation, either version 3 of the License, or
18306 (at your option) any later version. See the LICENSE-GPL file for
18307 the full terms of the GNU General Public license version 3.
18309 Portions of SWIG are also licensed under the terms of the licenses
18310 in the file LICENSE-UNIVERSITIES. You must observe the terms of
18311 these licenses, as well as the terms of the GNU General Public License,
18312 when you distribute SWIG.
18314 The SWIG library and examples, under the Lib and Examples top level
18315 directories, are distributed under the following terms:
18317 You may copy, modify, distribute, and make derivative works based on
18318 this software, in source code or object code form, without
18319 restriction. If you distribute the software to others, you may do
18320 so according to the terms of your choice. This software is offered as
18321 is, without warranty of any kind.
18323 See the COPYRIGHT file for a list of contributors to SWIG and their
18324 copyright notices.
18326 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18327 </pre>
18328 <ul>
18329 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
18330 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
18331 </ul>
18332 </div>
18333 </div>
18336 <div class="product">
18337 <span class="title">syslinux-3.83</span>
18338 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18339 <span class="homepage"><a href="http://syslinux.zytor.com/">homepage</a></span>
18340 <div class="licence">
18341 <pre></pre>
18342 <ul>
18343 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18344 </ul>
18345 </div>
18346 </div>
18349 <div class="product">
18350 <span class="title">tar-1.26</span>
18351 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18352 <span class="homepage"><a href="http://www.gnu.org/software/tar/">homepage</a></span>
18353 <div class="licence">
18354 <pre></pre>
18355 <ul>
18356 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
18357 </ul>
18358 </div>
18359 </div>
18362 <div class="product">
18363 <span class="title">tibt-jomolhari-0.0.3c</span>
18364 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18365 <span class="homepage"><a href="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari">homepage</a></span>
18366 <div class="licence">
18367 <pre></pre>
18368 <ul>
18369 <li><a href='#OFL-1.1'>Gentoo Package Stock License OFL-1.1</a></li>
18370 </ul>
18371 </div>
18372 </div>
18375 <div class="product">
18376 <span class="title">timezone-data-2013g</span>
18377 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18378 <span class="homepage"><a href="http://www.iana.org/time-zones">homepage</a></span>
18379 <div class="licence">
18380 <pre>Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data:
18382 Copyright (c) 1985, 1987, 1988 The Regents of the University of California.
18383 All rights reserved.
18385 Redistribution and use in source and binary forms are permitted
18386 provided that the above copyright notice and this paragraph are
18387 duplicated in all such forms and that any documentation,
18388 advertising materials, and other materials related to such
18389 distribution and use acknowledge that the software was developed
18390 by the University of California, Berkeley. The name of the
18391 University may not be used to endorse or promote products derived
18392 from this software without specific prior written permission.
18393 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
18394 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
18395 WARRANTIES OF MERCHANT[A]BILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18397 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18398 </pre>
18399 <ul>
18400 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
18401 </ul>
18402 </div>
18403 </div>
18406 <div class="product">
18407 <span class="title">tlsdate-0.0.5</span>
18408 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18409 <span class="homepage"><a href="https://github.com/ioerror/tlsdate">homepage</a></span>
18410 <div class="licence">
18411 <pre>Scanned Source License tlsdate-0.0.5/LICENSE:
18413 This file contains the license for tlsdate,
18414 a free software project to set your system clock securely.
18416 It also lists the licenses for other components used by tlsdate.
18418 For more information about tlsdate, see https://github.com/ioerror/tlsdate
18420 If you got this file as a part of a larger bundle,
18421 there may be other license terms that you should be aware of.
18423 ===============================================================================
18424 tlsdate is distributed under this license:
18426 Copyright (c) 2011-2012, Jacob Appelbaum &lt;jacob@appelbaum.net&gt;
18427 Copyright (c) 2011-2012, The Tor Project, Inc.
18429 Redistribution and use in source and binary forms, with or without
18430 modification, are permitted provided that the following conditions are
18431 met:
18433 * Redistributions of source code must retain the above copyright
18434 notice, this list of conditions and the following disclaimer.
18436 * Redistributions in binary form must reproduce the above
18437 copyright notice, this list of conditions and the following disclaimer
18438 in the documentation and/or other materials provided with the
18439 distribution.
18441 * Neither the names of the copyright owners nor the names of its
18442 contributors may be used to endorse or promote products derived from
18443 this software without specific prior written permission.
18445 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18446 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18447 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18448 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
18449 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18450 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
18451 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18452 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
18453 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18454 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18455 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18456 ===============================================================================
18457 If you got tlsdate as a static binary with OpenSSL included, then you should
18458 know:
18460 "This product includes software developed by the OpenSSL Project for use in
18461 the OpenSSL Toolkit (http://www.openssl.org/)"
18463 ===============================================================================
18465 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18466 </pre>
18467 <ul>
18469 </ul>
18470 </div>
18471 </div>
18474 <div class="product">
18475 <span class="title">trousers-0.3.3</span>
18476 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18477 <span class="homepage"><a href="http://trousers.sf.net">homepage</a></span>
18478 <div class="licence">
18479 <pre>Gentoo Package Stock License CPL-1.0:
18481 Common Public License Version 1.0
18483 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.
18485 1. DEFINITIONS
18487 "Contribution" means:
18489 a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
18491 b) in the case of each subsequent Contributor:
18493 i) changes to the Program, and
18495 ii) additions to the Program;
18497 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.
18499 "Contributor" means any person or entity that distributes the Program.
18501 "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.
18503 "Program" means the Contributions distributed in accordance with this Agreement.
18505 "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
18507 2. GRANT OF RIGHTS
18509 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.
18511 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.
18513 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.
18515 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.
18517 3. REQUIREMENTS
18519 A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
18521 a) it complies with the terms and conditions of this Agreement; and
18523 b) its license agreement:
18525 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;
18527 ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
18529 iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
18531 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.
18533 When the Program is made available in source code form:
18535 a) it must be made available under this Agreement; and
18537 b) a copy of this Agreement must be included with each copy of the Program.
18539 Contributors may not remove or alter any copyright notices contained within the Program.
18541 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.
18543 4. COMMERCIAL DISTRIBUTION
18545 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.
18547 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.
18549 5. NO WARRANTY
18551 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.
18553 6. DISCLAIMER OF LIABILITY
18555 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.
18557 7. GENERAL
18559 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.
18561 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.
18563 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.
18565 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.
18567 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.
18568 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18569 </pre>
18570 <ul>
18572 </ul>
18573 </div>
18574 </div>
18577 <div class="product">
18578 <span class="title">u-boot-2013.06</span>
18579 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18580 <span class="homepage"><a href="http://www.denx.de/wiki/U-Boot">homepage</a></span>
18581 <div class="licence">
18582 <pre></pre>
18583 <ul>
18584 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
18585 </ul>
18586 </div>
18587 </div>
18590 <div class="product">
18591 <span class="title">udev-171</span>
18592 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18593 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">homepage</a></span>
18594 <div class="licence">
18595 <pre></pre>
18596 <ul>
18597 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18598 </ul>
18599 </div>
18600 </div>
18603 <div class="product">
18604 <span class="title">unrar-4.2.4</span>
18605 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18606 <span class="homepage"><a href="http://www.rarlab.com/rar_add.htm">homepage</a></span>
18607 <div class="licence">
18608 <pre>Gentoo Package Stock License unRAR:
18610 ****** ***** ****** UnRAR - free utility for RAR archives
18611 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18612 ****** ******* ****** License for use and distribution of
18613 ** ** ** ** ** ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18614 ** ** ** ** ** ** FREE portable version
18615 ~~~~~~~~~~~~~~~~~~~~~
18617 The source code of UnRAR utility is freeware. This means:
18619 1. All copyrights to RAR and the utility UnRAR are exclusively
18620 owned by the author - Alexander Roshal.
18622 2. UnRAR source code may be used in any software to handle
18623 RAR archives without limitations free of charge, but cannot be
18624 used to develop RAR (WinRAR) compatible archiver and to
18625 re-create RAR compression algorithm, which is proprietary.
18626 Distribution of modified UnRAR source code in separate form
18627 or as a part of other software is permitted, provided that
18628 full text of this paragraph, starting from "UnRAR source code"
18629 words, is included in license, or in documentation if license
18630 is not available, and in source code comments of resulting package.
18632 3. The UnRAR utility may be freely distributed. It is allowed
18633 to distribute UnRAR inside of other software packages.
18635 4. THE RAR ARCHIVER AND THE UnRAR UTILITY ARE DISTRIBUTED "AS IS".
18636 NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE AT
18637 YOUR OWN RISK. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS,
18638 DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING
18639 OR MISUSING THIS SOFTWARE.
18641 5. Installing and using the UnRAR utility signifies acceptance of
18642 these terms and conditions of the license.
18644 6. If you don't agree with terms of the license you must remove
18645 UnRAR files from your storage devices and cease to use the
18646 utility.
18648 Thank you for your interest in RAR and UnRAR.
18651 Alexander L. Roshal
18653 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
18654 </pre>
18655 <ul>
18657 </ul>
18658 </div>
18659 </div>
18662 <div class="product">
18663 <span class="title">upstart-1.2</span>
18664 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18665 <span class="homepage"><a href="http://upstart.ubuntu.com/">homepage</a></span>
18666 <div class="licence">
18667 <pre></pre>
18668 <ul>
18669 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18670 </ul>
18671 </div>
18672 </div>
18675 <div class="product">
18676 <span class="title">ureadahead-0.100.0</span>
18677 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18678 <span class="homepage"><a href="https://launchpad.net/ureadahead">homepage</a></span>
18679 <div class="licence">
18680 <pre></pre>
18681 <ul>
18682 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18683 </ul>
18684 </div>
18685 </div>
18688 <div class="product">
18689 <span class="title">usbutils-006</span>
18690 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18691 <span class="homepage"><a href="http://linux-usb.sourceforge.net/">homepage</a></span>
18692 <div class="licence">
18693 <pre></pre>
18694 <ul>
18695 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
18696 </ul>
18697 </div>
18698 </div>
18701 <div class="product">
18702 <span class="title">util-linux-2.21.2</span>
18703 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
18704 <span class="homepage"><a href="http://www.kernel.org/pub/linux/utils/util-linux/">homepage</a></span>
18705 <div class="licence">
18706 <pre>Scanned Source License util-linux-2.21.2/COPYING:
18708 GNU GENERAL PUBLIC LICENSE
18709 Version 2, June 1991
18711 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
18712 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18713 Everyone is permitted to copy and distribute verbatim copies
18714 of this license document, but changing it is not allowed.
18716 Preamble
18718 The licenses for most software are designed to take away your
18719 freedom to share and change it. By contrast, the GNU General Public
18720 License is intended to guarantee your freedom to share and change free
18721 software--to make sure the software is free for all its users. This
18722 General Public License applies to most of the Free Software
18723 Foundation's software and to any other program whose authors commit to
18724 using it. (Some other Free Software Foundation software is covered by
18725 the GNU Library General Public License instead.) You can apply it to
18726 your programs, too.
18728 When we speak of free software, we are referring to freedom, not
18729 price. Our General Public Licenses are designed to make sure that you
18730 have the freedom to distribute copies of free software (and charge for
18731 this service if you wish), that you receive source code or can get it
18732 if you want it, that you can change the software or use pieces of it
18733 in new free programs; and that you know you can do these things.
18735 To protect your rights, we need to make restrictions that forbid
18736 anyone to deny you these rights or to ask you to surrender the rights.
18737 These restrictions translate to certain responsibilities for you if you
18738 distribute copies of the software, or if you modify it.
18740 For example, if you distribute copies of such a program, whether
18741 gratis or for a fee, you must give the recipients all the rights that
18742 you have. You must make sure that they, too, receive or can get the
18743 source code. And you must show them these terms so they know their
18744 rights.
18746 We protect your rights with two steps: (1) copyright the software, and
18747 (2) offer you this license which gives you legal permission to copy,
18748 distribute and/or modify the software.
18750 Also, for each author's protection and ours, we want to make certain
18751 that everyone understands that there is no warranty for this free
18752 software. If the software is modified by someone else and passed on, we
18753 want its recipients to know that what they have is not the original, so
18754 that any problems introduced by others will not reflect on the original
18755 authors' reputations.
18757 Finally, any free program is threatened constantly by software
18758 patents. We wish to avoid the danger that redistributors of a free
18759 program will individually obtain patent licenses, in effect making the
18760 program proprietary. To prevent this, we have made it clear that any
18761 patent must be licensed for everyone's free use or not licensed at all.
18763 The precise terms and conditions for copying, distribution and
18764 modification follow.
18766 GNU GENERAL PUBLIC LICENSE
18767 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
18769 0. This License applies to any program or other work which contains
18770 a notice placed by the copyright holder saying it may be distributed
18771 under the terms of this General Public License. The "Program", below,
18772 refers to any such program or work, and a "work based on the Program"
18773 means either the Program or any derivative work under copyright law:
18774 that is to say, a work containing the Program or a portion of it,
18775 either verbatim or with modifications and/or translated into another
18776 language. (Hereinafter, translation is included without limitation in
18777 the term "modification".) Each licensee is addressed as "you".
18779 Activities other than copying, distribution and modification are not
18780 covered by this License; they are outside its scope. The act of
18781 running the Program is not restricted, and the output from the Program
18782 is covered only if its contents constitute a work based on the
18783 Program (independent of having been made by running the Program).
18784 Whether that is true depends on what the Program does.
18786 1. You may copy and distribute verbatim copies of the Program's
18787 source code as you receive it, in any medium, provided that you
18788 conspicuously and appropriately publish on each copy an appropriate
18789 copyright notice and disclaimer of warranty; keep intact all the
18790 notices that refer to this License and to the absence of any warranty;
18791 and give any other recipients of the Program a copy of this License
18792 along with the Program.
18794 You may charge a fee for the physical act of transferring a copy, and
18795 you may at your option offer warranty protection in exchange for a fee.
18797 2. You may modify your copy or copies of the Program or any portion
18798 of it, thus forming a work based on the Program, and copy and
18799 distribute such modifications or work under the terms of Section 1
18800 above, provided that you also meet all of these conditions:
18802 a) You must cause the modified files to carry prominent notices
18803 stating that you changed the files and the date of any change.
18805 b) You must cause any work that you distribute or publish, that in
18806 whole or in part contains or is derived from the Program or any
18807 part thereof, to be licensed as a whole at no charge to all third
18808 parties under the terms of this License.
18810 c) If the modified program normally reads commands interactively
18811 when run, you must cause it, when started running for such
18812 interactive use in the most ordinary way, to print or display an
18813 announcement including an appropriate copyright notice and a
18814 notice that there is no warranty (or else, saying that you provide
18815 a warranty) and that users may redistribute the program under
18816 these conditions, and telling the user how to view a copy of this
18817 License. (Exception: if the Program itself is interactive but
18818 does not normally print such an announcement, your work based on
18819 the Program is not required to print an announcement.)
18821 These requirements apply to the modified work as a whole. If
18822 identifiable sections of that work are not derived from the Program,
18823 and can be reasonably considered independent and separate works in
18824 themselves, then this License, and its terms, do not apply to those
18825 sections when you distribute them as separate works. But when you
18826 distribute the same sections as part of a whole which is a work based
18827 on the Program, the distribution of the whole must be on the terms of
18828 this License, whose permissions for other licensees extend to the
18829 entire whole, and thus to each and every part regardless of who wrote it.
18831 Thus, it is not the intent of this section to claim rights or contest
18832 your rights to work written entirely by you; rather, the intent is to
18833 exercise the right to control the distribution of derivative or
18834 collective works based on the Program.
18836 In addition, mere aggregation of another work not based on the Program
18837 with the Program (or with a work based on the Program) on a volume of
18838 a storage or distribution medium does not bring the other work under
18839 the scope of this License.
18841 3. You may copy and distribute the Program (or a work based on it,
18842 under Section 2) in object code or executable form under the terms of
18843 Sections 1 and 2 above provided that you also do one of the following:
18845 a) Accompany it with the complete corresponding machine-readable
18846 source code, which must be distributed under the terms of Sections
18847 1 and 2 above on a medium customarily used for software interchange; or,
18849 b) Accompany it with a written offer, valid for at least three
18850 years, to give any third party, for a charge no more than your
18851 cost of physically performing source distribution, a complete
18852 machine-readable copy of the corresponding source code, to be
18853 distributed under the terms of Sections 1 and 2 above on a medium
18854 customarily used for software interchange; or,
18856 c) Accompany it with the information you received as to the offer
18857 to distribute corresponding source code. (This alternative is
18858 allowed only for noncommercial distribution and only if you
18859 received the program in object code or executable form with such
18860 an offer, in accord with Subsection b above.)
18862 The source code for a work means the preferred form of the work for
18863 making modifications to it. For an executable work, complete source
18864 code means all the source code for all modules it contains, plus any
18865 associated interface definition files, plus the scripts used to
18866 control compilation and installation of the executable. However, as a
18867 special exception, the source code distributed need not include
18868 anything that is normally distributed (in either source or binary
18869 form) with the major components (compiler, kernel, and so on) of the
18870 operating system on which the executable runs, unless that component
18871 itself accompanies the executable.
18873 If distribution of executable or object code is made by offering
18874 access to copy from a designated place, then offering equivalent
18875 access to copy the source code from the same place counts as
18876 distribution of the source code, even though third parties are not
18877 compelled to copy the source along with the object code.
18879 4. You may not copy, modify, sublicense, or distribute the Program
18880 except as expressly provided under this License. Any attempt
18881 otherwise to copy, modify, sublicense or distribute the Program is
18882 void, and will automatically terminate your rights under this License.
18883 However, parties who have received copies, or rights, from you under
18884 this License will not have their licenses terminated so long as such
18885 parties remain in full compliance.
18887 5. You are not required to accept this License, since you have not
18888 signed it. However, nothing else grants you permission to modify or
18889 distribute the Program or its derivative works. These actions are
18890 prohibited by law if you do not accept this License. Therefore, by
18891 modifying or distributing the Program (or any work based on the
18892 Program), you indicate your acceptance of this License to do so, and
18893 all its terms and conditions for copying, distributing or modifying
18894 the Program or works based on it.
18896 6. Each time you redistribute the Program (or any work based on the
18897 Program), the recipient automatically receives a license from the
18898 original licensor to copy, distribute or modify the Program subject to
18899 these terms and conditions. You may not impose any further
18900 restrictions on the recipients' exercise of the rights granted herein.
18901 You are not responsible for enforcing compliance by third parties to
18902 this License.
18904 7. If, as a consequence of a court judgment or allegation of patent
18905 infringement or for any other reason (not limited to patent issues),
18906 conditions are imposed on you (whether by court order, agreement or
18907 otherwise) that contradict the conditions of this License, they do not
18908 excuse you from the conditions of this License. If you cannot
18909 distribute so as to satisfy simultaneously your obligations under this
18910 License and any other pertinent obligations, then as a consequence you
18911 may not distribute the Program at all. For example, if a patent
18912 license would not permit royalty-free redistribution of the Program by
18913 all those who receive copies directly or indirectly through you, then
18914 the only way you could satisfy both it and this License would be to
18915 refrain entirely from distribution of the Program.
18917 If any portion of this section is held invalid or unenforceable under
18918 any particular circumstance, the balance of the section is intended to
18919 apply and the section as a whole is intended to apply in other
18920 circumstances.
18922 It is not the purpose of this section to induce you to infringe any
18923 patents or other property right claims or to contest validity of any
18924 such claims; this section has the sole purpose of protecting the
18925 integrity of the free software distribution system, which is
18926 implemented by public license practices. Many people have made
18927 generous contributions to the wide range of software distributed
18928 through that system in reliance on consistent application of that
18929 system; it is up to the author/donor to decide if he or she is willing
18930 to distribute software through any other system and a licensee cannot
18931 impose that choice.
18933 This section is intended to make thoroughly clear what is believed to
18934 be a consequence of the rest of this License.
18936 8. If the distribution and/or use of the Program is restricted in
18937 certain countries either by patents or by copyrighted interfaces, the
18938 original copyright holder who places the Program under this License
18939 may add an explicit geographical distribution limitation excluding
18940 those countries, so that distribution is permitted only in or among
18941 countries not thus excluded. In such case, this License incorporates
18942 the limitation as if written in the body of this License.
18944 9. The Free Software Foundation may publish revised and/or new versions
18945 of the General Public License from time to time. Such new versions will
18946 be similar in spirit to the present version, but may differ in detail to
18947 address new problems or concerns.
18949 Each version is given a distinguishing version number. If the Program
18950 specifies a version number of this License which applies to it and "any
18951 later version", you have the option of following the terms and conditions
18952 either of that version or of any later version published by the Free
18953 Software Foundation. If the Program does not specify a version number of
18954 this License, you may choose any version ever published by the Free Software
18955 Foundation.
18957 10. If you wish to incorporate parts of the Program into other free
18958 programs whose distribution conditions are different, write to the author
18959 to ask for permission. For software which is copyrighted by the Free
18960 Software Foundation, write to the Free Software Foundation; we sometimes
18961 make exceptions for this. Our decision will be guided by the two goals
18962 of preserving the free status of all derivatives of our free software and
18963 of promoting the sharing and reuse of software generally.
18965 NO WARRANTY
18967 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
18968 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
18969 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
18970 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
18971 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18972 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
18973 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
18974 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
18975 REPAIR OR CORRECTION.
18977 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
18978 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
18979 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
18980 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
18981 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
18982 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
18983 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
18984 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
18985 POSSIBILITY OF SUCH DAMAGES.
18987 END OF TERMS AND CONDITIONS
18989 How to Apply These Terms to Your New Programs
18991 If you develop a new program, and you want it to be of the greatest
18992 possible use to the public, the best way to achieve this is to make it
18993 free software which everyone can redistribute and change under these terms.
18995 To do so, attach the following notices to the program. It is safest
18996 to attach them to the start of each source file to most effectively
18997 convey the exclusion of warranty; and each file should have at least
18998 the "copyright" line and a pointer to where the full notice is found.
19000 &lt;one line to give the program's name and a brief idea of what it does.&gt;
19001 Copyright (C) &lt;year&gt; &lt;name of author&gt;
19003 This program is free software; you can redistribute it and/or modify
19004 it under the terms of the GNU General Public License as published by
19005 the Free Software Foundation; either version 2 of the License, or
19006 (at your option) any later version.
19008 This program is distributed in the hope that it will be useful,
19009 but WITHOUT ANY WARRANTY; without even the implied warranty of
19010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19011 GNU General Public License for more details.
19013 You should have received a copy of the GNU General Public License
19014 along with this program; if not, write to the Free Software
19015 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19018 Also add information on how to contact you by electronic and paper mail.
19020 If the program is interactive, make it output a short notice like this
19021 when it starts in an interactive mode:
19023 Gnomovision version 69, Copyright (C) year name of author
19024 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
19025 This is free software, and you are welcome to redistribute it
19026 under certain conditions; type `show c' for details.
19028 The hypothetical commands `show w' and `show c' should show the appropriate
19029 parts of the General Public License. Of course, the commands you use may
19030 be called something other than `show w' and `show c'; they could even be
19031 mouse-clicks or menu items--whatever suits your program.
19033 You should also get your employer (if you work as a programmer) or your
19034 school, if any, to sign a "copyright disclaimer" for the program, if
19035 necessary. Here is a sample; alter the names:
19037 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
19038 `Gnomovision' (which makes passes at compilers) written by James Hacker.
19040 &lt;signature of Ty Coon&gt;, 1 April 1989
19041 Ty Coon, President of Vice
19043 This General Public License does not permit incorporating your program into
19044 proprietary programs. If your program is a subroutine library, you may
19045 consider it more useful to permit linking proprietary applications with the
19046 library. If this is what you want to do, use the GNU Library General
19047 Public License instead of this License.
19049 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19051 Scanned Source License util-linux-2.21.2/getopt/COPYING:
19053 The getopt is explicitly licensed under GNU General Public License,
19054 version 2 terms.
19056 The complete text of the license is available at the
19057 Documentation/licenses/COPYING.GPLv2 file.
19059 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19061 Scanned Source License util-linux-2.21.2/libblkid/COPYING:
19063 This library is free software; you can redistribute it and/or
19064 modify it under the terms of the GNU Lesser General Public
19065 License as published by the Free Software Foundation; either
19066 version 2.1 of the License, or (at your option) any later
19067 version.
19069 The complete text of the license is available at the
19070 Documentation/licenses/COPYING.LGPLv2.1 file.
19072 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19074 Scanned Source License util-linux-2.21.2/libmount/COPYING:
19076 This library is free software; you can redistribute it and/or
19077 modify it under the terms of the GNU Lesser General Public
19078 License as published by the Free Software Foundation; either
19079 version 2.1 of the License, or (at your option) any later
19080 version.
19082 The complete text of the license is available at the
19083 Documentation/licenses/COPYING.LGPLv2.1 file.
19085 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19087 Scanned Source License util-linux-2.21.2/libuuid/COPYING:
19089 This library is free software; you can redistribute it and/or
19090 modify it under the terms of the Modified BSD License.
19092 The complete text of the license is available at the
19093 Documentation/licenses/COPYING.BSD-3 file.
19095 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19096 </pre>
19097 <ul>
19098 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
19099 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19100 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19101 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
19102 </ul>
19103 </div>
19104 </div>
19107 <div class="product">
19108 <span class="title">vim-7.3.409</span>
19109 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19110 <span class="homepage"><a href="http://www.vim.org/">homepage</a></span>
19111 <div class="licence">
19112 <pre>Gentoo Package Stock License vim:
19114 License details for VIM Editor:
19116 *uganda.txt* For Vim version 7.2. Last change: 2008 Jun 21
19119 VIM REFERENCE MANUAL by Bram Moolenaar
19122 *uganda* *Uganda* *copying* *copyright* *license*
19123 SUMMARY
19124 *iccf* *ICCF*
19125 Vim is Charityware. You can use and copy it as much as you like, but you are
19126 encouraged to make a donation for needy children in Uganda. Please see |kcc|
19127 below or visit the ICCF web site, available at these URLs:
19129 http://iccf-holland.org/
19130 http://www.vim.org/iccf/
19131 http://www.iccf.nl/
19133 You can also sponsor the development of Vim. Vim sponsors can vote for
19134 features. See |sponsor|. The money goes to Uganda anyway.
19136 The Open Publication License applies to the Vim documentation, see
19137 |manual-copyright|.
19139 === begin of license ===
19141 VIM LICENSE
19143 I) There are no restrictions on distributing unmodified copies of Vim except
19144 that they must include this license text. You can also distribute
19145 unmodified parts of Vim, likewise unrestricted except that they must
19146 include this license text. You are also allowed to include executables
19147 that you made from the unmodified Vim sources, plus your own usage
19148 examples and Vim scripts.
19150 II) It is allowed to distribute a modified (or extended) version of Vim,
19151 including executables and/or source code, when the following four
19152 conditions are met:
19153 1) This license text must be included unmodified.
19154 2) The modified Vim must be distributed in one of the following five ways:
19155 a) If you make changes to Vim yourself, you must clearly describe in
19156 the distribution how to contact you. When the maintainer asks you
19157 (in any way) for a copy of the modified Vim you distributed, you
19158 must make your changes, including source code, available to the
19159 maintainer without fee. The maintainer reserves the right to
19160 include your changes in the official version of Vim. What the
19161 maintainer will do with your changes and under what license they
19162 will be distributed is negotiable. If there has been no negotiation
19163 then this license, or a later version, also applies to your changes.
19164 The current maintainer is Bram Moolenaar &lt;Bram@vim.org&gt;. If this
19165 changes it will be announced in appropriate places (most likely
19166 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
19167 impossible to contact the maintainer, the obligation to send him
19168 your changes ceases. Once the maintainer has confirmed that he has
19169 received your changes they will not have to be sent again.
19170 b) If you have received a modified Vim that was distributed as
19171 mentioned under a) you are allowed to further distribute it
19172 unmodified, as mentioned at I). If you make additional changes the
19173 text under a) applies to those changes.
19174 c) Provide all the changes, including source code, with every copy of
19175 the modified Vim you distribute. This may be done in the form of a
19176 context diff. You can choose what license to use for new code you
19177 add. The changes and their license must not restrict others from
19178 making their own changes to the official version of Vim.
19179 d) When you have a modified Vim which includes changes as mentioned
19180 under c), you can distribute it without the source code for the
19181 changes if the following three conditions are met:
19182 - The license that applies to the changes permits you to distribute
19183 the changes to the Vim maintainer without fee or restriction, and
19184 permits the Vim maintainer to include the changes in the official
19185 version of Vim without fee or restriction.
19186 - You keep the changes for at least three years after last
19187 distributing the corresponding modified Vim. When the maintainer
19188 or someone who you distributed the modified Vim to asks you (in
19189 any way) for the changes within this period, you must make them
19190 available to him.
19191 - You clearly describe in the distribution how to contact you. This
19192 contact information must remain valid for at least three years
19193 after last distributing the corresponding modified Vim, or as long
19194 as possible.
19195 e) When the GNU General Public License (GPL) applies to the changes,
19196 you can distribute the modified Vim under the GNU GPL version 2 or
19197 any later version.
19198 3) A message must be added, at least in the output of the ":version"
19199 command and in the intro screen, such that the user of the modified Vim
19200 is able to see that it was modified. When distributing as mentioned
19201 under 2)e) adding the message is only required for as far as this does
19202 not conflict with the license used for the changes.
19203 4) The contact information as required under 2)a) and 2)d) must not be
19204 removed or changed, except that the person himself can make
19205 corrections.
19207 III) If you distribute a modified version of Vim, you are encouraged to use
19208 the Vim license for your changes and make them available to the
19209 maintainer, including the source code. The preferred way to do this is
19210 by e-mail or by uploading the files to a server and e-mailing the URL.
19211 If the number of changes is small (e.g., a modified Makefile) e-mailing a
19212 context diff will do. The e-mail address to be used is
19213 &lt;maintainer@vim.org&gt;
19215 IV) It is not allowed to remove this license from the distribution of the Vim
19216 sources, parts of it or from a modified version. You may use this
19217 license for previous Vim releases instead of the license that they came
19218 with, at your option.
19220 === end of license ===
19222 Note:
19224 - If you are happy with Vim, please express that by reading the rest of this
19225 file and consider helping needy children in Uganda.
19227 - If you want to support further Vim development consider becoming a
19228 |sponsor|. The money goes to Uganda anyway.
19230 - According to Richard Stallman the Vim license is GNU GPL compatible.
19231 A few minor changes have been made since he checked it, but that should not
19232 make a difference.
19234 - If you link Vim with a library that goes under the GNU GPL, this limits
19235 further distribution to the GNU GPL. Also when you didn't actually change
19236 anything in Vim.
19238 - Once a change is included that goes under the GNU GPL, this forces all
19239 further changes to also be made under the GNU GPL or a compatible license.
19241 - If you distribute a modified version of Vim, you can include your name and
19242 contact information with the "--with-modified-by" configure argument or the
19243 MODIFIED_BY define.
19245 ==============================================================================
19246 Kibaale Children's Centre *kcc* *Kibaale* *charity*
19248 Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
19249 south of Uganda, near Tanzania, in East Africa. The area is known as Rakai
19250 District. The population is mostly farmers. Although people are poor, there
19251 is enough food. But this district is suffering from AIDS more than any other
19252 part of the world. Some say that it started there. Estimations are that 10
19253 to 30% of the Ugandans are infected with HIV. Because parents die, there are
19254 many orphans. In this district about 60,000 children have lost one or both
19255 parents, out of a population of 350,000. And this is still continuing.
19257 The children need a lot of help. The KCC is working hard to provide the needy
19258 with food, medical care and education. Food and medical care to keep them
19259 healthy now, and education so that they can take care of themselves in the
19260 future. KCC works on a Christian base, but help is given to children of any
19261 religion.
19263 The key to solving the problems in this area is education. This has been
19264 neglected in the past years with president Idi Amin and the following civil
19265 wars. Now that the government is stable again, the children and parents have
19266 to learn how to take care of themselves and how to avoid infections. There is
19267 also help for people who are ill and hungry, but the primary goal is to
19268 prevent people from getting ill and to teach them how to grow healthy food.
19270 Most of the orphans are living in an extended family. An uncle or older
19271 sister is taking care of them. Because these families are big and the income
19272 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
19273 care and schooling is beyond its reach. To help these needy children, a
19274 sponsorship program was put into place. A child can be financially adopted.
19275 For a few dollars a month KCC sees to it that the child gets indispensable
19276 items, is healthy, goes to school and KCC takes care of anything else that
19277 needs to be done for the child and the family that supports it.
19279 Besides helping the child directly, the environment where the child grows up
19280 needs to be improved. KCC helps schools to improve their teaching methods.
19281 There is a demonstration school at the centre and teacher trainings are given.
19282 Health workers are being trained, hygiene education is carried out and
19283 households are stimulated to build a proper latrine. I helped setting up a
19284 production site for cement slabs. These are used to build a good latrine.
19285 They are sold below cost price.
19287 There is a small clinic at the project, which provides children and their
19288 family with medical help. When needed, transport to a hospital is offered.
19289 Immunization programs are carried out and help is provided when an epidemic is
19290 breaking out (measles and cholera have been a problem).
19291 *donate*
19292 Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
19293 volunteer. I have helped to expand the centre and worked in the area of water
19294 and sanitation. I learned that the help that the KCC provides really helps.
19295 When I came back to Holland, I wanted to continue supporting KCC. To do this
19296 I'm raising funds and organizing the sponsorship program. Please consider one
19297 of these possibilities:
19299 1. Sponsor a child in primary school: 17 euro a month (or more).
19300 2. Sponsor a child in secondary school: 25 euro a month (or more).
19301 3. Sponsor the clinic: Any amount a month or quarter
19302 4. A one-time donation
19304 Compared with other organizations that do child sponsorship the amounts are
19305 very low. This is because the money goes directly to the centre. Less than
19306 5% is used for administration. This is possible because this is a small
19307 organization that works with volunteers. If you would like to sponsor a
19308 child, you should have the intention to do this for at least one year.
19310 How do you know that the money will be spent right? First of all you have my
19311 personal guarantee as the author of Vim. I trust the people that are working
19312 at the centre, I know them personally. Further more, the centre is
19313 co-sponsored and inspected by World Vision, Save the Children Fund and
19314 International Child Care Fund. The centre is visited about once a year to
19315 check the progress (at our own cost). I have visited the centre myself in
19316 1996, 1998, 2000, 2001 and 2003. The visit reports are on the ICCF web site.
19318 If you have any further questions, send me e-mail: &lt;Bram@vim.org&gt;.
19320 The address of the centre is:
19321 Kibaale Children's Centre
19322 p.o. box 1658
19323 Masaka, Uganda, East Africa
19325 Sending money: *iccf-donations*
19327 Check the ICCF web site for the latest information! See |iccf| for the URL.
19330 USA: The methods mentioned below can be used.
19331 Sending a check to the Nehemiah Group Outreach Society (NGOS)
19332 is no longer possible, unfortunately. We are looking for
19333 another way to get you an IRS tax receipt.
19334 For sponsoring a child contact KCF in Canada (see below). US
19335 checks can be sent to them to lower banking costs.
19337 Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
19338 take care of the Canadian sponsors for the children in
19339 Kibaale. KCF forwards 100% of the money to the project in
19340 Uganda. You can send them a one time donation directly.
19341 Please send me a note so that I know what has been donated
19342 because of Vim. Ask KCF for information about sponsorship.
19343 Kibaale Children's Fund c/o Pacific Academy
19344 10238-168 Street
19345 Surrey, B.C. V4N 1Z4
19346 Canada
19347 Phone: 604-581-5353
19348 If you make a donation to Kibaale Children's Fund (KCF) you
19349 will receive a tax receipt which can be submitted with your
19350 tax return.
19352 Holland: Transfer to the account of "Stichting ICCF Holland" in Venlo.
19353 This will allow for tax deduction if you live in Holland.
19354 Postbank, nr. 4548774
19356 Germany: It is possible to make donations that allow for a tax return.
19357 Check the ICCF web site for the latest information:
19358 http://iccf-holland.org/germany.html
19360 World: Use a postal money order. That should be possible from any
19361 country, mostly from the post office. Use this name (which is
19362 in my passport): "Abraham Moolenaar". Use Euro for the
19363 currency if possible.
19365 Europe: Use a bank transfer if possible. Your bank should have a form
19366 that you can use for this. See "Others" below for the swift
19367 code and IBAN number.
19368 Any other method should work. Ask for information about
19369 sponsorship.
19371 Credit Card: You can use PayPal to send money with a Credit card. This is
19372 the most widely used Internet based payment system. It's
19373 really simple to use. Use this link to find more info:
19374 https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
19375 The e-mail address for sending the money to is:
19376 Bram@iccf-holland.org
19377 For amounts above 400 Euro ($500) sending a check is
19378 preferred.
19380 Others: Transfer to one of these accounts if possible:
19381 Postbank, account 4548774
19382 Swift code: INGB NL 2A
19383 IBAN: NL47 PSTB 0004 5487 74
19384 under the name "stichting ICCF Holland", Venlo
19385 If that doesn't work:
19386 Rabobank Venlo, account 3765.05.117
19387 Swift code: RABO NL 2U
19388 under the name "Bram Moolenaar", Venlo
19389 Otherwise, send a check in euro or US dollars to the address
19390 below. Minimal amount: $70 (my bank does not accept smaller
19391 amounts for foreign check, sorry)
19393 Address to send checks to:
19394 stichting ICCF Holland
19395 Bram Moolenaar
19396 Finsterruetihof 1
19397 8134 Adliswil
19398 Switzerland
19400 This address is expected to be valid for a long time.
19402 vim:tw=78:ts=8:ft=help:norl:
19404 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19405 </pre>
19406 <ul>
19408 </ul>
19409 </div>
19410 </div>
19413 <div class="product">
19414 <span class="title">wget-1.12</span>
19415 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19416 <span class="homepage"><a href="http://www.gnu.org/software/wget/">homepage</a></span>
19417 <div class="licence">
19418 <pre></pre>
19419 <ul>
19420 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19421 </ul>
19422 </div>
19423 </div>
19426 <div class="product">
19427 <span class="title">which-2.20</span>
19428 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19429 <span class="homepage"><a href="http://www.xs4all.nl/~carlo17/which/">homepage</a></span>
19430 <div class="licence">
19431 <pre></pre>
19432 <ul>
19433 <li><a href='#GPL-3'>Gentoo Package Stock License GPL-3</a></li>
19434 </ul>
19435 </div>
19436 </div>
19439 <div class="product">
19440 <span class="title">wireless-regdb-20101124</span>
19441 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19442 <span class="homepage"><a href="http://wireless.kernel.org/en/developers/Regulatory">homepage</a></span>
19443 <div class="licence">
19444 <pre>Scanned Source License wireless-regdb-2010.11.24/LICENSE:
19446 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
19447 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
19448 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
19450 Permission to use, copy, modify, and/or distribute this software for any
19451 purpose with or without fee is hereby granted, provided that the above
19452 copyright notice and this permission notice appear in all copies.
19454 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19455 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19456 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19457 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19458 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19459 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19460 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19463 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19465 Scanned Source License wireless-regdb-2010.11.24/debian-example/copyright:
19467 This package was debianized by Luis Rodriguez &lt;mcgrof@gmail.com&gt; on
19468 Thu, 22 Jan 2009 16:00:00 +0100.
19470 The wireless-regdb packages was downloaded from &lt;http://wireless.kernel.org/download/wireless-regdb/&gt;
19472 Copyright (c) 2008, Luis R. Rodriguez &lt;mcgrof@gmail.com&gt;
19473 Copyright (c) 2008, Johannes Berg &lt;johannes@sipsolutions.net&gt;
19474 Copyright (c) 2008, Michael Green &lt;Michael.Green@Atheros.com&gt;
19476 Permission to use, copy, modify, and/or distribute this software for any
19477 purpose with or without fee is hereby granted, provided that the above
19478 copyright notice and this permission notice appear in all copies.
19480 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19481 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19482 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19483 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19484 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19485 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19486 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19489 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
19490 </pre>
19491 <ul>
19492 <li><a href='#as-is'>Gentoo Package Stock License as-is</a></li>
19493 </ul>
19494 </div>
19495 </div>
19498 <div class="product">
19499 <span class="title">wpa_supplicant-0.7.2</span>
19500 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19501 <span class="homepage"><a href="http://hostap.epitest.fi/wpa_supplicant/">homepage</a></span>
19502 <div class="licence">
19503 <pre></pre>
19504 <ul>
19505 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
19506 </ul>
19507 </div>
19508 </div>
19511 <div class="product">
19512 <span class="title">X.Org-1.9.3</span>
19513 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
19514 <span class="homepage"><a href="http://www.x.org/">homepage</a></span>
19515 <div class="licence">
19516 <pre>Custom License X:
19518 The following is the 'standard copyright' agreed upon by most contributors,
19519 and is currently the canonical license preferred by the X.Org Foundation.
19520 This is a slight variant of the common MIT license form published by the
19521 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php
19523 Copyright holders of new code should use this license statement where
19524 possible, and insert their name to this list. Please sort by surname
19525 for people, and by the full name for other entities (e.g. Juliusz
19526 Chroboczek sorts before Intel Corporation sorts before Daniel Stone).
19528 Copyright © 2000-2001 Juliusz Chroboczek
19529 Copyright © 1998 Egbert Eich
19530 Copyright © 2006-2007 Intel Corporation
19531 Copyright © 2006 Nokia Corporation
19532 Copyright © 2006-2008 Peter Hutterer
19533 Copyright © 2006 Adam Jackson
19534 Copyright © 2009 NVIDIA Corporation
19535 Copyright © 1999 Keith Packard
19536 Copyright © 2007-2009 Red Hat, Inc.
19537 Copyright © 2005-2008 Daniel Stone
19538 Copyright © 2006-2009 Simon Thum
19539 Copyright © 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc.
19540 Copyright © 2006 Luc Verhaegen
19542 Permission is hereby granted, free of charge, to any person obtaining a
19543 copy of this software and associated documentation files (the "Software"),
19544 to deal in the Software without restriction, including without limitation
19545 the rights to use, copy, modify, merge, publish, distribute, sublicense,
19546 and/or sell copies of the Software, and to permit persons to whom the
19547 Software is furnished to do so, subject to the following conditions:
19549 The above copyright notice and this permission notice (including the next
19550 paragraph) shall be included in all copies or substantial portions of the
19551 Software.
19553 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19554 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19555 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19556 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19557 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19558 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19559 DEALINGS IN THE SOFTWARE.
19564 The following licenses are 'legacy': usually MIT/X11 licenses with the name
19565 of the copyright holder(s) in the license statement, but also some BSD-like
19566 licenses.
19569 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
19570 Copyright (C) Colin Harrison 2005-2008
19572 Permission is hereby granted, free of charge, to any person obtaining a copy of
19573 this software and associated documentation files (the "Software"), to deal in
19574 the Software without restriction, including without limitation the rights to
19575 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
19576 of the Software, and to permit persons to whom the Software is furnished to do
19577 so, subject to the following conditions:
19579 The above copyright notice and this permission notice shall be included in all
19580 copies or substantial portions of the Software.
19582 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19583 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
19584 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19585 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19586 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
19587 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19589 Except as contained in this notice, the name of the XFree86 Project shall not
19590 be used in advertising or otherwise to promote the sale, use or other dealings
19591 in this Software without prior written authorization from the XFree86 Project.
19594 Copyright 1997 by The XFree86 Project, Inc.
19596 Permission to use, copy, modify, distribute, and sell this software and its
19597 documentation for any purpose is hereby granted without fee, provided that
19598 the above copyright notice appear in all copies and that both that
19599 copyright notice and this permission notice appear in supporting
19600 documentation, and that the name of the XFree86 Project, Inc.
19601 not be used in advertising or publicity pertaining to distribution of
19602 the software without specific, written prior permission. The Xfree86
19603 Project, Inc. makes no representations about the suitability of this
19604 software for any purpose. It is provided "as is" without express or
19605 implied warranty.
19607 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
19608 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
19609 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
19610 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19611 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19612 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19613 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19616 Copyright 1985-1998, 2001 The Open Group
19617 Copyright 2002 Red Hat Inc., Durham, North Carolina.
19619 Permission to use, copy, modify, distribute, and sell this software and its
19620 documentation for any purpose is hereby granted without fee, provided that
19621 the above copyright notice appear in all copies and that both that
19622 copyright notice and this permission notice appear in supporting
19623 documentation.
19625 The above copyright notice and this permission notice shall be included in
19626 all copies or substantial portions of the Software.
19628 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19629 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19630 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19631 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19632 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19633 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19635 Except as contained in this notice, the name of The Open Group shall not be
19636 used in advertising or otherwise to promote the sale, use or other dealings
19637 in this Software without prior written authorization from The Open Group.
19640 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium
19642 Permission is hereby granted, free of charge, to any person obtaining a copy
19643 of this software and associated documentation files (the "Software"), to deal
19644 in the Software without restriction, including without limitation the rights
19645 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19646 copies of the Software, and to permit persons to whom the Software is
19647 furnished to do so, subject to the following conditions:
19649 The above copyright notice and this permission notice shall be included in
19650 all copies or substantial portions of the Software.
19652 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19653 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19654 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19655 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19656 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19657 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19659 Except as contained in this notice, the name of the X Consortium shall not be
19660 used in advertising or otherwise to promote the sale, use or other dealings
19661 in this Software without prior written authorization from the X Consortium.
19664 Copyright © 1999-2000 SuSE, Inc.
19665 Copyright © 2007 Red Hat, Inc.
19667 Permission to use, copy, modify, distribute, and sell this software and its
19668 documentation for any purpose is hereby granted without fee, provided that
19669 the above copyright notice appear in all copies and that both that
19670 copyright notice and this permission notice appear in supporting
19671 documentation, and that the name of SuSE not be used in advertising or
19672 publicity pertaining to distribution of the software without specific,
19673 written prior permission. SuSE makes no representations about the
19674 suitability of this software for any purpose. It is provided "as is"
19675 without express or implied warranty.
19677 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
19678 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
19679 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19680 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
19681 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
19682 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19685 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts.
19686 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts.
19687 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England.
19689 All Rights Reserved
19691 Permission to use, copy, modify, and distribute this software and its
19692 documentation for any purpose and without fee is hereby granted,
19693 provided that the above copyright notice appear in all copies and that
19694 both that copyright notice and this permission notice appear in
19695 supporting documentation, and that the name of Digital not be
19696 used in advertising or publicity pertaining to distribution of the
19697 software without specific, written prior permission.
19699 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
19700 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
19701 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
19702 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
19703 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
19704 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
19705 SOFTWARE.
19708 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
19709 Copyright 1994 Quarterdeck Office Systems.
19711 All Rights Reserved
19713 Permission to use, copy, modify, and distribute this software and its
19714 documentation for any purpose and without fee is hereby granted,
19715 provided that the above copyright notice appear in all copies and that
19716 both that copyright notice and this permission notice appear in
19717 supporting documentation, and that the names of Digital and
19718 Quarterdeck not be used in advertising or publicity pertaining to
19719 distribution of the software without specific, written prior
19720 permission.
19722 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
19723 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
19724 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
19725 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
19726 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
19727 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
19728 OR PERFORMANCE OF THIS SOFTWARE.
19731 Copyright 1997 Digital Equipment Corporation.
19732 All rights reserved.
19734 This software is furnished under license and may be used and copied only in
19735 accordance with the following terms and conditions. Subject to these
19736 conditions, you may download, copy, install, use, modify and distribute
19737 this software in source and/or binary form. No title or ownership is
19738 transferred hereby.
19740 1) Any source code used, modified or distributed must reproduce and retain
19741 this copyright notice and list of conditions as they appear in the
19742 source file.
19744 2) No right is granted to use any trade name, trademark, or logo of Digital
19745 Equipment Corporation. Neither the "Digital Equipment Corporation"
19746 name nor any trademark or logo of Digital Equipment Corporation may be
19747 used to endorse or promote products derived from this software without
19748 the prior written permission of Digital Equipment Corporation.
19750 3) This software is provided "AS-IS" and any express or implied warranties,
19751 including but not limited to, any implied warranties of merchantability,
19752 fitness for a particular purpose, or non-infringement are disclaimed.
19753 In no event shall DIGITAL be liable for any damages whatsoever, and in
19754 particular, DIGITAL shall not be liable for special, indirect,
19755 consequential, or incidental damages or damages for lost profits, loss
19756 of revenue or loss of use, whether such damages arise in contract,
19757 negligence, tort, under statute, in equity, at law or otherwise, even
19758 if advised of the possibility of such damage.
19761 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts.
19763 Permission is hereby granted, free of charge, to any person obtaining a copy
19764 of this software and associated documentation files (the "Software"), to deal
19765 in the Software without restriction, including without limitation the rights
19766 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19767 copies of the Software.
19769 The above copyright notice and this permission notice shall be included in
19770 all copies or substantial portions of the Software.
19772 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19773 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19774 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19775 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
19776 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
19777 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
19778 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19780 Except as contained in this notice, the name of Digital Equipment Corporation
19781 shall not be used in advertising or otherwise to promote the sale, use or other
19782 dealings in this Software without prior written authorization from Digital
19783 Equipment Corporation.
19786 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
19787 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
19789 Permission is hereby granted, free of charge, to any person obtaining a
19790 copy of this software and associated documentation files (the "Software"),
19791 to deal in the Software without restriction, including without limitation
19792 the rights to use, copy, modify, merge, publish, distribute, sublicense,
19793 and/or sell copies of the Software, and to permit persons to whom the
19794 Software is furnished to do so, subject to the following conditions:
19796 The above copyright notice including the dates of first publication and
19797 either this permission notice or a reference to
19798 http://oss.sgi.com/projects/FreeB/
19799 shall be included in all copies or substantial portions of the Software.
19801 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19802 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19803 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19804 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
19805 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
19806 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19807 SOFTWARE.
19810 Copyright (c) 1994, 1995 Hewlett-Packard Company
19812 Permission is hereby granted, free of charge, to any person obtaining
19813 a copy of this software and associated documentation files (the
19814 "Software"), to deal in the Software without restriction, including
19815 without limitation the rights to use, copy, modify, merge, publish,
19816 distribute, sublicense, and/or sell copies of the Software, and to
19817 permit persons to whom the Software is furnished to do so, subject to
19818 the following conditions:
19820 The above copyright notice and this permission notice shall be included
19821 in all copies or substantial portions of the Software.
19823 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19824 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19825 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19826 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
19827 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19828 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
19829 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19831 Except as contained in this notice, the name of the Hewlett-Packard
19832 Company shall not be used in advertising or otherwise to promote the
19833 sale, use or other dealings in this Software without prior written
19834 authorization from the Hewlett-Packard Company.
19837 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
19838 All Rights Reserved
19840 Permission to use, copy, modify, and distribute this software and its
19841 documentation for any purpose and without fee is hereby granted,
19842 provided that the above copyright notice appear in all copies and that
19843 both that copyright notice and this permission notice appear in
19844 supporting documentation, and that the name of Hewlett-Packard not be
19845 used in advertising or publicity pertaining to distribution of the
19846 software without specific, written prior permission.
19848 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
19849 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
19850 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
19851 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
19852 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
19853 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
19854 SOFTWARE.
19857 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina.
19858 Copyright (c) 2003 by the XFree86 Project, Inc.
19859 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina.
19860 All Rights Reserved.
19862 Permission is hereby granted, free of charge, to any person obtaining
19863 a copy of this software and associated documentation files (the
19864 "Software"), to deal in the Software without restriction, including
19865 without limitation on the rights to use, copy, modify, merge,
19866 publish, distribute, sublicense, and/or sell copies of the Software,
19867 and to permit persons to whom the Software is furnished to do so,
19868 subject to the following conditions:
19870 The above copyright notice and this permission notice (including the
19871 next paragraph) shall be included in all copies or substantial
19872 portions of the Software.
19874 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19875 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19876 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19877 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
19878 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
19879 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19880 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19881 SOFTWARE.
19884 Copyright © 2008 Red Hat, Inc.
19885 Partly based on code Copyright © 2000 SuSE, Inc.
19887 Permission to use, copy, modify, distribute, and sell this software
19888 and its documentation for any purpose is hereby granted without
19889 fee, provided that the above copyright notice appear in all copies
19890 and that both that copyright notice and this permission notice
19891 appear in supporting documentation, and that the name of Red Hat
19892 not be used in advertising or publicity pertaining to distribution
19893 of the software without specific, written prior permission. Red
19894 Hat makes no representations about the suitability of this software
19895 for any purpose. It is provided "as is" without express or implied
19896 warranty.
19898 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
19899 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
19900 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19901 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
19902 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19903 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
19904 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19906 Permission to use, copy, modify, distribute, and sell this software and its
19907 documentation for any purpose is hereby granted without fee, provided that
19908 the above copyright notice appear in all copies and that both that
19909 copyright notice and this permission notice appear in supporting
19910 documentation, and that the name of SuSE not be used in advertising or
19911 publicity pertaining to distribution of the software without specific,
19912 written prior permission. SuSE makes no representations about the
19913 suitability of this software for any purpose. It is provided "as is"
19914 without express or implied warranty.
19916 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
19917 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
19918 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19919 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
19920 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
19921 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19924 Copyright © 2006 Red Hat, Inc.
19925 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
19926 All Rights Reserved.
19928 Permission is hereby granted, free of charge, to any person obtaining a
19929 copy of this software and associated documentation files (the "Software"),
19930 to deal in the Software without restriction, including without limitation
19931 the rights to use, copy, modify, merge, publish, distribute, sub license,
19932 and/or sell copies of the Software, and to permit persons to whom the
19933 Software is furnished to do so, subject to the following conditions:
19935 The above copyright notice and this permission notice (including the next
19936 paragraph) shall be included in all copies or substantial portions of the
19937 Software.
19939 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19940 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19941 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
19942 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY
19943 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
19944 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
19945 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19948 Copyright (c) 1995 X Consortium
19949 Copyright 2004 Red Hat Inc., Durham, North Carolina.
19950 All Rights Reserved.
19952 Permission is hereby granted, free of charge, to any person obtaining
19953 a copy of this software and associated documentation files (the
19954 "Software"), to deal in the Software without restriction, including
19955 without limitation on the rights to use, copy, modify, merge,
19956 publish, distribute, sublicense, and/or sell copies of the Software,
19957 and to permit persons to whom the Software is furnished to do so,
19958 subject to the following conditions:
19960 The above copyright notice and this permission notice shall be
19961 included in all copies or substantial portions of the Software.
19963 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19964 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19965 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19966 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM,
19967 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19968 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19969 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19970 OTHER DEALINGS IN THE SOFTWARE.
19972 Except as contained in this notice, the name of the X Consortium
19973 shall not be used in advertising or otherwise to promote the sale,
19974 use or other dealings in this Software without prior written
19975 authorization from the X Consortium.
19978 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
19979 Copyright 2000 VA Linux Systems, Inc.
19980 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc.
19981 Copyright (c) 2003-2004 Torrey T. Lyons.
19982 All Rights Reserved.
19984 Permission is hereby granted, free of charge, to any person obtaining a
19985 copy of this software and associated documentation files (the
19986 "Software"), to deal in the Software without restriction, including
19987 without limitation the rights to use, copy, modify, merge, publish,
19988 distribute, sub license, and/or sell copies of the Software, and to
19989 permit persons to whom the Software is furnished to do so, subject to
19990 the following conditions:
19992 The above copyright notice and this permission notice (including the
19993 next paragraph) shall be included in all copies or substantial portions
19994 of the Software.
19996 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19997 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19998 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
19999 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
20000 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20001 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20002 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20005 (C) Copyright IBM Corporation 2003
20006 All Rights Reserved.
20008 Permission is hereby granted, free of charge, to any person obtaining a
20009 copy of this software and associated documentation files (the "Software"),
20010 to deal in the Software without restriction, including without limitation
20011 on the rights to use, copy, modify, merge, publish, distribute, sub
20012 license, and/or sell copies of the Software, and to permit persons to whom
20013 the Software is furnished to do so, subject to the following conditions:
20015 The above copyright notice and this permission notice (including the next
20016 paragraph) shall be included in all copies or substantial portions of the
20017 Software.
20019 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20020 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20021 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20022 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
20023 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20024 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
20025 USE OR OTHER DEALINGS IN THE SOFTWARE.
20028 (C) Copyright IBM Corporation 2004-2005
20029 All Rights Reserved.
20031 Permission is hereby granted, free of charge, to any person obtaining a
20032 copy of this software and associated documentation files (the "Software"),
20033 to deal in the Software without restriction, including without limitation
20034 the rights to use, copy, modify, merge, publish, distribute, sub license,
20035 and/or sell copies of the Software, and to permit persons to whom the
20036 Software is furnished to do so, subject to the following conditions:
20038 The above copyright notice and this permission notice (including the next
20039 paragraph) shall be included in all copies or substantial portions of the
20040 Software.
20042 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20043 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20044 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20045 IBM,
20046 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20047 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20048 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20049 SOFTWARE.
20052 Copyright (c) 1997 Metro Link Incorporated
20054 Permission is hereby granted, free of charge, to any person obtaining a
20055 copy of this software and associated documentation files (the "Software"),
20056 to deal in the Software without restriction, including without limitation
20057 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20058 and/or sell copies of the Software, and to permit persons to whom the
20059 Software is furnished to do so, subject to the following conditions:
20061 The above copyright notice and this permission notice shall be included in
20062 all copies or substantial portions of the Software.
20064 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20065 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20066 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20067 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20068 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20069 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20070 SOFTWARE.
20072 Except as contained in this notice, the name of the Metro Link shall not be
20073 used in advertising or otherwise to promote the sale, use or other dealings
20074 in this Software without prior written authorization from Metro Link.
20077 Copyright 1995-1998 by Metro Link, Inc.
20078 Copyright (c) 1997 Matthieu Herrb
20080 Permission to use, copy, modify, distribute, and sell this software and its
20081 documentation for any purpose is hereby granted without fee, provided that
20082 the above copyright notice appear in all copies and that both that
20083 copyright notice and this permission notice appear in supporting
20084 documentation, and that the name of Metro Link, Inc. not be used in
20085 advertising or publicity pertaining to distribution of the software without
20086 specific, written prior permission. Metro Link, Inc. makes no
20087 representations about the suitability of this software for any purpose.
20088 It is provided "as is" without express or implied warranty.
20090 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20091 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20092 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20093 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20094 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20095 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20096 PERFORMANCE OF THIS SOFTWARE.
20099 Copyright 1998 by Metro Link Incorporated
20101 Permission to use, copy, modify, distribute, and sell this software
20102 and its documentation for any purpose is hereby granted without fee,
20103 provided that the above copyright notice appear in all copies and that
20104 both that copyright notice and this permission notice appear in
20105 supporting documentation, and that the name of Metro Link
20106 Incorporated not be used in advertising or publicity pertaining to
20107 distribution of the software without specific, written prior
20108 permission. Metro Link Incorporated makes no representations
20109 about the suitability of this software for any purpose. It is
20110 provided "as is" without express or implied warranty.
20112 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD
20113 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20114 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE
20115 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
20116 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20117 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20118 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20119 SOFTWARE.
20122 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
20124 Permission is hereby granted, free of charge, to any person obtaining a
20125 copy of this software and associated documentation files (the "Software"),
20126 to deal in the Software without restriction, including without limitation
20127 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20128 and/or sell copies of the Software, and to permit persons to whom the
20129 Software is furnished to do so, subject to the following conditions:
20131 The above copyright notice and this permission notice shall be included in
20132 all copies or substantial portions of the Software.
20134 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20135 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20136 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20137 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20138 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20139 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20140 SOFTWARE.
20142 Except as contained in this notice, the name of Conectiva Linux shall
20143 not be used in advertising or otherwise to promote the sale, use or other
20144 dealings in this Software without prior written authorization from
20145 Conectiva Linux.
20148 Copyright (c) 2001, Andy Ritger aritger@nvidia.com
20149 All rights reserved.
20151 Redistribution and use in source and binary forms, with or without
20152 modification, are permitted provided that the following conditions
20153 are met:
20155 o Redistributions of source code must retain the above copyright
20156 notice, this list of conditions and the following disclaimer.
20157 o Redistributions in binary form must reproduce the above copyright
20158 notice, this list of conditions and the following disclaimer
20159 in the documentation and/or other materials provided with the
20160 distribution.
20161 o Neither the name of NVIDIA nor the names of its contributors
20162 may be used to endorse or promote products derived from this
20163 software without specific prior written permission.
20165 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20166 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
20167 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20168 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20169 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20170 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
20171 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20172 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
20173 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20174 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
20175 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
20176 POSSIBILITY OF SUCH DAMAGE.
20179 Copyright 1992 Vrije Universiteit, The Netherlands
20181 Permission to use, copy, modify, and distribute this software and its
20182 documentation for any purpose and without fee is hereby granted, provided
20183 that the above copyright notice appear in all copies and that both that
20184 copyright notice and this permission notice appear in supporting
20185 documentation, and that the name of the Vrije Universiteit not be used in
20186 advertising or publicity pertaining to distribution of the software without
20187 specific, written prior permission. The Vrije Universiteit makes no
20188 representations about the suitability of this software for any purpose.
20189 It is provided "as is" without express or implied warranty.
20191 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20192 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20193 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20194 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20195 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20196 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20197 PERFORMANCE OF THIS SOFTWARE.
20200 Copyright 1998 by Concurrent Computer Corporation
20202 Permission to use, copy, modify, distribute, and sell this software
20203 and its documentation for any purpose is hereby granted without fee,
20204 provided that the above copyright notice appear in all copies and that
20205 both that copyright notice and this permission notice appear in
20206 supporting documentation, and that the name of Concurrent Computer
20207 Corporation not be used in advertising or publicity pertaining to
20208 distribution of the software without specific, written prior
20209 permission. Concurrent Computer Corporation makes no representations
20210 about the suitability of this software for any purpose. It is
20211 provided "as is" without express or implied warranty.
20213 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
20214 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20215 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE
20216 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
20217 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20218 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20219 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20220 SOFTWARE.
20223 Copyright © 2004 Nokia
20225 Permission to use, copy, modify, distribute, and sell this software and its
20226 documentation for any purpose is hereby granted without fee, provided that
20227 the above copyright notice appear in all copies and that both that
20228 copyright notice and this permission notice appear in supporting
20229 documentation, and that the name of Nokia not be used in
20230 advertising or publicity pertaining to distribution of the software without
20231 specific, written prior permission. Nokia makes no
20232 representations about the suitability of this software for any purpose. It
20233 is provided "as is" without express or implied warranty.
20235 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20236 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20237 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20238 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20239 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20240 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20241 PERFORMANCE OF THIS SOFTWARE.
20244 (c)Copyright 1988,1991 Adobe Systems Incorporated.
20245 All rights reserved.
20247 Permission to use, copy, modify, distribute, and sublicense this software and its
20248 documentation for any purpose and without fee is hereby granted, provided that
20249 the above copyright notices appear in all copies and that both those copyright
20250 notices and this permission notice appear in supporting documentation and that
20251 the name of Adobe Systems Incorporated not be used in advertising or publicity
20252 pertaining to distribution of the software without specific, written prior
20253 permission. No trademark license to use the Adobe trademarks is hereby
20254 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe
20255 this software, its functionality or for any other purpose, such use shall be
20256 limited to a statement that this software works in conjunction with the Display
20257 PostScript system. Proper trademark attribution to reflect Adobe's ownership
20258 of the trademark shall be given whenever any such reference to the Display
20259 PostScript system is made.
20261 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
20262 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE
20263 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
20264 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
20265 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU
20266 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
20267 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT
20268 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20269 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER
20270 SUPPORT FOR THE SOFTWARE.
20272 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
20273 Incorporated which may be registered in certain jurisdictions.
20276 Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
20278 Permission to use, copy, modify, and distribute this software and its
20279 documentation for any purpose and without fee is hereby granted, provided
20280 that the above copyright notice appear in all copies and that both that
20281 copyright notice and this permission notice appear in supporting
20282 documentation, and that the name of N.C.D. not be used in advertising or
20283 publicity pertaining to distribution of the software without specific,
20284 written prior permission. N.C.D. makes no representations about the
20285 suitability of this software for any purpose. It is provided "as is"
20286 without express or implied warranty.
20289 Copyright (c) 1987 by the Regents of the University of California
20291 Permission to use, copy, modify, and distribute this
20292 software and its documentation for any purpose and without
20293 fee is hereby granted, provided that the above copyright
20294 notice appear in all copies. The University of California
20295 makes no representations about the suitability of this
20296 software for any purpose. It is provided "as is" without
20297 express or implied warranty.
20300 Copyright 1992, 1993 Data General Corporation;
20301 Copyright 1992, 1993 OMRON Corporation
20303 Permission to use, copy, modify, distribute, and sell this software and its
20304 documentation for any purpose is hereby granted without fee, provided that the
20305 above copyright notice appear in all copies and that both that copyright
20306 notice and this permission notice appear in supporting documentation, and that
20307 neither the name OMRON or DATA GENERAL be used in advertising or publicity
20308 pertaining to distribution of the software without specific, written prior
20309 permission of the party whose name is to be used. Neither OMRON or
20310 DATA GENERAL make any representation about the suitability of this software
20311 for any purpose. It is provided "as is" without express or implied warranty.
20313 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
20314 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
20315 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
20316 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20317 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20318 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
20319 OF THIS SOFTWARE.
20322 Copyright © 1998-2004, 2006 Keith Packard
20323 Copyright © 2000-2002 Keith Packard, member of The XFree86 Project, Inc.
20324 Copyright (c) 2002 Apple Computer, Inc.
20325 Copyright (c) 2003 Torrey T. Lyons.
20326 All Rights Reserved.
20328 Permission to use, copy, modify, distribute, and sell this software and its
20329 documentation for any purpose is hereby granted without fee, provided that
20330 the above copyright notice appear in all copies and that both that
20331 copyright notice and this permission notice appear in supporting
20332 documentation, and that the name of Keith Packard not be used in
20333 advertising or publicity pertaining to distribution of the software without
20334 specific, written prior permission. Keith Packard makes no
20335 representations about the suitability of this software for any purpose. It
20336 is provided "as is" without express or implied warranty.
20338 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20339 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20340 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20341 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20342 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20343 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20344 PERFORMANCE OF THIS SOFTWARE.
20347 Copyright © 1999 Keith Packard
20348 Copyright © 2000 Compaq Computer Corporation
20349 Copyright © 2002 MontaVista Software Inc.
20350 Copyright © 2005 OpenedHand Ltd.
20351 Copyright © 2006 Nokia Corporation
20353 Permission to use, copy, modify, distribute, and sell this software and its
20354 documentation for any purpose is hereby granted without fee, provided that
20355 the above copyright notice appear in all copies and that both that
20356 copyright notice and this permission notice appear in supporting
20357 documentation, and that the name of the authors and/or copyright holders
20358 not be used in advertising or publicity pertaining to distribution of the
20359 software without specific, written prior permission. The authors and/or
20360 copyright holders make no representations about the suitability of this
20361 software for any purpose. It is provided "as is" without express or
20362 implied warranty.
20364 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
20365 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20366 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE
20367 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20368 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20369 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20370 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20373 Copyright 1993 by Davor Matic
20375 Permission to use, copy, modify, distribute, and sell this software
20376 and its documentation for any purpose is hereby granted without fee,
20377 provided that the above copyright notice appear in all copies and that
20378 both that copyright notice and this permission notice appear in
20379 supporting documentation. Davor Matic makes no representations about
20380 the suitability of this software for any purpose. It is provided "as
20381 is" without express or implied warranty.
20384 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved.
20385 Copyright (C) Colin Harrison 2005-2008
20387 Permission is hereby granted, free of charge, to any person obtaining
20388 a copy of this software and associated documentation files (the
20389 "Software"), to deal in the Software without restriction, including
20390 without limitation the rights to use, copy, modify, merge, publish,
20391 distribute, sublicense, and/or sell copies of the Software, and to
20392 permit persons to whom the Software is furnished to do so, subject to
20393 the following conditions:
20395 The above copyright notice and this permission notice shall be
20396 included in all copies or substantial portions of the Software.
20398 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20399 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20400 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20401 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR
20402 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
20403 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20404 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20406 Except as contained in this notice, the name of Harold L Hunt II
20407 shall not be used in advertising or otherwise to promote the sale, use
20408 or other dealings in this Software without prior written authorization
20409 from Harold L Hunt II.
20412 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
20414 Permission to use, copy, modify, distribute, and sell this software and its
20415 documentation for any purpose is hereby granted without fee, provided that
20416 the above copyright notice appear in all copies and that both that
20417 copyright notice and this permission notice appear in supporting
20418 documentation, and that the name of Thomas Roell not be used in
20419 advertising or publicity pertaining to distribution of the software without
20420 specific, written prior permission. Thomas Roell makes no representations
20421 about the suitability of this software for any purpose. It is provided
20422 "as is" without express or implied warranty.
20424 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20425 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20426 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20427 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20428 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20429 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20430 PERFORMANCE OF THIS SOFTWARE.
20433 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
20434 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20436 Permission to use, copy, modify, distribute, and sell this software and its
20437 documentation for any purpose is hereby granted without fee, provided that
20438 the above copyright notice appear in all copies and that both that
20439 copyright notice and this permission notice appear in supporting
20440 documentation, and that the names of Thomas Roell and David Wexelblat
20441 not be used in advertising or publicity pertaining to distribution of
20442 the software without specific, written prior permission. Thomas Roell and
20443 David Wexelblat makes no representations about the suitability of this
20444 software for any purpose. It is provided "as is" without express or
20445 implied warranty.
20447 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO
20448 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20449 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR
20450 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
20451 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
20452 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20453 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20456 Copyright 1990,91,92,93 by Thomas Roell, Germany.
20457 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA.
20459 Permission to use, copy, modify, distribute, and sell this software
20460 and its documentation for any purpose is hereby granted without fee,
20461 provided that the above copyright notice appear in all copies and
20462 that both that copyright notice and this permission notice appear
20463 in supporting documentation, and that the name of Thomas Roell nor
20464 SGCS be used in advertising or publicity pertaining to distribution
20465 of the software without specific, written prior permission.
20466 Thomas Roell nor SGCS makes no representations about the suitability
20467 of this software for any purpose. It is provided "as is" without
20468 express or implied warranty.
20470 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
20471 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20472 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY
20473 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
20474 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
20475 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20476 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20479 Copyright 1998 by Alan Hourihane, Wigan, England.
20480 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales.
20482 Permission to use, copy, modify, distribute, and sell this software and its
20483 documentation for any purpose is hereby granted without fee, provided that
20484 the above copyright notice appear in all copies and that both that
20485 copyright notice and this permission notice appear in supporting
20486 documentation, and that the name of Alan Hourihane not be used in
20487 advertising or publicity pertaining to distribution of the software without
20488 specific, written prior permission. Alan Hourihane makes no representations
20489 about the suitability of this software for any purpose. It is provided
20490 "as is" without express or implied warranty.
20492 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20493 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20494 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20495 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20496 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20497 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20498 PERFORMANCE OF THIS SOFTWARE.
20501 Copyright 1995 Kaleb S. KEITHLEY
20503 Permission is hereby granted, free of charge, to any person obtaining
20504 a copy of this software and associated documentation files (the
20505 "Software"), to deal in the Software without restriction, including
20506 without limitation the rights to use, copy, modify, merge, publish,
20507 distribute, sublicense, and/or sell copies of the Software, and to
20508 permit persons to whom the Software is furnished to do so, subject to
20509 the following conditions:
20511 The above copyright notice and this permission notice shall be
20512 included in all copies or substantial portions of the Software.
20514 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20515 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20516 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20517 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES
20518 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20519 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20520 OTHER DEALINGS IN THE SOFTWARE.
20522 Except as contained in this notice, the name of Kaleb S. KEITHLEY
20523 shall not be used in advertising or otherwise to promote the sale, use
20524 or other dealings in this Software without prior written authorization
20525 from Kaleb S. KEITHLEY
20528 Copyright (c) 1997 Matthieu Herrb
20530 Permission to use, copy, modify, distribute, and sell this software and its
20531 documentation for any purpose is hereby granted without fee, provided that
20532 the above copyright notice appear in all copies and that both that
20533 copyright notice and this permission notice appear in supporting
20534 documentation, and that the name of Matthieu Herrb not be used in
20535 advertising or publicity pertaining to distribution of the software without
20536 specific, written prior permission. Matthieu Herrb makes no
20537 representations about the suitability of this software for any purpose.
20538 It is provided "as is" without express or implied warranty.
20540 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20541 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20542 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20543 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20544 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20545 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20546 PERFORMANCE OF THIS SOFTWARE.
20549 Copyright 2004, Egbert Eich
20551 Permission is hereby granted, free of charge, to any person obtaining a copy
20552 of this software and associated documentation files (the "Software"), to
20553 deal in the Software without restriction, including without limitation the
20554 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
20555 sell copies of the Software, and to permit persons to whom the Software is
20556 furnished to do so, subject to the following conditions:
20558 The above copyright notice and this permission notice shall be included in
20559 all copies or substantial portions of the Software.
20561 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20562 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20563 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20564 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20565 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
20566 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20568 Except as contained in this notice, the name of Egbert Eich shall not
20569 be used in advertising or otherwise to promote the sale, use or other deal-
20570 ings in this Software without prior written authorization from Egbert Eich.
20573 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20574 Copyright 2005 by Kean Johnston &lt;jkj@sco.com&gt;
20575 Copyright 1993 by David McCullough &lt;davidm@stallion.oz.au&gt;
20577 Permission to use, copy, modify, distribute, and sell this software and its
20578 documentation for any purpose is hereby granted without fee, provided that
20579 the above copyright notice appear in all copies and that both that
20580 copyright notice and this permission notice appear in supporting
20581 documentation, and that the name of David Wexelblat not be used in
20582 advertising or publicity pertaining to distribution of the software without
20583 specific, written prior permission. David Wexelblat makes no representations
20584 about the suitability of this software for any purpose. It is provided
20585 "as is" without express or implied warranty.
20587 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20588 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20589 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20590 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20591 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20592 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20593 PERFORMANCE OF THIS SOFTWARE.
20596 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
20597 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20599 Permission to use, copy, modify, distribute, and sell this software and its
20600 documentation for any purpose is hereby granted without fee, provided that
20601 the above copyright notice appear in all copies and that both that
20602 copyright notice and this permission notice appear in supporting
20603 documentation, and that the names of Orest Zborowski and David Wexelblat
20604 not be used in advertising or publicity pertaining to distribution of
20605 the software without specific, written prior permission. Orest Zborowski
20606 and David Wexelblat make no representations about the suitability of this
20607 software for any purpose. It is provided "as is" without express or
20608 implied warranty.
20610 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD
20611 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20612 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE
20613 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20614 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20615 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20616 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20619 Copyright 1992 by Orest Zborowski &lt;obz@Kodak.com&gt;
20620 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
20622 Permission to use, copy, modify, distribute, and sell this software and its
20623 documentation for any purpose is hereby granted without fee, provided that
20624 the above copyright notice appear in all copies and that both that
20625 copyright notice and this permission notice appear in supporting
20626 documentation, and that the names of Orest Zborowski and David Dawes
20627 not be used in advertising or publicity pertaining to distribution of
20628 the software without specific, written prior permission. Orest Zborowski
20629 and David Dawes make no representations about the suitability of this
20630 software for any purpose. It is provided "as is" without express or
20631 implied warranty.
20633 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD
20634 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20635 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE
20636 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20637 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20638 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20639 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20642 Copyright 1995-1999 by Frederic Lepied, France. &lt;fred@sugix.frmug.fr.net&gt;
20644 Permission to use, copy, modify, distribute, and sell this software and its
20645 documentation for any purpose is hereby granted without fee, provided that
20646 the above copyright notice appear in all copies and that both that
20647 copyright notice and this permission notice appear in supporting
20648 documentation, and that the name of Frederic Lepied not be used in
20649 advertising or publicity pertaining to distribution of the software without
20650 specific, written prior permission. Frederic Lepied makes no
20651 representations about the suitability of this software for any purpose. It
20652 is provided "as is" without express or implied warranty.
20654 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20655 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20656 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20657 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20658 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20659 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20660 PERFORMANCE OF THIS SOFTWARE.
20663 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
20664 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20666 Permission to use, copy, modify, distribute, and sell this software and its
20667 documentation for any purpose is hereby granted without fee, provided that
20668 the above copyright notice appear in all copies and that both that
20669 copyright notice and this permission notice appear in supporting
20670 documentation, and that the names of Rich Murphey and David Wexelblat
20671 not be used in advertising or publicity pertaining to distribution of
20672 the software without specific, written prior permission. Rich Murphey and
20673 David Wexelblat make no representations about the suitability of this
20674 software for any purpose. It is provided "as is" without express or
20675 implied warranty.
20677 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO
20678 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20679 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR
20680 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
20681 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
20682 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20683 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20686 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
20687 Copyright 1993 by David Dawes &lt;dawes@xfree86.org&gt;
20689 Permission to use, copy, modify, distribute, and sell this software and its
20690 documentation for any purpose is hereby granted without fee, provided that
20691 the above copyright notice appear in all copies and that both that
20692 copyright notice and this permission notice appear in supporting
20693 documentation, and that the names of Rich Murphey and David Dawes
20694 not be used in advertising or publicity pertaining to distribution of
20695 the software without specific, written prior permission. Rich Murphey and
20696 David Dawes make no representations about the suitability of this
20697 software for any purpose. It is provided "as is" without express or
20698 implied warranty.
20700 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO
20701 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20702 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR
20703 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
20704 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
20705 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20706 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20709 Copyright © 2003-2004 Anders Carlsson
20711 Permission to use, copy, modify, distribute, and sell this software and its
20712 documentation for any purpose is hereby granted without fee, provided that
20713 the above copyright notice appear in all copies and that both that
20714 copyright notice and this permission notice appear in supporting
20715 documentation, and that the name of Anders Carlsson not be used in
20716 advertising or publicity pertaining to distribution of the software without
20717 specific, written prior permission. Anders Carlsson makes no
20718 representations about the suitability of this software for any purpose. It
20719 is provided "as is" without express or implied warranty.
20721 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20722 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20723 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20724 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20725 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20726 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20727 PERFORMANCE OF THIS SOFTWARE.
20730 Copyright (C) 2003 Anders Carlsson
20731 Copyright © 2003-2004 Eric Anholt
20732 Copyright © 2004 Keith Packard
20734 Permission to use, copy, modify, distribute, and sell this software and its
20735 documentation for any purpose is hereby granted without fee, provided that
20736 the above copyright notice appear in all copies and that both that
20737 copyright notice and this permission notice appear in supporting
20738 documentation, and that the name of Eric Anholt not be used in
20739 advertising or publicity pertaining to distribution of the software without
20740 specific, written prior permission. Eric Anholt makes no
20741 representations about the suitability of this software for any purpose. It
20742 is provided "as is" without express or implied warranty.
20744 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20745 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20746 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20747 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20748 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20749 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20750 PERFORMANCE OF THIS SOFTWARE.
20753 Copyright © 2004 PillowElephantBadgerBankPond
20755 Permission to use, copy, modify, distribute, and sell this software and its
20756 documentation for any purpose is hereby granted without fee, provided that
20757 the above copyright notice appear in all copies and that both that
20758 copyright notice and this permission notice appear in supporting
20759 documentation, and that the name of PillowElephantBadgerBankPond not be used in
20760 advertising or publicity pertaining to distribution of the software without
20761 specific, written prior permission. PillowElephantBadgerBankPond makes no
20762 representations about the suitability of this software for any purpose. It
20763 is provided "as is" without express or implied warranty.
20765 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20766 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20767 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20768 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20769 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20770 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20771 PERFORMANCE OF THIS SOFTWARE.
20774 Copyright (c) 1998 Todd C. Miller &lt;Todd.Miller@courtesan.com&gt;
20776 Permission to use, copy, modify, and distribute this software for any
20777 purpose with or without fee is hereby granted, provided that the above
20778 copyright notice and this permission notice appear in all copies.
20780 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
20781 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
20782 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
20783 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20784 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
20785 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20786 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20789 Copyright © 2003-2004 Philip Blundell
20791 Permission to use, copy, modify, distribute, and sell this software and its
20792 documentation for any purpose is hereby granted without fee, provided that
20793 the above copyright notice appear in all copies and that both that
20794 copyright notice and this permission notice appear in supporting
20795 documentation, and that the name of Philip Blundell not be used in
20796 advertising or publicity pertaining to distribution of the software without
20797 specific, written prior permission. Philip Blundell makes no
20798 representations about the suitability of this software for any purpose. It
20799 is provided "as is" without express or implied warranty.
20801 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
20802 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20803 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
20804 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20805 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20806 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20807 PERFORMANCE OF THIS SOFTWARE.
20811 Copyright (c) 1994-2003 by The XFree86 Project, Inc.
20812 Copyright 1997 by Metro Link, Inc.
20813 Copyright 2003 by David H. Dawes.
20814 Copyright 2003 by X-Oz Technologies.
20815 Copyright (c) 2004, X.Org Foundation
20817 Permission is hereby granted, free of charge, to any person obtaining a
20818 copy of this software and associated documentation files (the "Software"),
20819 to deal in the Software without restriction, including without limitation
20820 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20821 and/or sell copies of the Software, and to permit persons to whom the
20822 Software is furnished to do so, subject to the following conditions:
20824 The above copyright notice and this permission notice shall be included in
20825 all copies or substantial portions of the Software.
20827 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20828 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20829 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20830 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20831 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20832 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20833 OTHER DEALINGS IN THE SOFTWARE.
20835 Except as contained in this notice, the name of the copyright holder(s)
20836 and author(s) shall not be used in advertising or otherwise to promote
20837 the sale, use or other dealings in this Software without prior written
20838 authorization from the copyright holder(s) and author(s).
20841 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany
20842 Copyright 1993 by David Wexelblat &lt;dwex@goblin.org&gt;
20843 Copyright 1999 by David Holland &lt;davidh@iquest.net&gt;
20844 Copyright © 2000 Compaq Computer Corporation
20845 Copyright © 2002 Hewlett-Packard Company
20846 Copyright © 2004, 2005 Red Hat, Inc.
20847 Copyright © 2004 Nicholas Miell
20848 Copyright © 2005 Trolltech AS
20849 Copyright © 2006 Intel Corporation
20850 Copyright © 2006-2007 Keith Packard
20851 Copyright © 2008 Red Hat, Inc
20852 Copyright © 2008 George Sapountzis &lt;gsap7@yahoo.gr&gt;
20854 Permission to use, copy, modify, distribute, and sell this software and its
20855 documentation for any purpose is hereby granted without fee, provided that
20856 the above copyright notice appear in all copies and that both that copyright
20857 notice and this permission notice appear in supporting documentation, and
20858 that the name of the copyright holders not be used in advertising or
20859 publicity pertaining to distribution of the software without specific,
20860 written prior permission. The copyright holders make no representations
20861 about the suitability of this software for any purpose. It is provided "as
20862 is" without express or implied warranty.
20864 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
20865 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20866 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
20867 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20868 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20869 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20870 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20871 SOFTWARE.
20874 Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
20875 2005 Lars Knoll &amp; Zack Rusin, Trolltech
20877 Permission to use, copy, modify, distribute, and sell this software and its
20878 documentation for any purpose is hereby granted without fee, provided that
20879 the above copyright notice appear in all copies and that both that
20880 copyright notice and this permission notice appear in supporting
20881 documentation, and that the name of Keith Packard not be used in
20882 advertising or publicity pertaining to distribution of the software without
20883 specific, written prior permission. Keith Packard makes no
20884 representations about the suitability of this software for any purpose. It
20885 is provided "as is" without express or implied warranty.
20887 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
20888 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
20889 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
20890 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20891 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
20892 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
20893 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20894 SOFTWARE.
20897 Copyright 1987, 1998 The Open Group
20898 Copyright © 1998-1999, 2001 The XFree86 Project, Inc.
20899 Copyright © 2000 VA Linux Systems, Inc.
20900 Copyright (c) 2000, 2001 Nokia Home Communications
20901 Copyright © 2007, 2008 Red Hat, Inc.
20902 All rights reserved.
20904 Permission is hereby granted, free of charge, to any person obtaining a
20905 copy of this software and associated documentation files (the
20906 "Software"), to deal in the Software without restriction, including
20907 without limitation the rights to use, copy, modify, merge, publish,
20908 distribute, and/or sell copies of the Software, and to permit persons
20909 to whom the Software is furnished to do so, provided that the above
20910 copyright notice(s) and this permission notice appear in all copies of
20911 the Software and that both the above copyright notice(s) and this
20912 permission notice appear in supporting documentation.
20914 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
20915 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20916 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
20917 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
20918 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
20919 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
20920 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
20921 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
20922 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20924 Except as contained in this notice, the name of a copyright holder
20925 shall not be used in advertising or otherwise to promote the sale, use
20926 or other dealings in this Software without prior written authorization
20927 of the copyright holder.
20930 Copyright 1996 by Thomas E. Dickey &lt;dickey@clark.net&gt;
20932 All Rights Reserved
20934 Permission to use, copy, modify, and distribute this software and its
20935 documentation for any purpose and without fee is hereby granted,
20936 provided that the above copyright notice appear in all copies and that
20937 both that copyright notice and this permission notice appear in
20938 supporting documentation, and that the name of the above listed
20939 copyright holder(s) not be used in advertising or publicity pertaining
20940 to distribution of the software without specific, written prior
20941 permission.
20943 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
20944 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20945 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
20946 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20947 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20948 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20949 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20952 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
20953 Copyright (c) 2001 Andreas Monitzer.
20954 Copyright (c) 2001-2004 Greg Parker.
20955 Copyright (c) 2001-2004 Torrey T. Lyons
20956 Copyright (c) 2002-2003 Apple Computer, Inc.
20957 Copyright (c) 2004-2005 Alexander Gottwald
20958 Copyright (c) 2002-2009 Apple Inc.
20959 Copyright (c) 2007 Jeremy Huddleston
20960 All Rights Reserved.
20962 Permission is hereby granted, free of charge, to any person obtaining a
20963 copy of this software and associated documentation files (the "Software"),
20964 to deal in the Software without restriction, including without limitation
20965 the rights to use, copy, modify, merge, publish, distribute, sublicense,
20966 and/or sell copies of the Software, and to permit persons to whom the
20967 Software is furnished to do so, subject to the following conditions:
20969 The above copyright notice and this permission notice shall be included in
20970 all copies or substantial portions of the Software.
20972 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20973 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20974 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20975 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20976 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20977 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20978 DEALINGS IN THE SOFTWARE.
20980 Except as contained in this notice, the name(s) of the above copyright
20981 holders shall not be used in advertising or otherwise to promote the sale,
20982 use or other dealings in this Software without prior written authorization.
20985 Copyright (C) 1999,2000 by Eric Sunshine &lt;sunshine@sunshineco.com&gt;
20986 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
20988 All rights reserved.
20990 Redistribution and use in source and binary forms, with or without
20991 modification, are permitted provided that the following conditions are met:
20993 1. Redistributions of source code must retain the above copyright
20994 notice, this list of conditions and the following disclaimer.
20995 2. Redistributions in binary form must reproduce the above copyright
20996 notice, this list of conditions and the following disclaimer in the
20997 documentation and/or other materials provided with the distribution.
20998 3. The name of the author may not be used to endorse or promote products
20999 derived from this software without specific prior written permission.
21001 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21002 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21003 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
21004 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21005 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21006 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
21007 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
21008 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
21009 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21010 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21013 Copyright (C) 2005 Bogdan D. bogdand@users.sourceforge.net
21015 Permission is hereby granted, free of charge, to any person obtaining a copy of
21016 this software and associated documentation files (the "Software"), to deal in
21017 the Software without restriction, including without limitation the rights to
21018 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
21019 of the Software, and to permit persons to whom the Software is furnished to do
21020 so, subject to the following conditions:
21022 The above copyright notice and this permission notice shall be included in all
21023 copies or substantial portions of the Software.
21025 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21026 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21027 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21028 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
21029 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21030 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21032 Except as contained in this notice, the name of the author shall not be used in
21033 advertising or otherwise to promote the sale, use or other dealings in this
21034 Software without prior written authorization from the author.
21037 Copyright © 2002 David Dawes
21039 Permission is hereby granted, free of charge, to any person obtaining a
21040 copy of this software and associated documentation files (the "Software"),
21041 to deal in the Software without restriction, including without limitation
21042 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21043 and/or sell copies of the Software, and to permit persons to whom the
21044 Software is furnished to do so, subject to the following conditions:
21046 The above copyright notice and this permission notice shall be included in
21047 all copies or substantial portions of the Software.
21049 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21050 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21051 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21052 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21053 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
21054 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21055 SOFTWARE.
21057 Except as contained in this notice, the name of the author(s) shall
21058 not be used in advertising or otherwise to promote the sale, use or other
21059 dealings in this Software without prior written authorization from
21060 the author(s).
21063 Copyright (C) 1996-1999 SciTech Software, Inc.
21064 Copyright (C) David Mosberger-Tang
21065 Copyright (C) 1999 Egbert Eich
21066 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC
21068 Permission to use, copy, modify, distribute, and sell this software and
21069 its documentation for any purpose is hereby granted without fee,
21070 provided that the above copyright notice appear in all copies and that
21071 both that copyright notice and this permission notice appear in
21072 supporting documentation, and that the name of the authors not be used
21073 in advertising or publicity pertaining to distribution of the software
21074 without specific, written prior permission. The authors makes no
21075 representations about the suitability of this software for any purpose.
21076 It is provided "as is" without express or implied warranty.
21078 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21079 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21080 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21081 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
21082 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21083 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21084 PERFORMANCE OF THIS SOFTWARE.
21087 Copyright 2005-2006 Luc Verhaegen.
21089 Permission is hereby granted, free of charge, to any person obtaining a
21090 copy of this software and associated documentation files (the "Software"),
21091 to deal in the Software without restriction, including without limitation
21092 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21093 and/or sell copies of the Software, and to permit persons to whom the
21094 Software is furnished to do so, subject to the following conditions:
21096 The above copyright notice and this permission notice shall be included in
21097 all copies or substantial portions of the Software.
21099 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21100 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21101 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21102 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
21103 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21104 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21105 OTHER DEALINGS IN THE SOFTWARE.
21108 Copyright 1995 by Robin Cutshaw &lt;robin@XFree86.Org&gt;
21109 Copyright 2000 by Egbert Eich
21110 Copyright 2002 by David Dawes
21112 Permission to use, copy, modify, distribute, and sell this software and its
21113 documentation for any purpose is hereby granted without fee, provided that
21114 the above copyright notice appear in all copies and that both that
21115 copyright notice and this permission notice appear in supporting
21116 documentation, and that the names of the above listed copyright holder(s)
21117 not be used in advertising or publicity pertaining to distribution of
21118 the software without specific, written prior permission. The above listed
21119 copyright holder(s) make(s) no representations about the suitability of this
21120 software for any purpose. It is provided "as is" without express or
21121 implied warranty.
21123 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
21124 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21125 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
21126 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
21127 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
21128 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21129 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21132 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
21134 Permission to use, copy, modify, distribute, and sell this software and its
21135 documentation for any purpose is hereby granted without fee, provided that
21136 the above copyright notice appear in all copies and that both that copyright
21137 notice and this permission notice appear in supporting documentation, and
21138 that the name of Marc Aurele La France not be used in advertising or
21139 publicity pertaining to distribution of the software without specific,
21140 written prior permission. Marc Aurele La France makes no representations
21141 about the suitability of this software for any purpose. It is provided
21142 "as-is" without express or implied warranty.
21144 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21145 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
21146 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21147 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21148 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21149 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
21150 OF THIS SOFTWARE.
21153 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
21154 Copyright 1992 by David Dawes &lt;dawes@XFree86.org&gt;
21155 Copyright 1992 by Jim Tsillas &lt;jtsilla@damon.ccs.northeastern.edu&gt;
21156 Copyright 1992 by Rich Murphey &lt;Rich@Rice.edu&gt;
21157 Copyright 1992 by Robert Baron &lt;Robert.Baron@ernst.mach.cs.cmu.edu&gt;
21158 Copyright 1992 by Orest Zborowski &lt;obz@eskimo.com&gt;
21159 Copyright 1993 by Vrije Universiteit, The Netherlands
21160 Copyright 1993 by David Wexelblat &lt;dwex@XFree86.org&gt;
21161 Copyright 1994, 1996 by Holger Veit &lt;Holger.Veit@gmd.de&gt;
21162 Copyright 1997 by Takis Psarogiannakopoulos &lt;takis@dpmms.cam.ac.uk&gt;
21163 Copyright 1994-2003 by The XFree86 Project, Inc
21165 Permission to use, copy, modify, distribute, and sell this software and its
21166 documentation for any purpose is hereby granted without fee, provided that
21167 the above copyright notice appear in all copies and that both that
21168 copyright notice and this permission notice appear in supporting
21169 documentation, and that the names of the above listed copyright holders
21170 not be used in advertising or publicity pertaining to distribution of
21171 the software without specific, written prior permission. The above listed
21172 copyright holders make no representations about the suitability of this
21173 software for any purpose. It is provided "as is" without express or
21174 implied warranty.
21176 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD
21177 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21178 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE
21179 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
21180 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
21181 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21182 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21185 Copyright 2001-2005 by J. Kean Johnston &lt;jkj@sco.com&gt;
21187 Permission to use, copy, modify, distribute, and sell this software and its
21188 documentation for any purpose is hereby granted without fee, provided that
21189 the above copyright notice appear in all copies and that both that
21190 copyright notice and this permission notice appear in supporting
21191 documentation, and that the name J. Kean Johnston not be used in
21192 advertising or publicity pertaining to distribution of the software without
21193 specific, written prior permission. J. Kean Johnston makes no
21194 representations about the suitability of this software for any purpose.
21195 It is provided "as is" without express or implied warranty.
21197 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21198 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21199 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21200 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
21201 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21202 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21203 PERFORMANCE OF THIS SOFTWARE.
21206 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
21208 Permission is hereby granted, free of charge, to any person obtaining a copy
21209 of this software and associated documentation files (the "Software"), to deal
21210 in the Software without restriction, including without limitation the rights
21211 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21212 copies of the Software, and to permit persons to whom the Software is
21213 furnished to do so, subject to the following conditions:
21215 The above copyright notice and this permission notice shall be included in
21216 all copies or substantial portions of the Software.
21218 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21219 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21220 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21221 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21222 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21223 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21226 Copyright 1997,1998 by UCHIYAMA Yasushi
21228 Permission to use, copy, modify, distribute, and sell this software and its
21229 documentation for any purpose is hereby granted without fee, provided that
21230 the above copyright notice appear in all copies and that both that
21231 copyright notice and this permission notice appear in supporting
21232 documentation, and that the name of UCHIYAMA Yasushi not be used in
21233 advertising or publicity pertaining to distribution of the software without
21234 specific, written prior permission. UCHIYAMA Yasushi makes no representations
21235 about the suitability of this software for any purpose. It is provided
21236 "as is" without express or implied warranty.
21238 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21239 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21240 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21241 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21242 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21243 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21244 PERFORMANCE OF THIS SOFTWARE.
21247 Copyright (C) 2000 Keith Packard
21248 2004 Eric Anholt
21249 2005 Zack Rusin
21251 Permission to use, copy, modify, distribute, and sell this software and its
21252 documentation for any purpose is hereby granted without fee, provided that
21253 the above copyright notice appear in all copies and that both that
21254 copyright notice and this permission notice appear in supporting
21255 documentation, and that the name of copyright holders not be used in
21256 advertising or publicity pertaining to distribution of the software without
21257 specific, written prior permission. Copyright holders make no
21258 representations about the suitability of this software for any purpose. It
21259 is provided "as is" without express or implied warranty.
21261 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
21262 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21263 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
21264 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21265 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
21266 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
21267 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
21268 SOFTWARE.
21271 (C) Copyright IBM Corporation 2002-2007
21272 All Rights Reserved.
21274 Permission is hereby granted, free of charge, to any person obtaining a
21275 copy of this software and associated documentation files (the "Software"),
21276 to deal in the Software without restriction, including without limitation
21277 on the rights to use, copy, modify, merge, publish, distribute, sub
21278 license, and/or sell copies of the Software, and to permit persons to whom
21279 the Software is furnished to do so, subject to the following conditions:
21281 The above copyright notice and this permission notice (including the next
21282 paragraph) shall be included in all copies or substantial portions of the
21283 Software.
21285 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21286 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21287 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21288 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
21289 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21290 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21291 USE OR OTHER DEALINGS IN THE SOFTWARE.
21294 Permission to use, copy, modify, distribute, and sell this software and its
21295 documentation for any purpose is hereby granted without fee, provided that
21296 this permission notice appear in supporting documentation. This permission
21297 notice shall be included in all copies or substantial portions of the
21298 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 THE
21303 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21304 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21305 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21308 Copyright © 2007 OpenedHand Ltd
21310 Permission to use, copy, modify, distribute, and sell this software and its
21311 documentation for any purpose is hereby granted without fee, provided that
21312 the above copyright notice appear in all copies and that both that
21313 copyright notice and this permission notice appear in supporting
21314 documentation, and that the name of OpenedHand Ltd not be used in
21315 advertising or publicity pertaining to distribution of the software without
21316 specific, written prior permission. OpenedHand Ltd makes no
21317 representations about the suitability of this software for any purpose. It
21318 is provided "as is" without express or implied warranty.
21320 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21321 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21322 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21323 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21324 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21325 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21326 PERFORMANCE OF THIS SOFTWARE.
21329 Copyright (c) 1989, 1990, 1993, 1994
21330 The Regents of the University of California. All rights reserved.
21332 This code is derived from software contributed to Berkeley by
21333 Chris Torek.
21335 This code is derived from software contributed to Berkeley by
21336 Michael Rendell of Memorial University of Newfoundland.
21338 Redistribution and use in source and binary forms, with or without
21339 modification, are permitted provided that the following conditions
21340 are met:
21341 1. Redistributions of source code must retain the above copyright
21342 notice, this list of conditions and the following disclaimer.
21343 2. Redistributions in binary form must reproduce the above copyright
21344 notice, this list of conditions and the following disclaimer in the
21345 documentation and/or other materials provided with the distribution.
21346 4. Neither the name of the University nor the names of its contributors
21347 may be used to endorse or promote products derived from this software
21348 without specific prior written permission.
21350 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21351 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21352 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21353 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21354 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21355 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21356 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21357 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21358 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21359 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21360 SUCH DAMAGE.
21362 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21363 </pre>
21364 <ul>
21366 </ul>
21367 </div>
21368 </div>
21371 <div class="product">
21372 <span class="title">xcb-proto-1.7.1</span>
21373 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21374 <span class="homepage"><a href="http://xcb.freedesktop.org/">homepage</a></span>
21375 <div class="licence">
21376 <pre>Scanned Source License xcb-proto-1.7.1/COPYING:
21378 Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
21379 All Rights Reserved.
21381 Permission is hereby granted, free of charge, to any person
21382 obtaining a copy of this software and associated
21383 documentation files (the "Software"), to deal in the
21384 Software without restriction, including without limitation
21385 the rights to use, copy, modify, merge, publish, distribute,
21386 sublicense, and/or sell copies of the Software, and to
21387 permit persons to whom the Software is furnished to do so,
21388 subject to the following conditions:
21390 The above copyright notice and this permission notice shall
21391 be included in all copies or substantial portions of the
21392 Software.
21394 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
21395 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
21396 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
21397 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
21398 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21399 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21400 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21401 OTHER DEALINGS IN THE SOFTWARE.
21403 Except as contained in this notice, the names of the authors
21404 or their institutions shall not be used in advertising or
21405 otherwise to promote the sale, use or other dealings in this
21406 Software without prior written authorization from the
21407 authors.
21409 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21410 </pre>
21411 <ul>
21413 </ul>
21414 </div>
21415 </div>
21418 <div class="product">
21419 <span class="title">xkeyboard-config-2.4.1</span>
21420 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21421 <span class="homepage"><a href="http://www.freedesktop.org/wiki/Software/XKeyboardConfig">homepage</a></span>
21422 <div class="licence">
21423 <pre>Scanned Source License xkeyboard-config-2.4.1/COPYING:
21425 Copyright 1996 by Joseph Moss
21426 Copyright (C) 2002-2007 Free Software Foundation, Inc.
21427 Copyright (C) Dmitry Golubev &lt;lastguru@mail.ru&gt;, 2003-2004
21428 Copyright (C) 2004, Gregory Mokhin &lt;mokhin@bog.msu.ru&gt;
21429 Copyright (C) 2006 Erdal Ronahî
21431 Permission to use, copy, modify, distribute, and sell this software and its
21432 documentation for any purpose is hereby granted without fee, provided that
21433 the above copyright notice appear in all copies and that both that
21434 copyright notice and this permission notice appear in supporting
21435 documentation, and that the name of the copyright holder(s) not be used in
21436 advertising or publicity pertaining to distribution of the software without
21437 specific, written prior permission. The copyright holder(s) makes no
21438 representations about the suitability of this software for any purpose. It
21439 is provided "as is" without express or implied warranty.
21441 THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
21442 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
21443 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21444 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21445 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21446 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21447 PERFORMANCE OF THIS SOFTWARE.
21450 Copyright (c) 1996 Digital Equipment Corporation
21452 Permission is hereby granted, free of charge, to any person obtaining
21453 a copy of this software and associated documentation files (the
21454 "Software"), to deal in the Software without restriction, including
21455 without limitation the rights to use, copy, modify, merge, publish,
21456 distribute, sublicense, and sell copies of the Software, and to
21457 permit persons to whom the Software is furnished to do so, subject to
21458 the following conditions:
21460 The above copyright notice and this permission notice shall be included
21461 in all copies or substantial portions of the Software.
21463 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21464 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21465 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21466 IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM,
21467 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21468 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
21469 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21471 Except as contained in this notice, the name of the Digital Equipment
21472 Corporation shall not be used in advertising or otherwise to promote
21473 the sale, use or other dealings in this Software without prior written
21474 authorization from Digital Equipment Corporation.
21477 Copyright 1996, 1998 The Open Group
21479 Permission to use, copy, modify, distribute, and sell this software and its
21480 documentation for any purpose is hereby granted without fee, provided that
21481 the above copyright notice appear in all copies and that both that
21482 copyright notice and this permission notice appear in supporting
21483 documentation.
21485 The above copyright notice and this permission notice shall be
21486 included in all copies or substantial portions of the Software.
21488 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21489 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21490 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21491 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
21492 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21493 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21494 OTHER DEALINGS IN THE SOFTWARE.
21496 Except as contained in this notice, the name of The Open Group shall
21497 not be used in advertising or otherwise to promote the sale, use or
21498 other dealings in this Software without prior written authorization
21499 from The Open Group.
21502 Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
21504 Permission is hereby granted, free of charge, to any person obtaining a
21505 copy of this software and associated documentation files (the "Software"),
21506 to deal in the Software without restriction, including without limitation
21507 the rights to use, copy, modify, merge, publish, distribute, sublicense,
21508 and/or sell copies of the Software, and to permit persons to whom the
21509 Software is furnished to do so, subject to the following conditions:
21511 The above copyright notice and this permission notice (including the next
21512 paragraph) shall be included in all copies or substantial portions of the
21513 Software.
21515 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21516 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21517 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21518 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21519 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21520 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21521 DEALINGS IN THE SOFTWARE.
21524 Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
21526 Permission to use, copy, modify, and distribute this
21527 software and its documentation for any purpose and without
21528 fee is hereby granted, provided that the above copyright
21529 notice appear in all copies and that both that copyright
21530 notice and this permission notice appear in supporting
21531 documentation, and that the name of Silicon Graphics not be
21532 used in advertising or publicity pertaining to distribution
21533 of the software without specific prior written permission.
21534 Silicon Graphics makes no representation about the suitability
21535 of this software for any purpose. It is provided "as is"
21536 without any express or implied warranty.
21538 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
21539 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21540 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
21541 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
21542 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
21543 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
21544 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
21545 THE USE OR PERFORMANCE OF THIS SOFTWARE.
21548 Copyright (c) 1996 X Consortium
21550 Permission is hereby granted, free of charge, to any person obtaining
21551 a copy of this software and associated documentation files (the
21552 "Software"), to deal in the Software without restriction, including
21553 without limitation the rights to use, copy, modify, merge, publish,
21554 distribute, sublicense, and/or sell copies of the Software, and to
21555 permit persons to whom the Software is furnished to do so, subject to
21556 the following conditions:
21558 The above copyright notice and this permission notice shall be
21559 included in all copies or substantial portions of the Software.
21561 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21562 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21563 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21564 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
21565 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21566 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21567 OTHER DEALINGS IN THE SOFTWARE.
21569 Except as contained in this notice, the name of the X Consortium shall
21570 not be used in advertising or otherwise to promote the sale, use or
21571 other dealings in this Software without prior written authorization
21572 from the X Consortium.
21575 Copyright (C) 2004, 2006 Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
21577 Permission to use, copy, modify, distribute, and sell this software and its
21578 documentation for any purpose is hereby granted without fee, provided that
21579 the above copyright notice appear in all copies and that both that
21580 copyright notice and this permission notice appear in supporting
21581 documentation.
21583 The above copyright notice and this permission notice shall be
21584 included in all copies or substantial portions of the Software.
21586 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21587 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21588 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21589 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
21590 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21591 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21592 OTHER DEALINGS IN THE SOFTWARE.
21594 Except as contained in this notice, the name of a copyright holder shall
21595 not be used in advertising or otherwise to promote the sale, use or
21596 other dealings in this Software without prior written authorization of
21597 the copyright holder.
21600 Copyright (C) 1999, 2000 by Anton Zinoviev &lt;anton@lml.bas.bg&gt;
21602 This software may be used, modified, copied, distributed, and sold,
21603 in both source and binary form provided that the above copyright
21604 and these terms are retained. Under no circumstances is the author
21605 responsible for the proper functioning of this software, nor does
21606 the author assume any responsibility for damages incurred with its
21607 use.
21609 Permission is granted to anyone to use, distribute and modify
21610 this file in any way, provided that the above copyright notice
21611 is left intact and the author of the modification summarizes
21612 the changes in this header.
21614 This file is distributed without any expressed or implied warranty.
21616 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21617 </pre>
21618 <ul>
21620 </ul>
21621 </div>
21622 </div>
21625 <div class="product">
21626 <span class="title">xl2tpd-1.3.0</span>
21627 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21628 <span class="homepage"><a href="http://www.xelerance.com/services/software/xl2tpd/">homepage</a></span>
21629 <div class="licence">
21630 <pre></pre>
21631 <ul>
21632 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
21633 </ul>
21634 </div>
21635 </div>
21638 <div class="product">
21639 <span class="title">xz-utils-4.999.9_beta</span>
21640 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21641 <span class="homepage"><a href="http://tukaani.org/xz/">homepage</a></span>
21642 <div class="licence">
21643 <pre></pre>
21644 <ul>
21645 <li><a href='#LGPL-2.1'>Gentoo Package Stock License LGPL-2.1</a></li>
21646 <li><a href='#GPL-2'>Gentoo Package Stock License GPL-2</a></li>
21647 <li><a href='#public-domain'>Gentoo Package Stock License public-domain</a></li>
21648 <li><a href='#GPL-2+'>Gentoo Package Stock License GPL-2+</a></li>
21649 </ul>
21650 </div>
21651 </div>
21654 <div class="product">
21655 <span class="title">zlib-1.2.7</span>
21656 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21657 <span class="homepage"><a href="http://www.zlib.net/">homepage</a></span>
21658 <div class="licence">
21659 <pre>Gentoo Package Stock License ZLIB:
21661 Copyright (C) &lt;year&gt; &lt;copyright holders&gt;
21663 This software is provided 'as-is', without any express or implied
21664 warranty. In no event will the author(s) be held liable for any damages
21665 arising from the use of this software.
21667 Permission is granted to anyone to use this software for any purpose,
21668 including commercial applications, and to alter it and redistribute it
21669 freely, subject to the following restrictions:
21671 1. The origin of this software must not be misrepresented; you must not
21672 claim that you wrote the original software. If you use this software
21673 in a product, an acknowledgment in the product documentation would be
21674 appreciated but is not required.
21675 2. Altered source versions must be plainly marked as such, and must not be
21676 misrepresented as being the original software.
21677 3. This notice may not be removed or altered from any source distribution.
21679 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
21680 </pre>
21681 <ul>
21683 </ul>
21684 </div>
21685 </div>
21688 </div>
21690 <h2>List of Shared Licenses used in Google Chrome OS:</h2>
21691 <div class="product">
21692 <a name="AFL-2.1" class="title">Gentoo Package Stock License AFL-2.1</a>
21693 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21694 <div class="licence">
21695 <pre>
21696 The Academic Free License
21697 v. 2.1
21699 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:
21701 Licensed under the Academic Free License version 2.1
21703 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
21705 a) to reproduce the Original Work in copies;
21707 b) to prepare derivative works ("Derivative Works") based upon the Original Work;
21709 c) to distribute copies of the Original Work and Derivative Works to the public;
21711 d) to perform the Original Work publicly; and
21713 e) to display the Original Work publicly.
21715 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.
21717 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.
21719 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.
21721 5) This section intentionally omitted.
21723 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.
21725 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.
21727 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.
21729 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.
21731 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.
21733 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.
21735 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.
21737 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.
21739 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.
21741 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.
21743 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.
21748 </pre>
21749 <div class="license-packages">
21750 Used by these packages: dev-libs/dbus-glib-0.100.2 sys-apps/dbus-1.6.8-r4
21751 </div>
21752 </div>
21753 </div>
21755 <div class="product">
21756 <a name="Apache-2.0" class="title">Gentoo Package Stock License Apache-2.0</a>
21757 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21758 <div class="licence">
21759 <pre>
21760 Apache License
21761 Version 2.0, January 2004
21762 http://www.apache.org/licenses/
21764 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
21766 1. Definitions.
21768 "License" shall mean the terms and conditions for use, reproduction,
21769 and distribution as defined by Sections 1 through 9 of this document.
21771 "Licensor" shall mean the copyright owner or entity authorized by
21772 the copyright owner that is granting the License.
21774 "Legal Entity" shall mean the union of the acting entity and all
21775 other entities that control, are controlled by, or are under common
21776 control with that entity. For the purposes of this definition,
21777 "control" means (i) the power, direct or indirect, to cause the
21778 direction or management of such entity, whether by contract or
21779 otherwise, or (ii) ownership of fifty percent (50%) or more of the
21780 outstanding shares, or (iii) beneficial ownership of such entity.
21782 "You" (or "Your") shall mean an individual or Legal Entity
21783 exercising permissions granted by this License.
21785 "Source" form shall mean the preferred form for making modifications,
21786 including but not limited to software source code, documentation
21787 source, and configuration files.
21789 "Object" form shall mean any form resulting from mechanical
21790 transformation or translation of a Source form, including but
21791 not limited to compiled object code, generated documentation,
21792 and conversions to other media types.
21794 "Work" shall mean the work of authorship, whether in Source or
21795 Object form, made available under the License, as indicated by a
21796 copyright notice that is included in or attached to the work
21797 (an example is provided in the Appendix below).
21799 "Derivative Works" shall mean any work, whether in Source or Object
21800 form, that is based on (or derived from) the Work and for which the
21801 editorial revisions, annotations, elaborations, or other modifications
21802 represent, as a whole, an original work of authorship. For the purposes
21803 of this License, Derivative Works shall not include works that remain
21804 separable from, or merely link (or bind by name) to the interfaces of,
21805 the Work and Derivative Works thereof.
21807 "Contribution" shall mean any work of authorship, including
21808 the original version of the Work and any modifications or additions
21809 to that Work or Derivative Works thereof, that is intentionally
21810 submitted to Licensor for inclusion in the Work by the copyright owner
21811 or by an individual or Legal Entity authorized to submit on behalf of
21812 the copyright owner. For the purposes of this definition, "submitted"
21813 means any form of electronic, verbal, or written communication sent
21814 to the Licensor or its representatives, including but not limited to
21815 communication on electronic mailing lists, source code control systems,
21816 and issue tracking systems that are managed by, or on behalf of, the
21817 Licensor for the purpose of discussing and improving the Work, but
21818 excluding communication that is conspicuously marked or otherwise
21819 designated in writing by the copyright owner as "Not a Contribution."
21821 "Contributor" shall mean Licensor and any individual or Legal Entity
21822 on behalf of whom a Contribution has been received by Licensor and
21823 subsequently incorporated within the Work.
21825 2. Grant of Copyright License. Subject to the terms and conditions of
21826 this License, each Contributor hereby grants to You a perpetual,
21827 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
21828 copyright license to reproduce, prepare Derivative Works of,
21829 publicly display, publicly perform, sublicense, and distribute the
21830 Work and such Derivative Works in Source or Object form.
21832 3. Grant of Patent License. Subject to the terms and conditions of
21833 this License, each Contributor hereby grants to You a perpetual,
21834 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
21835 (except as stated in this section) patent license to make, have made,
21836 use, offer to sell, sell, import, and otherwise transfer the Work,
21837 where such license applies only to those patent claims licensable
21838 by such Contributor that are necessarily infringed by their
21839 Contribution(s) alone or by combination of their Contribution(s)
21840 with the Work to which such Contribution(s) was submitted. If You
21841 institute patent litigation against any entity (including a
21842 cross-claim or counterclaim in a lawsuit) alleging that the Work
21843 or a Contribution incorporated within the Work constitutes direct
21844 or contributory patent infringement, then any patent licenses
21845 granted to You under this License for that Work shall terminate
21846 as of the date such litigation is filed.
21848 4. Redistribution. You may reproduce and distribute copies of the
21849 Work or Derivative Works thereof in any medium, with or without
21850 modifications, and in Source or Object form, provided that You
21851 meet the following conditions:
21853 (a) You must give any other recipients of the Work or
21854 Derivative Works a copy of this License; and
21856 (b) You must cause any modified files to carry prominent notices
21857 stating that You changed the files; and
21859 (c) You must retain, in the Source form of any Derivative Works
21860 that You distribute, all copyright, patent, trademark, and
21861 attribution notices from the Source form of the Work,
21862 excluding those notices that do not pertain to any part of
21863 the Derivative Works; and
21865 (d) If the Work includes a "NOTICE" text file as part of its
21866 distribution, then any Derivative Works that You distribute must
21867 include a readable copy of the attribution notices contained
21868 within such NOTICE file, excluding those notices that do not
21869 pertain to any part of the Derivative Works, in at least one
21870 of the following places: within a NOTICE text file distributed
21871 as part of the Derivative Works; within the Source form or
21872 documentation, if provided along with the Derivative Works; or,
21873 within a display generated by the Derivative Works, if and
21874 wherever such third-party notices normally appear. The contents
21875 of the NOTICE file are for informational purposes only and
21876 do not modify the License. You may add Your own attribution
21877 notices within Derivative Works that You distribute, alongside
21878 or as an addendum to the NOTICE text from the Work, provided
21879 that such additional attribution notices cannot be construed
21880 as modifying the License.
21882 You may add Your own copyright statement to Your modifications and
21883 may provide additional or different license terms and conditions
21884 for use, reproduction, or distribution of Your modifications, or
21885 for any such Derivative Works as a whole, provided Your use,
21886 reproduction, and distribution of the Work otherwise complies with
21887 the conditions stated in this License.
21889 5. Submission of Contributions. Unless You explicitly state otherwise,
21890 any Contribution intentionally submitted for inclusion in the Work
21891 by You to the Licensor shall be under the terms and conditions of
21892 this License, without any additional terms or conditions.
21893 Notwithstanding the above, nothing herein shall supersede or modify
21894 the terms of any separate license agreement you may have executed
21895 with Licensor regarding such Contributions.
21897 6. Trademarks. This License does not grant permission to use the trade
21898 names, trademarks, service marks, or product names of the Licensor,
21899 except as required for reasonable and customary use in describing the
21900 origin of the Work and reproducing the content of the NOTICE file.
21902 7. Disclaimer of Warranty. Unless required by applicable law or
21903 agreed to in writing, Licensor provides the Work (and each
21904 Contributor provides its Contributions) on an "AS IS" BASIS,
21905 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
21906 implied, including, without limitation, any warranties or conditions
21907 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
21908 PARTICULAR PURPOSE. You are solely responsible for determining the
21909 appropriateness of using or redistributing the Work and assume any
21910 risks associated with Your exercise of permissions under this License.
21912 8. Limitation of Liability. In no event and under no legal theory,
21913 whether in tort (including negligence), contract, or otherwise,
21914 unless required by applicable law (such as deliberate and grossly
21915 negligent acts) or agreed to in writing, shall any Contributor be
21916 liable to You for damages, including any direct, indirect, special,
21917 incidental, or consequential damages of any character arising as a
21918 result of this License or out of the use or inability to use the
21919 Work (including but not limited to damages for loss of goodwill,
21920 work stoppage, computer failure or malfunction, or any and all
21921 other commercial damages or losses), even if such Contributor
21922 has been advised of the possibility of such damages.
21924 9. Accepting Warranty or Additional Liability. While redistributing
21925 the Work or Derivative Works thereof, You may choose to offer,
21926 and charge a fee for, acceptance of support, warranty, indemnity,
21927 or other liability obligations and/or rights consistent with this
21928 License. However, in accepting such obligations, You may act only
21929 on Your own behalf and on Your sole responsibility, not on behalf
21930 of any other Contributor, and only if You agree to indemnify,
21931 defend, and hold each Contributor harmless for any liability
21932 incurred by, or claims asserted against, such Contributor by reason
21933 of your accepting any such warranty or additional liability.
21935 END OF TERMS AND CONDITIONS
21937 APPENDIX: How to apply the Apache License to your work.
21939 To apply the Apache License to your work, attach the following
21940 boilerplate notice, with the fields enclosed by brackets "[]"
21941 replaced with your own identifying information. (Don't include
21942 the brackets!) The text should be enclosed in the appropriate
21943 comment syntax for the file format. We also recommend that a
21944 file or class name and description of purpose be included on the
21945 same "printed page" as the copyright notice for easier
21946 identification within third-party archives.
21948 Copyright [yyyy] [name of copyright owner]
21950 Licensed under the Apache License, Version 2.0 (the "License");
21951 you may not use this file except in compliance with the License.
21952 You may obtain a copy of the License at
21954 http://www.apache.org/licenses/LICENSE-2.0
21956 Unless required by applicable law or agreed to in writing, software
21957 distributed under the License is distributed on an "AS IS" BASIS,
21958 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21959 See the License for the specific language governing permissions and
21960 limitations under the License.
21962 </pre>
21963 <div class="license-packages">
21964 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 media-fonts/droidfonts-cros-20121206 app-i18n/chromeos-keyboards-1.1.4.0-r5 dev-libs/protobuf-2.3.0-r4 app-i18n/chinese-input-1.1.0.0-r2 media-fonts/crosextrafonts-20130214
21965 </div>
21966 </div>
21967 </div>
21969 <div class="product">
21970 <a name="as-is" class="title">Gentoo Package Stock License as-is</a>
21971 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
21972 <div class="licence">
21973 <pre>
21974 Note: This license label is deprecated, so don't use it for new packages.
21975 Unfortunately, "as-is" has been (ab)used also for non-free software and
21976 you cannot rely on it. Please check the upstream license instead.
21978 "as-is" in its originally intended sense is now covered by the OSI-approved
21979 "HPND" (Historical Permission Notice and Disclaimer).
21981 ---------------------------------------------------------------------------
21983 This is a generic place holder for a class of licenses that boil down to do
21984 no guarantees and all you get is what you have. The language is usually
21985 similar to:
21987 Permission to use, copy, modify, and distribute this software and its
21988 documentation for any purpose and without fee is hereby granted, provided
21989 that the above copyright notice appears in all copies and that both the
21990 copyright notice and this permission notice appear in supporting
21991 documentation, and that the same name not be used in advertising or
21992 publicity pertaining to distribution of the software without specific,
21993 written prior permission. We make no representations about the
21994 suitability of this software for any purpose. It is provided "as is"
21995 without express or implied warranty.
21998 You will need to check the license that came with the software for the exact
21999 specifics. Generally you are free to do most anything you want with "as is"
22000 software but you should not take this license as legal advice.
22002 Note: Most all license have an "as is" clause. For our purposes this does
22003 not make all software in this category. This category is for software with
22004 very little restrictions.
22006 The information in this license about licenses is presented "as is". :-P
22008 </pre>
22009 <div class="license-packages">
22010 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
22011 </div>
22012 </div>
22013 </div>
22015 <div class="product">
22016 <a name="Atheros" class="title">Custom License Atheros</a>
22017 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22018 <div class="licence">
22019 <pre>
22020 Copyright (c) 2010, Atheros Communications, Inc.
22022 All rights reserved.
22024 Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are
22026 met:
22028 * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with the distribution.
22030 * 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.
22032 * No reverse engineering, decompilation, or disassembly of this software is permitted.
22034 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.
22036 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.
22040 </pre>
22041 <div class="license-packages">
22042 Used by these packages: net-wireless/ath3k-0.0.1-r121 net-wireless/ath6k-34-r22
22043 </div>
22044 </div>
22045 </div>
22047 <div class="product">
22048 <a name="BSD-Google" class="title">Custom License BSD-Google</a>
22049 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22050 <div class="licence">
22051 <pre>
22052 Copyright 2010, Google Inc.
22053 All rights reserved.
22055 Redistribution and use in source and binary forms, with or without
22056 modification, are permitted provided that the following conditions are
22057 met:
22059 * Redistributions of source code must retain the above copyright
22060 notice, this list of conditions and the following disclaimer.
22061 * Redistributions in binary form must reproduce the above
22062 copyright notice, this list of conditions and the following disclaimer
22063 in the documentation and/or other materials provided with the
22064 distribution.
22065 * Neither the name of Google Inc. nor the names of its
22066 contributors may be used to endorse or promote products derived from
22067 this software without specific prior written permission.
22069 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22070 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22071 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22072 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22073 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22074 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22075 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22076 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22077 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22078 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22079 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22081 </pre>
22082 <div class="license-packages">
22083 Used by these packages: app-i18n/nacl-mozc-1.10.1389.104-r14 app-i18n/input-tools-3.0.0.0-r2
22084 </div>
22085 </div>
22086 </div>
22088 <div class="product">
22089 <a name="FTL" class="title">Gentoo Package Stock License FTL</a>
22090 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22091 <div class="licence">
22092 <pre>
22093 The FreeType Project LICENSE
22094 ----------------------------
22096 Copyright 1996-1999 by
22097 David Turner, Robert Wilhelm, and Werner Lemberg
22101 Introduction
22102 ============
22104 The FreeType Project is distributed in several archive packages;
22105 some of them may contain, in addition to the FreeType font engine,
22106 various tools and contributions which rely on, or relate to, the
22107 FreeType Project.
22109 This license applies to all files found in such packages, and
22110 which do not fall under their own explicit license. The license
22111 affects thus the FreeType font engine, the test programs,
22112 documentation and makefiles, at the very least.
22114 This license was inspired by the BSD, Artistic, and IJG
22115 (Independent JPEG Group) licenses, which all encourage inclusion
22116 and use of free software in commercial and freeware products
22117 alike. As a consequence, its main points are that:
22119 o We don't promise that this software works. However, we are be
22120 interested in any kind of bug reports. (`as is' distribution)
22122 o You can use this software for whatever you want, in parts or
22123 full form, without having to pay us. (`royalty-free' usage)
22125 o You may not pretend that you wrote this software. If you use
22126 it, or only parts of it, in a program, you must acknowledge
22127 somewhere in your documentation that you've used the FreeType
22128 code. (`credits')
22130 We specifically permit and encourage the inclusion of this
22131 software, with or without modifications, in commercial products,
22132 provided that all warranty or liability claims are assumed by the
22133 product vendor.
22136 Legal Terms
22137 ===========
22139 0. Definitions
22140 --------------
22142 Throughout this license, the terms `package', `FreeType Project',
22143 and `FreeType archive' refer to the set of files originally
22144 distributed by the authors (David Turner, Robert Wilhelm, and
22145 Werner Lemberg) as the `FreeType project', be they named as alpha,
22146 beta or final release.
22148 `You' refers to the licensee, or person using the project, where
22149 `using' is a generic term including compiling the project's source
22150 code as well as linking it to form a `program' or `executable'.
22151 This program is referred to as `a program using the FreeType
22152 engine'.
22154 This license applies to all files distributed in the original
22155 FreeType archive, including all source code, binaries and
22156 documentation, unless otherwise stated in the file in its
22157 original, unmodified form as distributed in the original archive.
22158 If you are unsure whether or not a particular file is covered by
22159 this license, you must contact us to verify this.
22161 The FreeType project is copyright (C) 1996-1999 by David Turner,
22162 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
22163 specified below.
22165 1. No Warranty
22166 --------------
22168 THE FREETYPE ARCHIVE IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
22169 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
22170 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22171 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
22172 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
22173 USE, OF THE FREETYPE PROJECT.
22175 As you have not signed this license, you are not required to
22176 accept it. However, as the FreeType project is copyrighted
22177 material, only this license, or another one contracted with the
22178 authors, grants you the right to use, distribute, and modify it.
22179 Therefore, by using, distributing, or modifying the FreeType
22180 project, you indicate that you understand and accept all the terms
22181 of this license.
22183 2. Redistribution
22184 -----------------
22186 Redistribution and use in source and binary forms, with or without
22187 modification, are permitted provided that the following conditions
22188 are met:
22190 o Redistribution of source code must retain this license file
22191 (`licence.txt') unaltered; any additions, deletions or changes
22192 to the original files must be clearly indicated in
22193 accompanying documentation. The copyright notices of the
22194 unaltered, original files must be preserved in all copies of
22195 source files.
22197 o Redistribution in binary form must provide a disclaimer that
22198 states that the software is based in part of the work of the
22199 FreeType Team, in the distribution documentation. We also
22200 encourage you to put an URL to the FreeType web page in your
22201 documentation, though this isn't mandatory.
22203 These conditions apply to any software derived from or based on
22204 the FreeType code, not just the unmodified files. If you use our
22205 work, you must acknowledge us. However, no fee need be paid to
22208 3. Advertising
22209 --------------
22211 The names of FreeType's authors and contributors may not be used
22212 to endorse or promote products derived from this software without
22213 specific prior written permission.
22215 We suggest, but do not require, that you use one or more of the
22216 following phrases to refer to this software in your documentation
22217 or advertising materials: `FreeType Project', `FreeType Engine',
22218 `FreeType library', or `FreeType Distribution'.
22220 4. Contacts
22221 -----------
22223 There are two mailing lists related to FreeType:
22225 o freetype@freetype.org
22227 Discusses general use and applications of FreeType, as well as
22228 future and wanted additions to the library and distribution.
22229 If you are looking for support, start in this list if you
22230 haven't found anything to help you in the documentation.
22232 o devel@freetype.org
22234 Discusses bugs, as well as engine internals, design issues,
22235 specific licenses, porting, etc.
22237 o http://www.freetype.org
22239 Holds the current FreeType web page, which will allow you to
22240 download our latest development version and read online
22241 documentation.
22243 You can also contact us individually at:
22245 David Turner <david.turner@freetype.org>
22246 Robert Wilhelm <robert.wilhelm@freetype.org>
22247 Werner Lemberg <werner.lemberg@freetype.org>
22250 --- end of license.txt ---
22252 </pre>
22253 <div class="license-packages">
22254 Used by these packages: media-libs/freetype-2.4.12 x11-libs/pango-1.32.5-r1
22255 </div>
22256 </div>
22257 </div>
22259 <div class="product">
22260 <a name="GPL-2" class="title">Gentoo Package Stock License GPL-2</a>
22261 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22262 <div class="licence">
22263 <pre>
22264 GNU GENERAL PUBLIC LICENSE
22265 Version 2, June 1991
22267 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
22268 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22269 Everyone is permitted to copy and distribute verbatim copies
22270 of this license document, but changing it is not allowed.
22272 Preamble
22274 The licenses for most software are designed to take away your
22275 freedom to share and change it. By contrast, the GNU General Public
22276 License is intended to guarantee your freedom to share and change free
22277 software--to make sure the software is free for all its users. This
22278 General Public License applies to most of the Free Software
22279 Foundation's software and to any other program whose authors commit to
22280 using it. (Some other Free Software Foundation software is covered by
22281 the GNU Library General Public License instead.) You can apply it to
22282 your programs, too.
22284 When we speak of free software, we are referring to freedom, not
22285 price. Our General Public Licenses are designed to make sure that you
22286 have the freedom to distribute copies of free software (and charge for
22287 this service if you wish), that you receive source code or can get it
22288 if you want it, that you can change the software or use pieces of it
22289 in new free programs; and that you know you can do these things.
22291 To protect your rights, we need to make restrictions that forbid
22292 anyone to deny you these rights or to ask you to surrender the rights.
22293 These restrictions translate to certain responsibilities for you if you
22294 distribute copies of the software, or if you modify it.
22296 For example, if you distribute copies of such a program, whether
22297 gratis or for a fee, you must give the recipients all the rights that
22298 you have. You must make sure that they, too, receive or can get the
22299 source code. And you must show them these terms so they know their
22300 rights.
22302 We protect your rights with two steps: (1) copyright the software, and
22303 (2) offer you this license which gives you legal permission to copy,
22304 distribute and/or modify the software.
22306 Also, for each author's protection and ours, we want to make certain
22307 that everyone understands that there is no warranty for this free
22308 software. If the software is modified by someone else and passed on, we
22309 want its recipients to know that what they have is not the original, so
22310 that any problems introduced by others will not reflect on the original
22311 authors' reputations.
22313 Finally, any free program is threatened constantly by software
22314 patents. We wish to avoid the danger that redistributors of a free
22315 program will individually obtain patent licenses, in effect making the
22316 program proprietary. To prevent this, we have made it clear that any
22317 patent must be licensed for everyone's free use or not licensed at all.
22319 The precise terms and conditions for copying, distribution and
22320 modification follow.
22322 GNU GENERAL PUBLIC LICENSE
22323 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
22325 0. This License applies to any program or other work which contains
22326 a notice placed by the copyright holder saying it may be distributed
22327 under the terms of this General Public License. The "Program", below,
22328 refers to any such program or work, and a "work based on the Program"
22329 means either the Program or any derivative work under copyright law:
22330 that is to say, a work containing the Program or a portion of it,
22331 either verbatim or with modifications and/or translated into another
22332 language. (Hereinafter, translation is included without limitation in
22333 the term "modification".) Each licensee is addressed as "you".
22335 Activities other than copying, distribution and modification are not
22336 covered by this License; they are outside its scope. The act of
22337 running the Program is not restricted, and the output from the Program
22338 is covered only if its contents constitute a work based on the
22339 Program (independent of having been made by running the Program).
22340 Whether that is true depends on what the Program does.
22342 1. You may copy and distribute verbatim copies of the Program's
22343 source code as you receive it, in any medium, provided that you
22344 conspicuously and appropriately publish on each copy an appropriate
22345 copyright notice and disclaimer of warranty; keep intact all the
22346 notices that refer to this License and to the absence of any warranty;
22347 and give any other recipients of the Program a copy of this License
22348 along with the Program.
22350 You may charge a fee for the physical act of transferring a copy, and
22351 you may at your option offer warranty protection in exchange for a fee.
22353 2. You may modify your copy or copies of the Program or any portion
22354 of it, thus forming a work based on the Program, and copy and
22355 distribute such modifications or work under the terms of Section 1
22356 above, provided that you also meet all of these conditions:
22358 a) You must cause the modified files to carry prominent notices
22359 stating that you changed the files and the date of any change.
22361 b) You must cause any work that you distribute or publish, that in
22362 whole or in part contains or is derived from the Program or any
22363 part thereof, to be licensed as a whole at no charge to all third
22364 parties under the terms of this License.
22366 c) If the modified program normally reads commands interactively
22367 when run, you must cause it, when started running for such
22368 interactive use in the most ordinary way, to print or display an
22369 announcement including an appropriate copyright notice and a
22370 notice that there is no warranty (or else, saying that you provide
22371 a warranty) and that users may redistribute the program under
22372 these conditions, and telling the user how to view a copy of this
22373 License. (Exception: if the Program itself is interactive but
22374 does not normally print such an announcement, your work based on
22375 the Program is not required to print an announcement.)
22377 These requirements apply to the modified work as a whole. If
22378 identifiable sections of that work are not derived from the Program,
22379 and can be reasonably considered independent and separate works in
22380 themselves, then this License, and its terms, do not apply to those
22381 sections when you distribute them as separate works. But when you
22382 distribute the same sections as part of a whole which is a work based
22383 on the Program, the distribution of the whole must be on the terms of
22384 this License, whose permissions for other licensees extend to the
22385 entire whole, and thus to each and every part regardless of who wrote it.
22387 Thus, it is not the intent of this section to claim rights or contest
22388 your rights to work written entirely by you; rather, the intent is to
22389 exercise the right to control the distribution of derivative or
22390 collective works based on the Program.
22392 In addition, mere aggregation of another work not based on the Program
22393 with the Program (or with a work based on the Program) on a volume of
22394 a storage or distribution medium does not bring the other work under
22395 the scope of this License.
22397 3. You may copy and distribute the Program (or a work based on it,
22398 under Section 2) in object code or executable form under the terms of
22399 Sections 1 and 2 above provided that you also do one of the following:
22401 a) Accompany it with the complete corresponding machine-readable
22402 source code, which must be distributed under the terms of Sections
22403 1 and 2 above on a medium customarily used for software interchange; or,
22405 b) Accompany it with a written offer, valid for at least three
22406 years, to give any third party, for a charge no more than your
22407 cost of physically performing source distribution, a complete
22408 machine-readable copy of the corresponding source code, to be
22409 distributed under the terms of Sections 1 and 2 above on a medium
22410 customarily used for software interchange; or,
22412 c) Accompany it with the information you received as to the offer
22413 to distribute corresponding source code. (This alternative is
22414 allowed only for noncommercial distribution and only if you
22415 received the program in object code or executable form with such
22416 an offer, in accord with Subsection b above.)
22418 The source code for a work means the preferred form of the work for
22419 making modifications to it. For an executable work, complete source
22420 code means all the source code for all modules it contains, plus any
22421 associated interface definition files, plus the scripts used to
22422 control compilation and installation of the executable. However, as a
22423 special exception, the source code distributed need not include
22424 anything that is normally distributed (in either source or binary
22425 form) with the major components (compiler, kernel, and so on) of the
22426 operating system on which the executable runs, unless that component
22427 itself accompanies the executable.
22429 If distribution of executable or object code is made by offering
22430 access to copy from a designated place, then offering equivalent
22431 access to copy the source code from the same place counts as
22432 distribution of the source code, even though third parties are not
22433 compelled to copy the source along with the object code.
22435 4. You may not copy, modify, sublicense, or distribute the Program
22436 except as expressly provided under this License. Any attempt
22437 otherwise to copy, modify, sublicense or distribute the Program is
22438 void, and will automatically terminate your rights under this License.
22439 However, parties who have received copies, or rights, from you under
22440 this License will not have their licenses terminated so long as such
22441 parties remain in full compliance.
22443 5. You are not required to accept this License, since you have not
22444 signed it. However, nothing else grants you permission to modify or
22445 distribute the Program or its derivative works. These actions are
22446 prohibited by law if you do not accept this License. Therefore, by
22447 modifying or distributing the Program (or any work based on the
22448 Program), you indicate your acceptance of this License to do so, and
22449 all its terms and conditions for copying, distributing or modifying
22450 the Program or works based on it.
22452 6. Each time you redistribute the Program (or any work based on the
22453 Program), the recipient automatically receives a license from the
22454 original licensor to copy, distribute or modify the Program subject to
22455 these terms and conditions. You may not impose any further
22456 restrictions on the recipients' exercise of the rights granted herein.
22457 You are not responsible for enforcing compliance by third parties to
22458 this License.
22460 7. If, as a consequence of a court judgment or allegation of patent
22461 infringement or for any other reason (not limited to patent issues),
22462 conditions are imposed on you (whether by court order, agreement or
22463 otherwise) that contradict the conditions of this License, they do not
22464 excuse you from the conditions of this License. If you cannot
22465 distribute so as to satisfy simultaneously your obligations under this
22466 License and any other pertinent obligations, then as a consequence you
22467 may not distribute the Program at all. For example, if a patent
22468 license would not permit royalty-free redistribution of the Program by
22469 all those who receive copies directly or indirectly through you, then
22470 the only way you could satisfy both it and this License would be to
22471 refrain entirely from distribution of the Program.
22473 If any portion of this section is held invalid or unenforceable under
22474 any particular circumstance, the balance of the section is intended to
22475 apply and the section as a whole is intended to apply in other
22476 circumstances.
22478 It is not the purpose of this section to induce you to infringe any
22479 patents or other property right claims or to contest validity of any
22480 such claims; this section has the sole purpose of protecting the
22481 integrity of the free software distribution system, which is
22482 implemented by public license practices. Many people have made
22483 generous contributions to the wide range of software distributed
22484 through that system in reliance on consistent application of that
22485 system; it is up to the author/donor to decide if he or she is willing
22486 to distribute software through any other system and a licensee cannot
22487 impose that choice.
22489 This section is intended to make thoroughly clear what is believed to
22490 be a consequence of the rest of this License.
22492 8. If the distribution and/or use of the Program is restricted in
22493 certain countries either by patents or by copyrighted interfaces, the
22494 original copyright holder who places the Program under this License
22495 may add an explicit geographical distribution limitation excluding
22496 those countries, so that distribution is permitted only in or among
22497 countries not thus excluded. In such case, this License incorporates
22498 the limitation as if written in the body of this License.
22500 9. The Free Software Foundation may publish revised and/or new versions
22501 of the General Public License from time to time. Such new versions will
22502 be similar in spirit to the present version, but may differ in detail to
22503 address new problems or concerns.
22505 Each version is given a distinguishing version number. If the Program
22506 specifies a version number of this License which applies to it and "any
22507 later version", you have the option of following the terms and conditions
22508 either of that version or of any later version published by the Free
22509 Software Foundation. If the Program does not specify a version number of
22510 this License, you may choose any version ever published by the Free Software
22511 Foundation.
22513 10. If you wish to incorporate parts of the Program into other free
22514 programs whose distribution conditions are different, write to the author
22515 to ask for permission. For software which is copyrighted by the Free
22516 Software Foundation, write to the Free Software Foundation; we sometimes
22517 make exceptions for this. Our decision will be guided by the two goals
22518 of preserving the free status of all derivatives of our free software and
22519 of promoting the sharing and reuse of software generally.
22521 NO WARRANTY
22523 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
22524 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
22525 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
22526 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
22527 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22528 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
22529 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
22530 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
22531 REPAIR OR CORRECTION.
22533 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
22534 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
22535 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
22536 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
22537 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
22538 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
22539 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
22540 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
22541 POSSIBILITY OF SUCH DAMAGES.
22543 END OF TERMS AND CONDITIONS
22545 How to Apply These Terms to Your New Programs
22547 If you develop a new program, and you want it to be of the greatest
22548 possible use to the public, the best way to achieve this is to make it
22549 free software which everyone can redistribute and change under these terms.
22551 To do so, attach the following notices to the program. It is safest
22552 to attach them to the start of each source file to most effectively
22553 convey the exclusion of warranty; and each file should have at least
22554 the "copyright" line and a pointer to where the full notice is found.
22556 <one line to give the program's name and a brief idea of what it does.>
22557 Copyright (C) <year> <name of author>
22559 This program is free software; you can redistribute it and/or modify
22560 it under the terms of the GNU General Public License as published by
22561 the Free Software Foundation; either version 2 of the License, or
22562 (at your option) any later version.
22564 This program is distributed in the hope that it will be useful,
22565 but WITHOUT ANY WARRANTY; without even the implied warranty of
22566 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22567 GNU General Public License for more details.
22569 You should have received a copy of the GNU General Public License
22570 along with this program; if not, write to the Free Software
22571 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22574 Also add information on how to contact you by electronic and paper mail.
22576 If the program is interactive, make it output a short notice like this
22577 when it starts in an interactive mode:
22579 Gnomovision version 69, Copyright (C) year name of author
22580 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
22581 This is free software, and you are welcome to redistribute it
22582 under certain conditions; type `show c' for details.
22584 The hypothetical commands `show w' and `show c' should show the appropriate
22585 parts of the General Public License. Of course, the commands you use may
22586 be called something other than `show w' and `show c'; they could even be
22587 mouse-clicks or menu items--whatever suits your program.
22589 You should also get your employer (if you work as a programmer) or your
22590 school, if any, to sign a "copyright disclaimer" for the program, if
22591 necessary. Here is a sample; alter the names:
22593 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
22594 `Gnomovision' (which makes passes at compilers) written by James Hacker.
22596 <signature of Ty Coon>, 1 April 1989
22597 Ty Coon, President of Vice
22599 This General Public License does not permit incorporating your program into
22600 proprietary programs. If your program is a subroutine library, you may
22601 consider it more useful to permit linking proprietary applications with the
22602 library. If this is what you want to do, use the GNU Library General
22603 Public License instead of this License.
22605 </pre>
22606 <div class="license-packages">
22607 Used by these packages: sys-apps/dmidecode-2.11-r1 app-text/sgml-common-0.6.3-r5 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-apps/findutils-4.4.2-r1 sys-devel/binutils-config-3-r3 sys-libs/libcap-2.17 sys-apps/shadow-4.1.2.2-r4 net-wireless/wpa_supplicant-0.7.2-r134 sys-fs/e2fsprogs-1.42 sys-kernel/linux-headers-3.4-r6 media-plugins/alsa-plugins-1.0.25-r1 sys-apps/module-init-tools-3.16-r4 sys-apps/iotools-1.4 sys-apps/usbutils-006 sys-libs/pam-1.1.5 net-wireless/bluez-5.4-r9 sys-fs/udev-171-r5 sys-apps/keyutils-1.1 sys-fs/ecryptfs-utils-101 app-admin/python-updater-0.10 dev-libs/nss-3.15.1-r3 sys-apps/hwids-20120922 net-dialup/ppp-2.4.5-r3 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 x11-misc/shared-mime-info-0.90 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/hdparm-9.39 sys-fs/fuse-2.8.6-r3 media-sound/alsa-utils-1.0.25-r3 sys-fs/avfs-1.0.1 sys-apps/net-tools-1.60_p20110409135728 sys-apps/dtc-1.3.0-r24 sys-fs/ntfs3g-2012.1.15-r2 dev-libs/dbus-glib-0.100.2 sys-apps/ethtool-6 app-misc/mime-types-8 sys-devel/autoconf-2.13 sys-apps/upstart-1.2-r7 dev-libs/libgpg-error-1.10-r1 sys-apps/chvt-0.0.1-r1 sys-apps/flashrom-0.9.4-r303 sys-fs/lvm2-2.02.88 dev-util/ragel-6.7-r2 net-firewall/iptables-1.4.8-r2 sys-apps/dbus-1.6.8-r4 dev-libs/lzo-2.06 sys-apps/sandbox-2.6-r1 dev-util/intltool-0.41.0 sys-devel/libtool-2.4-r1 sys-apps/smartmontools-5.42 sys-libs/e2fsprogs-libs-1.42 dev-libs/nspr-4.10 net-misc/openvpn-2.3.2-r1 dev-util/perf-3.4-r2478 sys-kernel/Linux-2.6 sys-apps/util-linux-2.21.2-r1 sys-apps/pciutils-3.1.10 media-sound/alsa-headers-1.0.25 media-libs/freetype-2.4.12 sys-devel/autoconf-wrapper-10-r1 sys-devel/automake-1.11.1 dev-libs/pkcs11-helper-1.07 net-libs/libnfnetlink-1.0.1 media-gfx/ply-image-0.0.1-r43 sys-boot/coreboot-2013.04 media-sound/adhd-0.0.1-r655 sys-devel/automake-wrapper-5 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/portage-2.1.11.50-r3 sys-process/procps-3.3.4 dev-libs/libatomic_ops-7.2d sys-boot/syslinux-3.83-r5 sys-apps/memtester-4.2.2 app-arch/xz-utils-4.999.9_beta-r1
22608 </div>
22609 </div>
22610 </div>
22612 <div class="product">
22613 <a name="GPL-2+" class="title">Gentoo Package Stock License GPL-2+</a>
22614 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22615 <div class="licence">
22616 <pre>
22617 GNU General Public License, version 2 or any later version.
22618 See GPL-2 or GPL-3 for the full text of these licenses.
22620 </pre>
22621 <div class="license-packages">
22622 Used by these packages: sys-boot/u-boot-2013.06 dev-libs/libatomic_ops-7.2d app-arch/xz-utils-4.999.9_beta-r1
22623 </div>
22624 </div>
22625 </div>
22627 <div class="product">
22628 <a name="GPL-3" class="title">Gentoo Package Stock License GPL-3</a>
22629 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
22630 <div class="licence">
22631 <pre>
22632 GNU GENERAL PUBLIC LICENSE
22633 Version 3, 29 June 2007
22635 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
22636 Everyone is permitted to copy and distribute verbatim copies
22637 of this license document, but changing it is not allowed.
22639 Preamble
22641 The GNU General Public License is a free, copyleft license for
22642 software and other kinds of works.
22644 The licenses for most software and other practical works are designed
22645 to take away your freedom to share and change the works. By contrast,
22646 the GNU General Public License is intended to guarantee your freedom to
22647 share and change all versions of a program--to make sure it remains free
22648 software for all its users. We, the Free Software Foundation, use the
22649 GNU General Public License for most of our software; it applies also to
22650 any other work released this way by its authors. You can apply it to
22651 your programs, too.
22653 When we speak of free software, we are referring to freedom, not
22654 price. Our General Public Licenses are designed to make sure that you
22655 have the freedom to distribute copies of free software (and charge for
22656 them if you wish), that you receive source code or can get it if you
22657 want it, that you can change the software or use pieces of it in new
22658 free programs, and that you know you can do these things.
22660 To protect your rights, we need to prevent others from denying you
22661 these rights or asking you to surrender the rights. Therefore, you have
22662 certain responsibilities if you distribute copies of the software, or if
22663 you modify it: responsibilities to respect the freedom of others.
22665 For example, if you distribute copies of such a program, whether
22666 gratis or for a fee, you must pass on to the recipients the same
22667 freedoms that you received. You must make sure that they, too, receive
22668 or can get the source code. And you must show them these terms so they
22669 know their rights.
22671 Developers that use the GNU GPL protect your rights with two steps:
22672 (1) assert copyright on the software, and (2) offer you this License
22673 giving you legal permission to copy, distribute and/or modify it.
22675 For the developers' and authors' protection, the GPL clearly explains
22676 that there is no warranty for this free software. For both users' and
22677 authors' sake, the GPL requires that modified versions be marked as
22678 changed, so that their problems will not be attributed erroneously to
22679 authors of previous versions.
22681 Some devices are designed to deny users access to install or run
22682 modified versions of the software inside them, although the manufacturer
22683 can do so. This is fundamentally incompatible with the aim of
22684 protecting users' freedom to change the software. The systematic
22685 pattern of such abuse occurs in the area of products for individuals to
22686 use, which is precisely where it is most unacceptable. Therefore, we
22687 have designed this version of the GPL to prohibit the practice for those
22688 products. If such problems arise substantially in other domains, we
22689 stand ready to extend this provision to those domains in future versions
22690 of the GPL, as needed to protect the freedom of users.
22692 Finally, every program is threatened constantly by software patents.
22693 States should not allow patents to restrict development and use of
22694 software on general-purpose computers, but in those that do, we wish to
22695 avoid the special danger that patents applied to a free program could
22696 make it effectively proprietary. To prevent this, the GPL assures that
22697 patents cannot be used to render the program non-free.
22699 The precise terms and conditions for copying, distribution and
22700 modification follow.
22702 TERMS AND CONDITIONS
22704 0. Definitions.
22706 "This License" refers to version 3 of the GNU General Public License.
22708 "Copyright" also means copyright-like laws that apply to other kinds of
22709 works, such as semiconductor masks.
22711 "The Program" refers to any copyrightable work licensed under this
22712 License. Each licensee is addressed as "you". "Licensees" and
22713 "recipients" may be individuals or organizations.
22715 To "modify" a work means to copy from or adapt all or part of the work
22716 in a fashion requiring copyright permission, other than the making of an
22717 exact copy. The resulting work is called a "modified version" of the
22718 earlier work or a work "based on" the earlier work.
22720 A "covered work" means either the unmodified Program or a work based
22721 on the Program.
22723 To "propagate" a work means to do anything with it that, without
22724 permission, would make you directly or secondarily liable for
22725 infringement under applicable copyright law, except executing it on a
22726 computer or modifying a private copy. Propagation includes copying,
22727 distribution (with or without modification), making available to the
22728 public, and in some countries other activities as well.
22730 To "convey" a work means any kind of propagation that enables other
22731 parties to make or receive copies. Mere interaction with a user through
22732 a computer network, with no transfer of a copy, is not conveying.
22734 An interactive user interface displays "Appropriate Legal Notices"
22735 to the extent that it includes a convenient and prominently visible
22736 feature that (1) displays an appropriate copyright notice, and (2)
22737 tells the user that there is no warranty for the work (except to the
22738 extent that warranties are provided), that licensees may convey the
22739 work under this License, and how to view a copy of this License. If
22740 the interface presents a list of user commands or options, such as a
22741 menu, a prominent item in the list meets this criterion.
22743 1. Source Code.
22745 The "source code" for a work means the preferred form of the work
22746 for making modifications to it. "Object code" means any non-source
22747 form of a work.
22749 A "Standard Interface" means an interface that either is an official
22750 standard defined by a recognized standards body, or, in the case of
22751 interfaces specified for a particular programming language, one that
22752 is widely used among developers working in that language.
22754 The "System Libraries" of an executable work include anything, other
22755 than the work as a whole, that (a) is included in the normal form of
22756 packaging a Major Component, but which is not part of that Major
22757 Component, and (b) serves only to enable use of the work with that
22758 Major Component, or to implement a Standard Interface for which an
22759 implementation is available to the public in source code form. A
22760 "Major Component", in this context, means a major essential component
22761 (kernel, window system, and so on) of the specific operating system
22762 (if any) on which the executable work runs, or a compiler used to
22763 produce the work, or an object code interpreter used to run it.
22765 The "Corresponding Source" for a work in object code form means all
22766 the source code needed to generate, install, and (for an executable
22767 work) run the object code and to modify the work, including scripts to
22768 control those activities. However, it does not include the work's
22769 System Libraries, or general-purpose tools or generally available free
22770 programs which are used unmodified in performing those activities but
22771 which are not part of the work. For example, Corresponding Source
22772 includes interface definition files associated with source files for
22773 the work, and the source code for shared libraries and dynamically
22774 linked subprograms that the work is specifically designed to require,
22775 such as by intimate data communication or control flow between those
22776 subprograms and other parts of the work.
22778 The Corresponding Source need not include anything that users
22779 can regenerate automatically from other parts of the Corresponding
22780 Source.
22782 The Corresponding Source for a work in source code form is that
22783 same work.
22785 2. Basic Permissions.
22787 All rights granted under this License are granted for the term of
22788 copyright on the Program, and are irrevocable provided the stated
22789 conditions are met. This License explicitly affirms your unlimited
22790 permission to run the unmodified Program. The output from running a
22791 covered work is covered by this License only if the output, given its
22792 content, constitutes a covered work. This License acknowledges your
22793 rights of fair use or other equivalent, as provided by copyright law.
22795 You may make, run and propagate covered works that you do not
22796 convey, without conditions so long as your license otherwise remains
22797 in force. You may convey covered works to others for the sole purpose
22798 of having them make modifications exclusively for you, or provide you
22799 with facilities for running those works, provided that you comply with
22800 the terms of this License in conveying all material for which you do
22801 not control copyright. Those thus making or running the covered works
22802 for you must do so exclusively on your behalf, under your direction
22803 and control, on terms that prohibit them from making any copies of
22804 your copyrighted material outside their relationship with you.
22806 Conveying under any other circumstances is permitted solely under
22807 the conditions stated below. Sublicensing is not allowed; section 10
22808 makes it unnecessary.
22810 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
22812 No covered work shall be deemed part of an effective technological
22813 measure under any applicable law fulfilling obligations under article
22814 11 of the WIPO copyright treaty adopted on 20 December 1996, or
22815 similar laws prohibiting or restricting circumvention of such
22816 measures.
22818 When you convey a covered work, you waive any legal power to forbid
22819 circumvention of technological measures to the extent such circumvention
22820 is effected by exercising rights under this License with respect to
22821 the covered work, and you disclaim any intention to limit operation or
22822 modification of the work as a means of enforcing, against the work's
22823 users, your or third parties' legal rights to forbid circumvention of
22824 technological measures.
22826 4. Conveying Verbatim Copies.
22828 You may convey verbatim copies of the Program's source code as you
22829 receive it, in any medium, provided that you conspicuously and
22830 appropriately publish on each copy an appropriate copyright notice;
22831 keep intact all notices stating that this License and any
22832 non-permissive terms added in accord with section 7 apply to the code;
22833 keep intact all notices of the absence of any warranty; and give all
22834 recipients a copy of this License along with the Program.
22836 You may charge any price or no price for each copy that you convey,
22837 and you may offer support or warranty protection for a fee.
22839 5. Conveying Modified Source Versions.
22841 You may convey a work based on the Program, or the modifications to
22842 produce it from the Program, in the form of source code under the
22843 terms of section 4, provided that you also meet all of these conditions:
22845 a) The work must carry prominent notices stating that you modified
22846 it, and giving a relevant date.
22848 b) The work must carry prominent notices stating that it is
22849 released under this License and any conditions added under section
22850 7. This requirement modifies the requirement in section 4 to
22851 "keep intact all notices".
22853 c) You must license the entire work, as a whole, under this
22854 License to anyone who comes into possession of a copy. This
22855 License will therefore apply, along with any applicable section 7
22856 additional terms, to the whole of the work, and all its parts,
22857 regardless of how they are packaged. This License gives no
22858 permission to license the work in any other way, but it does not
22859 invalidate such permission if you have separately received it.
22861 d) If the work has interactive user interfaces, each must display
22862 Appropriate Legal Notices; however, if the Program has interactive
22863 interfaces that do not display Appropriate Legal Notices, your
22864 work need not make them do so.
22866 A compilation of a covered work with other separate and independent
22867 works, which are not by their nature extensions of the covered work,
22868 and which are not combined with it such as to form a larger program,
22869 in or on a volume of a storage or distribution medium, is called an
22870 "aggregate" if the compilation and its resulting copyright are not
22871 used to limit the access or legal rights of the compilation's users
22872 beyond what the individual works permit. Inclusion of a covered work
22873 in an aggregate does not cause this License to apply to the other
22874 parts of the aggregate.
22876 6. Conveying Non-Source Forms.
22878 You may convey a covered work in object code form under the terms
22879 of sections 4 and 5, provided that you also convey the
22880 machine-readable Corresponding Source under the terms of this License,
22881 in one of these ways:
22883 a) Convey the object code in, or embodied in, a physical product
22884 (including a physical distribution medium), accompanied by the
22885 Corresponding Source fixed on a durable physical medium
22886 customarily used for software interchange.
22888 b) Convey the object code in, or embodied in, a physical product
22889 (including a physical distribution medium), accompanied by a
22890 written offer, valid for at least three years and valid for as
22891 long as you offer spare parts or customer support for that product
22892 model, to give anyone who possesses the object code either (1) a
22893 copy of the Corresponding Source for all the software in the
22894 product that is covered by this License, on a durable physical
22895 medium customarily used for software interchange, for a price no
22896 more than your reasonable cost of physically performing this
22897 conveying of source, or (2) access to copy the
22898 Corresponding Source from a network server at no charge.
22900 c) Convey individual copies of the object code with a copy of the
22901 written offer to provide the Corresponding Source. This
22902 alternative is allowed only occasionally and noncommercially, and
22903 only if you received the object code with such an offer, in accord
22904 with subsection 6b.
22906 d) Convey the object code by offering access from a designated
22907 place (gratis or for a charge), and offer equivalent access to the
22908 Corresponding Source in the same way through the same place at no
22909 further charge. You need not require recipients to copy the
22910 Corresponding Source along with the object code. If the place to
22911 copy the object code is a network server, the Corresponding Source
22912 may be on a different server (operated by you or a third party)
22913 that supports equivalent copying facilities, provided you maintain
22914 clear directions next to the object code saying where to find the
22915 Corresponding Source. Regardless of what server hosts the
22916 Corresponding Source, you remain obligated to ensure that it is
22917 available for as long as needed to satisfy these requirements.
22919 e) Convey the object code using peer-to-peer transmission, provided
22920 you inform other peers where the object code and Corresponding
22921 Source of the work are being offered to the general public at no
22922 charge under subsection 6d.
22924 A separable portion of the object code, whose source code is excluded
22925 from the Corresponding Source as a System Library, need not be
22926 included in conveying the object code work.
22928 A "User Product" is either (1) a "consumer product", which means any
22929 tangible personal property which is normally used for personal, family,
22930 or household purposes, or (2) anything designed or sold for incorporation
22931 into a dwelling. In determining whether a product is a consumer product,
22932 doubtful cases shall be resolved in favor of coverage. For a particular
22933 product received by a particular user, "normally used" refers to a
22934 typical or common use of that class of product, regardless of the status
22935 of the particular user or of the way in which the particular user
22936 actually uses, or expects or is expected to use, the product. A product
22937 is a consumer product regardless of whether the product has substantial
22938 commercial, industrial or non-consumer uses, unless such uses represent
22939 the only significant mode of use of the product.
22941 "Installation Information" for a User Product means any methods,
22942 procedures, authorization keys, or other information required to install
22943 and execute modified versions of a covered work in that User Product from
22944 a modified version of its Corresponding Source. The information must
22945 suffice to ensure that the continued functioning of the modified object
22946 code is in no case prevented or interfered with solely because
22947 modification has been made.
22949 If you convey an object code work under this section in, or with, or
22950 specifically for use in, a User Product, and the conveying occurs as
22951 part of a transaction in which the right of possession and use of the
22952 User Product is transferred to the recipient in perpetuity or for a
22953 fixed term (regardless of how the transaction is characterized), the
22954 Corresponding Source conveyed under this section must be accompanied
22955 by the Installation Information. But this requirement does not apply
22956 if neither you nor any third party retains the ability to install
22957 modified object code on the User Product (for example, the work has
22958 been installed in ROM).
22960 The requirement to provide Installation Information does not include a
22961 requirement to continue to provide support service, warranty, or updates
22962 for a work that has been modified or installed by the recipient, or for
22963 the User Product in which it has been modified or installed. Access to a
22964 network may be denied when the modification itself materially and
22965 adversely affects the operation of the network or violates the rules and
22966 protocols for communication across the network.
22968 Corresponding Source conveyed, and Installation Information provided,
22969 in accord with this section must be in a format that is publicly
22970 documented (and with an implementation available to the public in
22971 source code form), and must require no special password or key for
22972 unpacking, reading or copying.
22974 7. Additional Terms.
22976 "Additional permissions" are terms that supplement the terms of this
22977 License by making exceptions from one or more of its conditions.
22978 Additional permissions that are applicable to the entire Program shall
22979 be treated as though they were included in this License, to the extent
22980 that they are valid under applicable law. If additional permissions
22981 apply only to part of the Program, that part may be used separately
22982 under those permissions, but the entire Program remains governed by
22983 this License without regard to the additional permissions.
22985 When you convey a copy of a covered work, you may at your option
22986 remove any additional permissions from that copy, or from any part of
22987 it. (Additional permissions may be written to require their own
22988 removal in certain cases when you modify the work.) You may place
22989 additional permissions on material, added by you to a covered work,
22990 for which you have or can give appropriate copyright permission.
22992 Notwithstanding any other provision of this License, for material you
22993 add to a covered work, you may (if authorized by the copyright holders of
22994 that material) supplement the terms of this License with terms:
22996 a) Disclaiming warranty or limiting liability differently from the
22997 terms of sections 15 and 16 of this License; or
22999 b) Requiring preservation of specified reasonable legal notices or
23000 author attributions in that material or in the Appropriate Legal
23001 Notices displayed by works containing it; or
23003 c) Prohibiting misrepresentation of the origin of that material, or
23004 requiring that modified versions of such material be marked in
23005 reasonable ways as different from the original version; or
23007 d) Limiting the use for publicity purposes of names of licensors or
23008 authors of the material; or
23010 e) Declining to grant rights under trademark law for use of some
23011 trade names, trademarks, or service marks; or
23013 f) Requiring indemnification of licensors and authors of that
23014 material by anyone who conveys the material (or modified versions of
23015 it) with contractual assumptions of liability to the recipient, for
23016 any liability that these contractual assumptions directly impose on
23017 those licensors and authors.
23019 All other non-permissive additional terms are considered "further
23020 restrictions" within the meaning of section 10. If the Program as you
23021 received it, or any part of it, contains a notice stating that it is
23022 governed by this License along with a term that is a further
23023 restriction, you may remove that term. If a license document contains
23024 a further restriction but permits relicensing or conveying under this
23025 License, you may add to a covered work material governed by the terms
23026 of that license document, provided that the further restriction does
23027 not survive such relicensing or conveying.
23029 If you add terms to a covered work in accord with this section, you
23030 must place, in the relevant source files, a statement of the
23031 additional terms that apply to those files, or a notice indicating
23032 where to find the applicable terms.
23034 Additional terms, permissive or non-permissive, may be stated in the
23035 form of a separately written license, or stated as exceptions;
23036 the above requirements apply either way.
23038 8. Termination.
23040 You may not propagate or modify a covered work except as expressly
23041 provided under this License. Any attempt otherwise to propagate or
23042 modify it is void, and will automatically terminate your rights under
23043 this License (including any patent licenses granted under the third
23044 paragraph of section 11).
23046 However, if you cease all violation of this License, then your
23047 license from a particular copyright holder is reinstated (a)
23048 provisionally, unless and until the copyright holder explicitly and
23049 finally terminates your license, and (b) permanently, if the copyright
23050 holder fails to notify you of the violation by some reasonable means
23051 prior to 60 days after the cessation.
23053 Moreover, your license from a particular copyright holder is
23054 reinstated permanently if the copyright holder notifies you of the
23055 violation by some reasonable means, this is the first time you have
23056 received notice of violation of this License (for any work) from that
23057 copyright holder, and you cure the violation prior to 30 days after
23058 your receipt of the notice.
23060 Termination of your rights under this section does not terminate the
23061 licenses of parties who have received copies or rights from you under
23062 this License. If your rights have been terminated and not permanently
23063 reinstated, you do not qualify to receive new licenses for the same
23064 material under section 10.
23066 9. Acceptance Not Required for Having Copies.
23068 You are not required to accept this License in order to receive or
23069 run a copy of the Program. Ancillary propagation of a covered work
23070 occurring solely as a consequence of using peer-to-peer transmission
23071 to receive a copy likewise does not require acceptance. However,
23072 nothing other than this License grants you permission to propagate or
23073 modify any covered work. These actions infringe copyright if you do
23074 not accept this License. Therefore, by modifying or propagating a
23075 covered work, you indicate your acceptance of this License to do so.
23077 10. Automatic Licensing of Downstream Recipients.
23079 Each time you convey a covered work, the recipient automatically
23080 receives a license from the original licensors, to run, modify and
23081 propagate that work, subject to this License. You are not responsible
23082 for enforcing compliance by third parties with this License.
23084 An "entity transaction" is a transaction transferring control of an
23085 organization, or substantially all assets of one, or subdividing an
23086 organization, or merging organizations. If propagation of a covered
23087 work results from an entity transaction, each party to that
23088 transaction who receives a copy of the work also receives whatever
23089 licenses to the work the party's predecessor in interest had or could
23090 give under the previous paragraph, plus a right to possession of the
23091 Corresponding Source of the work from the predecessor in interest, if
23092 the predecessor has it or can get it with reasonable efforts.
23094 You may not impose any further restrictions on the exercise of the
23095 rights granted or affirmed under this License. For example, you may
23096 not impose a license fee, royalty, or other charge for exercise of
23097 rights granted under this License, and you may not initiate litigation
23098 (including a cross-claim or counterclaim in a lawsuit) alleging that
23099 any patent claim is infringed by making, using, selling, offering for
23100 sale, or importing the Program or any portion of it.
23102 11. Patents.
23104 A "contributor" is a copyright holder who authorizes use under this
23105 License of the Program or a work on which the Program is based. The
23106 work thus licensed is called the contributor's "contributor version".
23108 A contributor's "essential patent claims" are all patent claims
23109 owned or controlled by the contributor, whether already acquired or
23110 hereafter acquired, that would be infringed by some manner, permitted
23111 by this License, of making, using, or selling its contributor version,
23112 but do not include claims that would be infringed only as a
23113 consequence of further modification of the contributor version. For
23114 purposes of this definition, "control" includes the right to grant
23115 patent sublicenses in a manner consistent with the requirements of
23116 this License.
23118 Each contributor grants you a non-exclusive, worldwide, royalty-free
23119 patent license under the contributor's essential patent claims, to
23120 make, use, sell, offer for sale, import and otherwise run, modify and
23121 propagate the contents of its contributor version.
23123 In the following three paragraphs, a "patent license" is any express
23124 agreement or commitment, however denominated, not to enforce a patent
23125 (such as an express permission to practice a patent or covenant not to
23126 sue for patent infringement). To "grant" such a patent license to a
23127 party means to make such an agreement or commitment not to enforce a
23128 patent against the party.
23130 If you convey a covered work, knowingly relying on a patent license,
23131 and the Corresponding Source of the work is not available for anyone
23132 to copy, free of charge and under the terms of this License, through a
23133 publicly available network server or other readily accessible means,
23134 then you must either (1) cause the Corresponding Source to be so
23135 available, or (2) arrange to deprive yourself of the benefit of the
23136 patent license for this particular work, or (3) arrange, in a manner
23137 consistent with the requirements of this License, to extend the patent
23138 license to downstream recipients. "Knowingly relying" means you have
23139 actual knowledge that, but for the patent license, your conveying the
23140 covered work in a country, or your recipient's use of the covered work
23141 in a country, would infringe one or more identifiable patents in that
23142 country that you have reason to believe are valid.
23144 If, pursuant to or in connection with a single transaction or
23145 arrangement, you convey, or propagate by procuring conveyance of, a
23146 covered work, and grant a patent license to some of the parties
23147 receiving the covered work authorizing them to use, propagate, modify
23148 or convey a specific copy of the covered work, then the patent license
23149 you grant is automatically extended to all recipients of the covered
23150 work and works based on it.
23152 A patent license is "discriminatory" if it does not include within
23153 the scope of its coverage, prohibits the exercise of, or is
23154 conditioned on the non-exercise of one or more of the rights that are
23155 specifically granted under this License. You may not convey a covered
23156 work if you are a party to an arrangement with a third party that is
23157 in the business of distributing software, under which you make payment
23158 to the third party based on the extent of your activity of conveying
23159 the work, and under which the third party grants, to any of the
23160 parties who would receive the covered work from you, a discriminatory
23161 patent license (a) in connection with copies of the covered work
23162 conveyed by you (or copies made from those copies), or (b) primarily
23163 for and in connection with specific products or compilations that
23164 contain the covered work, unless you entered into that arrangement,
23165 or that patent license was granted, prior to 28 March 2007.
23167 Nothing in this License shall be construed as excluding or limiting
23168 any implied license or other defenses to infringement that may
23169 otherwise be available to you under applicable patent law.
23171 12. No Surrender of Others' Freedom.
23173 If conditions are imposed on you (whether by court order, agreement or
23174 otherwise) that contradict the conditions of this License, they do not
23175 excuse you from the conditions of this License. If you cannot convey a
23176 covered work so as to satisfy simultaneously your obligations under this
23177 License and any other pertinent obligations, then as a consequence you may
23178 not convey it at all. For example, if you agree to terms that obligate you
23179 to collect a royalty for further conveying from those to whom you convey
23180 the Program, the only way you could satisfy both those terms and this
23181 License would be to refrain entirely from conveying the Program.
23183 13. Use with the GNU Affero General Public License.
23185 Notwithstanding any other provision of this License, you have
23186 permission to link or combine any covered work with a work licensed
23187 under version 3 of the GNU Affero General Public License into a single
23188 combined work, and to convey the resulting work. The terms of this
23189 License will continue to apply to the part which is the covered work,
23190 but the special requirements of the GNU Affero General Public License,
23191 section 13, concerning interaction through a network will apply to the
23192 combination as such.
23194 14. Revised Versions of this License.
23196 The Free Software Foundation may publish revised and/or new versions of
23197 the GNU General Public License from time to time. Such new versions will
23198 be similar in spirit to the present version, but may differ in detail to
23199 address new problems or concerns.
23201 Each version is given a distinguishing version number. If the
23202 Program specifies that a certain numbered version of the GNU General
23203 Public License "or any later version" applies to it, you have the
23204 option of following the terms and conditions either of that numbered
23205 version or of any later version published by the Free Software
23206 Foundation. If the Program does not specify a version number of the
23207 GNU General Public License, you may choose any version ever published
23208 by the Free Software Foundation.
23210 If the Program specifies that a proxy can decide which future
23211 versions of the GNU General Public License can be used, that proxy's
23212 public statement of acceptance of a version permanently authorizes you
23213 to choose that version for the Program.
23215 Later license versions may give you additional or different
23216 permissions. However, no additional obligations are imposed on any
23217 author or copyright holder as a result of your choosing to follow a
23218 later version.
23220 15. Disclaimer of Warranty.
23222 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
23223 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
23224 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
23225 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
23226 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23227 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
23228 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
23229 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
23231 16. Limitation of Liability.
23233 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
23234 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
23235 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
23236 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
23237 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
23238 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
23239 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
23240 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
23241 SUCH DAMAGES.
23243 17. Interpretation of Sections 15 and 16.
23245 If the disclaimer of warranty and limitation of liability provided
23246 above cannot be given local legal effect according to their terms,
23247 reviewing courts shall apply local law that most closely approximates
23248 an absolute waiver of all civil liability in connection with the
23249 Program, unless a warranty or assumption of liability accompanies a
23250 copy of the Program in return for a fee.
23252 END OF TERMS AND CONDITIONS
23254 How to Apply These Terms to Your New Programs
23256 If you develop a new program, and you want it to be of the greatest
23257 possible use to the public, the best way to achieve this is to make it
23258 free software which everyone can redistribute and change under these terms.
23260 To do so, attach the following notices to the program. It is safest
23261 to attach them to the start of each source file to most effectively
23262 state the exclusion of warranty; and each file should have at least
23263 the "copyright" line and a pointer to where the full notice is found.
23265 <one line to give the program's name and a brief idea of what it does.>
23266 Copyright (C) <year> <name of author>
23268 This program is free software: you can redistribute it and/or modify
23269 it under the terms of the GNU General Public License as published by
23270 the Free Software Foundation, either version 3 of the License, or
23271 (at your option) any later version.
23273 This program is distributed in the hope that it will be useful,
23274 but WITHOUT ANY WARRANTY; without even the implied warranty of
23275 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23276 GNU General Public License for more details.
23278 You should have received a copy of the GNU General Public License
23279 along with this program. If not, see <http://www.gnu.org/licenses/>.
23281 Also add information on how to contact you by electronic and paper mail.
23283 If the program does terminal interaction, make it output a short
23284 notice like this when it starts in an interactive mode:
23286 <program> Copyright (C) <year> <name of author>
23287 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
23288 This is free software, and you are welcome to redistribute it
23289 under certain conditions; type `show c' for details.
23291 The hypothetical commands `show w' and `show c' should show the appropriate
23292 parts of the General Public License. Of course, your program's commands
23293 might be different; for a GUI interface, you would use an "about box".
23295 You should also get your employer (if you work as a programmer) or school,
23296 if any, to sign a "copyright disclaimer" for the program, if necessary.
23297 For more information on this, and how to apply and follow the GNU GPL, see
23298 <http://www.gnu.org/licenses/>.
23300 The GNU General Public License does not permit incorporating your program
23301 into proprietary programs. If your program is a subroutine library, you
23302 may consider it more useful to permit linking proprietary applications with
23303 the library. If this is what you want to do, use the GNU Lesser General
23304 Public License instead of this License. But first, please read
23305 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
23307 </pre>
23308 <div class="license-packages">
23309 Used by these packages: dev-lang/swig-2.0.4-r1 sys-devel/binutils-2.22-r18 sys-libs/gdbm-1.9.1-r2 sys-libs/gcc-libs-4.7.2-r4 app-arch/gzip-1.5 sys-fs/dosfstools-3.0.9 sys-block/parted-3.1-r1 sys-apps/sed-4.2.1-r1 sys-devel/autoconf-2.68 sys-fs/exfat-utils-1.0.1-r1 app-admin/rsyslog-5.8.11 sys-apps/grep-2.14 app-arch/tar-1.26-r1 app-arch/sharutils-4.7 sys-fs/mtools-4.0.15 net-misc/rsync-3.0.8 sys-apps/util-linux-2.21.2-r1 app-shells/bash-4.2_p20 sys-devel/make-3.82-r1 sys-fs/fuse-exfat-1.0.1-r1 sys-libs/readline-6.2_p1 net-misc/wget-1.12-r2 sys-apps/coreutils-8.20-r1 sys-apps/which-2.20
23310 </div>
23311 </div>
23312 </div>
23314 <div class="product">
23315 <a name="ISC" class="title">Gentoo Package Stock License ISC</a>
23316 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23317 <div class="licence">
23318 <pre>
23319 Copyright (c) 4-digit year, Company or Person's Name
23321 Permission to use, copy, modify, and/or distribute this software for any
23322 purpose with or without fee is hereby granted, provided that the above
23323 copyright notice and this permission notice appear in all copies.
23325 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
23326 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
23327 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
23328 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23329 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
23330 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
23331 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23333 </pre>
23334 <div class="license-packages">
23335 Used by these packages: media-libs/harfbuzz-0.9.18-r2 app-admin/sudo-1.8.6_p7
23336 </div>
23337 </div>
23338 </div>
23340 <div class="product">
23341 <a name="LGPL-2" class="title">Gentoo Package Stock License LGPL-2</a>
23342 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23343 <div class="licence">
23344 <pre>
23345 GNU LIBRARY GENERAL PUBLIC LICENSE
23346 Version 2, June 1991
23348 Copyright (C) 1991 Free Software Foundation, Inc.
23349 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
23350 Everyone is permitted to copy and distribute verbatim copies
23351 of this license document, but changing it is not allowed.
23353 [This is the first released version of the library GPL. It is
23354 numbered 2 because it goes with version 2 of the ordinary GPL.]
23356 Preamble
23358 The licenses for most software are designed to take away your
23359 freedom to share and change it. By contrast, the GNU General Public
23360 Licenses are intended to guarantee your freedom to share and change
23361 free software--to make sure the software is free for all its users.
23363 This license, the Library General Public License, applies to some
23364 specially designated Free Software Foundation software, and to any
23365 other libraries whose authors decide to use it. You can use it for
23366 your libraries, too.
23368 When we speak of free software, we are referring to freedom, not
23369 price. Our General Public Licenses are designed to make sure that you
23370 have the freedom to distribute copies of free software (and charge for
23371 this service if you wish), that you receive source code or can get it
23372 if you want it, that you can change the software or use pieces of it
23373 in new free programs; and that you know you can do these things.
23375 To protect your rights, we need to make restrictions that forbid
23376 anyone to deny you these rights or to ask you to surrender the rights.
23377 These restrictions translate to certain responsibilities for you if
23378 you distribute copies of the library, or if you modify it.
23380 For example, if you distribute copies of the library, whether gratis
23381 or for a fee, you must give the recipients all the rights that we gave
23382 you. You must make sure that they, too, receive or can get the source
23383 code. If you link a program with the library, you must provide
23384 complete object files to the recipients so that they can relink them
23385 with the library, after making changes to the library and recompiling
23386 it. And you must show them these terms so they know their rights.
23388 Our method of protecting your rights has two steps: (1) copyright
23389 the library, and (2) offer you this license which gives you legal
23390 permission to copy, distribute and/or modify the library.
23392 Also, for each distributor's protection, we want to make certain
23393 that everyone understands that there is no warranty for this free
23394 library. If the library is modified by someone else and passed on, we
23395 want its recipients to know that what they have is not the original
23396 version, so that any problems introduced by others will not reflect on
23397 the original authors' reputations.
23399 Finally, any free program is threatened constantly by software
23400 patents. We wish to avoid the danger that companies distributing free
23401 software will individually obtain patent licenses, thus in effect
23402 transforming the program into proprietary software. To prevent this,
23403 we have made it clear that any patent must be licensed for everyone's
23404 free use or not licensed at all.
23406 Most GNU software, including some libraries, is covered by the ordinary
23407 GNU General Public License, which was designed for utility programs. This
23408 license, the GNU Library General Public License, applies to certain
23409 designated libraries. This license is quite different from the ordinary
23410 one; be sure to read it in full, and don't assume that anything in it is
23411 the same as in the ordinary license.
23413 The reason we have a separate public license for some libraries is that
23414 they blur the distinction we usually make between modifying or adding to a
23415 program and simply using it. Linking a program with a library, without
23416 changing the library, is in some sense simply using the library, and is
23417 analogous to running a utility program or application program. However, in
23418 a textual and legal sense, the linked executable is a combined work, a
23419 derivative of the original library, and the ordinary General Public License
23420 treats it as such.
23422 Because of this blurred distinction, using the ordinary General
23423 Public License for libraries did not effectively promote software
23424 sharing, because most developers did not use the libraries. We
23425 concluded that weaker conditions might promote sharing better.
23427 However, unrestricted linking of non-free programs would deprive the
23428 users of those programs of all benefit from the free status of the
23429 libraries themselves. This Library General Public License is intended to
23430 permit developers of non-free programs to use free libraries, while
23431 preserving your freedom as a user of such programs to change the free
23432 libraries that are incorporated in them. (We have not seen how to achieve
23433 this as regards changes in header files, but we have achieved it as regards
23434 changes in the actual functions of the Library.) The hope is that this
23435 will lead to faster development of free libraries.
23437 The precise terms and conditions for copying, distribution and
23438 modification follow. Pay close attention to the difference between a
23439 "work based on the library" and a "work that uses the library". The
23440 former contains code derived from the library, while the latter only
23441 works together with the library.
23443 Note that it is possible for a library to be covered by the ordinary
23444 General Public License rather than by this special one.
23446 GNU LIBRARY GENERAL PUBLIC LICENSE
23447 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
23449 0. This License Agreement applies to any software library which
23450 contains a notice placed by the copyright holder or other authorized
23451 party saying it may be distributed under the terms of this Library
23452 General Public License (also called "this License"). Each licensee is
23453 addressed as "you".
23455 A "library" means a collection of software functions and/or data
23456 prepared so as to be conveniently linked with application programs
23457 (which use some of those functions and data) to form executables.
23459 The "Library", below, refers to any such software library or work
23460 which has been distributed under these terms. A "work based on the
23461 Library" means either the Library or any derivative work under
23462 copyright law: that is to say, a work containing the Library or a
23463 portion of it, either verbatim or with modifications and/or translated
23464 straightforwardly into another language. (Hereinafter, translation is
23465 included without limitation in the term "modification".)
23467 "Source code" for a work means the preferred form of the work for
23468 making modifications to it. For a library, complete source code means
23469 all the source code for all modules it contains, plus any associated
23470 interface definition files, plus the scripts used to control compilation
23471 and installation of the library.
23473 Activities other than copying, distribution and modification are not
23474 covered by this License; they are outside its scope. The act of
23475 running a program using the Library is not restricted, and output from
23476 such a program is covered only if its contents constitute a work based
23477 on the Library (independent of the use of the Library in a tool for
23478 writing it). Whether that is true depends on what the Library does
23479 and what the program that uses the Library does.
23481 1. You may copy and distribute verbatim copies of the Library's
23482 complete source code as you receive it, in any medium, provided that
23483 you conspicuously and appropriately publish on each copy an
23484 appropriate copyright notice and disclaimer of warranty; keep intact
23485 all the notices that refer to this License and to the absence of any
23486 warranty; and distribute a copy of this License along with the
23487 Library.
23489 You may charge a fee for the physical act of transferring a copy,
23490 and you may at your option offer warranty protection in exchange for a
23491 fee.
23493 2. You may modify your copy or copies of the Library or any portion
23494 of it, thus forming a work based on the Library, and copy and
23495 distribute such modifications or work under the terms of Section 1
23496 above, provided that you also meet all of these conditions:
23498 a) The modified work must itself be a software library.
23500 b) You must cause the files modified to carry prominent notices
23501 stating that you changed the files and the date of any change.
23503 c) You must cause the whole of the work to be licensed at no
23504 charge to all third parties under the terms of this License.
23506 d) If a facility in the modified Library refers to a function or a
23507 table of data to be supplied by an application program that uses
23508 the facility, other than as an argument passed when the facility
23509 is invoked, then you must make a good faith effort to ensure that,
23510 in the event an application does not supply such function or
23511 table, the facility still operates, and performs whatever part of
23512 its purpose remains meaningful.
23514 (For example, a function in a library to compute square roots has
23515 a purpose that is entirely well-defined independent of the
23516 application. Therefore, Subsection 2d requires that any
23517 application-supplied function or table used by this function must
23518 be optional: if the application does not supply it, the square
23519 root function must still compute square roots.)
23521 These requirements apply to the modified work as a whole. If
23522 identifiable sections of that work are not derived from the Library,
23523 and can be reasonably considered independent and separate works in
23524 themselves, then this License, and its terms, do not apply to those
23525 sections when you distribute them as separate works. But when you
23526 distribute the same sections as part of a whole which is a work based
23527 on the Library, the distribution of the whole must be on the terms of
23528 this License, whose permissions for other licensees extend to the
23529 entire whole, and thus to each and every part regardless of who wrote
23532 Thus, it is not the intent of this section to claim rights or contest
23533 your rights to work written entirely by you; rather, the intent is to
23534 exercise the right to control the distribution of derivative or
23535 collective works based on the Library.
23537 In addition, mere aggregation of another work not based on the Library
23538 with the Library (or with a work based on the Library) on a volume of
23539 a storage or distribution medium does not bring the other work under
23540 the scope of this License.
23542 3. You may opt to apply the terms of the ordinary GNU General Public
23543 License instead of this License to a given copy of the Library. To do
23544 this, you must alter all the notices that refer to this License, so
23545 that they refer to the ordinary GNU General Public License, version 2,
23546 instead of to this License. (If a newer version than version 2 of the
23547 ordinary GNU General Public License has appeared, then you can specify
23548 that version instead if you wish.) Do not make any other change in
23549 these notices.
23551 Once this change is made in a given copy, it is irreversible for
23552 that copy, so the ordinary GNU General Public License applies to all
23553 subsequent copies and derivative works made from that copy.
23555 This option is useful when you wish to copy part of the code of
23556 the Library into a program that is not a library.
23558 4. You may copy and distribute the Library (or a portion or
23559 derivative of it, under Section 2) in object code or executable form
23560 under the terms of Sections 1 and 2 above provided that you accompany
23561 it with the complete corresponding machine-readable source code, which
23562 must be distributed under the terms of Sections 1 and 2 above on a
23563 medium customarily used for software interchange.
23565 If distribution of object code is made by offering access to copy
23566 from a designated place, then offering equivalent access to copy the
23567 source code from the same place satisfies the requirement to
23568 distribute the source code, even though third parties are not
23569 compelled to copy the source along with the object code.
23571 5. A program that contains no derivative of any portion of the
23572 Library, but is designed to work with the Library by being compiled or
23573 linked with it, is called a "work that uses the Library". Such a
23574 work, in isolation, is not a derivative work of the Library, and
23575 therefore falls outside the scope of this License.
23577 However, linking a "work that uses the Library" with the Library
23578 creates an executable that is a derivative of the Library (because it
23579 contains portions of the Library), rather than a "work that uses the
23580 library". The executable is therefore covered by this License.
23581 Section 6 states terms for distribution of such executables.
23583 When a "work that uses the Library" uses material from a header file
23584 that is part of the Library, the object code for the work may be a
23585 derivative work of the Library even though the source code is not.
23586 Whether this is true is especially significant if the work can be
23587 linked without the Library, or if the work is itself a library. The
23588 threshold for this to be true is not precisely defined by law.
23590 If such an object file uses only numerical parameters, data
23591 structure layouts and accessors, and small macros and small inline
23592 functions (ten lines or less in length), then the use of the object
23593 file is unrestricted, regardless of whether it is legally a derivative
23594 work. (Executables containing this object code plus portions of the
23595 Library will still fall under Section 6.)
23597 Otherwise, if the work is a derivative of the Library, you may
23598 distribute the object code for the work under the terms of Section 6.
23599 Any executables containing that work also fall under Section 6,
23600 whether or not they are linked directly with the Library itself.
23602 6. As an exception to the Sections above, you may also compile or
23603 link a "work that uses the Library" with the Library to produce a
23604 work containing portions of the Library, and distribute that work
23605 under terms of your choice, provided that the terms permit
23606 modification of the work for the customer's own use and reverse
23607 engineering for debugging such modifications.
23609 You must give prominent notice with each copy of the work that the
23610 Library is used in it and that the Library and its use are covered by
23611 this License. You must supply a copy of this License. If the work
23612 during execution displays copyright notices, you must include the
23613 copyright notice for the Library among them, as well as a reference
23614 directing the user to the copy of this License. Also, you must do one
23615 of these things:
23617 a) Accompany the work with the complete corresponding
23618 machine-readable source code for the Library including whatever
23619 changes were used in the work (which must be distributed under
23620 Sections 1 and 2 above); and, if the work is an executable linked
23621 with the Library, with the complete machine-readable "work that
23622 uses the Library", as object code and/or source code, so that the
23623 user can modify the Library and then relink to produce a modified
23624 executable containing the modified Library. (It is understood
23625 that the user who changes the contents of definitions files in the
23626 Library will not necessarily be able to recompile the application
23627 to use the modified definitions.)
23629 b) Accompany the work with a written offer, valid for at
23630 least three years, to give the same user the materials
23631 specified in Subsection 6a, above, for a charge no more
23632 than the cost of performing this distribution.
23634 c) If distribution of the work is made by offering access to copy
23635 from a designated place, offer equivalent access to copy the above
23636 specified materials from the same place.
23638 d) Verify that the user has already received a copy of these
23639 materials or that you have already sent this user a copy.
23641 For an executable, the required form of the "work that uses the
23642 Library" must include any data and utility programs needed for
23643 reproducing the executable from it. However, as a special exception,
23644 the source code distributed need not include anything that is normally
23645 distributed (in either source or binary form) with the major
23646 components (compiler, kernel, and so on) of the operating system on
23647 which the executable runs, unless that component itself accompanies
23648 the executable.
23650 It may happen that this requirement contradicts the license
23651 restrictions of other proprietary libraries that do not normally
23652 accompany the operating system. Such a contradiction means you cannot
23653 use both them and the Library together in an executable that you
23654 distribute.
23656 7. You may place library facilities that are a work based on the
23657 Library side-by-side in a single library together with other library
23658 facilities not covered by this License, and distribute such a combined
23659 library, provided that the separate distribution of the work based on
23660 the Library and of the other library facilities is otherwise
23661 permitted, and provided that you do these two things:
23663 a) Accompany the combined library with a copy of the same work
23664 based on the Library, uncombined with any other library
23665 facilities. This must be distributed under the terms of the
23666 Sections above.
23668 b) Give prominent notice with the combined library of the fact
23669 that part of it is a work based on the Library, and explaining
23670 where to find the accompanying uncombined form of the same work.
23672 8. You may not copy, modify, sublicense, link with, or distribute
23673 the Library except as expressly provided under this License. Any
23674 attempt otherwise to copy, modify, sublicense, link with, or
23675 distribute the Library is void, and will automatically terminate your
23676 rights under this License. However, parties who have received copies,
23677 or rights, from you under this License will not have their licenses
23678 terminated so long as such parties remain in full compliance.
23680 9. You are not required to accept this License, since you have not
23681 signed it. However, nothing else grants you permission to modify or
23682 distribute the Library or its derivative works. These actions are
23683 prohibited by law if you do not accept this License. Therefore, by
23684 modifying or distributing the Library (or any work based on the
23685 Library), you indicate your acceptance of this License to do so, and
23686 all its terms and conditions for copying, distributing or modifying
23687 the Library or works based on it.
23689 10. Each time you redistribute the Library (or any work based on the
23690 Library), the recipient automatically receives a license from the
23691 original licensor to copy, distribute, link with or modify the Library
23692 subject to these terms and conditions. You may not impose any further
23693 restrictions on the recipients' exercise of the rights granted herein.
23694 You are not responsible for enforcing compliance by third parties to
23695 this License.
23697 11. If, as a consequence of a court judgment or allegation of patent
23698 infringement or for any other reason (not limited to patent issues),
23699 conditions are imposed on you (whether by court order, agreement or
23700 otherwise) that contradict the conditions of this License, they do not
23701 excuse you from the conditions of this License. If you cannot
23702 distribute so as to satisfy simultaneously your obligations under this
23703 License and any other pertinent obligations, then as a consequence you
23704 may not distribute the Library at all. For example, if a patent
23705 license would not permit royalty-free redistribution of the Library by
23706 all those who receive copies directly or indirectly through you, then
23707 the only way you could satisfy both it and this License would be to
23708 refrain entirely from distribution of the Library.
23710 If any portion of this section is held invalid or unenforceable under any
23711 particular circumstance, the balance of the section is intended to apply,
23712 and the section as a whole is intended to apply in other circumstances.
23714 It is not the purpose of this section to induce you to infringe any
23715 patents or other property right claims or to contest validity of any
23716 such claims; this section has the sole purpose of protecting the
23717 integrity of the free software distribution system which is
23718 implemented by public license practices. Many people have made
23719 generous contributions to the wide range of software distributed
23720 through that system in reliance on consistent application of that
23721 system; it is up to the author/donor to decide if he or she is willing
23722 to distribute software through any other system and a licensee cannot
23723 impose that choice.
23725 This section is intended to make thoroughly clear what is believed to
23726 be a consequence of the rest of this License.
23728 12. If the distribution and/or use of the Library is restricted in
23729 certain countries either by patents or by copyrighted interfaces, the
23730 original copyright holder who places the Library under this License may add
23731 an explicit geographical distribution limitation excluding those countries,
23732 so that distribution is permitted only in or among countries not thus
23733 excluded. In such case, this License incorporates the limitation as if
23734 written in the body of this License.
23736 13. The Free Software Foundation may publish revised and/or new
23737 versions of the Library General Public License from time to time.
23738 Such new versions will be similar in spirit to the present version,
23739 but may differ in detail to address new problems or concerns.
23741 Each version is given a distinguishing version number. If the Library
23742 specifies a version number of this License which applies to it and
23743 "any later version", you have the option of following the terms and
23744 conditions either of that version or of any later version published by
23745 the Free Software Foundation. If the Library does not specify a
23746 license version number, you may choose any version ever published by
23747 the Free Software Foundation.
23749 14. If you wish to incorporate parts of the Library into other free
23750 programs whose distribution conditions are incompatible with these,
23751 write to the author to ask for permission. For software which is
23752 copyrighted by the Free Software Foundation, write to the Free
23753 Software Foundation; we sometimes make exceptions for this. Our
23754 decision will be guided by the two goals of preserving the free status
23755 of all derivatives of our free software and of promoting the sharing
23756 and reuse of software generally.
23758 NO WARRANTY
23760 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
23761 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
23762 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
23763 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
23764 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
23765 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23766 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
23767 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
23768 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
23770 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
23771 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
23772 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
23773 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
23774 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
23775 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
23776 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
23777 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
23778 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
23779 DAMAGES.
23781 END OF TERMS AND CONDITIONS
23783 Appendix: How to Apply These Terms to Your New Libraries
23785 If you develop a new library, and you want it to be of the greatest
23786 possible use to the public, we recommend making it free software that
23787 everyone can redistribute and change. You can do so by permitting
23788 redistribution under these terms (or, alternatively, under the terms of the
23789 ordinary General Public License).
23791 To apply these terms, attach the following notices to the library. It is
23792 safest to attach them to the start of each source file to most effectively
23793 convey the exclusion of warranty; and each file should have at least the
23794 "copyright" line and a pointer to where the full notice is found.
23796 <one line to give the library's name and a brief idea of what it does.>
23797 Copyright (C) <year> <name of author>
23799 This library is free software; you can redistribute it and/or
23800 modify it under the terms of the GNU Library General Public
23801 License as published by the Free Software Foundation; either
23802 version 2 of the License, or (at your option) any later version.
23804 This library is distributed in the hope that it will be useful,
23805 but WITHOUT ANY WARRANTY; without even the implied warranty of
23806 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23807 Library General Public License for more details.
23809 You should have received a copy of the GNU Library General Public
23810 License along with this library; if not, write to the Free
23811 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
23812 MA 02111-1307, USA
23814 Also add information on how to contact you by electronic and paper mail.
23816 You should also get your employer (if you work as a programmer) or your
23817 school, if any, to sign a "copyright disclaimer" for the library, if
23818 necessary. Here is a sample; alter the names:
23820 Yoyodyne, Inc., hereby disclaims all copyright interest in the
23821 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
23823 <signature of Ty Coon>, 1 April 1990
23824 Ty Coon, President of Vice
23826 That's all there is to it!
23828 </pre>
23829 <div class="license-packages">
23830 Used by these packages: x11-libs/gtk+-2.20.1 dev-libs/atk-1.32.0-r1 dev-libs/libusb-0.1.12-r7 dev-libs/glib-2.34.3-r1 dev-libs/dbus-c++-0.0.2-r42 x11-libs/pango-1.32.5-r1
23831 </div>
23832 </div>
23833 </div>
23835 <div class="product">
23836 <a name="LGPL-2+" class="title">Gentoo Package Stock License LGPL-2+</a>
23837 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23838 <div class="licence">
23839 <pre>
23840 GNU Library General Public License, version 2 or any later version.
23841 See LGPL-2, LGPL-2.1, or LGPL-3 for the full text of these licenses.
23843 </pre>
23844 <div class="license-packages">
23845 Used by these packages: dev-libs/glib-2.34.3-r1 x11-libs/pango-1.32.5-r1
23846 </div>
23847 </div>
23848 </div>
23850 <div class="product">
23851 <a name="LGPL-2.1" class="title">Gentoo Package Stock License LGPL-2.1</a>
23852 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
23853 <div class="licence">
23854 <pre>
23855 GNU LESSER GENERAL PUBLIC LICENSE
23856 Version 2.1, February 1999
23858 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
23859 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23860 Everyone is permitted to copy and distribute verbatim copies
23861 of this license document, but changing it is not allowed.
23863 [This is the first released version of the Lesser GPL. It also counts
23864 as the successor of the GNU Library Public License, version 2, hence
23865 the version number 2.1.]
23867 Preamble
23869 The licenses for most software are designed to take away your
23870 freedom to share and change it. By contrast, the GNU General Public
23871 Licenses are intended to guarantee your freedom to share and change
23872 free software--to make sure the software is free for all its users.
23874 This license, the Lesser General Public License, applies to some
23875 specially designated software packages--typically libraries--of the
23876 Free Software Foundation and other authors who decide to use it. You
23877 can use it too, but we suggest you first think carefully about whether
23878 this license or the ordinary General Public License is the better
23879 strategy to use in any particular case, based on the explanations below.
23881 When we speak of free software, we are referring to freedom of use,
23882 not price. Our General Public Licenses are designed to make sure that
23883 you have the freedom to distribute copies of free software (and charge
23884 for this service if you wish); that you receive source code or can get
23885 it if you want it; that you can change the software and use pieces of
23886 it in new free programs; and that you are informed that you can do
23887 these things.
23889 To protect your rights, we need to make restrictions that forbid
23890 distributors to deny you these rights or to ask you to surrender these
23891 rights. These restrictions translate to certain responsibilities for
23892 you if you distribute copies of the library or if you modify it.
23894 For example, if you distribute copies of the library, whether gratis
23895 or for a fee, you must give the recipients all the rights that we gave
23896 you. You must make sure that they, too, receive or can get the source
23897 code. If you link other code with the library, you must provide
23898 complete object files to the recipients, so that they can relink them
23899 with the library after making changes to the library and recompiling
23900 it. And you must show them these terms so they know their rights.
23902 We protect your rights with a two-step method: (1) we copyright the
23903 library, and (2) we offer you this license, which gives you legal
23904 permission to copy, distribute and/or modify the library.
23906 To protect each distributor, we want to make it very clear that
23907 there is no warranty for the free library. Also, if the library is
23908 modified by someone else and passed on, the recipients should know
23909 that what they have is not the original version, so that the original
23910 author's reputation will not be affected by problems that might be
23911 introduced by others.
23913 Finally, software patents pose a constant threat to the existence of
23914 any free program. We wish to make sure that a company cannot
23915 effectively restrict the users of a free program by obtaining a
23916 restrictive license from a patent holder. Therefore, we insist that
23917 any patent license obtained for a version of the library must be
23918 consistent with the full freedom of use specified in this license.
23920 Most GNU software, including some libraries, is covered by the
23921 ordinary GNU General Public License. This license, the GNU Lesser
23922 General Public License, applies to certain designated libraries, and
23923 is quite different from the ordinary General Public License. We use
23924 this license for certain libraries in order to permit linking those
23925 libraries into non-free programs.
23927 When a program is linked with a library, whether statically or using
23928 a shared library, the combination of the two is legally speaking a
23929 combined work, a derivative of the original library. The ordinary
23930 General Public License therefore permits such linking only if the
23931 entire combination fits its criteria of freedom. The Lesser General
23932 Public License permits more lax criteria for linking other code with
23933 the library.
23935 We call this license the "Lesser" General Public License because it
23936 does Less to protect the user's freedom than the ordinary General
23937 Public License. It also provides other free software developers Less
23938 of an advantage over competing non-free programs. These disadvantages
23939 are the reason we use the ordinary General Public License for many
23940 libraries. However, the Lesser license provides advantages in certain
23941 special circumstances.
23943 For example, on rare occasions, there may be a special need to
23944 encourage the widest possible use of a certain library, so that it becomes
23945 a de-facto standard. To achieve this, non-free programs must be
23946 allowed to use the library. A more frequent case is that a free
23947 library does the same job as widely used non-free libraries. In this
23948 case, there is little to gain by limiting the free library to free
23949 software only, so we use the Lesser General Public License.
23951 In other cases, permission to use a particular library in non-free
23952 programs enables a greater number of people to use a large body of
23953 free software. For example, permission to use the GNU C Library in
23954 non-free programs enables many more people to use the whole GNU
23955 operating system, as well as its variant, the GNU/Linux operating
23956 system.
23958 Although the Lesser General Public License is Less protective of the
23959 users' freedom, it does ensure that the user of a program that is
23960 linked with the Library has the freedom and the wherewithal to run
23961 that program using a modified version of the Library.
23963 The precise terms and conditions for copying, distribution and
23964 modification follow. Pay close attention to the difference between a
23965 "work based on the library" and a "work that uses the library". The
23966 former contains code derived from the library, whereas the latter must
23967 be combined with the library in order to run.
23969 GNU LESSER GENERAL PUBLIC LICENSE
23970 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
23972 0. This License Agreement applies to any software library or other
23973 program which contains a notice placed by the copyright holder or
23974 other authorized party saying it may be distributed under the terms of
23975 this Lesser General Public License (also called "this License").
23976 Each licensee is addressed as "you".
23978 A "library" means a collection of software functions and/or data
23979 prepared so as to be conveniently linked with application programs
23980 (which use some of those functions and data) to form executables.
23982 The "Library", below, refers to any such software library or work
23983 which has been distributed under these terms. A "work based on the
23984 Library" means either the Library or any derivative work under
23985 copyright law: that is to say, a work containing the Library or a
23986 portion of it, either verbatim or with modifications and/or translated
23987 straightforwardly into another language. (Hereinafter, translation is
23988 included without limitation in the term "modification".)
23990 "Source code" for a work means the preferred form of the work for
23991 making modifications to it. For a library, complete source code means
23992 all the source code for all modules it contains, plus any associated
23993 interface definition files, plus the scripts used to control compilation
23994 and installation of the library.
23996 Activities other than copying, distribution and modification are not
23997 covered by this License; they are outside its scope. The act of
23998 running a program using the Library is not restricted, and output from
23999 such a program is covered only if its contents constitute a work based
24000 on the Library (independent of the use of the Library in a tool for
24001 writing it). Whether that is true depends on what the Library does
24002 and what the program that uses the Library does.
24004 1. You may copy and distribute verbatim copies of the Library's
24005 complete source code as you receive it, in any medium, provided that
24006 you conspicuously and appropriately publish on each copy an
24007 appropriate copyright notice and disclaimer of warranty; keep intact
24008 all the notices that refer to this License and to the absence of any
24009 warranty; and distribute a copy of this License along with the
24010 Library.
24012 You may charge a fee for the physical act of transferring a copy,
24013 and you may at your option offer warranty protection in exchange for a
24014 fee.
24016 2. You may modify your copy or copies of the Library or any portion
24017 of it, thus forming a work based on the Library, and copy and
24018 distribute such modifications or work under the terms of Section 1
24019 above, provided that you also meet all of these conditions:
24021 a) The modified work must itself be a software library.
24023 b) You must cause the files modified to carry prominent notices
24024 stating that you changed the files and the date of any change.
24026 c) You must cause the whole of the work to be licensed at no
24027 charge to all third parties under the terms of this License.
24029 d) If a facility in the modified Library refers to a function or a
24030 table of data to be supplied by an application program that uses
24031 the facility, other than as an argument passed when the facility
24032 is invoked, then you must make a good faith effort to ensure that,
24033 in the event an application does not supply such function or
24034 table, the facility still operates, and performs whatever part of
24035 its purpose remains meaningful.
24037 (For example, a function in a library to compute square roots has
24038 a purpose that is entirely well-defined independent of the
24039 application. Therefore, Subsection 2d requires that any
24040 application-supplied function or table used by this function must
24041 be optional: if the application does not supply it, the square
24042 root function must still compute square roots.)
24044 These requirements apply to the modified work as a whole. If
24045 identifiable sections of that work are not derived from the Library,
24046 and can be reasonably considered independent and separate works in
24047 themselves, then this License, and its terms, do not apply to those
24048 sections when you distribute them as separate works. But when you
24049 distribute the same sections as part of a whole which is a work based
24050 on the Library, the distribution of the whole must be on the terms of
24051 this License, whose permissions for other licensees extend to the
24052 entire whole, and thus to each and every part regardless of who wrote
24055 Thus, it is not the intent of this section to claim rights or contest
24056 your rights to work written entirely by you; rather, the intent is to
24057 exercise the right to control the distribution of derivative or
24058 collective works based on the Library.
24060 In addition, mere aggregation of another work not based on the Library
24061 with the Library (or with a work based on the Library) on a volume of
24062 a storage or distribution medium does not bring the other work under
24063 the scope of this License.
24065 3. You may opt to apply the terms of the ordinary GNU General Public
24066 License instead of this License to a given copy of the Library. To do
24067 this, you must alter all the notices that refer to this License, so
24068 that they refer to the ordinary GNU General Public License, version 2,
24069 instead of to this License. (If a newer version than version 2 of the
24070 ordinary GNU General Public License has appeared, then you can specify
24071 that version instead if you wish.) Do not make any other change in
24072 these notices.
24074 Once this change is made in a given copy, it is irreversible for
24075 that copy, so the ordinary GNU General Public License applies to all
24076 subsequent copies and derivative works made from that copy.
24078 This option is useful when you wish to copy part of the code of
24079 the Library into a program that is not a library.
24081 4. You may copy and distribute the Library (or a portion or
24082 derivative of it, under Section 2) in object code or executable form
24083 under the terms of Sections 1 and 2 above provided that you accompany
24084 it with the complete corresponding machine-readable source code, which
24085 must be distributed under the terms of Sections 1 and 2 above on a
24086 medium customarily used for software interchange.
24088 If distribution of object code is made by offering access to copy
24089 from a designated place, then offering equivalent access to copy the
24090 source code from the same place satisfies the requirement to
24091 distribute the source code, even though third parties are not
24092 compelled to copy the source along with the object code.
24094 5. A program that contains no derivative of any portion of the
24095 Library, but is designed to work with the Library by being compiled or
24096 linked with it, is called a "work that uses the Library". Such a
24097 work, in isolation, is not a derivative work of the Library, and
24098 therefore falls outside the scope of this License.
24100 However, linking a "work that uses the Library" with the Library
24101 creates an executable that is a derivative of the Library (because it
24102 contains portions of the Library), rather than a "work that uses the
24103 library". The executable is therefore covered by this License.
24104 Section 6 states terms for distribution of such executables.
24106 When a "work that uses the Library" uses material from a header file
24107 that is part of the Library, the object code for the work may be a
24108 derivative work of the Library even though the source code is not.
24109 Whether this is true is especially significant if the work can be
24110 linked without the Library, or if the work is itself a library. The
24111 threshold for this to be true is not precisely defined by law.
24113 If such an object file uses only numerical parameters, data
24114 structure layouts and accessors, and small macros and small inline
24115 functions (ten lines or less in length), then the use of the object
24116 file is unrestricted, regardless of whether it is legally a derivative
24117 work. (Executables containing this object code plus portions of the
24118 Library will still fall under Section 6.)
24120 Otherwise, if the work is a derivative of the Library, you may
24121 distribute the object code for the work under the terms of Section 6.
24122 Any executables containing that work also fall under Section 6,
24123 whether or not they are linked directly with the Library itself.
24125 6. As an exception to the Sections above, you may also combine or
24126 link a "work that uses the Library" with the Library to produce a
24127 work containing portions of the Library, and distribute that work
24128 under terms of your choice, provided that the terms permit
24129 modification of the work for the customer's own use and reverse
24130 engineering for debugging such modifications.
24132 You must give prominent notice with each copy of the work that the
24133 Library is used in it and that the Library and its use are covered by
24134 this License. You must supply a copy of this License. If the work
24135 during execution displays copyright notices, you must include the
24136 copyright notice for the Library among them, as well as a reference
24137 directing the user to the copy of this License. Also, you must do one
24138 of these things:
24140 a) Accompany the work with the complete corresponding
24141 machine-readable source code for the Library including whatever
24142 changes were used in the work (which must be distributed under
24143 Sections 1 and 2 above); and, if the work is an executable linked
24144 with the Library, with the complete machine-readable "work that
24145 uses the Library", as object code and/or source code, so that the
24146 user can modify the Library and then relink to produce a modified
24147 executable containing the modified Library. (It is understood
24148 that the user who changes the contents of definitions files in the
24149 Library will not necessarily be able to recompile the application
24150 to use the modified definitions.)
24152 b) Use a suitable shared library mechanism for linking with the
24153 Library. A suitable mechanism is one that (1) uses at run time a
24154 copy of the library already present on the user's computer system,
24155 rather than copying library functions into the executable, and (2)
24156 will operate properly with a modified version of the library, if
24157 the user installs one, as long as the modified version is
24158 interface-compatible with the version that the work was made with.
24160 c) Accompany the work with a written offer, valid for at
24161 least three years, to give the same user the materials
24162 specified in Subsection 6a, above, for a charge no more
24163 than the cost of performing this distribution.
24165 d) If distribution of the work is made by offering access to copy
24166 from a designated place, offer equivalent access to copy the above
24167 specified materials from the same place.
24169 e) Verify that the user has already received a copy of these
24170 materials or that you have already sent this user a copy.
24172 For an executable, the required form of the "work that uses the
24173 Library" must include any data and utility programs needed for
24174 reproducing the executable from it. However, as a special exception,
24175 the materials to be distributed need not include anything that is
24176 normally distributed (in either source or binary form) with the major
24177 components (compiler, kernel, and so on) of the operating system on
24178 which the executable runs, unless that component itself accompanies
24179 the executable.
24181 It may happen that this requirement contradicts the license
24182 restrictions of other proprietary libraries that do not normally
24183 accompany the operating system. Such a contradiction means you cannot
24184 use both them and the Library together in an executable that you
24185 distribute.
24187 7. You may place library facilities that are a work based on the
24188 Library side-by-side in a single library together with other library
24189 facilities not covered by this License, and distribute such a combined
24190 library, provided that the separate distribution of the work based on
24191 the Library and of the other library facilities is otherwise
24192 permitted, and provided that you do these two things:
24194 a) Accompany the combined library with a copy of the same work
24195 based on the Library, uncombined with any other library
24196 facilities. This must be distributed under the terms of the
24197 Sections above.
24199 b) Give prominent notice with the combined library of the fact
24200 that part of it is a work based on the Library, and explaining
24201 where to find the accompanying uncombined form of the same work.
24203 8. You may not copy, modify, sublicense, link with, or distribute
24204 the Library except as expressly provided under this License. Any
24205 attempt otherwise to copy, modify, sublicense, link with, or
24206 distribute the Library is void, and will automatically terminate your
24207 rights under this License. However, parties who have received copies,
24208 or rights, from you under this License will not have their licenses
24209 terminated so long as such parties remain in full compliance.
24211 9. You are not required to accept this License, since you have not
24212 signed it. However, nothing else grants you permission to modify or
24213 distribute the Library or its derivative works. These actions are
24214 prohibited by law if you do not accept this License. Therefore, by
24215 modifying or distributing the Library (or any work based on the
24216 Library), you indicate your acceptance of this License to do so, and
24217 all its terms and conditions for copying, distributing or modifying
24218 the Library or works based on it.
24220 10. Each time you redistribute the Library (or any work based on the
24221 Library), the recipient automatically receives a license from the
24222 original licensor to copy, distribute, link with or modify the Library
24223 subject to these terms and conditions. You may not impose any further
24224 restrictions on the recipients' exercise of the rights granted herein.
24225 You are not responsible for enforcing compliance by third parties with
24226 this License.
24228 11. If, as a consequence of a court judgment or allegation of patent
24229 infringement or for any other reason (not limited to patent issues),
24230 conditions are imposed on you (whether by court order, agreement or
24231 otherwise) that contradict the conditions of this License, they do not
24232 excuse you from the conditions of this License. If you cannot
24233 distribute so as to satisfy simultaneously your obligations under this
24234 License and any other pertinent obligations, then as a consequence you
24235 may not distribute the Library at all. For example, if a patent
24236 license would not permit royalty-free redistribution of the Library by
24237 all those who receive copies directly or indirectly through you, then
24238 the only way you could satisfy both it and this License would be to
24239 refrain entirely from distribution of the Library.
24241 If any portion of this section is held invalid or unenforceable under any
24242 particular circumstance, the balance of the section is intended to apply,
24243 and the section as a whole is intended to apply in other circumstances.
24245 It is not the purpose of this section to induce you to infringe any
24246 patents or other property right claims or to contest validity of any
24247 such claims; this section has the sole purpose of protecting the
24248 integrity of the free software distribution system which is
24249 implemented by public license practices. Many people have made
24250 generous contributions to the wide range of software distributed
24251 through that system in reliance on consistent application of that
24252 system; it is up to the author/donor to decide if he or she is willing
24253 to distribute software through any other system and a licensee cannot
24254 impose that choice.
24256 This section is intended to make thoroughly clear what is believed to
24257 be a consequence of the rest of this License.
24259 12. If the distribution and/or use of the Library is restricted in
24260 certain countries either by patents or by copyrighted interfaces, the
24261 original copyright holder who places the Library under this License may add
24262 an explicit geographical distribution limitation excluding those countries,
24263 so that distribution is permitted only in or among countries not thus
24264 excluded. In such case, this License incorporates the limitation as if
24265 written in the body of this License.
24267 13. The Free Software Foundation may publish revised and/or new
24268 versions of the Lesser General Public License from time to time.
24269 Such new versions will be similar in spirit to the present version,
24270 but may differ in detail to address new problems or concerns.
24272 Each version is given a distinguishing version number. If the Library
24273 specifies a version number of this License which applies to it and
24274 "any later version", you have the option of following the terms and
24275 conditions either of that version or of any later version published by
24276 the Free Software Foundation. If the Library does not specify a
24277 license version number, you may choose any version ever published by
24278 the Free Software Foundation.
24280 14. If you wish to incorporate parts of the Library into other free
24281 programs whose distribution conditions are incompatible with these,
24282 write to the author to ask for permission. For software which is
24283 copyrighted by the Free Software Foundation, write to the Free
24284 Software Foundation; we sometimes make exceptions for this. Our
24285 decision will be guided by the two goals of preserving the free status
24286 of all derivatives of our free software and of promoting the sharing
24287 and reuse of software generally.
24289 NO WARRANTY
24291 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
24292 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
24293 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
24294 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
24295 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
24296 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24297 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
24298 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
24299 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
24301 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
24302 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
24303 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
24304 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
24305 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
24306 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
24307 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
24308 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
24309 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
24310 DAMAGES.
24312 END OF TERMS AND CONDITIONS
24314 How to Apply These Terms to Your New Libraries
24316 If you develop a new library, and you want it to be of the greatest
24317 possible use to the public, we recommend making it free software that
24318 everyone can redistribute and change. You can do so by permitting
24319 redistribution under these terms (or, alternatively, under the terms of the
24320 ordinary General Public License).
24322 To apply these terms, attach the following notices to the library. It is
24323 safest to attach them to the start of each source file to most effectively
24324 convey the exclusion of warranty; and each file should have at least the
24325 "copyright" line and a pointer to where the full notice is found.
24327 <one line to give the library's name and a brief idea of what it does.>
24328 Copyright (C) <year> <name of author>
24330 This library is free software; you can redistribute it and/or
24331 modify it under the terms of the GNU Lesser General Public
24332 License as published by the Free Software Foundation; either
24333 version 2.1 of the License, or (at your option) any later version.
24335 This library is distributed in the hope that it will be useful,
24336 but WITHOUT ANY WARRANTY; without even the implied warranty of
24337 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24338 Lesser General Public License for more details.
24340 You should have received a copy of the GNU Lesser General Public
24341 License along with this library; if not, write to the Free Software
24342 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24344 Also add information on how to contact you by electronic and paper mail.
24346 You should also get your employer (if you work as a programmer) or your
24347 school, if any, to sign a "copyright disclaimer" for the library, if
24348 necessary. Here is a sample; alter the names:
24350 Yoyodyne, Inc., hereby disclaims all copyright interest in the
24351 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
24353 <signature of Ty Coon>, 1 April 1990
24354 Ty Coon, President of Vice
24356 That's all there is to it!
24360 </pre>
24361 <div class="license-packages">
24362 Used by these packages: dev-libs/libnl-3.2.14 dev-libs/libp11-0.2.8-r1 media-libs/ladspa-sdk-1.13-r1 media-plugins/alsa-plugins-1.0.25-r1 net-dns/avahi-0.6.31-r1 dev-libs/libusb-1.0.9 net-wireless/bluez-5.4-r9 x11-libs/cairo-1.12.12 sys-apps/keyutils-1.1 dev-libs/nss-3.15.1-r3 sys-apps/acl-2.2.51 dev-util/shflags-1.0.3-r1 dev-libs/libgcrypt-1.4.6 dev-libs/libnl-1.1-r1 media-libs/alsa-lib-1.0.25-r1 dev-libs/libgpg-error-1.10-r1 net-libs/libmnl-1.0.3-r1 net-misc/modemmanager-next-0.5.999-r189 dev-libs/engine_pkcs11-0.1.8 sys-apps/attr-2.4.46 dev-libs/nspr-4.10 media-libs/libmtp-0.0.1-r17 net-misc/modemmanager-classic-interfaces-0.0.1 sys-apps/util-linux-2.21.2-r1 dev-libs/libdaemon-0.14-r1 app-accessibility/brltty-4.5-r6 media-libs/sbc-1.0 app-i18n/ibus-1.4.99.20120314-r5 app-arch/xz-utils-4.999.9_beta-r1
24363 </div>
24364 </div>
24365 </div>
24367 <div class="product">
24368 <a name="LGPL-3" class="title">Gentoo Package Stock License LGPL-3</a>
24369 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24370 <div class="licence">
24371 <pre>
24372 GNU LESSER GENERAL PUBLIC LICENSE
24373 Version 3, 29 June 2007
24375 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
24376 Everyone is permitted to copy and distribute verbatim copies
24377 of this license document, but changing it is not allowed.
24380 This version of the GNU Lesser General Public License incorporates
24381 the terms and conditions of version 3 of the GNU General Public
24382 License, supplemented by the additional permissions listed below.
24384 0. Additional Definitions.
24386 As used herein, "this License" refers to version 3 of the GNU Lesser
24387 General Public License, and the "GNU GPL" refers to version 3 of the GNU
24388 General Public License.
24390 "The Library" refers to a covered work governed by this License,
24391 other than an Application or a Combined Work as defined below.
24393 An "Application" is any work that makes use of an interface provided
24394 by the Library, but which is not otherwise based on the Library.
24395 Defining a subclass of a class defined by the Library is deemed a mode
24396 of using an interface provided by the Library.
24398 A "Combined Work" is a work produced by combining or linking an
24399 Application with the Library. The particular version of the Library
24400 with which the Combined Work was made is also called the "Linked
24401 Version".
24403 The "Minimal Corresponding Source" for a Combined Work means the
24404 Corresponding Source for the Combined Work, excluding any source code
24405 for portions of the Combined Work that, considered in isolation, are
24406 based on the Application, and not on the Linked Version.
24408 The "Corresponding Application Code" for a Combined Work means the
24409 object code and/or source code for the Application, including any data
24410 and utility programs needed for reproducing the Combined Work from the
24411 Application, but excluding the System Libraries of the Combined Work.
24413 1. Exception to Section 3 of the GNU GPL.
24415 You may convey a covered work under sections 3 and 4 of this License
24416 without being bound by section 3 of the GNU GPL.
24418 2. Conveying Modified Versions.
24420 If you modify a copy of the Library, and, in your modifications, a
24421 facility refers to a function or data to be supplied by an Application
24422 that uses the facility (other than as an argument passed when the
24423 facility is invoked), then you may convey a copy of the modified
24424 version:
24426 a) under this License, provided that you make a good faith effort to
24427 ensure that, in the event an Application does not supply the
24428 function or data, the facility still operates, and performs
24429 whatever part of its purpose remains meaningful, or
24431 b) under the GNU GPL, with none of the additional permissions of
24432 this License applicable to that copy.
24434 3. Object Code Incorporating Material from Library Header Files.
24436 The object code form of an Application may incorporate material from
24437 a header file that is part of the Library. You may convey such object
24438 code under terms of your choice, provided that, if the incorporated
24439 material is not limited to numerical parameters, data structure
24440 layouts and accessors, or small macros, inline functions and templates
24441 (ten or fewer lines in length), you do both of the following:
24443 a) Give prominent notice with each copy of the object code that the
24444 Library is used in it and that the Library and its use are
24445 covered by this License.
24447 b) Accompany the object code with a copy of the GNU GPL and this license
24448 document.
24450 4. Combined Works.
24452 You may convey a Combined Work under terms of your choice that,
24453 taken together, effectively do not restrict modification of the
24454 portions of the Library contained in the Combined Work and reverse
24455 engineering for debugging such modifications, if you also do each of
24456 the following:
24458 a) Give prominent notice with each copy of the Combined Work that
24459 the Library is used in it and that the Library and its use are
24460 covered by this License.
24462 b) Accompany the Combined Work with a copy of the GNU GPL and this license
24463 document.
24465 c) For a Combined Work that displays copyright notices during
24466 execution, include the copyright notice for the Library among
24467 these notices, as well as a reference directing the user to the
24468 copies of the GNU GPL and this license document.
24470 d) Do one of the following:
24472 0) Convey the Minimal Corresponding Source under the terms of this
24473 License, and the Corresponding Application Code in a form
24474 suitable for, and under terms that permit, the user to
24475 recombine or relink the Application with a modified version of
24476 the Linked Version to produce a modified Combined Work, in the
24477 manner specified by section 6 of the GNU GPL for conveying
24478 Corresponding Source.
24480 1) Use a suitable shared library mechanism for linking with the
24481 Library. A suitable mechanism is one that (a) uses at run time
24482 a copy of the Library already present on the user's computer
24483 system, and (b) will operate properly with a modified version
24484 of the Library that is interface-compatible with the Linked
24485 Version.
24487 e) Provide Installation Information, but only if you would otherwise
24488 be required to provide such information under section 6 of the
24489 GNU GPL, and only to the extent that such information is
24490 necessary to install and execute a modified version of the
24491 Combined Work produced by recombining or relinking the
24492 Application with a modified version of the Linked Version. (If
24493 you use option 4d0, the Installation Information must accompany
24494 the Minimal Corresponding Source and Corresponding Application
24495 Code. If you use option 4d1, you must provide the Installation
24496 Information in the manner specified by section 6 of the GNU GPL
24497 for conveying Corresponding Source.)
24499 5. Combined Libraries.
24501 You may place library facilities that are a work based on the
24502 Library side by side in a single library together with other library
24503 facilities that are not Applications and are not covered by this
24504 License, and convey such a combined library under terms of your
24505 choice, if you do both of the following:
24507 a) Accompany the combined library with a copy of the same work based
24508 on the Library, uncombined with any other library facilities,
24509 conveyed under the terms of this License.
24511 b) Give prominent notice with the combined library that part of it
24512 is a work based on the Library, and explaining where to find the
24513 accompanying uncombined form of the same work.
24515 6. Revised Versions of the GNU Lesser General Public License.
24517 The Free Software Foundation may publish revised and/or new versions
24518 of the GNU Lesser General Public License from time to time. Such new
24519 versions will be similar in spirit to the present version, but may
24520 differ in detail to address new problems or concerns.
24522 Each version is given a distinguishing version number. If the
24523 Library as you received it specifies that a certain numbered version
24524 of the GNU Lesser General Public License "or any later version"
24525 applies to it, you have the option of following the terms and
24526 conditions either of that published version or of any later version
24527 published by the Free Software Foundation. If the Library as you
24528 received it does not specify a version number of the GNU Lesser
24529 General Public License, you may choose any version of the GNU Lesser
24530 General Public License ever published by the Free Software Foundation.
24532 If the Library as you received it specifies that a proxy can decide
24533 whether future versions of the GNU Lesser General Public License shall
24534 apply, that proxy's public statement of acceptance of any version is
24535 permanent authorization for you to choose that version for the
24536 Library.
24538 </pre>
24539 <div class="license-packages">
24540 Used by these packages: media-libs/mesa-9.1-r18 sys-devel/binutils-2.22-r18 sys-libs/gcc-libs-4.7.2-r4 app-admin/rsyslog-5.8.11 dev-libs/gmp-5.0.2_p1
24541 </div>
24542 </div>
24543 </div>
24545 <div class="product">
24546 <a name="MPL-2.0" class="title">Gentoo Package Stock License MPL-2.0</a>
24547 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24548 <div class="licence">
24549 <pre>
24550 Mozilla Public License Version 2.0
24551 ==================================
24553 1. Definitions
24554 --------------
24556 1.1. "Contributor"
24557 means each individual or legal entity that creates, contributes to
24558 the creation of, or owns Covered Software.
24560 1.2. "Contributor Version"
24561 means the combination of the Contributions of others (if any) used
24562 by a Contributor and that particular Contributor's Contribution.
24564 1.3. "Contribution"
24565 means Covered Software of a particular Contributor.
24567 1.4. "Covered Software"
24568 means Source Code Form to which the initial Contributor has attached
24569 the notice in Exhibit A, the Executable Form of such Source Code
24570 Form, and Modifications of such Source Code Form, in each case
24571 including portions thereof.
24573 1.5. "Incompatible With Secondary Licenses"
24574 means
24576 (a) that the initial Contributor has attached the notice described
24577 in Exhibit B to the Covered Software; or
24579 (b) that the Covered Software was made available under the terms of
24580 version 1.1 or earlier of the License, but not also under the
24581 terms of a Secondary License.
24583 1.6. "Executable Form"
24584 means any form of the work other than Source Code Form.
24586 1.7. "Larger Work"
24587 means a work that combines Covered Software with other material, in
24588 a separate file or files, that is not Covered Software.
24590 1.8. "License"
24591 means this document.
24593 1.9. "Licensable"
24594 means having the right to grant, to the maximum extent possible,
24595 whether at the time of the initial grant or subsequently, any and
24596 all of the rights conveyed by this License.
24598 1.10. "Modifications"
24599 means any of the following:
24601 (a) any file in Source Code Form that results from an addition to,
24602 deletion from, or modification of the contents of Covered
24603 Software; or
24605 (b) any new file in Source Code Form that contains any Covered
24606 Software.
24608 1.11. "Patent Claims" of a Contributor
24609 means any patent claim(s), including without limitation, method,
24610 process, and apparatus claims, in any patent Licensable by such
24611 Contributor that would be infringed, but for the grant of the
24612 License, by the making, using, selling, offering for sale, having
24613 made, import, or transfer of either its Contributions or its
24614 Contributor Version.
24616 1.12. "Secondary License"
24617 means either the GNU General Public License, Version 2.0, the GNU
24618 Lesser General Public License, Version 2.1, the GNU Affero General
24619 Public License, Version 3.0, or any later versions of those
24620 licenses.
24622 1.13. "Source Code Form"
24623 means the form of the work preferred for making modifications.
24625 1.14. "You" (or "Your")
24626 means an individual or a legal entity exercising rights under this
24627 License. For legal entities, "You" includes any entity that
24628 controls, is controlled by, or is under common control with You. For
24629 purposes of this definition, "control" means (a) the power, direct
24630 or indirect, to cause the direction or management of such entity,
24631 whether by contract or otherwise, or (b) ownership of more than
24632 fifty percent (50%) of the outstanding shares or beneficial
24633 ownership of such entity.
24635 2. License Grants and Conditions
24636 --------------------------------
24638 2.1. Grants
24640 Each Contributor hereby grants You a world-wide, royalty-free,
24641 non-exclusive license:
24643 (a) under intellectual property rights (other than patent or trademark)
24644 Licensable by such Contributor to use, reproduce, make available,
24645 modify, display, perform, distribute, and otherwise exploit its
24646 Contributions, either on an unmodified basis, with Modifications, or
24647 as part of a Larger Work; and
24649 (b) under Patent Claims of such Contributor to make, use, sell, offer
24650 for sale, have made, import, and otherwise transfer either its
24651 Contributions or its Contributor Version.
24653 2.2. Effective Date
24655 The licenses granted in Section 2.1 with respect to any Contribution
24656 become effective for each Contribution on the date the Contributor first
24657 distributes such Contribution.
24659 2.3. Limitations on Grant Scope
24661 The licenses granted in this Section 2 are the only rights granted under
24662 this License. No additional rights or licenses will be implied from the
24663 distribution or licensing of Covered Software under this License.
24664 Notwithstanding Section 2.1(b) above, no patent license is granted by a
24665 Contributor:
24667 (a) for any code that a Contributor has removed from Covered Software;
24670 (b) for infringements caused by: (i) Your and any other third party's
24671 modifications of Covered Software, or (ii) the combination of its
24672 Contributions with other software (except as part of its Contributor
24673 Version); or
24675 (c) under Patent Claims infringed by Covered Software in the absence of
24676 its Contributions.
24678 This License does not grant any rights in the trademarks, service marks,
24679 or logos of any Contributor (except as may be necessary to comply with
24680 the notice requirements in Section 3.4).
24682 2.4. Subsequent Licenses
24684 No Contributor makes additional grants as a result of Your choice to
24685 distribute the Covered Software under a subsequent version of this
24686 License (see Section 10.2) or under the terms of a Secondary License (if
24687 permitted under the terms of Section 3.3).
24689 2.5. Representation
24691 Each Contributor represents that the Contributor believes its
24692 Contributions are its original creation(s) or it has sufficient rights
24693 to grant the rights to its Contributions conveyed by this License.
24695 2.6. Fair Use
24697 This License is not intended to limit any rights You have under
24698 applicable copyright doctrines of fair use, fair dealing, or other
24699 equivalents.
24701 2.7. Conditions
24703 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
24704 in Section 2.1.
24706 3. Responsibilities
24707 -------------------
24709 3.1. Distribution of Source Form
24711 All distribution of Covered Software in Source Code Form, including any
24712 Modifications that You create or to which You contribute, must be under
24713 the terms of this License. You must inform recipients that the Source
24714 Code Form of the Covered Software is governed by the terms of this
24715 License, and how they can obtain a copy of this License. You may not
24716 attempt to alter or restrict the recipients' rights in the Source Code
24717 Form.
24719 3.2. Distribution of Executable Form
24721 If You distribute Covered Software in Executable Form then:
24723 (a) such Covered Software must also be made available in Source Code
24724 Form, as described in Section 3.1, and You must inform recipients of
24725 the Executable Form how they can obtain a copy of such Source Code
24726 Form by reasonable means in a timely manner, at a charge no more
24727 than the cost of distribution to the recipient; and
24729 (b) You may distribute such Executable Form under the terms of this
24730 License, or sublicense it under different terms, provided that the
24731 license for the Executable Form does not attempt to limit or alter
24732 the recipients' rights in the Source Code Form under this License.
24734 3.3. Distribution of a Larger Work
24736 You may create and distribute a Larger Work under terms of Your choice,
24737 provided that You also comply with the requirements of this License for
24738 the Covered Software. If the Larger Work is a combination of Covered
24739 Software with a work governed by one or more Secondary Licenses, and the
24740 Covered Software is not Incompatible With Secondary Licenses, this
24741 License permits You to additionally distribute such Covered Software
24742 under the terms of such Secondary License(s), so that the recipient of
24743 the Larger Work may, at their option, further distribute the Covered
24744 Software under the terms of either this License or such Secondary
24745 License(s).
24747 3.4. Notices
24749 You may not remove or alter the substance of any license notices
24750 (including copyright notices, patent notices, disclaimers of warranty,
24751 or limitations of liability) contained within the Source Code Form of
24752 the Covered Software, except that You may alter any license notices to
24753 the extent required to remedy known factual inaccuracies.
24755 3.5. Application of Additional Terms
24757 You may choose to offer, and to charge a fee for, warranty, support,
24758 indemnity or liability obligations to one or more recipients of Covered
24759 Software. However, You may do so only on Your own behalf, and not on
24760 behalf of any Contributor. You must make it absolutely clear that any
24761 such warranty, support, indemnity, or liability obligation is offered by
24762 You alone, and You hereby agree to indemnify every Contributor for any
24763 liability incurred by such Contributor as a result of warranty, support,
24764 indemnity or liability terms You offer. You may include additional
24765 disclaimers of warranty and limitations of liability specific to any
24766 jurisdiction.
24768 4. Inability to Comply Due to Statute or Regulation
24769 ---------------------------------------------------
24771 If it is impossible for You to comply with any of the terms of this
24772 License with respect to some or all of the Covered Software due to
24773 statute, judicial order, or regulation then You must: (a) comply with
24774 the terms of this License to the maximum extent possible; and (b)
24775 describe the limitations and the code they affect. Such description must
24776 be placed in a text file included with all distributions of the Covered
24777 Software under this License. Except to the extent prohibited by statute
24778 or regulation, such description must be sufficiently detailed for a
24779 recipient of ordinary skill to be able to understand it.
24781 5. Termination
24782 --------------
24784 5.1. The rights granted under this License will terminate automatically
24785 if You fail to comply with any of its terms. However, if You become
24786 compliant, then the rights granted under this License from a particular
24787 Contributor are reinstated (a) provisionally, unless and until such
24788 Contributor explicitly and finally terminates Your grants, and (b) on an
24789 ongoing basis, if such Contributor fails to notify You of the
24790 non-compliance by some reasonable means prior to 60 days after You have
24791 come back into compliance. Moreover, Your grants from a particular
24792 Contributor are reinstated on an ongoing basis if such Contributor
24793 notifies You of the non-compliance by some reasonable means, this is the
24794 first time You have received notice of non-compliance with this License
24795 from such Contributor, and You become compliant prior to 30 days after
24796 Your receipt of the notice.
24798 5.2. If You initiate litigation against any entity by asserting a patent
24799 infringement claim (excluding declaratory judgment actions,
24800 counter-claims, and cross-claims) alleging that a Contributor Version
24801 directly or indirectly infringes any patent, then the rights granted to
24802 You by any and all Contributors for the Covered Software under Section
24803 2.1 of this License shall terminate.
24805 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
24806 end user license agreements (excluding distributors and resellers) which
24807 have been validly granted by You or Your distributors under this License
24808 prior to termination shall survive termination.
24810 ************************************************************************
24812 * 6. Disclaimer of Warranty *
24813 * ------------------------- *
24815 * Covered Software is provided under this License on an "as is" *
24816 * basis, without warranty of any kind, either expressed, implied, or *
24817 * statutory, including, without limitation, warranties that the *
24818 * Covered Software is free of defects, merchantable, fit for a *
24819 * particular purpose or non-infringing. The entire risk as to the *
24820 * quality and performance of the Covered Software is with You. *
24821 * Should any Covered Software prove defective in any respect, You *
24822 * (not any Contributor) assume the cost of any necessary servicing, *
24823 * repair, or correction. This disclaimer of warranty constitutes an *
24824 * essential part of this License. No use of any Covered Software is *
24825 * authorized under this License except under this disclaimer. *
24827 ************************************************************************
24829 ************************************************************************
24831 * 7. Limitation of Liability *
24832 * -------------------------- *
24834 * Under no circumstances and under no legal theory, whether tort *
24835 * (including negligence), contract, or otherwise, shall any *
24836 * Contributor, or anyone who distributes Covered Software as *
24837 * permitted above, be liable to You for any direct, indirect, *
24838 * special, incidental, or consequential damages of any character *
24839 * including, without limitation, damages for lost profits, loss of *
24840 * goodwill, work stoppage, computer failure or malfunction, or any *
24841 * and all other commercial damages or losses, even if such party *
24842 * shall have been informed of the possibility of such damages. This *
24843 * limitation of liability shall not apply to liability for death or *
24844 * personal injury resulting from such party's negligence to the *
24845 * extent applicable law prohibits such limitation. Some *
24846 * jurisdictions do not allow the exclusion or limitation of *
24847 * incidental or consequential damages, so this exclusion and *
24848 * limitation may not apply to You. *
24850 ************************************************************************
24852 8. Litigation
24853 -------------
24855 Any litigation relating to this License may be brought only in the
24856 courts of a jurisdiction where the defendant maintains its principal
24857 place of business and such litigation shall be governed by laws of that
24858 jurisdiction, without reference to its conflict-of-law provisions.
24859 Nothing in this Section shall prevent a party's ability to bring
24860 cross-claims or counter-claims.
24862 9. Miscellaneous
24863 ----------------
24865 This License represents the complete agreement concerning the subject
24866 matter hereof. If any provision of this License is held to be
24867 unenforceable, such provision shall be reformed only to the extent
24868 necessary to make it enforceable. Any law or regulation which provides
24869 that the language of a contract shall be construed against the drafter
24870 shall not be used to construe this License against a Contributor.
24872 10. Versions of the License
24873 ---------------------------
24875 10.1. New Versions
24877 Mozilla Foundation is the license steward. Except as provided in Section
24878 10.3, no one other than the license steward has the right to modify or
24879 publish new versions of this License. Each version will be given a
24880 distinguishing version number.
24882 10.2. Effect of New Versions
24884 You may distribute the Covered Software under the terms of the version
24885 of the License under which You originally received the Covered Software,
24886 or under the terms of any subsequent version published by the license
24887 steward.
24889 10.3. Modified Versions
24891 If you create software not governed by this License, and you want to
24892 create a new license for such software, you may create and use a
24893 modified version of this License if you rename the license and remove
24894 any references to the name of the license steward (except to note that
24895 such modified license differs from this License).
24897 10.4. Distributing Source Code Form that is Incompatible With Secondary
24898 Licenses
24900 If You choose to distribute Source Code Form that is Incompatible With
24901 Secondary Licenses under the terms of this version of the License, the
24902 notice described in Exhibit B of this License must be attached.
24904 Exhibit A - Source Code Form License Notice
24905 -------------------------------------------
24907 This Source Code Form is subject to the terms of the Mozilla Public
24908 License, v. 2.0. If a copy of the MPL was not distributed with this
24909 file, You can obtain one at http://mozilla.org/MPL/2.0/.
24911 If it is not possible or desirable to put the notice in a particular
24912 file, then You may include the notice in a location (such as a LICENSE
24913 file in a relevant directory) where a recipient would be likely to look
24914 for such a notice.
24916 You may add additional accurate notices of copyright ownership.
24918 Exhibit B - "Incompatible With Secondary Licenses" Notice
24919 ---------------------------------------------------------
24921 This Source Code Form is "Incompatible With Secondary Licenses", as
24922 defined by the Mozilla Public License, v. 2.0.
24925 </pre>
24926 <div class="license-packages">
24927 Used by these packages: dev-libs/nss-3.15.1-r3 dev-libs/nspr-4.10
24928 </div>
24929 </div>
24930 </div>
24932 <div class="product">
24933 <a name="OFL-1.1" class="title">Gentoo Package Stock License OFL-1.1</a>
24934 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
24935 <div class="licence">
24936 <pre>
24937 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
24938 -----
24940 PREAMBLE
24942 The goals of the Open Font License (OFL) are to stimulate worldwide
24943 development of collaborative font projects, to support the font creation
24944 efforts of academic and linguistic communities, and to provide a free
24945 and open framework in which fonts may be shared and improved in
24946 partnership with others.
24948 The OFL allows the licensed fonts to be used, studied, modified and
24949 redistributed freely as long as they are not sold by themselves. The
24950 fonts, including any derivative works, can be bundled, embedded,
24951 redistributed and/or sold with any software provided that any reserved
24952 names are not used by derivative works. The fonts and derivatives,
24953 however, cannot be released under any other type of license. The
24954 requirement for fonts to remain under this license does not apply to
24955 any document created using the fonts or their derivatives.
24957 DEFINITIONS
24959 "Font Software" refers to the set of files released by the Copyright
24960 Holder(s) under this license and clearly marked as such. This may
24961 include source files, build scripts and documentation.
24963 "Reserved Font Name" refers to any names specified as such after the
24964 copyright statement(s).
24966 "Original Version" refers to the collection of Font Software components
24967 as distributed by the Copyright Holder(s).
24969 "Modified Version" refers to any derivative made by adding to, deleting,
24970 or substituting -- in part or in whole -- any of the components of the
24971 Original Version, by changing formats or by porting the Font Software
24972 to a new environment.
24974 "Author" refers to any designer, engineer, programmer, technical writer
24975 or other person who contributed to the Font Software.
24977 PERMISSION & CONDITIONS
24979 Permission is hereby granted, free of charge, to any person obtaining a
24980 copy of the Font Software, to use, study, copy, merge, embed, modify,
24981 redistribute, and sell modified and unmodified copies of the Font
24982 Software, subject to the following conditions:
24984 1) Neither the Font Software nor any of its individual components, in
24985 Original or Modified Versions, may be sold by itself.
24987 2) Original or Modified Versions of the Font Software may be bundled,
24988 redistributed and/or sold with any software, provided that each copy
24989 contains the above copyright notice and this license. These can be
24990 included either as stand-alone text files, human-readable headers or in
24991 the appropriate machine-readable metadata fields within text or binary
24992 files as long as those fields can be easily viewed by the user.
24994 3) No Modified Version of the Font Software may use the Reserved Font
24995 Name(s) unless explicit written permission is granted by the
24996 corresponding Copyright Holder. This restriction only applies to the
24997 primary font name as presented to the users.
24999 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
25000 Software shall not be used to promote, endorse or advertise any
25001 Modified Version, except to acknowledge the contribution(s) of the
25002 Copyright Holder(s) and the Author(s) or with their explicit written
25003 permission.
25005 5) The Font Software, modified or unmodified, in part or in whole,
25006 must be distributed entirely under this license, and must not be
25007 distributed under any other license. The requirement for fonts to
25008 remain under this license does not apply to any document created
25009 using the Font Software.
25011 TERMINATION
25013 This license becomes null and void if any of the above conditions are
25014 not met.
25016 DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS",
25017 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
25018 INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
25019 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25020 NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
25021 OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
25022 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25023 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
25024 CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
25025 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
25026 USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
25027 OTHER DEALINGS IN THE FONT SOFTWARE.
25029 </pre>
25030 <div class="license-packages">
25031 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
25032 </div>
25033 </div>
25034 </div>
25036 <div class="product">
25037 <a name="PSF-2" class="title">Gentoo Package Stock License PSF-2</a>
25038 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25039 <div class="licence">
25040 <pre>
25041 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
25042 --------------------------------------------
25044 1. This LICENSE AGREEMENT is between the Python Software Foundation
25045 ("PSF"), and the Individual or Organization ("Licensee") accessing and
25046 otherwise using this software ("Python") in source or binary form and
25047 its associated documentation.
25049 2. Subject to the terms and conditions of this License Agreement, PSF hereby
25050 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
25051 analyze, test, perform and/or display publicly, prepare derivative works,
25052 distribute, and otherwise use Python alone or in any derivative version,
25053 provided, however, that PSF's License Agreement and PSF's notice of copyright,
25054 i.e., "Copyright (c) <YEARS> Python Software Foundation; All Rights Reserved"
25055 are retained in Python alone or in any derivative version prepared by Licensee.
25057 3. In the event Licensee prepares a derivative work that is based on
25058 or incorporates Python or any part thereof, and wants to make
25059 the derivative work available to others as provided herein, then
25060 Licensee hereby agrees to include in any such work a brief summary of
25061 the changes made to Python.
25063 4. PSF is making Python available to Licensee on an "AS IS"
25064 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
25065 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
25066 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
25067 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
25068 INFRINGE ANY THIRD PARTY RIGHTS.
25070 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
25071 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
25072 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
25073 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
25075 6. This License Agreement will automatically terminate upon a material
25076 breach of its terms and conditions.
25078 7. Nothing in this License Agreement shall be deemed to create any
25079 relationship of agency, partnership, or joint venture between PSF and
25080 Licensee. This License Agreement does not grant permission to use PSF
25081 trademarks or trade name in a trademark sense to endorse or promote
25082 products or services of Licensee, or any third party.
25084 8. By copying, installing or otherwise using Python, Licensee
25085 agrees to be bound by the terms and conditions of this License
25086 Agreement.
25088 </pre>
25089 <div class="license-packages">
25090 Used by these packages: dev-python/setuptools-0.6.14 dev-lang/python-2.7.3-r5
25091 </div>
25092 </div>
25093 </div>
25095 <div class="product">
25096 <a name="public-domain" class="title">Gentoo Package Stock License public-domain</a>
25097 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25098 <div class="licence">
25099 <pre>
25100 Software is in the public domain.
25102 </pre>
25103 <div class="license-packages">
25104 Used by these packages: sys-apps/util-linux-2.21.2-r1 sys-libs/timezone-data-2013g app-arch/xz-utils-4.999.9_beta-r1
25105 </div>
25106 </div>
25107 </div>
25109 <div class="product">
25110 <a name="SGI-B-2.0" class="title">Gentoo Package Stock License SGI-B-2.0</a>
25111 <a class="show" href="#" onclick="return toggle(this);">show license text</a>
25112 <div class="licence">
25113 <pre>
25114 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
25116 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights
25117 Reserved.
25119 Permission is hereby granted, free of charge, to any person obtaining a copy of
25120 this software and associated documentation files (the "Software"), to deal in
25121 the Software without restriction, including without limitation the rights to
25122 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
25123 of the Software, and to permit persons to whom the Software is furnished to do
25124 so, subject to the following conditions:
25126 The above copyright notice including the dates of first publication and either
25127 this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
25128 shall be included in all copies or substantial portions of the Software.
25130 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25131 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25132 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON
25133 GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
25134 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25135 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25137 Except as contained in this notice, the name of Silicon Graphics, Inc. shall
25138 not be used in advertising or otherwise to promote the sale, use or other
25139 dealings in this Software without prior written authorization from Silicon
25140 Graphics, Inc.
25142 </pre>
25143 <div class="license-packages">
25144 Used by these packages: media-libs/glu-9.0.0 media-libs/mesa-9.1-r18 x11-proto/glproto-1.4.14-r1
25145 </div>
25146 </div>
25147 </div>
25150 <!-- Note that some packages included above are used during build, but not
25151 shipped with ChromeOS proper /merlin -->
25152 </body>
25153 </html>