* [PATCH] samples/bpf: add SPDX license identifier to parse_simple.c
@ 2026-05-04 19:46 Lucas Poupeau
0 siblings, 0 replies; only message in thread
From: Lucas Poupeau @ 2026-05-04 19:46 UTC (permalink / raw)
To: ast, daniel, andrii; +Cc: bpf, linux-kernel, Lucas Poupeau
Add the SPDX-License-Identifier tag to replace or complement the
existing license text. This follows the Linux kernel's move to
standardize license identification.
Reported by checkpatch.pl.
Signed-off-by: Lucas Poupeau <lucasp.linux@gmail.com>
---
samples/bpf/parse_simple.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/samples/bpf/parse_simple.c b/samples/bpf/parse_simple.c
index 4a486cb1e0df..b57ac5baca30 100644
--- a/samples/bpf/parse_simple.c
+++ b/samples/bpf/parse_simple.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2016 Facebook
*
* This program is free software; you can redistribute it and/or
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-04 19:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 19:46 [PATCH] samples/bpf: add SPDX license identifier to parse_simple.c Lucas Poupeau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox