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

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
// SPDX-License-Identifier: GPL-2.0-only
// Check if refcount_t type and API should be used // Check if refcount_t type and API should be used
// instead of atomic_t type when dealing with refcounters // instead of atomic_t type when dealing with refcounters
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment