Re: [PATCH net-next 01/19] net: ethernet: ti: convert to SPDX license identifiers

From: Andrew Lunn
Date: Tue Apr 23 2019 - 09:58:32 EST


On Tue, Apr 23, 2019 at 04:08:52PM +0300, Grygorii Strashko wrote:
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (C) 2006, 2007 Eugene Konev
> *
> - * 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.

Hi Grygorii

Your SPDX says version 2. The text says version 2 or later. You need
to add a + .

Andrew