aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2018-09-19 03:16:32 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-09-28 14:21:00 +0200
commitc7080e2016074363298e05d5e4d91eaf243a58c2 (patch)
tree8ea5c2e310be1d9a7872c60010eab8286c42b232 /drivers/rtc
parentrtc: test: make license text and module license match. (diff)
downloadlinux-dev-c7080e2016074363298e05d5e4d91eaf243a58c2.tar.xz
linux-dev-c7080e2016074363298e05d5e4d91eaf243a58c2.zip
rtc: test: Switch to SPDX identifier
Replace the license boilerplate by an SPDX identifier Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-test.c b/drivers/rtc/rtc-test.c
index 93f1638fb8c8..6c5f09c815e8 100644
--- a/drivers/rtc/rtc-test.c
+++ b/drivers/rtc/rtc-test.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* An RTC test device/driver
* Copyright (C) 2005 Tower Technologies
* Author: Alessandro Zummo <a.zummo@towertech.it>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/module.h>