From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf] bpf: btf: Change tools/lib/bpf/btf to LGPL Date: Mon, 6 Aug 2018 13:33:10 -0700 Message-ID: <20180806133310.74dff0d4@cakuba.netronome.com> References: <20180806001913.2312815-1-kafai@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , Alexei Starovoitov , Daniel Borkmann , To: Martin KaFai Lau Return-path: Received: from mail-qt0-f194.google.com ([209.85.216.194]:41027 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727665AbeHFWoA (ORCPT ); Mon, 6 Aug 2018 18:44:00 -0400 Received: by mail-qt0-f194.google.com with SMTP id e19-v6so15422586qtp.8 for ; Mon, 06 Aug 2018 13:33:15 -0700 (PDT) In-Reply-To: <20180806001913.2312815-1-kafai@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 5 Aug 2018 17:19:13 -0700, Martin KaFai Lau wrote: > This patch changes the tools/lib/bpf/btf.[ch] to LGPL which > is inline with libbpf also. FWIW: Reported-by: David Beckett And in case removing code in 6534770d6f17 ("tools: bpf: fix BTF code added twice to different trees") counts as a contribution: Acked-by: Jakub Kicinski for the license change :) > Signed-off-by: Martin KaFai Lau > --- > tools/lib/bpf/btf.c | 2 +- > tools/lib/bpf/btf.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/lib/bpf/btf.c b/tools/lib/bpf/btf.c > index 2d270c560df3..c36a3a76986a 100644 > --- a/tools/lib/bpf/btf.c > +++ b/tools/lib/bpf/btf.c > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +// SPDX-License-Identifier: LGPL-2.1 > /* Copyright (c) 2018 Facebook */ > > #include > diff --git a/tools/lib/bpf/btf.h b/tools/lib/bpf/btf.h > index e2a09a155f84..caac3a404dc5 100644 > --- a/tools/lib/bpf/btf.h > +++ b/tools/lib/bpf/btf.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: LGPL-2.1 */ > /* Copyright (c) 2018 Facebook */ > > #ifndef __BPF_BTF_H