projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd13c93
)
rtc: test: Switch to SPDX identifier
author
Alexandre Belloni
<
[email protected]
>
Wed, 19 Sep 2018 01:16:32 +0000
(
03:16
+0200)
committer
Alexandre Belloni
<
[email protected]
>
Fri, 28 Sep 2018 12:21:00 +0000
(14:21 +0200)
Replace the license boilerplate by an SPDX identifier
Signed-off-by: Alexandre Belloni <
[email protected]
>
drivers/rtc/rtc-test.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-test.c
b/drivers/rtc/rtc-test.c
index 93f1638fb8c81fbeb0f642c64f4b90b88cf7767c..6c5f09c815e8e92b9a7d9e338651edcece6c31a7 100644
(file)
--- 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 <
[email protected]
>
- *
- * 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>