From b865eb3f8eb064656e32fe9708ce30fa9424ba55 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 7 Sep 2020 19:19:35 +0200 Subject: [PATCH] Add new GPL license rule #2124 Reported-by: Toniprni @Toniprni Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/rules/gpl-3.0-plus_233.RULE | 13 +++++++++++++ src/licensedcode/data/rules/gpl-3.0-plus_233.yml | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 src/licensedcode/data/rules/gpl-3.0-plus_233.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0-plus_233.yml diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_233.RULE b/src/licensedcode/data/rules/gpl-3.0-plus_233.RULE new file mode 100644 index 00000000000..a9467addb38 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0-plus_233.RULE @@ -0,0 +1,13 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License , or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; see the file COPYING. If not, see +. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_233.yml b/src/licensedcode/data/rules/gpl-3.0-plus_233.yml new file mode 100644 index 00000000000..62275806186 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0-plus_233.yml @@ -0,0 +1,7 @@ +license_expression: gpl-3.0-plus +is_license_notice: yes +relevance: 100 +referenced_filenames: + - COPYING +ignorable_urls: + - http://www.gnu.org/licenses