Commit 1a8b597d authored by Quentin Monnet's avatar Quentin Monnet Committed by Alexei Starovoitov

bpftool: Fix SPDX tag for Makefiles and .gitignore

Bpftool is dual-licensed under GPLv2 and BSD-2-Clause. In commit
907b2236 ("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: default avatarQuentin Monnet <quentin@isovalent.com>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
Acked-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Acked-by: default avatarTobias Klauser <tklauser@distanz.ch>
Acked-by: default avatarJoe Stringer <joe@cilium.io>
Acked-by: default avatarSong Liu <songliubraving@fb.com>
Acked-by: default avatarJean-Philippe Brucker <jean-philippe@linaro.org>
Acked-by: default avatarJesper Dangaard Brouer <brouer@redhat.com>
Acked-by: default avatarJakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/bpf/20211105221904.3536-1-quentin@isovalent.com
parent 3a74ac2d
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
*.d *.d
/bootstrap/ /bootstrap/
/bpftool /bpftool
......
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
include ../../../scripts/Makefile.include include ../../../scripts/Makefile.include
include ../../../scripts/utilities.mak include ../../../scripts/utilities.mak
......
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
include ../../scripts/Makefile.include include ../../scripts/Makefile.include
include ../../scripts/utilities.mak include ../../scripts/utilities.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment