libbpf: add missing SPDX-License-Identifier

Signed-off-by: Eric Leblond <eric@regit.org>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
Eric Leblond
2018-01-30 21:55:03 +01:00
committed by Alexei Starovoitov
parent bbf48c18ee
commit 6061a3d672
4 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1 */
/*
* Common eBPF ELF object loading operations.
*