From patchwork Fri Nov 5 22:19:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Monnet X-Patchwork-Id: 12606091 X-Patchwork-Delegate: bpf@iogearbox.net Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6408DC433FE for ; Fri, 5 Nov 2021 22:19:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AD856112D for ; Fri, 5 Nov 2021 22:19:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233262AbhKEWVv (ORCPT ); Fri, 5 Nov 2021 18:21:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230498AbhKEWVv (ORCPT ); Fri, 5 Nov 2021 18:21:51 -0400 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E52B1C061570 for ; Fri, 5 Nov 2021 15:19:10 -0700 (PDT) Received: by mail-wr1-x434.google.com with SMTP id s13so15982114wrb.3 for ; Fri, 05 Nov 2021 15:19:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isovalent-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=HwEmQN7iuyGwHgTXFsIw/xVKZJ4qPZjUOVQsJw5aWGw=; b=Sd8kvulXdaLPVfbLZft0TAAolBRS+c95hKuA/NQGiLse9xPDKu+h3OJsE7JDXG4TF3 w4p7EP03PHnmFSFLhf6ySbsOQ3v7bc5R2J+yxlhAAQWCu7XwbWrakch+/F2xBGdnfXAD P4Cl1ZQFiL+7LSWjkJJQEKcYqNc53juX9e0HzNP3pBOpEI41+2TeRY7LOKNj2SzE920o l9qgaKZCY7uANl1D+75uUI6BS2n0oeJv5ZL/ClHGuPZsbnXpj61trXw2C+cRG69m+uaT EZomnbFU8ZDQSyjWh4LxDFRrcE19IJDby5jGosuzBS2OS98r02D6lLCfj1oBR8R/9twM VUDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=HwEmQN7iuyGwHgTXFsIw/xVKZJ4qPZjUOVQsJw5aWGw=; b=L+YlnVW8ucCegL0s4UiiITE4Ye1odZ5Ba3kZjn1ZlMegUKvw8JbUr/BiMCmQIQryLU IDhxHIHoYMYD0Ei7JL5U+Bu2H/tVkzT3K82ERA6wk2qowjCtiuA+D+S0qgP2LL/xiKpd u3liMdM7VAVaQIeEw0cHd2Z69LXSnnvPQKq3Bl13xYCyvv8T9jTHQn3vQEpq+kkRelFm 22FB3o5KVHH9c8ggtXivHG9dVdexfP9N3r3+Bvpu3x0LpaUlOyWb7mZGPvlJUo2FmEq9 cNGBkT9Q/BW/iK+vPfuEuCwNV9+vuyJbsYCLyBbII+Mc/UmvGZSDbuFDaJ94uCFYEFPj F46A== X-Gm-Message-State: AOAM532gir/te804dEamTWqiWZm/iVl39RA8dqOgHVevqEH2hGO9BFEr ryOiUu2Blye5e8EUKFlzCSVBvA== X-Google-Smtp-Source: ABdhPJyn4MVY/LmkuOSj0E9tqgW6faEVsiVA7kH3ME2QW9JOUzLw1cYsDbzDlFCZT4rZdqSPA0nXrg== X-Received: by 2002:a5d:47a9:: with SMTP id 9mr24706910wrb.42.1636150749378; Fri, 05 Nov 2021 15:19:09 -0700 (PDT) Received: from localhost.localdomain ([149.86.68.127]) by smtp.gmail.com with ESMTPSA id l18sm9536381wrt.81.2021.11.05.15.19.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Nov 2021 15:19:08 -0700 (PDT) From: Quentin Monnet To: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, Quentin Monnet , Andrii Nakryiko , Ilya Leoshkevich , Jakub Kicinski , Jean-Philippe Brucker , Jesper Dangaard Brouer , Jiri Olsa , Joe Stringer , Peter Wu , Roman Gushchin , Song Liu , Stanislav Fomichev , Tobias Klauser Subject: [PATCH bpf-next] bpftool: Fix SPDX tag for Makefiles and .gitignore Date: Fri, 5 Nov 2021 22:19:04 +0000 Message-Id: <20211105221904.3536-1-quentin@isovalent.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net Bpftool is dual-licensed under GPLv2 and BSD-2-Clause. In commit 907b22365115 ("tools: bpftool: dual license all files") we made sure that all its source files were indeed covered by the two licenses, and that they had the correct SPDX tags. However, bpftool's Makefile, the Makefile for its documentation, and the .gitignore file were skipped at the time (their GPL-2.0-only tag was added later). Let's update the tags. Cc: Alexei Starovoitov Cc: Andrii Nakryiko Cc: Ilya Leoshkevich Cc: Jakub Kicinski Cc: Jean-Philippe Brucker Cc: Jesper Dangaard Brouer Cc: Jiri Olsa Cc: Joe Stringer Cc: Peter Wu Cc: Roman Gushchin Cc: Song Liu Cc: Stanislav Fomichev Cc: Tobias Klauser Signed-off-by: Quentin Monnet Acked-by: Andrii Nakryiko Acked-by: Tobias Klauser Acked-by: Joe Stringer Acked-by: Song Liu Acked-by: Jean-Philippe Brucker Acked-by: Jesper Dangaard Brouer Acked-by: Jakub Kicinski --- tools/bpf/bpftool/.gitignore | 2 +- tools/bpf/bpftool/Documentation/Makefile | 2 +- tools/bpf/bpftool/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore index 05ce4446b780..a736f64dc5dc 100644 --- a/tools/bpf/bpftool/.gitignore +++ b/tools/bpf/bpftool/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) *.d /bootstrap/ /bpftool diff --git a/tools/bpf/bpftool/Documentation/Makefile b/tools/bpf/bpftool/Documentation/Makefile index c49487905ceb..44b60784847b 100644 --- a/tools/bpf/bpftool/Documentation/Makefile +++ b/tools/bpf/bpftool/Documentation/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) include ../../../scripts/Makefile.include include ../../../scripts/utilities.mak diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile index c0c30e56988f..622568c7a9b8 100644 --- a/tools/bpf/bpftool/Makefile +++ b/tools/bpf/bpftool/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) include ../../scripts/Makefile.include include ../../scripts/utilities.mak