diff options
Diffstat (limited to 'tools/lib/bpf/libbpf.h')
-rw-r--r-- | tools/lib/bpf/libbpf.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tools/lib/bpf/libbpf.h b/tools/lib/bpf/libbpf.h index fbfc2aec0f0d..8af8d3663991 100644 --- a/tools/lib/bpf/libbpf.h +++ b/tools/lib/bpf/libbpf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: LGPL-2.1 */ | 1 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Common eBPF ELF object loading operations. | 4 | * Common eBPF ELF object loading operations. |
@@ -6,19 +6,6 @@ | |||
6 | * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> | 6 | * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> |
7 | * Copyright (C) 2015 Wang Nan <wangnan0@huawei.com> | 7 | * Copyright (C) 2015 Wang Nan <wangnan0@huawei.com> |
8 | * Copyright (C) 2015 Huawei Inc. | 8 | * Copyright (C) 2015 Huawei Inc. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU Lesser General Public | ||
12 | * License as published by the Free Software Foundation; | ||
13 | * version 2.1 of the License (not later!) | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU Lesser General Public License for more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU Lesser General Public | ||
21 | * License along with this program; if not, see <http://www.gnu.org/licenses> | ||
22 | */ | 9 | */ |
23 | #ifndef __LIBBPF_LIBBPF_H | 10 | #ifndef __LIBBPF_LIBBPF_H |
24 | #define __LIBBPF_LIBBPF_H | 11 | #define __LIBBPF_LIBBPF_H |