Skip to content

Commit d76977d

Browse files
Add and re-qualify license rules
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent fffc98f commit d76977d

File tree

8 files changed

+85
-3
lines changed

8 files changed

+85
-3
lines changed

src/licensedcode/data/licenses/docbook-schema.LICENSE

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
key: docbook-schema
33
short_name: DocBook Schema License
44
name: DocBook Schema License
5-
spdx_license_key: DocBook-Schema
65
category: Permissive
76
owner: OASIS
7+
spdx_license_key: DocBook-Schema
88
other_urls:
99
- https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/assembly/schema/docbook51b7.rnc
10+
ignorable_urls:
11+
- http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook
12+
- http://www.oasis-open.org/docbook
13+
ignorable_emails:
14+
- docbook@lists.oasis-open.org
1015
---
11-
16+
1217
Permission to use, copy, modify and distribute the DocBook schema
1318
and its accompanying documentation for any purpose and without fee
1419
is hereby granted in perpetuity, provided that the above copyright

src/licensedcode/data/licenses/erlang-otp-linking-exception.LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other_urls:
1010
- https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
1111
- https://erlang.org/pipermail/erlang-questions/2012-May/066355.html
1212
- https://gitea.osmocom.org/erlang/osmo_ss7/src/commit/2286c1b8738d715950026650bf53f19a69d6ed0e/src/ss7_links.erl#L20
13+
ignorable_urls:
14+
- https://www.erlang.org/
15+
- https://www.erlang.org/EPLICENSE
1316
---
1417

1518
If you modify this Program, or any covered work, by linking or
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
license_expression: agpl-3.0-plus
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- https://www.gnu.org/licenses/
6+
---
7+
8+
This program is free software: you can redistribute it and/or modify it under
9+
the terms of the GNU Affero General Public License as published by the Free
10+
Software Foundation, either version 3 of the License, or (at your option) any
11+
later version.
12+
13+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
14+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
15+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU Affero General Public License along
18+
with this program. If not, see <https://www.gnu.org/licenses/>.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
license_expression: agpl-3.0-plus
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- http://www.gnu.org/licenses/
6+
---
7+
8+
This program is free software: you can redistribute it and/or modify it under
9+
the terms of the GNU Affero General Public License as published by the Free
10+
Software Foundation, either version 3 of the License, or (at your option) any
11+
later version.
12+
13+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
14+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
15+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU Affero General Public License along
18+
with this program. If not, see <http://www.gnu.org/licenses/>.

src/licensedcode/data/rules/agpl-3.0-plus_or_commercial-license_3.RULE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ is_license_notice: yes
44
relevance: 100
55
ignorable_urls:
66
- https://www.gnu.org/licenses/
7+
is_deprecated: yes
78
---
89

910
This program is free software: you can redistribute it and/or modify it under

src/licensedcode/data/rules/agpl-3.0-plus_or_commercial-license_4.RULE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ is_license_notice: yes
44
relevance: 100
55
ignorable_urls:
66
- http://www.gnu.org/licenses/
7+
is_deprecated: yes
78
---
89

910
This program is free software: you can redistribute it and/or modify it under
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
license_expression: agpl-3.0-plus WITH erlang-otp-linking-exception
3+
is_license_text: yes
4+
minimum_coverage: 90
5+
ignorable_urls:
6+
- http://www.erlang.org/
7+
- http://www.erlang.org/EPLICENSE
8+
- http://www.gnu.org/licenses/
9+
---
10+
11+
%% This program is free software; you can redistribute it and/or modify
12+
%% it under the terms of the GNU Affero General Public License as
13+
%% published by the Free Software Foundation; either version 3 of the
14+
%% License, or (at your option) any later version.
15+
%%
16+
%% This program is distributed in the hope that it will be useful,
17+
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
%% GNU General Public License for more details.
20+
%%
21+
%% You should have received a copy of the GNU Affero General Public License
22+
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
23+
%%
24+
%% Additional Permission under GNU AGPL version 3 section 7:
25+
%%
26+
%% If you modify this Program, or any covered work, by linking or
27+
%% combining it with runtime libraries of Erlang/OTP as released by
28+
%% Ericsson on http://www.erlang.org (or a modified version of these
29+
%% libraries), containing parts covered by the terms of the Erlang Public
30+
%% License (http://www.erlang.org/EPLICENSE), the licensors of this
31+
%% Program grant you additional permission to convey the resulting work
32+
%% without the need to license the runtime libraries of Erlang/OTP under
33+
%% the GNU Affero General Public License. Corresponding Source for a
34+
%% non-source form of such a combination shall include the source code
35+
%% for the parts of the runtime libraries of Erlang/OTP used as well as
36+
%% that of the covered work.

tests/licensedcode/data/datadriven/external/glc/MIT-NoAd.t1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
license_expressions:
2-
- x11-xconsortium
2+
- x11-swapped
33
notes: |
44
License test derived from a file of the BSD-licensed repository at:
55
https://raw.githubusercontent.com/google/licensecheck/v0.3.1/testdata/MIT-NoAd.t1

0 commit comments

Comments
 (0)