From: Nobuhiro Iwamatsu Date: Wed, 7 Jul 2021 07:57:57 +0000 (+0900) Subject: rtc: max6900: convert to SPDX identifier X-Git-Tag: v5.14-rc1~11^2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cd13635e1c7d17b0e105531d2bbdd1a537ce00da;p=users%2Fdwmw2%2Flinux.git rtc: max6900: convert to SPDX identifier Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20210707075804.337458-4-nobuhiro1.iwamatsu@toshiba.co.jp --- diff --git a/drivers/rtc/rtc-max6900.c b/drivers/rtc/rtc-max6900.c index ab60f13fa3efd..4beadfa41644f 100644 --- a/drivers/rtc/rtc-max6900.c +++ b/drivers/rtc/rtc-max6900.c @@ -1,14 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * rtc class driver for the Maxim MAX6900 chip * + * Copyright (c) 2007 MontaVista, Software, Inc. + * * Author: Dale Farnsworth * * based on previously existing rtc class drivers - * - * 2007 (c) MontaVista, Software, Inc. 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