[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1907250621120.2535@hadrien>
Date: Thu, 25 Jul 2019 06:21:29 -0500 (CDT)
From: Julia Lawall <julia.lawall@...6.fr>
To: Matthias Maennich <maennich@...gle.com>
cc: linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
linux-spdx@...r.kernel.org,
Elena Reshetova <elena.reshetova@...el.com>,
Julia Lawall <Julia.Lawall@...6.fr>,
Gilles Muller <Gilles.Muller@...6.fr>,
Nicolas Palix <nicolas.palix@...g.fr>,
Michal Marek <michal.lkml@...kovi.net>, cocci@...teme.lip6.fr
Subject: Re: [PATCH] coccinelle: api/atomic_as_refcounter: add SPDX License
Identifier
On Thu, 25 Jul 2019, Matthias Maennich wrote:
> Add the missing GPLv2 SPDX license identifier.
>
> It appears this single file was missing from 7f904d7e1f3e ("treewide:
> Replace GPLv2 boilerplate/reference with SPDX - rule 505"), which
> addressed all other files in scripts/coccinelle. Hence I added
> GPL-2.0-only consitently with the mentioned patch.
>
> Cc: linux-spdx@...r.kernel.org
> Cc: Elena Reshetova <elena.reshetova@...el.com>
> Signed-off-by: Matthias Maennich <maennich@...gle.com>
Acked-by: Julia Lawall <julia.lawall@...6.fr>
Thanks!
> ---
> scripts/coccinelle/api/atomic_as_refcounter.cocci | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/coccinelle/api/atomic_as_refcounter.cocci b/scripts/coccinelle/api/atomic_as_refcounter.cocci
> index 988120e0fd67..0f78d94abc35 100644
> --- a/scripts/coccinelle/api/atomic_as_refcounter.cocci
> +++ b/scripts/coccinelle/api/atomic_as_refcounter.cocci
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
> // Check if refcount_t type and API should be used
> // instead of atomic_t type when dealing with refcounters
> //
> --
> 2.22.0.657.g960e92d24f-goog
>
>
Powered by blists - more mailing lists