mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
@ 2019-11-18  6:11 Oleksij Rempel
  2019-11-19 10:58 ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksij Rempel @ 2019-11-18  6:11 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 arch/mips/mach-ath79/art.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/mach-ath79/art.c b/arch/mips/mach-ath79/art.c
index 2a2099e9f5..44118c19e9 100644
--- a/arch/mips/mach-ath79/art.c
+++ b/arch/mips/mach-ath79/art.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (c) 2018 Oleksij Rempel <linux@rempel-privat.de>
  */
-- 
2.24.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
  2019-11-18  6:11 [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier Oleksij Rempel
@ 2019-11-19 10:58 ` Sascha Hauer
  0 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2019-11-19 10:58 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: barebox

On Mon, Nov 18, 2019 at 07:11:53AM +0100, Oleksij Rempel wrote:
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  arch/mips/mach-ath79/art.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
  2019-11-15  7:20 ` Yegor Yefremov
@ 2019-11-15  7:24   ` Ahmad Fatoum
  0 siblings, 0 replies; 5+ messages in thread
From: Ahmad Fatoum @ 2019-11-15  7:24 UTC (permalink / raw)
  To: barebox; +Cc: ore

Hello Yegor,

On 11/15/19 8:20 AM, Yegor Yefremov wrote:
> Hi Ahmad,
> 
> On Fri, Nov 15, 2019 at 8:14 AM Ahmad Fatoum <ahmad@a3f.at> wrote:
>>
>> There's no GPL-2. SPDX identifier. Change it to GPL-2.0 instead.
> 
> GPL-2.0 is deprecated use GPL-2.0-only instead.
> 
> https://spdx.org/licenses/GPL-2.0.html

Ah, right.

Oleksij, could you change it to the correct variant
(GPL-2.0-only, GPL-2.0-or-later) and resend it?

Thanks

> 
> Regard,
> Yegor
> 
>>
>> Cc: Oleksij Rempel <linux@rempel-privat.de>
>> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
>> ---
>>  arch/mips/mach-ath79/art.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/mips/mach-ath79/art.c b/arch/mips/mach-ath79/art.c
>> index 2a2099e9f561..4a8a3e1fe6b1 100644
>> --- a/arch/mips/mach-ath79/art.c
>> +++ b/arch/mips/mach-ath79/art.c
>> @@ -1,4 +1,4 @@
>> -// SPDX-License-Identifier: GPL-2.
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (c) 2018 Oleksij Rempel <linux@rempel-privat.de>
>>   */
>> --
>> 2.20.1
>>
>>
>> _______________________________________________
>> barebox mailing list
>> barebox@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/barebox
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
  2019-11-15  7:13 Ahmad Fatoum
@ 2019-11-15  7:20 ` Yegor Yefremov
  2019-11-15  7:24   ` Ahmad Fatoum
  0 siblings, 1 reply; 5+ messages in thread
From: Yegor Yefremov @ 2019-11-15  7:20 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox, Oleksij Rempel

Hi Ahmad,

On Fri, Nov 15, 2019 at 8:14 AM Ahmad Fatoum <ahmad@a3f.at> wrote:
>
> There's no GPL-2. SPDX identifier. Change it to GPL-2.0 instead.

GPL-2.0 is deprecated use GPL-2.0-only instead.

https://spdx.org/licenses/GPL-2.0.html

Regard,
Yegor

>
> Cc: Oleksij Rempel <linux@rempel-privat.de>
> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
> ---
>  arch/mips/mach-ath79/art.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/mach-ath79/art.c b/arch/mips/mach-ath79/art.c
> index 2a2099e9f561..4a8a3e1fe6b1 100644
> --- a/arch/mips/mach-ath79/art.c
> +++ b/arch/mips/mach-ath79/art.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (c) 2018 Oleksij Rempel <linux@rempel-privat.de>
>   */
> --
> 2.20.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
@ 2019-11-15  7:13 Ahmad Fatoum
  2019-11-15  7:20 ` Yegor Yefremov
  0 siblings, 1 reply; 5+ messages in thread
From: Ahmad Fatoum @ 2019-11-15  7:13 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

There's no GPL-2. SPDX identifier. Change it to GPL-2.0 instead.

Cc: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
 arch/mips/mach-ath79/art.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/mach-ath79/art.c b/arch/mips/mach-ath79/art.c
index 2a2099e9f561..4a8a3e1fe6b1 100644
--- a/arch/mips/mach-ath79/art.c
+++ b/arch/mips/mach-ath79/art.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2018 Oleksij Rempel <linux@rempel-privat.de>
  */
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-19 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18  6:11 [PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier Oleksij Rempel
2019-11-19 10:58 ` Sascha Hauer
  -- strict thread matches above, loose matches on Subject: below --
2019-11-15  7:13 Ahmad Fatoum
2019-11-15  7:20 ` Yegor Yefremov
2019-11-15  7:24   ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox