summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-09-27 07:39:11 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-09-27 07:39:48 +0200
commitec6bb422ea0f9acaae2d0d8f329037ecabee68de (patch)
tree2d494d098d86e747a4fbea854fde1bda96863f71
parent1e0cbe0d3bb6946ab6db1d7801a06658a86b718d (diff)
downloadel_releases-standard-ec6bb422ea0f9acaae2d0d8f329037ecabee68de.tar.gz
Licenses update
Change-Id: I12f7e02d83f2db71cb66310514860ea5e8d11113 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--doc/book-enea-linux-open-source/doc/licenses.xml1571
1 files changed, 1533 insertions, 38 deletions
diff --git a/doc/book-enea-linux-open-source/doc/licenses.xml b/doc/book-enea-linux-open-source/doc/licenses.xml
index 9a4803f..fa7fbaa 100644
--- a/doc/book-enea-linux-open-source/doc/licenses.xml
+++ b/doc/book-enea-linux-open-source/doc/licenses.xml
@@ -74,6 +74,12 @@ specific documentation.-->
74 <entry>GPL-2.0</entry> 74 <entry>GPL-2.0</entry>
75</row> 75</row>
76<row> 76<row>
77 <entry>babeltrace</entry>
78 <entry>1.5.6</entry>
79 <entry>Babeltrace provides trace read and write libraries in host side as well as a trace converter which used to convert LTTng 2.0 traces into human-readable log.</entry>
80 <entry> MIT, GPL-2.0</entry>
81</row>
82<row>
77 <entry>base-files</entry> 83 <entry>base-files</entry>
78 <entry>3.0.14</entry> 84 <entry>3.0.14</entry>
79 <entry>The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system.</entry> 85 <entry>The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system.</entry>
@@ -104,6 +110,12 @@ specific documentation.-->
104 <entry>GPL-3.0</entry> 110 <entry>GPL-3.0</entry>
105</row> 111</row>
106<row> 112<row>
113 <entry>bind</entry>
114 <entry>9.11.5-P4</entry>
115 <entry>ISC Internet Domain Name Server.</entry>
116 <entry> ISC, BSD</entry>
117</row>
118<row>
107 <entry>binutils-cross-aarch64</entry> 119 <entry>binutils-cross-aarch64</entry>
108 <entry>2.32.0</entry> 120 <entry>2.32.0</entry>
109 <entry>The GNU Binutils are a collection of binary tools. The main ones are ld (GNU Linker) and as (GNU Assembler). This package also includes addition tools such as addr2line (Converts addresses into filenames and line numbers) ar (utility for creating modifying and extracting archives) nm (list symbols in object files) objcopy (copy and translate object files) objdump (Display object information) and other tools and related libraries.</entry> 121 <entry>The GNU Binutils are a collection of binary tools. The main ones are ld (GNU Linker) and as (GNU Assembler). This package also includes addition tools such as addr2line (Converts addresses into filenames and line numbers) ar (utility for creating modifying and extracting archives) nm (list symbols in object files) objcopy (copy and translate object files) objdump (Display object information) and other tools and related libraries.</entry>
@@ -134,6 +146,30 @@ specific documentation.-->
134 <entry>GPL-3.0</entry> 146 <entry>GPL-3.0</entry>
135</row> 147</row>
136<row> 148<row>
149 <entry>bjam</entry>
150 <entry>1.69.0</entry>
151 <entry>Portable Boost.Jam build tool for boost.</entry>
152 <entry> BSL-1.0, MIT, Python-2.0</entry>
153</row>
154<row>
155 <entry>blktrace</entry>
156 <entry>1.2.0</entry>
157 <entry>Generates traces of I/O traffic on block devices.</entry>
158 <entry>GPL-2.0</entry>
159</row>
160<row>
161 <entry>bluez5</entry>
162 <entry>5.50</entry>
163 <entry>Linux Bluetooth stack V5 userland components. These include a system configurations daemons tools and system libraries.</entry>
164 <entry> GPL-2.0, LGPL-2.1</entry>
165</row>
166<row>
167 <entry>boost</entry>
168 <entry>1.69.0</entry>
169 <entry>Free peer-reviewed portable C++ source libraries.</entry>
170 <entry> BSL-1.0, MIT, Python-2.0</entry>
171</row>
172<row>
137 <entry>btrfs-tools</entry> 173 <entry>btrfs-tools</entry>
138 <entry>4.20.1</entry> 174 <entry>4.20.1</entry>
139 <entry>Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance repair and easy administration. This package contains utilities (mkfs fsck btrfsctl) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3.</entry> 175 <entry>Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance repair and easy administration. This package contains utilities (mkfs fsck btrfsctl) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3.</entry>
@@ -158,12 +194,30 @@ specific documentation.-->
158 <entry> GPL-2.0, MPL-2.0</entry> 194 <entry> GPL-2.0, MPL-2.0</entry>
159</row> 195</row>
160<row> 196<row>
197 <entry>cairo</entry>
198 <entry>1.16.0</entry>
199 <entry>Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension.</entry>
200 <entry> MPL-1.0, LGPL-2.1, GPL-3.0</entry>
201</row>
202<row>
203 <entry>ccache</entry>
204 <entry>3.6</entry>
205 <entry>ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done again. Supported languages are C C\+\+ Objective-C and Objective-C++.</entry>
206 <entry>GPL-3.0</entry>
207</row>
208<row>
161 <entry>cdrtools</entry> 209 <entry>cdrtools</entry>
162 <entry>3.01a31</entry> 210 <entry>3.01a31</entry>
163 <entry>A set of tools for CD recording including cdrecord.</entry> 211 <entry>A set of tools for CD recording including cdrecord.</entry>
164 <entry> GPL-2.0, CDDL-1.0, LGPL-2.1</entry> 212 <entry> GPL-2.0, CDDL-1.0, LGPL-2.1</entry>
165</row> 213</row>
166<row> 214<row>
215 <entry>chrpath</entry>
216 <entry>0.16</entry>
217 <entry>chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already.</entry>
218 <entry>GPL-2.0</entry>
219</row>
220<row>
167 <entry>cmake</entry> 221 <entry>cmake</entry>
168 <entry>3.14.1</entry> 222 <entry>3.14.1</entry>
169 <entry>Cross-platform open-source make system.</entry> 223 <entry>Cross-platform open-source make system.</entry>
@@ -248,6 +302,18 @@ specific documentation.-->
248 <entry>MIT</entry> 302 <entry>MIT</entry>
249</row> 303</row>
250<row> 304<row>
305 <entry>dhcp</entry>
306 <entry>4.4.1</entry>
307 <entry>DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information from a server. DHCP helps make it easier to administer devices.</entry>
308 <entry>ISC</entry>
309</row>
310<row>
311 <entry>diffstat</entry>
312 <entry>1.62</entry>
313 <entry>diffstat reads the output of diff and displays a histogram of the insertions deletions and modifications per-file. It is useful for reviewing large complex patch files.</entry>
314 <entry>MIT</entry>
315</row>
316<row>
251 <entry>diffutils</entry> 317 <entry>diffutils</entry>
252 <entry>3.7</entry> 318 <entry>3.7</entry>
253 <entry>Diffutils contains the GNU diff diff3 sdiff and cmp utilities. These programs are usually used for creating patch files.</entry> 319 <entry>Diffutils contains the GNU diff diff3 sdiff and cmp utilities. These programs are usually used for creating patch files.</entry>
@@ -266,12 +332,6 @@ specific documentation.-->
266 <entry>GPL-3.0</entry> 332 <entry>GPL-3.0</entry>
267</row> 333</row>
268<row> 334<row>
269 <entry>dropbear</entry>
270 <entry>2019.78</entry>
271 <entry>A lightweight SSH and SCP implementation.</entry>
272 <entry> MIT, BSD-3-Clause, BSD-2-Clause, PD</entry>
273</row>
274<row>
275 <entry>dtc</entry> 335 <entry>dtc</entry>
276 <entry>1.4.7</entry> 336 <entry>1.4.7</entry>
277 <entry>The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels.</entry> 337 <entry>The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels.</entry>
@@ -290,15 +350,21 @@ specific documentation.-->
290 <entry> GPL-2.0, LGPL-2.0, BSD, MIT</entry> 350 <entry> GPL-2.0, LGPL-2.0, BSD, MIT</entry>
291</row> 351</row>
292<row> 352<row>
353 <entry>ed</entry>
354 <entry>1.15</entry>
355 <entry>Line-oriented text editor.</entry>
356 <entry>GPL-3.0</entry>
357</row>
358<row>
293 <entry>elfutils</entry> 359 <entry>elfutils</entry>
294 <entry>0.176</entry> 360 <entry>0.176</entry>
295 <entry>Utilities and libraries for handling compiled object files.</entry> 361 <entry>Utilities and libraries for handling compiled object files.</entry>
296 <entry> GPL-2.0, LGPL-3.0, GPL-3.0</entry> 362 <entry> GPL-2.0, LGPL-3.0, GPL-3.0</entry>
297</row> 363</row>
298<row> 364<row>
299 <entry>enea-image-standard</entry> 365 <entry>enea-image-standard-sdk</entry>
300 <entry>1.0</entry> 366 <entry>1.0</entry>
301 <entry>Base image for the Standard profile</entry> 367 <entry>Full featured image for the Standard profile</entry>
302 <entry>MIT</entry> 368 <entry>MIT</entry>
303</row> 369</row>
304<row> 370<row>
@@ -314,18 +380,42 @@ specific documentation.-->
314 <entry>BSD</entry> 380 <entry>BSD</entry>
315</row> 381</row>
316<row> 382<row>
383 <entry>findutils</entry>
384 <entry>4.6.0</entry>
385 <entry>The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands.</entry>
386 <entry>GPL-3.0</entry>
387</row>
388<row>
317 <entry>flex</entry> 389 <entry>flex</entry>
318 <entry>2.6.0</entry> 390 <entry>2.6.0</entry>
319 <entry>Flex is a fast lexical analyser generator. Flex is a tool for generating programs that recognize lexical patterns in text.</entry> 391 <entry>Flex is a fast lexical analyser generator. Flex is a tool for generating programs that recognize lexical patterns in text.</entry>
320 <entry>BSD</entry> 392 <entry>BSD</entry>
321</row> 393</row>
322<row> 394<row>
395 <entry>fontconfig</entry>
396 <entry>2.12.6</entry>
397 <entry>Fontconfig is a font configuration and customization library which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. Fontconfig is not a rasterization library nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts.</entry>
398 <entry> MIT, PD</entry>
399</row>
400<row>
323 <entry>freetype</entry> 401 <entry>freetype</entry>
324 <entry>2.9.1</entry> 402 <entry>2.9.1</entry>
325 <entry>FreeType is a software font engine that is designed to be small efficient highly customizable and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries display servers font conversion tools text image generation tools and many other products as well.</entry> 403 <entry>FreeType is a software font engine that is designed to be small efficient highly customizable and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries display servers font conversion tools text image generation tools and many other products as well.</entry>
326 <entry> FreeType, GPL-2.0</entry> 404 <entry> FreeType, GPL-2.0</entry>
327</row> 405</row>
328<row> 406<row>
407 <entry>fuse</entry>
408 <entry>2.9.8</entry>
409 <entry>FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. </entry>
410 <entry> GPL-2.0, LGPL-2.0</entry>
411</row>
412<row>
413 <entry>fuse</entry>
414 <entry>2.9.9</entry>
415 <entry>FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. </entry>
416 <entry> GPL-2.0, LGPL-2.0</entry>
417</row>
418<row>
329 <entry>gawk</entry> 419 <entry>gawk</entry>
330 <entry>4.2.1</entry> 420 <entry>4.2.1</entry>
331 <entry>The GNU version of awk a text processing utility. Awk interprets a special-purpose programming language to do quick and easy text pattern matching and reformatting jobs.</entry> 421 <entry>The GNU version of awk a text processing utility. Awk interprets a special-purpose programming language to do quick and easy text pattern matching and reformatting jobs.</entry>
@@ -350,6 +440,12 @@ specific documentation.-->
350 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry> 440 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
351</row> 441</row>
352<row> 442<row>
443 <entry>gcc-sanitizers</entry>
444 <entry>8.3.0</entry>
445 <entry>GNU cc and gcc C compilers.</entry>
446 <entry> NCSA, MIT</entry>
447</row>
448<row>
353 <entry>gcc-source-8.3.0</entry> 449 <entry>gcc-source-8.3.0</entry>
354 <entry>8.3.0</entry> 450 <entry>8.3.0</entry>
355 <entry>GNU cc and gcc C compilers.</entry> 451 <entry>GNU cc and gcc C compilers.</entry>
@@ -358,8 +454,14 @@ specific documentation.-->
358<row> 454<row>
359 <entry>gcc</entry> 455 <entry>gcc</entry>
360 <entry>8.3.0</entry> 456 <entry>8.3.0</entry>
361 <entry>Runtime libraries from GCC.</entry> 457 <entry>GNU cc and gcc C compilers.</entry>
362 <entry>GPL-3.0-with-GCC-exception</entry> 458 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
459</row>
460<row>
461 <entry>gdb</entry>
462 <entry>8.2.1</entry>
463 <entry>GNU debugger.</entry>
464 <entry> GPL-2.0, GPL-3.0, LGPL-2.0, LGPL-3.0</entry>
363</row> 465</row>
364<row> 466<row>
365 <entry>gdbm</entry> 467 <entry>gdbm</entry>
@@ -392,6 +494,12 @@ specific documentation.-->
392 <entry> GPL-2.0, LGPL-2.1</entry> 494 <entry> GPL-2.0, LGPL-2.1</entry>
393</row> 495</row>
394<row> 496<row>
497 <entry>glibc-mtrace</entry>
498 <entry>2.29</entry>
499 <entry>mtrace utility provided by glibc</entry>
500 <entry> GPL-2.0, LGPL-2.1</entry>
501</row>
502<row>
395 <entry>glibc</entry> 503 <entry>glibc</entry>
396 <entry>2.29</entry> 504 <entry>2.29</entry>
397 <entry>The GNU C Library is used as the system C library in most systems with the Linux kernel.</entry> 505 <entry>The GNU C Library is used as the system C library in most systems with the Linux kernel.</entry>
@@ -476,6 +584,12 @@ specific documentation.-->
476 <entry>GPL-2.0</entry> 584 <entry>GPL-2.0</entry>
477</row> 585</row>
478<row> 586<row>
587 <entry>icu</entry>
588 <entry>63.1</entry>
589 <entry>The International Component for Unicode (ICU) is a mature portable set of C/C++ and Java libraries for Unicode support software internationalization (I18N) and globalization (G11N) giving applications the same results on all platforms.</entry>
590 <entry>ICU</entry>
591</row>
592<row>
479 <entry>initramfs-framework</entry> 593 <entry>initramfs-framework</entry>
480 <entry>1.0</entry> 594 <entry>1.0</entry>
481 <entry>Modular initramfs system.</entry> 595 <entry>Modular initramfs system.</entry>
@@ -554,6 +668,18 @@ specific documentation.-->
554 <entry>GPL-2.0</entry> 668 <entry>GPL-2.0</entry>
555</row> 669</row>
556<row> 670<row>
671 <entry>less</entry>
672 <entry>550</entry>
673 <entry>Less is a program similar to more i.e. a terminal based program for viewing text files and the output from other programs. Less offers many features beyond those that more does.</entry>
674 <entry> GPL-3.0, BSD-2-Clause</entry>
675</row>
676<row>
677 <entry>libaio</entry>
678 <entry>0.3.111</entry>
679 <entry>Asynchronous input/output library that uses the kernels native interface</entry>
680 <entry>LGPL-2.1</entry>
681</row>
682<row>
557 <entry>libarchive</entry> 683 <entry>libarchive</entry>
558 <entry>3.3.3</entry> 684 <entry>3.3.3</entry>
559 <entry>C library and command-line tools for reading and writing tar cpio zip ISO and other archive formats</entry> 685 <entry>C library and command-line tools for reading and writing tar cpio zip ISO and other archive formats</entry>
@@ -566,6 +692,12 @@ specific documentation.-->
566 <entry> GPL-3.0, LGPL-2.1</entry> 692 <entry> GPL-3.0, LGPL-2.1</entry>
567</row> 693</row>
568<row> 694<row>
695 <entry>libatomic-ops</entry>
696 <entry>7.6.8</entry>
697 <entry>A library for atomic integer operations.</entry>
698 <entry> GPL-2.0, MIT</entry>
699</row>
700<row>
569 <entry>libcap</entry> 701 <entry>libcap</entry>
570 <entry>2.26</entry> 702 <entry>2.26</entry>
571 <entry>Library for getting/setting POSIX.1e capabilities.</entry> 703 <entry>Library for getting/setting POSIX.1e capabilities.</entry>
@@ -584,12 +716,24 @@ specific documentation.-->
584 <entry>GPL-2.0</entry> 716 <entry>GPL-2.0</entry>
585</row> 717</row>
586<row> 718<row>
719 <entry>libcroco</entry>
720 <entry>0.6.12</entry>
721 <entry>Cascading Style Sheet (CSS) parsing and manipulation toolkit.</entry>
722 <entry> LGPL-2.0, LGPL-2.1</entry>
723</row>
724<row>
587 <entry>libdnf</entry> 725 <entry>libdnf</entry>
588 <entry>0.26.0</entry> 726 <entry>0.26.0</entry>
589 <entry>Library providing simplified C and Python API to libsolv.</entry> 727 <entry>Library providing simplified C and Python API to libsolv.</entry>
590 <entry>LGPL-2.1</entry> 728 <entry>LGPL-2.1</entry>
591</row> 729</row>
592<row> 730<row>
731 <entry>libevent</entry>
732 <entry>2.1.8</entry>
733 <entry>An asynchronous event notification library.</entry>
734 <entry> BSD, MIT</entry>
735</row>
736<row>
593 <entry>libffi</entry> 737 <entry>libffi</entry>
594 <entry>3.2.1</entry> 738 <entry>3.2.1</entry>
595 <entry>The `libffi' library provides a portable high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages.</entry> 739 <entry>The `libffi' library provides a portable high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages.</entry>
@@ -614,12 +758,24 @@ specific documentation.-->
614 <entry> GPL-2.0, LGPL-2.1</entry> 758 <entry> GPL-2.0, LGPL-2.1</entry>
615</row> 759</row>
616<row> 760<row>
761 <entry>libical</entry>
762 <entry>2.0.0</entry>
763 <entry>iCal and scheduling (RFC 2445 2446 2447) library.</entry>
764 <entry> LGPL-2.1, MPL-1.0</entry>
765</row>
766<row>
617 <entry>libidn2</entry> 767 <entry>libidn2</entry>
618 <entry>2.0.5</entry> 768 <entry>2.0.5</entry>
619 <entry>Implementation of the Stringprep Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.</entry> 769 <entry>Implementation of the Stringprep Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.</entry>
620 <entry> GPL-2.0, LGPL-3.0, GPL-3.0</entry> 770 <entry> GPL-2.0, LGPL-3.0, GPL-3.0</entry>
621</row> 771</row>
622<row> 772<row>
773 <entry>libjitterentropy</entry>
774 <entry>2.1.2</entry>
775 <entry>The Jitter RNG provides a noise source using the CPU execution timing jitter. It does not depend on any system resource other than a high-resolution time stamp. It is a small-scale yet fast entropy source that is viable in almost all environments and on a lot of CPU architectures.</entry>
776 <entry> GPL-2.0, BSD</entry>
777</row>
778<row>
623 <entry>libksba</entry> 779 <entry>libksba</entry>
624 <entry>1.3.5</entry> 780 <entry>1.3.5</entry>
625 <entry>Easy API to create and parse X.509 and CMS related objects.</entry> 781 <entry>Easy API to create and parse X.509 and CMS related objects.</entry>
@@ -644,6 +800,18 @@ specific documentation.-->
644 <entry>LGPL-3.0</entry> 800 <entry>LGPL-3.0</entry>
645</row> 801</row>
646<row> 802<row>
803 <entry>libnewt</entry>
804 <entry>0.52.20</entry>
805 <entry>Newt is a programming library for color text mode widget based user interfaces. Newt can be used to add stacked windows entry widgets checkboxes radio buttons labels plain text fields scrollbars etc. to text mode user interfaces. This package also contains the shared library needed by programs built with newt as well as a /usr/bin/dialog replacement called whiptail. Newt is based on the slang library.</entry>
806 <entry>LGPL-2.0</entry>
807</row>
808<row>
809 <entry>libnl</entry>
810 <entry>3.4.0</entry>
811 <entry>A library for applications dealing with netlink sockets.</entry>
812 <entry>LGPL-2.1</entry>
813</row>
814<row>
647 <entry>libnsl2</entry> 815 <entry>libnsl2</entry>
648 <entry>1.2.0</entry> 816 <entry>1.2.0</entry>
649 <entry>This library contains the public client interface for NIS(YP) and NIS+ it was part of glibc and now is standalone packages. it also supports IPv6</entry> 817 <entry>This library contains the public client interface for NIS(YP) and NIS+ it was part of glibc and now is standalone packages. it also supports IPv6</entry>
@@ -704,6 +872,18 @@ specific documentation.-->
704 <entry> LGPL-3.0, GPL-2.0</entry> 872 <entry> LGPL-3.0, GPL-2.0</entry>
705</row> 873</row>
706<row> 874<row>
875 <entry>libunwind</entry>
876 <entry>1.3.1</entry>
877 <entry>a portable and efficient C programming interface (API) to determine the call-chain of a program</entry>
878 <entry>MIT</entry>
879</row>
880<row>
881 <entry>liburcu</entry>
882 <entry>0.10.2</entry>
883 <entry>Userspace RCU (read-copy-update) library.</entry>
884 <entry> LGPL-2.1, MIT</entry>
885</row>
886<row>
707 <entry>libx11</entry> 887 <entry>libx11</entry>
708 <entry>1.6.7</entry> 888 <entry>1.6.7</entry>
709 <entry>This package provides a client interface to the X Window System otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system.</entry> 889 <entry>This package provides a client interface to the X Window System otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system.</entry>
@@ -800,6 +980,42 @@ specific documentation.-->
800 <entry>GPL-2.0</entry> 980 <entry>GPL-2.0</entry>
801</row> 981</row>
802<row> 982<row>
983 <entry>lsb</entry>
984 <entry>5.0</entry>
985 <entry>LSB support for OpenEmbedded.</entry>
986 <entry>GPL-2.0</entry>
987</row>
988<row>
989 <entry>lsbinitscripts</entry>
990 <entry>9.79</entry>
991 <entry>SysV init scripts which are only used in an LSB image.</entry>
992 <entry>GPL-2.0</entry>
993</row>
994<row>
995 <entry>lttng-modules</entry>
996 <entry>2.10.8</entry>
997 <entry>The lttng-modules 2.0 package contains the kernel tracer modules</entry>
998 <entry> LGPL-2.1, GPL-2.0, MIT</entry>
999</row>
1000<row>
1001 <entry>lttng-tools</entry>
1002 <entry>2.10.6</entry>
1003 <entry>The Linux trace toolkit is a suite of tools designed to extract program execution details from the Linux operating system and interpret them.</entry>
1004 <entry> GPL-2.0, LGPL-2.1</entry>
1005</row>
1006<row>
1007 <entry>lttng-ust</entry>
1008 <entry>2.10.3</entry>
1009 <entry>The LTTng UST 2.x package contains the userspace tracer library to trace userspace codes.</entry>
1010 <entry> LGPL-2.1, MIT, GPL-2.0</entry>
1011</row>
1012<row>
1013 <entry>lzip</entry>
1014 <entry>1.21</entry>
1015 <entry>Lossless data compressor based on the LZMA algorithm.</entry>
1016 <entry>GPL-2.0</entry>
1017</row>
1018<row>
803 <entry>lzo</entry> 1019 <entry>lzo</entry>
804 <entry>2.10</entry> 1020 <entry>2.10</entry>
805 <entry>Lossless data compression library.</entry> 1021 <entry>Lossless data compression library.</entry>
@@ -818,6 +1034,12 @@ specific documentation.-->
818 <entry>GPL-3.0</entry> 1034 <entry>GPL-3.0</entry>
819</row> 1035</row>
820<row> 1036<row>
1037 <entry>make-mod-scripts</entry>
1038 <entry>1.0</entry>
1039 <entry>Build tools needed by external modules.</entry>
1040 <entry>GPL-2.0</entry>
1041</row>
1042<row>
821 <entry>make</entry> 1043 <entry>make</entry>
822 <entry>4.2.1</entry> 1044 <entry>4.2.1</entry>
823 <entry>Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile which lists each of the non-source files and how to compute it from other files.</entry> 1045 <entry>Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile which lists each of the non-source files and how to compute it from other files.</entry>
@@ -842,6 +1064,12 @@ specific documentation.-->
842 <entry>Apache-2.0</entry> 1064 <entry>Apache-2.0</entry>
843</row> 1065</row>
844<row> 1066<row>
1067 <entry>mingetty</entry>
1068 <entry>1.08</entry>
1069 <entry>Compact getty terminal handler for virtual consoles only.</entry>
1070 <entry>GPL-2.0</entry>
1071</row>
1072<row>
845 <entry>mklibs</entry> 1073 <entry>mklibs</entry>
846 <entry>0.1.44</entry> 1074 <entry>0.1.44</entry>
847 <entry>mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables.</entry> 1075 <entry>mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables.</entry>
@@ -884,6 +1112,12 @@ specific documentation.-->
884 <entry> LGPL-3.0, GPL-2.0</entry> 1112 <entry> LGPL-3.0, GPL-2.0</entry>
885</row> 1113</row>
886<row> 1114<row>
1115 <entry>nfs-utils</entry>
1116 <entry>2.3.3</entry>
1117 <entry>The nfs-utils package provides a daemon for the kernel NFS server and related tools.</entry>
1118 <entry> MIT, GPL-2.0, BSD</entry>
1119</row>
1120<row>
887 <entry>ninja</entry> 1121 <entry>ninja</entry>
888 <entry>1.9.0</entry> 1122 <entry>1.9.0</entry>
889 <entry>Ninja is a small build system with a focus on speed..</entry> 1123 <entry>Ninja is a small build system with a focus on speed..</entry>
@@ -908,6 +1142,12 @@ specific documentation.-->
908 <entry> MPL-2.0, GPL-2.0, MPL-2.0, LGPL-2.1</entry> 1142 <entry> MPL-2.0, GPL-2.0, MPL-2.0, LGPL-2.1</entry>
909</row> 1143</row>
910<row> 1144<row>
1145 <entry>openssh</entry>
1146 <entry>7.9p1</entry>
1147 <entry>Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine.</entry>
1148 <entry>BSD</entry>
1149</row>
1150<row>
911 <entry>openssl</entry> 1151 <entry>openssl</entry>
912 <entry>1.1.1b</entry> 1152 <entry>1.1.1b</entry>
913 <entry>Secure Socket Layer (SSL) binary and related cryptographic tools.</entry> 1153 <entry>Secure Socket Layer (SSL) binary and related cryptographic tools.</entry>
@@ -944,9 +1184,51 @@ specific documentation.-->
944 <entry>MIT</entry> 1184 <entry>MIT</entry>
945</row> 1185</row>
946<row> 1186<row>
947 <entry>packagegroup-core-ssh-dropbear</entry> 1187 <entry>packagegroup-core-buildessential</entry>
948 <entry>1.0</entry> 1188 <entry>1.0</entry>
949 <entry>Dropbear SSH client/server.</entry> 1189 <entry>Essential build dependencies.</entry>
1190 <entry>MIT</entry>
1191</row>
1192<row>
1193 <entry>packagegroup-core-eclipse-debug</entry>
1194 <entry>1.0</entry>
1195 <entry>Remote debugging tools for Eclipse integration.</entry>
1196 <entry>MIT</entry>
1197</row>
1198<row>
1199 <entry>packagegroup-core-nfs</entry>
1200 <entry>1.0</entry>
1201 <entry>NFS package groups.</entry>
1202 <entry>MIT</entry>
1203</row>
1204<row>
1205 <entry>packagegroup-core-sdk</entry>
1206 <entry>1.0</entry>
1207 <entry>Software development tools.</entry>
1208 <entry>MIT</entry>
1209</row>
1210<row>
1211 <entry>packagegroup-core-ssh-openssh</entry>
1212 <entry>1.0</entry>
1213 <entry>OpenSSH SSH client/server.</entry>
1214 <entry>MIT</entry>
1215</row>
1216<row>
1217 <entry>packagegroup-core-standalone-sdk-target</entry>
1218 <entry>1.0</entry>
1219 <entry>Target packages for the standalone SDK.</entry>
1220 <entry>MIT</entry>
1221</row>
1222<row>
1223 <entry>packagegroup-core-tools-debug</entry>
1224 <entry>1.0</entry>
1225 <entry>Debugging tools.</entry>
1226 <entry>MIT</entry>
1227</row>
1228<row>
1229 <entry>packagegroup-core-tools-profile</entry>
1230 <entry>1.0</entry>
1231 <entry>Profiling tools.</entry>
950 <entry>MIT</entry> 1232 <entry>MIT</entry>
951</row> 1233</row>
952<row> 1234<row>
@@ -956,12 +1238,36 @@ specific documentation.-->
956 <entry>GPL-3.0</entry> 1238 <entry>GPL-3.0</entry>
957</row> 1239</row>
958<row> 1240<row>
1241 <entry>patch</entry>
1242 <entry>2.7.6</entry>
1243 <entry>patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files producing patched versions.</entry>
1244 <entry>GPL-3.0</entry>
1245</row>
1246<row>
1247 <entry>pciutils</entry>
1248 <entry>3.6.2</entry>
1249 <entry>The PCI Utilities package contains a library for portable access to PCI bus configuration space and several utilities based on this library.</entry>
1250 <entry>GPL-2.0</entry>
1251</row>
1252<row>
1253 <entry>perf</entry>
1254 <entry>1.0</entry>
1255 <entry>Performance counters for Linux are a new kernel-based subsystem that provide a framework for all things performance analysis. It covers hardware level (CPU/PMU Performance Monitoring Unit) features and software features (software counters tracepoints) as well.</entry>
1256 <entry>GPL-2.0</entry>
1257</row>
1258<row>
959 <entry>perl</entry> 1259 <entry>perl</entry>
960 <entry>5.28.1</entry> 1260 <entry>5.28.1</entry>
961 <entry>Perl scripting language.</entry> 1261 <entry>Perl scripting language.</entry>
962 <entry> Artistic-1.0, GPL-1.0</entry> 1262 <entry> Artistic-1.0, GPL-1.0</entry>
963</row> 1263</row>
964<row> 1264<row>
1265 <entry>pi-bluetooth</entry>
1266 <entry>1.1</entry>
1267 <entry>Script to properly configure BT-HCI on Raspberry Pi.</entry>
1268 <entry>BSD-3-Clause</entry>
1269</row>
1270<row>
965 <entry>pigz</entry> 1271 <entry>pigz</entry>
966 <entry>2.4</entry> 1272 <entry>2.4</entry>
967 <entry>pigz which stands for parallel implementation of gzip is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler and uses the zlib and pthread libraries.</entry> 1273 <entry>pigz which stands for parallel implementation of gzip is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler and uses the zlib and pthread libraries.</entry>
@@ -992,6 +1298,12 @@ specific documentation.-->
992 <entry>MIT</entry> 1298 <entry>MIT</entry>
993</row> 1299</row>
994<row> 1300<row>
1301 <entry>powertop</entry>
1302 <entry>2.10</entry>
1303 <entry>Linux tool to diagnose issues with power consumption and power management.</entry>
1304 <entry>GPL-2.0</entry>
1305</row>
1306<row>
995 <entry>prelink</entry> 1307 <entry>prelink</entry>
996 <entry>1.0</entry> 1308 <entry>1.0</entry>
997 <entry>The prelink package contains a utility which modifies ELF shared libraries and executables so that far fewer relocations need to be resolved at runtime and thus programs come up faster.</entry> 1309 <entry>The prelink package contains a utility which modifies ELF shared libraries and executables so that far fewer relocations need to be resolved at runtime and thus programs come up faster.</entry>
@@ -1016,12 +1328,36 @@ specific documentation.-->
1016 <entry>GPL-2.0</entry> 1328 <entry>GPL-2.0</entry>
1017</row> 1329</row>
1018<row> 1330<row>
1331 <entry>python</entry>
1332 <entry>2.7.16</entry>
1333 <entry>The Python Programming Language.</entry>
1334 <entry>Python-2.0</entry>
1335</row>
1336<row>
1337 <entry>python3-dbus</entry>
1338 <entry>1.2.8</entry>
1339 <entry>Python bindings for the DBus inter-process communication system.</entry>
1340 <entry>MIT</entry>
1341</row>
1342<row>
1019 <entry>python3-iniparse</entry> 1343 <entry>python3-iniparse</entry>
1020 <entry>0.4</entry> 1344 <entry>0.4</entry>
1021 <entry>Accessing and Modifying INI files.</entry> 1345 <entry>Accessing and Modifying INI files.</entry>
1022 <entry> MIT, Python-2.0</entry> 1346 <entry> MIT, Python-2.0</entry>
1023</row> 1347</row>
1024<row> 1348<row>
1349 <entry>python3-pycairo</entry>
1350 <entry>1.15.6</entry>
1351 <entry>Python bindings for the Cairo canvas library.</entry>
1352 <entry> LGPL-2.1, MPL-1.1</entry>
1353</row>
1354<row>
1355 <entry>python3-pygobject</entry>
1356 <entry>3.28.3</entry>
1357 <entry>Python GObject bindings.</entry>
1358 <entry>LGPL-2.1</entry>
1359</row>
1360<row>
1025 <entry>python3-setuptools</entry> 1361 <entry>python3-setuptools</entry>
1026 <entry>40.8.0</entry> 1362 <entry>40.8.0</entry>
1027 <entry>Download build install upgrade and uninstall Python packages.</entry> 1363 <entry>Download build install upgrade and uninstall Python packages.</entry>
@@ -1070,6 +1406,12 @@ specific documentation.-->
1070 <entry>GPL-2.0</entry> 1406 <entry>GPL-2.0</entry>
1071</row> 1407</row>
1072<row> 1408<row>
1409 <entry>quota</entry>
1410 <entry>4.04</entry>
1411 <entry>Tools for monitoring &amp; limiting user disk usage per filesystem.</entry>
1412 <entry> BSD, GPL-2.0, LGPL-2.1</entry>
1413</row>
1414<row>
1073 <entry>re2c</entry> 1415 <entry>re2c</entry>
1074 <entry>1.0.1</entry> 1416 <entry>1.0.1</entry>
1075 <entry>Tool for writing very fast and very flexible scanners.</entry> 1417 <entry>Tool for writing very fast and very flexible scanners.</entry>
@@ -1082,6 +1424,18 @@ specific documentation.-->
1082 <entry>GPL-3.0</entry> 1424 <entry>GPL-3.0</entry>
1083</row> 1425</row>
1084<row> 1426<row>
1427 <entry>rng-tools</entry>
1428 <entry>6.6</entry>
1429 <entry>Random number generator daemon.</entry>
1430 <entry>GPL-2.0</entry>
1431</row>
1432<row>
1433 <entry>rpcbind</entry>
1434 <entry>1.2.5</entry>
1435 <entry>The rpcbind utility is a server that converts RPC program numbers into universal addresses.</entry>
1436 <entry>BSD</entry>
1437</row>
1438<row>
1085 <entry>rpm</entry> 1439 <entry>rpm</entry>
1086 <entry>4.14.2.1</entry> 1440 <entry>4.14.2.1</entry>
1087 <entry>The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing uninstalling verifying querying and updating software packages. Each software package consists of an archive of files along with information about the package like its version a description etc.</entry> 1441 <entry>The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing uninstalling verifying querying and updating software packages. Each software package consists of an archive of files along with information about the package like its version a description etc.</entry>
@@ -1130,6 +1484,12 @@ specific documentation.-->
1130 <entry>GPL-2.0</entry> 1484 <entry>GPL-2.0</entry>
1131</row> 1485</row>
1132<row> 1486<row>
1487 <entry>slang</entry>
1488 <entry>2.3.2</entry>
1489 <entry>S-Lang is an interpreted language and a programming library. The S-Lang language was designed so that it can be easily embedded into a program to provide the program with a powerful extension language. The S-Lang library provided in this package provides the S-Lang extension language. S-Lang's syntax resembles C which makes it easy to recode S-Lang procedures in C if you need to.</entry>
1490 <entry>GPL-2.0</entry>
1491</row>
1492<row>
1133 <entry>socat</entry> 1493 <entry>socat</entry>
1134 <entry>1.7.3.2</entry> 1494 <entry>1.7.3.2</entry>
1135 <entry>Socat is a relay for bidirectional data transfer between two independent data channels.</entry> 1495 <entry>Socat is a relay for bidirectional data transfer between two independent data channels.</entry>
@@ -1142,18 +1502,36 @@ specific documentation.-->
1142 <entry>PD</entry> 1502 <entry>PD</entry>
1143</row> 1503</row>
1144<row> 1504<row>
1505 <entry>strace</entry>
1506 <entry>4.26</entry>
1507 <entry>System call tracing tool.</entry>
1508 <entry> LGPL-2.1, GPL-2.0</entry>
1509</row>
1510<row>
1145 <entry>stress</entry> 1511 <entry>stress</entry>
1146 <entry>1.0.4</entry> 1512 <entry>1.0.4</entry>
1147 <entry>Deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU memory I/O and disk stress on the system.</entry> 1513 <entry>Deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU memory I/O and disk stress on the system.</entry>
1148 <entry>GPL-2.0</entry> 1514 <entry>GPL-2.0</entry>
1149</row> 1515</row>
1150<row> 1516<row>
1517 <entry>sudo</entry>
1518 <entry>1.8.27</entry>
1519 <entry>Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments.</entry>
1520 <entry> ISC, BSD, Zlib</entry>
1521</row>
1522<row>
1151 <entry>swig</entry> 1523 <entry>swig</entry>
1152 <entry>3.0.12</entry> 1524 <entry>3.0.12</entry>
1153 <entry>SWIG - Simplified Wrapper and Interface Generator.</entry> 1525 <entry>SWIG - Simplified Wrapper and Interface Generator.</entry>
1154 <entry> BSD, GPL-3.0</entry> 1526 <entry> BSD, GPL-3.0</entry>
1155</row> 1527</row>
1156<row> 1528<row>
1529 <entry>sysfsutils</entry>
1530 <entry>2.1.0</entry>
1531 <entry>Tools for working with the sysfs virtual filesystem. The tool 'systool' can query devices by bus class and topology.</entry>
1532 <entry> GPL-2.0, LGPL-2.1</entry>
1533</row>
1534<row>
1157 <entry>syslinux</entry> 1535 <entry>syslinux</entry>
1158 <entry>6.04-pre2</entry> 1536 <entry>6.04-pre2</entry>
1159 <entry>Multi-purpose linux bootloader.</entry> 1537 <entry>Multi-purpose linux bootloader.</entry>
@@ -1202,6 +1580,24 @@ specific documentation.-->
1202 <entry> GPL-2.0, LGPL-2.1</entry> 1580 <entry> GPL-2.0, LGPL-2.1</entry>
1203</row> 1581</row>
1204<row> 1582<row>
1583 <entry>systemtap</entry>
1584 <entry>4.0</entry>
1585 <entry>Script-directed dynamic tracing and performance analysis tool for Linux.</entry>
1586 <entry>GPL-2.0</entry>
1587</row>
1588<row>
1589 <entry>tcf-agent</entry>
1590 <entry>1.7.0</entry>
1591 <entry>Target Communication Framework for the Eclipse IDE.</entry>
1592 <entry> EPL-1.0, EDL-1.0</entry>
1593</row>
1594<row>
1595 <entry>tcl</entry>
1596 <entry>8.6.9</entry>
1597 <entry>Tool Command Language.</entry>
1598 <entry> tcl, BSD-3-Clause</entry>
1599</row>
1600<row>
1205 <entry>tcp-wrappers</entry> 1601 <entry>tcp-wrappers</entry>
1206 <entry>7.6</entry> 1602 <entry>7.6</entry>
1207 <entry>Tools for monitoring and filtering incoming requests for tcp services.</entry> 1603 <entry>Tools for monitoring and filtering incoming requests for tcp services.</entry>
@@ -1232,12 +1628,6 @@ specific documentation.-->
1232 <entry> PD, BSD, BSD-3-Clause</entry> 1628 <entry> PD, BSD, BSD-3-Clause</entry>
1233</row> 1629</row>
1234<row> 1630<row>
1235 <entry>udev-extraconf</entry>
1236 <entry>1.1</entry>
1237 <entry>Extra machine specific configuration files for udev specifically blacklist information.</entry>
1238 <entry>MIT</entry>
1239</row>
1240<row>
1241 <entry>unifdef</entry> 1631 <entry>unifdef</entry>
1242 <entry>2.11</entry> 1632 <entry>2.11</entry>
1243 <entry>Selectively remove #ifdef statements from sources.</entry> 1633 <entry>Selectively remove #ifdef statements from sources.</entry>
@@ -1274,6 +1664,12 @@ specific documentation.-->
1274 <entry>GPL-2.0</entry> 1664 <entry>GPL-2.0</entry>
1275</row> 1665</row>
1276<row> 1666<row>
1667 <entry>valgrind</entry>
1668 <entry>3.14.0</entry>
1669 <entry>Valgrind memory debugger and instrumentation framework.</entry>
1670 <entry> GPL-2.0, BSD</entry>
1671</row>
1672<row>
1277 <entry>volatile-binds</entry> 1673 <entry>volatile-binds</entry>
1278 <entry>1.0</entry> 1674 <entry>1.0</entry>
1279 <entry>Volatile bind mount setup and configuration for read-only-rootfs</entry> 1675 <entry>Volatile bind mount setup and configuration for read-only-rootfs</entry>
@@ -1913,6 +2309,36 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1913</programlisting></para></section> 2309</programlisting></para></section>
1914 2310
1915<section id="lic_7"> 2311<section id="lic_7">
2312<title>BSL-1.0</title>
2313<para><programlisting>
2314
2315Boost Software License - Version 1.0 - August 17th, 2003
2316
2317Permission is hereby granted, free of charge, to any person or organization
2318obtaining a copy of the software and accompanying documentation covered by
2319this license (the "Software") to use, reproduce, display, distribute,
2320execute, and transmit the Software, and to prepare derivative works of the
2321Software, and to permit third-parties to whom the Software is furnished to
2322do so, all subject to the following:
2323
2324The copyright notices in the Software and this entire statement, including
2325the above license grant, this restriction and the following disclaimer,
2326must be included in all copies of the Software, in whole or in part, and
2327all derivative works of the Software, unless such copies or derivative
2328works are solely in the form of machine-executable object code generated by
2329a source language processor.
2330
2331THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2332IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2333FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
2334SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
2335FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
2336ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2337DEALINGS IN THE SOFTWARE.
2338
2339</programlisting></para></section>
2340
2341<section id="lic_8">
1916<title>CDDL-1.0</title> 2342<title>CDDL-1.0</title>
1917<para><programlisting> 2343<para><programlisting>
1918 2344
@@ -2220,7 +2646,232 @@ shall be deemed to constitute any admission of liability.
2220 2646
2221</programlisting></para></section> 2647</programlisting></para></section>
2222 2648
2223<section id="lic_8"> 2649<section id="lic_9">
2650<title>EDL-1.0</title>
2651<para><programlisting>
2652Eclipse Distribution License - v 1.0
2653
2654Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
2655
2656All rights reserved.
2657
2658Redistribution and use in source and binary forms, with or without modification, are
2659permitted provided that the following conditions are met:
2660
2661 * Redistributions of source code must retain the above copyright notice, this list
2662of conditions and the following disclaimer.
2663 * Redistributions in binary form must reproduce the above copyright notice, this
2664list of conditions and the following disclaimer in the documentation and/or other
2665materials provided with the distribution.
2666 * Neither the name of the Eclipse Foundation, Inc. nor the names of its
2667contributors may be used to endorse or promote products derived from this software
2668without specific prior written permission.
2669
2670THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
2671EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2672OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
2673SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2674INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2675TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2676BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2677CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
2678WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2679DAMAGE.
2680</programlisting></para></section>
2681
2682<section id="lic_10">
2683<title>EPL-1.0</title>
2684<para><programlisting>
2685
2686Eclipse Public License - v 1.0
2687
2688THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE
2689("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
2690RECIPIENT`S ACCEPTANCE OF THIS AGREEMENT.
2691
26921. DEFINITIONS
2693
2694"Contribution" means:
2695
2696a) in the case of the initial Contributor, the initial code and documentation
2697distributed under this Agreement, and
2698b) in the case of each subsequent Contributor:
2699i) changes to the Program, and
2700ii) additions to the Program;
2701where such changes and/or additions to the Program originate from and are distributed
2702by that particular Contributor. A Contribution `originates` from a Contributor if it
2703was added to the Program by such Contributor itself or anyone acting on such
2704Contributor`s behalf. Contributions do not include additions to the Program which: (i)
2705are separate modules of software distributed in conjunction with the Program under
2706their own license agreement, and (ii) are not derivative works of the Program.
2707"Contributor" means any person or entity that distributes the Program.
2708
2709"Licensed Patents" mean patent claims licensable by a Contributor which are
2710necessarily infringed by the use or sale of its Contribution alone or when combined
2711with the Program.
2712
2713"Program" means the Contributions distributed in accordance with this Agreement.
2714
2715"Recipient" means anyone who receives the Program under this Agreement, including all
2716Contributors.
2717
27182. GRANT OF RIGHTS
2719
2720a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a
2721non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare
2722derivative works of, publicly display, publicly perform, distribute and sublicense the
2723Contribution of such Contributor, if any, and such derivative works, in source code
2724and object code form.
2725b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a
2726non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make,
2727use, sell, offer to sell, import and otherwise transfer the Contribution of such
2728Contributor, if any, in source code and object code form. This patent license shall
2729apply to the combination of the Contribution and the Program if, at the time the
2730Contribution is added by the Contributor, such addition of the Contribution causes
2731such combination to be covered by the Licensed Patents. The patent license shall not
2732apply to any other combinations which include the Contribution. No hardware per se is
2733licensed hereunder.
2734c) Recipient understands that although each Contributor grants the licenses to its
2735Contributions set forth herein, no assurances are provided by any Contributor that the
2736Program does not infringe the patent or other intellectual property rights of any
2737other entity. Each Contributor disclaims any liability to Recipient for claims brought
2738by any other entity based on infringement of intellectual property rights or
2739otherwise. As a condition to exercising the rights and licenses granted hereunder,
2740each Recipient hereby assumes sole responsibility to secure any other intellectual
2741property rights needed, if any. For example, if a third party patent license is
2742required to allow Recipient to distribute the Program, it is Recipient`s
2743responsibility to acquire that license before distributing the Program.
2744d) Each Contributor represents that to its knowledge it has sufficient copyright
2745rights in its Contribution, if any, to grant the copyright license set forth in this
2746Agreement.
27473. REQUIREMENTS
2748
2749A Contributor may choose to distribute the Program in object code form under its own
2750license agreement, provided that:
2751
2752a) it complies with the terms and conditions of this Agreement; and
2753b) its license agreement:
2754i) effectively disclaims on behalf of all Contributors all warranties and conditions,
2755express and implied, including warranties or conditions of title and non-infringement,
2756and implied warranties or conditions of merchantability and fitness for a particular
2757purpose;
2758ii) effectively excludes on behalf of all Contributors all liability for damages,
2759including direct, indirect, special, incidental and consequential damages, such as
2760lost profits;
2761iii) states that any provisions which differ from this Agreement are offered by that
2762Contributor alone and not by any other party; and
2763iv) states that source code for the Program is available from such Contributor, and
2764informs licensees how to obtain it in a reasonable manner on or through a medium
2765customarily used for software exchange.
2766When the Program is made available in source code form:
2767
2768a) it must be made available under this Agreement; and
2769b) a copy of this Agreement must be included with each copy of the Program.
2770Contributors may not remove or alter any copyright notices contained within the
2771Program.
2772
2773Each Contributor must identify itself as the originator of its Contribution, if any,
2774in a manner that reasonably allows subsequent Recipients to identify the originator of
2775the Contribution.
2776
27774. COMMERCIAL DISTRIBUTION
2778
2779Commercial distributors of software may accept certain responsibilities with respect
2780to end users, business partners and the like. While this license is intended to
2781facilitate the commercial use of the Program, the Contributor who includes the Program
2782in a commercial product offering should do so in a manner which does not create
2783potential liability for other Contributors. Therefore, if a Contributor includes the
2784Program in a commercial product offering, such Contributor ("Commercial Contributor")
2785hereby agrees to defend and indemnify every other Contributor ("Indemnified
2786Contributor") against any losses, damages and costs (collectively "Losses") arising
2787from claims, lawsuits and other legal actions brought by a third party against the
2788Indemnified Contributor to the extent caused by the acts or omissions of such
2789Commercial Contributor in connection with its distribution of the Program in a
2790commercial product offering. The obligations in this section do not apply to any
2791claims or Losses relating to any actual or alleged intellectual property infringement.
2792In order to qualify, an Indemnified Contributor must: a) promptly notify the
2793Commercial Contributor in writing of such claim, and b) allow the Commercial
2794Contributor to control, and cooperate with the Commercial Contributor in, the defense
2795and any related settlement negotiations. The Indemnified Contributor may participate
2796in any such claim at its own expense.
2797
2798For example, a Contributor might include the Program in a commercial product offering,
2799Product X. That Contributor is then a Commercial Contributor. If that Commercial
2800Contributor then makes performance claims, or offers warranties related to Product X,
2801those performance claims and warranties are such Commercial Contributor`s
2802responsibility alone. Under this section, the Commercial Contributor would have to
2803defend claims against the other Contributors related to those performance claims and
2804warranties, and if a court requires any other Contributor to pay any damages as a
2805result, the Commercial Contributor must pay those damages.
2806
28075. NO WARRANTY
2808
2809EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS"
2810BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED
2811INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
2812NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient
2813is solely responsible for determining the appropriateness of using and distributing
2814the Program and assumes all risks associated with its exercise of rights under this
2815Agreement , including but not limited to the risks and costs of program errors,
2816compliance with applicable laws, damage to or loss of data, programs or equipment, and
2817unavailability or interruption of operations.
2818
28196. DISCLAIMER OF LIABILITY
2820
2821EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
2822CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2823EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS),
2824HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2825OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
2826DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF
2827ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
2828
28297. GENERAL
2830
2831If any provision of this Agreement is invalid or unenforceable under applicable law,
2832it shall not affect the validity or enforceability of the remainder of the terms of
2833this Agreement, and without further action by the parties hereto, such provision shall
2834be reformed to the minimum extent necessary to make such provision valid and
2835enforceable.
2836
2837If Recipient institutes patent litigation against any entity (including a cross-claim
2838or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations
2839of the Program with other software or hardware) infringes such Recipient`s patent(s),
2840then such Recipient`s rights granted under Section 2(b) shall terminate as of the date
2841such litigation is filed.
2842
2843All Recipient`s rights under this Agreement shall terminate if it fails to comply with
2844any of the material terms or conditions of this Agreement and does not cure such
2845failure in a reasonable period of time after becoming aware of such noncompliance. If
2846all Recipient`s rights under this Agreement terminate, Recipient agrees to cease use
2847and distribution of the Program as soon as reasonably practicable. However,
2848Recipient`s obligations under this Agreement and any licenses granted by Recipient
2849relating to the Program shall continue and survive.
2850
2851Everyone is permitted to copy and distribute copies of this Agreement, but in order to
2852avoid inconsistency the Agreement is copyrighted and may only be modified in the
2853following manner. The Agreement Steward reserves the right to publish new versions
2854(including revisions) of this Agreement from time to time. No one other than the
2855Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is
2856the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to
2857serve as the Agreement Steward to a suitable separate entity. Each new version of the
2858Agreement will be given a distinguishing version number. The Program (including
2859Contributions) may always be distributed subject to the version of the Agreement under
2860which it was received. In addition, after a new version of the Agreement is published,
2861Contributor may elect to distribute the Program (including its Contributions) under
2862the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
2863receives no rights or licenses to the intellectual property of any Contributor under
2864this Agreement, whether expressly, by implication, estoppel or otherwise. All rights
2865in the Program not expressly granted under this Agreement are reserved.
2866
2867This Agreement is governed by the laws of the State of New York and the intellectual
2868property laws of the United States of America. No party to this Agreement will bring a
2869legal action under this Agreement more than one year after the cause of action arose.
2870Each party waives its rights to a jury trial in any resulting litigation.
2871
2872</programlisting></para></section>
2873
2874<section id="lic_11">
2224<title>FSF-Unlimited</title> 2875<title>FSF-Unlimited</title>
2225<para><programlisting> 2876<para><programlisting>
2226Copyright (C) 1997-2010 Free Software Foundation, Inc. 2877Copyright (C) 1997-2010 Free Software Foundation, Inc.
@@ -2229,7 +2880,7 @@ gives unlimited permission to copy and/or distribute it,
2229with or without modifications, as long as this notice is preserved. 2880with or without modifications, as long as this notice is preserved.
2230</programlisting></para></section> 2881</programlisting></para></section>
2231 2882
2232<section id="lic_9"> 2883<section id="lic_12">
2233<title>FreeType</title> 2884<title>FreeType</title>
2234<para><programlisting> 2885<para><programlisting>
2235 The FreeType Project LICENSE 2886 The FreeType Project LICENSE
@@ -2404,7 +3055,7 @@ Legal Terms
2404 3055
2405</programlisting></para></section> 3056</programlisting></para></section>
2406 3057
2407<section id="lic_10"> 3058<section id="lic_13">
2408<title>GPL-1.0</title> 3059<title>GPL-1.0</title>
2409<para><programlisting> 3060<para><programlisting>
2410 3061
@@ -2661,7 +3312,7 @@ That`s all there is to it!
2661 3312
2662</programlisting></para></section> 3313</programlisting></para></section>
2663 3314
2664<section id="lic_11"> 3315<section id="lic_14">
2665<title>GPL-2.0</title> 3316<title>GPL-2.0</title>
2666<para><programlisting> 3317<para><programlisting>
2667 3318
@@ -2964,7 +3615,7 @@ License.
2964 3615
2965</programlisting></para></section> 3616</programlisting></para></section>
2966 3617
2967<section id="lic_12"> 3618<section id="lic_15">
2968<title>GPL-2.0-with-OpenSSL-exception</title> 3619<title>GPL-2.0-with-OpenSSL-exception</title>
2969<para><programlisting> 3620<para><programlisting>
2970 3621
@@ -3420,7 +4071,7 @@ this exception statement from your version.
3420 */ 4071 */
3421</programlisting></para></section> 4072</programlisting></para></section>
3422 4073
3423<section id="lic_13"> 4074<section id="lic_16">
3424<title>GPL-3.0</title> 4075<title>GPL-3.0</title>
3425<para><programlisting> 4076<para><programlisting>
3426GNU GENERAL PUBLIC LICENSE 4077GNU GENERAL PUBLIC LICENSE
@@ -3998,7 +4649,7 @@ License. But first, please read
3998&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;. 4649&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.
3999</programlisting></para></section> 4650</programlisting></para></section>
4000 4651
4001<section id="lic_14"> 4652<section id="lic_17">
4002<title>GPL-3.0-with-GCC-exception</title> 4653<title>GPL-3.0-with-GCC-exception</title>
4003<para><programlisting> 4654<para><programlisting>
4004 4655
@@ -4058,7 +4709,7 @@ third-party software is unaffected by the copyleft requirements of the license o
4058 4709
4059</programlisting></para></section> 4710</programlisting></para></section>
4060 4711
4061<section id="lic_15"> 4712<section id="lic_18">
4062<title>GPL-3.0-with-autoconf-exception</title> 4713<title>GPL-3.0-with-autoconf-exception</title>
4063<para><programlisting> 4714<para><programlisting>
4064 4715
@@ -4106,7 +4757,64 @@ Autoconf.
4106 4757
4107</programlisting></para></section> 4758</programlisting></para></section>
4108 4759
4109<section id="lic_16"> 4760<section id="lic_19">
4761<title>ICU</title>
4762<para><programlisting>
4763COPYRIGHT AND PERMISSION NOTICE
4764
4765Copyright (c) 1995-2012 International Business Machines Corporation and others
4766
4767All rights reserved.
4768
4769Permission is hereby granted, free of charge, to any person obtaining a copy of this
4770software and associated documentation files (the "Software"), to deal in the Software
4771without restriction, including without limitation the rights to use, copy, modify,
4772merge, publish, distribute, and/or sell copies of the Software, and to permit persons
4773to whom the Software is furnished to do so, provided that the above copyright
4774notice(s) and this permission notice appear in all copies of the Software and that
4775both the above copyright notice(s) and this permission notice appear in supporting
4776documentation.
4777
4778THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
4779INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4780PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
4781COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
4782SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM
4783LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4784TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4785SOFTWARE.
4786
4787Except as contained in this notice, the name of a copyright holder shall not be used
4788in advertising or otherwise to promote the sale, use or other dealings in this
4789Software without prior written authorization of the copyright holder.
4790
4791All trademarks and registered trademarks mentioned herein are the property of their
4792respective owners.
4793</programlisting></para></section>
4794
4795<section id="lic_20">
4796<title>ISC</title>
4797<para><programlisting>
4798
4799ISC License:
4800
4801Copyright &amp;#169; 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
4802Copyright &amp;#169; 1995-2003 by Internet Software Consortium
4803
4804Permission to use, copy, modify, and/or distribute this software for any purpose with
4805or without fee is hereby granted, provided that the above copyright notice and this
4806permission notice appear in all copies.
4807
4808THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
4809SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
4810SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
4811DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
4812OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
4813THE USE OR PERFORMANCE OF THIS SOFTWARE.
4814
4815</programlisting></para></section>
4816
4817<section id="lic_21">
4110<title>LGPL-2.0</title> 4818<title>LGPL-2.0</title>
4111<para><programlisting> 4819<para><programlisting>
4112GNU LIBRARY GENERAL PUBLIC LICENSE 4820GNU LIBRARY GENERAL PUBLIC LICENSE
@@ -4694,7 +5402,7 @@ That's all there is to it!
4694 5402
4695</programlisting></para></section> 5403</programlisting></para></section>
4696 5404
4697<section id="lic_17"> 5405<section id="lic_22">
4698<title>LGPL-2.1</title> 5406<title>LGPL-2.1</title>
4699<para><programlisting> 5407<para><programlisting>
4700 5408
@@ -5126,7 +5834,7 @@ That`s all there is to it!
5126 5834
5127</programlisting></para></section> 5835</programlisting></para></section>
5128 5836
5129<section id="lic_18"> 5837<section id="lic_23">
5130<title>LGPL-3.0</title> 5838<title>LGPL-3.0</title>
5131<para><programlisting> 5839<para><programlisting>
5132GNU LESSER GENERAL PUBLIC LICENSE 5840GNU LESSER GENERAL PUBLIC LICENSE
@@ -5266,7 +5974,7 @@ statement of acceptance of any version is permanent authorization for you to cho
5266that version for the Library. 5974that version for the Library.
5267</programlisting></para></section> 5975</programlisting></para></section>
5268 5976
5269<section id="lic_19"> 5977<section id="lic_24">
5270<title>Libpng</title> 5978<title>Libpng</title>
5271<para><programlisting> 5979<para><programlisting>
5272COPYRIGHT NOTICE, DISCLAIMER, and LICENSE 5980COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
@@ -5405,7 +6113,7 @@ this source code in a product, acknowledgment is not required but would
5405be appreciated. 6113be appreciated.
5406</programlisting></para></section> 6114</programlisting></para></section>
5407 6115
5408<section id="lic_20"> 6116<section id="lic_25">
5409<title>MIT</title> 6117<title>MIT</title>
5410<para><programlisting> 6118<para><programlisting>
5411 6119
@@ -5433,7 +6141,710 @@ THE SOFTWARE.
5433 6141
5434</programlisting></para></section> 6142</programlisting></para></section>
5435 6143
5436<section id="lic_21"> 6144<section id="lic_26">
6145<title>MPL-1.0</title>
6146<para><programlisting>
6147
6148MOZILLA PUBLIC LICENSE
6149Version 1.0
6150
61511. Definitions.
6152
61531.1. ``Contributor`` means each entity that creates or contributes to the creation of
6154Modifications.
61551.2. ``Contributor Version`` means the combination of the Original Code, prior
6156Modifications used by a Contributor, and the Modifications made by that particular
6157Contributor.
6158
61591.3. ``Covered Code`` means the Original Code or Modifications or the combination of
6160the Original Code and Modifications, in each case including portions thereof.
6161
61621.4. ``Electronic Distribution Mechanism`` means a mechanism generally accepted in the
6163software development community for the electronic transfer of data.
6164
61651.5. ``Executable`` means Covered Code in any form other than Source Code.
6166
61671.6. ``Initial Developer`` means the individual or entity identified as the Initial
6168Developer in the Source Code notice required by Exhibit A.
6169
61701.7. ``Larger Work`` means a work which combines Covered Code or portions thereof with
6171code not governed by the terms of this License.
6172
61731.8. ``License`` means this document.
6174
61751.9. ``Modifications`` means any addition to or deletion from the substance or
6176structure of either the Original Code or any previous Modifications. When Covered Code
6177is released as a series of files, a Modification is:
6178
6179A. Any addition to or deletion from the contents of a file containing Original Code or
6180previous Modifications.
6181
6182B. Any new file that contains any part of the Original Code or previous Modifications.
6183
61841.10. ``Original Code`` means Source Code of computer software code which is described
6185in the Source Code notice required by Exhibit A as Original Code, and which, at the
6186time of its release under this License is not already Covered Code governed by this
6187License.
6188
61891.11. ``Source Code`` means the preferred form of the Covered Code for making
6190modifications to it, including all modules it contains, plus any associated interface
6191definition files, scripts used to control compilation and installation of an
6192Executable, or a list of source code differential comparisons against either the
6193Original Code or another well known, available Covered Code of the Contributor`s
6194choice. The Source Code can be in a compressed or archival form, provided the
6195appropriate decompression or de-archiving software is widely available for no charge.
6196
61971.12. ``You`` means an individual or a legal entity exercising rights under, and
6198complying with all of the terms of, this License or a future version of this License
6199issued under Section 6.1. For legal entities, ``You`` includes any entity which
6200controls, is controlled by, or is under common control with You. For purposes of this
6201definition, ``control`` means (a) the power, direct or indirect, to cause the
6202direction or management of such entity, whether by contract or otherwise, or (b)
6203ownership of fifty percent (50%) or more of the outstanding shares or beneficial
6204ownership of such entity.
6205
62062. Source Code License.
62072.1. The Initial Developer Grant.
6208The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
6209license, subject to third party intellectual property claims:
6210(a) to use, reproduce, modify, display, perform, sublicense and distribute the
6211Original Code (or portions thereof) with or without Modifications, or as part of a
6212Larger Work; and
6213
6214(b) under patents now or hereafter owned or controlled by Initial Developer, to make,
6215have made, use and sell (``Utilize``) the Original Code (or portions thereof), but
6216solely to the extent that any such patent is reasonably necessary to enable You to
6217Utilize the Original Code (or portions thereof) and not to any greater extent that may
6218be necessary to Utilize further Modifications or combinations.
6219
62202.2. Contributor Grant.
6221Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license,
6222subject to third party intellectual property claims:
6223
6224(a) to use, reproduce, modify, display, perform, sublicense and distribute the
6225Modifications created by such Contributor (or portions thereof) either on an
6226unmodified basis, with other Modifications, as Covered Code or as part of a Larger
6227Work; and
6228
6229(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the
6230Contributor Version (or portions thereof), but solely to the extent that any such
6231patent is reasonably necessary to enable You to Utilize the Contributor Version (or
6232portions thereof), and not to any greater extent that may be necessary to Utilize
6233further Modifications or combinations.
6234
62353. Distribution Obligations.
62363.1. Application of License.
6237The Modifications which You create or to which You contribute are governed by the
6238terms of this License, including without limitation Section 2.2. The Source Code
6239version of Covered Code may be distributed only under the terms of this License or a
6240future version of this License released under Section 6.1, and You must include a copy
6241of this License with every copy of the Source Code You distribute. You may not offer
6242or impose any terms on any Source Code version that alters or restricts the applicable
6243version of this License or the recipients` rights hereunder. However, You may include
6244an additional document offering the additional rights described in Section 3.5.
62453.2. Availability of Source Code.
6246Any Modification which You create or to which You contribute must be made available in
6247Source Code form under the terms of this License either on the same media as an
6248Executable version or via an accepted Electronic Distribution Mechanism to anyone to
6249whom you made an Executable version available; and if made available via Electronic
6250Distribution Mechanism, must remain available for at least twelve (12) months after
6251the date it initially became available, or at least six (6) months after a subsequent
6252version of that particular Modification has been made available to such recipients.
6253You are responsible for ensuring that the Source Code version remains available even
6254if the Electronic Distribution Mechanism is maintained by a third party.
6255
62563.3. Description of Modifications.
6257You must cause all Covered Code to which you contribute to contain a file documenting
6258the changes You made to create that Covered Code and the date of any change. You must
6259include a prominent statement that the Modification is derived, directly or
6260indirectly, from Original Code provided by the Initial Developer and including the
6261name of the Initial Developer in (a) the Source Code, and (b) in any notice in an
6262Executable version or related documentation in which You describe the origin or
6263ownership of the Covered Code.
6264
62653.4. Intellectual Property Matters
6266
6267(a) Third Party Claims.
6268If You have knowledge that a party claims an intellectual property right in particular
6269functionality or code (or its utilization under this License), you must include a text
6270file with the source code distribution titled ``LEGAL`` which describes the claim and
6271the party making the claim in sufficient detail that a recipient will know whom to
6272contact. If you obtain such knowledge after You make Your Modification available as
6273described in Section 3.2, You shall promptly modify the LEGAL file in all copies You
6274make available thereafter and shall take other steps (such as notifying appropriate
6275mailing lists or newsgroups) reasonably calculated to inform those who received the
6276Covered Code that new knowledge has been obtained.
6277
6278(b) Contributor APIs.
6279If Your Modification is an application programming interface and You own or control
6280patents which are reasonably necessary to implement that API, you must also include
6281this information in the LEGAL file.
6282
62833.5. Required Notices.
6284You must duplicate the notice in Exhibit A in each file of the Source Code, and this
6285License in any documentation for the Source Code, where You describe recipients`
6286rights relating to Covered Code. If You created one or more Modification(s), You may
6287add your name as a Contributor to the notice described in Exhibit A. If it is not
6288possible to put such notice in a particular Source Code file due to its structure,
6289then you must include such notice in a location (such as a relevant directory file)
6290where a user would be likely to look for such a notice. You may choose to offer, and
6291to charge a fee for, warranty, support, indemnity or liability obligations to one or
6292more recipients of Covered Code. However, You may do so only on Your own behalf, and
6293not on behalf of the Initial Developer or any Contributor. You must make it absolutely
6294clear than any such warranty, support, indemnity or liability obligation is offered by
6295You alone, and You hereby agree to indemnify the Initial Developer and every
6296Contributor for any liability incurred by the Initial Developer or such Contributor as
6297a result of warranty, support, indemnity or liability terms You offer.
6298
62993.6. Distribution of Executable Versions.
6300You may distribute Covered Code in Executable form only if the requirements of Section
63013.1-3.5 have been met for that Covered Code, and if You include a notice stating that
6302the Source Code version of the Covered Code is available under the terms of this
6303License, including a description of how and where You have fulfilled the obligations
6304of Section 3.2. The notice must be conspicuously included in any notice in an
6305Executable version, related documentation or collateral in which You describe
6306recipients` rights relating to the Covered Code. You may distribute the Executable
6307version of Covered Code under a license of Your choice, which may contain terms
6308different from this License, provided that You are in compliance with the terms of
6309this License and that the license for the Executable version does not attempt to limit
6310or alter the recipient`s rights in the Source Code version from the rights set forth
6311in this License. If You distribute the Executable version under a different license
6312You must make it absolutely clear that any terms which differ from this License are
6313offered by You alone, not by the Initial Developer or any Contributor. You hereby
6314agree to indemnify the Initial Developer and every Contributor for any liability
6315incurred by the Initial Developer or such Contributor as a result of any such terms
6316You offer.
6317
63183.7. Larger Works.
6319You may create a Larger Work by combining Covered Code with other code not governed by
6320the terms of this License and distribute the Larger Work as a single product. In such
6321a case, You must make sure the requirements of this License are fulfilled for the
6322Covered Code.
6323
63244. Inability to Comply Due to Statute or Regulation.
6325If it is impossible for You to comply with any of the terms of this License with
6326respect to some or all of the Covered Code due to statute or regulation then You must:
6327(a) comply with the terms of this License to the maximum extent possible; and (b)
6328describe the limitations and the code they affect. Such description must be included
6329in the LEGAL file described in Section 3.4 and must be included with all distributions
6330of the Source Code. Except to the extent prohibited by statute or regulation, such
6331description must be sufficiently detailed for a recipient of ordinary skill to be able
6332to understand it.
6333
63345. Application of this License.
6335This License applies to code to which the Initial Developer has attached the notice in
6336Exhibit A, and to related Covered Code.
63376. Versions of the License.
63386.1. New Versions.
6339Netscape Communications Corporation (``Netscape``) may publish revised and/or new
6340versions of the License from time to time. Each version will be given a distinguishing
6341version number.
63426.2. Effect of New Versions.
6343Once Covered Code has been published under a particular version of the License, You
6344may always continue to use it under the terms of that version. You may also choose to
6345use such Covered Code under the terms of any subsequent version of the License
6346published by Netscape. No one other than Netscape has the right to modify the terms
6347applicable to Covered Code created under this License.
6348
63496.3. Derivative Works.
6350If you create or use a modified version of this License (which you may only do in
6351order to apply it to code which is not already Covered Code governed by this License),
6352you must (a) rename Your license so that the phrases ``Mozilla``, ``MOZILLAPL``,
6353``MOZPL``, ``Netscape``, ``NPL`` or any confusingly similar phrase do not appear
6354anywhere in your license and (b) otherwise make it clear that your version of the
6355license contains terms which differ from the Mozilla Public License and Netscape
6356Public License. (Filling in the name of the Initial Developer, Original Code or
6357Contributor in the notice described in Exhibit A shall not of themselves be deemed to
6358be modifications of this License.)
6359
63607. DISCLAIMER OF WARRANTY.
6361COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS`` BASIS, WITHOUT WARRANTY OF
6362ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT
6363THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
6364NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
6365IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
6366INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
6367SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
6368PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
6369THIS DISCLAIMER.
63708. TERMINATION.
6371This License and the rights granted hereunder will terminate automatically if You fail
6372to comply with terms herein and fail to cure such breach within 30 days of becoming
6373aware of the breach. All sublicenses to the Covered Code which are properly granted
6374shall survive any termination of this License. Provisions which, by their nature, must
6375remain in effect beyond the termination of this License shall survive.
63769. LIMITATION OF LIABILITY.
6377UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE),
6378CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
6379DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU
6380OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF
6381ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
6382STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
6383LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
6384DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
6385PERSONAL INJURY RESULTING FROM SUCH PARTY`S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
6386PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION
6387OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY
6388TO YOU.
638910. U.S. GOVERNMENT END USERS.
6390The Covered Code is a ``commercial item,`` as that term is defined in 48 C.F.R. 2.101
6391(Oct. 1995), consisting of ``commercial computer software`` and ``commercial computer
6392software documentation,`` as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
6393Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June
63941995), all U.S. Government End Users acquire Covered Code with only those rights set
6395forth herein.
639611. MISCELLANEOUS.
6397This License represents the complete agreement concerning subject matter hereof. If
6398any provision of this License is held to be unenforceable, such provision shall be
6399reformed only to the extent necessary to make it enforceable. This License shall be
6400governed by California law provisions (except to the extent applicable law, if any,
6401provides otherwise), excluding its conflict-of-law provisions. With respect to
6402disputes in which at least one party is a citizen of, or an entity chartered or
6403registered to do business in, the United States of America: (a) unless otherwise
6404agreed in writing, all disputes relating to this License (excepting any dispute
6405relating to intellectual property rights) shall be subject to final and binding
6406arbitration, with the losing party paying all costs of arbitration; (b) any
6407arbitration relating to this Agreement shall be held in Santa Clara County,
6408California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to
6409this Agreement shall be subject to the jurisdiction of the Federal Courts of the
6410Northern District of California, with venue lying in Santa Clara County, California,
6411with the losing party responsible for costs, including without limitation, court costs
6412and reasonable attorneys fees and expenses. The application of the United Nations
6413Convention on Contracts for the International Sale of Goods is expressly excluded. Any
6414law or regulation which provides that the language of a contract shall be construed
6415against the drafter shall not apply to this License.
641612. RESPONSIBILITY FOR CLAIMS.
6417Except in cases where another Contributor has failed to comply with Section 3.4, You
6418are responsible for damages arising, directly or indirectly, out of Your utilization
6419of rights under this License, based on the number of copies of Covered Code you made
6420available, the revenues you received from utilizing such rights, and other relevant
6421factors. You agree to work with affected parties to distribute responsibility on an
6422equitable basis.
6423EXHIBIT A.
6424``The contents of this file are subject to the Mozilla Public License Version 1.0 (the
6425"License"); you may not use this file except in compliance with the License. You may
6426obtain a copy of the License at http://www.mozilla.org/MPL/
6427Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
6428WARRANTY OF ANY KIND, either express or implied. See the License for the specific
6429language governing rights and limitations under the License.
6430
6431The Original Code is ______________________________________.
6432
6433The Initial Developer of the Original Code is ________________________. Portions
6434created by ______________________ are Copyright (C) ______ _______________________.
6435All Rights Reserved.
6436
6437Contributor(s): ______________________________________.``
6438
6439</programlisting></para></section>
6440
6441<section id="lic_27">
6442<title>MPL-1.1</title>
6443<para><programlisting>
6444
6445Mozilla Public License Version 1.1
6446
64471. Definitions.
6448
64491.0.1. "Commercial Use"
6450means distribution or otherwise making the Covered Code available to a third party.
64511.1. "Contributor"
6452means each entity that creates or contributes to the creation of Modifications.
64531.2. "Contributor Version"
6454means the combination of the Original Code, prior Modifications used by a Contributor,
6455and the Modifications made by that particular Contributor.
64561.3. "Covered Code"
6457means the Original Code or Modifications or the combination of the Original Code and
6458Modifications, in each case including portions thereof.
64591.4. "Electronic Distribution Mechanism"
6460means a mechanism generally accepted in the software development community for the
6461electronic transfer of data.
64621.5. "Executable"
6463means Covered Code in any form other than Source Code.
64641.6. "Initial Developer"
6465means the individual or entity identified as the Initial Developer in the Source Code
6466notice required by Exhibit A.
64671.7. "Larger Work"
6468means a work which combines Covered Code or portions thereof with code not governed by
6469the terms of this License.
64701.8. "License"
6471means this document.
64721.8.1. "Licensable"
6473means having the right to grant, to the maximum extent possible, whether at the time
6474of the initial grant or subsequently acquired, any and all of the rights conveyed
6475herein.
64761.9. "Modifications"
6477means any addition to or deletion from the substance or structure of either the
6478Original Code or any previous Modifications. When Covered Code is released as a series
6479of files, a Modification is:
6480Any addition to or deletion from the contents of a file containing Original Code or
6481previous Modifications.
6482Any new file that contains any part of the Original Code or previous Modifications.
64831.10. "Original Code"
6484means Source Code of computer software code which is described in the Source Code
6485notice required by Exhibit A as Original Code, and which, at the time of its release
6486under this License is not already Covered Code governed by this License.
64871.10.1. "Patent Claims"
6488means any patent claim(s), now owned or hereafter acquired, including without
6489limitation, method, process, and apparatus claims, in any patent Licensable by
6490grantor.
64911.11. "Source Code"
6492means the preferred form of the Covered Code for making modifications to it, including
6493all modules it contains, plus any associated interface definition files, scripts used
6494to control compilation and installation of an Executable, or source code differential
6495comparisons against either the Original Code or another well known, available Covered
6496Code of the Contributor`s choice. The Source Code can be in a compressed or archival
6497form, provided the appropriate decompression or de-archiving software is widely
6498available for no charge.
64991.12. "You" (or "Your")
6500means an individual or a legal entity exercising rights under, and complying with all
6501of the terms of, this License or a future version of this License issued under Section
65026.1. For legal entities, "You" includes any entity which controls, is controlled by,
6503or is under common control with You. For purposes of this definition, "control" means
6504(a) the power, direct or indirect, to cause the direction or management of such
6505entity, whether by contract or otherwise, or (b) ownership of more than fifty percent
6506(50%) of the outstanding shares or beneficial ownership of such entity.
65072. Source Code License.
6508
65092.1. The Initial Developer Grant.
6510
6511The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
6512license, subject to third party intellectual property claims:
6513
6514under intellectual property rights (other than patent or trademark) Licensable by
6515Initial Developer to use, reproduce, modify, display, perform, sublicense and
6516distribute the Original Code (or portions thereof) with or without Modifications,
6517and/or as part of a Larger Work; and
6518under Patents Claims infringed by the making, using or selling of Original Code, to
6519make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of
6520the Original Code (or portions thereof).
6521the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial
6522Developer first distributes Original Code under the terms of this License.
6523Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that
6524You delete from the Original Code; 2) separate from the Original Code; or 3) for
6525infringements caused by: i) the modification of the Original Code or ii) the
6526combination of the Original Code with other software or devices.
65272.2. Contributor Grant.
6528
6529Subject to third party intellectual property claims, each Contributor hereby grants
6530You a world-wide, royalty-free, non-exclusive license
6531
6532under intellectual property rights (other than patent or trademark) Licensable by
6533Contributor, to use, reproduce, modify, display, perform, sublicense and distribute
6534the Modifications created by such Contributor (or portions thereof) either on an
6535unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger
6536Work; and
6537under Patent Claims infringed by the making, using, or selling of Modifications made
6538by that Contributor either alone and/or in combination with its Contributor Version
6539(or portions of such combination), to make, use, sell, offer for sale, have made,
6540and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions
6541thereof); and 2) the combination of Modifications made by that Contributor with its
6542Contributor Version (or portions of such combination).
6543the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date
6544Contributor first makes Commercial Use of the Covered Code.
6545Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code
6546that Contributor has deleted from the Contributor Version; 2) separate from the
6547Contributor Version; 3) for infringements caused by: i) third party modifications of
6548Contributor Version or ii) the combination of Modifications made by that Contributor
6549with other software (except as part of the Contributor Version) or other devices; or
65504) under Patent Claims infringed by Covered Code in the absence of Modifications made
6551by that Contributor.
65523. Distribution Obligations.
6553
65543.1. Application of License.
6555
6556The Modifications which You create or to which You contribute are governed by the
6557terms of this License, including without limitation Section 2.2. The Source Code
6558version of Covered Code may be distributed only under the terms of this License or a
6559future version of this License released under Section 6.1, and You must include a copy
6560of this License with every copy of the Source Code You distribute. You may not offer
6561or impose any terms on any Source Code version that alters or restricts the applicable
6562version of this License or the recipients` rights hereunder. However, You may include
6563an additional document offering the additional rights described in Section 3.5.
6564
65653.2. Availability of Source Code.
6566
6567Any Modification which You create or to which You contribute must be made available in
6568Source Code form under the terms of this License either on the same media as an
6569Executable version or via an accepted Electronic Distribution Mechanism to anyone to
6570whom you made an Executable version available; and if made available via Electronic
6571Distribution Mechanism, must remain available for at least twelve (12) months after
6572the date it initially became available, or at least six (6) months after a subsequent
6573version of that particular Modification has been made available to such recipients.
6574You are responsible for ensuring that the Source Code version remains available even
6575if the Electronic Distribution Mechanism is maintained by a third party.
6576
65773.3. Description of Modifications.
6578
6579You must cause all Covered Code to which You contribute to contain a file documenting
6580the changes You made to create that Covered Code and the date of any change. You must
6581include a prominent statement that the Modification is derived, directly or
6582indirectly, from Original Code provided by the Initial Developer and including the
6583name of the Initial Developer in (a) the Source Code, and (b) in any notice in an
6584Executable version or related documentation in which You describe the origin or
6585ownership of the Covered Code.
6586
65873.4. Intellectual Property Matters
6588
6589(a) Third Party Claims
6590
6591If Contributor has knowledge that a license under a third party`s intellectual
6592property rights is required to exercise the rights granted by such Contributor under
6593Sections 2.1 or 2.2, Contributor must include a text file with the Source Code
6594distribution titled "LEGAL" which describes the claim and the party making the claim
6595in sufficient detail that a recipient will know whom to contact. If Contributor
6596obtains such knowledge after the Modification is made available as described in
6597Section 3.2, Contributor shall promptly modify the LEGAL file in all copies
6598Contributor makes available thereafter and shall take other steps (such as notifying
6599appropriate mailing lists or newsgroups) reasonably calculated to inform those who
6600received the Covered Code that new knowledge has been obtained.
6601
6602(b) Contributor APIs
6603
6604If Contributor`s Modifications include an application programming interface and
6605Contributor has knowledge of patent licenses which are reasonably necessary to
6606implement that API, Contributor must also include this information in the LEGAL file.
6607
6608(c) Representations.
6609
6610Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above,
6611Contributor believes that Contributor`s Modifications are Contributor`s original
6612creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by
6613this License.
6614
66153.5. Required Notices.
6616
6617You must duplicate the notice in Exhibit A in each file of the Source Code. If it is
6618not possible to put such notice in a particular Source Code file due to its structure,
6619then You must include such notice in a location (such as a relevant directory) where a
6620user would be likely to look for such a notice. If You created one or more
6621Modification(s) You may add your name as a Contributor to the notice described in
6622Exhibit A. You must also duplicate this License in any documentation for the Source
6623Code where You describe recipients` rights or ownership rights relating to Covered
6624Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity
6625or liability obligations to one or more recipients of Covered Code. However, You may
6626do so only on Your own behalf, and not on behalf of the Initial Developer or any
6627Contributor. You must make it absolutely clear than any such warranty, support,
6628indemnity or liability obligation is offered by You alone, and You hereby agree to
6629indemnify the Initial Developer and every Contributor for any liability incurred by
6630the Initial Developer or such Contributor as a result of warranty, support, indemnity
6631or liability terms You offer.
6632
66333.6. Distribution of Executable Versions.
6634
6635You may distribute Covered Code in Executable form only if the requirements of
6636Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You
6637include a notice stating that the Source Code version of the Covered Code is available
6638under the terms of this License, including a description of how and where You have
6639fulfilled the obligations of Section 3.2. The notice must be conspicuously included in
6640any notice in an Executable version, related documentation or collateral in which You
6641describe recipients` rights relating to the Covered Code. You may distribute the
6642Executable version of Covered Code or ownership rights under a license of Your choice,
6643which may contain terms different from this License, provided that You are in
6644compliance with the terms of this License and that the license for the Executable
6645version does not attempt to limit or alter the recipient`s rights in the Source Code
6646version from the rights set forth in this License. If You distribute the Executable
6647version under a different license You must make it absolutely clear that any terms
6648which differ from this License are offered by You alone, not by the Initial Developer
6649or any Contributor. You hereby agree to indemnify the Initial Developer and every
6650Contributor for any liability incurred by the Initial Developer or such Contributor as
6651a result of any such terms You offer.
6652
66533.7. Larger Works.
6654
6655You may create a Larger Work by combining Covered Code with other code not governed by
6656the terms of this License and distribute the Larger Work as a single product. In such
6657a case, You must make sure the requirements of this License are fulfilled for the
6658Covered Code.
6659
66604. Inability to Comply Due to Statute or Regulation.
6661
6662If it is impossible for You to comply with any of the terms of this License with
6663respect to some or all of the Covered Code due to statute, judicial order, or
6664regulation then You must: (a) comply with the terms of this License to the maximum
6665extent possible; and (b) describe the limitations and the code they affect. Such
6666description must be included in the LEGAL file described in Section 3.4 and must be
6667included with all distributions of the Source Code. Except to the extent prohibited by
6668statute or regulation, such description must be sufficiently detailed for a recipient
6669of ordinary skill to be able to understand it.
6670
66715. Application of this License.
6672
6673This License applies to code to which the Initial Developer has attached the notice in
6674Exhibit A and to related Covered Code.
6675
66766. Versions of the License.
6677
66786.1. New Versions
6679
6680Netscape Communications Corporation ("Netscape") may publish revised and/or new
6681versions of the License from time to time. Each version will be given a distinguishing
6682version number.
6683
66846.2. Effect of New Versions
6685
6686Once Covered Code has been published under a particular version of the License, You
6687may always continue to use it under the terms of that version. You may also choose to
6688use such Covered Code under the terms of any subsequent version of the License
6689published by Netscape. No one other than Netscape has the right to modify the terms
6690applicable to Covered Code created under this License.
6691
66926.3. Derivative Works
6693
6694If You create or use a modified version of this License (which you may only do in
6695order to apply it to code which is not already Covered Code governed by this License),
6696You must (a) rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL",
6697"Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear in your
6698license (except to note that your license differs from this License) and (b) otherwise
6699make it clear that Your version of the license contains terms which differ from the
6700Mozilla Public License and Netscape Public License. (Filling in the name of the
6701Initial Developer, Original Code or Contributor in the notice described in Exhibit A
6702shall not of themselves be deemed to be modifications of this License.)
6703
67047. DISCLAIMER OF WARRANTY
6705
6706COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF
6707ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT
6708THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
6709NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
6710IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
6711INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
6712SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
6713PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
6714THIS DISCLAIMER.
6715
67168. Termination
6717
67188.1. This License and the rights granted hereunder will terminate automatically if You
6719fail to comply with terms herein and fail to cure such breach within 30 days of
6720becoming aware of the breach. All sublicenses to the Covered Code which are properly
6721granted shall survive any termination of this License. Provisions which, by their
6722nature, must remain in effect beyond the termination of this License shall survive.
6723
67248.2. If You initiate litigation by asserting a patent infringement claim (excluding
6725declatory judgment actions) against Initial Developer or a Contributor (the Initial
6726Developer or Contributor against whom You file such action is referred to as
6727"Participant") alleging that:
6728
6729such Participant`s Contributor Version directly or indirectly infringes any patent,
6730then any and all rights granted by such Participant to You under Sections 2.1 and/or
67312.2 of this License shall, upon 60 days notice from Participant terminate
6732prospectively, unless if within 60 days after receipt of notice You either: (i) agree
6733in writing to pay Participant a mutually agreeable reasonable royalty for Your past
6734and future use of Modifications made by such Participant, or (ii) withdraw Your
6735litigation claim with respect to the Contributor Version against such Participant. If
6736within 60 days of notice, a reasonable royalty and payment arrangement are not
6737mutually agreed upon in writing by the parties or the litigation claim is not
6738withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2
6739automatically terminate at the expiration of the 60 day notice period specified above.
6740any software, hardware, or device, other than such Participant`s Contributor Version,
6741directly or indirectly infringes any patent, then any rights granted to You by such
6742Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You
6743first made, used, sold, distributed, or had made, Modifications made by that
6744Participant.
67458.3. If You assert a patent infringement claim against Participant alleging that such
6746Participant`s Contributor Version directly or indirectly infringes any patent where
6747such claim is resolved (such as by license or settlement) prior to the initiation of
6748patent infringement litigation, then the reasonable value of the licenses granted by
6749such Participant under Sections 2.1 or 2.2 shall be taken into account in determining
6750the amount or value of any payment or license.
6751
67528.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license
6753agreements (excluding distributors and resellers) which have been validly granted by
6754You or any distributor hereunder prior to termination shall survive termination.
6755
67569. LIMITATION OF LIABILITY
6757
6758UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE),
6759CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR
6760ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO
6761ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
6762CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
6763COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
6764EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
6765LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
6766RESULTING FROM SUCH PARTY`S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
6767LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL
6768OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
6769
677010. U.S. government end users
6771
6772The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101
6773(Oct. 1995), consisting of "commercial computer software" and "commercial computer
6774software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
6775Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June
67761995), all U.S. Government End Users acquire Covered Code with only those rights set
6777forth herein.
6778
677911. Miscellaneous
6780
6781This License represents the complete agreement concerning subject matter hereof. If
6782any provision of this License is held to be unenforceable, such provision shall be
6783reformed only to the extent necessary to make it enforceable. This License shall be
6784governed by California law provisions (except to the extent applicable law, if any,
6785provides otherwise), excluding its conflict-of-law provisions. With respect to
6786disputes in which at least one party is a citizen of, or an entity chartered or
6787registered to do business in the United States of America, any litigation relating to
6788this License shall be subject to the jurisdiction of the Federal Courts of the
6789Northern District of California, with venue lying in Santa Clara County, California,
6790with the losing party responsible for costs, including without limitation, court costs
6791and reasonable attorneys` fees and expenses. The application of the United Nations
6792Convention on Contracts for the International Sale of Goods is expressly excluded. Any
6793law or regulation which provides that the language of a contract shall be construed
6794against the drafter shall not apply to this License.
6795
679612. Responsibility for claims
6797
6798As between Initial Developer and the Contributors, each party is responsible for
6799claims and damages arising, directly or indirectly, out of its utilization of rights
6800under this License and You agree to work with Initial Developer and Contributors to
6801distribute such responsibility on an equitable basis. Nothing herein is intended or
6802shall be deemed to constitute any admission of liability.
6803
680413. Multiple-licensed code
6805
6806Initial Developer may designate portions of the Covered Code as "Multiple-Licensed".
6807"Multiple-Licensed" means that the Initial Developer permits you to utilize portions
6808of the Covered Code under Your choice of the MPL or the alternative licenses, if any,
6809specified by the Initial Developer in the file described in Exhibit A.
6810
6811Exhibit A - Mozilla Public License.
6812
6813"The contents of this file are subject to the Mozilla Public License
6814Version 1.1 (the "License"); you may not use this file except in
6815compliance with the License. You may obtain a copy of the License at
6816http://www.mozilla.org/MPL/
6817
6818Software distributed under the License is distributed on an "AS IS"
6819basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
6820License for the specific language governing rights and limitations
6821under the License.
6822
6823The Original Code is ______________________________________.
6824
6825The Initial Developer of the Original Code is ________________________.
6826Portions created by ______________________ are Copyright (C) ______
6827_______________________. All Rights Reserved.
6828
6829Contributor(s): ______________________________________.
6830
6831Alternatively, the contents of this file may be used under the terms
6832of the _____ license (the "[___] License"), in which case the
6833provisions of [______] License are applicable instead of those
6834above. If you wish to allow use of your version of this file only
6835under the terms of the [____] License and not to allow others to use
6836your version of this file under the MPL, indicate your decision by
6837deleting the provisions above and replace them with the notice and
6838other provisions required by the [___] License. If you do not delete
6839the provisions above, a recipient may use your version of this file
6840under either the MPL or the [___] License."
6841NOTE: The text of this Exhibit A may differ slightly from the text of the notices in
6842the Source Code files of the Original Code. You should use the text of this Exhibit A
6843rather than the text found in the Original Code Source Code for Your Modifications.
6844
6845</programlisting></para></section>
6846
6847<section id="lic_28">
5437<title>MPL-2.0</title> 6848<title>MPL-2.0</title>
5438<para><programlisting> 6849<para><programlisting>
5439Mozilla Public License Version 2.0 6850Mozilla Public License Version 2.0
@@ -5811,7 +7222,46 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
5811 defined by the Mozilla Public License, v. 2.0. 7222 defined by the Mozilla Public License, v. 2.0.
5812</programlisting></para></section> 7223</programlisting></para></section>
5813 7224
5814<section id="lic_22"> 7225<section id="lic_29">
7226<title>NCSA</title>
7227<para><programlisting>
7228
7229University of Illinois/NCSA Open Source License
7230Copyright (c) &lt;Year&gt; &lt;Owner Organization Name&gt;
7231All rights reserved.
7232
7233Developed by: &lt;Name of Development Group&gt;
7234 &lt;Name of Institution&gt;
7235 &lt;URL for Development Group/Institution&gt;
7236Permission is hereby granted, free of charge, to any person obtaining a
7237copy of this software and associated documentation files (the
7238"Software"), to deal with the Software without restriction, including
7239without limitation the rights to use, copy, modify, merge, publish,
7240distribute, sublicense, and/or sell copies of the Software, and to
7241permit persons to whom the Software is furnished to do so, subject to
7242the following conditions:
7243
7244Redistributions of source code must retain the above copyright
7245notice, this list of conditions and the following disclaimers.
7246Redistributions in binary form must reproduce the above
7247copyright notice, this list of conditions and the following disclaimers
7248in the documentation and/or other materials provided with the
7249distribution.
7250Neither the names of &lt;Name of Development Group, Name of
7251Institution&gt;, nor the names of its contributors may be used to endorse
7252or promote products derived from this Software without specific prior
7253written permission.
7254THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
7255OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7256MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
7257IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
7258ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
7259TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
7260SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
7261
7262</programlisting></para></section>
7263
7264<section id="lic_30">
5815<title>OpenSSL</title> 7265<title>OpenSSL</title>
5816<para><programlisting> 7266<para><programlisting>
5817 7267
@@ -5932,13 +7382,13 @@ put under another distribution licence
5932 7382
5933</programlisting></para></section> 7383</programlisting></para></section>
5934 7384
5935<section id="lic_23"> 7385<section id="lic_31">
5936<title>PD</title> 7386<title>PD</title>
5937<para><programlisting> 7387<para><programlisting>
5938This is a placeholder for the Public Domain License 7388This is a placeholder for the Public Domain License
5939</programlisting></para></section> 7389</programlisting></para></section>
5940 7390
5941<section id="lic_24"> 7391<section id="lic_32">
5942<title>Python-2.0</title> 7392<title>Python-2.0</title>
5943<para><programlisting> 7393<para><programlisting>
5944 7394
@@ -6135,7 +7585,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6135 7585
6136</programlisting></para></section> 7586</programlisting></para></section>
6137 7587
6138<section id="lic_25"> 7588<section id="lic_33">
6139<title>SMAIL_GPL</title> 7589<title>SMAIL_GPL</title>
6140<para><programlisting> 7590<para><programlisting>
6141This is the Debian GNU/Linux package debianutils. 7591This is the Debian GNU/Linux package debianutils.
@@ -6304,7 +7754,7 @@ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY
6304ANY OTHER PARTY. 7754ANY OTHER PARTY.
6305</programlisting></para></section> 7755</programlisting></para></section>
6306 7756
6307<section id="lic_26"> 7757<section id="lic_34">
6308<title>Sleepycat</title> 7758<title>Sleepycat</title>
6309<para><programlisting> 7759<para><programlisting>
6310 7760
@@ -6399,7 +7849,7 @@ SUCH DAMAGE.
6399 7849
6400</programlisting></para></section> 7850</programlisting></para></section>
6401 7851
6402<section id="lic_27"> 7852<section id="lic_35">
6403<title>Zlib</title> 7853<title>Zlib</title>
6404<para><programlisting> 7854<para><programlisting>
6405 7855
@@ -6425,6 +7875,51 @@ zlib License
6425 7875
6426</programlisting></para></section> 7876</programlisting></para></section>
6427 7877
7878<section id="lic_36">
7879<title>tcl</title>
7880<para><programlisting>
7881This software is copyrighted by the Regents of the University of
7882California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
7883Corporation and other parties. The following terms apply to all files
7884associated with the software unless explicitly disclaimed in
7885individual files.
7886
7887The authors hereby grant permission to use, copy, modify, distribute,
7888and license this software and its documentation for any purpose, provided
7889that existing copyright notices are retained in all copies and that this
7890notice is included verbatim in any distributions. No written agreement,
7891license, or royalty fee is required for any of the authorized uses.
7892Modifications to this software may be copyrighted by their authors
7893and need not follow the licensing terms described here, provided that
7894the new terms are clearly indicated on the first page of each file where
7895they apply.
7896
7897IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
7898FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
7899ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
7900DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
7901POSSIBILITY OF SUCH DAMAGE.
7902
7903THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
7904INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
7905FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
7906IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
7907NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
7908MODIFICATIONS.
7909
7910GOVERNMENT USE: If you are acquiring this software on behalf of the
7911U.S. government, the Government shall have only "Restricted Rights"
7912in the software and related documentation as defined in the Federal
7913Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
7914are acquiring the software on behalf of the Department of Defense, the
7915software shall be classified as "Commercial Computer Software" and the
7916Government shall have only "Restricted Rights" as defined in Clause
7917252.227-7014 (b) (3) of DFARs. Notwithstanding the foregoing, the
7918authors grant the U.S. Government and others acting in its behalf
7919permission to use and distribute the software in accordance with the
7920terms specified in this license.
7921</programlisting></para></section>
7922
6428 </section> 7923 </section>
6429 <section id="proprietary_license"> 7924 <section id="proprietary_license">
6430 <title>Proprietary Licenses</title> 7925 <title>Proprietary Licenses</title>