Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: lpc32xx: convert to SPDX identifier

Use SPDX-License-Identifier instead of a verbose license text.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+1 -9
+1 -9
drivers/rtc/rtc-lpc32xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Copyright (C) 2010 NXP Semiconductors 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2 of the License, or 7 - * (at your option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 4 */ 13 5 14 6 #include <linux/kernel.h>