diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca03d4a1..f7f8144a9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake.cmd b/cmake.cmd new file mode 100644 index 000000000..ed8694776 --- /dev/null +++ b/cmake.cmd @@ -0,0 +1 @@ +C:\Program Files (x86)\CMake\bin\cmake.exe "S:\repos\mangosRepos\serverFour_rel18" -DBUILD_TOOLS:BOOL=1 -DBUILD_MANGOSD:BOOL=1 -DBUILD_REALMD:BOOL=1 -DSOAP:BOOL=1 -DSCRIPT_LIB_ELUNA:BOOL=0 -DSCRIPT_LIB_SD3:BOOL=0 -DPLAYERBOTS:BOOL=1 -DUSE_STORMLIB:BOOL=1 -DCMAKE_INSTALL_PREFIX="S:\repos\mangosRepos\serverFour_rel18_install" -B "S:\repos\mangosRepos\serverFour_rel18_build" -G "Visual Studio 17" -A x64 \ No newline at end of file diff --git a/contrib/soap/example.php b/contrib/soap/example.php index e113ecb2f..ddc7d8547 100644 --- a/contrib/soap/example.php +++ b/contrib/soap/example.php @@ -3,7 +3,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/libmpq/CMakeLists.txt b/dep/libmpq/CMakeLists.txt index 1bfd853ce..fa8797351 100644 --- a/dep/libmpq/CMakeLists.txt +++ b/dep/libmpq/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/dep/loadlib/ml/adt.cpp b/dep/loadlib/ml/adt.cpp index 281b6bf50..6ee33e022 100644 --- a/dep/loadlib/ml/adt.cpp +++ b/dep/loadlib/ml/adt.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/adt.h b/dep/loadlib/ml/adt.h index 609579a95..baa9a3601 100644 --- a/dep/loadlib/ml/adt.h +++ b/dep/loadlib/ml/adt.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/loadlib.cpp b/dep/loadlib/ml/loadlib.cpp index f33e88d98..0a374e4af 100644 --- a/dep/loadlib/ml/loadlib.cpp +++ b/dep/loadlib/ml/loadlib.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/loadlib.h b/dep/loadlib/ml/loadlib.h index 9a91199a6..73f4e9fb5 100644 --- a/dep/loadlib/ml/loadlib.h +++ b/dep/loadlib/ml/loadlib.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/mpq.cpp b/dep/loadlib/ml/mpq.cpp index d54772b71..b19c233bc 100644 --- a/dep/loadlib/ml/mpq.cpp +++ b/dep/loadlib/ml/mpq.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/mpq.h b/dep/loadlib/ml/mpq.h index 25a9a9a35..c55cc1e19 100644 --- a/dep/loadlib/ml/mpq.h +++ b/dep/loadlib/ml/mpq.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/wdt.cpp b/dep/loadlib/ml/wdt.cpp index 37c2b8b6a..7acaaee50 100644 --- a/dep/loadlib/ml/wdt.cpp +++ b/dep/loadlib/ml/wdt.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/loadlib/ml/wdt.h b/dep/loadlib/ml/wdt.h index 42efb3f58..f46f1b272 100644 --- a/dep/loadlib/ml/wdt.h +++ b/dep/loadlib/ml/wdt.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dep/recastnavigation/CMakeLists.txt b/dep/recastnavigation/CMakeLists.txt index a8b044dd2..369f27cfe 100644 --- a/dep/recastnavigation/CMakeLists.txt +++ b/dep/recastnavigation/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/dep/recastnavigation/DebugUtils/CMakeLists.txt b/dep/recastnavigation/DebugUtils/CMakeLists.txt index 5e9ab2ce9..abe82a38b 100644 --- a/dep/recastnavigation/DebugUtils/CMakeLists.txt +++ b/dep/recastnavigation/DebugUtils/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/dep/recastnavigation/Detour/CMakeLists.txt b/dep/recastnavigation/Detour/CMakeLists.txt index 823584931..82ba543c5 100644 --- a/dep/recastnavigation/Detour/CMakeLists.txt +++ b/dep/recastnavigation/Detour/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/dep/recastnavigation/Detour/Source/CMakeLists.txt b/dep/recastnavigation/Detour/Source/CMakeLists.txt index b59dce8d0..b9c50e366 100644 --- a/dep/recastnavigation/Detour/Source/CMakeLists.txt +++ b/dep/recastnavigation/Detour/Source/CMakeLists.txt @@ -1,6 +1,6 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # This program is free software; you can redistribute it and/or modify diff --git a/dep/recastnavigation/Recast/CMakeLists.txt b/dep/recastnavigation/Recast/CMakeLists.txt index a237ac07b..50afd494c 100644 --- a/dep/recastnavigation/Recast/CMakeLists.txt +++ b/dep/recastnavigation/Recast/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/dep/recastnavigation/RecastDemo/CMakeLists.txt b/dep/recastnavigation/RecastDemo/CMakeLists.txt index 5dc6c83d4..53b94d97f 100644 --- a/dep/recastnavigation/RecastDemo/CMakeLists.txt +++ b/dep/recastnavigation/RecastDemo/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2019 MaNGOS project +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/linux/getmangos.sh b/linux/getmangos.sh index f3cf19460..450b1bcd5 100644 --- a/linux/getmangos.sh +++ b/linux/getmangos.sh @@ -3,7 +3,7 @@ # MaNGOS Build Automation Script # # Written By: Ryan Ashley # # Updated By: Cedric Servais # -# Copyright (c) 2014-2020 MaNGOS Project # +# Copyright (c) 2014-2023 MaNGOS Project # # https://getmangos.eu/ # # # # This program is free software; you can redistribute it and/or modify # diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4d843776f..a4573a729 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/framework/CMakeLists.txt b/src/framework/CMakeLists.txt index 9d2eb0959..a3e7e5f59 100644 --- a/src/framework/CMakeLists.txt +++ b/src/framework/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/framework/Dynamic/FactoryHolder.h b/src/framework/Dynamic/FactoryHolder.h index 1f517104a..3e0e8f136 100644 --- a/src/framework/Dynamic/FactoryHolder.h +++ b/src/framework/Dynamic/FactoryHolder.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Dynamic/ObjectRegistry.h b/src/framework/Dynamic/ObjectRegistry.h index bd76e2433..113f6a51f 100644 --- a/src/framework/Dynamic/ObjectRegistry.h +++ b/src/framework/Dynamic/ObjectRegistry.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/Grid.h b/src/framework/GameSystem/Grid.h index 8b7bd53fc..e3f7d5971 100644 --- a/src/framework/GameSystem/Grid.h +++ b/src/framework/GameSystem/Grid.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/GridLoader.h b/src/framework/GameSystem/GridLoader.h index b5ee24517..1dd6502f3 100644 --- a/src/framework/GameSystem/GridLoader.h +++ b/src/framework/GameSystem/GridLoader.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/GridRefManager.h b/src/framework/GameSystem/GridRefManager.h index f85071078..adaa15ae2 100644 --- a/src/framework/GameSystem/GridRefManager.h +++ b/src/framework/GameSystem/GridRefManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h index 3fb162630..5272a487d 100644 --- a/src/framework/GameSystem/GridReference.h +++ b/src/framework/GameSystem/GridReference.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/NGrid.h b/src/framework/GameSystem/NGrid.h index 1bfa8328d..a59e03d53 100644 --- a/src/framework/GameSystem/NGrid.h +++ b/src/framework/GameSystem/NGrid.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/TypeContainer.h b/src/framework/GameSystem/TypeContainer.h index d385e8420..ff1e9ad2c 100644 --- a/src/framework/GameSystem/TypeContainer.h +++ b/src/framework/GameSystem/TypeContainer.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/TypeContainerFunctions.h b/src/framework/GameSystem/TypeContainerFunctions.h index 2ee9d9a67..b5241ea97 100644 --- a/src/framework/GameSystem/TypeContainerFunctions.h +++ b/src/framework/GameSystem/TypeContainerFunctions.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/TypeContainerVisitor.h b/src/framework/GameSystem/TypeContainerVisitor.h index 80268a824..9e23c8815 100644 --- a/src/framework/GameSystem/TypeContainerVisitor.h +++ b/src/framework/GameSystem/TypeContainerVisitor.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Platform/CompilerDefs.h b/src/framework/Platform/CompilerDefs.h index 48d28a0ac..c8abf7d8b 100644 --- a/src/framework/Platform/CompilerDefs.h +++ b/src/framework/Platform/CompilerDefs.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 9306fae99..ea2eb77c1 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/CreationPolicy.h b/src/framework/Policies/CreationPolicy.h index a61bdb1f9..9d95d5978 100644 --- a/src/framework/Policies/CreationPolicy.h +++ b/src/framework/Policies/CreationPolicy.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/ObjectLifeTime.cpp b/src/framework/Policies/ObjectLifeTime.cpp index 0eb99ef0b..0f4077423 100644 --- a/src/framework/Policies/ObjectLifeTime.cpp +++ b/src/framework/Policies/ObjectLifeTime.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/ObjectLifeTime.h b/src/framework/Policies/ObjectLifeTime.h index 4cae7f2e7..f4ebd5319 100644 --- a/src/framework/Policies/ObjectLifeTime.h +++ b/src/framework/Policies/ObjectLifeTime.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/Singleton.h b/src/framework/Policies/Singleton.h index 7b223cd74..17a8f1ce0 100644 --- a/src/framework/Policies/Singleton.h +++ b/src/framework/Policies/Singleton.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/ThreadingModel.h b/src/framework/Policies/ThreadingModel.h index fce60c59b..58f6757e7 100644 --- a/src/framework/Policies/ThreadingModel.h +++ b/src/framework/Policies/ThreadingModel.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/ByteConverter.h b/src/framework/Utilities/ByteConverter.h index a623924b1..e8d7f31a3 100644 --- a/src/framework/Utilities/ByteConverter.h +++ b/src/framework/Utilities/ByteConverter.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/Callback.h b/src/framework/Utilities/Callback.h index c08df47ae..f01f2c81b 100644 --- a/src/framework/Utilities/Callback.h +++ b/src/framework/Utilities/Callback.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/EventProcessor.cpp b/src/framework/Utilities/EventProcessor.cpp index 1936cd8e7..97863019f 100644 --- a/src/framework/Utilities/EventProcessor.cpp +++ b/src/framework/Utilities/EventProcessor.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/EventProcessor.h b/src/framework/Utilities/EventProcessor.h index 080210ea3..eca82518d 100644 --- a/src/framework/Utilities/EventProcessor.h +++ b/src/framework/Utilities/EventProcessor.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/LinkedList.h b/src/framework/Utilities/LinkedList.h index bdfa7cedd..33f0f026c 100644 --- a/src/framework/Utilities/LinkedList.h +++ b/src/framework/Utilities/LinkedList.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/LinkedReference/RefManager.h b/src/framework/Utilities/LinkedReference/RefManager.h index ef7b0f048..01f513392 100644 --- a/src/framework/Utilities/LinkedReference/RefManager.h +++ b/src/framework/Utilities/LinkedReference/RefManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/LinkedReference/Reference.h b/src/framework/Utilities/LinkedReference/Reference.h index 524dface4..2bb47e889 100644 --- a/src/framework/Utilities/LinkedReference/Reference.h +++ b/src/framework/Utilities/LinkedReference/Reference.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/TypeList.h b/src/framework/Utilities/TypeList.h index 401dd9461..2d50cb3a8 100644 --- a/src/framework/Utilities/TypeList.h +++ b/src/framework/Utilities/TypeList.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/UnorderedMapSet.h b/src/framework/Utilities/UnorderedMapSet.h index e44fc03a6..a82935fb9 100644 --- a/src/framework/Utilities/UnorderedMapSet.h +++ b/src/framework/Utilities/UnorderedMapSet.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseBot/AuctionHouseBot.cpp b/src/game/AuctionHouseBot/AuctionHouseBot.cpp index 44c0be81d..08f0a11ee 100644 --- a/src/game/AuctionHouseBot/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot/AuctionHouseBot.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseBot/AuctionHouseBot.h b/src/game/AuctionHouseBot/AuctionHouseBot.h index 2e0c28b49..963abef82 100644 --- a/src/game/AuctionHouseBot/AuctionHouseBot.h +++ b/src/game/AuctionHouseBot/AuctionHouseBot.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGround.cpp b/src/game/BattleGround/BattleGround.cpp index 4bda35701..fd8bf9902 100644 --- a/src/game/BattleGround/BattleGround.cpp +++ b/src/game/BattleGround/BattleGround.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGround.h b/src/game/BattleGround/BattleGround.h index 780d5f44a..8b89ab4c6 100644 --- a/src/game/BattleGround/BattleGround.h +++ b/src/game/BattleGround/BattleGround.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAA.cpp b/src/game/BattleGround/BattleGroundAA.cpp index 5e0e1b83a..4e3299685 100644 --- a/src/game/BattleGround/BattleGroundAA.cpp +++ b/src/game/BattleGround/BattleGroundAA.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAA.h b/src/game/BattleGround/BattleGroundAA.h index 37f694c59..229f39dc7 100644 --- a/src/game/BattleGround/BattleGroundAA.h +++ b/src/game/BattleGround/BattleGroundAA.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAB.cpp b/src/game/BattleGround/BattleGroundAB.cpp index 087c847ba..8c5dbb95b 100644 --- a/src/game/BattleGround/BattleGroundAB.cpp +++ b/src/game/BattleGround/BattleGroundAB.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAB.h b/src/game/BattleGround/BattleGroundAB.h index 934771bde..1e9414824 100644 --- a/src/game/BattleGround/BattleGroundAB.h +++ b/src/game/BattleGround/BattleGroundAB.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAV.cpp b/src/game/BattleGround/BattleGroundAV.cpp index 54d0e6513..26025b43d 100644 --- a/src/game/BattleGround/BattleGroundAV.cpp +++ b/src/game/BattleGround/BattleGroundAV.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAV.h b/src/game/BattleGround/BattleGroundAV.h index 52a592d23..1b07c024b 100644 --- a/src/game/BattleGround/BattleGroundAV.h +++ b/src/game/BattleGround/BattleGroundAV.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundBE.cpp b/src/game/BattleGround/BattleGroundBE.cpp index 8abb8687f..402dcb178 100644 --- a/src/game/BattleGround/BattleGroundBE.cpp +++ b/src/game/BattleGround/BattleGroundBE.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundBE.h b/src/game/BattleGround/BattleGroundBE.h index 6d05b5a9b..ca1c84551 100644 --- a/src/game/BattleGround/BattleGroundBE.h +++ b/src/game/BattleGround/BattleGroundBE.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundDS.cpp b/src/game/BattleGround/BattleGroundDS.cpp index d79cc5b26..d1dcadd27 100644 --- a/src/game/BattleGround/BattleGroundDS.cpp +++ b/src/game/BattleGround/BattleGroundDS.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundDS.h b/src/game/BattleGround/BattleGroundDS.h index 29196fd76..26985be2d 100644 --- a/src/game/BattleGround/BattleGroundDS.h +++ b/src/game/BattleGround/BattleGroundDS.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundEY.cpp b/src/game/BattleGround/BattleGroundEY.cpp index e36c4fdc3..4346b7934 100644 --- a/src/game/BattleGround/BattleGroundEY.cpp +++ b/src/game/BattleGround/BattleGroundEY.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundEY.h b/src/game/BattleGround/BattleGroundEY.h index a0a7cc8cd..90b48615f 100644 --- a/src/game/BattleGround/BattleGroundEY.h +++ b/src/game/BattleGround/BattleGroundEY.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundHandler.cpp b/src/game/BattleGround/BattleGroundHandler.cpp index b6abc92a9..23ff3a5ac 100644 --- a/src/game/BattleGround/BattleGroundHandler.cpp +++ b/src/game/BattleGround/BattleGroundHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundIC.cpp b/src/game/BattleGround/BattleGroundIC.cpp index 291d1771a..217ec1137 100644 --- a/src/game/BattleGround/BattleGroundIC.cpp +++ b/src/game/BattleGround/BattleGroundIC.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundIC.h b/src/game/BattleGround/BattleGroundIC.h index dbf553f56..243242604 100644 --- a/src/game/BattleGround/BattleGroundIC.h +++ b/src/game/BattleGround/BattleGroundIC.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundMgr.cpp b/src/game/BattleGround/BattleGroundMgr.cpp index 7d3850b56..c8a2d0498 100644 --- a/src/game/BattleGround/BattleGroundMgr.cpp +++ b/src/game/BattleGround/BattleGroundMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundMgr.h b/src/game/BattleGround/BattleGroundMgr.h index 3e97c724e..dbcc34e7e 100644 --- a/src/game/BattleGround/BattleGroundMgr.h +++ b/src/game/BattleGround/BattleGroundMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundNA.cpp b/src/game/BattleGround/BattleGroundNA.cpp index 261fadbb9..1c3548436 100644 --- a/src/game/BattleGround/BattleGroundNA.cpp +++ b/src/game/BattleGround/BattleGroundNA.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundNA.h b/src/game/BattleGround/BattleGroundNA.h index b658558ec..71d175069 100644 --- a/src/game/BattleGround/BattleGroundNA.h +++ b/src/game/BattleGround/BattleGroundNA.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundRB.cpp b/src/game/BattleGround/BattleGroundRB.cpp index cc88cc0e6..a0ba046e3 100644 --- a/src/game/BattleGround/BattleGroundRB.cpp +++ b/src/game/BattleGround/BattleGroundRB.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundRB.h b/src/game/BattleGround/BattleGroundRB.h index 20e461daf..5061f0fdd 100644 --- a/src/game/BattleGround/BattleGroundRB.h +++ b/src/game/BattleGround/BattleGroundRB.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundRL.cpp b/src/game/BattleGround/BattleGroundRL.cpp index a158a11cf..6201f7745 100644 --- a/src/game/BattleGround/BattleGroundRL.cpp +++ b/src/game/BattleGround/BattleGroundRL.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundRL.h b/src/game/BattleGround/BattleGroundRL.h index 2abb5ab34..4ec5957d6 100644 --- a/src/game/BattleGround/BattleGroundRL.h +++ b/src/game/BattleGround/BattleGroundRL.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundRV.cpp b/src/game/BattleGround/BattleGroundRV.cpp index 1684134c6..42cf3ecdb 100644 --- a/src/game/BattleGround/BattleGroundRV.cpp +++ b/src/game/BattleGround/BattleGroundRV.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundRV.h b/src/game/BattleGround/BattleGroundRV.h index a9ac7c491..e2f2b1d46 100644 --- a/src/game/BattleGround/BattleGroundRV.h +++ b/src/game/BattleGround/BattleGroundRV.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundSA.cpp b/src/game/BattleGround/BattleGroundSA.cpp index fefd402cd..e586a6681 100644 --- a/src/game/BattleGround/BattleGroundSA.cpp +++ b/src/game/BattleGround/BattleGroundSA.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundSA.h b/src/game/BattleGround/BattleGroundSA.h index 8d6fc421a..d7331ac5e 100644 --- a/src/game/BattleGround/BattleGroundSA.h +++ b/src/game/BattleGround/BattleGroundSA.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundWS.cpp b/src/game/BattleGround/BattleGroundWS.cpp index 6daeb4540..e03382829 100644 --- a/src/game/BattleGround/BattleGroundWS.cpp +++ b/src/game/BattleGround/BattleGroundWS.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundWS.h b/src/game/BattleGround/BattleGroundWS.h index 1ea01c9b7..300447276 100644 --- a/src/game/BattleGround/BattleGroundWS.h +++ b/src/game/BattleGround/BattleGroundWS.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/CMakeLists.txt b/src/game/BattleGround/CMakeLists.txt index 998dee769..51a325eb0 100644 --- a/src/game/BattleGround/CMakeLists.txt +++ b/src/game/BattleGround/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index b4e335ee5..022b01f53 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/game/ChatCommands/Level0.cpp b/src/game/ChatCommands/Level0.cpp index 9914378c9..76ac9f8ac 100644 --- a/src/game/ChatCommands/Level0.cpp +++ b/src/game/ChatCommands/Level0.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChatCommands/Level1.cpp b/src/game/ChatCommands/Level1.cpp index 0a7dc0bcb..266b045f2 100644 --- a/src/game/ChatCommands/Level1.cpp +++ b/src/game/ChatCommands/Level1.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChatCommands/Level2.cpp b/src/game/ChatCommands/Level2.cpp index 477569ee7..6be8c90ea 100644 --- a/src/game/ChatCommands/Level2.cpp +++ b/src/game/ChatCommands/Level2.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChatCommands/Level3.cpp b/src/game/ChatCommands/Level3.cpp index 5644943be..4a7a61d1c 100644 --- a/src/game/ChatCommands/Level3.cpp +++ b/src/game/ChatCommands/Level3.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChatCommands/Level4.cpp b/src/game/ChatCommands/Level4.cpp index ac3ce3d51..45d03d31c 100644 --- a/src/game/ChatCommands/Level4.cpp +++ b/src/game/ChatCommands/Level4.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChatCommands/debugcmds.cpp b/src/game/ChatCommands/debugcmds.cpp index 8de7432f2..d3ddbf9ad 100644 --- a/src/game/ChatCommands/debugcmds.cpp +++ b/src/game/ChatCommands/debugcmds.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/ConfusedMovementGenerator.cpp b/src/game/MotionGenerators/ConfusedMovementGenerator.cpp index d33c2c2c9..2fc0ad788 100644 --- a/src/game/MotionGenerators/ConfusedMovementGenerator.cpp +++ b/src/game/MotionGenerators/ConfusedMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/ConfusedMovementGenerator.h b/src/game/MotionGenerators/ConfusedMovementGenerator.h index ea45ae391..ddb2098d5 100644 --- a/src/game/MotionGenerators/ConfusedMovementGenerator.h +++ b/src/game/MotionGenerators/ConfusedMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/FleeingMovementGenerator.cpp b/src/game/MotionGenerators/FleeingMovementGenerator.cpp index 7d19bfbaa..06c89dda6 100644 --- a/src/game/MotionGenerators/FleeingMovementGenerator.cpp +++ b/src/game/MotionGenerators/FleeingMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/FleeingMovementGenerator.h b/src/game/MotionGenerators/FleeingMovementGenerator.h index 2d21c4b92..bba60e879 100644 --- a/src/game/MotionGenerators/FleeingMovementGenerator.h +++ b/src/game/MotionGenerators/FleeingMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/HomeMovementGenerator.cpp b/src/game/MotionGenerators/HomeMovementGenerator.cpp index ea3490ab3..141492b5e 100644 --- a/src/game/MotionGenerators/HomeMovementGenerator.cpp +++ b/src/game/MotionGenerators/HomeMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/HomeMovementGenerator.h b/src/game/MotionGenerators/HomeMovementGenerator.h index f0566e82c..1f5d47097 100644 --- a/src/game/MotionGenerators/HomeMovementGenerator.h +++ b/src/game/MotionGenerators/HomeMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/IdleMovementGenerator.cpp b/src/game/MotionGenerators/IdleMovementGenerator.cpp index e1e5ec7ab..785cc4a4e 100644 --- a/src/game/MotionGenerators/IdleMovementGenerator.cpp +++ b/src/game/MotionGenerators/IdleMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/IdleMovementGenerator.h b/src/game/MotionGenerators/IdleMovementGenerator.h index 76203c87c..dc5c4f7b1 100644 --- a/src/game/MotionGenerators/IdleMovementGenerator.h +++ b/src/game/MotionGenerators/IdleMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/MotionMaster.cpp b/src/game/MotionGenerators/MotionMaster.cpp index 39d4e92cb..55a859f4c 100644 --- a/src/game/MotionGenerators/MotionMaster.cpp +++ b/src/game/MotionGenerators/MotionMaster.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/MotionMaster.h b/src/game/MotionGenerators/MotionMaster.h index 37f64e511..59b2bc5f6 100644 --- a/src/game/MotionGenerators/MotionMaster.h +++ b/src/game/MotionGenerators/MotionMaster.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/MovementGenerator.cpp b/src/game/MotionGenerators/MovementGenerator.cpp index f567f10ac..71dcc7367 100644 --- a/src/game/MotionGenerators/MovementGenerator.cpp +++ b/src/game/MotionGenerators/MovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/MovementGenerator.h b/src/game/MotionGenerators/MovementGenerator.h index 0c6250ce2..e3a366f18 100644 --- a/src/game/MotionGenerators/MovementGenerator.h +++ b/src/game/MotionGenerators/MovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/PathFinder.cpp b/src/game/MotionGenerators/PathFinder.cpp index adf580a88..a9fc5abdf 100644 --- a/src/game/MotionGenerators/PathFinder.cpp +++ b/src/game/MotionGenerators/PathFinder.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/PathFinder.h b/src/game/MotionGenerators/PathFinder.h index 8652c2993..28cfd4613 100644 --- a/src/game/MotionGenerators/PathFinder.h +++ b/src/game/MotionGenerators/PathFinder.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/PointMovementGenerator.cpp b/src/game/MotionGenerators/PointMovementGenerator.cpp index 201d34cfc..a6dc395e0 100644 --- a/src/game/MotionGenerators/PointMovementGenerator.cpp +++ b/src/game/MotionGenerators/PointMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/PointMovementGenerator.h b/src/game/MotionGenerators/PointMovementGenerator.h index af10dfc6a..3b13b481b 100644 --- a/src/game/MotionGenerators/PointMovementGenerator.h +++ b/src/game/MotionGenerators/PointMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/RandomMovementGenerator.cpp b/src/game/MotionGenerators/RandomMovementGenerator.cpp index f95ca5d01..0652fd624 100644 --- a/src/game/MotionGenerators/RandomMovementGenerator.cpp +++ b/src/game/MotionGenerators/RandomMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/RandomMovementGenerator.h b/src/game/MotionGenerators/RandomMovementGenerator.h index 535ee2875..add830412 100644 --- a/src/game/MotionGenerators/RandomMovementGenerator.h +++ b/src/game/MotionGenerators/RandomMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/TargetedMovementGenerator.cpp b/src/game/MotionGenerators/TargetedMovementGenerator.cpp index bfd4ed6d9..f6144f821 100644 --- a/src/game/MotionGenerators/TargetedMovementGenerator.cpp +++ b/src/game/MotionGenerators/TargetedMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/TargetedMovementGenerator.h b/src/game/MotionGenerators/TargetedMovementGenerator.h index 1dae0e64c..f8eff80cc 100644 --- a/src/game/MotionGenerators/TargetedMovementGenerator.h +++ b/src/game/MotionGenerators/TargetedMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/WaypointMovementGenerator.cpp b/src/game/MotionGenerators/WaypointMovementGenerator.cpp index ee6b4757b..40288e923 100644 --- a/src/game/MotionGenerators/WaypointMovementGenerator.cpp +++ b/src/game/MotionGenerators/WaypointMovementGenerator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionGenerators/WaypointMovementGenerator.h b/src/game/MotionGenerators/WaypointMovementGenerator.h index 4190e86b1..634608f73 100644 --- a/src/game/MotionGenerators/WaypointMovementGenerator.h +++ b/src/game/MotionGenerators/WaypointMovementGenerator.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/AggressorAI.cpp b/src/game/Object/AggressorAI.cpp index 6fca4eff0..118004c3c 100644 --- a/src/game/Object/AggressorAI.cpp +++ b/src/game/Object/AggressorAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/AggressorAI.h b/src/game/Object/AggressorAI.h index 0263cc560..c66615a43 100644 --- a/src/game/Object/AggressorAI.h +++ b/src/game/Object/AggressorAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ArenaTeam.cpp b/src/game/Object/ArenaTeam.cpp index 009965af8..aa6937dcf 100644 --- a/src/game/Object/ArenaTeam.cpp +++ b/src/game/Object/ArenaTeam.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ArenaTeam.h b/src/game/Object/ArenaTeam.h index c2bbb29fc..927215b72 100644 --- a/src/game/Object/ArenaTeam.h +++ b/src/game/Object/ArenaTeam.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/AuctionHouseMgr.cpp b/src/game/Object/AuctionHouseMgr.cpp index d339da31a..d6e238cb7 100644 --- a/src/game/Object/AuctionHouseMgr.cpp +++ b/src/game/Object/AuctionHouseMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/AuctionHouseMgr.h b/src/game/Object/AuctionHouseMgr.h index 96ef77724..5af753bba 100644 --- a/src/game/Object/AuctionHouseMgr.h +++ b/src/game/Object/AuctionHouseMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Bag.cpp b/src/game/Object/Bag.cpp index 1d79401dc..8fd6b045d 100644 --- a/src/game/Object/Bag.cpp +++ b/src/game/Object/Bag.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Bag.h b/src/game/Object/Bag.h index ad0ae3407..d690833ce 100644 --- a/src/game/Object/Bag.h +++ b/src/game/Object/Bag.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Calendar.cpp b/src/game/Object/Calendar.cpp index 948f26405..33f48a62b 100644 --- a/src/game/Object/Calendar.cpp +++ b/src/game/Object/Calendar.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Calendar.h b/src/game/Object/Calendar.h index 4c82eba53..2e25fb9ec 100644 --- a/src/game/Object/Calendar.h +++ b/src/game/Object/Calendar.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Camera.cpp b/src/game/Object/Camera.cpp index 2986def21..bfb7c861a 100644 --- a/src/game/Object/Camera.cpp +++ b/src/game/Object/Camera.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Camera.h b/src/game/Object/Camera.h index 60826809e..b8e1a0cc0 100644 --- a/src/game/Object/Camera.h +++ b/src/game/Object/Camera.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Corpse.cpp b/src/game/Object/Corpse.cpp index 212abbcd5..4b6ae146d 100644 --- a/src/game/Object/Corpse.cpp +++ b/src/game/Object/Corpse.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Corpse.h b/src/game/Object/Corpse.h index b3daeeed2..449a2bf1f 100644 --- a/src/game/Object/Corpse.h +++ b/src/game/Object/Corpse.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Creature.cpp b/src/game/Object/Creature.cpp index d626c89aa..c1cb039e0 100644 --- a/src/game/Object/Creature.cpp +++ b/src/game/Object/Creature.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Creature.h b/src/game/Object/Creature.h index 1b1e68e02..12fee93dc 100644 --- a/src/game/Object/Creature.h +++ b/src/game/Object/Creature.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAI.cpp b/src/game/Object/CreatureAI.cpp index 207716d38..22cc98e4e 100644 --- a/src/game/Object/CreatureAI.cpp +++ b/src/game/Object/CreatureAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAI.h b/src/game/Object/CreatureAI.h index 5afc6b4f6..b47a4404f 100644 --- a/src/game/Object/CreatureAI.h +++ b/src/game/Object/CreatureAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAIImpl.h b/src/game/Object/CreatureAIImpl.h index fa006774c..8627f9f84 100644 --- a/src/game/Object/CreatureAIImpl.h +++ b/src/game/Object/CreatureAIImpl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAIRegistry.cpp b/src/game/Object/CreatureAIRegistry.cpp index 52fc3718c..6fc663eb7 100644 --- a/src/game/Object/CreatureAIRegistry.cpp +++ b/src/game/Object/CreatureAIRegistry.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAIRegistry.h b/src/game/Object/CreatureAIRegistry.h index 3a0774acc..d5a9f5251 100644 --- a/src/game/Object/CreatureAIRegistry.h +++ b/src/game/Object/CreatureAIRegistry.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAISelector.cpp b/src/game/Object/CreatureAISelector.cpp index 92ea55b71..dc110bc9b 100644 --- a/src/game/Object/CreatureAISelector.cpp +++ b/src/game/Object/CreatureAISelector.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureAISelector.h b/src/game/Object/CreatureAISelector.h index 826fa3eff..1b033ca64 100644 --- a/src/game/Object/CreatureAISelector.h +++ b/src/game/Object/CreatureAISelector.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureEventAI.cpp b/src/game/Object/CreatureEventAI.cpp index 2b407fd0c..bbbc82f18 100644 --- a/src/game/Object/CreatureEventAI.cpp +++ b/src/game/Object/CreatureEventAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureEventAI.h b/src/game/Object/CreatureEventAI.h index 38599b10a..d10de55a5 100644 --- a/src/game/Object/CreatureEventAI.h +++ b/src/game/Object/CreatureEventAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureEventAIMgr.cpp b/src/game/Object/CreatureEventAIMgr.cpp index 998066793..f18ce34eb 100644 --- a/src/game/Object/CreatureEventAIMgr.cpp +++ b/src/game/Object/CreatureEventAIMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/CreatureEventAIMgr.h b/src/game/Object/CreatureEventAIMgr.h index 03c43c311..705d2c345 100644 --- a/src/game/Object/CreatureEventAIMgr.h +++ b/src/game/Object/CreatureEventAIMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/DynamicObject.cpp b/src/game/Object/DynamicObject.cpp index 4ab94b820..c27e2b432 100644 --- a/src/game/Object/DynamicObject.cpp +++ b/src/game/Object/DynamicObject.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/DynamicObject.h b/src/game/Object/DynamicObject.h index 17c445844..0d2778080 100644 --- a/src/game/Object/DynamicObject.h +++ b/src/game/Object/DynamicObject.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Formulas.h b/src/game/Object/Formulas.h index f81b2d580..600805467 100644 --- a/src/game/Object/Formulas.h +++ b/src/game/Object/Formulas.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/GMTicketMgr.cpp b/src/game/Object/GMTicketMgr.cpp index a69221114..311b7378d 100644 --- a/src/game/Object/GMTicketMgr.cpp +++ b/src/game/Object/GMTicketMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/GMTicketMgr.h b/src/game/Object/GMTicketMgr.h index 546f90323..48ad8332c 100644 --- a/src/game/Object/GMTicketMgr.h +++ b/src/game/Object/GMTicketMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/GameObject.cpp b/src/game/Object/GameObject.cpp index 001ad77a4..5f7b8e93c 100644 --- a/src/game/Object/GameObject.cpp +++ b/src/game/Object/GameObject.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/GameObject.h b/src/game/Object/GameObject.h index f573a0829..80b287e07 100644 --- a/src/game/Object/GameObject.h +++ b/src/game/Object/GameObject.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/GuardAI.cpp b/src/game/Object/GuardAI.cpp index 97f72cc1e..cbf9942fb 100644 --- a/src/game/Object/GuardAI.cpp +++ b/src/game/Object/GuardAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/GuardAI.h b/src/game/Object/GuardAI.h index 89ef73188..6f6207550 100644 --- a/src/game/Object/GuardAI.h +++ b/src/game/Object/GuardAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Guild.cpp b/src/game/Object/Guild.cpp index 26bd9c4a7..16f52701a 100644 --- a/src/game/Object/Guild.cpp +++ b/src/game/Object/Guild.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Guild.h b/src/game/Object/Guild.h index 46b5a25a1..17e643dad 100644 --- a/src/game/Object/Guild.h +++ b/src/game/Object/Guild.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Item.cpp b/src/game/Object/Item.cpp index 7c92cf2e0..7d2213eba 100644 --- a/src/game/Object/Item.cpp +++ b/src/game/Object/Item.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Item.h b/src/game/Object/Item.h index 843f60746..9a0881e09 100644 --- a/src/game/Object/Item.h +++ b/src/game/Object/Item.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ItemEnchantmentMgr.cpp b/src/game/Object/ItemEnchantmentMgr.cpp index 44bd93313..3d9245dec 100644 --- a/src/game/Object/ItemEnchantmentMgr.cpp +++ b/src/game/Object/ItemEnchantmentMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ItemEnchantmentMgr.h b/src/game/Object/ItemEnchantmentMgr.h index d240cbe46..f4882f257 100644 --- a/src/game/Object/ItemEnchantmentMgr.h +++ b/src/game/Object/ItemEnchantmentMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ItemPrototype.h b/src/game/Object/ItemPrototype.h index 3b545cb72..072fc57ab 100644 --- a/src/game/Object/ItemPrototype.h +++ b/src/game/Object/ItemPrototype.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/LootMgr.cpp b/src/game/Object/LootMgr.cpp index 6fe25507f..1155ea4ca 100644 --- a/src/game/Object/LootMgr.cpp +++ b/src/game/Object/LootMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/LootMgr.h b/src/game/Object/LootMgr.h index d61c284ed..185324399 100644 --- a/src/game/Object/LootMgr.h +++ b/src/game/Object/LootMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/NullCreatureAI.cpp b/src/game/Object/NullCreatureAI.cpp index ce5514f62..37ae0c427 100644 --- a/src/game/Object/NullCreatureAI.cpp +++ b/src/game/Object/NullCreatureAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/NullCreatureAI.h b/src/game/Object/NullCreatureAI.h index 8f6984c33..379f65d9f 100644 --- a/src/game/Object/NullCreatureAI.h +++ b/src/game/Object/NullCreatureAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Object.cpp b/src/game/Object/Object.cpp index e27213d29..7184490c2 100644 --- a/src/game/Object/Object.cpp +++ b/src/game/Object/Object.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Object.h b/src/game/Object/Object.h index bdb76ecbe..e8e437f7b 100644 --- a/src/game/Object/Object.h +++ b/src/game/Object/Object.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectAccessor.cpp b/src/game/Object/ObjectAccessor.cpp index 9c70b36b2..ee97d6521 100644 --- a/src/game/Object/ObjectAccessor.cpp +++ b/src/game/Object/ObjectAccessor.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectAccessor.h b/src/game/Object/ObjectAccessor.h index cd3d53c91..1c2b96da3 100644 --- a/src/game/Object/ObjectAccessor.h +++ b/src/game/Object/ObjectAccessor.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectGuid.cpp b/src/game/Object/ObjectGuid.cpp index d275ffea9..d5f4a8a91 100644 --- a/src/game/Object/ObjectGuid.cpp +++ b/src/game/Object/ObjectGuid.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectGuid.h b/src/game/Object/ObjectGuid.h index 49db1bde3..4d129c76f 100644 --- a/src/game/Object/ObjectGuid.h +++ b/src/game/Object/ObjectGuid.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectMgr.cpp b/src/game/Object/ObjectMgr.cpp index 298d73e3c..1bd1400b8 100644 --- a/src/game/Object/ObjectMgr.cpp +++ b/src/game/Object/ObjectMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectMgr.h b/src/game/Object/ObjectMgr.h index af200fe08..d1d6501cb 100644 --- a/src/game/Object/ObjectMgr.h +++ b/src/game/Object/ObjectMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectPosSelector.cpp b/src/game/Object/ObjectPosSelector.cpp index f7c014f8b..c01e3dc66 100644 --- a/src/game/Object/ObjectPosSelector.cpp +++ b/src/game/Object/ObjectPosSelector.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ObjectPosSelector.h b/src/game/Object/ObjectPosSelector.h index b078f2d80..98262c2db 100644 --- a/src/game/Object/ObjectPosSelector.h +++ b/src/game/Object/ObjectPosSelector.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Pet.cpp b/src/game/Object/Pet.cpp index 55f7ad738..38f821e9f 100644 --- a/src/game/Object/Pet.cpp +++ b/src/game/Object/Pet.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Pet.h b/src/game/Object/Pet.h index 973aa6e36..881c96252 100644 --- a/src/game/Object/Pet.h +++ b/src/game/Object/Pet.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/PetAI.cpp b/src/game/Object/PetAI.cpp index c92f64cf2..9791069c7 100644 --- a/src/game/Object/PetAI.cpp +++ b/src/game/Object/PetAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/PetAI.h b/src/game/Object/PetAI.h index 8ef74d584..ab031ffea 100644 --- a/src/game/Object/PetAI.h +++ b/src/game/Object/PetAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Player.cpp b/src/game/Object/Player.cpp index 24ac6d71f..3ce1404e1 100644 --- a/src/game/Object/Player.cpp +++ b/src/game/Object/Player.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Player.h b/src/game/Object/Player.h index b25bc4290..996abb2fd 100644 --- a/src/game/Object/Player.h +++ b/src/game/Object/Player.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ReactorAI.cpp b/src/game/Object/ReactorAI.cpp index a8df4c0f7..9c8da7cf0 100644 --- a/src/game/Object/ReactorAI.cpp +++ b/src/game/Object/ReactorAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ReactorAI.h b/src/game/Object/ReactorAI.h index 9c4c09caa..c0df75219 100644 --- a/src/game/Object/ReactorAI.h +++ b/src/game/Object/ReactorAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ReputationMgr.cpp b/src/game/Object/ReputationMgr.cpp index 6bcbe994b..2b1d805df 100644 --- a/src/game/Object/ReputationMgr.cpp +++ b/src/game/Object/ReputationMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/ReputationMgr.h b/src/game/Object/ReputationMgr.h index 5ba24c4e1..c7f235cb8 100644 --- a/src/game/Object/ReputationMgr.h +++ b/src/game/Object/ReputationMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/SocialMgr.cpp b/src/game/Object/SocialMgr.cpp index f522159f7..a938e0e32 100644 --- a/src/game/Object/SocialMgr.cpp +++ b/src/game/Object/SocialMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/SocialMgr.h b/src/game/Object/SocialMgr.h index 66dd2d867..be83a6b8a 100644 --- a/src/game/Object/SocialMgr.h +++ b/src/game/Object/SocialMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/SpellMgr.cpp b/src/game/Object/SpellMgr.cpp index 17380753a..04f4e4f8a 100644 --- a/src/game/Object/SpellMgr.cpp +++ b/src/game/Object/SpellMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/SpellMgr.h b/src/game/Object/SpellMgr.h index 66021d24b..af163ee53 100644 --- a/src/game/Object/SpellMgr.h +++ b/src/game/Object/SpellMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/StatSystem.cpp b/src/game/Object/StatSystem.cpp index 871fc3ffd..c26e84b18 100644 --- a/src/game/Object/StatSystem.cpp +++ b/src/game/Object/StatSystem.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/TemporarySummon.cpp b/src/game/Object/TemporarySummon.cpp index 6cb7329f8..b99989f14 100644 --- a/src/game/Object/TemporarySummon.cpp +++ b/src/game/Object/TemporarySummon.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/TemporarySummon.h b/src/game/Object/TemporarySummon.h index 2af809de5..38d2f0b62 100644 --- a/src/game/Object/TemporarySummon.h +++ b/src/game/Object/TemporarySummon.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Totem.cpp b/src/game/Object/Totem.cpp index 77d31e58e..a7c06d3dd 100644 --- a/src/game/Object/Totem.cpp +++ b/src/game/Object/Totem.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Totem.h b/src/game/Object/Totem.h index 4aac9f943..c1e6c0a64 100644 --- a/src/game/Object/Totem.h +++ b/src/game/Object/Totem.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/TotemAI.cpp b/src/game/Object/TotemAI.cpp index 34000488c..19131d6ca 100644 --- a/src/game/Object/TotemAI.cpp +++ b/src/game/Object/TotemAI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/TotemAI.h b/src/game/Object/TotemAI.h index 183a08620..05c9e090a 100644 --- a/src/game/Object/TotemAI.h +++ b/src/game/Object/TotemAI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Unit.cpp b/src/game/Object/Unit.cpp index e905aad07..4113138cf 100644 --- a/src/game/Object/Unit.cpp +++ b/src/game/Object/Unit.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Unit.h b/src/game/Object/Unit.h index d20fd6e1e..9a534346f 100644 --- a/src/game/Object/Unit.h +++ b/src/game/Object/Unit.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/UnitEvents.h b/src/game/Object/UnitEvents.h index f80958385..c26f2ff30 100644 --- a/src/game/Object/UnitEvents.h +++ b/src/game/Object/UnitEvents.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/UpdateFields.h b/src/game/Object/UpdateFields.h index 298b9a734..4fa45091e 100644 --- a/src/game/Object/UpdateFields.h +++ b/src/game/Object/UpdateFields.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/UpdateMask.h b/src/game/Object/UpdateMask.h index 759b38b72..c3033c359 100644 --- a/src/game/Object/UpdateMask.h +++ b/src/game/Object/UpdateMask.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Vehicle.cpp b/src/game/Object/Vehicle.cpp index 9e6b5806f..aaf15b9a3 100644 --- a/src/game/Object/Vehicle.cpp +++ b/src/game/Object/Vehicle.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object/Vehicle.h b/src/game/Object/Vehicle.h index 13e4b9ff7..2be05a960 100644 --- a/src/game/Object/Vehicle.h +++ b/src/game/Object/Vehicle.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/CMakeLists.txt b/src/game/OutdoorPvP/CMakeLists.txt index 6bd581cb6..c2175affc 100644 --- a/src/game/OutdoorPvP/CMakeLists.txt +++ b/src/game/OutdoorPvP/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/src/game/OutdoorPvP/OutdoorPvP.cpp b/src/game/OutdoorPvP/OutdoorPvP.cpp index 935e4d3cb..04e77c835 100644 --- a/src/game/OutdoorPvP/OutdoorPvP.cpp +++ b/src/game/OutdoorPvP/OutdoorPvP.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvP.h b/src/game/OutdoorPvP/OutdoorPvP.h index 3c36997c3..7485008dd 100644 --- a/src/game/OutdoorPvP/OutdoorPvP.h +++ b/src/game/OutdoorPvP/OutdoorPvP.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPEP.cpp b/src/game/OutdoorPvP/OutdoorPvPEP.cpp index 57005a5a9..98946c3a1 100644 --- a/src/game/OutdoorPvP/OutdoorPvPEP.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPEP.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPEP.h b/src/game/OutdoorPvP/OutdoorPvPEP.h index e87f370ea..da4b854f3 100644 --- a/src/game/OutdoorPvP/OutdoorPvPEP.h +++ b/src/game/OutdoorPvP/OutdoorPvPEP.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPGH.cpp b/src/game/OutdoorPvP/OutdoorPvPGH.cpp index 71982943c..1ff6bed44 100644 --- a/src/game/OutdoorPvP/OutdoorPvPGH.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPGH.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPGH.h b/src/game/OutdoorPvP/OutdoorPvPGH.h index 277fbe8f5..66d19f1b5 100644 --- a/src/game/OutdoorPvP/OutdoorPvPGH.h +++ b/src/game/OutdoorPvP/OutdoorPvPGH.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPHP.cpp b/src/game/OutdoorPvP/OutdoorPvPHP.cpp index 8d3500988..f63e97326 100644 --- a/src/game/OutdoorPvP/OutdoorPvPHP.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPHP.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPHP.h b/src/game/OutdoorPvP/OutdoorPvPHP.h index 56ab9dd1a..eb2aff4b5 100644 --- a/src/game/OutdoorPvP/OutdoorPvPHP.h +++ b/src/game/OutdoorPvP/OutdoorPvPHP.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp index 40806106e..afbfbdad7 100644 --- a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.h b/src/game/OutdoorPvP/OutdoorPvPMgr.h index de3aed3e0..d89b18acf 100644 --- a/src/game/OutdoorPvP/OutdoorPvPMgr.h +++ b/src/game/OutdoorPvP/OutdoorPvPMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPNA.cpp b/src/game/OutdoorPvP/OutdoorPvPNA.cpp index 4a808d934..fb949eafa 100644 --- a/src/game/OutdoorPvP/OutdoorPvPNA.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPNA.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPNA.h b/src/game/OutdoorPvP/OutdoorPvPNA.h index fb41467c7..a4c86d08e 100644 --- a/src/game/OutdoorPvP/OutdoorPvPNA.h +++ b/src/game/OutdoorPvP/OutdoorPvPNA.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPSI.cpp b/src/game/OutdoorPvP/OutdoorPvPSI.cpp index edd0150b2..43bc8bdb1 100644 --- a/src/game/OutdoorPvP/OutdoorPvPSI.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPSI.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPSI.h b/src/game/OutdoorPvP/OutdoorPvPSI.h index 7e10d77d4..131c2ccc5 100644 --- a/src/game/OutdoorPvP/OutdoorPvPSI.h +++ b/src/game/OutdoorPvP/OutdoorPvPSI.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPTF.cpp b/src/game/OutdoorPvP/OutdoorPvPTF.cpp index 30999214c..f76295739 100644 --- a/src/game/OutdoorPvP/OutdoorPvPTF.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPTF.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPTF.h b/src/game/OutdoorPvP/OutdoorPvPTF.h index 830b3d376..ad2df8c30 100644 --- a/src/game/OutdoorPvP/OutdoorPvPTF.h +++ b/src/game/OutdoorPvP/OutdoorPvPTF.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPZM.cpp b/src/game/OutdoorPvP/OutdoorPvPZM.cpp index 290e1d610..930d9076d 100644 --- a/src/game/OutdoorPvP/OutdoorPvPZM.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPZM.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPZM.h b/src/game/OutdoorPvP/OutdoorPvPZM.h index 63b2ca5fe..9be42b60b 100644 --- a/src/game/OutdoorPvP/OutdoorPvPZM.h +++ b/src/game/OutdoorPvP/OutdoorPvPZM.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/FollowerRefManager.h b/src/game/References/FollowerRefManager.h index 717c12e3c..af03009f9 100644 --- a/src/game/References/FollowerRefManager.h +++ b/src/game/References/FollowerRefManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/FollowerReference.cpp b/src/game/References/FollowerReference.cpp index 6dc62db8d..490117da0 100644 --- a/src/game/References/FollowerReference.cpp +++ b/src/game/References/FollowerReference.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/FollowerReference.h b/src/game/References/FollowerReference.h index 03c72549d..f8905b5eb 100644 --- a/src/game/References/FollowerReference.h +++ b/src/game/References/FollowerReference.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/GroupRefManager.h b/src/game/References/GroupRefManager.h index d0105580f..0e9029eca 100644 --- a/src/game/References/GroupRefManager.h +++ b/src/game/References/GroupRefManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/GroupReference.cpp b/src/game/References/GroupReference.cpp index 025d0c685..ae03f0969 100644 --- a/src/game/References/GroupReference.cpp +++ b/src/game/References/GroupReference.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/GroupReference.h b/src/game/References/GroupReference.h index 86b3d75d3..f4910a5b4 100644 --- a/src/game/References/GroupReference.h +++ b/src/game/References/GroupReference.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/HostileRefManager.cpp b/src/game/References/HostileRefManager.cpp index e2e7d2d6a..e97368362 100644 --- a/src/game/References/HostileRefManager.cpp +++ b/src/game/References/HostileRefManager.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/HostileRefManager.h b/src/game/References/HostileRefManager.h index 0391b3281..410c785ef 100644 --- a/src/game/References/HostileRefManager.h +++ b/src/game/References/HostileRefManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/MapRefManager.h b/src/game/References/MapRefManager.h index 9ab276a2d..23f2224a0 100644 --- a/src/game/References/MapRefManager.h +++ b/src/game/References/MapRefManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/MapReference.h b/src/game/References/MapReference.h index bf13fceb0..8290cdcf6 100644 --- a/src/game/References/MapReference.h +++ b/src/game/References/MapReference.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/ThreatManager.cpp b/src/game/References/ThreatManager.cpp index 609928db2..4f22ac430 100644 --- a/src/game/References/ThreatManager.cpp +++ b/src/game/References/ThreatManager.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/References/ThreatManager.h b/src/game/References/ThreatManager.h index 9a4e767c3..8904bcf03 100644 --- a/src/game/References/ThreatManager.h +++ b/src/game/References/ThreatManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DB2Stores.cpp b/src/game/Server/DB2Stores.cpp index 722891b83..6f286e562 100644 --- a/src/game/Server/DB2Stores.cpp +++ b/src/game/Server/DB2Stores.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DB2Stores.h b/src/game/Server/DB2Stores.h index 0398f2faa..6c24d4880 100755 --- a/src/game/Server/DB2Stores.h +++ b/src/game/Server/DB2Stores.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DB2Structure.h b/src/game/Server/DB2Structure.h index d69bfc631..1ff8bb45e 100644 --- a/src/game/Server/DB2Structure.h +++ b/src/game/Server/DB2Structure.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DB2fmt.h b/src/game/Server/DB2fmt.h index f205aeef4..f12d66ba7 100644 --- a/src/game/Server/DB2fmt.h +++ b/src/game/Server/DB2fmt.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DBCEnums.h b/src/game/Server/DBCEnums.h index eccf0c1dd..90250d0d6 100644 --- a/src/game/Server/DBCEnums.h +++ b/src/game/Server/DBCEnums.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DBCStores.cpp b/src/game/Server/DBCStores.cpp index 35ac74478..8b4c3db02 100644 --- a/src/game/Server/DBCStores.cpp +++ b/src/game/Server/DBCStores.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DBCStores.h b/src/game/Server/DBCStores.h index afda73d20..c3f6f03b2 100644 --- a/src/game/Server/DBCStores.h +++ b/src/game/Server/DBCStores.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DBCStructure.cpp b/src/game/Server/DBCStructure.cpp index 7e15a6321..74e8abed1 100644 --- a/src/game/Server/DBCStructure.cpp +++ b/src/game/Server/DBCStructure.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DBCStructure.h b/src/game/Server/DBCStructure.h index 0cb172390..5f4c6be17 100644 --- a/src/game/Server/DBCStructure.h +++ b/src/game/Server/DBCStructure.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/DBCfmt.h b/src/game/Server/DBCfmt.h index debf59d1d..a78a9e55a 100644 --- a/src/game/Server/DBCfmt.h +++ b/src/game/Server/DBCfmt.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/Opcodes.cpp b/src/game/Server/Opcodes.cpp index f97726850..67c726f9d 100644 --- a/src/game/Server/Opcodes.cpp +++ b/src/game/Server/Opcodes.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/Opcodes.h b/src/game/Server/Opcodes.h index 9a8ba2778..cef865198 100644 --- a/src/game/Server/Opcodes.h +++ b/src/game/Server/Opcodes.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/SQLStorages.cpp b/src/game/Server/SQLStorages.cpp index f50850d4b..dd1eb64d1 100644 --- a/src/game/Server/SQLStorages.cpp +++ b/src/game/Server/SQLStorages.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/SQLStorages.h b/src/game/Server/SQLStorages.h index 9006c5516..2578f4772 100644 --- a/src/game/Server/SQLStorages.h +++ b/src/game/Server/SQLStorages.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/SharedDefines.h b/src/game/Server/SharedDefines.h index 29e3cff27..71da04598 100644 --- a/src/game/Server/SharedDefines.h +++ b/src/game/Server/SharedDefines.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/WorldSession.cpp b/src/game/Server/WorldSession.cpp index bd7e28be2..55f37952a 100644 --- a/src/game/Server/WorldSession.cpp +++ b/src/game/Server/WorldSession.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/WorldSession.h b/src/game/Server/WorldSession.h index fb299fdfe..3d8326794 100644 --- a/src/game/Server/WorldSession.h +++ b/src/game/Server/WorldSession.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/WorldSocket.cpp b/src/game/Server/WorldSocket.cpp index 43fc10431..6a13e85da 100644 --- a/src/game/Server/WorldSocket.cpp +++ b/src/game/Server/WorldSocket.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/WorldSocket.h b/src/game/Server/WorldSocket.h index 866ae1a22..3e39ec5d7 100644 --- a/src/game/Server/WorldSocket.h +++ b/src/game/Server/WorldSocket.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/WorldSocketMgr.cpp b/src/game/Server/WorldSocketMgr.cpp index b94837af4..f36c6b85a 100644 --- a/src/game/Server/WorldSocketMgr.cpp +++ b/src/game/Server/WorldSocketMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Server/WorldSocketMgr.h b/src/game/Server/WorldSocketMgr.h index eb4330ce2..fe772f0a3 100644 --- a/src/game/Server/WorldSocketMgr.h +++ b/src/game/Server/WorldSocketMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Tools/CharacterDatabaseCleaner.cpp b/src/game/Tools/CharacterDatabaseCleaner.cpp index f7247d949..4e38b6fe8 100644 --- a/src/game/Tools/CharacterDatabaseCleaner.cpp +++ b/src/game/Tools/CharacterDatabaseCleaner.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Tools/CharacterDatabaseCleaner.h b/src/game/Tools/CharacterDatabaseCleaner.h index 82b5598b6..87fe39d3e 100644 --- a/src/game/Tools/CharacterDatabaseCleaner.h +++ b/src/game/Tools/CharacterDatabaseCleaner.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Tools/Language.h b/src/game/Tools/Language.h index fc923f812..579ca01dc 100644 --- a/src/game/Tools/Language.h +++ b/src/game/Tools/Language.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Tools/PlayerDump.cpp b/src/game/Tools/PlayerDump.cpp index ebf5828f0..3ab4e0a23 100644 --- a/src/game/Tools/PlayerDump.cpp +++ b/src/game/Tools/PlayerDump.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Tools/PlayerDump.h b/src/game/Tools/PlayerDump.h index 85c07bef2..8303e4340 100644 --- a/src/game/Tools/PlayerDump.h +++ b/src/game/Tools/PlayerDump.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Warden/Modules/WardenModuleMac.h b/src/game/Warden/Modules/WardenModuleMac.h index b186d1523..c58d9ff64 100644 --- a/src/game/Warden/Modules/WardenModuleMac.h +++ b/src/game/Warden/Modules/WardenModuleMac.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/Modules/WardenModuleWin.h b/src/game/Warden/Modules/WardenModuleWin.h index c174f0fd6..fad9ebb08 100644 --- a/src/game/Warden/Modules/WardenModuleWin.h +++ b/src/game/Warden/Modules/WardenModuleWin.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/Warden.cpp b/src/game/Warden/Warden.cpp index d6b736ce2..5e72e5baf 100644 --- a/src/game/Warden/Warden.cpp +++ b/src/game/Warden/Warden.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/Warden.h b/src/game/Warden/Warden.h index ae2ccd2e9..454218854 100644 --- a/src/game/Warden/Warden.h +++ b/src/game/Warden/Warden.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/WardenCheckMgr.cpp b/src/game/Warden/WardenCheckMgr.cpp index 4d7b3021d..e5d6c4442 100644 --- a/src/game/Warden/WardenCheckMgr.cpp +++ b/src/game/Warden/WardenCheckMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/WardenCheckMgr.h b/src/game/Warden/WardenCheckMgr.h index aae915ec0..1b94f47c6 100644 --- a/src/game/Warden/WardenCheckMgr.h +++ b/src/game/Warden/WardenCheckMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/WardenMac.cpp b/src/game/Warden/WardenMac.cpp index 49ded8210..7ece2bc72 100644 --- a/src/game/Warden/WardenMac.cpp +++ b/src/game/Warden/WardenMac.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/WardenMac.h b/src/game/Warden/WardenMac.h index 3e3e85db3..5b0da121a 100644 --- a/src/game/Warden/WardenMac.h +++ b/src/game/Warden/WardenMac.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/WardenWin.cpp b/src/game/Warden/WardenWin.cpp index f07a3ff9c..c970c93ab 100644 --- a/src/game/Warden/WardenWin.cpp +++ b/src/game/Warden/WardenWin.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/Warden/WardenWin.h b/src/game/Warden/WardenWin.h index ae00660a2..ebb8015d5 100644 --- a/src/game/Warden/WardenWin.h +++ b/src/game/Warden/WardenWin.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/game/WorldHandlers/AccountMgr.cpp b/src/game/WorldHandlers/AccountMgr.cpp index e64f91f0c..abe683c2d 100644 --- a/src/game/WorldHandlers/AccountMgr.cpp +++ b/src/game/WorldHandlers/AccountMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/AccountMgr.h b/src/game/WorldHandlers/AccountMgr.h index 879f8eae5..1ffa380bf 100644 --- a/src/game/WorldHandlers/AccountMgr.h +++ b/src/game/WorldHandlers/AccountMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/AchievementMgr.cpp b/src/game/WorldHandlers/AchievementMgr.cpp index 9f9e2cf26..a4a729e3d 100644 --- a/src/game/WorldHandlers/AchievementMgr.cpp +++ b/src/game/WorldHandlers/AchievementMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/AchievementMgr.h b/src/game/WorldHandlers/AchievementMgr.h index 01ff74382..16f97f5a8 100644 --- a/src/game/WorldHandlers/AchievementMgr.h +++ b/src/game/WorldHandlers/AchievementMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ArenaTeamHandler.cpp b/src/game/WorldHandlers/ArenaTeamHandler.cpp index 8dd0f3a2d..e30d6a399 100644 --- a/src/game/WorldHandlers/ArenaTeamHandler.cpp +++ b/src/game/WorldHandlers/ArenaTeamHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/AuctionHouseHandler.cpp b/src/game/WorldHandlers/AuctionHouseHandler.cpp index b9a635982..c3702a1a9 100644 --- a/src/game/WorldHandlers/AuctionHouseHandler.cpp +++ b/src/game/WorldHandlers/AuctionHouseHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/CalendarHandler.cpp b/src/game/WorldHandlers/CalendarHandler.cpp index 864fe50a9..d380caf7c 100644 --- a/src/game/WorldHandlers/CalendarHandler.cpp +++ b/src/game/WorldHandlers/CalendarHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Cell.h b/src/game/WorldHandlers/Cell.h index 7d17ecad4..d4d55b69a 100644 --- a/src/game/WorldHandlers/Cell.h +++ b/src/game/WorldHandlers/Cell.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/CellImpl.h b/src/game/WorldHandlers/CellImpl.h index 4bf334eb6..c6fc543ac 100644 --- a/src/game/WorldHandlers/CellImpl.h +++ b/src/game/WorldHandlers/CellImpl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Channel.cpp b/src/game/WorldHandlers/Channel.cpp index 97caa8266..9032dbeb5 100644 --- a/src/game/WorldHandlers/Channel.cpp +++ b/src/game/WorldHandlers/Channel.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Channel.h b/src/game/WorldHandlers/Channel.h index fa6afd4a9..53740f120 100644 --- a/src/game/WorldHandlers/Channel.h +++ b/src/game/WorldHandlers/Channel.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ChannelHandler.cpp b/src/game/WorldHandlers/ChannelHandler.cpp index 30b82b753..8a053e889 100644 --- a/src/game/WorldHandlers/ChannelHandler.cpp +++ b/src/game/WorldHandlers/ChannelHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ChannelMgr.cpp b/src/game/WorldHandlers/ChannelMgr.cpp index b409637c0..303a2c976 100644 --- a/src/game/WorldHandlers/ChannelMgr.cpp +++ b/src/game/WorldHandlers/ChannelMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ChannelMgr.h b/src/game/WorldHandlers/ChannelMgr.h index c1d22b5f0..6174ff66f 100644 --- a/src/game/WorldHandlers/ChannelMgr.h +++ b/src/game/WorldHandlers/ChannelMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/CharacterHandler.cpp b/src/game/WorldHandlers/CharacterHandler.cpp index 2b05f4ce3..21f790510 100644 --- a/src/game/WorldHandlers/CharacterHandler.cpp +++ b/src/game/WorldHandlers/CharacterHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Chat.cpp b/src/game/WorldHandlers/Chat.cpp index c4e57622b..019c3c0fa 100644 --- a/src/game/WorldHandlers/Chat.cpp +++ b/src/game/WorldHandlers/Chat.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Chat.h b/src/game/WorldHandlers/Chat.h index fdd088eca..10e26dddf 100644 --- a/src/game/WorldHandlers/Chat.h +++ b/src/game/WorldHandlers/Chat.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ChatHandler.cpp b/src/game/WorldHandlers/ChatHandler.cpp index 8eb833c19..b43568c1b 100644 --- a/src/game/WorldHandlers/ChatHandler.cpp +++ b/src/game/WorldHandlers/ChatHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/CombatHandler.cpp b/src/game/WorldHandlers/CombatHandler.cpp index 5b7a9046c..68b252820 100644 --- a/src/game/WorldHandlers/CombatHandler.cpp +++ b/src/game/WorldHandlers/CombatHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/CommandMgr.cpp b/src/game/WorldHandlers/CommandMgr.cpp index e19b62e46..8cc4e6b29 100644 --- a/src/game/WorldHandlers/CommandMgr.cpp +++ b/src/game/WorldHandlers/CommandMgr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2020 MaNGOS project + * Copyright (C) 2015-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * Copyright (C) 2005-2009 MaNGOS * diff --git a/src/game/WorldHandlers/CommandMgr.h b/src/game/WorldHandlers/CommandMgr.h index ce5539982..ae405b4c9 100644 --- a/src/game/WorldHandlers/CommandMgr.h +++ b/src/game/WorldHandlers/CommandMgr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2020 MaNGOS project + * Copyright (C) 2015-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * Copyright (C) 2005-2009 MaNGOS * diff --git a/src/game/WorldHandlers/CreatureLinkingMgr.cpp b/src/game/WorldHandlers/CreatureLinkingMgr.cpp index 34ea72c77..190218835 100644 --- a/src/game/WorldHandlers/CreatureLinkingMgr.cpp +++ b/src/game/WorldHandlers/CreatureLinkingMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/CreatureLinkingMgr.h b/src/game/WorldHandlers/CreatureLinkingMgr.h index 03eb64269..8abf49c94 100644 --- a/src/game/WorldHandlers/CreatureLinkingMgr.h +++ b/src/game/WorldHandlers/CreatureLinkingMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/DuelHandler.cpp b/src/game/WorldHandlers/DuelHandler.cpp index de3bf983a..463f26d7a 100644 --- a/src/game/WorldHandlers/DuelHandler.cpp +++ b/src/game/WorldHandlers/DuelHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GMTicketHandler.cpp b/src/game/WorldHandlers/GMTicketHandler.cpp index de62347f0..8b1afa250 100644 --- a/src/game/WorldHandlers/GMTicketHandler.cpp +++ b/src/game/WorldHandlers/GMTicketHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GameEventMgr.cpp b/src/game/WorldHandlers/GameEventMgr.cpp index dfc273d77..e7bc20612 100644 --- a/src/game/WorldHandlers/GameEventMgr.cpp +++ b/src/game/WorldHandlers/GameEventMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GameEventMgr.h b/src/game/WorldHandlers/GameEventMgr.h index 06be706e9..7524e6c80 100644 --- a/src/game/WorldHandlers/GameEventMgr.h +++ b/src/game/WorldHandlers/GameEventMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GossipDef.cpp b/src/game/WorldHandlers/GossipDef.cpp index 52cfbb823..485d01ce6 100644 --- a/src/game/WorldHandlers/GossipDef.cpp +++ b/src/game/WorldHandlers/GossipDef.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GossipDef.h b/src/game/WorldHandlers/GossipDef.h index e62d57d05..9e22fe0e6 100644 --- a/src/game/WorldHandlers/GossipDef.h +++ b/src/game/WorldHandlers/GossipDef.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridDefines.h b/src/game/WorldHandlers/GridDefines.h index 91338f771..18084a73b 100644 --- a/src/game/WorldHandlers/GridDefines.h +++ b/src/game/WorldHandlers/GridDefines.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridMap.cpp b/src/game/WorldHandlers/GridMap.cpp index a0c474a66..bd50da079 100644 --- a/src/game/WorldHandlers/GridMap.cpp +++ b/src/game/WorldHandlers/GridMap.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridMap.h b/src/game/WorldHandlers/GridMap.h index db0fa1204..9d0d4c1de 100644 --- a/src/game/WorldHandlers/GridMap.h +++ b/src/game/WorldHandlers/GridMap.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridNotifiers.cpp b/src/game/WorldHandlers/GridNotifiers.cpp index 960ae0928..5c770364d 100644 --- a/src/game/WorldHandlers/GridNotifiers.cpp +++ b/src/game/WorldHandlers/GridNotifiers.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridNotifiers.h b/src/game/WorldHandlers/GridNotifiers.h index 3ea66e114..eca1e6d21 100644 --- a/src/game/WorldHandlers/GridNotifiers.h +++ b/src/game/WorldHandlers/GridNotifiers.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridNotifiersImpl.h b/src/game/WorldHandlers/GridNotifiersImpl.h index 940fd4115..c3734b2c5 100644 --- a/src/game/WorldHandlers/GridNotifiersImpl.h +++ b/src/game/WorldHandlers/GridNotifiersImpl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridStates.cpp b/src/game/WorldHandlers/GridStates.cpp index 24c6f5982..a43509dad 100644 --- a/src/game/WorldHandlers/GridStates.cpp +++ b/src/game/WorldHandlers/GridStates.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GridStates.h b/src/game/WorldHandlers/GridStates.h index f70426711..ee41229e5 100644 --- a/src/game/WorldHandlers/GridStates.h +++ b/src/game/WorldHandlers/GridStates.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Group.cpp b/src/game/WorldHandlers/Group.cpp index 3c67fdd1c..d360e3ea0 100644 --- a/src/game/WorldHandlers/Group.cpp +++ b/src/game/WorldHandlers/Group.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Group.h b/src/game/WorldHandlers/Group.h index d94e8d0ab..4cbea3cfe 100644 --- a/src/game/WorldHandlers/Group.h +++ b/src/game/WorldHandlers/Group.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GroupHandler.cpp b/src/game/WorldHandlers/GroupHandler.cpp index dfda09fd7..cdf4e8774 100644 --- a/src/game/WorldHandlers/GroupHandler.cpp +++ b/src/game/WorldHandlers/GroupHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GuildHandler.cpp b/src/game/WorldHandlers/GuildHandler.cpp index 3b63c93d8..9f05c84b6 100644 --- a/src/game/WorldHandlers/GuildHandler.cpp +++ b/src/game/WorldHandlers/GuildHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GuildMgr.cpp b/src/game/WorldHandlers/GuildMgr.cpp index c9757db62..8771670ee 100644 --- a/src/game/WorldHandlers/GuildMgr.cpp +++ b/src/game/WorldHandlers/GuildMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/GuildMgr.h b/src/game/WorldHandlers/GuildMgr.h index 5327245e9..adc264f83 100644 --- a/src/game/WorldHandlers/GuildMgr.h +++ b/src/game/WorldHandlers/GuildMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/InstanceData.cpp b/src/game/WorldHandlers/InstanceData.cpp index 9c86da670..25a514b81 100644 --- a/src/game/WorldHandlers/InstanceData.cpp +++ b/src/game/WorldHandlers/InstanceData.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/InstanceData.h b/src/game/WorldHandlers/InstanceData.h index fa24157c5..972ec6250 100644 --- a/src/game/WorldHandlers/InstanceData.h +++ b/src/game/WorldHandlers/InstanceData.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ItemHandler.cpp b/src/game/WorldHandlers/ItemHandler.cpp index e0b26cec4..3f2531db4 100644 --- a/src/game/WorldHandlers/ItemHandler.cpp +++ b/src/game/WorldHandlers/ItemHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/LFGHandler.cpp b/src/game/WorldHandlers/LFGHandler.cpp index bc9434201..5c1ac92d0 100644 --- a/src/game/WorldHandlers/LFGHandler.cpp +++ b/src/game/WorldHandlers/LFGHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/LFGMgr.cpp b/src/game/WorldHandlers/LFGMgr.cpp index 452bfe0eb..dd2b14c09 100644 --- a/src/game/WorldHandlers/LFGMgr.cpp +++ b/src/game/WorldHandlers/LFGMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/LFGMgr.h b/src/game/WorldHandlers/LFGMgr.h index 857cf3932..467ae5f23 100644 --- a/src/game/WorldHandlers/LFGMgr.h +++ b/src/game/WorldHandlers/LFGMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/LootHandler.cpp b/src/game/WorldHandlers/LootHandler.cpp index 6df3f35cf..fa6cdf876 100644 --- a/src/game/WorldHandlers/LootHandler.cpp +++ b/src/game/WorldHandlers/LootHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Mail.cpp b/src/game/WorldHandlers/Mail.cpp index 61366f04f..ec433a4a2 100644 --- a/src/game/WorldHandlers/Mail.cpp +++ b/src/game/WorldHandlers/Mail.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Mail.h b/src/game/WorldHandlers/Mail.h index 89413cd52..6daa75a43 100644 --- a/src/game/WorldHandlers/Mail.h +++ b/src/game/WorldHandlers/Mail.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MailHandler.cpp b/src/game/WorldHandlers/MailHandler.cpp index 23ffe5644..2529afab8 100644 --- a/src/game/WorldHandlers/MailHandler.cpp +++ b/src/game/WorldHandlers/MailHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Map.cpp b/src/game/WorldHandlers/Map.cpp index a207f1258..536904323 100644 --- a/src/game/WorldHandlers/Map.cpp +++ b/src/game/WorldHandlers/Map.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Map.h b/src/game/WorldHandlers/Map.h index dd4ec6f12..55a61c670 100644 --- a/src/game/WorldHandlers/Map.h +++ b/src/game/WorldHandlers/Map.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MapManager.cpp b/src/game/WorldHandlers/MapManager.cpp index 02bac82e0..391557694 100644 --- a/src/game/WorldHandlers/MapManager.cpp +++ b/src/game/WorldHandlers/MapManager.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MapManager.h b/src/game/WorldHandlers/MapManager.h index 5c78bc610..6fbcf2645 100644 --- a/src/game/WorldHandlers/MapManager.h +++ b/src/game/WorldHandlers/MapManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MapPersistentStateMgr.cpp b/src/game/WorldHandlers/MapPersistentStateMgr.cpp index 7385f245c..7415b988e 100644 --- a/src/game/WorldHandlers/MapPersistentStateMgr.cpp +++ b/src/game/WorldHandlers/MapPersistentStateMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MapPersistentStateMgr.h b/src/game/WorldHandlers/MapPersistentStateMgr.h index 10482e82a..2cdc19ae6 100644 --- a/src/game/WorldHandlers/MapPersistentStateMgr.h +++ b/src/game/WorldHandlers/MapPersistentStateMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MassMailMgr.cpp b/src/game/WorldHandlers/MassMailMgr.cpp index 10402afd5..d24f58c4a 100644 --- a/src/game/WorldHandlers/MassMailMgr.cpp +++ b/src/game/WorldHandlers/MassMailMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MassMailMgr.h b/src/game/WorldHandlers/MassMailMgr.h index 8dca9fcd1..682c6e4d1 100644 --- a/src/game/WorldHandlers/MassMailMgr.h +++ b/src/game/WorldHandlers/MassMailMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MiscHandler.cpp b/src/game/WorldHandlers/MiscHandler.cpp index ea3b025b5..7220671db 100644 --- a/src/game/WorldHandlers/MiscHandler.cpp +++ b/src/game/WorldHandlers/MiscHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MoveMap.cpp b/src/game/WorldHandlers/MoveMap.cpp index c630529e1..fb0776389 100644 --- a/src/game/WorldHandlers/MoveMap.cpp +++ b/src/game/WorldHandlers/MoveMap.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MoveMap.h b/src/game/WorldHandlers/MoveMap.h index ed32745c7..b57e1183d 100644 --- a/src/game/WorldHandlers/MoveMap.h +++ b/src/game/WorldHandlers/MoveMap.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MoveMapSharedDefines.h b/src/game/WorldHandlers/MoveMapSharedDefines.h index 46698fa72..086d5a6a5 100644 --- a/src/game/WorldHandlers/MoveMapSharedDefines.h +++ b/src/game/WorldHandlers/MoveMapSharedDefines.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MovementGeneratorImpl.h b/src/game/WorldHandlers/MovementGeneratorImpl.h index b90132a70..098a48319 100644 --- a/src/game/WorldHandlers/MovementGeneratorImpl.h +++ b/src/game/WorldHandlers/MovementGeneratorImpl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/MovementHandler.cpp b/src/game/WorldHandlers/MovementHandler.cpp index 54adf1255..37659d491 100644 --- a/src/game/WorldHandlers/MovementHandler.cpp +++ b/src/game/WorldHandlers/MovementHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/NPCHandler.cpp b/src/game/WorldHandlers/NPCHandler.cpp index 8b4206b09..cf9b3c0e7 100644 --- a/src/game/WorldHandlers/NPCHandler.cpp +++ b/src/game/WorldHandlers/NPCHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/NPCHandler.h b/src/game/WorldHandlers/NPCHandler.h index 9f69acbc7..f995c9146 100644 --- a/src/game/WorldHandlers/NPCHandler.h +++ b/src/game/WorldHandlers/NPCHandler.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ObjectGridLoader.cpp b/src/game/WorldHandlers/ObjectGridLoader.cpp index 1e0f9e8f1..4471ac232 100644 --- a/src/game/WorldHandlers/ObjectGridLoader.cpp +++ b/src/game/WorldHandlers/ObjectGridLoader.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ObjectGridLoader.h b/src/game/WorldHandlers/ObjectGridLoader.h index d376849bd..380833faf 100644 --- a/src/game/WorldHandlers/ObjectGridLoader.h +++ b/src/game/WorldHandlers/ObjectGridLoader.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Path.h b/src/game/WorldHandlers/Path.h index a73342f4b..f5461ed90 100644 --- a/src/game/WorldHandlers/Path.h +++ b/src/game/WorldHandlers/Path.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/PetHandler.cpp b/src/game/WorldHandlers/PetHandler.cpp index 8e180cc96..c04c4f7bd 100644 --- a/src/game/WorldHandlers/PetHandler.cpp +++ b/src/game/WorldHandlers/PetHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/PetitionsHandler.cpp b/src/game/WorldHandlers/PetitionsHandler.cpp index 7066db5aa..6a3ee1310 100644 --- a/src/game/WorldHandlers/PetitionsHandler.cpp +++ b/src/game/WorldHandlers/PetitionsHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/PoolManager.cpp b/src/game/WorldHandlers/PoolManager.cpp index 5109d0c9b..5b4c965a7 100644 --- a/src/game/WorldHandlers/PoolManager.cpp +++ b/src/game/WorldHandlers/PoolManager.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/PoolManager.h b/src/game/WorldHandlers/PoolManager.h index db6dc6a20..c06eb1ec1 100644 --- a/src/game/WorldHandlers/PoolManager.h +++ b/src/game/WorldHandlers/PoolManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/QueryHandler.cpp b/src/game/WorldHandlers/QueryHandler.cpp index c5ff3bf1c..a450e4e2c 100644 --- a/src/game/WorldHandlers/QueryHandler.cpp +++ b/src/game/WorldHandlers/QueryHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/QuestDef.cpp b/src/game/WorldHandlers/QuestDef.cpp index ecd984655..15e54c137 100644 --- a/src/game/WorldHandlers/QuestDef.cpp +++ b/src/game/WorldHandlers/QuestDef.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/QuestDef.h b/src/game/WorldHandlers/QuestDef.h index ae56096dd..6840c9ade 100644 --- a/src/game/WorldHandlers/QuestDef.h +++ b/src/game/WorldHandlers/QuestDef.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/QuestHandler.cpp b/src/game/WorldHandlers/QuestHandler.cpp index dade21d10..367acbdc7 100644 --- a/src/game/WorldHandlers/QuestHandler.cpp +++ b/src/game/WorldHandlers/QuestHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ScriptMgr.cpp b/src/game/WorldHandlers/ScriptMgr.cpp index 9cb918d03..6d25c46e8 100644 --- a/src/game/WorldHandlers/ScriptMgr.cpp +++ b/src/game/WorldHandlers/ScriptMgr.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/ScriptMgr.h b/src/game/WorldHandlers/ScriptMgr.h index ddffb3eb2..e90fb09d5 100644 --- a/src/game/WorldHandlers/ScriptMgr.h +++ b/src/game/WorldHandlers/ScriptMgr.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SkillDiscovery.cpp b/src/game/WorldHandlers/SkillDiscovery.cpp index 92f421030..433dc2637 100644 --- a/src/game/WorldHandlers/SkillDiscovery.cpp +++ b/src/game/WorldHandlers/SkillDiscovery.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SkillDiscovery.h b/src/game/WorldHandlers/SkillDiscovery.h index 22de63272..56e193545 100644 --- a/src/game/WorldHandlers/SkillDiscovery.h +++ b/src/game/WorldHandlers/SkillDiscovery.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SkillExtraItems.cpp b/src/game/WorldHandlers/SkillExtraItems.cpp index 857bb38d0..628efb4c1 100644 --- a/src/game/WorldHandlers/SkillExtraItems.cpp +++ b/src/game/WorldHandlers/SkillExtraItems.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SkillExtraItems.h b/src/game/WorldHandlers/SkillExtraItems.h index 6f1f0efe8..bb23d6f22 100644 --- a/src/game/WorldHandlers/SkillExtraItems.h +++ b/src/game/WorldHandlers/SkillExtraItems.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SkillHandler.cpp b/src/game/WorldHandlers/SkillHandler.cpp index c6bec9e88..1e404d674 100644 --- a/src/game/WorldHandlers/SkillHandler.cpp +++ b/src/game/WorldHandlers/SkillHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Spell.cpp b/src/game/WorldHandlers/Spell.cpp index 580979702..3547d5780 100644 --- a/src/game/WorldHandlers/Spell.cpp +++ b/src/game/WorldHandlers/Spell.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Spell.h b/src/game/WorldHandlers/Spell.h index d296ac2ea..a73fec207 100644 --- a/src/game/WorldHandlers/Spell.h +++ b/src/game/WorldHandlers/Spell.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SpellAuraDefines.h b/src/game/WorldHandlers/SpellAuraDefines.h index e2d8d12f6..c575ede47 100644 --- a/src/game/WorldHandlers/SpellAuraDefines.h +++ b/src/game/WorldHandlers/SpellAuraDefines.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SpellAuras.cpp b/src/game/WorldHandlers/SpellAuras.cpp index f82ef3d75..19940159e 100644 --- a/src/game/WorldHandlers/SpellAuras.cpp +++ b/src/game/WorldHandlers/SpellAuras.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SpellAuras.h b/src/game/WorldHandlers/SpellAuras.h index 2b243c5d9..58f072c6f 100644 --- a/src/game/WorldHandlers/SpellAuras.h +++ b/src/game/WorldHandlers/SpellAuras.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SpellEffects.cpp b/src/game/WorldHandlers/SpellEffects.cpp index f62af8cce..d32338c7c 100644 --- a/src/game/WorldHandlers/SpellEffects.cpp +++ b/src/game/WorldHandlers/SpellEffects.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/SpellHandler.cpp b/src/game/WorldHandlers/SpellHandler.cpp index ce1e61627..39e21230a 100644 --- a/src/game/WorldHandlers/SpellHandler.cpp +++ b/src/game/WorldHandlers/SpellHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/TaxiHandler.cpp b/src/game/WorldHandlers/TaxiHandler.cpp index bc076b9cc..41cd612ac 100644 --- a/src/game/WorldHandlers/TaxiHandler.cpp +++ b/src/game/WorldHandlers/TaxiHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/TradeHandler.cpp b/src/game/WorldHandlers/TradeHandler.cpp index 8f358c267..c02978a9d 100644 --- a/src/game/WorldHandlers/TradeHandler.cpp +++ b/src/game/WorldHandlers/TradeHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/TransportSystem.cpp b/src/game/WorldHandlers/TransportSystem.cpp index 6449c7299..f07381c1c 100644 --- a/src/game/WorldHandlers/TransportSystem.cpp +++ b/src/game/WorldHandlers/TransportSystem.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/TransportSystem.h b/src/game/WorldHandlers/TransportSystem.h index d67103e8e..5f7a5899d 100644 --- a/src/game/WorldHandlers/TransportSystem.h +++ b/src/game/WorldHandlers/TransportSystem.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Transports.cpp b/src/game/WorldHandlers/Transports.cpp index 70dbe9190..990d5428d 100644 --- a/src/game/WorldHandlers/Transports.cpp +++ b/src/game/WorldHandlers/Transports.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Transports.h b/src/game/WorldHandlers/Transports.h index 78d6f973b..80ca27cf5 100644 --- a/src/game/WorldHandlers/Transports.h +++ b/src/game/WorldHandlers/Transports.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/UnitAuraProcHandler.cpp b/src/game/WorldHandlers/UnitAuraProcHandler.cpp index 114d8e0df..db46552be 100644 --- a/src/game/WorldHandlers/UnitAuraProcHandler.cpp +++ b/src/game/WorldHandlers/UnitAuraProcHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/UpdateData.cpp b/src/game/WorldHandlers/UpdateData.cpp index e0a4f211f..c9188b429 100644 --- a/src/game/WorldHandlers/UpdateData.cpp +++ b/src/game/WorldHandlers/UpdateData.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/UpdateData.h b/src/game/WorldHandlers/UpdateData.h index a2b94742a..11ddf068b 100644 --- a/src/game/WorldHandlers/UpdateData.h +++ b/src/game/WorldHandlers/UpdateData.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/VehicleHandler.cpp b/src/game/WorldHandlers/VehicleHandler.cpp index 9a91685e2..f3d57b946 100644 --- a/src/game/WorldHandlers/VehicleHandler.cpp +++ b/src/game/WorldHandlers/VehicleHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/VoiceChatHandler.cpp b/src/game/WorldHandlers/VoiceChatHandler.cpp index fd0933089..288f1aad6 100644 --- a/src/game/WorldHandlers/VoiceChatHandler.cpp +++ b/src/game/WorldHandlers/VoiceChatHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/WaypointManager.cpp b/src/game/WorldHandlers/WaypointManager.cpp index 99e51b7b2..8b4f83989 100644 --- a/src/game/WorldHandlers/WaypointManager.cpp +++ b/src/game/WorldHandlers/WaypointManager.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/WaypointManager.h b/src/game/WorldHandlers/WaypointManager.h index 8ad1f7907..752b84d37 100644 --- a/src/game/WorldHandlers/WaypointManager.h +++ b/src/game/WorldHandlers/WaypointManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Weather.cpp b/src/game/WorldHandlers/Weather.cpp index f3a33b0b3..257d56154 100644 --- a/src/game/WorldHandlers/Weather.cpp +++ b/src/game/WorldHandlers/Weather.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/Weather.h b/src/game/WorldHandlers/Weather.h index db857a87c..ce8a5411e 100644 --- a/src/game/WorldHandlers/Weather.h +++ b/src/game/WorldHandlers/Weather.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/World.cpp b/src/game/WorldHandlers/World.cpp index 77606b700..05075e30d 100644 --- a/src/game/WorldHandlers/World.cpp +++ b/src/game/WorldHandlers/World.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldHandlers/World.h b/src/game/WorldHandlers/World.h index 039e663bc..0ff8fa9f9 100644 --- a/src/game/WorldHandlers/World.h +++ b/src/game/WorldHandlers/World.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/CMakeLists.txt b/src/game/movement/CMakeLists.txt index d44afb10c..750339245 100644 --- a/src/game/movement/CMakeLists.txt +++ b/src/game/movement/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.2.5a, 4.2.3 and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # ***** BEGIN GPL LICENSE BLOCK ***** # diff --git a/src/game/movement/MoveSpline.cpp b/src/game/movement/MoveSpline.cpp index 378ddb0f3..12f6b73db 100644 --- a/src/game/movement/MoveSpline.cpp +++ b/src/game/movement/MoveSpline.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSpline.h b/src/game/movement/MoveSpline.h index 9a5ce7f25..986eb0545 100644 --- a/src/game/movement/MoveSpline.h +++ b/src/game/movement/MoveSpline.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineFlag.h b/src/game/movement/MoveSplineFlag.h index 99066da68..8d1b89c91 100644 --- a/src/game/movement/MoveSplineFlag.h +++ b/src/game/movement/MoveSplineFlag.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineInit.cpp b/src/game/movement/MoveSplineInit.cpp index 9f39b2269..fb584726c 100644 --- a/src/game/movement/MoveSplineInit.cpp +++ b/src/game/movement/MoveSplineInit.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineInit.h b/src/game/movement/MoveSplineInit.h index d17477643..e98a7f1be 100644 --- a/src/game/movement/MoveSplineInit.h +++ b/src/game/movement/MoveSplineInit.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineInitArgs.h b/src/game/movement/MoveSplineInitArgs.h index 0356e6eab..2e76b825e 100644 --- a/src/game/movement/MoveSplineInitArgs.h +++ b/src/game/movement/MoveSplineInitArgs.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/packet_builder.cpp b/src/game/movement/packet_builder.cpp index dbb9aab89..efd1c1184 100644 --- a/src/game/movement/packet_builder.cpp +++ b/src/game/movement/packet_builder.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/packet_builder.h b/src/game/movement/packet_builder.h index 3ef57247d..dc45dc07b 100644 --- a/src/game/movement/packet_builder.h +++ b/src/game/movement/packet_builder.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/spline.cpp b/src/game/movement/spline.cpp index 0dedd2795..c0c407a16 100644 --- a/src/game/movement/spline.cpp +++ b/src/game/movement/spline.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/spline.h b/src/game/movement/spline.h index e4a3b22a7..62d8f2f3c 100644 --- a/src/game/movement/spline.h +++ b/src/game/movement/spline.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/spline.impl.h b/src/game/movement/spline.impl.h index 08c1f8bde..802cf252a 100644 --- a/src/game/movement/spline.impl.h +++ b/src/game/movement/spline.impl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/typedefs.h b/src/game/movement/typedefs.h index 161ade0d9..ca5c21e55 100644 --- a/src/game/movement/typedefs.h +++ b/src/game/movement/typedefs.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/util.cpp b/src/game/movement/util.cpp index 00b15e2ad..13e69f76f 100644 --- a/src/game/movement/util.cpp +++ b/src/game/movement/util.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/pchdef.h b/src/game/pchdef.h index 12d009089..5609dcca8 100644 --- a/src/game/pchdef.h +++ b/src/game/pchdef.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/BIH.cpp b/src/game/vmap/BIH.cpp index 8d07d5c5e..26dec44c1 100644 --- a/src/game/vmap/BIH.cpp +++ b/src/game/vmap/BIH.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/BIH.h b/src/game/vmap/BIH.h index 26c89680f..e1cb0e813 100644 --- a/src/game/vmap/BIH.h +++ b/src/game/vmap/BIH.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/BIHWrap.h b/src/game/vmap/BIHWrap.h index 57ef2f1a4..8bfb204e6 100644 --- a/src/game/vmap/BIHWrap.h +++ b/src/game/vmap/BIHWrap.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/DynamicTree.cpp b/src/game/vmap/DynamicTree.cpp index d9b51bc8a..94add2de6 100644 --- a/src/game/vmap/DynamicTree.cpp +++ b/src/game/vmap/DynamicTree.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/DynamicTree.h b/src/game/vmap/DynamicTree.h index 0f453223b..ac53f5aa9 100644 --- a/src/game/vmap/DynamicTree.h +++ b/src/game/vmap/DynamicTree.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/GameObjectModel.cpp b/src/game/vmap/GameObjectModel.cpp index 15268fd9a..a4cbc5da7 100644 --- a/src/game/vmap/GameObjectModel.cpp +++ b/src/game/vmap/GameObjectModel.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/GameObjectModel.h b/src/game/vmap/GameObjectModel.h index 46cfefae0..0ee597663 100644 --- a/src/game/vmap/GameObjectModel.h +++ b/src/game/vmap/GameObjectModel.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/IVMapManager.h b/src/game/vmap/IVMapManager.h index 1919810b3..f43c1487c 100644 --- a/src/game/vmap/IVMapManager.h +++ b/src/game/vmap/IVMapManager.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/MapTree.cpp b/src/game/vmap/MapTree.cpp index b0b6d07ec..596964760 100644 --- a/src/game/vmap/MapTree.cpp +++ b/src/game/vmap/MapTree.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/MapTree.h b/src/game/vmap/MapTree.h index f86adfa14..7237d62e4 100644 --- a/src/game/vmap/MapTree.h +++ b/src/game/vmap/MapTree.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/ModelInstance.cpp b/src/game/vmap/ModelInstance.cpp index cf4acd8ce..fbcb706b3 100644 --- a/src/game/vmap/ModelInstance.cpp +++ b/src/game/vmap/ModelInstance.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/ModelInstance.h b/src/game/vmap/ModelInstance.h index 4c3c16e31..83f4ae1ae 100644 --- a/src/game/vmap/ModelInstance.h +++ b/src/game/vmap/ModelInstance.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/RegularGrid.h b/src/game/vmap/RegularGrid.h index e8bfcd43a..c195d24d7 100644 --- a/src/game/vmap/RegularGrid.h +++ b/src/game/vmap/RegularGrid.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/TileAssembler.cpp b/src/game/vmap/TileAssembler.cpp index 3bc9fbb2d..24afaa954 100644 --- a/src/game/vmap/TileAssembler.cpp +++ b/src/game/vmap/TileAssembler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/TileAssembler.h b/src/game/vmap/TileAssembler.h index a697ed336..6ec7d0c31 100644 --- a/src/game/vmap/TileAssembler.h +++ b/src/game/vmap/TileAssembler.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapDefinitions.h b/src/game/vmap/VMapDefinitions.h index 1701b99e9..5d4b2d5c1 100644 --- a/src/game/vmap/VMapDefinitions.h +++ b/src/game/vmap/VMapDefinitions.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapFactory.cpp b/src/game/vmap/VMapFactory.cpp index e9b2dd13c..3b1da7f17 100644 --- a/src/game/vmap/VMapFactory.cpp +++ b/src/game/vmap/VMapFactory.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapFactory.h b/src/game/vmap/VMapFactory.h index d8d7fe7fb..78ba21554 100644 --- a/src/game/vmap/VMapFactory.h +++ b/src/game/vmap/VMapFactory.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapManager2.cpp b/src/game/vmap/VMapManager2.cpp index 743d53ab3..952c42e5a 100644 --- a/src/game/vmap/VMapManager2.cpp +++ b/src/game/vmap/VMapManager2.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapManager2.h b/src/game/vmap/VMapManager2.h index 319527638..1f17e0166 100644 --- a/src/game/vmap/VMapManager2.h +++ b/src/game/vmap/VMapManager2.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapTools.h b/src/game/vmap/VMapTools.h index baf921ccd..33c63134a 100644 --- a/src/game/vmap/VMapTools.h +++ b/src/game/vmap/VMapTools.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/WorldModel.cpp b/src/game/vmap/WorldModel.cpp index 1dcb4d8cb..12a75e3b6 100644 --- a/src/game/vmap/WorldModel.cpp +++ b/src/game/vmap/WorldModel.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/WorldModel.h b/src/game/vmap/WorldModel.h index 60d26363d..de8cd2085 100644 --- a/src/game/vmap/WorldModel.h +++ b/src/game/vmap/WorldModel.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/AFThread.cpp b/src/mangosd/AFThread.cpp index 09b0ab86b..0a3231474 100644 --- a/src/mangosd/AFThread.cpp +++ b/src/mangosd/AFThread.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/AFThread.h b/src/mangosd/AFThread.h index fe7f0de38..fd2c28995 100644 --- a/src/mangosd/AFThread.h +++ b/src/mangosd/AFThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/CMakeLists.txt b/src/mangosd/CMakeLists.txt index b1cffabc4..5b71befc5 100644 --- a/src/mangosd/CMakeLists.txt +++ b/src/mangosd/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/CliThread.cpp b/src/mangosd/CliThread.cpp index ba0d04676..c040758a4 100644 --- a/src/mangosd/CliThread.cpp +++ b/src/mangosd/CliThread.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/CliThread.h b/src/mangosd/CliThread.h index 14668144c..6c07f1109 100644 --- a/src/mangosd/CliThread.h +++ b/src/mangosd/CliThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/RAThread.cpp b/src/mangosd/RAThread.cpp index 4933b61b2..bf9d2cd0c 100644 --- a/src/mangosd/RAThread.cpp +++ b/src/mangosd/RAThread.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/RAThread.h b/src/mangosd/RAThread.h index 5b9754ff4..586d33104 100644 --- a/src/mangosd/RAThread.h +++ b/src/mangosd/RAThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/SOAP/SoapThread.cpp b/src/mangosd/SOAP/SoapThread.cpp index 3ec75308e..b9d2cc6f4 100644 --- a/src/mangosd/SOAP/SoapThread.cpp +++ b/src/mangosd/SOAP/SoapThread.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/SOAP/SoapThread.h b/src/mangosd/SOAP/SoapThread.h index f09caadb3..b05ade0eb 100644 --- a/src/mangosd/SOAP/SoapThread.h +++ b/src/mangosd/SOAP/SoapThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/WorldThread.cpp b/src/mangosd/WorldThread.cpp index bc295cd98..5cfdab587 100644 --- a/src/mangosd/WorldThread.cpp +++ b/src/mangosd/WorldThread.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/WorldThread.h b/src/mangosd/WorldThread.h index 3b6de3b56..1203d41d2 100644 --- a/src/mangosd/WorldThread.h +++ b/src/mangosd/WorldThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/mangosd.cpp b/src/mangosd/mangosd.cpp index 403ee6fce..e2634630d 100644 --- a/src/mangosd/mangosd.cpp +++ b/src/mangosd/mangosd.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index 33d4cec34..09364a079 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/CMakeLists.txt b/src/modules/SD3/CMakeLists.txt index c6df82c14..957060012 100644 --- a/src/modules/SD3/CMakeLists.txt +++ b/src/modules/SD3/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # Copyright (C) 2006-2013 ScriptDev2 project # # This program is free software; you can redistribute it and/or modify diff --git a/src/modules/SD3/base/escort_ai.cpp b/src/modules/SD3/base/escort_ai.cpp index ab0c8d83f..ff2dd9956 100644 --- a/src/modules/SD3/base/escort_ai.cpp +++ b/src/modules/SD3/base/escort_ai.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/escort_ai.h b/src/modules/SD3/base/escort_ai.h index d00ed5343..33d01e74b 100644 --- a/src/modules/SD3/base/escort_ai.h +++ b/src/modules/SD3/base/escort_ai.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/follower_ai.cpp b/src/modules/SD3/base/follower_ai.cpp index 9d3116c82..270104fcd 100644 --- a/src/modules/SD3/base/follower_ai.cpp +++ b/src/modules/SD3/base/follower_ai.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/follower_ai.h b/src/modules/SD3/base/follower_ai.h index 7670a92df..9ad22aea9 100644 --- a/src/modules/SD3/base/follower_ai.h +++ b/src/modules/SD3/base/follower_ai.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/guard_ai.cpp b/src/modules/SD3/base/guard_ai.cpp index 852a72d0c..6bb2f81c4 100644 --- a/src/modules/SD3/base/guard_ai.cpp +++ b/src/modules/SD3/base/guard_ai.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/guard_ai.h b/src/modules/SD3/base/guard_ai.h index cb8f6691b..e9276c6fb 100644 --- a/src/modules/SD3/base/guard_ai.h +++ b/src/modules/SD3/base/guard_ai.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/pet_ai.cpp b/src/modules/SD3/base/pet_ai.cpp index 95ab0b9bd..dff40f37b 100644 --- a/src/modules/SD3/base/pet_ai.cpp +++ b/src/modules/SD3/base/pet_ai.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/base/pet_ai.h b/src/modules/SD3/base/pet_ai.h index ccbd6e770..0c0080722 100644 --- a/src/modules/SD3/base/pet_ai.h +++ b/src/modules/SD3/base/pet_ai.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_creature.cpp b/src/modules/SD3/include/sc_creature.cpp index 0e4a762cd..cf63c807f 100644 --- a/src/modules/SD3/include/sc_creature.cpp +++ b/src/modules/SD3/include/sc_creature.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_creature.h b/src/modules/SD3/include/sc_creature.h index f60593509..ccc1ea9ae 100644 --- a/src/modules/SD3/include/sc_creature.h +++ b/src/modules/SD3/include/sc_creature.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_gossip.h b/src/modules/SD3/include/sc_gossip.h index 9210f0298..292434b3c 100644 --- a/src/modules/SD3/include/sc_gossip.h +++ b/src/modules/SD3/include/sc_gossip.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_grid_searchers.cpp b/src/modules/SD3/include/sc_grid_searchers.cpp index bd42bf139..1ceccca88 100644 --- a/src/modules/SD3/include/sc_grid_searchers.cpp +++ b/src/modules/SD3/include/sc_grid_searchers.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_grid_searchers.h b/src/modules/SD3/include/sc_grid_searchers.h index 63d32f4b4..e20fb6c96 100644 --- a/src/modules/SD3/include/sc_grid_searchers.h +++ b/src/modules/SD3/include/sc_grid_searchers.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_instance.cpp b/src/modules/SD3/include/sc_instance.cpp index bfe24549c..b6a393353 100644 --- a/src/modules/SD3/include/sc_instance.cpp +++ b/src/modules/SD3/include/sc_instance.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/include/sc_instance.h b/src/modules/SD3/include/sc_instance.h index bb8129122..38bc9735a 100644 --- a/src/modules/SD3/include/sc_instance.h +++ b/src/modules/SD3/include/sc_instance.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/pch.cpp b/src/modules/SD3/pch.cpp index b357c7ba0..9040edb3e 100644 --- a/src/modules/SD3/pch.cpp +++ b/src/modules/SD3/pch.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/pch.h b/src/modules/SD3/pch.h index 0714e284a..e0abacbb8 100644 --- a/src/modules/SD3/pch.h +++ b/src/modules/SD3/pch.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/battlegrounds/battleground.cpp b/src/modules/SD3/scripts/battlegrounds/battleground.cpp index 74e6b4fa4..42c7e0aa4 100644 --- a/src/modules/SD3/scripts/battlegrounds/battleground.cpp +++ b/src/modules/SD3/scripts/battlegrounds/battleground.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/alterac_mountains.cpp b/src/modules/SD3/scripts/eastern_kingdoms/alterac_mountains.cpp index 9cfe58507..e92d50b79 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/alterac_mountains.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/alterac_mountains.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/arathi_highlands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/arathi_highlands.cpp index 25bd97056..56573d2a4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/arathi_highlands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/arathi_highlands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.cpp index 942e72342..37c424bc4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.h b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.h index ac39dcff6..f797ade96 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/blackrock_depths.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_ambassador_flamelash.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_ambassador_flamelash.cpp index a8da5470c..069b86e8a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_ambassador_flamelash.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_ambassador_flamelash.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_coren_direbrew.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_coren_direbrew.cpp index 6b67279f6..b55c13013 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_coren_direbrew.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_coren_direbrew.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos-one. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_emperor_dagran_thaurissan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_emperor_dagran_thaurissan.cpp index 4707956f6..a8a824e4a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_emperor_dagran_thaurissan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_emperor_dagran_thaurissan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_general_angerforge.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_general_angerforge.cpp index 47c75c1e4..e40b6d5d7 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_general_angerforge.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_general_angerforge.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_high_interrogator_gerstahn.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_high_interrogator_gerstahn.cpp index 8407f89a1..ae09621d1 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_high_interrogator_gerstahn.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/boss_high_interrogator_gerstahn.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/instance_blackrock_depths.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/instance_blackrock_depths.cpp index 7bde67e52..295a41dfa 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/instance_blackrock_depths.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_depths/instance_blackrock_depths.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/blackrock_spire.h b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/blackrock_spire.h index e7124538c..5befeaad9 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/blackrock_spire.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/blackrock_spire.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_gyth.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_gyth.cpp index e1bdd602d..b39a19158 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_gyth.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_gyth.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_overlord_wyrmthalak.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_overlord_wyrmthalak.cpp index 56d73fd8e..02300f6c1 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_overlord_wyrmthalak.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_overlord_wyrmthalak.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_pyroguard_emberseer.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_pyroguard_emberseer.cpp index ac31df6e3..f7aef6b0a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_pyroguard_emberseer.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/boss_pyroguard_emberseer.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/instance_blackrock_spire.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/instance_blackrock_spire.cpp index 637224b7c..e0cef318a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/instance_blackrock_spire.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackrock_spire/instance_blackrock_spire.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/blackwing_lair.h b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/blackwing_lair.h index 075757784..6765e15ea 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/blackwing_lair.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/blackwing_lair.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_broodlord_lashlayer.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_broodlord_lashlayer.cpp index c13e0fcc1..41f77452f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_broodlord_lashlayer.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_broodlord_lashlayer.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_chromaggus.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_chromaggus.cpp index 266bf7fc7..8af0a6fa5 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_chromaggus.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_chromaggus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_ebonroc.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_ebonroc.cpp index a4d64e174..2cc6124cb 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_ebonroc.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_ebonroc.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_firemaw.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_firemaw.cpp index 5550e8b95..d87263b0f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_firemaw.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_firemaw.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_flamegor.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_flamegor.cpp index 22ad8b91c..2c2f91c95 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_flamegor.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_flamegor.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_nefarian.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_nefarian.cpp index 83162f730..a39e98e98 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_nefarian.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_nefarian.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_razorgore.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_razorgore.cpp index 0fc24917e..55be90a50 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_razorgore.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_razorgore.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_vaelastrasz.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_vaelastrasz.cpp index c67a51396..3874a751b 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_vaelastrasz.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_vaelastrasz.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_victor_nefarius.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_victor_nefarius.cpp index 02451bfd9..9137396f6 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_victor_nefarius.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/boss_victor_nefarius.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/instance_blackwing_lair.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/instance_blackwing_lair.cpp index abf24e850..3a3a15f9a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/instance_blackwing_lair.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/blackwing_lair/instance_blackwing_lair.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_baron_geddon.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_baron_geddon.cpp index bb7aad13c..9c559b479 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_baron_geddon.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_baron_geddon.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_garr.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_garr.cpp index 2eff3e1cd..69565ffc8 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_garr.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_garr.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_gehennas.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_gehennas.cpp index 5f0517627..6416404c4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_gehennas.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_gehennas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_golemagg.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_golemagg.cpp index 5fc56ffb9..8571ea84f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_golemagg.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_golemagg.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_lucifron.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_lucifron.cpp index aabc10329..4f958b882 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_lucifron.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_lucifron.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_magmadar.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_magmadar.cpp index f07f8d289..640569cf0 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_magmadar.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_magmadar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_majordomo_executus.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_majordomo_executus.cpp index a70843acf..a4ebe24a3 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_majordomo_executus.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_majordomo_executus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_ragnaros.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_ragnaros.cpp index 56be400e9..73f64f5c1 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_ragnaros.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_ragnaros.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_shazzrah.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_shazzrah.cpp index ba39da8f8..6d63a384e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_shazzrah.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_shazzrah.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_sulfuron_harbinger.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_sulfuron_harbinger.cpp index 0b0a5c9c7..982be832f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_sulfuron_harbinger.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/boss_sulfuron_harbinger.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/instance_molten_core.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/instance_molten_core.cpp index 8ca0bc81b..469d102fe 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/instance_molten_core.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/instance_molten_core.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.cpp index 8537d0a94..b62c2a0b2 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.h b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.h index 921e0d4c6..d28213cde 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/blackrock_mountain/molten_core/molten_core.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/blasted_lands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/blasted_lands.cpp index 77c6cf7ae..ba9cbdc8a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/blasted_lands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/blasted_lands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/boss_kazzak.cpp b/src/modules/SD3/scripts/eastern_kingdoms/boss_kazzak.cpp index 442017a74..f2a1593a0 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/boss_kazzak.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/boss_kazzak.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/burning_steppes.cpp b/src/modules/SD3/scripts/eastern_kingdoms/burning_steppes.cpp index a545ea1f1..7eabe68f6 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/burning_steppes.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/burning_steppes.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/boss_mr_smite.cpp b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/boss_mr_smite.cpp index 83281683b..f5ed44ea7 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/boss_mr_smite.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/boss_mr_smite.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.cpp b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.cpp index f7473d2a5..565ea21f0 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.h b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.h index 0108b2ba3..bb2528325 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/deadmines.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/instance_deadmines.cpp b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/instance_deadmines.cpp index 1eeb65e71..066414598 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/deadmines/instance_deadmines.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/deadmines/instance_deadmines.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/dun_morogh.cpp b/src/modules/SD3/scripts/eastern_kingdoms/dun_morogh.cpp index 4c282c8ac..92ca4aa9c 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/dun_morogh.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/dun_morogh.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/eastern_plaguelands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/eastern_plaguelands.cpp index 52258b867..0e00fc067 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/eastern_plaguelands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/eastern_plaguelands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/elwynn_forest.cpp b/src/modules/SD3/scripts/eastern_kingdoms/elwynn_forest.cpp index 21ceb6569..57b27c061 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/elwynn_forest.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/elwynn_forest.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/eversong_woods.cpp b/src/modules/SD3/scripts/eastern_kingdoms/eversong_woods.cpp index 1d0a59d90..b0629b605 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/eversong_woods.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/eversong_woods.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/ghostlands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/ghostlands.cpp index 9b100d745..4092628dd 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/ghostlands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/ghostlands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/gilneas.cpp b/src/modules/SD3/scripts/eastern_kingdoms/gilneas.cpp index 114fe3c84..dd0da02a4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/gilneas.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/gilneas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/gilneas_city.cpp b/src/modules/SD3/scripts/eastern_kingdoms/gilneas_city.cpp index fea5e96c0..1f060c4bc 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/gilneas_city.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/gilneas_city.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/boss_thermaplugg.cpp b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/boss_thermaplugg.cpp index 126accf57..fe5200267 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/boss_thermaplugg.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/boss_thermaplugg.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.cpp index 1edd0ebe4..8581b5ff9 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.h b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.h index e80067505..b5131ceb3 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/gnomeregan.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/instance_gnomeregan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/instance_gnomeregan.cpp index 22629446b..82e491318 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/instance_gnomeregan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/gnomeregan/instance_gnomeregan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/hinterlands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/hinterlands.cpp index 4d09dc609..fd68fe17e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/hinterlands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/hinterlands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/ironforge.cpp b/src/modules/SD3/scripts/eastern_kingdoms/ironforge.cpp index 726234ae6..0801c6223 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/ironforge.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/ironforge.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/isle_of_queldanas.cpp b/src/modules/SD3/scripts/eastern_kingdoms/isle_of_queldanas.cpp index 0417b80c1..187e9a13d 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/isle_of_queldanas.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/isle_of_queldanas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_curator.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_curator.cpp index 5cfc910dd..0b8c7b0d1 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_curator.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_curator.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_maiden_of_virtue.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_maiden_of_virtue.cpp index 6acd343b0..f3cdd041c 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_maiden_of_virtue.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_maiden_of_virtue.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_midnight.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_midnight.cpp index d231ac537..01780db65 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_midnight.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_midnight.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_moroes.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_moroes.cpp index 7f4575c03..17e624a44 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_moroes.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_moroes.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_netherspite.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_netherspite.cpp index e3eec9988..0ea947194 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_netherspite.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_netherspite.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_nightbane.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_nightbane.cpp index 84c3a72ac..22b970b8f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_nightbane.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_nightbane.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_prince_malchezaar.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_prince_malchezaar.cpp index c94b119ba..dc1d58967 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_prince_malchezaar.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_prince_malchezaar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_shade_of_aran.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_shade_of_aran.cpp index 753ecaea9..8fdb6ee4f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_shade_of_aran.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_shade_of_aran.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_terestian_illhoof.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_terestian_illhoof.cpp index 6968a73e8..5e0854258 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_terestian_illhoof.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/boss_terestian_illhoof.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/bosses_opera.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/bosses_opera.cpp index 3f1da63aa..951f056da 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/bosses_opera.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/bosses_opera.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/chess_event.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/chess_event.cpp index 727351e72..11bb11b96 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/chess_event.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/chess_event.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/instance_karazhan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/instance_karazhan.cpp index 286db9232..1eea4cb7a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/instance_karazhan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/instance_karazhan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos-one. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.cpp index 58c402496..addef3246 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.h b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.h index 7c4582ab8..844196744 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/karazhan/karazhan.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/loch_modan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/loch_modan.cpp index 39656f7c9..86ce8cfaf 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/loch_modan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/loch_modan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_felblood_kaelthas.cpp b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_felblood_kaelthas.cpp index 589fe62a0..e1712b012 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_felblood_kaelthas.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_felblood_kaelthas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_priestess_delrissa.cpp b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_priestess_delrissa.cpp index a36b6a224..c4d19d9af 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_priestess_delrissa.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_priestess_delrissa.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp index df71af091..8d23521ab 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_vexallus.cpp b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_vexallus.cpp index 6961e4cdf..6972004ff 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_vexallus.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/boss_vexallus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/instance_magisters_terrace.cpp b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/instance_magisters_terrace.cpp index fa1245718..40799aff1 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/instance_magisters_terrace.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/instance_magisters_terrace.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.cpp b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.cpp index 760571d74..b81fa0154 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.h b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.h index ec04940d3..c3d8bc8ba 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/magisters_terrace/magisters_terrace.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_anubrekhan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_anubrekhan.cpp index 779926c4b..3dbe9d25e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_anubrekhan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_anubrekhan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_faerlina.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_faerlina.cpp index b18b91221..d03c43b4b 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_faerlina.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_faerlina.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_four_horsemen.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_four_horsemen.cpp index f0d744b74..52e4c6ca6 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_four_horsemen.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_four_horsemen.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gluth.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gluth.cpp index 132a96099..20f1735ad 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gluth.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gluth.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gothik.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gothik.cpp index 961184347..2f69d65c4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gothik.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_gothik.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_grobbulus.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_grobbulus.cpp index 78642c56b..8f143d57a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_grobbulus.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_grobbulus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_heigan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_heigan.cpp index 1efd16c84..ec9532d51 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_heigan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_heigan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_kelthuzad.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_kelthuzad.cpp index fb98e4478..7d26acf1f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_kelthuzad.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_kelthuzad.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_loatheb.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_loatheb.cpp index 3006a25b8..74272790d 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_loatheb.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_loatheb.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_maexxna.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_maexxna.cpp index 796767a9f..8e1eb345b 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_maexxna.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_maexxna.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_noth.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_noth.cpp index a016ad283..0bb85208d 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_noth.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_noth.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_patchwerk.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_patchwerk.cpp index 01bc9f067..663e82a6d 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_patchwerk.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_patchwerk.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_razuvious.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_razuvious.cpp index 5707a95a9..4d9473684 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_razuvious.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_razuvious.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_sapphiron.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_sapphiron.cpp index 17bdba9fe..9844bc3f2 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_sapphiron.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_sapphiron.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_thaddius.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_thaddius.cpp index 7203089c7..c69bc01ed 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_thaddius.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/boss_thaddius.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/instance_naxxramas.cpp b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/instance_naxxramas.cpp index fd7889277..bc717c8ea 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/instance_naxxramas.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/instance_naxxramas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/naxxramas.h b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/naxxramas.h index d00035cac..22399b94c 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/naxxramas.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/naxxramas/naxxramas.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/redridge_mountains.cpp b/src/modules/SD3/scripts/eastern_kingdoms/redridge_mountains.cpp index ba160231f..9124d048f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/redridge_mountains.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/redridge_mountains.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_arcanist_doan.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_arcanist_doan.cpp index daa051fb6..8667131fb 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_arcanist_doan.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_arcanist_doan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_headless_horseman.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_headless_horseman.cpp index eed7b04cc..b485b328d 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_headless_horseman.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_headless_horseman.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_herod.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_herod.cpp index 9df21a410..74b92f0e6 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_herod.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_herod.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_mograine_and_whitemane.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_mograine_and_whitemane.cpp index 9138ff86a..4e4bdf1c4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_mograine_and_whitemane.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/boss_mograine_and_whitemane.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/instance_scarlet_monastery.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/instance_scarlet_monastery.cpp index de19029b3..73124a589 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/instance_scarlet_monastery.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/instance_scarlet_monastery.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/scarlet_monastery.h b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/scarlet_monastery.h index c196630ee..d6dda2005 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/scarlet_monastery.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/scarlet_monastery/scarlet_monastery.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_darkmaster_gandling.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_darkmaster_gandling.cpp index 8e1bdf2ec..f9731a737 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_darkmaster_gandling.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_darkmaster_gandling.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_jandice_barov.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_jandice_barov.cpp index 517842565..f2acd8a59 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_jandice_barov.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/boss_jandice_barov.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/instance_scholomance.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/instance_scholomance.cpp index fec7c3a43..90d924617 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/instance_scholomance.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/instance_scholomance.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.cpp b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.cpp index 0c84d6ab6..13f249ec5 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.h b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.h index 066cc64bf..05836b039 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/scholomance/scholomance.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/searing_gorge.cpp b/src/modules/SD3/scripts/eastern_kingdoms/searing_gorge.cpp index 3d61841ea..78b992bcb 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/searing_gorge.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/searing_gorge.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/instance_shadowfang_keep.cpp b/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/instance_shadowfang_keep.cpp index d999087ef..029fe240a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/instance_shadowfang_keep.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/instance_shadowfang_keep.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.cpp b/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.cpp index f072c9b34..5b42cbc68 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.h b/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.h index 0399b76a3..a8b39f2b1 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/shadowfang_keep/shadowfang_keep.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/silvermoon_city.cpp b/src/modules/SD3/scripts/eastern_kingdoms/silvermoon_city.cpp index 99804d0ea..a1b79929a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/silvermoon_city.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/silvermoon_city.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/silverpine_forest.cpp b/src/modules/SD3/scripts/eastern_kingdoms/silverpine_forest.cpp index 685f7eaf0..a751e9693 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/silverpine_forest.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/silverpine_forest.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stormwind_city.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stormwind_city.cpp index f6a075bbe..ee3d639ac 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stormwind_city.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stormwind_city.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stranglethorn_vale.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stranglethorn_vale.cpp index d6a85376b..dec801e52 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stranglethorn_vale.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stranglethorn_vale.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp index d90c2cf49..96958e04e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_baroness_anastari.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp index cc78194f3..bebaf145e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_cannon_master_willey.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp index d5ffd95b7..b663c9081 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_dathrohan_balnazzar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp index e55c011a4..929f1c4be 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp index c794dc57b..785b60c5a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/boss_order_of_silver_hand.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp index d166cd394..bcb55af0c 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.cpp b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.cpp index 939a9dbc4..07e0109e8 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.h b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.h index 5b059e253..c7b681776 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/stratholme/stratholme.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/instance_sunken_temple.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/instance_sunken_temple.cpp index f71bede17..918353b33 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/instance_sunken_temple.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/instance_sunken_temple.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp index a4c15b921..d28f80827 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.h b/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.h index f002174c7..feb0c848b 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunken_temple/sunken_temple.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp index daffe7cd7..80054c6be 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_eredar_twins.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_eredar_twins.cpp index 5dc2ca2e4..46459a78a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_eredar_twins.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_eredar_twins.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_felmyst.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_felmyst.cpp index 5bf191bd4..3c1af6ace 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_felmyst.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_felmyst.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp index 91b597972..b0849df8a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kiljaeden.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kiljaeden.cpp index 0eccd2e65..49e57759b 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kiljaeden.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_kiljaeden.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_muru.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_muru.cpp index f01d2a98a..526747f1e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_muru.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/boss_muru.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/instance_sunwell_plateau.cpp b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/instance_sunwell_plateau.cpp index 213785788..98ac5d073 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/instance_sunwell_plateau.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/instance_sunwell_plateau.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/sunwell_plateau.h b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/sunwell_plateau.h index 6bd82b176..123762d79 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/sunwell_plateau.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/sunwell_plateau/sunwell_plateau.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/swamp_of_sorrows.cpp b/src/modules/SD3/scripts/eastern_kingdoms/swamp_of_sorrows.cpp index 838a0262b..57e15117a 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/swamp_of_sorrows.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/swamp_of_sorrows.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/tirisfal_glades.cpp b/src/modules/SD3/scripts/eastern_kingdoms/tirisfal_glades.cpp index ab0b34da3..a4f52ee84 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/tirisfal_glades.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/tirisfal_glades.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/twilight_highlands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/twilight_highlands.cpp index 4fe400de6..c8021f934 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/twilight_highlands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/twilight_highlands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/boss_archaedas.cpp b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/boss_archaedas.cpp index 86cb56b42..85e60ff0e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/boss_archaedas.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/boss_archaedas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/instance_uldaman.cpp b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/instance_uldaman.cpp index 5082598bc..1af9e48a4 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/instance_uldaman.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/instance_uldaman.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.cpp b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.cpp index b05169fda..92b8c7fac 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.h b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.h index b0ba994bf..9a3cd6971 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/uldaman/uldaman.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/undercity.cpp b/src/modules/SD3/scripts/eastern_kingdoms/undercity.cpp index 4edeeebec..3e4dfa6c5 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/undercity.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/undercity.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/vashjir.cpp b/src/modules/SD3/scripts/eastern_kingdoms/vashjir.cpp index 8a085d911..7f7150d24 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/vashjir.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/vashjir.cpp @@ -6,7 +6,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/western_plaguelands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/western_plaguelands.cpp index 5234f2c52..4d3d20417 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/western_plaguelands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/western_plaguelands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/westfall.cpp b/src/modules/SD3/scripts/eastern_kingdoms/westfall.cpp index 7970a919e..d3d7daa9e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/westfall.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/westfall.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/wetlands.cpp b/src/modules/SD3/scripts/eastern_kingdoms/wetlands.cpp index 2a0a35289..e921e12af 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/wetlands.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/wetlands.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_akilzon.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_akilzon.cpp index b0d2a955a..8a386ed3d 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_akilzon.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_akilzon.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_halazzi.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_halazzi.cpp index 39d3d3ad6..5fd59657f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_halazzi.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_halazzi.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_janalai.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_janalai.cpp index 4b86d561f..7083a747f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_janalai.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_janalai.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_malacrass.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_malacrass.cpp index be6755a0e..b13625e1f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_malacrass.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_malacrass.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_nalorakk.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_nalorakk.cpp index e789fc4d3..dcd18aacd 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_nalorakk.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_nalorakk.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_zuljin.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_zuljin.cpp index 1a0bf4505..f9c70ae7e 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_zuljin.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/boss_zuljin.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/instance_zulaman.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/instance_zulaman.cpp index ca63c980d..d9cd3a2f7 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/instance_zulaman.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/instance_zulaman.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.cpp index a65b56892..5972e426f 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.h b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.h index b02c03910..fcb42fcd6 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulaman/zulaman.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp index 562f4eec8..e1b3eecbf 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_arlokk.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hakkar.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hakkar.cpp index b929f02e0..0ad503ac0 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hakkar.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hakkar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hazzarah.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hazzarah.cpp index 67f3db821..c3a372cc0 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hazzarah.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_hazzarah.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jeklik.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jeklik.cpp index fae086e5c..1456ca636 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jeklik.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jeklik.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jindo.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jindo.cpp index ed248f2bc..3007fe8ae 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jindo.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_jindo.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_mandokir.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_mandokir.cpp index e49f10807..d7fc88331 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_mandokir.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_mandokir.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_marli.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_marli.cpp index 141be1d8c..ce47339f8 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_marli.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_marli.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp index b1d3d4703..43c498b84 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_thekal.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_thekal.cpp index 19ad6c0b5..cccd9ce95 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_thekal.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_thekal.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_venoxis.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_venoxis.cpp index 0ad4f11b7..86a4eb9dd 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_venoxis.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/boss_venoxis.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp index b2c114259..ad28ae1b9 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/zulgurub.h b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/zulgurub.h index 3112f8634..835b71690 100644 --- a/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/zulgurub.h +++ b/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/zulgurub.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ashenvale.cpp b/src/modules/SD3/scripts/kalimdor/ashenvale.cpp index ca4f5ae18..cb87966eb 100644 --- a/src/modules/SD3/scripts/kalimdor/ashenvale.cpp +++ b/src/modules/SD3/scripts/kalimdor/ashenvale.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/azshara.cpp b/src/modules/SD3/scripts/kalimdor/azshara.cpp index d20de505b..28805e87e 100644 --- a/src/modules/SD3/scripts/kalimdor/azshara.cpp +++ b/src/modules/SD3/scripts/kalimdor/azshara.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/azuremyst_isle.cpp b/src/modules/SD3/scripts/kalimdor/azuremyst_isle.cpp index 7c62211e6..1d9fb611d 100644 --- a/src/modules/SD3/scripts/kalimdor/azuremyst_isle.cpp +++ b/src/modules/SD3/scripts/kalimdor/azuremyst_isle.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.cpp b/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.cpp index ea02234ce..bc630533f 100644 --- a/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.cpp +++ b/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.cpp @@ -3,7 +3,7 @@ * area triggers, creatures, game objects, instances, items, and spells beyond * the default database scripting in mangos. * - * Copyright (C) 2013-2020 MaNGOS + * Copyright (C) 2013-2023 MaNGOS * Copyright (C) 2006-2013 ScriptDev2 * * This program is free software; you can redistribute it and/or modify diff --git a/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.h b/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.h index ce676fac6..278fc0955 100644 --- a/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.h +++ b/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/blackfathom_deeps.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/instance_blackfathom_deeps.cpp b/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/instance_blackfathom_deeps.cpp index 5cf57d8a0..604e780c9 100644 --- a/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/instance_blackfathom_deeps.cpp +++ b/src/modules/SD3/scripts/kalimdor/blackfathom_deeps/instance_blackfathom_deeps.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/bloodmyst_isle.cpp b/src/modules/SD3/scripts/kalimdor/bloodmyst_isle.cpp index 8254248a3..ad3163c3e 100644 --- a/src/modules/SD3/scripts/kalimdor/bloodmyst_isle.cpp +++ b/src/modules/SD3/scripts/kalimdor/bloodmyst_isle.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/boss_azuregos.cpp b/src/modules/SD3/scripts/kalimdor/boss_azuregos.cpp index 1d6a06298..e57442647 100644 --- a/src/modules/SD3/scripts/kalimdor/boss_azuregos.cpp +++ b/src/modules/SD3/scripts/kalimdor/boss_azuregos.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_aeonus.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_aeonus.cpp index 26746cb69..e2b10e459 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_aeonus.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_aeonus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp index 0c58a1a25..a1704fe50 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_temporus.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_temporus.cpp index 6ce1dc0e8..5edefccde 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_temporus.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/boss_temporus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.cpp index 26e5bf45f..a105b2307 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.h b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.h index 3581d9bc1..79009567a 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.h +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/dark_portal.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/instance_dark_portal.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/instance_dark_portal.cpp index 14ea9e13d..7d433bffe 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/instance_dark_portal.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/dark_portal/instance_dark_portal.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/boss_archimonde.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/boss_archimonde.cpp index 120e77c96..e01953fc7 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/boss_archimonde.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/boss_archimonde.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.cpp index 9c1c3b205..d9b2cf4e6 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.h b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.h index e5dad00af..54dc55fc2 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.h +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjal.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.cpp index cad50c3ca..06011a453 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.h b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.h index 9d18dc236..46e67dffd 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.h +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/hyjalAI.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/instance_hyjal.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/instance_hyjal.cpp index 1d8e0fab1..28e4658ae 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/instance_hyjal.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/hyjal/instance_hyjal.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp index ad33ee0d5..f902c26e1 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp b/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp index 9d10f9e46..ccf430081 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.h b/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.h index b2d37b2d2..f0fd74304 100644 --- a/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.h +++ b/src/modules/SD3/scripts/kalimdor/caverns_of_time/old_hillsbrad/old_hillsbrad.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/darkshore.cpp b/src/modules/SD3/scripts/kalimdor/darkshore.cpp index 70b25395c..a15bdf14b 100644 --- a/src/modules/SD3/scripts/kalimdor/darkshore.cpp +++ b/src/modules/SD3/scripts/kalimdor/darkshore.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/desolace.cpp b/src/modules/SD3/scripts/kalimdor/desolace.cpp index 491a17618..884a064bf 100644 --- a/src/modules/SD3/scripts/kalimdor/desolace.cpp +++ b/src/modules/SD3/scripts/kalimdor/desolace.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.cpp b/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.cpp index f3250a970..e5b9ef5bd 100644 --- a/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.cpp +++ b/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.h b/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.h index 135aba677..e3072c6dc 100644 --- a/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.h +++ b/src/modules/SD3/scripts/kalimdor/dire_maul/dire_maul.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/dire_maul/instance_dire_maul.cpp b/src/modules/SD3/scripts/kalimdor/dire_maul/instance_dire_maul.cpp index fce61a6a0..04c5178db 100644 --- a/src/modules/SD3/scripts/kalimdor/dire_maul/instance_dire_maul.cpp +++ b/src/modules/SD3/scripts/kalimdor/dire_maul/instance_dire_maul.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/durotar.cpp b/src/modules/SD3/scripts/kalimdor/durotar.cpp index bf0edb351..cb07a642c 100644 --- a/src/modules/SD3/scripts/kalimdor/durotar.cpp +++ b/src/modules/SD3/scripts/kalimdor/durotar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/dustwallow_marsh.cpp b/src/modules/SD3/scripts/kalimdor/dustwallow_marsh.cpp index 5d77c1d19..48d42c40e 100644 --- a/src/modules/SD3/scripts/kalimdor/dustwallow_marsh.cpp +++ b/src/modules/SD3/scripts/kalimdor/dustwallow_marsh.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/felwood.cpp b/src/modules/SD3/scripts/kalimdor/felwood.cpp index 5f7b7be01..16d9dce25 100644 --- a/src/modules/SD3/scripts/kalimdor/felwood.cpp +++ b/src/modules/SD3/scripts/kalimdor/felwood.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/feralas.cpp b/src/modules/SD3/scripts/kalimdor/feralas.cpp index f8d476e6f..f23d4f665 100644 --- a/src/modules/SD3/scripts/kalimdor/feralas.cpp +++ b/src/modules/SD3/scripts/kalimdor/feralas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/maraudon/boss_noxxion.cpp b/src/modules/SD3/scripts/kalimdor/maraudon/boss_noxxion.cpp index ceee277f7..c8735d529 100644 --- a/src/modules/SD3/scripts/kalimdor/maraudon/boss_noxxion.cpp +++ b/src/modules/SD3/scripts/kalimdor/maraudon/boss_noxxion.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.cpp b/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.cpp index 58483a753..f8a9f3c37 100644 --- a/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.cpp +++ b/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.h b/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.h index c9c34b452..388530b93 100644 --- a/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.h +++ b/src/modules/SD3/scripts/kalimdor/maraudon/maraudon.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/moonglade.cpp b/src/modules/SD3/scripts/kalimdor/moonglade.cpp index d213366b6..21bfc7af6 100644 --- a/src/modules/SD3/scripts/kalimdor/moonglade.cpp +++ b/src/modules/SD3/scripts/kalimdor/moonglade.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/mount_hyjal.cpp b/src/modules/SD3/scripts/kalimdor/mount_hyjal.cpp index c4b2cf80b..5b49469ce 100644 --- a/src/modules/SD3/scripts/kalimdor/mount_hyjal.cpp +++ b/src/modules/SD3/scripts/kalimdor/mount_hyjal.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/mulgore.cpp b/src/modules/SD3/scripts/kalimdor/mulgore.cpp index 0221f826c..6a52f5152 100644 --- a/src/modules/SD3/scripts/kalimdor/mulgore.cpp +++ b/src/modules/SD3/scripts/kalimdor/mulgore.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/onyxias_lair/boss_onyxia.cpp b/src/modules/SD3/scripts/kalimdor/onyxias_lair/boss_onyxia.cpp index ff19bb70a..38c3ad705 100644 --- a/src/modules/SD3/scripts/kalimdor/onyxias_lair/boss_onyxia.cpp +++ b/src/modules/SD3/scripts/kalimdor/onyxias_lair/boss_onyxia.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/onyxias_lair/instance_onyxias_lair.cpp b/src/modules/SD3/scripts/kalimdor/onyxias_lair/instance_onyxias_lair.cpp index 2cb7565b9..c85a929e0 100644 --- a/src/modules/SD3/scripts/kalimdor/onyxias_lair/instance_onyxias_lair.cpp +++ b/src/modules/SD3/scripts/kalimdor/onyxias_lair/instance_onyxias_lair.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/onyxias_lair/npc_onyxian_warder.cpp b/src/modules/SD3/scripts/kalimdor/onyxias_lair/npc_onyxian_warder.cpp index a51766d8c..4a92dfbc4 100644 --- a/src/modules/SD3/scripts/kalimdor/onyxias_lair/npc_onyxian_warder.cpp +++ b/src/modules/SD3/scripts/kalimdor/onyxias_lair/npc_onyxian_warder.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010-2012 Anathema Script Engine project - * Copyright (C) 2013-2020 MaNGOS + * Copyright (C) 2013-2023 MaNGOS */ /* ScriptData diff --git a/src/modules/SD3/scripts/kalimdor/onyxias_lair/onyxias_lair.h b/src/modules/SD3/scripts/kalimdor/onyxias_lair/onyxias_lair.h index f5010a993..d8dd6a25b 100644 --- a/src/modules/SD3/scripts/kalimdor/onyxias_lair/onyxias_lair.h +++ b/src/modules/SD3/scripts/kalimdor/onyxias_lair/onyxias_lair.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/orgrimmar.cpp b/src/modules/SD3/scripts/kalimdor/orgrimmar.cpp index 368f764de..f85015913 100644 --- a/src/modules/SD3/scripts/kalimdor/orgrimmar.cpp +++ b/src/modules/SD3/scripts/kalimdor/orgrimmar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/razorfen_downs/instance_razorfen_downs.cpp b/src/modules/SD3/scripts/kalimdor/razorfen_downs/instance_razorfen_downs.cpp index f76c27bc8..e176ed827 100644 --- a/src/modules/SD3/scripts/kalimdor/razorfen_downs/instance_razorfen_downs.cpp +++ b/src/modules/SD3/scripts/kalimdor/razorfen_downs/instance_razorfen_downs.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.cpp b/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.cpp index 2294ed0ff..4c24af0a7 100644 --- a/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.cpp +++ b/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.h b/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.h index d1a534c44..4566cb8fe 100644 --- a/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.h +++ b/src/modules/SD3/scripts/kalimdor/razorfen_downs/razorfen_downs.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/razorfen_kraul/instance_razorfen_kraul.cpp b/src/modules/SD3/scripts/kalimdor/razorfen_kraul/instance_razorfen_kraul.cpp index 57b0cb362..a9ad35072 100644 --- a/src/modules/SD3/scripts/kalimdor/razorfen_kraul/instance_razorfen_kraul.cpp +++ b/src/modules/SD3/scripts/kalimdor/razorfen_kraul/instance_razorfen_kraul.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.cpp b/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.cpp index 7d33a8faa..f1e7c80c1 100644 --- a/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.cpp +++ b/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.h b/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.h index e4b307b69..e80780fcb 100644 --- a/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.h +++ b/src/modules/SD3/scripts/kalimdor/razorfen_kraul/razorfen_kraul.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ayamiss.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ayamiss.cpp index e504e9e8d..b7ee210de 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ayamiss.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ayamiss.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_buru.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_buru.cpp index 9d87ebed2..3eaaa53a3 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_buru.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_buru.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_kurinnaxx.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_kurinnaxx.cpp index 7951ccdfe..009f702d6 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_kurinnaxx.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_kurinnaxx.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_moam.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_moam.cpp index 7b54336a8..a5be011e0 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_moam.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_moam.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ossirian.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ossirian.cpp index c2584e17a..2e283e435 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ossirian.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_ossirian.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_rajaxx.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_rajaxx.cpp index 6143565a7..5ee2bd70f 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_rajaxx.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/boss_rajaxx.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp index 70b341c76..bb3aae6b7 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.cpp b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.cpp index 636313897..be5f1152a 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.cpp +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.h b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.h index 331c8c8db..ea4ccc97f 100644 --- a/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.h +++ b/src/modules/SD3/scripts/kalimdor/ruins_of_ahnqiraj/ruins_of_ahnqiraj.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/silithus.cpp b/src/modules/SD3/scripts/kalimdor/silithus.cpp index 6ad75c8ea..5dd74064b 100644 --- a/src/modules/SD3/scripts/kalimdor/silithus.cpp +++ b/src/modules/SD3/scripts/kalimdor/silithus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/stonetalon_mountains.cpp b/src/modules/SD3/scripts/kalimdor/stonetalon_mountains.cpp index a4ff4b735..e717bf0fe 100644 --- a/src/modules/SD3/scripts/kalimdor/stonetalon_mountains.cpp +++ b/src/modules/SD3/scripts/kalimdor/stonetalon_mountains.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/tanaris.cpp b/src/modules/SD3/scripts/kalimdor/tanaris.cpp index 33546c1ca..7e81d6db5 100644 --- a/src/modules/SD3/scripts/kalimdor/tanaris.cpp +++ b/src/modules/SD3/scripts/kalimdor/tanaris.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/teldrassil.cpp b/src/modules/SD3/scripts/kalimdor/teldrassil.cpp index cc4b5cdcd..90b8ee130 100644 --- a/src/modules/SD3/scripts/kalimdor/teldrassil.cpp +++ b/src/modules/SD3/scripts/kalimdor/teldrassil.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_bug_trio.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_bug_trio.cpp index 00048e21d..2ac97c807 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_bug_trio.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_bug_trio.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp index 7d2327944..85eb1ecd9 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_fankriss.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_fankriss.cpp index 06b2a7eff..8e6cd8f3a 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_fankriss.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_fankriss.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_huhuran.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_huhuran.cpp index 33f3da2ea..2660c89ea 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_huhuran.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_huhuran.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_ouro.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_ouro.cpp index 31e43071b..8d93cdce5 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_ouro.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_ouro.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_sartura.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_sartura.cpp index 9fe18fb04..7751a63f6 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_sartura.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_sartura.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_skeram.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_skeram.cpp index 3a802908f..f9fd1aeef 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_skeram.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_skeram.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_twinemperors.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_twinemperors.cpp index 9fae5d1f0..c80f70c99 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_twinemperors.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_twinemperors.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_viscidus.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_viscidus.cpp index 3ad4513c5..d15aa17d5 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_viscidus.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/boss_viscidus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp index b5be6a769..43edb44bc 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp index 2a75bc9b4..d479c4acd 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/temple_of_ahnqiraj.h b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/temple_of_ahnqiraj.h index 68ca5926e..7e531d735 100644 --- a/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/temple_of_ahnqiraj.h +++ b/src/modules/SD3/scripts/kalimdor/temple_of_ahnqiraj/temple_of_ahnqiraj.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/the_barrens.cpp b/src/modules/SD3/scripts/kalimdor/the_barrens.cpp index f4e0e3715..7c57f2be0 100644 --- a/src/modules/SD3/scripts/kalimdor/the_barrens.cpp +++ b/src/modules/SD3/scripts/kalimdor/the_barrens.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/thousand_needles.cpp b/src/modules/SD3/scripts/kalimdor/thousand_needles.cpp index bd767b0a1..a01b0e7c2 100644 --- a/src/modules/SD3/scripts/kalimdor/thousand_needles.cpp +++ b/src/modules/SD3/scripts/kalimdor/thousand_needles.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/thunder_bluff.cpp b/src/modules/SD3/scripts/kalimdor/thunder_bluff.cpp index 3899044f0..82b5992bc 100644 --- a/src/modules/SD3/scripts/kalimdor/thunder_bluff.cpp +++ b/src/modules/SD3/scripts/kalimdor/thunder_bluff.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/uldum.cpp b/src/modules/SD3/scripts/kalimdor/uldum.cpp index da7831e71..fcace2079 100644 --- a/src/modules/SD3/scripts/kalimdor/uldum.cpp +++ b/src/modules/SD3/scripts/kalimdor/uldum.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/ungoro_crater.cpp b/src/modules/SD3/scripts/kalimdor/ungoro_crater.cpp index cc47463b2..2eb33451f 100644 --- a/src/modules/SD3/scripts/kalimdor/ungoro_crater.cpp +++ b/src/modules/SD3/scripts/kalimdor/ungoro_crater.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/wailing_caverns/instance_wailing_caverns.cpp b/src/modules/SD3/scripts/kalimdor/wailing_caverns/instance_wailing_caverns.cpp index 141379489..f05108240 100644 --- a/src/modules/SD3/scripts/kalimdor/wailing_caverns/instance_wailing_caverns.cpp +++ b/src/modules/SD3/scripts/kalimdor/wailing_caverns/instance_wailing_caverns.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.cpp b/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.cpp index 194724bd3..2af11f5e1 100644 --- a/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.cpp +++ b/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.h b/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.h index 3b8f69d2b..c64d8ac58 100644 --- a/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.h +++ b/src/modules/SD3/scripts/kalimdor/wailing_caverns/wailing_caverns.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/winterspring.cpp b/src/modules/SD3/scripts/kalimdor/winterspring.cpp index 3995095d0..0392f0bd6 100644 --- a/src/modules/SD3/scripts/kalimdor/winterspring.cpp +++ b/src/modules/SD3/scripts/kalimdor/winterspring.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/zulfarrak/boss_zumrah.cpp b/src/modules/SD3/scripts/kalimdor/zulfarrak/boss_zumrah.cpp index 9f4690a76..cfa81f355 100644 --- a/src/modules/SD3/scripts/kalimdor/zulfarrak/boss_zumrah.cpp +++ b/src/modules/SD3/scripts/kalimdor/zulfarrak/boss_zumrah.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/zulfarrak/instance_zulfarrak.cpp b/src/modules/SD3/scripts/kalimdor/zulfarrak/instance_zulfarrak.cpp index cd1318f21..3eaeeed1f 100644 --- a/src/modules/SD3/scripts/kalimdor/zulfarrak/instance_zulfarrak.cpp +++ b/src/modules/SD3/scripts/kalimdor/zulfarrak/instance_zulfarrak.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.cpp b/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.cpp index c67516d97..056b8e748 100644 --- a/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.cpp +++ b/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.h b/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.h index 18585053d..87b9c15b4 100644 --- a/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.h +++ b/src/modules/SD3/scripts/kalimdor/zulfarrak/zulfarrak.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/deepholm.cpp b/src/modules/SD3/scripts/maelstrom/deepholm.cpp index 4e984d3d5..e9b56feb5 100644 --- a/src/modules/SD3/scripts/maelstrom/deepholm.cpp +++ b/src/modules/SD3/scripts/maelstrom/deepholm.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/lost_isles.cpp b/src/modules/SD3/scripts/maelstrom/lost_isles.cpp index de99c3d1a..bdf3ba176 100644 --- a/src/modules/SD3/scripts/maelstrom/lost_isles.cpp +++ b/src/modules/SD3/scripts/maelstrom/lost_isles.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/stonecore/boss_corborus.cpp b/src/modules/SD3/scripts/maelstrom/stonecore/boss_corborus.cpp index 506d64089..8781ed17d 100644 --- a/src/modules/SD3/scripts/maelstrom/stonecore/boss_corborus.cpp +++ b/src/modules/SD3/scripts/maelstrom/stonecore/boss_corborus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/stonecore/boss_ozruk.cpp b/src/modules/SD3/scripts/maelstrom/stonecore/boss_ozruk.cpp index 4e5e71cd5..c2e1ad81d 100644 --- a/src/modules/SD3/scripts/maelstrom/stonecore/boss_ozruk.cpp +++ b/src/modules/SD3/scripts/maelstrom/stonecore/boss_ozruk.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/stonecore/boss_priestess_azil.cpp b/src/modules/SD3/scripts/maelstrom/stonecore/boss_priestess_azil.cpp index 28935c9bc..a16e20dad 100644 --- a/src/modules/SD3/scripts/maelstrom/stonecore/boss_priestess_azil.cpp +++ b/src/modules/SD3/scripts/maelstrom/stonecore/boss_priestess_azil.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/stonecore/boss_slabhide.cpp b/src/modules/SD3/scripts/maelstrom/stonecore/boss_slabhide.cpp index da4905db5..07557957f 100644 --- a/src/modules/SD3/scripts/maelstrom/stonecore/boss_slabhide.cpp +++ b/src/modules/SD3/scripts/maelstrom/stonecore/boss_slabhide.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/stonecore/instance_stonecore.cpp b/src/modules/SD3/scripts/maelstrom/stonecore/instance_stonecore.cpp index fa2837e1a..96c9a3987 100644 --- a/src/modules/SD3/scripts/maelstrom/stonecore/instance_stonecore.cpp +++ b/src/modules/SD3/scripts/maelstrom/stonecore/instance_stonecore.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/maelstrom/stonecore/stonecore.h b/src/modules/SD3/scripts/maelstrom/stonecore/stonecore.h index a33c88f89..6a9dc7b2b 100644 --- a/src/modules/SD3/scripts/maelstrom/stonecore/stonecore.h +++ b/src/modules/SD3/scripts/maelstrom/stonecore/stonecore.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/northrend/borean_tundra.cpp b/src/modules/SD3/scripts/northrend/borean_tundra.cpp index 80a6cb580..6ac936e23 100644 --- a/src/modules/SD3/scripts/northrend/borean_tundra.cpp +++ b/src/modules/SD3/scripts/northrend/borean_tundra.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp b/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp index 3c575229b..6b865285f 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_exarch_maladaar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak.cpp b/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak.cpp index f7769bf91..22bd5390f 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/auchenai_crypts/boss_shirrak.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp b/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp index 87173bf22..6afc9e2de 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_nexusprince_shaffar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp b/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp index 6aa6bfbe3..51944acec 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/boss_pandemonius.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/mana_tombs.cpp b/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/mana_tombs.cpp index 4e8aea35c..de0add8c5 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/mana_tombs.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/mana_tombs/mana_tombs.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_anzu.cpp b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_anzu.cpp index 618856295..61ae38e0e 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_anzu.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_anzu.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp index 08caacc72..7614e1c39 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_darkweaver_syth.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_talon_king_ikiss.cpp b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_talon_king_ikiss.cpp index b60adec33..a15df13b9 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_talon_king_ikiss.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/boss_talon_king_ikiss.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp index 08d3ccebd..a187a7a52 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/instance_sethekk_halls.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/sethekk_halls.h b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/sethekk_halls.h index 85d298866..ca88f9ac8 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/sethekk_halls.h +++ b/src/modules/SD3/scripts/outland/auchindoun/sethekk_halls/sethekk_halls.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp index a023f9aba..6ed9d59c7 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp index fdc015b27..1774e6049 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp index 825dbd64c..00aa5fc8e 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp index d72e499c0..c2bc3293e 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/boss_murmur.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp index bb61811fb..33bef9b29 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp +++ b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/shadow_labyrinth.h b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/shadow_labyrinth.h index caa547181..4733bdac2 100644 --- a/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/shadow_labyrinth.h +++ b/src/modules/SD3/scripts/outland/auchindoun/shadow_labyrinth/shadow_labyrinth.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/black_temple.cpp b/src/modules/SD3/scripts/outland/black_temple/black_temple.cpp index 6f62b8405..13290b3b3 100644 --- a/src/modules/SD3/scripts/outland/black_temple/black_temple.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/black_temple.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/black_temple.h b/src/modules/SD3/scripts/outland/black_temple/black_temple.h index f678ed03d..cf6921a86 100644 --- a/src/modules/SD3/scripts/outland/black_temple/black_temple.h +++ b/src/modules/SD3/scripts/outland/black_temple/black_temple.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_bloodboil.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_bloodboil.cpp index 7639f0e08..afc2f7650 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_bloodboil.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_bloodboil.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_illidan.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_illidan.cpp index f74a33392..2a8ddc367 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_illidan.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_illidan.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_mother_shahraz.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_mother_shahraz.cpp index 3653e572d..0ba77dd79 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_mother_shahraz.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_mother_shahraz.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_reliquary_of_souls.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_reliquary_of_souls.cpp index ae83374be..bf75ba0c4 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_reliquary_of_souls.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_reliquary_of_souls.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_shade_of_akama.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_shade_of_akama.cpp index 9d0e39a25..e559d02a6 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_shade_of_akama.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_shade_of_akama.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_supremus.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_supremus.cpp index 2854b9557..9fafff1cd 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_supremus.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_supremus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_teron_gorefiend.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_teron_gorefiend.cpp index c656d9bae..3638226f3 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_teron_gorefiend.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_teron_gorefiend.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/boss_warlord_najentus.cpp b/src/modules/SD3/scripts/outland/black_temple/boss_warlord_najentus.cpp index c88084b72..ac5c96bb4 100644 --- a/src/modules/SD3/scripts/outland/black_temple/boss_warlord_najentus.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/boss_warlord_najentus.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/illidari_council.cpp b/src/modules/SD3/scripts/outland/black_temple/illidari_council.cpp index fc225c883..4212191bc 100644 --- a/src/modules/SD3/scripts/outland/black_temple/illidari_council.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/illidari_council.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/black_temple/instance_black_temple.cpp b/src/modules/SD3/scripts/outland/black_temple/instance_black_temple.cpp index 0984e0d7c..802cbb537 100644 --- a/src/modules/SD3/scripts/outland/black_temple/instance_black_temple.cpp +++ b/src/modules/SD3/scripts/outland/black_temple/instance_black_temple.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_fathomlord_karathress.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_fathomlord_karathress.cpp index d56eea078..cb0b98d42 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_fathomlord_karathress.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_fathomlord_karathress.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_hydross_the_unstable.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_hydross_the_unstable.cpp index 2b41c311c..4270290f1 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_hydross_the_unstable.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_hydross_the_unstable.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_lady_vashj.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_lady_vashj.cpp index bb33573af..9f95d26c3 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_lady_vashj.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_lady_vashj.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_leotheras_the_blind.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_leotheras_the_blind.cpp index 76239c09c..af77a9070 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_leotheras_the_blind.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_leotheras_the_blind.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_morogrim_tidewalker.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_morogrim_tidewalker.cpp index 53cd8ac90..c2fb21971 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_morogrim_tidewalker.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_morogrim_tidewalker.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_the_lurker_below.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_the_lurker_below.cpp index d614f86c1..c21eca5b4 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_the_lurker_below.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/boss_the_lurker_below.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/instance_serpent_shrine.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/instance_serpent_shrine.cpp index 956ce8d4a..f30282ec1 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/instance_serpent_shrine.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/instance_serpent_shrine.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/serpent_shrine.h b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/serpent_shrine.h index 1ab8d1083..bb22eebd0 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/serpent_shrine.h +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/serpent_shrine/serpent_shrine.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/slave_pens/boss_ahune.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/slave_pens/boss_ahune.cpp index 24060b1a7..083c72c34 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/slave_pens/boss_ahune.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/slave_pens/boss_ahune.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_hydromancer_thespia.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_hydromancer_thespia.cpp index 362433b0c..e9efa2c83 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_hydromancer_thespia.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_hydromancer_thespia.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_mekgineer_steamrigger.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_mekgineer_steamrigger.cpp index 39f5096a1..c52828bf2 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_mekgineer_steamrigger.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_mekgineer_steamrigger.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_warlord_kalithresh.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_warlord_kalithresh.cpp index ca2fc9f4a..7921ef514 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_warlord_kalithresh.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/boss_warlord_kalithresh.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/instance_steam_vault.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/instance_steam_vault.cpp index b7fcd99c3..50e1ef34b 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/instance_steam_vault.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/instance_steam_vault.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/steam_vault.h b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/steam_vault.h index c1692ab3c..d9756a345 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/steam_vault.h +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/steam_vault/steam_vault.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/coilfang_reservoir/underbog/boss_hungarfen.cpp b/src/modules/SD3/scripts/outland/coilfang_reservoir/underbog/boss_hungarfen.cpp index 981a87176..77d9d1439 100644 --- a/src/modules/SD3/scripts/outland/coilfang_reservoir/underbog/boss_hungarfen.cpp +++ b/src/modules/SD3/scripts/outland/coilfang_reservoir/underbog/boss_hungarfen.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/gruuls_lair/boss_gruul.cpp b/src/modules/SD3/scripts/outland/gruuls_lair/boss_gruul.cpp index 11174efa4..7432b1551 100644 --- a/src/modules/SD3/scripts/outland/gruuls_lair/boss_gruul.cpp +++ b/src/modules/SD3/scripts/outland/gruuls_lair/boss_gruul.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp b/src/modules/SD3/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp index 20069b062..2f25e5051 100644 --- a/src/modules/SD3/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp +++ b/src/modules/SD3/scripts/outland/gruuls_lair/boss_high_king_maulgar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/gruuls_lair/gruuls_lair.h b/src/modules/SD3/scripts/outland/gruuls_lair/gruuls_lair.h index 8dcc69182..b297eb0c3 100644 --- a/src/modules/SD3/scripts/outland/gruuls_lair/gruuls_lair.h +++ b/src/modules/SD3/scripts/outland/gruuls_lair/gruuls_lair.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp b/src/modules/SD3/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp index 98d94bf30..eea4ce154 100644 --- a/src/modules/SD3/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp +++ b/src/modules/SD3/scripts/outland/gruuls_lair/instance_gruuls_lair.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/blood_furnace.h b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/blood_furnace.h index a86147af8..eb9a92a05 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/blood_furnace.h +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/blood_furnace.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp index 9ff70a316..a879c4b42 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_broggok.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp index 2fbe83f16..d6c8dbb9a 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp index 6ae17cc56..f0ffe984c 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/boss_the_maker.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp index 914012bc9..02a33f4cb 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_nazan_and_vazruden.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_nazan_and_vazruden.cpp index f3cf747ce..80ca19447 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_nazan_and_vazruden.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_nazan_and_vazruden.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp index d9094d95c..984587d95 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp index c358dff09..1b1b26a50 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/hellfire_ramparts.h b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/hellfire_ramparts.h index 4710afd63..fe77921b6 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/hellfire_ramparts.h +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/hellfire_ramparts.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp index 5588f1d2b..875249f41 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/hellfire_ramparts/instance_hellfire_ramparts.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp index a3c4cacc1..eaa99e6f0 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp index 8bb83f798..4496a5c84 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/magtheridons_lair.h b/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/magtheridons_lair.h index 4391c81ec..343a3e56a 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/magtheridons_lair.h +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/magtheridons_lair/magtheridons_lair.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp index 4d5c5e73a..e2b6d6d0d 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_nethekurse.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp index bffdedfb5..1f216daad 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp index 7974048ef..7f426d46e 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp index be5f7ec90..271e08e6e 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/shattered_halls.h b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/shattered_halls.h index 63fc1c380..006836fc8 100644 --- a/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/shattered_halls.h +++ b/src/modules/SD3/scripts/outland/hellfire_citadel/shattered_halls/shattered_halls.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/hellfire_peninsula.cpp b/src/modules/SD3/scripts/outland/hellfire_peninsula.cpp index d12ddbf56..ffa182243 100644 --- a/src/modules/SD3/scripts/outland/hellfire_peninsula.cpp +++ b/src/modules/SD3/scripts/outland/hellfire_peninsula.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/netherstorm.cpp b/src/modules/SD3/scripts/outland/netherstorm.cpp index 2ef4bb60d..687e922b7 100644 --- a/src/modules/SD3/scripts/outland/netherstorm.cpp +++ b/src/modules/SD3/scripts/outland/netherstorm.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/shadowmoon_valley.cpp b/src/modules/SD3/scripts/outland/shadowmoon_valley.cpp index 9f19a223d..3baf246d4 100644 --- a/src/modules/SD3/scripts/outland/shadowmoon_valley.cpp +++ b/src/modules/SD3/scripts/outland/shadowmoon_valley.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/shattrath_city.cpp b/src/modules/SD3/scripts/outland/shattrath_city.cpp index 16b255443..adb33d2e7 100644 --- a/src/modules/SD3/scripts/outland/shattrath_city.cpp +++ b/src/modules/SD3/scripts/outland/shattrath_city.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp index d0d5f90e1..0a363c69e 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.h b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.h index ab05fcb86..d25dad2bb 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.h +++ b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/arcatraz.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_dalliah.cpp b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_dalliah.cpp index 4615a4fc0..33ee8f522 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_dalliah.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_dalliah.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp index aba61f005..d3959d1a8 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_soccothrates.cpp b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_soccothrates.cpp index f599bfa7e..daea7105c 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_soccothrates.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/boss_soccothrates.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp index 603f9f132..d58e41675 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/arcatraz/instance_arcatraz.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp b/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp index 1b64d2dbc..84ba9460e 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_high_botanist_freywinn.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_laj.cpp b/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_laj.cpp index 0f95a63ae..89a65c223 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_laj.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_laj.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp b/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp index 26454a7a3..c30c29918 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/botanica/boss_warp_splinter.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_alar.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_alar.cpp index 52afd7db5..d4127fdf2 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_alar.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_alar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp index d6df0ea29..3e90038d2 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_astromancer.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp index 5bd812181..9f835569a 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp index e0fbd1868..47423b877 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/boss_void_reaver.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp index 0763a5680..e7878fe1e 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/instance_the_eye.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/the_eye.h b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/the_eye.h index 6bedf0b5e..92895f632 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_eye/the_eye.h +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_eye/the_eye.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp index a8b7a96b6..7724f51af 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp index a6c732c3a..0f39386f0 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp index 4d96744bc..220bd8e6d 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/instance_mechanar.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/mechanar.h b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/mechanar.h index 663e7d8e7..540ea88f2 100644 --- a/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/mechanar.h +++ b/src/modules/SD3/scripts/outland/tempest_keep/the_mechanar/mechanar.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/outland/terokkar_forest.cpp b/src/modules/SD3/scripts/outland/terokkar_forest.cpp index f3680f017..7a5235985 100644 --- a/src/modules/SD3/scripts/outland/terokkar_forest.cpp +++ b/src/modules/SD3/scripts/outland/terokkar_forest.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/areatrigger_scripts.cpp b/src/modules/SD3/scripts/world/areatrigger_scripts.cpp index 4ebff9bc2..d67a57a36 100644 --- a/src/modules/SD3/scripts/world/areatrigger_scripts.cpp +++ b/src/modules/SD3/scripts/world/areatrigger_scripts.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/bosses_emerald_dragons.cpp b/src/modules/SD3/scripts/world/bosses_emerald_dragons.cpp index da0067fb7..016ec55e8 100644 --- a/src/modules/SD3/scripts/world/bosses_emerald_dragons.cpp +++ b/src/modules/SD3/scripts/world/bosses_emerald_dragons.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/go_scripts.cpp b/src/modules/SD3/scripts/world/go_scripts.cpp index 035830b24..7afb91857 100644 --- a/src/modules/SD3/scripts/world/go_scripts.cpp +++ b/src/modules/SD3/scripts/world/go_scripts.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/guards.cpp b/src/modules/SD3/scripts/world/guards.cpp index e8921e89b..bb25f80cf 100644 --- a/src/modules/SD3/scripts/world/guards.cpp +++ b/src/modules/SD3/scripts/world/guards.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/item_scripts.cpp b/src/modules/SD3/scripts/world/item_scripts.cpp index 57faa92d1..9d7488b87 100644 --- a/src/modules/SD3/scripts/world/item_scripts.cpp +++ b/src/modules/SD3/scripts/world/item_scripts.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/mob_generic_creature.cpp b/src/modules/SD3/scripts/world/mob_generic_creature.cpp index 6b1ce2c1c..5f4269034 100644 --- a/src/modules/SD3/scripts/world/mob_generic_creature.cpp +++ b/src/modules/SD3/scripts/world/mob_generic_creature.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/npc_professions.cpp b/src/modules/SD3/scripts/world/npc_professions.cpp index 1c35b5ccc..a99776550 100644 --- a/src/modules/SD3/scripts/world/npc_professions.cpp +++ b/src/modules/SD3/scripts/world/npc_professions.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/npcs_special.cpp b/src/modules/SD3/scripts/world/npcs_special.cpp index c9e4b1272..a6960a6a1 100644 --- a/src/modules/SD3/scripts/world/npcs_special.cpp +++ b/src/modules/SD3/scripts/world/npcs_special.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/spell_scripts.cpp b/src/modules/SD3/scripts/world/spell_scripts.cpp index 57676d8a2..527d31d27 100644 --- a/src/modules/SD3/scripts/world/spell_scripts.cpp +++ b/src/modules/SD3/scripts/world/spell_scripts.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/world_map_scripts.cpp b/src/modules/SD3/scripts/world/world_map_scripts.cpp index 9da4b5608..0a6a57031 100644 --- a/src/modules/SD3/scripts/world/world_map_scripts.cpp +++ b/src/modules/SD3/scripts/world/world_map_scripts.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/scripts/world/world_map_scripts.h b/src/modules/SD3/scripts/world/world_map_scripts.h index db121277a..bfcb75521 100644 --- a/src/modules/SD3/scripts/world/world_map_scripts.h +++ b/src/modules/SD3/scripts/world/world_map_scripts.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/system/ScriptDevMgr.cpp b/src/modules/SD3/system/ScriptDevMgr.cpp index ed3c6d310..28b85eca6 100644 --- a/src/modules/SD3/system/ScriptDevMgr.cpp +++ b/src/modules/SD3/system/ScriptDevMgr.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/system/ScriptDevMgr.h b/src/modules/SD3/system/ScriptDevMgr.h index ec6608168..07597d656 100644 --- a/src/modules/SD3/system/ScriptDevMgr.h +++ b/src/modules/SD3/system/ScriptDevMgr.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/system/ScriptLoader.cpp b/src/modules/SD3/system/ScriptLoader.cpp index 538dada08..3516f0d8c 100644 --- a/src/modules/SD3/system/ScriptLoader.cpp +++ b/src/modules/SD3/system/ScriptLoader.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/system/ScriptLoader.h b/src/modules/SD3/system/ScriptLoader.h index 2d618276b..1f8ce919b 100644 --- a/src/modules/SD3/system/ScriptLoader.h +++ b/src/modules/SD3/system/ScriptLoader.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/system/system.cpp b/src/modules/SD3/system/system.cpp index 9cadb7467..7a34c67ad 100644 --- a/src/modules/SD3/system/system.cpp +++ b/src/modules/SD3/system/system.cpp @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/modules/SD3/system/system.h b/src/modules/SD3/system/system.h index 202b4f867..fa2f99133 100644 --- a/src/modules/SD3/system/system.h +++ b/src/modules/SD3/system/system.h @@ -4,7 +4,7 @@ * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 - * Copyright (C) 2014-2020 MaNGOS + * Copyright (C) 2014-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Auth/AuthCodes.h b/src/realmd/Auth/AuthCodes.h index b34aa693d..4f3a3bc18 100644 --- a/src/realmd/Auth/AuthCodes.h +++ b/src/realmd/Auth/AuthCodes.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Auth/AuthSocket.cpp b/src/realmd/Auth/AuthSocket.cpp index 6f666a4f7..c5e359a0f 100644 --- a/src/realmd/Auth/AuthSocket.cpp +++ b/src/realmd/Auth/AuthSocket.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Auth/AuthSocket.h b/src/realmd/Auth/AuthSocket.h index 9d260b0f6..70eb41c6b 100644 --- a/src/realmd/Auth/AuthSocket.h +++ b/src/realmd/Auth/AuthSocket.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/CMakeLists.txt b/src/realmd/CMakeLists.txt index ab4906a55..451fd9428 100644 --- a/src/realmd/CMakeLists.txt +++ b/src/realmd/CMakeLists.txt @@ -2,7 +2,7 @@ # * MaNGOS is a full featured server for World of Warcraft, supporting # * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # * -# * Copyright (C) 2005-2019 MaNGOS project +# * Copyright (C) 2005-2023 MaNGOS # * # * This program is free software; you can redistribute it and/or modify # * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Main.cpp b/src/realmd/Main.cpp index d8590f576..c273d229c 100644 --- a/src/realmd/Main.cpp +++ b/src/realmd/Main.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Patch/PatchHandler.cpp b/src/realmd/Patch/PatchHandler.cpp index a9d171b2d..70df5080f 100644 --- a/src/realmd/Patch/PatchHandler.cpp +++ b/src/realmd/Patch/PatchHandler.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Patch/PatchHandler.h b/src/realmd/Patch/PatchHandler.h index a4a347092..7ba128252 100644 --- a/src/realmd/Patch/PatchHandler.h +++ b/src/realmd/Patch/PatchHandler.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Realm/RealmList.cpp b/src/realmd/Realm/RealmList.cpp index f8b46c12d..ef6774792 100644 --- a/src/realmd/Realm/RealmList.cpp +++ b/src/realmd/Realm/RealmList.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/Realm/RealmList.h b/src/realmd/Realm/RealmList.h index 049477981..cdecc8836 100644 --- a/src/realmd/Realm/RealmList.h +++ b/src/realmd/Realm/RealmList.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/SocketBuffer/BufferedSocket.cpp b/src/realmd/SocketBuffer/BufferedSocket.cpp index 1143c94fe..cdd3701a7 100644 --- a/src/realmd/SocketBuffer/BufferedSocket.cpp +++ b/src/realmd/SocketBuffer/BufferedSocket.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/SocketBuffer/BufferedSocket.h b/src/realmd/SocketBuffer/BufferedSocket.h index d0ea076a9..4f9a44501 100644 --- a/src/realmd/SocketBuffer/BufferedSocket.h +++ b/src/realmd/SocketBuffer/BufferedSocket.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2019 MaNGOS project + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/ARC4.cpp b/src/shared/Auth/ARC4.cpp index b69e3c38f..ed9782ff4 100644 --- a/src/shared/Auth/ARC4.cpp +++ b/src/shared/Auth/ARC4.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/shared/Auth/ARC4.h b/src/shared/Auth/ARC4.h index 37dad9972..cc25c008b 100644 --- a/src/shared/Auth/ARC4.h +++ b/src/shared/Auth/ARC4.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/shared/Auth/AuthCrypt.cpp b/src/shared/Auth/AuthCrypt.cpp index 97d68ae35..2c3dface5 100644 --- a/src/shared/Auth/AuthCrypt.cpp +++ b/src/shared/Auth/AuthCrypt.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/AuthCrypt.h b/src/shared/Auth/AuthCrypt.h index 61c184def..427177937 100644 --- a/src/shared/Auth/AuthCrypt.h +++ b/src/shared/Auth/AuthCrypt.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/BigNumber.cpp b/src/shared/Auth/BigNumber.cpp index 2086b80f7..7cf96ec1d 100644 --- a/src/shared/Auth/BigNumber.cpp +++ b/src/shared/Auth/BigNumber.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/BigNumber.h b/src/shared/Auth/BigNumber.h index 53bdec277..35bfa068f 100644 --- a/src/shared/Auth/BigNumber.h +++ b/src/shared/Auth/BigNumber.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/HMACSHA1.cpp b/src/shared/Auth/HMACSHA1.cpp index c80c79fcf..5a8e124e6 100644 --- a/src/shared/Auth/HMACSHA1.cpp +++ b/src/shared/Auth/HMACSHA1.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/HMACSHA1.h b/src/shared/Auth/HMACSHA1.h index 2f4564dc9..c8fe8e523 100644 --- a/src/shared/Auth/HMACSHA1.h +++ b/src/shared/Auth/HMACSHA1.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/Sha1.cpp b/src/shared/Auth/Sha1.cpp index f119a484b..b2984fb1e 100644 --- a/src/shared/Auth/Sha1.cpp +++ b/src/shared/Auth/Sha1.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/Sha1.h b/src/shared/Auth/Sha1.h index ac9e8dc36..b0489b6b9 100644 --- a/src/shared/Auth/Sha1.h +++ b/src/shared/Auth/Sha1.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/WardenKeyGeneration.h b/src/shared/Auth/WardenKeyGeneration.h index ae262ea5f..29db9def5 100644 --- a/src/shared/Auth/WardenKeyGeneration.h +++ b/src/shared/Auth/WardenKeyGeneration.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * Copyright (C) 2008-2015 TrinityCore * * This program is free software; you can redistribute it and/or modify diff --git a/src/shared/CMakeLists.txt b/src/shared/CMakeLists.txt index 96fd0771f..f6c4fc8a2 100644 --- a/src/shared/CMakeLists.txt +++ b/src/shared/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/shared/Common/Common.cpp b/src/shared/Common/Common.cpp index 503518ef9..cf5f6ce67 100644 --- a/src/shared/Common/Common.cpp +++ b/src/shared/Common/Common.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Common/Common.h b/src/shared/Common/Common.h index 93db86603..c26af1d3b 100644 --- a/src/shared/Common/Common.h +++ b/src/shared/Common/Common.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Common/ServerDefines.h b/src/shared/Common/ServerDefines.h index 0a8853ab5..dcdc32acf 100644 --- a/src/shared/Common/ServerDefines.h +++ b/src/shared/Common/ServerDefines.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Config/Config.cpp b/src/shared/Config/Config.cpp index 98e93ca0e..1a38da897 100644 --- a/src/shared/Config/Config.cpp +++ b/src/shared/Config/Config.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Config/Config.h b/src/shared/Config/Config.h index f8d770ac1..977084d11 100644 --- a/src/shared/Config/Config.h +++ b/src/shared/Config/Config.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/DataStores/DB2FileLoader.cpp b/src/shared/DataStores/DB2FileLoader.cpp index fd8941647..63ec44ed2 100644 --- a/src/shared/DataStores/DB2FileLoader.cpp +++ b/src/shared/DataStores/DB2FileLoader.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/DataStores/DB2FileLoader.h b/src/shared/DataStores/DB2FileLoader.h index 64911a552..3059ab879 100755 --- a/src/shared/DataStores/DB2FileLoader.h +++ b/src/shared/DataStores/DB2FileLoader.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/DataStores/DB2Store.h b/src/shared/DataStores/DB2Store.h index 292397a86..0e094ec5c 100644 --- a/src/shared/DataStores/DB2Store.h +++ b/src/shared/DataStores/DB2Store.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/DataStores/DBCFileLoader.cpp b/src/shared/DataStores/DBCFileLoader.cpp index 7368eb5a4..d92a6f885 100644 --- a/src/shared/DataStores/DBCFileLoader.cpp +++ b/src/shared/DataStores/DBCFileLoader.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/DataStores/DBCFileLoader.h b/src/shared/DataStores/DBCFileLoader.h index 23b3d0110..737743f08 100755 --- a/src/shared/DataStores/DBCFileLoader.h +++ b/src/shared/DataStores/DBCFileLoader.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/DataStores/DBCStore.h b/src/shared/DataStores/DBCStore.h index 284d94831..3973803bb 100644 --- a/src/shared/DataStores/DBCStore.h +++ b/src/shared/DataStores/DBCStore.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Database.cpp b/src/shared/Database/Database.cpp index ceae6e329..1cf6213e2 100644 --- a/src/shared/Database/Database.cpp +++ b/src/shared/Database/Database.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index 7a8100a18..3caf35d30 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseEnv.h b/src/shared/Database/DatabaseEnv.h index 1fe2533b1..409b192f6 100644 --- a/src/shared/Database/DatabaseEnv.h +++ b/src/shared/Database/DatabaseEnv.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseImpl.h b/src/shared/Database/DatabaseImpl.h index b9c394a41..3321763da 100644 --- a/src/shared/Database/DatabaseImpl.h +++ b/src/shared/Database/DatabaseImpl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseMysql.cpp b/src/shared/Database/DatabaseMysql.cpp index a8e2b2197..c5f07b716 100644 --- a/src/shared/Database/DatabaseMysql.cpp +++ b/src/shared/Database/DatabaseMysql.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseMysql.h b/src/shared/Database/DatabaseMysql.h index 38b5725bb..33ea0c8ee 100644 --- a/src/shared/Database/DatabaseMysql.h +++ b/src/shared/Database/DatabaseMysql.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabasePostgre.cpp b/src/shared/Database/DatabasePostgre.cpp index d61213b75..47604511a 100644 --- a/src/shared/Database/DatabasePostgre.cpp +++ b/src/shared/Database/DatabasePostgre.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabasePostgre.h b/src/shared/Database/DatabasePostgre.h index 6bafa1d55..cdbba23e4 100644 --- a/src/shared/Database/DatabasePostgre.h +++ b/src/shared/Database/DatabasePostgre.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Field.cpp b/src/shared/Database/Field.cpp index 1dc23f757..c372c9564 100644 --- a/src/shared/Database/Field.cpp +++ b/src/shared/Database/Field.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Field.h b/src/shared/Database/Field.h index cbc01314c..da2d81a80 100644 --- a/src/shared/Database/Field.h +++ b/src/shared/Database/Field.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/PGSQLDelayThread.h b/src/shared/Database/PGSQLDelayThread.h index ce830ccc3..d0754c400 100644 --- a/src/shared/Database/PGSQLDelayThread.h +++ b/src/shared/Database/PGSQLDelayThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResult.h b/src/shared/Database/QueryResult.h index 2c15ee066..37b8a980a 100644 --- a/src/shared/Database/QueryResult.h +++ b/src/shared/Database/QueryResult.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultMysql.cpp b/src/shared/Database/QueryResultMysql.cpp index 9d9f288cd..37f0ac98f 100644 --- a/src/shared/Database/QueryResultMysql.cpp +++ b/src/shared/Database/QueryResultMysql.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultMysql.h b/src/shared/Database/QueryResultMysql.h index dfa1676a6..e4109cdb2 100644 --- a/src/shared/Database/QueryResultMysql.h +++ b/src/shared/Database/QueryResultMysql.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultPostgre.cpp b/src/shared/Database/QueryResultPostgre.cpp index 13b5aef18..ac07f94b0 100644 --- a/src/shared/Database/QueryResultPostgre.cpp +++ b/src/shared/Database/QueryResultPostgre.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultPostgre.h b/src/shared/Database/QueryResultPostgre.h index 9272958f3..8aaa59686 100644 --- a/src/shared/Database/QueryResultPostgre.h +++ b/src/shared/Database/QueryResultPostgre.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SQLStorage.cpp b/src/shared/Database/SQLStorage.cpp index 402841f15..45ef4b6ba 100644 --- a/src/shared/Database/SQLStorage.cpp +++ b/src/shared/Database/SQLStorage.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SQLStorage.h b/src/shared/Database/SQLStorage.h index 9c5b82be1..9e14077c6 100644 --- a/src/shared/Database/SQLStorage.h +++ b/src/shared/Database/SQLStorage.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SQLStorageImpl.h b/src/shared/Database/SQLStorageImpl.h index 8dd1146b6..7fa994acc 100644 --- a/src/shared/Database/SQLStorageImpl.h +++ b/src/shared/Database/SQLStorageImpl.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlDelayThread.cpp b/src/shared/Database/SqlDelayThread.cpp index 0ed36e5a9..f837df149 100644 --- a/src/shared/Database/SqlDelayThread.cpp +++ b/src/shared/Database/SqlDelayThread.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlDelayThread.h b/src/shared/Database/SqlDelayThread.h index 233fb83c6..cc05fe1ea 100644 --- a/src/shared/Database/SqlDelayThread.h +++ b/src/shared/Database/SqlDelayThread.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlOperations.cpp b/src/shared/Database/SqlOperations.cpp index 2d43b929d..53eff1362 100644 --- a/src/shared/Database/SqlOperations.cpp +++ b/src/shared/Database/SqlOperations.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlOperations.h b/src/shared/Database/SqlOperations.h index 3020f2771..70696b1b3 100644 --- a/src/shared/Database/SqlOperations.h +++ b/src/shared/Database/SqlOperations.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlPreparedStatement.cpp b/src/shared/Database/SqlPreparedStatement.cpp index a5d319d5e..c6b36ab96 100644 --- a/src/shared/Database/SqlPreparedStatement.cpp +++ b/src/shared/Database/SqlPreparedStatement.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlPreparedStatement.h b/src/shared/Database/SqlPreparedStatement.h index c2a1ab755..43a0da9b0 100644 --- a/src/shared/Database/SqlPreparedStatement.h +++ b/src/shared/Database/SqlPreparedStatement.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Linux/PosixDaemon.cpp b/src/shared/Linux/PosixDaemon.cpp index 2c73a5af0..e6a0e0f53 100644 --- a/src/shared/Linux/PosixDaemon.cpp +++ b/src/shared/Linux/PosixDaemon.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Linux/PosixDaemon.h b/src/shared/Linux/PosixDaemon.h index fdb3345cd..f518ba4f1 100644 --- a/src/shared/Linux/PosixDaemon.h +++ b/src/shared/Linux/PosixDaemon.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/LockedQueue/LockedQueue.h b/src/shared/LockedQueue/LockedQueue.h index 7a5e850f9..239612e5a 100644 --- a/src/shared/LockedQueue/LockedQueue.h +++ b/src/shared/LockedQueue/LockedQueue.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Log/Log.cpp b/src/shared/Log/Log.cpp index e8afe66ed..594e21eef 100644 --- a/src/shared/Log/Log.cpp +++ b/src/shared/Log/Log.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Log/Log.h b/src/shared/Log/Log.h index cbc3e9794..0f2a85bfd 100644 --- a/src/shared/Log/Log.h +++ b/src/shared/Log/Log.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index 23940b829..c4cc55498 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Threading/DelayExecutor.cpp b/src/shared/Threading/DelayExecutor.cpp index bd959d0f8..40452137a 100644 --- a/src/shared/Threading/DelayExecutor.cpp +++ b/src/shared/Threading/DelayExecutor.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Threading/DelayExecutor.h b/src/shared/Threading/DelayExecutor.h index a9ff3e4bf..87b5bf093 100644 --- a/src/shared/Threading/DelayExecutor.h +++ b/src/shared/Threading/DelayExecutor.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Threading/Threading.cpp b/src/shared/Threading/Threading.cpp index 63e5f3d87..c38a529ff 100644 --- a/src/shared/Threading/Threading.cpp +++ b/src/shared/Threading/Threading.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Threading/Threading.h b/src/shared/Threading/Threading.h index 73f6bae22..af14d6a39 100644 --- a/src/shared/Threading/Threading.h +++ b/src/shared/Threading/Threading.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/ByteBuffer.cpp b/src/shared/Utilities/ByteBuffer.cpp index dc90c9ba2..34c27985c 100644 --- a/src/shared/Utilities/ByteBuffer.cpp +++ b/src/shared/Utilities/ByteBuffer.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/ByteBuffer.h b/src/shared/Utilities/ByteBuffer.h index 20e04df40..823331fd3 100644 --- a/src/shared/Utilities/ByteBuffer.h +++ b/src/shared/Utilities/ByteBuffer.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/Errors.h b/src/shared/Utilities/Errors.h index 2ba6588ef..85632e9ae 100644 --- a/src/shared/Utilities/Errors.h +++ b/src/shared/Utilities/Errors.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/ProgressBar.cpp b/src/shared/Utilities/ProgressBar.cpp index e9754b87e..f1abf0b2f 100644 --- a/src/shared/Utilities/ProgressBar.cpp +++ b/src/shared/Utilities/ProgressBar.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/ProgressBar.h b/src/shared/Utilities/ProgressBar.h index f432e8e92..549df5ae5 100644 --- a/src/shared/Utilities/ProgressBar.h +++ b/src/shared/Utilities/ProgressBar.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/Timer.h b/src/shared/Utilities/Timer.h index 98b96208a..441a88a08 100644 --- a/src/shared/Utilities/Timer.h +++ b/src/shared/Utilities/Timer.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/Util.cpp b/src/shared/Utilities/Util.cpp index ead3fd20d..17ab8dc91 100644 --- a/src/shared/Utilities/Util.cpp +++ b/src/shared/Utilities/Util.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/Util.h b/src/shared/Utilities/Util.h index b02d3dfd3..2c2ea59a3 100644 --- a/src/shared/Utilities/Util.h +++ b/src/shared/Utilities/Util.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Utilities/WorldPacket.h b/src/shared/Utilities/WorldPacket.h index 2037d3689..a7a7869a6 100644 --- a/src/shared/Utilities/WorldPacket.h +++ b/src/shared/Utilities/WorldPacket.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Win/ServiceWin32.cpp b/src/shared/Win/ServiceWin32.cpp index 8bb695033..780a89898 100644 --- a/src/shared/Win/ServiceWin32.cpp +++ b/src/shared/Win/ServiceWin32.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Win/ServiceWin32.h b/src/shared/Win/ServiceWin32.h index cecb3ed9d..ba9ac3dc5 100644 --- a/src/shared/Win/ServiceWin32.h +++ b/src/shared/Win/ServiceWin32.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Win/WheatyExceptionReport.h b/src/shared/Win/WheatyExceptionReport.h index 404b9f772..05c051efd 100644 --- a/src/shared/Win/WheatyExceptionReport.h +++ b/src/shared/Win/WheatyExceptionReport.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/revision.h b/src/shared/revision.h index cc57c4306..10d00b443 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 095a151b2..50fa4e802 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/CMakeLists.txt b/src/tools/Extractor_projects/CMakeLists.txt index c544a93e2..a5ceeee55 100644 --- a/src/tools/Extractor_projects/CMakeLists.txt +++ b/src/tools/Extractor_projects/CMakeLists.txt @@ -1,7 +1,7 @@ # MaNGOS is a full featured server for World of Warcraft, supporting # the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 # -# Copyright (C) 2005-2020 MaNGOS +# Copyright (C) 2005-2023 MaNGOS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.cpp b/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.cpp index bb9ebd927..130cdefa6 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.cpp +++ b/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.h b/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.h index 370f13634..53805215f 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.h +++ b/src/tools/Extractor_projects/Movemap-Generator/IntermediateValues.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/MMapCommon.h b/src/tools/Extractor_projects/Movemap-Generator/MMapCommon.h index 717a24064..8e68c7894 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/MMapCommon.h +++ b/src/tools/Extractor_projects/Movemap-Generator/MMapCommon.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/MangosMap.h b/src/tools/Extractor_projects/Movemap-Generator/MangosMap.h index 992030685..662fd4fb8 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/MangosMap.h +++ b/src/tools/Extractor_projects/Movemap-Generator/MangosMap.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.cpp b/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.cpp index 838d3b7c6..e89c0dfc2 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.cpp +++ b/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.h b/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.h index c6657f948..982f02fa5 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.h +++ b/src/tools/Extractor_projects/Movemap-Generator/MapBuilder.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/TerrainBuilder.h b/src/tools/Extractor_projects/Movemap-Generator/TerrainBuilder.h index 536728409..b03df8fed 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/TerrainBuilder.h +++ b/src/tools/Extractor_projects/Movemap-Generator/TerrainBuilder.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/Movemap-Generator/generator.cpp b/src/tools/Extractor_projects/Movemap-Generator/generator.cpp index 53f82c222..1a00c8aff 100644 --- a/src/tools/Extractor_projects/Movemap-Generator/generator.cpp +++ b/src/tools/Extractor_projects/Movemap-Generator/generator.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/map-extractor/System.cpp b/src/tools/Extractor_projects/map-extractor/System.cpp index 49e59bb53..641c1ae7e 100644 --- a/src/tools/Extractor_projects/map-extractor/System.cpp +++ b/src/tools/Extractor_projects/map-extractor/System.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/map-extractor/map-extractor.rc b/src/tools/Extractor_projects/map-extractor/map-extractor.rc index b7e584b57..6ba48745f 100644 --- a/src/tools/Extractor_projects/map-extractor/map-extractor.rc +++ b/src/tools/Extractor_projects/map-extractor/map-extractor.rc @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/shared/ExtractorCommon.cpp b/src/tools/Extractor_projects/shared/ExtractorCommon.cpp index 69bae3e41..a0ddcbc57 100644 --- a/src/tools/Extractor_projects/shared/ExtractorCommon.cpp +++ b/src/tools/Extractor_projects/shared/ExtractorCommon.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/shared/ExtractorCommon.h b/src/tools/Extractor_projects/shared/ExtractorCommon.h index a4f7872b5..b7f786a1f 100644 --- a/src/tools/Extractor_projects/shared/ExtractorCommon.h +++ b/src/tools/Extractor_projects/shared/ExtractorCommon.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/adtfile.cpp b/src/tools/Extractor_projects/vmap-extractor/adtfile.cpp index 1021938a2..d9af8ecc0 100644 --- a/src/tools/Extractor_projects/vmap-extractor/adtfile.cpp +++ b/src/tools/Extractor_projects/vmap-extractor/adtfile.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/adtfile.h b/src/tools/Extractor_projects/vmap-extractor/adtfile.h index 268f59afc..5a33ce5a2 100644 --- a/src/tools/Extractor_projects/vmap-extractor/adtfile.h +++ b/src/tools/Extractor_projects/vmap-extractor/adtfile.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/model.cpp b/src/tools/Extractor_projects/vmap-extractor/model.cpp index ef1d495f5..aa755a2ef 100644 --- a/src/tools/Extractor_projects/vmap-extractor/model.cpp +++ b/src/tools/Extractor_projects/vmap-extractor/model.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/model.h b/src/tools/Extractor_projects/vmap-extractor/model.h index 61ecc9bf8..d04042aaa 100644 --- a/src/tools/Extractor_projects/vmap-extractor/model.h +++ b/src/tools/Extractor_projects/vmap-extractor/model.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/modelheaders.h b/src/tools/Extractor_projects/vmap-extractor/modelheaders.h index a27941709..5d489363f 100644 --- a/src/tools/Extractor_projects/vmap-extractor/modelheaders.h +++ b/src/tools/Extractor_projects/vmap-extractor/modelheaders.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/vec3d.h b/src/tools/Extractor_projects/vmap-extractor/vec3d.h index 3b6ee9062..fd48155e6 100644 --- a/src/tools/Extractor_projects/vmap-extractor/vec3d.h +++ b/src/tools/Extractor_projects/vmap-extractor/vec3d.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/vmapexport.cpp b/src/tools/Extractor_projects/vmap-extractor/vmapexport.cpp index 8484a47ec..aa12db361 100644 --- a/src/tools/Extractor_projects/vmap-extractor/vmapexport.cpp +++ b/src/tools/Extractor_projects/vmap-extractor/vmapexport.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/vmapexport.h b/src/tools/Extractor_projects/vmap-extractor/vmapexport.h index b6bdd7068..35379c469 100644 --- a/src/tools/Extractor_projects/vmap-extractor/vmapexport.h +++ b/src/tools/Extractor_projects/vmap-extractor/vmapexport.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/wdtfile.cpp b/src/tools/Extractor_projects/vmap-extractor/wdtfile.cpp index d773fb493..2a3d66e54 100644 --- a/src/tools/Extractor_projects/vmap-extractor/wdtfile.cpp +++ b/src/tools/Extractor_projects/vmap-extractor/wdtfile.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/wdtfile.h b/src/tools/Extractor_projects/vmap-extractor/wdtfile.h index 8c34cb2ea..0d2665041 100644 --- a/src/tools/Extractor_projects/vmap-extractor/wdtfile.h +++ b/src/tools/Extractor_projects/vmap-extractor/wdtfile.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/wmo.cpp b/src/tools/Extractor_projects/vmap-extractor/wmo.cpp index 4a4369c16..e82505b0c 100644 --- a/src/tools/Extractor_projects/vmap-extractor/wmo.cpp +++ b/src/tools/Extractor_projects/vmap-extractor/wmo.cpp @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/Extractor_projects/vmap-extractor/wmo.h b/src/tools/Extractor_projects/vmap-extractor/wmo.h index 3747d3d30..ee7830c74 100644 --- a/src/tools/Extractor_projects/vmap-extractor/wmo.h +++ b/src/tools/Extractor_projects/vmap-extractor/wmo.h @@ -2,7 +2,7 @@ * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * - * Copyright (C) 2005-2020 MaNGOS + * Copyright (C) 2005-2023 MaNGOS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/win/Patch_Easybuild_Mangos3.cmd b/win/Patch_Easybuild_Mangos3.cmd index a0d9090ac..beed82af2 100644 --- a/win/Patch_Easybuild_Mangos3.cmd +++ b/win/Patch_Easybuild_Mangos3.cmd @@ -2,15 +2,34 @@ :main if not exist ..\src\modules\Eluna\.git goto eluna: if not exist ..\src\tools\Extractor_projects\.git goto extractors: +if not exist ..\dep\.git goto dep: +if not exist ..\src\modules\sd3\.git goto sd3: +if not exist ..\src\realmd\.git goto realm: goto endpoint: :eluna +echo Patching Eluna copy Patch_Easybuild_Mangos3.cmd ..\src\modules\Eluna\.git goto main: :extractors -mkdir ..\src\tools\Extractor_projects +echo Patching Extractors copy Patch_Easybuild_Mangos3.cmd ..\src\tools\Extractor_projects\.git goto main: +:dep +echo Patching Dep +copy Patch_Easybuild_Mangos3.cmd ..\dep\.git +goto main: + +:sd3 +echo Patching SD3 +copy Patch_Easybuild_Mangos3.cmd ..\src\modules\sd3\.git +goto main: + +:realm +echo Patching Realm +copy Patch_Easybuild_Mangos3.cmd ..\src\realmd\.git +goto main: + :endpoint \ No newline at end of file