Skip to content

Commit 827bb8b

Browse files
committed
Happy New Year 2025 from everyone at getMangos.eu 🎉
1 parent 322e1c9 commit 827bb8b

File tree

487 files changed

+490
-490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

487 files changed

+490
-490
lines changed

src/server/GameServer/GameModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Handlers/CMSG_PING_Handler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Handlers/IHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/GameTcpConnection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/HandlerDispatcher.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/HandlerResult.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/IHandlerDispatcher.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/Opcodes.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/PacketReader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Network/PacketWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -49,7 +49,7 @@
4949
logger.Trace(@"| |\/| / _` | .` | (_ | (_) \__ \ Vanilla Wow");
5050
logger.Trace(@"|_| |_\__,_|_|\_|\___|\___/|___/ ");
5151
logger.Trace(" ");
52-
logger.Trace("Website / Forum / Support: https://getmangos.eu/");
52+
logger.Trace("Website / Forum / Support: https://www.getmangos.eu/");
5353

5454
logger.Information("Starting legacy cluster server");
5555
await legacyWorldCluster.StartAsync();

src/server/GameServer/Requests/CMSG_PING.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Requests/IRequestMessage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Responses/IResponseMessage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Responses/SMSG_PONG.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Services/GameState.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/GameServer/Services/IGameState.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Client.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/ClusterServiceLocator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/DataStores/WS_DBCDatabase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/DataStores/WS_DBCLoad.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Globals/Functions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Globals/PacketClass.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Globals/Packets.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/Guild/WC_Guild.Guild.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/Guild/WC_Guild.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Auth.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Battleground.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Chat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Group.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Guild.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Misc.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Movement.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Petition.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Social.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WC_Handlers_Tickets.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WS_Handler_Channels.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Handlers/WcHandlerCharacter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/LegacyClusterModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/LegacyWorldCluster.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Network/ClientClass.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Network/WC_Network.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Network/WorldInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/Network/WorldServerClass.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Cluster/PacketEncryptionState.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/ClientInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/Functions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/Globals/Functions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/ICluster.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/IWorld.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/Logging/BaseWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/Logging/ColoredConsoleWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/Logging/ConsoleWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/server/Mangos.Common.Legacy/Logging/FileWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2013-2023 getMaNGOS <https://getmangos.eu>
2+
// Copyright (C) 2013-2025 getMaNGOS <https://www.getmangos.eu>
33
//
44
// This program is free software. You can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)