From: Andy Shevchenko Date: Tue, 19 Mar 2019 18:49:30 +0000 (+0200) Subject: enc28j60: Convert to use SPDX identifier X-Git-Tag: v5.2-rc1~133^2~353^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75dd98c4a848cf88fb88bcdb05b580add2bfd2b2;p=thirdparty%2Fkernel%2Flinux.git enc28j60: Convert to use SPDX identifier Reduce size of duplicated comments by switching to use SPDX identifier. No functional change. Signed-off-by: Andy Shevchenko Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/microchip/enc28j60.c b/drivers/net/ethernet/microchip/enc28j60.c index 6182add6b8356..0567e4f387a52 100644 --- a/drivers/net/ethernet/microchip/enc28j60.c +++ b/drivers/net/ethernet/microchip/enc28j60.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Microchip ENC28J60 ethernet driver (MAC + PHY) * @@ -5,11 +6,6 @@ * Author: Claudio Lanconelli * based on enc28j60.c written by David Anders for 2.4 kernel version * - * 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. - * * $Id: enc28j60.c,v 1.22 2007/12/20 10:47:01 claudio Exp $ */