Skip to content

Commit e84a53b

Browse files
committed
Remove incompatible key phrase syntax from rules
These rules contained `{{` and `}}` characters, but were never intended to be considered key phrases. In order to avoid conflicts I've removed the syntax from these rules. Signed-off-by: Mike Rombout <mike.rombout@elastisys.com>
1 parent 03b9259 commit e84a53b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/licensedcode/data/rules/false-positive_ansible_2.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - GPLv3
66
# - Apache
77
# - CC-BY
8-
license: \{\{ license \}\}
8+
license: license
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#{{IS_RIGHT
1+
#IS_RIGHT
22
# This program is distributed under GPL Version 2.0 in the hope that
33
# it will be useful, but WITHOUT ANY WARRANTY.
4-
#}}IS_RIGHT
4+
#IS_RIGHT
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
{{IS_RIGHT
2+
IS_RIGHT
33
This program is distributed under GPL Version 3.0 in the hope that
44
it will be useful, but WITHOUT ANY WARRANTY.
5-
}}IS_RIGHT
5+
IS_RIGHT

src/licensedcode/data/rules/lgpl-3.0-plus_216.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GNU Lesser General Public License, Version 3 \{\{\{ */
1+
GNU Lesser General Public License, Version 3 */
22

33
is free software: you can redistribute it and/or modify it under
44
the terms of the GNU Lesser General Public License as published by the

src/licensedcode/data/rules/lgpl-3.0-plus_27.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GNU Lesser General Public License, Version 3 \{\{\{ */
1+
GNU Lesser General Public License, Version 3 */
22

33
is free software: you can redistribute it and/or modify it under
44
the terms of the GNU Lesser General Public License as published by the

0 commit comments

Comments
 (0)