scripts: detect another GPL license boilerplate variant

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2025-11-05 11:42:13 +00:00
parent 3fb456e9a0
commit 79773cd123

View File

@@ -373,8 +373,9 @@ our @LICENSE_BOILERPLATE = (
"under the terms of the GNU Lesser General Public",
"Permission is hereby granted, free of charge",
"GNU GPL, version 2 or later",
"See the COPYING file"
);
"See the COPYING file",
"terms and conditions of the GNU General Public",
);
our $LICENSE_BOILERPLATE_RE = join("|", @LICENSE_BOILERPLATE);
# Load common spelling mistakes and build regular expression list.