Skip to content

Commit c68a67b

Browse files
Add licenses/exceptions from SPDX license list 3.21
Reference: aboutcode-org/scancode-licensedb#37 Reference: https://github.com/spdx/license-list-data/releases/tag/v3.21 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 098348b commit c68a67b

File tree

53 files changed

+901
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+901
-228
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
key: asterisk-exception
3+
short_name: Asterisk exception
4+
name: Asterisk exception
5+
category: Copyleft
6+
owner: Asterisk
7+
is_exception: yes
8+
spdx_license_key: Asterisk-exception
9+
other_urls:
10+
- https://github.com/asterisk/libpri/blob/7f91151e6bd10957c746c031c1f4a030e8146e9a/pri.c#L22
11+
- https://github.com/asterisk/libss7/blob/03e81bcd0d28ff25d4c77c78351ddadc82ff5c3f/ss7.c#L24
12+
---
13+
14+
In addition, when this program is distributed with Asterisk in any
15+
form that would qualify as a 'combined work' or as a 'derivative work'
16+
(but not mere aggregation), you can redistribute and/or modify the
17+
combination under the terms of the license provided with that copy
18+
of Asterisk, instead of the license terms granted here.

src/licensedcode/data/licenses/autoconf-macro-exception.LICENSE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ notes: |
99
this is a variant of the Autonconf exception to the
1010
GPL 3.0 used in GNU Config config.guess and config.sub
1111
is_exception: yes
12-
spdx_license_key: LicenseRef-scancode-autoconf-macro-exception
12+
spdx_license_key: Autoconf-exception-macro
13+
other_spdx_license_keys:
14+
- LicenseRef-scancode-autoconf-macro-exception
15+
other_urls:
16+
- https://github.com/freedesktop/xorg-macros/blob/39f07f7db58ebbf3dcb64a2bf9098ed5cf3d1223/xorg-macros.m4.in
17+
- https://www.gnu.org/software/autoconf-archive/ax_pthread.html
18+
- https://launchpad.net/ubuntu/precise/+source/xmltooling/+copyright
1319
---
1420

1521
As a special exception, the respective Autoconf Macro's copyright

src/licensedcode/data/licenses/bsla.LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spdx_license_key: BSD-4.3TAHOE
88
other_spdx_license_keys:
99
- LicenseRef-scancode-bsla
1010
other_urls:
11+
- https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n1788
1112
- https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15
1213
ignorable_authors:
1314
- the University of California, Berkeley

src/licensedcode/data/licenses/cc-by-sa-3.0-igo.LICENSE

Lines changed: 121 additions & 0 deletions
Large diffs are not rendered by default.

src/licensedcode/data/licenses/freetts.LICENSE

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ name: FreeTTS License
55
category: Permissive
66
owner: Oracle Corporation
77
homepage_url: http://freetts.sourceforge.net/license.terms
8-
spdx_license_key: LicenseRef-scancode-freetts
8+
spdx_license_key: MIT-Festival
9+
other_spdx_license_keys:
10+
- LicenseRef-scancode-freetts
911
text_urls:
1012
- http://freetts.sourceforge.net/license.terms
1113
faq_url: http://freetts.sourceforge.net/docs/index.php
14+
other_urls:
15+
- https://github.com/festvox/flite/blob/master/COPYING
16+
- https://github.com/festvox/speech_tools/blob/master/COPYING
1217
ignorable_copyrights:
1318
- Portions Copyright 1999-2001 Language Technologies Institute, Carnegie Mellon University
1419
- Portions Copyright 2001-2004 Sun Microsystems, Inc.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
key: gpl-3.0-interface-exception
3+
short_name: GPL-3.0 Interface Exception
4+
name: GPL-3.0 Interface Exception
5+
category: Copyleft Limited
6+
owner: Free Software Foundation (FSF)
7+
is_exception: yes
8+
spdx_license_key: GPL-3.0-interface-exception
9+
other_urls:
10+
- https://www.gnu.org/licenses/gpl-faq.en.html#LinkingOverControlledInterface
11+
---
12+
13+
Linking [name of library] statically or dynamically with other modules is making a combined work based on [name of library]. Thus, the terms and conditions of the GNU General Public License cover the whole combination.
14+
15+
As a special exception, the copyright holders of [name of library] give you permission to combine [name of library] program with free software programs or libraries that are released under the GNU LGPL and with independent modules that communicate with [name of library] solely through the [name of library's interface] interface. You may copy and distribute such a system following the terms of the GNU GPL for [name of library] and the licenses of the other code concerned, provided that you include the source code of that other code when and as the GNU GPL requires distribution of source code and provided that you do not modify the [name of library's interface] interface.
16+
17+
Note that people who make modified versions of [name of library] are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU General Public License gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception. If you modify the [name of library's interface] interface, this exception does not apply to your modified version of [name of library], and you must remove this exception when you distribute your modified version.
18+
19+
This exception is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3")

src/licensedcode/data/licenses/hs-regexp.LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ text_urls:
1515
- https://dev.mysql.com/doc/mysql-security-excerpt/5.0/en/license-regex.html
1616
other_urls:
1717
- https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License
18+
- https://metacpan.org/release/KNOK/File-MMagic-1.30/source/COPYING#L28
1819
minimum_coverage: 70
1920
---
2021

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
key: latex2e-translated-notice
3+
short_name: Latex2e with translated notice permission
4+
name: Latex2e with translated notice permission
5+
category: Permissive
6+
owner: LaTeX
7+
spdx_license_key: Latex2e-translated-notice
8+
other_urls:
9+
- https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n74
10+
---
11+
12+
Permission is granted to make and distribute verbatim copies of
13+
this manual provided the copyright notice and this permission notice
14+
are preserved on all copies.
15+
16+
Permission is granted to copy and distribute modified versions of this
17+
manual under the conditions for verbatim copying, provided that the entire
18+
resulting derived work is distributed under the terms of a permission
19+
notice identical to this one.
20+
21+
Permission is granted to copy and distribute translations of this manual
22+
into another language, under the above conditions for modified versions,
23+
except that this permission notice may be stated in a translation approved
24+
by the Foundation.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
key: libpri-openh323-exception
3+
short_name: libpri OpenH323 exception
4+
name: libpri OpenH323 exception
5+
category: Copyleft
6+
owner: asterisk
7+
is_exception: yes
8+
spdx_license_key: libpri-OpenH323-exception
9+
other_urls:
10+
- https://github.com/asterisk/libpri/blob/1.6.0/README#L19-L22
11+
---
12+
13+
As a special exception, libpri may also be linked to the
14+
OpenH323 library, so long as the entirity of the derivative
15+
work (as defined within the GPL) is licensed either under
16+
the MPL of the OpenH323 license or the GPL of libpri.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
key: linux-man-pages-1-para
3+
short_name: Linux man-pages - 1 paragraph
4+
name: Linux man-pages - 1 paragraph
5+
category: Copyleft
6+
owner: Free Software Foundation (FSF)
7+
spdx_license_key: Linux-man-pages-1-para
8+
other_urls:
9+
- https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4
10+
---
11+
12+
Permission is granted to distribute possibly modified
13+
copies of this page provided the header is included
14+
verbatim, and in case of nontrivial modification author
15+
and date of the modification is added to the header.

0 commit comments

Comments
 (0)