summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-07-25 14:34:39 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-07-25 14:34:39 +0200
commitf5f01b84c82cca3c6941c441fe576af6045ea77b (patch)
treee335604b37b0ab0653f9086aff63df920971ae2b
parent6ee96f32116b0e00c4e85b6cf87e7aec580541f0 (diff)
downloadel_manifests-networking-f5f01b84c82cca3c6941c441fe576af6045ea77b.tar.gz
Removed the doc directory. The documentation is now located in the release repo.
-rw-r--r--doc/Makefile283
-rw-r--r--doc/book-enea-linux-open-source/doc/README4
-rw-r--r--doc/book-enea-linux-open-source/doc/about.xml12
-rw-r--r--doc/book-enea-linux-open-source/doc/book.xml14
-rw-r--r--doc/book-enea-linux-open-source/doc/licenses.xml9180
-rw-r--r--doc/book-enea-linux-open-source/swcomp.mk10
-rw-r--r--doc/book-enea-linux-release-info/doc/about_release.xml350
-rw-r--r--doc/book-enea-linux-release-info/doc/book.xml18
-rw-r--r--doc/book-enea-linux-release-info/doc/build_boot_template.xml26
-rw-r--r--doc/book-enea-linux-release-info/doc/common_bugs_and_limitations.xml450
-rw-r--r--doc/book-enea-linux-release-info/doc/extracted_info.xml18
-rw-r--r--doc/book-enea-linux-release-info/doc/extracted_info_template.xml10
-rw-r--r--doc/book-enea-linux-release-info/doc/feature_matrix.xml365
-rw-r--r--doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml32
-rw-r--r--doc/book-enea-linux-release-info/doc/main_changes.xml2467
-rw-r--r--doc/book-enea-linux-release-info/doc/prerequisites.xml75
-rw-r--r--doc/book-enea-linux-release-info/doc/security_fixes.xml12
-rw-r--r--doc/book-enea-linux-release-info/doc/supported_architectures.xml72
-rw-r--r--doc/book-enea-linux-release-info/doc/supported_features.xml95
-rw-r--r--doc/book-enea-linux-release-info/doc/targetscontain.xml861
-rw-r--r--doc/book-enea-linux-release-info/doc/targetscontain_template.xml7
-rw-r--r--doc/book-enea-linux-release-info/swcomp.mk10
-rw-r--r--doc/docsrc_common/pardoc-distro.xml37
-rw-r--r--doc/init.mk98
-rw-r--r--doc/initbuildboot.sh111
25 files changed, 0 insertions, 14617 deletions
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 19c8a1f..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,283 +0,0 @@
1#Path to this subsystem's root directory
2SUBSYSROOT := $(shell pwd)
3
4MANIFEST_DIR = $(dir $(SUBSYSROOT))
5MANIFEST_NAME = $(lastword $(subst /, ,$(MANIFEST_DIR)))
6MANIFEST_TAIL = $(word 2,$(subst -, ,$(MANIFEST_NAME)))
7
8# Generic docbuild.git auto-clone + s_docbuild symlink. Includes TMPCLONEROOT
9include init.mk
10
11# ****************** SUPPORT FOR TARGETS ***************************
12PATH_TARGETS = $(SUBSYSROOT)/s_targets
13#Git repositories to be cloned
14NAME_TARGETS := targets
15#Path to the directory under which repos shall be cloned.
16DOCBASEDIR=$(shell pwd)
17REPODIR=$(DOCBASEDIR)/..
18TMPCLONEROOT_TARGETS := $(TMPCLONEROOT)/$(NAME_TARGETS)
19TARGETDEFAULTXMLS := $(shell cd $(REPODIR); ls -1 */default.xml)
20# URL and HASH of this manifest repository to be used by the repo tool
21CURRENTHASH := $(shell git log -1 --pretty=format:%H 2>/dev/null)
22CURRENTURL := $(shell git remote show origin | sed -n '/Fetch URL: /s/^.*URL: //p' 2>/dev/null)
23
24# ******************* AutoGenerated chapter from template and target READMEs *******
25BUILDBOOT_XML := book-enea-linux-release-info/doc/build_boot_generated.xml
26BUILDBOOT_TEMPLATE := book-enea-linux-release-info/doc/build_boot_template.xml
27
28
29
30# -----------------------------------------------------
31#Path to DocBook make files and templates
32DOCBOOKMAKE = $(SUBSYSROOT)/s_docbuild/docmake
33DOCBOOKTEMPLATE = $(SUBSYSROOT)/s_docbuild/template
34
35#Path to the OLINK database including leading part of file name (will add -$(FORMAT).db)
36DOCBOOKOLINKDB_BASE = $(SUBSYSROOT)/s_docbuild/olinkdb/olink-targetdb-master
37
38DOCBOOK_OLINKS ?= yes
39DOCBOOK_FO_USEFOP ?= yes
40DOCBOOK_TO_BOOKDIR ?= yes
41DOCBOOK_CLEANTMP ?= yes
42
43#Components (books) in this subsystem
44# COMPONENTS := book-enea-linux-release-info book-enea-linux-open-source
45# COMPONENTS += book-enea-linux-eclipse-open-source
46COMPONENTS := $(shell ls -d book-enea* )
47
48# --------------------------------------------------------------
49ifeq ($(VERBOSE),yes)
50VERB :=
51else
52VERB := @
53endif
54MAKEFLAGS += --no-print-directory
55MAKEFLAGS += --directory $(SUBSYSROOT)
56MAKEFLAGS += --no-builtin-rules --no-builting-variables
57
58# Skip xml validation to make it possible to include xml files with unresolved
59# links from book-enea-linux-users-guide
60VALIDATE = no
61
62# BL_LABEL is either given on make command line or using BOOK_VER or defaults to a timestamp
63
64# ******************************************************************
65
66# Export all parameters including those on the command line
67export
68
69.PHONY: doc books docusage init initbuild inittargets initpardoc initbuildboot dist
70
71
72docusage:
73 @echo 'make docusage #Shows this help text'
74 @echo ' DOCBOOK_TOOLS_VERSIONS=yes #Displays DocBook tools versions in this machine'
75 @echo 'make doc #Builds the userdoc, does autoinit if needed'
76 @echo 'make dist BOOK_DIST_DIR=xx/doc #Builds all and copies results to BOOK_DIST_DIR'
77 @echo ' #Does not work with DOCBOOK_TO_BOOKDIR or BOOK_BUILD_DIR'
78 @echo ' #Currently EclipseHelp formated doc will not be in BOOK_DIST_DIR'
79 @echo ' # unless BOOK_DIST_ECLIPSE is set to yes'
80 @echo 'make init #Init all needed init* below'
81 @echo 'make initbuild #Init s_docbuild Docbook build system and central files'
82 @echo 'make inittargets #Init s_targets using repo tool Targets in this distro with poky'
83 @echo 'make initpardoc #Init s_docsrc_common using info from poky/'
84 @echo 'make initbuildboot #Init build_boot chapter from READMEs and template in release info'
85 @echo ' DOCBOOK_CLEANTMP=no #Option to keep temp files in doc/ and tmp/'
86 @echo ' BOOK_GLOBALCLONEROOT=yes #Option for all init above to clone all outside the doc directory'
87 @echo ' BOOK_GLOBALCLONEROOT=otherpath #Option for all init above to clone all'
88 @echo 'make pullbuild #git pull in s_docbuild'
89 @echo 'make pulltargets #git pull in s_targets. You need also initpardoc initbuildboot'
90 @echo 'make clean #Clean. Also clean s_* but not any external clones'
91 @echo ''
92 @echo 'Optional parameters for make doc:'
93 @echo ' COMP=<book-directory> #Component (book) to build. Book component names are book-*'
94 @echo ' #Default component/s:'
95 @echo ' $(COMPONENTS)'
96 @echo ' FORMAT=<format> #One of: pdf, html, or eclipse (Default all are built)'
97 @echo ' BL_LABEL=<baseline> #Becomes footer in book (default: from poky enea.conf MAJORMINOR)'
98 @echo ' DOCBOOK_TO_BOOKDIR=no #(default yes) Avoid moving result to book directory'
99 @echo ' # and avoid erasing common doc and tmp directories'
100 @echo ' BOOKFORCE=yes #Force rebuilding (ignore dependency on file times or BL_LABEL)'
101 @echo ' # Dependency only works if common doc directory is kept'
102 @echo ' BOOKCONDITION="xx;yy;.." #Include XML elements with condition any of xx or yy'
103 @echo ' # (if rebuilding, BOOKFORCE=yes may be needed)'
104 @echo ' # Empty=only default. none=none, all=everything.'
105 @echo ' BOOKDEFAULTCONDITION #Default conditions, if no BOOKCONDITION. Used in book-*/swcomp.mk'
106 @echo ' SHOW_COMMENTS=yes #For proofread. Unhide <remark>..</remark> comments Only PDF'
107 @echo ' BOOKVERBOSE=yes #Verbose info building books'
108 @echo ' DOCBOOK_OLINKS=no #Avoid the olink database in Makefile (in book not using it)'
109 @echo ' DOCBOOK_OLINK_TARGETDB=only #Build a target db for this book (for links into it)'
110 @echo ' DOCBOOK_OLINK_TARGETDB=yes #Build a target db AND build the book'
111 @echo ' #Master olinkdb defined in this Makefile, one per generated format, is:'
112 @echo ' $(DOCBOOKOLINKDB_BASE)_*.db'
113 @echo ' Typical examples:'
114 @echo ' make doc Creates all books, all formats'
115 @echo ' make doc COMP=book-xxxx FORMAT=html'
116 @echo ' make doc COMP=book-xxxx FORMAT=pdf'
117 @echo ' make doc BL_LABEL="Version 1.2.3" Creates all with version in footers and front'
118
119 @echo ' Requires docbook-xsl-1.76.1 or later, docbook-xml 4.2, svg1.1, fop-1.0 + fop-hyph.jar'
120 @echo ' fop + the separate fop-hyph can be found together in package "libfop-java"'
121 @echo ' otherwise fetch fop-hyph.jar and place in same place as fop.jar'
122 @echo ' Requires libxml2-2.7.8 or later, libxslt-1.1.26 or later'
123 @echo ' Requires java machine to run fop (creating PDF). jar for optional FORMAT=eclipse'
124 @echo ' Without jar, the optional EclipseHelp format can not be built'
125 @echo ' tools_book_standalone.mk => libxml2, libxslt, and fop (and to catalog-el.xml)'
126 @echo ' catalog-el.xml => svg, docbook-xml, docbook-xsl'
127ifeq ($(DOCBOOK_TOOLS_VERSIONS),yes)
128 $(VERB)$(MAKE) -f $(DOCBOOKMAKE)/tools_book_standalone.mk book_tools_versions
129endif
130
131# We rely on make doing these in order left to right
132init: initbuild inittargets initpardoc initbuildboot
133pullall: pullbuild pulltargets
134
135# If no COMP, iterate over books-* in COMPONENTS with make doc
136ifeq ($(COMP),)
137doc:
138ifneq ($(filter book-%, $(COMPONENTS)),)
139 $(VERB)for comp in $(filter book-%, $(COMPONENTS)); do \
140 $(MAKE) doc COMP=$$comp; \
141 done
142endif
143
144else
145include $(SUBSYSROOT)/$(COMP)/swcomp.mk
146
147doc: books
148 @#
149endif
150
151dist: doc
152 @echo "Copying resulting built documents to $(BOOK_DIST_DIR)"
153 $(VERB)if [ "$(BOOK_DIST_DIR)" = "" ]; then echo "ERROR: Missing BOOK_DIST_DIR parameter, typically shall be xxx/doc"; exit 10; fi
154 $(VERB)if [ ! -d "`dirname $(BOOK_DIST_DIR)`" ]; then echo "ERROR: Missing parent for BOOK_DIST_DIR"; exit 10; fi
155 $(VERB)if [ -f "$(BOOK_DIST_DIR)/Makefile" ]; then echo "ERROR: Wrong BOOK_DIST_DIR, contains a Makefile?"; exit 10; fi
156 $(VERB)if [ ! -d "$(BOOK_DIST_DIR)" ]; then mkdir -p "$(BOOK_DIST_DIR)" ; fi
157 $(VERB)for book in $(COMPONENTS); do \
158 if ls -d $$book/book*.pdf >/dev/null 2>&1; then cp --preserve=timestamps $$book/book*.pdf "$(BOOK_DIST_DIR)" ; fi ; \
159 if ls -d $$book/html >/dev/null 2>&1; then cp -r --preserve=timestamps $$book/html "$(BOOK_DIST_DIR)" ; fi ; \
160 if [ "$(BOOK_DIST_ECLIPSE)" = "yes" ]; then \
161 if ls -d $$book/eclipse >/dev/null 2>&1; then cp -r --preserve=timestamps $$book/eclipse "$(BOOK_DIST_DIR)" ; fi ; \
162 fi ; \
163 done
164
165# Default FORMATs
166ifeq ($(FORMAT),)
167FORMAT=html pdf eclipse
168endif
169
170
171books: init
172# BOOKPACKAGES is defined in all book-*/swcomp.mk
173 $(VERB)DISTRO_VERSION_MAJOR=`egrep '"EneaLinux_DISTRO_VERSION_MAJOR"' s_docsrc_common/pardoc-distro.xml | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \
174 DISTRO_VERSION_MINOR=`egrep '"EneaLinux_DISTRO_VERSION_MINOR"' s_docsrc_common/pardoc-distro.xml | sed 's/.*<phrase>//;s/<\/phrase>.*//'` ; \
175 BOOKVER="Profile $(MANIFEST_TAIL)-$$DISTRO_VERSION_MAJOR$$DISTRO_VERSION_MINOR" ; \
176 for book in $(BOOKPACKAGES); do \
177 for format in $(FORMAT); do \
178 $(MAKE) -f $(DOCBOOKMAKE)/make_docbook_standalone.mk BOOK=$$book FORMAT=$$format BOOK_VER="$$BOOKVER" books || exit 10; \
179 done ; \
180 done
181ifeq ($(DOCBOOK_TO_BOOKDIR),yes)
182 $(VERB)rm -rf doc tmp
183else
184ifeq ($(DOCBOOK_CLEANTMP),yes)
185# keep only doc/pdf/book-*.pdf doc/eclipse/plugins/com.enea.doc.book-* but delete doc/eclipse/plugins/com.enea.doc.book-*/done*
186 $(VERB)rm -rf tmp 2>/dev/null ; rm -rf doc/pdf/book-*/ ; rm -rf doc/eclipse/plugins/com.enea.doc.book-*/done* 2>/dev/null
187endif
188endif
189
190# cleaninit cleans ALL tmpcommon and all s_* and generated build_boot chapter xml
191clean: cleaninit cleanbuildboot
192 $(VERB)rm -rf doc tmp 2>/dev/null
193ifneq ($(filter book-%, $(COMPONENTS)),)
194 $(VERB)for comp in $(filter book-%, $(COMPONENTS)); do \
195 rm -rf $$comp/book*.pdf $$comp/html $$comp/eclipse 2>/dev/null; \
196 done
197 $(VERB)rm -rf doc tmp 2>/dev/null
198endif
199
200
201# ******************************************************************
202# ****************** SUPPORT FOR TARGETS ***************************
203inittargets: s_targets
204pulltargets:
205 $(VERB)if [ ! -d s_targets ]; then echo "ERROR: No s_targets exists?" ; exit 10 ; fi
206 $(VERB)cd s_targets; for targ in *; do ( cd $targ ; git pull )
207
208
209# -----------------------------------------
210
211# Use repo to auto-clone each target separately - VERY LARGE if there are many targets (5 targets => about 1.3 Gytes)
212
213s_targets: $(TMPCLONEROOT_TARGETS)
214 $(VERB)rm s_targets 2>/dev/null; ln -s $(TMPCLONEROOT_TARGETS) s_targets
215
216
217$(TMPCLONEROOT_TARGETS):
218 $(VERB)if [ ! -d "$(TMPCLONEROOT)" ] ; then mkdir -p "$(TMPCLONEROOT)" ; fi
219 $(VERB)if [ ! -d $(TMPCLONEROOT_TARGETS) ]; then mkdir -p $(TMPCLONEROOT_TARGETS) ; fi
220 @echo "Cloning all targets using repo tool into $(TMPCLONEROOT_TARGETS)"
221 @echo "TARGETDEFAULTXMLS is <$(TARGETDEFAULTXMLS)>"
222 $(VERB)for target_default_xml in $(TARGETDEFAULTXMLS); \
223 do \
224 TARGDIR=$(TMPCLONEROOT_TARGETS)/`dirname $$target_default_xml` ; \
225 echo "TARGDIR=<$$TARGDIR>" ; \
226 if [ ! -d $$TARGDIR ]; then mkdir -p $$TARGDIR ; fi ; \
227 ( cd $$TARGDIR ; \
228 echo "*** Doing repo init -u $(CURRENTURL) -b $(CURRENTHASH) -m $$target_default_xml ; repo sync"; \
229 repo init -u $(CURRENTURL) -b $(CURRENTHASH) -m $$target_default_xml ; repo sync ; \
230 ) ; \
231 done
232
233# ****************************************************************************
234# ******************** SUPPORT FOR dynamic pardoc with added parameters ******
235# pardoc-distro can contain MAJOR.MINOR-xxxxx keeping -xxxx when replacing MINOR.MINOR from enea.conf
236
237PATH_DOCSRC_COMMON = $(SUBSYSROOT)/s_docsrc_common
238NAME_DOCSRC_COMMON = docsrc_common
239TMPCLONEROOT_DOCSRC_COMMON := $(TMPCLONEROOT)/$(NAME_DOCSRC_COMMON)
240TMPPARDOC := $(TMPCLONEROOT_DOCSRC_COMMON)/pardoc-distro.xml
241
242initpardoc: s_docsrc_common
243
244cleanpardoc:
245 $(VERB)rm -rf $(TMPCLONEROOT_DOCSRC_COMMON) ; rm s_docsrc_common
246
247s_docsrc_common: $(TMPCLONEROOT_DOCSRC_COMMON)
248 $(VERB)rm s_docsrc_common 2>/dev/null; ln -s $(TMPCLONEROOT_DOCSRC_COMMON) s_docsrc_common
249
250$(TMPCLONEROOT_DOCSRC_COMMON): s_targets
251 $(VERB)if [ ! -d "$(TMPCLONEROOT)" ] ; then mkdir -p "$(TMPCLONEROOT)" ; fi
252 $(VERB)if [ ! -d $(TMPCLONEROOT_DOCSRC_COMMON) ]; then mkdir -p $(TMPCLONEROOT_DOCSRC_COMMON) ; fi
253 @echo "Copy and patch docsrc_common/ files to $(TMPCLONEROOT_DOCSRC_COMMON)"
254 $(VERB)FIRSTTARGET=`ls -1 s_targets/ | head -1`; \
255 ENEACONF=s_targets/$$FIRSTTARGET/poky/meta-el-common/conf/distro/enea.conf ; \
256 DISTRO_VERSION_MAJOR=`egrep '^DISTRO_VERSION_MAJOR' $$ENEACONF | sed 's/^[^"]*"//;s/".*//'` ; \
257 DISTRO_VERSION_MINOR=`egrep '^DISTRO_VERSION_MINOR' $$ENEACONF | sed 's/^[^"]*"//;s/".*//'` ; \
258 cat docsrc_common/pardoc-distro.xml | sed '/<\/section>/d' | \
259 sed '/<!ENTITY ENEA_LINUX_REL_VER/s/MAJOR.MINOR/'"$$DISTRO_VERSION_MAJOR$$DISTRO_VERSION_MINOR"'/' | \
260 sed '/<!ENTITY . common_poky_entities SYSTEM/s/s_targets\/[^\/]*\/poky/s_targets\/'"$$FIRSTTARGET"'\/poky/' >$(TMPPARDOC) ; \
261 echo "<para id=\"EneaLinux_DISTRO_VERSION_MAJOR\"><phrase>$$DISTRO_VERSION_MAJOR</phrase></para>" >>$(TMPPARDOC) ; \
262 echo "<para id=\"EneaLinux_DISTRO_VERSION_MINOR\"><phrase>$$DISTRO_VERSION_MINOR</phrase></para>" >>$(TMPPARDOC) ; \
263 echo "</section>" >>$(TMPPARDOC)
264
265# ****************************************************************************
266# ***** Create XML chapter with build/boot commands from all README files in s_targets
267
268initbuildboot: $(BUILDBOOT_XML)
269
270cleanbuildboot:
271 $(VERB)rm -f $(BUILDBOOT_XML) 2>/dev/null
272
273
274$(BUILDBOOT_XML): s_targets $(BUILDBOOT_TEMPLATE)
275 @echo "Creating $(BUILDBOOT_XML) from READMEs"
276 $(VERB)INITBB_CMD=initbuildboot.sh ; \
277 if [ -f "$$INITBB_CMD" ]; then \
278 sh "$$INITBB_CMD" -xml $(BUILDBOOT_XML) -template $(BUILDBOOT_TEMPLATE) ; \
279 else \
280 echo "ERROR: Missing $$INITBB_CMD, can not create $(BUILDBOOT_XML)"; exit 10; \
281 fi
282
283# ****************************************************************************
diff --git a/doc/book-enea-linux-open-source/doc/README b/doc/book-enea-linux-open-source/doc/README
deleted file mode 100644
index c40a2d9..0000000
--- a/doc/book-enea-linux-open-source/doc/README
+++ /dev/null
@@ -1,4 +0,0 @@
1The licenses.xml in the git repository of Enea Linux Open Source Report
2is the frozen version belonging to the last official release of Enea Linux.
3The contents must be generated from the release script to obtain the latest
4lists of packages and licenses.
diff --git a/doc/book-enea-linux-open-source/doc/about.xml b/doc/book-enea-linux-open-source/doc/about.xml
deleted file mode 100644
index a3d62f8..0000000
--- a/doc/book-enea-linux-open-source/doc/about.xml
+++ /dev/null
@@ -1,12 +0,0 @@
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-eclipse-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 the Eclipse package provided with Enea Linux <xi:include
9 href="../../s_docsrc_common/pardoc-distro.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-linux-open-source/doc/book.xml b/doc/book-enea-linux-open-source/doc/book.xml
deleted file mode 100644
index d5da88e..0000000
--- a/doc/book-enea-linux-open-source/doc/book.xml
+++ /dev/null
@@ -1,14 +0,0 @@
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_linux_open_source">
7 <title><trademark class="registered">Enea</trademark> Linux Open Source Report</title>
8 <subtitle>Release Version
9 <xi:include href="../../s_docsrc_common/pardoc-distro.xml" xpointer="element(EneaLinux_REL_VER/1)"
10 xmlns:xi="http://www.w3.org/2001/XInclude" /></subtitle>
11 <xi:include href="../../s_docbuild/template/docsrc_common/bookinfo_userdoc.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
12 <xi:include href="about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
13 <xi:include href="licenses.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14</book>
diff --git a/doc/book-enea-linux-open-source/doc/licenses.xml b/doc/book-enea-linux-open-source/doc/licenses.xml
deleted file mode 100644
index f6fe085..0000000
--- a/doc/book-enea-linux-open-source/doc/licenses.xml
+++ /dev/null
@@ -1,9180 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
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>alsa-lib</entry>
40 <entry>1.1.0</entry>
41 <entry>ALSA sound library.</entry>
42 <entry> LGPL-2.1, GPL-2.0</entry>
43</row>
44<row>
45 <entry>alsa-plugins</entry>
46 <entry>1.1.0</entry>
47 <entry>ALSA Plugins.</entry>
48 <entry> LGPL-2.1, GPL-2.0</entry>
49</row>
50<row>
51 <entry>alsa-state</entry>
52 <entry>0.2.0</entry>
53 <entry>Alsa Scenario Files - an init script and state files to restore sound state at system boot and save it at system shut down.</entry>
54 <entry>MIT</entry>
55</row>
56<row>
57 <entry>alsa-utils</entry>
58 <entry>1.1.0</entry>
59 <entry>ALSA sound utilities.</entry>
60 <entry>GPL-2.0</entry>
61</row>
62<row>
63 <entry>apr-util</entry>
64 <entry>1.5.4</entry>
65 <entry>Apache Portable Runtime (APR) companion library.</entry>
66 <entry>Apache-2.0</entry>
67</row>
68<row>
69 <entry>apr</entry>
70 <entry>1.5.2</entry>
71 <entry>Apache Portable Runtime (APR) library.</entry>
72 <entry>Apache-2.0</entry>
73</row>
74<row>
75 <entry>atk</entry>
76 <entry>2.18.0</entry>
77 <entry>Accessibility toolkit for GNOME.</entry>
78 <entry> GPL-2.0, LGPL-2.0</entry>
79</row>
80<row>
81 <entry>attr</entry>
82 <entry>2.4.47</entry>
83 <entry>Utilities for manipulating filesystem extended attributes.</entry>
84 <entry> LGPL-2.1, GPL-2.0</entry>
85</row>
86<row>
87 <entry>autoconf</entry>
88 <entry>2.69</entry>
89 <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>
90 <entry> GPL-2.0, GPL-3.0</entry>
91</row>
92<row>
93 <entry>automake</entry>
94 <entry>1.15</entry>
95 <entry>Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. Automake requires the use of Autoconf.</entry>
96 <entry>GPL-2.0</entry>
97</row>
98<row>
99 <entry>avahi</entry>
100 <entry>0.6.32</entry>
101 <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>
102 <entry> GPL-2.0, LGPL-2.1</entry>
103</row>
104<row>
105 <entry>babeltrace</entry>
106 <entry>1.3.1</entry>
107 <entry>Babeltrace provides trace read and write libraries in host side as well as a trace converter which used to convert LTTng 2.0 traces into human-readable log.</entry>
108 <entry> MIT, GPL-2.0</entry>
109</row>
110<row>
111 <entry>base-files</entry>
112 <entry>3.0.14</entry>
113 <entry>The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system.</entry>
114 <entry>GPL-2.0</entry>
115</row>
116<row>
117 <entry>base-passwd</entry>
118 <entry>3.5.29</entry>
119 <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>
120 <entry>GPL-2.0</entry>
121</row>
122<row>
123 <entry>bash-completion</entry>
124 <entry>2.1</entry>
125 <entry>Programmable Completion for Bash 4.</entry>
126 <entry>GPL-2.0</entry>
127</row>
128<row>
129 <entry>bash</entry>
130 <entry>4.3.30</entry>
131 <entry>An sh-compatible command language interpreter.</entry>
132 <entry>GPL-3.0</entry>
133</row>
134<row>
135 <entry>bc</entry>
136 <entry>1.06</entry>
137 <entry>Arbitrary precision calculator language.</entry>
138 <entry> GPL-2.0, LGPL-2.1</entry>
139</row>
140<row>
141 <entry>beecrypt</entry>
142 <entry>4.2.1</entry>
143 <entry>A general-purpose cryptography library.</entry>
144 <entry> GPL-2.0, LGPL-2.1</entry>
145</row>
146<row>
147 <entry>bigreqsproto</entry>
148 <entry>1.1.2</entry>
149 <entry>This package provides the wire protocol for the BIG-REQUESTS extension used to send larger requests that usual in order to avoid fragmentation.</entry>
150 <entry>MIT</entry>
151</row>
152<row>
153 <entry>bind</entry>
154 <entry>9.10.3-P3</entry>
155 <entry>ISC Internet Domain Name Server.</entry>
156 <entry> ISC, BSD</entry>
157</row>
158<row>
159 <entry>binutils-cross-powerpc</entry>
160 <entry>2.25.1</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>binutils</entry>
166 <entry>2.25.1</entry>
167 <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>
168 <entry>GPL-3.0</entry>
169</row>
170<row>
171 <entry>bison</entry>
172 <entry>3.0.4</entry>
173 <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>
174 <entry>GPL-3.0</entry>
175</row>
176<row>
177 <entry>bjam</entry>
178 <entry>1.60.0</entry>
179 <entry>Portable Boost.Jam build tool for boost.</entry>
180 <entry> BSL-1.0, MIT</entry>
181</row>
182<row>
183 <entry>blktool</entry>
184 <entry>4-7</entry>
185 <entry>blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool as it works on SCSI IDE and SATA devices.</entry>
186 <entry>GPL-2.0</entry>
187</row>
188<row>
189 <entry>blktrace</entry>
190 <entry>1.1.0</entry>
191 <entry>Generates traces of I/O traffic on block devices.</entry>
192 <entry>GPL-2.0</entry>
193</row>
194<row>
195 <entry>bluez5</entry>
196 <entry>5.37</entry>
197 <entry>Linux Bluetooth stack V5 userland components. These include a system configurations daemons tools and system libraries.</entry>
198 <entry> GPL-2.0, LGPL-2.1</entry>
199</row>
200<row>
201 <entry>boost</entry>
202 <entry>1.60.0</entry>
203 <entry>Free peer-reviewed portable C++ source libraries.</entry>
204 <entry> BSL-1.0, MIT</entry>
205</row>
206<row>
207 <entry>boot-format</entry>
208 <entry>git</entry>
209 <entry>Boot format utility for booting from eSDHC/eSPI</entry>
210 <entry>GPL-2.0</entry>
211</row>
212<row>
213 <entry>busybox</entry>
214 <entry>1.24.1</entry>
215 <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>
216 <entry> GPL-2.0, BSD-4-Clause</entry>
217</row>
218<row>
219 <entry>byacc</entry>
220 <entry>20150711</entry>
221 <entry>A parser generator utility that reads a grammar specification from a file and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language.</entry>
222 <entry>PD</entry>
223</row>
224<row>
225 <entry>bzip2</entry>
226 <entry>1.0.6</entry>
227 <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>
228 <entry>BSD-4-Clause</entry>
229</row>
230<row>
231 <entry>ca-certificates</entry>
232 <entry>20160104</entry>
233 <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>
234 <entry> GPL-2.0, MPL-2.0</entry>
235</row>
236<row>
237 <entry>cairo</entry>
238 <entry>1.14.6</entry>
239 <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>
240 <entry> MPL-1.0, LGPL-2.1, GPL-3.0</entry>
241</row>
242<row>
243 <entry>calibrateproto</entry>
244 <entry>0.0</entry>
245 <entry>This package provides the wire protocol for the Touchscreen calibration extension.</entry>
246 <entry>MIT</entry>
247</row>
248<row>
249 <entry>cantarell-fonts</entry>
250 <entry>0.0.21</entry>
251 <entry>The Cantarell font typeface is designed as a contemporary Humanist sans serif and was developed for on-screen reading; in particular reading web pages on an HTC Dream mobile phone.</entry>
252 <entry> </entry>
253</row>
254<row>
255 <entry>ccache</entry>
256 <entry>3.2.4</entry>
257 <entry>ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done again. Supported languages are C C\+\+ Objective-C and Objective-C++.</entry>
258 <entry>GPL-3.0</entry>
259</row>
260<row>
261 <entry>chkconfig</entry>
262 <entry>1.3.58</entry>
263 <entry>Chkconfig is a basic system utility. It updates and queries runlevel information for system services. Chkconfig manipulates the numerous symbolic links in /etc/rc.d to relieve system administrators of some of the drudgery of manually editing the symbolic links.</entry>
264 <entry>GPL-2.0</entry>
265</row>
266<row>
267 <entry>cmake</entry>
268 <entry>3.4.3</entry>
269 <entry>Cross-platform open-source make system.</entry>
270 <entry>BSD</entry>
271</row>
272<row>
273 <entry>compositeproto</entry>
274 <entry>0.4.2</entry>
275 <entry>This package provides the wire protocol for the X composite extension. The X composite extension provides three related mechanisms for compositing and off-screen storage.</entry>
276 <entry> MIT</entry>
277</row>
278<row>
279 <entry>connman-conf</entry>
280 <entry>1.0</entry>
281 <entry>This is the ConnMan configuration to set up a Wired network interface for a qemu machine.</entry>
282 <entry>GPL-2.0</entry>
283</row>
284<row>
285 <entry>connman</entry>
286 <entry>1.31</entry>
287 <entry>The ConnMan project provides a daemon for managing internet connections within embedded devices running the Linux operating system. The Connection Manager is designed to be slim and to use as few resources as possible so it can be easily integrated. It is a fully modular system that can be extended through plug-ins to support all kinds of wired or wireless technologies. Also configuration methods like DHCP and domain name resolving are implemented using plug-ins.</entry>
288 <entry>GPL-2.0</entry>
289</row>
290<row>
291 <entry>consolekit</entry>
292 <entry>0.4.6</entry>
293 <entry>Framework for defining and tracking users login sessions and seats.</entry>
294 <entry>GPL-2.0</entry>
295</row>
296<row>
297 <entry>coreutils</entry>
298 <entry>8.25</entry>
299 <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>
300 <entry>GPL-3.0</entry>
301</row>
302<row>
303 <entry>count-ticks</entry>
304 <entry>1.1</entry>
305 <entry>Count number of kernel ticks during command execution.</entry>
306 <entry>BSD</entry>
307</row>
308<row>
309 <entry>cracklib</entry>
310 <entry>2.9.5</entry>
311 <entry>Password strength checker library.</entry>
312 <entry>LGPL-2.1</entry>
313</row>
314<row>
315 <entry>createrepo</entry>
316 <entry>0.4.11</entry>
317 <entry>Creates metadata indexes for RPM package repositories.</entry>
318 <entry>GPL-2.0</entry>
319</row>
320<row>
321 <entry>cross-localedef</entry>
322 <entry>2.23</entry>
323 <entry>Cross locale generation tool for glibc.</entry>
324 <entry>LGPL-2.1</entry>
325</row>
326<row>
327 <entry>cryptodev-linux</entry>
328 <entry>1.7</entry>
329 <entry>A /dev/crypto device driver header file.</entry>
330 <entry>GPL-2.0</entry>
331</row>
332<row>
333 <entry>cryptodev-linux</entry>
334 <entry>1.8</entry>
335 <entry>A /dev/crypto device driver header file.</entry>
336 <entry>GPL-2.0</entry>
337</row>
338<row>
339 <entry>cryptodev-module</entry>
340 <entry>1.7</entry>
341 <entry>A /dev/crypto device driver kernel module.</entry>
342 <entry>GPL-2.0</entry>
343</row>
344<row>
345 <entry>curl</entry>
346 <entry>7.47.1</entry>
347 <entry>Command line tool and library for client-side URL transfers.</entry>
348 <entry>MIT</entry>
349</row>
350<row>
351 <entry>damageproto</entry>
352 <entry>1.2.1</entry>
353 <entry>This package provides the wire protocol for the DAMAGE extension. The DAMAGE extension allows applications to receive information about changes made to pixel contents of windows and pixmaps.</entry>
354 <entry>MIT</entry>
355</row>
356<row>
357 <entry>db</entry>
358 <entry>6.0.30</entry>
359 <entry>Berkeley Database v6.</entry>
360 <entry>AGPL-3.0</entry>
361</row>
362<row>
363 <entry>dbus-glib</entry>
364 <entry>0.106</entry>
365 <entry>GLib bindings for the D-Bus message bus that integrate the D-Bus library with the GLib thread abstraction and main loop.</entry>
366 <entry> AFL-2.0, GPL-2.0</entry>
367</row>
368<row>
369 <entry>dbus-test</entry>
370 <entry>1.10.6</entry>
371 <entry>D-Bus test package (for D-bus functionality testing only).</entry>
372 <entry> AFL-2.0, GPL-2.0</entry>
373</row>
374<row>
375 <entry>dbus</entry>
376 <entry>1.10.6</entry>
377 <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>
378 <entry> AFL-2.0, GPL-2.0</entry>
379</row>
380<row>
381 <entry>dejagnu</entry>
382 <entry>1.4.4</entry>
383 <entry>GNU unit testing framework written in Expect and Tcl.</entry>
384 <entry>GPL-2.0</entry>
385</row>
386<row>
387 <entry>depmodwrapper</entry>
388 <entry>1.0</entry>
389 <entry>Wrapper script for the Linux kernel module dependency indexer.</entry>
390 <entry>MIT</entry>
391</row>
392<row>
393 <entry>dhcp</entry>
394 <entry>4.3.3</entry>
395 <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>
396 <entry>ISC</entry>
397</row>
398<row>
399 <entry>diffstat</entry>
400 <entry>1.61</entry>
401 <entry>diffstat reads the output of diff and displays a histogram of the insertions deletions and modifications per-file. It is useful for reviewing large complex patch files.</entry>
402 <entry>MIT</entry>
403</row>
404<row>
405 <entry>diffutils</entry>
406 <entry>3.3</entry>
407 <entry>Diffutils contains the GNU diff diff3 sdiff and cmp utilities. These programs are usually used for creating patch files.</entry>
408 <entry>GPL-3.0</entry>
409</row>
410<row>
411 <entry>dmxproto</entry>
412 <entry>2.3.1</entry>
413 <entry>This package provides the wire protocol for the DMX extension. The DMX extension provides support for communication with and control of Xdmx server. Attributes of the Xdmx server and of the back-end screens attached to the server can be queried and modified via this protocol.</entry>
414 <entry>MIT</entry>
415</row>
416<row>
417 <entry>docbook-dsssl-stylesheets</entry>
418 <entry>1.79</entry>
419 <entry>DSSSL stylesheets used to transform SGML and XML DocBook files.</entry>
420 <entry>DSSSL</entry>
421</row>
422<row>
423 <entry>docbook-sgml-dtd-3.1</entry>
424 <entry>3.1</entry>
425 <entry>Document type definitions for verification of SGML data files against the DocBook rule set</entry>
426 <entry>OASIS</entry>
427</row>
428<row>
429 <entry>docbook-utils</entry>
430 <entry>0.6.14</entry>
431 <entry>A collection of all the free software tools you need to work on and format DocBook documents.</entry>
432 <entry>GPL-2.0</entry>
433</row>
434<row>
435 <entry>dpa-offload</entry>
436 <entry>git</entry>
437 <entry>Data-Path Acceleration Architecture Offloading User-Space Drivers</entry>
438 <entry> BSD, GPL-2.0</entry>
439</row>
440<row>
441 <entry>dri2proto</entry>
442 <entry>2.8</entry>
443 <entry>This package provides the wire protocol for the Direct Rendering Ifnrastructure 2. DIR is required for may hardware accelerated OpenGL drivers.</entry>
444 <entry>MIT</entry>
445</row>
446<row>
447 <entry>dropbear</entry>
448 <entry>2015.71</entry>
449 <entry>A lightweight SSH and SCP implementation.</entry>
450 <entry> MIT, BSD-3-Clause, BSD-2-Clause, PD</entry>
451</row>
452<row>
453 <entry>dtc</entry>
454 <entry>1.4.1</entry>
455 <entry>The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels.</entry>
456 <entry> GPL-2.0, BSD</entry>
457</row>
458<row>
459 <entry>e2fsprogs</entry>
460 <entry>1.42.99</entry>
461 <entry>The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating fixing configuring and debugging ext2 filesystems.</entry>
462 <entry> GPL-2.0, LGPL-2.0, BSD, MIT</entry>
463</row>
464<row>
465 <entry>ed</entry>
466 <entry>1.9</entry>
467 <entry>Line-oriented text editor.</entry>
468 <entry>GPL-3.0</entry>
469</row>
470<row>
471 <entry>elfutils</entry>
472 <entry>0.164</entry>
473 <entry>Utilities and libraries for handling compiled object files.</entry>
474 <entry> GPL-3.0, Elfutils-Exception</entry>
475</row>
476<row>
477 <entry>encodings</entry>
478 <entry>1.0.4</entry>
479 <entry>The encodings that map to specific characters for a number of Xorg and common fonts.</entry>
480 <entry>PD</entry>
481</row>
482<row>
483 <entry>enea-image-networking-sdk</entry>
484 <entry>1.0</entry>
485 <entry>Full featured image for the Networking profile</entry>
486 <entry>MIT</entry>
487</row>
488<row>
489 <entry>enea-image-networking</entry>
490 <entry>1.0</entry>
491 <entry>Base image for the Networking profile</entry>
492 <entry>MIT</entry>
493</row>
494<row>
495 <entry>eth-config</entry>
496 <entry>git</entry>
497 <entry>Ethernet Configuration Files</entry>
498 <entry> BSD, GPL-2.0</entry>
499</row>
500<row>
501 <entry>eudev</entry>
502 <entry>3.1.5</entry>
503 <entry>eudev is a fork of systemd's udev.</entry>
504 <entry>GPL-2.0</entry>
505</row>
506<row>
507 <entry>eventlog</entry>
508 <entry>0.2.13</entry>
509 <entry>The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. EventLog provides an interface to build format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. his package is the runtime part of the library. </entry>
510 <entry>BSD</entry>
511</row>
512<row>
513 <entry>expat</entry>
514 <entry>2.1.0</entry>
515 <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>
516 <entry>MIT</entry>
517</row>
518<row>
519 <entry>expect</entry>
520 <entry>5.45</entry>
521 <entry>Expect is a tool for automating interactive applications according to a script. Following the script Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition the user can take control and interact directly when desired afterward returning control to the script. </entry>
522 <entry>PD</entry>
523</row>
524<row>
525 <entry>fbset-modes</entry>
526 <entry>0.1.0</entry>
527 <entry>Default display timings and resolutions for fbset.</entry>
528 <entry>MIT</entry>
529</row>
530<row>
531 <entry>fbset</entry>
532 <entry>2.1</entry>
533 <entry>The fbset console tool.</entry>
534 <entry>GPL-2.0</entry>
535</row>
536<row>
537 <entry>file</entry>
538 <entry>5.25</entry>
539 <entry>File attempts to classify files depending on their contents and prints a description if a match is found.</entry>
540 <entry>BSD</entry>
541</row>
542<row>
543 <entry>findutils</entry>
544 <entry>4.6.0</entry>
545 <entry>The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands.</entry>
546 <entry>GPL-3.0</entry>
547</row>
548<row>
549 <entry>fixesproto</entry>
550 <entry>5.0</entry>
551 <entry>This package provides the wire protocol for the X Fixes extension. This extension is designed to provide server-side support for application work arounds to shortcomings in the core X window system.</entry>
552 <entry> MIT</entry>
553</row>
554<row>
555 <entry>flac</entry>
556 <entry>1.3.1</entry>
557 <entry>FLAC stands for Free Lossless Audio Codec a lossless audio compression format.</entry>
558 <entry> GFDL-1.2, GPL-2.0, LGPL-2.1, BSD</entry>
559</row>
560<row>
561 <entry>flex</entry>
562 <entry>2.6.0</entry>
563 <entry>Flex is a fast lexical analyser generator. Flex is a tool for generating programs that recognize lexical patterns in text.</entry>
564 <entry>BSD</entry>
565</row>
566<row>
567 <entry>flib</entry>
568 <entry>git</entry>
569 <entry>Foundation Library</entry>
570 <entry> BSD, GPL-2.0</entry>
571</row>
572<row>
573 <entry>fm-ucode</entry>
574 <entry>git</entry>
575 <entry>Fman microcode binary</entry>
576 <entry>Freescale-EULA</entry>
577</row>
578<row>
579 <entry>fmc</entry>
580 <entry>git</entry>
581 <entry>Frame Manager Configuration tool</entry>
582 <entry>MIT</entry>
583</row>
584<row>
585 <entry>fmlib</entry>
586 <entry>git</entry>
587 <entry>Frame Manager User Space Library</entry>
588 <entry> BSD, GPL-2.0</entry>
589</row>
590<row>
591 <entry>font-util</entry>
592 <entry>1.3.1</entry>
593 <entry>X.Org font package creation/installation utilities.</entry>
594 <entry> BSD, MIT</entry>
595</row>
596<row>
597 <entry>fontconfig</entry>
598 <entry>2.11.94</entry>
599 <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>
600 <entry> MIT, PD</entry>
601</row>
602<row>
603 <entry>fontsproto</entry>
604 <entry>2.1.3</entry>
605 <entry>This package provides the wire protocol for the X Font rasterisation extensions. These extensions are used to control server-side font configurations.</entry>
606 <entry>MIT</entry>
607</row>
608<row>
609 <entry>formfactor</entry>
610 <entry>0.0</entry>
611 <entry>Device formfactor information.</entry>
612 <entry>MIT</entry>
613</row>
614<row>
615 <entry>freetype</entry>
616 <entry>2.6.3</entry>
617 <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>
618 <entry> FreeType, GPL-2.0</entry>
619</row>
620<row>
621 <entry>fstests</entry>
622 <entry>0.1</entry>
623 <entry>Various benchmarning tests for X.</entry>
624 <entry>Zlib</entry>
625</row>
626<row>
627 <entry>fuse</entry>
628 <entry>2.9.4</entry>
629 <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>
630 <entry> GPL-2.0, LGPL-2.0</entry>
631</row>
632<row>
633 <entry>gawk</entry>
634 <entry>4.1.3</entry>
635 <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>
636 <entry>GPL-3.0</entry>
637</row>
638<row>
639 <entry>gcc-cross-initial-powerpc</entry>
640 <entry>5.3.0</entry>
641 <entry>GNU cc and gcc C compilers.</entry>
642 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
643</row>
644<row>
645 <entry>gcc-cross-powerpc</entry>
646 <entry>5.3.0</entry>
647 <entry>GNU cc and gcc C compilers.</entry>
648 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
649</row>
650<row>
651 <entry>gcc-sanitizers</entry>
652 <entry>5.3.0</entry>
653 <entry>GNU cc and gcc C compilers.</entry>
654 <entry> , MIT</entry>
655</row>
656<row>
657 <entry>gcc-source-5.3.0</entry>
658 <entry>5.3.0</entry>
659 <entry>GNU cc and gcc C compilers.</entry>
660 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
661</row>
662<row>
663 <entry>gcc</entry>
664 <entry>5.3.0</entry>
665 <entry>GNU cc and gcc C compilers.</entry>
666 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
667</row>
668<row>
669 <entry>gconf</entry>
670 <entry>3.2.6</entry>
671 <entry>GNOME configuration system.</entry>
672 <entry>LGPL-2.0</entry>
673</row>
674<row>
675 <entry>gdb</entry>
676 <entry>7.10.1</entry>
677 <entry>GNU debugger.</entry>
678 <entry> GPL-2.0, GPL-3.0, LGPL-2.0, LGPL-3.0</entry>
679</row>
680<row>
681 <entry>gdbm</entry>
682 <entry>1.11</entry>
683 <entry>Key/value database library with extensible hashing.</entry>
684 <entry>GPL-3.0</entry>
685</row>
686<row>
687 <entry>gdk-pixbuf</entry>
688 <entry>2.32.3</entry>
689 <entry>Image loading library for GTK+.</entry>
690 <entry>LGPL-2.0</entry>
691</row>
692<row>
693 <entry>gettext-minimal</entry>
694 <entry>0.19.4</entry>
695 <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>
696 <entry>FSF-Unlimited</entry>
697</row>
698<row>
699 <entry>gettext</entry>
700 <entry>0.19.6</entry>
701 <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>
702 <entry> GPL-3.0, LGPL-2.1</entry>
703</row>
704<row>
705 <entry>glew</entry>
706 <entry>1.13.0</entry>
707 <entry>The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.</entry>
708 <entry>MIT</entry>
709</row>
710<row>
711 <entry>glib-2.0</entry>
712 <entry>2.46.2</entry>
713 <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>
714 <entry> LGPL-2.0, BSD, PD</entry>
715</row>
716<row>
717 <entry>glib-networking</entry>
718 <entry>2.46.1</entry>
719 <entry>glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies.</entry>
720 <entry>LGPL-2.0</entry>
721</row>
722<row>
723 <entry>glibc-locale</entry>
724 <entry>2.23</entry>
725 <entry>Locale data from glibc.</entry>
726 <entry> GPL-2.0, LGPL-2.1</entry>
727</row>
728<row>
729 <entry>glibc-mtrace</entry>
730 <entry>2.23</entry>
731 <entry>mtrace utility provided by glibc</entry>
732 <entry> GPL-2.0, LGPL-2.1</entry>
733</row>
734<row>
735 <entry>glibc</entry>
736 <entry>2.23</entry>
737 <entry>The GNU C Library is used as the system C library in most systems with the Linux kernel.</entry>
738 <entry> GPL-2.0, LGPL-2.1</entry>
739</row>
740<row>
741 <entry>glproto</entry>
742 <entry>1.4.17</entry>
743 <entry>This package provides the wire protocol for the OpenGL-related extensions used to enable the rendering of applications using OpenGL.</entry>
744 <entry>MIT</entry>
745</row>
746<row>
747 <entry>gmp</entry>
748 <entry>6.1.0</entry>
749 <entry>GMP is a free library for arbitrary precision arithmetic operating on signed integers rational numbers and floating point numbers</entry>
750 <entry> GPL-2.0, LGPL-3.0</entry>
751</row>
752<row>
753 <entry>gnome-common</entry>
754 <entry>3.18.0</entry>
755 <entry>Common macros for building GNOME applications.</entry>
756 <entry>GPL-2.0</entry>
757</row>
758<row>
759 <entry>gnome-desktop-testing</entry>
760 <entry>2014.1</entry>
761 <entry>Test runner for GNOME-style installed tests.</entry>
762 <entry>LGPL-2.0</entry>
763</row>
764<row>
765 <entry>gnu-config</entry>
766 <entry>20150728</entry>
767 <entry>Tool that installs the GNU config.guess / config.sub into a directory tree</entry>
768 <entry> </entry>
769</row>
770<row>
771 <entry>gnutls</entry>
772 <entry>3.4.9</entry>
773 <entry>GNU Transport Layer Security Library.</entry>
774 <entry> GPL-3.0, LGPL-2.1</entry>
775</row>
776<row>
777 <entry>gobject-introspection</entry>
778 <entry>1.46.0</entry>
779 <entry> </entry>
780 <entry> LGPL-2.0, GPL-2.0</entry>
781</row>
782<row>
783 <entry>gperf</entry>
784 <entry>3.0.4</entry>
785 <entry>GNU gperf is a perfect hash function generator</entry>
786 <entry>GPL-3.0</entry>
787</row>
788<row>
789 <entry>grep</entry>
790 <entry>2.23</entry>
791 <entry>GNU grep utility.</entry>
792 <entry>GPL-3.0</entry>
793</row>
794<row>
795 <entry>groff</entry>
796 <entry>1.22.3</entry>
797 <entry>The groff (GNU troff) software is a typesetting package which reads plain text mixed with formatting commands and produces formatted output.</entry>
798 <entry>GPL-3.0</entry>
799</row>
800<row>
801 <entry>gst-player</entry>
802 <entry>git</entry>
803 <entry>GStreamer playback helper library and examples.</entry>
804 <entry>LGPL-2.0</entry>
805</row>
806<row>
807 <entry>gstreamer1.0-plugins-bad</entry>
808 <entry>1.6.3</entry>
809 <entry>Plugins for the GStreamer multimedia framework 1.x.</entry>
810 <entry> GPL-2.0, LGPL-2.0, LGPL-2.1</entry>
811</row>
812<row>
813 <entry>gstreamer1.0-plugins-base</entry>
814 <entry>1.6.3</entry>
815 <entry>Plugins for the GStreamer multimedia framework 1.x.</entry>
816 <entry> GPL-2.0, LGPL-2.0</entry>
817</row>
818<row>
819 <entry>gstreamer1.0-plugins-good</entry>
820 <entry>1.6.3</entry>
821 <entry>Plugins for the GStreamer multimedia framework 1.x.</entry>
822 <entry> GPL-2.0, LGPL-2.1</entry>
823</row>
824<row>
825 <entry>gstreamer1.0</entry>
826 <entry>1.6.3</entry>
827 <entry>GStreamer is a multimedia framework for encoding and decoding video and sound. It supports a wide range of formats including mp3 ogg avi mpeg and quicktime.</entry>
828 <entry>LGPL-2.0</entry>
829</row>
830<row>
831 <entry>gtk+</entry>
832 <entry>2.24.29</entry>
833 <entry>GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets GTK+ is suitable for projects ranging from small one-off projects to complete application suites.</entry>
834 <entry> LGPL-2.0, LGPL-2.1</entry>
835</row>
836<row>
837 <entry>gtk-doc-stub</entry>
838 <entry>1.1</entry>
839 <entry>Stub implementation of gtk-doc as we don't want to build the API documentation</entry>
840 <entry>GPL-2.0</entry>
841</row>
842<row>
843 <entry>gtk-icon-utils</entry>
844 <entry>3.18.8</entry>
845 <entry>gtk-update-icon-cache and gtk-encode-symbolic-svg built from GTK+ natively for build time and on-host postinst script execution.</entry>
846 <entry> LGPL-2.0, LGPL-2.1</entry>
847</row>
848<row>
849 <entry>gzip</entry>
850 <entry>1.6</entry>
851 <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>
852 <entry>GPL-3.0</entry>
853</row>
854<row>
855 <entry>harfbuzz</entry>
856 <entry>1.2.3</entry>
857 <entry>HarfBuzz is an OpenType text shaping engine.</entry>
858 <entry>MIT</entry>
859</row>
860<row>
861 <entry>hdparm</entry>
862 <entry>9.48</entry>
863 <entry>hdparm is a Linux shell utility for viewing and manipulating various IDE drive and driver parameters.</entry>
864 <entry>BSD</entry>
865</row>
866<row>
867 <entry>hicolor-icon-theme</entry>
868 <entry>0.15</entry>
869 <entry>Default icon theme that all icon themes automatically inherit from.</entry>
870 <entry>GPL-2.0</entry>
871</row>
872<row>
873 <entry>hostap-utils</entry>
874 <entry>0.4.7</entry>
875 <entry>The hostap driver supports Host AP mode it allows for IEEE 802.11 management functions on the host computer and allows the system to act as an access point.</entry>
876 <entry>GPL-2.0</entry>
877</row>
878<row>
879 <entry>hv-cfg</entry>
880 <entry>git</entry>
881 <entry>Hypervisor Config</entry>
882 <entry>BSD</entry>
883</row>
884<row>
885 <entry>hypervisor</entry>
886 <entry>git</entry>
887 <entry>Freescale embedded hypervisor</entry>
888 <entry>BSD</entry>
889</row>
890<row>
891 <entry>icu</entry>
892 <entry>56.1</entry>
893 <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>
894 <entry>ICU</entry>
895</row>
896<row>
897 <entry>init-ifupdown</entry>
898 <entry>1.0</entry>
899 <entry>This package provides high level tools to configure network interfaces</entry>
900 <entry>GPL-2.0</entry>
901</row>
902<row>
903 <entry>initscripts</entry>
904 <entry>1.0</entry>
905 <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>
906 <entry>GPL-2.0</entry>
907</row>
908<row>
909 <entry>inputproto</entry>
910 <entry>2.3.1</entry>
911 <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>
912 <entry> MIT</entry>
913</row>
914<row>
915 <entry>intltool</entry>
916 <entry>0.51.0</entry>
917 <entry>Utility scripts for internationalizing XML.</entry>
918 <entry>GPL-2.0</entry>
919</row>
920<row>
921 <entry>iptables</entry>
922 <entry>1.6.0</entry>
923 <entry>iptables is the userspace command line program used to configure and control network packet filtering code in Linux.</entry>
924 <entry>GPL-2.0</entry>
925</row>
926<row>
927 <entry>iso-codes</entry>
928 <entry>3.65</entry>
929 <entry>ISO language territory currency script codes and their translations.</entry>
930 <entry>LGPL-2.1</entry>
931</row>
932<row>
933 <entry>iw</entry>
934 <entry>4.3</entry>
935 <entry>iw is a new nl80211 based CLI configuration utility for wireless devices. It supports almost all new drivers that have been added to the kernel recently. </entry>
936 <entry>BSD</entry>
937</row>
938<row>
939 <entry>json-c</entry>
940 <entry>0.12</entry>
941 <entry>JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C.</entry>
942 <entry>MIT</entry>
943</row>
944<row>
945 <entry>kbd</entry>
946 <entry>2.0.3</entry>
947 <entry>Keytable files and keyboard utilities.</entry>
948 <entry>GPL-2.0</entry>
949</row>
950<row>
951 <entry>kbproto</entry>
952 <entry>1.0.7</entry>
953 <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>
954 <entry>MIT</entry>
955</row>
956<row>
957 <entry>kern-tools</entry>
958 <entry>0.2</entry>
959 <entry>Tools for managing Yocto Project style branched kernels.</entry>
960 <entry>GPL-2.0</entry>
961</row>
962<row>
963 <entry>kexec-tools</entry>
964 <entry>2.0.11</entry>
965 <entry>Kexec is a fast reboot feature that lets you reboot to a new Linux kernel</entry>
966 <entry>GPL-2.0</entry>
967</row>
968<row>
969 <entry>keymaps</entry>
970 <entry>1.0</entry>
971 <entry>Keymaps and initscript to set the keymap on bootup.</entry>
972 <entry>GPL-2.0</entry>
973</row>
974<row>
975 <entry>kmod</entry>
976 <entry>22</entry>
977 <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>
978 <entry> GPL-2.0, LGPL-2.1</entry>
979</row>
980<row>
981 <entry>latencytop</entry>
982 <entry>0.5</entry>
983 <entry>Linux tool for measuring and fixing latency.</entry>
984 <entry>GPL-2.0</entry>
985</row>
986<row>
987 <entry>ldconfig</entry>
988 <entry>2.12.1</entry>
989 <entry>A standalone native ldconfig build.</entry>
990 <entry>GPL-2.0</entry>
991</row>
992<row>
993 <entry>less</entry>
994 <entry>481</entry>
995 <entry>Less is a program similar to more i.e. a terminal based program for viewing text files and the output from other programs. Less offers many features beyond those that more does.</entry>
996 <entry> GPL-3.0, BSD-2-Clause</entry>
997</row>
998<row>
999 <entry>libaio</entry>
1000 <entry>0.3.110</entry>
1001 <entry>Asynchronous input/output library that uses the kernels native interface</entry>
1002 <entry>LGPL-2.1</entry>
1003</row>
1004<row>
1005 <entry>libarchive</entry>
1006 <entry>3.1.2</entry>
1007 <entry>C library and command-line tools for reading and writing tar cpio zip ISO and other archive formats</entry>
1008 <entry>BSD</entry>
1009</row>
1010<row>
1011 <entry>libatomic-ops</entry>
1012 <entry>7.4.2</entry>
1013 <entry>A library for atomic integer operations.</entry>
1014 <entry> GPL-2.0, MIT</entry>
1015</row>
1016<row>
1017 <entry>libcap</entry>
1018 <entry>2.24</entry>
1019 <entry>Library for getting/setting POSIX.1e capabilities.</entry>
1020 <entry> BSD, GPL-2.0</entry>
1021</row>
1022<row>
1023 <entry>libcheck</entry>
1024 <entry>0.10.0</entry>
1025 <entry>Check - unit testing framework for C code.</entry>
1026 <entry>LGPL-2.1</entry>
1027</row>
1028<row>
1029 <entry>libcroco</entry>
1030 <entry>0.6.11</entry>
1031 <entry>Cascading Style Sheet (CSS) parsing and manipulation toolkit.</entry>
1032 <entry> LGPL-2.0, LGPL-2.1</entry>
1033</row>
1034<row>
1035 <entry>libdaemon</entry>
1036 <entry>0.14</entry>
1037 <entry>Lightweight C library which eases the writing of UNIX daemons.</entry>
1038 <entry>LGPL-2.1</entry>
1039</row>
1040<row>
1041 <entry>libdmx</entry>
1042 <entry>1.1.3</entry>
1043 <entry>The DMX extension provides support for communication with and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of the back-end screens attached to the server can be queried and modified via this protocol.</entry>
1044 <entry>MIT</entry>
1045</row>
1046<row>
1047 <entry>libdrm</entry>
1048 <entry>2.4.67</entry>
1049 <entry>"The runtime library for accessing the kernel DRM services. DRM stands for \""Direct Rendering Manager\"" which is the kernel portion of the \""Direct Rendering Infrastructure\"" (DRI). DRI is required for many hardware accelerated OpenGL drivers."</entry>
1050 <entry>MIT</entry>
1051</row>
1052<row>
1053 <entry>libedit</entry>
1054 <entry>20150325-3.1</entry>
1055 <entry>Command line editor library providing generic line editing history and tokenization functions</entry>
1056 <entry>BSD</entry>
1057</row>
1058<row>
1059 <entry>libepoxy</entry>
1060 <entry>1.3.1</entry>
1061 <entry>OpenGL function pointer management library.</entry>
1062 <entry>MIT</entry>
1063</row>
1064<row>
1065 <entry>liberation-fonts</entry>
1066 <entry>1.04</entry>
1067 <entry>The Liberation(tm) Fonts is a font family originally created by Ascender(c) which aims at metric compatibility with Arial Times New Roman Courier New.</entry>
1068 <entry>GPL-2.0</entry>
1069</row>
1070<row>
1071 <entry>libevdev</entry>
1072 <entry>1.4.6</entry>
1073 <entry>Wrapper library for evdev devices.</entry>
1074 <entry>MIT</entry>
1075</row>
1076<row>
1077 <entry>libevent</entry>
1078 <entry>2.0.22</entry>
1079 <entry>An asynchronous event notification library.</entry>
1080 <entry>BSD</entry>
1081</row>
1082<row>
1083 <entry>libffi</entry>
1084 <entry>3.2.1</entry>
1085 <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>
1086 <entry>MIT</entry>
1087</row>
1088<row>
1089 <entry>libfontenc</entry>
1090 <entry>1.1.3</entry>
1091 <entry>libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts.</entry>
1092 <entry>MIT</entry>
1093</row>
1094<row>
1095 <entry>libgcc</entry>
1096 <entry>5.3.0</entry>
1097 <entry>GNU cc and gcc C compilers.</entry>
1098 <entry> GPL-3.0-with-GCC-exception, GPL-3.0</entry>
1099</row>
1100<row>
1101 <entry>libgcrypt</entry>
1102 <entry>1.6.5</entry>
1103 <entry>General purpose cryptographic library based on the code from GnuPG.</entry>
1104 <entry> GPL-2.0, LGPL-2.1, GPL-3.0</entry>
1105</row>
1106<row>
1107 <entry>libglade</entry>
1108 <entry>2.6.4</entry>
1109 <entry>Runtime support for the GTK+ interface builder.</entry>
1110 <entry> LGPL-2.0</entry>
1111</row>
1112<row>
1113 <entry>libglu</entry>
1114 <entry>9.0.0</entry>
1115 <entry>GLU is a utility toolkit used with OpenGL implementations</entry>
1116 <entry>MIT</entry>
1117</row>
1118<row>
1119 <entry>libgpg-error</entry>
1120 <entry>1.21</entry>
1121 <entry>Small library that defines common error values for all GnuPG components.</entry>
1122 <entry> GPL-2.0, LGPL-2.1</entry>
1123</row>
1124<row>
1125 <entry>libgudev</entry>
1126 <entry>230</entry>
1127 <entry>GObject wrapper for libudev.</entry>
1128 <entry>LGPL-2.1</entry>
1129</row>
1130<row>
1131 <entry>libical</entry>
1132 <entry>2.0.0</entry>
1133 <entry>iCal and scheduling (RFC 2445 2446 2447) library.</entry>
1134 <entry> LGPL-2.1, MPL-1.0</entry>
1135</row>
1136<row>
1137 <entry>libice</entry>
1138 <entry>1.0.9</entry>
1139 <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>
1140 <entry>MIT</entry>
1141</row>
1142<row>
1143 <entry>libidn</entry>
1144 <entry>1.32</entry>
1145 <entry>Implementation of the Stringprep Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.</entry>
1146 <entry> LGPL-2.1, LGPL-3.0, GPL-3.0</entry>
1147</row>
1148<row>
1149 <entry>libjpeg-turbo</entry>
1150 <entry>8d</entry>
1151 <entry>libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX SSE2 NEON) to accelerate baseline JPEG compression and decompression</entry>
1152 <entry>BSD-3-Clause</entry>
1153</row>
1154<row>
1155 <entry>libmatchbox</entry>
1156 <entry>1.11</entry>
1157 <entry>Matchbox window manager core library.</entry>
1158 <entry>LGPL-2.0</entry>
1159</row>
1160<row>
1161 <entry>libmpc</entry>
1162 <entry>1.0.3</entry>
1163 <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>
1164 <entry>LGPL-3.0</entry>
1165</row>
1166<row>
1167 <entry>libnewt</entry>
1168 <entry>0.52.18</entry>
1169 <entry>Newt is a programming library for color text mode widget based user interfaces. Newt can be used to add stacked windows entry widgets checkboxes radio buttons labels plain text fields scrollbars etc. to text mode user interfaces. This package also contains the shared library needed by programs built with newt as well as a /usr/bin/dialog replacement called whiptail. Newt is based on the slang library.</entry>
1170 <entry>LGPL-2.0</entry>
1171</row>
1172<row>
1173 <entry>libnfsidmap</entry>
1174 <entry>0.25</entry>
1175 <entry>NFS id mapping library.</entry>
1176 <entry>BSD</entry>
1177</row>
1178<row>
1179 <entry>libnl</entry>
1180 <entry>3.2.25</entry>
1181 <entry>A library for applications dealing with netlink sockets.</entry>
1182 <entry>LGPL-2.1</entry>
1183</row>
1184<row>
1185 <entry>libnss-mdns</entry>
1186 <entry>0.10</entry>
1187 <entry>Name Service Switch module for Multicast DNS (zeroconf) name resolution.</entry>
1188 <entry>LGPL-2.1</entry>
1189</row>
1190<row>
1191 <entry>libogg</entry>
1192 <entry>1.3.2</entry>
1193 <entry>libogg is the bitstream and framing library for the Ogg project. It provides functions which are necessary to codec libraries like libvorbis.</entry>
1194 <entry>BSD</entry>
1195</row>
1196<row>
1197 <entry>libpcap</entry>
1198 <entry>1.7.4</entry>
1199 <entry>Libpcap provides a portable framework for low-level network monitoring. Libpcap can provide network statistics collection security monitoring and network debugging.</entry>
1200 <entry>BSD</entry>
1201</row>
1202<row>
1203 <entry>libpciaccess</entry>
1204 <entry>0.13.4</entry>
1205 <entry>libpciaccess provides functionality for X to access the PCI bus and devices in a platform-independent way.</entry>
1206 <entry> MIT</entry>
1207</row>
1208<row>
1209 <entry>libpcre</entry>
1210 <entry>8.38</entry>
1211 <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>
1212 <entry>BSD</entry>
1213</row>
1214<row>
1215 <entry>libpng</entry>
1216 <entry>1.6.21</entry>
1217 <entry>PNG image format decoding library.</entry>
1218 <entry>Libpng</entry>
1219</row>
1220<row>
1221 <entry>libproxy</entry>
1222 <entry>0.4.11</entry>
1223 <entry>Library providing automatic proxy configuration management.</entry>
1224 <entry>LGPL-2.1</entry>
1225</row>
1226<row>
1227 <entry>libpthread-stubs</entry>
1228 <entry>0.3</entry>
1229 <entry>This library provides weak aliases for pthread functions not provided in libc or otherwise available by default.</entry>
1230 <entry>MIT</entry>
1231</row>
1232<row>
1233 <entry>librsvg</entry>
1234 <entry>2.40.13</entry>
1235 <entry>Library for rendering SVG files.</entry>
1236 <entry>LGPL-2.0</entry>
1237</row>
1238<row>
1239 <entry>libsamplerate0</entry>
1240 <entry>0.1.8</entry>
1241 <entry>Audio Sample Rate Conversion library.</entry>
1242 <entry>GPL-2.0</entry>
1243</row>
1244<row>
1245 <entry>libsdl</entry>
1246 <entry>1.2.15</entry>
1247 <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>
1248 <entry>LGPL-2.1</entry>
1249</row>
1250<row>
1251 <entry>libsm</entry>
1252 <entry>1.2.2</entry>
1253 <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>
1254 <entry>MIT</entry>
1255</row>
1256<row>
1257 <entry>libsndfile1</entry>
1258 <entry>1.0.26</entry>
1259 <entry>Audio format Conversion library.</entry>
1260 <entry>LGPL-2.1</entry>
1261</row>
1262<row>
1263 <entry>libsoup-2.4</entry>
1264 <entry>2.52.2</entry>
1265 <entry>An HTTP library implementation in C.</entry>
1266 <entry>LGPL-2.0</entry>
1267</row>
1268<row>
1269 <entry>libtasn1</entry>
1270 <entry>4.7</entry>
1271 <entry>Library for ASN.1 and DER manipulation.</entry>
1272 <entry> GPL-3.0, LGPL-2.1</entry>
1273</row>
1274<row>
1275 <entry>libtheora</entry>
1276 <entry>1.1.1</entry>
1277 <entry>The libtheora reference implementation provides the standard encoder and decoder under a BSD license.</entry>
1278 <entry>BSD</entry>
1279</row>
1280<row>
1281 <entry>libtirpc</entry>
1282 <entry>1.0.1</entry>
1283 <entry>Libtirpc is a port of Suns Transport-Independent RPC library to Linux</entry>
1284 <entry>BSD</entry>
1285</row>
1286<row>
1287 <entry>libtool</entry>
1288 <entry>2.4.6</entry>
1289 <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>
1290 <entry> GPL-2.0, LGPL-2.1</entry>
1291</row>
1292<row>
1293 <entry>liburcu</entry>
1294 <entry>0.9.1</entry>
1295 <entry>Userspace RCU (read-copy-update) library.</entry>
1296 <entry> LGPL-2.1, MIT</entry>
1297</row>
1298<row>
1299 <entry>libusb-compat</entry>
1300 <entry>0.1.5</entry>
1301 <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>
1302 <entry>LGPL-2.1</entry>
1303</row>
1304<row>
1305 <entry>libusb1</entry>
1306 <entry>1.0.20</entry>
1307 <entry>Userspace library to access USB (version 1.0).</entry>
1308 <entry>LGPL-2.1</entry>
1309</row>
1310<row>
1311 <entry>libvorbis</entry>
1312 <entry>1.3.5</entry>
1313 <entry>Ogg Vorbis is a high-quality lossy audio codec that is free of intellectual property restrictions. libvorbis is the main vorbis codec library.</entry>
1314 <entry>BSD</entry>
1315</row>
1316<row>
1317 <entry>libwebp</entry>
1318 <entry>0.5.0</entry>
1319 <entry>WebP is a method of lossy and lossless compression that can be used on a large variety of photographic translucent and graphical images found on the web. The degree of lossy compression is adjustable so a user can choose the trade-off between file size and image quality. WebP typically achieves an average of 30% more compression than JPEG and JPEG 2000 without loss of image quality.</entry>
1320 <entry>BSD</entry>
1321</row>
1322<row>
1323 <entry>libx11</entry>
1324 <entry>1.6.3</entry>
1325 <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>
1326 <entry> MIT, BSD</entry>
1327</row>
1328<row>
1329 <entry>libxau</entry>
1330 <entry>1.0.8</entry>
1331 <entry>libxau provides the main interfaces to the X11 authorisation handling which controls authorisation for X connections both client-side and server-side.</entry>
1332 <entry>MIT</entry>
1333</row>
1334<row>
1335 <entry>libxcalibrate</entry>
1336 <entry>0.0</entry>
1337 <entry>libXCalibrate is a library for performing touchscreen calibration with the kdrive tslib touchscreen driver.</entry>
1338 <entry>MIT</entry>
1339</row>
1340<row>
1341 <entry>libxcb</entry>
1342 <entry>1.11.1</entry>
1343 <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>
1344 <entry>MIT</entry>
1345</row>
1346<row>
1347 <entry>libxcomposite</entry>
1348 <entry>0.4.4</entry>
1349 <entry>The composite extension provides three related mechanisms: per-hierarchy storage automatic shadow update and external parent. In per-hierarchy storage the rendering of an entire hierarchy of windows is redirected to off-screen storage. In automatic shadow update when a hierarchy is rendered off-screen the X server provides an automatic mechanism for presenting those contents within the parent window. In external parent a mechanism for providing redirection of compositing transformations through a client.</entry>
1350 <entry>MIT</entry>
1351</row>
1352<row>
1353 <entry>libxcursor</entry>
1354 <entry>1.1.14</entry>
1355 <entry>Xcursor is a simple library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names. Cursors can exist in several sizes and the library automatically picks the best size.</entry>
1356 <entry>MIT</entry>
1357</row>
1358<row>
1359 <entry>libxdamage</entry>
1360 <entry>1.1.4</entry>
1361 <entry>'Damage' is a term that describes changes make to pixel contents of windows and pixmaps. Damage accumulates as drawing occurs in the drawable. Each drawing operation 'damages' one or more rectangular areas within the drawable. The rectangles are guaranteed to include the set of pixels modified by each operation but may include significantly more than just those pixels. The DAMAGE extension allows applications to either receive the raw rectangles as a stream of events or to have them partially processed within the X server to reduce the amount of data transmitted as well as reduce the processing latency once the repaint operation has started.</entry>
1362 <entry>MIT</entry>
1363</row>
1364<row>
1365 <entry>libxdmcp</entry>
1366 <entry>1.1.2</entry>
1367 <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>
1368 <entry>MIT</entry>
1369</row>
1370<row>
1371 <entry>libxext</entry>
1372 <entry>1.3.3</entry>
1373 <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>
1374 <entry>MIT</entry>
1375</row>
1376<row>
1377 <entry>libxfixes</entry>
1378 <entry>5.0.1</entry>
1379 <entry>X applications have often needed to work around various shortcomings in the core X window system. This extension is designed to provide the minimal server-side support necessary to eliminate problems caused by these workarounds.</entry>
1380 <entry>MIT</entry>
1381</row>
1382<row>
1383 <entry>libxfont</entry>
1384 <entry>1.5.1</entry>
1385 <entry>libXfont provides various services for X servers most notably font selection and rasterisation (through external libraries such as freetype).</entry>
1386 <entry> MIT, BSD</entry>
1387</row>
1388<row>
1389 <entry>libxft</entry>
1390 <entry>2.3.2</entry>
1391 <entry>Xft was designed to provide good support for scalable fonts and to do so efficiently. Unlike the core fonts system it supports features such as anti-aliasing and sub-pixel rasterisation. Perhaps more importantly it gives applications full control over the way glyphs are rendered making fine typesetting and WYSIWIG display possible. Finally it allows applications to use fonts that are not installed system-wide for displaying documents with embedded fonts. Xft is not compatible with the core fonts system: usage of Xft requires fairly extensive changes to toolkits (user-interface libraries).</entry>
1392 <entry>MIT</entry>
1393</row>
1394<row>
1395 <entry>libxi</entry>
1396 <entry>1.7.6</entry>
1397 <entry>libxi is an extension to the X11 protocol to support input devices other than the core X keyboard and pointer. It allows client programs to select input from these devices independently from each other and independently from the core devices.</entry>
1398 <entry> MIT</entry>
1399</row>
1400<row>
1401 <entry>libxinerama</entry>
1402 <entry>1.1.3</entry>
1403 <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>
1404 <entry>MIT</entry>
1405</row>
1406<row>
1407 <entry>libxkbfile</entry>
1408 <entry>1.0.9</entry>
1409 <entry>libxkbfile provides an interface to read and manipulate description files for XKB the X11 keyboard configuration extension.</entry>
1410 <entry>MIT</entry>
1411</row>
1412<row>
1413 <entry>libxml-parser-perl</entry>
1414 <entry>2.44</entry>
1415 <entry>XML::Parser - A perl module for parsing XML documents.</entry>
1416 <entry> Artistic-1.0, GPL-1.0</entry>
1417</row>
1418<row>
1419 <entry>libxml2</entry>
1420 <entry>2.9.3</entry>
1421 <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>
1422 <entry>MIT</entry>
1423</row>
1424<row>
1425 <entry>libxmu</entry>
1426 <entry>1.1.2</entry>
1427 <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>
1428 <entry> MIT</entry>
1429</row>
1430<row>
1431 <entry>libxrandr</entry>
1432 <entry>1.5.0</entry>
1433 <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>
1434 <entry>MIT</entry>
1435</row>
1436<row>
1437 <entry>libxrender</entry>
1438 <entry>0.9.9</entry>
1439 <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>
1440 <entry>MIT</entry>
1441</row>
1442<row>
1443 <entry>libxres</entry>
1444 <entry>1.0.7</entry>
1445 <entry>libXRes provides an X Window System client interface to the Resource extension to the X protocol. The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps et al).</entry>
1446 <entry>MIT</entry>
1447</row>
1448<row>
1449 <entry>libxsettings-client</entry>
1450 <entry>0.10</entry>
1451 <entry>Libraries used for applications making use of the Xsettings configuration setting propagation protocol. Controls setting of double click timeout drag-and-drop threshold and default foreground and background colors for all applications running within a desktop.</entry>
1452 <entry>MIT</entry>
1453</row>
1454<row>
1455 <entry>libxslt</entry>
1456 <entry>1.1.28</entry>
1457 <entry>GNOME XSLT library.</entry>
1458 <entry>MIT</entry>
1459</row>
1460<row>
1461 <entry>libxt</entry>
1462 <entry>1.1.5</entry>
1463 <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>
1464 <entry> MIT</entry>
1465</row>
1466<row>
1467 <entry>libxtst</entry>
1468 <entry>1.2.2</entry>
1469 <entry>This extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention.</entry>
1470 <entry>MIT</entry>
1471</row>
1472<row>
1473 <entry>libxv</entry>
1474 <entry>1.0.10</entry>
1475 <entry>libXv provides an X Window System client interface to the X Video extension to the X protocol. The X Video extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients which may draw in a number of colourspaces including YUV.</entry>
1476 <entry>MIT</entry>
1477</row>
1478<row>
1479 <entry>libxxf86dga</entry>
1480 <entry>1.1.4</entry>
1481 <entry>libXxf86dga provides the XFree86-DGA extension which allows direct graphics access to a framebuffer-like region and also allows relative mouse reporting et al. It is mainly used by games and emulators for games.</entry>
1482 <entry>MIT</entry>
1483</row>
1484<row>
1485 <entry>libxxf86misc</entry>
1486 <entry>1.0.3</entry>
1487 <entry>The XFree86-Misc extension provides a means to access input device configuration settings specific to the XFree86/Xorg DDX.</entry>
1488 <entry>MIT</entry>
1489</row>
1490<row>
1491 <entry>libxxf86vm</entry>
1492 <entry>1.1.4</entry>
1493 <entry>libXxf86vm provides an interface to the XFree86-VidModeExtension extension which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular.</entry>
1494 <entry>MIT</entry>
1495</row>
1496<row>
1497 <entry>linux-libc-headers</entry>
1498 <entry>4.4</entry>
1499 <entry>Sanitized set of kernel headers for the C library's use.</entry>
1500 <entry>GPL-2.0</entry>
1501</row>
1502<row>
1503 <entry>linux-qoriq</entry>
1504 <entry>3.12</entry>
1505 <entry>Linux kernel for Freescale platforms</entry>
1506 <entry>GPL-2.0</entry>
1507</row>
1508<row>
1509 <entry>list2mask</entry>
1510 <entry>1.0</entry>
1511 <entry>Translate CPU list given on command line to a hexadecimal CPU mask. Can use kernel boot parameters isolcpus or nohz_full as input as well as a list given on command line.</entry>
1512 <entry>BSD</entry>
1513</row>
1514<row>
1515 <entry>lrzsz</entry>
1516 <entry>0.12.20</entry>
1517 <entry>Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from the public-domain version of Chuck Forsberg's rzsz package. These programs use error correcting protocols ({zxy}modem) to send (sz sx sb) and receive (rz rx rb) files over a dial-in serial port from a variety of programs running under various operating systems. </entry>
1518 <entry>GPL-2.0</entry>
1519</row>
1520<row>
1521 <entry>lsb</entry>
1522 <entry>4.1</entry>
1523 <entry>LSB support for OpenEmbedded.</entry>
1524 <entry>GPL-2.0</entry>
1525</row>
1526<row>
1527 <entry>lsbinitscripts</entry>
1528 <entry>9.64</entry>
1529 <entry>SysV init scripts which are only used in an LSB image.</entry>
1530 <entry>GPL-2.0</entry>
1531</row>
1532<row>
1533 <entry>ltp</entry>
1534 <entry>20160126</entry>
1535 <entry>The Linux Test Project is a joint project with SGI IBM OSDL and Bull with a goal to deliver test suites to the open source community that validate the reliability robustness and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features.</entry>
1536 <entry> GPL-2.0, LGPL-2.0, LGPL-2.1, BSD-2-Clause</entry>
1537</row>
1538<row>
1539 <entry>lttng-modules</entry>
1540 <entry>2.7.1</entry>
1541 <entry>The lttng-modules 2.0 package contains the kernel tracer modules</entry>
1542 <entry> LGPL-2.1, GPL-2.0, MIT</entry>
1543</row>
1544<row>
1545 <entry>lttng-tools</entry>
1546 <entry>2.7.1</entry>
1547 <entry>The Linux trace toolkit is a suite of tools designed to extract program execution details from the Linux operating system and interpret them.</entry>
1548 <entry> GPL-2.0, LGPL-2.1</entry>
1549</row>
1550<row>
1551 <entry>lttng-ust</entry>
1552 <entry>2.7.1</entry>
1553 <entry>The LTTng UST 2.x package contains the userspace tracer library to trace userspace codes.</entry>
1554 <entry> LGPL-2.1, MIT, GPL-2.0</entry>
1555</row>
1556<row>
1557 <entry>lzo</entry>
1558 <entry>2.09</entry>
1559 <entry>Lossless data compression library.</entry>
1560 <entry>GPL-2.0</entry>
1561</row>
1562<row>
1563 <entry>m4</entry>
1564 <entry>1.4.17</entry>
1565 <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>
1566 <entry>GPL-3.0</entry>
1567</row>
1568<row>
1569 <entry>make</entry>
1570 <entry>4.1</entry>
1571 <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>
1572 <entry> GPL-3.0, LGPL-2.0</entry>
1573</row>
1574<row>
1575 <entry>makedepend</entry>
1576 <entry>1.0.5</entry>
1577 <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>
1578 <entry>MIT</entry>
1579</row>
1580<row>
1581 <entry>makedevs</entry>
1582 <entry>1.0.1</entry>
1583 <entry>Tool for creating device nodes.</entry>
1584 <entry>GPL-2.0</entry>
1585</row>
1586<row>
1587 <entry>matchbox-terminal</entry>
1588 <entry>0.0</entry>
1589 <entry>Lightweight GTK+ terminal application.</entry>
1590 <entry>GPL-2.0</entry>
1591</row>
1592<row>
1593 <entry>matchbox-wm</entry>
1594 <entry>1.2</entry>
1595 <entry>Matchbox lightweight window manager.</entry>
1596 <entry>GPL-2.0</entry>
1597</row>
1598<row>
1599 <entry>mesa-demos</entry>
1600 <entry>8.2.0</entry>
1601 <entry>This package includes the demonstration application such as glxgears. These applications can be used for Mesa validation and benchmarking.</entry>
1602 <entry> MIT, PD</entry>
1603</row>
1604<row>
1605 <entry>mesa</entry>
1606 <entry>11.1.1</entry>
1607 <entry>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. A variety of device drivers allows Mesa to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs. Mesa is used as part of the overall Direct Rendering Infrastructure and X.org environment.</entry>
1608 <entry>MIT</entry>
1609</row>
1610<row>
1611 <entry>mingetty</entry>
1612 <entry>1.08</entry>
1613 <entry>Compact getty terminal handler for virtual consoles only.</entry>
1614 <entry>GPL-2.0</entry>
1615</row>
1616<row>
1617 <entry>mini-x-session</entry>
1618 <entry>0.1</entry>
1619 <entry>Very simple session manager for X.</entry>
1620 <entry>GPL-2.0</entry>
1621</row>
1622<row>
1623 <entry>mkfontdir</entry>
1624 <entry>1.0.7</entry>
1625 <entry>"For each directory argument mkfontdir reads all of the font files in the directory. The font names and related data are written out to the files \""fonts.dir\"" \""fonts.scale\"" and \""fonts.alias\"". The X server and font server use these files to find the available font files."</entry>
1626 <entry>MIT</entry>
1627</row>
1628<row>
1629 <entry>mkfontscale</entry>
1630 <entry>1.1.2</entry>
1631 <entry>For each directory argument mkfontscale reads all of the scalable font files in the directory. For every font file found an X11 font name (XLFD) is generated and is written together with the file name to a file fonts.scale in the directory. The resulting fonts.scale is used by the mkfontdir program.</entry>
1632 <entry>MIT</entry>
1633</row>
1634<row>
1635 <entry>mklibs</entry>
1636 <entry>0.1.40</entry>
1637 <entry>mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables.</entry>
1638 <entry>GPL-2.0</entry>
1639</row>
1640<row>
1641 <entry>mobile-broadband-provider-info</entry>
1642 <entry>20151214</entry>
1643 <entry>Mobile Broadband Service Provider Database.</entry>
1644 <entry>PD</entry>
1645</row>
1646<row>
1647 <entry>modutils-initscripts</entry>
1648 <entry>1.0</entry>
1649 <entry>Initscript for auto-loading kernel modules on boot.</entry>
1650 <entry>PD</entry>
1651</row>
1652<row>
1653 <entry>mpfr</entry>
1654 <entry>3.1.3</entry>
1655 <entry>C library for multiple-precision floating-point computations with exact rounding.</entry>
1656 <entry> GPL-3.0, LGPL-3.0</entry>
1657</row>
1658<row>
1659 <entry>mtdev</entry>
1660 <entry>1.1.5</entry>
1661 <entry>mtdev is a library which transforms all variants of kernel multitouch events to the slotted type B protocol. The events put into mtdev may be from any MT device specifically type A without contact tracking type A with contact tracking or type B with contact tracking</entry>
1662 <entry>MIT</entry>
1663</row>
1664<row>
1665 <entry>nasm</entry>
1666 <entry>2.11.08</entry>
1667 <entry>General-purpose x86 assembler.</entry>
1668 <entry>BSD-2-Clause</entry>
1669</row>
1670<row>
1671 <entry>ncurses</entry>
1672 <entry>6.0</entry>
1673 <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>
1674 <entry>MIT</entry>
1675</row>
1676<row>
1677 <entry>neard</entry>
1678 <entry>0.15</entry>
1679 <entry>A daemon for the Linux Near Field Communication stack</entry>
1680 <entry>GPL-2.0</entry>
1681</row>
1682<row>
1683 <entry>neon</entry>
1684 <entry>0.30.1</entry>
1685 <entry>An HTTP and WebDAV client library with a C interface.</entry>
1686 <entry>LGPL-2.0</entry>
1687</row>
1688<row>
1689 <entry>netbase</entry>
1690 <entry>5.3</entry>
1691 <entry>This package provides the necessary infrastructure for basic TCP/IP based networking</entry>
1692 <entry>GPL-2.0</entry>
1693</row>
1694<row>
1695 <entry>nettle</entry>
1696 <entry>3.2</entry>
1697 <entry>A low level cryptographic library.</entry>
1698 <entry> LGPL-3.0, GPL-2.0</entry>
1699</row>
1700<row>
1701 <entry>nfs-utils</entry>
1702 <entry>1.3.3</entry>
1703 <entry>The nfs-utils package provides a daemon for the kernel NFS server and related tools.</entry>
1704 <entry> MIT, GPL-2.0, BSD</entry>
1705</row>
1706<row>
1707 <entry>ofono</entry>
1708 <entry>1.17</entry>
1709 <entry>oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers or with generic AT commands.</entry>
1710 <entry>GPL-2.0</entry>
1711</row>
1712<row>
1713 <entry>openjade</entry>
1714 <entry>1.3.2</entry>
1715 <entry>OpenJade is a suite of tools for validating processing and applying DSSSL (Document Style Semantics and Specification Language) stylesheets to SGML and XML documents.</entry>
1716 <entry>BSD</entry>
1717</row>
1718<row>
1719 <entry>opensp</entry>
1720 <entry>1.5.2</entry>
1721 <entry>An SGML parser used by the OpenJade suite of utilities.</entry>
1722 <entry>BSD</entry>
1723</row>
1724<row>
1725 <entry>openssh</entry>
1726 <entry>7.1p2</entry>
1727 <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>
1728 <entry>BSD</entry>
1729</row>
1730<row>
1731 <entry>openssl</entry>
1732 <entry>1.0.1i</entry>
1733 <entry>Secure Socket Layer (SSL) binary and related cryptographic tools.</entry>
1734 <entry>OpenSSL</entry>
1735</row>
1736<row>
1737 <entry>openssl</entry>
1738 <entry>1.0.2g</entry>
1739 <entry>Secure Socket Layer (SSL) binary and related cryptographic tools.</entry>
1740 <entry>OpenSSL</entry>
1741</row>
1742<row>
1743 <entry>opkg-utils</entry>
1744 <entry>0.1.8</entry>
1745 <entry>Additional utilities for the opkg package manager.</entry>
1746 <entry>GPL-2.0</entry>
1747</row>
1748<row>
1749 <entry>opkg</entry>
1750 <entry>0.3.1</entry>
1751 <entry>Open Package Manager.</entry>
1752 <entry>GPL-2.0</entry>
1753</row>
1754<row>
1755 <entry>orc</entry>
1756 <entry>0.4.24</entry>
1757 <entry>Optimised Inner Loop Runtime Compiler.</entry>
1758 <entry> BSD-2-Clause, BSD-3-Clause</entry>
1759</row>
1760<row>
1761 <entry>ossp-uuid</entry>
1762 <entry>1.6.2</entry>
1763 <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>
1764 <entry>MIT</entry>
1765</row>
1766<row>
1767 <entry>packagegroup-base</entry>
1768 <entry>1.0</entry>
1769 <entry>Merge machine and distro options to create a basic machine task/package.</entry>
1770 <entry>MIT</entry>
1771</row>
1772<row>
1773 <entry>packagegroup-core-boot</entry>
1774 <entry>1.0</entry>
1775 <entry>The minimal set of packages required to boot the system</entry>
1776 <entry>MIT</entry>
1777</row>
1778<row>
1779 <entry>packagegroup-core-buildessential</entry>
1780 <entry>1.0</entry>
1781 <entry>Essential build dependencies.</entry>
1782 <entry>MIT</entry>
1783</row>
1784<row>
1785 <entry>packagegroup-core-eclipse-debug</entry>
1786 <entry>1.0</entry>
1787 <entry>Remote debugging tools for Eclipse integration.</entry>
1788 <entry>MIT</entry>
1789</row>
1790<row>
1791 <entry>packagegroup-core-nfs</entry>
1792 <entry>1.0</entry>
1793 <entry>NFS package groups.</entry>
1794 <entry>MIT</entry>
1795</row>
1796<row>
1797 <entry>packagegroup-core-sdk</entry>
1798 <entry>1.0</entry>
1799 <entry>Software development tools.</entry>
1800 <entry>MIT</entry>
1801</row>
1802<row>
1803 <entry>packagegroup-core-ssh-dropbear</entry>
1804 <entry>1.0</entry>
1805 <entry>Dropbear SSH client/server.</entry>
1806 <entry>MIT</entry>
1807</row>
1808<row>
1809 <entry>packagegroup-core-ssh-openssh</entry>
1810 <entry>1.0</entry>
1811 <entry>OpenSSH SSH client/server.</entry>
1812 <entry>MIT</entry>
1813</row>
1814<row>
1815 <entry>packagegroup-core-standalone-sdk-target</entry>
1816 <entry>1.0</entry>
1817 <entry>Target packages for the standalone SDK.</entry>
1818 <entry>MIT</entry>
1819</row>
1820<row>
1821 <entry>packagegroup-core-tools-debug</entry>
1822 <entry>1.0</entry>
1823 <entry>Debugging tools.</entry>
1824 <entry>MIT</entry>
1825</row>
1826<row>
1827 <entry>packagegroup-core-tools-profile</entry>
1828 <entry>1.0</entry>
1829 <entry>Profiling tools.</entry>
1830 <entry>MIT</entry>
1831</row>
1832<row>
1833 <entry>packagegroup-core-tools-testapps</entry>
1834 <entry>1.0</entry>
1835 <entry>Testing tools/applications.</entry>
1836 <entry>MIT</entry>
1837</row>
1838<row>
1839 <entry>packagegroup-core-x11-base</entry>
1840 <entry>1.0</entry>
1841 <entry>Packages required to set up a basic working X11 session</entry>
1842 <entry>MIT</entry>
1843</row>
1844<row>
1845 <entry>packagegroup-core-x11-xserver</entry>
1846 <entry>1.0</entry>
1847 <entry>X11 display server.</entry>
1848 <entry>MIT</entry>
1849</row>
1850<row>
1851 <entry>packagegroup-core-x11</entry>
1852 <entry>1.0</entry>
1853 <entry>X11 display server and basic utilities.</entry>
1854 <entry>MIT</entry>
1855</row>
1856<row>
1857 <entry>packagegroup-enea-networking-isolcpu</entry>
1858 <entry>1.0</entry>
1859 <entry>This package group includes packages required by cpu isolation</entry>
1860 <entry>MIT</entry>
1861</row>
1862<row>
1863 <entry>packagegroup-enea-networking-usdpaa</entry>
1864 <entry>1.0</entry>
1865 <entry>This package group includes userspace packages required by USDPAA.</entry>
1866 <entry>MIT</entry>
1867</row>
1868<row>
1869 <entry>packagegroup-enea-networking</entry>
1870 <entry>1.0</entry>
1871 <entry>This package group includes packages and packagegroups required for the Enea Linux Networking Profile.</entry>
1872 <entry>MIT</entry>
1873</row>
1874<row>
1875 <entry>packagegroup-enea-rt-tools</entry>
1876 <entry>1.0</entry>
1877 <entry>Enea RT-tools package group</entry>
1878 <entry>MIT</entry>
1879</row>
1880<row>
1881 <entry>pango</entry>
1882 <entry>1.38.1</entry>
1883 <entry>Pango is a library for laying out and rendering of text with an emphasis on internationalization. Pango can be used anywhere that text layout is needed though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x.</entry>
1884 <entry>LGPL-2.0</entry>
1885</row>
1886<row>
1887 <entry>partrt</entry>
1888 <entry>1.1</entry>
1889 <entry>partrt is a tool for dividing a SMP Linux system into a real time domain and a non-real time domain.</entry>
1890 <entry>BSD</entry>
1891</row>
1892<row>
1893 <entry>patch</entry>
1894 <entry>2.7.5</entry>
1895 <entry>patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files producing patched versions.</entry>
1896 <entry>GPL-3.0</entry>
1897</row>
1898<row>
1899 <entry>pciutils</entry>
1900 <entry>3.4.1</entry>
1901 <entry>The PCI Utilities package contains a library for portable access to PCI bus configuration space and several utilities based on this library.</entry>
1902 <entry>GPL-2.0</entry>
1903</row>
1904<row>
1905 <entry>perf</entry>
1906 <entry>1.0</entry>
1907 <entry>Performance counters for Linux are a new kernel-based subsystem that provide a framework for all things performance analysis. It covers hardware level (CPU/PMU Performance Monitoring Unit) features and software features (software counters tracepoints) as well.</entry>
1908 <entry>GPL-2.0</entry>
1909</row>
1910<row>
1911 <entry>perl</entry>
1912 <entry>5.22.1</entry>
1913 <entry>Perl scripting language.</entry>
1914 <entry> Artistic-1.0, GPL-1.0</entry>
1915</row>
1916<row>
1917 <entry>piglit</entry>
1918 <entry>1.0</entry>
1919 <entry>OpenGL driver testing framework.</entry>
1920 <entry> MIT, LGPL-2.0, GPL-3.0, GPL-2.0, BSD-3-Clause</entry>
1921</row>
1922<row>
1923 <entry>pigz</entry>
1924 <entry>2.3.3</entry>
1925 <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>
1926 <entry> Zlib, Apache-2.0</entry>
1927</row>
1928<row>
1929 <entry>pixman</entry>
1930 <entry>0.32.8</entry>
1931 <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>
1932 <entry> MIT, PD</entry>
1933</row>
1934<row>
1935 <entry>pkgconfig</entry>
1936 <entry>0.29</entry>
1937 <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>
1938 <entry>GPL-2.0</entry>
1939</row>
1940<row>
1941 <entry>pointercal-xinput</entry>
1942 <entry>0.0</entry>
1943 <entry>Touchscreen calibration data from xinput-calibrator.</entry>
1944 <entry>MIT</entry>
1945</row>
1946<row>
1947 <entry>pointercal</entry>
1948 <entry>0.0</entry>
1949 <entry>Touchscreen calibration data.</entry>
1950 <entry>MIT</entry>
1951</row>
1952<row>
1953 <entry>popt</entry>
1954 <entry>1.16</entry>
1955 <entry>Library for parsing command line options.</entry>
1956 <entry>MIT</entry>
1957</row>
1958<row>
1959 <entry>powertop</entry>
1960 <entry>2.8</entry>
1961 <entry>Linux tool to diagnose issues with power consumption and power management.</entry>
1962 <entry>GPL-2.0</entry>
1963</row>
1964<row>
1965 <entry>ppp</entry>
1966 <entry>2.4.7</entry>
1967 <entry>ppp (Paul's PPP Package) is an open source package which implements the Point-to-Point Protocol (PPP) on Linux and Solaris systems.</entry>
1968 <entry> BSD, GPL-2.0, LGPL-2.0, PD</entry>
1969</row>
1970<row>
1971 <entry>pramfs-init</entry>
1972 <entry>1.0</entry>
1973 <entry>Pramfs init scripts</entry>
1974 <entry>BSD</entry>
1975</row>
1976<row>
1977 <entry>prelink</entry>
1978 <entry>1.0</entry>
1979 <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>
1980 <entry>GPL-2.0</entry>
1981</row>
1982<row>
1983 <entry>presentproto</entry>
1984 <entry>1.0</entry>
1985 <entry>The Present extension provides a way for applications to update their window contents from a pixmap in a well defined fashion synchronizing with the display refresh and potentially using a more efficient mechanism than copying the contents of the source pixmap. </entry>
1986 <entry>GPL-2.0</entry>
1987</row>
1988<row>
1989 <entry>procps</entry>
1990 <entry>3.3.11</entry>
1991 <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>
1992 <entry> GPL-2.0, LGPL-2.0</entry>
1993</row>
1994<row>
1995 <entry>pseudo</entry>
1996 <entry>1.7.5</entry>
1997 <entry>Pseudo gives fake root capabilities to a normal user.</entry>
1998 <entry>LGPL-2.1</entry>
1999</row>
2000<row>
2001 <entry>psmisc</entry>
2002 <entry>22.21</entry>
2003 <entry>The psmisc package contains utilities for managing processes on your system: pstree killall and fuser. The pstree command displays a tree structure of all of the running processes on your system. The killall command sends a specified signal (SIGTERM if nothing is specified) to processes identified by name. The fuser command identifies the PIDs of processes that are using specified files or filesystems.</entry>
2004 <entry>GPL-2.0</entry>
2005</row>
2006<row>
2007 <entry>psplash</entry>
2008 <entry>0.1</entry>
2009 <entry>PSplash is a userspace graphical boot splash screen for mainly embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has few dependencies (just libc) supports basic images and text and handles rotation. Its visual look is configurable by basic source changes. Also included is a 'client' command utility for sending information to psplash such as boot progress information.</entry>
2010 <entry>GPL-2.0</entry>
2011</row>
2012<row>
2013 <entry>ptest-runner</entry>
2014 <entry>2.0</entry>
2015 <entry>The ptest-runner2 package installs a ptest-runner program which loops through all installed ptest test suites and runs them in sequence.</entry>
2016 <entry>GPL-2.0</entry>
2017</row>
2018<row>
2019 <entry>pulseaudio</entry>
2020 <entry>8.0</entry>
2021 <entry>Sound server for Linux and Unix-like operating systems.</entry>
2022 <entry> GPL-2.0, LGPL-2.1</entry>
2023</row>
2024<row>
2025 <entry>python-dbus</entry>
2026 <entry>1.2.0</entry>
2027 <entry>Python bindings for the DBus inter-process communication system.</entry>
2028 <entry>MIT</entry>
2029</row>
2030<row>
2031 <entry>python-mako</entry>
2032 <entry>1.0.3</entry>
2033 <entry>Templating library for Python.</entry>
2034 <entry>MIT</entry>
2035</row>
2036<row>
2037 <entry>python-numpy</entry>
2038 <entry>1.10.4</entry>
2039 <entry>A sophisticated Numeric Processing Package for Python.</entry>
2040 <entry>Python-2.0</entry>
2041</row>
2042<row>
2043 <entry>python-pygobject</entry>
2044 <entry>3.18.2</entry>
2045 <entry>Python GObject bindings.</entry>
2046 <entry>LGPL-2.1</entry>
2047</row>
2048<row>
2049 <entry>python-pyrex</entry>
2050 <entry>0.9.9</entry>
2051 <entry>Pyrex 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>
2052 <entry>Apache-2.0</entry>
2053</row>
2054<row>
2055 <entry>python-scons</entry>
2056 <entry>2.4.1</entry>
2057 <entry>Software Construction tool (make/autotools replacement).</entry>
2058 <entry>MIT</entry>
2059</row>
2060<row>
2061 <entry>python-setuptools</entry>
2062 <entry>19.4</entry>
2063 <entry>Download build install upgrade and uninstall Python packages.</entry>
2064 <entry> Python-2.0</entry>
2065</row>
2066<row>
2067 <entry>python-smartpm</entry>
2068 <entry>1.5</entry>
2069 <entry>The Smart Package Manager project has the ambitious objective of creating smart and portable algorithms for solving adequately the problem of managing software upgrades and installation.</entry>
2070 <entry>GPL-2.0</entry>
2071</row>
2072<row>
2073 <entry>python</entry>
2074 <entry>2.7.11</entry>
2075 <entry>The Python Programming Language.</entry>
2076 <entry>Python-2.0</entry>
2077</row>
2078<row>
2079 <entry>qemu</entry>
2080 <entry>2.5.0</entry>
2081 <entry>Fast open source processor emulator.</entry>
2082 <entry> GPL-2.0, LGPL-2.1</entry>
2083</row>
2084<row>
2085 <entry>qemuwrapper</entry>
2086 <entry>1.0</entry>
2087 <entry>QEMU wrapper script.</entry>
2088 <entry>MIT</entry>
2089</row>
2090<row>
2091 <entry>quilt</entry>
2092 <entry>0.64</entry>
2093 <entry>Tool for working with series of patches.</entry>
2094 <entry>GPL-2.0</entry>
2095</row>
2096<row>
2097 <entry>quota</entry>
2098 <entry>4.03</entry>
2099 <entry>Tools for monitoring &amp; limiting user disk usage per filesystem.</entry>
2100 <entry> BSD, GPL-2.0, LGPL-2.1</entry>
2101</row>
2102<row>
2103 <entry>randrproto</entry>
2104 <entry>1.5.0</entry>
2105 <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>
2106 <entry>MIT</entry>
2107</row>
2108<row>
2109 <entry>rcw</entry>
2110 <entry>git</entry>
2111 <entry>Reset Configuration Word - hardware boot-time parameters for the QorIQ targets</entry>
2112 <entry>BSD</entry>
2113</row>
2114<row>
2115 <entry>readline</entry>
2116 <entry>6.3</entry>
2117 <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>
2118 <entry>GPL-3.0</entry>
2119</row>
2120<row>
2121 <entry>recordproto</entry>
2122 <entry>1.14.2</entry>
2123 <entry>This package provides the wire protocol for the X Record extension. This extension is used to record and play back event sequences.</entry>
2124 <entry>MIT</entry>
2125</row>
2126<row>
2127 <entry>renderproto</entry>
2128 <entry>0.11.1</entry>
2129 <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>
2130 <entry>MIT</entry>
2131</row>
2132<row>
2133 <entry>resourceproto</entry>
2134 <entry>1.2.0</entry>
2135 <entry>This package provides the wire protocol for the X Resource extension. XRes provides an interface that allows X clients to see and monitor X resource usage of various clients.</entry>
2136 <entry>MIT</entry>
2137</row>
2138<row>
2139 <entry>rgb</entry>
2140 <entry>1.0.6</entry>
2141 <entry>This package includes both the list mapping X color names to RGB values (rgb.txt) and if configured to use a database for color lookup the rgb program to convert the text file into the binary database format.</entry>
2142 <entry>MIT</entry>
2143</row>
2144<row>
2145 <entry>rpcbind</entry>
2146 <entry>0.2.3</entry>
2147 <entry>The rpcbind utility is a server that converts RPC program numbers into universal addresses.</entry>
2148 <entry>BSD</entry>
2149</row>
2150<row>
2151 <entry>rpm</entry>
2152 <entry>5.4.16</entry>
2153 <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>
2154 <entry> LGPL-2.1, Apache-2.0</entry>
2155</row>
2156<row>
2157 <entry>rpmresolve</entry>
2158 <entry>1.0</entry>
2159 <entry>OpenEmbedded RPM resolver - performs RPM database lookups in batches to avoid repeated invocations of rpm on the command line.</entry>
2160 <entry>GPL-2.0</entry>
2161</row>
2162<row>
2163 <entry>rsync</entry>
2164 <entry>3.1.2</entry>
2165 <entry>File synchronization tool.</entry>
2166 <entry>GPL-3.0</entry>
2167</row>
2168<row>
2169 <entry>run-postinsts</entry>
2170 <entry>1.0</entry>
2171 <entry>Runs postinstall scripts on first boot of the target device.</entry>
2172 <entry>MIT</entry>
2173</row>
2174<row>
2175 <entry>sbc</entry>
2176 <entry>1.3</entry>
2177 <entry>Bluetooth low-complexity subband codec (SBC) library.</entry>
2178 <entry>GPL-2.0</entry>
2179</row>
2180<row>
2181 <entry>scrnsaverproto</entry>
2182 <entry>1.2.2</entry>
2183 <entry>"This package provides the wire protocol for the X Screen Saver extension. This extension allows an external \""screen saver\"" client to detect when the alternative image is to be displayed and to provide the graphics."</entry>
2184 <entry>MIT</entry>
2185</row>
2186<row>
2187 <entry>sed</entry>
2188 <entry>4.2.2</entry>
2189 <entry>Stream EDitor (text filtering utility).</entry>
2190 <entry>GPL-3.0</entry>
2191</row>
2192<row>
2193 <entry>serf</entry>
2194 <entry>1.3.8</entry>
2195 <entry>High-Performance Asynchronous HTTP Client Library.</entry>
2196 <entry>Apache-2.0</entry>
2197</row>
2198<row>
2199 <entry>setserial</entry>
2200 <entry>2.17</entry>
2201 <entry>setserial is a program designed to set and/or report the configuration information associated with a serial port</entry>
2202 <entry>GPL-2.0</entry>
2203</row>
2204<row>
2205 <entry>sgml-common</entry>
2206 <entry>0.6.3</entry>
2207 <entry>The sgml-common package gathers very basic stuff necessary to work with SGML and XML such as xml.dcl a SGML declaration of XML; iso-entities a list of the basic SGML ISO entities; and install-catalog a script used to add entries to (or remove entries from) centralized catalogs whose entries are pointers to SGML open catalogs as defined by OASIS.</entry>
2208 <entry>GPL-2.0</entry>
2209</row>
2210<row>
2211 <entry>sgmlspl</entry>
2212 <entry>1.1</entry>
2213 <entry>A simple post-processor for SGMLS and NSGMLS.</entry>
2214 <entry>GPL-2.0</entry>
2215</row>
2216<row>
2217 <entry>shadow-securetty</entry>
2218 <entry>4.2.1</entry>
2219 <entry>Provider of the machine specific securetty file.</entry>
2220 <entry>MIT</entry>
2221</row>
2222<row>
2223 <entry>shadow-sysroot</entry>
2224 <entry>4.2.1</entry>
2225 <entry>Shadow utils requirements for useradd.bbclass.</entry>
2226 <entry> BSD, Artistic-1.0</entry>
2227</row>
2228<row>
2229 <entry>shadow</entry>
2230 <entry>4.2.1</entry>
2231 <entry>Tools to change and administer password and group data.</entry>
2232 <entry> BSD, Artistic-1.0</entry>
2233</row>
2234<row>
2235 <entry>shared-mime-info</entry>
2236 <entry>1.6</entry>
2237 <entry>Shared MIME type database and specification.</entry>
2238 <entry>LGPL-2.0</entry>
2239</row>
2240<row>
2241 <entry>slang</entry>
2242 <entry>2.2.4</entry>
2243 <entry>S-Lang is an interpreted language and a programming library. The S-Lang language was designed so that it can be easily embedded into a program to provide the program with a powerful extension language. The S-Lang library provided in this package provides the S-Lang extension language. S-Lang's syntax resembles C which makes it easy to recode S-Lang procedures in C if you need to.</entry>
2244 <entry>GPL-2.0</entry>
2245</row>
2246<row>
2247 <entry>speex</entry>
2248 <entry>1.2rc2</entry>
2249 <entry>Speex is an Open Source/Free Software patent-free audio compression format designed for speech.</entry>
2250 <entry>BSD</entry>
2251</row>
2252<row>
2253 <entry>speexdsp</entry>
2254 <entry>1.2rc3</entry>
2255 <entry>SpeexDSP is a patent-free Open Source/Free Software DSP library.</entry>
2256 <entry>BSD</entry>
2257</row>
2258<row>
2259 <entry>sqlite3</entry>
2260 <entry>3.11.0</entry>
2261 <entry>Embeddable SQL database engine.</entry>
2262 <entry>PD</entry>
2263</row>
2264<row>
2265 <entry>startup-notification</entry>
2266 <entry>0.12</entry>
2267 <entry>Enables monitoring and display of application startup.</entry>
2268 <entry>LGPL-2.0</entry>
2269</row>
2270<row>
2271 <entry>stat</entry>
2272 <entry>3.3</entry>
2273 <entry>Displays all information about a file that the stat() call provides and all information about a filesystem that statfs() provides.</entry>
2274 <entry>GPL-2.0</entry>
2275</row>
2276<row>
2277 <entry>strace</entry>
2278 <entry>4.11</entry>
2279 <entry>System call tracing tool.</entry>
2280 <entry>BSD</entry>
2281</row>
2282<row>
2283 <entry>subversion</entry>
2284 <entry>1.9.3</entry>
2285 <entry>Subversion (svn) version control system client.</entry>
2286 <entry>Apache-2.0</entry>
2287</row>
2288<row>
2289 <entry>sudo</entry>
2290 <entry>1.8.15</entry>
2291 <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>
2292 <entry> ISC, BSD, Zlib</entry>
2293</row>
2294<row>
2295 <entry>sysfsutils</entry>
2296 <entry>2.1.0</entry>
2297 <entry>Tools for working with the sysfs virtual filesystem. The tool 'systool' can query devices by bus class and topology.</entry>
2298 <entry> GPL-2.0, LGPL-2.1</entry>
2299</row>
2300<row>
2301 <entry>sysprof</entry>
2302 <entry>1.2.0</entry>
2303 <entry>System-wide Performance Profiler for Linux.</entry>
2304 <entry>GPL-2.0</entry>
2305</row>
2306<row>
2307 <entry>systemtap</entry>
2308 <entry>2.9</entry>
2309 <entry>Script-directed dynamic tracing and performance analysis tool for Linux.</entry>
2310 <entry>GPL-2.0</entry>
2311</row>
2312<row>
2313 <entry>sysvinit-inittab</entry>
2314 <entry>2.88dsf</entry>
2315 <entry>Inittab configuration for SysVinit.</entry>
2316 <entry>GPL-2.0</entry>
2317</row>
2318<row>
2319 <entry>sysvinit</entry>
2320 <entry>2.88dsf</entry>
2321 <entry>This package is required to boot in most configurations. It provides the /sbin/init program. This is the first process started on boot and the last process terminated before the system halts.</entry>
2322 <entry>GPL-2.0</entry>
2323</row>
2324<row>
2325 <entry>taglib</entry>
2326 <entry>1.9.1</entry>
2327 <entry>Library for reading and editing the meta-data of popular audio formats.</entry>
2328 <entry> LGPL-2.1, MPL-1.0</entry>
2329</row>
2330<row>
2331 <entry>tar</entry>
2332 <entry>1.28</entry>
2333 <entry>GNU tar saves many files together into a single tape or disk archive and can restore individual files from the archive.</entry>
2334 <entry>GPL-3.0</entry>
2335</row>
2336<row>
2337 <entry>tcf-agent</entry>
2338 <entry>1.3.0</entry>
2339 <entry>Target Communication Framework for the Eclipse IDE.</entry>
2340 <entry> EPL-1.0, EDL-1.0</entry>
2341</row>
2342<row>
2343 <entry>tcl</entry>
2344 <entry>8.6.4</entry>
2345 <entry>Tool Command Language.</entry>
2346 <entry> tcl, BSD-3-Clause</entry>
2347</row>
2348<row>
2349 <entry>tclap</entry>
2350 <entry>1.2.1</entry>
2351 <entry>Templatized C++ Command Line Parser.</entry>
2352 <entry>MIT</entry>
2353</row>
2354<row>
2355 <entry>tcp-wrappers</entry>
2356 <entry>7.6</entry>
2357 <entry>Tools for monitoring and filtering incoming requests for tcp services.</entry>
2358 <entry>BSD</entry>
2359</row>
2360<row>
2361 <entry>texinfo-dummy</entry>
2362 <entry>1.0</entry>
2363 <entry>Fake version of the texinfo utility suite.</entry>
2364 <entry>MIT</entry>
2365</row>
2366<row>
2367 <entry>tipcutils</entry>
2368 <entry>2.0.6</entry>
2369 <entry>Transparent Inter-Process Communication protocol.</entry>
2370 <entry>BSD-3-Clause</entry>
2371</row>
2372<row>
2373 <entry>trace-cmd</entry>
2374 <entry>2.6</entry>
2375 <entry>User interface to Ftrace.</entry>
2376 <entry> GPL-2.0, LGPL-2.1</entry>
2377</row>
2378<row>
2379 <entry>tremor</entry>
2380 <entry>20150107</entry>
2381 <entry>tremor is a fixed point implementation of the vorbis codec.</entry>
2382 <entry>BSD</entry>
2383</row>
2384<row>
2385 <entry>tslib</entry>
2386 <entry>1.1</entry>
2387 <entry>Tslib is an abstraction layer for touchscreen panel events as well as a filter stack for the manipulation of those events. Tslib is generally used on embedded devices to provide a common user space interface to touchscreen functionality.</entry>
2388 <entry>LGPL-2.0</entry>
2389</row>
2390<row>
2391 <entry>tzcode</entry>
2392 <entry>2016d</entry>
2393 <entry>tzcode timezone zoneinfo utils -- zic zdump tzselect.</entry>
2394 <entry> PD, BSD, BSD-3-Clause</entry>
2395</row>
2396<row>
2397 <entry>tzdata</entry>
2398 <entry>2016d</entry>
2399 <entry>Timezone data.</entry>
2400 <entry> PD, BSD, BSD-3-Clause</entry>
2401</row>
2402<row>
2403 <entry>u-boot-mkimage</entry>
2404 <entry>v2016.03</entry>
2405 <entry>U-Boot bootloader image creation tool.</entry>
2406 <entry>GPL-2.0</entry>
2407</row>
2408<row>
2409 <entry>u-boot-qoriq</entry>
2410 <entry>2015.01</entry>
2411 <entry>U-boot provided by Freescale with focus on QorIQ boards</entry>
2412 <entry> GPL-2.0, BSD-3-Clause, BSD-2-Clause, LGPL-2.1</entry>
2413</row>
2414<row>
2415 <entry>udev-extraconf</entry>
2416 <entry>1.1</entry>
2417 <entry>Extra machine specific configuration files for udev specifically blacklist information.</entry>
2418 <entry>MIT</entry>
2419</row>
2420<row>
2421 <entry>udev-rules-qoriq</entry>
2422 <entry>1.0</entry>
2423 <entry>udev rules for Freescale QorIQ SOCs</entry>
2424 <entry>MIT</entry>
2425</row>
2426<row>
2427 <entry>unifdef</entry>
2428 <entry>2.11</entry>
2429 <entry>Selectively remove #ifdef statements from sources.</entry>
2430 <entry>BSD-2-Clause</entry>
2431</row>
2432<row>
2433 <entry>unzip</entry>
2434 <entry>6.0</entry>
2435 <entry>Utilities for extracting and viewing files in .zip archives.</entry>
2436 <entry>BSD-3-Clause</entry>
2437</row>
2438<row>
2439 <entry>update-rc.d</entry>
2440 <entry>0.7</entry>
2441 <entry>update-rc.d is a utilities that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure.</entry>
2442 <entry>GPL-2.0</entry>
2443</row>
2444<row>
2445 <entry>usdpaa-apps</entry>
2446 <entry>git</entry>
2447 <entry>User-Space Data-Path Acceleration Architecture Demo Applications</entry>
2448 <entry> BSD, GPL-2.0</entry>
2449</row>
2450<row>
2451 <entry>usdpaa</entry>
2452 <entry>git</entry>
2453 <entry>User-Space Data-Path Acceleration Architecture Drivers</entry>
2454 <entry> BSD, GPL-2.0</entry>
2455</row>
2456<row>
2457 <entry>util-linux</entry>
2458 <entry>2.27.1</entry>
2459 <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>
2460 <entry> GPL-2.0, LGPL-2.1, BSD</entry>
2461</row>
2462<row>
2463 <entry>util-macros</entry>
2464 <entry>1.19.0</entry>
2465 <entry>M4 autotools macros used by various X.org programs.</entry>
2466 <entry> MIT</entry>
2467</row>
2468<row>
2469 <entry>valgrind</entry>
2470 <entry>3.11.0</entry>
2471 <entry>Valgrind memory debugger and instrumentation framework.</entry>
2472 <entry> GPL-2.0, BSD</entry>
2473</row>
2474<row>
2475 <entry>videoproto</entry>
2476 <entry>2.3.2</entry>
2477 <entry>This package provides the wire protocol for the X Video extension. This extension alows for accerlated drawing of videos.</entry>
2478 <entry> MIT</entry>
2479</row>
2480<row>
2481 <entry>vte</entry>
2482 <entry>0.28.2</entry>
2483 <entry>Virtual terminal emulator GTK+ widget library.</entry>
2484 <entry>LGPL-2.0</entry>
2485</row>
2486<row>
2487 <entry>waffle</entry>
2488 <entry>1.5.2</entry>
2489 <entry>cross-platform C library to defer selection of GL API and of window system.</entry>
2490 <entry>BSD-2-Clause</entry>
2491</row>
2492<row>
2493 <entry>wayland</entry>
2494 <entry>1.9.0</entry>
2495 <entry>Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices an X application or a wayland client itself. The clients can be traditional applications X servers (rootless or fullscreen) or other display servers.</entry>
2496 <entry>MIT</entry>
2497</row>
2498<row>
2499 <entry>wireless-tools</entry>
2500 <entry>30.pre9</entry>
2501 <entry>Tools for the Linux Standard Wireless Extension Subsystem.</entry>
2502 <entry> GPL-2.0, LGPL-2.1, MPL-1.1, BSD</entry>
2503</row>
2504<row>
2505 <entry>wpa-supplicant</entry>
2506 <entry>2.5</entry>
2507 <entry>Client for Wi-Fi Protected Access (WPA).</entry>
2508 <entry>BSD</entry>
2509</row>
2510<row>
2511 <entry>x11-common</entry>
2512 <entry>0.1</entry>
2513 <entry>Common X11 scripts and configuration files.</entry>
2514 <entry>GPL-2.0</entry>
2515</row>
2516<row>
2517 <entry>x11perf</entry>
2518 <entry>1.6.0</entry>
2519 <entry>The x11perf program runs one or more performance tests and reports how fast an X server can execute the tests.</entry>
2520 <entry>MIT</entry>
2521</row>
2522<row>
2523 <entry>xauth</entry>
2524 <entry>1.0.9</entry>
2525 <entry>X application to edit and display the authorization information used in connecting to the X server.</entry>
2526 <entry>MIT</entry>
2527</row>
2528<row>
2529 <entry>xcb-proto</entry>
2530 <entry>1.11</entry>
2531 <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>
2532 <entry>MIT</entry>
2533</row>
2534<row>
2535 <entry>xcb-util</entry>
2536 <entry>0.4.0</entry>
2537 <entry>The xcb-util module provides a number of libraries which sit on top of libxcb the core X protocol library and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.</entry>
2538 <entry>MIT</entry>
2539</row>
2540<row>
2541 <entry>xcmiscproto</entry>
2542 <entry>1.2.2</entry>
2543 <entry>This package provides the wire protocol for the XC-MISC extension which is used to get details of XID allocations within the server.</entry>
2544 <entry>MIT</entry>
2545</row>
2546<row>
2547 <entry>xdpyinfo</entry>
2548 <entry>1.3.2</entry>
2549 <entry>Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server the predefined values for various parameters used in communicating between clients and the server and the different types of screens and visuals that are available.</entry>
2550 <entry>MIT</entry>
2551</row>
2552<row>
2553 <entry>xextproto</entry>
2554 <entry>7.3.0</entry>
2555 <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>
2556 <entry> MIT</entry>
2557</row>
2558<row>
2559 <entry>xf86-input-evdev</entry>
2560 <entry>2.10.1</entry>
2561 <entry>evdev is an Xorg input driver for Linux's generic event devices. It therefore supports all input devices that the kernel knows about including most mice and keyboards. The evdev driver can serve as both a pointer and a keyboard input device and may be used as both the core keyboard and the core pointer. Multiple input devices are supported by multiple instances of this driver with one Load directive for evdev in the Module section of your xorg.conf for each input device that will use this driver. </entry>
2562 <entry>MIT</entry>
2563</row>
2564<row>
2565 <entry>xf86-video-fbdev</entry>
2566 <entry>0.4.4</entry>
2567 <entry>fbdev is an Xorg driver for framebuffer devices. This is a non-accelerated driver.</entry>
2568 <entry>MIT</entry>
2569</row>
2570<row>
2571 <entry>xf86dgaproto</entry>
2572 <entry>2.1</entry>
2573 <entry>This package provides the wire protocol for the XFree86 Direct Graphics Access extension. This extension allows direct graphics access to a framebuffer-like region as well as relative mouse reporting.</entry>
2574 <entry>MIT</entry>
2575</row>
2576<row>
2577 <entry>xf86driproto</entry>
2578 <entry>2.1.1</entry>
2579 <entry>This package provides the wire protocol for the XFree86 Direct Rendering Infrastructure extension. The XFree86-DRI extension is used to organize direct rendering support or 3D clients and help arbitrate requests.</entry>
2580 <entry>MIT</entry>
2581</row>
2582<row>
2583 <entry>xf86miscproto</entry>
2584 <entry>0.9.3</entry>
2585 <entry>This package provides the wire protocol for the XFree miscellaneous extension. The XFree86-Misc extension provides a means to access input device configuration settings specific to the XFree86/Xorg DDX.</entry>
2586 <entry>MIT</entry>
2587</row>
2588<row>
2589 <entry>xf86vidmodeproto</entry>
2590 <entry>2.3.1</entry>
2591 <entry>This package provides the wire protocol for the XFree86 video mode extension. This extension allows client applications to get and set video mode timings.</entry>
2592 <entry>MIT</entry>
2593</row>
2594<row>
2595 <entry>xhost</entry>
2596 <entry>1.0.7</entry>
2597 <entry>The xhost program is used to add and delete host names or user names to the list allowed to make connections to the X server. In the case of hosts this provides a rudimentary form of privacy control and security. Environments which require more sophisticated measures should implement the user-based mechanism or use the hooks in the protocol for passing other authentication data to the server.</entry>
2598 <entry>MIT</entry>
2599</row>
2600<row>
2601 <entry>xineramaproto</entry>
2602 <entry>1.2.1</entry>
2603 <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>
2604 <entry> MIT</entry>
2605</row>
2606<row>
2607 <entry>xinit</entry>
2608 <entry>1.3.4</entry>
2609 <entry>The xinit program is used to start the X Window System server and a first client program on systems that cannot start X directly from /etc/init or in environments that use multiple window systems. When this first client exits xinit will kill the X server and then terminate.</entry>
2610 <entry>MIT</entry>
2611</row>
2612<row>
2613 <entry>xinput-calibrator</entry>
2614 <entry>0.7.5</entry>
2615 <entry>Touchscreen calibration program for X11.</entry>
2616 <entry>MIT</entry>
2617</row>
2618<row>
2619 <entry>xinput</entry>
2620 <entry>1.6.2</entry>
2621 <entry>Xinput is an utility for configuring and testing XInput devices</entry>
2622 <entry>MIT</entry>
2623</row>
2624<row>
2625 <entry>xkbcomp</entry>
2626 <entry>1.3.1</entry>
2627 <entry>The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats. The most common use for xkbcomp is to create a compiled keymap file (.xkm extension) which can be read directly by XKB-capable X servers or utilities.</entry>
2628 <entry>MIT</entry>
2629</row>
2630<row>
2631 <entry>xkeyboard-config</entry>
2632 <entry>2.16</entry>
2633 <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>
2634 <entry> MIT</entry>
2635</row>
2636<row>
2637 <entry>xmodmap</entry>
2638 <entry>1.0.9</entry>
2639 <entry>The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms. It is usually run from the user's session startup script to configure the keyboard according to personal tastes.</entry>
2640 <entry>MIT</entry>
2641</row>
2642<row>
2643 <entry>xprop</entry>
2644 <entry>1.2.2</entry>
2645 <entry>The xprop utility is for displaying window and font properties in an X server. One window or font is selected using the command line arguments or possibly in the case of a window by clicking on the desired window. A list of properties is then given possibly with formatting information.</entry>
2646 <entry>MIT</entry>
2647</row>
2648<row>
2649 <entry>xproto</entry>
2650 <entry>7.0.28</entry>
2651 <entry>This package provides the basic headers for the X Window System.</entry>
2652 <entry> MIT</entry>
2653</row>
2654<row>
2655 <entry>xrandr</entry>
2656 <entry>1.4.3</entry>
2657 <entry>Xrandr is used to set the size orientation and/or reflection of the outputs for a screen. It can also set the screen size.</entry>
2658 <entry>MIT</entry>
2659</row>
2660<row>
2661 <entry>xrestop</entry>
2662 <entry>0.4</entry>
2663 <entry>top-like statistics of X11 server resource usage by clients</entry>
2664 <entry>GPL-2.0</entry>
2665</row>
2666<row>
2667 <entry>xserver-common</entry>
2668 <entry>1.34</entry>
2669 <entry>Common X11 scripts and support files.</entry>
2670 <entry>GPL-2.0</entry>
2671</row>
2672<row>
2673 <entry>xserver-nodm-init</entry>
2674 <entry>2.0</entry>
2675 <entry>Simple Xserver Init Script (no dm).</entry>
2676 <entry>GPL-2.0</entry>
2677</row>
2678<row>
2679 <entry>xserver-xf86-config</entry>
2680 <entry>0.1</entry>
2681 <entry>X.Org X server configuration file.</entry>
2682 <entry>MIT</entry>
2683</row>
2684<row>
2685 <entry>xserver-xorg</entry>
2686 <entry>1.18.0</entry>
2687 <entry>The X.Org X server.</entry>
2688 <entry>MIT</entry>
2689</row>
2690<row>
2691 <entry>xset</entry>
2692 <entry>1.2.3</entry>
2693 <entry>xset is a utility that is used to set various user preference options of the display.</entry>
2694 <entry>MIT</entry>
2695</row>
2696<row>
2697 <entry>xtrans</entry>
2698 <entry>1.3.5</entry>
2699 <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>
2700 <entry> MIT</entry>
2701</row>
2702<row>
2703 <entry>xtscal</entry>
2704 <entry>0.6.3</entry>
2705 <entry>Basic touchscreen calibration utility</entry>
2706 <entry> GPL-2.0</entry>
2707</row>
2708<row>
2709 <entry>xvideo-tests</entry>
2710 <entry>0.1</entry>
2711 <entry>Simple XVideo test application.</entry>
2712 <entry>GPL-2.0</entry>
2713</row>
2714<row>
2715 <entry>xwininfo</entry>
2716 <entry>1.1.3</entry>
2717 <entry>Xwininfo is a utility for displaying information about windows. Information may include window position size color depth and a number of other items.</entry>
2718 <entry>MIT</entry>
2719</row>
2720<row>
2721 <entry>xz</entry>
2722 <entry>5.2.2</entry>
2723 <entry>Utilities for managing LZMA compressed files.</entry>
2724 <entry> GPL-2.0, LGPL-2.1, PD</entry>
2725</row>
2726<row>
2727 <entry>zip</entry>
2728 <entry>3.0</entry>
2729 <entry>Compressor/archiver for creating and modifying .zip files.</entry>
2730 <entry>BSD-3-Clause</entry>
2731</row>
2732<row>
2733 <entry>zlib</entry>
2734 <entry>1.2.8</entry>
2735 <entry>Zlib is a general-purpose patent-free lossless data compression library which is used by many different programs.</entry>
2736 <entry>Zlib</entry>
2737</row>
2738 </tbody>
2739 </tgroup>
2740 </informaltable>
2741 </section>
2742 <section id="open_source_license">
2743 <title>Open Source Licenses</title>
2744<section id="lic_0">
2745<title>AFL-2.0</title>
2746<para><programlisting>
2747
2748The Academic Free License
2749 v. 2.0
2750
2751This Academic Free License (the "License") applies to any original work of authorship
2752(the "Original Work") whose owner (the "Licensor") has placed the following notice
2753immediately following the copyright notice for the Original Work:
2754Licensed under the Academic Free License version 2.0
2755
27561) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free,
2757non-exclusive, perpetual, sublicenseable license to do the following:
2758a) to reproduce the Original Work in copies;
2759
2760b) to prepare derivative works ("Derivative Works") based upon the Original Work;
2761
2762c) to distribute copies of the Original Work and Derivative Works to the public;
2763
2764d) to perform the Original Work publicly; and
2765
2766e) to display the Original Work publicly.
2767
27682) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free,
2769non-exclusive, perpetual, sublicenseable license, under patent claims owned or
2770controlled by the Licensor that are embodied in the Original Work as furnished by the
2771Licensor, to make, use, sell and offer for sale the Original Work and Derivative
2772Works.
2773
27743) Grant of Source Code License. The term "Source Code" means the preferred form of
2775the Original Work for making modifications to it and all available documentation
2776describing how to modify the Original Work. Licensor hereby agrees to provide a
2777machine-readable copy of the Source Code of the Original Work along with each copy of
2778the Original Work that Licensor distributes. Licensor reserves the right to satisfy
2779this obligation by placing a machine-readable copy of the Source Code in an
2780information repository reasonably calculated to permit inexpensive and convenient
2781access by You for as long as Licensor continues to distribute the Original Work, and
2782by publishing the address of that information repository in a notice immediately
2783following the copyright notice that applies to the Original Work.
2784
27854) Exclusions From License Grant. Neither the names of Licensor, nor the names of any
2786contributors to the Original Work, nor any of their trademarks or service marks, may
2787be used to endorse or promote products derived from this Original Work without express
2788prior written permission of the Licensor. Nothing in this License shall be deemed to
2789grant any rights to trademarks, copyrights, patents, trade secrets or any other
2790intellectual property of Licensor except as expressly stated herein. No patent
2791license is granted to make, use, sell or offer to sell embodiments of any patent
2792claims other than the licensed claims defined in Section 2. No right is granted to
2793the trademarks of Licensor even if such marks are included in the Original Work.
2794Nothing in this License shall be interpreted to prohibit Licensor from licensing under
2795different terms from this License any Original Work that Licensor otherwise would have
2796a right to license.
2797
27985) This section intentionally omitted.
2799
28006) Attribution Rights. You must retain, in the Source Code of any Derivative Works
2801that You create, all copyright, patent or trademark notices from the Source Code of
2802the Original Work, as well as any notices of licensing and any descriptive text
2803identified therein as an "Attribution Notice." You must cause the Source Code for any
2804Derivative Works that You create to carry a prominent Attribution Notice reasonably
2805calculated to inform recipients that You have modified the Original Work.
2806
28077) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the
2808copyright in and to the Original Work and the patent rights granted herein by Licensor
2809are owned by the Licensor or are sublicensed to You under the terms of this License
2810with the permission of the contributor(s) of those copyrights and patent rights.
2811Except as expressly stated in the immediately proceeding sentence, the Original Work
2812is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either
2813express or implied, including, without limitation, the warranties of NON-INFRINGEMENT,
2814MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
2815QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an
2816essential part of this License. No license to Original Work is granted hereunder
2817except under this disclaimer.
2818
28198) Limitation of Liability. Under no circumstances and under no legal theory, whether
2820in tort (including negligence), contract, or otherwise, shall the Licensor be liable
2821to any person for any direct, indirect, special, incidental, or consequential damages
2822of any character arising as a result of this License or the use of the Original Work
2823including, without limitation, damages for loss of goodwill, work stoppage, computer
2824failure or malfunction, or any and all other commercial damages or losses. This
2825limitation of liability shall not apply to liability for death or personal injury
2826resulting from Licensor`s negligence to the extent applicable law prohibits such
2827limitation. Some jurisdictions do not allow the exclusion or limitation of incidental
2828or consequential damages, so this exclusion and limitation may not apply to You.
2829
28309) Acceptance and Termination. If You distribute copies of the Original Work or a
2831Derivative Work, You must make a reasonable effort under the circumstances to obtain
2832the express assent of recipients to the terms of this License. Nothing else but this
2833License (or another written agreement between Licensor and You) grants You permission
2834to create Derivative Works based upon the Original Work or to exercise any of the
2835rights granted in Section 1 herein, and any attempt to do so except under the terms of
2836this License (or another written agreement between Licensor and You) is expressly
2837prohibited by U.S. copyright law, the equivalent laws of other countries, and by
2838international treaty. Therefore, by exercising any of the rights granted to You in
2839Section 1 herein, You indicate Your acceptance of this License and all of its terms
2840and conditions.
2841
284210) Termination for Patent Action. This License shall terminate automatically and You
2843may no longer exercise any of the rights granted to You by this License as of the date
2844You commence an action, including a cross-claim or counterclaim, for patent
2845infringement (i) against Licensor with respect to a patent applicable to software or
2846(ii) against any entity with respect to a patent applicable to the Original Work (but
2847excluding combinations of the Original Work with other software or hardware).
2848
284911) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License
2850may be brought only in the courts of a jurisdiction wherein the Licensor resides or in
2851which Licensor conducts its primary business, and under the laws of that jurisdiction
2852excluding its conflict-of-law provisions. The application of the United Nations
2853Convention on Contracts for the International Sale of Goods is expressly excluded.
2854Any use of the Original Work outside the scope of this License or after its
2855termination shall be subject to the requirements and penalties of the U.S. Copyright
2856Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries, and
2857international treaty. This section shall survive the termination of this License.
2858
285912) Attorneys Fees. In any action to enforce the terms of this License or seeking
2860damages relating thereto, the prevailing party shall be entitled to recover its costs
2861and expenses, including, without limitation, reasonable attorneys` fees and costs
2862incurred in connection with such action, including any appeal of such action. This
2863section shall survive the termination of this License.
2864
286513) Miscellaneous. This License represents the complete agreement concerning the
2866subject matter hereof. If any provision of this License is held to be unenforceable,
2867such provision shall be reformed only to the extent necessary to make it enforceable.
2868
286914) Definition of "You" in This License. "You" throughout this License, whether in
2870upper or lower case, means an individual or a legal entity exercising rights under,
2871and complying with all of the terms of, this License. For legal entities, "You"
2872includes any entity that controls, is controlled by, or is under common control with
2873you. For purposes of this definition, "control" means (i) the power, direct or
2874indirect, to cause the direction or management of such entity, whether by contract or
2875otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares,
2876or (iii) beneficial ownership of such entity.
2877
287815) Right to Use. You may use the Original Work in all ways not otherwise restricted
2879or conditioned by this License or by law, and Licensor promises not to interfere with
2880or be responsible for such uses by You.
2881
2882This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved.
2883Permission is hereby granted to copy and distribute this license without modification.
2884This license may not be modified without the express written permission of its
2885copyright owner.
2886
2887</programlisting></para></section>
2888
2889<section id="lic_1">
2890<title>AGPL-3.0</title>
2891<para><programlisting>
2892 GNU AFFERO GENERAL PUBLIC LICENSE
2893 Version 3, 19 November 2007
2894
2895 Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
2896 Everyone is permitted to copy and distribute verbatim copies
2897 of this license document, but changing it is not allowed.
2898
2899 Preamble
2900
2901 The GNU Affero General Public License is a free, copyleft license for
2902software and other kinds of works, specifically designed to ensure
2903cooperation with the community in the case of network server software.
2904
2905 The licenses for most software and other practical works are designed
2906to take away your freedom to share and change the works. By contrast,
2907our General Public Licenses are intended to guarantee your freedom to
2908share and change all versions of a program--to make sure it remains free
2909software for all its users.
2910
2911 When we speak of free software, we are referring to freedom, not
2912price. Our General Public Licenses are designed to make sure that you
2913have the freedom to distribute copies of free software (and charge for
2914them if you wish), that you receive source code or can get it if you
2915want it, that you can change the software or use pieces of it in new
2916free programs, and that you know you can do these things.
2917
2918 Developers that use our General Public Licenses protect your rights
2919with two steps: (1) assert copyright on the software, and (2) offer
2920you this License which gives you legal permission to copy, distribute
2921and/or modify the software.
2922
2923 A secondary benefit of defending all users' freedom is that
2924improvements made in alternate versions of the program, if they
2925receive widespread use, become available for other developers to
2926incorporate. Many developers of free software are heartened and
2927encouraged by the resulting cooperation. However, in the case of
2928software used on network servers, this result may fail to come about.
2929The GNU General Public License permits making a modified version and
2930letting the public access it on a server without ever releasing its
2931source code to the public.
2932
2933 The GNU Affero General Public License is designed specifically to
2934ensure that, in such cases, the modified source code becomes available
2935to the community. It requires the operator of a network server to
2936provide the source code of the modified version running there to the
2937users of that server. Therefore, public use of a modified version, on
2938a publicly accessible server, gives the public access to the source
2939code of the modified version.
2940
2941 An older license, called the Affero General Public License and
2942published by Affero, was designed to accomplish similar goals. This is
2943a different license, not a version of the Affero GPL, but Affero has
2944released a new version of the Affero GPL which permits relicensing under
2945this license.
2946
2947 The precise terms and conditions for copying, distribution and
2948modification follow.
2949
2950 TERMS AND CONDITIONS
2951
2952 0. Definitions.
2953
2954 "This License" refers to version 3 of the GNU Affero General Public License.
2955
2956 "Copyright" also means copyright-like laws that apply to other kinds of
2957works, such as semiconductor masks.
2958
2959 "The Program" refers to any copyrightable work licensed under this
2960License. Each licensee is addressed as "you". "Licensees" and
2961"recipients" may be individuals or organizations.
2962
2963 To "modify" a work means to copy from or adapt all or part of the work
2964in a fashion requiring copyright permission, other than the making of an
2965exact copy. The resulting work is called a "modified version" of the
2966earlier work or a work "based on" the earlier work.
2967
2968 A "covered work" means either the unmodified Program or a work based
2969on the Program.
2970
2971 To "propagate" a work means to do anything with it that, without
2972permission, would make you directly or secondarily liable for
2973infringement under applicable copyright law, except executing it on a
2974computer or modifying a private copy. Propagation includes copying,
2975distribution (with or without modification), making available to the
2976public, and in some countries other activities as well.
2977
2978 To "convey" a work means any kind of propagation that enables other
2979parties to make or receive copies. Mere interaction with a user through
2980a computer network, with no transfer of a copy, is not conveying.
2981
2982 An interactive user interface displays "Appropriate Legal Notices"
2983to the extent that it includes a convenient and prominently visible
2984feature that (1) displays an appropriate copyright notice, and (2)
2985tells the user that there is no warranty for the work (except to the
2986extent that warranties are provided), that licensees may convey the
2987work under this License, and how to view a copy of this License. If
2988the interface presents a list of user commands or options, such as a
2989menu, a prominent item in the list meets this criterion.
2990
2991 1. Source Code.
2992
2993 The "source code" for a work means the preferred form of the work
2994for making modifications to it. "Object code" means any non-source
2995form of a work.
2996
2997 A "Standard Interface" means an interface that either is an official
2998standard defined by a recognized standards body, or, in the case of
2999interfaces specified for a particular programming language, one that
3000is widely used among developers working in that language.
3001
3002 The "System Libraries" of an executable work include anything, other
3003than the work as a whole, that (a) is included in the normal form of
3004packaging a Major Component, but which is not part of that Major
3005Component, and (b) serves only to enable use of the work with that
3006Major Component, or to implement a Standard Interface for which an
3007implementation is available to the public in source code form. A
3008"Major Component", in this context, means a major essential component
3009(kernel, window system, and so on) of the specific operating system
3010(if any) on which the executable work runs, or a compiler used to
3011produce the work, or an object code interpreter used to run it.
3012
3013 The "Corresponding Source" for a work in object code form means all
3014the source code needed to generate, install, and (for an executable
3015work) run the object code and to modify the work, including scripts to
3016control those activities. However, it does not include the work's
3017System Libraries, or general-purpose tools or generally available free
3018programs which are used unmodified in performing those activities but
3019which are not part of the work. For example, Corresponding Source
3020includes interface definition files associated with source files for
3021the work, and the source code for shared libraries and dynamically
3022linked subprograms that the work is specifically designed to require,
3023such as by intimate data communication or control flow between those
3024subprograms and other parts of the work.
3025
3026 The Corresponding Source need not include anything that users
3027can regenerate automatically from other parts of the Corresponding
3028Source.
3029
3030 The Corresponding Source for a work in source code form is that
3031same work.
3032
3033 2. Basic Permissions.
3034
3035 All rights granted under this License are granted for the term of
3036copyright on the Program, and are irrevocable provided the stated
3037conditions are met. This License explicitly affirms your unlimited
3038permission to run the unmodified Program. The output from running a
3039covered work is covered by this License only if the output, given its
3040content, constitutes a covered work. This License acknowledges your
3041rights of fair use or other equivalent, as provided by copyright law.
3042
3043 You may make, run and propagate covered works that you do not
3044convey, without conditions so long as your license otherwise remains
3045in force. You may convey covered works to others for the sole purpose
3046of having them make modifications exclusively for you, or provide you
3047with facilities for running those works, provided that you comply with
3048the terms of this License in conveying all material for which you do
3049not control copyright. Those thus making or running the covered works
3050for you must do so exclusively on your behalf, under your direction
3051and control, on terms that prohibit them from making any copies of
3052your copyrighted material outside their relationship with you.
3053
3054 Conveying under any other circumstances is permitted solely under
3055the conditions stated below. Sublicensing is not allowed; section 10
3056makes it unnecessary.
3057
3058 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
3059
3060 No covered work shall be deemed part of an effective technological
3061measure under any applicable law fulfilling obligations under article
306211 of the WIPO copyright treaty adopted on 20 December 1996, or
3063similar laws prohibiting or restricting circumvention of such
3064measures.
3065
3066 When you convey a covered work, you waive any legal power to forbid
3067circumvention of technological measures to the extent such circumvention
3068is effected by exercising rights under this License with respect to
3069the covered work, and you disclaim any intention to limit operation or
3070modification of the work as a means of enforcing, against the work's
3071users, your or third parties' legal rights to forbid circumvention of
3072technological measures.
3073
3074 4. Conveying Verbatim Copies.
3075
3076 You may convey verbatim copies of the Program's source code as you
3077receive it, in any medium, provided that you conspicuously and
3078appropriately publish on each copy an appropriate copyright notice;
3079keep intact all notices stating that this License and any
3080non-permissive terms added in accord with section 7 apply to the code;
3081keep intact all notices of the absence of any warranty; and give all
3082recipients a copy of this License along with the Program.
3083
3084 You may charge any price or no price for each copy that you convey,
3085and you may offer support or warranty protection for a fee.
3086
3087 5. Conveying Modified Source Versions.
3088
3089 You may convey a work based on the Program, or the modifications to
3090produce it from the Program, in the form of source code under the
3091terms of section 4, provided that you also meet all of these conditions:
3092
3093 a) The work must carry prominent notices stating that you modified
3094 it, and giving a relevant date.
3095
3096 b) The work must carry prominent notices stating that it is
3097 released under this License and any conditions added under section
3098 7. This requirement modifies the requirement in section 4 to
3099 "keep intact all notices".
3100
3101 c) You must license the entire work, as a whole, under this
3102 License to anyone who comes into possession of a copy. This
3103 License will therefore apply, along with any applicable section 7
3104 additional terms, to the whole of the work, and all its parts,
3105 regardless of how they are packaged. This License gives no
3106 permission to license the work in any other way, but it does not
3107 invalidate such permission if you have separately received it.
3108
3109 d) If the work has interactive user interfaces, each must display
3110 Appropriate Legal Notices; however, if the Program has interactive
3111 interfaces that do not display Appropriate Legal Notices, your
3112 work need not make them do so.
3113
3114 A compilation of a covered work with other separate and independent
3115works, which are not by their nature extensions of the covered work,
3116and which are not combined with it such as to form a larger program,
3117in or on a volume of a storage or distribution medium, is called an
3118"aggregate" if the compilation and its resulting copyright are not
3119used to limit the access or legal rights of the compilation's users
3120beyond what the individual works permit. Inclusion of a covered work
3121in an aggregate does not cause this License to apply to the other
3122parts of the aggregate.
3123
3124 6. Conveying Non-Source Forms.
3125
3126 You may convey a covered work in object code form under the terms
3127of sections 4 and 5, provided that you also convey the
3128machine-readable Corresponding Source under the terms of this License,
3129in one of these ways:
3130
3131 a) Convey the object code in, or embodied in, a physical product
3132 (including a physical distribution medium), accompanied by the
3133 Corresponding Source fixed on a durable physical medium
3134 customarily used for software interchange.
3135
3136 b) Convey the object code in, or embodied in, a physical product
3137 (including a physical distribution medium), accompanied by a
3138 written offer, valid for at least three years and valid for as
3139 long as you offer spare parts or customer support for that product
3140 model, to give anyone who possesses the object code either (1) a
3141 copy of the Corresponding Source for all the software in the
3142 product that is covered by this License, on a durable physical
3143 medium customarily used for software interchange, for a price no
3144 more than your reasonable cost of physically performing this
3145 conveying of source, or (2) access to copy the
3146 Corresponding Source from a network server at no charge.
3147
3148 c) Convey individual copies of the object code with a copy of the
3149 written offer to provide the Corresponding Source. This
3150 alternative is allowed only occasionally and noncommercially, and
3151 only if you received the object code with such an offer, in accord
3152 with subsection 6b.
3153
3154 d) Convey the object code by offering access from a designated
3155 place (gratis or for a charge), and offer equivalent access to the
3156 Corresponding Source in the same way through the same place at no
3157 further charge. You need not require recipients to copy the
3158 Corresponding Source along with the object code. If the place to
3159 copy the object code is a network server, the Corresponding Source
3160 may be on a different server (operated by you or a third party)
3161 that supports equivalent copying facilities, provided you maintain
3162 clear directions next to the object code saying where to find the
3163 Corresponding Source. Regardless of what server hosts the
3164 Corresponding Source, you remain obligated to ensure that it is
3165 available for as long as needed to satisfy these requirements.
3166
3167 e) Convey the object code using peer-to-peer transmission, provided
3168 you inform other peers where the object code and Corresponding
3169 Source of the work are being offered to the general public at no
3170 charge under subsection 6d.
3171
3172 A separable portion of the object code, whose source code is excluded
3173from the Corresponding Source as a System Library, need not be
3174included in conveying the object code work.
3175
3176 A "User Product" is either (1) a "consumer product", which means any
3177tangible personal property which is normally used for personal, family,
3178or household purposes, or (2) anything designed or sold for incorporation
3179into a dwelling. In determining whether a product is a consumer product,
3180doubtful cases shall be resolved in favor of coverage. For a particular
3181product received by a particular user, "normally used" refers to a
3182typical or common use of that class of product, regardless of the status
3183of the particular user or of the way in which the particular user
3184actually uses, or expects or is expected to use, the product. A product
3185is a consumer product regardless of whether the product has substantial
3186commercial, industrial or non-consumer uses, unless such uses represent
3187the only significant mode of use of the product.
3188
3189 "Installation Information" for a User Product means any methods,
3190procedures, authorization keys, or other information required to install
3191and execute modified versions of a covered work in that User Product from
3192a modified version of its Corresponding Source. The information must
3193suffice to ensure that the continued functioning of the modified object
3194code is in no case prevented or interfered with solely because
3195modification has been made.
3196
3197 If you convey an object code work under this section in, or with, or
3198specifically for use in, a User Product, and the conveying occurs as
3199part of a transaction in which the right of possession and use of the
3200User Product is transferred to the recipient in perpetuity or for a
3201fixed term (regardless of how the transaction is characterized), the
3202Corresponding Source conveyed under this section must be accompanied
3203by the Installation Information. But this requirement does not apply
3204if neither you nor any third party retains the ability to install
3205modified object code on the User Product (for example, the work has
3206been installed in ROM).
3207
3208 The requirement to provide Installation Information does not include a
3209requirement to continue to provide support service, warranty, or updates
3210for a work that has been modified or installed by the recipient, or for
3211the User Product in which it has been modified or installed. Access to a
3212network may be denied when the modification itself materially and
3213adversely affects the operation of the network or violates the rules and
3214protocols for communication across the network.
3215
3216 Corresponding Source conveyed, and Installation Information provided,
3217in accord with this section must be in a format that is publicly
3218documented (and with an implementation available to the public in
3219source code form), and must require no special password or key for
3220unpacking, reading or copying.
3221
3222 7. Additional Terms.
3223
3224 "Additional permissions" are terms that supplement the terms of this
3225License by making exceptions from one or more of its conditions.
3226Additional permissions that are applicable to the entire Program shall
3227be treated as though they were included in this License, to the extent
3228that they are valid under applicable law. If additional permissions
3229apply only to part of the Program, that part may be used separately
3230under those permissions, but the entire Program remains governed by
3231this License without regard to the additional permissions.
3232
3233 When you convey a copy of a covered work, you may at your option
3234remove any additional permissions from that copy, or from any part of
3235it. (Additional permissions may be written to require their own
3236removal in certain cases when you modify the work.) You may place
3237additional permissions on material, added by you to a covered work,
3238for which you have or can give appropriate copyright permission.
3239
3240 Notwithstanding any other provision of this License, for material you
3241add to a covered work, you may (if authorized by the copyright holders of
3242that material) supplement the terms of this License with terms:
3243
3244 a) Disclaiming warranty or limiting liability differently from the
3245 terms of sections 15 and 16 of this License; or
3246
3247 b) Requiring preservation of specified reasonable legal notices or
3248 author attributions in that material or in the Appropriate Legal
3249 Notices displayed by works containing it; or
3250
3251 c) Prohibiting misrepresentation of the origin of that material, or
3252 requiring that modified versions of such material be marked in
3253 reasonable ways as different from the original version; or
3254
3255 d) Limiting the use for publicity purposes of names of licensors or
3256 authors of the material; or
3257
3258 e) Declining to grant rights under trademark law for use of some
3259 trade names, trademarks, or service marks; or
3260
3261 f) Requiring indemnification of licensors and authors of that
3262 material by anyone who conveys the material (or modified versions of
3263 it) with contractual assumptions of liability to the recipient, for
3264 any liability that these contractual assumptions directly impose on
3265 those licensors and authors.
3266
3267 All other non-permissive additional terms are considered "further
3268restrictions" within the meaning of section 10. If the Program as you
3269received it, or any part of it, contains a notice stating that it is
3270governed by this License along with a term that is a further
3271restriction, you may remove that term. If a license document contains
3272a further restriction but permits relicensing or conveying under this
3273License, you may add to a covered work material governed by the terms
3274of that license document, provided that the further restriction does
3275not survive such relicensing or conveying.
3276
3277 If you add terms to a covered work in accord with this section, you
3278must place, in the relevant source files, a statement of the
3279additional terms that apply to those files, or a notice indicating
3280where to find the applicable terms.
3281
3282 Additional terms, permissive or non-permissive, may be stated in the
3283form of a separately written license, or stated as exceptions;
3284the above requirements apply either way.
3285
3286 8. Termination.
3287
3288 You may not propagate or modify a covered work except as expressly
3289provided under this License. Any attempt otherwise to propagate or
3290modify it is void, and will automatically terminate your rights under
3291this License (including any patent licenses granted under the third
3292paragraph of section 11).
3293
3294 However, if you cease all violation of this License, then your
3295license from a particular copyright holder is reinstated (a)
3296provisionally, unless and until the copyright holder explicitly and
3297finally terminates your license, and (b) permanently, if the copyright
3298holder fails to notify you of the violation by some reasonable means
3299prior to 60 days after the cessation.
3300
3301 Moreover, your license from a particular copyright holder is
3302reinstated permanently if the copyright holder notifies you of the
3303violation by some reasonable means, this is the first time you have
3304received notice of violation of this License (for any work) from that
3305copyright holder, and you cure the violation prior to 30 days after
3306your receipt of the notice.
3307
3308 Termination of your rights under this section does not terminate the
3309licenses of parties who have received copies or rights from you under
3310this License. If your rights have been terminated and not permanently
3311reinstated, you do not qualify to receive new licenses for the same
3312material under section 10.
3313
3314 9. Acceptance Not Required for Having Copies.
3315
3316 You are not required to accept this License in order to receive or
3317run a copy of the Program. Ancillary propagation of a covered work
3318occurring solely as a consequence of using peer-to-peer transmission
3319to receive a copy likewise does not require acceptance. However,
3320nothing other than this License grants you permission to propagate or
3321modify any covered work. These actions infringe copyright if you do
3322not accept this License. Therefore, by modifying or propagating a
3323covered work, you indicate your acceptance of this License to do so.
3324
3325 10. Automatic Licensing of Downstream Recipients.
3326
3327 Each time you convey a covered work, the recipient automatically
3328receives a license from the original licensors, to run, modify and
3329propagate that work, subject to this License. You are not responsible
3330for enforcing compliance by third parties with this License.
3331
3332 An "entity transaction" is a transaction transferring control of an
3333organization, or substantially all assets of one, or subdividing an
3334organization, or merging organizations. If propagation of a covered
3335work results from an entity transaction, each party to that
3336transaction who receives a copy of the work also receives whatever
3337licenses to the work the party's predecessor in interest had or could
3338give under the previous paragraph, plus a right to possession of the
3339Corresponding Source of the work from the predecessor in interest, if
3340the predecessor has it or can get it with reasonable efforts.
3341
3342 You may not impose any further restrictions on the exercise of the
3343rights granted or affirmed under this License. For example, you may
3344not impose a license fee, royalty, or other charge for exercise of
3345rights granted under this License, and you may not initiate litigation
3346(including a cross-claim or counterclaim in a lawsuit) alleging that
3347any patent claim is infringed by making, using, selling, offering for
3348sale, or importing the Program or any portion of it.
3349
3350 11. Patents.
3351
3352 A "contributor" is a copyright holder who authorizes use under this
3353License of the Program or a work on which the Program is based. The
3354work thus licensed is called the contributor's "contributor version".
3355
3356 A contributor's "essential patent claims" are all patent claims
3357owned or controlled by the contributor, whether already acquired or
3358hereafter acquired, that would be infringed by some manner, permitted
3359by this License, of making, using, or selling its contributor version,
3360but do not include claims that would be infringed only as a
3361consequence of further modification of the contributor version. For
3362purposes of this definition, "control" includes the right to grant
3363patent sublicenses in a manner consistent with the requirements of
3364this License.
3365
3366 Each contributor grants you a non-exclusive, worldwide, royalty-free
3367patent license under the contributor's essential patent claims, to
3368make, use, sell, offer for sale, import and otherwise run, modify and
3369propagate the contents of its contributor version.
3370
3371 In the following three paragraphs, a "patent license" is any express
3372agreement or commitment, however denominated, not to enforce a patent
3373(such as an express permission to practice a patent or covenant not to
3374sue for patent infringement). To "grant" such a patent license to a
3375party means to make such an agreement or commitment not to enforce a
3376patent against the party.
3377
3378 If you convey a covered work, knowingly relying on a patent license,
3379and the Corresponding Source of the work is not available for anyone
3380to copy, free of charge and under the terms of this License, through a
3381publicly available network server or other readily accessible means,
3382then you must either (1) cause the Corresponding Source to be so
3383available, or (2) arrange to deprive yourself of the benefit of the
3384patent license for this particular work, or (3) arrange, in a manner
3385consistent with the requirements of this License, to extend the patent
3386license to downstream recipients. "Knowingly relying" means you have
3387actual knowledge that, but for the patent license, your conveying the
3388covered work in a country, or your recipient's use of the covered work
3389in a country, would infringe one or more identifiable patents in that
3390country that you have reason to believe are valid.
3391
3392 If, pursuant to or in connection with a single transaction or
3393arrangement, you convey, or propagate by procuring conveyance of, a
3394covered work, and grant a patent license to some of the parties
3395receiving the covered work authorizing them to use, propagate, modify
3396or convey a specific copy of the covered work, then the patent license
3397you grant is automatically extended to all recipients of the covered
3398work and works based on it.
3399
3400 A patent license is "discriminatory" if it does not include within
3401the scope of its coverage, prohibits the exercise of, or is
3402conditioned on the non-exercise of one or more of the rights that are
3403specifically granted under this License. You may not convey a covered
3404work if you are a party to an arrangement with a third party that is
3405in the business of distributing software, under which you make payment
3406to the third party based on the extent of your activity of conveying
3407the work, and under which the third party grants, to any of the
3408parties who would receive the covered work from you, a discriminatory
3409patent license (a) in connection with copies of the covered work
3410conveyed by you (or copies made from those copies), or (b) primarily
3411for and in connection with specific products or compilations that
3412contain the covered work, unless you entered into that arrangement,
3413or that patent license was granted, prior to 28 March 2007.
3414
3415 Nothing in this License shall be construed as excluding or limiting
3416any implied license or other defenses to infringement that may
3417otherwise be available to you under applicable patent law.
3418
3419 12. No Surrender of Others' Freedom.
3420
3421 If conditions are imposed on you (whether by court order, agreement or
3422otherwise) that contradict the conditions of this License, they do not
3423excuse you from the conditions of this License. If you cannot convey a
3424covered work so as to satisfy simultaneously your obligations under this
3425License and any other pertinent obligations, then as a consequence you may
3426not convey it at all. For example, if you agree to terms that obligate you
3427to collect a royalty for further conveying from those to whom you convey
3428the Program, the only way you could satisfy both those terms and this
3429License would be to refrain entirely from conveying the Program.
3430
3431 13. Remote Network Interaction; Use with the GNU General Public License.
3432
3433 Notwithstanding any other provision of this License, if you modify the
3434Program, your modified version must prominently offer all users
3435interacting with it remotely through a computer network (if your version
3436supports such interaction) an opportunity to receive the Corresponding
3437Source of your version by providing access to the Corresponding Source
3438from a network server at no charge, through some standard or customary
3439means of facilitating copying of software. This Corresponding Source
3440shall include the Corresponding Source for any work covered by version 3
3441of the GNU General Public License that is incorporated pursuant to the
3442following paragraph.
3443
3444 Notwithstanding any other provision of this License, you have
3445permission to link or combine any covered work with a work licensed
3446under version 3 of the GNU General Public License into a single
3447combined work, and to convey the resulting work. The terms of this
3448License will continue to apply to the part which is the covered work,
3449but the work with which it is combined will remain governed by version
34503 of the GNU General Public License.
3451
3452 14. Revised Versions of this License.
3453
3454 The Free Software Foundation may publish revised and/or new versions of
3455the GNU Affero General Public License from time to time. Such new versions
3456will be similar in spirit to the present version, but may differ in detail to
3457address new problems or concerns.
3458
3459 Each version is given a distinguishing version number. If the
3460Program specifies that a certain numbered version of the GNU Affero General
3461Public License "or any later version" applies to it, you have the
3462option of following the terms and conditions either of that numbered
3463version or of any later version published by the Free Software
3464Foundation. If the Program does not specify a version number of the
3465GNU Affero General Public License, you may choose any version ever published
3466by the Free Software Foundation.
3467
3468 If the Program specifies that a proxy can decide which future
3469versions of the GNU Affero General Public License can be used, that proxy's
3470public statement of acceptance of a version permanently authorizes you
3471to choose that version for the Program.
3472
3473 Later license versions may give you additional or different
3474permissions. However, no additional obligations are imposed on any
3475author or copyright holder as a result of your choosing to follow a
3476later version.
3477
3478 15. Disclaimer of Warranty.
3479
3480 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
3481APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
3482HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
3483OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
3484THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3485PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
3486IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
3487ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
3488
3489 16. Limitation of Liability.
3490
3491 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3492WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
3493THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
3494GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
3495USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
3496DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
3497PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
3498EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
3499SUCH DAMAGES.
3500
3501 17. Interpretation of Sections 15 and 16.
3502
3503 If the disclaimer of warranty and limitation of liability provided
3504above cannot be given local legal effect according to their terms,
3505reviewing courts shall apply local law that most closely approximates
3506an absolute waiver of all civil liability in connection with the
3507Program, unless a warranty or assumption of liability accompanies a
3508copy of the Program in return for a fee.
3509
3510 END OF TERMS AND CONDITIONS
3511
3512 How to Apply These Terms to Your New Programs
3513
3514 If you develop a new program, and you want it to be of the greatest
3515possible use to the public, the best way to achieve this is to make it
3516free software which everyone can redistribute and change under these terms.
3517
3518 To do so, attach the following notices to the program. It is safest
3519to attach them to the start of each source file to most effectively
3520state the exclusion of warranty; and each file should have at least
3521the "copyright" line and a pointer to where the full notice is found.
3522
3523 &lt;one line to give the program's name and a brief idea of what it does.&gt;
3524 Copyright (C) &lt;year&gt; &lt;name of author&gt;
3525
3526 This program is free software: you can redistribute it and/or modify
3527 it under the terms of the GNU Affero General Public License as published by
3528 the Free Software Foundation, either version 3 of the License, or
3529 (at your option) any later version.
3530
3531 This program is distributed in the hope that it will be useful,
3532 but WITHOUT ANY WARRANTY; without even the implied warranty of
3533 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3534 GNU Affero General Public License for more details.
3535
3536 You should have received a copy of the GNU Affero General Public License
3537 along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
3538
3539Also add information on how to contact you by electronic and paper mail.
3540
3541 If your software can interact with users remotely through a computer
3542network, you should also make sure that it provides a way for users to
3543get its source. For example, if your program is a web application, its
3544interface could display a "Source" link that leads users to an archive
3545of the code. There are many ways you could offer source, and different
3546solutions will be better for different programs; see section 13 for the
3547specific requirements.
3548
3549 You should also get your employer (if you work as a programmer) or school,
3550if any, to sign a "copyright disclaimer" for the program, if necessary.
3551For more information on this, and how to apply and follow the GNU AGPL, see
3552&lt;http://www.gnu.org/licenses/&gt;.
3553</programlisting></para></section>
3554
3555<section id="lic_2">
3556<title>Apache-2.0</title>
3557<para><programlisting>
3558
3559
3560 Apache License
3561 Version 2.0, January 2004
3562 http://www.apache.org/licenses/
3563
3564 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3565
3566 1. Definitions.
3567
3568 "License" shall mean the terms and conditions for use, reproduction,
3569 and distribution as defined by Sections 1 through 9 of this document.
3570
3571 "Licensor" shall mean the copyright owner or entity authorized by
3572 the copyright owner that is granting the License.
3573
3574 "Legal Entity" shall mean the union of the acting entity and all
3575 other entities that control, are controlled by, or are under common
3576 control with that entity. For the purposes of this definition,
3577 "control" means (i) the power, direct or indirect, to cause the
3578 direction or management of such entity, whether by contract or
3579 otherwise, or (ii) ownership of fifty percent (50%) or more of the
3580 outstanding shares, or (iii) beneficial ownership of such entity.
3581
3582 "You" (or "Your") shall mean an individual or Legal Entity
3583 exercising permissions granted by this License.
3584
3585 "Source" form shall mean the preferred form for making modifications,
3586 including but not limited to software source code, documentation
3587 source, and configuration files.
3588
3589 "Object" form shall mean any form resulting from mechanical
3590 transformation or translation of a Source form, including but
3591 not limited to compiled object code, generated documentation,
3592 and conversions to other media types.
3593
3594 "Work" shall mean the work of authorship, whether in Source or
3595 Object form, made available under the License, as indicated by a
3596 copyright notice that is included in or attached to the work
3597 (an example is provided in the Appendix below).
3598
3599 "Derivative Works" shall mean any work, whether in Source or Object
3600 form, that is based on (or derived from) the Work and for which the
3601 editorial revisions, annotations, elaborations, or other modifications
3602 represent, as a whole, an original work of authorship. For the purposes
3603 of this License, Derivative Works shall not include works that remain
3604 separable from, or merely link (or bind by name) to the interfaces of,
3605 the Work and Derivative Works thereof.
3606
3607 "Contribution" shall mean any work of authorship, including
3608 the original version of the Work and any modifications or additions
3609 to that Work or Derivative Works thereof, that is intentionally
3610 submitted to Licensor for inclusion in the Work by the copyright owner
3611 or by an individual or Legal Entity authorized to submit on behalf of
3612 the copyright owner. For the purposes of this definition, "submitted"
3613 means any form of electronic, verbal, or written communication sent
3614 to the Licensor or its representatives, including but not limited to
3615 communication on electronic mailing lists, source code control systems,
3616 and issue tracking systems that are managed by, or on behalf of, the
3617 Licensor for the purpose of discussing and improving the Work, but
3618 excluding communication that is conspicuously marked or otherwise
3619 designated in writing by the copyright owner as "Not a Contribution."
3620
3621 "Contributor" shall mean Licensor and any individual or Legal Entity
3622 on behalf of whom a Contribution has been received by Licensor and
3623 subsequently incorporated within the Work.
3624
3625 2. Grant of Copyright License. Subject to the terms and conditions of
3626 this License, each Contributor hereby grants to You a perpetual,
3627 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3628 copyright license to reproduce, prepare Derivative Works of,
3629 publicly display, publicly perform, sublicense, and distribute the
3630 Work and such Derivative Works in Source or Object form.
3631
3632 3. Grant of Patent License. Subject to the terms and conditions of
3633 this License, each Contributor hereby grants to You a perpetual,
3634 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3635 (except as stated in this section) patent license to make, have made,
3636 use, offer to sell, sell, import, and otherwise transfer the Work,
3637 where such license applies only to those patent claims licensable
3638 by such Contributor that are necessarily infringed by their
3639 Contribution(s) alone or by combination of their Contribution(s)
3640 with the Work to which such Contribution(s) was submitted. If You
3641 institute patent litigation against any entity (including a
3642 cross-claim or counterclaim in a lawsuit) alleging that the Work
3643 or a Contribution incorporated within the Work constitutes direct
3644 or contributory patent infringement, then any patent licenses
3645 granted to You under this License for that Work shall terminate
3646 as of the date such litigation is filed.
3647
3648 4. Redistribution. You may reproduce and distribute copies of the
3649 Work or Derivative Works thereof in any medium, with or without
3650 modifications, and in Source or Object form, provided that You
3651 meet the following conditions:
3652
3653 (a) You must give any other recipients of the Work or
3654 Derivative Works a copy of this License; and
3655
3656 (b) You must cause any modified files to carry prominent notices
3657 stating that You changed the files; and
3658
3659 (c) You must retain, in the Source form of any Derivative Works
3660 that You distribute, all copyright, patent, trademark, and
3661 attribution notices from the Source form of the Work,
3662 excluding those notices that do not pertain to any part of
3663 the Derivative Works; and
3664
3665 (d) If the Work includes a "NOTICE" text file as part of its
3666 distribution, then any Derivative Works that You distribute must
3667 include a readable copy of the attribution notices contained
3668 within such NOTICE file, excluding those notices that do not
3669 pertain to any part of the Derivative Works, in at least one
3670 of the following places: within a NOTICE text file distributed
3671 as part of the Derivative Works; within the Source form or
3672 documentation, if provided along with the Derivative Works; or,
3673 within a display generated by the Derivative Works, if and
3674 wherever such third-party notices normally appear. The contents
3675 of the NOTICE file are for informational purposes only and
3676 do not modify the License. You may add Your own attribution
3677 notices within Derivative Works that You distribute, alongside
3678 or as an addendum to the NOTICE text from the Work, provided
3679 that such additional attribution notices cannot be construed
3680 as modifying the License.
3681
3682 You may add Your own copyright statement to Your modifications and
3683 may provide additional or different license terms and conditions
3684 for use, reproduction, or distribution of Your modifications, or
3685 for any such Derivative Works as a whole, provided Your use,
3686 reproduction, and distribution of the Work otherwise complies with
3687 the conditions stated in this License.
3688
3689 5. Submission of Contributions. Unless You explicitly state otherwise,
3690 any Contribution intentionally submitted for inclusion in the Work
3691 by You to the Licensor shall be under the terms and conditions of
3692 this License, without any additional terms or conditions.
3693 Notwithstanding the above, nothing herein shall supersede or modify
3694 the terms of any separate license agreement you may have executed
3695 with Licensor regarding such Contributions.
3696
3697 6. Trademarks. This License does not grant permission to use the trade
3698 names, trademarks, service marks, or product names of the Licensor,
3699 except as required for reasonable and customary use in describing the
3700 origin of the Work and reproducing the content of the NOTICE file.
3701
3702 7. Disclaimer of Warranty. Unless required by applicable law or
3703 agreed to in writing, Licensor provides the Work (and each
3704 Contributor provides its Contributions) on an "AS IS" BASIS,
3705 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3706 implied, including, without limitation, any warranties or conditions
3707 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3708 PARTICULAR PURPOSE. You are solely responsible for determining the
3709 appropriateness of using or redistributing the Work and assume any
3710 risks associated with Your exercise of permissions under this License.
3711
3712 8. Limitation of Liability. In no event and under no legal theory,
3713 whether in tort (including negligence), contract, or otherwise,
3714 unless required by applicable law (such as deliberate and grossly
3715 negligent acts) or agreed to in writing, shall any Contributor be
3716 liable to You for damages, including any direct, indirect, special,
3717 incidental, or consequential damages of any character arising as a
3718 result of this License or out of the use or inability to use the
3719 Work (including but not limited to damages for loss of goodwill,
3720 work stoppage, computer failure or malfunction, or any and all
3721 other commercial damages or losses), even if such Contributor
3722 has been advised of the possibility of such damages.
3723
3724 9. Accepting Warranty or Additional Liability. While redistributing
3725 the Work or Derivative Works thereof, You may choose to offer,
3726 and charge a fee for, acceptance of support, warranty, indemnity,
3727 or other liability obligations and/or rights consistent with this
3728 License. However, in accepting such obligations, You may act only
3729 on Your own behalf and on Your sole responsibility, not on behalf
3730 of any other Contributor, and only if You agree to indemnify,
3731 defend, and hold each Contributor harmless for any liability
3732 incurred by, or claims asserted against, such Contributor by reason
3733 of your accepting any such warranty or additional liability.
3734
3735 END OF TERMS AND CONDITIONS
3736
3737 APPENDIX: How to apply the Apache License to your work.
3738
3739 To apply the Apache License to your work, attach the following
3740 boilerplate notice, with the fields enclosed by brackets "[]"
3741 replaced with your own identifying information. (Don`t include
3742 the brackets!) The text should be enclosed in the appropriate
3743 comment syntax for the file format. We also recommend that a
3744 file or class name and description of purpose be included on the
3745 same "printed page" as the copyright notice for easier
3746 identification within third-party archives.
3747
3748 Copyright [yyyy] [name of copyright owner]
3749
3750 Licensed under the Apache License, Version 2.0 (the "License");
3751 you may not use this file except in compliance with the License.
3752 You may obtain a copy of the License at
3753
3754 http://www.apache.org/licenses/LICENSE-2.0
3755
3756 Unless required by applicable law or agreed to in writing, software
3757 distributed under the License is distributed on an "AS IS" BASIS,
3758 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3759 See the License for the specific language governing permissions and
3760 limitations under the License.
3761
3762</programlisting></para></section>
3763
3764<section id="lic_3">
3765<title>Artistic-1.0</title>
3766<para><programlisting>
3767
3768The Artistic License
3769Preamble
3770
3771The intent of this document is to state the conditions under which a Package may be
3772copied, such that the Copyright Holder maintains some semblance of artistic control
3773over the development of the package, while giving the users of the package the right
3774to use and distribute the Package in a more-or-less customary fashion, plus the right
3775to make reasonable modifications.
3776
3777Definitions:
3778
3779"Package" refers to the collection of files distributed by the Copyright Holder, and
3780derivatives of that collection of files created through textual modification.
3781"Standard Version" refers to such a Package if it has not been modified, or has been
3782modified in accordance with the wishes of the Copyright Holder.
3783"Copyright Holder" is whoever is named in the copyright or copyrights for the package.
3784"You" is you, if you`re thinking about copying or distributing this Package.
3785"Reasonable copying fee" is whatever you can justify on the basis of media cost,
3786duplication charges, time of people involved, and so on. (You will not be required to
3787justify it to the Copyright Holder, but only to the computing community at large as a
3788market that must bear the fee.)
3789"Freely Available" means that no fee is charged for the item itself, though there may
3790be fees involved in handling the item. It also means that recipients of the item may
3791redistribute it under the same conditions they received it.
37921. You may make and give away verbatim copies of the source form of the Standard
3793Version of this Package without restriction, provided that you duplicate all of the
3794original copyright notices and associated disclaimers.
3795
37962. You may apply bug fixes, portability fixes and other modifications derived from the
3797Public Domain or from the Copyright Holder. A Package modified in such a way shall
3798still be considered the Standard Version.
3799
38003. You may otherwise modify your copy of this Package in any way, provided that you
3801insert a prominent notice in each changed file stating how and when you changed that
3802file, and provided that you do at least ONE of the following:
3803
3804a) place your modifications in the Public Domain or otherwise make them Freely
3805Available, such as by posting said modifications to Usenet or an equivalent medium, or
3806placing the modifications on a major archive site such as ftp.uu.net, or by allowing
3807the Copyright Holder to include your modifications in the Standard Version of the
3808Package.
3809
3810b) use the modified Package only within your corporation or organization.
3811
3812c) rename any non-standard executables so the names do not conflict with standard
3813executables, which must also be provided, and provide a separate manual page for each
3814non-standard executable that clearly documents how it differs from the Standard
3815Version.
3816
3817d) make other distribution arrangements with the Copyright Holder.
3818
38194. You may distribute the programs of this Package in object code or executable form,
3820provided that you do at least ONE of the following:
3821
3822a) distribute a Standard Version of the executables and library files, together with
3823instructions (in the manual page or equivalent) on where to get the Standard Version.
3824
3825b) accompany the distribution with the machine-readable source of the Package with
3826your modifications.
3827
3828c) accompany any non-standard executables with their corresponding Standard Version
3829executables, giving the non-standard executables non-standard names, and clearly
3830documenting the differences in manual pages (or equivalent), together with
3831instructions on where to get the Standard Version.
3832
3833d) make other distribution arrangements with the Copyright Holder.
3834
38355. You may charge a reasonable copying fee for any distribution of this Package. You
3836may charge any fee you choose for support of this Package. You may not charge a fee
3837for this Package itself. However, you may distribute this Package in aggregate with
3838other (possibly commercial) programs as part of a larger (possibly commercial)
3839software distribution provided that you do not advertise this Package as a product of
3840your own.
3841
38426. The scripts and library files supplied as input to or produced as output from the
3843programs of this Package do not automatically fall under the copyright of this
3844Package, but belong to whomever generated them, and may be sold commercially, and may
3845be aggregated with this Package.
3846
38477. C or perl subroutines supplied by you and linked into this Package shall not be
3848considered part of this Package.
3849
38508. The name of the Copyright Holder may not be used to endorse or promote products
3851derived from this software without specific prior written permission.
3852
38539. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
3854INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS
3855FOR A PARTICULAR PURPOSE.
3856
3857The End
3858
3859</programlisting></para></section>
3860
3861<section id="lic_4">
3862<title>BSD</title>
3863<para><programlisting>
3864Copyright (c) The Regents of the University of California.
3865All rights reserved.
3866
3867Redistribution and use in source and binary forms, with or without
3868modification, are permitted provided that the following conditions
3869are met:
38701. Redistributions of source code must retain the above copyright
3871 notice, this list of conditions and the following disclaimer.
38722. Redistributions in binary form must reproduce the above copyright
3873 notice, this list of conditions and the following disclaimer in the
3874 documentation and/or other materials provided with the distribution.
38753. Neither the name of the University nor the names of its contributors
3876 may be used to endorse or promote products derived from this software
3877 without specific prior written permission.
3878
3879THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
3880ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3881IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3882ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3883FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3884DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3885OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3886HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3887LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3888OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3889SUCH DAMAGE.
3890</programlisting></para></section>
3891
3892<section id="lic_5">
3893<title>BSD-2-Clause</title>
3894<para><programlisting>
3895
3896The FreeBSD Copyright
3897
3898Copyright 1992-2010 The FreeBSD Project. All rights reserved.
3899
3900Redistribution and use in source and binary forms, with or without modification, are
3901permitted provided that the following conditions are met:
3902
3903Redistributions of source code must retain the above copyright notice, this list of
3904conditions and the following disclaimer.
3905Redistributions in binary form must reproduce the above copyright notice, this list of
3906conditions and the following disclaimer in the documentation and/or other materials
3907provided with the distribution.
3908THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS`` AND ANY EXPRESS OR IMPLIED
3909WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
3910AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD
3911PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3912EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3913SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3914HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3915OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3916SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3917
3918The views and conclusions contained in the software and documentation are those of the
3919authors and should not be interpreted as representing official policies, either
3920expressed or implied, of the FreeBSD Project.
3921
3922</programlisting></para></section>
3923
3924<section id="lic_6">
3925<title>BSD-3-Clause</title>
3926<para><programlisting>
3927
3928Copyright (c) &lt;YEAR&gt;, &lt;OWNER&gt;
3929All rights reserved.
3930
3931Redistribution and use in source and binary forms, with or without modification, are
3932permitted provided that the following conditions are met:
3933
3934Redistributions of source code must retain the above copyright notice, this list of
3935conditions and the following disclaimer.
3936Redistributions in binary form must reproduce the above copyright notice, this list of
3937conditions and the following disclaimer in the documentation and/or other materials
3938provided with the distribution.
3939Neither the name of the &lt;ORGANIZATION&gt; nor the names of its contributors may be
3940used to endorse or promote products derived from this software without specific prior
3941written permission.
3942THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
3943EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3944OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
3945SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3946INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3947TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3948BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3949CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
3950WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
3951DAMAGE.
3952
3953</programlisting></para></section>
3954
3955<section id="lic_7">
3956<title>BSD-4-Clause</title>
3957<para><programlisting>
3958
3959Copyright (c) &lt;year&gt;, &lt;copyright holder&gt;
3960All rights reserved.
3961
3962Redistribution and use in source and binary forms, with or without
3963modification, are permitted provided that the following conditions are met:
39641. Redistributions of source code must retain the above copyright
3965 notice, this list of conditions and the following disclaimer.
39662. Redistributions in binary form must reproduce the above copyright
3967 notice, this list of conditions and the following disclaimer in the
3968 documentation and/or other materials provided with the distribution.
39693. All advertising materials mentioning features or use of this software
3970 must display the following acknowledgement:
3971 This product includes software developed by the &lt;organization&gt;.
39724. Neither the name of the &lt;organization&gt; nor the
3973 names of its contributors may be used to endorse or promote products
3974 derived from this software without specific prior written permission.
3975
3976THIS SOFTWARE IS PROVIDED BY &lt;COPYRIGHT HOLDER&gt; ``AS IS`` AND ANY
3977EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3978WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3979DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY
3980DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3981(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3982LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3983ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3984(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3985SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3986
3987</programlisting></para></section>
3988
3989<section id="lic_8">
3990<title>BSL-1.0</title>
3991<para><programlisting>
3992
3993Boost Software License - Version 1.0 - August 17th, 2003
3994
3995Permission is hereby granted, free of charge, to any person or organization
3996obtaining a copy of the software and accompanying documentation covered by
3997this license (the "Software") to use, reproduce, display, distribute,
3998execute, and transmit the Software, and to prepare derivative works of the
3999Software, and to permit third-parties to whom the Software is furnished to
4000do so, all subject to the following:
4001
4002The copyright notices in the Software and this entire statement, including
4003the above license grant, this restriction and the following disclaimer,
4004must be included in all copies of the Software, in whole or in part, and
4005all derivative works of the Software, unless such copies or derivative
4006works are solely in the form of machine-executable object code generated by
4007a source language processor.
4008
4009THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4010IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4011FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
4012SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
4013FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
4014ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4015DEALINGS IN THE SOFTWARE.
4016
4017</programlisting></para></section>
4018
4019<section id="lic_9">
4020<title>DSSSL</title>
4021<para><programlisting>
4022Copyright
4023---------
4024
4025Copyright (C) 1997-2001 Norman Walsh
4026
4027The original inspiration for these stylesheets came from the
4028work of Jon Bosak, Anders Berglund, Tony Graham, Terry Allen,
4029James Clark, and many others. I am indebted to them and to the
4030community of users on dssslist@mulberrytech.com for making
4031substantial contributions to this work and for answering my many
4032questions.
4033
4034This software may be distributed under the same terms as Jade:
4035
4036Permission is hereby granted, free of charge, to any person
4037obtaining a copy of this software and associated documentation
4038files (the ``Software''), to deal in the Software without
4039restriction, including without limitation the rights to use,
4040copy, modify, merge, publish, distribute, sublicense, and/or
4041sell copies of the Software, and to permit persons to whom the
4042Software is furnished to do so, subject to the following
4043conditions:
4044
4045The above copyright notice and this permission notice shall be
4046included in all copies or substantial portions of the Software.
4047
4048Except as contained in this notice, the names of individuals
4049credited with contribution to this software shall not be used in
4050advertising or otherwise to promote the sale, use or other
4051dealings in this Software without prior written authorization
4052from the individuals in question.
4053
4054Any stylesheet derived from this Software that is publically
4055distributed will be identified with a different name and the
4056version strings in any derived Software will be changed so that
4057no possibility of confusion between the derived package and this
4058Software will exist.
4059
4060Warranty
4061--------
4062
4063THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4064EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4065OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4066NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
4067CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4068WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4069FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4070OTHER DEALINGS IN THE SOFTWARE.
4071</programlisting></para></section>
4072
4073<section id="lic_10">
4074<title>EDL-1.0</title>
4075<para><programlisting>
4076Eclipse Distribution License - v 1.0
4077
4078Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
4079
4080All rights reserved.
4081
4082Redistribution and use in source and binary forms, with or without modification, are
4083permitted provided that the following conditions are met:
4084
4085 * Redistributions of source code must retain the above copyright notice, this list
4086of conditions and the following disclaimer.
4087 * Redistributions in binary form must reproduce the above copyright notice, this
4088list of conditions and the following disclaimer in the documentation and/or other
4089materials provided with the distribution.
4090 * Neither the name of the Eclipse Foundation, Inc. nor the names of its
4091contributors may be used to endorse or promote products derived from this software
4092without specific prior written permission.
4093
4094THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
4095EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4096OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
4097SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4098INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4099TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
4100BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4101CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
4102WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
4103DAMAGE.
4104</programlisting></para></section>
4105
4106<section id="lic_11">
4107<title>EPL-1.0</title>
4108<para><programlisting>
4109
4110Eclipse Public License - v 1.0
4111
4112THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE
4113("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
4114RECIPIENT`S ACCEPTANCE OF THIS AGREEMENT.
4115
41161. DEFINITIONS
4117
4118"Contribution" means:
4119
4120a) in the case of the initial Contributor, the initial code and documentation
4121distributed under this Agreement, and
4122b) in the case of each subsequent Contributor:
4123i) changes to the Program, and
4124ii) additions to the Program;
4125where such changes and/or additions to the Program originate from and are distributed
4126by that particular Contributor. A Contribution `originates` from a Contributor if it
4127was added to the Program by such Contributor itself or anyone acting on such
4128Contributor`s behalf. Contributions do not include additions to the Program which: (i)
4129are separate modules of software distributed in conjunction with the Program under
4130their own license agreement, and (ii) are not derivative works of the Program.
4131"Contributor" means any person or entity that distributes the Program.
4132
4133"Licensed Patents" mean patent claims licensable by a Contributor which are
4134necessarily infringed by the use or sale of its Contribution alone or when combined
4135with the Program.
4136
4137"Program" means the Contributions distributed in accordance with this Agreement.
4138
4139"Recipient" means anyone who receives the Program under this Agreement, including all
4140Contributors.
4141
41422. GRANT OF RIGHTS
4143
4144a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a
4145non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare
4146derivative works of, publicly display, publicly perform, distribute and sublicense the
4147Contribution of such Contributor, if any, and such derivative works, in source code
4148and object code form.
4149b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a
4150non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make,
4151use, sell, offer to sell, import and otherwise transfer the Contribution of such
4152Contributor, if any, in source code and object code form. This patent license shall
4153apply to the combination of the Contribution and the Program if, at the time the
4154Contribution is added by the Contributor, such addition of the Contribution causes
4155such combination to be covered by the Licensed Patents. The patent license shall not
4156apply to any other combinations which include the Contribution. No hardware per se is
4157licensed hereunder.
4158c) Recipient understands that although each Contributor grants the licenses to its
4159Contributions set forth herein, no assurances are provided by any Contributor that the
4160Program does not infringe the patent or other intellectual property rights of any
4161other entity. Each Contributor disclaims any liability to Recipient for claims brought
4162by any other entity based on infringement of intellectual property rights or
4163otherwise. As a condition to exercising the rights and licenses granted hereunder,
4164each Recipient hereby assumes sole responsibility to secure any other intellectual
4165property rights needed, if any. For example, if a third party patent license is
4166required to allow Recipient to distribute the Program, it is Recipient`s
4167responsibility to acquire that license before distributing the Program.
4168d) Each Contributor represents that to its knowledge it has sufficient copyright
4169rights in its Contribution, if any, to grant the copyright license set forth in this
4170Agreement.
41713. REQUIREMENTS
4172
4173A Contributor may choose to distribute the Program in object code form under its own
4174license agreement, provided that:
4175
4176a) it complies with the terms and conditions of this Agreement; and
4177b) its license agreement:
4178i) effectively disclaims on behalf of all Contributors all warranties and conditions,
4179express and implied, including warranties or conditions of title and non-infringement,
4180and implied warranties or conditions of merchantability and fitness for a particular
4181purpose;
4182ii) effectively excludes on behalf of all Contributors all liability for damages,
4183including direct, indirect, special, incidental and consequential damages, such as
4184lost profits;
4185iii) states that any provisions which differ from this Agreement are offered by that
4186Contributor alone and not by any other party; and
4187iv) states that source code for the Program is available from such Contributor, and
4188informs licensees how to obtain it in a reasonable manner on or through a medium
4189customarily used for software exchange.
4190When the Program is made available in source code form:
4191
4192a) it must be made available under this Agreement; and
4193b) a copy of this Agreement must be included with each copy of the Program.
4194Contributors may not remove or alter any copyright notices contained within the
4195Program.
4196
4197Each Contributor must identify itself as the originator of its Contribution, if any,
4198in a manner that reasonably allows subsequent Recipients to identify the originator of
4199the Contribution.
4200
42014. COMMERCIAL DISTRIBUTION
4202
4203Commercial distributors of software may accept certain responsibilities with respect
4204to end users, business partners and the like. While this license is intended to
4205facilitate the commercial use of the Program, the Contributor who includes the Program
4206in a commercial product offering should do so in a manner which does not create
4207potential liability for other Contributors. Therefore, if a Contributor includes the
4208Program in a commercial product offering, such Contributor ("Commercial Contributor")
4209hereby agrees to defend and indemnify every other Contributor ("Indemnified
4210Contributor") against any losses, damages and costs (collectively "Losses") arising
4211from claims, lawsuits and other legal actions brought by a third party against the
4212Indemnified Contributor to the extent caused by the acts or omissions of such
4213Commercial Contributor in connection with its distribution of the Program in a
4214commercial product offering. The obligations in this section do not apply to any
4215claims or Losses relating to any actual or alleged intellectual property infringement.
4216In order to qualify, an Indemnified Contributor must: a) promptly notify the
4217Commercial Contributor in writing of such claim, and b) allow the Commercial
4218Contributor to control, and cooperate with the Commercial Contributor in, the defense
4219and any related settlement negotiations. The Indemnified Contributor may participate
4220in any such claim at its own expense.
4221
4222For example, a Contributor might include the Program in a commercial product offering,
4223Product X. That Contributor is then a Commercial Contributor. If that Commercial
4224Contributor then makes performance claims, or offers warranties related to Product X,
4225those performance claims and warranties are such Commercial Contributor`s
4226responsibility alone. Under this section, the Commercial Contributor would have to
4227defend claims against the other Contributors related to those performance claims and
4228warranties, and if a court requires any other Contributor to pay any damages as a
4229result, the Commercial Contributor must pay those damages.
4230
42315. NO WARRANTY
4232
4233EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS"
4234BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED
4235INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
4236NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient
4237is solely responsible for determining the appropriateness of using and distributing
4238the Program and assumes all risks associated with its exercise of rights under this
4239Agreement , including but not limited to the risks and costs of program errors,
4240compliance with applicable laws, damage to or loss of data, programs or equipment, and
4241unavailability or interruption of operations.
4242
42436. DISCLAIMER OF LIABILITY
4244
4245EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
4246CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4247EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS),
4248HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4249OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
4250DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF
4251ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
4252
42537. GENERAL
4254
4255If any provision of this Agreement is invalid or unenforceable under applicable law,
4256it shall not affect the validity or enforceability of the remainder of the terms of
4257this Agreement, and without further action by the parties hereto, such provision shall
4258be reformed to the minimum extent necessary to make such provision valid and
4259enforceable.
4260
4261If Recipient institutes patent litigation against any entity (including a cross-claim
4262or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations
4263of the Program with other software or hardware) infringes such Recipient`s patent(s),
4264then such Recipient`s rights granted under Section 2(b) shall terminate as of the date
4265such litigation is filed.
4266
4267All Recipient`s rights under this Agreement shall terminate if it fails to comply with
4268any of the material terms or conditions of this Agreement and does not cure such
4269failure in a reasonable period of time after becoming aware of such noncompliance. If
4270all Recipient`s rights under this Agreement terminate, Recipient agrees to cease use
4271and distribution of the Program as soon as reasonably practicable. However,
4272Recipient`s obligations under this Agreement and any licenses granted by Recipient
4273relating to the Program shall continue and survive.
4274
4275Everyone is permitted to copy and distribute copies of this Agreement, but in order to
4276avoid inconsistency the Agreement is copyrighted and may only be modified in the
4277following manner. The Agreement Steward reserves the right to publish new versions
4278(including revisions) of this Agreement from time to time. No one other than the
4279Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is
4280the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to
4281serve as the Agreement Steward to a suitable separate entity. Each new version of the
4282Agreement will be given a distinguishing version number. The Program (including
4283Contributions) may always be distributed subject to the version of the Agreement under
4284which it was received. In addition, after a new version of the Agreement is published,
4285Contributor may elect to distribute the Program (including its Contributions) under
4286the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
4287receives no rights or licenses to the intellectual property of any Contributor under
4288this Agreement, whether expressly, by implication, estoppel or otherwise. All rights
4289in the Program not expressly granted under this Agreement are reserved.
4290
4291This Agreement is governed by the laws of the State of New York and the intellectual
4292property laws of the United States of America. No party to this Agreement will bring a
4293legal action under this Agreement more than one year after the cause of action arose.
4294Each party waives its rights to a jury trial in any resulting litigation.
4295
4296</programlisting></para></section>
4297
4298<section id="lic_12">
4299<title>Elfutils-Exception</title>
4300<para><programlisting>
4301 This file describes the limits of the Exception under which you are allowed
4302 to distribute Non-GPL Code in linked combination with Red Hat elfutils.
4303 For the full text of the license, please see one of the header files
4304 included with the source distribution or the file COPYING found in the
4305 top level directory of the source.
4306
4307 The Approved Interfaces are the functions declared in the files:
4308
4309 libelf.h
4310 libdw.h
4311 libdwfl.h
4312
4313</programlisting></para></section>
4314
4315<section id="lic_13">
4316<title>FSF-Unlimited</title>
4317<para><programlisting>
4318Copyright (C) 1997-2010 Free Software Foundation, Inc.
4319This file is free software; the Free Software Foundation
4320gives unlimited permission to copy and/or distribute it,
4321with or without modifications, as long as this notice is preserved.
4322</programlisting></para></section>
4323
4324<section id="lic_14">
4325<title>FreeType</title>
4326<para><programlisting>
4327 The FreeType Project LICENSE
4328 ----------------------------
4329
4330 2006-Jan-27
4331
4332 Copyright 1996-2002, 2006 by
4333 David Turner, Robert Wilhelm, and Werner Lemberg
4334
4335
4336
4337Introduction
4338============
4339
4340 The FreeType Project is distributed in several archive packages;
4341 some of them may contain, in addition to the FreeType font engine,
4342 various tools and contributions which rely on, or relate to, the
4343 FreeType Project.
4344
4345 This license applies to all files found in such packages, and
4346 which do not fall under their own explicit license. The license
4347 affects thus the FreeType font engine, the test programs,
4348 documentation and makefiles, at the very least.
4349
4350 This license was inspired by the BSD, Artistic, and IJG
4351 (Independent JPEG Group) licenses, which all encourage inclusion
4352 and use of free software in commercial and freeware products
4353 alike. As a consequence, its main points are that:
4354
4355 o We don't promise that this software works. However, we will be
4356 interested in any kind of bug reports. (`as is' distribution)
4357
4358 o You can use this software for whatever you want, in parts or
4359 full form, without having to pay us. (`royalty-free' usage)
4360
4361 o You may not pretend that you wrote this software. If you use
4362 it, or only parts of it, in a program, you must acknowledge
4363 somewhere in your documentation that you have used the
4364 FreeType code. (`credits')
4365
4366 We specifically permit and encourage the inclusion of this
4367 software, with or without modifications, in commercial products.
4368 We disclaim all warranties covering The FreeType Project and
4369 assume no liability related to The FreeType Project.
4370
4371
4372 Finally, many people asked us for a preferred form for a
4373 credit/disclaimer to use in compliance with this license. We thus
4374 encourage you to use the following text:
4375
4376 """
4377 Portions of this software are copyright � &lt;year&gt; The FreeType
4378 Project (www.freetype.org). All rights reserved.
4379 """
4380
4381 Please replace &lt;year&gt; with the value from the FreeType version you
4382 actually use.
4383
4384
4385Legal Terms
4386===========
4387
43880. Definitions
4389--------------
4390
4391 Throughout this license, the terms `package', `FreeType Project',
4392 and `FreeType archive' refer to the set of files originally
4393 distributed by the authors (David Turner, Robert Wilhelm, and
4394 Werner Lemberg) as the `FreeType Project', be they named as alpha,
4395 beta or final release.
4396
4397 `You' refers to the licensee, or person using the project, where
4398 `using' is a generic term including compiling the project's source
4399 code as well as linking it to form a `program' or `executable'.
4400 This program is referred to as `a program using the FreeType
4401 engine'.
4402
4403 This license applies to all files distributed in the original
4404 FreeType Project, including all source code, binaries and
4405 documentation, unless otherwise stated in the file in its
4406 original, unmodified form as distributed in the original archive.
4407 If you are unsure whether or not a particular file is covered by
4408 this license, you must contact us to verify this.
4409
4410 The FreeType Project is copyright (C) 1996-2000 by David Turner,
4411 Robert Wilhelm, and Werner Lemberg. All rights reserved except as
4412 specified below.
4413
44141. No Warranty
4415--------------
4416
4417 THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
4418 KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
4419 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4420 PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
4421 BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
4422 USE, OF THE FREETYPE PROJECT.
4423
44242. Redistribution
4425-----------------
4426
4427 This license grants a worldwide, royalty-free, perpetual and
4428 irrevocable right and license to use, execute, perform, compile,
4429 display, copy, create derivative works of, distribute and
4430 sublicense the FreeType Project (in both source and object code
4431 forms) and derivative works thereof for any purpose; and to
4432 authorize others to exercise some or all of the rights granted
4433 herein, subject to the following conditions:
4434
4435 o Redistribution of source code must retain this license file
4436 (`FTL.TXT') unaltered; any additions, deletions or changes to
4437 the original files must be clearly indicated in accompanying
4438 documentation. The copyright notices of the unaltered,
4439 original files must be preserved in all copies of source
4440 files.
4441
4442 o Redistribution in binary form must provide a disclaimer that
4443 states that the software is based in part of the work of the
4444 FreeType Team, in the distribution documentation. We also
4445 encourage you to put an URL to the FreeType web page in your
4446 documentation, though this isn't mandatory.
4447
4448 These conditions apply to any software derived from or based on
4449 the FreeType Project, not just the unmodified files. If you use
4450 our work, you must acknowledge us. However, no fee need be paid
4451 to us.
4452
44533. Advertising
4454--------------
4455
4456 Neither the FreeType authors and contributors nor you shall use
4457 the name of the other for commercial, advertising, or promotional
4458 purposes without specific prior written permission.
4459
4460 We suggest, but do not require, that you use one or more of the
4461 following phrases to refer to this software in your documentation
4462 or advertising materials: `FreeType Project', `FreeType Engine',
4463 `FreeType library', or `FreeType Distribution'.
4464
4465 As you have not signed this license, you are not required to
4466 accept it. However, as the FreeType Project is copyrighted
4467 material, only this license, or another one contracted with the
4468 authors, grants you the right to use, distribute, and modify it.
4469 Therefore, by using, distributing, or modifying the FreeType
4470 Project, you indicate that you understand and accept all the terms
4471 of this license.
4472
44734. Contacts
4474-----------
4475
4476 There are two mailing lists related to FreeType:
4477
4478 o freetype@nongnu.org
4479
4480 Discusses general use and applications of FreeType, as well as
4481 future and wanted additions to the library and distribution.
4482 If you are looking for support, start in this list if you
4483 haven't found anything to help you in the documentation.
4484
4485 o freetype-devel@nongnu.org
4486
4487 Discusses bugs, as well as engine internals, design issues,
4488 specific licenses, porting, etc.
4489
4490 Our home page can be found at
4491
4492 http://www.freetype.org
4493
4494
4495--- end of FTL.TXT ---
4496
4497</programlisting></para></section>
4498
4499<section id="lic_15">
4500<title>GFDL-1.2</title>
4501<para><programlisting>
4502
4503 GNU Free Documentation License
4504 Version 1.2, November 2002
4505
4506
4507 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
4508 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4509 Everyone is permitted to copy and distribute verbatim copies
4510 of this license document, but changing it is not allowed.
4511
4512
45130. PREAMBLE
4514
4515The purpose of this License is to make a manual, textbook, or other
4516functional and useful document "free" in the sense of freedom: to
4517assure everyone the effective freedom to copy and redistribute it,
4518with or without modifying it, either commercially or noncommercially.
4519Secondarily, this License preserves for the author and publisher a way
4520to get credit for their work, while not being considered responsible
4521for modifications made by others.
4522
4523This License is a kind of "copyleft", which means that derivative
4524works of the document must themselves be free in the same sense. It
4525complements the GNU General Public License, which is a copyleft
4526license designed for free software.
4527
4528We have designed this License in order to use it for manuals for free
4529software, because free software needs free documentation: a free
4530program should come with manuals providing the same freedoms that the
4531software does. But this License is not limited to software manuals;
4532it can be used for any textual work, regardless of subject matter or
4533whether it is published as a printed book. We recommend this License
4534principally for works whose purpose is instruction or reference.
4535
4536
45371. APPLICABILITY AND DEFINITIONS
4538
4539This License applies to any manual or other work, in any medium, that
4540contains a notice placed by the copyright holder saying it can be
4541distributed under the terms of this License. Such a notice grants a
4542world-wide, royalty-free license, unlimited in duration, to use that
4543work under the conditions stated herein. The "Document", below,
4544refers to any such manual or work. Any member of the public is a
4545licensee, and is addressed as "you". You accept the license if you
4546copy, modify or distribute the work in a way requiring permission
4547under copyright law.
4548
4549A "Modified Version" of the Document means any work containing the
4550Document or a portion of it, either copied verbatim, or with
4551modifications and/or translated into another language.
4552
4553A "Secondary Section" is a named appendix or a front-matter section of
4554the Document that deals exclusively with the relationship of the
4555publishers or authors of the Document to the Document`s overall subject
4556(or to related matters) and contains nothing that could fall directly
4557within that overall subject. (Thus, if the Document is in part a
4558textbook of mathematics, a Secondary Section may not explain any
4559mathematics.) The relationship could be a matter of historical
4560connection with the subject or with related matters, or of legal,
4561commercial, philosophical, ethical or political position regarding
4562them.
4563
4564The "Invariant Sections" are certain Secondary Sections whose titles
4565are designated, as being those of Invariant Sections, in the notice
4566that says that the Document is released under this License. If a
4567section does not fit the above definition of Secondary then it is not
4568allowed to be designated as Invariant. The Document may contain zero
4569Invariant Sections. If the Document does not identify any Invariant
4570Sections then there are none.
4571
4572The "Cover Texts" are certain short passages of text that are listed,
4573as Front-Cover Texts or Back-Cover Texts, in the notice that says that
4574the Document is released under this License. A Front-Cover Text may
4575be at most 5 words, and a Back-Cover Text may be at most 25 words.
4576
4577A "Transparent" copy of the Document means a machine-readable copy,
4578represented in a format whose specification is available to the
4579general public, that is suitable for revising the document
4580straightforwardly with generic text editors or (for images composed of
4581pixels) generic paint programs or (for drawings) some widely available
4582drawing editor, and that is suitable for input to text formatters or
4583for automatic translation to a variety of formats suitable for input
4584to text formatters. A copy made in an otherwise Transparent file
4585format whose markup, or absence of markup, has been arranged to thwart
4586or discourage subsequent modification by readers is not Transparent.
4587An image format is not Transparent if used for any substantial amount
4588of text. A copy that is not "Transparent" is called "Opaque".
4589
4590Examples of suitable formats for Transparent copies include plain
4591ASCII without markup, Texinfo input format, LaTeX input format, SGML
4592or XML using a publicly available DTD, and standard-conforming simple
4593HTML, PostScript or PDF designed for human modification. Examples of
4594transparent image formats include PNG, XCF and JPG. Opaque formats
4595include proprietary formats that can be read and edited only by
4596proprietary word processors, SGML or XML for which the DTD and/or
4597processing tools are not generally available, and the
4598machine-generated HTML, PostScript or PDF produced by some word
4599processors for output purposes only.
4600
4601The "Title Page" means, for a printed book, the title page itself,
4602plus such following pages as are needed to hold, legibly, the material
4603this License requires to appear in the title page. For works in
4604formats which do not have any title page as such, "Title Page" means
4605the text near the most prominent appearance of the work`s title,
4606preceding the beginning of the body of the text.
4607
4608A section "Entitled XYZ" means a named subunit of the Document whose
4609title either is precisely XYZ or contains XYZ in parentheses following
4610text that translates XYZ in another language. (Here XYZ stands for a
4611specific section name mentioned below, such as "Acknowledgements",
4612"Dedications", "Endorsements", or "History".) To "Preserve the Title"
4613of such a section when you modify the Document means that it remains a
4614section "Entitled XYZ" according to this definition.
4615
4616The Document may include Warranty Disclaimers next to the notice which
4617states that this License applies to the Document. These Warranty
4618Disclaimers are considered to be included by reference in this
4619License, but only as regards disclaiming warranties: any other
4620implication that these Warranty Disclaimers may have is void and has
4621no effect on the meaning of this License.
4622
4623
46242. VERBATIM COPYING
4625
4626You may copy and distribute the Document in any medium, either
4627commercially or noncommercially, provided that this License, the
4628copyright notices, and the license notice saying this License applies
4629to the Document are reproduced in all copies, and that you add no other
4630conditions whatsoever to those of this License. You may not use
4631technical measures to obstruct or control the reading or further
4632copying of the copies you make or distribute. However, you may accept
4633compensation in exchange for copies. If you distribute a large enough
4634number of copies you must also follow the conditions in section 3.
4635
4636You may also lend copies, under the same conditions stated above, and
4637you may publicly display copies.
4638
4639
46403. COPYING IN QUANTITY
4641
4642If you publish printed copies (or copies in media that commonly have
4643printed covers) of the Document, numbering more than 100, and the
4644Document`s license notice requires Cover Texts, you must enclose the
4645copies in covers that carry, clearly and legibly, all these Cover
4646Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
4647the back cover. Both covers must also clearly and legibly identify
4648you as the publisher of these copies. The front cover must present
4649the full title with all words of the title equally prominent and
4650visible. You may add other material on the covers in addition.
4651Copying with changes limited to the covers, as long as they preserve
4652the title of the Document and satisfy these conditions, can be treated
4653as verbatim copying in other respects.
4654
4655If the required texts for either cover are too voluminous to fit
4656legibly, you should put the first ones listed (as many as fit
4657reasonably) on the actual cover, and continue the rest onto adjacent
4658pages.
4659
4660If you publish or distribute Opaque copies of the Document numbering
4661more than 100, you must either include a machine-readable Transparent
4662copy along with each Opaque copy, or state in or with each Opaque copy
4663a computer-network location from which the general network-using
4664public has access to download using public-standard network protocols
4665a complete Transparent copy of the Document, free of added material.
4666If you use the latter option, you must take reasonably prudent steps,
4667when you begin distribution of Opaque copies in quantity, to ensure
4668that this Transparent copy will remain thus accessible at the stated
4669location until at least one year after the last time you distribute an
4670Opaque copy (directly or through your agents or retailers) of that
4671edition to the public.
4672
4673It is requested, but not required, that you contact the authors of the
4674Document well before redistributing any large number of copies, to give
4675them a chance to provide you with an updated version of the Document.
4676
4677
46784. MODIFICATIONS
4679
4680You may copy and distribute a Modified Version of the Document under
4681the conditions of sections 2 and 3 above, provided that you release
4682the Modified Version under precisely this License, with the Modified
4683Version filling the role of the Document, thus licensing distribution
4684and modification of the Modified Version to whoever possesses a copy
4685of it. In addition, you must do these things in the Modified Version:
4686
4687A. Use in the Title Page (and on the covers, if any) a title distinct
4688 from that of the Document, and from those of previous versions
4689 (which should, if there were any, be listed in the History section
4690 of the Document). You may use the same title as a previous version
4691 if the original publisher of that version gives permission.
4692B. List on the Title Page, as authors, one or more persons or entities
4693 responsible for authorship of the modifications in the Modified
4694 Version, together with at least five of the principal authors of the
4695 Document (all of its principal authors, if it has fewer than five),
4696 unless they release you from this requirement.
4697C. State on the Title page the name of the publisher of the
4698 Modified Version, as the publisher.
4699D. Preserve all the copyright notices of the Document.
4700E. Add an appropriate copyright notice for your modifications
4701 adjacent to the other copyright notices.
4702F. Include, immediately after the copyright notices, a license notice
4703 giving the public permission to use the Modified Version under the
4704 terms of this License, in the form shown in the Addendum below.
4705G. Preserve in that license notice the full lists of Invariant Sections
4706 and required Cover Texts given in the Document`s license notice.
4707H. Include an unaltered copy of this License.
4708I. Preserve the section Entitled "History", Preserve its Title, and add
4709 to it an item stating at least the title, year, new authors, and
4710 publisher of the Modified Version as given on the Title Page. If
4711 there is no section Entitled "History" in the Document, create one
4712 stating the title, year, authors, and publisher of the Document as
4713 given on its Title Page, then add an item describing the Modified
4714 Version as stated in the previous sentence.
4715J. Preserve the network location, if any, given in the Document for
4716 public access to a Transparent copy of the Document, and likewise
4717 the network locations given in the Document for previous versions
4718 it was based on. These may be placed in the "History" section.
4719 You may omit a network location for a work that was published at
4720 least four years before the Document itself, or if the original
4721 publisher of the version it refers to gives permission.
4722K. For any section Entitled "Acknowledgements" or "Dedications",
4723 Preserve the Title of the section, and preserve in the section all
4724 the substance and tone of each of the contributor acknowledgements
4725 and/or dedications given therein.
4726L. Preserve all the Invariant Sections of the Document,
4727 unaltered in their text and in their titles. Section numbers
4728 or the equivalent are not considered part of the section titles.
4729M. Delete any section Entitled "Endorsements". Such a section
4730 may not be included in the Modified Version.
4731N. Do not retitle any existing section to be Entitled "Endorsements"
4732 or to conflict in title with any Invariant Section.
4733O. Preserve any Warranty Disclaimers.
4734
4735If the Modified Version includes new front-matter sections or
4736appendices that qualify as Secondary Sections and contain no material
4737copied from the Document, you may at your option designate some or all
4738of these sections as invariant. To do this, add their titles to the
4739list of Invariant Sections in the Modified Version`s license notice.
4740These titles must be distinct from any other section titles.
4741
4742You may add a section Entitled "Endorsements", provided it contains
4743nothing but endorsements of your Modified Version by various
4744parties--for example, statements of peer review or that the text has
4745been approved by an organization as the authoritative definition of a
4746standard.
4747
4748You may add a passage of up to five words as a Front-Cover Text, and a
4749passage of up to 25 words as a Back-Cover Text, to the end of the list
4750of Cover Texts in the Modified Version. Only one passage of
4751Front-Cover Text and one of Back-Cover Text may be added by (or
4752through arrangements made by) any one entity. If the Document already
4753includes a cover text for the same cover, previously added by you or
4754by arrangement made by the same entity you are acting on behalf of,
4755you may not add another; but you may replace the old one, on explicit
4756permission from the previous publisher that added the old one.
4757
4758The author(s) and publisher(s) of the Document do not by this License
4759give permission to use their names for publicity for or to assert or
4760imply endorsement of any Modified Version.
4761
4762
47635. COMBINING DOCUMENTS
4764
4765You may combine the Document with other documents released under this
4766License, under the terms defined in section 4 above for modified
4767versions, provided that you include in the combination all of the
4768Invariant Sections of all of the original documents, unmodified, and
4769list them all as Invariant Sections of your combined work in its
4770license notice, and that you preserve all their Warranty Disclaimers.
4771
4772The combined work need only contain one copy of this License, and
4773multiple identical Invariant Sections may be replaced with a single
4774copy. If there are multiple Invariant Sections with the same name but
4775different contents, make the title of each such section unique by
4776adding at the end of it, in parentheses, the name of the original
4777author or publisher of that section if known, or else a unique number.
4778Make the same adjustment to the section titles in the list of
4779Invariant Sections in the license notice of the combined work.
4780
4781In the combination, you must combine any sections Entitled "History"
4782in the various original documents, forming one section Entitled
4783"History"; likewise combine any sections Entitled "Acknowledgements",
4784and any sections Entitled "Dedications". You must delete all sections
4785Entitled "Endorsements".
4786
4787
47886. COLLECTIONS OF DOCUMENTS
4789
4790You may make a collection consisting of the Document and other documents
4791released under this License, and replace the individual copies of this
4792License in the various documents with a single copy that is included in
4793the collection, provided that you follow the rules of this License for
4794verbatim copying of each of the documents in all other respects.
4795
4796You may extract a single document from such a collection, and distribute
4797it individually under this License, provided you insert a copy of this
4798License into the extracted document, and follow this License in all
4799other respects regarding verbatim copying of that document.
4800
4801
48027. AGGREGATION WITH INDEPENDENT WORKS
4803
4804A compilation of the Document or its derivatives with other separate
4805and independent documents or works, in or on a volume of a storage or
4806distribution medium, is called an "aggregate" if the copyright
4807resulting from the compilation is not used to limit the legal rights
4808of the compilation`s users beyond what the individual works permit.
4809When the Document is included in an aggregate, this License does not
4810apply to the other works in the aggregate which are not themselves
4811derivative works of the Document.
4812
4813If the Cover Text requirement of section 3 is applicable to these
4814copies of the Document, then if the Document is less than one half of
4815the entire aggregate, the Document`s Cover Texts may be placed on
4816covers that bracket the Document within the aggregate, or the
4817electronic equivalent of covers if the Document is in electronic form.
4818Otherwise they must appear on printed covers that bracket the whole
4819aggregate.
4820
4821
48228. TRANSLATION
4823
4824Translation is considered a kind of modification, so you may
4825distribute translations of the Document under the terms of section 4.
4826Replacing Invariant Sections with translations requires special
4827permission from their copyright holders, but you may include
4828translations of some or all Invariant Sections in addition to the
4829original versions of these Invariant Sections. You may include a
4830translation of this License, and all the license notices in the
4831Document, and any Warranty Disclaimers, provided that you also include
4832the original English version of this License and the original versions
4833of those notices and disclaimers. In case of a disagreement between
4834the translation and the original version of this License or a notice
4835or disclaimer, the original version will prevail.
4836
4837If a section in the Document is Entitled "Acknowledgements",
4838"Dedications", or "History", the requirement (section 4) to Preserve
4839its Title (section 1) will typically require changing the actual
4840title.
4841
4842
48439. TERMINATION
4844
4845You may not copy, modify, sublicense, or distribute the Document except
4846as expressly provided for under this License. Any other attempt to
4847copy, modify, sublicense or distribute the Document is void, and will
4848automatically terminate your rights under this License. However,
4849parties who have received copies, or rights, from you under this
4850License will not have their licenses terminated so long as such
4851parties remain in full compliance.
4852
4853
485410. FUTURE REVISIONS OF THIS LICENSE
4855
4856The Free Software Foundation may publish new, revised versions
4857of the GNU Free Documentation License from time to time. Such new
4858versions will be similar in spirit to the present version, but may
4859differ in detail to address new problems or concerns. See
4860http://www.gnu.org/copyleft/.
4861
4862Each version of the License is given a distinguishing version number.
4863If the Document specifies that a particular numbered version of this
4864License "or any later version" applies to it, you have the option of
4865following the terms and conditions either of that specified version or
4866of any later version that has been published (not as a draft) by the
4867Free Software Foundation. If the Document does not specify a version
4868number of this License, you may choose any version ever published (not
4869as a draft) by the Free Software Foundation.
4870
4871
4872ADDENDUM: How to use this License for your documents
4873
4874To use this License in a document you have written, include a copy of
4875the License in the document and put the following copyright and
4876license notices just after the title page:
4877
4878 Copyright (c) YEAR YOUR NAME.
4879 Permission is granted to copy, distribute and/or modify this document
4880 under the terms of the GNU Free Documentation License, Version 1.2
4881 or any later version published by the Free Software Foundation;
4882 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
4883 A copy of the license is included in the section entitled "GNU
4884 Free Documentation License".
4885
4886If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
4887replace the "with...Texts." line with this:
4888
4889 with the Invariant Sections being LIST THEIR TITLES, with the
4890 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
4891
4892If you have Invariant Sections without Cover Texts, or some other
4893combination of the three, merge those two alternatives to suit the
4894situation.
4895
4896If your document contains nontrivial examples of program code, we
4897recommend releasing these examples in parallel under your choice of
4898free software license, such as the GNU General Public License,
4899to permit their use in free software.
4900
4901</programlisting></para></section>
4902
4903<section id="lic_16">
4904<title>GPL-1.0</title>
4905<para><programlisting>
4906
4907GNU General Public License, version 1
4908
4909 GNU GENERAL PUBLIC LICENSE
4910 Version 1, February 1989
4911
4912 Copyright (C) 1989 Free Software Foundation, Inc.
4913 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4914 Everyone is permitted to copy and distribute verbatim copies
4915 of this license document, but changing it is not allowed.
4916
4917 Preamble
4918
4919 The license agreements of most software companies try to keep users
4920at the mercy of those companies. By contrast, our General Public
4921License is intended to guarantee your freedom to share and change free
4922software--to make sure the software is free for all its users. The
4923General Public License applies to the Free Software Foundation`s
4924software and to any other program whose authors commit to using it.
4925You can use it for your programs, too.
4926
4927 When we speak of free software, we are referring to freedom, not
4928price. Specifically, the General Public License is designed to make
4929sure that you have the freedom to give away or sell copies of free
4930software, that you receive source code or can get it if you want it,
4931that you can change the software or use pieces of it in new free
4932programs; and that you know you can do these things.
4933
4934 To protect your rights, we need to make restrictions that forbid
4935anyone to deny you these rights or to ask you to surrender the rights.
4936These restrictions translate to certain responsibilities for you if you
4937distribute copies of the software, or if you modify it.
4938
4939 For example, if you distribute copies of a such a program, whether
4940gratis or for a fee, you must give the recipients all the rights that
4941you have. You must make sure that they, too, receive or can get the
4942source code. And you must tell them their rights.
4943
4944 We protect your rights with two steps: (1) copyright the software, and
4945(2) offer you this license which gives you legal permission to copy,
4946distribute and/or modify the software.
4947
4948 Also, for each author`s protection and ours, we want to make certain
4949that everyone understands that there is no warranty for this free
4950software. If the software is modified by someone else and passed on, we
4951want its recipients to know that what they have is not the original, so
4952that any problems introduced by others will not reflect on the original
4953authors` reputations.
4954
4955 The precise terms and conditions for copying, distribution and
4956modification follow.
4957
4958 GNU GENERAL PUBLIC LICENSE
4959 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4960
4961 0. This License Agreement applies to any program or other work which
4962contains a notice placed by the copyright holder saying it may be
4963distributed under the terms of this General Public License. The
4964"Program", below, refers to any such program or work, and a "work based
4965on the Program" means either the Program or any work containing the
4966Program or a portion of it, either verbatim or with modifications. Each
4967licensee is addressed as "you".
4968
4969 1. You may copy and distribute verbatim copies of the Program`s source
4970code as you receive it, in any medium, provided that you conspicuously and
4971appropriately publish on each copy an appropriate copyright notice and
4972disclaimer of warranty; keep intact all the notices that refer to this
4973General Public License and to the absence of any warranty; and give any
4974other recipients of the Program a copy of this General Public License
4975along with the Program. You may charge a fee for the physical act of
4976transferring a copy.
4977
4978 2. You may modify your copy or copies of the Program or any portion of
4979it, and copy and distribute such modifications under the terms of Paragraph
49801 above, provided that you also do the following:
4981
4982 a) cause the modified files to carry prominent notices stating that
4983 you changed the files and the date of any change; and
4984
4985 b) cause the whole of any work that you distribute or publish, that
4986 in whole or in part contains the Program or any part thereof, either
4987 with or without modifications, to be licensed at no charge to all
4988 third parties under the terms of this General Public License (except
4989 that you may choose to grant warranty protection to some or all
4990 third parties, at your option).
4991
4992 c) If the modified program normally reads commands interactively when
4993 run, you must cause it, when started running for such interactive use
4994 in the simplest and most usual way, to print or display an
4995 announcement including an appropriate copyright notice and a notice
4996 that there is no warranty (or else, saying that you provide a
4997 warranty) and that users may redistribute the program under these
4998 conditions, and telling the user how to view a copy of this General
4999 Public License.
5000
5001 d) You may charge a fee for the physical act of transferring a
5002 copy, and you may at your option offer warranty protection in
5003 exchange for a fee.
5004
5005Mere aggregation of another independent work with the Program (or its
5006derivative) on a volume of a storage or distribution medium does not bring
5007the other work under the scope of these terms.
5008
5009 3. You may copy and distribute the Program (or a portion or derivative of
5010it, under Paragraph 2) in object code or executable form under the terms of
5011Paragraphs 1 and 2 above provided that you also do one of the following:
5012
5013 a) accompany it with the complete corresponding machine-readable
5014 source code, which must be distributed under the terms of
5015 Paragraphs 1 and 2 above; or,
5016
5017 b) accompany it with a written offer, valid for at least three
5018 years, to give any third party free (except for a nominal charge
5019 for the cost of distribution) a complete machine-readable copy of the
5020 corresponding source code, to be distributed under the terms of
5021 Paragraphs 1 and 2 above; or,
5022
5023 c) accompany it with the information you received as to where the
5024 corresponding source code may be obtained. (This alternative is
5025 allowed only for noncommercial distribution and only if you
5026 received the program in object code or executable form alone.)
5027
5028Source code for a work means the preferred form of the work for making
5029modifications to it. For an executable file, complete source code means
5030all the source code for all modules it contains; but, as a special
5031exception, it need not include source code for modules which are standard
5032libraries that accompany the operating system on which the executable
5033file runs, or for standard header files or definitions files that
5034accompany that operating system.
5035
5036 4. You may not copy, modify, sublicense, distribute or transfer the
5037Program except as expressly provided under this General Public License.
5038Any attempt otherwise to copy, modify, sublicense, distribute or transfer
5039the Program is void, and will automatically terminate your rights to use
5040the Program under this License. However, parties who have received
5041copies, or rights to use copies, from you under this General Public
5042License will not have their licenses terminated so long as such parties
5043remain in full compliance.
5044
5045 5. By copying, distributing or modifying the Program (or any work based
5046on the Program) you indicate your acceptance of this license to do so,
5047and all its terms and conditions.
5048
5049 6. Each time you redistribute the Program (or any work based on the
5050Program), the recipient automatically receives a license from the original
5051licensor to copy, distribute or modify the Program subject to these
5052terms and conditions. You may not impose any further restrictions on the
5053recipients` exercise of the rights granted herein.
5054
5055 7. The Free Software Foundation may publish revised and/or new versions
5056of the General Public License from time to time. Such new versions will
5057be similar in spirit to the present version, but may differ in detail to
5058address new problems or concerns.
5059
5060Each version is given a distinguishing version number. If the Program
5061specifies a version number of the license which applies to it and "any
5062later version", you have the option of following the terms and conditions
5063either of that version or of any later version published by the Free
5064Software Foundation. If the Program does not specify a version number of
5065the license, you may choose any version ever published by the Free Software
5066Foundation.
5067
5068 8. If you wish to incorporate parts of the Program into other free
5069programs whose distribution conditions are different, write to the author
5070to ask for permission. For software which is copyrighted by the Free
5071Software Foundation, write to the Free Software Foundation; we sometimes
5072make exceptions for this. Our decision will be guided by the two goals
5073of preserving the free status of all derivatives of our free software and
5074of promoting the sharing and reuse of software generally.
5075
5076 NO WARRANTY
5077
5078 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
5079FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
5080OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
5081PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
5082OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5083MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
5084TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
5085PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
5086REPAIR OR CORRECTION.
5087
5088 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
5089WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
5090REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
5091INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
5092OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
5093TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
5094YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
5095PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5096POSSIBILITY OF SUCH DAMAGES.
5097
5098 END OF TERMS AND CONDITIONS
5099
5100 Appendix: How to Apply These Terms to Your New Programs
5101
5102 If you develop a new program, and you want it to be of the greatest
5103possible use to humanity, the best way to achieve this is to make it
5104free software which everyone can redistribute and change under these
5105terms.
5106
5107 To do so, attach the following notices to the program. It is safest to
5108attach them to the start of each source file to most effectively convey
5109the exclusion of warranty; and each file should have at least the
5110"copyright" line and a pointer to where the full notice is found.
5111
5112 &lt;one line to give the program`s name and a brief idea of what it does.&gt;
5113 Copyright (C) 19yy &lt;name of author&gt;
5114
5115 This program is free software; you can redistribute it and/or modify
5116 it under the terms of the GNU General Public License as published by
5117 the Free Software Foundation; either version 1, or (at your option)
5118 any later version.
5119
5120 This program is distributed in the hope that it will be useful,
5121 but WITHOUT ANY WARRANTY; without even the implied warranty of
5122 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5123 GNU General Public License for more details.
5124
5125 You should have received a copy of the GNU General Public License
5126 along with this program; if not, write to the Free Software
5127 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
5128
5129Also add information on how to contact you by electronic and paper mail.
5130
5131If the program is interactive, make it output a short notice like this
5132when it starts in an interactive mode:
5133
5134 Gnomovision version 69, Copyright (C) 19xx name of author
5135 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w`.
5136 This is free software, and you are welcome to redistribute it
5137 under certain conditions; type `show c` for details.
5138
5139The hypothetical commands `show w` and `show c` should show the
5140appropriate parts of the General Public License. Of course, the
5141commands you use may be called something other than `show w` and `show
5142c`; they could even be mouse-clicks or menu items--whatever suits your
5143program.
5144
5145You should also get your employer (if you work as a programmer) or your
5146school, if any, to sign a "copyright disclaimer" for the program, if
5147necessary. Here a sample; alter the names:
5148
5149 Yoyodyne, Inc., hereby disclaims all copyright interest in the
5150 program `Gnomovision` (a program to direct compilers to make passes
5151 at assemblers) written by James Hacker.
5152
5153 &lt;signature of Ty Coon&gt;, 1 April 1989
5154 Ty Coon, President of Vice
5155
5156That`s all there is to it!
5157
5158</programlisting></para></section>
5159
5160<section id="lic_17">
5161<title>GPL-2.0</title>
5162<para><programlisting>
5163
5164GNU GENERAL PUBLIC LICENSE
5165
5166Version 2, June 1991
5167
5168Copyright (C) 1989, 1991 Free Software Foundation, Inc.
516951 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
5170
5171Everyone is permitted to copy and distribute verbatim copies
5172of this license document, but changing it is not allowed.
5173Preamble
5174
5175The licenses for most software are designed to take away your freedom to share and
5176change it. By contrast, the GNU General Public License is intended to guarantee your
5177freedom to share and change free software--to make sure the software is free for all
5178its users. This General Public License applies to most of the Free Software
5179Foundation`s software and to any other program whose authors commit to using it. (Some
5180other Free Software Foundation software is covered by the GNU Lesser General Public
5181License instead.) You can apply it to your programs, too.
5182
5183When we speak of free software, we are referring to freedom, not price. Our General
5184Public Licenses are designed to make sure that you have the freedom to distribute
5185copies of free software (and charge for this service if you wish), that you receive
5186source code or can get it if you want it, that you can change the software or use
5187pieces of it in new free programs; and that you know you can do these things.
5188
5189To protect your rights, we need to make restrictions that forbid anyone to deny you
5190these rights or to ask you to surrender the rights. These restrictions translate to
5191certain responsibilities for you if you distribute copies of the software, or if you
5192modify it.
5193
5194For example, if you distribute copies of such a program, whether gratis or for a fee,
5195you must give the recipients all the rights that you have. You must make sure that
5196they, too, receive or can get the source code. And you must show them these terms so
5197they know their rights.
5198
5199We protect your rights with two steps: (1) copyright the software, and (2) offer you
5200this license which gives you legal permission to copy, distribute and/or modify the
5201software.
5202
5203Also, for each author`s protection and ours, we want to make certain that everyone
5204understands that there is no warranty for this free software. If the software is
5205modified by someone else and passed on, we want its recipients to know that what they
5206have is not the original, so that any problems introduced by others will not reflect
5207on the original authors` reputations.
5208
5209Finally, any free program is threatened constantly by software patents. We wish to
5210avoid the danger that redistributors of a free program will individually obtain patent
5211licenses, in effect making the program proprietary. To prevent this, we have made it
5212clear that any patent must be licensed for everyone`s free use or not licensed at all.
5213
5214The precise terms and conditions for copying, distribution and modification follow.
5215
5216TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5217
52180. This License applies to any program or other work which contains a notice placed by
5219the copyright holder saying it may be distributed under the terms of this General
5220Public License. The "Program", below, refers to any such program or work, and a "work
5221based on the Program" means either the Program or any derivative work under copyright
5222law: that is to say, a work containing the Program or a portion of it, either verbatim
5223or with modifications and/or translated into another language. (Hereinafter,
5224translation is included without limitation in the term "modification".) Each licensee
5225is addressed as "you".
5226
5227Activities other than copying, distribution and modification are not covered by this
5228License; they are outside its scope. The act of running the Program is not restricted,
5229and the output from the Program is covered only if its contents constitute a work
5230based on the Program (independent of having been made by running the Program). Whether
5231that is true depends on what the Program does.
5232
52331. You may copy and distribute verbatim copies of the Program`s source code as you
5234receive it, in any medium, provided that you conspicuously and appropriately publish
5235on each copy an appropriate copyright notice and disclaimer of warranty; keep intact
5236all the notices that refer to this License and to the absence of any warranty; and
5237give any other recipients of the Program a copy of this License along with the
5238Program.
5239
5240You may charge a fee for the physical act of transferring a copy, and you may at your
5241option offer warranty protection in exchange for a fee.
5242
52432. You may modify your copy or copies of the Program or any portion of it, thus
5244forming a work based on the Program, and copy and distribute such modifications or
5245work under the terms of Section 1 above, provided that you also meet all of these
5246conditions:
5247
5248a) You must cause the modified files to carry prominent notices stating that you
5249changed the files and the date of any change.
5250b) You must cause any work that you distribute or publish, that in whole or in part
5251contains or is derived from the Program or any part thereof, to be licensed as a whole
5252at no charge to all third parties under the terms of this License.
5253c) If the modified program normally reads commands interactively when run, you must
5254cause it, when started running for such interactive use in the most ordinary way, to
5255print or display an announcement including an appropriate copyright notice and a
5256notice that there is no warranty (or else, saying that you provide a warranty) and
5257that users may redistribute the program under these conditions, and telling the user
5258how to view a copy of this License. (Exception: if the Program itself is interactive
5259but does not normally print such an announcement, your work based on the Program is
5260not required to print an announcement.)
5261These requirements apply to the modified work as a whole. If identifiable sections of
5262that work are not derived from the Program, and can be reasonably considered
5263independent and separate works in themselves, then this License, and its terms, do not
5264apply to those sections when you distribute them as separate works. But when you
5265distribute the same sections as part of a whole which is a work based on the Program,
5266the distribution of the whole must be on the terms of this License, whose permissions
5267for other licensees extend to the entire whole, and thus to each and every part
5268regardless of who wrote it.
5269
5270Thus, it is not the intent of this section to claim rights or contest your rights to
5271work written entirely by you; rather, the intent is to exercise the right to control
5272the distribution of derivative or collective works based on the Program.
5273
5274In addition, mere aggregation of another work not based on the Program with the
5275Program (or with a work based on the Program) on a volume of a storage or distribution
5276medium does not bring the other work under the scope of this License.
5277
52783. You may copy and distribute the Program (or a work based on it, under Section 2) in
5279object code or executable form under the terms of Sections 1 and 2 above provided that
5280you also do one of the following:
5281
5282a) Accompany it with the complete corresponding machine-readable source code, which
5283must be distributed under the terms of Sections 1 and 2 above on a medium customarily
5284used for software interchange; or,
5285b) Accompany it with a written offer, valid for at least three years, to give any
5286third party, for a charge no more than your cost of physically performing source
5287distribution, a complete machine-readable copy of the corresponding source code, to be
5288distributed under the terms of Sections 1 and 2 above on a medium customarily used for
5289software interchange; or,
5290c) Accompany it with the information you received as to the offer to distribute
5291corresponding source code. (This alternative is allowed only for noncommercial
5292distribution and only if you received the program in object code or executable form
5293with such an offer, in accord with Subsection b above.)
5294The source code for a work means the preferred form of the work for making
5295modifications to it. For an executable work, complete source code means all the source
5296code for all modules it contains, plus any associated interface definition files, plus
5297the scripts used to control compilation and installation of the executable. However,
5298as a special exception, the source code distributed need not include anything that is
5299normally distributed (in either source or binary form) with the major components
5300(compiler, kernel, and so on) of the operating system on which the executable runs,
5301unless that component itself accompanies the executable.
5302
5303If distribution of executable or object code is made by offering access to copy from a
5304designated place, then offering equivalent access to copy the source code from the
5305same place counts as distribution of the source code, even though third parties are
5306not compelled to copy the source along with the object code.
5307
53084. You may not copy, modify, sublicense, or distribute the Program except as expressly
5309provided under this License. Any attempt otherwise to copy, modify, sublicense or
5310distribute the Program is void, and will automatically terminate your rights under
5311this License. However, parties who have received copies, or rights, from you under
5312this License will not have their licenses terminated so long as such parties remain in
5313full compliance.
5314
53155. You are not required to accept this License, since you have not signed it. However,
5316nothing else grants you permission to modify or distribute the Program or its
5317derivative works. These actions are prohibited by law if you do not accept this
5318License. Therefore, by modifying or distributing the Program (or any work based on the
5319Program), you indicate your acceptance of this License to do so, and all its terms and
5320conditions for copying, distributing or modifying the Program or works based on it.
5321
53226. Each time you redistribute the Program (or any work based on the Program), the
5323recipient automatically receives a license from the original licensor to copy,
5324distribute or modify the Program subject to these terms and conditions. You may not
5325impose any further restrictions on the recipients` exercise of the rights granted
5326herein. You are not responsible for enforcing compliance by third parties to this
5327License.
5328
53297. If, as a consequence of a court judgment or allegation of patent infringement or
5330for any other reason (not limited to patent issues), conditions are imposed on you
5331(whether by court order, agreement or otherwise) that contradict the conditions of
5332this License, they do not excuse you from the conditions of this License. If you
5333cannot distribute so as to satisfy simultaneously your obligations under this License
5334and any other pertinent obligations, then as a consequence you may not distribute the
5335Program at all. For example, if a patent license would not permit royalty-free
5336redistribution of the Program by all those who receive copies directly or indirectly
5337through you, then the only way you could satisfy both it and this License would be to
5338refrain entirely from distribution of the Program.
5339
5340If any portion of this section is held invalid or unenforceable under any particular
5341circumstance, the balance of the section is intended to apply and the section as a
5342whole is intended to apply in other circumstances.
5343
5344It is not the purpose of this section to induce you to infringe any patents or other
5345property right claims or to contest validity of any such claims; this section has the
5346sole purpose of protecting the integrity of the free software distribution system,
5347which is implemented by public license practices. Many people have made generous
5348contributions to the wide range of software distributed through that system in
5349reliance on consistent application of that system; it is up to the author/donor to
5350decide if he or she is willing to distribute software through any other system and a
5351licensee cannot impose that choice.
5352
5353This section is intended to make thoroughly clear what is believed to be a consequence
5354of the rest of this License.
5355
53568. If the distribution and/or use of the Program is restricted in certain countries
5357either by patents or by copyrighted interfaces, the original copyright holder who
5358places the Program under this License may add an explicit geographical distribution
5359limitation excluding those countries, so that distribution is permitted only in or
5360among countries not thus excluded. In such case, this License incorporates the
5361limitation as if written in the body of this License.
5362
53639. The Free Software Foundation may publish revised and/or new versions of the General
5364Public License from time to time. Such new versions will be similar in spirit to the
5365present version, but may differ in detail to address new problems or concerns.
5366
5367Each version is given a distinguishing version number. If the Program specifies a
5368version number of this License which applies to it and "any later version", you have
5369the option of following the terms and conditions either of that version or of any
5370later version published by the Free Software Foundation. If the Program does not
5371specify a version number of this License, you may choose any version ever published by
5372the Free Software Foundation.
5373
537410. If you wish to incorporate parts of the Program into other free programs whose
5375distribution conditions are different, write to the author to ask for permission. For
5376software which is copyrighted by the Free Software Foundation, write to the Free
5377Software Foundation; we sometimes make exceptions for this. Our decision will be
5378guided by the two goals of preserving the free status of all derivatives of our free
5379software and of promoting the sharing and reuse of software generally.
5380
5381NO WARRANTY
5382
538311. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
5384PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN
5385WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
5386WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
5387IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
5388RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM
5389PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
5390
539112. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
5392COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS
5393PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
5394INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
5395PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
5396OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
5397WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5398POSSIBILITY OF SUCH DAMAGES.
5399
5400END OF TERMS AND CONDITIONS
5401
5402How to Apply These Terms to Your New Programs
5403
5404If you develop a new program, and you want it to be of the greatest possible use to
5405the public, the best way to achieve this is to make it free software which everyone
5406can redistribute and change under these terms.
5407
5408To do so, attach the following notices to the program. It is safest to attach them to
5409the start of each source file to most effectively convey the exclusion of warranty;
5410and each file should have at least the "copyright" line and a pointer to where the
5411full notice is found.
5412
5413one line to give the program`s name and an idea of what it does.
5414Copyright (C) yyyy name of author
5415
5416This program is free software; you can redistribute it and/or
5417modify it under the terms of the GNU General Public License
5418as published by the Free Software Foundation; either version 2
5419of the License, or (at your option) any later version.
5420
5421This program is distributed in the hope that it will be useful,
5422but WITHOUT ANY WARRANTY; without even the implied warranty of
5423MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5424GNU General Public License for more details.
5425
5426You should have received a copy of the GNU General Public License
5427along with this program; if not, write to the Free Software
5428Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
5429Also add information on how to contact you by electronic and paper mail.
5430
5431If the program is interactive, make it output a short notice like this when it starts
5432in an interactive mode:
5433
5434Gnomovision version 69, Copyright (C) year name of author
5435Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
5436type `show w`. This is free software, and you are welcome
5437to redistribute it under certain conditions; type `show c`
5438for details.
5439The hypothetical commands `show w` and `show c` should show the appropriate parts of
5440the General Public License. Of course, the commands you use may be called something
5441other than `show w` and `show c`; they could even be mouse-clicks or menu
5442items--whatever suits your program.
5443
5444You should also get your employer (if you work as a programmer) or your school, if
5445any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample;
5446alter the names:
5447
5448Yoyodyne, Inc., hereby disclaims all copyright
5449interest in the program `Gnomovision`
5450(which makes passes at compilers) written
5451by James Hacker.
5452
5453signature of Ty Coon, 1 April 1989
5454Ty Coon, President of Vice
5455This General Public License does not permit incorporating your program into
5456proprietary programs. If your program is a subroutine library, you may consider it
5457more useful to permit linking proprietary applications with the library. If this is
5458what you want to do, use the GNU Lesser General Public License instead of this
5459License.
5460
5461</programlisting></para></section>
5462
5463<section id="lic_18">
5464<title>GPL-3.0</title>
5465<para><programlisting>
5466GNU GENERAL PUBLIC LICENSE
5467
5468Version 3, 29 June 2007
5469
5470Copyright © 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
5471
5472Everyone is permitted to copy and distribute verbatim copies of this license document,
5473but changing it is not allowed.
5474Preamble
5475
5476The GNU General Public License is a free, copyleft license for software and other
5477kinds of works.
5478
5479The licenses for most software and other practical works are designed to take away
5480your freedom to share and change the works. By contrast, the GNU General Public
5481License is intended to guarantee your freedom to share and change all versions of a
5482program--to make sure it remains free software for all its users. We, the Free
5483Software Foundation, use the GNU General Public License for most of our software; it
5484applies also to any other work released this way by its authors. You can apply it to
5485your programs, too.
5486
5487When we speak of free software, we are referring to freedom, not price. Our General
5488Public Licenses are designed to make sure that you have the freedom to distribute
5489copies of free software (and charge for them if you wish), that you receive source
5490code or can get it if you want it, that you can change the software or use pieces of
5491it in new free programs, and that you know you can do these things.
5492
5493To protect your rights, we need to prevent others from denying you these rights or
5494asking you to surrender the rights. Therefore, you have certain responsibilities if
5495you distribute copies of the software, or if you modify it: responsibilities to
5496respect the freedom of others.
5497
5498For example, if you distribute copies of such a program, whether gratis or for a fee,
5499you must pass on to the recipients the same freedoms that you received. You must make
5500sure that they, too, receive or can get the source code. And you must show them these
5501terms so they know their rights.
5502
5503Developers that use the GNU GPL protect your rights with two steps: (1) assert
5504copyright on the software, and (2) offer you this License giving you legal permission
5505to copy, distribute and/or modify it.
5506
5507For the developers' and authors' protection, the GPL clearly explains that there is no
5508warranty for this free software. For both users' and authors' sake, the GPL requires
5509that modified versions be marked as changed, so that their problems will not be
5510attributed erroneously to authors of previous versions.
5511
5512Some devices are designed to deny users access to install or run modified versions of
5513the software inside them, although the manufacturer can do so. This is fundamentally
5514incompatible with the aim of protecting users' freedom to change the software. The
5515systematic pattern of such abuse occurs in the area of products for individuals to
5516use, which is precisely where it is most unacceptable. Therefore, we have designed
5517this version of the GPL to prohibit the practice for those products. If such problems
5518arise substantially in other domains, we stand ready to extend this provision to those
5519domains in future versions of the GPL, as needed to protect the freedom of users.
5520
5521Finally, every program is threatened constantly by software patents. States should not
5522allow patents to restrict development and use of software on general-purpose
5523computers, but in those that do, we wish to avoid the special danger that patents
5524applied to a free program could make it effectively proprietary. To prevent this, the
5525GPL assures that patents cannot be used to render the program non-free.
5526
5527The precise terms and conditions for copying, distribution and modification follow.
5528TERMS AND CONDITIONS
55290. Definitions.
5530
5531&rdquor;This License&rdquo; refers to version 3 of the GNU General Public License.
5532
5533&rdquor;Copyright&rdquo; also means copyright-like laws that apply to other kinds of
5534works, such as semiconductor masks.
5535
5536&rdquor;The Program&rdquo; refers to any copyrightable work licensed under this
5537License. Each licensee is addressed as &rdquor;you&rdquo;. &rdquor;Licensees&rdquo;
5538and &rdquor;recipients&rdquo; may be individuals or organizations.
5539
5540To &rdquor;modify&rdquo; a work means to copy from or adapt all or part of the work in
5541a fashion requiring copyright permission, other than the making of an exact copy. The
5542resulting work is called a &rdquor;modified version&rdquo; of the earlier work or a
5543work &rdquor;based on&rdquo; the earlier work.
5544
5545A &rdquor;covered work&rdquo; means either the unmodified Program or a work based on
5546the Program.
5547
5548To &rdquor;propagate&rdquo; a work means to do anything with it that, without
5549permission, would make you directly or secondarily liable for infringement under
5550applicable copyright law, except executing it on a computer or modifying a private
5551copy. Propagation includes copying, distribution (with or without modification),
5552making available to the public, and in some countries other activities as well.
5553
5554To &rdquor;convey&rdquo; a work means any kind of propagation that enables other
5555parties to make or receive copies. Mere interaction with a user through a computer
5556network, with no transfer of a copy, is not conveying.
5557
5558An interactive user interface displays &rdquor;Appropriate Legal Notices&rdquo; to the
5559extent that it includes a convenient and prominently visible feature that (1) displays
5560an appropriate copyright notice, and (2) tells the user that there is no warranty for
5561the work (except to the extent that warranties are provided), that licensees may
5562convey the work under this License, and how to view a copy of this License. If the
5563interface presents a list of user commands or options, such as a menu, a prominent
5564item in the list meets this criterion.
55651. Source Code.
5566
5567The &rdquor;source code&rdquo; for a work means the preferred form of the work for
5568making modifications to it. &rdquor;Object code&rdquo; means any non-source form of a
5569work.
5570
5571A &rdquor;Standard Interface&rdquo; means an interface that either is an official
5572standard defined by a recognized standards body, or, in the case of interfaces
5573specified for a particular programming language, one that is widely used among
5574developers working in that language.
5575
5576The &rdquor;System Libraries&rdquo; of an executable work include anything, other than
5577the work as a whole, that (a) is included in the normal form of packaging a Major
5578Component, but which is not part of that Major Component, and (b) serves only to
5579enable use of the work with that Major Component, or to implement a Standard Interface
5580for which an implementation is available to the public in source code form. A
5581&rdquor;Major Component&rdquo;, in this context, means a major essential component
5582(kernel, window system, and so on) of the specific operating system (if any) on which
5583the executable work runs, or a compiler used to produce the work, or an object code
5584interpreter used to run it.
5585
5586The &rdquor;Corresponding Source&rdquo; for a work in object code form means all the
5587source code needed to generate, install, and (for an executable work) run the object
5588code and to modify the work, including scripts to control those activities. However,
5589it does not include the work's System Libraries, or general-purpose tools or generally
5590available free programs which are used unmodified in performing those activities but
5591which are not part of the work. For example, Corresponding Source includes interface
5592definition files associated with source files for the work, and the source code for
5593shared libraries and dynamically linked subprograms that the work is specifically
5594designed to require, such as by intimate data communication or control flow between
5595those subprograms and other parts of the work.
5596
5597The Corresponding Source need not include anything that users can regenerate
5598automatically from other parts of the Corresponding Source.
5599
5600The Corresponding Source for a work in source code form is that same work.
56012. Basic Permissions.
5602
5603All rights granted under this License are granted for the term of copyright on the
5604Program, and are irrevocable provided the stated conditions are met. This License
5605explicitly affirms your unlimited permission to run the unmodified Program. The output
5606from running a covered work is covered by this License only if the output, given its
5607content, constitutes a covered work. This License acknowledges your rights of fair use
5608or other equivalent, as provided by copyright law.
5609
5610You may make, run and propagate covered works that you do not convey, without
5611conditions so long as your license otherwise remains in force. You may convey covered
5612works to others for the sole purpose of having them make modifications exclusively for
5613you, or provide you with facilities for running those works, provided that you comply
5614with the terms of this License in conveying all material for which you do not control
5615copyright. Those thus making or running the covered works for you must do so
5616exclusively on your behalf, under your direction and control, on terms that prohibit
5617them from making any copies of your copyrighted material outside their relationship
5618with you.
5619
5620Conveying under any other circumstances is permitted solely under the conditions
5621stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
56223. Protecting Users' Legal Rights From Anti-Circumvention Law.
5623
5624No covered work shall be deemed part of an effective technological measure under any
5625applicable law fulfilling obligations under article 11 of the WIPO copyright treaty
5626adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention
5627of such measures.
5628
5629When you convey a covered work, you waive any legal power to forbid circumvention of
5630technological measures to the extent such circumvention is effected by exercising
5631rights under this License with respect to the covered work, and you disclaim any
5632intention to limit operation or modification of the work as a means of enforcing,
5633against the work's users, your or third parties' legal rights to forbid circumvention
5634of technological measures.
56354. Conveying Verbatim Copies.
5636
5637You may convey verbatim copies of the Program's source code as you receive it, in any
5638medium, provided that you conspicuously and appropriately publish on each copy an
5639appropriate copyright notice; keep intact all notices stating that this License and
5640any non-permissive terms added in accord with section 7 apply to the code; keep intact
5641all notices of the absence of any warranty; and give all recipients a copy of this
5642License along with the Program.
5643
5644You may charge any price or no price for each copy that you convey, and you may offer
5645support or warranty protection for a fee.
56465. Conveying Modified Source Versions.
5647
5648You may convey a work based on the Program, or the modifications to produce it from
5649the Program, in the form of source code under the terms of section 4, provided that
5650you also meet all of these conditions:
5651
5652 * a) The work must carry prominent notices stating that you modified it, and
5653giving a relevant date.
5654 * b) The work must carry prominent notices stating that it is released under this
5655License and any conditions added under section 7. This requirement modifies the
5656requirement in section 4 to &rdquor;keep intact all notices&rdquo;.
5657 * c) You must license the entire work, as a whole, under this License to anyone
5658who comes into possession of a copy. This License will therefore apply, along with any
5659applicable section 7 additional terms, to the whole of the work, and all its parts,
5660regardless of how they are packaged. This License gives no permission to license the
5661work in any other way, but it does not invalidate such permission if you have
5662separately received it.
5663 * d) If the work has interactive user interfaces, each must display Appropriate
5664Legal Notices; however, if the Program has interactive interfaces that do not display
5665Appropriate Legal Notices, your work need not make them do so.
5666
5667A compilation of a covered work with other separate and independent works, which are
5668not by their nature extensions of the covered work, and which are not combined with it
5669such as to form a larger program, in or on a volume of a storage or distribution
5670medium, is called an &rdquor;aggregate&rdquo; if the compilation and its resulting
5671copyright are not used to limit the access or legal rights of the compilation's users
5672beyond what the individual works permit. Inclusion of a covered work in an aggregate
5673does not cause this License to apply to the other parts of the aggregate.
56746. Conveying Non-Source Forms.
5675
5676You may convey a covered work in object code form under the terms of sections 4 and 5,
5677provided that you also convey the machine-readable Corresponding Source under the
5678terms of this License, in one of these ways:
5679
5680 * a) Convey the object code in, or embodied in, a physical product (including a
5681physical distribution medium), accompanied by the Corresponding Source fixed on a
5682durable physical medium customarily used for software interchange.
5683 * b) Convey the object code in, or embodied in, a physical product (including a
5684physical distribution medium), accompanied by a written offer, valid for at least
5685three years and valid for as long as you offer spare parts or customer support for
5686that product model, to give anyone who possesses the object code either (1) a copy of
5687the Corresponding Source for all the software in the product that is covered by this
5688License, on a durable physical medium customarily used for software interchange, for a
5689price no more than your reasonable cost of physically performing this conveying of
5690source, or (2) access to copy the Corresponding Source from a network server at no
5691charge.
5692 * c) Convey individual copies of the object code with a copy of the written offer
5693to provide the Corresponding Source. This alternative is allowed only occasionally and
5694noncommercially, and only if you received the object code with such an offer, in
5695accord with subsection 6b.
5696 * d) Convey the object code by offering access from a designated place (gratis or
5697for a charge), and offer equivalent access to the Corresponding Source in the same way
5698through the same place at no further charge. You need not require recipients to copy
5699the Corresponding Source along with the object code. If the place to copy the object
5700code is a network server, the Corresponding Source may be on a different server
5701(operated by you or a third party) that supports equivalent copying facilities,
5702provided you maintain clear directions next to the object code saying where to find
5703the Corresponding Source. Regardless of what server hosts the Corresponding Source,
5704you remain obligated to ensure that it is available for as long as needed to satisfy
5705these requirements.
5706 * e) Convey the object code using peer-to-peer transmission, provided you inform
5707other peers where the object code and Corresponding Source of the work are being
5708offered to the general public at no charge under subsection 6d.
5709
5710A separable portion of the object code, whose source code is excluded from the
5711Corresponding Source as a System Library, need not be included in conveying the object
5712code work.
5713
5714A &rdquor;User Product&rdquo; is either (1) a &rdquor;consumer product&rdquo;, which
5715means any tangible personal property which is normally used for personal, family, or
5716household purposes, or (2) anything designed or sold for incorporation into a
5717dwelling. In determining whether a product is a consumer product, doubtful cases shall
5718be resolved in favor of coverage. For a particular product received by a particular
5719user, &rdquor;normally used&rdquo; refers to a typical or common use of that class of
5720product, regardless of the status of the particular user or of the way in which the
5721particular user actually uses, or expects or is expected to use, the product. A
5722product is a consumer product regardless of whether the product has substantial
5723commercial, industrial or non-consumer uses, unless such uses represent the only
5724significant mode of use of the product.
5725
5726&rdquor;Installation Information&rdquo; for a User Product means any methods,
5727procedures, authorization keys, or other information required to install and execute
5728modified versions of a covered work in that User Product from a modified version of
5729its Corresponding Source. The information must suffice to ensure that the continued
5730functioning of the modified object code is in no case prevented or interfered with
5731solely because modification has been made.
5732
5733If you convey an object code work under this section in, or with, or specifically for
5734use in, a User Product, and the conveying occurs as part of a transaction in which the
5735right of possession and use of the User Product is transferred to the recipient in
5736perpetuity or for a fixed term (regardless of how the transaction is characterized),
5737the Corresponding Source conveyed under this section must be accompanied by the
5738Installation Information. But this requirement does not apply if neither you nor any
5739third party retains the ability to install modified object code on the User Product
5740(for example, the work has been installed in ROM).
5741
5742The requirement to provide Installation Information does not include a requirement to
5743continue to provide support service, warranty, or updates for a work that has been
5744modified or installed by the recipient, or for the User Product in which it has been
5745modified or installed. Access to a network may be denied when the modification itself
5746materially and adversely affects the operation of the network or violates the rules
5747and protocols for communication across the network.
5748
5749Corresponding Source conveyed, and Installation Information provided, in accord with
5750this section must be in a format that is publicly documented (and with an
5751implementation available to the public in source code form), and must require no
5752special password or key for unpacking, reading or copying.
57537. Additional Terms.
5754
5755&rdquor;Additional permissions&rdquo; are terms that supplement the terms of this
5756License by making exceptions from one or more of its conditions. Additional
5757permissions that are applicable to the entire Program shall be treated as though they
5758were included in this License, to the extent that they are valid under applicable law.
5759If additional permissions apply only to part of the Program, that part may be used
5760separately under those permissions, but the entire Program remains governed by this
5761License without regard to the additional permissions.
5762
5763When you convey a copy of a covered work, you may at your option remove any additional
5764permissions from that copy, or from any part of it. (Additional permissions may be
5765written to require their own removal in certain cases when you modify the work.) You
5766may place additional permissions on material, added by you to a covered work, for
5767which you have or can give appropriate copyright permission.
5768
5769Notwithstanding any other provision of this License, for material you add to a covered
5770work, you may (if authorized by the copyright holders of that material) supplement the
5771terms of this License with terms:
5772
5773 * a) Disclaiming warranty or limiting liability differently from the terms of
5774sections 15 and 16 of this License; or
5775 * b) Requiring preservation of specified reasonable legal notices or author
5776attributions in that material or in the Appropriate Legal Notices displayed by works
5777containing it; or
5778 * c) Prohibiting misrepresentation of the origin of that material, or requiring
5779that modified versions of such material be marked in reasonable ways as different from
5780the original version; or
5781 * d) Limiting the use for publicity purposes of names of licensors or authors of
5782the material; or
5783 * e) Declining to grant rights under trademark law for use of some trade names,
5784trademarks, or service marks; or
5785 * f) Requiring indemnification of licensors and authors of that material by anyone
5786who conveys the material (or modified versions of it) with contractual assumptions of
5787liability to the recipient, for any liability that these contractual assumptions
5788directly impose on those licensors and authors.
5789
5790All other non-permissive additional terms are considered &rdquor;further
5791restrictions&rdquo; within the meaning of section 10. If the Program as you received
5792it, or any part of it, contains a notice stating that it is governed by this License
5793along with a term that is a further restriction, you may remove that term. If a
5794license document contains a further restriction but permits relicensing or conveying
5795under this License, you may add to a covered work material governed by the terms of
5796that license document, provided that the further restriction does not survive such
5797relicensing or conveying.
5798
5799If you add terms to a covered work in accord with this section, you must place, in the
5800relevant source files, a statement of the additional terms that apply to those files,
5801or a notice indicating where to find the applicable terms.
5802
5803Additional terms, permissive or non-permissive, may be stated in the form of a
5804separately written license, or stated as exceptions; the above requirements apply
5805either way.
58068. Termination.
5807
5808You may not propagate or modify a covered work except as expressly provided under this
5809License. Any attempt otherwise to propagate or modify it is void, and will
5810automatically terminate your rights under this License (including any patent licenses
5811granted under the third paragraph of section 11).
5812
5813However, if you cease all violation of this License, then your license from a
5814particular copyright holder is reinstated (a) provisionally, unless and until the
5815copyright holder explicitly and finally terminates your license, and (b) permanently,
5816if the copyright holder fails to notify you of the violation by some reasonable means
5817prior to 60 days after the cessation.
5818
5819Moreover, your license from a particular copyright holder is reinstated permanently if
5820the copyright holder notifies you of the violation by some reasonable means, this is
5821the first time you have received notice of violation of this License (for any work)
5822from that copyright holder, and you cure the violation prior to 30 days after your
5823receipt of the notice.
5824
5825Termination of your rights under this section does not terminate the licenses of
5826parties who have received copies or rights from you under this License. If your rights
5827have been terminated and not permanently reinstated, you do not qualify to receive new
5828licenses for the same material under section 10.
58299. Acceptance Not Required for Having Copies.
5830
5831You are not required to accept this License in order to receive or run a copy of the
5832Program. Ancillary propagation of a covered work occurring solely as a consequence of
5833using peer-to-peer transmission to receive a copy likewise does not require
5834acceptance. However, nothing other than this License grants you permission to
5835propagate or modify any covered work. These actions infringe copyright if you do not
5836accept this License. Therefore, by modifying or propagating a covered work, you
5837indicate your acceptance of this License to do so.
583810. Automatic Licensing of Downstream Recipients.
5839
5840Each time you convey a covered work, the recipient automatically receives a license
5841from the original licensors, to run, modify and propagate that work, subject to this
5842License. You are not responsible for enforcing compliance by third parties with this
5843License.
5844
5845An &rdquor;entity transaction&rdquo; is a transaction transferring control of an
5846organization, or substantially all assets of one, or subdividing an organization, or
5847merging organizations. If propagation of a covered work results from an entity
5848transaction, each party to that transaction who receives a copy of the work also
5849receives whatever licenses to the work the party's predecessor in interest had or
5850could give under the previous paragraph, plus a right to possession of the
5851Corresponding Source of the work from the predecessor in interest, if the predecessor
5852has it or can get it with reasonable efforts.
5853
5854You may not impose any further restrictions on the exercise of the rights granted or
5855affirmed under this License. For example, you may not impose a license fee, royalty,
5856or other charge for exercise of rights granted under this License, and you may not
5857initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging
5858that any patent claim is infringed by making, using, selling, offering for sale, or
5859importing the Program or any portion of it.
586011. Patents.
5861
5862A &rdquor;contributor&rdquo; is a copyright holder who authorizes use under this
5863License of the Program or a work on which the Program is based. The work thus licensed
5864is called the contributor's &rdquor;contributor version&rdquo;.
5865
5866A contributor's &rdquor;essential patent claims&rdquo; are all patent claims owned or
5867controlled by the contributor, whether already acquired or hereafter acquired, that
5868would be infringed by some manner, permitted by this License, of making, using, or
5869selling its contributor version, but do not include claims that would be infringed
5870only as a consequence of further modification of the contributor version. For purposes
5871of this definition, &rdquor;control&rdquo; includes the right to grant patent
5872sublicenses in a manner consistent with the requirements of this License.
5873
5874Each contributor grants you a non-exclusive, worldwide, royalty-free patent license
5875under the contributor's essential patent claims, to make, use, sell, offer for sale,
5876import and otherwise run, modify and propagate the contents of its contributor
5877version.
5878
5879In the following three paragraphs, a &rdquor;patent license&rdquo; is any express
5880agreement or commitment, however denominated, not to enforce a patent (such as an
5881express permission to practice a patent or covenant not to sue for patent
5882infringement). To &rdquor;grant&rdquo; such a patent license to a party means to make
5883such an agreement or commitment not to enforce a patent against the party.
5884
5885If you convey a covered work, knowingly relying on a patent license, and the
5886Corresponding Source of the work is not available for anyone to copy, free of charge
5887and under the terms of this License, through a publicly available network server or
5888other readily accessible means, then you must either (1) cause the Corresponding
5889Source to be so available, or (2) arrange to deprive yourself of the benefit of the
5890patent license for this particular work, or (3) arrange, in a manner consistent with
5891the requirements of this License, to extend the patent license to downstream
5892recipients. &rdquor;Knowingly relying&rdquo; means you have actual knowledge that, but
5893for the patent license, your conveying the covered work in a country, or your
5894recipient's use of the covered work in a country, would infringe one or more
5895identifiable patents in that country that you have reason to believe are valid.
5896
5897If, pursuant to or in connection with a single transaction or arrangement, you convey,
5898or propagate by procuring conveyance of, a covered work, and grant a patent license to
5899some of the parties receiving the covered work authorizing them to use, propagate,
5900modify or convey a specific copy of the covered work, then the patent license you
5901grant is automatically extended to all recipients of the covered work and works based
5902on it.
5903
5904A patent license is &rdquor;discriminatory&rdquo; if it does not include within the
5905scope of its coverage, prohibits the exercise of, or is conditioned on the
5906non-exercise of one or more of the rights that are specifically granted under this
5907License. You may not convey a covered work if you are a party to an arrangement with a
5908third party that is in the business of distributing software, under which you make
5909payment to the third party based on the extent of your activity of conveying the work,
5910and under which the third party grants, to any of the parties who would receive the
5911covered work from you, a discriminatory patent license (a) in connection with copies
5912of the covered work conveyed by you (or copies made from those copies), or (b)
5913primarily for and in connection with specific products or compilations that contain
5914the covered work, unless you entered into that arrangement, or that patent license was
5915granted, prior to 28 March 2007.
5916
5917Nothing in this License shall be construed as excluding or limiting any implied
5918license or other defenses to infringement that may otherwise be available to you under
5919applicable patent law.
592012. No Surrender of Others' Freedom.
5921
5922If conditions are imposed on you (whether by court order, agreement or otherwise) that
5923contradict the conditions of this License, they do not excuse you from the conditions
5924of this License. If you cannot convey a covered work so as to satisfy simultaneously
5925your obligations under this License and any other pertinent obligations, then as a
5926consequence you may not convey it at all. For example, if you agree to terms that
5927obligate you to collect a royalty for further conveying from those to whom you convey
5928the Program, the only way you could satisfy both those terms and this License would be
5929to refrain entirely from conveying the Program.
593013. Use with the GNU Affero General Public License.
5931
5932Notwithstanding any other provision of this License, you have permission to link or
5933combine any covered work with a work licensed under version 3 of the GNU Affero
5934General Public License into a single combined work, and to convey the resulting work.
5935The terms of this License will continue to apply to the part which is the covered
5936work, but the special requirements of the GNU Affero General Public License, section
593713, concerning interaction through a network will apply to the combination as such.
593814. Revised Versions of this License.
5939
5940The Free Software Foundation may publish revised and/or new versions of the GNU
5941General Public License from time to time. Such new versions will be similar in spirit
5942to the present version, but may differ in detail to address new problems or concerns.
5943
5944Each version is given a distinguishing version number. If the Program specifies that a
5945certain numbered version of the GNU General Public License &rdquor;or any later
5946version&rdquo; applies to it, you have the option of following the terms and
5947conditions either of that numbered version or of any later version published by the
5948Free Software Foundation. If the Program does not specify a version number of the GNU
5949General Public License, you may choose any version ever published by the Free Software
5950Foundation.
5951
5952If the Program specifies that a proxy can decide which future versions of the GNU
5953General Public License can be used, that proxy's public statement of acceptance of a
5954version permanently authorizes you to choose that version for the Program.
5955
5956Later license versions may give you additional or different permissions. However, no
5957additional obligations are imposed on any author or copyright holder as a result of
5958your choosing to follow a later version.
595915. Disclaimer of Warranty.
5960
5961THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
5962EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
5963PROVIDE THE PROGRAM &rdquor;AS IS&rdquo; WITHOUT WARRANTY OF ANY KIND, EITHER
5964EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
5965MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
5966QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
5967DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
596816. Limitation of Liability.
5969
5970IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
5971COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS
5972PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
5973INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
5974PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
5975OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
5976WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
5977POSSIBILITY OF SUCH DAMAGES.
597817. Interpretation of Sections 15 and 16.
5979
5980If the disclaimer of warranty and limitation of liability provided above cannot be
5981given local legal effect according to their terms, reviewing courts shall apply local
5982law that most closely approximates an absolute waiver of all civil liability in
5983connection with the Program, unless a warranty or assumption of liability accompanies
5984a copy of the Program in return for a fee.
5985
5986END OF TERMS AND CONDITIONS
5987How to Apply These Terms to Your New Programs
5988
5989If you develop a new program, and you want it to be of the greatest possible use to
5990the public, the best way to achieve this is to make it free software which everyone
5991can redistribute and change under these terms.
5992
5993To do so, attach the following notices to the program. It is safest to attach them to
5994the start of each source file to most effectively state the exclusion of warranty; and
5995each file should have at least the &rdquor;copyright&rdquo; line and a pointer to
5996where the full notice is found.
5997
5998 &lt;one line to give the program's name and a brief idea of what it does.&gt;
5999 Copyright (C) &lt;year&gt; &lt;name of author&gt;
6000
6001 This program is free software: you can redistribute it and/or modify
6002 it under the terms of the GNU General Public License as published by
6003 the Free Software Foundation, either version 3 of the License, or
6004 (at your option) any later version.
6005
6006 This program is distributed in the hope that it will be useful,
6007 but WITHOUT ANY WARRANTY; without even the implied warranty of
6008 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6009 GNU General Public License for more details.
6010
6011 You should have received a copy of the GNU General Public License
6012 along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
6013
6014Also add information on how to contact you by electronic and paper mail.
6015
6016If the program does terminal interaction, make it output a short notice like this when
6017it starts in an interactive mode:
6018
6019 &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
6020 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
6021 This is free software, and you are welcome to redistribute it
6022 under certain conditions; type `show c' for details.
6023
6024The hypothetical commands `show w' and `show c' should show the appropriate parts of
6025the General Public License. Of course, your program's commands might be different; for
6026a GUI interface, you would use an &rdquor;about box&rdquo;.
6027
6028You should also get your employer (if you work as a programmer) or school, if any, to
6029sign a &rdquor;copyright disclaimer&rdquo; for the program, if necessary. For more
6030information on this, and how to apply and follow the GNU GPL, see
6031&lt;http://www.gnu.org/licenses/&gt;.
6032
6033The GNU General Public License does not permit incorporating your program into
6034proprietary programs. If your program is a subroutine library, you may consider it
6035more useful to permit linking proprietary applications with the library. If this is
6036what you want to do, use the GNU Lesser General Public License instead of this
6037License. But first, please read
6038&lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.
6039</programlisting></para></section>
6040
6041<section id="lic_19">
6042<title>GPL-3.0-with-GCC-exception</title>
6043<para><programlisting>
6044
6045insert GPL v3 text here
6046
6047GCC RUNTIME LIBRARY EXCEPTION
6048Version 3.1, 31 March 2009
6049
6050General information:
6051http://www.gnu.org/licenses/gcc-exception.html
6052Copyright (C) 2009 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
6053Everyone is permitted to copy and distribute verbatim copies of this license document,
6054but changing it is not allowed.
6055This GCC Runtime Library Exception ("Exception") is an additional permission under
6056section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a
6057given file (the "Runtime Library") that bears a notice placed by the copyright holder
6058of the file stating that the file is governed by GPLv3 along with this Exception.
6059When you use GCC to compile a program, GCC may combine portions of certain GCC header
6060files and runtime libraries with the compiled program. The purpose of this Exception
6061is to allow compilation of non-GPL (including proprietary) programs to use, in this
6062way, the header files and runtime libraries covered by this Exception.
6063
60640. Definitions.
6065A file is an "Independent Module" if it either requires the Runtime Library for
6066execution after a Compilation Process, or makes use of an interface provided by the
6067Runtime Library, but is not otherwise based on the Runtime Library.
6068"GCC" means a version of the GNU Compiler Collection, with or without modifications,
6069governed by version 3 (or a specified later version) of the GNU General Public License
6070(GPL) with the option of using any subsequent versions published by the FSF.
6071"GPL-compatible Software" is software whose conditions of propagation, modification
6072and use would permit combination with GCC in accord with the license of GCC.
6073"Target Code" refers to output from any compiler for a real or virtual target
6074processor architecture, in executable form or suitable for input to an assembler,
6075loader, linker and/or execution phase. Notwithstanding that, Target Code does not
6076include data in any format that is used as a compiler intermediate representation, or
6077used for producing a compiler intermediate representation.
6078The "Compilation Process" transforms code entirely represented in non-intermediate
6079languages designed for human-written code, and/or in Java Virtual Machine byte code,
6080into Target Code. Thus, for example, use of source code generators and preprocessors
6081need not be considered part of the Compilation Process, since the Compilation Process
6082can be understood as starting with the output of the generators or preprocessors.
6083A Compilation Process is "Eligible" if it is done using GCC, alone or with other
6084GPL-compatible software, or if it is done without using any work based on GCC. For
6085example, using non-GPL-compatible Software to optimize any GCC intermediate
6086representations would not qualify as an Eligible Compilation Process.
6087
60881. Grant of Additional Permission.
6089You have permission to propagate a work of Target Code formed by combining the Runtime
6090Library with Independent Modules, even if such propagation would otherwise violate the
6091terms of GPLv3, provided that all Target Code was generated by Eligible Compilation
6092Processes. You may then convey such a combination under terms of your choice,
6093consistent with the licensing of the Independent Modules.
6094
60952. No Weakening of GCC Copyleft.
6096The availability of this Exception does not imply any general presumption that
6097third-party software is unaffected by the copyleft requirements of the license of GCC.
6098
6099</programlisting></para></section>
6100
6101<section id="lic_20">
6102<title>ICU</title>
6103<para><programlisting>
6104COPYRIGHT AND PERMISSION NOTICE
6105
6106Copyright (c) 1995-2012 International Business Machines Corporation and others
6107
6108All rights reserved.
6109
6110Permission is hereby granted, free of charge, to any person obtaining a copy of this
6111software and associated documentation files (the "Software"), to deal in the Software
6112without restriction, including without limitation the rights to use, copy, modify,
6113merge, publish, distribute, and/or sell copies of the Software, and to permit persons
6114to whom the Software is furnished to do so, provided that the above copyright
6115notice(s) and this permission notice appear in all copies of the Software and that
6116both the above copyright notice(s) and this permission notice appear in supporting
6117documentation.
6118
6119THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
6120INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
6121PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
6122COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
6123SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM
6124LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
6125TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
6126SOFTWARE.
6127
6128Except as contained in this notice, the name of a copyright holder shall not be used
6129in advertising or otherwise to promote the sale, use or other dealings in this
6130Software without prior written authorization of the copyright holder.
6131
6132All trademarks and registered trademarks mentioned herein are the property of their
6133respective owners.
6134</programlisting></para></section>
6135
6136<section id="lic_21">
6137<title>ISC</title>
6138<para><programlisting>
6139
6140ISC License:
6141
6142Copyright &#169; 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
6143Copyright &#169; 1995-2003 by Internet Software Consortium
6144
6145Permission to use, copy, modify, and/or distribute this software for any purpose with
6146or without fee is hereby granted, provided that the above copyright notice and this
6147permission notice appear in all copies.
6148
6149THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
6150SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
6151SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
6152DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
6153OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
6154THE USE OR PERFORMANCE OF THIS SOFTWARE.
6155
6156</programlisting></para></section>
6157
6158<section id="lic_22">
6159<title>LGPL-2.0</title>
6160<para><programlisting>
6161GNU LIBRARY GENERAL PUBLIC LICENSE
6162
6163
6164
6165Version 2, June 1991
6166
6167
6168
6169Copyright (C) 1991 Free Software Foundation, Inc.
6170
617151 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
6172
6173Everyone is permitted to copy and distribute verbatim copies
6174
6175of this license document, but changing it is not allowed.
6176
6177
6178
6179[This is the first released version of the library GPL. It is
6180
6181 numbered 2 because it goes with version 2 of the ordinary GPL.]
6182
6183Preamble
6184
6185
6186
6187The licenses for most software are designed to take away your freedom to share and
6188change it. By contrast, the GNU General Public Licenses are intended to guarantee your
6189freedom to share and change free software--to make sure the software is free for all
6190its users.
6191
6192
6193
6194This license, the Library General Public License, applies to some specially designated
6195Free Software Foundation software, and to any other libraries whose authors decide to
6196use it. You can use it for your libraries, too.
6197
6198
6199
6200When we speak of free software, we are referring to freedom, not price. Our General
6201Public Licenses are designed to make sure that you have the freedom to distribute
6202copies of free software (and charge for this service if you wish), that you receive
6203source code or can get it if you want it, that you can change the software or use
6204pieces of it in new free programs; and that you know you can do these things.
6205
6206
6207
6208To protect your rights, we need to make restrictions that forbid anyone to deny you
6209these rights or to ask you to surrender the rights. These restrictions translate to
6210certain responsibilities for you if you distribute copies of the library, or if you
6211modify it.
6212
6213
6214
6215For example, if you distribute copies of the library, whether gratis or for a fee, you
6216must give the recipients all the rights that we gave you. You must make sure that
6217they, too, receive or can get the source code. If you link a program with the library,
6218you must provide complete object files to the recipients so that they can relink them
6219with the library, after making changes to the library and recompiling it. And you must
6220show them these terms so they know their rights.
6221
6222
6223
6224Our method of protecting your rights has two steps: (1) copyright the library, and (2)
6225offer you this license which gives you legal permission to copy, distribute and/or
6226modify the library.
6227
6228
6229
6230Also, for each distributor's protection, we want to make certain that everyone
6231understands that there is no warranty for this free library. If the library is
6232modified by someone else and passed on, we want its recipients to know that what they
6233have is not the original version, so that any problems introduced by others will not
6234reflect on the original authors' reputations.
6235
6236
6237
6238Finally, any free program is threatened constantly by software patents. We wish to
6239avoid the danger that companies distributing free software will individually obtain
6240patent licenses, thus in effect transforming the program into proprietary software. To
6241prevent this, we have made it clear that any patent must be licensed for everyone's
6242free use or not licensed at all.
6243
6244
6245
6246Most GNU software, including some libraries, is covered by the ordinary GNU General
6247Public License, which was designed for utility programs. This license, the GNU Library
6248General Public License, applies to certain designated libraries. This license is quite
6249different from the ordinary one; be sure to read it in full, and don't assume that
6250anything in it is the same as in the ordinary license.
6251
6252
6253
6254The reason we have a separate public license for some libraries is that they blur the
6255distinction we usually make between modifying or adding to a program and simply using
6256it. Linking a program with a library, without changing the library, is in some sense
6257simply using the library, and is analogous to running a utility program or application
6258program. However, in a textual and legal sense, the linked executable is a combined
6259work, a derivative of the original library, and the ordinary General Public License
6260treats it as such.
6261
6262
6263
6264Because of this blurred distinction, using the ordinary General Public License for
6265libraries did not effectively promote software sharing, because most developers did
6266not use the libraries. We concluded that weaker conditions might promote sharing
6267better.
6268
6269
6270
6271However, unrestricted linking of non-free programs would deprive the users of those
6272programs of all benefit from the free status of the libraries themselves. This Library
6273General Public License is intended to permit developers of non-free programs to use
6274free libraries, while preserving your freedom as a user of such programs to change the
6275free libraries that are incorporated in them. (We have not seen how to achieve this as
6276regards changes in header files, but we have achieved it as regards changes in the
6277actual functions of the Library.) The hope is that this will lead to faster
6278development of free libraries.
6279
6280
6281
6282The precise terms and conditions for copying, distribution and modification follow.
6283Pay close attention to the difference between a "work based on the library" and a
6284"work that uses the library". The former contains code derived from the library, while
6285the latter only works together with the library.
6286
6287
6288
6289Note that it is possible for a library to be covered by the ordinary General Public
6290License rather than by this special one.
6291
6292
6293
6294TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6295
6296
6297
62980. This License Agreement applies to any software library which contains a notice
6299placed by the copyright holder or other authorized party saying it may be distributed
6300under the terms of this Library General Public License (also called "this License").
6301Each licensee is addressed as "you".
6302
6303
6304
6305A "library" means a collection of software functions and/or data prepared so as to be
6306conveniently linked with application programs (which use some of those functions and
6307data) to form executables.
6308
6309
6310
6311The "Library", below, refers to any such software library or work which has been
6312distributed under these terms. A "work based on the Library" means either the Library
6313or any derivative work under copyright law: that is to say, a work containing the
6314Library or a portion of it, either verbatim or with modifications and/or translated
6315straightforwardly into another language. (Hereinafter, translation is included without
6316limitation in the term "modification".)
6317
6318
6319
6320"Source code" for a work means the preferred form of the work for making modifications
6321to it. For a library, complete source code means all the source code for all modules
6322it contains, plus any associated interface definition files, plus the scripts used to
6323control compilation and installation of the library.
6324
6325
6326
6327Activities other than copying, distribution and modification are not covered by this
6328License; they are outside its scope. The act of running a program using the Library is
6329not restricted, and output from such a program is covered only if its contents
6330constitute a work based on the Library (independent of the use of the Library in a
6331tool for writing it). Whether that is true depends on what the Library does and what
6332the program that uses the Library does.
6333
6334
6335
63361. You may copy and distribute verbatim copies of the Library's complete source code
6337as you receive it, in any medium, provided that you conspicuously and appropriately
6338publish on each copy an appropriate copyright notice and disclaimer of warranty; keep
6339intact all the notices that refer to this License and to the absence of any warranty;
6340and distribute a copy of this License along with the Library.
6341
6342
6343
6344You may charge a fee for the physical act of transferring a copy, and you may at your
6345option offer warranty protection in exchange for a fee.
6346
6347
6348
63492. You may modify your copy or copies of the Library or any portion of it, thus
6350forming a work based on the Library, and copy and distribute such modifications or
6351work under the terms of Section 1 above, provided that you also meet all of these
6352conditions:
6353
6354
6355
6356a) The modified work must itself be a software library.
6357
6358b) You must cause the files modified to carry prominent notices stating that you
6359changed the files and the date of any change.
6360
6361c) You must cause the whole of the work to be licensed at no charge to all third
6362parties under the terms of this License.
6363
6364d) If a facility in the modified Library refers to a function or a table of data to be
6365supplied by an application program that uses the facility, other than as an argument
6366passed when the facility is invoked, then you must make a good faith effort to ensure
6367that, in the event an application does not supply such function or table, the facility
6368still operates, and performs whatever part of its purpose remains meaningful.
6369
6370(For example, a function in a library to compute square roots has a purpose that is
6371entirely well-defined independent of the application. Therefore, Subsection 2d
6372requires that any application-supplied function or table used by this function must be
6373optional: if the application does not supply it, the square root function must still
6374compute square roots.)
6375
6376
6377
6378These requirements apply to the modified work as a whole. If identifiable sections of
6379that work are not derived from the Library, and can be reasonably considered
6380independent and separate works in themselves, then this License, and its terms, do not
6381apply to those sections when you distribute them as separate works. But when you
6382distribute the same sections as part of a whole which is a work based on the Library,
6383the distribution of the whole must be on the terms of this License, whose permissions
6384for other licensees extend to the entire whole, and thus to each and every part
6385regardless of who wrote it.
6386
6387
6388
6389Thus, it is not the intent of this section to claim rights or contest your rights to
6390work written entirely by you; rather, the intent is to exercise the right to control
6391the distribution of derivative or collective works based on the Library.
6392
6393
6394
6395In addition, mere aggregation of another work not based on the Library with the
6396Library (or with a work based on the Library) on a volume of a storage or distribution
6397medium does not bring the other work under the scope of this License.
6398
6399
6400
64013. You may opt to apply the terms of the ordinary GNU General Public License instead
6402of this License to a given copy of the Library. To do this, you must alter all the
6403notices that refer to this License, so that they refer to the ordinary GNU General
6404Public License, version 2, instead of to this License. (If a newer version than
6405version 2 of the ordinary GNU General Public License has appeared, then you can
6406specify that version instead if you wish.) Do not make any other change in these
6407notices.
6408
6409
6410
6411Once this change is made in a given copy, it is irreversible for that copy, so the
6412ordinary GNU General Public License applies to all subsequent copies and derivative
6413works made from that copy.
6414
6415
6416
6417This option is useful when you wish to copy part of the code of the Library into a
6418program that is not a library.
6419
6420
6421
64224. You may copy and distribute the Library (or a portion or derivative of it, under
6423Section 2) in object code or executable form under the terms of Sections 1 and 2 above
6424provided that you accompany it with the complete corresponding machine-readable source
6425code, which must be distributed under the terms of Sections 1 and 2 above on a medium
6426customarily used for software interchange.
6427
6428
6429
6430If distribution of object code is made by offering access to copy from a designated
6431place, then offering equivalent access to copy the source code from the same place
6432satisfies the requirement to distribute the source code, even though third parties are
6433not compelled to copy the source along with the object code.
6434
6435
6436
64375. A program that contains no derivative of any portion of the Library, but is
6438designed to work with the Library by being compiled or linked with it, is called a
6439"work that uses the Library". Such a work, in isolation, is not a derivative work of
6440the Library, and therefore falls outside the scope of this License.
6441
6442
6443
6444However, linking a "work that uses the Library" with the Library creates an executable
6445that is a derivative of the Library (because it contains portions of the Library),
6446rather than a "work that uses the library". The executable is therefore covered by
6447this License. Section 6 states terms for distribution of such executables.
6448
6449
6450
6451When a "work that uses the Library" uses material from a header file that is part of
6452the Library, the object code for the work may be a derivative work of the Library even
6453though the source code is not. Whether this is true is especially significant if the
6454work can be linked without the Library, or if the work is itself a library. The
6455threshold for this to be true is not precisely defined by law.
6456
6457
6458
6459If such an object file uses only numerical parameters, data structure layouts and
6460accessors, and small macros and small inline functions (ten lines or less in length),
6461then the use of the object file is unrestricted, regardless of whether it is legally a
6462derivative work. (Executables containing this object code plus portions of the Library
6463will still fall under Section 6.)
6464
6465
6466
6467Otherwise, if the work is a derivative of the Library, you may distribute the object
6468code for the work under the terms of Section 6. Any executables containing that work
6469also fall under Section 6, whether or not they are linked directly with the Library
6470itself.
6471
6472
6473
64746. As an exception to the Sections above, you may also compile or link a "work that
6475uses the Library" with the Library to produce a work containing portions of the
6476Library, and distribute that work under terms of your choice, provided that the terms
6477permit modification of the work for the customer's own use and reverse engineering for
6478debugging such modifications.
6479
6480
6481
6482You must give prominent notice with each copy of the work that the Library is used in
6483it and that the Library and its use are covered by this License. You must supply a
6484copy of this License. If the work during execution displays copyright notices, you
6485must include the copyright notice for the Library among them, as well as a reference
6486directing the user to the copy of this License. Also, you must do one of these things:
6487
6488
6489
6490a) Accompany the work with the complete corresponding machine-readable source code for
6491the Library including whatever changes were used in the work (which must be
6492distributed under Sections 1 and 2 above); and, if the work is an executable linked
6493with the Library, with the complete machine-readable "work that uses the Library", as
6494object code and/or source code, so that the user can modify the Library and then
6495relink to produce a modified executable containing the modified Library. (It is
6496understood that the user who changes the contents of definitions files in the Library
6497will not necessarily be able to recompile the application to use the modified
6498definitions.)
6499
6500b) Accompany the work with a written offer, valid for at least three years, to give
6501the same user the materials specified in Subsection 6a, above, for a charge no more
6502than the cost of performing this distribution.
6503
6504c) If distribution of the work is made by offering access to copy from a designated
6505place, offer equivalent access to copy the above specified materials from the same
6506place.
6507
6508d) Verify that the user has already received a copy of these materials or that you
6509have already sent this user a copy.
6510
6511For an executable, the required form of the "work that uses the Library" must include
6512any data and utility programs needed for reproducing the executable from it. However,
6513as a special exception, the source code distributed need not include anything that is
6514normally distributed (in either source or binary form) with the major components
6515(compiler, kernel, and so on) of the operating system on which the executable runs,
6516unless that component itself accompanies the executable.
6517
6518
6519
6520It may happen that this requirement contradicts the license restrictions of other
6521proprietary libraries that do not normally accompany the operating system. Such a
6522contradiction means you cannot use both them and the Library together in an executable
6523that you distribute.
6524
6525
6526
65277. You may place library facilities that are a work based on the Library side-by-side
6528in a single library together with other library facilities not covered by this
6529License, and distribute such a combined library, provided that the separate
6530distribution of the work based on the Library and of the other library facilities is
6531otherwise permitted, and provided that you do these two things:
6532
6533
6534
6535a) Accompany the combined library with a copy of the same work based on the Library,
6536uncombined with any other library facilities. This must be distributed under the terms
6537of the Sections above.
6538
6539b) Give prominent notice with the combined library of the fact that part of it is a
6540work based on the Library, and explaining where to find the accompanying uncombined
6541form of the same work.
6542
65438. You may not copy, modify, sublicense, link with, or distribute the Library except
6544as expressly provided under this License. Any attempt otherwise to copy, modify,
6545sublicense, link with, or distribute the Library is void, and will automatically
6546terminate your rights under this License. However, parties who have received copies,
6547or rights, from you under this License will not have their licenses terminated so long
6548as such parties remain in full compliance.
6549
6550
6551
65529. You are not required to accept this License, since you have not signed it. However,
6553nothing else grants you permission to modify or distribute the Library or its
6554derivative works. These actions are prohibited by law if you do not accept this
6555License. Therefore, by modifying or distributing the Library (or any work based on the
6556Library), you indicate your acceptance of this License to do so, and all its terms and
6557conditions for copying, distributing or modifying the Library or works based on it.
6558
6559
6560
656110. Each time you redistribute the Library (or any work based on the Library), the
6562recipient automatically receives a license from the original licensor to copy,
6563distribute, link with or modify the Library subject to these terms and conditions. You
6564may not impose any further restrictions on the recipients' exercise of the rights
6565granted herein. You are not responsible for enforcing compliance by third parties to
6566this License.
6567
6568
6569
657011. If, as a consequence of a court judgment or allegation of patent infringement or
6571for any other reason (not limited to patent issues), conditions are imposed on you
6572(whether by court order, agreement or otherwise) that contradict the conditions of
6573this License, they do not excuse you from the conditions of this License. If you
6574cannot distribute so as to satisfy simultaneously your obligations under this License
6575and any other pertinent obligations, then as a consequence you may not distribute the
6576Library at all. For example, if a patent license would not permit royalty-free
6577redistribution of the Library by all those who receive copies directly or indirectly
6578through you, then the only way you could satisfy both it and this License would be to
6579refrain entirely from distribution of the Library.
6580
6581
6582
6583If any portion of this section is held invalid or unenforceable under any particular
6584circumstance, the balance of the section is intended to apply, and the section as a
6585whole is intended to apply in other circumstances.
6586
6587
6588
6589It is not the purpose of this section to induce you to infringe any patents or other
6590property right claims or to contest validity of any such claims; this section has the
6591sole purpose of protecting the integrity of the free software distribution system
6592which is implemented by public license practices. Many people have made generous
6593contributions to the wide range of software distributed through that system in
6594reliance on consistent application of that system; it is up to the author/donor to
6595decide if he or she is willing to distribute software through any other system and a
6596licensee cannot impose that choice.
6597
6598
6599
6600This section is intended to make thoroughly clear what is believed to be a consequence
6601of the rest of this License.
6602
6603
6604
660512. If the distribution and/or use of the Library is restricted in certain countries
6606either by patents or by copyrighted interfaces, the original copyright holder who
6607places the Library under this License may add an explicit geographical distribution
6608limitation excluding those countries, so that distribution is permitted only in or
6609among countries not thus excluded. In such case, this License incorporates the
6610limitation as if written in the body of this License.
6611
6612
6613
661413. The Free Software Foundation may publish revised and/or new versions of the
6615Library General Public License from time to time. Such new versions will be similar in
6616spirit to the present version, but may differ in detail to address new problems or
6617concerns.
6618
6619
6620
6621Each version is given a distinguishing version number. If the Library specifies a
6622version number of this License which applies to it and "any later version", you have
6623the option of following the terms and conditions either of that version or of any
6624later version published by the Free Software Foundation. If the Library does not
6625specify a license version number, you may choose any version ever published by the
6626Free Software Foundation.
6627
6628
6629
663014. If you wish to incorporate parts of the Library into other free programs whose
6631distribution conditions are incompatible with these, write to the author to ask for
6632permission. For software which is copyrighted by the Free Software Foundation, write
6633to the Free Software Foundation; we sometimes make exceptions for this. Our decision
6634will be guided by the two goals of preserving the free status of all derivatives of
6635our free software and of promoting the sharing and reuse of software generally.
6636
6637
6638
6639NO WARRANTY
6640
6641
6642
664315. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
6644LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN
6645WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
6646WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
6647IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
6648RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY
6649PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
6650
6651
6652
665316. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
6654COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS
6655PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
6656INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
6657LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
6658OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE
6659WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
6660POSSIBILITY OF SUCH DAMAGES.
6661
6662
6663
6664END OF TERMS AND CONDITIONS
6665
6666
6667
6668How to Apply These Terms to Your New Libraries
6669
6670
6671
6672If you develop a new library, and you want it to be of the greatest possible use to
6673the public, we recommend making it free software that everyone can redistribute and
6674change. You can do so by permitting redistribution under these terms (or,
6675alternatively, under the terms of the ordinary General Public License).
6676
6677
6678
6679To apply these terms, attach the following notices to the library. It is safest to
6680attach them to the start of each source file to most effectively convey the exclusion
6681of warranty; and each file should have at least the "copyright" line and a pointer to
6682where the full notice is found.
6683
6684
6685
6686one line to give the library's name and an idea of what it does.
6687
6688Copyright (C) year name of author
6689
6690
6691
6692This library is free software; you can redistribute it and/or
6693
6694modify it under the terms of the GNU Library General Public
6695
6696License as published by the Free Software Foundation; either
6697
6698version 2 of the License, or (at your option) any later version.
6699
6700
6701
6702This library is distributed in the hope that it will be useful,
6703
6704but WITHOUT ANY WARRANTY; without even the implied warranty of
6705
6706MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
6707
6708Library General Public License for more details.
6709
6710
6711
6712You should have received a copy of the GNU Library General Public
6713
6714License along with this library; if not, write to the
6715
6716Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
6717
6718Boston, MA 02110-1301, USA.
6719
6720Also add information on how to contact you by electronic and paper mail.
6721
6722
6723
6724You should also get your employer (if you work as a programmer) or your school, if
6725any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample;
6726alter the names:
6727
6728
6729
6730Yoyodyne, Inc., hereby disclaims all copyright interest in
6731
6732the library `Frob' (a library for tweaking knobs) written
6733
6734by James Random Hacker.
6735
6736
6737
6738signature of Ty Coon, 1 April 1990
6739
6740Ty Coon, President of Vice
6741
6742That's all there is to it!
6743
6744</programlisting></para></section>
6745
6746<section id="lic_23">
6747<title>LGPL-2.1</title>
6748<para><programlisting>
6749
6750GNU LESSER GENERAL PUBLIC LICENSE
6751
6752Version 2.1, February 1999
6753
6754Copyright (C) 1991, 1999 Free Software Foundation, Inc.
675551 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6756Everyone is permitted to copy and distribute verbatim copies
6757of this license document, but changing it is not allowed.
6758
6759[This is the first released version of the Lesser GPL. It also counts
6760 as the successor of the GNU Library Public License, version 2, hence
6761 the version number 2.1.]
6762Preamble
6763
6764The licenses for most software are designed to take away your freedom to share and
6765change it. By contrast, the GNU General Public Licenses are intended to guarantee your
6766freedom to share and change free software--to make sure the software is free for all
6767its users.
6768
6769This license, the Lesser General Public License, applies to some specially designated
6770software packages--typically libraries--of the Free Software Foundation and other
6771authors who decide to use it. You can use it too, but we suggest you first think
6772carefully about whether this license or the ordinary General Public License is the
6773better strategy to use in any particular case, based on the explanations below.
6774
6775When we speak of free software, we are referring to freedom of use, not price. Our
6776General Public Licenses are designed to make sure that you have the freedom to
6777distribute copies of free software (and charge for this service if you wish); that you
6778receive source code or can get it if you want it; that you can change the software and
6779use pieces of it in new free programs; and that you are informed that you can do these
6780things.
6781
6782To protect your rights, we need to make restrictions that forbid distributors to deny
6783you these rights or to ask you to surrender these rights. These restrictions translate
6784to certain responsibilities for you if you distribute copies of the library or if you
6785modify it.
6786
6787For example, if you distribute copies of the library, whether gratis or for a fee, you
6788must give the recipients all the rights that we gave you. You must make sure that
6789they, too, receive or can get the source code. If you link other code with the
6790library, you must provide complete object files to the recipients, so that they can
6791relink them with the library after making changes to the library and recompiling it.
6792And you must show them these terms so they know their rights.
6793
6794We protect your rights with a two-step method: (1) we copyright the library, and (2)
6795we offer you this license, which gives you legal permission to copy, distribute and/or
6796modify the library.
6797
6798To protect each distributor, we want to make it very clear that there is no warranty
6799for the free library. Also, if the library is modified by someone else and passed on,
6800the recipients should know that what they have is not the original version, so that
6801the original author`s reputation will not be affected by problems that might be
6802introduced by others.
6803
6804Finally, software patents pose a constant threat to the existence of any free program.
6805We wish to make sure that a company cannot effectively restrict the users of a free
6806program by obtaining a restrictive license from a patent holder. Therefore, we insist
6807that any patent license obtained for a version of the library must be consistent with
6808the full freedom of use specified in this license.
6809
6810Most GNU software, including some libraries, is covered by the ordinary GNU General
6811Public License. This license, the GNU Lesser General Public License, applies to
6812certain designated libraries, and is quite different from the ordinary General Public
6813License. We use this license for certain libraries in order to permit linking those
6814libraries into non-free programs.
6815
6816When a program is linked with a library, whether statically or using a shared library,
6817the combination of the two is legally speaking a combined work, a derivative of the
6818original library. The ordinary General Public License therefore permits such linking
6819only if the entire combination fits its criteria of freedom. The Lesser General Public
6820License permits more lax criteria for linking other code with the library.
6821
6822We call this license the "Lesser" General Public License because it does Less to
6823protect the user`s freedom than the ordinary General Public License. It also provides
6824other free software developers Less of an advantage over competing non-free programs.
6825These disadvantages are the reason we use the ordinary General Public License for many
6826libraries. However, the Lesser license provides advantages in certain special
6827circumstances.
6828
6829For example, on rare occasions, there may be a special need to encourage the widest
6830possible use of a certain library, so that it becomes a de-facto standard. To achieve
6831this, non-free programs must be allowed to use the library. A more frequent case is
6832that a free library does the same job as widely used non-free libraries. In this case,
6833there is little to gain by limiting the free library to free software only, so we use
6834the Lesser General Public License.
6835
6836In other cases, permission to use a particular library in non-free programs enables a
6837greater number of people to use a large body of free software. For example, permission
6838to use the GNU C Library in non-free programs enables many more people to use the
6839whole GNU operating system, as well as its variant, the GNU/Linux operating system.
6840
6841Although the Lesser General Public License is Less protective of the users` freedom,
6842it does ensure that the user of a program that is linked with the Library has the
6843freedom and the wherewithal to run that program using a modified version of the
6844Library.
6845
6846The precise terms and conditions for copying, distribution and modification follow.
6847Pay close attention to the difference between a "work based on the library" and a
6848"work that uses the library". The former contains code derived from the library,
6849whereas the latter must be combined with the library in order to run.
6850
6851TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6852
68530. This License Agreement applies to any software library or other program which
6854contains a notice placed by the copyright holder or other authorized party saying it
6855may be distributed under the terms of this Lesser General Public License (also called
6856"this License"). Each licensee is addressed as "you".
6857
6858A "library" means a collection of software functions and/or data prepared so as to be
6859conveniently linked with application programs (which use some of those functions and
6860data) to form executables.
6861
6862The "Library", below, refers to any such software library or work which has been
6863distributed under these terms. A "work based on the Library" means either the Library
6864or any derivative work under copyright law: that is to say, a work containing the
6865Library or a portion of it, either verbatim or with modifications and/or translated
6866straightforwardly into another language. (Hereinafter, translation is included without
6867limitation in the term "modification".)
6868
6869"Source code" for a work means the preferred form of the work for making modifications
6870to it. For a library, complete source code means all the source code for all modules
6871it contains, plus any associated interface definition files, plus the scripts used to
6872control compilation and installation of the library.
6873
6874Activities other than copying, distribution and modification are not covered by this
6875License; they are outside its scope. The act of running a program using the Library is
6876not restricted, and output from such a program is covered only if its contents
6877constitute a work based on the Library (independent of the use of the Library in a
6878tool for writing it). Whether that is true depends on what the Library does and what
6879the program that uses the Library does.
6880
68811. You may copy and distribute verbatim copies of the Library`s complete source code
6882as you receive it, in any medium, provided that you conspicuously and appropriately
6883publish on each copy an appropriate copyright notice and disclaimer of warranty; keep
6884intact all the notices that refer to this License and to the absence of any warranty;
6885and distribute a copy of this License along with the Library.
6886
6887You may charge a fee for the physical act of transferring a copy, and you may at your
6888option offer warranty protection in exchange for a fee.
6889
68902. You may modify your copy or copies of the Library or any portion of it, thus
6891forming a work based on the Library, and copy and distribute such modifications or
6892work under the terms of Section 1 above, provided that you also meet all of these
6893conditions:
6894
6895a) The modified work must itself be a software library.
6896b) You must cause the files modified to carry prominent notices stating that you
6897changed the files and the date of any change.
6898c) You must cause the whole of the work to be licensed at no charge to all third
6899parties under the terms of this License.
6900d) If a facility in the modified Library refers to a function or a table of data to be
6901supplied by an application program that uses the facility, other than as an argument
6902passed when the facility is invoked, then you must make a good faith effort to ensure
6903that, in the event an application does not supply such function or table, the facility
6904still operates, and performs whatever part of its purpose remains meaningful.
6905(For example, a function in a library to compute square roots has a purpose that is
6906entirely well-defined independent of the application. Therefore, Subsection 2d
6907requires that any application-supplied function or table used by this function must be
6908optional: if the application does not supply it, the square root function must still
6909compute square roots.)
6910
6911These requirements apply to the modified work as a whole. If identifiable sections of
6912that work are not derived from the Library, and can be reasonably considered
6913independent and separate works in themselves, then this License, and its terms, do not
6914apply to those sections when you distribute them as separate works. But when you
6915distribute the same sections as part of a whole which is a work based on the Library,
6916the distribution of the whole must be on the terms of this License, whose permissions
6917for other licensees extend to the entire whole, and thus to each and every part
6918regardless of who wrote it.
6919
6920Thus, it is not the intent of this section to claim rights or contest your rights to
6921work written entirely by you; rather, the intent is to exercise the right to control
6922the distribution of derivative or collective works based on the Library.
6923
6924In addition, mere aggregation of another work not based on the Library with the
6925Library (or with a work based on the Library) on a volume of a storage or distribution
6926medium does not bring the other work under the scope of this License.
6927
69283. You may opt to apply the terms of the ordinary GNU General Public License instead
6929of this License to a given copy of the Library. To do this, you must alter all the
6930notices that refer to this License, so that they refer to the ordinary GNU General
6931Public License, version 2, instead of to this License. (If a newer version than
6932version 2 of the ordinary GNU General Public License has appeared, then you can
6933specify that version instead if you wish.) Do not make any other change in these
6934notices.
6935
6936Once this change is made in a given copy, it is irreversible for that copy, so the
6937ordinary GNU General Public License applies to all subsequent copies and derivative
6938works made from that copy.
6939
6940This option is useful when you wish to copy part of the code of the Library into a
6941program that is not a library.
6942
69434. You may copy and distribute the Library (or a portion or derivative of it, under
6944Section 2) in object code or executable form under the terms of Sections 1 and 2 above
6945provided that you accompany it with the complete corresponding machine-readable source
6946code, which must be distributed under the terms of Sections 1 and 2 above on a medium
6947customarily used for software interchange.
6948
6949If distribution of object code is made by offering access to copy from a designated
6950place, then offering equivalent access to copy the source code from the same place
6951satisfies the requirement to distribute the source code, even though third parties are
6952not compelled to copy the source along with the object code.
6953
69545. A program that contains no derivative of any portion of the Library, but is
6955designed to work with the Library by being compiled or linked with it, is called a
6956"work that uses the Library". Such a work, in isolation, is not a derivative work of
6957the Library, and therefore falls outside the scope of this License.
6958
6959However, linking a "work that uses the Library" with the Library creates an executable
6960that is a derivative of the Library (because it contains portions of the Library),
6961rather than a "work that uses the library". The executable is therefore covered by
6962this License. Section 6 states terms for distribution of such executables.
6963
6964When a "work that uses the Library" uses material from a header file that is part of
6965the Library, the object code for the work may be a derivative work of the Library even
6966though the source code is not. Whether this is true is especially significant if the
6967work can be linked without the Library, or if the work is itself a library. The
6968threshold for this to be true is not precisely defined by law.
6969
6970If such an object file uses only numerical parameters, data structure layouts and
6971accessors, and small macros and small inline functions (ten lines or less in length),
6972then the use of the object file is unrestricted, regardless of whether it is legally a
6973derivative work. (Executables containing this object code plus portions of the Library
6974will still fall under Section 6.)
6975
6976Otherwise, if the work is a derivative of the Library, you may distribute the object
6977code for the work under the terms of Section 6. Any executables containing that work
6978also fall under Section 6, whether or not they are linked directly with the Library
6979itself.
6980
69816. As an exception to the Sections above, you may also combine or link a "work that
6982uses the Library" with the Library to produce a work containing portions of the
6983Library, and distribute that work under terms of your choice, provided that the terms
6984permit modification of the work for the customer`s own use and reverse engineering for
6985debugging such modifications.
6986
6987You must give prominent notice with each copy of the work that the Library is used in
6988it and that the Library and its use are covered by this License. You must supply a
6989copy of this License. If the work during execution displays copyright notices, you
6990must include the copyright notice for the Library among them, as well as a reference
6991directing the user to the copy of this License. Also, you must do one of these things:
6992
6993a) Accompany the work with the complete corresponding machine-readable source code for
6994the Library including whatever changes were used in the work (which must be
6995distributed under Sections 1 and 2 above); and, if the work is an executable linked
6996with the Library, with the complete machine-readable "work that uses the Library", as
6997object code and/or source code, so that the user can modify the Library and then
6998relink to produce a modified executable containing the modified Library. (It is
6999understood that the user who changes the contents of definitions files in the Library
7000will not necessarily be able to recompile the application to use the modified
7001definitions.)
7002b) Use a suitable shared library mechanism for linking with the Library. A suitable
7003mechanism is one that (1) uses at run time a copy of the library already present on
7004the user`s computer system, rather than copying library functions into the executable,
7005and (2) will operate properly with a modified version of the library, if the user
7006installs one, as long as the modified version is interface-compatible with the version
7007that the work was made with.
7008c) Accompany the work with a written offer, valid for at least three years, to give
7009the same user the materials specified in Subsection 6a, above, for a charge no more
7010than the cost of performing this distribution.
7011d) If distribution of the work is made by offering access to copy from a designated
7012place, offer equivalent access to copy the above specified materials from the same
7013place.
7014e) Verify that the user has already received a copy of these materials or that you
7015have already sent this user a copy.
7016For an executable, the required form of the "work that uses the Library" must include
7017any data and utility programs needed for reproducing the executable from it. However,
7018as a special exception, the materials to be distributed need not include anything that
7019is normally distributed (in either source or binary form) with the major components
7020(compiler, kernel, and so on) of the operating system on which the executable runs,
7021unless that component itself accompanies the executable.
7022
7023It may happen that this requirement contradicts the license restrictions of other
7024proprietary libraries that do not normally accompany the operating system. Such a
7025contradiction means you cannot use both them and the Library together in an executable
7026that you distribute.
7027
70287. You may place library facilities that are a work based on the Library side-by-side
7029in a single library together with other library facilities not covered by this
7030License, and distribute such a combined library, provided that the separate
7031distribution of the work based on the Library and of the other library facilities is
7032otherwise permitted, and provided that you do these two things:
7033
7034a) Accompany the combined library with a copy of the same work based on the Library,
7035uncombined with any other library facilities. This must be distributed under the terms
7036of the Sections above.
7037b) Give prominent notice with the combined library of the fact that part of it is a
7038work based on the Library, and explaining where to find the accompanying uncombined
7039form of the same work.
70408. You may not copy, modify, sublicense, link with, or distribute the Library except
7041as expressly provided under this License. Any attempt otherwise to copy, modify,
7042sublicense, link with, or distribute the Library is void, and will automatically
7043terminate your rights under this License. However, parties who have received copies,
7044or rights, from you under this License will not have their licenses terminated so long
7045as such parties remain in full compliance.
7046
70479. You are not required to accept this License, since you have not signed it. However,
7048nothing else grants you permission to modify or distribute the Library or its
7049derivative works. These actions are prohibited by law if you do not accept this
7050License. Therefore, by modifying or distributing the Library (or any work based on the
7051Library), you indicate your acceptance of this License to do so, and all its terms and
7052conditions for copying, distributing or modifying the Library or works based on it.
7053
705410. Each time you redistribute the Library (or any work based on the Library), the
7055recipient automatically receives a license from the original licensor to copy,
7056distribute, link with or modify the Library subject to these terms and conditions. You
7057may not impose any further restrictions on the recipients` exercise of the rights
7058granted herein. You are not responsible for enforcing compliance by third parties with
7059this License.
7060
706111. If, as a consequence of a court judgment or allegation of patent infringement or
7062for any other reason (not limited to patent issues), conditions are imposed on you
7063(whether by court order, agreement or otherwise) that contradict the conditions of
7064this License, they do not excuse you from the conditions of this License. If you
7065cannot distribute so as to satisfy simultaneously your obligations under this License
7066and any other pertinent obligations, then as a consequence you may not distribute the
7067Library at all. For example, if a patent license would not permit royalty-free
7068redistribution of the Library by all those who receive copies directly or indirectly
7069through you, then the only way you could satisfy both it and this License would be to
7070refrain entirely from distribution of the Library.
7071
7072If any portion of this section is held invalid or unenforceable under any particular
7073circumstance, the balance of the section is intended to apply, and the section as a
7074whole is intended to apply in other circumstances.
7075
7076It is not the purpose of this section to induce you to infringe any patents or other
7077property right claims or to contest validity of any such claims; this section has the
7078sole purpose of protecting the integrity of the free software distribution system
7079which is implemented by public license practices. Many people have made generous
7080contributions to the wide range of software distributed through that system in
7081reliance on consistent application of that system; it is up to the author/donor to
7082decide if he or she is willing to distribute software through any other system and a
7083licensee cannot impose that choice.
7084
7085This section is intended to make thoroughly clear what is believed to be a consequence
7086of the rest of this License.
7087
708812. If the distribution and/or use of the Library is restricted in certain countries
7089either by patents or by copyrighted interfaces, the original copyright holder who
7090places the Library under this License may add an explicit geographical distribution
7091limitation excluding those countries, so that distribution is permitted only in or
7092among countries not thus excluded. In such case, this License incorporates the
7093limitation as if written in the body of this License.
7094
709513. The Free Software Foundation may publish revised and/or new versions of the Lesser
7096General Public License from time to time. Such new versions will be similar in spirit
7097to the present version, but may differ in detail to address new problems or concerns.
7098
7099Each version is given a distinguishing version number. If the Library specifies a
7100version number of this License which applies to it and "any later version", you have
7101the option of following the terms and conditions either of that version or of any
7102later version published by the Free Software Foundation. If the Library does not
7103specify a license version number, you may choose any version ever published by the
7104Free Software Foundation.
7105
710614. If you wish to incorporate parts of the Library into other free programs whose
7107distribution conditions are incompatible with these, write to the author to ask for
7108permission. For software which is copyrighted by the Free Software Foundation, write
7109to the Free Software Foundation; we sometimes make exceptions for this. Our decision
7110will be guided by the two goals of preserving the free status of all derivatives of
7111our free software and of promoting the sharing and reuse of software generally.
7112
7113NO WARRANTY
7114
711515. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
7116LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN
7117WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
7118WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
7119IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
7120RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY
7121PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
7122
712316. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
7124COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS
7125PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
7126INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
7127LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
7128OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE
7129WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
7130POSSIBILITY OF SUCH DAMAGES.
7131
7132END OF TERMS AND CONDITIONS
7133
7134How to Apply These Terms to Your New Libraries
7135
7136If you develop a new library, and you want it to be of the greatest possible use to
7137the public, we recommend making it free software that everyone can redistribute and
7138change. You can do so by permitting redistribution under these terms (or,
7139alternatively, under the terms of the ordinary General Public License).
7140
7141To apply these terms, attach the following notices to the library. It is safest to
7142attach them to the start of each source file to most effectively convey the exclusion
7143of warranty; and each file should have at least the "copyright" line and a pointer to
7144where the full notice is found.
7145
7146one line to give the library`s name and an idea of what it does.
7147Copyright (C) year name of author
7148
7149This library is free software; you can redistribute it and/or
7150modify it under the terms of the GNU Lesser General Public
7151License as published by the Free Software Foundation; either
7152version 2.1 of the License, or (at your option) any later version.
7153
7154This library is distributed in the hope that it will be useful,
7155but WITHOUT ANY WARRANTY; without even the implied warranty of
7156MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7157Lesser General Public License for more details.
7158
7159You should have received a copy of the GNU Lesser General Public
7160License along with this library; if not, write to the Free Software
7161Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
7162Also add information on how to contact you by electronic and paper mail.
7163
7164You should also get your employer (if you work as a programmer) or your school, if
7165any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample;
7166alter the names:
7167
7168Yoyodyne, Inc., hereby disclaims all copyright interest in
7169the library `Frob` (a library for tweaking knobs) written
7170by James Random Hacker.
7171
7172signature of Ty Coon, 1 April 1990
7173Ty Coon, President of Vice
7174That`s all there is to it!
7175
7176</programlisting></para></section>
7177
7178<section id="lic_24">
7179<title>LGPL-3.0</title>
7180<para><programlisting>
7181GNU LESSER GENERAL PUBLIC LICENSE
7182
7183Version 3, 29 June 2007
7184
7185Copyright © 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
7186
7187Everyone is permitted to copy and distribute verbatim copies of this license document,
7188but changing it is not allowed.
7189
7190This version of the GNU Lesser General Public License incorporates the terms and
7191conditions of version 3 of the GNU General Public License, supplemented by the
7192additional permissions listed below.
71930. Additional Definitions.
7194
7195As used herein, &rdquor;this License&rdquo; refers to version 3 of the GNU Lesser
7196General Public License, and the &rdquor;GNU GPL&rdquo; refers to version 3 of the GNU
7197General Public License.
7198
7199&rdquor;The Library&rdquo; refers to a covered work governed by this License, other
7200than an Application or a Combined Work as defined below.
7201
7202An &rdquor;Application&rdquo; is any work that makes use of an interface provided by
7203the Library, but which is not otherwise based on the Library. Defining a subclass of a
7204class defined by the Library is deemed a mode of using an interface provided by the
7205Library.
7206
7207A &rdquor;Combined Work&rdquo; is a work produced by combining or linking an
7208Application with the Library. The particular version of the Library with which the
7209Combined Work was made is also called the &rdquor;Linked Version&rdquo;.
7210
7211The &rdquor;Minimal Corresponding Source&rdquo; for a Combined Work means the
7212Corresponding Source for the Combined Work, excluding any source code for portions of
7213the Combined Work that, considered in isolation, are based on the Application, and not
7214on the Linked Version.
7215
7216The &rdquor;Corresponding Application Code&rdquo; for a Combined Work means the object
7217code and/or source code for the Application, including any data and utility programs
7218needed for reproducing the Combined Work from the Application, but excluding the
7219System Libraries of the Combined Work.
72201. Exception to Section 3 of the GNU GPL.
7221
7222You may convey a covered work under sections 3 and 4 of this License without being
7223bound by section 3 of the GNU GPL.
72242. Conveying Modified Versions.
7225
7226If you modify a copy of the Library, and, in your modifications, a facility refers to
7227a function or data to be supplied by an Application that uses the facility (other than
7228as an argument passed when the facility is invoked), then you may convey a copy of the
7229modified version:
7230
7231 * a) under this License, provided that you make a good faith effort to ensure
7232that, in the event an Application does not supply the function or data, the facility
7233still operates, and performs whatever part of its purpose remains meaningful, or
7234 * b) under the GNU GPL, with none of the additional permissions of this License
7235applicable to that copy.
7236
72373. Object Code Incorporating Material from Library Header Files.
7238
7239The object code form of an Application may incorporate material from a header file
7240that is part of the Library. You may convey such object code under terms of your
7241choice, provided that, if the incorporated material is not limited to numerical
7242parameters, data structure layouts and accessors, or small macros, inline functions
7243and templates (ten or fewer lines in length), you do both of the following:
7244
7245 * a) Give prominent notice with each copy of the object code that the Library is
7246used in it and that the Library and its use are covered by this License.
7247 * b) Accompany the object code with a copy of the GNU GPL and this license
7248document.
7249
72504. Combined Works.
7251
7252You may convey a Combined Work under terms of your choice that, taken together,
7253effectively do not restrict modification of the portions of the Library contained in
7254the Combined Work and reverse engineering for debugging such modifications, if you
7255also do each of the following:
7256
7257 * a) Give prominent notice with each copy of the Combined Work that the Library is
7258used in it and that the Library and its use are covered by this License.
7259 * b) Accompany the Combined Work with a copy of the GNU GPL and this license
7260document.
7261 * c) For a Combined Work that displays copyright notices during execution, include
7262the copyright notice for the Library among these notices, as well as a reference
7263directing the user to the copies of the GNU GPL and this license document.
7264 * d) Do one of the following:
7265 o 0) Convey the Minimal Corresponding Source under the terms of this
7266License, and the Corresponding Application Code in a form suitable for, and under
7267terms that permit, the user to recombine or relink the Application with a modified
7268version of the Linked Version to produce a modified Combined Work, in the manner
7269specified by section 6 of the GNU GPL for conveying Corresponding Source.
7270 o 1) Use a suitable shared library mechanism for linking with the Library. A
7271suitable mechanism is one that (a) uses at run time a copy of the Library already
7272present on the user's computer system, and (b) will operate properly with a modified
7273version of the Library that is interface-compatible with the Linked Version.
7274 * e) Provide Installation Information, but only if you would otherwise be required
7275to provide such information under section 6 of the GNU GPL, and only to the extent
7276that such information is necessary to install and execute a modified version of the
7277Combined Work produced by recombining or relinking the Application with a modified
7278version of the Linked Version. (If you use option 4d0, the Installation Information
7279must accompany the Minimal Corresponding Source and Corresponding Application Code. If
7280you use option 4d1, you must provide the Installation Information in the manner
7281specified by section 6 of the GNU GPL for conveying Corresponding Source.)
7282
72835. Combined Libraries.
7284
7285You may place library facilities that are a work based on the Library side by side in
7286a single library together with other library facilities that are not Applications and
7287are not covered by this License, and convey such a combined library under terms of
7288your choice, if you do both of the following:
7289
7290 * a) Accompany the combined library with a copy of the same work based on the
7291Library, uncombined with any other library facilities, conveyed under the terms of
7292this License.
7293 * b) Give prominent notice with the combined library that part of it is a work
7294based on the Library, and explaining where to find the accompanying uncombined form of
7295the same work.
7296
72976. Revised Versions of the GNU Lesser General Public License.
7298
7299The Free Software Foundation may publish revised and/or new versions of the GNU Lesser
7300General Public License from time to time. Such new versions will be similar in spirit
7301to the present version, but may differ in detail to address new problems or concerns.
7302
7303Each version is given a distinguishing version number. If the Library as you received
7304it specifies that a certain numbered version of the GNU Lesser General Public License
7305&rdquor;or any later version&rdquo; applies to it, you have the option of following
7306the terms and conditions either of that published version or of any later version
7307published by the Free Software Foundation. If the Library as you received it does not
7308specify a version number of the GNU Lesser General Public License, you may choose any
7309version of the GNU Lesser General Public License ever published by the Free Software
7310Foundation.
7311
7312If the Library as you received it specifies that a proxy can decide whether future
7313versions of the GNU Lesser General Public License shall apply, that proxy's public
7314statement of acceptance of any version is permanent authorization for you to choose
7315that version for the Library.
7316</programlisting></para></section>
7317
7318<section id="lic_25">
7319<title>Libpng</title>
7320<para><programlisting>
7321
7322This copy of the libpng notices is provided for your convenience. In case of
7323any discrepancy between this copy and the notices in the file png.h that is
7324included in the libpng distribution, the latter shall prevail.
7325
7326COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7327
7328If you modify libpng you may insert additional notices immediately following
7329this sentence.
7330
7331This code is released under the libpng license.
7332
7333libpng versions 1.2.6, August 15, 2004, through 1.4.5, December 9, 2010, are
7334Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
7335distributed according to the same disclaimer and license as libpng-1.2.5
7336with the following individual added to the list of Contributing Authors
7337
7338 Cosmin Truta
7339
7340libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
7341Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
7342distributed according to the same disclaimer and license as libpng-1.0.6
7343with the following individuals added to the list of Contributing Authors
7344
7345 Simon-Pierre Cadieux
7346 Eric S. Raymond
7347 Gilles Vollant
7348
7349and with the following additions to the disclaimer:
7350
7351 There is no warranty against interference with your enjoyment of the
7352 library or against infringement. There is no warranty that our
7353 efforts or the library will fulfill any of your particular purposes
7354 or needs. This library is provided with all faults, and the entire
7355 risk of satisfactory quality, performance, accuracy, and effort is with
7356 the user.
7357
7358libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
7359Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
7360distributed according to the same disclaimer and license as libpng-0.96,
7361with the following individuals added to the list of Contributing Authors:
7362
7363 Tom Lane
7364 Glenn Randers-Pehrson
7365 Willem van Schaik
7366
7367libpng versions 0.89, June 1996, through 0.96, May 1997, are
7368Copyright (c) 1996, 1997 Andreas Dilger
7369Distributed according to the same disclaimer and license as libpng-0.88,
7370with the following individuals added to the list of Contributing Authors:
7371
7372 John Bowler
7373 Kevin Bracey
7374 Sam Bushell
7375 Magnus Holmgren
7376 Greg Roelofs
7377 Tom Tanner
7378
7379libpng versions 0.5, May 1995, through 0.88, January 1996, are
7380Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
7381
7382For the purposes of this copyright and license, "Contributing Authors"
7383is defined as the following set of individuals:
7384
7385 Andreas Dilger
7386 Dave Martindale
7387 Guy Eric Schalnat
7388 Paul Schmidt
7389 Tim Wegner
7390
7391The PNG Reference Library is supplied "AS IS". The Contributing Authors
7392and Group 42, Inc. disclaim all warranties, expressed or implied,
7393including, without limitation, the warranties of merchantability and of
7394fitness for any purpose. The Contributing Authors and Group 42, Inc.
7395assume no liability for direct, indirect, incidental, special, exemplary,
7396or consequential damages, which may result from the use of the PNG
7397Reference Library, even if advised of the possibility of such damage.
7398
7399Permission is hereby granted to use, copy, modify, and distribute this
7400source code, or portions hereof, for any purpose, without fee, subject
7401to the following restrictions:
7402
74031. The origin of this source code must not be misrepresented.
7404
74052. Altered versions must be plainly marked as such and must not
7406 be misrepresented as being the original source.
7407
74083. This Copyright notice may not be removed or altered from any
7409 source or altered source distribution.
7410
7411The Contributing Authors and Group 42, Inc. specifically permit, without
7412fee, and encourage the use of this source code as a component to
7413supporting the PNG file format in commercial products. If you use this
7414source code in a product, acknowledgment is not required but would be
7415appreciated.
7416
7417
7418A "png_get_copyright" function is available, for convenient use in "about"
7419boxes and the like:
7420
7421 printf("%s",png_get_copyright(NULL));
7422
7423Also, the PNG logo (in PNG format, of course) is supplied in the
7424files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
7425
7426Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
7427certification mark of the Open Source Initiative.
7428
7429Glenn Randers-Pehrson
7430glennrp at users.sourceforge.net
7431December 9, 2010
7432
7433</programlisting></para></section>
7434
7435<section id="lic_26">
7436<title>MIT</title>
7437<para><programlisting>
7438
7439MIT License
7440
7441Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
7442
7443Permission is hereby granted, free of charge, to any person obtaining a copy
7444of this software and associated documentation files (the "Software"), to deal
7445in the Software without restriction, including without limitation the rights
7446to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7447copies of the Software, and to permit persons to whom the Software is
7448furnished to do so, subject to the following conditions:
7449
7450The above copyright notice and this permission notice shall be included in
7451all copies or substantial portions of the Software.
7452
7453THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7454IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7455FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7456AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7457LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7458OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
7459THE SOFTWARE.
7460
7461</programlisting></para></section>
7462
7463<section id="lic_27">
7464<title>MPL-1.0</title>
7465<para><programlisting>
7466
7467MOZILLA PUBLIC LICENSE
7468Version 1.0
7469
74701. Definitions.
7471
74721.1. ``Contributor`` means each entity that creates or contributes to the creation of
7473Modifications.
74741.2. ``Contributor Version`` means the combination of the Original Code, prior
7475Modifications used by a Contributor, and the Modifications made by that particular
7476Contributor.
7477
74781.3. ``Covered Code`` means the Original Code or Modifications or the combination of
7479the Original Code and Modifications, in each case including portions thereof.
7480
74811.4. ``Electronic Distribution Mechanism`` means a mechanism generally accepted in the
7482software development community for the electronic transfer of data.
7483
74841.5. ``Executable`` means Covered Code in any form other than Source Code.
7485
74861.6. ``Initial Developer`` means the individual or entity identified as the Initial
7487Developer in the Source Code notice required by Exhibit A.
7488
74891.7. ``Larger Work`` means a work which combines Covered Code or portions thereof with
7490code not governed by the terms of this License.
7491
74921.8. ``License`` means this document.
7493
74941.9. ``Modifications`` means any addition to or deletion from the substance or
7495structure of either the Original Code or any previous Modifications. When Covered Code
7496is released as a series of files, a Modification is:
7497
7498A. Any addition to or deletion from the contents of a file containing Original Code or
7499previous Modifications.
7500
7501B. Any new file that contains any part of the Original Code or previous Modifications.
7502
75031.10. ``Original Code`` means Source Code of computer software code which is described
7504in the Source Code notice required by Exhibit A as Original Code, and which, at the
7505time of its release under this License is not already Covered Code governed by this
7506License.
7507
75081.11. ``Source Code`` means the preferred form of the Covered Code for making
7509modifications to it, including all modules it contains, plus any associated interface
7510definition files, scripts used to control compilation and installation of an
7511Executable, or a list of source code differential comparisons against either the
7512Original Code or another well known, available Covered Code of the Contributor`s
7513choice. The Source Code can be in a compressed or archival form, provided the
7514appropriate decompression or de-archiving software is widely available for no charge.
7515
75161.12. ``You`` means an individual or a legal entity exercising rights under, and
7517complying with all of the terms of, this License or a future version of this License
7518issued under Section 6.1. For legal entities, ``You`` includes any entity which
7519controls, is controlled by, or is under common control with You. For purposes of this
7520definition, ``control`` means (a) the power, direct or indirect, to cause the
7521direction or management of such entity, whether by contract or otherwise, or (b)
7522ownership of fifty percent (50%) or more of the outstanding shares or beneficial
7523ownership of such entity.
7524
75252. Source Code License.
75262.1. The Initial Developer Grant.
7527The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
7528license, subject to third party intellectual property claims:
7529(a) to use, reproduce, modify, display, perform, sublicense and distribute the
7530Original Code (or portions thereof) with or without Modifications, or as part of a
7531Larger Work; and
7532
7533(b) under patents now or hereafter owned or controlled by Initial Developer, to make,
7534have made, use and sell (``Utilize``) the Original Code (or portions thereof), but
7535solely to the extent that any such patent is reasonably necessary to enable You to
7536Utilize the Original Code (or portions thereof) and not to any greater extent that may
7537be necessary to Utilize further Modifications or combinations.
7538
75392.2. Contributor Grant.
7540Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license,
7541subject to third party intellectual property claims:
7542
7543(a) to use, reproduce, modify, display, perform, sublicense and distribute the
7544Modifications created by such Contributor (or portions thereof) either on an
7545unmodified basis, with other Modifications, as Covered Code or as part of a Larger
7546Work; and
7547
7548(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the
7549Contributor Version (or portions thereof), but solely to the extent that any such
7550patent is reasonably necessary to enable You to Utilize the Contributor Version (or
7551portions thereof), and not to any greater extent that may be necessary to Utilize
7552further Modifications or combinations.
7553
75543. Distribution Obligations.
75553.1. Application of License.
7556The Modifications which You create or to which You contribute are governed by the
7557terms of this License, including without limitation Section 2.2. The Source Code
7558version of Covered Code may be distributed only under the terms of this License or a
7559future version of this License released under Section 6.1, and You must include a copy
7560of this License with every copy of the Source Code You distribute. You may not offer
7561or impose any terms on any Source Code version that alters or restricts the applicable
7562version of this License or the recipients` rights hereunder. However, You may include
7563an additional document offering the additional rights described in Section 3.5.
75643.2. Availability of Source Code.
7565Any Modification which You create or to which You contribute must be made available in
7566Source Code form under the terms of this License either on the same media as an
7567Executable version or via an accepted Electronic Distribution Mechanism to anyone to
7568whom you made an Executable version available; and if made available via Electronic
7569Distribution Mechanism, must remain available for at least twelve (12) months after
7570the date it initially became available, or at least six (6) months after a subsequent
7571version of that particular Modification has been made available to such recipients.
7572You are responsible for ensuring that the Source Code version remains available even
7573if the Electronic Distribution Mechanism is maintained by a third party.
7574
75753.3. Description of Modifications.
7576You must cause all Covered Code to which you contribute to contain a file documenting
7577the changes You made to create that Covered Code and the date of any change. You must
7578include a prominent statement that the Modification is derived, directly or
7579indirectly, from Original Code provided by the Initial Developer and including the
7580name of the Initial Developer in (a) the Source Code, and (b) in any notice in an
7581Executable version or related documentation in which You describe the origin or
7582ownership of the Covered Code.
7583
75843.4. Intellectual Property Matters
7585
7586(a) Third Party Claims.
7587If You have knowledge that a party claims an intellectual property right in particular
7588functionality or code (or its utilization under this License), you must include a text
7589file with the source code distribution titled ``LEGAL`` which describes the claim and
7590the party making the claim in sufficient detail that a recipient will know whom to
7591contact. If you obtain such knowledge after You make Your Modification available as
7592described in Section 3.2, You shall promptly modify the LEGAL file in all copies You
7593make available thereafter and shall take other steps (such as notifying appropriate
7594mailing lists or newsgroups) reasonably calculated to inform those who received the
7595Covered Code that new knowledge has been obtained.
7596
7597(b) Contributor APIs.
7598If Your Modification is an application programming interface and You own or control
7599patents which are reasonably necessary to implement that API, you must also include
7600this information in the LEGAL file.
7601
76023.5. Required Notices.
7603You must duplicate the notice in Exhibit A in each file of the Source Code, and this
7604License in any documentation for the Source Code, where You describe recipients`
7605rights relating to Covered Code. If You created one or more Modification(s), You may
7606add your name as a Contributor to the notice described in Exhibit A. If it is not
7607possible to put such notice in a particular Source Code file due to its structure,
7608then you must include such notice in a location (such as a relevant directory file)
7609where a user would be likely to look for such a notice. You may choose to offer, and
7610to charge a fee for, warranty, support, indemnity or liability obligations to one or
7611more recipients of Covered Code. However, You may do so only on Your own behalf, and
7612not on behalf of the Initial Developer or any Contributor. You must make it absolutely
7613clear than any such warranty, support, indemnity or liability obligation is offered by
7614You alone, and You hereby agree to indemnify the Initial Developer and every
7615Contributor for any liability incurred by the Initial Developer or such Contributor as
7616a result of warranty, support, indemnity or liability terms You offer.
7617
76183.6. Distribution of Executable Versions.
7619You may distribute Covered Code in Executable form only if the requirements of Section
76203.1-3.5 have been met for that Covered Code, and if You include a notice stating that
7621the Source Code version of the Covered Code is available under the terms of this
7622License, including a description of how and where You have fulfilled the obligations
7623of Section 3.2. The notice must be conspicuously included in any notice in an
7624Executable version, related documentation or collateral in which You describe
7625recipients` rights relating to the Covered Code. You may distribute the Executable
7626version of Covered Code under a license of Your choice, which may contain terms
7627different from this License, provided that You are in compliance with the terms of
7628this License and that the license for the Executable version does not attempt to limit
7629or alter the recipient`s rights in the Source Code version from the rights set forth
7630in this License. If You distribute the Executable version under a different license
7631You must make it absolutely clear that any terms which differ from this License are
7632offered by You alone, not by the Initial Developer or any Contributor. You hereby
7633agree to indemnify the Initial Developer and every Contributor for any liability
7634incurred by the Initial Developer or such Contributor as a result of any such terms
7635You offer.
7636
76373.7. Larger Works.
7638You may create a Larger Work by combining Covered Code with other code not governed by
7639the terms of this License and distribute the Larger Work as a single product. In such
7640a case, You must make sure the requirements of this License are fulfilled for the
7641Covered Code.
7642
76434. Inability to Comply Due to Statute or Regulation.
7644If it is impossible for You to comply with any of the terms of this License with
7645respect to some or all of the Covered Code due to statute or regulation then You must:
7646(a) comply with the terms of this License to the maximum extent possible; and (b)
7647describe the limitations and the code they affect. Such description must be included
7648in the LEGAL file described in Section 3.4 and must be included with all distributions
7649of the Source Code. Except to the extent prohibited by statute or regulation, such
7650description must be sufficiently detailed for a recipient of ordinary skill to be able
7651to understand it.
7652
76535. Application of this License.
7654This License applies to code to which the Initial Developer has attached the notice in
7655Exhibit A, and to related Covered Code.
76566. Versions of the License.
76576.1. New Versions.
7658Netscape Communications Corporation (``Netscape``) may publish revised and/or new
7659versions of the License from time to time. Each version will be given a distinguishing
7660version number.
76616.2. Effect of New Versions.
7662Once Covered Code has been published under a particular version of the License, You
7663may always continue to use it under the terms of that version. You may also choose to
7664use such Covered Code under the terms of any subsequent version of the License
7665published by Netscape. No one other than Netscape has the right to modify the terms
7666applicable to Covered Code created under this License.
7667
76686.3. Derivative Works.
7669If you create or use a modified version of this License (which you may only do in
7670order to apply it to code which is not already Covered Code governed by this License),
7671you must (a) rename Your license so that the phrases ``Mozilla``, ``MOZILLAPL``,
7672``MOZPL``, ``Netscape``, ``NPL`` or any confusingly similar phrase do not appear
7673anywhere in your license and (b) otherwise make it clear that your version of the
7674license contains terms which differ from the Mozilla Public License and Netscape
7675Public License. (Filling in the name of the Initial Developer, Original Code or
7676Contributor in the notice described in Exhibit A shall not of themselves be deemed to
7677be modifications of this License.)
7678
76797. DISCLAIMER OF WARRANTY.
7680COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS`` BASIS, WITHOUT WARRANTY OF
7681ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT
7682THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
7683NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
7684IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
7685INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
7686SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
7687PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
7688THIS DISCLAIMER.
76898. TERMINATION.
7690This License and the rights granted hereunder will terminate automatically if You fail
7691to comply with terms herein and fail to cure such breach within 30 days of becoming
7692aware of the breach. All sublicenses to the Covered Code which are properly granted
7693shall survive any termination of this License. Provisions which, by their nature, must
7694remain in effect beyond the termination of this License shall survive.
76959. LIMITATION OF LIABILITY.
7696UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE),
7697CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
7698DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU
7699OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF
7700ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
7701STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
7702LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
7703DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
7704PERSONAL INJURY RESULTING FROM SUCH PARTY`S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
7705PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION
7706OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY
7707TO YOU.
770810. U.S. GOVERNMENT END USERS.
7709The Covered Code is a ``commercial item,`` as that term is defined in 48 C.F.R. 2.101
7710(Oct. 1995), consisting of ``commercial computer software`` and ``commercial computer
7711software documentation,`` as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
7712Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June
77131995), all U.S. Government End Users acquire Covered Code with only those rights set
7714forth herein.
771511. MISCELLANEOUS.
7716This License represents the complete agreement concerning subject matter hereof. If
7717any provision of this License is held to be unenforceable, such provision shall be
7718reformed only to the extent necessary to make it enforceable. This License shall be
7719governed by California law provisions (except to the extent applicable law, if any,
7720provides otherwise), excluding its conflict-of-law provisions. With respect to
7721disputes in which at least one party is a citizen of, or an entity chartered or
7722registered to do business in, the United States of America: (a) unless otherwise
7723agreed in writing, all disputes relating to this License (excepting any dispute
7724relating to intellectual property rights) shall be subject to final and binding
7725arbitration, with the losing party paying all costs of arbitration; (b) any
7726arbitration relating to this Agreement shall be held in Santa Clara County,
7727California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to
7728this Agreement shall be subject to the jurisdiction of the Federal Courts of the
7729Northern District of California, with venue lying in Santa Clara County, California,
7730with the losing party responsible for costs, including without limitation, court costs
7731and reasonable attorneys fees and expenses. The application of the United Nations
7732Convention on Contracts for the International Sale of Goods is expressly excluded. Any
7733law or regulation which provides that the language of a contract shall be construed
7734against the drafter shall not apply to this License.
773512. RESPONSIBILITY FOR CLAIMS.
7736Except in cases where another Contributor has failed to comply with Section 3.4, You
7737are responsible for damages arising, directly or indirectly, out of Your utilization
7738of rights under this License, based on the number of copies of Covered Code you made
7739available, the revenues you received from utilizing such rights, and other relevant
7740factors. You agree to work with affected parties to distribute responsibility on an
7741equitable basis.
7742EXHIBIT A.
7743``The contents of this file are subject to the Mozilla Public License Version 1.0 (the
7744"License"); you may not use this file except in compliance with the License. You may
7745obtain a copy of the License at http://www.mozilla.org/MPL/
7746Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
7747WARRANTY OF ANY KIND, either express or implied. See the License for the specific
7748language governing rights and limitations under the License.
7749
7750The Original Code is ______________________________________.
7751
7752The Initial Developer of the Original Code is ________________________. Portions
7753created by ______________________ are Copyright (C) ______ _______________________.
7754All Rights Reserved.
7755
7756Contributor(s): ______________________________________.``
7757
7758</programlisting></para></section>
7759
7760<section id="lic_28">
7761<title>MPL-1.1</title>
7762<para><programlisting>
7763
7764Mozilla Public License Version 1.1
7765
77661. Definitions.
7767
77681.0.1. "Commercial Use"
7769means distribution or otherwise making the Covered Code available to a third party.
77701.1. "Contributor"
7771means each entity that creates or contributes to the creation of Modifications.
77721.2. "Contributor Version"
7773means the combination of the Original Code, prior Modifications used by a Contributor,
7774and the Modifications made by that particular Contributor.
77751.3. "Covered Code"
7776means the Original Code or Modifications or the combination of the Original Code and
7777Modifications, in each case including portions thereof.
77781.4. "Electronic Distribution Mechanism"
7779means a mechanism generally accepted in the software development community for the
7780electronic transfer of data.
77811.5. "Executable"
7782means Covered Code in any form other than Source Code.
77831.6. "Initial Developer"
7784means the individual or entity identified as the Initial Developer in the Source Code
7785notice required by Exhibit A.
77861.7. "Larger Work"
7787means a work which combines Covered Code or portions thereof with code not governed by
7788the terms of this License.
77891.8. "License"
7790means this document.
77911.8.1. "Licensable"
7792means having the right to grant, to the maximum extent possible, whether at the time
7793of the initial grant or subsequently acquired, any and all of the rights conveyed
7794herein.
77951.9. "Modifications"
7796means any addition to or deletion from the substance or structure of either the
7797Original Code or any previous Modifications. When Covered Code is released as a series
7798of files, a Modification is:
7799Any addition to or deletion from the contents of a file containing Original Code or
7800previous Modifications.
7801Any new file that contains any part of the Original Code or previous Modifications.
78021.10. "Original Code"
7803means Source Code of computer software code which is described in the Source Code
7804notice required by Exhibit A as Original Code, and which, at the time of its release
7805under this License is not already Covered Code governed by this License.
78061.10.1. "Patent Claims"
7807means any patent claim(s), now owned or hereafter acquired, including without
7808limitation, method, process, and apparatus claims, in any patent Licensable by
7809grantor.
78101.11. "Source Code"
7811means the preferred form of the Covered Code for making modifications to it, including
7812all modules it contains, plus any associated interface definition files, scripts used
7813to control compilation and installation of an Executable, or source code differential
7814comparisons against either the Original Code or another well known, available Covered
7815Code of the Contributor`s choice. The Source Code can be in a compressed or archival
7816form, provided the appropriate decompression or de-archiving software is widely
7817available for no charge.
78181.12. "You" (or "Your")
7819means an individual or a legal entity exercising rights under, and complying with all
7820of the terms of, this License or a future version of this License issued under Section
78216.1. For legal entities, "You" includes any entity which controls, is controlled by,
7822or is under common control with You. For purposes of this definition, "control" means
7823(a) the power, direct or indirect, to cause the direction or management of such
7824entity, whether by contract or otherwise, or (b) ownership of more than fifty percent
7825(50%) of the outstanding shares or beneficial ownership of such entity.
78262. Source Code License.
7827
78282.1. The Initial Developer Grant.
7829
7830The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
7831license, subject to third party intellectual property claims:
7832
7833under intellectual property rights (other than patent or trademark) Licensable by
7834Initial Developer to use, reproduce, modify, display, perform, sublicense and
7835distribute the Original Code (or portions thereof) with or without Modifications,
7836and/or as part of a Larger Work; and
7837under Patents Claims infringed by the making, using or selling of Original Code, to
7838make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of
7839the Original Code (or portions thereof).
7840the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial
7841Developer first distributes Original Code under the terms of this License.
7842Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that
7843You delete from the Original Code; 2) separate from the Original Code; or 3) for
7844infringements caused by: i) the modification of the Original Code or ii) the
7845combination of the Original Code with other software or devices.
78462.2. Contributor Grant.
7847
7848Subject to third party intellectual property claims, each Contributor hereby grants
7849You a world-wide, royalty-free, non-exclusive license
7850
7851under intellectual property rights (other than patent or trademark) Licensable by
7852Contributor, to use, reproduce, modify, display, perform, sublicense and distribute
7853the Modifications created by such Contributor (or portions thereof) either on an
7854unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger
7855Work; and
7856under Patent Claims infringed by the making, using, or selling of Modifications made
7857by that Contributor either alone and/or in combination with its Contributor Version
7858(or portions of such combination), to make, use, sell, offer for sale, have made,
7859and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions
7860thereof); and 2) the combination of Modifications made by that Contributor with its
7861Contributor Version (or portions of such combination).
7862the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date
7863Contributor first makes Commercial Use of the Covered Code.
7864Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code
7865that Contributor has deleted from the Contributor Version; 2) separate from the
7866Contributor Version; 3) for infringements caused by: i) third party modifications of
7867Contributor Version or ii) the combination of Modifications made by that Contributor
7868with other software (except as part of the Contributor Version) or other devices; or
78694) under Patent Claims infringed by Covered Code in the absence of Modifications made
7870by that Contributor.
78713. Distribution Obligations.
7872
78733.1. Application of License.
7874
7875The Modifications which You create or to which You contribute are governed by the
7876terms of this License, including without limitation Section 2.2. The Source Code
7877version of Covered Code may be distributed only under the terms of this License or a
7878future version of this License released under Section 6.1, and You must include a copy
7879of this License with every copy of the Source Code You distribute. You may not offer
7880or impose any terms on any Source Code version that alters or restricts the applicable
7881version of this License or the recipients` rights hereunder. However, You may include
7882an additional document offering the additional rights described in Section 3.5.
7883
78843.2. Availability of Source Code.
7885
7886Any Modification which You create or to which You contribute must be made available in
7887Source Code form under the terms of this License either on the same media as an
7888Executable version or via an accepted Electronic Distribution Mechanism to anyone to
7889whom you made an Executable version available; and if made available via Electronic
7890Distribution Mechanism, must remain available for at least twelve (12) months after
7891the date it initially became available, or at least six (6) months after a subsequent
7892version of that particular Modification has been made available to such recipients.
7893You are responsible for ensuring that the Source Code version remains available even
7894if the Electronic Distribution Mechanism is maintained by a third party.
7895
78963.3. Description of Modifications.
7897
7898You must cause all Covered Code to which You contribute to contain a file documenting
7899the changes You made to create that Covered Code and the date of any change. You must
7900include a prominent statement that the Modification is derived, directly or
7901indirectly, from Original Code provided by the Initial Developer and including the
7902name of the Initial Developer in (a) the Source Code, and (b) in any notice in an
7903Executable version or related documentation in which You describe the origin or
7904ownership of the Covered Code.
7905
79063.4. Intellectual Property Matters
7907
7908(a) Third Party Claims
7909
7910If Contributor has knowledge that a license under a third party`s intellectual
7911property rights is required to exercise the rights granted by such Contributor under
7912Sections 2.1 or 2.2, Contributor must include a text file with the Source Code
7913distribution titled "LEGAL" which describes the claim and the party making the claim
7914in sufficient detail that a recipient will know whom to contact. If Contributor
7915obtains such knowledge after the Modification is made available as described in
7916Section 3.2, Contributor shall promptly modify the LEGAL file in all copies
7917Contributor makes available thereafter and shall take other steps (such as notifying
7918appropriate mailing lists or newsgroups) reasonably calculated to inform those who
7919received the Covered Code that new knowledge has been obtained.
7920
7921(b) Contributor APIs
7922
7923If Contributor`s Modifications include an application programming interface and
7924Contributor has knowledge of patent licenses which are reasonably necessary to
7925implement that API, Contributor must also include this information in the LEGAL file.
7926
7927(c) Representations.
7928
7929Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above,
7930Contributor believes that Contributor`s Modifications are Contributor`s original
7931creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by
7932this License.
7933
79343.5. Required Notices.
7935
7936You must duplicate the notice in Exhibit A in each file of the Source Code. If it is
7937not possible to put such notice in a particular Source Code file due to its structure,
7938then You must include such notice in a location (such as a relevant directory) where a
7939user would be likely to look for such a notice. If You created one or more
7940Modification(s) You may add your name as a Contributor to the notice described in
7941Exhibit A. You must also duplicate this License in any documentation for the Source
7942Code where You describe recipients` rights or ownership rights relating to Covered
7943Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity
7944or liability obligations to one or more recipients of Covered Code. However, You may
7945do so only on Your own behalf, and not on behalf of the Initial Developer or any
7946Contributor. You must make it absolutely clear than any such warranty, support,
7947indemnity or liability obligation is offered by You alone, and You hereby agree to
7948indemnify the Initial Developer and every Contributor for any liability incurred by
7949the Initial Developer or such Contributor as a result of warranty, support, indemnity
7950or liability terms You offer.
7951
79523.6. Distribution of Executable Versions.
7953
7954You may distribute Covered Code in Executable form only if the requirements of
7955Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You
7956include a notice stating that the Source Code version of the Covered Code is available
7957under the terms of this License, including a description of how and where You have
7958fulfilled the obligations of Section 3.2. The notice must be conspicuously included in
7959any notice in an Executable version, related documentation or collateral in which You
7960describe recipients` rights relating to the Covered Code. You may distribute the
7961Executable version of Covered Code or ownership rights under a license of Your choice,
7962which may contain terms different from this License, provided that You are in
7963compliance with the terms of this License and that the license for the Executable
7964version does not attempt to limit or alter the recipient`s rights in the Source Code
7965version from the rights set forth in this License. If You distribute the Executable
7966version under a different license You must make it absolutely clear that any terms
7967which differ from this License are offered by You alone, not by the Initial Developer
7968or any Contributor. You hereby agree to indemnify the Initial Developer and every
7969Contributor for any liability incurred by the Initial Developer or such Contributor as
7970a result of any such terms You offer.
7971
79723.7. Larger Works.
7973
7974You may create a Larger Work by combining Covered Code with other code not governed by
7975the terms of this License and distribute the Larger Work as a single product. In such
7976a case, You must make sure the requirements of this License are fulfilled for the
7977Covered Code.
7978
79794. Inability to Comply Due to Statute or Regulation.
7980
7981If it is impossible for You to comply with any of the terms of this License with
7982respect to some or all of the Covered Code due to statute, judicial order, or
7983regulation then You must: (a) comply with the terms of this License to the maximum
7984extent possible; and (b) describe the limitations and the code they affect. Such
7985description must be included in the LEGAL file described in Section 3.4 and must be
7986included with all distributions of the Source Code. Except to the extent prohibited by
7987statute or regulation, such description must be sufficiently detailed for a recipient
7988of ordinary skill to be able to understand it.
7989
79905. Application of this License.
7991
7992This License applies to code to which the Initial Developer has attached the notice in
7993Exhibit A and to related Covered Code.
7994
79956. Versions of the License.
7996
79976.1. New Versions
7998
7999Netscape Communications Corporation ("Netscape") may publish revised and/or new
8000versions of the License from time to time. Each version will be given a distinguishing
8001version number.
8002
80036.2. Effect of New Versions
8004
8005Once Covered Code has been published under a particular version of the License, You
8006may always continue to use it under the terms of that version. You may also choose to
8007use such Covered Code under the terms of any subsequent version of the License
8008published by Netscape. No one other than Netscape has the right to modify the terms
8009applicable to Covered Code created under this License.
8010
80116.3. Derivative Works
8012
8013If You create or use a modified version of this License (which you may only do in
8014order to apply it to code which is not already Covered Code governed by this License),
8015You must (a) rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL",
8016"Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear in your
8017license (except to note that your license differs from this License) and (b) otherwise
8018make it clear that Your version of the license contains terms which differ from the
8019Mozilla Public License and Netscape Public License. (Filling in the name of the
8020Initial Developer, Original Code or Contributor in the notice described in Exhibit A
8021shall not of themselves be deemed to be modifications of this License.)
8022
80237. DISCLAIMER OF WARRANTY
8024
8025COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF
8026ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT
8027THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
8028NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
8029IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
8030INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
8031SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
8032PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
8033THIS DISCLAIMER.
8034
80358. Termination
8036
80378.1. This License and the rights granted hereunder will terminate automatically if You
8038fail to comply with terms herein and fail to cure such breach within 30 days of
8039becoming aware of the breach. All sublicenses to the Covered Code which are properly
8040granted shall survive any termination of this License. Provisions which, by their
8041nature, must remain in effect beyond the termination of this License shall survive.
8042
80438.2. If You initiate litigation by asserting a patent infringement claim (excluding
8044declatory judgment actions) against Initial Developer or a Contributor (the Initial
8045Developer or Contributor against whom You file such action is referred to as
8046"Participant") alleging that:
8047
8048such Participant`s Contributor Version directly or indirectly infringes any patent,
8049then any and all rights granted by such Participant to You under Sections 2.1 and/or
80502.2 of this License shall, upon 60 days notice from Participant terminate
8051prospectively, unless if within 60 days after receipt of notice You either: (i) agree
8052in writing to pay Participant a mutually agreeable reasonable royalty for Your past
8053and future use of Modifications made by such Participant, or (ii) withdraw Your
8054litigation claim with respect to the Contributor Version against such Participant. If
8055within 60 days of notice, a reasonable royalty and payment arrangement are not
8056mutually agreed upon in writing by the parties or the litigation claim is not
8057withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2
8058automatically terminate at the expiration of the 60 day notice period specified above.
8059any software, hardware, or device, other than such Participant`s Contributor Version,
8060directly or indirectly infringes any patent, then any rights granted to You by such
8061Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You
8062first made, used, sold, distributed, or had made, Modifications made by that
8063Participant.
80648.3. If You assert a patent infringement claim against Participant alleging that such
8065Participant`s Contributor Version directly or indirectly infringes any patent where
8066such claim is resolved (such as by license or settlement) prior to the initiation of
8067patent infringement litigation, then the reasonable value of the licenses granted by
8068such Participant under Sections 2.1 or 2.2 shall be taken into account in determining
8069the amount or value of any payment or license.
8070
80718.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license
8072agreements (excluding distributors and resellers) which have been validly granted by
8073You or any distributor hereunder prior to termination shall survive termination.
8074
80759. LIMITATION OF LIABILITY
8076
8077UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE),
8078CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR
8079ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO
8080ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
8081CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE,
8082COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
8083EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
8084LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
8085RESULTING FROM SUCH PARTY`S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
8086LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL
8087OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
8088
808910. U.S. government end users
8090
8091The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101
8092(Oct. 1995), consisting of "commercial computer software" and "commercial computer
8093software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
8094Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June
80951995), all U.S. Government End Users acquire Covered Code with only those rights set
8096forth herein.
8097
809811. Miscellaneous
8099
8100This License represents the complete agreement concerning subject matter hereof. If
8101any provision of this License is held to be unenforceable, such provision shall be
8102reformed only to the extent necessary to make it enforceable. This License shall be
8103governed by California law provisions (except to the extent applicable law, if any,
8104provides otherwise), excluding its conflict-of-law provisions. With respect to
8105disputes in which at least one party is a citizen of, or an entity chartered or
8106registered to do business in the United States of America, any litigation relating to
8107this License shall be subject to the jurisdiction of the Federal Courts of the
8108Northern District of California, with venue lying in Santa Clara County, California,
8109with the losing party responsible for costs, including without limitation, court costs
8110and reasonable attorneys` fees and expenses. The application of the United Nations
8111Convention on Contracts for the International Sale of Goods is expressly excluded. Any
8112law or regulation which provides that the language of a contract shall be construed
8113against the drafter shall not apply to this License.
8114
811512. Responsibility for claims
8116
8117As between Initial Developer and the Contributors, each party is responsible for
8118claims and damages arising, directly or indirectly, out of its utilization of rights
8119under this License and You agree to work with Initial Developer and Contributors to
8120distribute such responsibility on an equitable basis. Nothing herein is intended or
8121shall be deemed to constitute any admission of liability.
8122
812313. Multiple-licensed code
8124
8125Initial Developer may designate portions of the Covered Code as "Multiple-Licensed".
8126"Multiple-Licensed" means that the Initial Developer permits you to utilize portions
8127of the Covered Code under Your choice of the MPL or the alternative licenses, if any,
8128specified by the Initial Developer in the file described in Exhibit A.
8129
8130Exhibit A - Mozilla Public License.
8131
8132"The contents of this file are subject to the Mozilla Public License
8133Version 1.1 (the "License"); you may not use this file except in
8134compliance with the License. You may obtain a copy of the License at
8135http://www.mozilla.org/MPL/
8136
8137Software distributed under the License is distributed on an "AS IS"
8138basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8139License for the specific language governing rights and limitations
8140under the License.
8141
8142The Original Code is ______________________________________.
8143
8144The Initial Developer of the Original Code is ________________________.
8145Portions created by ______________________ are Copyright (C) ______
8146_______________________. All Rights Reserved.
8147
8148Contributor(s): ______________________________________.
8149
8150Alternatively, the contents of this file may be used under the terms
8151of the _____ license (the "[___] License"), in which case the
8152provisions of [______] License are applicable instead of those
8153above. If you wish to allow use of your version of this file only
8154under the terms of the [____] License and not to allow others to use
8155your version of this file under the MPL, indicate your decision by
8156deleting the provisions above and replace them with the notice and
8157other provisions required by the [___] License. If you do not delete
8158the provisions above, a recipient may use your version of this file
8159under either the MPL or the [___] License."
8160NOTE: The text of this Exhibit A may differ slightly from the text of the notices in
8161the Source Code files of the Original Code. You should use the text of this Exhibit A
8162rather than the text found in the Original Code Source Code for Your Modifications.
8163
8164</programlisting></para></section>
8165
8166<section id="lic_29">
8167<title>MPL-2.0</title>
8168<para><programlisting>
8169Mozilla Public License Version 2.0
8170==================================
8171
81721. Definitions
8173--------------
8174
81751.1. "Contributor"
8176 means each individual or legal entity that creates, contributes to
8177 the creation of, or owns Covered Software.
8178
81791.2. "Contributor Version"
8180 means the combination of the Contributions of others (if any) used
8181 by a Contributor and that particular Contributor's Contribution.
8182
81831.3. "Contribution"
8184 means Covered Software of a particular Contributor.
8185
81861.4. "Covered Software"
8187 means Source Code Form to which the initial Contributor has attached
8188 the notice in Exhibit A, the Executable Form of such Source Code
8189 Form, and Modifications of such Source Code Form, in each case
8190 including portions thereof.
8191
81921.5. "Incompatible With Secondary Licenses"
8193 means
8194
8195 (a) that the initial Contributor has attached the notice described
8196 in Exhibit B to the Covered Software; or
8197
8198 (b) that the Covered Software was made available under the terms of
8199 version 1.1 or earlier of the License, but not also under the
8200 terms of a Secondary License.
8201
82021.6. "Executable Form"
8203 means any form of the work other than Source Code Form.
8204
82051.7. "Larger Work"
8206 means a work that combines Covered Software with other material, in
8207 a separate file or files, that is not Covered Software.
8208
82091.8. "License"
8210 means this document.
8211
82121.9. "Licensable"
8213 means having the right to grant, to the maximum extent possible,
8214 whether at the time of the initial grant or subsequently, any and
8215 all of the rights conveyed by this License.
8216
82171.10. "Modifications"
8218 means any of the following:
8219
8220 (a) any file in Source Code Form that results from an addition to,
8221 deletion from, or modification of the contents of Covered
8222 Software; or
8223
8224 (b) any new file in Source Code Form that contains any Covered
8225 Software.
8226
82271.11. "Patent Claims" of a Contributor
8228 means any patent claim(s), including without limitation, method,
8229 process, and apparatus claims, in any patent Licensable by such
8230 Contributor that would be infringed, but for the grant of the
8231 License, by the making, using, selling, offering for sale, having
8232 made, import, or transfer of either its Contributions or its
8233 Contributor Version.
8234
82351.12. "Secondary License"
8236 means either the GNU General Public License, Version 2.0, the GNU
8237 Lesser General Public License, Version 2.1, the GNU Affero General
8238 Public License, Version 3.0, or any later versions of those
8239 licenses.
8240
82411.13. "Source Code Form"
8242 means the form of the work preferred for making modifications.
8243
82441.14. "You" (or "Your")
8245 means an individual or a legal entity exercising rights under this
8246 License. For legal entities, "You" includes any entity that
8247 controls, is controlled by, or is under common control with You. For
8248 purposes of this definition, "control" means (a) the power, direct
8249 or indirect, to cause the direction or management of such entity,
8250 whether by contract or otherwise, or (b) ownership of more than
8251 fifty percent (50%) of the outstanding shares or beneficial
8252 ownership of such entity.
8253
82542. License Grants and Conditions
8255--------------------------------
8256
82572.1. Grants
8258
8259Each Contributor hereby grants You a world-wide, royalty-free,
8260non-exclusive license:
8261
8262(a) under intellectual property rights (other than patent or trademark)
8263 Licensable by such Contributor to use, reproduce, make available,
8264 modify, display, perform, distribute, and otherwise exploit its
8265 Contributions, either on an unmodified basis, with Modifications, or
8266 as part of a Larger Work; and
8267
8268(b) under Patent Claims of such Contributor to make, use, sell, offer
8269 for sale, have made, import, and otherwise transfer either its
8270 Contributions or its Contributor Version.
8271
82722.2. Effective Date
8273
8274The licenses granted in Section 2.1 with respect to any Contribution
8275become effective for each Contribution on the date the Contributor first
8276distributes such Contribution.
8277
82782.3. Limitations on Grant Scope
8279
8280The licenses granted in this Section 2 are the only rights granted under
8281this License. No additional rights or licenses will be implied from the
8282distribution or licensing of Covered Software under this License.
8283Notwithstanding Section 2.1(b) above, no patent license is granted by a
8284Contributor:
8285
8286(a) for any code that a Contributor has removed from Covered Software;
8287 or
8288
8289(b) for infringements caused by: (i) Your and any other third party's
8290 modifications of Covered Software, or (ii) the combination of its
8291 Contributions with other software (except as part of its Contributor
8292 Version); or
8293
8294(c) under Patent Claims infringed by Covered Software in the absence of
8295 its Contributions.
8296
8297This License does not grant any rights in the trademarks, service marks,
8298or logos of any Contributor (except as may be necessary to comply with
8299the notice requirements in Section 3.4).
8300
83012.4. Subsequent Licenses
8302
8303No Contributor makes additional grants as a result of Your choice to
8304distribute the Covered Software under a subsequent version of this
8305License (see Section 10.2) or under the terms of a Secondary License (if
8306permitted under the terms of Section 3.3).
8307
83082.5. Representation
8309
8310Each Contributor represents that the Contributor believes its
8311Contributions are its original creation(s) or it has sufficient rights
8312to grant the rights to its Contributions conveyed by this License.
8313
83142.6. Fair Use
8315
8316This License is not intended to limit any rights You have under
8317applicable copyright doctrines of fair use, fair dealing, or other
8318equivalents.
8319
83202.7. Conditions
8321
8322Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
8323in Section 2.1.
8324
83253. Responsibilities
8326-------------------
8327
83283.1. Distribution of Source Form
8329
8330All distribution of Covered Software in Source Code Form, including any
8331Modifications that You create or to which You contribute, must be under
8332the terms of this License. You must inform recipients that the Source
8333Code Form of the Covered Software is governed by the terms of this
8334License, and how they can obtain a copy of this License. You may not
8335attempt to alter or restrict the recipients' rights in the Source Code
8336Form.
8337
83383.2. Distribution of Executable Form
8339
8340If You distribute Covered Software in Executable Form then:
8341
8342(a) such Covered Software must also be made available in Source Code
8343 Form, as described in Section 3.1, and You must inform recipients of
8344 the Executable Form how they can obtain a copy of such Source Code
8345 Form by reasonable means in a timely manner, at a charge no more
8346 than the cost of distribution to the recipient; and
8347
8348(b) You may distribute such Executable Form under the terms of this
8349 License, or sublicense it under different terms, provided that the
8350 license for the Executable Form does not attempt to limit or alter
8351 the recipients' rights in the Source Code Form under this License.
8352
83533.3. Distribution of a Larger Work
8354
8355You may create and distribute a Larger Work under terms of Your choice,
8356provided that You also comply with the requirements of this License for
8357the Covered Software. If the Larger Work is a combination of Covered
8358Software with a work governed by one or more Secondary Licenses, and the
8359Covered Software is not Incompatible With Secondary Licenses, this
8360License permits You to additionally distribute such Covered Software
8361under the terms of such Secondary License(s), so that the recipient of
8362the Larger Work may, at their option, further distribute the Covered
8363Software under the terms of either this License or such Secondary
8364License(s).
8365
83663.4. Notices
8367
8368You may not remove or alter the substance of any license notices
8369(including copyright notices, patent notices, disclaimers of warranty,
8370or limitations of liability) contained within the Source Code Form of
8371the Covered Software, except that You may alter any license notices to
8372the extent required to remedy known factual inaccuracies.
8373
83743.5. Application of Additional Terms
8375
8376You may choose to offer, and to charge a fee for, warranty, support,
8377indemnity or liability obligations to one or more recipients of Covered
8378Software. However, You may do so only on Your own behalf, and not on
8379behalf of any Contributor. You must make it absolutely clear that any
8380such warranty, support, indemnity, or liability obligation is offered by
8381You alone, and You hereby agree to indemnify every Contributor for any
8382liability incurred by such Contributor as a result of warranty, support,
8383indemnity or liability terms You offer. You may include additional
8384disclaimers of warranty and limitations of liability specific to any
8385jurisdiction.
8386
83874. Inability to Comply Due to Statute or Regulation
8388---------------------------------------------------
8389
8390If it is impossible for You to comply with any of the terms of this
8391License with respect to some or all of the Covered Software due to
8392statute, judicial order, or regulation then You must: (a) comply with
8393the terms of this License to the maximum extent possible; and (b)
8394describe the limitations and the code they affect. Such description must
8395be placed in a text file included with all distributions of the Covered
8396Software under this License. Except to the extent prohibited by statute
8397or regulation, such description must be sufficiently detailed for a
8398recipient of ordinary skill to be able to understand it.
8399
84005. Termination
8401--------------
8402
84035.1. The rights granted under this License will terminate automatically
8404if You fail to comply with any of its terms. However, if You become
8405compliant, then the rights granted under this License from a particular
8406Contributor are reinstated (a) provisionally, unless and until such
8407Contributor explicitly and finally terminates Your grants, and (b) on an
8408ongoing basis, if such Contributor fails to notify You of the
8409non-compliance by some reasonable means prior to 60 days after You have
8410come back into compliance. Moreover, Your grants from a particular
8411Contributor are reinstated on an ongoing basis if such Contributor
8412notifies You of the non-compliance by some reasonable means, this is the
8413first time You have received notice of non-compliance with this License
8414from such Contributor, and You become compliant prior to 30 days after
8415Your receipt of the notice.
8416
84175.2. If You initiate litigation against any entity by asserting a patent
8418infringement claim (excluding declaratory judgment actions,
8419counter-claims, and cross-claims) alleging that a Contributor Version
8420directly or indirectly infringes any patent, then the rights granted to
8421You by any and all Contributors for the Covered Software under Section
84222.1 of this License shall terminate.
8423
84245.3. In the event of termination under Sections 5.1 or 5.2 above, all
8425end user license agreements (excluding distributors and resellers) which
8426have been validly granted by You or Your distributors under this License
8427prior to termination shall survive termination.
8428
8429************************************************************************
8430* *
8431* 6. Disclaimer of Warranty *
8432* ------------------------- *
8433* *
8434* Covered Software is provided under this License on an "as is" *
8435* basis, without warranty of any kind, either expressed, implied, or *
8436* statutory, including, without limitation, warranties that the *
8437* Covered Software is free of defects, merchantable, fit for a *
8438* particular purpose or non-infringing. The entire risk as to the *
8439* quality and performance of the Covered Software is with You. *
8440* Should any Covered Software prove defective in any respect, You *
8441* (not any Contributor) assume the cost of any necessary servicing, *
8442* repair, or correction. This disclaimer of warranty constitutes an *
8443* essential part of this License. No use of any Covered Software is *
8444* authorized under this License except under this disclaimer. *
8445* *
8446************************************************************************
8447
8448************************************************************************
8449* *
8450* 7. Limitation of Liability *
8451* -------------------------- *
8452* *
8453* Under no circumstances and under no legal theory, whether tort *
8454* (including negligence), contract, or otherwise, shall any *
8455* Contributor, or anyone who distributes Covered Software as *
8456* permitted above, be liable to You for any direct, indirect, *
8457* special, incidental, or consequential damages of any character *
8458* including, without limitation, damages for lost profits, loss of *
8459* goodwill, work stoppage, computer failure or malfunction, or any *
8460* and all other commercial damages or losses, even if such party *
8461* shall have been informed of the possibility of such damages. This *
8462* limitation of liability shall not apply to liability for death or *
8463* personal injury resulting from such party's negligence to the *
8464* extent applicable law prohibits such limitation. Some *
8465* jurisdictions do not allow the exclusion or limitation of *
8466* incidental or consequential damages, so this exclusion and *
8467* limitation may not apply to You. *
8468* *
8469************************************************************************
8470
84718. Litigation
8472-------------
8473
8474Any litigation relating to this License may be brought only in the
8475courts of a jurisdiction where the defendant maintains its principal
8476place of business and such litigation shall be governed by laws of that
8477jurisdiction, without reference to its conflict-of-law provisions.
8478Nothing in this Section shall prevent a party's ability to bring
8479cross-claims or counter-claims.
8480
84819. Miscellaneous
8482----------------
8483
8484This License represents the complete agreement concerning the subject
8485matter hereof. If any provision of this License is held to be
8486unenforceable, such provision shall be reformed only to the extent
8487necessary to make it enforceable. Any law or regulation which provides
8488that the language of a contract shall be construed against the drafter
8489shall not be used to construe this License against a Contributor.
8490
849110. Versions of the License
8492---------------------------
8493
849410.1. New Versions
8495
8496Mozilla Foundation is the license steward. Except as provided in Section
849710.3, no one other than the license steward has the right to modify or
8498publish new versions of this License. Each version will be given a
8499distinguishing version number.
8500
850110.2. Effect of New Versions
8502
8503You may distribute the Covered Software under the terms of the version
8504of the License under which You originally received the Covered Software,
8505or under the terms of any subsequent version published by the license
8506steward.
8507
850810.3. Modified Versions
8509
8510If you create software not governed by this License, and you want to
8511create a new license for such software, you may create and use a
8512modified version of this License if you rename the license and remove
8513any references to the name of the license steward (except to note that
8514such modified license differs from this License).
8515
851610.4. Distributing Source Code Form that is Incompatible With Secondary
8517Licenses
8518
8519If You choose to distribute Source Code Form that is Incompatible With
8520Secondary Licenses under the terms of this version of the License, the
8521notice described in Exhibit B of this License must be attached.
8522
8523Exhibit A - Source Code Form License Notice
8524-------------------------------------------
8525
8526 This Source Code Form is subject to the terms of the Mozilla Public
8527 License, v. 2.0. If a copy of the MPL was not distributed with this
8528 file, You can obtain one at http://mozilla.org/MPL/2.0/.
8529
8530If it is not possible or desirable to put the notice in a particular
8531file, then You may include the notice in a location (such as a LICENSE
8532file in a relevant directory) where a recipient would be likely to look
8533for such a notice.
8534
8535You may add additional accurate notices of copyright ownership.
8536
8537Exhibit B - "Incompatible With Secondary Licenses" Notice
8538---------------------------------------------------------
8539
8540 This Source Code Form is "Incompatible With Secondary Licenses", as
8541 defined by the Mozilla Public License, v. 2.0.
8542</programlisting></para></section>
8543
8544<section id="lic_30">
8545<title>OASIS</title>
8546<para><programlisting>
8547 Permission to use, copy, modify and distribute the DocBook DTD and
8548 its accompanying documentation for any purpose and without fee is
8549 hereby granted in perpetuity, provided that the above copyright
8550 notice and this paragraph appear in all copies. The copyright
8551 holders make no representation about the suitability of the DTD for
8552 any purpose. It is provided "as is" without expressed or implied
8553 warranty.
8554
8555 If you modify the DocBook DTD in any way, except for declaring and
8556 referencing additional sets of general entities and declaring
8557 additional notations, label your DTD as a variant of DocBook. See
8558 the maintenance documentation for more information.
8559
8560</programlisting></para></section>
8561
8562<section id="lic_31">
8563<title>OpenSSL</title>
8564<para><programlisting>
8565
8566OpenSSL License
8567
8568 ====================================================================
8569 Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
8570
8571 Redistribution and use in source and binary forms, with or without
8572 modification, are permitted provided that the following conditions
8573 are met:
8574
8575 1. Redistributions of source code must retain the above copyright
8576 notice, this list of conditions and the following disclaimer.
8577
8578 2. Redistributions in binary form must reproduce the above copyright
8579 notice, this list of conditions and the following disclaimer in
8580 the documentation and/or other materials provided with the
8581 distribution.
8582
8583 3. All advertising materials mentioning features or use of this
8584 software must display the following acknowledgment:
8585 "This product includes software developed by the OpenSSL Project
8586 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
8587
8588 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
8589 endorse or promote products derived from this software without
8590 prior written permission. For written permission, please contact
8591 openssl-core@openssl.org.
8592
8593 5. Products derived from this software may not be called "OpenSSL"
8594 nor may "OpenSSL" appear in their names without prior written
8595 permission of the OpenSSL Project.
8596
8597 6. Redistributions of any form whatsoever must retain the following
8598 acknowledgment:
8599 "This product includes software developed by the OpenSSL Project
8600 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
8601
8602 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS`` AND ANY
8603 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
8604 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
8605 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
8606 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8607 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
8608 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
8609 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
8610 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
8611 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
8612 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
8613 OF THE POSSIBILITY OF SUCH DAMAGE.
8614 ====================================================================
8615
8616 This product includes cryptographic software written by Eric Young
8617 (eay@cryptsoft.com). This product includes software written by Tim
8618 Hudson (tjh@cryptsoft.com).
8619
8620
8621 Original SSLeay License
8622 -----------------------
8623
8624Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8625All rights reserved.
8626
8627 This package is an SSL implementation written
8628 by Eric Young (eay@cryptsoft.com).
8629 The implementation was written so as to conform with Netscapes SSL.
8630
8631 This library is free for commercial and non-commercial use as long as
8632 the following conditions are aheared to. The following conditions
8633 apply to all code found in this distribution, be it the RC4, RSA,
8634 lhash, DES, etc., code; not just the SSL code. The SSL documentation
8635 included with this distribution is covered by the same copyright terms
8636 except that the holder is Tim Hudson (tjh@cryptsoft.com).
8637
8638 Copyright remains Eric Young`s, and as such any Copyright notices in
8639 the code are not to be removed.
8640 If this package is used in a product, Eric Young should be given attribution
8641 as the author of the parts of the library used.
8642 This can be in the form of a textual message at program startup or
8643 in documentation (online or textual) provided with the package.
8644
8645 Redistribution and use in source and binary forms, with or without
8646 modification, are permitted provided that the following conditions
8647 are met:
8648 1. Redistributions of source code must retain the copyright
8649 notice, this list of conditions and the following disclaimer.
8650 2. Redistributions in binary form must reproduce the above copyright
8651 notice, this list of conditions and the following disclaimer in the
8652 documentation and/or other materials provided with the distribution.
8653 3. All advertising materials mentioning features or use of this software
8654 must display the following acknowledgement:
8655 "This product includes cryptographic software written by
8656 Eric Young (eay@cryptsoft.com)"
8657 The word `cryptographic` can be left out if the rouines from the library
8658 being used are not cryptographic related :-).
8659 4. If you include any Windows specific code (or a derivative thereof) from
8660 the apps directory (application code) you must include an acknowledgement:
8661 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
8662
8663 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS`` AND ANY EXPRESS OR IMPLIED
8664WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
8665AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
8666CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
8667CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
8668OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
8669HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
8670OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
8671SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8672
8673 The licence and distribution terms for any publically available version or
8674derivative of this code cannot be changed. i.e. this code cannot simply be copied and
8675put under another distribution licence
8676 [including the GNU Public Licence.]
8677
8678
8679
8680
8681</programlisting></para></section>
8682
8683<section id="lic_32">
8684<title>PD</title>
8685<para><programlisting>
8686This is a placeholder for the Public Domain License
8687</programlisting></para></section>
8688
8689<section id="lic_33">
8690<title>Python-2.0</title>
8691<para><programlisting>
8692
8693PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
8694--------------------------------------------
8695
86961. This LICENSE AGREEMENT is between the Python Software Foundation
8697("PSF"), and the Individual or Organization ("Licensee") accessing and
8698otherwise using this software ("Python") in source or binary form and
8699its associated documentation.
8700
87012. Subject to the terms and conditions of this License Agreement, PSF
8702hereby grants Licensee a nonexclusive, royalty-free, world-wide
8703license to reproduce, analyze, test, perform and/or display publicly,
8704prepare derivative works, distribute, and otherwise use Python
8705alone or in any derivative version, provided, however, that PSF`s
8706License Agreement and PSF`s notice of copyright, i.e., "Copyright (c)
87072001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
8708Reserved" are retained in Python alone or in any derivative version
8709prepared by Licensee.
8710
87113. In the event Licensee prepares a derivative work that is based on
8712or incorporates Python or any part thereof, and wants to make
8713the derivative work available to others as provided herein, then
8714Licensee hereby agrees to include in any such work a brief summary of
8715the changes made to Python.
8716
87174. PSF is making Python available to Licensee on an "AS IS"
8718basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
8719IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
8720DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
8721FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
8722INFRINGE ANY THIRD PARTY RIGHTS.
8723
87245. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
8725FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
8726A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
8727OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
8728
87296. This License Agreement will automatically terminate upon a material
8730breach of its terms and conditions.
8731
87327. Nothing in this License Agreement shall be deemed to create any
8733relationship of agency, partnership, or joint venture between PSF and
8734Licensee. This License Agreement does not grant permission to use PSF
8735trademarks or trade name in a trademark sense to endorse or promote
8736products or services of Licensee, or any third party.
8737
87388. By copying, installing or otherwise using Python, Licensee
8739agrees to be bound by the terms and conditions of this License
8740Agreement.
8741
8742BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
8743-------------------------------------------
8744
8745BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
8746
87471. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
8748office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
8749Individual or Organization ("Licensee") accessing and otherwise using
8750this software in source or binary form and its associated
8751documentation ("the Software").
8752
87532. Subject to the terms and conditions of this BeOpen Python License
8754Agreement, BeOpen hereby grants Licensee a non-exclusive,
8755royalty-free, world-wide license to reproduce, analyze, test, perform
8756and/or display publicly, prepare derivative works, distribute, and
8757otherwise use the Software alone or in any derivative version,
8758provided, however, that the BeOpen Python License is retained in the
8759Software, alone or in any derivative version prepared by Licensee.
8760
87613. BeOpen is making the Software available to Licensee on an "AS IS"
8762basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
8763IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
8764DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
8765FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
8766INFRINGE ANY THIRD PARTY RIGHTS.
8767
87684. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
8769SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
8770AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
8771DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
8772
87735. This License Agreement will automatically terminate upon a material
8774breach of its terms and conditions.
8775
87766. This License Agreement shall be governed by and interpreted in all
8777respects by the law of the State of California, excluding conflict of
8778law provisions. Nothing in this License Agreement shall be deemed to
8779create any relationship of agency, partnership, or joint venture
8780between BeOpen and Licensee. This License Agreement does not grant
8781permission to use BeOpen trademarks or trade names in a trademark
8782sense to endorse or promote products or services of Licensee, or any
8783third party. As an exception, the "BeOpen Python" logos available at
8784http://www.pythonlabs.com/logos.html may be used according to the
8785permissions granted on that web page.
8786
87877. By copying, installing or otherwise using the software, Licensee
8788agrees to be bound by the terms and conditions of this License
8789Agreement.
8790
8791CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
8792---------------------------------------
8793
87941. This LICENSE AGREEMENT is between the Corporation for National
8795Research Initiatives, having an office at 1895 Preston White Drive,
8796Reston, VA 20191 ("CNRI"), and the Individual or Organization
8797("Licensee") accessing and otherwise using Python 1.6.1 software in
8798source or binary form and its associated documentation.
8799
88002. Subject to the terms and conditions of this License Agreement, CNRI
8801hereby grants Licensee a nonexclusive, royalty-free, world-wide
8802license to reproduce, analyze, test, perform and/or display publicly,
8803prepare derivative works, distribute, and otherwise use Python 1.6.1
8804alone or in any derivative version, provided, however, that CNRI`s
8805License Agreement and CNRI`s notice of copyright, i.e., "Copyright (c)
88061995-2001 Corporation for National Research Initiatives; All Rights
8807Reserved" are retained in Python 1.6.1 alone or in any derivative
8808version prepared by Licensee. Alternately, in lieu of CNRI`s License
8809Agreement, Licensee may substitute the following text (omitting the
8810quotes): "Python 1.6.1 is made available subject to the terms and
8811conditions in CNRI`s License Agreement. This Agreement together with
8812Python 1.6.1 may be located on the Internet using the following
8813unique, persistent identifier (known as a handle): 1895.22/1013. This
8814Agreement may also be obtained from a proxy server on the Internet
8815using the following URL: http://hdl.handle.net/1895.22/1013".
8816
88173. In the event Licensee prepares a derivative work that is based on
8818or incorporates Python 1.6.1 or any part thereof, and wants to make
8819the derivative work available to others as provided herein, then
8820Licensee hereby agrees to include in any such work a brief summary of
8821the changes made to Python 1.6.1.
8822
88234. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
8824basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
8825IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
8826DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
8827FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
8828INFRINGE ANY THIRD PARTY RIGHTS.
8829
88305. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
88311.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
8832A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
8833OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
8834
88356. This License Agreement will automatically terminate upon a material
8836breach of its terms and conditions.
8837
88387. This License Agreement shall be governed by the federal
8839intellectual property law of the United States, including without
8840limitation the federal copyright law, and, to the extent such
8841U.S. federal law does not apply, by the law of the Commonwealth of
8842Virginia, excluding Virginia`s conflict of law provisions.
8843Notwithstanding the foregoing, with regard to derivative works based
8844on Python 1.6.1 that incorporate non-separable material that was
8845previously distributed under the GNU General Public License (GPL), the
8846law of the Commonwealth of Virginia shall govern this License
8847Agreement only as to issues arising under or with respect to
8848Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
8849License Agreement shall be deemed to create any relationship of
8850agency, partnership, or joint venture between CNRI and Licensee. This
8851License Agreement does not grant permission to use CNRI trademarks or
8852trade name in a trademark sense to endorse or promote products or
8853services of Licensee, or any third party.
8854
88558. By clicking on the "ACCEPT" button where indicated, or by copying,
8856installing or otherwise using Python 1.6.1, Licensee agrees to be
8857bound by the terms and conditions of this License Agreement.
8858
8859ACCEPT
8860
8861CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
8862--------------------------------------------------
8863
8864Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
8865The Netherlands. All rights reserved.
8866
8867Permission to use, copy, modify, and distribute this software and its
8868documentation for any purpose and without fee is hereby granted,
8869provided that the above copyright notice appear in all copies and that
8870both that copyright notice and this permission notice appear in
8871supporting documentation, and that the name of Stichting Mathematisch
8872Centrum or CWI not be used in advertising or publicity pertaining to
8873distribution of the software without specific, written prior
8874permission.
8875
8876STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
8877THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
8878FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
8879FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
8880WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
8881ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
8882OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8883
8884</programlisting></para></section>
8885
8886<section id="lic_34">
8887<title>Zlib</title>
8888<para><programlisting>
8889
8890zlib License
8891
8892
8893 This software is provided `as-is`, without any express or implied
8894 warranty. In no event will the authors be held liable for any damages
8895 arising from the use of this software.
8896
8897 Permission is granted to anyone to use this software for any purpose,
8898 including commercial applications, and to alter it and redistribute it
8899 freely, subject to the following restrictions:
8900
8901 1. The origin of this software must not be misrepresented; you must not
8902 claim that you wrote the original software. If you use this software
8903 in a product, an acknowledgment in the product documentation would be
8904 appreciated but is not required.
8905 2. Altered source versions must be plainly marked as such, and must not be
8906 misrepresented as being the original software.
8907 3. This notice may not be removed or altered from any source distribution.
8908
8909
8910</programlisting></para></section>
8911
8912<section id="lic_35">
8913<title>tcl</title>
8914<para><programlisting>
8915This software is copyrighted by the Regents of the University of
8916California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
8917Corporation and other parties. The following terms apply to all files
8918associated with the software unless explicitly disclaimed in
8919individual files.
8920
8921The authors hereby grant permission to use, copy, modify, distribute,
8922and license this software and its documentation for any purpose, provided
8923that existing copyright notices are retained in all copies and that this
8924notice is included verbatim in any distributions. No written agreement,
8925license, or royalty fee is required for any of the authorized uses.
8926Modifications to this software may be copyrighted by their authors
8927and need not follow the licensing terms described here, provided that
8928the new terms are clearly indicated on the first page of each file where
8929they apply.
8930
8931IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
8932FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
8933ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
8934DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
8935POSSIBILITY OF SUCH DAMAGE.
8936
8937THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
8938INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
8939FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
8940IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
8941NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
8942MODIFICATIONS.
8943
8944GOVERNMENT USE: If you are acquiring this software on behalf of the
8945U.S. government, the Government shall have only "Restricted Rights"
8946in the software and related documentation as defined in the Federal
8947Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
8948are acquiring the software on behalf of the Department of Defense, the
8949software shall be classified as "Commercial Computer Software" and the
8950Government shall have only "Restricted Rights" as defined in Clause
8951252.227-7014 (b) (3) of DFARs. Notwithstanding the foregoing, the
8952authors grant the U.S. Government and others acting in its behalf
8953permission to use and distribute the software in accordance with the
8954terms specified in this license.
8955</programlisting></para></section>
8956
8957 </section>
8958 <section id="proprietary_license">
8959 <title>Proprietary Licenses</title>
8960<section id="lic_36">
8961<title>Freescale-EULA</title>
8962<para><programlisting>
8963IMPORTANT. Read the following Freescale Software License Agreement ("Agreement")
8964completely. By selecting the "I Accept" button at the end of this page, you
8965indicate that you accept the terms of the Freescale Proprietary Software License
8966Agreement and you also acknowledge that you have the authority, on behalf of your
8967company, to bind your company to such terms. You may then download or install the
8968file.
8969
8970FREESCALE PROPRIETARY SOFTWARE LICENSE AGREEMENT
8971This is a license agreement ("Agreement") between you (either as an individual
8972or as an authorized representative acting on behalf of your employer) and Freescale
8973Semiconductor, Inc. ("Freescale"). It concerns your rights to use the software
8974provided to you in binary or source code form and any accompanying written materials
8975(the "Software"). The Software may include any updates or error corrections or
8976documentation relating to the Software provided to you by Freescale under this
8977License. In consideration for Freescale allowing you to access the Software, you are
8978agreeing to be bound by the terms of this Agreement. If you do not agree to all of
8979the terms of this Agreement, do not download or install the Software. If you change
8980your mind later, stop using the Software and delete all copies of the Software in
8981your possession or control. Any copies of the Software that you have already
8982distributed, where permitted, and do not destroy will continue to be governed by
8983this Agreement. Your prior use will also continue to be governed by this Agreement.
8984
89851. LICENSE GRANT. Freescale grants to you, free of charge, the non-exclusive,
8986non-transferable, non-sublicensable right (1) to use the Software, (2) to reproduce
8987the Software, (3) to prepare derivative works of the Software, (4) to distribute the
8988Software and derivative works thereof in object (machine-readable) form as part of
8989a programmable processing unit (e.g. a microprocessor, microcontroller, or digital
8990signal processor) supplied directly or indirectly from Freescale ("Freescale
8991System") and (5) to sublicense to others the right to use the distributed Software,
8992provided that any and all such sublicenses include the same terms and conditions of
8993this Agreement. Notwithstanding the limitation on damages in Section 8, Licensee
8994will indemnify, defend, and hold harmless Freescale against any and all claims,
8995costs, damages, liabilities, judgments and attorneys' fees resulting from or
8996arising out of any breach by the sublicensee, or resulting from or arising out of
8997any action by the sublicensee inconsistent with this Agreement.
8998You must notify Freescale, in writing, any time you create a derivative of the
8999Software. Freescale owns all derivatives created from the Software, and derivatives
9000are licensed to you under the same terms as the Software under this Agreement. Upon
9001request, you must provide Freescale the source code of any derivative of the Software.
9002If you violate any of the terms or restrictions of this Agreement, Freescale may
9003immediately terminate this Agreement, and require that you stop using and delete all
9004copies of the Software and any derivative in your possession or control. Any license
9005granted above only extends to Freescale's intellectual property rights that would
9006be necessarily infringed by the Software as provided to you by Freescale and as used
9007within the scope of the licenses granted. You must advise Freescale of any results
9008obtained including any problems or suggested improvements thereof. Freescale retains
9009the right to use such results and related information in any manner it deems
9010appropriate.
9011
90122. OTHER RESTRICTIONS. Subject to the license grant above, the following restrictions
9013 apply:
9014
9015a. Freescale reserves all rights not expressly granted herein.
9016b. You may not rent, lease, sublicense, lend or encumber the Software, unless
9017 otherwise expressly agreed to within this Agreement
9018c. You may not distribute, manufacture, have manufactured, sublicense or otherwise
9019 reproduce the Software for purposes other than intended in this Agreement.
9020d. You may not remove or alter any proprietary legends, notices, or trademarks
9021 contained in the Licensed Software,
9022e. The terms and conditions of this Agreement will apply to any Software updates,
9023 provided to you at Freescale's discretion, that replace and/or supplement the
9024 original Software, unless such update contains a separate license.
9025f. You may not translate, reverse engineer, decompile, or disassemble the Software
9026 provided to you solely in object code format (machine readable) except to the
9027 extent applicable law specifically prohibits such restriction. You will prohibit
9028 your sublicensees from translating, reverse engineering, decompiling, or
9029 disassembling the Software except to the extent applicable law specifically
9030 prohibits such restriction.
9031
90323. OPEN SOURCE. You are about to download or install certain software that is
9033subject to various open source licenses such as the Apache License, the BSD license,
9034the Free Software Foundation General Public License and Lesser General Public
9035License, the Mozilla Public License and others. Your use of such open source
9036software is subject to the terms of each applicable license. You must agree to the
9037terms of each such applicable license, or you should not use the open source software.
9038Any open source license that is incompatible with the terms of this Agreement
9039supersedes the terms of this Agreement.
9040
90414. COPYRIGHT. The Software is licensed to you, not sold. Freescale owns the
9042Software, and United States copyright laws and international treaty provisions
9043protect the Software. Therefore, you must treat the Software like any other
9044copyrighted material (e.g. a book or musical recording). You may not use or
9045copy the Software for any other purpose than what is described in this Agreement.
9046Except as expressly provided herein, Freescale does not grant to you any express or
9047implied rights under any Freescale or third party patents, copyrights, trademarks,
9048or trade secrets. Additionally, you must reproduce and apply any copyright or other
9049proprietary rights notices included on or embedded in the Software to any copies
9050made thereof, in whole or in part, if any. You may not remove any copyright
9051notices of Freescale incorporated in the Software.
9052
90535. TERM AND TERMINATION. The term of this Agreement shall commence on the date
9054of installation or download and shall continue perpetually, unless earlier
9055terminated in accordance with this Agreement. Freescale has the right to terminate
9056this Agreement without notice and require that you stop using and delete all copies
9057of the Software in your possession or control if you violate any of the terms or
9058restrictions of this Agreement. Freescale may terminate this Agreement should any
9059of the Software become, or in Freescale's reasonable opinion is likely to become,
9060the subject of a claim of intellectual infringement or trade secret misappropriation.
9061Upon termination, you must cease use of and destroy, the Software and confirm
9062compliance in writing to Freescale. Upon termination, the license granted pursuant
9063to this Agreement immediately terminates and the provisions of Sections 4 through
906418 will survive any termination of this Agreement.
9065
90666. SUPPORT. Freescale is NOT obligated to provide any support, upgrades or new
9067releases of the Software. If you wish, you may contact Freescale and report problems
9068and provide suggestions regarding the Software. Freescale has no obligation
9069whatsoever to respond in any way to such a problem report or suggestion. Freescale
9070may make changes to the Software at any time, without any obligation to notify or
9071provide updated versions of the Software to you.
9072
90737. NO WARRANTY. TO THE MAXIMUM EXTENT PERMITTED BY LAW, FREESCALE EXPRESSLY
9074DISCLAIMS ANY WARRANTY FOR THE SOFTWARE. THE SOFTWARE IS PROVIDED "AS IS",
9075WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT
9076LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
9077PURPOSE, OR NON-INFRINGEMENT. YOU ASSUME THE ENTIRE RISK ARISING OUT OF THE USE
9078OR PERFORMANCE OF THE SOFTWARE, OR ANY SYSTEMS YOU DESIGN USING THE SOFTWARE (IF
9079ANY). NOTHING IN THIS AGREEMENT MAY BE CONSTRUED AS A WARRANTY OR REPRESENTATION
9080BY FREESCALE THAT THE SOFTWARE OR ANY DERIVATIVE WORK DEVELOPED WITH OR INCORPORATING
9081THE SOFTWARE WILL BE FREE FROM INFRINGEMENT OF THE INTELLECTUAL PROPERTY RIGHTS OF
9082THIRD PARTIES.
9083
90848. INDEMNITY. You agree to fully defend and indemnify Freescale from any and all
9085claims, liabilities, and costs (including reasonable attorney's fees) related to
9086(1) your use (including your sublicensee's use, if permitted) of the Software or
9087(2) your violation of the terms and conditions of this Agreement.
9088
90899. LIMITATION OF LIABILITY. IN NO EVENT WILL FREESCALE BE LIABLE, WHETHER IN
9090CONTRACT, TORT, OR OTHERWISE, FOR ANY INCIDENTAL, SPECIAL, INDIRECT, CONSEQUENTIAL
9091OR PUNITIVE DAMAGES, INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR ANY LOSS OF USE,
9092LOSS OF TIME, INCONVENIENCE, COMMERCIAL LOSS, OR LOST PROFITS, SAVINGS, OR REVENUES
9093TO THE FULL EXTENT SUCH MAY BE DISCLAIMED BY LAW EVEN IF INFORMED IN ADVANCE OF THE
9094POSSIBILITY OF SUCH DAMAGES. FREESCALE'S LIABILITY WILL IN ANY EVENT AND UNDER ANY
9095THEORY OF RECOVERY BE LIMITED TO THE TOTAL AMOUNT RECEIVED BY FREESCALE UNDER THIS
9096AGREEMENT.
9097
909810. COMPLIANCE WITH LAWS; EXPORT RESTRICTIONS. You must not resell, re-export, or
9099provide, directly or indirectly, the licensed software or direct product thereof,
9100in any form without obtaining appropriate export or re-export licenses from the
9101United States Government and from the country from which the export or re-export
9102is to occur. An export occurs when products, technology, or software is transferred
9103from one country to another by any means, including physical shipments, FTP file
9104transfers, E-mails, faxes, remote server access, conversations, and the like. An
9105export also occurs when technology or software is transferred to a foreign national
9106in the United States, or foreign national of the country in which the business
9107activity is taking place. A foreign national is any person who is neither a citizen
9108nor permanent resident of the United States, or the country in which the business
9109activity is taking place. Furthermore, if an export/import license, permit or other
9110government required authority (collectively referred to as "government
9111authorization") is required to transfer technology, software, hardware or other
9112Freescale property to non- Freescale party(ies) and is not approved, then Freescale
9113is not obligated to transfer the Software under this Agreement until such
9114"government authorization" is granted..
9115
911611. GOVERNMENT RIGHTS. The Licensed Software is a "Commercial Item as defined in
911748 C.F.R. $2.101, consisting of "Commercial Computer Software" and "Commercial
9118Computer Software Documentation," as such terms are used in 48 C.F.R. $ 12.212 or
911948 C.F.R. $227.7202, as applicable and are only licensed to U.S. Government end
9120users with the rights as are set forth herein..
9121
912212. HIGH RISK ACTIVITIES. You acknowledge that the Software is not fault tolerant
9123and is not designed, manufactured or intended by Freescale for incorporation into
9124products intended for use or resale in on-line control equipment in hazardous,
9125dangerous to life or potentially life-threatening environments requiring fail-safe
9126 performance, such as in the operation of nuclear facilities, aircraft navigation
9127 or communication systems, air traffic control, direct life support machines or
9128weapons systems, in which the failure of products could lead directly to death,
9129personal injury or severe physical or environmental damage ("High Risk Activities").
9130 You specifically represent and warrant that you will not use the Software or any
9131derivative work of the Software for High Risk Activities.
9132
913313. CHOICE OF LAW; VENUE; LIMITATIONS. You agree that the statutes and laws of the
9134United States and the State of Texas, USA, without regard to conflicts of laws
9135principles, will apply to all matters relating to this Agreement or the Software,
9136and you agree that any litigation will be subject to the exclusive jurisdiction of
9137the state or federal courts in Texas, USA. You agree that regardless of any
9138statute or law to the contrary, any claim or cause of action arising out of or
9139related to this Agreement or the Software must be filed within one (1) year after
9140such claim or cause of action arose or be forever barred.
9141
914214. CONFIDENTIAL INFORMATION. You must treat the Software as confidential
9143information and you agree to retain the Software in confidence perpetually, with
9144respect to Software in source code form (human readable), or for a period of five
9145(5) years from the date of termination of this Agreement, with respect to all other
9146parts of the Software. During this period you may not disclose any part of the
9147Software to anyone other than employees who have a need to know of the Software and
9148 who have executed written agreements obligating them to protect such Licensed
9149Software to at least the same degree of care as in this Agreement. You agree to use
9150 the same degree of care, but no less than a reasonable degree of care, with the
9151Software as you do with your own confidential information. You may disclose Software
9152 to the extent required by a court or under operation of law or order provided that
9153 you notify Freescale of such requirement prior to disclosure, which you only
9154disclose information required, and that you allow Freescale the opportunity to
9155object to such court or other legal body requiring such disclosure.
9156
915715. PRODUCT LABELING. You are not authorized to use any Freescale trademarks,
9158brand names, or logos.
9159
916016. ENTIRE AGREEMENT. This Agreement constitutes the entire agreement between you
9161and Freescale regarding the subject matter of this Agreement, and supersedes all
9162prior communications, negotiations, understandings, agreements or representations,
9163either written or oral, if any. This Agreement may only be amended in written form,
9164executed by you and Freescale.
9165
916617. SEVERABILITY. If any provision of this Agreement is held for any reason to be
9167invalid or unenforceable, then the remaining provisions of this Agreement will be
9168unimpaired and, unless a modification or replacement of the invalid or unenforceable
9169provision is further held to deprive you or Freescale of a material benefit, in
9170which case the Agreement will immediately terminate, the invalid or unenforceable
9171provision will be replaced with a provision that is valid and enforceable and that
9172comes closest to the intention underlying the invalid or unenforceable provision.
9173
917418. NO WAIVER. The waiver by Freescale of any breach of any provision of this
9175Agreement will not operate or be construed as a waiver of any other or a subsequent
9176breach of the same or a different provision.
9177</programlisting></para></section>
9178
9179 </section>
9180</chapter>
diff --git a/doc/book-enea-linux-open-source/swcomp.mk b/doc/book-enea-linux-open-source/swcomp.mk
deleted file mode 100644
index d978b48..0000000
--- a/doc/book-enea-linux-open-source/swcomp.mk
+++ /dev/null
@@ -1,10 +0,0 @@
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-linux-open-source
9BOOKDESC_$(BOOKPACKAGES) := "Enea Linux Open Source Report"
10BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)
diff --git a/doc/book-enea-linux-release-info/doc/about_release.xml b/doc/book-enea-linux-release-info/doc/about_release.xml
deleted file mode 100644
index 017f7b2..0000000
--- a/doc/book-enea-linux-release-info/doc/about_release.xml
+++ /dev/null
@@ -1,350 +0,0 @@
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="relinfo-about-release">
5 <title>About This Release</title>
6
7 <para>This release of Enea Linux <xi:include
8 href="../../s_docsrc_common/pardoc-distro.xml"
9 xmlns:xi="http://www.w3.org/2001/XInclude"
10 xpointer="element(EneaLinux_REL_VER/1)" /> provides a publicly available
11 Enea Linux distribution for a selected set of targets. This release is
12 generated from the yocto distribution <xi:include
13 href="../../s_docsrc_common/pardoc-distro.xml"
14 xmlns:xi="http://www.w3.org/2001/XInclude"
15 xpointer="element(Yocto_NAME/1)" />.<remark>INFO Yocto distro autopicked
16 from poky.ent as DISTRO_NAME_NO_CAP</remark></para>
17
18 <para>Provided contents:<itemizedlist spacing="compact">
19 <listitem>
20 <para>Source code, recipes, scripts, and documentation for building
21 your own Linux kernel, root file system, and cross-compilation
22 toolchains (SDKs)</para>
23 </listitem>
24
25 <listitem>
26 <para>Default configurations for basic Yocto functionality</para>
27 </listitem>
28
29 <listitem>
30 <para>Feature-specific configurations to optionally add more
31 capabilities to the Linux kernel</para>
32 </listitem>
33
34 <listitem>
35 <para>Pre-built images (kernels, rootfs, dtb) and other binaries
36 available for download</para>
37 </listitem>
38
39 <listitem>
40 <para>Eclipse executable plus development tools for command line and
41 Eclipse</para>
42 </listitem>
43 </itemizedlist></para>
44
45 <para>Supported targets:</para>
46
47 <para><remark>FIXME should autocreate a list of targets, hopefully from the
48 generated README file, by using MAKEFILE to update pardoc-distro AND/OR also
49 auto-create an XML file to includ here with description text for each target
50 etc..</remark></para>
51
52 <para><itemizedlist spacing="compact">
53 <listitem>
54 <para>Freescale P2041RDB, Power architecture, No DSPs, Quad-core QorIQ
55 P2041 processor, e500mc cores.</para>
56 </listitem>
57
58
59 </itemizedlist></para>
60
61 <para>Kernel configuration:</para>
62
63 <itemizedlist>
64 <listitem>
65 <para>P2041RDB: One kernel flavor (release)<remark>FIXME Why are these
66 listed three times? Why only "one kernel"??</remark></para>
67 </listitem>
68
69 <listitem>
70 <para>P3041DS: One kernel flavor (release)<remark>FIXME Why are these
71 listed three times?</remark></para>
72 </listitem>
73
74 <listitem>
75 <para>Low-Latency Desktop (LLD)</para>
76 </listitem>
77 </itemizedlist>
78
79 <para>Supported host environment:<itemizedlist>
80 <listitem>
81 <para>64-bit Ubuntu 14.04 LTS<remark>was
82 EneaLinux_HOST_VER</remark></para>
83 </listitem>
84 </itemizedlist></para>
85
86 <para>Supported versions:<itemizedlist spacing="compact">
87 <listitem>
88 <para>Yocto version <xi:include
89 href="../../s_docsrc_common/pardoc-distro.xml"
90 xmlns:xi="http://www.w3.org/2001/XInclude"
91 xpointer="element(Yocto_VER/1)" /><remark>INFO: Auto-fetched from
92 poky.ent via pardoc-distro.xml</remark></para>
93 </listitem>
94
95 <listitem>
96 <para>poky source version <xi:include
97 href="../../s_docsrc_common/pardoc-distro.xml"
98 xmlns:xi="http://www.w3.org/2001/XInclude"
99 xpointer="element(Poky_VER/1)" /><remark>INFO: Auto-fetched from
100 poky.ent via pardoc-distro.xml</remark></para>
101 </listitem>
102
103 <listitem>
104 <para>gcc version: 4.9<remark>was EneaLinux_GCC_VER Not in
105 poky.en</remark></para>
106 </listitem>
107
108 <listitem>
109 <para>Linux kernel version for all targets: 3.12<remark>was
110 EneaLinux_KERNEL_VER Not in poky.ent</remark></para>
111 </listitem>
112
113 <listitem>
114 <para>Eclipse version 4.5 Mars<remark>was Eclipse_VER and was
115 Eclipse_NAME Not in poky.ent</remark></para>
116 </listitem>
117
118 <listitem>
119 <para>Package versions: See <xref linkend="relinfo-packages" /></para>
120 </listitem>
121 </itemizedlist></para>
122
123 <para>Distribution channel:<itemizedlist spacing="compact">
124 <listitem>
125 <para>All deliverables can be downloaded from <xi:include
126 href="../../s_docsrc_common/pardoc-distro.xml"
127 xmlns:xi="http://www.w3.org/2001/XInclude"
128 xpointer="element(ULINK_ENEA_LINUX_URL/1)" /> <remark>QUEST REMOVE????
129 This is still in pardoc-distro.xml</remark></para>
130 </listitem>
131 </itemizedlist></para>
132
133 <para>Supported features: See <xref
134 linkend="relinfo-supported-features" />.</para>
135
136 <?hard-pagebreak ?>
137
138 <xi:include href="supported_architectures.xml"
139 xmlns:xi="http://www.w3.org/2001/XInclude" />
140
141 <section id="relinfo-packages">
142 <title>Provided Packages</title>
143
144 <para><informaltable>
145 <tgroup cols="2">
146 <colspec align="left" colname="c1" colwidth="3*" />
147
148 <colspec align="left" colname="c2" colwidth="6*" />
149
150 <thead valign="bottom">
151 <row>
152 <entry>Type of Packages and Provider</entry>
153
154 <entry>Reference</entry>
155 </row>
156 </thead>
157
158 <tbody>
159 <row>
160 <entry>Packages in Enea Linux images</entry>
161
162 <entry><para>See the <olink
163 targetdoc="book_enea_linux_open_source"
164 targetptr="book_enea_linux_open_source"><trademark
165 class="registered">Enea</trademark> Linux Open Source
166 Report</olink></para></entry>
167 </row>
168
169 <row>
170 <entry>Tools in the Eclipse tarball provided with Enea
171 Linux</entry>
172
173 <entry><para>See the <olink
174 targetdoc="book_enea_linux_eclipse_open_source"
175 targetptr="book_enea_linux_eclipse_open_source"><trademark
176 class="registered">Enea</trademark> Linux Eclipse Open Source
177 Report</olink></para></entry>
178 </row>
179
180 <row>
181 <entry>Packages provided by Yocto</entry>
182
183 <entry><para>See the Yocto "Release Notes" <xi:include
184 href="../../s_docsrc_common/pardoc-distro.xml"
185 xmlns:xi="http://www.w3.org/2001/XInclude"
186 xpointer="element(ULINK_YOCTO_RELEASE_NOTES/1)" /></para></entry>
187 </row>
188 </tbody>
189 </tgroup>
190 </informaltable></para>
191 </section>
192
193 <section id="relinfo-provided-sdk">
194 <title>Provided Toolchain/s (SDK)</title>
195
196 <para>The SDK contains toolchains supporting cross-compilation of
197 applications for the targets on an x86_64 host. See the <olink
198 targetdoc="book_enea_linux_users_guide"
199 targetptr="book_enea_linux_users_guide"><trademark
200 class="registered">Enea</trademark> Linux User's Guide</olink> for
201 information on how to build and install a toolchain.<remark>FIXME LATER
202 MAYBE: Sorry but 5.0-ppc does not support cross-compilation of 32-bit
203 applications for the T4240RDB 64bit target due to bugs in
204 Yocto.</remark></para>
205 </section>
206
207 <section id="relinfo-provided-drivers">
208 <title>Supported Drivers</title>
209
210 <para>No information of supported drivers is provided in this version of
211 the Release Information.</para>
212 </section>
213
214 <section id="relinfo-documentation">
215 <title>Provided Documentation</title>
216
217 <para>The following Enea Linux manuals are available:</para>
218
219 <itemizedlist spacing="compact">
220 <listitem>
221 <para>README.htm - top page of the documentation<remark>FIXME Needs to
222 be fixed to easily find also online doc</remark></para>
223 </listitem>
224
225 <listitem>
226 <para>README - text files describing various details like build- and
227 boot-commands</para>
228 </listitem>
229
230 <listitem>
231 <para><trademark class="registered">Enea</trademark> Linux Release
232 Information (this document)</para>
233 </listitem>
234
235 <listitem>
236 <para><olink targetdoc="book_enea_linux_open_source"
237 targetptr="book_enea_linux_open_source"><trademark
238 class="registered">Enea</trademark> Linux Open Source
239 Report</olink></para>
240 </listitem>
241
242 <listitem>
243 <para><olink targetdoc="book_enea_linux_eclipse_open_source"
244 targetptr="book_enea_linux_eclipse_open_source"><trademark
245 class="registered">Enea</trademark> Linux Eclipse Open Source
246 Report</olink></para>
247 </listitem>
248 </itemizedlist>
249
250 <para>User's Guides are available online, not inside the
251 distribution.</para>
252
253 <itemizedlist spacing="compact">
254 <listitem>
255 <para><ulink
256 url="https://portal.enea.com/wp-content/uploads/_mediavault/book-enea-linux-application-dev-guide.pdf">Enea
257 Linux Application User's Guide</ulink>
258 (https://portal.enea.com/wp-content/uploads/_mediavault/book-enea-linux-applications-dev-guide.pdf)</para>
259 </listitem>
260
261 <listitem>
262 <para><ulink
263 url="https://portal.enea.com/wp-content/uploads/_mediavault/book-enea-linux-platforms-dev-guide.pdf">Enea
264 Linux Platforms User's Guide</ulink>
265 (https://portal.enea.com/wp-content/uploads/_mediavault/book-enea-linux-platforms-dev-guide.pdf)</para>
266 </listitem>
267 </itemizedlist>
268
269 <para>How to use Eclipse is described inside the Enea Linux user's guides.
270 Eclipse's own documentation is available in directory
271 <filename>eclipse/readme</filename>.</para>
272
273 <para>The Enea Linux Eclipse tarball and Eclipse Open Source Report is
274 inherited from Enea Linux 4.0. How to use Eclipse is described inside the
275 <olink targetdoc="book_enea_linux_users_guide"
276 targetptr="book_enea_linux_users_guide"><trademark
277 class="registered">Enea</trademark> Linux User's Guide</olink>.</para>
278
279 <para>Eclipse's own documentation is available in tarball
280 Enea-Linux-Eclipse_4.0.tar<remark>Was a parameter before - Probably wrong
281 in EL6 where a newer Eclipse is used</remark>, directory
282 <filename>eclipse/readme</filename>.</para>
283 </section>
284
285 <?hard-pagebreak ?>
286
287 <xi:include href="supported_features.xml"
288 xmlns:xi="http://www.w3.org/2001/XInclude" />
289
290 <section id="relinfo-provided-other">
291 <title>Other Provided Functionality</title>
292
293 <para>The functionality in a distribution depends on included packages in
294 the default image. In addition to the supported features, the following
295 functionality is also available, among other:</para>
296
297 <itemizedlist spacing="compact">
298 <listitem>
299 <para>On target T4240RDB:</para>
300
301 <itemizedlist spacing="compact">
302 <listitem>
303 <para>SRIO support in user space (NWRITE, NREAD, msg,
304 doorbell)</para>
305 </listitem>
306
307 <listitem>
308 <para>USDPAA</para>
309 </listitem>
310 </itemizedlist>
311 </listitem>
312
313 <listitem>
314 <para>Smart Package Management</para>
315 </listitem>
316
317 <listitem>
318 <para>Eclipse ADT (excl. QEMU) and plug-ins for application
319 development: LTTng, Perf, LatencyTOP, PowerTOP, SystemTap</para>
320 </listitem>
321 </itemizedlist>
322 </section>
323
324 <xi:include href="security_fixes.xml"
325 xmlns:xi="http://www.w3.org/2001/XInclude" />
326
327 <section id="relinfo-excluded">
328 <title>Intentional Limitations</title>
329
330 <para>The following functionality supported in other Enea Linux releases
331 has been excluded in this release:<itemizedlist spacing="compact">
332 <listitem>
333 <para>Eclipse plug-ins for image creation (HOB)</para>
334 </listitem>
335
336 <listitem>
337 <para>Networking features: DPDK vSwitch, DPDK</para>
338 </listitem>
339
340 <listitem>
341 <para>Real-time features: Fully Preemptible Kernel (FPK) from the
342 PREEMPT_RT patch</para>
343 </listitem>
344
345 <listitem>
346 <para>Memory features: NUMA</para>
347 </listitem>
348 </itemizedlist></para>
349 </section>
350</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/book.xml b/doc/book-enea-linux-release-info/doc/book.xml
deleted file mode 100644
index 2be87b0..0000000
--- a/doc/book-enea-linux-release-info/doc/book.xml
+++ /dev/null
@@ -1,18 +0,0 @@
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]>
5<book id="book_enea_linux_release_info">
6 <title><trademark class="registered">Enea</trademark> Linux Release Information</title>
7 <subtitle>Release Version
8 <xi:include href="../../s_docsrc_common/pardoc-distro.xml" xpointer="element(EneaLinux_REL_VER/1)"
9 xmlns:xi="http://www.w3.org/2001/XInclude" /></subtitle>
10 <xi:include href="../../s_docbuild/template/docsrc_common/bookinfo_userdoc.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
11 <xi:include href="about_release.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
12 <xi:include href="prerequisites.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
13 <xi:include href="build_boot_generated.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14 <xi:include href="main_changes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
15 <xi:include href="known_bugs_and_limitations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
16 <xi:include href="extracted_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
17 <xi:include href="../../s_docbuild/template/docsrc_common/contacting_enea_enea_linux.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
18</book>
diff --git a/doc/book-enea-linux-release-info/doc/build_boot_template.xml b/doc/book-enea-linux-release-info/doc/build_boot_template.xml
deleted file mode 100644
index 709e624..0000000
--- a/doc/book-enea-linux-release-info/doc/build_boot_template.xml
+++ /dev/null
@@ -1,26 +0,0 @@
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="target_build_boot">
5 <title>Target Specific Build and Boot Instructions</title>
6
7 <para>For each target, a README file contains the build and boot
8 instructions. To make it easier for the reader, the contents of these
9 build/boot instruction have been extracted below into this release
10 information document.</para>
11
12 <para>The README files are parts of the distribution and can be seen after
13 the distribution is fetched.<remark>NOTE: Only EDIT THE TEMPLATE FILE! A new
14 build_boot.xml file is created from the template and sections are added
15 below automatically from the README files for each target when building the
16 book! Only in the template file you see a line below with SCRIPT_...._HERE
17 and the text telling that this is a template file.</remark></para>
18
19 <para>SCRIPT_INCLUDES_BUILD_BOOT_SECTIONS_HERE</para>
20
21 <para><emphasis role="bold">This is a template file which you can edit. When
22 the book is built, a new XML chapter file is created where the above part of
23 this file is copied to the new XML file and all from the line above is
24 replaced automatically by build and boot sections from the README
25 files!</emphasis></para>
26</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/common_bugs_and_limitations.xml b/doc/book-enea-linux-release-info/doc/common_bugs_and_limitations.xml
deleted file mode 100644
index 88763f2..0000000
--- a/doc/book-enea-linux-release-info/doc/common_bugs_and_limitations.xml
+++ /dev/null
@@ -1,450 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="bugs-limitations-common">
5 <title>General Bugs and Limitations</title>
6
7 <!-- Include this release-independent section in an XML chapter complemented with release-specific problems. -->
8
9 <section id="bugs-limitations-yocto">
10 <title>Yocto</title>
11
12 <para>Open source projects often use bug databases for much more than
13 tracking bugs. The Yocto Project's Bugzilla database also functions as a
14 feature tracking program, both for the current release and for future
15 releases, and a way to track non-software issues, like documentation
16 changes.</para>
17
18 <para>The following page shows a sampling of the database: <ulink
19 url="https://www.yoctoproject.org/tools-resources/bugs">https://www.yoctoproject.org/tools-resources/bugs</ulink>.</para>
20
21 <para>For the full database, visit <ulink
22 url="https://bugzilla.yoctoproject.org">https://bugzilla.yoctoproject.org</ulink>.</para>
23 </section>
24
25 <section id="bugs-limitations-sdk">
26 <title>Toolchain / SDK</title>
27
28 <itemizedlist spacing="compact">
29 <listitem>
30 <para>Building the kernel might fail if GNU Make of version 3.82 has
31 been installed on the host. The mandatory recovery action is to revert
32 to version 3.81.</para>
33 </listitem>
34
35 <listitem>
36 <para>Installing a second toolchain in the same directory as a
37 previous one will break the $PATH variable of the first
38 one.<remark>LXCR-3624</remark></para>
39 </listitem>
40 </itemizedlist>
41 </section>
42
43 <section id="bugs-package-manager">
44 <title>Smart Package Manager</title>
45
46 <para>Installation of some packages might currently fail when installing
47 using the Smart Package Manager. An example is the qemu package. Errors
48 can e.g. be reported by smart about conflicts with files from other
49 packages.</para>
50
51 <para>The recommended solution to this problem is to install the failing
52 package using rpm, already available in enea-image-base. In order to
53 install it using rpm, first install rpm using the command <command>smart
54 install rpm</command>, then download the package to the target, and
55 finally on the target use <command>rpm -i
56 &lt;packagename&gt;.rpm</command>. If not installed, several dependencies
57 can be reported as "Failed dependencies" with lines "x is needed by y". In
58 that case, install the required packages "x" found by dependencies by
59 using the smart package manager. Add a channel to an accessible directory
60 containing all missing rpm packages. Add packages detected to be missing,
61 until all dependencies are resolved.<remark>FIXME It would be nice to add
62 also a PowerPC example with qemu failing, the example below is for
63 ARM.</remark></para>
64
65 <section>
66 <title>Example with Failing QEMU Package</title>
67
68 <para>As an example, the qemu installation can show the following
69 error.</para>
70
71 <note>
72 <para>The example below is for ARM, including the RPM names. For
73 PowerPC similar errors can occur and other packages are needed.</para>
74 </note>
75
76 <para><emphasis role="bold">error: file /var/run from install of
77 qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64 conflicts with file from package
78 base-files-3.0.14-r89.0.hierofalcon</emphasis></para>
79
80 <para>A solution to this problem is to install the above qemu package
81 using rpm, already available in enea-image-base. In order to install it
82 using rpm, first install rpm using the command <command>smart install
83 rpm</command>, then download the above package from
84 &lt;build_dir&gt;/tmp/deploy/rpm/aarch64. On target, use <command>rpm -i
85 qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64.rpm</command>. If not installed,
86 several dependencies can be seen, e.g.:</para>
87
88 <programlisting>error: Failed dependencies:
89 libpixman-1-0 &gt;= 0.32.6 is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
90 libpixman-1.so.0()(64bit) is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
91 libglib-2.0.so.0()(64bit) is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
92 libcap2 &gt;= 2.22 is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
93 libglib-2.0-0 &gt;= 2.40.0 is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
94 bluez4 &gt;= 4.101 is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
95 libbluetooth.so.3()(64bit) is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64
96 libcap.so.2()(64bit) is needed by qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64</programlisting>
97
98 <para>Install the required packages found by dependencies by using the
99 smart package manager, as specified in the User's Guide, by adding a
100 channel to an accessible directory containing all of the above rpm
101 packages. Suggestion for installing required packages, as in the
102 following example for qemu and ARM:</para>
103
104 <programlisting>smart install bash
105smart install libcap
106smart install bluez4
107smart install libpixman-1-0
108rpm -i qemu-2.1.0+git0+541bbb07eb-r0.0.aarch64.rpm</programlisting>
109
110 <para>Add packages detected to be missing until all dependencies are
111 resolved.</para>
112 </section>
113 </section>
114
115 <section id="bugs-limitations-eclipse">
116 <title>Eclipse Tools</title>
117
118 <para>The Eclipse tools provided together with Enea Linux are part of the
119 Yocto Application Development Toolkit (ADT) and are maintained by
120 different open source projects. The list below outlines current problems
121 with the plug-ins as such, as well as kernel limitations when using a tool
122 towards the mentioned target:</para>
123
124 <itemizedlist spacing="compact">
125 <listitem>
126 <para><emphasis role="bold">HOB</emphasis> is currently not supported
127 on Red Hat.<remark>LXCR-2994, LXCR-3222</remark></para>
128 </listitem>
129
130 <listitem>
131 <para><emphasis role="bold">SystemTap</emphasis> is currently not
132 supported on Red Hat.<remark>LXCR-3274</remark></para>
133 </listitem>
134
135 <listitem>
136 <para>When running <emphasis role="bold">SystemTap</emphasis> for the
137 first time on a target, you may need to manually ssh into the target
138 beforehand, in order to add the RSA key of the host to the file
139 known_hosts. Failing to do so will result in Eclipse freezing with the
140 progress window displayed, and a terminal message <literal>The
141 authenticity of host &lt;target_ip&gt; can't be
142 established</literal>.</para>
143 </listitem>
144
145 <listitem>
146 <para><emphasis role="bold">SystemTap</emphasis> scripts sometimes
147 result crosstap error messages about inaccessible variables. This is
148 not an issue with the tool itself, but stems from the compiler
149 optimizing away some of the variables. See workaround in the User's
150 Guide.<remark>LXCR-2204</remark></para>
151 </listitem>
152
153 <listitem>
154 <para>Currently <emphasis role="bold">BitBake Commander</emphasis>
155 projects can only be created for a local connection. Due to an
156 upstream bug, selecting a remote connection causes the Eclipse GUI to
157 freeze such that it must be killed.<remark>LXCR-2801</remark></para>
158 </listitem>
159
160 <listitem>
161 <para>A limitation currently makes <emphasis
162 role="bold">Eclipse</emphasis> non-responding when running a streaming
163 script, i.e. a script that runs continuously.</para>
164 </listitem>
165
166 <listitem>
167 <para>The <emphasis role="bold">LatencyTop</emphasis> plug-in for the
168 P2041 target reports some errors due to the permissions configuration
169 on the target, but it works correctly if the
170 <literal>latencytop</literal> command is issued from the Eclipse
171 console.<remark>LXCR-6303</remark></para>
172 </listitem>
173
174 <listitem>
175 <para>Currently <emphasis role="bold">LatencyTOP</emphasis> is not
176 available for ARM kernels built with SMP support due to an ARM
177 specific limitation in the Linux kernel.</para>
178 </listitem>
179
180 <listitem>
181 <para><emphasis role="bold">PowerTOP</emphasis> sometimes freezes
182 Eclipse after displaying a progress bar with message
183 <literal>Gathering powertop data file
184 remotely</literal>.<remark>LXCR-3143</remark></para>
185 </listitem>
186
187 <listitem>
188 <para>When running <emphasis role="bold">powertop</emphasis> from the
189 Eclipse terminal towards p2020rdb targets it is necessary to specify
190 the full path in order to find the
191 command.<remark>LXCR-2265</remark></para>
192 </listitem>
193
194 <listitem>
195 <para>When running <emphasis role="bold">powertop</emphasis> from the
196 Eclipse terminal towards zynq ZC702 targets it is necessary to specify
197 the full path in order to find the
198 command.<remark>LXCR-2265</remark></para>
199 </listitem>
200
201 <listitem>
202 <para>The <emphasis role="bold">PowerTOP</emphasis> console in Eclipse
203 might display messages like <literal>Cannot load
204 /var/cache/powertop/&lt;filename&gt;</literal>. As a workaround, run
205 <emphasis role="bold">powertop --calibrate</emphasis> for a while to
206 generate the missing files. See <ulink
207 url="https://bugzilla.redhat.com/show_bug.cgi?id=698020">Bugzilla
208 #698020</ulink>.<remark>LXCR-3575</remark></para>
209 </listitem>
210
211 <listitem>
212 <para><emphasis role="bold">ssh-only</emphasis> is currently the only
213 supported connection type when running Eclipse tools towards a
214 target.<remark>LXCR-2799</remark></para>
215 </listitem>
216
217 <listitem>
218 <para>Hyphen character '-' in the name of the <emphasis
219 role="bold">Yocto ADT AutoTools project</emphasis> can cause
220 configuration errors.<remark>LXCR-2290</remark></para>
221 </listitem>
222
223 <listitem>
224 <para>The <emphasis role="bold">LTTng</emphasis> tool does not work on
225 <emphasis role="bold">ARM</emphasis> targets, neither from within
226 Eclipse nor when run directly on target, due to a problem with
227 lttng-modules and gcc-4.8.x. See <ulink
228 url="https://bugzilla.yoctoproject.org/show_bug.cgi?id=6015">Bugzilla
229 #6015</ulink>.<remark>LXCR-2653, LXCR-3053</remark></para>
230 </listitem>
231
232 <listitem>
233 <para>When running <emphasis role="bold">LTTng</emphasis> from
234 Eclipse, it sometimes happens that a new session created in the
235 Control View does not immediately appear under Sessions for that
236 target. However, the session is created and will appear after
237 right-clicking "Sessions" and selecting "Refresh".</para>
238 </listitem>
239
240 <listitem>
241 <para>The<emphasis role="bold"> yocto-bsp</emphasis> properties page
242 has some problems in the graphical user interface. Occasionally it is
243 not possible to resize and scroll which makes it impossible to see the
244 lower part of the properties window.<remark>LXCR-3128</remark></para>
245 </listitem>
246
247 <listitem>
248 <para>When connecting an Eclipse project configured for <emphasis
249 role="bold">KGDB</emphasis> (GDB Hardware Debugging) to a 64-bit
250 PowerPC target, GDB fails to connect unless the architecture is
251 specified in <filename>.gdbinit</filename>. See <ulink
252 url="https://bugs.eclipse.org/bugs/show_bug.cgi?id=457697">Bugzilla
253 #457697</ulink>.<remark>LXCR-3984</remark></para>
254 </listitem>
255 </itemizedlist>
256 </section>
257
258 <section id="bugs-limitations-target-side-tools">
259 <title>Target-Side Tools</title>
260
261 <para>The target-side tools can be run stand-alone on target or from
262 Eclipse on host. The issues below are only observed when running the tools
263 directly on target:</para>
264
265 <itemizedlist spacing="compact">
266 <listitem>
267 <para>The <emphasis role="bold">perf report</emphasis> command hangs
268 or crashes due to segmentation fault on ARM
269 targets.<remark>LXCR-2708</remark></para>
270 </listitem>
271
272 <listitem>
273 <para>The <emphasis role="bold">perf report</emphasis> does not show
274 any output for the PandaBoard target.<remark>LXCR-2710</remark></para>
275 </listitem>
276
277 <listitem>
278 <para><emphasis role="bold">perf top</emphasis> displays for a few
279 seconds the error message <literal>Failed to open
280 /tmp/perf-388.map</literal>. Any attempt to exit the subsequent window
281 causes the system to hang.<remark>LXCR-3113</remark></para>
282 </listitem>
283
284 <listitem>
285 <para>When running the <command>perf top</command> command on the i.MX
286 6Quad SABRE Lite target, the console text may become red after running
287 for some time (~ 1 minute).<remark>LXCR-3631</remark></para>
288 </listitem>
289
290 <listitem>
291 <para>The <emphasis role="bold">LTTng</emphasis> tool does not work on
292 <emphasis role="bold">ARM</emphasis> targets, neither from within
293 Eclipse nor when run directly on target, due to a problem with
294 lttng-modules and gcc-4.8.x. See <ulink
295 url="https://bugzilla.yoctoproject.org/show_bug.cgi?id=6015">Bugzilla
296 #6015</ulink>.<remark>LXCR-2653, LXCR-3053</remark></para>
297 </listitem>
298
299 <listitem>
300 <para>The <emphasis role="bold">powertop --calibrate</emphasis>
301 command does not work on the Keystone k2hk-evm
302 target.<remark>LXCR-2660</remark></para>
303 </listitem>
304
305 <listitem>
306 <para>The <emphasis role="bold">powertop</emphasis> command run with
307 <emphasis role="bold">--calibrate</emphasis> or -<emphasis
308 role="bold">-time</emphasis> arguments may show some warnings on
309 PowerPC targets.</para>
310 </listitem>
311
312 <listitem>
313 <para>When running <emphasis role="bold">powertop</emphasis> on
314 <emphasis role="bold">ARM</emphasis> targets, the following
315 warning/error is repeated: <literal>clk_set_rate: failed to set
316 i2c0_aper rate</literal> . Then powertop stops and the statistics are
317 no longer updated. What probably happens here is that the cpufreq
318 governor tries to scale the CPU frequency, but since the I2C clock is
319 derived from the CPU frequency, the I2C driver implements some policy
320 to stay within legal frequency limits and rejects the frequency
321 changes, ending up with the warning message. A <ulink
322 url="https://github.com/Xilinx/linux-xlnx/commit/0fdd34575efae5c8eced09b6b0a1b723bff4d225">fix</ulink>
323 has been merged in the linux-xlnx kernel but is not yet propagated
324 into meta-xilinx.<remark>LXCR-3205, LXCR-3106,
325 LXCR-2660</remark></para>
326 </listitem>
327
328 <listitem>
329 <para>If you get an error message like <literal>Cannot load from file
330 /var/cache/powertop/saved_results.powertop</literal> when running
331 <emphasis role="bold">powertop</emphasis>, there is most likely not
332 enough measurement data collected yet. All you have to do is to keep
333 powertop running for a certain time.<remark>LXCR-2176, LXCR-2660,
334 LXCR-3106</remark></para>
335 </listitem>
336
337 <listitem>
338 <para>The message <literal>Model-specific registers (MSR) not found
339 (try enabling CONFIG_X86_MSR)</literal> appears when you run <emphasis
340 role="bold">powertop</emphasis> on <emphasis
341 role="bold">non-x86</emphasis> targets. powertop is mainly an x86n
342 tool, so it expects X*^_MSR config to be enabled in the kernel. For
343 non-x86 targets this config is not available in the kernel, hence,
344 powertop warns about it, but the message can be ignored on those
345 targets.<remark> LXCR-2176, LXCR-2660, LXCR-3106</remark></para>
346 </listitem>
347
348 <listitem>
349 <para><emphasis role="bold">powertop</emphasis> issues a message
350 <literal>sh: /usr/bin/xset: No such file or directory</literal> when
351 it tries to use xset to configure X display preferences but cannot
352 find the binary since the image by default contains no X system. The
353 message can simply be ignored.<remark>LXCR-2176</remark></para>
354 </listitem>
355 </itemizedlist>
356 </section>
357
358 <section id="bugs-limitations-virtualization">
359 <title>Virtualization</title>
360
361 <itemizedlist spacing="compact">
362 <listitem>
363 <para><emphasis role="bold">virtualization</emphasis>: CONFIG_BRIDGE
364 is not included in the default p2020rdb
365 kernel.<remark>LXVTCR-273</remark></para>
366 </listitem>
367
368 <listitem>
369 <para><emphasis role="bold">lxc</emphasis>:</para>
370
371 <itemizedlist spacing="compact">
372 <listitem>
373 <para>User namespace is not available on PowerPC targets as it is
374 an experimental feature in the 3.8 kernel.</para>
375 </listitem>
376
377 <listitem>
378 <para>If multiple Linux containers are started from the same
379 process and share resources, destroying the containers might
380 result in a race condition with error message "Error in
381 `./lxc-test-concurrent': double free or corruption (fasttop)"
382 followed by an application
383 crash."<remark>LXVTCR-365</remark></para>
384 </listitem>
385 </itemizedlist>
386 </listitem>
387
388 <listitem>
389 <para><emphasis role="bold">libvirt</emphasis>: Default network does
390 not start.<remark>LXVTCR-240</remark></para>
391 </listitem>
392 </itemizedlist>
393 </section>
394
395 <section id="bugs-limitations-doc">
396 <title>Documentation</title>
397
398 <itemizedlist spacing="compact">
399 <listitem>
400 <para><emphasis role="bold">PDF navigation</emphasis>: When using
401 links to open other PDFs, or jump to another place in the same PDF,
402 jumping back sometimes fails. This has been observed when opening a
403 PDF in Adobe Reader, inside a browser with PDF add-on, as well as when
404 the browser is configured to open PDF files in an external PDF reader.
405 As a workaround, open the HTML version of the
406 document.<remark>LXCR-3283</remark></para>
407 </listitem>
408
409 <listitem>
410 <para><emphasis role="bold">Internet Explorer (IE) cannot display some
411 web pages</emphasis>: It is recommended to use Firefox or another
412 non-IE browser for opening external links. If you prefer reading the
413 documentation in PDF format in Adobe Reader (not in an Adobe plug-in
414 in a browser), remember to configure a non-IE browser as default
415 browser to be able to follow all links from within Adobe Reader.
416 Example of a link that does not work in IE: <ulink
417 url="https://rt.wiki.kernel.org/">https://rt.wiki.kernel.org/</ulink>.
418 <remark>LXCR-3281</remark></para>
419 </listitem>
420
421 <listitem>
422 <para><emphasis role="bold">Characters not displayed properly in
423 PDF</emphasis>: When viewing PDF files in a browser, checkmarks (V)
424 and crosses (x) might display as 4 and 7, respectively. This has been
425 observed when reading <link
426 linkend="relinfo-supported-targets">Supported Targets</link> in
427 Firefox. Installing the Adobe Acrobat add-on should fix the
428 problem.<remark>LXCR-3266</remark></para>
429 </listitem>
430 </itemizedlist>
431 </section>
432
433 <section id="bugs-limitations-other">
434 <title>Miscellaneous</title>
435
436 <itemizedlist spacing="compact">
437 <listitem>
438 <para>Running <emphasis role="bold">QEMU from an exported
439 rootfs</emphasis> requires sudo privileges on the host.</para>
440 </listitem>
441
442 <listitem>
443 <para><emphasis role="bold">menuconfig</emphasis> requires <emphasis
444 role="bold">Ncurses</emphasis>. If the terminal that pops up
445 immediately closes instead of showing the menuconfig interface, check
446 that the Ncurses development library is installed.</para>
447 </listitem>
448 </itemizedlist>
449 </section>
450</section> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/extracted_info.xml b/doc/book-enea-linux-release-info/doc/extracted_info.xml
deleted file mode 100644
index 7156817..0000000
--- a/doc/book-enea-linux-release-info/doc/extracted_info.xml
+++ /dev/null
@@ -1,18 +0,0 @@
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="extracted-info">
5 <title>TEST Extracted Info from git and from poky for Each Target</title>
6
7 <para>xxxx</para>
8
9
10<section id="someinfo">
11 <title>Some Info Extracted Using git Into the Manual</title>
12 <para>Current URL of the manifest git is: git@git.enea.se:linux/manifests/el6-standard.git</para>
13 <para>Current HASH of the manifest git is: 7d848c27c76b48442df23e5aeb174573f0aba6c5</para>
14 <para>Corresponding meta-el-X should be meta-el-standard translated from the URL</para>
15 <para>Tips: A few values can be added as BOOK_PARAM_X (X= 1,2,3,4,5) env.variables when the book it build instead</para>
16</section>
17 <xi:include href="targetscontain.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
18</chapter>
diff --git a/doc/book-enea-linux-release-info/doc/extracted_info_template.xml b/doc/book-enea-linux-release-info/doc/extracted_info_template.xml
deleted file mode 100644
index 5f8eda4..0000000
--- a/doc/book-enea-linux-release-info/doc/extracted_info_template.xml
+++ /dev/null
@@ -1,10 +0,0 @@
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="extracted-info">
5 <title>TEST Extracted Info from git and from poky for Each Target</title>
6
7 <para>xxxx</para>
8
9
10</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/feature_matrix.xml b/doc/book-enea-linux-release-info/doc/feature_matrix.xml
deleted file mode 100644
index b5fe764..0000000
--- a/doc/book-enea-linux-release-info/doc/feature_matrix.xml
+++ /dev/null
@@ -1,365 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="feature-matrix">
5 <title>Feature Compatibility Matrix</title>
6
7 <para>The following features are supported in Enea Linux. Limitations are
8 explained below the table.</para>
9
10 <informaltable>
11 <tgroup cols="9">
12 <colspec colname="c1" colwidth="4*" />
13
14 <colspec align="center" colname="c2" />
15
16 <colspec align="center" colname="c3" />
17
18 <colspec align="center" colname="c4" />
19
20 <colspec align="center" colname="c5" />
21
22 <colspec align="center" colname="c6" />
23
24 <colspec align="center" colname="c7" />
25
26 <colspec align="center" colname="c8" />
27
28 <colspec align="center" colname="c9" colwidth="1.5*" />
29
30 <thead valign="bottom">
31 <row>
32 <entry align="left" morerows="1">Targets</entry>
33
34 <entry align="center" nameend="c4" namest="c2">Networking
35 Features</entry>
36
37 <entry align="center" nameend="c6" namest="c5">Virtualization
38 Features</entry>
39
40 <entry align="center" nameend="c8" namest="c7">Real-Time
41 Features</entry>
42
43 <entry align="center">Memory Features</entry>
44 </row>
45
46 <row>
47 <entry align="center">OVS</entry>
48
49 <entry align="center"><superscript>a) </superscript>DVS</entry>
50
51 <entry align="center"><superscript>a) </superscript>DPDK</entry>
52
53 <entry align="center">KVM</entry>
54
55 <entry align="center">LXC</entry>
56
57 <entry align="center">CI</entry>
58
59 <entry align="center">FPK</entry>
60
61 <entry align="center"><superscript>d) </superscript>NUMA</entry>
62 </row>
63 </thead>
64
65 <tbody>
66 <row valign="middle">
67 <entry>AMD Hierofalcon</entry>
68
69 <entry><emphasis role="bold">X</emphasis></entry>
70
71 <entry>-</entry>
72
73 <entry>-</entry>
74
75 <entry><emphasis role="bold">X</emphasis></entry>
76
77 <entry><emphasis role="bold">X</emphasis></entry>
78
79 <entry>-</entry>
80
81 <entry>-</entry>
82
83 <entry>-</entry>
84 </row>
85
86 <row valign="middle">
87 <entry>Freescale B4860QDS</entry>
88
89 <entry><emphasis role="bold">X</emphasis></entry>
90
91 <entry>-</entry>
92
93 <entry>-</entry>
94
95 <entry>-</entry>
96
97 <entry><emphasis role="bold">X</emphasis><superscript>
98 b)</superscript></entry>
99
100 <entry><emphasis role="bold">X</emphasis><superscript>
101 c)</superscript></entry>
102
103 <entry><emphasis role="bold">&cross;</emphasis></entry>
104
105 <entry><emphasis role="bold">X</emphasis></entry>
106 </row>
107
108 <row valign="middle">
109 <entry>Freescale i.MX 6Quad SABRE Lite</entry>
110
111 <entry>-</entry>
112
113 <entry>-</entry>
114
115 <entry>-</entry>
116
117 <entry>-</entry>
118
119 <entry><emphasis role="bold">X</emphasis><superscript>
120 b)</superscript></entry>
121
122 <entry><emphasis role="bold">X</emphasis><superscript>
123 c)</superscript></entry>
124
125 <entry>-</entry>
126
127 <entry>-</entry>
128 </row>
129
130 <row valign="middle">
131 <entry>Freescale P2020RDB</entry>
132
133 <entry><emphasis role="bold">X</emphasis></entry>
134
135 <entry>-</entry>
136
137 <entry>-</entry>
138
139 <entry>-</entry>
140
141 <entry><emphasis role="bold">X</emphasis><superscript>
142 b)</superscript></entry>
143
144 <entry><emphasis role="bold">X</emphasis><superscript>
145 c)</superscript></entry>
146
147 <entry><emphasis role="bold">X</emphasis></entry>
148
149 <entry><emphasis role="bold">X</emphasis></entry>
150 </row>
151
152 <row valign="middle">
153 <entry>Freescale P2041RDB</entry>
154
155 <entry><emphasis role="bold">X</emphasis></entry>
156
157 <entry>-</entry>
158
159 <entry>-</entry>
160
161 <entry>-</entry>
162
163 <entry><emphasis role="bold">X</emphasis><superscript>
164 b)</superscript></entry>
165
166 <entry>-<superscript> c)</superscript></entry>
167
168 <entry><emphasis role="bold">X</emphasis></entry>
169
170 <entry><emphasis role="bold">X</emphasis></entry>
171 </row>
172
173 <row valign="middle">
174 <entry>Freescale P3041DS</entry>
175
176 <entry><emphasis role="bold">X</emphasis></entry>
177
178 <entry>-</entry>
179
180 <entry>-</entry>
181
182 <entry>-</entry>
183
184 <entry><emphasis role="bold">X</emphasis><superscript>
185 b)</superscript></entry>
186
187 <entry>-</entry>
188
189 <entry><emphasis role="bold">X</emphasis></entry>
190
191 <entry><emphasis role="bold">X</emphasis></entry>
192 </row>
193
194 <row valign="middle">
195 <entry>Freescale P4080DS</entry>
196
197 <entry><emphasis role="bold">X</emphasis></entry>
198
199 <entry>-</entry>
200
201 <entry>-</entry>
202
203 <entry><emphasis role="bold">X</emphasis></entry>
204
205 <entry><emphasis role="bold">X</emphasis><superscript>
206 b)</superscript></entry>
207
208 <entry><emphasis role="bold">X</emphasis><superscript>
209 c)</superscript></entry>
210
211 <entry><emphasis role="bold">X</emphasis></entry>
212
213 <entry><emphasis role="bold">X</emphasis></entry>
214 </row>
215
216 <row valign="middle">
217 <entry>HP ProLiant m800</entry>
218
219 <entry>-</entry>
220
221 <entry>-</entry>
222
223 <entry>-</entry>
224
225 <entry>-</entry>
226
227 <entry><emphasis role="bold">X</emphasis></entry>
228
229 <entry><emphasis role="bold">X</emphasis></entry>
230
231 <entry>-</entry>
232
233 <entry>-</entry>
234 </row>
235
236 <row valign="middle">
237 <entry>Intel Romley Ivy Bridge x86_64</entry>
238
239 <entry><emphasis role="bold">X</emphasis></entry>
240
241 <entry><emphasis role="bold">X</emphasis></entry>
242
243 <entry><emphasis role="bold">X</emphasis></entry>
244
245 <entry><emphasis role="bold">X</emphasis></entry>
246
247 <entry><emphasis role="bold">X</emphasis></entry>
248
249 <entry><emphasis role="bold">X</emphasis></entry>
250
251 <entry>-</entry>
252
253 <entry><emphasis role="bold">X</emphasis></entry>
254 </row>
255
256 <row valign="middle">
257 <entry>PandaBoard</entry>
258
259 <entry><emphasis role="bold">X</emphasis></entry>
260
261 <entry>-</entry>
262
263 <entry>-</entry>
264
265 <entry><emphasis role="bold">X</emphasis></entry>
266
267 <entry><emphasis role="bold">X</emphasis></entry>
268
269 <entry><emphasis role="bold">X</emphasis><superscript>
270 c)</superscript></entry>
271
272 <entry>-</entry>
273
274 <entry>-</entry>
275 </row>
276
277 <row valign="middle">
278 <entry>QEMU</entry>
279
280 <entry>-</entry>
281
282 <entry>-</entry>
283
284 <entry>-</entry>
285
286 <entry>-</entry>
287
288 <entry>-</entry>
289
290 <entry>-</entry>
291
292 <entry>-</entry>
293
294 <entry>-</entry>
295 </row>
296
297 <row valign="middle">
298 <entry>TI Keystone EVMK2H</entry>
299
300 <entry><emphasis role="bold">X</emphasis></entry>
301
302 <entry>-</entry>
303
304 <entry>-</entry>
305
306 <entry>-</entry>
307
308 <entry><emphasis role="bold">X</emphasis></entry>
309
310 <entry><emphasis role="bold">X</emphasis></entry>
311
312 <entry>-</entry>
313
314 <entry>-</entry>
315 </row>
316
317 <row valign="middle">
318 <entry>Xilinx Zynq ZC702</entry>
319
320 <entry><emphasis role="bold">X</emphasis></entry>
321
322 <entry>-</entry>
323
324 <entry>-</entry>
325
326 <entry>-</entry>
327
328 <entry><emphasis role="bold">X</emphasis></entry>
329
330 <entry><emphasis role="bold">X</emphasis><superscript>
331 c)</superscript></entry>
332
333 <entry><emphasis role="bold">X</emphasis></entry>
334
335 <entry>-</entry>
336 </row>
337 </tbody>
338 </tgroup>
339 </informaltable>
340
341 <para><emphasis role="bold">X</emphasis> = supported, - = not
342 supported</para>
343
344 <orderedlist numeration="loweralpha" spacing="compact">
345 <listitem>
346 <para>DPDK and DPDK vSwitch are supported in x86 architectures
347 only.</para>
348 </listitem>
349
350 <listitem>
351 <para>Limited LXC support. LXC feature "user namespace" is not supported
352 in Power architectures.</para>
353 </listitem>
354
355 <listitem>
356 <para>Limited CPU Isolation support. Full tickless environment is not
357 achievable in these targets. Isolated CPUs will be disturbed by ticks
358 once a second (1 Hz).</para>
359 </listitem>
360
361 <listitem>
362 <para>NUMA is not supported by ARM architectures.</para>
363 </listitem>
364 </orderedlist>
365</section> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml
deleted file mode 100644
index dd3dc1e..0000000
--- a/doc/book-enea-linux-release-info/doc/known_bugs_and_limitations.xml
+++ /dev/null
@@ -1,32 +0,0 @@
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="bugs-limitations">
5 <title>Known Problems in This Release</title>
6
7 <para>The open source projects are continuously working on correcting
8 reported problems. Corrections to bugs detected by Enea have been
9 upstreamed, and the corrections been included in Enea Linux regardless of
10 when they will be included by the open source project. Remaining issues are
11 listed below, and workarounds to some of the problems are described in
12 chapter <emphasis>Troubleshooting</emphasis> in the <olink
13 targetdoc="book_enea_linux_users_guide"
14 targetptr="book_enea_linux_users_guide"><trademark
15 class="registered">Enea</trademark> Linux User's Guide</olink>.</para>
16
17 <section id="bugs-limitations-release">
18 <title>Release-Specific Problems</title>
19
20 <section>
21 <title>Problem with 32-bit Applications on 64-bit T4240</title>
22
23 <para>Currently in the Enea Linux 5.0-ppc release, cross-compiling
24 32-bit applications to run on the T4240 64-bit target is not
25 supported.</para>
26 </section>
27 </section>
28
29 <!-- common_bugs_and_limitations.xml COPY from documentation.git -->
30 <xi:include href="common_bugs_and_limitations.xml"
31 xmlns:xi="http://www.w3.org/2001/XInclude" />
32</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/main_changes.xml b/doc/book-enea-linux-release-info/doc/main_changes.xml
deleted file mode 100644
index 2e6555b..0000000
--- a/doc/book-enea-linux-release-info/doc/main_changes.xml
+++ /dev/null
@@ -1,2467 +0,0 @@
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="relinfo-changes">
5 <title>Main Changes</title>
6
7 <para>This chapter describes the major changes and additions in the Enea
8 Linux <xi:include href="../../s_docsrc_common/pardoc-distro.xml"
9 xmlns:xi="http://www.w3.org/2001/XInclude"
10 xpointer="element(EneaLinux_REL_VER/1)" /> release compared to the previous
11 general Enea Linux release (4.0-140919).</para>
12
13 <section id="relinfo-changes-other">
14 <title>New Functionality / Enhancements</title>
15
16 <itemizedlist spacing="compact">
17 <listitem>
18 <para>enea-image-minimal has been replaced by enea-image-base, with a
19 basic set of packets for a Linux distribution. Users can create a
20 customized image with more packets, added by the package
21 manager.</para>
22 </listitem>
23
24 <listitem>
25 <para>SMART package manager is now included in the image.</para>
26 </listitem>
27
28 <listitem>
29 <para>IPK packages have been replaced by RPM packages.</para>
30 </listitem>
31
32 <listitem>
33 <para>Almost all packages for architectures supported by Yocto are now
34 available on the download server.</para>
35 </listitem>
36 </itemizedlist>
37 </section>
38
39 <section id="relinfo-changes-version">
40 <title>Version Updates</title>
41
42 <para>The versions are as follows:</para>
43
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Enea Linux <xi:include
47 href="../../s_docsrc_common/pardoc-distro.xml"
48 xmlns:xi="http://www.w3.org/2001/XInclude"
49 xpointer="element(EneaLinux_REL_VER/1)" /> is based on Yocto
50 <xi:include href="../../s_docsrc_common/pardoc-distro.xml"
51 xmlns:xi="http://www.w3.org/2001/XInclude"
52 xpointer="element(Yocto_VER/1)" /> (was 1.6)</para>
53 </listitem>
54
55 <listitem>
56 <para>The poky source version is <xi:include
57 href="../../s_docsrc_common/pardoc-distro.xml"
58 xmlns:xi="http://www.w3.org/2001/XInclude"
59 xpointer="element(Poky_VER/1)" /> (was daisy-11.0)</para>
60 </listitem>
61 </itemizedlist>
62 </section>
63
64 <section id="relinfo-fixed">
65 <title>Problems Fixed in this Release</title>
66
67 <para>TBD <remark>FIXME or set condition hidden</remark></para>
68 </section>
69
70 <section id="relinfo-added-drivers">
71 <title>Added Drivers</title>
72
73 <para>TBD <remark>FIXME or set condition hidden</remark></para>
74 </section>
75
76 <section id="relinfo-changed-packages">
77 <title>Added or Removed Packages</title>
78
79 <section>
80 <title>Added Packages</title>
81
82 <informaltable>
83 <tgroup cols="2">
84 <thead>
85 <row>
86 <entry>Package Name</entry>
87
88 <entry>Version</entry>
89 </row>
90 </thead>
91
92 <tbody>
93 <row>
94 <entry>alsa-state</entry>
95
96 <entry>0.2.0</entry>
97 </row>
98
99 <row>
100 <entry>alsa-utils</entry>
101
102 <entry>1.0.28</entry>
103 </row>
104
105 <row>
106 <entry>apr</entry>
107
108 <entry>1.5.1</entry>
109 </row>
110
111 <row>
112 <entry>apr-util</entry>
113
114 <entry>1.5.3</entry>
115 </row>
116
117 <row>
118 <entry>atk</entry>
119
120 <entry>2.12.0</entry>
121 </row>
122
123 <row>
124 <entry>bigreqsproto</entry>
125
126 <entry>1.1.2</entry>
127 </row>
128
129 <row>
130 <entry>binutils-cross-canadian-powerpc</entry>
131
132 <entry>2.24</entry>
133 </row>
134
135 <row>
136 <entry>binutils-cross-canadian-powerpc64</entry>
137
138 <entry>2.24</entry>
139 </row>
140
141 <row>
142 <entry>binutils-cross-powerpc</entry>
143
144 <entry>2.24</entry>
145 </row>
146
147 <row>
148 <entry>binutils-cross-powerpc64</entry>
149
150 <entry>2.24</entry>
151 </row>
152
153 <row>
154 <entry>binutils-crosssdk-x86_64</entry>
155
156 <entry>2.24</entry>
157 </row>
158
159 <row>
160 <entry>blktool</entry>
161
162 <entry>4-6.1</entry>
163 </row>
164
165 <row>
166 <entry>bluez-hcidump</entry>
167
168 <entry>2.5</entry>
169 </row>
170
171 <row>
172 <entry>bluez4</entry>
173
174 <entry>4.101</entry>
175 </row>
176
177 <row>
178 <entry>boot-format</entry>
179
180 <entry>git</entry>
181 </row>
182
183 <row>
184 <entry>byacc</entry>
185
186 <entry>20140422</entry>
187 </row>
188
189 <row>
190 <entry>cairo</entry>
191
192 <entry>1.12.16</entry>
193 </row>
194
195 <row>
196 <entry>calibrateproto</entry>
197
198 <entry>0.0</entry>
199 </row>
200
201 <row>
202 <entry>ccache</entry>
203
204 <entry>3.1.9</entry>
205 </row>
206
207 <row>
208 <entry>compositeproto</entry>
209
210 <entry>0.4.2</entry>
211 </row>
212
213 <row>
214 <entry>connman</entry>
215
216 <entry>1.25</entry>
217 </row>
218
219 <row>
220 <entry>connman-conf</entry>
221
222 <entry>1.0</entry>
223 </row>
224
225 <row>
226 <entry>consolekit</entry>
227
228 <entry>0.4.6</entry>
229 </row>
230
231 <row>
232 <entry>createrepo</entry>
233
234 <entry>0.4.11</entry>
235 </row>
236
237 <row>
238 <entry>cryptodev-module</entry>
239
240 <entry>1.6</entry>
241 </row>
242
243 <row>
244 <entry>damageproto</entry>
245
246 <entry>1.2.1</entry>
247 </row>
248
249 <row>
250 <entry>diffstat</entry>
251
252 <entry>1.59</entry>
253 </row>
254
255 <row>
256 <entry>distcc</entry>
257
258 <entry>3.1</entry>
259 </row>
260
261 <row>
262 <entry>dmxproto</entry>
263
264 <entry>2.3.1</entry>
265 </row>
266
267 <row>
268 <entry>docbook-dsssl-stylesheets</entry>
269
270 <entry>1.79</entry>
271 </row>
272
273 <row>
274 <entry>docbook-sgml-dtd-3.1</entry>
275
276 <entry>3.1</entry>
277 </row>
278
279 <row>
280 <entry>docbook-utils</entry>
281
282 <entry>0.6.14</entry>
283 </row>
284
285 <row>
286 <entry>dri2proto</entry>
287
288 <entry>2.8</entry>
289 </row>
290
291 <row>
292 <entry>ed</entry>
293
294 <entry>1.9</entry>
295 </row>
296
297 <row>
298 <entry>encodings</entry>
299
300 <entry>1.0.4</entry>
301 </row>
302
303 <row>
304 <entry>enea-image-base</entry>
305
306 <entry>1.0</entry>
307 </row>
308
309 <row>
310 <entry>enea-image-featured</entry>
311
312 <entry>1.0</entry>
313 </row>
314
315 <row>
316 <entry>eth-config</entry>
317
318 <entry>git</entry>
319 </row>
320
321 <row>
322 <entry>fbset</entry>
323
324 <entry>2.1</entry>
325 </row>
326
327 <row>
328 <entry>fbset-modes</entry>
329
330 <entry>0.1.0</entry>
331 </row>
332
333 <row>
334 <entry>fixesproto</entry>
335
336 <entry>5.0</entry>
337 </row>
338
339 <row>
340 <entry>flac</entry>
341
342 <entry>1.3.0</entry>
343 </row>
344
345 <row>
346 <entry>flib</entry>
347
348 <entry>git</entry>
349 </row>
350
351 <row>
352 <entry>fmc</entry>
353
354 <entry>git</entry>
355 </row>
356
357 <row>
358 <entry>fmlib</entry>
359
360 <entry>git</entry>
361 </row>
362
363 <row>
364 <entry>font-util</entry>
365
366 <entry>1.3.0</entry>
367 </row>
368
369 <row>
370 <entry>fontconfig</entry>
371
372 <entry>2.11.1</entry>
373 </row>
374
375 <row>
376 <entry>fontsproto</entry>
377
378 <entry>2.1.3</entry>
379 </row>
380
381 <row>
382 <entry>formfactor</entry>
383
384 <entry>0.0</entry>
385 </row>
386
387 <row>
388 <entry>fotowall</entry>
389
390 <entry>0.9</entry>
391 </row>
392
393 <row>
394 <entry>fstests</entry>
395
396 <entry>0.1</entry>
397 </row>
398
399 <row>
400 <entry>gcc-cross-canadian-powerpc</entry>
401
402 <entry>4.9.1</entry>
403 </row>
404
405 <row>
406 <entry>gcc-cross-canadian-powerpc64</entry>
407
408 <entry>4.9.1</entry>
409 </row>
410
411 <row>
412 <entry>gcc-cross-initial-powerpc</entry>
413
414 <entry>4.9.1</entry>
415 </row>
416
417 <row>
418 <entry>gcc-cross-initial-powerpc64</entry>
419
420 <entry>4.9.1</entry>
421 </row>
422
423 <row>
424 <entry>gcc-cross-powerpc</entry>
425
426 <entry>4.9.1</entry>
427 </row>
428
429 <row>
430 <entry>gcc-cross-powerpc64</entry>
431
432 <entry>4.9.1</entry>
433 </row>
434
435 <row>
436 <entry>gcc-crosssdk-initial-x86_64</entry>
437
438 <entry>4.9.1</entry>
439 </row>
440
441 <row>
442 <entry>gcc-crosssdk-x86_64</entry>
443
444 <entry>4.9.1</entry>
445 </row>
446
447 <row>
448 <entry>gcc-source</entry>
449
450 <entry>4.9.1</entry>
451 </row>
452
453 <row>
454 <entry>gconf</entry>
455
456 <entry>3.2.6</entry>
457 </row>
458
459 <row>
460 <entry>gdb-cross-canadian-powerpc</entry>
461
462 <entry>7.7.1</entry>
463 </row>
464
465 <row>
466 <entry>gdb-cross-canadian-powerpc64</entry>
467
468 <entry>7.7.1</entry>
469 </row>
470
471 <row>
472 <entry>gdk-pixbuf</entry>
473
474 <entry>2.30.8</entry>
475 </row>
476
477 <row>
478 <entry>glew</entry>
479
480 <entry>1.11.0</entry>
481 </row>
482
483 <row>
484 <entry>glib-networking</entry>
485
486 <entry>2.38.0</entry>
487 </row>
488
489 <row>
490 <entry>glibc</entry>
491
492 <entry>2.20</entry>
493 </row>
494
495 <row>
496 <entry>glibc-locale</entry>
497
498 <entry>2.20</entry>
499 </row>
500
501 <row>
502 <entry>glibc-mtrace</entry>
503
504 <entry>2.20</entry>
505 </row>
506
507 <row>
508 <entry>glproto</entry>
509
510 <entry>1.4.17</entry>
511 </row>
512
513 <row>
514 <entry>gnome-common</entry>
515
516 <entry>3.12.0</entry>
517 </row>
518
519 <row>
520 <entry>gnulib</entry>
521
522 <entry>git</entry>
523 </row>
524
525 <row>
526 <entry>groff</entry>
527
528 <entry>1.22.2</entry>
529 </row>
530
531 <row>
532 <entry>gst-meta-base</entry>
533
534 <entry>0.10</entry>
535 </row>
536
537 <row>
538 <entry>gst-plugins-base</entry>
539
540 <entry>0.10.36</entry>
541 </row>
542
543 <row>
544 <entry>gst-plugins-good</entry>
545
546 <entry>0.10.31</entry>
547 </row>
548
549 <row>
550 <entry>gstreamer</entry>
551
552 <entry>0.10.36</entry>
553 </row>
554
555 <row>
556 <entry>gtk+</entry>
557
558 <entry>2.24.24</entry>
559 </row>
560
561 <row>
562 <entry>gtk-update-icon-cache</entry>
563
564 <entry>3.4.4</entry>
565 </row>
566
567 <row>
568 <entry>harfbuzz</entry>
569
570 <entry>0.9.35</entry>
571 </row>
572
573 <row>
574 <entry>hdparm</entry>
575
576 <entry>9.43</entry>
577 </row>
578
579 <row>
580 <entry>hicolor-icon-theme</entry>
581
582 <entry>0.13</entry>
583 </row>
584
585 <row>
586 <entry>hostap-utils</entry>
587
588 <entry>0.4.7</entry>
589 </row>
590
591 <row>
592 <entry>inputproto</entry>
593
594 <entry>2.3.1</entry>
595 </row>
596
597 <row>
598 <entry>jpeg</entry>
599
600 <entry>8d</entry>
601 </row>
602
603 <row>
604 <entry>json-c</entry>
605
606 <entry>0.11</entry>
607 </row>
608
609 <row>
610 <entry>kbproto</entry>
611
612 <entry>1.0.6</entry>
613 </row>
614
615 <row>
616 <entry>keymaps</entry>
617
618 <entry>1.0</entry>
619 </row>
620
621 <row>
622 <entry>less</entry>
623
624 <entry>466</entry>
625 </row>
626
627 <row>
628 <entry>libatomics-ops</entry>
629
630 <entry>7.2</entry>
631 </row>
632
633 <row>
634 <entry>libdmx</entry>
635
636 <entry>1.1.3</entry>
637 </row>
638
639 <row>
640 <entry>libdrm</entry>
641
642 <entry>2.4.54</entry>
643 </row>
644
645 <row>
646 <entry>libedit</entry>
647
648 <entry>20130712-3.1</entry>
649 </row>
650
651 <row>
652 <entry>liberation-fonts</entry>
653
654 <entry>1.04</entry>
655 </row>
656
657 <row>
658 <entry>libevdev</entry>
659
660 <entry>1.2.2</entry>
661 </row>
662
663 <row>
664 <entry>libevent</entry>
665
666 <entry>2.0.21</entry>
667 </row>
668
669 <row>
670 <entry>libfontenc</entry>
671
672 <entry>1.1.2</entry>
673 </row>
674
675 <row>
676 <entry>libglade</entry>
677
678 <entry>2.6.4</entry>
679 </row>
680
681 <row>
682 <entry>libglu</entry>
683
684 <entry>9.0.0</entry>
685 </row>
686
687 <row>
688 <entry>libice</entry>
689
690 <entry>1.0.9</entry>
691 </row>
692
693 <row>
694 <entry>libid3tag</entry>
695
696 <entry>0.15.1b</entry>
697 </row>
698
699 <row>
700 <entry>libmatchbox</entry>
701
702 <entry>1.11</entry>
703 </row>
704
705 <row>
706 <entry>libnfsidmap</entry>
707
708 <entry>0.25</entry>
709 </row>
710
711 <row>
712 <entry>libogg</entry>
713
714 <entry>1.3.2</entry>
715 </row>
716
717 <row>
718 <entry>liboil</entry>
719
720 <entry>0.3.17</entry>
721 </row>
722
723 <row>
724 <entry>libowl-av</entry>
725
726 <entry>0.1</entry>
727 </row>
728
729 <row>
730 <entry>libpfm4</entry>
731
732 <entry>4.3.0</entry>
733 </row>
734
735 <row>
736 <entry>libpthread-stubs</entry>
737
738 <entry>0.3</entry>
739 </row>
740
741 <row>
742 <entry>libsamplerate0</entry>
743
744 <entry>0.1.8</entry>
745 </row>
746
747 <row>
748 <entry>libsm</entry>
749
750 <entry>1.2.2</entry>
751 </row>
752
753 <row>
754 <entry>libsndfile1</entry>
755
756 <entry>1.0.25</entry>
757 </row>
758
759 <row>
760 <entry>libsoup-2.4</entry>
761
762 <entry>2.46.0</entry>
763 </row>
764
765 <row>
766 <entry>libtheora</entry>
767
768 <entry>1.1.1</entry>
769 </row>
770
771 <row>
772 <entry>libtirpc</entry>
773
774 <entry>0.2.5</entry>
775 </row>
776
777 <row>
778 <entry>libvorbis</entry>
779
780 <entry>1.3.4</entry>
781 </row>
782
783 <row>
784 <entry>libx11</entry>
785
786 <entry>1.6.2</entry>
787 </row>
788
789 <row>
790 <entry>libxau</entry>
791
792 <entry>1.0.8</entry>
793 </row>
794
795 <row>
796 <entry>libxcalibrate</entry>
797
798 <entry>0.0</entry>
799 </row>
800
801 <row>
802 <entry>libxcb</entry>
803
804 <entry>1.10</entry>
805 </row>
806
807 <row>
808 <entry>libxcomposite</entry>
809
810 <entry>0.4.4</entry>
811 </row>
812
813 <row>
814 <entry>libxcursor</entry>
815
816 <entry>1.1.14</entry>
817 </row>
818
819 <row>
820 <entry>libxdamage</entry>
821
822 <entry>1.1.4</entry>
823 </row>
824
825 <row>
826 <entry>libxdmcp</entry>
827
828 <entry>1.1.1</entry>
829 </row>
830
831 <row>
832 <entry>libxext</entry>
833
834 <entry>1.3.2</entry>
835 </row>
836
837 <row>
838 <entry>libxfixes</entry>
839
840 <entry>5.0.1</entry>
841 </row>
842
843 <row>
844 <entry>libxfont</entry>
845
846 <entry>1.5.0</entry>
847 </row>
848
849 <row>
850 <entry>libxft</entry>
851
852 <entry>2.3.2</entry>
853 </row>
854
855 <row>
856 <entry>libxi</entry>
857
858 <entry>1.7.4</entry>
859 </row>
860
861 <row>
862 <entry>libxinerama</entry>
863
864 <entry>1.1.3</entry>
865 </row>
866
867 <row>
868 <entry>libxkbfile</entry>
869
870 <entry>1.0.8</entry>
871 </row>
872
873 <row>
874 <entry>libxmu</entry>
875
876 <entry>1.1.2</entry>
877 </row>
878
879 <row>
880 <entry>libxrandr</entry>
881
882 <entry>1.4.2</entry>
883 </row>
884
885 <row>
886 <entry>libxrender</entry>
887
888 <entry>0.9.8</entry>
889 </row>
890
891 <row>
892 <entry>libxres</entry>
893
894 <entry>1.0.7</entry>
895 </row>
896
897 <row>
898 <entry>libxsettings-client</entry>
899
900 <entry>0.10</entry>
901 </row>
902
903 <row>
904 <entry>libxt</entry>
905
906 <entry>1.1.4</entry>
907 </row>
908
909 <row>
910 <entry>libxtst</entry>
911
912 <entry>1.2.2</entry>
913 </row>
914
915 <row>
916 <entry>libxv</entry>
917
918 <entry>1.0.10</entry>
919 </row>
920
921 <row>
922 <entry>libxxf86dga</entry>
923
924 <entry>1.1.4</entry>
925 </row>
926
927 <row>
928 <entry>libxxf86misc</entry>
929
930 <entry>1.0.3</entry>
931 </row>
932
933 <row>
934 <entry>libxxf86vm</entry>
935
936 <entry>1.1.3</entry>
937 </row>
938
939 <row>
940 <entry>linux-qoriq</entry>
941
942 <entry>3.12</entry>
943 </row>
944
945 <row>
946 <entry>lrzsz</entry>
947
948 <entry>0.12.20</entry>
949 </row>
950
951 <row>
952 <entry>makedepend</entry>
953
954 <entry>1.0.5</entry>
955 </row>
956
957 <row>
958 <entry>matchbox-terminal</entry>
959
960 <entry>0.0</entry>
961 </row>
962
963 <row>
964 <entry>matchbox-wm</entry>
965
966 <entry>1.2</entry>
967 </row>
968
969 <row>
970 <entry>mesa</entry>
971
972 <entry>10.1.3</entry>
973 </row>
974
975 <row>
976 <entry>mesa-demos</entry>
977
978 <entry>8.2.0</entry>
979 </row>
980
981 <row>
982 <entry>meta-environment-p2041rdb</entry>
983
984 <entry>1.0</entry>
985 </row>
986
987 <row>
988 <entry>meta-environment-p3041ds</entry>
989
990 <entry>1.0</entry>
991 </row>
992
993 <row>
994 <entry>meta-environment-t4240rdb-64b</entry>
995
996 <entry>1.0</entry>
997 </row>
998
999 <row>
1000 <entry>mini-x-session</entry>
1001
1002 <entry>0.1</entry>
1003 </row>
1004
1005 <row>
1006 <entry>mkfontdir</entry>
1007
1008 <entry>1.0.7</entry>
1009 </row>
1010
1011 <row>
1012 <entry>mkfontscale</entry>
1013
1014 <entry>1.1.1</entry>
1015 </row>
1016
1017 <row>
1018 <entry>mobile-broadband-provider-info</entry>
1019
1020 <entry>20140618</entry>
1021 </row>
1022
1023 <row>
1024 <entry>mtdev</entry>
1025
1026 <entry>1.1.5</entry>
1027 </row>
1028
1029 <row>
1030 <entry>neard</entry>
1031
1032 <entry>0.14</entry>
1033 </row>
1034
1035 <row>
1036 <entry>nettle</entry>
1037
1038 <entry>2.7.1</entry>
1039 </row>
1040
1041 <row>
1042 <entry>nfs-utils</entry>
1043
1044 <entry>1.3.0</entry>
1045 </row>
1046
1047 <row>
1048 <entry>ofono</entry>
1049
1050 <entry>1.15</entry>
1051 </row>
1052
1053 <row>
1054 <entry>openjade</entry>
1055
1056 <entry>1.3.2</entry>
1057 </row>
1058
1059 <row>
1060 <entry>opensp</entry>
1061
1062 <entry>1.5.2</entry>
1063 </row>
1064
1065 <row>
1066 <entry>openvswitch</entry>
1067
1068 <entry>2.1.2</entry>
1069 </row>
1070
1071 <row>
1072 <entry>owl-video</entry>
1073
1074 <entry>0.1</entry>
1075 </row>
1076
1077 <row>
1078 <entry>packagegroup-base</entry>
1079
1080 <entry>1.0</entry>
1081 </row>
1082
1083 <row>
1084 <entry>packagegroup-core-boot</entry>
1085
1086 <entry>1.0</entry>
1087 </row>
1088
1089 <row>
1090 <entry>packagegroup-core-buildessential</entry>
1091
1092 <entry>1.0</entry>
1093 </row>
1094
1095 <row>
1096 <entry>packagegroup-core-nfs</entry>
1097
1098 <entry>1.0</entry>
1099 </row>
1100
1101 <row>
1102 <entry>packagegroup-core-qt</entry>
1103
1104 <entry>1.0</entry>
1105 </row>
1106
1107 <row>
1108 <entry>packagegroup-core-sdk</entry>
1109
1110 <entry>1.0</entry>
1111 </row>
1112
1113 <row>
1114 <entry>packagegroup-core-ssh-openssh</entry>
1115
1116 <entry>1.0</entry>
1117 </row>
1118
1119 <row>
1120 <entry>packagegroup-core-tools-testapps</entry>
1121
1122 <entry>1.0</entry>
1123 </row>
1124
1125 <row>
1126 <entry>packagegroup-core-x11</entry>
1127
1128 <entry>1.0</entry>
1129 </row>
1130
1131 <row>
1132 <entry>packagegroup-core-x11-base</entry>
1133
1134 <entry>1.0</entry>
1135 </row>
1136
1137 <row>
1138 <entry>packagegroup-core-x11-xserver</entry>
1139
1140 <entry>1.0</entry>
1141 </row>
1142
1143 <row>
1144 <entry>packagegroup-cross-canadian-p2041rdb</entry>
1145
1146 <entry>1.0</entry>
1147 </row>
1148
1149 <row>
1150 <entry>packagegroup-cross-canadian-p3041ds</entry>
1151
1152 <entry>1.0</entry>
1153 </row>
1154
1155 <row>
1156 <entry>packagegroup-cross-canadian-t4240rdb-64b</entry>
1157
1158 <entry>1.0</entry>
1159 </row>
1160
1161 <row>
1162 <entry>pango</entry>
1163
1164 <entry>1.36.6</entry>
1165 </row>
1166
1167 <row>
1168 <entry>patch</entry>
1169
1170 <entry>2.7.1</entry>
1171 </row>
1172
1173 <row>
1174 <entry>piglit</entry>
1175
1176 <entry>1.0</entry>
1177 </row>
1178
1179 <row>
1180 <entry>pointercal-xinput</entry>
1181
1182 <entry>0.0</entry>
1183 </row>
1184
1185 <row>
1186 <entry>ppp</entry>
1187
1188 <entry>2.4.6</entry>
1189 </row>
1190
1191 <row>
1192 <entry>presentproto</entry>
1193
1194 <entry>1.0</entry>
1195 </row>
1196
1197 <row>
1198 <entry>psplash</entry>
1199
1200 <entry>0.1</entry>
1201 </row>
1202
1203 <row>
1204 <entry>pulseaudio</entry>
1205
1206 <entry>5.0</entry>
1207 </row>
1208
1209 <row>
1210 <entry>python-argparse</entry>
1211
1212 <entry>1.2.1</entry>
1213 </row>
1214
1215 <row>
1216 <entry>python-mako</entry>
1217
1218 <entry>0.9.1</entry>
1219 </row>
1220
1221 <row>
1222 <entry>python-numpy</entry>
1223
1224 <entry>1.7.0</entry>
1225 </row>
1226
1227 <row>
1228 <entry>python-scons</entry>
1229
1230 <entry>2.3.2</entry>
1231 </row>
1232
1233 <row>
1234 <entry>qt4</entry>
1235
1236 <entry>4.8.6</entry>
1237 </row>
1238
1239 <row>
1240 <entry>qt4-x11-free</entry>
1241
1242 <entry>4.8.6</entry>
1243 </row>
1244
1245 <row>
1246 <entry>quicky</entry>
1247
1248 <entry>0.4</entry>
1249 </row>
1250
1251 <row>
1252 <entry>quota</entry>
1253
1254 <entry>4.01</entry>
1255 </row>
1256
1257 <row>
1258 <entry>randrproto</entry>
1259
1260 <entry>1.4.0</entry>
1261 </row>
1262
1263 <row>
1264 <entry>rcw</entry>
1265
1266 <entry>git</entry>
1267 </row>
1268
1269 <row>
1270 <entry>recordproto</entry>
1271
1272 <entry>1.14.2</entry>
1273 </row>
1274
1275 <row>
1276 <entry>renderproto</entry>
1277
1278 <entry>0.11.1</entry>
1279 </row>
1280
1281 <row>
1282 <entry>resourceproto</entry>
1283
1284 <entry>1.2.0</entry>
1285 </row>
1286
1287 <row>
1288 <entry>rgb</entry>
1289
1290 <entry>1.0.5</entry>
1291 </row>
1292
1293 <row>
1294 <entry>rpcbind</entry>
1295
1296 <entry>0.2.1</entry>
1297 </row>
1298
1299 <row>
1300 <entry>sbc</entry>
1301
1302 <entry>1.2</entry>
1303 </row>
1304
1305 <row>
1306 <entry>scrnsaverproto</entry>
1307
1308 <entry>1.2.2</entry>
1309 </row>
1310
1311 <row>
1312 <entry>serf</entry>
1313
1314 <entry>1.3.7</entry>
1315 </row>
1316
1317 <row>
1318 <entry>setserial</entry>
1319
1320 <entry>2.17</entry>
1321 </row>
1322
1323 <row>
1324 <entry>sgml-common</entry>
1325
1326 <entry>0.6.3</entry>
1327 </row>
1328
1329 <row>
1330 <entry>sgmlspl</entry>
1331
1332 <entry>1.03ii</entry>
1333 </row>
1334
1335 <row>
1336 <entry>speex</entry>
1337
1338 <entry>1.2rc1</entry>
1339 </row>
1340
1341 <row>
1342 <entry>startup-notification</entry>
1343
1344 <entry>0.12</entry>
1345 </row>
1346
1347 <row>
1348 <entry>stat</entry>
1349
1350 <entry>3.3</entry>
1351 </row>
1352
1353 <row>
1354 <entry>sysprof</entry>
1355
1356 <entry>1.2.0</entry>
1357 </row>
1358
1359 <row>
1360 <entry>tclap</entry>
1361
1362 <entry>1.2.1</entry>
1363 </row>
1364
1365 <row>
1366 <entry>texinfo-dummy</entry>
1367
1368 <entry>1.0</entry>
1369 </row>
1370
1371 <row>
1372 <entry>tiff</entry>
1373
1374 <entry>4.0.3</entry>
1375 </row>
1376
1377 <row>
1378 <entry>tremor</entry>
1379
1380 <entry>20120314</entry>
1381 </row>
1382
1383 <row>
1384 <entry>u-boot-qoriq</entry>
1385
1386 <entry>2014.07</entry>
1387 </row>
1388
1389 <row>
1390 <entry>udev-rules-qoriq</entry>
1391
1392 <entry>1.0</entry>
1393 </row>
1394
1395 <row>
1396 <entry>unzip</entry>
1397
1398 <entry>6.0</entry>
1399 </row>
1400
1401 <row>
1402 <entry>usdpaa</entry>
1403
1404 <entry>git</entry>
1405 </row>
1406
1407 <row>
1408 <entry>videoproto</entry>
1409
1410 <entry>2.3.2</entry>
1411 </row>
1412
1413 <row>
1414 <entry>vte</entry>
1415
1416 <entry>0.28.2</entry>
1417 </row>
1418
1419 <row>
1420 <entry>waffle</entry>
1421
1422 <entry>1.3.0</entry>
1423 </row>
1424
1425 <row>
1426 <entry>wayland</entry>
1427
1428 <entry>1.5.0</entry>
1429 </row>
1430
1431 <row>
1432 <entry>wireless-tools</entry>
1433
1434 <entry>30.pre9</entry>
1435 </row>
1436
1437 <row>
1438 <entry>wpa-supplicant</entry>
1439
1440 <entry>2.2</entry>
1441 </row>
1442
1443 <row>
1444 <entry>x11-common</entry>
1445
1446 <entry>0.1</entry>
1447 </row>
1448
1449 <row>
1450 <entry>x11perf</entry>
1451
1452 <entry>1.5.4</entry>
1453 </row>
1454
1455 <row>
1456 <entry>xauth</entry>
1457
1458 <entry>1.0.9</entry>
1459 </row>
1460
1461 <row>
1462 <entry>xcb-proto</entry>
1463
1464 <entry>1.10</entry>
1465 </row>
1466
1467 <row>
1468 <entry>xcb-util</entry>
1469
1470 <entry>0.3.9</entry>
1471 </row>
1472
1473 <row>
1474 <entry>xcmiscproto</entry>
1475
1476 <entry>1.2.2</entry>
1477 </row>
1478
1479 <row>
1480 <entry>xdpyinfo</entry>
1481
1482 <entry>1.3.1</entry>
1483 </row>
1484
1485 <row>
1486 <entry>xextproto</entry>
1487
1488 <entry>7.3.0</entry>
1489 </row>
1490
1491 <row>
1492 <entry>xf86-input-evdev</entry>
1493
1494 <entry>2.9.0</entry>
1495 </row>
1496
1497 <row>
1498 <entry>xf86-video-fbdev</entry>
1499
1500 <entry>0.4.4</entry>
1501 </row>
1502
1503 <row>
1504 <entry>xf86dgaproto</entry>
1505
1506 <entry>2.1</entry>
1507 </row>
1508
1509 <row>
1510 <entry>xf86driproto</entry>
1511
1512 <entry>2.1.1</entry>
1513 </row>
1514
1515 <row>
1516 <entry>xf86miscproto</entry>
1517
1518 <entry>0.9.3</entry>
1519 </row>
1520
1521 <row>
1522 <entry>xf86vidmodeproto</entry>
1523
1524 <entry>2.3.1</entry>
1525 </row>
1526
1527 <row>
1528 <entry>xhost</entry>
1529
1530 <entry>1.0.6</entry>
1531 </row>
1532
1533 <row>
1534 <entry>xineramaproto</entry>
1535
1536 <entry>1.2.1</entry>
1537 </row>
1538
1539 <row>
1540 <entry>xinit</entry>
1541
1542 <entry>1.3.3</entry>
1543 </row>
1544
1545 <row>
1546 <entry>xinput</entry>
1547
1548 <entry>1.6.1</entry>
1549 </row>
1550
1551 <row>
1552 <entry>xinput-calibrator</entry>
1553
1554 <entry>0.7.5</entry>
1555 </row>
1556
1557 <row>
1558 <entry>xkbcomp</entry>
1559
1560 <entry>1.2.4</entry>
1561 </row>
1562
1563 <row>
1564 <entry>xkeyboard-config</entry>
1565
1566 <entry>2.12</entry>
1567 </row>
1568
1569 <row>
1570 <entry>xmodmap</entry>
1571
1572 <entry>1.0.8</entry>
1573 </row>
1574
1575 <row>
1576 <entry>xprop</entry>
1577
1578 <entry>1.2.2</entry>
1579 </row>
1580
1581 <row>
1582 <entry>xproto</entry>
1583
1584 <entry>7.0.26</entry>
1585 </row>
1586
1587 <row>
1588 <entry>xrandr</entry>
1589
1590 <entry>1.4.2</entry>
1591 </row>
1592
1593 <row>
1594 <entry>xrestop</entry>
1595
1596 <entry>0.4</entry>
1597 </row>
1598
1599 <row>
1600 <entry>xserver-common</entry>
1601
1602 <entry>1.34</entry>
1603 </row>
1604
1605 <row>
1606 <entry>xserver-nodm-init</entry>
1607
1608 <entry>2.0</entry>
1609 </row>
1610
1611 <row>
1612 <entry>xserver-xf86-config</entry>
1613
1614 <entry>0.1</entry>
1615 </row>
1616
1617 <row>
1618 <entry>xserver-xorg</entry>
1619
1620 <entry>1.15.1</entry>
1621 </row>
1622
1623 <row>
1624 <entry>xset</entry>
1625
1626 <entry>1.2.3</entry>
1627 </row>
1628
1629 <row>
1630 <entry>xtrans</entry>
1631
1632 <entry>1.3.4</entry>
1633 </row>
1634
1635 <row>
1636 <entry>xtscal</entry>
1637
1638 <entry>0.6.3</entry>
1639 </row>
1640
1641 <row>
1642 <entry>xuser-account</entry>
1643
1644 <entry>0.1</entry>
1645 </row>
1646
1647 <row>
1648 <entry>xvideo-tests</entry>
1649
1650 <entry>0.1</entry>
1651 </row>
1652
1653 <row>
1654 <entry>xwininfo</entry>
1655
1656 <entry>1.1.3</entry>
1657 </row>
1658 </tbody>
1659 </tgroup>
1660 </informaltable>
1661 </section>
1662
1663 <section>
1664 <title>Changed Packages</title>
1665
1666 <informaltable>
1667 <tgroup cols="3">
1668 <thead>
1669 <row>
1670 <entry>Package Name</entry>
1671
1672 <entry>Previous Version</entry>
1673
1674 <entry>New Version</entry>
1675 </row>
1676 </thead>
1677
1678 <tbody>
1679 <row>
1680 <entry>alsa-lib</entry>
1681
1682 <entry>1.0.27.2</entry>
1683
1684 <entry>1.0.28</entry>
1685 </row>
1686
1687 <row>
1688 <entry>automake</entry>
1689
1690 <entry>1.14</entry>
1691
1692 <entry>1.14.1</entry>
1693 </row>
1694
1695 <row>
1696 <entry>babeltrace</entry>
1697
1698 <entry>1.1.1</entry>
1699
1700 <entry>1.2.1</entry>
1701 </row>
1702
1703 <row>
1704 <entry>ca-certificates</entry>
1705
1706 <entry>20130610</entry>
1707
1708 <entry>20140325</entry>
1709 </row>
1710
1711 <row>
1712 <entry>cross-localedef</entry>
1713
1714 <entry>2.19</entry>
1715
1716 <entry>2.20</entry>
1717 </row>
1718
1719 <row>
1720 <entry>curl</entry>
1721
1722 <entry>7.35.0</entry>
1723
1724 <entry>7.37.1</entry>
1725 </row>
1726
1727 <row>
1728 <entry>db</entry>
1729
1730 <entry>5.3.21</entry>
1731
1732 <entry>6.0.30</entry>
1733 </row>
1734
1735 <row>
1736 <entry>dbus</entry>
1737
1738 <entry>1.6.18</entry>
1739
1740 <entry>1.8.6</entry>
1741 </row>
1742
1743 <row>
1744 <entry>dbus-glib</entry>
1745
1746 <entry>0.100.2</entry>
1747
1748 <entry>0.102</entry>
1749 </row>
1750
1751 <row>
1752 <entry>dnsmasq</entry>
1753
1754 <entry>2.68</entry>
1755
1756 <entry>2.71</entry>
1757 </row>
1758
1759 <row>
1760 <entry>elfutils</entry>
1761
1762 <entry>0.155</entry>
1763
1764 <entry>0.158</entry>
1765 </row>
1766
1767 <row>
1768 <entry>file</entry>
1769
1770 <entry>5.16</entry>
1771
1772 <entry>5.18</entry>
1773 </row>
1774
1775 <row>
1776 <entry>flex</entry>
1777
1778 <entry>2.5.38</entry>
1779
1780 <entry>2.5.39</entry>
1781 </row>
1782
1783 <row>
1784 <entry>freetype</entry>
1785
1786 <entry>2.5.2</entry>
1787
1788 <entry>2.5.3</entry>
1789 </row>
1790
1791 <row>
1792 <entry>gawk</entry>
1793
1794 <entry>4.0.2</entry>
1795
1796 <entry>4.1.1</entry>
1797 </row>
1798
1799 <row>
1800 <entry>gcc</entry>
1801
1802 <entry>4.8.2</entry>
1803
1804 <entry>4.9.1</entry>
1805 </row>
1806
1807 <row>
1808 <entry>gdb</entry>
1809
1810 <entry>7.6.2</entry>
1811
1812 <entry>7.7.1</entry>
1813 </row>
1814
1815 <row>
1816 <entry>glib-2.0</entry>
1817
1818 <entry>2.38.2</entry>
1819
1820 <entry>2.40.0</entry>
1821 </row>
1822
1823 <row>
1824 <entry>gmp</entry>
1825
1826 <entry>5.1.1</entry>
1827
1828 <entry>6.0.0</entry>
1829 </row>
1830
1831 <row>
1832 <entry>gnutls</entry>
1833
1834 <entry>2.12.23</entry>
1835
1836 <entry>3.3.5</entry>
1837 </row>
1838
1839 <row>
1840 <entry>grep</entry>
1841
1842 <entry>2.18</entry>
1843
1844 <entry>2.19</entry>
1845 </row>
1846
1847 <row>
1848 <entry>gtk-doc-stub</entry>
1849
1850 <entry>0.0</entry>
1851
1852 <entry>1.1</entry>
1853 </row>
1854
1855 <row>
1856 <entry>icu</entry>
1857
1858 <entry>51.2</entry>
1859
1860 <entry>53.1</entry>
1861 </row>
1862
1863 <row>
1864 <entry>kbd</entry>
1865
1866 <entry>2.0.1</entry>
1867
1868 <entry>2.0.2</entry>
1869 </row>
1870
1871 <row>
1872 <entry>kexec-tools</entry>
1873
1874 <entry>2.0.4</entry>
1875
1876 <entry>2.0.7</entry>
1877 </row>
1878
1879 <row>
1880 <entry>kmod</entry>
1881
1882 <entry>16</entry>
1883
1884 <entry>18</entry>
1885 </row>
1886
1887 <row>
1888 <entry>libbsd</entry>
1889
1890 <entry>0.6.0</entry>
1891
1892 <entry>0.7.0</entry>
1893 </row>
1894
1895 <row>
1896 <entry>libcheck</entry>
1897
1898 <entry>0.9.12</entry>
1899
1900 <entry>0.9.14</entry>
1901 </row>
1902
1903 <row>
1904 <entry>libffi</entry>
1905
1906 <entry>3.0.13</entry>
1907
1908 <entry>3.1</entry>
1909 </row>
1910
1911 <row>
1912 <entry>libgcc</entry>
1913
1914 <entry>4.8.2</entry>
1915
1916 <entry>4.9.1</entry>
1917 </row>
1918
1919 <row>
1920 <entry>libgcrypt</entry>
1921
1922 <entry>1.5.3</entry>
1923
1924 <entry>1.6.1</entry>
1925 </row>
1926
1927 <row>
1928 <entry>libnewt</entry>
1929
1930 <entry>0.52.14</entry>
1931
1932 <entry>0.52.17</entry>
1933 </row>
1934
1935 <row>
1936 <entry>libnl</entry>
1937
1938 <entry>3.2.22</entry>
1939
1940 <entry>3.2.25</entry>
1941 </row>
1942
1943 <row>
1944 <entry>libpcap</entry>
1945
1946 <entry>1.5.3</entry>
1947
1948 <entry>1.6.1</entry>
1949 </row>
1950
1951 <row>
1952 <entry>libpcre</entry>
1953
1954 <entry>8.34</entry>
1955
1956 <entry>8.35</entry>
1957 </row>
1958
1959 <row>
1960 <entry>libpng</entry>
1961
1962 <entry>1.6.8</entry>
1963
1964 <entry>1.6.13</entry>
1965 </row>
1966
1967 <row>
1968 <entry>libtasn1</entry>
1969
1970 <entry>3.4</entry>
1971
1972 <entry>4.0</entry>
1973 </row>
1974
1975 <row>
1976 <entry>liburcu</entry>
1977
1978 <entry>0.8.1</entry>
1979
1980 <entry>0.8.4</entry>
1981 </row>
1982
1983 <row>
1984 <entry>libusb1</entry>
1985
1986 <entry>1.0.9</entry>
1987
1988 <entry>1.0.19</entry>
1989 </row>
1990
1991 <row>
1992 <entry>libvirt</entry>
1993
1994 <entry>1.2.2</entry>
1995
1996 <entry>1.2.14</entry>
1997 </row>
1998
1999 <row>
2000 <entry>linux-libc-headers</entry>
2001
2002 <entry>3.14</entry>
2003
2004 <entry>3.16</entry>
2005 </row>
2006
2007 <row>
2008 <entry>lsbinitscripts</entry>
2009
2010 <entry>9.52</entry>
2011
2012 <entry>9.55</entry>
2013 </row>
2014
2015 <row>
2016 <entry>ltp</entry>
2017
2018 <entry>20140115</entry>
2019
2020 <entry>20140422</entry>
2021 </row>
2022
2023 <row>
2024 <entry>lttng-modules</entry>
2025
2026 <entry>2.3.3</entry>
2027
2028 <entry>2.5.0</entry>
2029 </row>
2030
2031 <row>
2032 <entry>lttng-tools</entry>
2033
2034 <entry>v2.4.0</entry>
2035
2036 <entry>v2.5.0</entry>
2037 </row>
2038
2039 <row>
2040 <entry>lttng-ust</entry>
2041
2042 <entry>2.4.0</entry>
2043
2044 <entry>2.5.0</entry>
2045 </row>
2046
2047 <row>
2048 <entry>lxc</entry>
2049
2050 <entry>1.0.1</entry>
2051
2052 <entry>1.0.6</entry>
2053 </row>
2054
2055 <row>
2056 <entry>lzo</entry>
2057
2058 <entry>2.06</entry>
2059
2060 <entry>2.08</entry>
2061 </row>
2062
2063 <row>
2064 <entry>mklibs</entry>
2065
2066 <entry>0.1.38</entry>
2067
2068 <entry>0.1.39</entry>
2069 </row>
2070
2071 <row>
2072 <entry>netcf</entry>
2073
2074 <entry>0.2.2</entry>
2075
2076 <entry>0.2.3</entry>
2077 </row>
2078
2079 <row>
2080 <entry>openssh</entry>
2081
2082 <entry>6.5p1</entry>
2083
2084 <entry>6.6p1</entry>
2085 </row>
2086
2087 <row>
2088 <entry>openssl</entry>
2089
2090 <entry>1.0.1g</entry>
2091
2092 <entry>1.0.1p</entry>
2093 </row>
2094
2095 <row>
2096 <entry>opkg</entry>
2097
2098 <entry>0.2.1</entry>
2099
2100 <entry>0.2.2</entry>
2101 </row>
2102
2103 <row>
2104 <entry>oprofile</entry>
2105
2106 <entry>0.9.8</entry>
2107
2108 <entry>0.9.9</entry>
2109 </row>
2110
2111 <row>
2112 <entry>perl</entry>
2113
2114 <entry>5.14.3</entry>
2115
2116 <entry>5.20.0</entry>
2117 </row>
2118
2119 <row>
2120 <entry>pixman</entry>
2121
2122 <entry>0.32.4</entry>
2123
2124 <entry>0.32.6</entry>
2125 </row>
2126
2127 <row>
2128 <entry>powertop</entry>
2129
2130 <entry>2.5</entry>
2131
2132 <entry>2.6.1</entry>
2133 </row>
2134
2135 <row>
2136 <entry>pseudo</entry>
2137
2138 <entry>1.5.1</entry>
2139
2140 <entry>1.6.2</entry>
2141 </row>
2142
2143 <row>
2144 <entry>python-pygobject</entry>
2145
2146 <entry>2.27.91</entry>
2147
2148 <entry>2.28.3</entry>
2149 </row>
2150
2151 <row>
2152 <entry>qemu</entry>
2153
2154 <entry>1.7.0</entry>
2155
2156 <entry>2.3.0</entry>
2157 </row>
2158
2159 <row>
2160 <entry>quilt</entry>
2161
2162 <entry>0.61</entry>
2163
2164 <entry>0.63</entry>
2165 </row>
2166
2167 <row>
2168 <entry>rpm</entry>
2169
2170 <entry>5.4.9</entry>
2171
2172 <entry>5.4.14</entry>
2173 </row>
2174
2175 <row>
2176 <entry>shadow</entry>
2177
2178 <entry>4.1.4.3</entry>
2179
2180 <entry>4.2.1</entry>
2181 </row>
2182
2183 <row>
2184 <entry>shadow-securetty</entry>
2185
2186 <entry>4.1.4.3</entry>
2187
2188 <entry>4.2.1</entry>
2189 </row>
2190
2191 <row>
2192 <entry>shadow-sysroot</entry>
2193
2194 <entry>4.1.4.3</entry>
2195
2196 <entry>4.2.1</entry>
2197 </row>
2198
2199 <row>
2200 <entry>shared-mime-info</entry>
2201
2202 <entry>1.2</entry>
2203
2204 <entry>1.3</entry>
2205 </row>
2206
2207 <row>
2208 <entry>sqlite3</entry>
2209
2210 <entry>3.8.3.1</entry>
2211
2212 <entry>3.8.6.0</entry>
2213 </row>
2214
2215 <row>
2216 <entry>subversion</entry>
2217
2218 <entry>1.7.10</entry>
2219
2220 <entry>1.8.9</entry>
2221 </row>
2222
2223 <row>
2224 <entry>sudo</entry>
2225
2226 <entry>1.8.9p5</entry>
2227
2228 <entry>1.8.10p3</entry>
2229 </row>
2230
2231 <row>
2232 <entry>trace-cmd</entry>
2233
2234 <entry>1.2</entry>
2235
2236 <entry>2.3.2</entry>
2237 </row>
2238
2239 <row>
2240 <entry>tzcode</entry>
2241
2242 <entry>2013i</entry>
2243
2244 <entry>2015b</entry>
2245 </row>
2246
2247 <row>
2248 <entry>tzdata</entry>
2249
2250 <entry>2013i</entry>
2251
2252 <entry>2015b</entry>
2253 </row>
2254
2255 <row>
2256 <entry>udev-extraconf</entry>
2257
2258 <entry>1.0</entry>
2259
2260 <entry>1.1</entry>
2261 </row>
2262
2263 <row>
2264 <entry>util-linux</entry>
2265
2266 <entry>2.24.1</entry>
2267
2268 <entry>2.24.2</entry>
2269 </row>
2270
2271 <row>
2272 <entry>util-macros</entry>
2273
2274 <entry>1.18.0</entry>
2275
2276 <entry>1.19.0</entry>
2277 </row>
2278 </tbody>
2279 </tgroup>
2280 </informaltable>
2281 </section>
2282
2283 <section>
2284 <title>Removed Packages</title>
2285
2286 <informaltable>
2287 <tgroup cols="1">
2288 <thead>
2289 <row>
2290 <entry>Package Name</entry>
2291 </row>
2292 </thead>
2293
2294 <tbody>
2295 <row>
2296 <entry>binutils-cross-canadian-arm</entry>
2297 </row>
2298
2299 <row>
2300 <entry>boot-monitor</entry>
2301 </row>
2302
2303 <row>
2304 <entry>buildtools-tarball</entry>
2305 </row>
2306
2307 <row>
2308 <entry>dosfstools</entry>
2309 </row>
2310
2311 <row>
2312 <entry>ebtables</entry>
2313 </row>
2314
2315 <row>
2316 <entry>eglibc</entry>
2317 </row>
2318
2319 <row>
2320 <entry>eglibc-locale</entry>
2321 </row>
2322
2323 <row>
2324 <entry>eglibc-mtrace</entry>
2325 </row>
2326
2327 <row>
2328 <entry>elftosb</entry>
2329 </row>
2330
2331 <row>
2332 <entry>enea-image-demo</entry>
2333 </row>
2334
2335 <row>
2336 <entry>enea-image-minimal</entry>
2337 </row>
2338
2339 <row>
2340 <entry>gcc-cross-canadian-arm</entry>
2341 </row>
2342
2343 <row>
2344 <entry>gdb-cross-canadian-arm</entry>
2345 </row>
2346
2347 <row>
2348 <entry>git</entry>
2349 </row>
2350
2351 <row>
2352 <entry>iproute2</entry>
2353 </row>
2354
2355 <row>
2356 <entry>libuio</entry>
2357 </row>
2358
2359 <row>
2360 <entry>linux-boundary</entry>
2361 </row>
2362
2363 <row>
2364 <entry>linux-keystone</entry>
2365 </row>
2366
2367 <row>
2368 <entry>logrotate</entry>
2369 </row>
2370
2371 <row>
2372 <entry>lsb-release</entry>
2373 </row>
2374
2375 <row>
2376 <entry>lzop</entry>
2377 </row>
2378
2379 <row>
2380 <entry>meta-environment-imx6qsabrelite</entry>
2381 </row>
2382
2383 <row>
2384 <entry>meta-environment-proliant-m800</entry>
2385 </row>
2386
2387 <row>
2388 <entry>mtd-utils</entry>
2389 </row>
2390
2391 <row>
2392 <entry>mtools</entry>
2393 </row>
2394
2395 <row>
2396 <entry>mxsldr</entry>
2397 </row>
2398
2399 <row>
2400 <entry>neon</entry>
2401 </row>
2402
2403 <row>
2404 <entry>net-tools</entry>
2405 </row>
2406
2407 <row>
2408 <entry>opkg-collateral</entry>
2409 </row>
2410
2411 <row>
2412 <entry>opkg-config-base</entry>
2413 </row>
2414
2415 <row>
2416 <entry>packagegroup-cross-canadian-imx6qsabrelite</entry>
2417 </row>
2418
2419 <row>
2420 <entry>packagegroup-cross-canadian-proliant-m800</entry>
2421 </row>
2422
2423 <row>
2424 <entry>packagegroup-enea-profile</entry>
2425 </row>
2426
2427 <row>
2428 <entry>poky-feed-config-opkg</entry>
2429 </row>
2430
2431 <row>
2432 <entry>python-async</entry>
2433 </row>
2434
2435 <row>
2436 <entry>python-git</entry>
2437 </row>
2438
2439 <row>
2440 <entry>python-gitdb</entry>
2441 </row>
2442
2443 <row>
2444 <entry>python-smmap</entry>
2445 </row>
2446
2447 <row>
2448 <entry>u-boot-keystone</entry>
2449 </row>
2450
2451 <row>
2452 <entry>u-boot-script-boundary</entry>
2453 </row>
2454
2455 <row>
2456 <entry>wget</entry>
2457 </row>
2458
2459 <row>
2460 <entry>xmlts</entry>
2461 </row>
2462 </tbody>
2463 </tgroup>
2464 </informaltable>
2465 </section>
2466 </section>
2467</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/prerequisites.xml b/doc/book-enea-linux-release-info/doc/prerequisites.xml
deleted file mode 100644
index 7241ed1..0000000
--- a/doc/book-enea-linux-release-info/doc/prerequisites.xml
+++ /dev/null
@@ -1,75 +0,0 @@
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="prerequisites">
5 <title>Prerequisites and Getting Enea Linux</title>
6
7 <section id="inst-host-packages">
8 <title>Install Host Packages</title>
9
10 <para>Building Enea Linux or compiling applications requires some packages
11 to be installed on your Linux development host. See the list of Required
12 Packages for Host Development System, found in the Yocto 2.1 document:
13 <ulink
14 url="https://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system">https://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system</ulink>.
15 If needed, replace 2.1 with the actual Yocto version in your Enea Linux
16 distribution.<remark>Sorry by the list in the Yocto document do not seem
17 to be enough at all at least for platform building! Therefore we need to
18 add a complete list here, and we actually have a bigger list than we
19 needed, but it's better to have more and not be needed than to lack
20 information.</remark></para>
21
22 <para>Install Host Packages</para>
23
24 <note>
25 <para>The list below is generic and might contain packages that are not
26 necessary. Additional packages might be required to build for some
27 targets. See the Enea Linux Release Information if more packages are
28 needed and which hosts have been tested by Enea for this Enea Linux
29 release.<remark>QUEST: Are the lists below ok? The lists below try to
30 cover ALL normal use cases for both ApplGuide and PlatfGuide, incl.
31 Eclipse, instead of limiting to some use case. Easier to keep
32 updated.</remark></para>
33 </note>
34
35 <section id="inst-host-packages-ubuntu-debian">
36 <title>Ubuntu or Debian</title>
37
38 <para>Ensure the system is up-to-date:</para>
39
40 <programlisting>$ sudo apt-get update</programlisting>
41
42 <para>For a supported <emphasis role="bold">Ubuntu</emphasis><indexterm>
43 <primary>Ubuntu</primary>
44 </indexterm> and <emphasis role="bold">Debian</emphasis><indexterm>
45 <primary>Debian</primary>
46 </indexterm> distributions you need the following packages:</para>
47
48 <programlisting># sudo apt-get install sed wget subversion git-core
49coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk
50python-pysqlite2 diffstat make gcc build-essential xsltproc g++
51desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake
52groff libtool xterm libxml-parser-perl</programlisting>
53 </section>
54 </section>
55
56 <section id="get-el">
57 <title>Getting Enea Linux</title>
58
59 <para>For platform developers, an Enea Linux release is available for
60 cloning from git.enea.com. Releases are available in distribution-specific
61 repositories on git.enea.com, for cloning using the repo tool in the local
62 workstation. For more information on this topic, see the <olink
63 targetdoc="book_enea_linux_platforms_dev_guide"
64 targetptr="book_enea_linux_platforms_dev_guide">Enea Linux Platforms
65 Development Guide</olink> on <ulink
66 url="http://portal.enea.com">http://portal.enea.com</ulink>.</para>
67
68 <para>Application developers will download pre-complied images from the
69 Enea Portal or will receive prebuilt images from the platform developers.
70 For further information on this see <olink
71 targetdoc="book_enea_linux_app_dev_guide"
72 targetptr="book_enea_linux_app_dev_guide">Enea Linux Application
73 Development Guide</olink>.</para>
74 </section>
75</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/security_fixes.xml b/doc/book-enea-linux-release-info/doc/security_fixes.xml
deleted file mode 100644
index 5e72bb7..0000000
--- a/doc/book-enea-linux-release-info/doc/security_fixes.xml
+++ /dev/null
@@ -1,12 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="relinfo-security-fixes">
5 <title>Security Fixes</title>
6
7 <para>See <ulink
8 url="http://www.enea.com/solutions/Enea-Linux/Security/CVEs-list">List of
9 CVEs addressed in Enea Linux</ulink> and <ulink
10 url="http://www.enea.com/solutions/Enea-Linux/Security#how-to-get-security-updates">How
11 to Get Security Updates</ulink>. .</para>
12</section> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/supported_architectures.xml b/doc/book-enea-linux-release-info/doc/supported_architectures.xml
deleted file mode 100644
index f46b39b..0000000
--- a/doc/book-enea-linux-release-info/doc/supported_architectures.xml
+++ /dev/null
@@ -1,72 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="relinfo-supported-targets">
5 <title>Supported Targets and Architectures</title>
6
7 <para>Precompiled images, recipes, and optionally U-Boot
8 bootloader and build &amp; boot instructions are provided for the
9 following target and hardware architectures</para>
10
11 <informaltable>
12 <tgroup cols="4">
13 <colspec align="left" colname="c1" colwidth="3*" />
14
15 <colspec colname="c2" colwidth="4*" />
16
17 <colspec align="left" colname="c4" colwidth="1*" />
18
19 <colspec align="left" colname="c5" colwidth="5*" />
20
21 <thead valign="bottom">
22 <row>
23 <entry>Supported Targets</entry>
24
25 <entry>Processor Architecture</entry>
26
27 <entry>DSPs</entry>
28
29 <entry>Specification</entry>
30 </row>
31 </thead>
32
33 <tbody>
34 <row>
35 <entry>Freescale P2041RDB</entry>
36
37 <entry><para>Power</para></entry>
38
39 <entry><para>(none)</para></entry>
40
41 <entry><para>Quad-core QorIQ P2041 processor, e500mc
42 cores</para></entry>
43 </row>
44
45 <row>
46 <entry>Freescale P3041DS</entry>
47
48 <entry><para>Power</para></entry>
49
50 <entry><para>(none)</para></entry>
51
52 <entry><para>Quad-core QorIQ P3041 processor, e500mc
53 cores</para></entry>
54 </row>
55
56 <row>
57 <entry>Freescale T4240RDB</entry>
58
59 <entry><para>Power</para></entry>
60
61 <entry><para>(none)</para></entry>
62
63 <entry><para>Quad-core QorIQ T4240 processor, e6500
64 cores</para></entry>
65 </row>
66 </tbody>
67 </tgroup>
68 </informaltable>
69
70 <para>QEMU PPC and/or ARM for architecture-specific Linux emulation is
71 also supported.</para>
72</section> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/supported_features.xml b/doc/book-enea-linux-release-info/doc/supported_features.xml
deleted file mode 100644
index ebc4b59..0000000
--- a/doc/book-enea-linux-release-info/doc/supported_features.xml
+++ /dev/null
@@ -1,95 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="relinfo-supported-features">
5 <title>Supported Features</title>
6
7 <para>The basic features provided by Yocto are listed on the "Features" tab
8 on the <xi:include
9 href="../../s_docsrc_common/pardoc-distro.xml"
10 xmlns:xi="http://www.w3.org/2001/XInclude"
11 xpointer="element(ULINK_YOCTO_RELEASE_NOTES/1)" /><remark>???? FIXME THIS WAS "ULINK_YOCTO_DOWN_MINOR_URL" in previous pardoc-distro file - I don't know what is shall be
12 now. Perhaps it is Yocto release notes which I have changed this to, as found in poky.ent</remark>.</para>
13
14 <para>Enea Linux provides additional target-specific features from other
15 open source projects:</para>
16
17 <variablelist>
18 <varlistentry>
19 <term>Networking features:</term>
20
21 <listitem>
22 <itemizedlist spacing="compact">
23 <listitem>
24 <para>Open vSwitch (OVS) version
25 2.0.0<superscript>*)</superscript></para>
26 </listitem>
27
28 <listitem>
29 <para>Data Plane Development Kit (DPDK) version 0.10.0</para>
30 </listitem>
31
32 <listitem>
33 <para>DPDK vSwitch (DVS) version 1.6.0r1</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37 </varlistentry>
38
39 <varlistentry>
40 <term>Virtualization features:</term>
41
42 <listitem>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Kernel-Based Virtual Machine (KVM)</para>
46 </listitem>
47
48 <listitem>
49 <para>Linux Containers (LXC)</para>
50 </listitem>
51 </itemizedlist>
52 </listitem>
53 </varlistentry>
54
55 <varlistentry>
56 <term>Real-time features:</term>
57
58 <listitem>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>CPU Isolation (CI)</para>
62 </listitem>
63
64 <listitem>
65 <para>Fully Preemptible Kernel (FPK)</para>
66 </listitem>
67 </itemizedlist>
68 </listitem>
69 </varlistentry>
70
71 <varlistentry>
72 <term>Memory features:</term>
73
74 <listitem>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>Non-Uniform Memory Access (NUMA); package versions numad 0.6
78 and numactl 2.0.9</para>
79 </listitem>
80 </itemizedlist>
81 </listitem>
82 </varlistentry>
83 </variablelist>
84
85 <epigraph>
86 <para>*) Runnable on any Linux-based virtualization platform (e.g. KVM)
87 from kernel version 2.6.32</para>
88 </epigraph>
89
90 <para>Refer to the <olink targetdoc="book_enea_linux_users_guide"
91 targetptr="book_enea_linux_users_guide"><trademark
92 class="registered">Enea</trademark> Linux User's Guide</olink> for details
93 about each feature.</para>
94
95</section> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/targetscontain.xml b/doc/book-enea-linux-release-info/doc/targetscontain.xml
deleted file mode 100644
index 06ec23d..0000000
--- a/doc/book-enea-linux-release-info/doc/targetscontain.xml
+++ /dev/null
@@ -1,861 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="targetscontain">
5 <title>Poky Components in this Distribution</title>
6
7 <section>
8 <title>Various Config Files extracted from ls1021atwr/poky</title>
9 <para>poky contains</para>
10 <programlisting>
11bitbake/
12documentation/
13LICENSE
14meta/
15meta-el-common/
16meta-el-standard/
17meta-enea-base-arm/
18meta-enea-bsp-arm/
19meta-enea-bsp-common/
20meta-fsl-arm/
21meta-openembedded/
22meta-poky/
23meta-selftest/
24meta-skeleton/
25meta-yocto/
26meta-yocto-bsp/
27oe-init-build-env*
28oe-init-build-env-memres*
29README
30README.hardware
31scripts/
32</programlisting>
33 <para>Main version information in enea.conf is</para>
34 <programlisting>
35DISTRO_VERSION_MAJOR = "6.0"
36DISTRO_VERSION_MINOR ??= ""
37</programlisting>
38 <para>meta-el-* is meta-el-standard</para>
39 <para>Configuration files in template.p2041rdb</para>
40 <para>
41<programlisting>_____ template.p2041rdb/bblayers.conf.sample ____
42POKY_BBLAYERS_CONF_VERSION = "1"
43BBPATH = "${TOPDIR}"
44BBFILES ?= ""
45BBLAYERS ?= " \
46 ##OEROOT##/meta \
47 ##OEROOT##/meta-el-common \
48 ##OEROOT##/meta-el-standard \
49 ##OEROOT##/meta-enea-bsp-common \
50 ##OEROOT##/meta-enea-bsp-ppc \
51 ##OEROOT##/meta-fsl-ppc \
52 ##OEROOT##/meta-openembedded/meta-oe \
53 ##OEROOT##/meta-openembedded/meta-networking \
54 ##OEROOT##/meta-openembedded/meta-filesystems \
55 ##OEROOT##/meta-openembedded/meta-python \
56 ##OEROOT##/meta-poky \
57 "
58</programlisting>
59<programlisting>_____ template.p2041rdb/conf-notes.txt ____
60Common targets are:
61 enea-image-standard
62 enea-image-standard-sdk
63</programlisting>
64<programlisting>_____ template.p2041rdb/local.conf.sample ____
65MACHINE ?= "p2041rdb"
66DISTRO ?= "enea"
67PACKAGE_CLASSES ?= "package_rpm"
68EXTRA_IMAGE_FEATURES = "debug-tweaks"
69USER_CLASSES ?= "buildstats image-mklibs image-prelink"
70PATCHRESOLVE = "noop"
71BB_DISKMON_DIRS = "\
72 STOPTASKS,${TMPDIR},1G,100K \
73 STOPTASKS,${DL_DIR},1G,100K \
74 STOPTASKS,${SSTATE_DIR},1G,100K \
75 STOPTASKS,/tmp,100M,100K \
76 ABORT,${TMPDIR},100M,1K \
77 ABORT,${DL_DIR},100M,1K \
78 ABORT,${SSTATE_DIR},100M,1K \
79 ABORT,/tmp,10M,1K"
80PACKAGECONFIG_append_pn-qemu-native = " sdl"
81PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
82CONF_VERSION = "1"
83</programlisting>
84 </para>
85 <para>Configuration files in template.qemuarm</para>
86 <para>
87<programlisting>_____ template.qemuarm/bblayers.conf.sample ____
88POKY_BBLAYERS_CONF_VERSION = "1"
89BBPATH = "${TOPDIR}"
90BBFILES ?= ""
91BBLAYERS ?= " \
92 ##OEROOT##/meta \
93 ##OEROOT##/meta-el-common \
94 ##OEROOT##/meta-el-standard \
95 ##OEROOT##/meta-enea-bsp-common \
96 ##OEROOT##/meta-openembedded/meta-oe \
97 ##OEROOT##/meta-openembedded/meta-networking \
98 ##OEROOT##/meta-openembedded/meta-filesystems \
99 ##OEROOT##/meta-openembedded/meta-python \
100 ##OEROOT##/meta-poky \
101 "
102</programlisting>
103<programlisting>_____ template.qemuarm/conf-notes.txt ____
104Common targets are:
105 enea-image-standard
106 enea-image-standard-sdk
107</programlisting>
108<programlisting>_____ template.qemuarm/local.conf.sample ____
109MACHINE ?= "qemuarm"
110DISTRO ?= "enea"
111PACKAGE_CLASSES ?= "package_rpm"
112EXTRA_IMAGE_FEATURES = "debug-tweaks"
113USER_CLASSES ?= "buildstats image-mklibs image-prelink"
114PATCHRESOLVE = "noop"
115BB_DISKMON_DIRS = "\
116 STOPTASKS,${TMPDIR},1G,100K \
117 STOPTASKS,${DL_DIR},1G,100K \
118 STOPTASKS,${SSTATE_DIR},1G,100K \
119 STOPTASKS,/tmp,100M,100K \
120 ABORT,${TMPDIR},100M,1K \
121 ABORT,${DL_DIR},100M,1K \
122 ABORT,${SSTATE_DIR},100M,1K \
123 ABORT,/tmp,10M,1K"
124PACKAGECONFIG_append_pn-qemu-native = " sdl"
125PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
126CONF_VERSION = "1"
127</programlisting>
128 </para>
129 <para>Configuration files in template.qemuppc</para>
130 <para>
131<programlisting>_____ template.qemuppc/bblayers.conf.sample ____
132POKY_BBLAYERS_CONF_VERSION = "1"
133BBPATH = "${TOPDIR}"
134BBFILES ?= ""
135BBLAYERS ?= " \
136 ##OEROOT##/meta \
137 ##OEROOT##/meta-el-common \
138 ##OEROOT##/meta-el-standard \
139 ##OEROOT##/meta-enea-bsp-common \
140 ##OEROOT##/meta-openembedded/meta-oe \
141 ##OEROOT##/meta-openembedded/meta-networking \
142 ##OEROOT##/meta-openembedded/meta-filesystems \
143 ##OEROOT##/meta-openembedded/meta-python \
144 ##OEROOT##/meta-poky \
145 "
146</programlisting>
147<programlisting>_____ template.qemuppc/conf-notes.txt ____
148Common targets are:
149 enea-image-standard
150 enea-image-standard-sdk
151</programlisting>
152<programlisting>_____ template.qemuppc/local.conf.sample ____
153MACHINE ?= "qemuppc"
154DISTRO ?= "enea"
155PACKAGE_CLASSES ?= "package_rpm"
156EXTRA_IMAGE_FEATURES = "debug-tweaks"
157USER_CLASSES ?= "buildstats image-mklibs image-prelink"
158PATCHRESOLVE = "noop"
159BB_DISKMON_DIRS = "\
160 STOPTASKS,${TMPDIR},1G,100K \
161 STOPTASKS,${DL_DIR},1G,100K \
162 STOPTASKS,${SSTATE_DIR},1G,100K \
163 STOPTASKS,/tmp,100M,100K \
164 ABORT,${TMPDIR},100M,1K \
165 ABORT,${DL_DIR},100M,1K \
166 ABORT,${SSTATE_DIR},100M,1K \
167 ABORT,/tmp,10M,1K"
168PACKAGECONFIG_append_pn-qemu-native = " sdl"
169PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
170CONF_VERSION = "1"
171</programlisting>
172 </para>
173 <para>Images</para>
174 <programlisting>
175enea-image-standard.bb
176enea-image-standard-sdk.bb
177</programlisting>
178 </section>
179 <section>
180 <title>Various Config Files extracted from p2041rdb/poky</title>
181 <para>poky contains</para>
182 <programlisting>
183bitbake/
184documentation/
185LICENSE
186meta/
187meta-el-common/
188meta-el-standard/
189meta-enea-base-ppc/
190meta-enea-bsp-common/
191meta-enea-bsp-ppc/
192meta-fsl-ppc/
193meta-openembedded/
194meta-poky/
195meta-selftest/
196meta-skeleton/
197meta-yocto/
198meta-yocto-bsp/
199oe-init-build-env*
200oe-init-build-env-memres*
201README
202README.hardware
203scripts/
204</programlisting>
205 <para>Main version information in enea.conf is</para>
206 <programlisting>
207DISTRO_VERSION_MAJOR = "6.0"
208DISTRO_VERSION_MINOR ??= ""
209</programlisting>
210 <para>meta-el-* is meta-el-standard</para>
211 <para>Configuration files in template.p2041rdb</para>
212 <para>
213<programlisting>_____ template.p2041rdb/bblayers.conf.sample ____
214POKY_BBLAYERS_CONF_VERSION = "1"
215BBPATH = "${TOPDIR}"
216BBFILES ?= ""
217BBLAYERS ?= " \
218 ##OEROOT##/meta \
219 ##OEROOT##/meta-el-common \
220 ##OEROOT##/meta-el-standard \
221 ##OEROOT##/meta-enea-bsp-common \
222 ##OEROOT##/meta-enea-bsp-ppc \
223 ##OEROOT##/meta-fsl-ppc \
224 ##OEROOT##/meta-openembedded/meta-oe \
225 ##OEROOT##/meta-openembedded/meta-networking \
226 ##OEROOT##/meta-openembedded/meta-filesystems \
227 ##OEROOT##/meta-openembedded/meta-python \
228 ##OEROOT##/meta-poky \
229 "
230</programlisting>
231<programlisting>_____ template.p2041rdb/conf-notes.txt ____
232Common targets are:
233 enea-image-standard
234 enea-image-standard-sdk
235</programlisting>
236<programlisting>_____ template.p2041rdb/local.conf.sample ____
237MACHINE ?= "p2041rdb"
238DISTRO ?= "enea"
239PACKAGE_CLASSES ?= "package_rpm"
240EXTRA_IMAGE_FEATURES = "debug-tweaks"
241USER_CLASSES ?= "buildstats image-mklibs image-prelink"
242PATCHRESOLVE = "noop"
243BB_DISKMON_DIRS = "\
244 STOPTASKS,${TMPDIR},1G,100K \
245 STOPTASKS,${DL_DIR},1G,100K \
246 STOPTASKS,${SSTATE_DIR},1G,100K \
247 STOPTASKS,/tmp,100M,100K \
248 ABORT,${TMPDIR},100M,1K \
249 ABORT,${DL_DIR},100M,1K \
250 ABORT,${SSTATE_DIR},100M,1K \
251 ABORT,/tmp,10M,1K"
252PACKAGECONFIG_append_pn-qemu-native = " sdl"
253PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
254CONF_VERSION = "1"
255</programlisting>
256 </para>
257 <para>Configuration files in template.qemuarm</para>
258 <para>
259<programlisting>_____ template.qemuarm/bblayers.conf.sample ____
260POKY_BBLAYERS_CONF_VERSION = "1"
261BBPATH = "${TOPDIR}"
262BBFILES ?= ""
263BBLAYERS ?= " \
264 ##OEROOT##/meta \
265 ##OEROOT##/meta-el-common \
266 ##OEROOT##/meta-el-standard \
267 ##OEROOT##/meta-enea-bsp-common \
268 ##OEROOT##/meta-openembedded/meta-oe \
269 ##OEROOT##/meta-openembedded/meta-networking \
270 ##OEROOT##/meta-openembedded/meta-filesystems \
271 ##OEROOT##/meta-openembedded/meta-python \
272 ##OEROOT##/meta-poky \
273 "
274</programlisting>
275<programlisting>_____ template.qemuarm/conf-notes.txt ____
276Common targets are:
277 enea-image-standard
278 enea-image-standard-sdk
279</programlisting>
280<programlisting>_____ template.qemuarm/local.conf.sample ____
281MACHINE ?= "qemuarm"
282DISTRO ?= "enea"
283PACKAGE_CLASSES ?= "package_rpm"
284EXTRA_IMAGE_FEATURES = "debug-tweaks"
285USER_CLASSES ?= "buildstats image-mklibs image-prelink"
286PATCHRESOLVE = "noop"
287BB_DISKMON_DIRS = "\
288 STOPTASKS,${TMPDIR},1G,100K \
289 STOPTASKS,${DL_DIR},1G,100K \
290 STOPTASKS,${SSTATE_DIR},1G,100K \
291 STOPTASKS,/tmp,100M,100K \
292 ABORT,${TMPDIR},100M,1K \
293 ABORT,${DL_DIR},100M,1K \
294 ABORT,${SSTATE_DIR},100M,1K \
295 ABORT,/tmp,10M,1K"
296PACKAGECONFIG_append_pn-qemu-native = " sdl"
297PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
298CONF_VERSION = "1"
299</programlisting>
300 </para>
301 <para>Configuration files in template.qemuppc</para>
302 <para>
303<programlisting>_____ template.qemuppc/bblayers.conf.sample ____
304POKY_BBLAYERS_CONF_VERSION = "1"
305BBPATH = "${TOPDIR}"
306BBFILES ?= ""
307BBLAYERS ?= " \
308 ##OEROOT##/meta \
309 ##OEROOT##/meta-el-common \
310 ##OEROOT##/meta-el-standard \
311 ##OEROOT##/meta-enea-bsp-common \
312 ##OEROOT##/meta-openembedded/meta-oe \
313 ##OEROOT##/meta-openembedded/meta-networking \
314 ##OEROOT##/meta-openembedded/meta-filesystems \
315 ##OEROOT##/meta-openembedded/meta-python \
316 ##OEROOT##/meta-poky \
317 "
318</programlisting>
319<programlisting>_____ template.qemuppc/conf-notes.txt ____
320Common targets are:
321 enea-image-standard
322 enea-image-standard-sdk
323</programlisting>
324<programlisting>_____ template.qemuppc/local.conf.sample ____
325MACHINE ?= "qemuppc"
326DISTRO ?= "enea"
327PACKAGE_CLASSES ?= "package_rpm"
328EXTRA_IMAGE_FEATURES = "debug-tweaks"
329USER_CLASSES ?= "buildstats image-mklibs image-prelink"
330PATCHRESOLVE = "noop"
331BB_DISKMON_DIRS = "\
332 STOPTASKS,${TMPDIR},1G,100K \
333 STOPTASKS,${DL_DIR},1G,100K \
334 STOPTASKS,${SSTATE_DIR},1G,100K \
335 STOPTASKS,/tmp,100M,100K \
336 ABORT,${TMPDIR},100M,1K \
337 ABORT,${DL_DIR},100M,1K \
338 ABORT,${SSTATE_DIR},100M,1K \
339 ABORT,/tmp,10M,1K"
340PACKAGECONFIG_append_pn-qemu-native = " sdl"
341PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
342CONF_VERSION = "1"
343</programlisting>
344 </para>
345 <para>Images</para>
346 <programlisting>
347enea-image-standard.bb
348enea-image-standard-sdk.bb
349</programlisting>
350 </section>
351 <section>
352 <title>Various Config Files extracted from qemuarm/poky</title>
353 <para>poky contains</para>
354 <programlisting>
355bitbake/
356documentation/
357LICENSE
358meta/
359meta-el-common/
360meta-el-standard/
361meta-enea-base-arm/
362meta-enea-bsp-common/
363meta-openembedded/
364meta-poky/
365meta-selftest/
366meta-skeleton/
367meta-yocto/
368meta-yocto-bsp/
369oe-init-build-env*
370oe-init-build-env-memres*
371README
372README.hardware
373scripts/
374</programlisting>
375 <para>Main version information in enea.conf is</para>
376 <programlisting>
377DISTRO_VERSION_MAJOR = "6.0"
378DISTRO_VERSION_MINOR ??= ""
379</programlisting>
380 <para>meta-el-* is meta-el-standard</para>
381 <para>Configuration files in template.p2041rdb</para>
382 <para>
383<programlisting>_____ template.p2041rdb/bblayers.conf.sample ____
384POKY_BBLAYERS_CONF_VERSION = "1"
385BBPATH = "${TOPDIR}"
386BBFILES ?= ""
387BBLAYERS ?= " \
388 ##OEROOT##/meta \
389 ##OEROOT##/meta-el-common \
390 ##OEROOT##/meta-el-standard \
391 ##OEROOT##/meta-enea-bsp-common \
392 ##OEROOT##/meta-enea-bsp-ppc \
393 ##OEROOT##/meta-fsl-ppc \
394 ##OEROOT##/meta-openembedded/meta-oe \
395 ##OEROOT##/meta-openembedded/meta-networking \
396 ##OEROOT##/meta-openembedded/meta-filesystems \
397 ##OEROOT##/meta-openembedded/meta-python \
398 ##OEROOT##/meta-poky \
399 "
400</programlisting>
401<programlisting>_____ template.p2041rdb/conf-notes.txt ____
402Common targets are:
403 enea-image-standard
404 enea-image-standard-sdk
405</programlisting>
406<programlisting>_____ template.p2041rdb/local.conf.sample ____
407MACHINE ?= "p2041rdb"
408DISTRO ?= "enea"
409PACKAGE_CLASSES ?= "package_rpm"
410EXTRA_IMAGE_FEATURES = "debug-tweaks"
411USER_CLASSES ?= "buildstats image-mklibs image-prelink"
412PATCHRESOLVE = "noop"
413BB_DISKMON_DIRS = "\
414 STOPTASKS,${TMPDIR},1G,100K \
415 STOPTASKS,${DL_DIR},1G,100K \
416 STOPTASKS,${SSTATE_DIR},1G,100K \
417 STOPTASKS,/tmp,100M,100K \
418 ABORT,${TMPDIR},100M,1K \
419 ABORT,${DL_DIR},100M,1K \
420 ABORT,${SSTATE_DIR},100M,1K \
421 ABORT,/tmp,10M,1K"
422PACKAGECONFIG_append_pn-qemu-native = " sdl"
423PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
424CONF_VERSION = "1"
425</programlisting>
426 </para>
427 <para>Configuration files in template.qemuarm</para>
428 <para>
429<programlisting>_____ template.qemuarm/bblayers.conf.sample ____
430POKY_BBLAYERS_CONF_VERSION = "1"
431BBPATH = "${TOPDIR}"
432BBFILES ?= ""
433BBLAYERS ?= " \
434 ##OEROOT##/meta \
435 ##OEROOT##/meta-el-common \
436 ##OEROOT##/meta-el-standard \
437 ##OEROOT##/meta-enea-bsp-common \
438 ##OEROOT##/meta-openembedded/meta-oe \
439 ##OEROOT##/meta-openembedded/meta-networking \
440 ##OEROOT##/meta-openembedded/meta-filesystems \
441 ##OEROOT##/meta-openembedded/meta-python \
442 ##OEROOT##/meta-poky \
443 "
444</programlisting>
445<programlisting>_____ template.qemuarm/conf-notes.txt ____
446Common targets are:
447 enea-image-standard
448 enea-image-standard-sdk
449</programlisting>
450<programlisting>_____ template.qemuarm/local.conf.sample ____
451MACHINE ?= "qemuarm"
452DISTRO ?= "enea"
453PACKAGE_CLASSES ?= "package_rpm"
454EXTRA_IMAGE_FEATURES = "debug-tweaks"
455USER_CLASSES ?= "buildstats image-mklibs image-prelink"
456PATCHRESOLVE = "noop"
457BB_DISKMON_DIRS = "\
458 STOPTASKS,${TMPDIR},1G,100K \
459 STOPTASKS,${DL_DIR},1G,100K \
460 STOPTASKS,${SSTATE_DIR},1G,100K \
461 STOPTASKS,/tmp,100M,100K \
462 ABORT,${TMPDIR},100M,1K \
463 ABORT,${DL_DIR},100M,1K \
464 ABORT,${SSTATE_DIR},100M,1K \
465 ABORT,/tmp,10M,1K"
466PACKAGECONFIG_append_pn-qemu-native = " sdl"
467PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
468CONF_VERSION = "1"
469</programlisting>
470 </para>
471 <para>Configuration files in template.qemuppc</para>
472 <para>
473<programlisting>_____ template.qemuppc/bblayers.conf.sample ____
474POKY_BBLAYERS_CONF_VERSION = "1"
475BBPATH = "${TOPDIR}"
476BBFILES ?= ""
477BBLAYERS ?= " \
478 ##OEROOT##/meta \
479 ##OEROOT##/meta-el-common \
480 ##OEROOT##/meta-el-standard \
481 ##OEROOT##/meta-enea-bsp-common \
482 ##OEROOT##/meta-openembedded/meta-oe \
483 ##OEROOT##/meta-openembedded/meta-networking \
484 ##OEROOT##/meta-openembedded/meta-filesystems \
485 ##OEROOT##/meta-openembedded/meta-python \
486 ##OEROOT##/meta-poky \
487 "
488</programlisting>
489<programlisting>_____ template.qemuppc/conf-notes.txt ____
490Common targets are:
491 enea-image-standard
492 enea-image-standard-sdk
493</programlisting>
494<programlisting>_____ template.qemuppc/local.conf.sample ____
495MACHINE ?= "qemuppc"
496DISTRO ?= "enea"
497PACKAGE_CLASSES ?= "package_rpm"
498EXTRA_IMAGE_FEATURES = "debug-tweaks"
499USER_CLASSES ?= "buildstats image-mklibs image-prelink"
500PATCHRESOLVE = "noop"
501BB_DISKMON_DIRS = "\
502 STOPTASKS,${TMPDIR},1G,100K \
503 STOPTASKS,${DL_DIR},1G,100K \
504 STOPTASKS,${SSTATE_DIR},1G,100K \
505 STOPTASKS,/tmp,100M,100K \
506 ABORT,${TMPDIR},100M,1K \
507 ABORT,${DL_DIR},100M,1K \
508 ABORT,${SSTATE_DIR},100M,1K \
509 ABORT,/tmp,10M,1K"
510PACKAGECONFIG_append_pn-qemu-native = " sdl"
511PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
512CONF_VERSION = "1"
513</programlisting>
514 </para>
515 <para>Images</para>
516 <programlisting>
517enea-image-standard.bb
518enea-image-standard-sdk.bb
519</programlisting>
520 </section>
521 <section>
522 <title>Various Config Files extracted from qemuppc/poky</title>
523 <para>poky contains</para>
524 <programlisting>
525bitbake/
526documentation/
527LICENSE
528meta/
529meta-el-common/
530meta-el-standard/
531meta-enea-base-ppc/
532meta-enea-bsp-common/
533meta-openembedded/
534meta-poky/
535meta-selftest/
536meta-skeleton/
537meta-yocto/
538meta-yocto-bsp/
539oe-init-build-env*
540oe-init-build-env-memres*
541README
542README.hardware
543scripts/
544</programlisting>
545 <para>Main version information in enea.conf is</para>
546 <programlisting>
547DISTRO_VERSION_MAJOR = "6.0"
548DISTRO_VERSION_MINOR ??= ""
549</programlisting>
550 <para>meta-el-* is meta-el-standard</para>
551 <para>Configuration files in template.p2041rdb</para>
552 <para>
553<programlisting>_____ template.p2041rdb/bblayers.conf.sample ____
554POKY_BBLAYERS_CONF_VERSION = "1"
555BBPATH = "${TOPDIR}"
556BBFILES ?= ""
557BBLAYERS ?= " \
558 ##OEROOT##/meta \
559 ##OEROOT##/meta-el-common \
560 ##OEROOT##/meta-el-standard \
561 ##OEROOT##/meta-enea-bsp-common \
562 ##OEROOT##/meta-enea-bsp-ppc \
563 ##OEROOT##/meta-fsl-ppc \
564 ##OEROOT##/meta-openembedded/meta-oe \
565 ##OEROOT##/meta-openembedded/meta-networking \
566 ##OEROOT##/meta-openembedded/meta-filesystems \
567 ##OEROOT##/meta-openembedded/meta-python \
568 ##OEROOT##/meta-poky \
569 "
570</programlisting>
571<programlisting>_____ template.p2041rdb/conf-notes.txt ____
572Common targets are:
573 enea-image-standard
574 enea-image-standard-sdk
575</programlisting>
576<programlisting>_____ template.p2041rdb/local.conf.sample ____
577MACHINE ?= "p2041rdb"
578DISTRO ?= "enea"
579PACKAGE_CLASSES ?= "package_rpm"
580EXTRA_IMAGE_FEATURES = "debug-tweaks"
581USER_CLASSES ?= "buildstats image-mklibs image-prelink"
582PATCHRESOLVE = "noop"
583BB_DISKMON_DIRS = "\
584 STOPTASKS,${TMPDIR},1G,100K \
585 STOPTASKS,${DL_DIR},1G,100K \
586 STOPTASKS,${SSTATE_DIR},1G,100K \
587 STOPTASKS,/tmp,100M,100K \
588 ABORT,${TMPDIR},100M,1K \
589 ABORT,${DL_DIR},100M,1K \
590 ABORT,${SSTATE_DIR},100M,1K \
591 ABORT,/tmp,10M,1K"
592PACKAGECONFIG_append_pn-qemu-native = " sdl"
593PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
594CONF_VERSION = "1"
595</programlisting>
596 </para>
597 <para>Configuration files in template.qemuarm</para>
598 <para>
599<programlisting>_____ template.qemuarm/bblayers.conf.sample ____
600POKY_BBLAYERS_CONF_VERSION = "1"
601BBPATH = "${TOPDIR}"
602BBFILES ?= ""
603BBLAYERS ?= " \
604 ##OEROOT##/meta \
605 ##OEROOT##/meta-el-common \
606 ##OEROOT##/meta-el-standard \
607 ##OEROOT##/meta-enea-bsp-common \
608 ##OEROOT##/meta-openembedded/meta-oe \
609 ##OEROOT##/meta-openembedded/meta-networking \
610 ##OEROOT##/meta-openembedded/meta-filesystems \
611 ##OEROOT##/meta-openembedded/meta-python \
612 ##OEROOT##/meta-poky \
613 "
614</programlisting>
615<programlisting>_____ template.qemuarm/conf-notes.txt ____
616Common targets are:
617 enea-image-standard
618 enea-image-standard-sdk
619</programlisting>
620<programlisting>_____ template.qemuarm/local.conf.sample ____
621MACHINE ?= "qemuarm"
622DISTRO ?= "enea"
623PACKAGE_CLASSES ?= "package_rpm"
624EXTRA_IMAGE_FEATURES = "debug-tweaks"
625USER_CLASSES ?= "buildstats image-mklibs image-prelink"
626PATCHRESOLVE = "noop"
627BB_DISKMON_DIRS = "\
628 STOPTASKS,${TMPDIR},1G,100K \
629 STOPTASKS,${DL_DIR},1G,100K \
630 STOPTASKS,${SSTATE_DIR},1G,100K \
631 STOPTASKS,/tmp,100M,100K \
632 ABORT,${TMPDIR},100M,1K \
633 ABORT,${DL_DIR},100M,1K \
634 ABORT,${SSTATE_DIR},100M,1K \
635 ABORT,/tmp,10M,1K"
636PACKAGECONFIG_append_pn-qemu-native = " sdl"
637PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
638CONF_VERSION = "1"
639</programlisting>
640 </para>
641 <para>Configuration files in template.qemuppc</para>
642 <para>
643<programlisting>_____ template.qemuppc/bblayers.conf.sample ____
644POKY_BBLAYERS_CONF_VERSION = "1"
645BBPATH = "${TOPDIR}"
646BBFILES ?= ""
647BBLAYERS ?= " \
648 ##OEROOT##/meta \
649 ##OEROOT##/meta-el-common \
650 ##OEROOT##/meta-el-standard \
651 ##OEROOT##/meta-enea-bsp-common \
652 ##OEROOT##/meta-openembedded/meta-oe \
653 ##OEROOT##/meta-openembedded/meta-networking \
654 ##OEROOT##/meta-openembedded/meta-filesystems \
655 ##OEROOT##/meta-openembedded/meta-python \
656 ##OEROOT##/meta-poky \
657 "
658</programlisting>
659<programlisting>_____ template.qemuppc/conf-notes.txt ____
660Common targets are:
661 enea-image-standard
662 enea-image-standard-sdk
663</programlisting>
664<programlisting>_____ template.qemuppc/local.conf.sample ____
665MACHINE ?= "qemuppc"
666DISTRO ?= "enea"
667PACKAGE_CLASSES ?= "package_rpm"
668EXTRA_IMAGE_FEATURES = "debug-tweaks"
669USER_CLASSES ?= "buildstats image-mklibs image-prelink"
670PATCHRESOLVE = "noop"
671BB_DISKMON_DIRS = "\
672 STOPTASKS,${TMPDIR},1G,100K \
673 STOPTASKS,${DL_DIR},1G,100K \
674 STOPTASKS,${SSTATE_DIR},1G,100K \
675 STOPTASKS,/tmp,100M,100K \
676 ABORT,${TMPDIR},100M,1K \
677 ABORT,${DL_DIR},100M,1K \
678 ABORT,${SSTATE_DIR},100M,1K \
679 ABORT,/tmp,10M,1K"
680PACKAGECONFIG_append_pn-qemu-native = " sdl"
681PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
682CONF_VERSION = "1"
683</programlisting>
684 </para>
685 <para>Images</para>
686 <programlisting>
687enea-image-standard.bb
688enea-image-standard-sdk.bb
689</programlisting>
690 </section>
691 <section>
692 <title>Various Config Files extracted from qemux86/poky</title>
693 <para>poky contains</para>
694 <programlisting>
695bitbake/
696documentation/
697LICENSE
698meta/
699meta-el-common/
700meta-el-standard/
701meta-enea-base-x86/
702meta-enea-bsp-common/
703meta-openembedded/
704meta-poky/
705meta-selftest/
706meta-skeleton/
707meta-yocto/
708meta-yocto-bsp/
709oe-init-build-env*
710oe-init-build-env-memres*
711README
712README.hardware
713scripts/
714</programlisting>
715 <para>Main version information in enea.conf is</para>
716 <programlisting>
717DISTRO_VERSION_MAJOR = "6.0"
718DISTRO_VERSION_MINOR ??= ""
719</programlisting>
720 <para>meta-el-* is meta-el-standard</para>
721 <para>Configuration files in template.p2041rdb</para>
722 <para>
723<programlisting>_____ template.p2041rdb/bblayers.conf.sample ____
724POKY_BBLAYERS_CONF_VERSION = "1"
725BBPATH = "${TOPDIR}"
726BBFILES ?= ""
727BBLAYERS ?= " \
728 ##OEROOT##/meta \
729 ##OEROOT##/meta-el-common \
730 ##OEROOT##/meta-el-standard \
731 ##OEROOT##/meta-enea-bsp-common \
732 ##OEROOT##/meta-enea-bsp-ppc \
733 ##OEROOT##/meta-fsl-ppc \
734 ##OEROOT##/meta-openembedded/meta-oe \
735 ##OEROOT##/meta-openembedded/meta-networking \
736 ##OEROOT##/meta-openembedded/meta-filesystems \
737 ##OEROOT##/meta-openembedded/meta-python \
738 ##OEROOT##/meta-poky \
739 "
740</programlisting>
741<programlisting>_____ template.p2041rdb/conf-notes.txt ____
742Common targets are:
743 enea-image-standard
744 enea-image-standard-sdk
745</programlisting>
746<programlisting>_____ template.p2041rdb/local.conf.sample ____
747MACHINE ?= "p2041rdb"
748DISTRO ?= "enea"
749PACKAGE_CLASSES ?= "package_rpm"
750EXTRA_IMAGE_FEATURES = "debug-tweaks"
751USER_CLASSES ?= "buildstats image-mklibs image-prelink"
752PATCHRESOLVE = "noop"
753BB_DISKMON_DIRS = "\
754 STOPTASKS,${TMPDIR},1G,100K \
755 STOPTASKS,${DL_DIR},1G,100K \
756 STOPTASKS,${SSTATE_DIR},1G,100K \
757 STOPTASKS,/tmp,100M,100K \
758 ABORT,${TMPDIR},100M,1K \
759 ABORT,${DL_DIR},100M,1K \
760 ABORT,${SSTATE_DIR},100M,1K \
761 ABORT,/tmp,10M,1K"
762PACKAGECONFIG_append_pn-qemu-native = " sdl"
763PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
764CONF_VERSION = "1"
765</programlisting>
766 </para>
767 <para>Configuration files in template.qemuarm</para>
768 <para>
769<programlisting>_____ template.qemuarm/bblayers.conf.sample ____
770POKY_BBLAYERS_CONF_VERSION = "1"
771BBPATH = "${TOPDIR}"
772BBFILES ?= ""
773BBLAYERS ?= " \
774 ##OEROOT##/meta \
775 ##OEROOT##/meta-el-common \
776 ##OEROOT##/meta-el-standard \
777 ##OEROOT##/meta-enea-bsp-common \
778 ##OEROOT##/meta-openembedded/meta-oe \
779 ##OEROOT##/meta-openembedded/meta-networking \
780 ##OEROOT##/meta-openembedded/meta-filesystems \
781 ##OEROOT##/meta-openembedded/meta-python \
782 ##OEROOT##/meta-poky \
783 "
784</programlisting>
785<programlisting>_____ template.qemuarm/conf-notes.txt ____
786Common targets are:
787 enea-image-standard
788 enea-image-standard-sdk
789</programlisting>
790<programlisting>_____ template.qemuarm/local.conf.sample ____
791MACHINE ?= "qemuarm"
792DISTRO ?= "enea"
793PACKAGE_CLASSES ?= "package_rpm"
794EXTRA_IMAGE_FEATURES = "debug-tweaks"
795USER_CLASSES ?= "buildstats image-mklibs image-prelink"
796PATCHRESOLVE = "noop"
797BB_DISKMON_DIRS = "\
798 STOPTASKS,${TMPDIR},1G,100K \
799 STOPTASKS,${DL_DIR},1G,100K \
800 STOPTASKS,${SSTATE_DIR},1G,100K \
801 STOPTASKS,/tmp,100M,100K \
802 ABORT,${TMPDIR},100M,1K \
803 ABORT,${DL_DIR},100M,1K \
804 ABORT,${SSTATE_DIR},100M,1K \
805 ABORT,/tmp,10M,1K"
806PACKAGECONFIG_append_pn-qemu-native = " sdl"
807PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
808CONF_VERSION = "1"
809</programlisting>
810 </para>
811 <para>Configuration files in template.qemuppc</para>
812 <para>
813<programlisting>_____ template.qemuppc/bblayers.conf.sample ____
814POKY_BBLAYERS_CONF_VERSION = "1"
815BBPATH = "${TOPDIR}"
816BBFILES ?= ""
817BBLAYERS ?= " \
818 ##OEROOT##/meta \
819 ##OEROOT##/meta-el-common \
820 ##OEROOT##/meta-el-standard \
821 ##OEROOT##/meta-enea-bsp-common \
822 ##OEROOT##/meta-openembedded/meta-oe \
823 ##OEROOT##/meta-openembedded/meta-networking \
824 ##OEROOT##/meta-openembedded/meta-filesystems \
825 ##OEROOT##/meta-openembedded/meta-python \
826 ##OEROOT##/meta-poky \
827 "
828</programlisting>
829<programlisting>_____ template.qemuppc/conf-notes.txt ____
830Common targets are:
831 enea-image-standard
832 enea-image-standard-sdk
833</programlisting>
834<programlisting>_____ template.qemuppc/local.conf.sample ____
835MACHINE ?= "qemuppc"
836DISTRO ?= "enea"
837PACKAGE_CLASSES ?= "package_rpm"
838EXTRA_IMAGE_FEATURES = "debug-tweaks"
839USER_CLASSES ?= "buildstats image-mklibs image-prelink"
840PATCHRESOLVE = "noop"
841BB_DISKMON_DIRS = "\
842 STOPTASKS,${TMPDIR},1G,100K \
843 STOPTASKS,${DL_DIR},1G,100K \
844 STOPTASKS,${SSTATE_DIR},1G,100K \
845 STOPTASKS,/tmp,100M,100K \
846 ABORT,${TMPDIR},100M,1K \
847 ABORT,${DL_DIR},100M,1K \
848 ABORT,${SSTATE_DIR},100M,1K \
849 ABORT,/tmp,10M,1K"
850PACKAGECONFIG_append_pn-qemu-native = " sdl"
851PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
852CONF_VERSION = "1"
853</programlisting>
854 </para>
855 <para>Images</para>
856 <programlisting>
857enea-image-standard.bb
858enea-image-standard-sdk.bb
859</programlisting>
860 </section>
861</section>
diff --git a/doc/book-enea-linux-release-info/doc/targetscontain_template.xml b/doc/book-enea-linux-release-info/doc/targetscontain_template.xml
deleted file mode 100644
index ea29af5..0000000
--- a/doc/book-enea-linux-release-info/doc/targetscontain_template.xml
+++ /dev/null
@@ -1,7 +0,0 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="targetscontain">
5 <title>Poky Components in this Distribution</title>
6
7</section> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/swcomp.mk b/doc/book-enea-linux-release-info/swcomp.mk
deleted file mode 100644
index 6e86ff1..0000000
--- a/doc/book-enea-linux-release-info/swcomp.mk
+++ /dev/null
@@ -1,10 +0,0 @@
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-linux-release-info
9BOOKDESC_$(BOOKPACKAGES) := "Enea Linux $(PROD_VER) Release Information"
10BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS)
diff --git a/doc/docsrc_common/pardoc-distro.xml b/doc/docsrc_common/pardoc-distro.xml
deleted file mode 100644
index 9c9edd6..0000000
--- a/doc/docsrc_common/pardoc-distro.xml
+++ /dev/null
@@ -1,37 +0,0 @@
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<!-- Version and name entities
5==============================
6-->
7<!-- Distribution and release -->
8<!ENTITY ENEA_LINUX_REL_VER "MAJOR.MINOR-Networking"> <!-- TEMPLATE LINE, IS PATCHED by Makefile with values from enea.conf in poky/ -->
9<!ENTITY % common_poky_entities SYSTEM "../s_targets/qemuarm/poky/documentation/poky.ent">
10%common_poky_entities;
11]>
12
13<!-- Declarations to inherit by xi:include
14========================================== -->
15<section id="pardoc_names">
16 <title>Enea Linux DocBook XML Based UserDoc Names and Parameters</title>
17
18 <para>NOTE: DO NOT EDIT THIS FILE IN xmlmind but you can open it to see any errors, don't save!!!!</para>
19
20 <para>NOTE: Use xi:include to include parameters into a docbook XML file.
21 Note: Only full elements can be included and the included element must
22 be allowed in that place. Example: For ulink, entire ulink elements
23 must be included, not just parts of them.</para>
24
25 <para>**** The phrase elements below can be used as variables in several
26 places in XML files ****</para>
27
28 <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para>
29
30<!-- Distribution and release -->
31<para id="EneaLinux_REL_VER"><phrase>&ENEA_LINUX_REL_VER;</phrase></para>
32<para id="ULINK_ENEA_LINUX_URL"><ulink url='https://linux.enea.com/&ENEA_LINUX_REL_VER;'>https://linux.enea.com/&ENEA_LINUX_REL_VER;</ulink></para>
33<para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para>
34<para id="Yocto_VER"><phrase>&DISTRO;</phrase></para>
35<para id="Yocto_NAME"><phrase>&DISTRO_NAME_NO_CAP;</phrase></para>
36<para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para>
37</section>
diff --git a/doc/init.mk b/doc/init.mk
deleted file mode 100644
index 252409c..0000000
--- a/doc/init.mk
+++ /dev/null
@@ -1,98 +0,0 @@
1# Makefile including this should first set nondefault BRANCH_DOCENEACOMMON before including it
2# and should have targets init: s_docbuild and optional initcommon: s_doceneacommon
3# Typically let doc: depend on init and initcommon inside Makefile
4# Manually optionally set GLOBALTMPCLONEROOT to yes or to a parent dir for tmpcommon
5# This init.mk file ver R1.00/2016-04-29
6
7ifeq ($(VERBOSE),yes)
8VERB :=
9else
10VERB := @
11endif
12
13#Git repositories to be cloned
14REPO_DOCBUILD := build/docbuild.git
15NAME_DOCBUILD := docbuild
16REPO_DOCENEACOMMON := linux/documentation.git
17NAME_DOCENEACOMMON := doceneacommon
18
19# Set nondefault BRANCH_DOCENEACOMMON in Makefile
20BRANCH_DOCENEACOMMON ?= master-enea
21# Separate clones of documentation.git with different branches, needed if cloned globally with risk that different distros can be at same place
22ifneq ($(BRANCH_DOCENEACOMMON),master-enea)
23NAME_DOCENEACOMMON := doceneacommon_$(BRANCH_DOCENEACOMMON)
24endif
25
26GLOBALTMPCLONEROOT = ../../tmpcommon
27ifeq ($(BOOK_GLOBALCLONEROOT),)
28 TMPCLONEROOT := tmpcommon
29else
30 ifeq ($(BOOK_GLOBALCLONEROOT),yes)
31 TMPCLONEROOT := $(GLOBALTMPCLONEROOT)
32 else
33 TMPCLONEROOT := $(BOOK_GLOBALCLONEROOT)/tmpcommon
34 endif
35endif
36DIR_TMPCLONEROOT := $(dir $(TMPCLONEROOT))
37ifeq ($(wildcard $(DIR_TMPCLONEROOT)),)
38$(error Parent of selected clone root does not exist ($(DIR_TMPCLONEROOT)))
39endif
40
41.PHONY: initbuild initcommon usageinit cleaninit
42# Keep usageinit as default target here to avoid init by mistake
43
44usageinit: docusage
45 @echo 'make initbuild Create s_docbuild and if not exists, clone docbuild.git'
46 @echo 'make initcommon Create s_doceneacommon and if not exists, clone documentation.git'
47 @echo ' Default clone in tmpcommon'
48 @echo ' BOOK_GLOBALCLONEROOT=yes Clone in $(GLOBALTMPCLONEROOT)'
49 @echo ' BOOK_GLOBALCLONEROOT=parentdir Clone in parentdir/tmpcommon'
50 @echo ' Default branch for documentation.git is master-enea'
51 @echo ' BRANCH_DOCENEACOMMON=... If another branch, Makefile should set this'
52 @echo 'make pullbuild git pull in s_docbuild'
53 @echo 'make pullcommon git pull in s_doceneacommon'
54 @echo 'make cleaninit Delete all s_* symlinks and local tmpcommon/'
55
56
57# MOVE these to Makefile and set also non-default BRANCH_DOCENEACOMMON in Makefile
58initbuild: s_docbuild
59initcommon: s_doceneacommon
60pullbuild:
61 $(VERB)if [ ! -d s_docbuild ]; then echo "ERROR: No s_docbuild exists?" ; exit 10 ; fi
62 $(VERB)cd s_docbuild ; git pull
63pullcommon:
64 $(VERB)if [ ! -d s_doceneacommon ]; then echo "ERROR: No s_doceneacommon exists?" ; exit 10 ; fi
65 $(VERB)cd s_doceneacommon ; git pull
66
67s_docbuild: $(TMPCLONEROOT)/$(NAME_DOCBUILD)
68 $(VERB)rm s_docbuild 2>/dev/null; ln -s $(TMPCLONEROOT)/$(NAME_DOCBUILD) s_docbuild
69
70s_doceneacommon: $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON)
71 $(VERB)rm s_doceneacommon 2>/dev/null; ln -s $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON) s_doceneacommon
72
73$(TMPCLONEROOT)/$(NAME_DOCBUILD):
74 $(VERB)if [ ! -d "$(TMPCLONEROOT)" ] ; then mkdir -p "$(TMPCLONEROOT)" ; fi
75 $(VERB)if [ -d "$(TMPCLONEROOT)/$(NAME_DOCBUILD)" ] ; then \
76 echo "Already exists $(TMPCLONEROOT)/$(NAME_DOCBUILD)" ; \
77 echo "Doing git pull instead"; cd $(TMPCLONEROOT)/$(NAME_DOCBUILD) ; git pull ; \
78 else \
79 echo "Cloning $(REPO_DOCBUILD) in $(TMPCLONEROOT)" ; \
80 cd "$(TMPCLONEROOT)" ; \
81 git clone -b master-enea git@git.enea.se:$(REPO_DOCBUILD) $(NAME_DOCBUILD) ; \
82 fi
83
84$(TMPCLONEROOT)/$(NAME_DOCENEACOMMON):
85 $(VERB)if [ ! -d "$(TMPCLONEROOT)" ] ; then mkdir -p "$(TMPCLONEROOT)" ; fi
86 $(VERB)if [ -d "$(TMPCLONEROOT)/$(NAME_DOCENEACOMMON)" ] ; then \
87 echo "Already exists $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON)" ; \
88 echo "Doing git pull instead"; cd $(TMPCLONEROOT)/$(NAME_DOCENEACOMMON) ; git pull ; \
89 else \
90 echo "Cloning $(REPO_DOCENEACOMMON) in $(TMPCLONEROOT) as $(NAME_DOCENEACOMMON)" ; \
91 cd "$(TMPCLONEROOT)"; \
92 git clone -b $(BRANCH_DOCENEACOMMON) git@git.enea.se:$(REPO_DOCENEACOMMON) $(NAME_DOCENEACOMMON) ; \
93 fi
94
95cleaninit:
96 @echo "Clean only local tmpcommon/ and all local temporary symlinks s_docbuild s_targets etc."
97 $(VERB)rm -rf tmpcommon 2>/dev/null ; true
98 $(VERB)rm s_* 2>/dev/null ; true
diff --git a/doc/initbuildboot.sh b/doc/initbuildboot.sh
deleted file mode 100644
index 72606a6..0000000
--- a/doc/initbuildboot.sh
+++ /dev/null
@@ -1,111 +0,0 @@
1#!/bin/sh
2VER="R0.06"
3
4BBTEMPLATE=
5BBXML=
6
7USAGE="`basename $0` -xml buildbootxml-to-create -template templatexml-file ($VER)
8 Currently only supports sequence types Build-command: and Boot-command:
9 Both files should have path book-*release-info/doc/
10 Creates the XML file from the template, inserting build/boot commands
11 from the various s_targets/XXXtargetXXX/README files
12 at the place in template with >SCRIPT_INCLUDES_BUILD_BOOT_SECTIONS_HERE<
13 ignoring rest of template
14 The code tries to fold too long lines, but this is not perfect. Best would
15 be if the command lines already in README are short enough, e.g. by
16 using short variables, which work both on shell and uboot command lines"
17
18while echo "x$1" | egrep '^x-' >/dev/null 2>&1
19do
20 OPT="$1" ; shift
21 if [ "$OPT" = "--help" -o "$OPT" = "-h" -o "$OPT" = "-help" ] ; then echo "$USAGE" ; exit ; fi
22 if [ "$OPT" = "-xml" ] ; then BBXML="$1" ; shift; fi
23 if [ "$OPT" = "-template" ] ; then BBTEMPLATE="$1" ; shift; fi
24done
25if [ "$BBTEMPLATE" = "" ]; then echo "ERROR: Missing option -template templatefile"; exit ; fi
26if [ "$BBXML" = "" ]; then echo "ERROR: Missing option -xml buildbootxml-to-create"; exit ; fi
27if [ ! -f "$BBTEMPLATE" ]; then echo "ERROR: Missing templatefile '$BBTEMPLATE'"; exit; fi
28if [ ! -d "`dirname \"$BBXML\"`" ]; then echo "ERROR: Missing parent directory for '$BBXML'"; exit ; fi
29
30echo "`basename $0` Creating $BBXML from"
31TARGETREADMES=`cd s_targets ; ls -d */README | tr '\n' ' '`
32echo " $TARGETREADMES"
33
34# README file formats:
35# a) Sequence starts: ___ XXXX:yyyy or ___ XXXX:yyyy conffile
36# where XXXX is a type, yyyy is text to be in title
37# b) Inside sequence: ___ END ends the sequence (ignore rest of line)
38# c) Inside sequence: # Documentation line
39# d) Inside sequence: Anything else is command or config lines
40# Conv.to XML: ">" "<" "&" and put all inside <programlisting>
41# *) Anywhere ____xxxx Leading 4 underlines or more, always ignored
42# unless one of the recognized XXXX
43# *) Anywhere outside sequence, ignore all
44# *) There can be multiple of each type of sequence in each README file
45# with different yyyy
46
47
48cat $BBTEMPLATE | awk '
49 />SCRIPT_INCLUDES_BUILD_BOOT_SECTIONS_HERE</ {exit 0; }
50 { print $0; }
51' >$BBXML
52
53
54# Long command lines: The awk code below breaks too long lines, but this is not perfect.
55extractcmds_filter() {
56 echo " <programlisting>" | tr -d '\n'
57 sed '/^___/d;s/\&/\&amp;/g' | sed 's/</\&lt;/g;s/>/\&gt;/g;/^$/d' | \
58 awk 'BEGIN { MAX=90; }
59 ( length($0) > MAX ) {
60 LINE=$0;
61 while (length(LINE) > MAX) {
62 if (index(LINE," ") == 0 ) {
63 print "ERROR: PROBLEM: No space in too long line:" LINE > "/dev/stderr";
64 print $LINE;
65 next;
66 }
67 i=MAX; while ( substr(LINE,i,1) != " " ) { i=i-1; if (i==0) {break;} }
68 print substr(LINE,0,i) "\\";
69 REST=substr(LINE,i+1);
70 if ( length(REST) == 0 ) { next ; }
71 LINE=" " REST;
72 }
73 if ( length(LINE) > 0 ) { print LINE; next ; }
74 }
75 { print;}'
76 echo "</programlisting>"
77}
78
79extractcmds_for_type() { # target/README BOOTorBUILD
80 README=s_targets/"$1"
81 CMDTYPE="$2"
82 COMMANDSFOR=`egrep "___$CMDTYPE:" $README`
83 for CMDS in $COMMANDSFOR
84 do
85 cmdsfor=`echo "$CMDS" | sed 's/[^:]*://'`
86 echo " <para>$CMDTYPE for $cmdsfor</para>"
87 cat "$README" | sed -n "/$COMMANDSFOR/,/___END/p" | extractcmds_filter
88 done
89}
90
91for targetreadme in $TARGETREADMES
92do
93 TARGET=`dirname $targetreadme`
94 echo "" >>$BBXML
95 echo " <section id=\"target_$TARGET\">" >>$BBXML
96 echo " <title>Target $TARGET - Build and Boot Instructions</title>" >>$BBXML
97 echo " <remark>NOTE: DO NOT EDIT THIS GENERATED FILE! Only edit the template file.</remark>" >>$BBXML
98 echo " <section>" >>$BBXML
99 echo " <title>Build Instructions</title>" >>$BBXML
100 extractcmds_for_type $targetreadme Build-command >>$BBXML
101 echo " </section>" >>$BBXML
102 echo "" >>$BBXML
103 echo " <section>" >>$BBXML
104 echo " <title>Boot Instructions</title>" >>$BBXML
105 extractcmds_for_type $targetreadme Boot-command >>$BBXML
106 echo " </section>" >>$BBXML
107 echo " </section>" >>$BBXML
108done
109
110echo "</chapter>" >>$BBXML
111echo "Ready created $BBXML"