mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-19 05:24:11 +00:00
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>
This commit is contained in:
parent
69ba423d35
commit
080220b687
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
/* Copyright (C) 2018 Netronome Systems, Inc. */
|
||||||
|
|
||||||
#ifndef __TOOLS_LIBC_COMPAT_H
|
#ifndef __TOOLS_LIBC_COMPAT_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue