* [PATCH] kernel: bpf: Add SPDX license identifiers to a few files
@ 2026-01-15 1:31 Tim Bird
2026-01-16 22:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Tim Bird @ 2026-01-15 1:31 UTC (permalink / raw)
To: kuba, andrii, daniel, ast; +Cc: linux-spdx, bpf, linux-kernel, Tim Bird
Add GPL-2.0 SPDX-License-Identifier lines to some files,
and remove a reference to COPYING, and boilerplate warranty
text, from offload.c.
Signed-off-by: Tim Bird <tim.bird@sony.com>
---
kernel/bpf/offload.c | 12 +-----------
kernel/bpf/ringbuf.c | 1 +
kernel/bpf/token.c | 1 +
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/kernel/bpf/offload.c b/kernel/bpf/offload.c
index 42ae8d595c2c..227f9b5f388b 100644
--- a/kernel/bpf/offload.c
+++ b/kernel/bpf/offload.c
@@ -1,16 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2017-2018 Netronome Systems, Inc.
- *
- * This software is licensed under the GNU General License Version 2,
- * June 1991 as shown in the file COPYING in the top-level directory of this
- * source tree.
- *
- * THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
- * OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
- * THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
*/
#include <linux/bpf.h>
diff --git a/kernel/bpf/ringbuf.c b/kernel/bpf/ringbuf.c
index f6a075ffac63..35ae64ade36b 100644
--- a/kernel/bpf/ringbuf.c
+++ b/kernel/bpf/ringbuf.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include <linux/bpf.h>
#include <linux/btf.h>
#include <linux/err.h>
diff --git a/kernel/bpf/token.c b/kernel/bpf/token.c
index feecd8f4dbf9..7e4aa1e44b50 100644
--- a/kernel/bpf/token.c
+++ b/kernel/bpf/token.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include <linux/bpf.h>
#include <linux/vmalloc.h>
#include <linux/file.h>
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kernel: bpf: Add SPDX license identifiers to a few files
2026-01-15 1:31 [PATCH] kernel: bpf: Add SPDX license identifiers to a few files Tim Bird
@ 2026-01-16 22:50 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-16 22:50 UTC (permalink / raw)
To: Bird, Tim
Cc: kuba, andrii, daniel, ast, linux-spdx, bpf, linux-kernel,
tim.bird
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Wed, 14 Jan 2026 18:31:29 -0700 you wrote:
> Add GPL-2.0 SPDX-License-Identifier lines to some files,
> and remove a reference to COPYING, and boilerplate warranty
> text, from offload.c.
>
> Signed-off-by: Tim Bird <tim.bird@sony.com>
> ---
> kernel/bpf/offload.c | 12 +-----------
> kernel/bpf/ringbuf.c | 1 +
> kernel/bpf/token.c | 1 +
> 3 files changed, 3 insertions(+), 11 deletions(-)
Here is the summary with links:
- kernel: bpf: Add SPDX license identifiers to a few files
https://git.kernel.org/bpf/bpf-next/c/4787eaf7c171
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-16 22:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 1:31 [PATCH] kernel: bpf: Add SPDX license identifiers to a few files Tim Bird
2026-01-16 22:50 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox