From: Jakub Kicinski Date: Tue, 18 Sep 2018 17:13:59 +0000 (-0700) Subject: tools: bpf: fix license for a compat header file X-Git-Tag: Ubuntu-5.13.0-19.19~10134^2~3^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=080220b687147fd9376878534aba7194f17f6ef5;p=mirror_ubuntu-jammy-kernel.git 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 Reviewed-by: Quentin Monnet Acked-by: Yonghong Song Signed-off-by: Daniel Borkmann --- 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