From 4261087ae2616149e78cc66e6c5dfcada6f062d6 Mon Sep 17 00:00:00 2001 From: Jenkins for Enea Linux Test Framework Date: Wed, 29 Jul 2020 16:41:12 +0200 Subject: Updated licenses.xml --- .../doc/licenses.xml | 310 ++++++++++++++++++++- 1 file changed, 305 insertions(+), 5 deletions(-) diff --git a/doc/book-enea-nfv-access-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-open-source/doc/licenses.xml index 1788f0e..62f399b 100644 --- a/doc/book-enea-nfv-access-open-source/doc/licenses.xml +++ b/doc/book-enea-nfv-access-open-source/doc/licenses.xml @@ -277,6 +277,12 @@ specific documentation.--> GNU Classpath standard Java libraries - For native Java-dependent programs GPL-2.0, SAX-PD + + cloud-init + 0.7.6 + Init scripts for use on cloud images + GPL-3.0 + cmake 3.8.2 @@ -499,6 +505,12 @@ specific documentation.--> Utilities and libraries for handling compiled object files. GPL-3.0, Elfutils-Exception + + enea-nfv-access-vnf + 1.0 + VNF image of the Enea NFV Access Platform includes kernel rootfs and boot parameters + MIT + enea-nfv-access 1.0 @@ -931,6 +943,12 @@ specific documentation.--> Utility scripts for internationalizing XML. GPL-2.0 + + iperf3 + 3.2 + iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing protocols and buffers. For each test it reports the bandwidth loss and other parameters. + BSD + iproute2 4.11.0 @@ -1151,7 +1169,7 @@ specific documentation.--> libgcc 7.3.0 GNU cc and gcc C compilers. - GPL-3.0-with-GCC-exception + GPL-3.0-with-GCC-exception, GPL-3.0 libgcrypt @@ -1387,12 +1405,24 @@ specific documentation.--> GNOME XSLT library. MIT + + libyaml + 0.1.7 + LibYAML is a C library for parsing and emitting data in YAML 1.1 a human-readable data serialization format. + MIT + linux-firmware 0.0 Firmware files for use with Linux kernel. Redistributable binaries + + linux-intel-guest + 4.14.123 + Linux kernel. + GPL-2.0 + linux-intel-host 4.14.123 @@ -1597,6 +1627,12 @@ specific documentation.--> NetworkManager. GPL-2.0 + + nfv-init + 1.0 + Enea service expected to be run after cloud-init + Enea + nfv-installer 1.0 @@ -1759,6 +1795,12 @@ specific documentation.--> Packagegroup for DPDK. MIT + + packagegroup-enea-virtualization-guest + 1.0 + This package group includes packages and packagegroups specific to the guest side of the Enea Linux Virtualization Profile. + MIT + packagegroup-enea-virtualization-host 1.0 @@ -1897,12 +1939,108 @@ specific documentation.--> The ptest-runner2 package installs a ptest-runner program which loops through all installed ptest test suites and runs them in sequence. GPL-2.0 + + python-asn1crypto + 0.23.0 + Python binding to the Networking and Cryptography (NaCl) library + Apache-2.0 + + + python-certifi + 2017.7.27.1 + This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests for example. This is the same CA Bundle which ships with the Requests codebase and is derived from Mozilla Firefox's canonical set. + ISC + + + python-cffi + 1.11.2 + Foreign Function Interface for Python calling C code. + MIT + + + python-chardet + 3.0.4 + Universal encoding detector for Python 2 and 3. + LGPL-2.1 + + + python-cryptography-vectors + 2.0.3 + Test vectors for the cryptography package.. + Apache-2.0, BSD + + + python-cryptography + 2.0.3 + Provides cryptographic recipes and primitives to python developers. + Apache-2.0, BSD + + + python-cython + 0.27.1 + Cython is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice high-level easy-to-use world of Python and the messy low-level world of C. + Apache-2.0 + + + python-enum34 + 1.1.6 + backport of Python 3.4's enum package. + BSD-3-Clause + + + python-functools32 + 3.2.3-2 + Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.. + Python-2.0 + python-futures 3.0.5 The concurrent.futures module provides a high-level interface for asynchronously executing callables. BSD + + python-idna + 2.6 + Internationalised Domain Names in Applications. + BSD-3-Clause, Python-2.0, Unicode + + + python-ipaddress + 1.0.18 + Python 3.3+'s ipaddress for Python 2.6 2.7 3.2.. + Python-2.0 + + + python-iso8601 + 0.1.12 + Simple module to parse ISO 8601 dates. + MIT + + + python-jsonpatch + 1.16 + Appling JSON patches in Python 2.6+ and 3.x. + BSD + + + python-jsonpointer + 1.12 + Resolve JSON Pointers in Python. + BSD + + + python-jsonschema + 2.6.0 + An implementation of JSON Schema validation for Python. + MIT + + + python-ndg-httpsclient + 0.4.3 + Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL + BSD + python-netaddr 0.7.19 @@ -1921,18 +2059,120 @@ specific documentation.--> PIP is a tool for installing and managing Python packages. MIT, LGPL-2.1 + + python-pretend + 1.0.8 + A library for stubbing in Python. + BSD + + + python-prettytable + 0.7.2 + Python library for displaying tabular data in a ASCII table format. + BSD + python-psutil 5.3.1 A cross-platform process and system utilities module for Python. BSD + + python-py + 1.4.34 + Library with cross-python path ini-parsing io code log facilities. + MIT + + + python-pyasn1 + 0.3.6 + Python library implementing ASN.1 types.. + BSD-2-Clause + + + python-pycparser + 2.18 + Parser of the C language written in pure Python. + BSD-3-Clause + + + python-pyopenssl + 17.3.0 + Simple Python wrapper around the OpenSSL library. + Apache-2.0 + + + python-pysocks + 1.6.7 + A Python SOCKS client module + BSD + + + python-pytest-runner + 2.12.1 + Invoke py.test as distutils command with dependency resolution. + MIT + + + python-pytest + 3.2.2 + Simple powerful teting with python. + MIT + + + python-pyyaml + 3.11 + YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. . PyYAML features a complete YAML 1.1 parser Unicode support pickle support capable extension API and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. . PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance. + MIT + + + python-requests + 2.18.4 + Python HTTP for Humans. + Apache-2.0 + + + python-rfc3987 + 1.3.7 + Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987). + GPL-3.0 + + + python-setuptools-scm + 1.15.6 + the blessed package to manage your versions by scm tags. + MIT + python-setuptools 36.2.7 Download build install upgrade and uninstall Python packages. MIT + + python-six + 1.11.0 + Python 2 and 3 compatibility library. + MIT + + + python-strict-rfc3339 + 0.7 + Strict simple lightweight RFC3339 function.s. + GPL-3.0 + + + python-urllib3 + 1.22 + Python HTTP library with thread-safe connection pooling file post support sanity friendly and more. + MIT + + + python-vcversioner + 2.16.0.0 + Python vcversioner automagically update the project's version. + ISC + python 2.7.13 @@ -1981,6 +2221,12 @@ specific documentation.--> The Python Programming Language. Python-2.0 + + qemu-helper + 1.0 + Helper utilities needed by the runqemu script. + GPL-2.0 + qemu 2.11.1 @@ -2149,6 +2395,12 @@ specific documentation.--> Tools for working with the sysfs virtual filesystem. The tool 'systool' can query devices by bus class and topology. GPL-2.0, LGPL-2.1 + + sysklogd + 1.5.1 + The sysklogd package implements two system log daemons: syslogd klogd + GPL-2.0, BSD + syslinux 6.03 @@ -2287,6 +2539,12 @@ specific documentation.--> M4 autotools macros used by various X.org programs. MIT + + v86d + 0.1.10 + User support binary for the uvesafb kernel module. + GPL-2.0 + vala 0.36.4 @@ -8720,6 +8978,48 @@ SUCH DAMAGE.
+Unicode + +COPYRIGHT AND PERMISSION NOTICE + +Copyright 1991-2015 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in +http://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, +(b) this copyright and permission notice appear in associated +documentation, and +(c) there is clear notice in each modified Data File or in the Software +as well as in the documentation associated with the Data File(s) or +Software that the data or software has been modified. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +
+ +
W3C @@ -8764,7 +9064,7 @@ GPL compatibility and OSI`s certification under the Open Source Definition.
-
+
ZPL-2.1 @@ -8805,7 +9105,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+
Zlib @@ -8831,7 +9131,7 @@ zlib License
-
+
tcl This software is copyrighted by the Regents of the University of @@ -8879,7 +9179,7 @@ terms specified in this license.
Proprietary Licenses -
+
Enea Copyright (C) 2006 by Enea. -- cgit v1.2.3-54-g00ecf