mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
scripts/checkpatch: Reject another license boilerplate pattern
The pattern us used 56 times in QEMU. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Tested-by: Matyas Bobek <matyas.bobek@gmail.com> Message-ID: <20260414135018.13585-1-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
11a64a4b7c
commit
1d34d4a2c1
@@ -368,6 +368,7 @@ our @typeList = (
|
||||
# Match text found in common license boilerplate comments:
|
||||
# for new files the SPDX-License-Identifier line is sufficient.
|
||||
our @LICENSE_BOILERPLATE = (
|
||||
"licensed under the GPL version 2",
|
||||
"licensed under the terms of the GNU GPL",
|
||||
"under the terms of the GNU General Public License",
|
||||
"under the terms of the GNU Lesser General Public",
|
||||
|
||||
Reference in New Issue
Block a user