Commit 49ca6153 authored by Daniel Borkmann's avatar Daniel Borkmann

bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause

Some time ago we dual-licensed both libbpf and bpftool through commits
1bc38b8f ("libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause")
and 907b2236 ("tools: bpftool: dual license all files"). The latter
missed the disasm.{c,h} which we pull in via kernel/bpf/ such that we
have a single source for verifier as well as bpftool asm dumping, see
also f4ac7e0b ("bpf: move instruction printing into a separate file").
It is currently GPL-2.0-only and missed the conversion in 907b2236,
therefore relicense the two as GPL-2.0-only OR BSD-2-Clause as well.
Spotted-by: default avatarQuentin Monnet <quentin@isovalent.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Acked-by: default avatarAlexei Starovoitov <ast@fb.com>
Acked-by: default avatarThomas Graf <tgraf@suug.ch>
Acked-by: default avatarBrendan Jackman <jackmanb@google.com>
Acked-by: default avatarJakub Kicinski <kuba@kernel.org>
Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
Acked-by: default avatarSimon Horman <simon.horman@corigine.com>
Acked-by: default avatarMartin KaFai Lau <kafai@fb.com>
Acked-by: default avatarXu Kuohai <xukuohai@huawei.com>
Acked-by: default avatarEdward Cree <ecree.xilinx@gmail.com>
parent 9e9fb765
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
* Copyright (c) 2016 Facebook
*/
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
* Copyright (c) 2016 Facebook
*/
......
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