]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
phy: phy-mtk-tphy: use SPDX license tag
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Fri, 29 Jun 2018 02:20:27 +0000 (10:20 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 10 Jul 2018 08:15:08 +0000 (13:45 +0530)
Use SPDX-License-Identifier tag instead of the GPL license text

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/mediatek/Makefile
drivers/phy/mediatek/phy-mtk-tphy.c

index e5074b607d3dc12742d94d16ec52aeeab4b9a212..ee49edc97ee94d29ed2eeae0eb3293b0174ee370 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Makefile for the phy drivers.
 #
index 38c281b5abbb0dfe339cf04929ee06fce6a5688e..b962339074ba74cdef7577a6f23212040663428a 100644 (file)
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2015 MediaTek Inc.
  * Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
  *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
  */
 
 #include <dt-bindings/phy/phy.h>