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
This commit is contained in:
parent
98c25b8012
commit
299e726f77
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Au1xxx counter0 (aka Time-Of-Year counter) RTC interface driver.
|
* Au1xxx counter0 (aka Time-Of-Year counter) RTC interface driver.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Manuel Lauss <mano@roarinelk.homelinux.net>
|
* Copyright (C) 2008 Manuel Lauss <mano@roarinelk.homelinux.net>
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file "COPYING" in the main directory of this archive
|
|
||||||
* for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* All current Au1xxx SoCs have 2 counters fed by an external 32.768 kHz
|
/* All current Au1xxx SoCs have 2 counters fed by an external 32.768 kHz
|
||||||
|
|
Loading…
Reference in New Issue