Re: [PATCH] sound: soc: Add SPDX ids to many soc files
From: Piotr Masłowski
Date: Tue Feb 17 2026 - 11:00:29 EST
Hello!
On Sat Feb 14, 2026 at 1:43 AM CET, Tim Bird wrote:
> Add appropriate SPDX-License-Identifier lines to the
> the remaining files that are missing such lines in the
> sound/soc directory, and in a few other miscelaneous files.
> Remove boilerplate license text.
>
[...]
> +# SPDX-License-Identifier: GPL-2.0-only
[...]
> +# SPDX-License-Identifier: GPL-2.0
Is there some intended meaning behind this distinction? Bear in mind
I'm not a kernel developer so I might very well be missing something,
but AFAIK the `GPL-2.0` SPDX identifier is just an older, deprecated
variant with the same meaning as `GPL-2.0-only`. (Just like `GPL-2.0+`
which is a deprecated version of `GPL-2.0-or-later`.)
Anyway, this patch looks like a nice improvement.
[...]
Best regards,
Piotr Masłowski