From 92d6b357b9626c5500397f32cda1dcb3688b438a Mon Sep 17 00:00:00 2001 From: Alok Kumar Date: Sun, 2 Feb 2025 23:56:00 +0530 Subject: [PATCH] Add new rule for public domain license Reference: https://github.com/aboutcode-org/scancode-toolkit/issues/3997 --- .../data/rules/public-domain_537.RULE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/licensedcode/data/rules/public-domain_537.RULE diff --git a/src/licensedcode/data/rules/public-domain_537.RULE b/src/licensedcode/data/rules/public-domain_537.RULE new file mode 100644 index 0000000000..87ee7ca0de --- /dev/null +++ b/src/licensedcode/data/rules/public-domain_537.RULE @@ -0,0 +1,15 @@ +--- +license_expression: public-domain +is_license_tag: yes +relevance: 100 +ignorable_urls: + - https://github.com/stleary/JSON-java/blob/master/LICENSE +--- + + + + Public Domain + https://github.com/stleary/JSON-java/blob/master/LICENSE + repo + + \ No newline at end of file