Re: [PATCH 1/2] mmc: sdhci-pic32: add SPDX license identifier
Adrian Hunter <[email protected]> Mon, 23 Feb 2026 11:38:48 +0200
| Newsgroups | org.kernel.vger.linux-spdx,org.kernel.vger.linux-kernel,org.kernel.vger.linux-mmc |
|---|---|
| Organization | Intel Finland Oy, Registered Address: c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo, Business Identity Code: 0357606 - 4, Domiciled in Helsinki |
| Message-ID | <[email protected]> |
On 23/02/2026 01:39, Brian Masney wrote: > Add the missing SPDX license identifier to the top of the file, and drop > the boiler plate license text. > > Signed-off-by: Brian Masney <[email protected]> > Cc: [email protected] Acked-by: Adrian Hunter <[email protected]> > --- > drivers/mmc/host/sdhci-pic32.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-pic32.c b/drivers/mmc/host/sdhci-pic32.c > index 2cc632e91fe454bf29c1da22e45135d5d0267f54..6899cf6c65e7df2461c9534b51b8edfd0d6bf7d9 100644 > --- a/drivers/mmc/host/sdhci-pic32.c > +++ b/drivers/mmc/host/sdhci-pic32.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * Support of SDHCI platform devices for Microchip PIC32. > * > @@ -5,10 +6,6 @@ > * Andrei Pistirica, Paul Thacker > * > * Inspired by sdhci-pltfm.c > - * > - * This file is licensed under the terms of the GNU General Public > - * License version 2. This program is licensed "as is" without any > - * warranty of any kind, whether express or implied. > */ > > #include <linux/clk.h> >