diff --git a/AUTHORS.rst b/AUTHORS.rst index a62cb891de8..4c701f9dfe5 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -38,6 +38,7 @@ The following organizations or individuals have contributed to ScanCode: - Jiyeong Seok @dd-jy - Johannes Najjar @joshovi - Jose Nazario @paralax +- Kevin Ji @KevinJi22 - Lemo Shi @lemoshi - Li Ha @linexb - Mankaran Singh @MankaranSingh diff --git a/src/licensedcode/data/rules/false-positive_673.RULE b/src/licensedcode/data/rules/false-positive_673.RULE new file mode 100644 index 00000000000..1cae6558794 --- /dev/null +++ b/src/licensedcode/data/rules/false-positive_673.RULE @@ -0,0 +1 @@ +e.g. GPL in an MIT project might only apply to the contrib/ directory. \ No newline at end of file diff --git a/src/licensedcode/data/rules/false-positive_673.yml b/src/licensedcode/data/rules/false-positive_673.yml new file mode 100644 index 00000000000..175db80834c --- /dev/null +++ b/src/licensedcode/data/rules/false-positive_673.yml @@ -0,0 +1,2 @@ +is_false_positive: yes +notes: seen in Android as a comment and not a license notice. \ No newline at end of file