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

* Re: [PATCH] scripts/checkpatch: Reject another license boilerplate pattern
  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é
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel P. Berrangé @ 2026-04-14 13:54 UTC (permalink / raw)
  To: Bernhard Beschow; +Cc: qemu-devel, Matyáš Bobek

On Tue, Apr 14, 2026 at 03:50:18PM +0200, Bernhard Beschow wrote:
> 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(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|



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

* Re: [PATCH] scripts/checkpatch: Reject another license boilerplate pattern
  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é
  2 siblings, 0 replies; 4+ messages in thread
From: Matyáš Bobek @ 2026-04-14 14:10 UTC (permalink / raw)
  To: Bernhard Beschow, qemu-devel; +Cc: Daniel P . Berrangé

On Tue, 2026-04-14 at 15:50 +0200, Bernhard Beschow wrote:
> 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(+)

Tested-by: Matyas Bobek <matyas.bobek@gmail.com>

Thanks, Matt


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

* Re: [PATCH] scripts/checkpatch: Reject another license boilerplate pattern
  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é
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-05-06 10:40 UTC (permalink / raw)
  To: Bernhard Beschow, qemu-devel
  Cc: Matyáš Bobek, Daniel P . Berrangé

On 14/4/26 15:50, Bernhard Beschow wrote:
> 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(+)

Patch queued, thanks.


^ permalink raw reply	[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.