summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-openstack-open-source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-nfv-access-openstack-open-source')
-rw-r--r--doc/book-enea-nfv-access-openstack-open-source/doc/README4
-rw-r--r--doc/book-enea-nfv-access-openstack-open-source/doc/about.xml12
-rw-r--r--doc/book-enea-nfv-access-openstack-open-source/doc/book.xml15
-rw-r--r--doc/book-enea-nfv-access-openstack-open-source/doc/licenses.xml7717
-rw-r--r--doc/book-enea-nfv-access-openstack-open-source/swcomp.mk10
5 files changed, 7758 insertions, 0 deletions
diff --git a/doc/book-enea-nfv-access-openstack-open-source/doc/README b/doc/book-enea-nfv-access-openstack-open-source/doc/README
new file mode 100644
index 0000000..1077acb
--- /dev/null
+++ b/doc/book-enea-nfv-access-openstack-open-source/doc/README
@@ -0,0 +1,4 @@
1The licenses.xml in the git repository of Enea NFV Access Open Source Report
2is the frozen version belonging to the last official release of Enea NFV Access.
3The contents must be generated from the release script to obtain the latest
4lists of packages and licenses.
diff --git a/doc/book-enea-nfv-access-openstack-open-source/doc/about.xml b/doc/book-enea-nfv-access-openstack-open-source/doc/about.xml
new file mode 100644
index 0000000..0ca3155
--- /dev/null
+++ b/doc/book-enea-nfv-access-openstack-open-source/doc/about.xml
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="enea-linux-open-source-packages-and-licenses">
5 <title>About this Report</title>
6
7 <para>This document contains the open source and license information
8 pertaining to packages provided with Enea NFV Access <xi:include
9 href="../../book-enea-nfv-access-release-info/doc/eltf_params_updated.xml"
10 xmlns:xi="http://www.w3.org/2001/XInclude"
11 xpointer="element(EneaLinux_REL_VER/1)" />.</para>
12</chapter> \ No newline at end of file
diff --git a/doc/book-enea-nfv-access-openstack-open-source/doc/book.xml b/doc/book-enea-nfv-access-openstack-open-source/doc/book.xml
new file mode 100644
index 0000000..49c7e40
--- /dev/null
+++ b/doc/book-enea-nfv-access-openstack-open-source/doc/book.xml
@@ -0,0 +1,15 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4<!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED">
5]>
6<book id="book_enea_nfv_access_open_source">
7 <title><trademark class="registered">Enea</trademark> NFV Access Open Source Report</title>
8 <subtitle>Release Version
9 <xi:include href="../../book-enea-nfv-access-release-info/doc/eltf_params_updated.xml" xpointer="element(EneaLinux_REL_VER/1)"
10 xmlns:xi="http://www.w3.org/2001/XInclude" /></subtitle>
11 <!-- OLINKDBPATH_USED_BY_XMLMIND ../../s_docbuild/olinkdb -->
12 <xi:include href="../../s_docbuild/template/docsrc_common/bookinfo_userdoc.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
13 <xi:include href="about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14 <xi:include href="licenses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
15</book>
diff --git a/doc/book-enea-nfv-access-openstack-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-openstack-open-source/doc/licenses.xml
new file mode 100644
index 0000000..d284b0f
--- /dev/null
+++ b/doc/book-enea-nfv-access-openstack-open-source/doc/licenses.xml
@@ -0,0 +1,7717 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="enea_linux_packages">
5 <title>Packages and Licenses</title>
6 <section id="licenses_packages">
7
8 <title>Packages</title>
9
10
11 <!--This chapter contains a generated list of all packages that Enea Linux
12supports, e.g. busybox, with a short explanatory blurb and links to package
13specific documentation.-->
14
15 <informaltable>
16 <tgroup cols="4">
17 <colspec colwidth="2*"/>
18 <colspec colwidth="1*"/>
19 <colspec colwidth="5*"/>
20 <colspec colwidth="2*"/>
21
22 <thead>
23 <row>
24 <entry align="center">Package Name</entry>
25 <entry align="center">Version</entry>
26 <entry align="center">Description</entry>
27 <entry align="center">License</entry>
28 </row>
29 </thead>
30
31 <tbody valign="top">
32<row>
33 <entry>acl</entry>
34 <entry>2.2.52</entry>
35 <entry>Utilities for managing POSIX Access Control Lists.</entry>
36 <entry> LGPL-2.1, GPL-2.0</entry>
37</row>
38<row>
39 <entry>apache2</entry>
40 <entry>2.4.25</entry>
41 <entry>The Apache HTTP Server is a powerful efficient and extensible web server.</entry>
42 <entry>Apache-2.0</entry>
43</row>
44<row>
45 <entry>apr-util</entry>
46 <entry>1.5.4</entry>
47 <entry>Apache Portable Runtime (APR) companion library.</entry>
48 <entry>Apache-2.0</entry>
49</row>
50<row>
51 <entry>apr</entry>
52 <entry>1.5.2</entry>
53 <entry>Apache Portable Runtime (APR) library.</entry>
54 <entry>Apache-2.0</entry>
55</row>
56<row>
57 <entry>apt</entry>
58 <entry>1.2.12</entry>
59 <entry>Advanced front-end for dpkg.</entry>
60 <entry>GPL-2.0</entry>
61</row>
62<row>
63 <entry>attr</entry>
64 <entry>2.4.47</entry>
65 <entry>Utilities for manipulating filesystem extended attributes.</entry>
66 <entry> LGPL-2.1, GPL-2.0</entry>
67</row>
68<row>
69 <entry>autoconf-archive</entry>
70 <entry>2016.09.16</entry>
71 <entry>autoconf-archive-native version 2016.09.16-r0.</entry>
72 <entry> GPL-2.0, GPL-3.0</entry>
73</row>
74<row>
75 <entry>autoconf</entry>
76 <entry>2.69</entry>
77 <entry>Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use in the form of M4 macro calls.</entry>
78 <entry> GPL-2.0, GPL-3.0</entry>
79</row>
80<row>
81 <entry>autogen</entry>
82 <entry>5.18.12</entry>
83 <entry>AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.</entry>
84 <entry>GPL-3.0</entry>
85</row>
86<row>
87 <entry>automake</entry>
88 <entry>1.15</entry>
89 <entry>Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. Automake requires the use of Autoconf.</entry>
90 <entry>GPL-2.0</entry>
91</row>
92<row>
93 <entry>avahi</entry>
94 <entry>0.6.32</entry>
95 <entry>"Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. This tool implements IPv4LL ""Dynamic Configuration of IPv4 Link-Local Addresses"" (IETF RFC3927) a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server."</entry>
96 <entry> GPL-2.0, LGPL-2.1</entry>
97</row>
98<row>
99 <entry>base-files</entry>
100 <entry>3.0.14</entry>
101 <entry>The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system.</entry>
102 <entry>GPL-2.0</entry>
103</row>
104<row>
105 <entry>base-passwd</entry>
106 <entry>3.5.29</entry>
107 <entry>The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the system databases synchronized with these master files.</entry>
108 <entry>GPL-2.0</entry>
109</row>
110<row>
111 <entry>bash-completion</entry>
112 <entry>2.5</entry>
113 <entry>Programmable Completion for Bash 4.</entry>
114 <entry>GPL-2.0</entry>
115</row>
116<row>
117 <entry>bash</entry>
118 <entry>4.3.30</entry>
119 <entry>An sh-compatible command language interpreter.</entry>
120 <entry>GPL-3.0</entry>
121</row>
122<row>
123 <entry>bc</entry>
124 <entry>1.06</entry>
125 <entry>Arbitrary precision calculator language.</entry>
126 <entry> GPL-2.0, LGPL-2.1</entry>
127</row>
128<row>
129 <entry>bdwgc</entry>
130 <entry>7.6.0</entry>
131 <entry>The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed. The collector is also used by a number of programming language implementations that either use C as intermediate code want to facilitate easier interoperation with C libraries or just prefer the simple collector interface. Alternatively the garbage collector may be used as a leak detector for C or C++ programs though that is not its primary goal. Empirically this collector works with most unmodified C programs simply by replacing malloc with GC_malloc calls replacing realloc with GC_realloc calls and removing free calls.</entry>
132 <entry>MIT</entry>
133</row>
134<row>
135 <entry>bind</entry>
136 <entry>9.10.3-P3</entry>
137 <entry>ISC Internet Domain Name Server.</entry>
138 <entry> ISC, BSD</entry>
139</row>
140<row>
141 <entry>binutils-cross-canadian-x86-64</entry>
142 <entry>2.28</entry>
143 <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>
144 <entry>GPL-3.0</entry>
145</row>
146<row>
147 <entry>binutils-cross-x86_64</entry>
148 <entry>2.28</entry>
149 <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>
150 <entry>GPL-3.0</entry>
151</row>
152<row>
153 <entry>binutils-crosssdk-x86_64-eneasdk-linux</entry>
154 <entry>2.28</entry>
155 <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>
156 <entry>GPL-3.0</entry>
157</row>
158<row>
159 <entry>binutils</entry>
160 <entry>2.28</entry>
161 <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>
162 <entry>GPL-3.0</entry>
163</row>
164<row>
165 <entry>bison</entry>
166 <entry>3.0.4</entry>
167 <entry>Bison is a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble.</entry>
168 <entry>GPL-3.0</entry>
169</row>
170<row>
171 <entry>bjam</entry>
172 <entry>1.63.0</entry>
173 <entry>Portable Boost.Jam build tool for boost.</entry>
174 <entry> BSL-1.0, MIT</entry>
175</row>
176<row>
177 <entry>bluez5</entry>
178 <entry>5.43</entry>
179 <entry>Linux Bluetooth stack V5 userland components. These include a system configurations daemons tools and system libraries.</entry>
180 <entry> GPL-2.0, LGPL-2.1</entry>
181</row>
182<row>
183 <entry>boost</entry>
184 <entry>1.63.0</entry>
185 <entry>Free peer-reviewed portable C++ source libraries.</entry>
186 <entry> BSL-1.0, MIT</entry>
187</row>
188<row>
189 <entry>bridge-utils</entry>
190 <entry>1.5</entry>
191 <entry>Tools for ethernet bridging.</entry>
192 <entry>GPL-2.0</entry>
193</row>
194<row>
195 <entry>busybox</entry>
196 <entry>1.24.1</entry>
197 <entry>BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils shellutils etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system.</entry>
198 <entry> GPL-2.0, BSD-4-Clause</entry>
199</row>
200<row>
201 <entry>bzip2</entry>
202 <entry>1.0.6</entry>
203 <entry>bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors and approaches the performance of the PPM family of statistical compressors.</entry>
204 <entry>BSD-4-Clause</entry>
205</row>
206<row>
207 <entry>ca-certificates</entry>
208 <entry>20161130</entry>
209 <entry>This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. This derived from Debian's CA Certificates.</entry>
210 <entry> GPL-2.0, MPL-2.0</entry>
211</row>
212<row>
213 <entry>cairo</entry>
214 <entry>1.14.8</entry>
215 <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>
216 <entry> MPL-1.0, LGPL-2.1, GPL-3.0</entry>
217</row>
218<row>
219 <entry>cdrtools</entry>
220 <entry>3.01a31</entry>
221 <entry>A set of tools for CD recording including cdrecord.</entry>
222 <entry> GPL-2.0, LGPL-2.1</entry>
223</row>
224<row>
225 <entry>chrpath</entry>
226 <entry>0.16</entry>
227 <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>
228 <entry>GPL-2.0</entry>
229</row>
230<row>
231 <entry>cloud-init</entry>
232 <entry>0.7.6</entry>
233 <entry>Init scripts for use on cloud images</entry>
234 <entry>GPL-3.0</entry>
235</row>
236<row>
237 <entry>cmake</entry>
238 <entry>3.7.2</entry>
239 <entry>Cross-platform open-source make system.</entry>
240 <entry>BSD</entry>
241</row>
242<row>
243 <entry>coreutils</entry>
244 <entry>8.26</entry>
245 <entry>The GNU Core Utilities provide the basic file shell and text manipulation utilities. These are the core utilities which are expected to exist on every system.</entry>
246 <entry>GPL-3.0</entry>
247</row>
248<row>
249 <entry>cracklib</entry>
250 <entry>2.9.5</entry>
251 <entry>Password strength checker library.</entry>
252 <entry>LGPL-2.1</entry>
253</row>
254<row>
255 <entry>cronie</entry>
256 <entry>1.5.1</entry>
257 <entry>Cronie contains the standard UNIX daemon crond that runs specified programs at scheduled times and related tools. It is based on the original cron and has security and configuration enhancements like the ability to use pam and SELinux.</entry>
258 <entry> ISC, BSD-3-Clause, BSD-2-Clause, GPL-2.0</entry>
259</row>
260<row>
261 <entry>cross-localedef</entry>
262 <entry>2.25</entry>
263 <entry>Cross locale generation tool for glibc.</entry>
264 <entry>LGPL-2.1</entry>
265</row>
266<row>
267 <entry>cryptodev-linux</entry>
268 <entry>1.8</entry>
269 <entry>A /dev/crypto device driver header file.</entry>
270 <entry>GPL-2.0</entry>
271</row>
272<row>
273 <entry>curl</entry>
274 <entry>7.53.1</entry>
275 <entry>Command line tool and library for client-side URL transfers.</entry>
276 <entry>MIT</entry>
277</row>
278<row>
279 <entry>db</entry>
280 <entry>5.3.28</entry>
281 <entry>Berkeley Database v5.</entry>
282 <entry>Sleepycat</entry>
283</row>
284<row>
285 <entry>dbus-glib</entry>
286 <entry>0.108</entry>
287 <entry>GLib bindings for the D-Bus message bus that integrate the D-Bus library with the GLib thread abstraction and main loop.</entry>
288 <entry> AFL-2.0, GPL-2.0</entry>
289</row>
290<row>
291 <entry>dbus-test</entry>
292 <entry>1.10.14</entry>
293 <entry>D-Bus test package (for D-bus functionality testing only).</entry>
294 <entry> AFL-2.0, GPL-2.0</entry>
295</row>
296<row>
297 <entry>dbus</entry>
298 <entry>1.10.14</entry>
299 <entry>"D-Bus is a message bus system a simple way for applications to talk to one another. In addition to interprocess communication D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a \""single instance\"" application or daemon and to launch applications and daemons on demand when their services are needed."</entry>
300 <entry> AFL-2.0, GPL-2.0</entry>
301</row>
302<row>
303 <entry>debianutils</entry>
304 <entry>4.8.1</entry>
305 <entry>Miscellaneous utilities specific to Debian.</entry>
306 <entry> GPL-2.0</entry>
307</row>
308<row>
309 <entry>depmodwrapper</entry>
310 <entry>1.0</entry>
311 <entry>Wrapper script for the Linux kernel module dependency indexer.</entry>
312 <entry>MIT</entry>
313</row>
314<row>
315 <entry>dhcp</entry>
316 <entry>4.3.5</entry>
317 <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>
318 <entry>ISC</entry>
319</row>
320<row>
321 <entry>diffutils</entry>
322 <entry>3.5</entry>
323 <entry>Diffutils contains the GNU diff diff3 sdiff and cmp utilities. These programs are usually used for creating patch files.</entry>
324 <entry>GPL-3.0</entry>
325</row>
326<row>
327 <entry>dmidecode</entry>
328 <entry>3.0</entry>
329 <entry>DMI (Desktop Management Interface) table related utilities.</entry>
330 <entry>GPL-2.0</entry>
331</row>
332<row>
333 <entry>dnf</entry>
334 <entry>2.0.0</entry>
335 <entry>Package manager forked from Yum using libsolv as a dependency resolver.</entry>
336 <entry>GPL-2.0</entry>
337</row>
338<row>
339 <entry>dnsmasq</entry>
340 <entry>2.76</entry>
341 <entry>Lightweight easy to configure DNS forwarder and DHCP server.</entry>
342 <entry> GPL-2.0, GPL-3.0</entry>
343</row>
344<row>
345 <entry>docbook-xml-dtd4</entry>
346 <entry>4.5</entry>
347 <entry>Document type definitions for verification of XML data files against the DocBook rule set it ships with the latest DocBook 4.5 XML DTD as well as a selected set of legacy DTDs for use with older documents including 4.0 4.1.2 4.2 4.3 and 4.4</entry>
348 <entry>OASIS</entry>
349</row>
350<row>
351 <entry>docbook-xsl-stylesheets</entry>
352 <entry>1.79.1</entry>
353 <entry>XSL stylesheets for processing DocBook XML to various output formats.</entry>
354 <entry>XSL</entry>
355</row>
356<row>
357 <entry>dosfstools</entry>
358 <entry>4.1</entry>
359 <entry>DOS FAT Filesystem Utilities.</entry>
360 <entry>GPL-3.0</entry>
361</row>
362<row>
363 <entry>dpdk-dev-libibverbs</entry>
364 <entry>1.2.1-3.4-2.0.0.0</entry>
365 <entry>libibverbs library to support Mellanox config</entry>
366 <entry>GPL-2.0</entry>
367</row>
368<row>
369 <entry>dpdk</entry>
370 <entry>17.08</entry>
371 <entry>Intel(r) Data Plane Development Kit</entry>
372 <entry> BSD, LGPL-2.0, GPL-2.0</entry>
373</row>
374<row>
375 <entry>dpkg</entry>
376 <entry>1.18.10</entry>
377 <entry>Package maintenance system from Debian.</entry>
378 <entry>GPL-2.0</entry>
379</row>
380<row>
381 <entry>dtc</entry>
382 <entry>1.4.2</entry>
383 <entry>The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels.</entry>
384 <entry> GPL-2.0, BSD</entry>
385</row>
386<row>
387 <entry>e2fsprogs</entry>
388 <entry>1.43.4</entry>
389 <entry>The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating fixing configuring and debugging ext2 filesystems.</entry>
390 <entry> GPL-2.0, LGPL-2.0, BSD, MIT</entry>
391</row>
392<row>
393 <entry>ebtables</entry>
394 <entry>2.0.10-4</entry>
395 <entry>Utility for basic Ethernet frame filtering on a Linux bridge advanced logging MAC DNAT/SNAT and brouting.</entry>
396 <entry>GPL-2.0</entry>
397</row>
398<row>
399 <entry>elfutils</entry>
400 <entry>0.168</entry>
401 <entry>Utilities and libraries for handling compiled object files.</entry>
402 <entry> GPL-3.0, Elfutils-Exception</entry>
403</row>
404<row>
405 <entry>enea-nfv-access-openstack</entry>
406 <entry>1.0</entry>
407 <entry>Image for the host side of the Enea NFV Access Platform that provides Oopenstack support</entry>
408 <entry>MIT</entry>
409</row>
410<row>
411 <entry>expat</entry>
412 <entry>2.2.0</entry>
413 <entry>Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)</entry>
414 <entry>MIT</entry>
415</row>
416<row>
417 <entry>file</entry>
418 <entry>5.30</entry>
419 <entry>File attempts to classify files depending on their contents and prints a description if a match is found.</entry>
420 <entry>BSD</entry>
421</row>
422<row>
423 <entry>flex</entry>
424 <entry>2.6.0</entry>
425 <entry>Flex is a fast lexical analyser generator. Flex is a tool for generating programs that recognize lexical patterns in text.</entry>
426 <entry>BSD</entry>
427</row>
428<row>
429 <entry>fontconfig</entry>
430 <entry>2.12.1</entry>
431 <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>
432 <entry> MIT, PD</entry>
433</row>
434<row>
435 <entry>freetype</entry>
436 <entry>2.7.1</entry>
437 <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>
438 <entry> FreeType, GPL-2.0</entry>
439</row>
440<row>
441 <entry>fuse</entry>
442 <entry>2.9.4</entry>
443 <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>
444 <entry> GPL-2.0, LGPL-2.0</entry>
445</row>
446<row>
447 <entry>gawk</entry>
448 <entry>4.1.4</entry>
449 <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>
450 <entry>GPL-3.0</entry>
451</row>
452<row>
453 <entry>gcc-cross-canadian-x86-64</entry>
454 <entry>6.3.0</entry>
455 <entry>GNU cc and gcc C compilers (cross-canadian for x86_64 target).</entry>
456 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
457</row>
458<row>
459 <entry>gcc-cross-initial-x86_64</entry>
460 <entry>6.3.0</entry>
461 <entry>GNU cc and gcc C compilers.</entry>
462 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
463</row>
464<row>
465 <entry>gcc-cross-x86_64</entry>
466 <entry>6.3.0</entry>
467 <entry>GNU cc and gcc C compilers.</entry>
468 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
469</row>
470<row>
471 <entry>gcc-crosssdk-initial-x86_64-eneasdk-linux</entry>
472 <entry>6.3.0</entry>
473 <entry>GNU cc and gcc C compilers.</entry>
474 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
475</row>
476<row>
477 <entry>gcc-crosssdk-x86_64-eneasdk-linux</entry>
478 <entry>6.3.0</entry>
479 <entry>GNU cc and gcc C compilers.</entry>
480 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
481</row>
482<row>
483 <entry>gcc-source-6.3.0</entry>
484 <entry>6.3.0</entry>
485 <entry>GNU cc and gcc C compilers.</entry>
486 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
487</row>
488<row>
489 <entry>gcc</entry>
490 <entry>6.3.0</entry>
491 <entry>GNU cc and gcc C compilers.</entry>
492 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
493</row>
494<row>
495 <entry>gdb-cross-canadian-x86-64</entry>
496 <entry>7.12.1</entry>
497 <entry>GNU debugger (cross-canadian gdb for x86_64 target).</entry>
498 <entry> GPL-2.0, GPL-3.0, LGPL-2.0, LGPL-3.0</entry>
499</row>
500<row>
501 <entry>gdb</entry>
502 <entry>7.12.1</entry>
503 <entry>GNU debugger.</entry>
504 <entry> GPL-2.0, GPL-3.0, LGPL-2.0, LGPL-3.0</entry>
505</row>
506<row>
507 <entry>gdbm</entry>
508 <entry>1.12</entry>
509 <entry>Key/value database library with extensible hashing.</entry>
510 <entry>GPL-3.0</entry>
511</row>
512<row>
513 <entry>gettext-minimal</entry>
514 <entry>0.19.8.1</entry>
515 <entry>Contains the m4 macros sufficient to support building autoconf/automake. This provides a significant build time speedup by the removal of gettext-native from most dependency chains (now only needed for gettext for the target).</entry>
516 <entry>FSF-Unlimited</entry>
517</row>
518<row>
519 <entry>gettext</entry>
520 <entry>0.19.8.1</entry>
521 <entry>GNU gettext is a set of tools that provides a framework to help other programs produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs a directory and file naming organization for the message catalogs themselves a runtime library supporting the retrieval of translated messages and a few stand-alone programs to massage in various ways the sets of translatable and already translated strings.</entry>
522 <entry> GPL-3.0, LGPL-2.1</entry>
523</row>
524<row>
525 <entry>glib-2.0</entry>
526 <entry>2.50.3</entry>
527 <entry>GLib is a general-purpose utility library which provides many useful data types macros type conversions string utilities file utilities a main loop abstraction and so on.</entry>
528 <entry> LGPL-2.0, BSD, PD</entry>
529</row>
530<row>
531 <entry>glibc-locale</entry>
532 <entry>2.25</entry>
533 <entry>Locale data from glibc.</entry>
534 <entry> GPL-2.0, LGPL-2.1</entry>
535</row>
536<row>
537 <entry>glibc-mtrace</entry>
538 <entry>2.25</entry>
539 <entry>mtrace utility provided by glibc</entry>
540 <entry> GPL-2.0, LGPL-2.1</entry>
541</row>
542<row>
543 <entry>glibc</entry>
544 <entry>2.25</entry>
545 <entry>The GNU C Library is used as the system C library in most systems with the Linux kernel.</entry>
546 <entry> GPL-2.0, LGPL-2.1</entry>
547</row>
548<row>
549 <entry>gmp</entry>
550 <entry>6.1.2</entry>
551 <entry>GMP is a free library for arbitrary precision arithmetic operating on signed integers rational numbers and floating point numbers</entry>
552 <entry> GPL-2.0, LGPL-3.0</entry>
553</row>
554<row>
555 <entry>gnome-common</entry>
556 <entry>3.18.0</entry>
557 <entry>Common macros for building GNOME applications.</entry>
558 <entry>GPL-2.0</entry>
559</row>
560<row>
561 <entry>gnome-desktop-testing</entry>
562 <entry>2014.1</entry>
563 <entry>Test runner for GNOME-style installed tests.</entry>
564 <entry>LGPL-2.0</entry>
565</row>
566<row>
567 <entry>gnu-config</entry>
568 <entry>20150728</entry>
569 <entry>Tool that installs the GNU config.guess / config.sub into a directory tree</entry>
570 <entry>GPLv2</entry>
571</row>
572<row>
573 <entry>gnutls</entry>
574 <entry>3.5.9</entry>
575 <entry>GNU Transport Layer Security Library.</entry>
576 <entry> GPL-3.0, LGPL-2.1</entry>
577</row>
578<row>
579 <entry>gobject-introspection</entry>
580 <entry>1.50.0</entry>
581 <entry>Middleware layer between GObject-using C libraries and language bindings.</entry>
582 <entry> LGPL-2.0, GPL-2.0</entry>
583</row>
584<row>
585 <entry>gperf</entry>
586 <entry>3.0.4</entry>
587 <entry>GNU gperf is a perfect hash function generator</entry>
588 <entry>GPL-3.0</entry>
589</row>
590<row>
591 <entry>gpgme</entry>
592 <entry>1.8.0</entry>
593 <entry>GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption decryption signing signature verification and key management</entry>
594 <entry> GPL-2.0, LGPL-2.1</entry>
595</row>
596<row>
597 <entry>grep</entry>
598 <entry>3.0</entry>
599 <entry>GNU grep utility.</entry>
600 <entry>GPL-3.0</entry>
601</row>
602<row>
603 <entry>groff</entry>
604 <entry>1.22.3</entry>
605 <entry>The groff (GNU troff) software is a typesetting package which reads plain text mixed with formatting commands and produces formatted output.</entry>
606 <entry>GPL-3.0</entry>
607</row>
608<row>
609 <entry>grub-efi</entry>
610 <entry>2.00</entry>
611 <entry>GRUB2 is the next generaion of a GPLed bootloader intended to unify bootloading across x86 operating systems. In addition to loading the Linux kernel it implements the Multiboot standard which allows for flexible loading of multiple boot images.</entry>
612 <entry>GPL-3.0</entry>
613</row>
614<row>
615 <entry>gtk-doc</entry>
616 <entry>1.25</entry>
617 <entry>Gtk-doc is a set of scripts that extract specially formatted comments from glib-based software and produce a set of html documentation files from them</entry>
618 <entry>GPL-2.0</entry>
619</row>
620<row>
621 <entry>guile</entry>
622 <entry>2.0.14</entry>
623 <entry>Guile is the GNU Ubiquitous Intelligent Language for Extensions the official extension language for the GNU operating system. Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows the application's functionality to be extended by users or other programmers with plug-ins modules or scripts. Guile provides what might be described as 'practical software freedom' making it possible for users to customize an application to meet their needs without digging into the application's internals.</entry>
624 <entry>GPL-3.0</entry>
625</row>
626<row>
627 <entry>gzip</entry>
628 <entry>1.8</entry>
629 <entry>GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part</entry>
630 <entry>GPL-3.0</entry>
631</row>
632<row>
633 <entry>icu</entry>
634 <entry>58.2</entry>
635 <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>
636 <entry>ICU</entry>
637</row>
638<row>
639 <entry>initscripts</entry>
640 <entry>1.0</entry>
641 <entry>Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting fsck RTC manipulation and other actions routinely performed at system startup. In addition the scripts are also used during system shutdown to reverse the actions performed at startup.</entry>
642 <entry>GPL-2.0</entry>
643</row>
644<row>
645 <entry>inputproto</entry>
646 <entry>2.3.2</entry>
647 <entry>This package provides the wire protocol for the X Input extension. The extension supports input devices other then the core X keyboard and pointer.</entry>
648 <entry> MIT</entry>
649</row>
650<row>
651 <entry>intel-microcode</entry>
652 <entry>20170511</entry>
653 <entry>The microcode data file contains the latest microcode definitions for all Intel processors. Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. While the regular approach to getting this microcode update is via a BIOS upgrade Intel realizes that this can be an administrative hassle. The Linux operating system and VMware ESX products have a mechanism to update the microcode after booting. For example this file will be used by the operating system mechanism if the file is placed in the /etc/firmware directory of the Linux system.</entry>
654 <entry>Intel-Microcode-License</entry>
655</row>
656<row>
657 <entry>intltool</entry>
658 <entry>0.51.0</entry>
659 <entry>Utility scripts for internationalizing XML.</entry>
660 <entry>GPL-2.0</entry>
661</row>
662<row>
663 <entry>iproute2</entry>
664 <entry>4.10.0</entry>
665 <entry>Iproute2 is a collection of utilities for controlling TCP / IP networking and traffic control in Linux. Of the utilities ip and tc are the most important. ip controls IPv4 and IPv6 configuration and tc stands for traffic control.</entry>
666 <entry>GPL-2.0</entry>
667</row>
668<row>
669 <entry>iptables</entry>
670 <entry>1.6.1</entry>
671 <entry>iptables is the userspace command line program used to configure and control network packet filtering code in Linux.</entry>
672 <entry>GPL-2.0</entry>
673</row>
674<row>
675 <entry>iputils</entry>
676 <entry>s20151218</entry>
677 <entry>Utilities for the IP protocol including traceroute6 tracepath tracepath6 ping ping6 and arping.</entry>
678 <entry> BSD, GPL-2.0</entry>
679</row>
680<row>
681 <entry>iucode-tool</entry>
682 <entry>2.1.1</entry>
683 <entry>iucode_tool is a program to manipulate Intel i686 and X86-64 processor microcode update collections and to use the kernel facilities to update the microcode on Intel system processors. It can load microcode data files in text and binary format sort list and filter the microcode updates contained in these files write selected microcode updates to a new file in binary format or upload them to the kernel. It operates on microcode data downloaded directly from Intel: http://feeds.downloadcenter.intel.com/rss/?p=2371</entry>
684 <entry>GPL-2.0</entry>
685</row>
686<row>
687 <entry>json-c</entry>
688 <entry>0.12</entry>
689 <entry>JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C.</entry>
690 <entry>MIT</entry>
691</row>
692<row>
693 <entry>kbd</entry>
694 <entry>2.0.4</entry>
695 <entry>Keytable files and keyboard utilities.</entry>
696 <entry>GPL-2.0</entry>
697</row>
698<row>
699 <entry>kbproto</entry>
700 <entry>1.0.7</entry>
701 <entry>This package provides the wire protocol for the X Keyboard extension. This extension is used to control options related to keyboard handling and layout.</entry>
702 <entry>MIT</entry>
703</row>
704<row>
705 <entry>kern-tools</entry>
706 <entry>0.2</entry>
707 <entry>Tools for managing Yocto Project style branched kernels.</entry>
708 <entry>GPL-2.0</entry>
709</row>
710<row>
711 <entry>keymaps</entry>
712 <entry>1.0</entry>
713 <entry>Keymaps and initscript to set the keymap on bootup.</entry>
714 <entry>GPL-2.0</entry>
715</row>
716<row>
717 <entry>kmod</entry>
718 <entry>23</entry>
719 <entry>kmod is a set of tools to handle common tasks with Linux kernel modules like insert remove list check properties resolve dependencies and aliases.</entry>
720 <entry> GPL-2.0, LGPL-2.1</entry>
721</row>
722<row>
723 <entry>ldconfig</entry>
724 <entry>2.12.1</entry>
725 <entry>A standalone native ldconfig build.</entry>
726 <entry>GPL-2.0</entry>
727</row>
728<row>
729 <entry>libaio</entry>
730 <entry>0.3.110</entry>
731 <entry>Asynchronous input/output library that uses the kernels native interface</entry>
732 <entry>LGPL-2.1</entry>
733</row>
734<row>
735 <entry>libarchive</entry>
736 <entry>3.2.2</entry>
737 <entry>C library and command-line tools for reading and writing tar cpio zip ISO and other archive formats</entry>
738 <entry>BSD</entry>
739</row>
740<row>
741 <entry>libassuan</entry>
742 <entry>2.4.3</entry>
743 <entry>IPC library used by GnuPG and GPGME.</entry>
744 <entry> GPL-3.0, LGPL-2.1</entry>
745</row>
746<row>
747 <entry>libatomic-ops</entry>
748 <entry>7.4.4</entry>
749 <entry>A library for atomic integer operations.</entry>
750 <entry> GPL-2.0, MIT</entry>
751</row>
752<row>
753 <entry>libbsd</entry>
754 <entry>0.8.3</entry>
755 <entry>This library provides useful functions commonly found on BSD systems and lacking on others like GNU systems thus making it easier to port projects with strong BSD origins without needing to embed the same code over and over again on each project.</entry>
756 <entry> BSD-4-Clause, ISC, PD</entry>
757</row>
758<row>
759 <entry>libcap</entry>
760 <entry>2.25</entry>
761 <entry>Library for getting/setting POSIX.1e capabilities.</entry>
762 <entry> BSD, GPL-2.0</entry>
763</row>
764<row>
765 <entry>libcgroup</entry>
766 <entry>0.41</entry>
767 <entry>libcgroup is a library that abstracts the control group file system in Linux. Control groups allow you to limit account and isolate resource usage (CPU memory disk I/O etc.) of groups of processes.</entry>
768 <entry>LGPL-2.1</entry>
769</row>
770<row>
771 <entry>libcheck</entry>
772 <entry>0.10.0</entry>
773 <entry>Check - unit testing framework for C code.</entry>
774 <entry>LGPL-2.1</entry>
775</row>
776<row>
777 <entry>libcomps</entry>
778 <entry>0.1.8</entry>
779 <entry>Libcomps is alternative for yum.comps library (which is for managing rpm package groups)..</entry>
780 <entry>GPL-2.0</entry>
781</row>
782<row>
783 <entry>libconfig-general-perl</entry>
784 <entry>2.63</entry>
785 <entry>Config file parser module</entry>
786 <entry> Artistic-1.0, GPL-1.0</entry>
787</row>
788<row>
789 <entry>libdaemon</entry>
790 <entry>0.14</entry>
791 <entry>Lightweight C library which eases the writing of UNIX daemons.</entry>
792 <entry>LGPL-2.1</entry>
793</row>
794<row>
795 <entry>libdevmapper</entry>
796 <entry>2.02.166</entry>
797 <entry>LVM2 is a set of utilities to manage logical volumes in Linux.</entry>
798 <entry> GPL-2.0, LGPL-2.0</entry>
799</row>
800<row>
801 <entry>libdnf</entry>
802 <entry>0.2.3</entry>
803 <entry>Library providing simplified C and Python API to libsolv.</entry>
804 <entry>LGPL-2.1</entry>
805</row>
806<row>
807 <entry>libevent</entry>
808 <entry>2.0.22</entry>
809 <entry>An asynchronous event notification library.</entry>
810 <entry>BSD</entry>
811</row>
812<row>
813 <entry>libffi</entry>
814 <entry>3.2.1</entry>
815 <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>
816 <entry>MIT</entry>
817</row>
818<row>
819 <entry>libgcc</entry>
820 <entry>6.3.0</entry>
821 <entry>GNU cc and gcc C compilers.</entry>
822 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
823</row>
824<row>
825 <entry>libgcrypt</entry>
826 <entry>1.7.6</entry>
827 <entry>General purpose cryptographic library based on the code from GnuPG.</entry>
828 <entry> GPL-2.0, LGPL-2.1, GPL-3.0</entry>
829</row>
830<row>
831 <entry>libgpg-error</entry>
832 <entry>1.26</entry>
833 <entry>Small library that defines common error values for all GnuPG components.</entry>
834 <entry> GPL-2.0, LGPL-2.1</entry>
835</row>
836<row>
837 <entry>libical</entry>
838 <entry>2.0.0</entry>
839 <entry>iCal and scheduling (RFC 2445 2446 2447) library.</entry>
840 <entry> LGPL-2.1, MPL-1.0</entry>
841</row>
842<row>
843 <entry>libice</entry>
844 <entry>1.0.9</entry>
845 <entry>The Inter-Client Exchange (ICE) protocol provides a generic framework for building protocols on top of reliable byte-stream transport connections. It provides basic mechanisms for setting up and shutting down connections for performing authentication for negotiating versions and for reporting errors. </entry>
846 <entry>MIT</entry>
847</row>
848<row>
849 <entry>libidn</entry>
850 <entry>1.33</entry>
851 <entry>Implementation of the Stringprep Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.</entry>
852 <entry> LGPL-2.1, LGPL-3.0, GPL-3.0</entry>
853</row>
854<row>
855 <entry>libmpc</entry>
856 <entry>1.0.3</entry>
857 <entry>Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr</entry>
858 <entry>LGPL-3.0</entry>
859</row>
860<row>
861 <entry>libnfsidmap</entry>
862 <entry>0.25</entry>
863 <entry>NFS id mapping library.</entry>
864 <entry>BSD</entry>
865</row>
866<row>
867 <entry>libnl</entry>
868 <entry>3.2.29</entry>
869 <entry>A library for applications dealing with netlink sockets.</entry>
870 <entry>LGPL-2.1</entry>
871</row>
872<row>
873 <entry>libnss-mdns</entry>
874 <entry>0.10</entry>
875 <entry>Name Service Switch module for Multicast DNS (zeroconf) name resolution.</entry>
876 <entry>LGPL-2.1</entry>
877</row>
878<row>
879 <entry>libpam</entry>
880 <entry>1.3.0</entry>
881 <entry>Linux-PAM (Pluggable Authentication Modules for Linux) a flexible mechanism for authenticating users</entry>
882 <entry> GPL-2.0, BSD</entry>
883</row>
884<row>
885 <entry>libpcap</entry>
886 <entry>1.8.1</entry>
887 <entry>Libpcap provides a portable framework for low-level network monitoring. Libpcap can provide network statistics collection security monitoring and network debugging.</entry>
888 <entry>BSD</entry>
889</row>
890<row>
891 <entry>libpciaccess</entry>
892 <entry>0.13.4</entry>
893 <entry>libpciaccess provides functionality for X to access the PCI bus and devices in a platform-independent way.</entry>
894 <entry> MIT</entry>
895</row>
896<row>
897 <entry>libpcre</entry>
898 <entry>8.40</entry>
899 <entry>The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API as well as a set of wrapper functions that correspond to the POSIX regular expression API.</entry>
900 <entry>BSD</entry>
901</row>
902<row>
903 <entry>libpng</entry>
904 <entry>1.6.28</entry>
905 <entry>PNG image format decoding library.</entry>
906 <entry>Libpng</entry>
907</row>
908<row>
909 <entry>libpthread-stubs</entry>
910 <entry>0.3</entry>
911 <entry>This library provides weak aliases for pthread functions not provided in libc or otherwise available by default.</entry>
912 <entry>MIT</entry>
913</row>
914<row>
915 <entry>librepo</entry>
916 <entry>1.7.20</entry>
917 <entry> A library providing C and Python (libcURL like) API for downloading linux repository metadata and packages..</entry>
918 <entry>LGPL-2.1</entry>
919</row>
920<row>
921 <entry>libsdl</entry>
922 <entry>1.2.15</entry>
923 <entry>Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio keyboard mouse joystick 3D hardware via OpenGL and 2D video framebuffer.</entry>
924 <entry>LGPL-2.1</entry>
925</row>
926<row>
927 <entry>libsm</entry>
928 <entry>1.2.2</entry>
929 <entry>"The Session Management Library (SMlib) is a low-level \""C\"" language interface to XSMP. The purpose of the X Session Management Protocol (XSMP) is to provide a uniform mechanism for users to save and restore their sessions. A session is a group of clients each of which has a particular state."</entry>
930 <entry>MIT</entry>
931</row>
932<row>
933 <entry>libsolv</entry>
934 <entry>0.6.26</entry>
935 <entry>Library for solving packages and reading repositories.</entry>
936 <entry>BSD-3-Clause</entry>
937</row>
938<row>
939 <entry>libtasn1</entry>
940 <entry>4.10</entry>
941 <entry>Library for ASN.1 and DER manipulation.</entry>
942 <entry> GPL-3.0, LGPL-2.1</entry>
943</row>
944<row>
945 <entry>libtirpc</entry>
946 <entry>1.0.1</entry>
947 <entry>Libtirpc is a port of Suns Transport-Independent RPC library to Linux</entry>
948 <entry>BSD</entry>
949</row>
950<row>
951 <entry>libtool</entry>
952 <entry>2.4.6</entry>
953 <entry>This is GNU libtool a generic library support script. Libtool hides the complexity of generating special library types (such as shared libraries) behind a consistent interface.</entry>
954 <entry> GPL-2.0, LGPL-2.1</entry>
955</row>
956<row>
957 <entry>libunistring</entry>
958 <entry>0.9.7</entry>
959 <entry>Text files are nowadays usually encoded in Unicode and may consist of very different scripts from Latin letters to Chinese Hanzi with many kinds of special characters accents right-to-left writing marks hyphens Roman numbers and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text. This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. This package contains documentation.</entry>
960 <entry> LGPL-3.0, GPL-2.0</entry>
961</row>
962<row>
963 <entry>liburcu</entry>
964 <entry>0.9.3</entry>
965 <entry>Userspace RCU (read-copy-update) library.</entry>
966 <entry> LGPL-2.1, MIT</entry>
967</row>
968<row>
969 <entry>libusb-compat</entry>
970 <entry>0.1.5</entry>
971 <entry>libusb-0.1 compatible layer for libusb1 a drop-in replacement that aims to look feel and behave exactly like libusb-0.1</entry>
972 <entry>LGPL-2.1</entry>
973</row>
974<row>
975 <entry>libusb1</entry>
976 <entry>1.0.21</entry>
977 <entry>Userspace library to access USB (version 1.0).</entry>
978 <entry>LGPL-2.1</entry>
979</row>
980<row>
981 <entry>libvirt</entry>
982 <entry>1.3.5</entry>
983 <entry>A toolkit to interact with the virtualization capabilities of recent versions of Linux.</entry>
984 <entry> LGPL-2.1, GPL-2.0</entry>
985</row>
986<row>
987 <entry>libx11</entry>
988 <entry>1.6.4</entry>
989 <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>
990 <entry> MIT, BSD</entry>
991</row>
992<row>
993 <entry>libxau</entry>
994 <entry>1.0.8</entry>
995 <entry>libxau provides the main interfaces to the X11 authorisation handling which controls authorisation for X connections both client-side and server-side.</entry>
996 <entry>MIT</entry>
997</row>
998<row>
999 <entry>libxaw</entry>
1000 <entry>1.0.13</entry>
1001 <entry>X Athena Widget Set.</entry>
1002 <entry>MIT</entry>
1003</row>
1004<row>
1005 <entry>libxcb</entry>
1006 <entry>1.12</entry>
1007 <entry>The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint latency hiding direct access to the protocol improved threading support and extensibility.</entry>
1008 <entry>MIT</entry>
1009</row>
1010<row>
1011 <entry>libxdmcp</entry>
1012 <entry>1.1.2</entry>
1013 <entry>The purpose of the X Display Manager Control Protocol (XDMCP) is to provide a uniform mechanism for an autonomous display to request login service from a remote host. An X terminal (screen keyboard mouse processor network interface) is a prime example of an autonomous display.</entry>
1014 <entry>MIT</entry>
1015</row>
1016<row>
1017 <entry>libxext</entry>
1018 <entry>1.3.3</entry>
1019 <entry>libXext provides an X Window System client interface to several extensions to the X protocol. The supported protocol extensions are DOUBLE-BUFFER DPMS Extended-Visual-Information LBX MIT_SHM MIT_SUNDRY-NONSTANDARD Multi-Buffering SECURITY SHAPE SYNC TOG-CUP XC-APPGROUP XC-MISC XTEST. libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions.</entry>
1020 <entry>MIT</entry>
1021</row>
1022<row>
1023 <entry>libxinerama</entry>
1024 <entry>1.1.3</entry>
1025 <entry>Xinerama is a simple library designed to interface the Xinerama Extension for retrieving information about physical output devices which may be combined into a single logical X screen.</entry>
1026 <entry>MIT</entry>
1027</row>
1028<row>
1029 <entry>libxkbcommon</entry>
1030 <entry>0.7.1</entry>
1031 <entry>libxkbcommon is a keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB specification.</entry>
1032 <entry> MIT</entry>
1033</row>
1034<row>
1035 <entry>libxml-parser-perl</entry>
1036 <entry>2.44</entry>
1037 <entry>XML::Parser - A perl module for parsing XML documents.</entry>
1038 <entry> Artistic-1.0, GPL-1.0</entry>
1039</row>
1040<row>
1041 <entry>libxml2</entry>
1042 <entry>2.9.4</entry>
1043 <entry>The XML Parser Library allows for manipulation of XML files. Libxml2 exports Push and Pull type parser interfaces for both XML and HTML. It can do DTD validation at parse time on a parsed document instance or with an arbitrary DTD. Libxml2 includes complete XPath XPointer and Xinclude implementations. It also has a SAX like interface which is designed to be compatible with Expat.</entry>
1044 <entry>MIT</entry>
1045</row>
1046<row>
1047 <entry>libxmu</entry>
1048 <entry>1.1.2</entry>
1049 <entry>The Xmu Library is a collection of miscellaneous (some might say random) utility functions that have been useful in building various applications and widgets. This library is required by the Athena Widgets. A subset of the functions that do not rely on the Athena Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a second library libXmuu.</entry>
1050 <entry> MIT</entry>
1051</row>
1052<row>
1053 <entry>libxpm</entry>
1054 <entry>3.5.12</entry>
1055 <entry>libXpm provides support and common operation for the XPM pixmap format which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specificied in the X protocol.</entry>
1056 <entry>BSD</entry>
1057</row>
1058<row>
1059 <entry>libxrandr</entry>
1060 <entry>1.5.1</entry>
1061 <entry>The X Resize Rotate and Reflect Extension called RandR for short brings the ability to resize rotate and reflect the root window of a screen. It is based on the X Resize and Rotate Extension as specified in the Proceedings of the 2001 Usenix Technical Conference [RANDR].</entry>
1062 <entry>MIT</entry>
1063</row>
1064<row>
1065 <entry>libxrender</entry>
1066 <entry>0.9.10</entry>
1067 <entry>The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them.</entry>
1068 <entry>MIT</entry>
1069</row>
1070<row>
1071 <entry>libxslt</entry>
1072 <entry>1.1.29</entry>
1073 <entry>GNOME XSLT library.</entry>
1074 <entry>MIT</entry>
1075</row>
1076<row>
1077 <entry>libxt</entry>
1078 <entry>1.1.5</entry>
1079 <entry>The Intrinsics are a programming library tailored to the special requirements of user interface construction within a network window system specifically the X Window System. The Intrinsics and a widget set make up an X Toolkit. The Intrinsics provide the base mechanism necessary to build a wide variety of interoperating widget sets and application environments. The Intrinsics are a layer on top of Xlib the C Library X Interface. They extend the fundamental abstractions provided by the X Window System while still remaining independent of any particular user interface policy or style.</entry>
1080 <entry> MIT</entry>
1081</row>
1082<row>
1083 <entry>libyaml</entry>
1084 <entry>0.1.7</entry>
1085 <entry>LibYAML is a C library for parsing and emitting data in YAML 1.1 a human-readable data serialization format. </entry>
1086 <entry>MIT</entry>
1087</row>
1088<row>
1089 <entry>linux-intel-host</entry>
1090 <entry>4.9.47</entry>
1091 <entry>Linux kernel.</entry>
1092 <entry>GPL-2.0</entry>
1093</row>
1094<row>
1095 <entry>linux-libc-headers</entry>
1096 <entry>4.10</entry>
1097 <entry>Sanitized set of kernel headers for the C library's use.</entry>
1098 <entry>GPL-2.0</entry>
1099</row>
1100<row>
1101 <entry>lsb</entry>
1102 <entry>4.1</entry>
1103 <entry>LSB support for OpenEmbedded.</entry>
1104 <entry>GPL-2.0</entry>
1105</row>
1106<row>
1107 <entry>lsbinitscripts</entry>
1108 <entry>9.68</entry>
1109 <entry>SysV init scripts which are only used in an LSB image.</entry>
1110 <entry>GPL-2.0</entry>
1111</row>
1112<row>
1113 <entry>lttng-ust</entry>
1114 <entry>2.9.0</entry>
1115 <entry>The LTTng UST 2.x package contains the userspace tracer library to trace userspace codes.</entry>
1116 <entry> LGPL-2.1, MIT, GPL-2.0</entry>
1117</row>
1118<row>
1119 <entry>lvm2</entry>
1120 <entry>2.02.166</entry>
1121 <entry>LVM2 is a set of utilities to manage logical volumes in Linux.</entry>
1122 <entry> GPL-2.0, LGPL-2.0</entry>
1123</row>
1124<row>
1125 <entry>lxc</entry>
1126 <entry>2.0.0</entry>
1127 <entry>lxc aims to use these new functionnalities to provide an userspace container object</entry>
1128 <entry>GPL-2.0</entry>
1129</row>
1130<row>
1131 <entry>lzo</entry>
1132 <entry>2.09</entry>
1133 <entry>Lossless data compression library.</entry>
1134 <entry>GPL-2.0</entry>
1135</row>
1136<row>
1137 <entry>lzop</entry>
1138 <entry>1.03</entry>
1139 <entry>lzop is a compression utility which is designed to be a companion to gzip. \nIt is based on the LZO data compression library and its main advantages over \ngzip are much higher compression and decompression speed at the cost of some \ncompression ratio. The lzop compression utility was designed with the goals \nof reliability speed portability and with reasonable drop-in compatibility \nto gzip.</entry>
1140 <entry>GPL-2.0</entry>
1141</row>
1142<row>
1143 <entry>m4</entry>
1144 <entry>1.4.18</entry>
1145 <entry>GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example handling more than 9 positional parameters to macros). GNU M4 also has built-in functions for including files running shell commands doing arithmetic etc.</entry>
1146 <entry>GPL-3.0</entry>
1147</row>
1148<row>
1149 <entry>make</entry>
1150 <entry>4.2.1</entry>
1151 <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>
1152 <entry> GPL-3.0, LGPL-2.0</entry>
1153</row>
1154<row>
1155 <entry>makedepend</entry>
1156 <entry>1.0.5</entry>
1157 <entry>The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor processing all #include #define #undef #ifdef #ifndef #endif #if #elif and #else directives so that it can correctly tell which #include directives would be used in a compilation. Any #include directives can reference files having other #include directives and parsing will occur in these files as well.</entry>
1158 <entry>MIT</entry>
1159</row>
1160<row>
1161 <entry>makedevs</entry>
1162 <entry>1.0.1</entry>
1163 <entry>Tool for creating device nodes.</entry>
1164 <entry>GPL-2.0</entry>
1165</row>
1166<row>
1167 <entry>meta-environment-inteld1521</entry>
1168 <entry>1.0</entry>
1169 <entry>Package of environment files for SDK.</entry>
1170 <entry>MIT</entry>
1171</row>
1172<row>
1173 <entry>meta-toolchain</entry>
1174 <entry>1.0</entry>
1175 <entry>Meta package for building a installable toolchain.</entry>
1176 <entry>MIT</entry>
1177</row>
1178<row>
1179 <entry>mklibs</entry>
1180 <entry>0.1.43</entry>
1181 <entry>mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables.</entry>
1182 <entry>GPL-2.0</entry>
1183</row>
1184<row>
1185 <entry>mpfr</entry>
1186 <entry>3.1.5</entry>
1187 <entry>C library for multiple-precision floating-point computations with exact rounding.</entry>
1188 <entry> GPL-3.0, LGPL-3.0</entry>
1189</row>
1190<row>
1191 <entry>mtools</entry>
1192 <entry>4.0.18</entry>
1193 <entry>Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them.</entry>
1194 <entry>GPL-3.0</entry>
1195</row>
1196<row>
1197 <entry>nasm</entry>
1198 <entry>2.12.02</entry>
1199 <entry>General-purpose x86 assembler.</entry>
1200 <entry>BSD-2-Clause</entry>
1201</row>
1202<row>
1203 <entry>ncurses</entry>
1204 <entry>6.0</entry>
1205 <entry>SVr4 and XSI-Curses compatible curses library and terminfo tools including tic infocmp captoinfo. Supports color multiple highlights forms-drawing characters and automatic recognition of keypad and function-key sequences. Extensions include resizable windows and mouse support on both xterm and Linux console using the gpm library.</entry>
1206 <entry>MIT</entry>
1207</row>
1208<row>
1209 <entry>netbase</entry>
1210 <entry>5.4</entry>
1211 <entry>This package provides the necessary infrastructure for basic TCP/IP based networking</entry>
1212 <entry>GPL-2.0</entry>
1213</row>
1214<row>
1215 <entry>netcat-openbsd</entry>
1216 <entry>1.105</entry>
1217 <entry>A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable 'back-end' tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool since it can create almost any kind of connection you would need and has several interesting built-in capabilities.</entry>
1218 <entry>BSD-3-Clause</entry>
1219</row>
1220<row>
1221 <entry>nettle</entry>
1222 <entry>3.3</entry>
1223 <entry>A low level cryptographic library.</entry>
1224 <entry> LGPL-3.0, GPL-2.0</entry>
1225</row>
1226<row>
1227 <entry>nfs-utils</entry>
1228 <entry>1.3.4</entry>
1229 <entry>The nfs-utils package provides a daemon for the kernel NFS server and related tools.</entry>
1230 <entry> MIT, GPL-2.0, BSD</entry>
1231</row>
1232<row>
1233 <entry>nspr</entry>
1234 <entry>4.13.1</entry>
1235 <entry>Netscape Portable Runtime Library.</entry>
1236 <entry> GPL-2.0, MPL-2.0, LGPL-2.1</entry>
1237</row>
1238<row>
1239 <entry>nss</entry>
1240 <entry>3.28.1</entry>
1241 <entry>Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3 TLS PKCS 5 PKCS 7 PKCS 11 PKCS 12 S/MIME X.509 v3 certificates and other security standards.</entry>
1242 <entry> MPL-2.0, GPL-2.0, MPL-2.0, LGPL-2.1</entry>
1243</row>
1244<row>
1245 <entry>numactl</entry>
1246 <entry>2.0.11</entry>
1247 <entry>Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.</entry>
1248 <entry> GPL-2.0, LGPL-2.1</entry>
1249</row>
1250<row>
1251 <entry>openssh</entry>
1252 <entry>7.4p1</entry>
1253 <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>
1254 <entry>BSD</entry>
1255</row>
1256<row>
1257 <entry>openssl</entry>
1258 <entry>1.0.2k</entry>
1259 <entry>Secure Socket Layer (SSL) binary and related cryptographic tools.</entry>
1260 <entry>OpenSSL</entry>
1261</row>
1262<row>
1263 <entry>openvswitch</entry>
1264 <entry>2.8.1</entry>
1265 <entry> Open vSwitch is a production quality multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension while still supporting standard management interfaces and protocols (e.g. NetFlow sFlow SPAN RSPAN CLI LACP 802.1ag) </entry>
1266 <entry>Apache-2.0</entry>
1267</row>
1268<row>
1269 <entry>opkg-utils</entry>
1270 <entry>0.3.4</entry>
1271 <entry>Additional utilities for the opkg package manager.</entry>
1272 <entry>GPL-2.0</entry>
1273</row>
1274<row>
1275 <entry>opkg</entry>
1276 <entry>0.3.4</entry>
1277 <entry>Open Package Manager.</entry>
1278 <entry>GPL-2.0</entry>
1279</row>
1280<row>
1281 <entry>os-release</entry>
1282 <entry>1.0</entry>
1283 <entry>The /etc/os-release file contains operating system identification data.</entry>
1284 <entry>MIT</entry>
1285</row>
1286<row>
1287 <entry>ossp-uuid</entry>
1288 <entry>1.6.2</entry>
1289 <entry>OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based) version 3 (name based MD5) version 4 (random number based) and version 5 (name based SHA-1).</entry>
1290 <entry>MIT</entry>
1291</row>
1292<row>
1293 <entry>packagegroup-cloud-compute</entry>
1294 <entry>1.0</entry>
1295 <entry>Configuration for OpenStack Compute node.</entry>
1296 <entry>MIT</entry>
1297</row>
1298<row>
1299 <entry>packagegroup-cloud-debug</entry>
1300 <entry>1.0</entry>
1301 <entry>Add debugging capabilities to cloud images.</entry>
1302 <entry>MIT</entry>
1303</row>
1304<row>
1305 <entry>packagegroup-cloud-extras</entry>
1306 <entry>1.0</entry>
1307 <entry>Extra packages that improve the usability of compute/control nodes.</entry>
1308 <entry>MIT</entry>
1309</row>
1310<row>
1311 <entry>packagegroup-core-boot</entry>
1312 <entry>1.0</entry>
1313 <entry>The minimal set of packages required to boot the system</entry>
1314 <entry>MIT</entry>
1315</row>
1316<row>
1317 <entry>packagegroup-core-ssh-openssh</entry>
1318 <entry>1.0</entry>
1319 <entry>OpenSSH SSH client/server.</entry>
1320 <entry>MIT</entry>
1321</row>
1322<row>
1323 <entry>packagegroup-core-standalone-sdk-target</entry>
1324 <entry>1.0</entry>
1325 <entry>Target packages for the standalone SDK.</entry>
1326 <entry>MIT</entry>
1327</row>
1328<row>
1329 <entry>packagegroup-core-tools-debug</entry>
1330 <entry>1.0</entry>
1331 <entry>Debugging tools.</entry>
1332 <entry>MIT</entry>
1333</row>
1334<row>
1335 <entry>packagegroup-cross-canadian-inteld1521</entry>
1336 <entry>1.0</entry>
1337 <entry>Host SDK package for cross canadian toolchain.</entry>
1338 <entry>MIT</entry>
1339</row>
1340<row>
1341 <entry>packagegroup-sdk-host</entry>
1342 <entry>1.0</entry>
1343 <entry>Host packages for the standalone SDK or external toolchain.</entry>
1344 <entry>MIT</entry>
1345</row>
1346<row>
1347 <entry>parted</entry>
1348 <entry>3.2</entry>
1349 <entry>Disk partition editing/resizing utility.</entry>
1350 <entry>GPL-3.0</entry>
1351</row>
1352<row>
1353 <entry>pciutils</entry>
1354 <entry>3.5.2</entry>
1355 <entry>The PCI Utilities package contains a library for portable access to PCI bus configuration space and several utilities based on this library.</entry>
1356 <entry>GPL-2.0</entry>
1357</row>
1358<row>
1359 <entry>perl</entry>
1360 <entry>5.24.1</entry>
1361 <entry>Perl scripting language.</entry>
1362 <entry> Artistic-1.0, GPL-1.0</entry>
1363</row>
1364<row>
1365 <entry>pigz</entry>
1366 <entry>2.3.4</entry>
1367 <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>
1368 <entry> Zlib, Apache-2.0</entry>
1369</row>
1370<row>
1371 <entry>pixman</entry>
1372 <entry>0.34.0</entry>
1373 <entry>Pixman provides a library for manipulating pixel regions -- a set of Y-X banded rectangles image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids triangles and rectangles.</entry>
1374 <entry> MIT, PD</entry>
1375</row>
1376<row>
1377 <entry>pixz</entry>
1378 <entry>1.0.6</entry>
1379 <entry>Parallel indexed xz compressor.</entry>
1380 <entry>BSD-2-Clause</entry>
1381</row>
1382<row>
1383 <entry>pkgconfig</entry>
1384 <entry>0.29.1</entry>
1385 <entry>pkg-config is a helper tool used when compiling applications and libraries. It helps determined the correct compiler/link options. It is also language-agnostic.</entry>
1386 <entry>GPL-2.0</entry>
1387</row>
1388<row>
1389 <entry>pm-utils</entry>
1390 <entry>1.4.1</entry>
1391 <entry>Simple shell command line tools to suspend and hibernate.</entry>
1392 <entry>GPL-2.0</entry>
1393</row>
1394<row>
1395 <entry>popt</entry>
1396 <entry>1.16</entry>
1397 <entry>Library for parsing command line options.</entry>
1398 <entry>MIT</entry>
1399</row>
1400<row>
1401 <entry>postgresql</entry>
1402 <entry>9.4.11</entry>
1403 <entry> PostgreSQL is an advanced Object-Relational database management system (DBMS) that supports almost all SQL constructs (including transactions subselects and user-defined types and functions). The postgresql package includes the client programs and libraries that you'll need to access a PostgreSQL DBMS server. These PostgreSQL client programs are programs that directly manipulate the internal structure of PostgreSQL databases on a PostgreSQL server. These client programs can be located on the same machine with the PostgreSQL server or may be on a remote machine which accesses a PostgreSQL server over a network connection. This package contains the docs in HTML for the whole package as well as command-line utilities for managing PostgreSQL databases on a PostgreSQL server. If you want to manipulate a PostgreSQL database on a local or remote PostgreSQL server you need this package. You also need to install this package if you're installing the postgresql-server package. </entry>
1404 <entry>BSD</entry>
1405</row>
1406<row>
1407 <entry>postinst-intercept</entry>
1408 <entry>1.0</entry>
1409 <entry>Postinstall scriptlets.</entry>
1410 <entry>MIT</entry>
1411</row>
1412<row>
1413 <entry>prelink</entry>
1414 <entry>1.0</entry>
1415 <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>
1416 <entry>GPL-2.0</entry>
1417</row>
1418<row>
1419 <entry>procps</entry>
1420 <entry>3.3.12</entry>
1421 <entry>Procps contains a set of system utilities that provide system information about processes using the /proc filesystem. The package includes the programs ps top vmstat w kill and skill.</entry>
1422 <entry> GPL-2.0, LGPL-2.0</entry>
1423</row>
1424<row>
1425 <entry>pseudo</entry>
1426 <entry>1.8.2</entry>
1427 <entry>Pseudo gives fake root capabilities to a normal user.</entry>
1428 <entry>LGPL-2.1</entry>
1429</row>
1430<row>
1431 <entry>ptest-runner</entry>
1432 <entry>2.0.2</entry>
1433 <entry>The ptest-runner2 package installs a ptest-runner program which loops through all installed ptest test suites and runs them in sequence.</entry>
1434 <entry>GPL-2.0</entry>
1435</row>
1436<row>
1437 <entry>python-alembic</entry>
1438 <entry>0.8.10</entry>
1439 <entry>A database migration tool for SQLAlchemy.</entry>
1440 <entry>MIT</entry>
1441</row>
1442<row>
1443 <entry>python-amqp</entry>
1444 <entry>1.4.9</entry>
1445 <entry>Low-level AMQP client for Python</entry>
1446 <entry>Apache-2.0</entry>
1447</row>
1448<row>
1449 <entry>python-amqplib</entry>
1450 <entry>1.0.2</entry>
1451 <entry>Python client for the Advanced Message Queuing Procotol (AMQP)</entry>
1452 <entry>LGPL-3.0</entry>
1453</row>
1454<row>
1455 <entry>python-anyjson</entry>
1456 <entry>0.3.3</entry>
1457 <entry>Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.</entry>
1458 <entry>MIT</entry>
1459</row>
1460<row>
1461 <entry>python-appdirs</entry>
1462 <entry>1.4.0</entry>
1463 <entry>A small Python module for determining appropriate platform-specific dirs e.g. a user data dir.</entry>
1464 <entry>MIT</entry>
1465</row>
1466<row>
1467 <entry>python-babel</entry>
1468 <entry>2.3.4</entry>
1469 <entry>A collection of tools for internationalizing Python applications</entry>
1470 <entry>BSD</entry>
1471</row>
1472<row>
1473 <entry>python-beautifulsoup4</entry>
1474 <entry>4.4.1</entry>
1475 <entry>Screen-scraping library</entry>
1476 <entry>Apache-2.0</entry>
1477</row>
1478<row>
1479 <entry>python-boto</entry>
1480 <entry>2.34.0</entry>
1481 <entry> Boto is a Python package that provides interfaces to Amazon Web Services. Currently all features work with Python 2.6 and 2.7. Work is under way to support Python 3.3+ in the same codebase. Modules are being ported one at a time with the help of the open source community so please check below for compatibility with Python 3.3+. </entry>
1482 <entry>MIT</entry>
1483</row>
1484<row>
1485 <entry>python-cachetools</entry>
1486 <entry>1.1.5</entry>
1487 <entry>Extensible memoizing collections and decorators</entry>
1488 <entry>MIT</entry>
1489</row>
1490<row>
1491 <entry>python-castellan</entry>
1492 <entry>0.4.0</entry>
1493 <entry>Generic Key Manager interface for OpenStack</entry>
1494 <entry>Apache-2.0</entry>
1495</row>
1496<row>
1497 <entry>python-ceilometer</entry>
1498 <entry>7.1.0</entry>
1499 <entry>OpenStack Metering Component</entry>
1500 <entry>Apache-2.0</entry>
1501</row>
1502<row>
1503 <entry>python-ceilometerclient</entry>
1504 <entry>2.6.2</entry>
1505 <entry>CLI and python client library for OpenStack Ceilometer</entry>
1506 <entry>Apache-2.0</entry>
1507</row>
1508<row>
1509 <entry>python-certifi</entry>
1510 <entry>2017.1.23</entry>
1511 <entry>This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests for example. This is the same CA Bundle which ships with the Requests codebase and is derived from Mozilla Firefox's canonical set.</entry>
1512 <entry>ISC</entry>
1513</row>
1514<row>
1515 <entry>python-cffi</entry>
1516 <entry>1.9.1</entry>
1517 <entry>Foreign Function Interface for Python calling C code.</entry>
1518 <entry>MIT</entry>
1519</row>
1520<row>
1521 <entry>python-cheetah</entry>
1522 <entry>2.4.4</entry>
1523 <entry>Python template engine and code generation tool.</entry>
1524 <entry>MIT</entry>
1525</row>
1526<row>
1527 <entry>python-cinderclient</entry>
1528 <entry>1.9.0</entry>
1529 <entry>Client library for OpenStack Cinder API.</entry>
1530 <entry>Apache-2.0</entry>
1531</row>
1532<row>
1533 <entry>python-cliff</entry>
1534 <entry>2.2.0</entry>
1535 <entry>Command Line Interface Formulation Framework</entry>
1536 <entry>Apache-2.0</entry>
1537</row>
1538<row>
1539 <entry>python-cmd2</entry>
1540 <entry>0.7.0</entry>
1541 <entry>Extra features for standard library's cmd module.</entry>
1542 <entry>MIT</entry>
1543</row>
1544<row>
1545 <entry>python-colorama</entry>
1546 <entry>0.3.3</entry>
1547 <entry>Simple cross-platform colored terminal text in Python</entry>
1548 <entry>BSD</entry>
1549</row>
1550<row>
1551 <entry>python-contextlib2</entry>
1552 <entry>0.4.0</entry>
1553 <entry>Backports and enhancements for the contextlib module</entry>
1554 <entry>Python-2.0</entry>
1555</row>
1556<row>
1557 <entry>python-cotyledon</entry>
1558 <entry>1.6.8</entry>
1559 <entry>Cotyledon provides a framework for defining long-running services.</entry>
1560 <entry>Apache-2.0</entry>
1561</row>
1562<row>
1563 <entry>python-coverage</entry>
1564 <entry>4.0a5</entry>
1565 <entry>Code coverage measurement for Python</entry>
1566 <entry>BSD</entry>
1567</row>
1568<row>
1569 <entry>python-croniter</entry>
1570 <entry>0.3.5</entry>
1571 <entry>croniter provides iteration for datetime object with cron like format</entry>
1572 <entry>MIT</entry>
1573</row>
1574<row>
1575 <entry>python-cryptography-vectors</entry>
1576 <entry>1.7.2</entry>
1577 <entry>Test vectors for the cryptography package..</entry>
1578 <entry> Apache-2.0, BSD</entry>
1579</row>
1580<row>
1581 <entry>python-cryptography</entry>
1582 <entry>1.7.2</entry>
1583 <entry>Provides cryptographic recipes and primitives to python developers.</entry>
1584 <entry> Apache-2.0, BSD</entry>
1585</row>
1586<row>
1587 <entry>python-cython</entry>
1588 <entry>0.25.2</entry>
1589 <entry>Cython is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice high-level easy-to-use world of Python and the messy low-level world of C.</entry>
1590 <entry>Apache-2.0</entry>
1591</row>
1592<row>
1593 <entry>python-dateutil</entry>
1594 <entry>2.6.0</entry>
1595 <entry>The dateutil module provides powerful extensions to the datetime module available in the Python standard library.</entry>
1596 <entry>BSD-3-Clause</entry>
1597</row>
1598<row>
1599 <entry>python-debtcollector</entry>
1600 <entry>1.8.0</entry>
1601 <entry>A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.</entry>
1602 <entry>Apache-2.0</entry>
1603</row>
1604<row>
1605 <entry>python-decorator</entry>
1606 <entry>4.0.11</entry>
1607 <entry>The aim of the decorator module it to simplify the usage of decorators for the average programmer and to popularize decorators by showing various non-trivial examples. Of course as all techniques decorators can be abused and you should not try to solve every problem with a decorator just because you can.</entry>
1608 <entry>BSD</entry>
1609</row>
1610<row>
1611 <entry>python-designateclient</entry>
1612 <entry>2.3.0</entry>
1613 <entry>Python bindings to the Designate API</entry>
1614 <entry>Apache-2.0</entry>
1615</row>
1616<row>
1617 <entry>python-dogpile.cache</entry>
1618 <entry>0.6.2</entry>
1619 <entry>Python Dogpile Cache: A caching front-end based on the Dogpile lock</entry>
1620 <entry>BSD</entry>
1621</row>
1622<row>
1623 <entry>python-ecdsa</entry>
1624 <entry>0.13</entry>
1625 <entry>ECDSA cryptographic signature library</entry>
1626 <entry>MIT</entry>
1627</row>
1628<row>
1629 <entry>python-enum34</entry>
1630 <entry>1.1.6</entry>
1631 <entry>backport of Python 3.4's enum package.</entry>
1632 <entry>BSD-3-Clause</entry>
1633</row>
1634<row>
1635 <entry>python-eventlet</entry>
1636 <entry>0.18.4</entry>
1637 <entry>Highly concurrent networking library</entry>
1638 <entry>MIT</entry>
1639</row>
1640<row>
1641 <entry>python-extras</entry>
1642 <entry>1.0.0</entry>
1643 <entry>Useful extra bits for Python - things that should be in the standard library</entry>
1644 <entry>Apache-2.0</entry>
1645</row>
1646<row>
1647 <entry>python-fasteners</entry>
1648 <entry>0.13.0</entry>
1649 <entry>A python package that provides useful locks.</entry>
1650 <entry>Apache-2.0</entry>
1651</row>
1652<row>
1653 <entry>python-feedparser</entry>
1654 <entry>5.2.1</entry>
1655 <entry>Python Atom and RSS feed parser.</entry>
1656 <entry>BSD-2-Clause</entry>
1657</row>
1658<row>
1659 <entry>python-fixtures</entry>
1660 <entry>3.0.0</entry>
1661 <entry>Fixtures reusable state for writing clean tests and more</entry>
1662 <entry>Apache-2.0</entry>
1663</row>
1664<row>
1665 <entry>python-flask</entry>
1666 <entry>0.10.1</entry>
1667 <entry>A microframework based on Werkzeug Jinja2 and good intentions</entry>
1668 <entry>BSD-3-Clause</entry>
1669</row>
1670<row>
1671 <entry>python-funcsigs</entry>
1672 <entry>1.0.2</entry>
1673 <entry>Python function signatures from PEP362 for Python 2.6 2.7 and 3.2+.</entry>
1674 <entry>Apache-2.0</entry>
1675</row>
1676<row>
1677 <entry>python-functools32</entry>
1678 <entry>3.2.3-2</entry>
1679 <entry>Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy..</entry>
1680 <entry>Python-2.0</entry>
1681</row>
1682<row>
1683 <entry>python-futures</entry>
1684 <entry>3.0.5</entry>
1685 <entry>The concurrent.futures module provides a high-level interface for asynchronously executing callables.</entry>
1686 <entry>BSD</entry>
1687</row>
1688<row>
1689 <entry>python-futurist</entry>
1690 <entry>0.21.0</entry>
1691 <entry>Useful additions to futures from the future</entry>
1692 <entry>Apache-2.0</entry>
1693</row>
1694<row>
1695 <entry>python-glanceclient</entry>
1696 <entry>2.5.0</entry>
1697 <entry>Client library for Glance built on the OpenStack Images API</entry>
1698 <entry>Apache-2.0</entry>
1699</row>
1700<row>
1701 <entry>python-greenlet</entry>
1702 <entry>0.4.12</entry>
1703 <entry>Python lightweight in-process concurrent programming.</entry>
1704 <entry> MIT, Python-2.0</entry>
1705</row>
1706<row>
1707 <entry>python-happybase</entry>
1708 <entry>1.0.0</entry>
1709 <entry>Python library to interact with Apache HBase</entry>
1710 <entry>Apache-2.0</entry>
1711</row>
1712<row>
1713 <entry>python-httplib2</entry>
1714 <entry>0.9.2</entry>
1715 <entry>A comprehensive HTTP client library</entry>
1716 <entry>MIT</entry>
1717</row>
1718<row>
1719 <entry>python-httpretty</entry>
1720 <entry>0.8.14</entry>
1721 <entry>HTTP client mock for Python</entry>
1722 <entry>MIT</entry>
1723</row>
1724<row>
1725 <entry>python-idna</entry>
1726 <entry>2.5</entry>
1727 <entry>Internationalised Domain Names in Applications.</entry>
1728 <entry> BSD-3-Clause</entry>
1729</row>
1730<row>
1731 <entry>python-ipaddr</entry>
1732 <entry>2.1.11</entry>
1733 <entry>Google's IP address manipulation library</entry>
1734 <entry>Apache-2.0</entry>
1735</row>
1736<row>
1737 <entry>python-ipaddress</entry>
1738 <entry>1.0.18</entry>
1739 <entry>Python 3.3+'s ipaddress for Python 2.6 2.7 3.2..</entry>
1740 <entry>Python-2.0</entry>
1741</row>
1742<row>
1743 <entry>python-iso8601</entry>
1744 <entry>0.1.11</entry>
1745 <entry>Simple module to parse ISO 8601 dates.</entry>
1746 <entry>MIT</entry>
1747</row>
1748<row>
1749 <entry>python-itsdangerous</entry>
1750 <entry>0.24</entry>
1751 <entry>Various helpers to pass trusted data to untrusted environments and back</entry>
1752 <entry>BSD-3-Clause</entry>
1753</row>
1754<row>
1755 <entry>python-jinja2</entry>
1756 <entry>2.9.5</entry>
1757 <entry>Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python.</entry>
1758 <entry>BSD-3-Clause</entry>
1759</row>
1760<row>
1761 <entry>python-jsonpatch</entry>
1762 <entry>1.15</entry>
1763 <entry>Appling JSON patches in Python 2.6+ and 3.x.</entry>
1764 <entry>BSD</entry>
1765</row>
1766<row>
1767 <entry>python-jsonpath-rw-ext</entry>
1768 <entry>0.1.9</entry>
1769 <entry>Extensions for JSONPath RW.</entry>
1770 <entry>Apache-2.0</entry>
1771</row>
1772<row>
1773 <entry>python-jsonpath-rw</entry>
1774 <entry>1.4.0</entry>
1775 <entry>A robust and significantly extended implementation of JSONPath for Python</entry>
1776 <entry>BSD+</entry>
1777</row>
1778<row>
1779 <entry>python-jsonpointer</entry>
1780 <entry>1.10</entry>
1781 <entry>Resolve JSON Pointers in Python.</entry>
1782 <entry>BSD</entry>
1783</row>
1784<row>
1785 <entry>python-jsonschema</entry>
1786 <entry>2.6.0</entry>
1787 <entry>An implementation of JSON Schema validation for Python.</entry>
1788 <entry>MIT</entry>
1789</row>
1790<row>
1791 <entry>python-kafka</entry>
1792 <entry>0.9.5</entry>
1793 <entry>Python client for Apache Kafka.</entry>
1794 <entry>Apache-2.0</entry>
1795</row>
1796<row>
1797 <entry>python-kazoo</entry>
1798 <entry>2.4.0</entry>
1799 <entry>Higher Level Zookeeper Client</entry>
1800 <entry>Apache-2.0</entry>
1801</row>
1802<row>
1803 <entry>python-keystone</entry>
1804 <entry>10.0.3</entry>
1805 <entry>Authentication service for OpenStack</entry>
1806 <entry>Apache-2.0</entry>
1807</row>
1808<row>
1809 <entry>python-keystoneauth1</entry>
1810 <entry>2.12.3</entry>
1811 <entry>Authentication Library for OpenStack Identity</entry>
1812 <entry>Apache-2.0</entry>
1813</row>
1814<row>
1815 <entry>python-keystoneclient</entry>
1816 <entry>3.5.1</entry>
1817 <entry>Client library for OpenStack Identity API</entry>
1818 <entry>Apache-2.0</entry>
1819</row>
1820<row>
1821 <entry>python-keystonemiddleware</entry>
1822 <entry>4.9.1</entry>
1823 <entry>Middleware for OpenStack Identity API</entry>
1824 <entry>Apache-2.0</entry>
1825</row>
1826<row>
1827 <entry>python-kombu</entry>
1828 <entry>3.0.37</entry>
1829 <entry>A messaging framework for Python</entry>
1830 <entry>BSD</entry>
1831</row>
1832<row>
1833 <entry>python-lockfile</entry>
1834 <entry>0.12.2</entry>
1835 <entry>Platform-independent file locking module</entry>
1836 <entry>MIT</entry>
1837</row>
1838<row>
1839 <entry>python-logutils</entry>
1840 <entry>0.3.3</entry>
1841 <entry>Set of handlers for the Python standard library's logging package</entry>
1842 <entry>BSD</entry>
1843</row>
1844<row>
1845 <entry>python-lxml</entry>
1846 <entry>3.7.3</entry>
1847 <entry>lxml is a Pythonic mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath RelaxNG XML Schema XSLT C14N and much more.</entry>
1848 <entry> BSD, GPL-2.0, MIT, Python-2.0</entry>
1849</row>
1850<row>
1851 <entry>python-mako</entry>
1852 <entry>1.0.6</entry>
1853 <entry>Templating library for Python.</entry>
1854 <entry>MIT</entry>
1855</row>
1856<row>
1857 <entry>python-markupsafe</entry>
1858 <entry>0.23</entry>
1859 <entry>Implements a XML/HTML/XHTML Markup safe string for Python</entry>
1860 <entry>BSD-3-Clause</entry>
1861</row>
1862<row>
1863 <entry>python-mccabe</entry>
1864 <entry>0.4.0</entry>
1865 <entry>McCabe checker plugin for flake8.</entry>
1866 <entry>Apache-2.0</entry>
1867</row>
1868<row>
1869 <entry>python-memcache</entry>
1870 <entry>1.2.9</entry>
1871 <entry>A comprehensive fast pure Python memcached client</entry>
1872 <entry>Apache-2.0</entry>
1873</row>
1874<row>
1875 <entry>python-microversion-parse</entry>
1876 <entry>0.1.2</entry>
1877 <entry>OpenStack services use REST APIs which include HTTP headers. This package provides a simple parser for OpenStack microversion headers.</entry>
1878 <entry>Apache-2.0</entry>
1879</row>
1880<row>
1881 <entry>python-mistralclient</entry>
1882 <entry>2.1.2</entry>
1883 <entry>Python client for Mistral REST API</entry>
1884 <entry>Apache-2.0</entry>
1885</row>
1886<row>
1887 <entry>python-mock</entry>
1888 <entry>2.0.0</entry>
1889 <entry>A Python Mocking and Patching Library for Testing.</entry>
1890 <entry>Apache-2.0</entry>
1891</row>
1892<row>
1893 <entry>python-monotonic</entry>
1894 <entry>1.2</entry>
1895 <entry>An implementation of time.monotonic() for Python 2.0 through 3.2.</entry>
1896 <entry>Apache-2.0</entry>
1897</row>
1898<row>
1899 <entry>python-mox3</entry>
1900 <entry>0.20.0</entry>
1901 <entry>mox3: mock object framework for Python</entry>
1902 <entry>Apache-2.0</entry>
1903</row>
1904<row>
1905 <entry>python-msgpack</entry>
1906 <entry>0.4.8</entry>
1907 <entry>MessagePack (de)serializer.</entry>
1908 <entry>Apache-2.0</entry>
1909</row>
1910<row>
1911 <entry>python-ndg-httpsclient</entry>
1912 <entry>0.4.2</entry>
1913 <entry>Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL</entry>
1914 <entry>BSD</entry>
1915</row>
1916<row>
1917 <entry>python-netaddr</entry>
1918 <entry>0.7.19</entry>
1919 <entry>A network address manipulation library for Python..</entry>
1920 <entry>BSD</entry>
1921</row>
1922<row>
1923 <entry>python-netifaces</entry>
1924 <entry>0.10.6</entry>
1925 <entry>Portable network interface information..</entry>
1926 <entry>MIT</entry>
1927</row>
1928<row>
1929 <entry>python-neutron-lib</entry>
1930 <entry>0.4.0</entry>
1931 <entry>Neutron shared routines and utilities</entry>
1932 <entry>Apache-2.0</entry>
1933</row>
1934<row>
1935 <entry>python-neutron</entry>
1936 <entry>9.4.0</entry>
1937 <entry>Neutron (virtual network service)</entry>
1938 <entry>Apache-2.0</entry>
1939</row>
1940<row>
1941 <entry>python-neutronclient</entry>
1942 <entry>6.0.0-gitAUTOINC</entry>
1943 <entry>CLI and python client library for OpenStack Neutron</entry>
1944 <entry>Apache-2.0</entry>
1945</row>
1946<row>
1947 <entry>python-nose</entry>
1948 <entry>1.3.7</entry>
1949 <entry>nose extends the test loading and running features of unittest making it easier to write find and run tests.</entry>
1950 <entry>LGPL-2.1</entry>
1951</row>
1952<row>
1953 <entry>python-nova</entry>
1954 <entry>14.0.7</entry>
1955 <entry>Nova is a cloud computing fabric controller</entry>
1956 <entry>Apache-2.0</entry>
1957</row>
1958<row>
1959 <entry>python-novaclient</entry>
1960 <entry>6.0.1</entry>
1961 <entry>Client library for OpenStack Compute API</entry>
1962 <entry>Apache-2.0</entry>
1963</row>
1964<row>
1965 <entry>python-oauthlib</entry>
1966 <entry>0.7.2</entry>
1967 <entry>A generic spec-compliant thorough implementation of the OAuth request-signing logic</entry>
1968 <entry>Apache-2.0</entry>
1969</row>
1970<row>
1971 <entry>python-openstack-nose</entry>
1972 <entry>0.11</entry>
1973 <entry>Openstack style output for nosetests</entry>
1974 <entry>Apache-2.0</entry>
1975</row>
1976<row>
1977 <entry>python-os-brick</entry>
1978 <entry>1.6.2</entry>
1979 <entry>OpenStack Cinder brick library for managing local volume attaches</entry>
1980 <entry>Apache-2.0</entry>
1981</row>
1982<row>
1983 <entry>python-os-client-config</entry>
1984 <entry>1.21.1</entry>
1985 <entry>OpenStack Client Configuation Library</entry>
1986 <entry>Apache-2.0</entry>
1987</row>
1988<row>
1989 <entry>python-os-vif</entry>
1990 <entry>1.2.1</entry>
1991 <entry>A library for plugging and unplugging virtual interfaces in OpenStack</entry>
1992 <entry>Apache-2.0</entry>
1993</row>
1994<row>
1995 <entry>python-os-win</entry>
1996 <entry>1.2.2</entry>
1997 <entry>Windows / Hyper-V library for OpenStack projects</entry>
1998 <entry>Apache-2.0</entry>
1999</row>
2000<row>
2001 <entry>python-osc-lib</entry>
2002 <entry>1.1.0</entry>
2003 <entry>OpenStackClient Library</entry>
2004 <entry>Apache-2.0</entry>
2005</row>
2006<row>
2007 <entry>python-oslo.cache</entry>
2008 <entry>1.14.1</entry>
2009 <entry>An oslo.config enabled dogpile.cache</entry>
2010 <entry>Apache-2.0</entry>
2011</row>
2012<row>
2013 <entry>python-oslo.concurrency</entry>
2014 <entry>3.14.1</entry>
2015 <entry>oslo.concurrency library</entry>
2016 <entry>Apache-2.0</entry>
2017</row>
2018<row>
2019 <entry>python-oslo.config</entry>
2020 <entry>3.17.1</entry>
2021 <entry>API supporting parsing command line arguments and .ini style configuration files.</entry>
2022 <entry>Apache-2.0</entry>
2023</row>
2024<row>
2025 <entry>python-oslo.context</entry>
2026 <entry>2.9.0</entry>
2027 <entry>Oslo Context Library</entry>
2028 <entry>Apache-2.0</entry>
2029</row>
2030<row>
2031 <entry>python-oslo.db</entry>
2032 <entry>4.13.6</entry>
2033 <entry>oslo.db library</entry>
2034 <entry>Apache-2.0</entry>
2035</row>
2036<row>
2037 <entry>python-oslo.i18n</entry>
2038 <entry>3.9.0</entry>
2039 <entry>oslo.i18n library</entry>
2040 <entry>Apache-2.0</entry>
2041</row>
2042<row>
2043 <entry>python-oslo.log</entry>
2044 <entry>3.16.1</entry>
2045 <entry>Oslo Log Library</entry>
2046 <entry>Apache-2.0</entry>
2047</row>
2048<row>
2049 <entry>python-oslo.messaging</entry>
2050 <entry>5.10.2</entry>
2051 <entry>Oslo Messaging API</entry>
2052 <entry>Apache-2.0</entry>
2053</row>
2054<row>
2055 <entry>python-oslo.middleware</entry>
2056 <entry>3.19.1</entry>
2057 <entry>Oslo Middleware library</entry>
2058 <entry>Apache-2.0</entry>
2059</row>
2060<row>
2061 <entry>python-oslo.policy</entry>
2062 <entry>1.14.0</entry>
2063 <entry>The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services.</entry>
2064 <entry>Apache-2.0</entry>
2065</row>
2066<row>
2067 <entry>python-oslo.privsep</entry>
2068 <entry>1.13.2</entry>
2069 <entry>This library helps applications perform actions which require more or less privileges than they were started with in a safe easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.</entry>
2070 <entry>Apache-2.0</entry>
2071</row>
2072<row>
2073 <entry>python-oslo.reports</entry>
2074 <entry>1.14.0</entry>
2075 <entry>oslo.reports library</entry>
2076 <entry>Apache-2.0</entry>
2077</row>
2078<row>
2079 <entry>python-oslo.rootwrap</entry>
2080 <entry>5.1.2</entry>
2081 <entry>Oslo Rootwrap</entry>
2082 <entry>Apache-2.0</entry>
2083</row>
2084<row>
2085 <entry>python-oslo.serialization</entry>
2086 <entry>2.13.1</entry>
2087 <entry>Oslo Serialization API</entry>
2088 <entry>Apache-2.0</entry>
2089</row>
2090<row>
2091 <entry>python-oslo.service</entry>
2092 <entry>1.16.1</entry>
2093 <entry>oslo.service library</entry>
2094 <entry>Apache-2.0</entry>
2095</row>
2096<row>
2097 <entry>python-oslo.utils</entry>
2098 <entry>3.16.1</entry>
2099 <entry>Oslo utils</entry>
2100 <entry>Apache-2.0</entry>
2101</row>
2102<row>
2103 <entry>python-oslo.versionedobjects</entry>
2104 <entry>1.17.1</entry>
2105 <entry>oslo.versionedobjects library</entry>
2106 <entry>Apache-2.0</entry>
2107</row>
2108<row>
2109 <entry>python-oslotest</entry>
2110 <entry>2.10.1</entry>
2111 <entry>OpenStack test framework and test fixtures. The oslotest package can be cross-tested against its consuming projects to ensure that no changes to the library break the tests in those other projects.</entry>
2112 <entry>Apache-2.0</entry>
2113</row>
2114<row>
2115 <entry>python-osprofiler</entry>
2116 <entry>1.4.0</entry>
2117 <entry>OpenStack Profiler Library</entry>
2118 <entry>Apache-2.0</entry>
2119</row>
2120<row>
2121 <entry>python-pam</entry>
2122 <entry>1.8.2</entry>
2123 <entry>Python PAM module using ctypes py3/py2.</entry>
2124 <entry>MIT</entry>
2125</row>
2126<row>
2127 <entry>python-paramiko</entry>
2128 <entry>2.1.1</entry>
2129 <entry>SSH2 protocol library</entry>
2130 <entry>LGPL-2.1</entry>
2131</row>
2132<row>
2133 <entry>python-passlib</entry>
2134 <entry>1.7.1</entry>
2135 <entry>Passlib is a password hashing library for Python 2 &amp; 3 which provides cross-platform implementations of over 30 password hashing algorithms as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks from verifying a hash found in /etc/shadow to providing full-strength password hashing for multi-user applications.</entry>
2136 <entry>BSD</entry>
2137</row>
2138<row>
2139 <entry>python-paste</entry>
2140 <entry>2.0.3</entry>
2141 <entry>Tools for using a Web Server Gateway Interface stack.</entry>
2142 <entry>MIT</entry>
2143</row>
2144<row>
2145 <entry>python-pastedeploy</entry>
2146 <entry>1.5.2</entry>
2147 <entry>Load configure and compose WSGI applications and servers</entry>
2148 <entry>MIT</entry>
2149</row>
2150<row>
2151 <entry>python-pbr</entry>
2152 <entry>2.0.0</entry>
2153 <entry>Python Build Reasonableness: PBR is a library that injects some useful and sensible default behaviors into your setuptools run</entry>
2154 <entry>Apache-2.0</entry>
2155</row>
2156<row>
2157 <entry>python-pecan</entry>
2158 <entry>1.2.1</entry>
2159 <entry>WSGI object-dispatching web framework</entry>
2160 <entry>BSD</entry>
2161</row>
2162<row>
2163 <entry>python-pep8</entry>
2164 <entry>1.7.0</entry>
2165 <entry>Python style guide checker.</entry>
2166 <entry>Apache-2.0</entry>
2167</row>
2168<row>
2169 <entry>python-pika-pool</entry>
2170 <entry>0.1.3</entry>
2171 <entry>pools for your pikas.</entry>
2172 <entry>BSD-3-Clause</entry>
2173</row>
2174<row>
2175 <entry>python-pika</entry>
2176 <entry>0.10.0</entry>
2177 <entry>Pure Python RabbitMQ/AMQP 0-9-1 client library.</entry>
2178 <entry>BSD-3-Clause</entry>
2179</row>
2180<row>
2181 <entry>python-pip</entry>
2182 <entry>9.0.1</entry>
2183 <entry>PIP is a tool for installing and managing Python packages.</entry>
2184 <entry> MIT, LGPL-2.1</entry>
2185</row>
2186<row>
2187 <entry>python-ply</entry>
2188 <entry>3.10</entry>
2189 <entry>Python ply: PLY is yet another implementation of lex and yacc for Python</entry>
2190 <entry>BSD</entry>
2191</row>
2192<row>
2193 <entry>python-positional</entry>
2194 <entry>1.1.1</entry>
2195 <entry>Library to enforce positional or key-word arguments</entry>
2196 <entry>Apache-2.0</entry>
2197</row>
2198<row>
2199 <entry>python-posix-ipc</entry>
2200 <entry>1.0.0</entry>
2201 <entry>POSIX IPC primitives (semaphores shared memory and message queues) for Python</entry>
2202 <entry>BSD</entry>
2203</row>
2204<row>
2205 <entry>python-pretend</entry>
2206 <entry>1.0.8</entry>
2207 <entry>A library for stubbing in Python.</entry>
2208 <entry>BSD</entry>
2209</row>
2210<row>
2211 <entry>python-prettytable</entry>
2212 <entry>0.7.2</entry>
2213 <entry>Python library for displaying tabular data in a ASCII table format.</entry>
2214 <entry>BSD</entry>
2215</row>
2216<row>
2217 <entry>python-psutil</entry>
2218 <entry>5.2.0</entry>
2219 <entry>A cross-platform process and system utilities module for Python.</entry>
2220 <entry>BSD</entry>
2221</row>
2222<row>
2223 <entry>python-psycopg2</entry>
2224 <entry>2.6.2</entry>
2225 <entry>Python-PostgreSQL Database Adapter</entry>
2226 <entry>GPL-3.0</entry>
2227</row>
2228<row>
2229 <entry>python-py</entry>
2230 <entry>1.4.32</entry>
2231 <entry>Library with cross-python path ini-parsing io code log facilities.</entry>
2232 <entry>MIT</entry>
2233</row>
2234<row>
2235 <entry>python-pyasn1</entry>
2236 <entry>0.2.3</entry>
2237 <entry>Python library implementing ASN.1 types..</entry>
2238 <entry>BSD-2-Clause</entry>
2239</row>
2240<row>
2241 <entry>python-pycadf</entry>
2242 <entry>1.1.0</entry>
2243 <entry>CADF Library</entry>
2244 <entry>Apache-2.0</entry>
2245</row>
2246<row>
2247 <entry>python-pycparser</entry>
2248 <entry>2.17</entry>
2249 <entry>Parser of the C language written in pure Python.</entry>
2250 <entry>BSD-3-Clause</entry>
2251</row>
2252<row>
2253 <entry>python-pycrypto</entry>
2254 <entry>2.6.1</entry>
2255 <entry>Cryptographic modules for Python.</entry>
2256 <entry>Python-2.0</entry>
2257</row>
2258<row>
2259 <entry>python-pyflakes</entry>
2260 <entry>1.2.3</entry>
2261 <entry>passive checker of Python programs.</entry>
2262 <entry>Apache-2.0</entry>
2263</row>
2264<row>
2265 <entry>python-pyinotify</entry>
2266 <entry>0.9.6</entry>
2267 <entry>Python pyinotify: Linux filesystem events monitoring</entry>
2268 <entry>MIT</entry>
2269</row>
2270<row>
2271 <entry>python-pymongo</entry>
2272 <entry>3.4.0</entry>
2273 <entry>The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo.</entry>
2274 <entry>Apache-2.0</entry>
2275</row>
2276<row>
2277 <entry>python-pyopenssl</entry>
2278 <entry>16.2.0</entry>
2279 <entry>Simple Python wrapper around the OpenSSL library.</entry>
2280 <entry>Apache-2.0</entry>
2281</row>
2282<row>
2283 <entry>python-pyparsing</entry>
2284 <entry>2.2.0</entry>
2285 <entry>Python parsing module.</entry>
2286 <entry>MIT</entry>
2287</row>
2288<row>
2289 <entry>python-pysaml2</entry>
2290 <entry>3.0.2</entry>
2291 <entry>Python implementation of SAML Version 2 to be used in a WSGI environment</entry>
2292 <entry>Apache-2.0</entry>
2293</row>
2294<row>
2295 <entry>python-pysmi</entry>
2296 <entry>0.1.2</entry>
2297 <entry>A pure-Python implementation of SNMP/SMI MIB parsing and conversion library. Can produce PySNMP MIB modules. </entry>
2298 <entry>BSD</entry>
2299</row>
2300<row>
2301 <entry>python-pysnmp</entry>
2302 <entry>4.3.5</entry>
2303 <entry>SNMP v1/v2c/v3 engine and apps written in pure-Python. Supports Manager/Agent/Proxy roles scriptable MIBs asynchronous operation (asyncio twisted asyncore) and multiple transports.</entry>
2304 <entry>BSD</entry>
2305</row>
2306<row>
2307 <entry>python-pysocks</entry>
2308 <entry>1.6.6</entry>
2309 <entry>A Python SOCKS client module</entry>
2310 <entry>BSD</entry>
2311</row>
2312<row>
2313 <entry>python-pytest</entry>
2314 <entry>3.0.6</entry>
2315 <entry>Simple powerful teting with python.</entry>
2316 <entry>MIT</entry>
2317</row>
2318<row>
2319 <entry>python-python-editor</entry>
2320 <entry>0.4</entry>
2321 <entry>Programmatically open an editor capture the result</entry>
2322 <entry>Apache-2.0</entry>
2323</row>
2324<row>
2325 <entry>python-pytz</entry>
2326 <entry>2017.2</entry>
2327 <entry>World timezone definitions modern and historical.</entry>
2328 <entry>MIT</entry>
2329</row>
2330<row>
2331 <entry>python-pyyaml</entry>
2332 <entry>3.11</entry>
2333 <entry> YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. . PyYAML features a complete YAML 1.1 parser Unicode support pickle support capable extension API and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. . PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance. </entry>
2334 <entry>MIT</entry>
2335</row>
2336<row>
2337 <entry>python-repoze.lru</entry>
2338 <entry>0.6</entry>
2339 <entry>repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. </entry>
2340 <entry>BSD-Modification-copyright</entry>
2341</row>
2342<row>
2343 <entry>python-repoze.who</entry>
2344 <entry>2.2</entry>
2345 <entry>An identification and authentication framework for WSGI</entry>
2346 <entry>BSD-Modification</entry>
2347</row>
2348<row>
2349 <entry>python-requests</entry>
2350 <entry>2.13.0</entry>
2351 <entry>Python HTTP for Humans.</entry>
2352 <entry>Apache-2.0</entry>
2353</row>
2354<row>
2355 <entry>python-requestsexceptions</entry>
2356 <entry>1.1.3</entry>
2357 <entry>Import exceptions from potentially bundled packages in requests.</entry>
2358 <entry>Apache-2.0</entry>
2359</row>
2360<row>
2361 <entry>python-retrying</entry>
2362 <entry>1.3.3</entry>
2363 <entry>Retrying</entry>
2364 <entry>Apache-2.0</entry>
2365</row>
2366<row>
2367 <entry>python-rfc3986</entry>
2368 <entry>0.4.1</entry>
2369 <entry>Validating URI References per RFC 3986</entry>
2370 <entry>Apache-2.0</entry>
2371</row>
2372<row>
2373 <entry>python-rfc3987</entry>
2374 <entry>1.3.7</entry>
2375 <entry>Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987).</entry>
2376 <entry>GPL-3.0</entry>
2377</row>
2378<row>
2379 <entry>python-routes</entry>
2380 <entry>2.4.1</entry>
2381 <entry>A Python re-implementation of the Rails routes system.</entry>
2382 <entry>MIT</entry>
2383</row>
2384<row>
2385 <entry>python-ryu</entry>
2386 <entry>4.16</entry>
2387 <entry>Ryu component-based software defined networking framework</entry>
2388 <entry>Apache-2.0</entry>
2389</row>
2390<row>
2391 <entry>python-setproctitle</entry>
2392 <entry>1.1.10</entry>
2393 <entry>A Python module to customize the process title</entry>
2394 <entry>BSD</entry>
2395</row>
2396<row>
2397 <entry>python-setuptools-git</entry>
2398 <entry>1.1</entry>
2399 <entry>Plugin for setuptools that enables git integration</entry>
2400 <entry>BSD</entry>
2401</row>
2402<row>
2403 <entry>python-setuptools</entry>
2404 <entry>32.1.1</entry>
2405 <entry>Download build install upgrade and uninstall Python packages.</entry>
2406 <entry>MIT</entry>
2407</row>
2408<row>
2409 <entry>python-simplegeneric</entry>
2410 <entry>0.8.1</entry>
2411 <entry>Simple generic functions</entry>
2412 <entry>Apache-2.0</entry>
2413</row>
2414<row>
2415 <entry>python-simplejson</entry>
2416 <entry>3.7.3</entry>
2417 <entry> JSON &lt;http://json.org&gt; encoder and decoder for Python 2.5+ and Python 3.3+. It is pure Python code with no dependencies but includes an optional C extension for a serious speed boost </entry>
2418 <entry>MIT</entry>
2419</row>
2420<row>
2421 <entry>python-singledispatch</entry>
2422 <entry>3.4.0.3</entry>
2423 <entry>PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3</entry>
2424 <entry>Apache-2.0</entry>
2425</row>
2426<row>
2427 <entry>python-six</entry>
2428 <entry>1.10.0</entry>
2429 <entry>Python 2 and 3 compatibility utilities</entry>
2430 <entry>MIT</entry>
2431</row>
2432<row>
2433 <entry>python-sphinx</entry>
2434 <entry>1.4.1</entry>
2435 <entry>Python documentation generator</entry>
2436 <entry>BSD</entry>
2437</row>
2438<row>
2439 <entry>python-sqlalchemy-migrate</entry>
2440 <entry>0.10.0</entry>
2441 <entry>Database schema migration for SQLAlchemy</entry>
2442 <entry>MIT</entry>
2443</row>
2444<row>
2445 <entry>python-sqlalchemy</entry>
2446 <entry>1.0.16</entry>
2447 <entry>Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL</entry>
2448 <entry>MIT</entry>
2449</row>
2450<row>
2451 <entry>python-sqlparse</entry>
2452 <entry>0.1.16</entry>
2453 <entry>Non-validating SQL parser module</entry>
2454 <entry>BSD</entry>
2455</row>
2456<row>
2457 <entry>python-stevedore</entry>
2458 <entry>1.19.1</entry>
2459 <entry>Manage dynamic plugins for Python applications</entry>
2460 <entry>Apache-2.0</entry>
2461</row>
2462<row>
2463 <entry>python-strict-rfc3339</entry>
2464 <entry>0.7</entry>
2465 <entry>Strict simple lightweight RFC3339 function.s.</entry>
2466 <entry>GPL-3.0</entry>
2467</row>
2468<row>
2469 <entry>python-subunit</entry>
2470 <entry>1.1.0</entry>
2471 <entry>Python implementation of subunit test streaming protocol</entry>
2472 <entry>Apache-2.0</entry>
2473</row>
2474<row>
2475 <entry>python-suds-jurko</entry>
2476 <entry>0.6</entry>
2477 <entry>Lightweight SOAP client (Jurko's fork)</entry>
2478 <entry>LGPL-3.0</entry>
2479</row>
2480<row>
2481 <entry>python-swiftclient</entry>
2482 <entry>3.1.0</entry>
2483 <entry>Client library for OpenStack Object Storage API</entry>
2484 <entry>Apache-2.0</entry>
2485</row>
2486<row>
2487 <entry>python-sysv-ipc</entry>
2488 <entry>0.6.8</entry>
2489 <entry>System V IPC primitives (semaphores shared memory and message queues) for Python</entry>
2490 <entry>Apache-2.0</entry>
2491</row>
2492<row>
2493 <entry>python-tempita</entry>
2494 <entry>0.5.3dev</entry>
2495 <entry>A very small text templating language</entry>
2496 <entry>MIT</entry>
2497</row>
2498<row>
2499 <entry>python-termcolor</entry>
2500 <entry>1.1.0</entry>
2501 <entry>ANSII Color formatting for output in terminal</entry>
2502 <entry>MIT</entry>
2503</row>
2504<row>
2505 <entry>python-testrepository</entry>
2506 <entry>0.0.20</entry>
2507 <entry>A repository of test results</entry>
2508 <entry>Apache-2.0</entry>
2509</row>
2510<row>
2511 <entry>python-testscenarios</entry>
2512 <entry>0.5.0</entry>
2513 <entry>testscenarios: a pyunit extension for dependency injection</entry>
2514 <entry>BSD</entry>
2515</row>
2516<row>
2517 <entry>python-testtools</entry>
2518 <entry>2.2.0</entry>
2519 <entry>Extensions to the Python standard library unit testing framework</entry>
2520 <entry>Apache-2.0</entry>
2521</row>
2522<row>
2523 <entry>python-thrift</entry>
2524 <entry>0.10.0</entry>
2525 <entry>Python bindings for the Apache Thrift RPC system.</entry>
2526 <entry>Apache-2.0</entry>
2527</row>
2528<row>
2529 <entry>python-tinyrpc</entry>
2530 <entry>0.5</entry>
2531 <entry>A small modular transport and protocol neutral RPC library that among other things supports JSON-RPC and zmq.</entry>
2532 <entry>MIT</entry>
2533</row>
2534<row>
2535 <entry>python-tooz</entry>
2536 <entry>1.43.1</entry>
2537 <entry>Coordination library for distributed systems.</entry>
2538 <entry>Apache-2.0</entry>
2539</row>
2540<row>
2541 <entry>python-troveclient</entry>
2542 <entry>2.5.0</entry>
2543 <entry>Trove Client Library for OpenStack Datbase service</entry>
2544 <entry>Apache-2.0</entry>
2545</row>
2546<row>
2547 <entry>python-twisted</entry>
2548 <entry>13.2.0</entry>
2549 <entry>Twisted is an event-driven networking framework written in Python and licensed under the LGPL. Twisted supports TCP UDP SSL/TLS multicast Unix sockets a large number of protocols (including HTTP NNTP IMAP SSH IRC FTP and others) and much more.</entry>
2550 <entry>MIT</entry>
2551</row>
2552<row>
2553 <entry>python-unicodecsv</entry>
2554 <entry>0.14.1</entry>
2555 <entry>Python2's stdlib csv module replacement with unicode support.</entry>
2556 <entry>BSD</entry>
2557</row>
2558<row>
2559 <entry>python-urllib3</entry>
2560 <entry>1.2</entry>
2561 <entry>Python HTTP library with thread-safe connection pooling file post support sanity friendly and more.</entry>
2562 <entry>MIT</entry>
2563</row>
2564<row>
2565 <entry>python-voluptuous</entry>
2566 <entry>0.10.5</entry>
2567 <entry>Voluptuous is a Python data validation library</entry>
2568 <entry>BSD</entry>
2569</row>
2570<row>
2571 <entry>python-waitress</entry>
2572 <entry>1.0.1</entry>
2573 <entry>Waitress WSGI server</entry>
2574 <entry>Apache-2.0</entry>
2575</row>
2576<row>
2577 <entry>python-warlock</entry>
2578 <entry>1.2.0</entry>
2579 <entry>Build self-validating python objects using JSON schemas</entry>
2580 <entry>Apache-2.0</entry>
2581</row>
2582<row>
2583 <entry>python-webob</entry>
2584 <entry>1.6.0</entry>
2585 <entry>WSGI request and response object</entry>
2586 <entry>MIT</entry>
2587</row>
2588<row>
2589 <entry>python-websockify</entry>
2590 <entry>0.8.0</entry>
2591 <entry>WebSockets support for any application/server</entry>
2592 <entry>LGPL-3.0</entry>
2593</row>
2594<row>
2595 <entry>python-webtest</entry>
2596 <entry>2.0.21</entry>
2597 <entry>Helper to test WSGI applications</entry>
2598 <entry>Apache-2.0</entry>
2599</row>
2600<row>
2601 <entry>python-werkzeug</entry>
2602 <entry>0.10.4</entry>
2603 <entry>The Swiss Army knife of Python web development</entry>
2604 <entry>BSD-3-Clause</entry>
2605</row>
2606<row>
2607 <entry>python-wrapt</entry>
2608 <entry>1.10.8</entry>
2609 <entry>A Python module for decorators wrappers and monkey patching..</entry>
2610 <entry>BSD</entry>
2611</row>
2612<row>
2613 <entry>python-wsme</entry>
2614 <entry>0.9.1</entry>
2615 <entry>Simplify the writing of REST APIs and extend them with additional protocols</entry>
2616 <entry>Apache-2.0</entry>
2617</row>
2618<row>
2619 <entry>python-zake</entry>
2620 <entry>0.2.1</entry>
2621 <entry>A python package that works to provide a nice set of testing utilities for the kazoo library.</entry>
2622 <entry>Apache-2.0</entry>
2623</row>
2624<row>
2625 <entry>python-zopeinterface</entry>
2626 <entry>4.3.3</entry>
2627 <entry>Interface definitions for Zope products.</entry>
2628 <entry>ZPL-2.1</entry>
2629</row>
2630<row>
2631 <entry>python</entry>
2632 <entry>2.7.13</entry>
2633 <entry>The Python Programming Language.</entry>
2634 <entry>Python-2.0</entry>
2635</row>
2636<row>
2637 <entry>python3-dbus</entry>
2638 <entry>1.2.4</entry>
2639 <entry>Python bindings for the DBus inter-process communication system.</entry>
2640 <entry>MIT</entry>
2641</row>
2642<row>
2643 <entry>python3-iniparse</entry>
2644 <entry>0.4</entry>
2645 <entry>Accessing and Modifying INI files.</entry>
2646 <entry> MIT, Python-2.0</entry>
2647</row>
2648<row>
2649 <entry>python3-pycairo</entry>
2650 <entry>1.10.0</entry>
2651 <entry>Python bindings for the Cairo canvas library.</entry>
2652 <entry>LGPL-3.0</entry>
2653</row>
2654<row>
2655 <entry>python3-pygobject</entry>
2656 <entry>3.22.0</entry>
2657 <entry>Python GObject bindings.</entry>
2658 <entry>LGPL-2.1</entry>
2659</row>
2660<row>
2661 <entry>python3-pygpgme</entry>
2662 <entry>0.3</entry>
2663 <entry>A Python module for working with OpenPGP messages.</entry>
2664 <entry>LGPL-2.1</entry>
2665</row>
2666<row>
2667 <entry>python3-setuptools</entry>
2668 <entry>32.1.1</entry>
2669 <entry>Download build install upgrade and uninstall Python packages.</entry>
2670 <entry>MIT</entry>
2671</row>
2672<row>
2673 <entry>python3-six</entry>
2674 <entry>1.10.0</entry>
2675 <entry>Python 2 and 3 compatibility library.</entry>
2676 <entry>MIT</entry>
2677</row>
2678<row>
2679 <entry>python3</entry>
2680 <entry>3.5.2</entry>
2681 <entry>The Python Programming Language.</entry>
2682 <entry>Python-2.0</entry>
2683</row>
2684<row>
2685 <entry>qemu-helper</entry>
2686 <entry>1.0</entry>
2687 <entry>Qemu helper scripts.</entry>
2688 <entry>GPL-2.0</entry>
2689</row>
2690<row>
2691 <entry>qemu</entry>
2692 <entry>2.8.0</entry>
2693 <entry>Fast open source processor emulator.</entry>
2694 <entry> GPL-2.0, LGPL-2.1</entry>
2695</row>
2696<row>
2697 <entry>qemuwrapper</entry>
2698 <entry>1.0</entry>
2699 <entry>QEMU wrapper script.</entry>
2700 <entry>MIT</entry>
2701</row>
2702<row>
2703 <entry>quilt</entry>
2704 <entry>0.65</entry>
2705 <entry>Tool for working with series of patches.</entry>
2706 <entry>GPL-2.0</entry>
2707</row>
2708<row>
2709 <entry>quota</entry>
2710 <entry>4.03</entry>
2711 <entry>Tools for monitoring &amp; limiting user disk usage per filesystem.</entry>
2712 <entry> BSD, GPL-2.0, LGPL-2.1</entry>
2713</row>
2714<row>
2715 <entry>randrproto</entry>
2716 <entry>1.5.0</entry>
2717 <entry>This package provides the wire protocol for the X Resize Rotate and Reflect extension. This extension provides the ability to resize rotate and reflect the root window of a screen.</entry>
2718 <entry>MIT</entry>
2719</row>
2720<row>
2721 <entry>readline</entry>
2722 <entry>7.0</entry>
2723 <entry>The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines to recall and perhaps reedit those lines and perform csh-like history expansion on previous commands.</entry>
2724 <entry>GPL-3.0</entry>
2725</row>
2726<row>
2727 <entry>renderproto</entry>
2728 <entry>0.11.1</entry>
2729 <entry>This package provides the wire protocol for the X Rendering extension. This is the basis the image composition within the X window system.</entry>
2730 <entry>MIT</entry>
2731</row>
2732<row>
2733 <entry>rpcbind</entry>
2734 <entry>0.2.4</entry>
2735 <entry>The rpcbind utility is a server that converts RPC program numbers into universal addresses.</entry>
2736 <entry>BSD</entry>
2737</row>
2738<row>
2739 <entry>rpm</entry>
2740 <entry>4.13.90</entry>
2741 <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>
2742 <entry>GPL-2.0</entry>
2743</row>
2744<row>
2745 <entry>rsync</entry>
2746 <entry>3.1.2</entry>
2747 <entry>File synchronization tool.</entry>
2748 <entry>GPL-3.0</entry>
2749</row>
2750<row>
2751 <entry>run-postinsts</entry>
2752 <entry>1.0</entry>
2753 <entry>Runs postinstall scripts on first boot of the target device.</entry>
2754 <entry>MIT</entry>
2755</row>
2756<row>
2757 <entry>sed</entry>
2758 <entry>4.2.2</entry>
2759 <entry>Stream EDitor (text filtering utility).</entry>
2760 <entry>GPL-3.0</entry>
2761</row>
2762<row>
2763 <entry>sg3-utils</entry>
2764 <entry>1.42</entry>
2765 <entry>This package contains low level utilities for devices that use the SCSI command set</entry>
2766 <entry> GPL-2.0, BSD</entry>
2767</row>
2768<row>
2769 <entry>shadow-securetty</entry>
2770 <entry>4.2.1</entry>
2771 <entry>Provider of the machine specific securetty file.</entry>
2772 <entry>MIT</entry>
2773</row>
2774<row>
2775 <entry>shadow-sysroot</entry>
2776 <entry>4.2.1</entry>
2777 <entry>Shadow utils requirements for useradd.bbclass.</entry>
2778 <entry> BSD, Artistic-1.0</entry>
2779</row>
2780<row>
2781 <entry>shadow</entry>
2782 <entry>4.2.1</entry>
2783 <entry>Tools to change and administer password and group data.</entry>
2784 <entry> BSD, Artistic-1.0</entry>
2785</row>
2786<row>
2787 <entry>shared-mime-info</entry>
2788 <entry>1.8</entry>
2789 <entry>Shared MIME type database and specification.</entry>
2790 <entry>LGPL-2.0</entry>
2791</row>
2792<row>
2793 <entry>spice-html5</entry>
2794 <entry>0.1.4</entry>
2795 <entry> Spice Web client which runs entirely within a modern browser. It is limited in function a bit slow and lacks support for many features of Spice (audio video agents just to name a few). . The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running but from anywhere on the Internet and from a wide variety of machine architectures. </entry>
2796 <entry> GPL-3.0, LGPL-3.0</entry>
2797</row>
2798<row>
2799 <entry>sqlite3</entry>
2800 <entry>3.17.0</entry>
2801 <entry>Embeddable SQL database engine.</entry>
2802 <entry>PD</entry>
2803</row>
2804<row>
2805 <entry>strace</entry>
2806 <entry>4.16</entry>
2807 <entry>System call tracing tool.</entry>
2808 <entry>BSD</entry>
2809</row>
2810<row>
2811 <entry>sudo</entry>
2812 <entry>1.8.19p2</entry>
2813 <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>
2814 <entry> ISC, BSD, Zlib</entry>
2815</row>
2816<row>
2817 <entry>swig</entry>
2818 <entry>3.0.12</entry>
2819 <entry>SWIG - Simplified Wrapper and Interface Generator.</entry>
2820 <entry> BSD, GPL-3.0</entry>
2821</row>
2822<row>
2823 <entry>sysfsutils</entry>
2824 <entry>2.1.0</entry>
2825 <entry>Tools for working with the sysfs virtual filesystem. The tool 'systool' can query devices by bus class and topology.</entry>
2826 <entry> GPL-2.0, LGPL-2.1</entry>
2827</row>
2828<row>
2829 <entry>sysklogd</entry>
2830 <entry>1.5.1</entry>
2831 <entry>The sysklogd package implements two system log daemons: syslogd klogd</entry>
2832 <entry> GPL-2.0, BSD</entry>
2833</row>
2834<row>
2835 <entry>syslinux</entry>
2836 <entry>6.03</entry>
2837 <entry>Multi-purpose linux bootloader.</entry>
2838 <entry>GPL-2.0</entry>
2839</row>
2840<row>
2841 <entry>systemd-compat-units</entry>
2842 <entry>1.0</entry>
2843 <entry>Enhances systemd compatilibity with existing SysVinit scripts.</entry>
2844 <entry>MIT</entry>
2845</row>
2846<row>
2847 <entry>systemd-serialgetty</entry>
2848 <entry>1.0</entry>
2849 <entry>Serial terminal support for systemd.</entry>
2850 <entry>GPL-2.0</entry>
2851</row>
2852<row>
2853 <entry>systemd-systemctl</entry>
2854 <entry>1.0</entry>
2855 <entry>Wrapper for enabling systemd services.</entry>
2856 <entry>MIT</entry>
2857</row>
2858<row>
2859 <entry>systemd</entry>
2860 <entry>232</entry>
2861 <entry>systemd is a system and service manager for Linux compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities uses socket and D-Bus activation for starting services offers on-demand starting of daemons keeps track of processes using Linux cgroups supports snapshotting and restoring of the system state maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.</entry>
2862 <entry> GPL-2.0, LGPL-2.1</entry>
2863</row>
2864<row>
2865 <entry>systemtap</entry>
2866 <entry>3.1</entry>
2867 <entry>Script-directed dynamic tracing and performance analysis tool for Linux.</entry>
2868 <entry>GPL-2.0</entry>
2869</row>
2870<row>
2871 <entry>tcl</entry>
2872 <entry>8.6.6</entry>
2873 <entry>Tool Command Language.</entry>
2874 <entry> tcl, BSD-3-Clause</entry>
2875</row>
2876<row>
2877 <entry>tcp-wrappers</entry>
2878 <entry>7.6</entry>
2879 <entry>Tools for monitoring and filtering incoming requests for tcp services.</entry>
2880 <entry>BSD</entry>
2881</row>
2882<row>
2883 <entry>tcpdump</entry>
2884 <entry>4.9.0</entry>
2885 <entry>A sophisticated network protocol analyzer.</entry>
2886 <entry>BSD</entry>
2887</row>
2888<row>
2889 <entry>texinfo-dummy</entry>
2890 <entry>1.0</entry>
2891 <entry>Fake version of the texinfo utility suite.</entry>
2892 <entry>MIT</entry>
2893</row>
2894<row>
2895 <entry>tgt</entry>
2896 <entry>1.0.67</entry>
2897 <entry>Linux SCSI target framework (tgt)</entry>
2898 <entry>GPL-2.0</entry>
2899</row>
2900<row>
2901 <entry>thin-provisioning-tools</entry>
2902 <entry>0.6.3</entry>
2903 <entry>A suite of tools for manipulating the metadata of the dm-thin device-mapper target.</entry>
2904 <entry>GPL-3.0</entry>
2905</row>
2906<row>
2907 <entry>tzcode</entry>
2908 <entry>2017b</entry>
2909 <entry>tzcode timezone zoneinfo utils -- zic zdump tzselect.</entry>
2910 <entry> PD, BSD, BSD-3-Clause</entry>
2911</row>
2912<row>
2913 <entry>tzdata</entry>
2914 <entry>2017b</entry>
2915 <entry>Timezone data.</entry>
2916 <entry> PD, BSD, BSD-3-Clause</entry>
2917</row>
2918<row>
2919 <entry>unfs3</entry>
2920 <entry>0.9.22.r497</entry>
2921 <entry>Userspace NFS server v3 protocol.</entry>
2922 <entry>unfs3</entry>
2923</row>
2924<row>
2925 <entry>unifdef</entry>
2926 <entry>2.11</entry>
2927 <entry>Selectively remove #ifdef statements from sources.</entry>
2928 <entry>BSD-2-Clause</entry>
2929</row>
2930<row>
2931 <entry>unzip</entry>
2932 <entry>6.0</entry>
2933 <entry>Utilities for extracting and viewing files in .zip archives.</entry>
2934 <entry>BSD-3-Clause</entry>
2935</row>
2936<row>
2937 <entry>update-rc.d</entry>
2938 <entry>0.7</entry>
2939 <entry>update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure.</entry>
2940 <entry>GPL-2.0</entry>
2941</row>
2942<row>
2943 <entry>util-linux</entry>
2944 <entry>2.29.1</entry>
2945 <entry>Util-linux includes a suite of basic system administration utilities commonly found on most Linux systems. Some of the more important utilities include disk partitioning kernel message management filesystem creation and system login.</entry>
2946 <entry> GPL-2.0, LGPL-2.1, BSD</entry>
2947</row>
2948<row>
2949 <entry>util-macros</entry>
2950 <entry>1.19.1</entry>
2951 <entry>M4 autotools macros used by various X.org programs.</entry>
2952 <entry> MIT</entry>
2953</row>
2954<row>
2955 <entry>vim</entry>
2956 <entry>8.0.0427</entry>
2957 <entry>Vi IMproved - enhanced vi editor.</entry>
2958 <entry>vim</entry>
2959</row>
2960<row>
2961 <entry>volatile-binds</entry>
2962 <entry>1.0</entry>
2963 <entry>Volatile bind mount setup and configuration for read-only-rootfs</entry>
2964 <entry>MIT</entry>
2965</row>
2966<row>
2967 <entry>xcb-proto</entry>
2968 <entry>1.12</entry>
2969 <entry>Function prototypes for the X protocol C-language Binding (XCB). XCB is a replacement for Xlib featuring a small footprint latency hiding direct access to the protocol improved threading support and extensibility.</entry>
2970 <entry>MIT</entry>
2971</row>
2972<row>
2973 <entry>xextproto</entry>
2974 <entry>7.3.0</entry>
2975 <entry>This package provides the wire protocol for several X extensions. These protocol extensions include DOUBLE-BUFFER DPMS Extended-Visual-Information LBX MIT_SHM MIT_SUNDRY-NONSTANDARD Multi-Buffering SECURITY SHAPE SYNC TOG-CUP XC-APPGROUP XC-MISC XTEST. In addition a small set of utility functions are also available.</entry>
2976 <entry> MIT</entry>
2977</row>
2978<row>
2979 <entry>xineramaproto</entry>
2980 <entry>1.2.1</entry>
2981 <entry>This package provides the wire protocol for the Xinerama extension. This extension is used for retrieving information about physical output devices which may be combined into a single logical X screen.</entry>
2982 <entry> MIT</entry>
2983</row>
2984<row>
2985 <entry>xkeyboard-config</entry>
2986 <entry>2.20</entry>
2987 <entry>The non-arch keyboard configuration database for X Window. The goal is to provide the consistent well-structured frequently released open source of X keyboard configuration data for X Window System implementations. The project is targeted to XKB-based systems.</entry>
2988 <entry> MIT</entry>
2989</row>
2990<row>
2991 <entry>xmlto</entry>
2992 <entry>0.0.28</entry>
2993 <entry>A shell-script tool for converting XML files to various formats.</entry>
2994 <entry>GPL-2.0</entry>
2995</row>
2996<row>
2997 <entry>xproto</entry>
2998 <entry>7.0.31</entry>
2999 <entry>This package provides the basic headers for the X Window System.</entry>
3000 <entry> MIT</entry>
3001</row>
3002<row>
3003 <entry>xterm</entry>
3004 <entry>325</entry>
3005 <entry>xterm is the standard terminal emulator for the X Window System.</entry>
3006 <entry>MIT</entry>
3007</row>
3008<row>
3009 <entry>xtrans</entry>
3010 <entry>1.3.5</entry>
3011 <entry>The X Transport Interface is intended to combine all system and transport specific code into a single place. This API should be used by all libraries clients and servers of the X Window System. Use of this API should allow the addition of new types of transports and support for new platforms without making any changes to the source except in the X Transport Interface code.</entry>
3012 <entry> MIT</entry>
3013</row>
3014<row>
3015 <entry>xz</entry>
3016 <entry>5.2.3</entry>
3017 <entry>Utilities for managing LZMA compressed files.</entry>
3018 <entry> GPL-2.0, LGPL-2.1, PD</entry>
3019</row>
3020<row>
3021 <entry>yajl</entry>
3022 <entry>2.1.0</entry>
3023 <entry>YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C and a small validating JSON generator.</entry>
3024 <entry>ISC</entry>
3025</row>
3026<row>
3027 <entry>zisofs-tools</entry>
3028 <entry>1.0.8</entry>
3029 <entry>Utilities for creating compressed CD-ROM filesystems.</entry>
3030 <entry>GPL-2.0</entry>
3031</row>
3032<row>
3033 <entry>zlib</entry>
3034 <entry>1.2.11</entry>
3035 <entry>Zlib is a general-purpose patent-free lossless data compression library which is used by many different programs.</entry>
3036 <entry>Zlib</entry>
3037</row>
3038 </tbody>
3039 </tgroup>
3040 </informaltable>
3041 </section>
3042 <section id="open_source_license">
3043 <title>Open Source Licenses</title>
3044<section id="lic_0">
3045<title>AFL-2.0</title>
3046<para><programlisting>
3047
3048The Academic Free License
3049 v. 2.0
3050
3051This Academic Free License (the "License") applies to any original work of authorship
3052(the "Original Work") whose owner (the "Licensor") has placed the following notice
3053immediately following the copyright notice for the Original Work:
3054Licensed under the Academic Free License version 2.0
3055
30561) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free,
3057non-exclusive, perpetual, sublicenseable license to do the following:
3058a) to reproduce the Original Work in copies;
3059
3060b) to prepare derivative works ("Derivative Works") based upon the Original Work;
3061
3062c) to distribute copies of the Original Work and Derivative Works to the public;
3063
3064d) to perform the Original Work publicly; and
3065
3066e) to display the Original Work publicly.
3067
30682) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free,
3069non-exclusive, perpetual, sublicenseable license, under patent claims owned or
3070controlled by the Licensor that are embodied in the Original Work as furnished by the
3071Licensor, to make, use, sell and offer for sale the Original Work and Derivative
3072Works.
3073
30743) Grant of Source Code License. The term "Source Code" means the preferred form of
3075the Original Work for making modifications to it and all available documentation
3076describing how to modify the Original Work. Licensor hereby agrees to provide a
3077machine-readable copy of the Source Code of the Original Work along with each copy of
3078the Original Work that Licensor distributes. Licensor reserves the right to satisfy
3079this obligation by placing a machine-readable copy of the Source Code in an
3080information repository reasonably calculated to permit inexpensive and convenient
3081access by You for as long as Licensor continues to distribute the Original Work, and
3082by publishing the address of that information repository in a notice immediately
3083following the copyright notice that applies to the Original Work.
3084
30854) Exclusions From License Grant. Neither the names of Licensor, nor the names of any
3086contributors to the Original Work, nor any of their trademarks or service marks, may
3087be used to endorse or promote products derived from this Original Work without express
3088prior written permission of the Licensor. Nothing in this License shall be deemed to
3089grant any rights to trademarks, copyrights, patents, trade secrets or any other
3090intellectual property of Licensor except as expressly stated herein. No patent
3091license is granted to make, use, sell or offer to sell embodiments of any patent
3092claims other than the licensed claims defined in Section 2. No right is granted to
3093the trademarks of Licensor even if such marks are included in the Original Work.
3094Nothing in this License shall be interpreted to prohibit Licensor from licensing under
3095different terms from this License any Original Work that Licensor otherwise would have
3096a right to license.
3097
30985) This section intentionally omitted.
3099
31006) Attribution Rights. You must retain, in the Source Code of any Derivative Works
3101that You create, all copyright, patent or trademark notices from the Source Code of
3102the Original Work, as well as any notices of licensing and any descriptive text
3103identified therein as an "Attribution Notice." You must cause the Source Code for any
3104Derivative Works that You create to carry a prominent Attribution Notice reasonably
3105calculated to inform recipients that You have modified the Original Work.
3106
31077) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the
3108copyright in and to the Original Work and the patent rights granted herein by Licensor
3109are owned by the Licensor or are sublicensed to You under the terms of this License
3110with the permission of the contributor(s) of those copyrights and patent rights.
3111Except as expressly stated in the immediately proceeding sentence, the Original Work
3112is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either
3113express or implied, including, without limitation, the warranties of NON-INFRINGEMENT,
3114MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
3115QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an
3116essential part of this License. No license to Original Work is granted hereunder
3117except under this disclaimer.
3118
31198) Limitation of Liability. Under no circumstances and under no legal theory, whether
3120in tort (including negligence), contract, or otherwise, shall the Licensor be liable
3121to any person for any direct, indirect, special, incidental, or consequential damages
3122of any character arising as a result of this License or the use of the Original Work
3123including, without limitation, damages for loss of goodwill, work stoppage, computer
3124failure or malfunction, or any and all other commercial damages or losses. This
3125limitation of liability shall not apply to liability for death or personal injury
3126resulting from Licensor`s negligence to the extent applicable law prohibits such
3127limitation. Some jurisdictions do not allow the exclusion or limitation of incidental
3128or consequential damages, so this exclusion and limitation may not apply to You.
3129
31309) Acceptance and Termination. If You distribute copies of the Original Work or a
3131Derivative Work, You must make a reasonable effort under the circumstances to obtain
3132the express assent of recipients to the terms of this License. Nothing else but this
3133License (or another written agreement between Licensor and You) grants You permission
3134to create Derivative Works based upon the Original Work or to exercise any of the
3135rights granted in Section 1 herein, and any attempt to do so except under the terms of
3136this License (or another written agreement between Licensor and You) is expressly
3137prohibited by U.S. copyright law, the equivalent laws of other countries, and by
3138international treaty. Therefore, by exercising any of the rights granted to You in
3139Section 1 herein, You indicate Your acceptance of this License and all of its terms
3140and conditions.
3141
314210) Termination for Patent Action. This License shall terminate automatically and You
3143may no longer exercise any of the rights granted to You by this License as of the date
3144You commence an action, including a cross-claim or counterclaim, for patent
3145infringement (i) against Licensor with respect to a patent applicable to software or
3146(ii) against any entity with respect to a patent applicable to the Original Work (but
3147excluding combinations of the Original Work with other software or hardware).
3148
314911) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License
3150may be brought only in the courts of a jurisdiction wherein the Licensor resides or in
3151which Licensor conducts its primary business, and under the laws of that jurisdiction
3152excluding its conflict-of-law provisions. The application of the United Nations
3153Convention on Contracts for the International Sale of Goods is expressly excluded.
3154Any use of the Original Work outside the scope of this License or after its
3155termination shall be subject to the requirements and penalties of the U.S. Copyright
3156Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries, and
3157international treaty. This section shall survive the termination of this License.
3158
315912) Attorneys Fees. In any action to enforce the terms of this License or seeking
3160damages relating thereto, the prevailing party shall be entitled to recover its costs
3161and expenses, including, without limitation, reasonable attorneys` fees and costs
3162incurred in connection with such action, including any appeal of such action. This
3163section shall survive the termination of this License.
3164
316513) Miscellaneous. This License represents the complete agreement concerning the
3166subject matter hereof. If any provision of this License is held to be unenforceable,
3167such provision shall be reformed only to the extent necessary to make it enforceable.
3168
316914) Definition of "You" in This License. "You" throughout this License, whether in
3170upper or lower case, means an individual or a legal entity exercising rights under,
3171and complying with all of the terms of, this License. For legal entities, "You"
3172includes any entity that controls, is controlled by, or is under common control with
3173you. For purposes of this definition, "control" means (i) the power, direct or
3174indirect, to cause the direction or management of such entity, whether by contract or
3175otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares,
3176or (iii) beneficial ownership of such entity.
3177
317815) Right to Use. You may use the Original Work in all ways not otherwise restricted
3179or conditioned by this License or by law, and Licensor promises not to interfere with
3180or be responsible for such uses by You.
3181
3182This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved.
3183Permission is hereby granted to copy and distribute this license without modification.
3184This license may not be modified without the express written permission of its
3185copyright owner.
3186
3187</programlisting></para></section>
3188
3189<section id="lic_1">
3190<title>Apache-2.0</title>
3191<para><programlisting>
3192
3193
3194 Apache License
3195 Version 2.0, January 2004
3196 http://www.apache.org/licenses/
3197
3198 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3199
3200 1. Definitions.
3201
3202 "License" shall mean the terms and conditions for use, reproduction,
3203 and distribution as defined by Sections 1 through 9 of this document.
3204
3205 "Licensor" shall mean the copyright owner or entity authorized by
3206 the copyright owner that is granting the License.
3207
3208 "Legal Entity" shall mean the union of the acting entity and all
3209 other entities that control, are controlled by, or are under common
3210 control with that entity. For the purposes of this definition,
3211 "control" means (i) the power, direct or indirect, to cause the
3212 direction or management of such entity, whether by contract or
3213 otherwise, or (ii) ownership of fifty percent (50%) or more of the
3214 outstanding shares, or (iii) beneficial ownership of such entity.
3215
3216 "You" (or "Your") shall mean an individual or Legal Entity
3217 exercising permissions granted by this License.
3218
3219 "Source" form shall mean the preferred form for making modifications,
3220 including but not limited to software source code, documentation
3221 source, and configuration files.
3222
3223 "Object" form shall mean any form resulting from mechanical
3224 transformation or translation of a Source form, including but
3225 not limited to compiled object code, generated documentation,
3226 and conversions to other media types.
3227
3228 "Work" shall mean the work of authorship, whether in Source or
3229 Object form, made available under the License, as indicated by a
3230 copyright notice that is included in or attached to the work
3231 (an example is provided in the Appendix below).
3232
3233 "Derivative Works" shall mean any work, whether in Source or Object
3234 form, that is based on (or derived from) the Work and for which the
3235 editorial revisions, annotations, elaborations, or other modifications
3236 represent, as a whole, an original work of authorship. For the purposes
3237 of this License, Derivative Works shall not include works that remain
3238 separable from, or merely link (or bind by name) to the interfaces of,
3239 the Work and Derivative Works thereof.
3240
3241 "Contribution" shall mean any work of authorship, including
3242 the original version of the Work and any modifications or additions
3243 to that Work or Derivative Works thereof, that is intentionally
3244 submitted to Licensor for inclusion in the Work by the copyright owner
3245 or by an individual or Legal Entity authorized to submit on behalf of
3246 the copyright owner. For the purposes of this definition, "submitted"
3247 means any form of electronic, verbal, or written communication sent
3248 to the Licensor or its representatives, including but not limited to
3249 communication on electronic mailing lists, source code control systems,
3250 and issue tracking systems that are managed by, or on behalf of, the
3251 Licensor for the purpose of discussing and improving the Work, but
3252 excluding communication that is conspicuously marked or otherwise
3253 designated in writing by the copyright owner as "Not a Contribution."
3254
3255 "Contributor" shall mean Licensor and any individual or Legal Entity
3256 on behalf of whom a Contribution has been received by Licensor and
3257 subsequently incorporated within the Work.
3258
3259 2. Grant of Copyright License. Subject to the terms and conditions of
3260 this License, each Contributor hereby grants to You a perpetual,
3261 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3262 copyright license to reproduce, prepare Derivative Works of,
3263 publicly display, publicly perform, sublicense, and distribute the
3264 Work and such Derivative Works in Source or Object form.
3265
3266 3. Grant of Patent License. Subject to the terms and conditions of
3267 this License, each Contributor hereby grants to You a perpetual,
3268 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3269 (except as stated in this section) patent license to make, have made,
3270 use, offer to sell, sell, import, and otherwise transfer the Work,
3271 where such license applies only to those patent claims licensable
3272 by such Contributor that are necessarily infringed by their
3273 Contribution(s) alone or by combination of their Contribution(s)
3274 with the Work to which such Contribution(s) was submitted. If You
3275 institute patent litigation against any entity (including a
3276 cross-claim or counterclaim in a lawsuit) alleging that the Work
3277 or a Contribution incorporated within the Work constitutes direct
3278 or contributory patent infringement, then any patent licenses
3279 granted to You under this License for that Work shall terminate
3280 as of the date such litigation is filed.
3281
3282 4. Redistribution. You may reproduce and distribute copies of the
3283 Work or Derivative Works thereof in any medium, with or without
3284 modifications, and in Source or Object form, provided that You
3285 meet the following conditions:
3286
3287 (a) You must give any other recipients of the Work or
3288 Derivative Works a copy of this License; and
3289
3290 (b) You must cause any modified files to carry prominent notices
3291 stating that You changed the files; and
3292
3293 (c) You must retain, in the Source form of any Derivative Works
3294 that You distribute, all copyright, patent, trademark, and
3295 attribution notices from the Source form of the Work,
3296 excluding those notices that do not pertain to any part of
3297 the Derivative Works; and
3298
3299 (d) If the Work includes a "NOTICE" text file as part of its
3300 distribution, then any Derivative Works that You distribute must
3301 include a readable copy of the attribution notices contained
3302 within such NOTICE file, excluding those notices that do not
3303 pertain to any part of the Derivative Works, in at least one
3304 of the following places: within a NOTICE text file distributed
3305 as part of the Derivative Works; within the Source form or
3306 documentation, if provided along with the Derivative Works; or,
3307 within a display generated by the Derivative Works, if and
3308 wherever such third-party notices normally appear. The contents
3309 of the NOTICE file are for informational purposes only and
3310 do not modify the License. You may add Your own attribution
3311 notices within Derivative Works that You distribute, alongside
3312 or as an addendum to the NOTICE text from the Work, provided
3313 that such additional attribution notices cannot be construed
3314 as modifying the License.
3315
3316 You may add Your own copyright statement to Your modifications and
3317 may provide additional or different license terms and conditions
3318 for use, reproduction, or distribution of Your modifications, or
3319 for any such Derivative Works as a whole, provided Your use,
3320 reproduction, and distribution of the Work otherwise complies with
3321 the conditions stated in this License.
3322
3323 5. Submission of Contributions. Unless You explicitly state otherwise,
3324 any Contribution intentionally submitted for inclusion in the Work
3325 by You to the Licensor shall be under the terms and conditions of
3326 this License, without any additional terms or conditions.
3327 Notwithstanding the above, nothing herein shall supersede or modify
3328 the terms of any separate license agreement you may have executed
3329 with Licensor regarding such Contributions.
3330
3331 6. Trademarks. This License does not grant permission to use the trade
3332 names, trademarks, service marks, or product names of the Licensor,
3333 except as required for reasonable and customary use in describing the
3334 origin of the Work and reproducing the content of the NOTICE file.
3335
3336 7. Disclaimer of Warranty. Unless required by applicable law or
3337 agreed to in writing, Licensor provides the Work (and each
3338 Contributor provides its Contributions) on an "AS IS" BASIS,
3339 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3340 implied, including, without limitation, any warranties or conditions
3341 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3342 PARTICULAR PURPOSE. You are solely responsible for determining the
3343 appropriateness of using or redistributing the Work and assume any
3344 risks associated with Your exercise of permissions under this License.
3345
3346 8. Limitation of Liability. In no event and under no legal theory,
3347 whether in tort (including negligence), contract, or otherwise,
3348 unless required by applicable law (such as deliberate and grossly
3349 negligent acts) or agreed to in writing, shall any Contributor be
3350 liable to You for damages, including any direct, indirect, special,
3351 incidental, or consequential damages of any character arising as a
3352 result of this License or out of the use or inability to use the
3353 Work (including but not limited to damages for loss of goodwill,
3354 work stoppage, computer failure or malfunction, or any and all
3355 other commercial damages or losses), even if such Contributor
3356 has been advised of the possibility of such damages.
3357
3358 9. Accepting Warranty or Additional Liability. While redistributing
3359 the Work or Derivative Works thereof, You may choose to offer,
3360 and charge a fee for, acceptance of support, warranty, indemnity,
3361 or other liability obligations and/or rights consistent with this
3362 License. However, in accepting such obligations, You may act only
3363 on Your own behalf and on Your sole responsibility, not on behalf
3364 of any other Contributor, and only if You agree to indemnify,
3365 defend, and hold each Contributor harmless for any liability
3366 incurred by, or claims asserted against, such Contributor by reason
3367 of your accepting any such warranty or additional liability.
3368
3369 END OF TERMS AND CONDITIONS
3370
3371 APPENDIX: How to apply the Apache License to your work.
3372
3373 To apply the Apache License to your work, attach the following
3374 boilerplate notice, with the fields enclosed by brackets "[]"
3375 replaced with your own identifying information. (Don`t include
3376 the brackets!) The text should be enclosed in the appropriate
3377 comment syntax for the file format. We also recommend that a
3378 file or class name and description of purpose be included on the
3379 same "printed page" as the copyright notice for easier
3380 identification within third-party archives.
3381
3382 Copyright [yyyy] [name of copyright owner]
3383
3384 Licensed under the Apache License, Version 2.0 (the "License");
3385 you may not use this file except in compliance with the License.
3386 You may obtain a copy of the License at
3387
3388 http://www.apache.org/licenses/LICENSE-2.0
3389
3390 Unless required by applicable law or agreed to in writing, software
3391 distributed under the License is distributed on an "AS IS" BASIS,
3392 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3393 See the License for the specific language governing permissions and
3394 limitations under the License.
3395
3396</programlisting></para></section>
3397
3398<section id="lic_2">
3399<title>Artistic-1.0</title>
3400<para><programlisting>
3401
3402The Artistic License
3403Preamble
3404
3405The intent of this document is to state the conditions under which a Package may be
3406copied, such that the Copyright Holder maintains some semblance of artistic control
3407over the development of the package, while giving the users of the package the right
3408to use and distribute the Package in a more-or-less customary fashion, plus the right
3409to make reasonable modifications.
3410
3411Definitions:
3412
3413"Package" refers to the collection of files distributed by the Copyright Holder, and
3414derivatives of that collection of files created through textual modification.
3415"Standard Version" refers to such a Package if it has not been modified, or has been
3416modified in accordance with the wishes of the Copyright Holder.
3417"Copyright Holder" is whoever is named in the copyright or copyrights for the package.
3418"You" is you, if you`re thinking about copying or distributing this Package.
3419"Reasonable copying fee" is whatever you can justify on the basis of media cost,
3420duplication charges, time of people involved, and so on. (You will not be required to
3421justify it to the Copyright Holder, but only to the computing community at large as a
3422market that must bear the fee.)
3423"Freely Available" means that no fee is charged for the item itself, though there may
3424be fees involved in handling the item. It also means that recipients of the item may
3425redistribute it under the same conditions they received it.
34261. You may make and give away verbatim copies of the source form of the Standard
3427Version of this Package without restriction, provided that you duplicate all of the
3428original copyright notices and associated disclaimers.
3429
34302. You may apply bug fixes, portability fixes and other modifications derived from the
3431Public Domain or from the Copyright Holder. A Package modified in such a way shall
3432still be considered the Standard Version.
3433
34343. You may otherwise modify your copy of this Package in any way, provided that you
3435insert a prominent notice in each changed file stating how and when you changed that
3436file, and provided that you do at least ONE of the following:
3437
3438a) place your modifications in the Public Domain or otherwise make them Freely
3439Available, such as by posting said modifications to Usenet or an equivalent medium, or
3440placing the modifications on a major archive site such as ftp.uu.net, or by allowing
3441the Copyright Holder to include your modifications in the Standard Version of the
3442Package.
3443
3444b) use the modified Package only within your corporation or organization.
3445
3446c) rename any non-standard executables so the names do not conflict with standard
3447executables, which must also be provided, and provide a separate manual page for each
3448non-standard executable that clearly documents how it differs from the Standard
3449Version.
3450
3451d) make other distribution arrangements with the Copyright Holder.
3452
34534. You may distribute the programs of this Package in object code or executable form,
3454provided that you do at least ONE of the following:
3455
3456a) distribute a Standard Version of the executables and library files, together with
3457instructions (in the manual page or equivalent) on where to get the Standard Version.
3458
3459b) accompany the distribution with the machine-readable source of the Package with
3460your modifications.
3461
3462c) accompany any non-standard executables with their corresponding Standard Version
3463executables, giving the non-standard executables non-standard names, and clearly
3464documenting the differences in manual pages (or equivalent), together with
3465instructions on where to get the Standard Version.
3466
3467d) make other distribution arrangements with the Copyright Holder.
3468
34695. You may charge a reasonable copying fee for any distribution of this Package. You
3470may charge any fee you choose for support of this Package. You may not charge a fee
3471for this Package itself. However, you may distribute this Package in aggregate with
3472other (possibly commercial) programs as part of a larger (possibly commercial)
3473software distribution provided that you do not advertise this Package as a product of
3474your own.
3475
34766. The scripts and library files supplied as input to or produced as output from the
3477programs of this Package do not automatically fall under the copyright of this
3478Package, but belong to whomever generated them, and may be sold commercially, and may
3479be aggregated with this Package.
3480
34817. C or perl subroutines supplied by you and linked into this Package shall not be
3482considered part of this Package.
3483
34848. The name of the Copyright Holder may not be used to endorse or promote products
3485derived from this software without specific prior written permission.
3486
34879. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
3488INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS
3489FOR A PARTICULAR PURPOSE.
3490
3491The End
3492
3493</programlisting></para></section>
3494
3495<section id="lic_3">
3496<title>BSD</title>
3497<para><programlisting>
3498Copyright (c) The Regents of the University of California.
3499All rights reserved.
3500
3501Redistribution and use in source and binary forms, with or without
3502modification, are permitted provided that the following conditions
3503are met:
35041. Redistributions of source code must retain the above copyright
3505 notice, this list of conditions and the following disclaimer.
35062. Redistributions in binary form must reproduce the above copyright
3507 notice, this list of conditions and the following disclaimer in the
3508 documentation and/or other materials provided with the distribution.
35093. Neither the name of the University nor the names of its contributors
3510 may be used to endorse or promote products derived from this software
3511 without specific prior written permission.
3512
3513THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
3514ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3515IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3516ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3517FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3518DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3519OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3520HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3521LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3522OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3523SUCH DAMAGE.
3524</programlisting></para></section>
3525
3526<section id="lic_4">
3527<title>BSD-2-Clause</title>
3528<para><programlisting>
3529
3530The FreeBSD Copyright
3531
3532Copyright 1992-2010 The FreeBSD Project. All rights reserved.
3533
3534Redistribution and use in source and binary forms, with or without modification, are
3535permitted provided that the following conditions are met:
3536
3537Redistributions of source code must retain the above copyright notice, this list of
3538conditions and the following disclaimer.
3539Redistributions in binary form must reproduce the above copyright notice, this list of
3540conditions and the following disclaimer in the documentation and/or other materials
3541provided with the distribution.
3542THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS`` AND ANY EXPRESS OR IMPLIED
3543WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
3544AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD
3545PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3546EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3547SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3548HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3549OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3550SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3551
3552The views and conclusions contained in the software and documentation are those of the
3553authors and should not be interpreted as representing official policies, either
3554expressed or implied, of the FreeBSD Project.
3555
3556</programlisting></para></section>
3557
3558<section id="lic_5">
3559<title>BSD-3-Clause</title>
3560<para><programlisting>
3561
3562Copyright (c) &lt;YEAR&gt;, &lt;OWNER&gt;
3563All rights reserved.
3564
3565Redistribution and use in source and binary forms, with or without modification, are
3566permitted provided that the following conditions are met:
3567
3568Redistributions of source code must retain the above copyright notice, this list of
3569conditions and the following disclaimer.
3570Redistributions in binary form must reproduce the above copyright notice, this list of
3571conditions and the following disclaimer in the documentation and/or other materials
3572provided with the distribution.
3573Neither the name of the &lt;ORGANIZATION&gt; nor the names of its contributors may be
3574used to endorse or promote products derived from this software without specific prior
3575written permission.
3576THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
3577EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3578OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
3579SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3580INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3581TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3582BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3583CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
3584WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
3585DAMAGE.
3586
3587</programlisting></para></section>
3588
3589<section id="lic_6">
3590<title>BSD-4-Clause</title>
3591<para><programlisting>
3592
3593Copyright (c) &lt;year&gt;, &lt;copyright holder&gt;
3594All rights reserved.
3595
3596Redistribution and use in source and binary forms, with or without
3597modification, are permitted provided that the following conditions are met:
35981. Redistributions of source code must retain the above copyright
3599 notice, this list of conditions and the following disclaimer.
36002. Redistributions in binary form must reproduce the above copyright
3601 notice, this list of conditions and the following disclaimer in the
3602 documentation and/or other materials provided with the distribution.
36033. All advertising materials mentioning features or use of this software
3604 must display the following acknowledgement:
3605 This product includes software developed by the &lt;organization&gt;.
36064. Neither the name of the &lt;organization&gt; nor the
3607 names of its contributors may be used to endorse or promote products
3608 derived from this software without specific prior written permission.
3609
3610THIS SOFTWARE IS PROVIDED BY &lt;COPYRIGHT HOLDER&gt; ``AS IS`` AND ANY
3611EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3612WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3613DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY
3614DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3615(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3616LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3617ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3618(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3619SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3620
3621</programlisting></para></section>
3622
3623<section id="lic_7">
3624<title>BSL-1.0</title>
3625<para><programlisting>
3626
3627Boost Software License - Version 1.0 - August 17th, 2003
3628
3629Permission is hereby granted, free of charge, to any person or organization
3630obtaining a copy of the software and accompanying documentation covered by
3631this license (the "Software") to use, reproduce, display, distribute,
3632execute, and transmit the Software, and to prepare derivative works of the
3633Software, and to permit third-parties to whom the Software is furnished to
3634do so, all subject to the following:
3635
3636The copyright notices in the Software and this entire statement, including
3637the above license grant, this restriction and the following disclaimer,
3638must be included in all copies of the Software, in whole or in part, and
3639all derivative works of the Software, unless such copies or derivative
3640works are solely in the form of machine-executable object code generated by
3641a source language processor.
3642
3643THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3644IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3645FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
3646SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
3647FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
3648ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3649DEALINGS IN THE SOFTWARE.
3650
3651</programlisting></para></section>
3652
3653<section id="lic_8">
3654<title>Elfutils-Exception</title>
3655<para><programlisting>
3656 This file describes the limits of the Exception under which you are allowed
3657 to distribute Non-GPL Code in linked combination with Red Hat elfutils.
3658 For the full text of the license, please see one of the header files
3659 included with the source distribution or the file COPYING found in the
3660 top level directory of the source.
3661
3662 The Approved Interfaces are the functions declared in the files:
3663
3664 libelf.h
3665 libdw.h
3666 libdwfl.h
3667
3668</programlisting></para></section>
3669
3670<section id="lic_9">
3671<title>FSF-Unlimited</title>
3672<para><programlisting>
3673Copyright (C) 1997-2010 Free Software Foundation, Inc.
3674This file is free software; the Free Software Foundation
3675gives unlimited permission to copy and/or distribute it,
3676with or without modifications, as long as this notice is preserved.
3677</programlisting></para></section>
3678
3679<section id="lic_10">
3680<title>FreeType</title>
3681<para><programlisting>
3682 The FreeType Project LICENSE
3683 ----------------------------
3684
3685 2006-Jan-27
3686
3687 Copyright 1996-2002, 2006 by
3688 David Turner, Robert Wilhelm, and Werner Lemberg
3689
3690
3691
3692Introduction
3693============
3694
3695 The FreeType Project is distributed in several archive packages;
3696 some of them may contain, in addition to the FreeType font engine,
3697 various tools and contributions which rely on, or relate to, the
3698 FreeType Project.
3699
3700 This license applies to all files found in such packages, and
3701 which do not fall under their own explicit license. The license
3702 affects thus the FreeType font engine, the test programs,
3703 documentation and makefiles, at the very least.
3704
3705 This license was inspired by the BSD, Artistic, and IJG
3706 (Independent JPEG Group) licenses, which all encourage inclusion
3707 and use of free software in commercial and freeware products
3708 alike. As a consequence, its main points are that:
3709
3710 o We don't promise that this software works. However, we will be
3711 interested in any kind of bug reports. (`as is' distribution)
3712
3713 o You can use this software for whatever you want, in parts or
3714 full form, without having to pay us. (`royalty-free' usage)
3715
3716 o You may not pretend that you wrote this software. If you use
3717 it, or only parts of it, in a program, you must acknowledge
3718 somewhere in your documentation that you have used the
3719 FreeType code. (`credits')
3720
3721 We specifically permit and encourage the inclusion of this
3722 software, with or without modifications, in commercial products.
3723 We disclaim all warranties covering The FreeType Project and
3724 assume no liability related to The FreeType Project.
3725
3726
3727 Finally, many people asked us for a preferred form for a
3728 credit/disclaimer to use in compliance with this license. We thus
3729 encourage you to use the following text:
3730
3731 """
3732 Portions of this software are copyright � &lt;year&gt; The FreeType
3733 Project (www.freetype.org). All rights reserved.
3734 """
3735
3736 Please replace &lt;year&gt; with the value from the FreeType version you
3737 actually use.
3738
3739
3740Legal Terms
3741===========
3742
37430. Definitions
3744--------------
3745
3746 Throughout this license, the terms `package', `FreeType Project',
3747 and `FreeType archive' refer to the set of files originally
3748 distributed by the authors (David Turner, Robert Wilhelm, and
3749 Werner Lemberg) as the `FreeType Project', be they named as alpha,
3750 beta or final release.
3751
3752 `You' refers to the licensee, or person using the project, where
3753 `using' is a generic term including compiling the project's source
3754 code as well as linking it to form a `program' or `executable'.
3755 This program is referred to as `a program using the FreeType
3756 engine'.
3757
3758 This license applies to all files distributed in the original
3759 FreeType Project, including all source code, binaries and
3760 documentation, unless otherwise stated in the file in its
3761 original, unmodified form as distributed in the original archive.
3762 If you are unsure whether or not a particular file is covered by
3763 this license, you must contact us to verify this.
3764
3765 The FreeType Project is copyright (C) 1996-2000 by David Turner,
3766 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
3767 specified below.
3768
37691. No Warranty
3770--------------
3771
3772 THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
3773 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
3774 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3775 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
3776 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
3777 USE, OF THE FREETYPE PROJECT.
3778
37792. Redistribution
3780-----------------
3781
3782 This license grants a worldwide, royalty-free, perpetual and
3783 irrevocable right and license to use, execute, perform, compile,
3784 display, copy, create derivative works of, distribute and
3785 sublicense the FreeType Project (in both source and object code
3786 forms) and derivative works thereof for any purpose; and to
3787 authorize others to exercise some or all of the rights granted
3788 herein, subject to the following conditions:
3789
3790 o Redistribution of source code must retain this license file
3791 (`FTL.TXT') unaltered; any additions, deletions or changes to
3792 the original files must be clearly indicated in accompanying
3793 documentation. The copyright notices of the unaltered,
3794 original files must be preserved in all copies of source
3795 files.
3796
3797 o Redistribution in binary form must provide a disclaimer that
3798 states that the software is based in part of the work of the
3799 FreeType Team, in the distribution documentation. We also
3800 encourage you to put an URL to the FreeType web page in your
3801 documentation, though this isn't mandatory.
3802
3803 These conditions apply to any software derived from or based on
3804 the FreeType Project, not just the unmodified files. If you use
3805 our work, you must acknowledge us. However, no fee need be paid
3806 to us.
3807
38083. Advertising
3809--------------
3810
3811 Neither the FreeType authors and contributors nor you shall use
3812 the name of the other for commercial, advertising, or promotional
3813 purposes without specific prior written permission.
3814
3815 We suggest, but do not require, that you use one or more of the
3816 following phrases to refer to this software in your documentation
3817 or advertising materials: `FreeType Project', `FreeType Engine',
3818 `FreeType library', or `FreeType Distribution'.
3819
3820 As you have not signed this license, you are not required to
3821 accept it. However, as the FreeType Project is copyrighted
3822 material, only this license, or another one contracted with the
3823 authors, grants you the right to use, distribute, and modify it.
3824 Therefore, by using, distributing, or modifying the FreeType
3825 Project, you indicate that you understand and accept all the terms
3826 of this license.
3827
38284. Contacts
3829-----------
3830
3831 There are two mailing lists related to FreeType:
3832
3833 o freetype@nongnu.org
3834
3835 Discusses general use and applications of FreeType, as well as
3836 future and wanted additions to the library and distribution.
3837 If you are looking for support, start in this list if you
3838 haven't found anything to help you in the documentation.
3839
3840 o freetype-devel@nongnu.org
3841
3842 Discusses bugs, as well as engine internals, design issues,
3843 specific licenses, porting, etc.
3844
3845 Our home page can be found at
3846
3847 http://www.freetype.org
3848
3849
3850--- end of FTL.TXT ---
3851
3852</programlisting></para></section>
3853
3854<section id="lic_11">
3855<title>GPL-1.0</title>
3856<para><programlisting>
3857
3858GNU General Public License, version 1
3859
3860 GNU GENERAL PUBLIC LICENSE
3861 Version 1, February 1989
3862
3863 Copyright (C) 1989 Free Software Foundation, Inc.
3864 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3865 Everyone is permitted to copy and distribute verbatim copies
3866 of this license document, but changing it is not allowed.
3867
3868 Preamble
3869
3870 The license agreements of most software companies try to keep users
3871at the mercy of those companies. By contrast, our General Public
3872License is intended to guarantee your freedom to share and change free
3873software--to make sure the software is free for all its users. The
3874General Public License applies to the Free Software Foundation`s
3875software and to any other program whose authors commit to using it.
3876You can use it for your programs, too.
3877
3878 When we speak of free software, we are referring to freedom, not
3879price. Specifically, the General Public License is designed to make
3880sure that you have the freedom to give away or sell copies of free
3881software, that you receive source code or can get it if you want it,
3882that you can change the software or use pieces of it in new free
3883programs; and that you know you can do these things.
3884
3885 To protect your rights, we need to make restrictions that forbid
3886anyone to deny you these rights or to ask you to surrender the rights.
3887These restrictions translate to certain responsibilities for you if you
3888distribute copies of the software, or if you modify it.
3889
3890 For example, if you distribute copies of a such a program, whether
3891gratis or for a fee, you must give the recipients all the rights that
3892you have. You must make sure that they, too, receive or can get the
3893source code. And you must tell them their rights.
3894
3895 We protect your rights with two steps: (1) copyright the software, and
3896(2) offer you this license which gives you legal permission to copy,
3897distribute and/or modify the software.
3898
3899 Also, for each author`s protection and ours, we want to make certain
3900that everyone understands that there is no warranty for this free
3901software. If the software is modified by someone else and passed on, we
3902want its recipients to know that what they have is not the original, so
3903that any problems introduced by others will not reflect on the original
3904authors` reputations.
3905
3906 The precise terms and conditions for copying, distribution and
3907modification follow.
3908
3909 GNU GENERAL PUBLIC LICENSE
3910 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
3911
3912 0. This License Agreement applies to any program or other work which
3913contains a notice placed by the copyright holder saying it may be
3914distributed under the terms of this General Public License. The
3915"Program", below, refers to any such program or work, and a "work based
3916on the Program" means either the Program or any work containing the
3917Program or a portion of it, either verbatim or with modifications. Each
3918licensee is addressed as "you".
3919
3920 1. You may copy and distribute verbatim copies of the Program`s source
3921code as you receive it, in any medium, provided that you conspicuously and
3922appropriately publish on each copy an appropriate copyright notice and
3923disclaimer of warranty; keep intact all the notices that refer to this
3924General Public License and to the absence of any warranty; and give any
3925other recipients of the Program a copy of this General Public License
3926along with the Program. You may charge a fee for the physical act of
3927transferring a copy.
3928
3929 2. You may modify your copy or copies of the Program or any portion of
3930it, and copy and distribute such modifications under the terms of Paragraph
39311 above, provided that you also do the following:
3932
3933 a) cause the modified files to carry prominent notices stating that
3934 you changed the files and the date of any change; and
3935
3936 b) cause the whole of any work that you distribute or publish, that
3937 in whole or in part contains the Program or any part thereof, either
3938 with or without modifications, to be licensed at no charge to all
3939 third parties under the terms of this General Public License (except
3940 that you may choose to grant warranty protection to some or all
3941 third parties, at your option).
3942
3943 c) If the modified program normally reads commands interactively when
3944 run, you must cause it, when started running for such interactive use
3945 in the simplest and most usual way, to print or display an
3946 announcement including an appropriate copyright notice and a notice
3947 that there is no warranty (or else, saying that you provide a
3948 warranty) and that users may redistribute the program under these
3949 conditions, and telling the user how to view a copy of this General
3950 Public License.
3951
3952 d) You may charge a fee for the physical act of transferring a
3953 copy, and you may at your option offer warranty protection in
3954 exchange for a fee.
3955
3956Mere aggregation of another independent work with the Program (or its
3957derivative) on a volume of a storage or distribution medium does not bring
3958the other work under the scope of these terms.
3959
3960 3. You may copy and distribute the Program (or a portion or derivative of
3961it, under Paragraph 2) in object code or executable form under the terms of
3962Paragraphs 1 and 2 above provided that you also do one of the following:
3963
3964 a) accompany it with the complete corresponding machine-readable
3965 source code, which must be distributed under the terms of
3966 Paragraphs 1 and 2 above; or,
3967
3968 b) accompany it with a written offer, valid for at least three
3969 years, to give any third party free (except for a nominal charge
3970 for the cost of distribution) a complete machine-readable copy of the
3971 corresponding source code, to be distributed under the terms of
3972 Paragraphs 1 and 2 above; or,
3973
3974 c) accompany it with the information you received as to where the
3975 corresponding source code may be obtained. (This alternative is
3976 allowed only for noncommercial distribution and only if you
3977 received the program in object code or executable form alone.)
3978
3979Source code for a work means the preferred form of the work for making
3980modifications to it. For an executable file, complete source code means
3981all the source code for all modules it contains; but, as a special
3982exception, it need not include source code for modules which are standard
3983libraries that accompany the operating system on which the executable
3984file runs, or for standard header files or definitions files that
3985accompany that operating system.
3986
3987 4. You may not copy, modify, sublicense, distribute or transfer the
3988Program except as expressly provided under this General Public License.
3989Any attempt otherwise to copy, modify, sublicense, distribute or transfer
3990the Program is void, and will automatically terminate your rights to use
3991the Program under this License. However, parties who have received
3992copies, or rights to use copies, from you under this General Public
3993License will not have their licenses terminated so long as such parties
3994remain in full compliance.
3995
3996 5. By copying, distributing or modifying the Program (or any work based
3997on the Program) you indicate your acceptance of this license to do so,
3998and all its terms and conditions.
3999
4000 6. Each time you redistribute the Program (or any work based on the
4001Program), the recipient automatically receives a license from the original
4002licensor to copy, distribute or modify the Program subject to these
4003terms and conditions. You may not impose any further restrictions on the
4004recipients` exercise of the rights granted herein.
4005
4006 7. The Free Software Foundation may publish revised and/or new versions
4007of the General Public License from time to time. Such new versions will
4008be similar in spirit to the present version, but may differ in detail to
4009address new problems or concerns.
4010
4011Each version is given a distinguishing version number. If the Program
4012specifies a version number of the license which applies to it and "any
4013later version", you have the option of following the terms and conditions
4014either of that version or of any later version published by the Free
4015Software Foundation. If the Program does not specify a version number of
4016the license, you may choose any version ever published by the Free Software
4017Foundation.
4018
4019 8. If you wish to incorporate parts of the Program into other free
4020programs whose distribution conditions are different, write to the author
4021to ask for permission. For software which is copyrighted by the Free
4022Software Foundation, write to the Free Software Foundation; we sometimes
4023make exceptions for this. Our decision will be guided by the two goals
4024of preserving the free status of all derivatives of our free software and
4025of promoting the sharing and reuse of software generally.
4026
4027 NO WARRANTY
4028
4029 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
4030FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
4031OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
4032PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
4033OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4034MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
4035TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
4036PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
4037REPAIR OR CORRECTION.
4038
4039 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
4040WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
4041REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
4042INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
4043OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
4044TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
4045YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
4046PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4047POSSIBILITY OF SUCH DAMAGES.
4048
4049 END OF TERMS AND CONDITIONS
4050
4051 Appendix: How to Apply These Terms to Your New Programs
4052
4053 If you develop a new program, and you want it to be of the greatest
4054possible use to humanity, the best way to achieve this is to make it
4055free software which everyone can redistribute and change under these
4056terms.
4057
4058 To do so, attach the following notices to the program. It is safest to
4059attach them to the start of each source file to most effectively convey
4060the exclusion of warranty; and each file should have at least the
4061"copyright" line and a pointer to where the full notice is found.
4062
4063 &lt;one line to give the program`s name and a brief idea of what it does.&gt;
4064 Copyright (C) 19yy &lt;name of author&gt;
4065
4066 This program is free software; you can redistribute it and/or modify
4067 it under the terms of the GNU General Public License as published by
4068 the Free Software Foundation; either version 1, or (at your option)
4069 any later version.
4070
4071 This program is distributed in the hope that it will be useful,
4072 but WITHOUT ANY WARRANTY; without even the implied warranty of
4073 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4074 GNU General Public License for more details.
4075
4076 You should have received a copy of the GNU General Public License
4077 along with this program; if not, write to the Free Software
4078 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
4079
4080Also add information on how to contact you by electronic and paper mail.
4081
4082If the program is interactive, make it output a short notice like this
4083when it starts in an interactive mode:
4084
4085 Gnomovision version 69, Copyright (C) 19xx name of author
4086 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w`.
4087 This is free software, and you are welcome to redistribute it
4088 under certain conditions; type `show c` for details.
4089
4090The hypothetical commands `show w` and `show c` should show the
4091appropriate parts of the General Public License. Of course, the
4092commands you use may be called something other than `show w` and `show
4093c`; they could even be mouse-clicks or menu items--whatever suits your
4094program.
4095
4096You should also get your employer (if you work as a programmer) or your
4097school, if any, to sign a "copyright disclaimer" for the program, if
4098necessary. Here a sample; alter the names:
4099
4100 Yoyodyne, Inc., hereby disclaims all copyright interest in the
4101 program `Gnomovision` (a program to direct compilers to make passes
4102 at assemblers) written by James Hacker.
4103
4104 &lt;signature of Ty Coon&gt;, 1 April 1989
4105 Ty Coon, President of Vice
4106
4107That`s all there is to it!
4108
4109</programlisting></para></section>
4110
4111<section id="lic_12">
4112<title>GPL-2.0</title>
4113<para><programlisting>
4114
4115GNU GENERAL PUBLIC LICENSE
4116
4117Version 2, June 1991
4118
4119Copyright (C) 1989, 1991 Free Software Foundation, Inc.
412051 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
4121
4122Everyone is permitted to copy and distribute verbatim copies
4123of this license document, but changing it is not allowed.
4124Preamble
4125
4126The licenses for most software are designed to take away your freedom to share and
4127change it. By contrast, the GNU General Public License is intended to guarantee your
4128freedom to share and change free software--to make sure the software is free for all
4129its users. This General Public License applies to most of the Free Software
4130Foundation`s software and to any other program whose authors commit to using it. (Some
4131other Free Software Foundation software is covered by the GNU Lesser General Public
4132License instead.) You can apply it to your programs, too.
4133
4134When we speak of free software, we are referring to freedom, not price. Our General
4135Public Licenses are designed to make sure that you have the freedom to distribute
4136copies of free software (and charge for this service if you wish), that you receive
4137source code or can get it if you want it, that you can change the software or use
4138pieces of it in new free programs; and that you know you can do these things.
4139
4140To protect your rights, we need to make restrictions that forbid anyone to deny you
4141these rights or to ask you to surrender the rights. These restrictions translate to
4142certain responsibilities for you if you distribute copies of the software, or if you
4143modify it.
4144
4145For example, if you distribute copies of such a program, whether gratis or for a fee,
4146you must give the recipients all the rights that you have. You must make sure that
4147they, too, receive or can get the source code. And you must show them these terms so
4148they know their rights.
4149
4150We protect your rights with two steps: (1) copyright the software, and (2) offer you
4151this license which gives you legal permission to copy, distribute and/or modify the
4152software.
4153
4154Also, for each author`s protection and ours, we want to make certain that everyone
4155understands that there is no warranty for this free software. If the software is
4156modified by someone else and passed on, we want its recipients to know that what they
4157have is not the original, so that any problems introduced by others will not reflect
4158on the original authors` reputations.
4159
4160Finally, any free program is threatened constantly by software patents. We wish to
4161avoid the danger that redistributors of a free program will individually obtain patent
4162licenses, in effect making the program proprietary. To prevent this, we have made it
4163clear that any patent must be licensed for everyone`s free use or not licensed at all.
4164
4165The precise terms and conditions for copying, distribution and modification follow.
4166
4167TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4168
41690. This License applies to any program or other work which contains a notice placed by
4170the copyright holder saying it may be distributed under the terms of this General
4171Public License. The "Program", below, refers to any such program or work, and a "work
4172based on the Program" means either the Program or any derivative work under copyright
4173law: that is to say, a work containing the Program or a portion of it, either verbatim
4174or with modifications and/or translated into another language. (Hereinafter,
4175translation is included without limitation in the term "modification".) Each licensee
4176is addressed as "you".
4177
4178Activities other than copying, distribution and modification are not covered by this
4179License; they are outside its scope. The act of running the Program is not restricted,
4180and the output from the Program is covered only if its contents constitute a work
4181based on the Program (independent of having been made by running the Program). Whether
4182that is true depends on what the Program does.
4183
41841. You may copy and distribute verbatim copies of the Program`s source code as you
4185receive it, in any medium, provided that you conspicuously and appropriately publish
4186on each copy an appropriate copyright notice and disclaimer of warranty; keep intact
4187all the notices that refer to this License and to the absence of any warranty; and
4188give any other recipients of the Program a copy of this License along with the
4189Program.
4190
4191You may charge a fee for the physical act of transferring a copy, and you may at your
4192option offer warranty protection in exchange for a fee.
4193
41942. You may modify your copy or copies of the Program or any portion of it, thus
4195forming a work based on the Program, and copy and distribute such modifications or
4196work under the terms of Section 1 above, provided that you also meet all of these
4197conditions:
4198
4199a) You must cause the modified files to carry prominent notices stating that you
4200changed the files and the date of any change.
4201b) You must cause any work that you distribute or publish, that in whole or in part
4202contains or is derived from the Program or any part thereof, to be licensed as a whole
4203at no charge to all third parties under the terms of this License.
4204c) If the modified program normally reads commands interactively when run, you must
4205cause it, when started running for such interactive use in the most ordinary way, to
4206print or display an announcement including an appropriate copyright notice and a
4207notice that there is no warranty (or else, saying that you provide a warranty) and
4208that users may redistribute the program under these conditions, and telling the user
4209how to view a copy of this License. (Exception: if the Program itself is interactive
4210but does not normally print such an announcement, your work based on the Program is
4211not required to print an announcement.)
4212These requirements apply to the modified work as a whole. If identifiable sections of
4213that work are not derived from the Program, and can be reasonably considered
4214independent and separate works in themselves, then this License, and its terms, do not
4215apply to those sections when you distribute them as separate works. But when you
4216distribute the same sections as part of a whole which is a work based on the Program,
4217the distribution of the whole must be on the terms of this License, whose permissions
4218for other licensees extend to the entire whole, and thus to each and every part
4219regardless of who wrote it.
4220
4221Thus, it is not the intent of this section to claim rights or contest your rights to
4222work written entirely by you; rather, the intent is to exercise the right to control
4223the distribution of derivative or collective works based on the Program.
4224
4225In addition, mere aggregation of another work not based on the Program with the
4226Program (or with a work based on the Program) on a volume of a storage or distribution
4227medium does not bring the other work under the scope of this License.
4228
42293. You may copy and distribute the Program (or a work based on it, under Section 2) in
4230object code or executable form under the terms of Sections 1 and 2 above provided that
4231you also do one of the following:
4232
4233a) Accompany it with the complete corresponding machine-readable source code, which
4234must be distributed under the terms of Sections 1 and 2 above on a medium customarily
4235used for software interchange; or,
4236b) Accompany it with a written offer, valid for at least three years, to give any
4237third party, for a charge no more than your cost of physically performing source
4238distribution, a complete machine-readable copy of the corresponding source code, to be
4239distributed under the terms of Sections 1 and 2 above on a medium customarily used for
4240software interchange; or,
4241c) Accompany it with the information you received as to the offer to distribute
4242corresponding source code. (This alternative is allowed only for noncommercial
4243distribution and only if you received the program in object code or executable form
4244with such an offer, in accord with Subsection b above.)
4245The source code for a work means the preferred form of the work for making
4246modifications to it. For an executable work, complete source code means all the source
4247code for all modules it contains, plus any associated interface definition files, plus
4248the scripts used to control compilation and installation of the executable. However,
4249as a special exception, the source code distributed need not include anything that is
4250normally distributed (in either source or binary form) with the major components
4251(compiler, kernel, and so on) of the operating system on which the executable runs,
4252unless that component itself accompanies the executable.
4253
4254If distribution of executable or object code is made by offering access to copy from a
4255designated place, then offering equivalent access to copy the source code from the
4256same place counts as distribution of the source code, even though third parties are
4257not compelled to copy the source along with the object code.
4258
42594. You may not copy, modify, sublicense, or distribute the Program except as expressly
4260provided under this License. Any attempt otherwise to copy, modify, sublicense or
4261distribute the Program is void, and will automatically terminate your rights under
4262this License. However, parties who have received copies, or rights, from you under
4263this License will not have their licenses terminated so long as such parties remain in
4264full compliance.
4265
42665. You are not required to accept this License, since you have not signed it. However,
4267nothing else grants you permission to modify or distribute the Program or its
4268derivative works. These actions are prohibited by law if you do not accept this
4269License. Therefore, by modifying or distributing the Program (or any work based on the
4270Program), you indicate your acceptance of this License to do so, and all its terms and
4271conditions for copying, distributing or modifying the Program or works based on it.
4272
42736. Each time you redistribute the Program (or any work based on the Program), the
4274recipient automatically receives a license from the original licensor to copy,
4275distribute or modify the Program subject to these terms and conditions. You may not
4276impose any further restrictions on the recipients` exercise of the rights granted
4277herein. You are not responsible for enforcing compliance by third parties to this
4278License.
4279
42807. If, as a consequence of a court judgment or allegation of patent infringement or
4281for any other reason (not limited to patent issues), conditions are imposed on you
4282(whether by court order, agreement or otherwise) that contradict the conditions of
4283this License, they do not excuse you from the conditions of this License. If you
4284cannot distribute so as to satisfy simultaneously your obligations under this License
4285and any other pertinent obligations, then as a consequence you may not distribute the
4286Program at all. For example, if a patent license would not permit royalty-free
4287redistribution of the Program by all those who receive copies directly or indirectly
4288through you, then the only way you could satisfy both it and this License would be to
4289refrain entirely from distribution of the Program.
4290
4291If any portion of this section is held invalid or unenforceable under any particular
4292circumstance, the balance of the section is intended to apply and the section as a
4293whole is intended to apply in other circumstances.
4294
4295It is not the purpose of this section to induce you to infringe any patents or other
4296property right claims or to contest validity of any such claims; this section has the
4297sole purpose of protecting the integrity of the free software distribution system,
4298which is implemented by public license practices. Many people have made generous
4299contributions to the wide range of software distributed through that system in
4300reliance on consistent application of that system; it is up to the author/donor to
4301decide if he or she is willing to distribute software through any other system and a
4302licensee cannot impose that choice.
4303
4304This section is intended to make thoroughly clear what is believed to be a consequence
4305of the rest of this License.
4306
43078. If the distribution and/or use of the Program is restricted in certain countries
4308either by patents or by copyrighted interfaces, the original copyright holder who
4309places the Program under this License may add an explicit geographical distribution
4310limitation excluding those countries, so that distribution is permitted only in or
4311among countries not thus excluded. In such case, this License incorporates the
4312limitation as if written in the body of this License.
4313
43149. The Free Software Foundation may publish revised and/or new versions of the General
4315Public License from time to time. Such new versions will be similar in spirit to the
4316present version, but may differ in detail to address new problems or concerns.
4317
4318Each version is given a distinguishing version number. If the Program specifies a
4319version number of this License which applies to it and "any later version", you have
4320the option of following the terms and conditions either of that version or of any
4321later version published by the Free Software Foundation. If the Program does not
4322specify a version number of this License, you may choose any version ever published by
4323the Free Software Foundation.
4324
432510. If you wish to incorporate parts of the Program into other free programs whose
4326distribution conditions are different, write to the author to ask for permission. For
4327software which is copyrighted by the Free Software Foundation, write to the Free
4328Software Foundation; we sometimes make exceptions for this. Our decision will be
4329guided by the two goals of preserving the free status of all derivatives of our free
4330software and of promoting the sharing and reuse of software generally.
4331
4332NO WARRANTY
4333
433411. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
4335PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN
4336WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
4337WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
4338IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
4339RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM
4340PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
4341
434212. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
4343COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS
4344PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
4345INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
4346PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
4347OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
4348WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4349POSSIBILITY OF SUCH DAMAGES.
4350
4351END OF TERMS AND CONDITIONS
4352
4353How to Apply These Terms to Your New Programs
4354
4355If you develop a new program, and you want it to be of the greatest possible use to
4356the public, the best way to achieve this is to make it free software which everyone
4357can redistribute and change under these terms.
4358
4359To do so, attach the following notices to the program. It is safest to attach them to
4360the start of each source file to most effectively convey the exclusion of warranty;
4361and each file should have at least the "copyright" line and a pointer to where the
4362full notice is found.
4363
4364one line to give the program`s name and an idea of what it does.
4365Copyright (C) yyyy name of author
4366
4367This program is free software; you can redistribute it and/or
4368modify it under the terms of the GNU General Public License
4369as published by the Free Software Foundation; either version 2
4370of the License, or (at your option) any later version.
4371
4372This program is distributed in the hope that it will be useful,
4373but WITHOUT ANY WARRANTY; without even the implied warranty of
4374MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4375GNU General Public License for more details.
4376
4377You should have received a copy of the GNU General Public License
4378along with this program; if not, write to the Free Software
4379Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
4380Also add information on how to contact you by electronic and paper mail.
4381
4382If the program is interactive, make it output a short notice like this when it starts
4383in an interactive mode:
4384
4385Gnomovision version 69, Copyright (C) year name of author
4386Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
4387type `show w`. This is free software, and you are welcome
4388to redistribute it under certain conditions; type `show c`
4389for details.
4390The hypothetical commands `show w` and `show c` should show the appropriate parts of
4391the General Public License. Of course, the commands you use may be called something
4392other than `show w` and `show c`; they could even be mouse-clicks or menu
4393items--whatever suits your program.
4394
4395You should also get your employer (if you work as a programmer) or your school, if
4396any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample;
4397alter the names:
4398
4399Yoyodyne, Inc., hereby disclaims all copyright
4400interest in the program `Gnomovision`
4401(which makes passes at compilers) written
4402by James Hacker.
4403
4404signature of Ty Coon, 1 April 1989
4405Ty Coon, President of Vice
4406This General Public License does not permit incorporating your program into
4407proprietary programs. If your program is a subroutine library, you may consider it
4408more useful to permit linking proprietary applications with the library. If this is
4409what you want to do, use the GNU Lesser General Public License instead of this
4410License.
4411
4412</programlisting></para></section>
4413
4414<section id="lic_13">
4415<title>GPL-3.0</title>
4416<para><programlisting>
4417GNU GENERAL PUBLIC LICENSE
4418
4419Version 3, 29 June 2007
4420
4421Copyright © 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
4422
4423Everyone is permitted to copy and distribute verbatim copies of this license document,
4424but changing it is not allowed.
4425Preamble
4426
4427The GNU General Public License is a free, copyleft license for software and other
4428kinds of works.
4429
4430The licenses for most software and other practical works are designed to take away
4431your freedom to share and change the works. By contrast, the GNU General Public
4432License is intended to guarantee your freedom to share and change all versions of a
4433program--to make sure it remains free software for all its users. We, the Free
4434Software Foundation, use the GNU General Public License for most of our software; it
4435applies also to any other work released this way by its authors. You can apply it to
4436your programs, too.
4437
4438When we speak of free software, we are referring to freedom, not price. Our General
4439Public Licenses are designed to make sure that you have the freedom to distribute
4440copies of free software (and charge for them if you wish), that you receive source
4441code or can get it if you want it, that you can change the software or use pieces of
4442it in new free programs, and that you know you can do these things.
4443
4444To protect your rights, we need to prevent others from denying you these rights or
4445asking you to surrender the rights. Therefore, you have certain responsibilities if
4446you distribute copies of the software, or if you modify it: responsibilities to
4447respect the freedom of others.
4448
4449For example, if you distribute copies of such a program, whether gratis or for a fee,
4450you must pass on to the recipients the same freedoms that you received. You must make
4451sure that they, too, receive or can get the source code. And you must show them these
4452terms so they know their rights.
4453
4454Developers that use the GNU GPL protect your rights with two steps: (1) assert
4455copyright on the software, and (2) offer you this License giving you legal permission
4456to copy, distribute and/or modify it.
4457
4458For the developers' and authors' protection, the GPL clearly explains that there is no
4459warranty for this free software. For both users' and authors' sake, the GPL requires
4460that modified versions be marked as changed, so that their problems will not be
4461attributed erroneously to authors of previous versions.
4462
4463Some devices are designed to deny users access to install or run modified versions of
4464the software inside them, although the manufacturer can do so. This is fundamentally
4465incompatible with the aim of protecting users' freedom to change the software. The
4466systematic pattern of such abuse occurs in the area of products for individuals to
4467use, which is precisely where it is most unacceptable. Therefore, we have designed
4468this version of the GPL to prohibit the practice for those products. If such problems
4469arise substantially in other domains, we stand ready to extend this provision to those
4470domains in future versions of the GPL, as needed to protect the freedom of users.
4471
4472Finally, every program is threatened constantly by software patents. States should not
4473allow patents to restrict development and use of software on general-purpose
4474computers, but in those that do, we wish to avoid the special danger that patents
4475applied to a free program could make it effectively proprietary. To prevent this, the
4476GPL assures that patents cannot be used to render the program non-free.
4477
4478The precise terms and conditions for copying, distribution and modification follow.
4479TERMS AND CONDITIONS
44800. Definitions.
4481
4482&rdquor;This License&rdquo; refers to version 3 of the GNU General Public License.
4483
4484&rdquor;Copyright&rdquo; also means copyright-like laws that apply to other kinds of
4485works, such as semiconductor masks.
4486
4487&rdquor;The Program&rdquo; refers to any copyrightable work licensed under this
4488License. Each licensee is addressed as &rdquor;you&rdquo;. &rdquor;Licensees&rdquo;
4489and &rdquor;recipients&rdquo; may be individuals or organizations.
4490
4491To &rdquor;modify&rdquo; a work means to copy from or adapt all or part of the work in
4492a fashion requiring copyright permission, other than the making of an exact copy. The
4493resulting work is called a &rdquor;modified version&rdquo; of the earlier work or a
4494work &rdquor;based on&rdquo; the earlier work.
4495
4496A &rdquor;covered work&rdquo; means either the unmodified Program or a work based on
4497the Program.
4498
4499To &rdquor;propagate&rdquo; a work means to do anything with it that, without
4500permission, would make you directly or secondarily liable for infringement under
4501applicable copyright law, except executing it on a computer or modifying a private
4502copy. Propagation includes copying, distribution (with or without modification),
4503making available to the public, and in some countries other activities as well.
4504
4505To &rdquor;convey&rdquo; a work means any kind of propagation that enables other
4506parties to make or receive copies. Mere interaction with a user through a computer
4507network, with no transfer of a copy, is not conveying.
4508
4509An interactive user interface displays &rdquor;Appropriate Legal Notices&rdquo; to the
4510extent that it includes a convenient and prominently visible feature that (1) displays
4511an appropriate copyright notice, and (2) tells the user that there is no warranty for
4512the work (except to the extent that warranties are provided), that licensees may
4513convey the work under this License, and how to view a copy of this License. If the
4514interface presents a list of user commands or options, such as a menu, a prominent
4515item in the list meets this criterion.
45161. Source Code.
4517
4518The &rdquor;source code&rdquo; for a work means the preferred form of the work for
4519making modifications to it. &rdquor;Object code&rdquo; means any non-source form of a
4520work.
4521
4522A &rdquor;Standard Interface&rdquo; means an interface that either is an official
4523standard defined by a recognized standards body, or, in the case of interfaces
4524specified for a particular programming language, one that is widely used among
4525developers working in that language.
4526
4527The &rdquor;System Libraries&rdquo; of an executable work include anything, other than
4528the work as a whole, that (a) is included in the normal form of packaging a Major
4529Component, but which is not part of that Major Component, and (b) serves only to
4530enable use of the work with that Major Component, or to implement a Standard Interface
4531for which an implementation is available to the public in source code form. A
4532&rdquor;Major Component&rdquo;, in this context, means a major essential component
4533(kernel, window system, and so on) of the specific operating system (if any) on which
4534the executable work runs, or a compiler used to produce the work, or an object code
4535interpreter used to run it.
4536
4537The &rdquor;Corresponding Source&rdquo; for a work in object code form means all the
4538source code needed to generate, install, and (for an executable work) run the object
4539code and to modify the work, including scripts to control those activities. However,
4540it does not include the work's System Libraries, or general-purpose tools or generally
4541available free programs which are used unmodified in performing those activities but
4542which are not part of the work. For example, Corresponding Source includes interface
4543definition files associated with source files for the work, and the source code for
4544shared libraries and dynamically linked subprograms that the work is specifically
4545designed to require, such as by intimate data communication or control flow between
4546those subprograms and other parts of the work.
4547
4548The Corresponding Source need not include anything that users can regenerate
4549automatically from other parts of the Corresponding Source.
4550
4551The Corresponding Source for a work in source code form is that same work.
45522. Basic Permissions.
4553
4554All rights granted under this License are granted for the term of copyright on the
4555Program, and are irrevocable provided the stated conditions are met. This License
4556explicitly affirms your unlimited permission to run the unmodified Program. The output
4557from running a covered work is covered by this License only if the output, given its
4558content, constitutes a covered work. This License acknowledges your rights of fair use
4559or other equivalent, as provided by copyright law.
4560
4561You may make, run and propagate covered works that you do not convey, without
4562conditions so long as your license otherwise remains in force. You may convey covered
4563works to others for the sole purpose of having them make modifications exclusively for
4564you, or provide you with facilities for running those works, provided that you comply
4565with the terms of this License in conveying all material for which you do not control
4566copyright. Those thus making or running the covered works for you must do so
4567exclusively on your behalf, under your direction and control, on terms that prohibit
4568them from making any copies of your copyrighted material outside their relationship
4569with you.
4570
4571Conveying under any other circumstances is permitted solely under the conditions
4572stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
45733. Protecting Users' Legal Rights From Anti-Circumvention Law.
4574
4575No covered work shall be deemed part of an effective technological measure under any
4576applicable law fulfilling obligations under article 11 of the WIPO copyright treaty
4577adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention
4578of such measures.
4579
4580When you convey a covered work, you waive any legal power to forbid circumvention of
4581technological measures to the extent such circumvention is effected by exercising
4582rights under this License with respect to the covered work, and you disclaim any
4583intention to limit operation or modification of the work as a means of enforcing,
4584against the work's users, your or third parties' legal rights to forbid circumvention
4585of technological measures.
45864. Conveying Verbatim Copies.
4587
4588You may convey verbatim copies of the Program's source code as you receive it, in any
4589medium, provided that you conspicuously and appropriately publish on each copy an
4590appropriate copyright notice; keep intact all notices stating that this License and
4591any non-permissive terms added in accord with section 7 apply to the code; keep intact
4592all notices of the absence of any warranty; and give all recipients a copy of this
4593License along with the Program.
4594
4595You may charge any price or no price for each copy that you convey, and you may offer
4596support or warranty protection for a fee.
45975. Conveying Modified Source Versions.
4598
4599You may convey a work based on the Program, or the modifications to produce it from
4600the Program, in the form of source code under the terms of section 4, provided that
4601you also meet all of these conditions:
4602
4603 * a) The work must carry prominent notices stating that you modified it, and
4604giving a relevant date.
4605 * b) The work must carry prominent notices stating that it is released under this
4606License and any conditions added under section 7. This requirement modifies the
4607requirement in section 4 to &rdquor;keep intact all notices&rdquo;.
4608 * c) You must license the entire work, as a whole, under this License to anyone
4609who comes into possession of a copy. This License will therefore apply, along with any
4610applicable section 7 additional terms, to the whole of the work, and all its parts,
4611regardless of how they are packaged. This License gives no permission to license the
4612work in any other way, but it does not invalidate such permission if you have
4613separately received it.
4614 * d) If the work has interactive user interfaces, each must display Appropriate
4615Legal Notices; however, if the Program has interactive interfaces that do not display
4616Appropriate Legal Notices, your work need not make them do so.
4617
4618A compilation of a covered work with other separate and independent works, which are
4619not by their nature extensions of the covered work, and which are not combined with it
4620such as to form a larger program, in or on a volume of a storage or distribution
4621medium, is called an &rdquor;aggregate&rdquo; if the compilation and its resulting
4622copyright are not used to limit the access or legal rights of the compilation's users
4623beyond what the individual works permit. Inclusion of a covered work in an aggregate
4624does not cause this License to apply to the other parts of the aggregate.
46256. Conveying Non-Source Forms.
4626
4627You may convey a covered work in object code form under the terms of sections 4 and 5,
4628provided that you also convey the machine-readable Corresponding Source under the
4629terms of this License, in one of these ways:
4630
4631 * a) Convey the object code in, or embodied in, a physical product (including a
4632physical distribution medium), accompanied by the Corresponding Source fixed on a
4633durable physical medium customarily used for software interchange.
4634 * b) Convey the object code in, or embodied in, a physical product (including a
4635physical distribution medium), accompanied by a written offer, valid for at least
4636three years and valid for as long as you offer spare parts or customer support for
4637that product model, to give anyone who possesses the object code either (1) a copy of
4638the Corresponding Source for all the software in the product that is covered by this
4639License, on a durable physical medium customarily used for software interchange, for a
4640price no more than your reasonable cost of physically performing this conveying of
4641source, or (2) access to copy the Corresponding Source from a network server at no
4642charge.
4643 * c) Convey individual copies of the object code with a copy of the written offer
4644to provide the Corresponding Source. This alternative is allowed only occasionally and
4645noncommercially, and only if you received the object code with such an offer, in
4646accord with subsection 6b.
4647 * d) Convey the object code by offering access from a designated place (gratis or
4648for a charge), and offer equivalent access to the Corresponding Source in the same way
4649through the same place at no further charge. You need not require recipients to copy
4650the Corresponding Source along with the object code. If the place to copy the object
4651code is a network server, the Corresponding Source may be on a different server
4652(operated by you or a third party) that supports equivalent copying facilities,
4653provided you maintain clear directions next to the object code saying where to find
4654the Corresponding Source. Regardless of what server hosts the Corresponding Source,
4655you remain obligated to ensure that it is available for as long as needed to satisfy
4656these requirements.
4657 * e) Convey the object code using peer-to-peer transmission, provided you inform
4658other peers where the object code and Corresponding Source of the work are being
4659offered to the general public at no charge under subsection 6d.
4660
4661A separable portion of the object code, whose source code is excluded from the
4662Corresponding Source as a System Library, need not be included in conveying the object
4663code work.
4664
4665A &rdquor;User Product&rdquo; is either (1) a &rdquor;consumer product&rdquo;, which
4666means any tangible personal property which is normally used for personal, family, or
4667household purposes, or (2) anything designed or sold for incorporation into a
4668dwelling. In determining whether a product is a consumer product, doubtful cases shall
4669be resolved in favor of coverage. For a particular product received by a particular
4670user, &rdquor;normally used&rdquo; refers to a typical or common use of that class of
4671product, regardless of the status of the particular user or of the way in which the
4672particular user actually uses, or expects or is expected to use, the product. A
4673product is a consumer product regardless of whether the product has substantial
4674commercial, industrial or non-consumer uses, unless such uses represent the only
4675significant mode of use of the product.
4676
4677&rdquor;Installation Information&rdquo; for a User Product means any methods,
4678procedures, authorization keys, or other information required to install and execute
4679modified versions of a covered work in that User Product from a modified version of
4680its Corresponding Source. The information must suffice to ensure that the continued
4681functioning of the modified object code is in no case prevented or interfered with
4682solely because modification has been made.
4683
4684If you convey an object code work under this section in, or with, or specifically for
4685use in, a User Product, and the conveying occurs as part of a transaction in which the
4686right of possession and use of the User Product is transferred to the recipient in
4687perpetuity or for a fixed term (regardless of how the transaction is characterized),
4688the Corresponding Source conveyed under this section must be accompanied by the
4689Installation Information. But this requirement does not apply if neither you nor any
4690third party retains the ability to install modified object code on the User Product
4691(for example, the work has been installed in ROM).
4692
4693The requirement to provide Installation Information does not include a requirement to
4694continue to provide support service, warranty, or updates for a work that has been
4695modified or installed by the recipient, or for the User Product in which it has been
4696modified or installed. Access to a network may be denied when the modification itself
4697materially and adversely affects the operation of the network or violates the rules
4698and protocols for communication across the network.
4699
4700Corresponding Source conveyed, and Installation Information provided, in accord with
4701this section must be in a format that is publicly documented (and with an
4702implementation available to the public in source code form), and must require no
4703special password or key for unpacking, reading or copying.
47047. Additional Terms.
4705
4706&rdquor;Additional permissions&rdquo; are terms that supplement the terms of this
4707License by making exceptions from one or more of its conditions. Additional
4708permissions that are applicable to the entire Program shall be treated as though they
4709were included in this License, to the extent that they are valid under applicable law.
4710If additional permissions apply only to part of the Program, that part may be used
4711separately under those permissions, but the entire Program remains governed by this
4712License without regard to the additional permissions.
4713
4714When you convey a copy of a covered work, you may at your option remove any additional
4715permissions from that copy, or from any part of it. (Additional permissions may be
4716written to require their own removal in certain cases when you modify the work.) You
4717may place additional permissions on material, added by you to a covered work, for
4718which you have or can give appropriate copyright permission.
4719
4720Notwithstanding any other provision of this License, for material you add to a covered
4721work, you may (if authorized by the copyright holders of that material) supplement the
4722terms of this License with terms:
4723
4724 * a) Disclaiming warranty or limiting liability differently from the terms of
4725sections 15 and 16 of this License; or
4726 * b) Requiring preservation of specified reasonable legal notices or author
4727attributions in that material or in the Appropriate Legal Notices displayed by works
4728containing it; or
4729 * c) Prohibiting misrepresentation of the origin of that material, or requiring
4730that modified versions of such material be marked in reasonable ways as different from
4731the original version; or
4732 * d) Limiting the use for publicity purposes of names of licensors or authors of
4733the material; or
4734 * e) Declining to grant rights under trademark law for use of some trade names,
4735trademarks, or service marks; or
4736 * f) Requiring indemnification of licensors and authors of that material by anyone
4737who conveys the material (or modified versions of it) with contractual assumptions of
4738liability to the recipient, for any liability that these contractual assumptions
4739directly impose on those licensors and authors.
4740
4741All other non-permissive additional terms are considered &rdquor;further
4742restrictions&rdquo; within the meaning of section 10. If the Program as you received
4743it, or any part of it, contains a notice stating that it is governed by this License
4744along with a term that is a further restriction, you may remove that term. If a
4745license document contains a further restriction but permits relicensing or conveying
4746under this License, you may add to a covered work material governed by the terms of
4747that license document, provided that the further restriction does not survive such
4748relicensing or conveying.
4749
4750If you add terms to a covered work in accord with this section, you must place, in the
4751relevant source files, a statement of the additional terms that apply to those files,
4752or a notice indicating where to find the applicable terms.
4753
4754Additional terms, permissive or non-permissive, may be stated in the form of a
4755separately written license, or stated as exceptions; the above requirements apply
4756either way.
47578. Termination.
4758
4759You may not propagate or modify a covered work except as expressly provided under this
4760License. Any attempt otherwise to propagate or modify it is void, and will
4761automatically terminate your rights under this License (including any patent licenses
4762granted under the third paragraph of section 11).
4763
4764However, if you cease all violation of this License, then your license from a
4765particular copyright holder is reinstated (a) provisionally, unless and until the
4766copyright holder explicitly and finally terminates your license, and (b) permanently,
4767if the copyright holder fails to notify you of the violation by some reasonable means
4768prior to 60 days after the cessation.
4769
4770Moreover, your license from a particular copyright holder is reinstated permanently if
4771the copyright holder notifies you of the violation by some reasonable means, this is
4772the first time you have received notice of violation of this License (for any work)
4773from that copyright holder, and you cure the violation prior to 30 days after your
4774receipt of the notice.
4775
4776Termination of your rights under this section does not terminate the licenses of
4777parties who have received copies or rights from you under this License. If your rights
4778have been terminated and not permanently reinstated, you do not qualify to receive new
4779licenses for the same material under section 10.
47809. Acceptance Not Required for Having Copies.
4781
4782You are not required to accept this License in order to receive or run a copy of the
4783Program. Ancillary propagation of a covered work occurring solely as a consequence of
4784using peer-to-peer transmission to receive a copy likewise does not require
4785acceptance. However, nothing other than this License grants you permission to
4786propagate or modify any covered work. These actions infringe copyright if you do not
4787accept this License. Therefore, by modifying or propagating a covered work, you
4788indicate your acceptance of this License to do so.
478910. Automatic Licensing of Downstream Recipients.
4790
4791Each time you convey a covered work, the recipient automatically receives a license
4792from the original licensors, to run, modify and propagate that work, subject to this
4793License. You are not responsible for enforcing compliance by third parties with this
4794License.
4795
4796An &rdquor;entity transaction&rdquo; is a transaction transferring control of an
4797organization, or substantially all assets of one, or subdividing an organization, or
4798merging organizations. If propagation of a covered work results from an entity
4799transaction, each party to that transaction who receives a copy of the work also
4800receives whatever licenses to the work the party's predecessor in interest had or
4801could give under the previous paragraph, plus a right to possession of the
4802Corresponding Source of the work from the predecessor in interest, if the predecessor
4803has it or can get it with reasonable efforts.
4804
4805You may not impose any further restrictions on the exercise of the rights granted or
4806affirmed under this License. For example, you may not impose a license fee, royalty,
4807or other charge for exercise of rights granted under this License, and you may not
4808initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging
4809that any patent claim is infringed by making, using, selling, offering for sale, or
4810importing the Program or any portion of it.
481111. Patents.
4812
4813A &rdquor;contributor&rdquo; is a copyright holder who authorizes use under this
4814License of the Program or a work on which the Program is based. The work thus licensed
4815is called the contributor's &rdquor;contributor version&rdquo;.
4816
4817A contributor's &rdquor;essential patent claims&rdquo; are all patent claims owned or
4818controlled by the contributor, whether already acquired or hereafter acquired, that
4819would be infringed by some manner, permitted by this License, of making, using, or
4820selling its contributor version, but do not include claims that would be infringed
4821only as a consequence of further modification of the contributor version. For purposes
4822of this definition, &rdquor;control&rdquo; includes the right to grant patent
4823sublicenses in a manner consistent with the requirements of this License.
4824
4825Each contributor grants you a non-exclusive, worldwide, royalty-free patent license
4826under the contributor's essential patent claims, to make, use, sell, offer for sale,
4827import and otherwise run, modify and propagate the contents of its contributor
4828version.
4829
4830In the following three paragraphs, a &rdquor;patent license&rdquo; is any express
4831agreement or commitment, however denominated, not to enforce a patent (such as an
4832express permission to practice a patent or covenant not to sue for patent
4833infringement). To &rdquor;grant&rdquo; such a patent license to a party means to make
4834such an agreement or commitment not to enforce a patent against the party.
4835
4836If you convey a covered work, knowingly relying on a patent license, and the
4837Corresponding Source of the work is not available for anyone to copy, free of charge
4838and under the terms of this License, through a publicly available network server or
4839other readily accessible means, then you must either (1) cause the Corresponding
4840Source to be so available, or (2) arrange to deprive yourself of the benefit of the
4841patent license for this particular work, or (3) arrange, in a manner consistent with
4842the requirements of this License, to extend the patent license to downstream
4843recipients. &rdquor;Knowingly relying&rdquo; means you have actual knowledge that, but
4844for the patent license, your conveying the covered work in a country, or your
4845recipient's use of the covered work in a country, would infringe one or more
4846identifiable patents in that country that you have reason to believe are valid.
4847
4848If, pursuant to or in connection with a single transaction or arrangement, you convey,
4849or propagate by procuring conveyance of, a covered work, and grant a patent license to
4850some of the parties receiving the covered work authorizing them to use, propagate,
4851modify or convey a specific copy of the covered work, then the patent license you
4852grant is automatically extended to all recipients of the covered work and works based
4853on it.
4854
4855A patent license is &rdquor;discriminatory&rdquo; if it does not include within the
4856scope of its coverage, prohibits the exercise of, or is conditioned on the
4857non-exercise of one or more of the rights that are specifically granted under this
4858License. You may not convey a covered work if you are a party to an arrangement with a
4859third party that is in the business of distributing software, under which you make
4860payment to the third party based on the extent of your activity of conveying the work,
4861and under which the third party grants, to any of the parties who would receive the
4862covered work from you, a discriminatory patent license (a) in connection with copies
4863of the covered work conveyed by you (or copies made from those copies), or (b)
4864primarily for and in connection with specific products or compilations that contain
4865the covered work, unless you entered into that arrangement, or that patent license was
4866granted, prior to 28 March 2007.
4867
4868Nothing in this License shall be construed as excluding or limiting any implied
4869license or other defenses to infringement that may otherwise be available to you under
4870applicable patent law.
487112. No Surrender of Others' Freedom.
4872
4873If conditions are imposed on you (whether by court order, agreement or otherwise) that
4874contradict the conditions of this License, they do not excuse you from the conditions
4875of this License. If you cannot convey a covered work so as to satisfy simultaneously
4876your obligations under this License and any other pertinent obligations, then as a
4877consequence you may not convey it at all. For example, if you agree to terms that
4878obligate you to collect a royalty for further conveying from those to whom you convey
4879the Program, the only way you could satisfy both those terms and this License would be
4880to refrain entirely from conveying the Program.
488113. Use with the GNU Affero General Public License.
4882
4883Notwithstanding any other provision of this License, you have permission to link or
4884combine any covered work with a work licensed under version 3 of the GNU Affero
4885General Public License into a single combined work, and to convey the resulting work.
4886The terms of this License will continue to apply to the part which is the covered
4887work, but the special requirements of the GNU Affero General Public License, section
488813, concerning interaction through a network will apply to the combination as such.
488914. Revised Versions of this License.
4890
4891The Free Software Foundation may publish revised and/or new versions of the GNU
4892General Public License from time to time. Such new versions will be similar in spirit
4893to the present version, but may differ in detail to address new problems or concerns.
4894
4895Each version is given a distinguishing version number. If the Program specifies that a
4896certain numbered version of the GNU General Public License &rdquor;or any later
4897version&rdquo; applies to it, you have the option of following the terms and
4898conditions either of that numbered version or of any later version published by the
4899Free Software Foundation. If the Program does not specify a version number of the GNU
4900General Public License, you may choose any version ever published by the Free Software
4901Foundation.
4902
4903If the Program specifies that a proxy can decide which future versions of the GNU
4904General Public License can be used, that proxy's public statement of acceptance of a
4905version permanently authorizes you to choose that version for the Program.
4906
4907Later license versions may give you additional or different permissions. However, no
4908additional obligations are imposed on any author or copyright holder as a result of
4909your choosing to follow a later version.
491015. Disclaimer of Warranty.
4911
4912THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
4913EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
4914PROVIDE THE PROGRAM &rdquor;AS IS&rdquo; WITHOUT WARRANTY OF ANY KIND, EITHER
4915EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4916MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
4917QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
4918DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
491916. Limitation of Liability.
4920
4921IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
4922COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS
4923PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
4924INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
4925PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
4926OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
4927WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4928POSSIBILITY OF SUCH DAMAGES.
492917. Interpretation of Sections 15 and 16.
4930
4931If the disclaimer of warranty and limitation of liability provided above cannot be
4932given local legal effect according to their terms, reviewing courts shall apply local
4933law that most closely approximates an absolute waiver of all civil liability in
4934connection with the Program, unless a warranty or assumption of liability accompanies
4935a copy of the Program in return for a fee.
4936
4937END OF TERMS AND CONDITIONS
4938How to Apply These Terms to Your New Programs
4939
4940If you develop a new program, and you want it to be of the greatest possible use to
4941the public, the best way to achieve this is to make it free software which everyone
4942can redistribute and change under these terms.
4943
4944To do so, attach the following notices to the program. It is safest to attach them to
4945the start of each source file to most effectively state the exclusion of warranty; and
4946each file should have at least the &rdquor;copyright&rdquo; line and a pointer to
4947where the full notice is found.
4948
4949 &lt;one line to give the program's name and a brief idea of what it does.&gt;
4950 Copyright (C) &lt;year&gt; &lt;name of author&gt;
4951
4952 This program is free software: you can redistribute it and/or modify
4953 it under the terms of the GNU General Public License as published by
4954 the Free Software Foundation, either version 3 of the License, or
4955 (at your option) any later version.
4956
4957 This program is distributed in the hope that it will be useful,
4958 but WITHOUT ANY WARRANTY; without even the implied warranty of
4959 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4960 GNU General Public License for more details.
4961
4962 You should have received a copy of the GNU General Public License
4963 along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
4964
4965Also add information on how to contact you by electronic and paper mail.
4966
4967If the program does terminal interaction, make it output a short notice like this when
4968it starts in an interactive mode:
4969
4970 &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
4971 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
4972 This is free software, and you are welcome to redistribute it
4973 under certain conditions; type `show c' for details.
4974
4975The hypothetical commands `show w' and `show c' should show the appropriate parts of
4976the General Public License. Of course, your program's commands might be different; for
4977a GUI interface, you would use an &rdquor;about box&rdquo;.
4978
4979You should also get your employer (if you work as a programmer) or school, if any, to
4980sign a &rdquor;copyright disclaimer&rdquo; for the program, if necessary. For more
4981information on this, and how to apply and follow the GNU GPL, see
4982&lt;http://www.gnu.org/licenses/&gt;.
4983
4984The GNU General Public License does not permit incorporating your program into
4985proprietary programs. If your program is a subroutine library, you may consider it
4986more useful to permit linking proprietary applications with the library. If this is
4987what you want to do, use the GNU Lesser General Public License instead of this
4988License. But first, please read
4989&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.
4990</programlisting></para></section>
4991
4992<section id="lic_14">
4993<title>GPL-3.0-with-GCC-exception</title>
4994<para><programlisting>
4995
4996insert GPL v3 text here
4997
4998GCC RUNTIME LIBRARY EXCEPTION
4999Version 3.1, 31 March 2009
5000
5001General information:
5002http://www.gnu.org/licenses/gcc-exception.html
5003Copyright (C) 2009 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
5004Everyone is permitted to copy and distribute verbatim copies of this license document,
5005but changing it is not allowed.
5006This GCC Runtime Library Exception ("Exception") is an additional permission under
5007section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a
5008given file (the "Runtime Library") that bears a notice placed by the copyright holder
5009of the file stating that the file is governed by GPLv3 along with this Exception.
5010When you use GCC to compile a program, GCC may combine portions of certain GCC header
5011files and runtime libraries with the compiled program. The purpose of this Exception
5012is to allow compilation of non-GPL (including proprietary) programs to use, in this
5013way, the header files and runtime libraries covered by this Exception.
5014
50150. Definitions.
5016A file is an "Independent Module" if it either requires the Runtime Library for
5017execution after a Compilation Process, or makes use of an interface provided by the
5018Runtime Library, but is not otherwise based on the Runtime Library.
5019"GCC" means a version of the GNU Compiler Collection, with or without modifications,
5020governed by version 3 (or a specified later version) of the GNU General Public License
5021(GPL) with the option of using any subsequent versions published by the FSF.
5022"GPL-compatible Software" is software whose conditions of propagation, modification
5023and use would permit combination with GCC in accord with the license of GCC.
5024"Target Code" refers to output from any compiler for a real or virtual target
5025processor architecture, in executable form or suitable for input to an assembler,
5026loader, linker and/or execution phase. Notwithstanding that, Target Code does not
5027include data in any format that is used as a compiler intermediate representation, or
5028used for producing a compiler intermediate representation.
5029The "Compilation Process" transforms code entirely represented in non-intermediate
5030languages designed for human-written code, and/or in Java Virtual Machine byte code,
5031into Target Code. Thus, for example, use of source code generators and preprocessors
5032need not be considered part of the Compilation Process, since the Compilation Process
5033can be understood as starting with the output of the generators or preprocessors.
5034A Compilation Process is "Eligible" if it is done using GCC, alone or with other
5035GPL-compatible software, or if it is done without using any work based on GCC. For
5036example, using non-GPL-compatible Software to optimize any GCC intermediate
5037representations would not qualify as an Eligible Compilation Process.
5038
50391. Grant of Additional Permission.
5040You have permission to propagate a work of Target Code formed by combining the Runtime
5041Library with Independent Modules, even if such propagation would otherwise violate the
5042terms of GPLv3, provided that all Target Code was generated by Eligible Compilation
5043Processes. You may then convey such a combination under terms of your choice,
5044consistent with the licensing of the Independent Modules.
5045
50462. No Weakening of GCC Copyleft.
5047The availability of this Exception does not imply any general presumption that
5048third-party software is unaffected by the copyleft requirements of the license of GCC.
5049
5050</programlisting></para></section>
5051
5052<section id="lic_15">
5053<title>ICU</title>
5054<para><programlisting>
5055COPYRIGHT AND PERMISSION NOTICE
5056
5057Copyright (c) 1995-2012 International Business Machines Corporation and others
5058
5059All rights reserved.
5060
5061Permission is hereby granted, free of charge, to any person obtaining a copy of this
5062software and associated documentation files (the "Software"), to deal in the Software
5063without restriction, including without limitation the rights to use, copy, modify,
5064merge, publish, distribute, and/or sell copies of the Software, and to permit persons
5065to whom the Software is furnished to do so, provided that the above copyright
5066notice(s) and this permission notice appear in all copies of the Software and that
5067both the above copyright notice(s) and this permission notice appear in supporting
5068documentation.
5069
5070THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
5071INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
5072PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
5073COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
5074SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM
5075LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
5076TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
5077SOFTWARE.
5078
5079Except as contained in this notice, the name of a copyright holder shall not be used
5080in advertising or otherwise to promote the sale, use or other dealings in this
5081Software without prior written authorization of the copyright holder.
5082
5083All trademarks and registered trademarks mentioned herein are the property of their
5084respective owners.
5085</programlisting></para></section>
5086
5087<section id="lic_16">
5088<title>ISC</title>
5089<para><programlisting>
5090
5091ISC License:
5092
5093Copyright &#169; 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
5094Copyright &#169; 1995-2003 by Internet Software Consortium
5095
5096Permission to use, copy, modify, and/or distribute this software for any purpose with
5097or without fee is hereby granted, provided that the above copyright notice and this
5098permission notice appear in all copies.
5099
5100THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
5101SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
5102SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
5103DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
5104OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
5105THE USE OR PERFORMANCE OF THIS SOFTWARE.
5106
5107</programlisting></para></section>
5108
5109<section id="lic_17">
5110<title>LGPL-2.0</title>
5111<para><programlisting>
5112GNU LIBRARY GENERAL PUBLIC LICENSE
5113
5114
5115
5116Version 2, June 1991
5117
5118
5119
5120Copyright (C) 1991 Free Software Foundation, Inc.
5121
512251 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
5123
5124Everyone is permitted to copy and distribute verbatim copies
5125
5126of this license document, but changing it is not allowed.
5127
5128
5129
5130[This is the first released version of the library GPL. It is
5131
5132 numbered 2 because it goes with version 2 of the ordinary GPL.]
5133
5134Preamble
5135
5136
5137
5138The licenses for most software are designed to take away your freedom to share and
5139change it. By contrast, the GNU General Public Licenses are intended to guarantee your
5140freedom to share and change free software--to make sure the software is free for all
5141its users.
5142
5143
5144
5145This license, the Library General Public License, applies to some specially designated
5146Free Software Foundation software, and to any other libraries whose authors decide to
5147use it. You can use it for your libraries, too.
5148
5149
5150
5151When we speak of free software, we are referring to freedom, not price. Our General
5152Public Licenses are designed to make sure that you have the freedom to distribute
5153copies of free software (and charge for this service if you wish), that you receive
5154source code or can get it if you want it, that you can change the software or use
5155pieces of it in new free programs; and that you know you can do these things.
5156
5157
5158
5159To protect your rights, we need to make restrictions that forbid anyone to deny you
5160these rights or to ask you to surrender the rights. These restrictions translate to
5161certain responsibilities for you if you distribute copies of the library, or if you
5162modify it.
5163
5164
5165
5166For example, if you distribute copies of the library, whether gratis or for a fee, you
5167must give the recipients all the rights that we gave you. You must make sure that
5168they, too, receive or can get the source code. If you link a program with the library,
5169you must provide complete object files to the recipients so that they can relink them
5170with the library, after making changes to the library and recompiling it. And you must
5171show them these terms so they know their rights.
5172
5173
5174
5175Our method of protecting your rights has two steps: (1) copyright the library, and (2)
5176offer you this license which gives you legal permission to copy, distribute and/or
5177modify the library.
5178
5179
5180
5181Also, for each distributor's protection, we want to make certain that everyone
5182understands that there is no warranty for this free library. If the library is
5183modified by someone else and passed on, we want its recipients to know that what they
5184have is not the original version, so that any problems introduced by others will not
5185reflect on the original authors' reputations.
5186
5187
5188
5189Finally, any free program is threatened constantly by software patents. We wish to
5190avoid the danger that companies distributing free software will individually obtain
5191patent licenses, thus in effect transforming the program into proprietary software. To
5192prevent this, we have made it clear that any patent must be licensed for everyone's
5193free use or not licensed at all.
5194
5195
5196
5197Most GNU software, including some libraries, is covered by the ordinary GNU General
5198Public License, which was designed for utility programs. This license, the GNU Library
5199General Public License, applies to certain designated libraries. This license is quite
5200different from the ordinary one; be sure to read it in full, and don't assume that
5201anything in it is the same as in the ordinary license.
5202
5203
5204
5205The reason we have a separate public license for some libraries is that they blur the
5206distinction we usually make between modifying or adding to a program and simply using
5207it. Linking a program with a library, without changing the library, is in some sense
5208simply using the library, and is analogous to running a utility program or application
5209program. However, in a textual and legal sense, the linked executable is a combined
5210work, a derivative of the original library, and the ordinary General Public License
5211treats it as such.
5212
5213
5214
5215Because of this blurred distinction, using the ordinary General Public License for
5216libraries did not effectively promote software sharing, because most developers did
5217not use the libraries. We concluded that weaker conditions might promote sharing
5218better.
5219
5220
5221
5222However, unrestricted linking of non-free programs would deprive the users of those
5223programs of all benefit from the free status of the libraries themselves. This Library
5224General Public License is intended to permit developers of non-free programs to use
5225free libraries, while preserving your freedom as a user of such programs to change the
5226free libraries that are incorporated in them. (We have not seen how to achieve this as
5227regards changes in header files, but we have achieved it as regards changes in the
5228actual functions of the Library.) The hope is that this will lead to faster
5229development of free libraries.
5230
5231
5232
5233The precise terms and conditions for copying, distribution and modification follow.
5234Pay close attention to the difference between a "work based on the library" and a
5235"work that uses the library". The former contains code derived from the library, while
5236the latter only works together with the library.
5237
5238
5239
5240Note that it is possible for a library to be covered by the ordinary General Public
5241License rather than by this special one.
5242
5243
5244
5245TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5246
5247
5248
52490. This License Agreement applies to any software library which contains a notice
5250placed by the copyright holder or other authorized party saying it may be distributed
5251under the terms of this Library General Public License (also called "this License").
5252Each licensee is addressed as "you".
5253
5254
5255
5256A "library" means a collection of software functions and/or data prepared so as to be
5257conveniently linked with application programs (which use some of those functions and
5258data) to form executables.
5259
5260
5261
5262The "Library", below, refers to any such software library or work which has been
5263distributed under these terms. A "work based on the Library" means either the Library
5264or any derivative work under copyright law: that is to say, a work containing the
5265Library or a portion of it, either verbatim or with modifications and/or translated
5266straightforwardly into another language. (Hereinafter, translation is included without
5267limitation in the term "modification".)
5268
5269
5270
5271"Source code" for a work means the preferred form of the work for making modifications
5272to it. For a library, complete source code means all the source code for all modules
5273it contains, plus any associated interface definition files, plus the scripts used to
5274control compilation and installation of the library.
5275
5276
5277
5278Activities other than copying, distribution and modification are not covered by this
5279License; they are outside its scope. The act of running a program using the Library is
5280not restricted, and output from such a program is covered only if its contents
5281constitute a work based on the Library (independent of the use of the Library in a
5282tool for writing it). Whether that is true depends on what the Library does and what
5283the program that uses the Library does.
5284
5285
5286
52871. You may copy and distribute verbatim copies of the Library's complete source code
5288as you receive it, in any medium, provided that you conspicuously and appropriately
5289publish on each copy an appropriate copyright notice and disclaimer of warranty; keep
5290intact all the notices that refer to this License and to the absence of any warranty;
5291and distribute a copy of this License along with the Library.
5292
5293
5294
5295You may charge a fee for the physical act of transferring a copy, and you may at your
5296option offer warranty protection in exchange for a fee.
5297
5298
5299
53002. You may modify your copy or copies of the Library or any portion of it, thus
5301forming a work based on the Library, and copy and distribute such modifications or
5302work under the terms of Section 1 above, provided that you also meet all of these
5303conditions:
5304
5305
5306
5307a) The modified work must itself be a software library.
5308
5309b) You must cause the files modified to carry prominent notices stating that you
5310changed the files and the date of any change.
5311
5312c) You must cause the whole of the work to be licensed at no charge to all third
5313parties under the terms of this License.
5314
5315d) If a facility in the modified Library refers to a function or a table of data to be
5316supplied by an application program that uses the facility, other than as an argument
5317passed when the facility is invoked, then you must make a good faith effort to ensure
5318that, in the event an application does not supply such function or table, the facility
5319still operates, and performs whatever part of its purpose remains meaningful.
5320
5321(For example, a function in a library to compute square roots has a purpose that is
5322entirely well-defined independent of the application. Therefore, Subsection 2d
5323requires that any application-supplied function or table used by this function must be
5324optional: if the application does not supply it, the square root function must still
5325compute square roots.)
5326
5327
5328
5329These requirements apply to the modified work as a whole. If identifiable sections of
5330that work are not derived from the Library, and can be reasonably considered
5331independent and separate works in themselves, then this License, and its terms, do not
5332apply to those sections when you distribute them as separate works. But when you
5333distribute the same sections as part of a whole which is a work based on the Library,
5334the distribution of the whole must be on the terms of this License, whose permissions
5335for other licensees extend to the entire whole, and thus to each and every part
5336regardless of who wrote it.
5337
5338
5339
5340Thus, it is not the intent of this section to claim rights or contest your rights to
5341work written entirely by you; rather, the intent is to exercise the right to control
5342the distribution of derivative or collective works based on the Library.
5343
5344
5345
5346In addition, mere aggregation of another work not based on the Library with the
5347Library (or with a work based on the Library) on a volume of a storage or distribution
5348medium does not bring the other work under the scope of this License.
5349
5350
5351
53523. You may opt to apply the terms of the ordinary GNU General Public License instead
5353of this License to a given copy of the Library. To do this, you must alter all the
5354notices that refer to this License, so that they refer to the ordinary GNU General
5355Public License, version 2, instead of to this License. (If a newer version than
5356version 2 of the ordinary GNU General Public License has appeared, then you can
5357specify that version instead if you wish.) Do not make any other change in these
5358notices.
5359
5360
5361
5362Once this change is made in a given copy, it is irreversible for that copy, so the
5363ordinary GNU General Public License applies to all subsequent copies and derivative
5364works made from that copy.
5365
5366
5367
5368This option is useful when you wish to copy part of the code of the Library into a
5369program that is not a library.
5370
5371
5372
53734. You may copy and distribute the Library (or a portion or derivative of it, under
5374Section 2) in object code or executable form under the terms of Sections 1 and 2 above
5375provided that you accompany it with the complete corresponding machine-readable source
5376code, which must be distributed under the terms of Sections 1 and 2 above on a medium
5377customarily used for software interchange.
5378
5379
5380
5381If distribution of object code is made by offering access to copy from a designated
5382place, then offering equivalent access to copy the source code from the same place
5383satisfies the requirement to distribute the source code, even though third parties are
5384not compelled to copy the source along with the object code.
5385
5386
5387
53885. A program that contains no derivative of any portion of the Library, but is
5389designed to work with the Library by being compiled or linked with it, is called a
5390"work that uses the Library". Such a work, in isolation, is not a derivative work of
5391the Library, and therefore falls outside the scope of this License.
5392
5393
5394
5395However, linking a "work that uses the Library" with the Library creates an executable
5396that is a derivative of the Library (because it contains portions of the Library),
5397rather than a "work that uses the library". The executable is therefore covered by
5398this License. Section 6 states terms for distribution of such executables.
5399
5400
5401
5402When a "work that uses the Library" uses material from a header file that is part of
5403the Library, the object code for the work may be a derivative work of the Library even
5404though the source code is not. Whether this is true is especially significant if the
5405work can be linked without the Library, or if the work is itself a library. The
5406threshold for this to be true is not precisely defined by law.
5407
5408
5409
5410If such an object file uses only numerical parameters, data structure layouts and
5411accessors, and small macros and small inline functions (ten lines or less in length),
5412then the use of the object file is unrestricted, regardless of whether it is legally a
5413derivative work. (Executables containing this object code plus portions of the Library
5414will still fall under Section 6.)
5415
5416
5417
5418Otherwise, if the work is a derivative of the Library, you may distribute the object
5419code for the work under the terms of Section 6. Any executables containing that work
5420also fall under Section 6, whether or not they are linked directly with the Library
5421itself.
5422
5423
5424
54256. As an exception to the Sections above, you may also compile or link a "work that
5426uses the Library" with the Library to produce a work containing portions of the
5427Library, and distribute that work under terms of your choice, provided that the terms
5428permit modification of the work for the customer's own use and reverse engineering for
5429debugging such modifications.
5430
5431
5432
5433You must give prominent notice with each copy of the work that the Library is used in
5434it and that the Library and its use are covered by this License. You must supply a
5435copy of this License. If the work during execution displays copyright notices, you
5436must include the copyright notice for the Library among them, as well as a reference
5437directing the user to the copy of this License. Also, you must do one of these things:
5438
5439
5440
5441a) Accompany the work with the complete corresponding machine-readable source code for
5442the Library including whatever changes were used in the work (which must be
5443distributed under Sections 1 and 2 above); and, if the work is an executable linked
5444with the Library, with the complete machine-readable "work that uses the Library", as
5445object code and/or source code, so that the user can modify the Library and then
5446relink to produce a modified executable containing the modified Library. (It is
5447understood that the user who changes the contents of definitions files in the Library
5448will not necessarily be able to recompile the application to use the modified
5449definitions.)
5450
5451b) Accompany the work with a written offer, valid for at least three years, to give
5452the same user the materials specified in Subsection 6a, above, for a charge no more
5453than the cost of performing this distribution.
5454
5455c) If distribution of the work is made by offering access to copy from a designated
5456place, offer equivalent access to copy the above specified materials from the same
5457place.
5458
5459d) Verify that the user has already received a copy of these materials or that you
5460have already sent this user a copy.
5461
5462For an executable, the required form of the "work that uses the Library" must include
5463any data and utility programs needed for reproducing the executable from it. However,
5464as a special exception, the source code distributed need not include anything that is
5465normally distributed (in either source or binary form) with the major components
5466(compiler, kernel, and so on) of the operating system on which the executable runs,
5467unless that component itself accompanies the executable.
5468
5469
5470
5471It may happen that this requirement contradicts the license restrictions of other
5472proprietary libraries that do not normally accompany the operating system. Such a
5473contradiction means you cannot use both them and the Library together in an executable
5474that you distribute.
5475
5476
5477
54787. You may place library facilities that are a work based on the Library side-by-side
5479in a single library together with other library facilities not covered by this
5480License, and distribute such a combined library, provided that the separate
5481distribution of the work based on the Library and of the other library facilities is
5482otherwise permitted, and provided that you do these two things:
5483
5484
5485
5486a) Accompany the combined library with a copy of the same work based on the Library,
5487uncombined with any other library facilities. This must be distributed under the terms
5488of the Sections above.
5489
5490b) Give prominent notice with the combined library of the fact that part of it is a
5491work based on the Library, and explaining where to find the accompanying uncombined
5492form of the same work.
5493
54948. You may not copy, modify, sublicense, link with, or distribute the Library except
5495as expressly provided under this License. Any attempt otherwise to copy, modify,
5496sublicense, link with, or distribute the Library is void, and will automatically
5497terminate your rights under this License. However, parties who have received copies,
5498or rights, from you under this License will not have their licenses terminated so long
5499as such parties remain in full compliance.
5500
5501
5502
55039. You are not required to accept this License, since you have not signed it. However,
5504nothing else grants you permission to modify or distribute the Library or its
5505derivative works. These actions are prohibited by law if you do not accept this
5506License. Therefore, by modifying or distributing the Library (or any work based on the
5507Library), you indicate your acceptance of this License to do so, and all its terms and
5508conditions for copying, distributing or modifying the Library or works based on it.
5509
5510
5511
551210. Each time you redistribute the Library (or any work based on the Library), the
5513recipient automatically receives a license from the original licensor to copy,
5514distribute, link with or modify the Library subject to these terms and conditions. You
5515may not impose any further restrictions on the recipients' exercise of the rights
5516granted herein. You are not responsible for enforcing compliance by third parties to
5517this License.
5518
5519
5520
552111. If, as a consequence of a court judgment or allegation of patent infringement or
5522for any other reason (not limited to patent issues), conditions are imposed on you
5523(whether by court order, agreement or otherwise) that contradict the conditions of
5524this License, they do not excuse you from the conditions of this License. If you
5525cannot distribute so as to satisfy simultaneously your obligations under this License
5526and any other pertinent obligations, then as a consequence you may not distribute the
5527Library at all. For example, if a patent license would not permit royalty-free
5528redistribution of the Library by all those who receive copies directly or indirectly
5529through you, then the only way you could satisfy both it and this License would be to
5530refrain entirely from distribution of the Library.
5531
5532
5533
5534If any portion of this section is held invalid or unenforceable under any particular
5535circumstance, the balance of the section is intended to apply, and the section as a
5536whole is intended to apply in other circumstances.
5537
5538
5539
5540It is not the purpose of this section to induce you to infringe any patents or other
5541property right claims or to contest validity of any such claims; this section has the
5542sole purpose of protecting the integrity of the free software distribution system
5543which is implemented by public license practices. Many people have made generous
5544contributions to the wide range of software distributed through that system in
5545reliance on consistent application of that system; it is up to the author/donor to
5546decide if he or she is willing to distribute software through any other system and a
5547licensee cannot impose that choice.
5548
5549
5550
5551This section is intended to make thoroughly clear what is believed to be a consequence
5552of the rest of this License.
5553
5554
5555
555612. If the distribution and/or use of the Library is restricted in certain countries
5557either by patents or by copyrighted interfaces, the original copyright holder who
5558places the Library under this License may add an explicit geographical distribution
5559limitation excluding those countries, so that distribution is permitted only in or
5560among countries not thus excluded. In such case, this License incorporates the
5561limitation as if written in the body of this License.
5562
5563
5564
556513. The Free Software Foundation may publish revised and/or new versions of the
5566Library General Public License from time to time. Such new versions will be similar in
5567spirit to the present version, but may differ in detail to address new problems or
5568concerns.
5569
5570
5571
5572Each version is given a distinguishing version number. If the Library specifies a
5573version number of this License which applies to it and "any later version", you have
5574the option of following the terms and conditions either of that version or of any
5575later version published by the Free Software Foundation. If the Library does not
5576specify a license version number, you may choose any version ever published by the
5577Free Software Foundation.
5578
5579
5580
558114. If you wish to incorporate parts of the Library into other free programs whose
5582distribution conditions are incompatible with these, write to the author to ask for
5583permission. For software which is copyrighted by the Free Software Foundation, write
5584to the Free Software Foundation; we sometimes make exceptions for this. Our decision
5585will be guided by the two goals of preserving the free status of all derivatives of
5586our free software and of promoting the sharing and reuse of software generally.
5587
5588
5589
5590NO WARRANTY
5591
5592
5593
559415. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
5595LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN
5596WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
5597WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
5598IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
5599RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY
5600PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
5601
5602
5603
560416. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
5605COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS
5606PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
5607INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
5608LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
5609OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE
5610WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5611POSSIBILITY OF SUCH DAMAGES.
5612
5613
5614
5615END OF TERMS AND CONDITIONS
5616
5617
5618
5619How to Apply These Terms to Your New Libraries
5620
5621
5622
5623If you develop a new library, and you want it to be of the greatest possible use to
5624the public, we recommend making it free software that everyone can redistribute and
5625change. You can do so by permitting redistribution under these terms (or,
5626alternatively, under the terms of the ordinary General Public License).
5627
5628
5629
5630To apply these terms, attach the following notices to the library. It is safest to
5631attach them to the start of each source file to most effectively convey the exclusion
5632of warranty; and each file should have at least the "copyright" line and a pointer to
5633where the full notice is found.
5634
5635
5636
5637one line to give the library's name and an idea of what it does.
5638
5639Copyright (C) year name of author
5640
5641
5642
5643This library is free software; you can redistribute it and/or
5644
5645modify it under the terms of the GNU Library General Public
5646
5647License as published by the Free Software Foundation; either
5648
5649version 2 of the License, or (at your option) any later version.
5650
5651
5652
5653This library is distributed in the hope that it will be useful,
5654
5655but WITHOUT ANY WARRANTY; without even the implied warranty of
5656
5657MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
5658
5659Library General Public License for more details.
5660
5661
5662
5663You should have received a copy of the GNU Library General Public
5664
5665License along with this library; if not, write to the
5666
5667Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
5668
5669Boston, MA 02110-1301, USA.
5670
5671Also add information on how to contact you by electronic and paper mail.
5672
5673
5674
5675You should also get your employer (if you work as a programmer) or your school, if
5676any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample;
5677alter the names:
5678
5679
5680
5681Yoyodyne, Inc., hereby disclaims all copyright interest in
5682
5683the library `Frob' (a library for tweaking knobs) written
5684
5685by James Random Hacker.
5686
5687
5688
5689signature of Ty Coon, 1 April 1990
5690
5691Ty Coon, President of Vice
5692
5693That's all there is to it!
5694
5695</programlisting></para></section>
5696
5697<section id="lic_18">
5698<title>LGPL-2.1</title>
5699<para><programlisting>
5700
5701GNU LESSER GENERAL PUBLIC LICENSE
5702
5703Version 2.1, February 1999
5704
5705Copyright (C) 1991, 1999 Free Software Foundation, Inc.
570651 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
5707Everyone is permitted to copy and distribute verbatim copies
5708of this license document, but changing it is not allowed.
5709
5710[This is the first released version of the Lesser GPL. It also counts
5711 as the successor of the GNU Library Public License, version 2, hence
5712 the version number 2.1.]
5713Preamble
5714
5715The licenses for most software are designed to take away your freedom to share and
5716change it. By contrast, the GNU General Public Licenses are intended to guarantee your
5717freedom to share and change free software--to make sure the software is free for all
5718its users.
5719
5720This license, the Lesser General Public License, applies to some specially designated
5721software packages--typically libraries--of the Free Software Foundation and other
5722authors who decide to use it. You can use it too, but we suggest you first think
5723carefully about whether this license or the ordinary General Public License is the
5724better strategy to use in any particular case, based on the explanations below.
5725
5726When we speak of free software, we are referring to freedom of use, not price. Our
5727General Public Licenses are designed to make sure that you have the freedom to
5728distribute copies of free software (and charge for this service if you wish); that you
5729receive source code or can get it if you want it; that you can change the software and
5730use pieces of it in new free programs; and that you are informed that you can do these
5731things.
5732
5733To protect your rights, we need to make restrictions that forbid distributors to deny
5734you these rights or to ask you to surrender these rights. These restrictions translate
5735to certain responsibilities for you if you distribute copies of the library or if you
5736modify it.
5737
5738For example, if you distribute copies of the library, whether gratis or for a fee, you
5739must give the recipients all the rights that we gave you. You must make sure that
5740they, too, receive or can get the source code. If you link other code with the
5741library, you must provide complete object files to the recipients, so that they can
5742relink them with the library after making changes to the library and recompiling it.
5743And you must show them these terms so they know their rights.
5744
5745We protect your rights with a two-step method: (1) we copyright the library, and (2)
5746we offer you this license, which gives you legal permission to copy, distribute and/or
5747modify the library.
5748
5749To protect each distributor, we want to make it very clear that there is no warranty
5750for the free library. Also, if the library is modified by someone else and passed on,
5751the recipients should know that what they have is not the original version, so that
5752the original author`s reputation will not be affected by problems that might be
5753introduced by others.
5754
5755Finally, software patents pose a constant threat to the existence of any free program.
5756We wish to make sure that a company cannot effectively restrict the users of a free
5757program by obtaining a restrictive license from a patent holder. Therefore, we insist
5758that any patent license obtained for a version of the library must be consistent with
5759the full freedom of use specified in this license.
5760
5761Most GNU software, including some libraries, is covered by the ordinary GNU General
5762Public License. This license, the GNU Lesser General Public License, applies to
5763certain designated libraries, and is quite different from the ordinary General Public
5764License. We use this license for certain libraries in order to permit linking those
5765libraries into non-free programs.
5766
5767When a program is linked with a library, whether statically or using a shared library,
5768the combination of the two is legally speaking a combined work, a derivative of the
5769original library. The ordinary General Public License therefore permits such linking
5770only if the entire combination fits its criteria of freedom. The Lesser General Public
5771License permits more lax criteria for linking other code with the library.
5772
5773We call this license the "Lesser" General Public License because it does Less to
5774protect the user`s freedom than the ordinary General Public License. It also provides
5775other free software developers Less of an advantage over competing non-free programs.
5776These disadvantages are the reason we use the ordinary General Public License for many
5777libraries. However, the Lesser license provides advantages in certain special
5778circumstances.
5779
5780For example, on rare occasions, there may be a special need to encourage the widest
5781possible use of a certain library, so that it becomes a de-facto standard. To achieve
5782this, non-free programs must be allowed to use the library. A more frequent case is
5783that a free library does the same job as widely used non-free libraries. In this case,
5784there is little to gain by limiting the free library to free software only, so we use
5785the Lesser General Public License.
5786
5787In other cases, permission to use a particular library in non-free programs enables a
5788greater number of people to use a large body of free software. For example, permission
5789to use the GNU C Library in non-free programs enables many more people to use the
5790whole GNU operating system, as well as its variant, the GNU/Linux operating system.
5791
5792Although the Lesser General Public License is Less protective of the users` freedom,
5793it does ensure that the user of a program that is linked with the Library has the
5794freedom and the wherewithal to run that program using a modified version of the
5795Library.
5796
5797The precise terms and conditions for copying, distribution and modification follow.
5798Pay close attention to the difference between a "work based on the library" and a
5799"work that uses the library". The former contains code derived from the library,
5800whereas the latter must be combined with the library in order to run.
5801
5802TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5803
58040. This License Agreement applies to any software library or other program which
5805contains a notice placed by the copyright holder or other authorized party saying it
5806may be distributed under the terms of this Lesser General Public License (also called
5807"this License"). Each licensee is addressed as "you".
5808
5809A "library" means a collection of software functions and/or data prepared so as to be
5810conveniently linked with application programs (which use some of those functions and
5811data) to form executables.
5812
5813The "Library", below, refers to any such software library or work which has been
5814distributed under these terms. A "work based on the Library" means either the Library
5815or any derivative work under copyright law: that is to say, a work containing the
5816Library or a portion of it, either verbatim or with modifications and/or translated
5817straightforwardly into another language. (Hereinafter, translation is included without
5818limitation in the term "modification".)
5819
5820"Source code" for a work means the preferred form of the work for making modifications
5821to it. For a library, complete source code means all the source code for all modules
5822it contains, plus any associated interface definition files, plus the scripts used to
5823control compilation and installation of the library.
5824
5825Activities other than copying, distribution and modification are not covered by this
5826License; they are outside its scope. The act of running a program using the Library is
5827not restricted, and output from such a program is covered only if its contents
5828constitute a work based on the Library (independent of the use of the Library in a
5829tool for writing it). Whether that is true depends on what the Library does and what
5830the program that uses the Library does.
5831
58321. You may copy and distribute verbatim copies of the Library`s complete source code
5833as you receive it, in any medium, provided that you conspicuously and appropriately
5834publish on each copy an appropriate copyright notice and disclaimer of warranty; keep
5835intact all the notices that refer to this License and to the absence of any warranty;
5836and distribute a copy of this License along with the Library.
5837
5838You may charge a fee for the physical act of transferring a copy, and you may at your
5839option offer warranty protection in exchange for a fee.
5840
58412. You may modify your copy or copies of the Library or any portion of it, thus
5842forming a work based on the Library, and copy and distribute such modifications or
5843work under the terms of Section 1 above, provided that you also meet all of these
5844conditions:
5845
5846a) The modified work must itself be a software library.
5847b) You must cause the files modified to carry prominent notices stating that you
5848changed the files and the date of any change.
5849c) You must cause the whole of the work to be licensed at no charge to all third
5850parties under the terms of this License.
5851d) If a facility in the modified Library refers to a function or a table of data to be
5852supplied by an application program that uses the facility, other than as an argument
5853passed when the facility is invoked, then you must make a good faith effort to ensure
5854that, in the event an application does not supply such function or table, the facility
5855still operates, and performs whatever part of its purpose remains meaningful.
5856(For example, a function in a library to compute square roots has a purpose that is
5857entirely well-defined independent of the application. Therefore, Subsection 2d
5858requires that any application-supplied function or table used by this function must be
5859optional: if the application does not supply it, the square root function must still
5860compute square roots.)
5861
5862These requirements apply to the modified work as a whole. If identifiable sections of
5863that work are not derived from the Library, and can be reasonably considered
5864independent and separate works in themselves, then this License, and its terms, do not
5865apply to those sections when you distribute them as separate works. But when you
5866distribute the same sections as part of a whole which is a work based on the Library,
5867the distribution of the whole must be on the terms of this License, whose permissions
5868for other licensees extend to the entire whole, and thus to each and every part
5869regardless of who wrote it.
5870
5871Thus, it is not the intent of this section to claim rights or contest your rights to
5872work written entirely by you; rather, the intent is to exercise the right to control
5873the distribution of derivative or collective works based on the Library.
5874
5875In addition, mere aggregation of another work not based on the Library with the
5876Library (or with a work based on the Library) on a volume of a storage or distribution
5877medium does not bring the other work under the scope of this License.
5878
58793. You may opt to apply the terms of the ordinary GNU General Public License instead
5880of this License to a given copy of the Library. To do this, you must alter all the
5881notices that refer to this License, so that they refer to the ordinary GNU General
5882Public License, version 2, instead of to this License. (If a newer version than
5883version 2 of the ordinary GNU General Public License has appeared, then you can
5884specify that version instead if you wish.) Do not make any other change in these
5885notices.
5886
5887Once this change is made in a given copy, it is irreversible for that copy, so the
5888ordinary GNU General Public License applies to all subsequent copies and derivative
5889works made from that copy.
5890
5891This option is useful when you wish to copy part of the code of the Library into a
5892program that is not a library.
5893
58944. You may copy and distribute the Library (or a portion or derivative of it, under
5895Section 2) in object code or executable form under the terms of Sections 1 and 2 above
5896provided that you accompany it with the complete corresponding machine-readable source
5897code, which must be distributed under the terms of Sections 1 and 2 above on a medium
5898customarily used for software interchange.
5899
5900If distribution of object code is made by offering access to copy from a designated
5901place, then offering equivalent access to copy the source code from the same place
5902satisfies the requirement to distribute the source code, even though third parties are
5903not compelled to copy the source along with the object code.
5904
59055. A program that contains no derivative of any portion of the Library, but is
5906designed to work with the Library by being compiled or linked with it, is called a
5907"work that uses the Library". Such a work, in isolation, is not a derivative work of
5908the Library, and therefore falls outside the scope of this License.
5909
5910However, linking a "work that uses the Library" with the Library creates an executable
5911that is a derivative of the Library (because it contains portions of the Library),
5912rather than a "work that uses the library". The executable is therefore covered by
5913this License. Section 6 states terms for distribution of such executables.
5914
5915When a "work that uses the Library" uses material from a header file that is part of
5916the Library, the object code for the work may be a derivative work of the Library even
5917though the source code is not. Whether this is true is especially significant if the
5918work can be linked without the Library, or if the work is itself a library. The
5919threshold for this to be true is not precisely defined by law.
5920
5921If such an object file uses only numerical parameters, data structure layouts and
5922accessors, and small macros and small inline functions (ten lines or less in length),
5923then the use of the object file is unrestricted, regardless of whether it is legally a
5924derivative work. (Executables containing this object code plus portions of the Library
5925will still fall under Section 6.)
5926
5927Otherwise, if the work is a derivative of the Library, you may distribute the object
5928code for the work under the terms of Section 6. Any executables containing that work
5929also fall under Section 6, whether or not they are linked directly with the Library
5930itself.
5931
59326. As an exception to the Sections above, you may also combine or link a "work that
5933uses the Library" with the Library to produce a work containing portions of the
5934Library, and distribute that work under terms of your choice, provided that the terms
5935permit modification of the work for the customer`s own use and reverse engineering for
5936debugging such modifications.
5937
5938You must give prominent notice with each copy of the work that the Library is used in
5939it and that the Library and its use are covered by this License. You must supply a
5940copy of this License. If the work during execution displays copyright notices, you
5941must include the copyright notice for the Library among them, as well as a reference
5942directing the user to the copy of this License. Also, you must do one of these things:
5943
5944a) Accompany the work with the complete corresponding machine-readable source code for
5945the Library including whatever changes were used in the work (which must be
5946distributed under Sections 1 and 2 above); and, if the work is an executable linked
5947with the Library, with the complete machine-readable "work that uses the Library", as
5948object code and/or source code, so that the user can modify the Library and then
5949relink to produce a modified executable containing the modified Library. (It is
5950understood that the user who changes the contents of definitions files in the Library
5951will not necessarily be able to recompile the application to use the modified
5952definitions.)
5953b) Use a suitable shared library mechanism for linking with the Library. A suitable
5954mechanism is one that (1) uses at run time a copy of the library already present on
5955the user`s computer system, rather than copying library functions into the executable,
5956and (2) will operate properly with a modified version of the library, if the user
5957installs one, as long as the modified version is interface-compatible with the version
5958that the work was made with.
5959c) Accompany the work with a written offer, valid for at least three years, to give
5960the same user the materials specified in Subsection 6a, above, for a charge no more
5961than the cost of performing this distribution.
5962d) If distribution of the work is made by offering access to copy from a designated
5963place, offer equivalent access to copy the above specified materials from the same
5964place.
5965e) Verify that the user has already received a copy of these materials or that you
5966have already sent this user a copy.
5967For an executable, the required form of the "work that uses the Library" must include
5968any data and utility programs needed for reproducing the executable from it. However,
5969as a special exception, the materials to be distributed need not include anything that
5970is normally distributed (in either source or binary form) with the major components
5971(compiler, kernel, and so on) of the operating system on which the executable runs,
5972unless that component itself accompanies the executable.
5973
5974It may happen that this requirement contradicts the license restrictions of other
5975proprietary libraries that do not normally accompany the operating system. Such a
5976contradiction means you cannot use both them and the Library together in an executable
5977that you distribute.
5978
59797. You may place library facilities that are a work based on the Library side-by-side
5980in a single library together with other library facilities not covered by this
5981License, and distribute such a combined library, provided that the separate
5982distribution of the work based on the Library and of the other library facilities is
5983otherwise permitted, and provided that you do these two things:
5984
5985a) Accompany the combined library with a copy of the same work based on the Library,
5986uncombined with any other library facilities. This must be distributed under the terms
5987of the Sections above.
5988b) Give prominent notice with the combined library of the fact that part of it is a
5989work based on the Library, and explaining where to find the accompanying uncombined
5990form of the same work.
59918. You may not copy, modify, sublicense, link with, or distribute the Library except
5992as expressly provided under this License. Any attempt otherwise to copy, modify,
5993sublicense, link with, or distribute the Library is void, and will automatically
5994terminate your rights under this License. However, parties who have received copies,
5995or rights, from you under this License will not have their licenses terminated so long
5996as such parties remain in full compliance.
5997
59989. You are not required to accept this License, since you have not signed it. However,
5999nothing else grants you permission to modify or distribute the Library or its
6000derivative works. These actions are prohibited by law if you do not accept this
6001License. Therefore, by modifying or distributing the Library (or any work based on the
6002Library), you indicate your acceptance of this License to do so, and all its terms and
6003conditions for copying, distributing or modifying the Library or works based on it.
6004
600510. Each time you redistribute the Library (or any work based on the Library), the
6006recipient automatically receives a license from the original licensor to copy,
6007distribute, link with or modify the Library subject to these terms and conditions. You
6008may not impose any further restrictions on the recipients` exercise of the rights
6009granted herein. You are not responsible for enforcing compliance by third parties with
6010this License.
6011
601211. If, as a consequence of a court judgment or allegation of patent infringement or
6013for any other reason (not limited to patent issues), conditions are imposed on you
6014(whether by court order, agreement or otherwise) that contradict the conditions of
6015this License, they do not excuse you from the conditions of this License. If you
6016cannot distribute so as to satisfy simultaneously your obligations under this License
6017and any other pertinent obligations, then as a consequence you may not distribute the
6018Library at all. For example, if a patent license would not permit royalty-free
6019redistribution of the Library by all those who receive copies directly or indirectly
6020through you, then the only way you could satisfy both it and this License would be to
6021refrain entirely from distribution of the Library.
6022
6023If any portion of this section is held invalid or unenforceable under any particular
6024circumstance, the balance of the section is intended to apply, and the section as a
6025whole is intended to apply in other circumstances.
6026
6027It is not the purpose of this section to induce you to infringe any patents or other
6028property right claims or to contest validity of any such claims; this section has the
6029sole purpose of protecting the integrity of the free software distribution system
6030which is implemented by public license practices. Many people have made generous
6031contributions to the wide range of software distributed through that system in
6032reliance on consistent application of that system; it is up to the author/donor to
6033decide if he or she is willing to distribute software through any other system and a
6034licensee cannot impose that choice.
6035
6036This section is intended to make thoroughly clear what is believed to be a consequence
6037of the rest of this License.
6038
603912. If the distribution and/or use of the Library is restricted in certain countries
6040either by patents or by copyrighted interfaces, the original copyright holder who
6041places the Library under this License may add an explicit geographical distribution
6042limitation excluding those countries, so that distribution is permitted only in or
6043among countries not thus excluded. In such case, this License incorporates the
6044limitation as if written in the body of this License.
6045
604613. The Free Software Foundation may publish revised and/or new versions of the Lesser
6047General Public License from time to time. Such new versions will be similar in spirit
6048to the present version, but may differ in detail to address new problems or concerns.
6049
6050Each version is given a distinguishing version number. If the Library specifies a
6051version number of this License which applies to it and "any later version", you have
6052the option of following the terms and conditions either of that version or of any
6053later version published by the Free Software Foundation. If the Library does not
6054specify a license version number, you may choose any version ever published by the
6055Free Software Foundation.
6056
605714. If you wish to incorporate parts of the Library into other free programs whose
6058distribution conditions are incompatible with these, write to the author to ask for
6059permission. For software which is copyrighted by the Free Software Foundation, write
6060to the Free Software Foundation; we sometimes make exceptions for this. Our decision
6061will be guided by the two goals of preserving the free status of all derivatives of
6062our free software and of promoting the sharing and reuse of software generally.
6063
6064NO WARRANTY
6065
606615. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
6067LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN
6068WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
6069WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
6070IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
6071RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY
6072PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
6073
607416. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
6075COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS
6076PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
6077INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
6078LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
6079OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE
6080WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6081POSSIBILITY OF SUCH DAMAGES.
6082
6083END OF TERMS AND CONDITIONS
6084
6085How to Apply These Terms to Your New Libraries
6086
6087If you develop a new library, and you want it to be of the greatest possible use to
6088the public, we recommend making it free software that everyone can redistribute and
6089change. You can do so by permitting redistribution under these terms (or,
6090alternatively, under the terms of the ordinary General Public License).
6091
6092To apply these terms, attach the following notices to the library. It is safest to
6093attach them to the start of each source file to most effectively convey the exclusion
6094of warranty; and each file should have at least the "copyright" line and a pointer to
6095where the full notice is found.
6096
6097one line to give the library`s name and an idea of what it does.
6098Copyright (C) year name of author
6099
6100This library is free software; you can redistribute it and/or
6101modify it under the terms of the GNU Lesser General Public
6102License as published by the Free Software Foundation; either
6103version 2.1 of the License, or (at your option) any later version.
6104
6105This library is distributed in the hope that it will be useful,
6106but WITHOUT ANY WARRANTY; without even the implied warranty of
6107MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
6108Lesser General Public License for more details.
6109
6110You should have received a copy of the GNU Lesser General Public
6111License along with this library; if not, write to the Free Software
6112Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6113Also add information on how to contact you by electronic and paper mail.
6114
6115You should also get your employer (if you work as a programmer) or your school, if
6116any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample;
6117alter the names:
6118
6119Yoyodyne, Inc., hereby disclaims all copyright interest in
6120the library `Frob` (a library for tweaking knobs) written
6121by James Random Hacker.
6122
6123signature of Ty Coon, 1 April 1990
6124Ty Coon, President of Vice
6125That`s all there is to it!
6126
6127</programlisting></para></section>
6128
6129<section id="lic_19">
6130<title>LGPL-3.0</title>
6131<para><programlisting>
6132GNU LESSER GENERAL PUBLIC LICENSE
6133
6134Version 3, 29 June 2007
6135
6136Copyright © 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
6137
6138Everyone is permitted to copy and distribute verbatim copies of this license document,
6139but changing it is not allowed.
6140
6141This version of the GNU Lesser General Public License incorporates the terms and
6142conditions of version 3 of the GNU General Public License, supplemented by the
6143additional permissions listed below.
61440. Additional Definitions.
6145
6146As used herein, &rdquor;this License&rdquo; refers to version 3 of the GNU Lesser
6147General Public License, and the &rdquor;GNU GPL&rdquo; refers to version 3 of the GNU
6148General Public License.
6149
6150&rdquor;The Library&rdquo; refers to a covered work governed by this License, other
6151than an Application or a Combined Work as defined below.
6152
6153An &rdquor;Application&rdquo; is any work that makes use of an interface provided by
6154the Library, but which is not otherwise based on the Library. Defining a subclass of a
6155class defined by the Library is deemed a mode of using an interface provided by the
6156Library.
6157
6158A &rdquor;Combined Work&rdquo; is a work produced by combining or linking an
6159Application with the Library. The particular version of the Library with which the
6160Combined Work was made is also called the &rdquor;Linked Version&rdquo;.
6161
6162The &rdquor;Minimal Corresponding Source&rdquo; for a Combined Work means the
6163Corresponding Source for the Combined Work, excluding any source code for portions of
6164the Combined Work that, considered in isolation, are based on the Application, and not
6165on the Linked Version.
6166
6167The &rdquor;Corresponding Application Code&rdquo; for a Combined Work means the object
6168code and/or source code for the Application, including any data and utility programs
6169needed for reproducing the Combined Work from the Application, but excluding the
6170System Libraries of the Combined Work.
61711. Exception to Section 3 of the GNU GPL.
6172
6173You may convey a covered work under sections 3 and 4 of this License without being
6174bound by section 3 of the GNU GPL.
61752. Conveying Modified Versions.
6176
6177If you modify a copy of the Library, and, in your modifications, a facility refers to
6178a function or data to be supplied by an Application that uses the facility (other than
6179as an argument passed when the facility is invoked), then you may convey a copy of the
6180modified version:
6181
6182 * a) under this License, provided that you make a good faith effort to ensure
6183that, in the event an Application does not supply the function or data, the facility
6184still operates, and performs whatever part of its purpose remains meaningful, or
6185 * b) under the GNU GPL, with none of the additional permissions of this License
6186applicable to that copy.
6187
61883. Object Code Incorporating Material from Library Header Files.
6189
6190The object code form of an Application may incorporate material from a header file
6191that is part of the Library. You may convey such object code under terms of your
6192choice, provided that, if the incorporated material is not limited to numerical
6193parameters, data structure layouts and accessors, or small macros, inline functions
6194and templates (ten or fewer lines in length), you do both of the following:
6195
6196 * a) Give prominent notice with each copy of the object code that the Library is
6197used in it and that the Library and its use are covered by this License.
6198 * b) Accompany the object code with a copy of the GNU GPL and this license
6199document.
6200
62014. Combined Works.
6202
6203You may convey a Combined Work under terms of your choice that, taken together,
6204effectively do not restrict modification of the portions of the Library contained in
6205the Combined Work and reverse engineering for debugging such modifications, if you
6206also do each of the following:
6207
6208 * a) Give prominent notice with each copy of the Combined Work that the Library is
6209used in it and that the Library and its use are covered by this License.
6210 * b) Accompany the Combined Work with a copy of the GNU GPL and this license
6211document.
6212 * c) For a Combined Work that displays copyright notices during execution, include
6213the copyright notice for the Library among these notices, as well as a reference
6214directing the user to the copies of the GNU GPL and this license document.
6215 * d) Do one of the following:
6216 o 0) Convey the Minimal Corresponding Source under the terms of this
6217License, and the Corresponding Application Code in a form suitable for, and under
6218terms that permit, the user to recombine or relink the Application with a modified
6219version of the Linked Version to produce a modified Combined Work, in the manner
6220specified by section 6 of the GNU GPL for conveying Corresponding Source.
6221 o 1) Use a suitable shared library mechanism for linking with the Library. A
6222suitable mechanism is one that (a) uses at run time a copy of the Library already
6223present on the user's computer system, and (b) will operate properly with a modified
6224version of the Library that is interface-compatible with the Linked Version.
6225 * e) Provide Installation Information, but only if you would otherwise be required
6226to provide such information under section 6 of the GNU GPL, and only to the extent
6227that such information is necessary to install and execute a modified version of the
6228Combined Work produced by recombining or relinking the Application with a modified
6229version of the Linked Version. (If you use option 4d0, the Installation Information
6230must accompany the Minimal Corresponding Source and Corresponding Application Code. If
6231you use option 4d1, you must provide the Installation Information in the manner
6232specified by section 6 of the GNU GPL for conveying Corresponding Source.)
6233
62345. Combined Libraries.
6235
6236You may place library facilities that are a work based on the Library side by side in
6237a single library together with other library facilities that are not Applications and
6238are not covered by this License, and convey such a combined library under terms of
6239your choice, if you do both of the following:
6240
6241 * a) Accompany the combined library with a copy of the same work based on the
6242Library, uncombined with any other library facilities, conveyed under the terms of
6243this License.
6244 * b) Give prominent notice with the combined library that part of it is a work
6245based on the Library, and explaining where to find the accompanying uncombined form of
6246the same work.
6247
62486. Revised Versions of the GNU Lesser General Public License.
6249
6250The Free Software Foundation may publish revised and/or new versions of the GNU Lesser
6251General Public License from time to time. Such new versions will be similar in spirit
6252to the present version, but may differ in detail to address new problems or concerns.
6253
6254Each version is given a distinguishing version number. If the Library as you received
6255it specifies that a certain numbered version of the GNU Lesser General Public License
6256&rdquor;or any later version&rdquo; applies to it, you have the option of following
6257the terms and conditions either of that published version or of any later version
6258published by the Free Software Foundation. If the Library as you received it does not
6259specify a version number of the GNU Lesser General Public License, you may choose any
6260version of the GNU Lesser General Public License ever published by the Free Software
6261Foundation.
6262
6263If the Library as you received it specifies that a proxy can decide whether future
6264versions of the GNU Lesser General Public License shall apply, that proxy's public
6265statement of acceptance of any version is permanent authorization for you to choose
6266that version for the Library.
6267</programlisting></para></section>
6268
6269<section id="lic_20">
6270<title>Libpng</title>
6271<para><programlisting>
6272
6273This copy of the libpng notices is provided for your convenience. In case of
6274any discrepancy between this copy and the notices in the file png.h that is
6275included in the libpng distribution, the latter shall prevail.
6276
6277COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
6278
6279If you modify libpng you may insert additional notices immediately following
6280this sentence.
6281
6282This code is released under the libpng license.
6283
6284libpng versions 1.2.6, August 15, 2004, through 1.4.5, December 9, 2010, are
6285Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
6286distributed according to the same disclaimer and license as libpng-1.2.5
6287with the following individual added to the list of Contributing Authors
6288
6289 Cosmin Truta
6290
6291libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
6292Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
6293distributed according to the same disclaimer and license as libpng-1.0.6
6294with the following individuals added to the list of Contributing Authors
6295
6296 Simon-Pierre Cadieux
6297 Eric S. Raymond
6298 Gilles Vollant
6299
6300and with the following additions to the disclaimer:
6301
6302 There is no warranty against interference with your enjoyment of the
6303 library or against infringement. There is no warranty that our
6304 efforts or the library will fulfill any of your particular purposes
6305 or needs. This library is provided with all faults, and the entire
6306 risk of satisfactory quality, performance, accuracy, and effort is with
6307 the user.
6308
6309libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
6310Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
6311distributed according to the same disclaimer and license as libpng-0.96,
6312with the following individuals added to the list of Contributing Authors:
6313
6314 Tom Lane
6315 Glenn Randers-Pehrson
6316 Willem van Schaik
6317
6318libpng versions 0.89, June 1996, through 0.96, May 1997, are
6319Copyright (c) 1996, 1997 Andreas Dilger
6320Distributed according to the same disclaimer and license as libpng-0.88,
6321with the following individuals added to the list of Contributing Authors:
6322
6323 John Bowler
6324 Kevin Bracey
6325 Sam Bushell
6326 Magnus Holmgren
6327 Greg Roelofs
6328 Tom Tanner
6329
6330libpng versions 0.5, May 1995, through 0.88, January 1996, are
6331Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
6332
6333For the purposes of this copyright and license, "Contributing Authors"
6334is defined as the following set of individuals:
6335
6336 Andreas Dilger
6337 Dave Martindale
6338 Guy Eric Schalnat
6339 Paul Schmidt
6340 Tim Wegner
6341
6342The PNG Reference Library is supplied "AS IS". The Contributing Authors
6343and Group 42, Inc. disclaim all warranties, expressed or implied,
6344including, without limitation, the warranties of merchantability and of
6345fitness for any purpose. The Contributing Authors and Group 42, Inc.
6346assume no liability for direct, indirect, incidental, special, exemplary,
6347or consequential damages, which may result from the use of the PNG
6348Reference Library, even if advised of the possibility of such damage.
6349
6350Permission is hereby granted to use, copy, modify, and distribute this
6351source code, or portions hereof, for any purpose, without fee, subject
6352to the following restrictions:
6353
63541. The origin of this source code must not be misrepresented.
6355
63562. Altered versions must be plainly marked as such and must not
6357 be misrepresented as being the original source.
6358
63593. This Copyright notice may not be removed or altered from any
6360 source or altered source distribution.
6361
6362The Contributing Authors and Group 42, Inc. specifically permit, without
6363fee, and encourage the use of this source code as a component to
6364supporting the PNG file format in commercial products. If you use this
6365source code in a product, acknowledgment is not required but would be
6366appreciated.
6367
6368
6369A "png_get_copyright" function is available, for convenient use in "about"
6370boxes and the like:
6371
6372 printf("%s",png_get_copyright(NULL));
6373
6374Also, the PNG logo (in PNG format, of course) is supplied in the
6375files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
6376
6377Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
6378certification mark of the Open Source Initiative.
6379
6380Glenn Randers-Pehrson
6381glennrp at users.sourceforge.net
6382December 9, 2010
6383
6384</programlisting></para></section>
6385
6386<section id="lic_21">
6387<title>MIT</title>
6388<para><programlisting>
6389
6390MIT License
6391
6392Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
6393
6394Permission is hereby granted, free of charge, to any person obtaining a copy
6395of this software and associated documentation files (the "Software"), to deal
6396in the Software without restriction, including without limitation the rights
6397to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6398copies of the Software, and to permit persons to whom the Software is
6399furnished to do so, subject to the following conditions:
6400
6401The above copyright notice and this permission notice shall be included in
6402all copies or substantial portions of the Software.
6403
6404THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6405IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6406FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6407AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6408LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6409OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6410THE SOFTWARE.
6411
6412</programlisting></para></section>
6413
6414<section id="lic_22">
6415<title>MPL-1.0</title>
6416<para><programlisting>
6417
6418MOZILLA PUBLIC LICENSE
6419Version 1.0
6420
64211. Definitions.
6422
64231.1. ``Contributor`` means each entity that creates or contributes to the creation of
6424Modifications.
64251.2. ``Contributor Version`` means the combination of the Original Code, prior
6426Modifications used by a Contributor, and the Modifications made by that particular
6427Contributor.
6428
64291.3. ``Covered Code`` means the Original Code or Modifications or the combination of
6430the Original Code and Modifications, in each case including portions thereof.
6431
64321.4. ``Electronic Distribution Mechanism`` means a mechanism generally accepted in the
6433software development community for the electronic transfer of data.
6434
64351.5. ``Executable`` means Covered Code in any form other than Source Code.
6436
64371.6. ``Initial Developer`` means the individual or entity identified as the Initial
6438Developer in the Source Code notice required by Exhibit A.
6439
64401.7. ``Larger Work`` means a work which combines Covered Code or portions thereof with
6441code not governed by the terms of this License.
6442
64431.8. ``License`` means this document.
6444
64451.9. ``Modifications`` means any addition to or deletion from the substance or
6446structure of either the Original Code or any previous Modifications. When Covered Code
6447is released as a series of files, a Modification is:
6448
6449A. Any addition to or deletion from the contents of a file containing Original Code or
6450previous Modifications.
6451
6452B. Any new file that contains any part of the Original Code or previous Modifications.
6453
64541.10. ``Original Code`` means Source Code of computer software code which is described
6455in the Source Code notice required by Exhibit A as Original Code, and which, at the
6456time of its release under this License is not already Covered Code governed by this
6457License.
6458
64591.11. ``Source Code`` means the preferred form of the Covered Code for making
6460modifications to it, including all modules it contains, plus any associated interface
6461definition files, scripts used to control compilation and installation of an
6462Executable, or a list of source code differential comparisons against either the
6463Original Code or another well known, available Covered Code of the Contributor`s
6464choice. The Source Code can be in a compressed or archival form, provided the
6465appropriate decompression or de-archiving software is widely available for no charge.
6466
64671.12. ``You`` means an individual or a legal entity exercising rights under, and
6468complying with all of the terms of, this License or a future version of this License
6469issued under Section 6.1. For legal entities, ``You`` includes any entity which
6470controls, is controlled by, or is under common control with You. For purposes of this
6471definition, ``control`` means (a) the power, direct or indirect, to cause the
6472direction or management of such entity, whether by contract or otherwise, or (b)
6473ownership of fifty percent (50%) or more of the outstanding shares or beneficial
6474ownership of such entity.
6475
64762. Source Code License.
64772.1. The Initial Developer Grant.
6478The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
6479license, subject to third party intellectual property claims:
6480(a) to use, reproduce, modify, display, perform, sublicense and distribute the
6481Original Code (or portions thereof) with or without Modifications, or as part of a
6482Larger Work; and
6483
6484(b) under patents now or hereafter owned or controlled by Initial Developer, to make,
6485have made, use and sell (``Utilize``) the Original Code (or portions thereof), but
6486solely to the extent that any such patent is reasonably necessary to enable You to
6487Utilize the Original Code (or portions thereof) and not to any greater extent that may
6488be necessary to Utilize further Modifications or combinations.
6489
64902.2. Contributor Grant.
6491Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license,
6492subject to third party intellectual property claims:
6493
6494(a) to use, reproduce, modify, display, perform, sublicense and distribute the
6495Modifications created by such Contributor (or portions thereof) either on an
6496unmodified basis, with other Modifications, as Covered Code or as part of a Larger
6497Work; and
6498
6499(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the
6500Contributor Version (or portions thereof), but solely to the extent that any such
6501patent is reasonably necessary to enable You to Utilize the Contributor Version (or
6502portions thereof), and not to any greater extent that may be necessary to Utilize
6503further Modifications or combinations.
6504
65053. Distribution Obligations.
65063.1. Application of License.
6507The Modifications which You create or to which You contribute are governed by the
6508terms of this License, including without limitation Section 2.2. The Source Code
6509version of Covered Code may be distributed only under the terms of this License or a
6510future version of this License released under Section 6.1, and You must include a copy
6511of this License with every copy of the Source Code You distribute. You may not offer
6512or impose any terms on any Source Code version that alters or restricts the applicable
6513version of this License or the recipients` rights hereunder. However, You may include
6514an additional document offering the additional rights described in Section 3.5.
65153.2. Availability of Source Code.
6516Any Modification which You create or to which You contribute must be made available in
6517Source Code form under the terms of this License either on the same media as an
6518Executable version or via an accepted Electronic Distribution Mechanism to anyone to
6519whom you made an Executable version available; and if made available via Electronic
6520Distribution Mechanism, must remain available for at least twelve (12) months after
6521the date it initially became available, or at least six (6) months after a subsequent
6522version of that particular Modification has been made available to such recipients.
6523You are responsible for ensuring that the Source Code version remains available even
6524if the Electronic Distribution Mechanism is maintained by a third party.
6525
65263.3. Description of Modifications.
6527You must cause all Covered Code to which you contribute to contain a file documenting
6528the changes You made to create that Covered Code and the date of any change. You must
6529include a prominent statement that the Modification is derived, directly or
6530indirectly, from Original Code provided by the Initial Developer and including the
6531name of the Initial Developer in (a) the Source Code, and (b) in any notice in an
6532Executable version or related documentation in which You describe the origin or
6533ownership of the Covered Code.
6534
65353.4. Intellectual Property Matters
6536
6537(a) Third Party Claims.
6538If You have knowledge that a party claims an intellectual property right in particular
6539functionality or code (or its utilization under this License), you must include a text
6540file with the source code distribution titled ``LEGAL`` which describes the claim and
6541the party making the claim in sufficient detail that a recipient will know whom to
6542contact. If you obtain such knowledge after You make Your Modification available as
6543described in Section 3.2, You shall promptly modify the LEGAL file in all copies You
6544make available thereafter and shall take other steps (such as notifying appropriate
6545mailing lists or newsgroups) reasonably calculated to inform those who received the
6546Covered Code that new knowledge has been obtained.
6547
6548(b) Contributor APIs.
6549If Your Modification is an application programming interface and You own or control
6550patents which are reasonably necessary to implement that API, you must also include
6551this information in the LEGAL file.
6552
65533.5. Required Notices.
6554You must duplicate the notice in Exhibit A in each file of the Source Code, and this
6555License in any documentation for the Source Code, where You describe recipients`
6556rights relating to Covered Code. If You created one or more Modification(s), You may
6557add your name as a Contributor to the notice described in Exhibit A. If it is not
6558possible to put such notice in a particular Source Code file due to its structure,
6559then you must include such notice in a location (such as a relevant directory file)
6560where a user would be likely to look for such a notice. You may choose to offer, and
6561to charge a fee for, warranty, support, indemnity or liability obligations to one or
6562more recipients of Covered Code. However, You may do so only on Your own behalf, and
6563not on behalf of the Initial Developer or any Contributor. You must make it absolutely
6564clear than any such warranty, support, indemnity or liability obligation is offered by
6565You alone, and You hereby agree to indemnify the Initial Developer and every
6566Contributor for any liability incurred by the Initial Developer or such Contributor as
6567a result of warranty, support, indemnity or liability terms You offer.
6568
65693.6. Distribution of Executable Versions.
6570You may distribute Covered Code in Executable form only if the requirements of Section
65713.1-3.5 have been met for that Covered Code, and if You include a notice stating that
6572the Source Code version of the Covered Code is available under the terms of this
6573License, including a description of how and where You have fulfilled the obligations
6574of Section 3.2. The notice must be conspicuously included in any notice in an
6575Executable version, related documentation or collateral in which You describe
6576recipients` rights relating to the Covered Code. You may distribute the Executable
6577version of Covered Code under a license of Your choice, which may contain terms
6578different from this License, provided that You are in compliance with the terms of
6579this License and that the license for the Executable version does not attempt to limit
6580or alter the recipient`s rights in the Source Code version from the rights set forth
6581in this License. If You distribute the Executable version under a different license
6582You must make it absolutely clear that any terms which differ from this License are
6583offered by You alone, not by the Initial Developer or any Contributor. You hereby
6584agree to indemnify the Initial Developer and every Contributor for any liability
6585incurred by the Initial Developer or such Contributor as a result of any such terms
6586You offer.
6587
65883.7. Larger Works.
6589You may create a Larger Work by combining Covered Code with other code not governed by
6590the terms of this License and distribute the Larger Work as a single product. In such
6591a case, You must make sure the requirements of this License are fulfilled for the
6592Covered Code.
6593
65944. Inability to Comply Due to Statute or Regulation.
6595If it is impossible for You to comply with any of the terms of this License with
6596respect to some or all of the Covered Code due to statute or regulation then You must:
6597(a) comply with the terms of this License to the maximum extent possible; and (b)
6598describe the limitations and the code they affect. Such description must be included
6599in the LEGAL file described in Section 3.4 and must be included with all distributions
6600of the Source Code. Except to the extent prohibited by statute or regulation, such
6601description must be sufficiently detailed for a recipient of ordinary skill to be able
6602to understand it.
6603
66045. Application of this License.
6605This License applies to code to which the Initial Developer has attached the notice in
6606Exhibit A, and to related Covered Code.
66076. Versions of the License.
66086.1. New Versions.
6609Netscape Communications Corporation (``Netscape``) may publish revised and/or new
6610versions of the License from time to time. Each version will be given a distinguishing
6611version number.
66126.2. Effect of New Versions.
6613Once Covered Code has been published under a particular version of the License, You
6614may always continue to use it under the terms of that version. You may also choose to
6615use such Covered Code under the terms of any subsequent version of the License
6616published by Netscape. No one other than Netscape has the right to modify the terms
6617applicable to Covered Code created under this License.
6618
66196.3. Derivative Works.
6620If you create or use a modified version of this License (which you may only do in
6621order to apply it to code which is not already Covered Code governed by this License),
6622you must (a) rename Your license so that the phrases ``Mozilla``, ``MOZILLAPL``,
6623``MOZPL``, ``Netscape``, ``NPL`` or any confusingly similar phrase do not appear
6624anywhere in your license and (b) otherwise make it clear that your version of the
6625license contains terms which differ from the Mozilla Public License and Netscape
6626Public License. (Filling in the name of the Initial Developer, Original Code or
6627Contributor in the notice described in Exhibit A shall not of themselves be deemed to
6628be modifications of this License.)
6629
66307. DISCLAIMER OF WARRANTY.
6631COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS`` BASIS, WITHOUT WARRANTY OF
6632ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT
6633THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
6634NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
6635IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
6636INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
6637SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
6638PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
6639THIS DISCLAIMER.
66408. TERMINATION.
6641This License and the rights granted hereunder will terminate automatically if You fail
6642to comply with terms herein and fail to cure such breach within 30 days of becoming
6643aware of the breach. All sublicenses to the Covered Code which are properly granted
6644shall survive any termination of this License. Provisions which, by their nature, must
6645remain in effect beyond the termination of this License shall survive.
66469. LIMITATION OF LIABILITY.
6647UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE),
6648CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
6649DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU
6650OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF
6651ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
6652STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
6653LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
6654DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
6655PERSONAL INJURY RESULTING FROM SUCH PARTY`S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
6656PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION
6657OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY
6658TO YOU.
665910. U.S. GOVERNMENT END USERS.
6660The Covered Code is a ``commercial item,`` as that term is defined in 48 C.F.R. 2.101
6661(Oct. 1995), consisting of ``commercial computer software`` and ``commercial computer
6662software documentation,`` as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
6663Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June
66641995), all U.S. Government End Users acquire Covered Code with only those rights set
6665forth herein.
666611. MISCELLANEOUS.
6667This License represents the complete agreement concerning subject matter hereof. If
6668any provision of this License is held to be unenforceable, such provision shall be
6669reformed only to the extent necessary to make it enforceable. This License shall be
6670governed by California law provisions (except to the extent applicable law, if any,
6671provides otherwise), excluding its conflict-of-law provisions. With respect to
6672disputes in which at least one party is a citizen of, or an entity chartered or
6673registered to do business in, the United States of America: (a) unless otherwise
6674agreed in writing, all disputes relating to this License (excepting any dispute
6675relating to intellectual property rights) shall be subject to final and binding
6676arbitration, with the losing party paying all costs of arbitration; (b) any
6677arbitration relating to this Agreement shall be held in Santa Clara County,
6678California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to
6679this Agreement shall be subject to the jurisdiction of the Federal Courts of the
6680Northern District of California, with venue lying in Santa Clara County, California,
6681with the losing party responsible for costs, including without limitation, court costs
6682and reasonable attorneys fees and expenses. The application of the United Nations
6683Convention on Contracts for the International Sale of Goods is expressly excluded. Any
6684law or regulation which provides that the language of a contract shall be construed
6685against the drafter shall not apply to this License.
668612. RESPONSIBILITY FOR CLAIMS.
6687Except in cases where another Contributor has failed to comply with Section 3.4, You
6688are responsible for damages arising, directly or indirectly, out of Your utilization
6689of rights under this License, based on the number of copies of Covered Code you made
6690available, the revenues you received from utilizing such rights, and other relevant
6691factors. You agree to work with affected parties to distribute responsibility on an
6692equitable basis.
6693EXHIBIT A.
6694``The contents of this file are subject to the Mozilla Public License Version 1.0 (the
6695"License"); you may not use this file except in compliance with the License. You may
6696obtain a copy of the License at http://www.mozilla.org/MPL/
6697Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
6698WARRANTY OF ANY KIND, either express or implied. See the License for the specific
6699language governing rights and limitations under the License.
6700
6701The Original Code is ______________________________________.
6702
6703The Initial Developer of the Original Code is ________________________. Portions
6704created by ______________________ are Copyright (C) ______ _______________________.
6705All Rights Reserved.
6706
6707Contributor(s): ______________________________________.``
6708
6709</programlisting></para></section>
6710
6711<section id="lic_23">
6712<title>MPL-2.0</title>
6713<para><programlisting>
6714Mozilla Public License Version 2.0
6715==================================
6716
67171. Definitions
6718--------------
6719
67201.1. "Contributor"
6721 means each individual or legal entity that creates, contributes to
6722 the creation of, or owns Covered Software.
6723
67241.2. "Contributor Version"
6725 means the combination of the Contributions of others (if any) used
6726 by a Contributor and that particular Contributor's Contribution.
6727
67281.3. "Contribution"
6729 means Covered Software of a particular Contributor.
6730
67311.4. "Covered Software"
6732 means Source Code Form to which the initial Contributor has attached
6733 the notice in Exhibit A, the Executable Form of such Source Code
6734 Form, and Modifications of such Source Code Form, in each case
6735 including portions thereof.
6736
67371.5. "Incompatible With Secondary Licenses"
6738 means
6739
6740 (a) that the initial Contributor has attached the notice described
6741 in Exhibit B to the Covered Software; or
6742
6743 (b) that the Covered Software was made available under the terms of
6744 version 1.1 or earlier of the License, but not also under the
6745 terms of a Secondary License.
6746
67471.6. "Executable Form"
6748 means any form of the work other than Source Code Form.
6749
67501.7. "Larger Work"
6751 means a work that combines Covered Software with other material, in
6752 a separate file or files, that is not Covered Software.
6753
67541.8. "License"
6755 means this document.
6756
67571.9. "Licensable"
6758 means having the right to grant, to the maximum extent possible,
6759 whether at the time of the initial grant or subsequently, any and
6760 all of the rights conveyed by this License.
6761
67621.10. "Modifications"
6763 means any of the following:
6764
6765 (a) any file in Source Code Form that results from an addition to,
6766 deletion from, or modification of the contents of Covered
6767 Software; or
6768
6769 (b) any new file in Source Code Form that contains any Covered
6770 Software.
6771
67721.11. "Patent Claims" of a Contributor
6773 means any patent claim(s), including without limitation, method,
6774 process, and apparatus claims, in any patent Licensable by such
6775 Contributor that would be infringed, but for the grant of the
6776 License, by the making, using, selling, offering for sale, having
6777 made, import, or transfer of either its Contributions or its
6778 Contributor Version.
6779
67801.12. "Secondary License"
6781 means either the GNU General Public License, Version 2.0, the GNU
6782 Lesser General Public License, Version 2.1, the GNU Affero General
6783 Public License, Version 3.0, or any later versions of those
6784 licenses.
6785
67861.13. "Source Code Form"
6787 means the form of the work preferred for making modifications.
6788
67891.14. "You" (or "Your")
6790 means an individual or a legal entity exercising rights under this
6791 License. For legal entities, "You" includes any entity that
6792 controls, is controlled by, or is under common control with You. For
6793 purposes of this definition, "control" means (a) the power, direct
6794 or indirect, to cause the direction or management of such entity,
6795 whether by contract or otherwise, or (b) ownership of more than
6796 fifty percent (50%) of the outstanding shares or beneficial
6797 ownership of such entity.
6798
67992. License Grants and Conditions
6800--------------------------------
6801
68022.1. Grants
6803
6804Each Contributor hereby grants You a world-wide, royalty-free,
6805non-exclusive license:
6806
6807(a) under intellectual property rights (other than patent or trademark)
6808 Licensable by such Contributor to use, reproduce, make available,
6809 modify, display, perform, distribute, and otherwise exploit its
6810 Contributions, either on an unmodified basis, with Modifications, or
6811 as part of a Larger Work; and
6812
6813(b) under Patent Claims of such Contributor to make, use, sell, offer
6814 for sale, have made, import, and otherwise transfer either its
6815 Contributions or its Contributor Version.
6816
68172.2. Effective Date
6818
6819The licenses granted in Section 2.1 with respect to any Contribution
6820become effective for each Contribution on the date the Contributor first
6821distributes such Contribution.
6822
68232.3. Limitations on Grant Scope
6824
6825The licenses granted in this Section 2 are the only rights granted under
6826this License. No additional rights or licenses will be implied from the
6827distribution or licensing of Covered Software under this License.
6828Notwithstanding Section 2.1(b) above, no patent license is granted by a
6829Contributor:
6830
6831(a) for any code that a Contributor has removed from Covered Software;
6832 or
6833
6834(b) for infringements caused by: (i) Your and any other third party's
6835 modifications of Covered Software, or (ii) the combination of its
6836 Contributions with other software (except as part of its Contributor
6837 Version); or
6838
6839(c) under Patent Claims infringed by Covered Software in the absence of
6840 its Contributions.
6841
6842This License does not grant any rights in the trademarks, service marks,
6843or logos of any Contributor (except as may be necessary to comply with
6844the notice requirements in Section 3.4).
6845
68462.4. Subsequent Licenses
6847
6848No Contributor makes additional grants as a result of Your choice to
6849distribute the Covered Software under a subsequent version of this
6850License (see Section 10.2) or under the terms of a Secondary License (if
6851permitted under the terms of Section 3.3).
6852
68532.5. Representation
6854
6855Each Contributor represents that the Contributor believes its
6856Contributions are its original creation(s) or it has sufficient rights
6857to grant the rights to its Contributions conveyed by this License.
6858
68592.6. Fair Use
6860
6861This License is not intended to limit any rights You have under
6862applicable copyright doctrines of fair use, fair dealing, or other
6863equivalents.
6864
68652.7. Conditions
6866
6867Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
6868in Section 2.1.
6869
68703. Responsibilities
6871-------------------
6872
68733.1. Distribution of Source Form
6874
6875All distribution of Covered Software in Source Code Form, including any
6876Modifications that You create or to which You contribute, must be under
6877the terms of this License. You must inform recipients that the Source
6878Code Form of the Covered Software is governed by the terms of this
6879License, and how they can obtain a copy of this License. You may not
6880attempt to alter or restrict the recipients' rights in the Source Code
6881Form.
6882
68833.2. Distribution of Executable Form
6884
6885If You distribute Covered Software in Executable Form then:
6886
6887(a) such Covered Software must also be made available in Source Code
6888 Form, as described in Section 3.1, and You must inform recipients of
6889 the Executable Form how they can obtain a copy of such Source Code
6890 Form by reasonable means in a timely manner, at a charge no more
6891 than the cost of distribution to the recipient; and
6892
6893(b) You may distribute such Executable Form under the terms of this
6894 License, or sublicense it under different terms, provided that the
6895 license for the Executable Form does not attempt to limit or alter
6896 the recipients' rights in the Source Code Form under this License.
6897
68983.3. Distribution of a Larger Work
6899
6900You may create and distribute a Larger Work under terms of Your choice,
6901provided that You also comply with the requirements of this License for
6902the Covered Software. If the Larger Work is a combination of Covered
6903Software with a work governed by one or more Secondary Licenses, and the
6904Covered Software is not Incompatible With Secondary Licenses, this
6905License permits You to additionally distribute such Covered Software
6906under the terms of such Secondary License(s), so that the recipient of
6907the Larger Work may, at their option, further distribute the Covered
6908Software under the terms of either this License or such Secondary
6909License(s).
6910
69113.4. Notices
6912
6913You may not remove or alter the substance of any license notices
6914(including copyright notices, patent notices, disclaimers of warranty,
6915or limitations of liability) contained within the Source Code Form of
6916the Covered Software, except that You may alter any license notices to
6917the extent required to remedy known factual inaccuracies.
6918
69193.5. Application of Additional Terms
6920
6921You may choose to offer, and to charge a fee for, warranty, support,
6922indemnity or liability obligations to one or more recipients of Covered
6923Software. However, You may do so only on Your own behalf, and not on
6924behalf of any Contributor. You must make it absolutely clear that any
6925such warranty, support, indemnity, or liability obligation is offered by
6926You alone, and You hereby agree to indemnify every Contributor for any
6927liability incurred by such Contributor as a result of warranty, support,
6928indemnity or liability terms You offer. You may include additional
6929disclaimers of warranty and limitations of liability specific to any
6930jurisdiction.
6931
69324. Inability to Comply Due to Statute or Regulation
6933---------------------------------------------------
6934
6935If it is impossible for You to comply with any of the terms of this
6936License with respect to some or all of the Covered Software due to
6937statute, judicial order, or regulation then You must: (a) comply with
6938the terms of this License to the maximum extent possible; and (b)
6939describe the limitations and the code they affect. Such description must
6940be placed in a text file included with all distributions of the Covered
6941Software under this License. Except to the extent prohibited by statute
6942or regulation, such description must be sufficiently detailed for a
6943recipient of ordinary skill to be able to understand it.
6944
69455. Termination
6946--------------
6947
69485.1. The rights granted under this License will terminate automatically
6949if You fail to comply with any of its terms. However, if You become
6950compliant, then the rights granted under this License from a particular
6951Contributor are reinstated (a) provisionally, unless and until such
6952Contributor explicitly and finally terminates Your grants, and (b) on an
6953ongoing basis, if such Contributor fails to notify You of the
6954non-compliance by some reasonable means prior to 60 days after You have
6955come back into compliance. Moreover, Your grants from a particular
6956Contributor are reinstated on an ongoing basis if such Contributor
6957notifies You of the non-compliance by some reasonable means, this is the
6958first time You have received notice of non-compliance with this License
6959from such Contributor, and You become compliant prior to 30 days after
6960Your receipt of the notice.
6961
69625.2. If You initiate litigation against any entity by asserting a patent
6963infringement claim (excluding declaratory judgment actions,
6964counter-claims, and cross-claims) alleging that a Contributor Version
6965directly or indirectly infringes any patent, then the rights granted to
6966You by any and all Contributors for the Covered Software under Section
69672.1 of this License shall terminate.
6968
69695.3. In the event of termination under Sections 5.1 or 5.2 above, all
6970end user license agreements (excluding distributors and resellers) which
6971have been validly granted by You or Your distributors under this License
6972prior to termination shall survive termination.
6973
6974************************************************************************
6975* *
6976* 6. Disclaimer of Warranty *
6977* ------------------------- *
6978* *
6979* Covered Software is provided under this License on an "as is" *
6980* basis, without warranty of any kind, either expressed, implied, or *
6981* statutory, including, without limitation, warranties that the *
6982* Covered Software is free of defects, merchantable, fit for a *
6983* particular purpose or non-infringing. The entire risk as to the *
6984* quality and performance of the Covered Software is with You. *
6985* Should any Covered Software prove defective in any respect, You *
6986* (not any Contributor) assume the cost of any necessary servicing, *
6987* repair, or correction. This disclaimer of warranty constitutes an *
6988* essential part of this License. No use of any Covered Software is *
6989* authorized under this License except under this disclaimer. *
6990* *
6991************************************************************************
6992
6993************************************************************************
6994* *
6995* 7. Limitation of Liability *
6996* -------------------------- *
6997* *
6998* Under no circumstances and under no legal theory, whether tort *
6999* (including negligence), contract, or otherwise, shall any *
7000* Contributor, or anyone who distributes Covered Software as *
7001* permitted above, be liable to You for any direct, indirect, *
7002* special, incidental, or consequential damages of any character *
7003* including, without limitation, damages for lost profits, loss of *
7004* goodwill, work stoppage, computer failure or malfunction, or any *
7005* and all other commercial damages or losses, even if such party *
7006* shall have been informed of the possibility of such damages. This *
7007* limitation of liability shall not apply to liability for death or *
7008* personal injury resulting from such party's negligence to the *
7009* extent applicable law prohibits such limitation. Some *
7010* jurisdictions do not allow the exclusion or limitation of *
7011* incidental or consequential damages, so this exclusion and *
7012* limitation may not apply to You. *
7013* *
7014************************************************************************
7015
70168. Litigation
7017-------------
7018
7019Any litigation relating to this License may be brought only in the
7020courts of a jurisdiction where the defendant maintains its principal
7021place of business and such litigation shall be governed by laws of that
7022jurisdiction, without reference to its conflict-of-law provisions.
7023Nothing in this Section shall prevent a party's ability to bring
7024cross-claims or counter-claims.
7025
70269. Miscellaneous
7027----------------
7028
7029This License represents the complete agreement concerning the subject
7030matter hereof. If any provision of this License is held to be
7031unenforceable, such provision shall be reformed only to the extent
7032necessary to make it enforceable. Any law or regulation which provides
7033that the language of a contract shall be construed against the drafter
7034shall not be used to construe this License against a Contributor.
7035
703610. Versions of the License
7037---------------------------
7038
703910.1. New Versions
7040
7041Mozilla Foundation is the license steward. Except as provided in Section
704210.3, no one other than the license steward has the right to modify or
7043publish new versions of this License. Each version will be given a
7044distinguishing version number.
7045
704610.2. Effect of New Versions
7047
7048You may distribute the Covered Software under the terms of the version
7049of the License under which You originally received the Covered Software,
7050or under the terms of any subsequent version published by the license
7051steward.
7052
705310.3. Modified Versions
7054
7055If you create software not governed by this License, and you want to
7056create a new license for such software, you may create and use a
7057modified version of this License if you rename the license and remove
7058any references to the name of the license steward (except to note that
7059such modified license differs from this License).
7060
706110.4. Distributing Source Code Form that is Incompatible With Secondary
7062Licenses
7063
7064If You choose to distribute Source Code Form that is Incompatible With
7065Secondary Licenses under the terms of this version of the License, the
7066notice described in Exhibit B of this License must be attached.
7067
7068Exhibit A - Source Code Form License Notice
7069-------------------------------------------
7070
7071 This Source Code Form is subject to the terms of the Mozilla Public
7072 License, v. 2.0. If a copy of the MPL was not distributed with this
7073 file, You can obtain one at http://mozilla.org/MPL/2.0/.
7074
7075If it is not possible or desirable to put the notice in a particular
7076file, then You may include the notice in a location (such as a LICENSE
7077file in a relevant directory) where a recipient would be likely to look
7078for such a notice.
7079
7080You may add additional accurate notices of copyright ownership.
7081
7082Exhibit B - "Incompatible With Secondary Licenses" Notice
7083---------------------------------------------------------
7084
7085 This Source Code Form is "Incompatible With Secondary Licenses", as
7086 defined by the Mozilla Public License, v. 2.0.
7087</programlisting></para></section>
7088
7089<section id="lic_24">
7090<title>OASIS</title>
7091<para><programlisting>
7092 Permission to use, copy, modify and distribute the DocBook DTD and
7093 its accompanying documentation for any purpose and without fee is
7094 hereby granted in perpetuity, provided that the above copyright
7095 notice and this paragraph appear in all copies. The copyright
7096 holders make no representation about the suitability of the DTD for
7097 any purpose. It is provided "as is" without expressed or implied
7098 warranty.
7099
7100 If you modify the DocBook DTD in any way, except for declaring and
7101 referencing additional sets of general entities and declaring
7102 additional notations, label your DTD as a variant of DocBook. See
7103 the maintenance documentation for more information.
7104
7105</programlisting></para></section>
7106
7107<section id="lic_25">
7108<title>OpenSSL</title>
7109<para><programlisting>
7110
7111OpenSSL License
7112
7113 ====================================================================
7114 Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
7115
7116 Redistribution and use in source and binary forms, with or without
7117 modification, are permitted provided that the following conditions
7118 are met:
7119
7120 1. Redistributions of source code must retain the above copyright
7121 notice, this list of conditions and the following disclaimer.
7122
7123 2. Redistributions in binary form must reproduce the above copyright
7124 notice, this list of conditions and the following disclaimer in
7125 the documentation and/or other materials provided with the
7126 distribution.
7127
7128 3. All advertising materials mentioning features or use of this
7129 software must display the following acknowledgment:
7130 "This product includes software developed by the OpenSSL Project
7131 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
7132
7133 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
7134 endorse or promote products derived from this software without
7135 prior written permission. For written permission, please contact
7136 openssl-core@openssl.org.
7137
7138 5. Products derived from this software may not be called "OpenSSL"
7139 nor may "OpenSSL" appear in their names without prior written
7140 permission of the OpenSSL Project.
7141
7142 6. Redistributions of any form whatsoever must retain the following
7143 acknowledgment:
7144 "This product includes software developed by the OpenSSL Project
7145 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
7146
7147 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS`` AND ANY
7148 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7149 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
7150 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
7151 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7152 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
7153 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
7154 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7155 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
7156 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
7157 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
7158 OF THE POSSIBILITY OF SUCH DAMAGE.
7159 ====================================================================
7160
7161 This product includes cryptographic software written by Eric Young
7162 (eay@cryptsoft.com). This product includes software written by Tim
7163 Hudson (tjh@cryptsoft.com).
7164
7165
7166 Original SSLeay License
7167 -----------------------
7168
7169Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
7170All rights reserved.
7171
7172 This package is an SSL implementation written
7173 by Eric Young (eay@cryptsoft.com).
7174 The implementation was written so as to conform with Netscapes SSL.
7175
7176 This library is free for commercial and non-commercial use as long as
7177 the following conditions are aheared to. The following conditions
7178 apply to all code found in this distribution, be it the RC4, RSA,
7179 lhash, DES, etc., code; not just the SSL code. The SSL documentation
7180 included with this distribution is covered by the same copyright terms
7181 except that the holder is Tim Hudson (tjh@cryptsoft.com).
7182
7183 Copyright remains Eric Young`s, and as such any Copyright notices in
7184 the code are not to be removed.
7185 If this package is used in a product, Eric Young should be given attribution
7186 as the author of the parts of the library used.
7187 This can be in the form of a textual message at program startup or
7188 in documentation (online or textual) provided with the package.
7189
7190 Redistribution and use in source and binary forms, with or without
7191 modification, are permitted provided that the following conditions
7192 are met:
7193 1. Redistributions of source code must retain the copyright
7194 notice, this list of conditions and the following disclaimer.
7195 2. Redistributions in binary form must reproduce the above copyright
7196 notice, this list of conditions and the following disclaimer in the
7197 documentation and/or other materials provided with the distribution.
7198 3. All advertising materials mentioning features or use of this software
7199 must display the following acknowledgement:
7200 "This product includes cryptographic software written by
7201 Eric Young (eay@cryptsoft.com)"
7202 The word `cryptographic` can be left out if the rouines from the library
7203 being used are not cryptographic related :-).
7204 4. If you include any Windows specific code (or a derivative thereof) from
7205 the apps directory (application code) you must include an acknowledgement:
7206 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
7207
7208 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS`` AND ANY EXPRESS OR IMPLIED
7209WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
7210AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
7211CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
7212CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
7213OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7214HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
7215OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
7216SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7217
7218 The licence and distribution terms for any publically available version or
7219derivative of this code cannot be changed. i.e. this code cannot simply be copied and
7220put under another distribution licence
7221 [including the GNU Public Licence.]
7222
7223
7224
7225
7226</programlisting></para></section>
7227
7228<section id="lic_26">
7229<title>PD</title>
7230<para><programlisting>
7231This is a placeholder for the Public Domain License
7232</programlisting></para></section>
7233
7234<section id="lic_27">
7235<title>Python-2.0</title>
7236<para><programlisting>
7237
7238PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
7239--------------------------------------------
7240
72411. This LICENSE AGREEMENT is between the Python Software Foundation
7242("PSF"), and the Individual or Organization ("Licensee") accessing and
7243otherwise using this software ("Python") in source or binary form and
7244its associated documentation.
7245
72462. Subject to the terms and conditions of this License Agreement, PSF
7247hereby grants Licensee a nonexclusive, royalty-free, world-wide
7248license to reproduce, analyze, test, perform and/or display publicly,
7249prepare derivative works, distribute, and otherwise use Python
7250alone or in any derivative version, provided, however, that PSF`s
7251License Agreement and PSF`s notice of copyright, i.e., "Copyright (c)
72522001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
7253Reserved" are retained in Python alone or in any derivative version
7254prepared by Licensee.
7255
72563. In the event Licensee prepares a derivative work that is based on
7257or incorporates Python or any part thereof, and wants to make
7258the derivative work available to others as provided herein, then
7259Licensee hereby agrees to include in any such work a brief summary of
7260the changes made to Python.
7261
72624. PSF is making Python available to Licensee on an "AS IS"
7263basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
7264IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
7265DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
7266FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
7267INFRINGE ANY THIRD PARTY RIGHTS.
7268
72695. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
7270FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
7271A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
7272OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
7273
72746. This License Agreement will automatically terminate upon a material
7275breach of its terms and conditions.
7276
72777. Nothing in this License Agreement shall be deemed to create any
7278relationship of agency, partnership, or joint venture between PSF and
7279Licensee. This License Agreement does not grant permission to use PSF
7280trademarks or trade name in a trademark sense to endorse or promote
7281products or services of Licensee, or any third party.
7282
72838. By copying, installing or otherwise using Python, Licensee
7284agrees to be bound by the terms and conditions of this License
7285Agreement.
7286
7287BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
7288-------------------------------------------
7289
7290BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
7291
72921. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
7293office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
7294Individual or Organization ("Licensee") accessing and otherwise using
7295this software in source or binary form and its associated
7296documentation ("the Software").
7297
72982. Subject to the terms and conditions of this BeOpen Python License
7299Agreement, BeOpen hereby grants Licensee a non-exclusive,
7300royalty-free, world-wide license to reproduce, analyze, test, perform
7301and/or display publicly, prepare derivative works, distribute, and
7302otherwise use the Software alone or in any derivative version,
7303provided, however, that the BeOpen Python License is retained in the
7304Software, alone or in any derivative version prepared by Licensee.
7305
73063. BeOpen is making the Software available to Licensee on an "AS IS"
7307basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
7308IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
7309DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
7310FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
7311INFRINGE ANY THIRD PARTY RIGHTS.
7312
73134. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
7314SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
7315AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
7316DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
7317
73185. This License Agreement will automatically terminate upon a material
7319breach of its terms and conditions.
7320
73216. This License Agreement shall be governed by and interpreted in all
7322respects by the law of the State of California, excluding conflict of
7323law provisions. Nothing in this License Agreement shall be deemed to
7324create any relationship of agency, partnership, or joint venture
7325between BeOpen and Licensee. This License Agreement does not grant
7326permission to use BeOpen trademarks or trade names in a trademark
7327sense to endorse or promote products or services of Licensee, or any
7328third party. As an exception, the "BeOpen Python" logos available at
7329http://www.pythonlabs.com/logos.html may be used according to the
7330permissions granted on that web page.
7331
73327. By copying, installing or otherwise using the software, Licensee
7333agrees to be bound by the terms and conditions of this License
7334Agreement.
7335
7336CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
7337---------------------------------------
7338
73391. This LICENSE AGREEMENT is between the Corporation for National
7340Research Initiatives, having an office at 1895 Preston White Drive,
7341Reston, VA 20191 ("CNRI"), and the Individual or Organization
7342("Licensee") accessing and otherwise using Python 1.6.1 software in
7343source or binary form and its associated documentation.
7344
73452. Subject to the terms and conditions of this License Agreement, CNRI
7346hereby grants Licensee a nonexclusive, royalty-free, world-wide
7347license to reproduce, analyze, test, perform and/or display publicly,
7348prepare derivative works, distribute, and otherwise use Python 1.6.1
7349alone or in any derivative version, provided, however, that CNRI`s
7350License Agreement and CNRI`s notice of copyright, i.e., "Copyright (c)
73511995-2001 Corporation for National Research Initiatives; All Rights
7352Reserved" are retained in Python 1.6.1 alone or in any derivative
7353version prepared by Licensee. Alternately, in lieu of CNRI`s License
7354Agreement, Licensee may substitute the following text (omitting the
7355quotes): "Python 1.6.1 is made available subject to the terms and
7356conditions in CNRI`s License Agreement. This Agreement together with
7357Python 1.6.1 may be located on the Internet using the following
7358unique, persistent identifier (known as a handle): 1895.22/1013. This
7359Agreement may also be obtained from a proxy server on the Internet
7360using the following URL: http://hdl.handle.net/1895.22/1013".
7361
73623. In the event Licensee prepares a derivative work that is based on
7363or incorporates Python 1.6.1 or any part thereof, and wants to make
7364the derivative work available to others as provided herein, then
7365Licensee hereby agrees to include in any such work a brief summary of
7366the changes made to Python 1.6.1.
7367
73684. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
7369basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
7370IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
7371DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
7372FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
7373INFRINGE ANY THIRD PARTY RIGHTS.
7374
73755. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
73761.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
7377A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
7378OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
7379
73806. This License Agreement will automatically terminate upon a material
7381breach of its terms and conditions.
7382
73837. This License Agreement shall be governed by the federal
7384intellectual property law of the United States, including without
7385limitation the federal copyright law, and, to the extent such
7386U.S. federal law does not apply, by the law of the Commonwealth of
7387Virginia, excluding Virginia`s conflict of law provisions.
7388Notwithstanding the foregoing, with regard to derivative works based
7389on Python 1.6.1 that incorporate non-separable material that was
7390previously distributed under the GNU General Public License (GPL), the
7391law of the Commonwealth of Virginia shall govern this License
7392Agreement only as to issues arising under or with respect to
7393Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
7394License Agreement shall be deemed to create any relationship of
7395agency, partnership, or joint venture between CNRI and Licensee. This
7396License Agreement does not grant permission to use CNRI trademarks or
7397trade name in a trademark sense to endorse or promote products or
7398services of Licensee, or any third party.
7399
74008. By clicking on the "ACCEPT" button where indicated, or by copying,
7401installing or otherwise using Python 1.6.1, Licensee agrees to be
7402bound by the terms and conditions of this License Agreement.
7403
7404ACCEPT
7405
7406CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
7407--------------------------------------------------
7408
7409Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
7410The Netherlands. All rights reserved.
7411
7412Permission to use, copy, modify, and distribute this software and its
7413documentation for any purpose and without fee is hereby granted,
7414provided that the above copyright notice appear in all copies and that
7415both that copyright notice and this permission notice appear in
7416supporting documentation, and that the name of Stichting Mathematisch
7417Centrum or CWI not be used in advertising or publicity pertaining to
7418distribution of the software without specific, written prior
7419permission.
7420
7421STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
7422THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
7423FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
7424FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
7425WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
7426ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
7427OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7428
7429</programlisting></para></section>
7430
7431<section id="lic_28">
7432<title>Sleepycat</title>
7433<para><programlisting>
7434
7435The Sleepycat License
7436Copyright (c) 1990-1999
7437Sleepycat Software. All rights reserved.
7438
7439Redistribution and use in source and binary forms, with or without
7440modification, are permitted provided that the following conditions
7441are met:
7442
7443Redistributions of source code must retain the above copyright
7444notice, this list of conditions and the following disclaimer.
7445Redistributions in binary form must reproduce the above copyright
7446notice, this list of conditions and the following disclaimer in the
7447documentation and/or other materials provided with the distribution.
7448Redistributions in any form must be accompanied by information on
7449how to obtain complete source code for the DB software and any
7450accompanying software that uses the DB software. The source code
7451must either be included in the distribution or be available for no
7452more than the cost of distribution plus a nominal fee, and must be
7453freely redistributable under reasonable conditions. For an
7454executable file, complete source code means the source code for all
7455modules it contains. It does not include source code for modules or
7456files that typically accompany the major components of the operating
7457system on which the executable file runs.
7458THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS`` AND ANY EXPRESS
7459OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7460WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
7461NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE
7462BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
7463CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
7464SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
7465INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
7466CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
7467ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
7468THE POSSIBILITY OF SUCH DAMAGE.
7469
7470Copyright (c) 1990, 1993, 1994, 1995
7471The Regents of the University of California. All rights reserved.
7472
7473Redistribution and use in source and binary forms, with or without
7474modification, are permitted provided that the following conditions
7475are met:
7476
7477Redistributions of source code must retain the above copyright
7478notice, this list of conditions and the following disclaimer.
7479Redistributions in binary form must reproduce the above copyright
7480notice, this list of conditions and the following disclaimer in the
7481documentation and/or other materials provided with the distribution.
7482Neither the name of the University nor the names of its contributors
7483may be used to endorse or promote products derived from this software
7484without specific prior written permission.
7485THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS`` AND
7486ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7487IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7488ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
7489FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
7490DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
7491OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7492HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7493LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
7494OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
7495SUCH DAMAGE.
7496
7497Copyright (c) 1995, 1996
7498The President and Fellows of Harvard University. All rights reserved.
7499
7500Redistribution and use in source and binary forms, with or without
7501modification, are permitted provided that the following conditions
7502are met:
7503
7504Redistributions of source code must retain the above copyright
7505notice, this list of conditions and the following disclaimer.
7506Redistributions in binary form must reproduce the above copyright
7507notice, this list of conditions and the following disclaimer in the
7508documentation and/or other materials provided with the distribution.
7509Neither the name of the University nor the names of its contributors
7510may be used to endorse or promote products derived from this software
7511without specific prior written permission.
7512THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS`` AND
7513ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
7514IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7515ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
7516FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
7517DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
7518OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7519HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
7520LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
7521OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
7522SUCH DAMAGE.
7523
7524</programlisting></para></section>
7525
7526<section id="lic_29">
7527<title>Zlib</title>
7528<para><programlisting>
7529
7530zlib License
7531
7532
7533 This software is provided `as-is`, without any express or implied
7534 warranty. In no event will the authors be held liable for any damages
7535 arising from the use of this software.
7536
7537 Permission is granted to anyone to use this software for any purpose,
7538 including commercial applications, and to alter it and redistribute it
7539 freely, subject to the following restrictions:
7540
7541 1. The origin of this software must not be misrepresented; you must not
7542 claim that you wrote the original software. If you use this software
7543 in a product, an acknowledgment in the product documentation would be
7544 appreciated but is not required.
7545 2. Altered source versions must be plainly marked as such, and must not be
7546 misrepresented as being the original software.
7547 3. This notice may not be removed or altered from any source distribution.
7548
7549
7550</programlisting></para></section>
7551
7552<section id="lic_30">
7553<title>tcl</title>
7554<para><programlisting>
7555This software is copyrighted by the Regents of the University of
7556California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
7557Corporation and other parties. The following terms apply to all files
7558associated with the software unless explicitly disclaimed in
7559individual files.
7560
7561The authors hereby grant permission to use, copy, modify, distribute,
7562and license this software and its documentation for any purpose, provided
7563that existing copyright notices are retained in all copies and that this
7564notice is included verbatim in any distributions. No written agreement,
7565license, or royalty fee is required for any of the authorized uses.
7566Modifications to this software may be copyrighted by their authors
7567and need not follow the licensing terms described here, provided that
7568the new terms are clearly indicated on the first page of each file where
7569they apply.
7570
7571IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
7572FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
7573ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
7574DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
7575POSSIBILITY OF SUCH DAMAGE.
7576
7577THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
7578INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
7579FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
7580IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
7581NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
7582MODIFICATIONS.
7583
7584GOVERNMENT USE: If you are acquiring this software on behalf of the
7585U.S. government, the Government shall have only "Restricted Rights"
7586in the software and related documentation as defined in the Federal
7587Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
7588are acquiring the software on behalf of the Department of Defense, the
7589software shall be classified as "Commercial Computer Software" and the
7590Government shall have only "Restricted Rights" as defined in Clause
7591252.227-7014 (b) (3) of DFARs. Notwithstanding the foregoing, the
7592authors grant the U.S. Government and others acting in its behalf
7593permission to use and distribute the software in accordance with the
7594terms specified in this license.
7595</programlisting></para></section>
7596
7597<section id="lic_31">
7598<title>unfs3</title>
7599<para><programlisting>
7600UNFS3 user-space NFSv3 server
7601(C) 2003, Pascal Schmidt &lt;unfs3-server@ewetel.net&gt;
7602
7603Redistribution and use in source and binary forms, with or without
7604modification, are permitted provided that the following conditions are met:
7605
76061. Redistributions of source code must retain the above copyright notice,
7607 this list of conditions and the following disclaimer.
76082. Redistributions in binary form must reproduce the above copyright notice,
7609 this list of conditions and the following disclaimer in the documentation
7610 and/or other materials provided with the distribution.
76113. The name of the author may not be used to endorse or promote products
7612 derived from this software without specific prior written permission.
7613
7614THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
7615WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
7616MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
7617EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7618SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
7619PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
7620OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
7621WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
7622OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
7623ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7624</programlisting></para></section>
7625
7626<section id="lic_32">
7627<title>vim</title>
7628<para><programlisting>
7629VIM LICENSE
7630
7631I) There are no restrictions on distributing unmodified copies of Vim except
7632 that they must include this license text. You can also distribute
7633 unmodified parts of Vim, likewise unrestricted except that they must
7634 include this license text. You are also allowed to include executables
7635 that you made from the unmodified Vim sources, plus your own usage
7636 examples and Vim scripts.
7637
7638II) It is allowed to distribute a modified (or extended) version of Vim,
7639 including executables and/or source code, when the following four
7640 conditions are met:
7641 1) This license text must be included unmodified.
7642 2) The modified Vim must be distributed in one of the following five ways:
7643 a) If you make changes to Vim yourself, you must clearly describe in
7644 the distribution how to contact you. When the maintainer asks you
7645 (in any way) for a copy of the modified Vim you distributed, you
7646 must make your changes, including source code, available to the
7647 maintainer without fee. The maintainer reserves the right to
7648 include your changes in the official version of Vim. What the
7649 maintainer will do with your changes and under what license they
7650 will be distributed is negotiable. If there has been no negotiation
7651 then this license, or a later version, also applies to your changes.
7652 The current maintainer is Bram Moolenaar &lt;Bram@vim.org&gt;. If this
7653 changes it will be announced in appropriate places (most likely
7654 vim.sf.net, www.vim.org and/or comp.editors). When it is completely
7655 impossible to contact the maintainer, the obligation to send him
7656 your changes ceases. Once the maintainer has confirmed that he has
7657 received your changes they will not have to be sent again.
7658 b) If you have received a modified Vim that was distributed as
7659 mentioned under a) you are allowed to further distribute it
7660 unmodified, as mentioned at I). If you make additional changes the
7661 text under a) applies to those changes.
7662 c) Provide all the changes, including source code, with every copy of
7663 the modified Vim you distribute. This may be done in the form of a
7664 context diff. You can choose what license to use for new code you
7665 add. The changes and their license must not restrict others from
7666 making their own changes to the official version of Vim.
7667 d) When you have a modified Vim which includes changes as mentioned
7668 under c), you can distribute it without the source code for the
7669 changes if the following three conditions are met:
7670 - The license that applies to the changes permits you to distribute
7671 the changes to the Vim maintainer without fee or restriction, and
7672 permits the Vim maintainer to include the changes in the official
7673 version of Vim without fee or restriction.
7674 - You keep the changes for at least three years after last
7675 distributing the corresponding modified Vim. When the maintainer
7676 or someone who you distributed the modified Vim to asks you (in
7677 any way) for the changes within this period, you must make them
7678 available to him.
7679 - You clearly describe in the distribution how to contact you. This
7680 contact information must remain valid for at least three years
7681 after last distributing the corresponding modified Vim, or as long
7682 as possible.
7683 e) When the GNU General Public License (GPL) applies to the changes,
7684 you can distribute the modified Vim under the GNU GPL version 2 or
7685 any later version.
7686 3) A message must be added, at least in the output of the ":version"
7687 command and in the intro screen, such that the user of the modified Vim
7688 is able to see that it was modified. When distributing as mentioned
7689 under 2)e) adding the message is only required for as far as this does
7690 not conflict with the license used for the changes.
7691 4) The contact information as required under 2)a) and 2)d) must not be
7692 removed or changed, except that the person himself can make
7693 corrections.
7694
7695III) If you distribute a modified version of Vim, you are encouraged to use
7696 the Vim license for your changes and make them available to the
7697 maintainer, including the source code. The preferred way to do this is
7698 by e-mail or by uploading the files to a server and e-mailing the URL.
7699 If the number of changes is small (e.g., a modified Makefile) e-mailing a
7700 context diff will do. The e-mail address to be used is
7701 &lt;maintainer@vim.org&gt;
7702
7703IV) It is not allowed to remove this license from the distribution of the Vim
7704 sources, parts of it or from a modified version. You may use this
7705 license for previous Vim releases instead of the license that they came
7706 with, at your option.
7707
7708===
7709Read more about this license at
7710http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
7711</programlisting></para></section>
7712
7713 </section>
7714 <section id="proprietary_license">
7715 <title>Proprietary Licenses</title>
7716 </section>
7717</chapter>
diff --git a/doc/book-enea-nfv-access-openstack-open-source/swcomp.mk b/doc/book-enea-nfv-access-openstack-open-source/swcomp.mk
new file mode 100644
index 0000000..942f491
--- /dev/null
+++ b/doc/book-enea-nfv-access-openstack-open-source/swcomp.mk
@@ -0,0 +1,10 @@
1# Component build specification
2
3# Version of THIS book
4BOOK_VER ?= $(REL_VER)-dev
5
6DOCBOOK_SRC := $(COMP)/swcomp.mk $(COMP)/doc/book.xml $(shell find $(COMP)/doc -type f \( -name "*.xml" -o -name "*.svg" -o -name "*.png" \) ! -name "book.xml" -print)
7
8BOOKPACKAGES := book-enea-nfv-access-openstack-open-source
9BOOKDESC_$(BOOKPACKAGES) := "Enea NFV Access Open Source Report"
10BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)