]> git.ipfire.org Git - thirdparty/iproute2.git/commit
include: dual license the bpf helper includes
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 22 Jul 2023 02:38:52 +0000 (19:38 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 22 Jul 2023 16:30:14 +0000 (09:30 -0700)
commitac9650fe5c8016cc4c5c1c5e1df0adf5d14b906e
tree96074fbafb3e64f94fb87a978c28cf1cc7047499
parent0b954463083b5c04f8e577b3764dbec35fcb8a7d
include: dual license the bpf helper includes

The files bpf_api.h and bpf_elf.h are useful for TC BPF programs
to use. And there is no requirement that those be GPL only;
we intend to allow BSD licensed BPF helpers as well.

This makes the file license same as libbpf.

Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/bpf_api.h
include/bpf_elf.h