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

rtc: ab3100: convert to SPDX identifier

Use SPDX-License-Identifier instead of the custom license line.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+1 -1
+1 -1
drivers/rtc/rtc-ab3100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2007-2009 ST-Ericsson AB 3 - * License terms: GNU General Public License (GPL) version 2 4 4 * RTC clock driver for the AB3100 Analog Baseband Chip 5 5 * Author: Linus Walleij <linus.walleij@stericsson.com> 6 6 */