diff options
author | Martin KaFai Lau <kafai@fb.com> | 2018-08-06 02:19:13 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-08-06 08:44:48 +0200 |
commit | 74682128c6e456b529b25b95ba807484ce58a753 (patch) | |
tree | 3c5b61aeec8162502495adba4db445d76be00c61 /tools/lib/bpf/btf.h | |
parent | ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit (diff) | |
download | linux-74682128c6e456b529b25b95ba807484ce58a753.tar.xz linux-74682128c6e456b529b25b95ba807484ce58a753.zip |
bpf: btf: Change tools/lib/bpf/btf to LGPL
This patch changes the tools/lib/bpf/btf.[ch] to LGPL which
is inline with libbpf also.
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to '')
-rw-r--r-- | tools/lib/bpf/btf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/btf.h b/tools/lib/bpf/btf.h index e2a09a155f84..caac3a404dc5 100644 --- a/tools/lib/bpf/btf.h +++ b/tools/lib/bpf/btf.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: LGPL-2.1 */ /* Copyright (c) 2018 Facebook */ #ifndef __BPF_BTF_H |