Re: [PATCH] net: ethernet: broadcom: bgmac: add SPDX license identifier

From: Andrew Lunn

Date: Wed Nov 05 2025 - 08:21:09 EST


On Wed, Nov 05, 2025 at 07:28:20PM +0800, Chang Junzheng wrote:
> Add missing SPDX-License-Identifier tag to bgmac-bcma.c.
>
> The license is GPL-2.0 as indicated by the existing license text
> in the file.

It is normal to remove such license text when adding an SPDX header.

Please also read:

https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

Andrew