From d88fa99355fd02a36dd1669a4e83897a60e92bc4 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 4 Dec 2018 22:36:18 +0100 Subject: drivers: net: convert drivers to spdx Signed-off-by: Oleksij Rempel Reviewed-by: Roland Hieber Signed-off-by: Sascha Hauer --- drivers/net/ag71xx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'drivers/net/ag71xx.c') diff --git a/drivers/net/ag71xx.c b/drivers/net/ag71xx.c index a422aacdd8..0565c90490 100644 --- a/drivers/net/ag71xx.c +++ b/drivers/net/ag71xx.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Atheros AR71xx built-in ethernet mac driver * @@ -5,10 +6,6 @@ * Copyright (C) 2008 Imre Kaloz * * Based on Atheros' AG7100 driver - * - * 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 -- cgit v1.2.3