Skip to content

Commit 54e7715

Browse files
Rules with "unqualified" license names should count as references, not notices.
Change a bunch of rules with unqualified license names (such as "Apache 2.0 License") to be classified as (the weaker) "reference" rather than (the stronger) notice. This changes the `is_license_notice` property to a `is_license_reference`.
1 parent 98b5795 commit 54e7715

24 files changed

+32
-32
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: agpl-3.0-plus
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
license_expression: apache-2.0
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
44
ignorable_urls:
5-
- http://www.apache.org/licenses/LICENSE-2.0.txt
5+
- http://www.apache.org/licenses/LICENSE-2.0.txt
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
license_expression: apache-2.0
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
44
ignorable_urls:
5-
- http://www.apache.org/licenses/
5+
- http://www.apache.org/licenses/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: apache-2.0
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: apache-2.0
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: apache-2.0
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 90
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
license_expression: apache-2.0
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
44
ignorable_urls:
5-
- https://www.apache.org/licenses/
5+
- https://www.apache.org/licenses/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: bitstream
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: bitstream
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
license_expression: bitstream
2-
is_license_notice: yes
2+
is_license_reference: yes
33
relevance: 100

0 commit comments

Comments
 (0)