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 <g...@fb.com> > Acked-by: YueHaibing <yuehaib...@huawei.com> > Acked-by: Yonghong Song <y...@fb.com> > Acked-by: Stanislav Fomichev <s...@google.com> > Acked-by: Sean Young <s...@mess.org> > Acked-by: Jiri Benc <jb...@redhat.com> > Acked-by: David Calavera <david.calav...@gmail.com> > Acked-by: Andrey Ignatov <r...@fb.com> > Acked-by: Joe Stringer <j...@wand.net.nz> > Acked-by: David Ahern <dsah...@gmail.com> > Acked-by: Alexei Starovoitov <alexei.starovoi...@gmail.com> > Acked-by: Petar Penkov <ppen...@stanford.edu> > Acked-by: Sandipan Das <sandi...@linux.ibm.com> > Acked-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp> > Acked-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: John Fastabend <john.fastab...@gmail.com> > Acked-by: Taeung Song <treeze.tae...@gmail.com> > Acked-by: Jiri Olsa <jo...@kernel.org> > Acked-by: Daniel Borkmann <dan...@iogearbox.net> > CC: okash.khaw...@gmail.com > > 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!