Skip to content

Commit 8e16712

Browse files
committed
Rename Rule.skip_collecting_required_phrases
Renamed to skip_for_required_phrase_generation. This skips a tagged rule for is_required_phrase rule gen and for required_phrase rule text update with is_required_phrase rules. Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 9cee2cb commit 8e16712

26 files changed

+79
-79
lines changed

etc/scripts/licenses/report_license_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"is_license_intro",
6464
"is_license_clue",
6565
"is_required_phrase",
66-
"skip_collecting_required_phrases",
66+
"skip_for_required_phrase_generation",
6767
"is_deprecated",
6868
"has_unknown",
6969
"only_known_words",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ignorable_authors:
88
- Giuseppe Scrivano
99
ignorable_urls:
1010
- https://github.com/opencontainers/runc/issues/2144#issuecomment-543116397
11-
skip_collecting_required_phrases: yes
11+
skip_for_required_phrase_generation: yes
1212
---
1313

1414
// Although ebpf.c is {{originally licensed under LGPL-3.0-or-later}}, the author (Giuseppe Scrivano)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
license_expression: bsd-new
33
is_license_text: yes
4-
skip_collecting_required_phrases: yes
4+
skip_for_required_phrase_generation: yes
55
---
66

77
{{Source Code License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
license_expression: bsd-new
33
is_license_text: yes
4-
skip_collecting_required_phrases: yes
4+
skip_for_required_phrase_generation: yes
55
---
66

77
Software {{License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
license_expression: bsd-new
33
is_license_reference: yes
4-
is_required_phrases: yes
4+
is_required_phrase: yes
55
ignorable_urls:
66
- https://go.dev/LICENSE
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
license_expression: bsd-new
33
is_license_text: yes
44
minimum_coverage: 90
5-
skip_collecting_required_phrases: yes
5+
skip_for_required_phrase_generation: yes
66
---
77

88
{{Simplified BSD License }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
license_expression: bsd-new
33
is_license_notice: yes
4-
skip_collecting_required_phrases: yes
4+
skip_for_required_phrase_generation: yes
55
relevance: 100
66
referenced_filenames:
77
- COPYING

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
license_expression: bsd-new
33
is_license_text: yes
4-
skip_collecting_required_phrases: yes
4+
skip_for_required_phrase_generation: yes
55
minimum_coverage: 90
66
---
77

src/licensedcode/data/rules/bsd-new_687.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_text: yes
44
relevance: 100
55
minimum_coverage: 80
6-
skip_collecting_required_phrases: yes
6+
skip_for_required_phrase_generation: yes
77
---
88

99
{{license

src/licensedcode/data/rules/gpl-1.0-plus_565.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ is_license_reference: yes
44
is_continuous: yes
55
relevance: 100
66
notes: Seen in ebpf in github.com/cilium/ebpf/ and may be accessing GPL-only kernel symbols
7-
skip_collecting_required_phrases: yes
7+
skip_for_required_phrase_generation: yes
88
---
99

1010
{{ License: internal.NewStringPointer("GPL")}}

0 commit comments

Comments
 (0)