lib/crc32: add SPDX license identifier
authorEric Biggers <ebiggers@google.com>
Wed, 14 May 2025 05:24:09 +0000 (22:24 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 14 May 2025 16:15:38 +0000 (09:15 -0700)
commit289c99bec7eed918ab37c62cbb29a2e3f58fb1fb
tree7f40af3881c3c50403a60dd37d600a3464022faa
parent3937f6db6e932c560a0f9ee2cd2a4fdcc314dadf
lib/crc32: add SPDX license identifier

lib/crc32.c and include/linux/crc32.h got missed by the bulk SPDX
conversion because of the nonstandard explanation of the license.
However, crc32.c clearly states that it's licensed under the GNU General
Public License, Version 2.  And the comment in crc32.h clearly indicates
that it's meant to have the same license as crc32.c.  Therefore, apply
SPDX-License-Identifier: GPL-2.0-only to both files.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250514052409.194822-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
include/linux/crc32.h
lib/crc32.c