Skip to content

Commit 53c4cb2

Browse files
committed
Improve existing license and rules
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f520887 commit 53c4cb2

File tree

8 files changed

+10
-4
lines changed

8 files changed

+10
-4
lines changed

src/licensedcode/data/licenses/fsf-ap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ other_urls:
1515
- http://www.gnu.org/software/autoconf-archive/ax_lib_readline.html
1616
- https://fedoraproject.org/wiki/Licensing/FSFAP
1717
- https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
18+
minimum_coverage: 85

src/licensedcode/data/licenses/generic-export-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ short_name: Generic Export Compliance Notice
33
name: Generic Export Compliance Notice
44
category: Unstated License
55
owner: Unspecified
6-
notes: this is a generic export compliance notice. Actula terms are most commonly
6+
notes: this is a generic export compliance notice. Actual terms are most commonly
77
related to cryptography

src/licensedcode/data/licenses/lgpl-2.1.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GNU LESSER GENERAL PUBLIC LICENSE
1+
GNU LESSER GENERAL PUBLIC LICENSE
22
Version 2.1, February 1999
33

44
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
license_expression: bsd-new
22
is_license_text: yes
3-
minimum_coverage: 10
3+
minimum_coverage: 90
44
notes: BSD new variant, Wasabi
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
license_expression: gpl-2.0 AND lgpl-2.1
22
is_license_notice: yes
3+
minimum_coverage: 50
4+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
license_expression: other-permissive
22
is_license_text: yes
3+
relevance: 100
4+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
license_expression: proprietary-license
22
is_license_notice: yes
33
relevance: 100
4+
notes: qmail license is confusing an therefore reported as proprietary for now
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: xfree86-1.0
22
is_license_text: yes
3-
minimum_coverage: 60
3+
minimum_coverage: 80

0 commit comments

Comments
 (0)