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

rtc: max6900: convert to SPDX identifier

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

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210707075804.337458-4-nobuhiro1.iwamatsu@toshiba.co.jp

authored by

Nobuhiro Iwamatsu and committed by
Alexandre Belloni
cd13635e 67561a8e

+3 -5
+3 -5
drivers/rtc/rtc-max6900.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * rtc class driver for the Maxim MAX6900 chip 4 + * 5 + * Copyright (c) 2007 MontaVista, Software, Inc. 3 6 * 4 7 * Author: Dale Farnsworth <dale@farnsworth.org> 5 8 * 6 9 * based on previously existing rtc class drivers 7 - * 8 - * 2007 (c) MontaVista, Software, Inc. This file is licensed under 9 - * the terms of the GNU General Public License version 2. This program 10 - * is licensed "as is" without any warranty of any kind, whether express 11 - * or implied. 12 10 */ 13 11 14 12 #include <linux/module.h>