aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2018-09-18 10:13:59 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2018-09-19 23:49:58 +0200
commit080220b687147fd9376878534aba7194f17f6ef5 (patch)
tree378755bc6a8d2700bda3b87998ffc72d2c5ab648
parentMerge branch 'ipv6-fix-issues-on-accessing-fib6_metrics' (diff)
downloadlinux-dev-080220b687147fd9376878534aba7194f17f6ef5.tar.xz
linux-dev-080220b687147fd9376878534aba7194f17f6ef5.zip
tools: bpf: fix license for a compat header file
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>
-rw-r--r--tools/include/tools/libc_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/tools/libc_compat.h b/tools/include/tools/libc_compat.h
index 664ced8cb1b0..e907ba6f15e5 100644
--- a/tools/include/tools/libc_compat.h
+++ b/tools/include/tools/libc_compat.h
@@ -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