summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2018-12-05 19:57:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-07 07:56:14 +0100
commitace282af78a414c52f88e1075092318dbeafa67b (patch)
treea3746c01e00e755e1a805aa2a00e4f46e18ef956 /drivers/net/phy/phy.c
parentd88fa99355fd02a36dd1669a4e83897a60e92bc4 (diff)
downloadbarebox-ace282af78a414c52f88e1075092318dbeafa67b.tar.gz
barebox-ace282af78a414c52f88e1075092318dbeafa67b.tar.xz
drivers: net: phy: convert drivers to spdx
Reviewed-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r--drivers/net/phy/phy.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index 7c4d14bf4c..ccdc9f3716 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* drivers/net/phy/phy.c
*
@@ -9,12 +10,6 @@
* Author: Andy Fleming
*
* Copyright (c) 2004 Freescale Semiconductor, 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, or (at your
- * option) any later version.
- *
*/
#include <common.h>