From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gTtra-0006Vd-FT for barebox@lists.infradead.org; Mon, 03 Dec 2018 19:26:40 +0000 Message-ID: From: Lucas Stach Date: Mon, 03 Dec 2018 20:14:29 +0100 In-Reply-To: <20181203183840.21801-1-linux@rempel-privat.de> References: <20181203183840.21801-1-linux@rempel-privat.de> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v1] drivers: net: convert drivers to spdx To: Oleksij Rempel , barebox@lists.infradead.org Am Montag, den 03.12.2018, 19:38 +0100 schrieb Oleksij Rempel: > Signed-off-by: Oleksij Rempel [...] > diff --git a/drivers/net/ag71xx.c b/drivers/net/ag71xx.c > index a422aacdd..af5e1ae45 100644 > --- a/drivers/net/ag71xx.c > +++ b/drivers/net/ag71xx.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0+ GPL-2.0 > /* > * 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. > */ [snip] And while I know that the Linux kernel still wants the GPL-2.0+ tag, I'm really not sure if we should use the deprecated tag in Barebox, or if it would better to go straight to the GPL-2.0-or-later tag. Regards, Lucas _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox