Re: [PATCH net] bpf: offload: add a license header

2017-11-27 Thread Daniel Borkmann
On 11/27/2017 09:10 PM, Jakub Kicinski wrote: > I forgot to add a license on kernel/bpf/offload.c. Luckily I'm > still the only author so make it explicitly GPLv2. > > Signed-off-by: Jakub Kicinski > Reviewed-by: Simon Horman Applied to bpf tree, thanks Jakub.

[PATCH net] bpf: offload: add a license header

2017-11-27 Thread Jakub Kicinski
I forgot to add a license on kernel/bpf/offload.c. Luckily I'm still the only author so make it explicitly GPLv2. Signed-off-by: Jakub Kicinski Reviewed-by: Simon Horman --- kernel/bpf/offload.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/kernel/bpf/offload.c b/kernel/