Skip to content

Commit 7929d7d

Browse files
committed
feat: Re-generate license classifications
This adds classifications for a couple of GPL licenses with their belonging exceptions. Signed-off-by: Frank Viernau <[email protected]>
1 parent 2ac2ed8 commit 7929d7d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

license-classifications.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,21 +991,46 @@ categorizations:
991991
- "copyleft"
992992
- "include-in-notice-file"
993993
- "include-source-code-offer-in-notice-file"
994+
- id: "GPL-2.0-only WITH Classpath-exception-2.0"
995+
categories:
996+
- "copyleft-limited"
997+
- "include-in-notice-file"
998+
- "include-source-code-offer-in-notice-file"
994999
- id: "GPL-2.0-or-later"
9951000
categories:
9961001
- "copyleft"
9971002
- "include-in-notice-file"
9981003
- "include-source-code-offer-in-notice-file"
1004+
- id: "GPL-2.0-or-later WITH Classpath-exception-2.0"
1005+
categories:
1006+
- "copyleft-limited"
1007+
- "include-in-notice-file"
1008+
- "include-source-code-offer-in-notice-file"
9991009
- id: "GPL-3.0-only"
10001010
categories:
10011011
- "copyleft"
10021012
- "include-in-notice-file"
10031013
- "include-source-code-offer-in-notice-file"
1014+
- id: "GPL-3.0-only WITH Autoconf-exception-3.0"
1015+
categories:
1016+
- "copyleft"
1017+
- "include-in-notice-file"
1018+
- "include-source-code-offer-in-notice-file"
1019+
- id: "GPL-3.0-only WITH Classpath-exception-2.0"
1020+
categories:
1021+
- "copyleft-limited"
1022+
- "include-in-notice-file"
1023+
- "include-source-code-offer-in-notice-file"
10041024
- id: "GPL-3.0-or-later"
10051025
categories:
10061026
- "copyleft"
10071027
- "include-in-notice-file"
10081028
- "include-source-code-offer-in-notice-file"
1029+
- id: "GPL-3.0-or-later WITH Classpath-exception-2.0"
1030+
categories:
1031+
- "copyleft-limited"
1032+
- "include-in-notice-file"
1033+
- "include-source-code-offer-in-notice-file"
10091034
- id: "Giftware"
10101035
categories:
10111036
- "permissive"

0 commit comments

Comments
 (0)