On 12/13/2018 04:59 AM, Jakub Kicinski wrote: > Hi! > > We are changing/clarifying the license on bpftool to GPLv2-only + > BSD-2-Clause for all files. Current license mix is incompatible > with libbfd (which is GPLv3-only) and therefore Debian maintainers > are apprehensive about packaging bpftool. > > Acks include authors of code which has been copied into bpftool (e.g. > JSON writer from iproute2, code from tools/bpf, code from BPF samples > and selftests, etc.) > > Thanks again to all the authors who acked the change! > > Acked-by: Roman Gushchin <[email protected]> > Acked-by: YueHaibing <[email protected]> > Acked-by: Yonghong Song <[email protected]> > Acked-by: Stanislav Fomichev <[email protected]> > Acked-by: Sean Young <[email protected]> > Acked-by: Jiri Benc <[email protected]> > Acked-by: David Calavera <[email protected]> > Acked-by: Andrey Ignatov <[email protected]> > Acked-by: Joe Stringer <[email protected]> > Acked-by: David Ahern <[email protected]> > Acked-by: Alexei Starovoitov <[email protected]> > Acked-by: Petar Penkov <[email protected]> > Acked-by: Sandipan Das <[email protected]> > Acked-by: Prashant Bhole <[email protected]> > Acked-by: Stephen Hemminger <[email protected]> > Acked-by: John Fastabend <[email protected]> > Acked-by: Taeung Song <[email protected]> > Acked-by: Jiri Olsa <[email protected]> > Acked-by: Daniel Borkmann <[email protected]> > CC: [email protected] > > Jakub Kicinski (3): > tools: bpftool: fix SPDX format in headers > tools: bpftool: replace Netronome boilerplate with SPDX license > headers > tools: bpftool: dual license all files > > tools/bpf/bpftool/bash-completion/bpftool | 31 +----------------- > tools/bpf/bpftool/btf_dumper.c | 2 +- > tools/bpf/bpftool/cfg.c | 36 +-------------------- > tools/bpf/bpftool/cfg.h | 38 ++--------------------- > tools/bpf/bpftool/cgroup.c | 2 +- > tools/bpf/bpftool/common.c | 34 ++------------------ > tools/bpf/bpftool/jit_disasm.c | 1 + > tools/bpf/bpftool/json_writer.c | 1 + > tools/bpf/bpftool/json_writer.h | 1 + > tools/bpf/bpftool/main.c | 34 ++------------------ > tools/bpf/bpftool/main.h | 34 ++------------------ > tools/bpf/bpftool/map.c | 34 ++------------------ > tools/bpf/bpftool/map_perf_ring.c | 2 +- > tools/bpf/bpftool/net.c | 2 +- > tools/bpf/bpftool/netlink_dumper.c | 2 +- > tools/bpf/bpftool/netlink_dumper.h | 2 +- > tools/bpf/bpftool/perf.c | 2 +- > tools/bpf/bpftool/prog.c | 34 ++------------------ > tools/bpf/bpftool/xlated_dumper.c | 36 +-------------------- > tools/bpf/bpftool/xlated_dumper.h | 38 ++--------------------- > 20 files changed, 27 insertions(+), 339 deletions(-) >
Applied, thanks everyone!
