Skip to content

Commit b83ec88

Browse files
committed
Add is_unknown flag in data model for unknown licenses
This reverts commit a1843cf. Signed-off-by: akugarg <[email protected]>
1 parent 808bbbb commit b83ec88

File tree

696 files changed

+389
-1056
lines changed

Some content is hidden

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

696 files changed

+389
-1056
lines changed

src/licensedcode/data/rules/agpl-3.0_and_other-copyleft_and_unknown_1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
license_expression: agpl-3.0 AND other-copyleft AND unknown
22
is_license_notice: yes
3-
is_unknown: yes
43
relevance: 100
54
notes: contains several additions that may or may not be a problem wrt. compatibility with the
65
AGPL

src/licensedcode/data/rules/agpl-3.0_and_unknown_1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
license_expression: agpl-3.0 AND unknown
22
is_license_tag: yes
3-
is_unknown: yes
43
relevance: 100
54
notes: commercial use right are not clear
65
ignorable_urls:
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
license_expression: apache-2.0 AND free-unknown
22
is_license_tag: yes
3-
is_unknown: yes
43
relevance: 100

src/licensedcode/data/rules/apache-2.0_and_free-unknown_2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
license_expression: apache-2.0 AND free-unknown
22
is_license_notice: yes
3-
is_unknown: yes
43
minimum_coverage: 80
54
referenced_filenames:
65
- docs/THIRDPARTY

src/licensedcode/data/rules/apache-2.0_and_free-unknown_zulip.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
license_expression: apache-2.0 AND free-unknown
22
is_license_notice: yes
3-
is_unknown: yes
43
minimum_coverage: 80
54
referenced_filenames:
65
- docs/THIRDPARTY
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
license_expression: apache-2.0 OR free-unknown
22
is_license_notice: yes
3-
is_unknown: yes
43
relevance: 100
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
license_expression: apache-2.0 OR free-unknown
22
is_license_notice: yes
3-
is_unknown: yes
43
relevance: 100
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
license_expression: apsl-1.2 AND unknown
22
is_license_reference: yes
3-
is_unknown: yes
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
license_expression: bsd-simplified AND bsd-new AND unknown-license-reference
22
is_license_reference: yes
3-
is_unknown: yes
43
relevance: 90
54
ignorable_urls:
65
- https://raw.github.com/editorconfig/editorconfig-core/master/LICENSE
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
license_expression: bsd-simplified AND unknown
22
is_license_notice: yes
3-
is_unknown: yes
43
relevance: 90
54
notes: Seen in https://git.icod.de/dalu/i18n

0 commit comments

Comments
 (0)