bpftool: Fix SPDX tag for Makefiles and .gitignore
authorQuentin Monnet <quentin@isovalent.com>
Fri, 5 Nov 2021 22:19:04 +0000 (22:19 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 10 Nov 2021 17:00:52 +0000 (09:00 -0800)
Bpftool is dual-licensed under GPLv2 and BSD-2-Clause. In commit
907b22365115 ("tools: bpftool: dual license all files") we made sure
that all its source files were indeed covered by the two licenses, and
that they had the correct SPDX tags.

However, bpftool's Makefile, the Makefile for its documentation, and the
.gitignore file were skipped at the time (their GPL-2.0-only tag was
added later). Let's update the tags.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Joe Stringer <joe@cilium.io>
Acked-by: Song Liu <songliubraving@fb.com>
Acked-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/bpf/20211105221904.3536-1-quentin@isovalent.com
tools/bpf/bpftool/.gitignore
tools/bpf/bpftool/Documentation/Makefile
tools/bpf/bpftool/Makefile

index 05ce4446b780a616aaf7a1a494c5a6f06c77f76e..a736f64dc5dca46f14c429b79baf30007e43b8a2 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 *.d
 /bootstrap/
 /bpftool
index c49487905cebe69866c46527eabc5924b6ab8a1e..44b60784847be155f7819741c1c7964e1082345c 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 include ../../../scripts/Makefile.include
 include ../../../scripts/utilities.mak
 
index c0c30e56988f2cbee3b61c2fd32c8ce58eb722ac..622568c7a9b8323f0418b072a144f6f056f4e032 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 include ../../scripts/Makefile.include
 include ../../scripts/utilities.mak