mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master] Convert License Identifiers to SPDX 3.0 for files originating from LiMon
@ 2023-08-04  9:46 Roland Hieber
  2023-08-07  6:32 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2023-08-04  9:46 UTC (permalink / raw)
  To: barebox; +Cc: Roland Hieber

The respective U-Boot commit was ported to Barebox in commit
0b5d36d77b6022bd1f40 (2023-07-27, Sascha Hauer: "Add SPDX License
identifier for files originating from LiMon"), but the U-Boot change was
already made in 2014, and the SPDX specification was updated since then
and deprecated the "GPL-2.0" identifier in favour of "GPL-2.0-only".
Update the license identifiers to SPDX 3.0 specification, which we also
use everywhere else in the Barebox code.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 include/net.h | 2 +-
 net/dhcp.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/net.h b/include/net.h
index b5a5e1b6168d..5e029c71f29e 100644
--- a/include/net.h
+++ b/include/net.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 // SPDX-FileCopyrightText: 1994-2000 Neil Russell
 /*
  * net.h - barebox networking support
diff --git a/net/dhcp.c b/net/dhcp.c
index 93738e5a6ba6..e1025bf91b02 100644
--- a/net/dhcp.c
+++ b/net/dhcp.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 // SPDX-FileCopyrightText: 1994, 1995, 2000 Neil Russell
 // SPDX-FileCopyrightText: 2000 Roland Borde
 // SPDX-FileCopyrightText: 2000 Paolo Scaffardi
-- 
2.39.2




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

* Re: [PATCH master] Convert License Identifiers to SPDX 3.0 for files originating from LiMon
  2023-08-04  9:46 [PATCH master] Convert License Identifiers to SPDX 3.0 for files originating from LiMon Roland Hieber
@ 2023-08-07  6:32 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2023-08-07  6:32 UTC (permalink / raw)
  To: Roland Hieber; +Cc: barebox

On Fri, Aug 04, 2023 at 11:46:51AM +0200, Roland Hieber wrote:
> The respective U-Boot commit was ported to Barebox in commit
> 0b5d36d77b6022bd1f40 (2023-07-27, Sascha Hauer: "Add SPDX License
> identifier for files originating from LiMon"), but the U-Boot change was
> already made in 2014, and the SPDX specification was updated since then
> and deprecated the "GPL-2.0" identifier in favour of "GPL-2.0-only".
> Update the license identifiers to SPDX 3.0 specification, which we also
> use everywhere else in the Barebox code.
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  include/net.h | 2 +-
>  net/dhcp.c    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

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 |



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

end of thread, other threads:[~2023-08-07  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-04  9:46 [PATCH master] Convert License Identifiers to SPDX 3.0 for files originating from LiMon Roland Hieber
2023-08-07  6:32 ` Sascha Hauer

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