rtc: test: Switch to SPDX identifier
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 19 Sep 2018 01:16:32 +0000 (03:16 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 28 Sep 2018 12:21:00 +0000 (14:21 +0200)
Replace the license boilerplate by an SPDX identifier

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-test.c

index 93f1638fb8c81fbeb0f642c64f4b90b88cf7767c..6c5f09c815e8e92b9a7d9e338651edcece6c31a7 100644 (file)
@@ -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>