diff mbox series

[03/10] Cleanup: copyright dates and SPDX

Message ID 20231009152747.416164-4-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series Cosmetic and cleaup code | expand

Commit Message

Stefano Babic Oct. 9, 2023, 3:27 p.m. UTC
Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 core/handler.c                 | 5 ++---
 core/installer.c               | 5 ++---
 core/network_thread.c          | 5 ++---
 core/stream_interface.c        | 5 ++---
 corelib/lua_interface.c        | 5 ++---
 handlers/dummy_handler.c       | 5 ++---
 handlers/lua_scripthandler.c   | 5 ++---
 handlers/raw_handler.c         | 5 ++---
 handlers/shell_scripthandler.c | 5 ++---
 ipc/network_ipc.c              | 5 ++---
 parser/parse_external.c        | 5 ++---
 11 files changed, 22 insertions(+), 33 deletions(-)
diff mbox series

Patch

diff --git a/core/handler.c b/core/handler.c
index 0a713cf4..d3862a33 100644
--- a/core/handler.c
+++ b/core/handler.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/core/installer.c b/core/installer.c
index 66a91ef2..768503fb 100644
--- a/core/installer.c
+++ b/core/installer.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/core/network_thread.c b/core/network_thread.c
index a5b69014..916caf28 100644
--- a/core/network_thread.c
+++ b/core/network_thread.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2012-2016
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/core/stream_interface.c b/core/stream_interface.c
index 3f0b9521..aa971d2c 100644
--- a/core/stream_interface.c
+++ b/core/stream_interface.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2008-2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/corelib/lua_interface.c b/corelib/lua_interface.c
index b68cf320..ac2b82eb 100644
--- a/corelib/lua_interface.c
+++ b/corelib/lua_interface.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/handlers/dummy_handler.c b/handlers/dummy_handler.c
index c4cb03bd..e10f54f2 100644
--- a/handlers/dummy_handler.c
+++ b/handlers/dummy_handler.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/handlers/lua_scripthandler.c b/handlers/lua_scripthandler.c
index d4bfed28..509b360d 100644
--- a/handlers/lua_scripthandler.c
+++ b/handlers/lua_scripthandler.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/handlers/raw_handler.c b/handlers/raw_handler.c
index 18195dfb..979c55fb 100644
--- a/handlers/raw_handler.c
+++ b/handlers/raw_handler.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/handlers/shell_scripthandler.c b/handlers/shell_scripthandler.c
index 273b5a02..a85e8bb9 100644
--- a/handlers/shell_scripthandler.c
+++ b/handlers/shell_scripthandler.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2014
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2014-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */
diff --git a/ipc/network_ipc.c b/ipc/network_ipc.c
index 63552c6d..20332b30 100644
--- a/ipc/network_ipc.c
+++ b/ipc/network_ipc.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2008-2017
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     LGPL-2.1-or-later
  */
diff --git a/parser/parse_external.c b/parser/parse_external.c
index bba0cab2..bacf4b40 100644
--- a/parser/parse_external.c
+++ b/parser/parse_external.c
@@ -1,7 +1,6 @@ 
 /*
- * (C) Copyright 2013
- * Stefano Babic, DENX Software Engineering, sbabic@denx.de
- * 	on behalf of ifm electronic GmbH
+ * (C) Copyright 2013-2023
+ * Stefano Babic <stefano.babic@swupdate.org>
  *
  * SPDX-License-Identifier:     GPL-2.0-only
  */