]> www.infradead.org Git - users/dwmw2/linux.git/commit
libbpf: Fix license for btf_relocate.c
authorAlan Maguire <alan.maguire@oracle.com>
Sat, 10 Aug 2024 09:35:04 +0000 (10:35 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 12 Aug 2024 20:18:25 +0000 (13:18 -0700)
commit4a4c013d3385b0db85dc361203dc42ff048b6fd6
tree656177167d9e68ee1f889a5e755f6813bdfa6034
parentf63ea3e075620f35fa87ccfe821d4d0273df0456
libbpf: Fix license for btf_relocate.c

License should be

// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)

...as with other libbpf files.

Fixes: 19e00c897d50 ("libbpf: Split BTF relocation")
Reported-by: Neill Kapron <nkapron@google.com>
Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/bpf/20240810093504.2111134-1-alan.maguire@oracle.com
tools/lib/bpf/btf_relocate.c