mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
committed by
Daniel Borkmann
parent
69ba423d35
commit
080220b687
@@ -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
|
||||||
|
Reference in New Issue
Block a user