From a050df102256ef30b74b36dd6b1d2fa36558ca62 Mon Sep 17 00:00:00 2001
From: Lactozilla <jp6781615@gmail.com>
Date: Sat, 21 Sep 2024 21:38:05 -0300
Subject: [PATCH] Update names

---
 src/lua_colorlib.c    | 2 +-
 src/m_easing.c        | 2 +-
 src/m_easing.h        | 2 +-
 src/r_patch.c         | 2 +-
 src/r_patch.h         | 2 +-
 src/r_patchrotation.c | 2 +-
 src/r_patchrotation.h | 2 +-
 src/r_picformats.c    | 2 +-
 src/r_picformats.h    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/lua_colorlib.c b/src/lua_colorlib.c
index a8785f705..9e679eb40 100644
--- a/src/lua_colorlib.c
+++ b/src/lua_colorlib.c
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2021-2024 by "Lactozilla".
+// Copyright (C) 2021-2024 by Lactozilla.
 // Copyright (C) 2014-2024 by Sonic Team Junior.
 //
 // This program is free software distributed under the
diff --git a/src/m_easing.c b/src/m_easing.c
index 48fe1efbc..60ca6e9b6 100644
--- a/src/m_easing.c
+++ b/src/m_easing.c
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2020-2023 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2020-2023 by Lactozilla.
 //
 // This program is free software distributed under the
 // terms of the GNU General Public License, version 2.
diff --git a/src/m_easing.h b/src/m_easing.h
index eaa5d6773..6884833af 100644
--- a/src/m_easing.h
+++ b/src/m_easing.h
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2020-2023 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2020-2023 by Lactozilla.
 //
 // This program is free software distributed under the
 // terms of the GNU General Public License, version 2.
diff --git a/src/r_patch.c b/src/r_patch.c
index a6a9dc2eb..19e66404f 100644
--- a/src/r_patch.c
+++ b/src/r_patch.c
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2020-2023 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2020-2023 by Lactozilla.
 //
 // This program is free software distributed under the
 // terms of the GNU General Public License, version 2.
diff --git a/src/r_patch.h b/src/r_patch.h
index 6369fef9e..ff76254e8 100644
--- a/src/r_patch.h
+++ b/src/r_patch.h
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2020-2024 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2020-2024 by Lactozilla.
 //
 // This program is free software distributed under the
 // terms of the GNU General Public License, version 2.
diff --git a/src/r_patchrotation.c b/src/r_patchrotation.c
index b91069849..989665d74 100644
--- a/src/r_patchrotation.c
+++ b/src/r_patchrotation.c
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2020-2023 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2020-2023 by Lactozilla.
 //
 // This program is free software distributed under the
 // terms of the GNU General Public License, version 2.
diff --git a/src/r_patchrotation.h b/src/r_patchrotation.h
index a239ac5fa..184d7ac13 100644
--- a/src/r_patchrotation.h
+++ b/src/r_patchrotation.h
@@ -1,6 +1,6 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
-// Copyright (C) 2020-2023 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2020-2023 by Lactozilla.
 //
 // This program is free software distributed under the
 // terms of the GNU General Public License, version 2.
diff --git a/src/r_picformats.c b/src/r_picformats.c
index 08cb663d4..a45c143b0 100644
--- a/src/r_picformats.c
+++ b/src/r_picformats.c
@@ -2,7 +2,7 @@
 //-----------------------------------------------------------------------------
 // Copyright (C) 1993-1996 by id Software, Inc.
 // Copyright (C) 2005-2009 by Andrey "entryway" Budko.
-// Copyright (C) 2018-2024 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2018-2024 by Lactozilla.
 // Copyright (C) 2019-2024 by Sonic Team Junior.
 //
 // This program is free software distributed under the
diff --git a/src/r_picformats.h b/src/r_picformats.h
index a928bbde5..123dda976 100644
--- a/src/r_picformats.h
+++ b/src/r_picformats.h
@@ -1,7 +1,7 @@
 // SONIC ROBO BLAST 2
 //-----------------------------------------------------------------------------
 // Copyright (C) 1993-1996 by id Software, Inc.
-// Copyright (C) 2018-2024 by Jaime "Lactozilla" Passos.
+// Copyright (C) 2018-2024 by Lactozilla.
 // Copyright (C) 2019-2024 by Sonic Team Junior.
 //
 // This program is free software distributed under the
-- 
GitLab