Skip to content

Commit ce990bc

Browse files
committed
Add kde-accepted licenses to rules
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 28f29c9 commit ce990bc

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

src/licensedcode/data/rules/gpl-2.0_or_gpl-3.0-plus_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
license_expression: gpl-2.0 OR gpl-3.0-plus
1+
license_expression: gpl-2.0 OR gpl-3.0 OR kde-accepted-gpl
22
is_license_notice: yes
33
minimum_coverage: 85
44
notes: see https://community.kde.org/Policies/Licensing_Policy

src/licensedcode/data/rules/lgpl-2.1_or_lgpl-3.0_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
license_expression: lgpl-2.1 OR lgpl-3.0
1+
license_expression: lgpl-2.1 OR lgpl-3.0 OR kde-accepted-lgpl
22
is_license_notice: yes
33
notes: see https://community.kde.org/Policies/Licensing_Policy
44
ignorable_urls:

tests/licensedcode/data/datadriven/lic4/kde_licenses_test.txt.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
license_expressions:
2-
- gpl-2.0 OR gpl-3.0-plus
3-
- lgpl-2.1 OR lgpl-3.0
2+
- gpl-2.0 OR gpl-3.0 OR kde-accepted-gpl
3+
- lgpl-2.1 OR lgpl-3.0 OR kde-accepted-lgpl
44
- gpl-2.0-plus
55
- gpl-3.0
66
- gpl-3.0-plus
7+
- gpl-3.0-plus
8+
- gpl-3.0-plus
9+
- lgpl-2.1
10+
- lgpl-2.1
711
- lgpl-2.1-plus
8-
- bsd-simplified
9-
- bsd-simplified
12+
- bsd-simplified AND bsd-new
1013
- x11-xconsortium
1114
- x11-xconsortium
1215
- mit

0 commit comments

Comments
 (0)