Skip to content

Commit 60a15d4

Browse files
authored
Fix-up an accidental use of SPDX's WITH operator in a rule (#3628)
The text denoted by the ID `facebook-patent-rights-2` actually contains a patent license, not a license exception. So, that ID must not be use as right-hand-side operand of the the `WITH` operation. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
1 parent 186ceb5 commit 60a15d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensedcode/data/rules/bsd-new_with_facebook-patent-rights-2_or_gpl-2.0_facebook_1.RULE renamed to src/licensedcode/data/rules/bsd-new_and_facebook-patent-rights-2_or_gpl-2.0_facebook_1.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
license_expression: bsd-new WITH facebook-patent-rights-2 OR gpl-2.0
2+
license_expression: bsd-new AND facebook-patent-rights-2 OR gpl-2.0
33
is_license_notice: yes
44
referenced_filenames:
55
- LICENSE

0 commit comments

Comments
 (0)