Skip to content

Commit 02a2a10

Browse files
unqualified license names are references, not notices
This changes a number of rules with unqualified license names (such as "Apache 2.0 License") to be classified as (the weaker) "reference" rather than (the stronger) notice. In practice, this means that the `is_license_notice` property is changed to `is_license_reference` for a number of rules. Signed-off-by: Peter Gardfjäll <peter.gardfjall.work@gmail.com>
1 parent 98b5795 commit 02a2a10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+92
-93
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: 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/LICENSE-2.0.txt
5+
- https://www.apache.org/licenses/LICENSE-2.0.txt
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)