From mboxrd@z Thu Jan 1 00:00:00 1970 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 A92AFC433EF for ; Wed, 10 Nov 2021 08:36:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 897B661076 for ; Wed, 10 Nov 2021 08:36:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230212AbhKJIjN (ORCPT ); Wed, 10 Nov 2021 03:39:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbhKJIjN (ORCPT ); Wed, 10 Nov 2021 03:39:13 -0500 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B558DC061764 for ; Wed, 10 Nov 2021 00:36:25 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id v127so1374260wme.5 for ; Wed, 10 Nov 2021 00:36:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=P3ex3Y/JqfiottMx/xPchUEVWxBEI/96t8WHOpWOlwc=; b=BrkCsEbFksKENGwL9BW6Tjuq6MOEv8RErTYA1CzxLT/hhyc74mDe0BRRUH86BYAl+e 31j3AQGO/ZOtyXFRkgIMfiVAAx/SQTqRAjtH3wXus4yO2D2jVtnZlEHa8KUp1vCdz6xX 2PJv5XJZyhy9Hzt8QE+NkmBvkMM4e8DxJ9nPRNGGKhPaEVjihF2sG0tfsZG+9FiOtwfl ChXpxJd+SWHxFPJnwlnfPE5ucUncv221tIMZRzN0BRZ4SOibkXGckkeT9LoSD/mu4t+I QFKnPirFX9ovY8664cWRtz4Y3KGVdwNa0A0XIX+EDm7RkrVRbcEqRIfqjQMc1svMl4g/ sjVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=P3ex3Y/JqfiottMx/xPchUEVWxBEI/96t8WHOpWOlwc=; b=LxSMDHL0W1oO09/Wzy/3JLiIt69Oa9f6zA79soDjyktpwfaQa1IPWSBvT57EOubcES QuND1+3jyzeSTPguHyUuRkGM5dV36/J8x8ysI7pvy+OofjAZG2NIvAXoJQOX6gPq8UCm YuYTre/IxnEk/8ZGQpkp40EQmDJUVQTeMJRSVUFlxCN9FaTAUIj/oLu09UvFHwDq8rJw ApLa93NpIvVFvFL+zFzc3McFmzCOH+OTqbbLftggXJTWl3Ahpyp5EwZdznh/0sy1NQuH Zc1sgUjI7c+nLm+urhG5ZUfHBCqVl5OkquB33IHTTJ9456oMnDHrHNUiJ/3WuJ+zn3Gf dVDw== X-Gm-Message-State: AOAM530+xsMmlciveGHEnTopnOnDlcQVo4xJJZsSKlmnpxY751LGWokG fTADtLrYMm4Yv744p/4xHJJDI5ZkjavqNKx4 X-Google-Smtp-Source: ABdhPJwxNqnTEYLifRDamp1z10bsNS3TWpGvIkf5dRVq2WH7GWsUxp/msiracCdwAcTS0f1+QCsWsg== X-Received: by 2002:a1c:f008:: with SMTP id a8mr14686663wmb.140.1636533384344; Wed, 10 Nov 2021 00:36:24 -0800 (PST) Received: from myrica (cpc92880-cmbg19-2-0-cust679.5-4.cable.virginm.net. [82.27.106.168]) by smtp.gmail.com with ESMTPSA id l18sm23150446wrt.81.2021.11.10.00.36.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 00:36:23 -0800 (PST) Date: Wed, 10 Nov 2021 08:36:02 +0000 From: Jean-Philippe Brucker To: Quentin Monnet Cc: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , netdev@vger.kernel.org, bpf@vger.kernel.org, Andrii Nakryiko , Ilya Leoshkevich , Jakub Kicinski , Jesper Dangaard Brouer , Jiri Olsa , Joe Stringer , Peter Wu , Roman Gushchin , Song Liu , Stanislav Fomichev , Tobias Klauser Subject: Re: [PATCH bpf-next] bpftool: Fix SPDX tag for Makefiles and .gitignore Message-ID: References: <20211105221904.3536-1-quentin@isovalent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211105221904.3536-1-quentin@isovalent.com> Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Fri, Nov 05, 2021 at 10:19:04PM +0000, Quentin Monnet wrote: > 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: Jean-Philippe Brucker