diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-07-04 08:46:19 +0200 |
---|---|---|
committer | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-07-04 08:48:54 +0200 |
commit | 7476ba957e0543177e025afdfcd4221d85364947 (patch) | |
tree | 5daad81b71a56918014484c5da505064c2b8e98f | |
parent | 483df312fcf32232e5238c422417a3c849a80ab7 (diff) | |
download | nfv-access-documentation-7476ba957e0543177e025afdfcd4221d85364947.tar.gz |
Fixed esdk OSR missing license
- license info was missing for gnu-config package
- added GPL-3.0-with-autoconf-exception license text
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rwxr-xr-x | doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml index 0c42859..002e5e2 100755 --- a/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml +++ b/doc/book-enea-nfv-access-esdk-open-source/doc/licenses.xml | |||
@@ -327,7 +327,7 @@ specific documentation.--> | |||
327 | <entry>gnu-config</entry> | 327 | <entry>gnu-config</entry> |
328 | <entry>20150728</entry> | 328 | <entry>20150728</entry> |
329 | <entry>Tool that installs the GNU config.guess / config.sub into a directory tree</entry> | 329 | <entry>Tool that installs the GNU config.guess / config.sub into a directory tree</entry> |
330 | <entry> </entry> | 330 | <entry>GPL-3.0-with-autoconf-exception</entry> |
331 | </row> | 331 | </row> |
332 | <row> | 332 | <row> |
333 | <entry>gnutls</entry> | 333 | <entry>gnutls</entry> |
@@ -2714,6 +2714,44 @@ License. But first, please read | |||
2714 | <http://www.gnu.org/philosophy/why-not-lgpl.html>. | 2714 | <http://www.gnu.org/philosophy/why-not-lgpl.html>. |
2715 | </programlisting></para></section> | 2715 | </programlisting></para></section> |
2716 | 2716 | ||
2717 | <section id="lic_gpl3_autoconf"> | ||
2718 | <title>GPL-3.0-with-autoconf-exception</title> | ||
2719 | |||
2720 | <para><programlisting>AUTOCONF CONFIGURE SCRIPT EXCEPTION | ||
2721 | |||
2722 | Version 3.0, 18 August 2009 | ||
2723 | |||
2724 | Copyright © 2009 Free Software Foundation, Inc. >http://fsf.org/< | ||
2725 | Everyone is permitted to copy and distribute verbatim copies of this license document, | ||
2726 | but changing it is not allowed. This Exception is an additional permission under | ||
2727 | section 7 of the GNU General Public License, version 3 ("GPLv3"). It applies to a | ||
2728 | given file that bears a notice placed by the copyright holder of the file stating | ||
2729 | that the file is governed by GPLv3 along with this Exception. The purpose of this | ||
2730 | Exception is to allow distribution of Autoconf's typical output under terms of the | ||
2731 | recipient's choice (including proprietary). | ||
2732 | |||
2733 | 0. Definitions. | ||
2734 | "Covered Code" is the source or object code of a version of Autoconf that is a covered | ||
2735 | work under this License. "Normally Copied Code" for a version of Autoconf means all | ||
2736 | parts of its Covered Code which that version can copy from its code (i.e., not from | ||
2737 | its input file) into its minimally verbose, non-debugging and non-tracing output. | ||
2738 | "Ineligible Code" is Covered Code that is not Normally Copied Code. | ||
2739 | |||
2740 | 1. Grant of Additional Permission. | ||
2741 | You have permission to propagate output of Autoconf, even if such propagation would | ||
2742 | otherwise violate the terms of GPLv3. However, if by modifying Autoconf you cause | ||
2743 | any Ineligible Code of the version you received to become Normally Copied Code of | ||
2744 | your modified version, then you void this Exception for the resulting covered work. | ||
2745 | If you convey that resulting covered work, | ||
2746 | you must remove this Exception in accordance with the second paragraph of Section 7 | ||
2747 | of GPLv3. | ||
2748 | |||
2749 | 2. No Weakening of Autoconf Copyleft. | ||
2750 | The availability of this Exception does not imply any general presumption that | ||
2751 | third-party software is unaffected by the copyleft requirements of the license | ||
2752 | of Autoconf.</programlisting></para> | ||
2753 | </section> | ||
2754 | |||
2717 | <section id="lic_12"> | 2755 | <section id="lic_12"> |
2718 | <title>GPL-3.0-with-GCC-exception</title> | 2756 | <title>GPL-3.0-with-GCC-exception</title> |
2719 | <para><programlisting> | 2757 | <para><programlisting> |