Skip to content

Commit 01b1de4

Browse files
Replace package in referenced_filename
replaces the `package` in referenced_filename with a temporary `INHERIT_LICENSE_FROM_PACKAGE` which will be removed later in favour of a flag. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 637c4dd commit 01b1de4

20 files changed

+44
-44
lines changed

src/licensedcode/data/rules/apache-2.0_306.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ license_expression: apache-2.0
33
is_license_notice: yes
44
relevance: 100
55
referenced_filenames:
6-
- package
6+
- INHERIT_LICENSE_FROM_PACKAGE
77
---
88

99
This file is distributed under the same license as the {{Puppet}} {{automation}} framework package.

src/licensedcode/data/rules/bsd-new_1043.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ is_license_notice: yes
44
relevance: 100
55
minimum_coverage: 100
66
referenced_filenames:
7-
- package
7+
- INHERIT_LICENSE_FROM_PACKAGE
88
---
99

1010
This file is distributed under the same license as the

src/licensedcode/data/rules/bsd-new_1044.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ license_expression: bsd-new
33
is_license_notice: yes
44
minimum_coverage: 100
55
referenced_filenames:
6-
- package
6+
- INHERIT_LICENSE_FROM_PACKAGE
77
---
88

99
License: {{same-as-rest-of-p11kit}}

src/licensedcode/data/rules/free-unknown-package_1.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_continuous: yes
55
relevance: 100
66
minimum_coverage: 100
77
referenced_filenames:
8-
- package
8+
- INHERIT_LICENSE_FROM_PACKAGE
99
---
1010

1111
This file is distributed under the same license as the package.

src/licensedcode/data/rules/free-unknown-package_2.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_continuous: yes
55
relevance: 100
66
minimum_coverage: 100
77
referenced_filenames:
8-
- package
8+
- INHERIT_LICENSE_FROM_PACKAGE
99
---
1010

1111
This file is distributed under the same license as the PACKAGE package.

src/licensedcode/data/rules/free-unknown-package_3.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_continuous: yes
55
relevance: 100
66
minimum_coverage: 100
77
referenced_filenames:
8-
- package
8+
- INHERIT_LICENSE_FROM_PACKAGE
99
---
1010

1111
This file is distributed under the same license as the DJANGO package.

src/licensedcode/data/rules/free-unknown-package_4.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_continuous: yes
55
relevance: 100
66
minimum_coverage: 100
77
referenced_filenames:
8-
- package
8+
- INHERIT_LICENSE_FROM_PACKAGE
99
---
1010

1111
This file is distributed under the same license as the

src/licensedcode/data/rules/gpl-2.0-plus_31.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ is_license_reference: yes
44
relevance: 80
55
minimum_coverage: 100
66
referenced_filenames:
7-
- package
7+
- INHERIT_LICENSE_FROM_PACKAGE
88
notes: In 2006 Pychess used the GPL 2.0. It became GPL 3.0 in 2011
99
---
1010

src/licensedcode/data/rules/gpl-2.0-plus_793.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ is_license_notice: yes
44
relevance: 100
55
minimum_coverage: 100
66
referenced_filenames:
7-
- package
7+
- INHERIT_LICENSE_FROM_PACKAGE
88
---
99

1010
GNU GPL:

src/licensedcode/data/rules/gpl-2.0_109.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ is_license_reference: yes
44
relevance: 100
55
minimum_coverage: 100
66
referenced_filenames:
7-
- package
7+
- INHERIT_LICENSE_FROM_PACKAGE
88
notes: cpufrequtils is gpl-2.0 only
99
---
1010

0 commit comments

Comments
 (0)