From a8b47436dde821b8cbd52ffc06e44929cff2bc05 Mon Sep 17 00:00:00 2001 From: yamamama Date: Thu, 1 Jan 2026 13:32:38 -0500 Subject: [PATCH] We've made a full rotation around the sun I'm sure I've missed things; this was me just grepping instances of "2025" and adding the necessary changes --- LICENSE-3RD-PARTY | 6 +++--- extras/udmf-spec.txt | 2 +- src/byteptr.h | 2 +- src/f_dscredits.cpp | 8 ++++---- src/f_dscredits.hpp | 8 ++++---- src/g_party.cpp | 4 ++-- src/g_party.h | 4 ++-- src/h_timers.cpp | 4 ++-- src/k_items.c | 6 +++--- src/k_items.h | 6 +++--- src/k_kart.c | 4 ++-- src/k_terrain.c | 2 +- src/lua_itemlib.c | 4 ++-- src/lua_matrixlib.c | 2 +- src/lua_quaternionlib.c | 2 +- src/lua_terrainlib.c | 2 +- src/lua_vectorlib.c | 2 +- src/lua_voicelib.c | 6 +++--- src/m_menu.c | 4 ++-- src/m_menu.h | 4 ++-- src/objects/dash-rings.c | 6 +++--- src/objects/loops.cpp | 4 ++-- src/objects/sneaker-panel.c | 8 ++++---- src/p_loop.c | 4 ++-- src/sdl/al_sound.c | 4 ++-- src/strbuf.c | 2 +- src/strbuf.h | 2 +- src/win32/Srb2win.rc | 2 +- 28 files changed, 57 insertions(+), 57 deletions(-) diff --git a/LICENSE-3RD-PARTY b/LICENSE-3RD-PARTY index 40e85b414..9fcd59db8 100644 --- a/LICENSE-3RD-PARTY +++ b/LICENSE-3RD-PARTY @@ -21,11 +21,11 @@ Copyright (c) 2002-2020 Xiph.org Foundation https://github.com/xiph/vorbis - Tracy - Copyright (c) 2017-2025, Bartosz Taudul + Copyright (c) 2017-2026, Bartosz Taudul All rights reserved. https://github.com/wolfpld/tracy - OpenMPT - Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors + Copyright (c) 2004-2026, OpenMPT Project Developers and Contributors Copyright (c) 1997-2003, Olivier Lapicque All rights reserved. https://source.openmpt.org/ @@ -62,7 +62,7 @@ POSSIBILITY OF SUCH DAMAGE. Copyright (c) 2012-2023 Yann Collet All rights reserved. - LZ4 Library - Copyright (c) 2011-2025 Yann Collet + Copyright (c) 2011-2026 Yann Collet All rights reserved. -------------------------------------------------------------------------------- diff --git a/extras/udmf-spec.txt b/extras/udmf-spec.txt index 6bc931d30..527e2d2e1 100644 --- a/extras/udmf-spec.txt +++ b/extras/udmf-spec.txt @@ -3,7 +3,7 @@ Universal Doom Map Format - BlanKart extensions v1.0 - 08.02.2025 Copyright (c) 2024 Sally Cochenour. Copyright (c) 2024 Kart Krew Dev. - Copyright (c) 2025 NepDisk. + Copyright (c) 2025-2026 NepDisk. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 diff --git a/src/byteptr.h b/src/byteptr.h index 8141a2bd8..7514a7bd3 100644 --- a/src/byteptr.h +++ b/src/byteptr.h @@ -1,6 +1,6 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Kart Krew. +// Copyright (C) 2025-2026 by Kart Krew. // Copyright (C) 2020 by Sonic Team Junior. // Copyright (C) 2000 by DooM Legacy Team. // diff --git a/src/f_dscredits.cpp b/src/f_dscredits.cpp index e4f7ad669..c8625de2f 100644 --- a/src/f_dscredits.cpp +++ b/src/f_dscredits.cpp @@ -1,9 +1,9 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Vivian "toastergrl" Grannell. -// Copyright (C) 2025 by Kart Krew. -// Copyright (C) 2025 by "yama". -// Copyright (C) 2025 Blankart Team. +// Copyright (C) 2025-2026 by Vivian "toastergrl" Grannell. +// Copyright (C) 2025-2026 by Kart Krew. +// Copyright (C) 2025-2026 by "yama". +// Copyright (C) 2025-2026 Blankart Team. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/f_dscredits.hpp b/src/f_dscredits.hpp index d2d55c000..15651c1c3 100644 --- a/src/f_dscredits.hpp +++ b/src/f_dscredits.hpp @@ -1,9 +1,9 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Vivian "toastergrl" Grannell. -// Copyright (C) 2025 by Kart Krew. -// Copyright (C) 2025 by "yama". -// Copyright (C) 2025 Blankart Team. +// Copyright (C) 2025-2026 by Vivian "toastergrl" Grannell. +// Copyright (C) 2025-2026 by Kart Krew. +// Copyright (C) 2025-2026 by "yama". +// Copyright (C) 2025-2026 Blankart Team. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/g_party.cpp b/src/g_party.cpp index e4781f815..90f6a5c5d 100644 --- a/src/g_party.cpp +++ b/src/g_party.cpp @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by James Robert Roman -// Copyright (C) 2025 by Kart Krew +// Copyright (C) 2025-2026 by James Robert Roman +// Copyright (C) 2025-2026 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/g_party.h b/src/g_party.h index 496cfc433..133c0c74e 100644 --- a/src/g_party.h +++ b/src/g_party.h @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by James Robert Roman -// Copyright (C) 2025 by Kart Krew +// Copyright (C) 2025-2026 by James Robert Roman +// Copyright (C) 2025-2026 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/h_timers.cpp b/src/h_timers.cpp index 49d42dd88..b89b98490 100644 --- a/src/h_timers.cpp +++ b/src/h_timers.cpp @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by haya3218. -// Copyright (C) 2018-2024 by Kart Krew +// Copyright (C) 2025-2026 by haya3218. +// Copyright (C) 2018-2026 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/k_items.c b/src/k_items.c index c6d92a845..92b7b8c87 100644 --- a/src/k_items.c +++ b/src/k_items.c @@ -1,8 +1,8 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2018-2025 by Kart Krew. -// Copyright (C) 2025 by "yama". -// Copyright (C) 2025 Blankart Team. +// Copyright (C) 2018-2026 by Kart Krew. +// Copyright (C) 2025-2026 by "yama". +// Copyright (C) 2025-2026 Blankart Team. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/k_items.h b/src/k_items.h index e19c2e895..4f1d15f0c 100644 --- a/src/k_items.h +++ b/src/k_items.h @@ -1,8 +1,8 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2018-2025 by Kart Krew. -// Copyright (C) 2025 by "yama". -// Copyright (C) 2025 Blankart Team. +// Copyright (C) 2018-2026 by Kart Krew. +// Copyright (C) 2025-2026 by "yama". +// Copyright (C) 2025-2026 Blankart Team. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/k_kart.c b/src/k_kart.c index dfe77ef6e..14bb0a821 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by NepDisk. -// Copyright (C) 2025 by Kart Krew. +// Copyright (C) 2025-2026 by NepDisk. +// Copyright (C) 2025-2026 by Kart Krew. // Copyright (C) 2018 by ZarroTsu. // // This program is free software distributed under the diff --git a/src/k_terrain.c b/src/k_terrain.c index 0c3662d63..a31c26e1a 100644 --- a/src/k_terrain.c +++ b/src/k_terrain.c @@ -3,7 +3,7 @@ // Copyright (C) 1998-2021 by ZDoom + GZDoom teams, and contributors // Copyright (C) 2021 by Sally "TehRealSalt" Cochenour // Copyright (C) 2021-2024 by Kart Krew -// Copyright (C) 2025 Blankart Team +// Copyright (C) 2025-2026 Blankart Team // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/lua_itemlib.c b/src/lua_itemlib.c index 2b6626fa4..bf943f71e 100644 --- a/src/lua_itemlib.c +++ b/src/lua_itemlib.c @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by BlanKart Team. -// Copyright (C) 2014-2025 by Sonic Team Junior. +// Copyright (C) 2025-2026 by BlanKart Team. +// Copyright (C) 2014-2026 by Sonic Team Junior. // Copyright (C) 2016 by John "JTE" Muniz. // // This program is free software distributed under the diff --git a/src/lua_matrixlib.c b/src/lua_matrixlib.c index 299120f6c..c1b2ac3ad 100644 --- a/src/lua_matrixlib.c +++ b/src/lua_matrixlib.c @@ -1,6 +1,6 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by LJ Sonic +// Copyright (C) 2025-2026 by LJ Sonic // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/lua_quaternionlib.c b/src/lua_quaternionlib.c index 57f0c8941..2f74b095c 100644 --- a/src/lua_quaternionlib.c +++ b/src/lua_quaternionlib.c @@ -1,6 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- -// Copyright (C) 2025 by LJ Sonic +// Copyright (C) 2025-2026 by LJ Sonic // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/lua_terrainlib.c b/src/lua_terrainlib.c index 0e4f81663..cce85bbc8 100644 --- a/src/lua_terrainlib.c +++ b/src/lua_terrainlib.c @@ -1,6 +1,6 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Kart Krew. +// Copyright (C) 2025-2026 by Kart Krew. // Copyright (C) 2020 by Sonic Team Junior. // Copyright (C) 2016 by John "JTE" Muniz. // diff --git a/src/lua_vectorlib.c b/src/lua_vectorlib.c index 02654bf95..e8f696357 100644 --- a/src/lua_vectorlib.c +++ b/src/lua_vectorlib.c @@ -1,6 +1,6 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by LJ Sonic +// Copyright (C) 2025-2026 by LJ Sonic // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/lua_voicelib.c b/src/lua_voicelib.c index f0fcb0e26..f02c6eaf3 100644 --- a/src/lua_voicelib.c +++ b/src/lua_voicelib.c @@ -1,8 +1,8 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by "yama". -// Copyright (C) 2025 by BlanKart Team. -// Copyright (C) 2014-2025 by Sonic Team Junior. +// Copyright (C) 2025-2026 by "yama". +// Copyright (C) 2025-2026 by BlanKart Team. +// Copyright (C) 2014-2026 by Sonic Team Junior. // Copyright (C) 2016 by John "JTE" Muniz. // // This program is free software distributed under the diff --git a/src/m_menu.c b/src/m_menu.c index 5f938fc6f..8f5a473a9 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -3,8 +3,8 @@ // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2011-2016 by Matthew "Kaito Sinclaire" Walsh. -// Copyright (C) 1999-2025 by Sonic Team Junior. -// Copyright (C) 2025 by Team BlanKart. +// Copyright (C) 1999-2026 by Sonic Team Junior. +// Copyright (C) 2025-2026 by Team BlanKart. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/m_menu.h b/src/m_menu.h index 3ce214c4c..573ba6f90 100644 --- a/src/m_menu.h +++ b/src/m_menu.h @@ -3,8 +3,8 @@ // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2011-2016 by Matthew "Kaito Sinclaire" Walsh. -// Copyright (C) 1999-2025 by Sonic Team Junior. -// Copyright (C) 2025 by Team BlanKart. +// Copyright (C) 1999-2026 by Sonic Team Junior. +// Copyright (C) 2025-2026 by Team BlanKart. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/objects/dash-rings.c b/src/objects/dash-rings.c index 5306cdb63..fbeb69b30 100644 --- a/src/objects/dash-rings.c +++ b/src/objects/dash-rings.c @@ -1,8 +1,8 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by "Lat'" -// Copyright (C) 2025 by Lachlan "Lach" Wright -// Copyright (C) 2025 by Kart Krew +// Copyright (C) 2025-2026 by "Lat'" +// Copyright (C) 2025-2026 by Lachlan "Lach" Wright +// Copyright (C) 2025-2026 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/objects/loops.cpp b/src/objects/loops.cpp index 490d80cf5..45404d6f4 100644 --- a/src/objects/loops.cpp +++ b/src/objects/loops.cpp @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by James Robert Roman -// Copyright (C) 2025 by Kart Krew +// Copyright (C) 2025-2026 by James Robert Roman +// Copyright (C) 2025-2026 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/objects/sneaker-panel.c b/src/objects/sneaker-panel.c index ba34096e9..b672e754d 100644 --- a/src/objects/sneaker-panel.c +++ b/src/objects/sneaker-panel.c @@ -1,9 +1,9 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Lachlan "Lach" Wright -// Copyright (C) 2025 by James Robert Roman -// Copyright (C) 2025 by Ronald "Eidolon" Kinard -// Copyright (C) 2025 by Kart Krew +// Copyright (C) 2025-2026 by Lachlan "Lach" Wright +// Copyright (C) 2025-2026 by James Robert Roman +// Copyright (C) 2025-2026 by Ronald "Eidolon" Kinard +// Copyright (C) 2025-2026 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/p_loop.c b/src/p_loop.c index b6de89e34..292937775 100644 --- a/src/p_loop.c +++ b/src/p_loop.c @@ -1,7 +1,7 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by James Robert Roman. -// Copyright (C) 2025 by Kart Krew. +// Copyright (C) 2025-2026 by James Robert Roman. +// Copyright (C) 2025-2026 by Kart Krew. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/sdl/al_sound.c b/src/sdl/al_sound.c index 426c61de6..9e2e6f7ea 100644 --- a/src/sdl/al_sound.c +++ b/src/sdl/al_sound.c @@ -1,8 +1,8 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Classic Development Team. +// Copyright (C) 2025-2026 by Classic Development Team. // Copyright (C) 2014-2020 by Sonic Team Junior. -// Copyright (C) 2025 Blankart Team. +// Copyright (C) 2025-2026 Blankart Team. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/strbuf.c b/src/strbuf.c index 5b3bb1233..31dc3e421 100644 --- a/src/strbuf.c +++ b/src/strbuf.c @@ -1,6 +1,6 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Team BlanKart. +// Copyright (C) 2025-2026 by Team BlanKart. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/strbuf.h b/src/strbuf.h index f6c912775..8710a2b90 100644 --- a/src/strbuf.h +++ b/src/strbuf.h @@ -1,6 +1,6 @@ // BLANKART //----------------------------------------------------------------------------- -// Copyright (C) 2025 by Team BlanKart. +// Copyright (C) 2025-2026 by Team BlanKart. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/win32/Srb2win.rc b/src/win32/Srb2win.rc index 0e10502db..d6ebc3702 100644 --- a/src/win32/Srb2win.rc +++ b/src/win32/Srb2win.rc @@ -96,7 +96,7 @@ BEGIN VALUE "FileDescription", "BlanKart\0" VALUE "FileVersion", VERSIONSTRING_RC VALUE "InternalName", "blankart\0" - VALUE "LegalCopyright", "Copyright 2025 by BlanKart Dev, SRB2Kart Copyright 2018-2020 by Kart Krew\0" + VALUE "LegalCopyright", "Copyright 2025-2026 by BlanKart Dev, SRB2Kart Copyright 2018-2020 by Kart Krew\0" VALUE "LegalTrademarks", "Sonic the Hedgehog and related characters are trademarks of Sega, SRB2Kart Copyright 2018-2020 by Kart Krew\0" VALUE "OriginalFilename", "blankart.exe\0" VALUE "PrivateBuild", "\0"