Skip to content

Commit 080220b

Browse files
Jakub Kicinskiborkmann
authored andcommitted
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>
1 parent 69ba423 commit 080220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/include/tools/libc_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: (LGPL-2.0+ OR BSD-2-Clause)
22
/* Copyright (C) 2018 Netronome Systems, Inc. */
33

44
#ifndef __TOOLS_LIBC_COMPAT_H

0 commit comments

Comments
 (0)