Skip to content

Commit a39e17b

Browse files
Jakub Kicinskiborkmann
authored andcommitted
bpf: offload: add a license header
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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
1 parent 2e724dc commit a39e17b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

kernel/bpf/offload.c

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright (C) 2017 Netronome Systems, Inc.
3+
*
4+
* This software is licensed under the GNU General License Version 2,
5+
* June 1991 as shown in the file COPYING in the top-level directory of this
6+
* source tree.
7+
*
8+
* THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
9+
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
10+
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
11+
* FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
12+
* OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
13+
* THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
14+
*/
15+
116
#include <linux/bpf.h>
217
#include <linux/bpf_verifier.h>
318
#include <linux/bug.h>

0 commit comments

Comments
 (0)