From ace282af78a414c52f88e1075092318dbeafa67b Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Wed, 5 Dec 2018 19:57:39 +0100 Subject: drivers: net: phy: convert drivers to spdx Reviewed-by: Roland Hieber Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- drivers/net/phy/phy.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'drivers/net/phy/phy.c') 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 -- cgit v1.2.3