summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2021-03-19 14:10:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-22 06:02:29 +0100
commit4c531c5787d704c94c83e51325896577ecb29e12 (patch)
treef13f1bebe864e1a1cc46dee0abfe391612f6161b /drivers/net/phy
parent76daefac0ca8a2cf13f7b6b1086536e6094330ef (diff)
downloadbarebox-4c531c5787d704c94c83e51325896577ecb29e12.tar.gz
barebox-4c531c5787d704c94c83e51325896577ecb29e12.tar.xz
net: phy: dp83867: convert driver to spdx
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/dp83867.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/net/phy/dp83867.c b/drivers/net/phy/dp83867.c
index 8131e8c9d6..153b60def3 100644
--- a/drivers/net/phy/dp83867.c
+++ b/drivers/net/phy/dp83867.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Driver for the Texas Instruments DP83867 PHY
*
* Copyright (C) 2015 Texas Instruments Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License.
- *
- * 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 <common.h>