Skip to content

Commit 299e726

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
rtc: au1xxx: 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-2-nobuhiro1.iwamatsu@toshiba.co.jp
1 parent 98c25b8 commit 299e726

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

drivers/rtc/rtc-au1xxx.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Au1xxx counter0 (aka Time-Of-Year counter) RTC interface driver.
34
*
45
* Copyright (C) 2008 Manuel Lauss <mano@roarinelk.homelinux.net>
5-
*
6-
* This file is subject to the terms and conditions of the GNU General Public
7-
* License. See the file "COPYING" in the main directory of this archive
8-
* for more details.
96
*/
107

118
/* All current Au1xxx SoCs have 2 counters fed by an external 32.768 kHz

0 commit comments

Comments
 (0)