[U-Boot] [PATCH v2 4/7] driver: net: ti: cpsw: update to use SPDX identifier
Fabio Estevam
festevam at gmail.com
Mon Nov 5 18:37:16 UTC 2018
On Wed, Oct 31, 2018 at 4:07 PM Grygorii Strashko
<grygorii.strashko at ti.com> wrote:
>
> Update to use SPDX license identifier.
>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Acked-by: Joe Hershberger <joe.hershberger at ni.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko at ti.com>
> ---
> drivers/net/ti/cpsw.c | 12 ++----------
> 1 file changed, 2 insertions(+), 10 deletions(-)
>
> diff --git a/drivers/net/ti/cpsw.c b/drivers/net/ti/cpsw.c
> index 8e2a48c..fe43d14 100644
> --- a/drivers/net/ti/cpsw.c
> +++ b/drivers/net/ti/cpsw.c
> @@ -1,16 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
Here you say GPL-2.0 or later...
> /*
> * CPSW Ethernet Switch Driver
> *
> - * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
> - *
> - * 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 version 2.
but the original license says GPL-2.0.
so there is a mismatch between the SPDX and original license.
More information about the U-Boot
mailing list