tools: bpf: fix license for a compat header file
authorJakub Kicinski <[email protected]>
Tue, 18 Sep 2018 17:13:59 +0000 (10:13 -0700)
committerDaniel Borkmann <[email protected]>
Wed, 19 Sep 2018 21:49:58 +0000 (23:49 +0200)
libc_compat.h is used by libbpf so make sure it's licensed under
LGPL or BSD license.  The license change should be OK, I'm the only
author of the file.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
tools/include/tools/libc_compat.h

index 664ced8cb1b041918b3c06a3df58a3940aa640e1..e907ba6f15e532b678d5aa850de09aefeaa1b79d 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: (LGPL-2.0+ OR BSD-2-Clause)
 /* Copyright (C) 2018 Netronome Systems, Inc. */
 
 #ifndef __TOOLS_LIBC_COMPAT_H