Commit 43448428 authored by Quentin Monnet's avatar Quentin Monnet Committed by Daniel Borkmann

bpftool: Add SPDX tags to RST documentation files

Most files in the kernel repository have a SPDX tags. The files that
don't have such a tag (or another license boilerplate) tend to fall
under the GPL-2.0 license. In the past, bpftool's Makefile (for example)
has been marked as GPL-2.0 for that reason, when in fact all bpftool is
dual-licensed.

To prevent a similar confusion from happening with the RST documentation
files for bpftool, let's explicitly mark all files as dual-licensed.
Signed-off-by: default avatarQuentin Monnet <quentin@isovalent.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20211115225844.33943-2-quentin@isovalent.com
parent 47461583
...@@ -24,7 +24,7 @@ man: man8 ...@@ -24,7 +24,7 @@ man: man8
man8: $(DOC_MAN8) man8: $(DOC_MAN8)
RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null)
RST2MAN_OPTS += --verbose RST2MAN_OPTS += --verbose --strip-comments
list_pages = $(sort $(basename $(filter-out $(1),$(MAN8_RST)))) list_pages = $(sort $(basename $(filter-out $(1),$(MAN8_RST))))
see_also = $(subst " ",, \ see_also = $(subst " ",, \
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-btf bpftool-btf
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-cgroup bpftool-cgroup
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
=============== ===============
bpftool-feature bpftool-feature
=============== ===============
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-gen bpftool-gen
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
============ ============
bpftool-iter bpftool-iter
============ ============
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-link bpftool-link
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-map bpftool-map
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-net bpftool-net
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-perf bpftool-perf
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
bpftool-prog bpftool-prog
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================== ==================
bpftool-struct_ops bpftool-struct_ops
================== ==================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
================ ================
BPFTOOL BPFTOOL
================ ================
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
-h, --help -h, --help
Print short help message (similar to **bpftool help**). Print short help message (similar to **bpftool help**).
......
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