@samitouri / QOSamiQemu / commits / 1d34d4a2c1

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>

Bernhard Beschow committed Apr 14, 2026 at 15:50 UTC 1d34d4a2c1a868cf9de58511811dfbccd26d1bd0
1 file changed +1
scripts/checkpatch.pl
+1
@@ -368,6 +368,7 @@ our @typeList = (
368 # Match text found in common license boilerplate comments:
369 # for new files the SPDX-License-Identifier line is sufficient.
370 our @LICENSE_BOILERPLATE = (
371 + "licensed under the GPL version 2",
372 "licensed under the terms of the GNU GPL",
373 "under the terms of the GNU General Public License",
374 "under the terms of the GNU Lesser General Public",