-
-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename only_known_words to continuous #2769
This is applying the renaming doone in the code to the actual rules Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
bb54959
commit ff7c148
Showing
298 changed files
with
302 additions
and
326 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/non-english/rules/spdx_license_id_d-fsl-1.0_for_d-fsl-1.0-de.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: d-fsl-1.0-de | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: apache-2.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 | ||
minimum_coverage: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: apache-2.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: apache-2.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: bsd-new | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: bsd-new | ||
is_license_tag: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
license_expression: bsd-new | ||
is_license_tag: yes | ||
relevance: 95 | ||
relevance: 99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
## Licence | ||
|
||
BSD-2-Clause | ||
Licence BSD-2-Clause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
BSD | ||
|
||
BSD-2-Clause | ||
BSD BSD-2-Clause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
License | ||
------- | ||
|
||
2 clause BSD license. See [LICENSE] | ||
License 2 clause BSD license. See [LICENSE] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: cc-by-4.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
license_expression: classpath-exception-2.0 | ||
is_license_reference: yes | ||
relevance: 100 | ||
continuous: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
is_false_positive: yes | ||
only_known_words: yes | ||
notes: A mention of a license and not a license |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/gpl-1.0-plus_only_known_words_1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: gpl-1.0-plus | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 99 | ||
minimum_coverage: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: gpl-1.0 | ||
is_license_tag: yes | ||
relevance: 60 | ||
only_known_words: yes | ||
continuous: yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: gpl-1.0 | ||
is_license_tag: yes | ||
relevance: 60 | ||
only_known_words: yes | ||
continuous: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
license_expression: gpl-2.0-plus | ||
is_license_notice: yes | ||
relevance: 100 | ||
minimum_coverage: 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
license_expression: gpl-2.0-plus | ||
is_license_notice: yes | ||
minimum_coverage: 80 |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/gpl-2.0-plus_with_ada-linking-exception_2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: gpl-2.0-plus WITH ada-linking-exception | ||
is_license_notice: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 99 | ||
minimum_coverage: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: gpl-2.0 | ||
is_license_tag: yes | ||
relevance: 60 | ||
only_known_words: yes | ||
continuous: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: gpl-3.0 | ||
is_license_tag: yes | ||
relevance: 60 | ||
only_known_words: yes | ||
continuous: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
COPYING | ||
------- | ||
Free use of this software is granted under the terms of the GNU Lesser General | ||
Public License (LGPL v2.1+). For details see the files `COPYING` and | ||
`COPYING.LESSER` included with the distribution. | ||
`COPYING.LESSER` included with the distribution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: lgpl-2.0-plus | ||
is_license_tag: yes | ||
relevance: 99 | ||
only_known_words: yes | ||
continuous: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: mit | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 99 | ||
minimum_coverage: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
License | ||
------- | ||
|
||
[The MIT License](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
## License | ||
|
||
License | ||
MIT License (MIT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
## License | ||
|
||
All software included is bundled with own license | ||
|
||
The MIT License (MIT) | ||
License All software included is bundled with own license | ||
The MIT License (MIT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
license | ||
|
||
MIT/X11 | ||
license MIT/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @license http://mit-license.org/ | ||
license http://mit-license.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
("Proprietary" | ||
t | ||
"All Rights Reserved." | ||
"" | ||
"This program and its documentation constitute intellectual property " | ||
"of | ||
Proprietary t | ||
All Rights Reserved | ||
This program and its documentation constitute intellectual property of |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
"This program and its documentation constitute intellectual property " | ||
"of | ||
This program and its documentation constitute intellectual property of |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
license_expression: public-domain | ||
is_license_text: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 | ||
minimum_coverage: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
license_expression: public-domain | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 70 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
License | ||
|
||
Ruby's | ||
License: Ruby's |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
license_expression: ruby | ||
is_license_reference: yes | ||
is_license_tag: yes | ||
relevance: 99 |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_0bsd_for_bsd-zero.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: bsd-zero | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_389-exception_for_389-exception.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: 389-exception | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_adobe-2006_for_adobe-scl.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: adobe-scl | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_afl-1.1_for_afl-1.1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: afl-1.1 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_afl-1.2_for_afl-1.2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: afl-1.2 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_afl-2.0_for_afl-2.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: afl-2.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_afl-2.1_for_afl-2.1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: afl-2.1 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_afl-3.0_for_afl-3.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: afl-3.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_agpl-1.0+_for_agpl-1.0-plus.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: agpl-1.0-plus | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_agpl-1.0-only_for_agpl-1.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: agpl-1.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_agpl-1.0-or-later_for_agpl-1.0-plus.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: agpl-1.0-plus | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_agpl-3.0+_for_agpl-3.0-plus.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: agpl-3.0-plus | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 90 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_agpl-3.0-only_for_agpl-3.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: agpl-3.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 90 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_agpl-3.0-or-later_for_agpl-3.0-plus.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: agpl-3.0-plus | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_amdplpa_for_amdplpa.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: amdplpa | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_antlr-pd_for_antlr-pd.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: antlr-pd | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 50 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_apache-1.1_for_apache-1.1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: apache-1.1 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 90 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
2 changes: 1 addition & 1 deletion
2
src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
license_expression: apache-2.0 | ||
is_license_reference: yes | ||
only_known_words: yes | ||
continuous: yes | ||
relevance: 100 | ||
minimum_coverage: 100 | ||
notes: Used to detect a bare SPDX license id |
Oops, something went wrong.