On 12/17/19 5:59 AM, Daniel Borkmann wrote: > Given this is mere output of the program and not derivative work of bpftool > itself, as in bpftool copying chunks of its own code into the generated > one, > this should not need any restriction, but then you'd still need linking > against libbpf itself to make everything work. btw generating stuff is the same as compilation. The license of the tool that is doing it has no bearing on the generated output. Linking with libbpf is different though, since it's a dependency of the output. Hence matching it to libbpf's license is the best.