tools: bpf: fix license for a compat header file
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 18 Sep 2018 17:13:59 +0000 (10:13 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
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 <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
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