summaryrefslogtreecommitdiff
path: root/src/shared/linux
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-09-29 17:40:52 +0100
committerLuca Boccassi <luca.boccassi@microsoft.com>2021-09-29 17:40:55 +0100
commit13b7d99dad8740318a668c0bb8cbd1f38a279754 (patch)
tree5ce48ae4396ffe182378a73971c642f6c4572b44 /src/shared/linux
parentaebff2e7ce209fc2d75b894a3ae8b80f6f36ec11 (diff)
downloadsystemd-13b7d99dad8740318a668c0bb8cbd1f38a279754.tar.gz
headers: update bpf_insn.h to dual license
This header is copied from the kernel. It was relicensed from GPL-2.0-only to GPL-2.0-only OR BSD-2-Clause, so update our SPDX tag accordingly. For more details and ACKS from all copyright holders authorizing the license change see: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=d75fe9cb1dd062684c9fb8a4581738170365dc06
Diffstat (limited to 'src/shared/linux')
-rw-r--r--src/shared/linux/bpf_insn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/linux/bpf_insn.h b/src/shared/linux/bpf_insn.h
index d8d9fb220c..c459c03c51 100644
--- a/src/shared/linux/bpf_insn.h
+++ b/src/shared/linux/bpf_insn.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/* eBPF instruction mini library */
#ifndef __BPF_INSN_H
#define __BPF_INSN_H