Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef349abd authored by Matthias Maennich's avatar Matthias Maennich Committed by Greg Kroah-Hartman
Browse files

coccinelle: api/atomic_as_refcounter: add SPDX License Identifier



Add the missing GPLv2 SPDX license identifier.

It appears this single file was missing from 7f904d7e ("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@vger.kernel.org
Cc: Elena Reshetova <elena.reshetova@intel.com>
Signed-off-by: default avatarMatthias Maennich <maennich@google.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2b089bf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// 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
//