Skip to content

Commit 6d2130e

Browse files
iwamatsualexandrebelloni
authored andcommitted
rtc: rx6110: Convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 5ea0a61 commit 6d2130e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

drivers/rtc/rtc-rx6110.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Driver for the Epson RTC module RX-6110 SA
34
*
45
* Copyright(C) 2015 Pengutronix, Steffen Trumtrar <[email protected]>
56
* Copyright(C) SEIKO EPSON CORPORATION 2013. All rights reserved.
6-
*
7-
* This driver software is distributed as is, without any warranty of any kind,
8-
* either express or implied as further specified in the GNU Public License.
9-
* This software may be used and distributed according to the terms of the GNU
10-
* Public License, version 2 as published by the Free Software Foundation.
11-
* See the file COPYING in the main directory of this archive for more details.
12-
*
13-
* You should have received a copy of the GNU General Public License along with
14-
* this program. If not, see <http://www.gnu.org/licenses/>.
157
*/
168

179
#include <linux/bcd.h>

0 commit comments

Comments
 (0)