From 7656a8191580cf5a5e1602b5a62709993dbd2ec8 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Fri, 17 Oct 2025 17:15:45 +0300 Subject: [PATCH] Adding two false positive rules One for Go, where the GPLv2 licenses is mentioned in the context of GCC and one for pycryptodomex where the GPL license is mentioned in the context of a website. Signed-off-by: Gergely Csatari Co-authored-by: Philippe Ombredanne --- src/licensedcode/data/rules/false-positive_830.RULE | 5 +++++ src/licensedcode/data/rules/false-positive_831.RULE | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/licensedcode/data/rules/false-positive_830.RULE create mode 100644 src/licensedcode/data/rules/false-positive_831.RULE diff --git a/src/licensedcode/data/rules/false-positive_830.RULE b/src/licensedcode/data/rules/false-positive_830.RULE new file mode 100644 index 0000000000..33a342553e --- /dev/null +++ b/src/licensedcode/data/rules/false-positive_830.RULE @@ -0,0 +1,5 @@ +--- +is_false_positive: yes +notes: This is only a mention of GLPv2 and it is related to GCC +--- +that is the last GPLv2 version of GCC, \ No newline at end of file diff --git a/src/licensedcode/data/rules/false-positive_831.RULE b/src/licensedcode/data/rules/false-positive_831.RULE new file mode 100644 index 0000000000..762a8a2479 --- /dev/null +++ b/src/licensedcode/data/rules/false-positive_831.RULE @@ -0,0 +1,5 @@ +--- +is_false_positive: yes +notes: This is a mention of GPL in relation to a website and not the code in question +--- +(An updated version on the author's website came with a license that contained a GPL-incompatible advertising clause.) \ No newline at end of file