瀏覽代碼

rtc: test: Switch to SPDX identifier

Replace the license boilerplate by an SPDX identifier

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Alexandre Belloni 6 年之前
父節點
當前提交
c7080e2016
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      drivers/rtc/rtc-test.c

+ 1 - 4
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>