Re: [PATCH] arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address

From: Greg Kroah-Hartman
Date: Mon Jul 28 2025 - 11:07:35 EST


On Mon, Jul 28, 2025 at 02:59:26PM +0000, Marc-Etienne Vargenau (Nokia) wrote:
> Hello,
>
> That should be:
> // SPDX-License-Identifier: LGPL-2.1-or-later
> not
> // SPDX-License-Identifier: LGPL-2.1+
>
> « LGPL-2.1+ » is deprecated
> https://spdx.org/licenses/LGPL-2.1+.html

The kernel does not differenciate between the two at this point in time,
sorry. Either is fine for now.

Only AFTER we actually tag all files in the tree will we worry about
silly things like this.

thanks,

greg k-h