Re: [PATCH] lib/crc32: add SPDX license identifier
Thomas Gleixner <[email protected]> Wed, 14 May 2025 08:11:40 +0200
| Newsgroups | org.kernel.vger.linux-spdx,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <87bjrvk9gj.ffs@tglx> |
On Tue, May 13 2025 at 22:24, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > 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. > > Signed-off-by: Eric Biggers <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]>