All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/checkpatch: Reject another license boilerplate pattern
@ 2026-04-14 13:50 Bernhard Beschow
  2026-04-14 13:54 ` Daniel P. Berrangé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernhard Beschow @ 2026-04-14 13:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Matyáš Bobek, Daniel P . Berrangé,
	Bernhard Beschow

The pattern us used 56 times in QEMU.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
 scripts/checkpatch.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index b77bd69328..b2ef0a8528 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -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",
-- 
2.53.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-06 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 13:50 [PATCH] scripts/checkpatch: Reject another license boilerplate pattern Bernhard Beschow
2026-04-14 13:54 ` Daniel P. Berrangé
2026-04-14 14:10 ` Matyáš Bobek
2026-05-06 10:40 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.