mirror of
https://github.com/qemu/qemu.git
synced 2026-05-20 07:12:49 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user